/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e14286;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
  "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
  "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}


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

html {
  font-family: sans-serif;
  line-height: 1.15;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

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

body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans,
  sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  /* Text is never inflated */
}

[tabindex="-1"]:focus:not(:focus-visible) {
  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;
}

p:empty{
  height: 0;
  margin: 0;
  padding: 0;
}

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

address {
  font-style: normal;
  line-height: inherit;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  /* color: #007bff; */
  background-color: transparent;
}

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

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

code,
kbd,
pre,
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;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
}

img,
svg {
  vertical-align: middle;
}

svg {
  overflow: hidden;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

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: 0.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-appearance: none;
}

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

::-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;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: 2.5rem;
}

.h2,
h2 {
  font-size: 2rem;
}

.h3,
h3 {
  font-size: 1.75rem;
}

.h4,
h4 {
  font-size: 1.5rem;
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
}

.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
}

.display-3 {
  font-size: 4.5rem;
}

.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small,
small {
  font-size: 80%;
  font-weight: 400;
}

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer:before {
  content: "\2014\00A0";
}

.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e14286;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1100px;
  }
}

@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1270px;
  }
}

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.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%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .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%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .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%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .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%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .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%;
  }
}

@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

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

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

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

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

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

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

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm td,
.table-sm th {
  padding: 0.3rem;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}

.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}

.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}

.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}

.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}

.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}

.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}

.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}

.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}

.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}

.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}

.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

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

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.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:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

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

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

input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  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[multiple],
select.form-control[size],
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,
.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%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

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

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

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath 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'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.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);
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat,
  #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath 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'/%3E%3C/svg%3E") center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

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

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

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

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

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

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

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

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

.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input: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%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

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

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.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);
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat,
  #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

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

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

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

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

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

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

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

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

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input: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 {
    justify-content: center;
  }

  .form-inline .form-group,
  .form-inline label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .custom-select,
  .form-inline .input-group {
    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;
    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;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  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;
}

.tab_btn {
  color: #212529;
}

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

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

.btn.focus,
.btn:focus {
  outline: 0;
}

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

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

.btn-primary.focus,
.btn-primary:focus,
.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.focus,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 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 hsla(208, 6%, 54%, 0.5);
}

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

.btn-success.focus,
.btn-success:focus,
.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.focus,
.btn-info:focus,
.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.focus,
.btn-warning:focus,
.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.focus,
.btn-danger:focus,
.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.focus,
.btn-light:focus,
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 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 hsla(220, 4%, 85%, 0.5);
}

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

.btn-dark.focus,
.btn-dark:focus,
.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 hsla(208, 7%, 46%, 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 hsla(208, 7%, 46%, 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;
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  text-decoration: underline;
}

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

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

.btn-group-sm > .btn,
.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="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

.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;
  }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  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;
  }
}

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

  .dropdown-menu-xxl-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: "";
  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^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  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:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

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

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  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;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label:after,
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label:after,
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-append,
.input-group-prepend {
  display: flex;
}

.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}

.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}

.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  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,
.custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label:before,
.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 {
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #adb5bd;
}

.custom-control-label:after,
.custom-control-label:before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}

.custom-control-label:after {
  background: 50%/50% 50% no-repeat;
}

.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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}

.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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.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: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.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 {
  display: inline-block;
  margin-bottom: 0;
}

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

.custom-file-input {
  z-index: 2;
  margin: 0;
  overflow: hidden;
  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,
.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 {
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  overflow: hidden;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label,
.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
}

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

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.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:focus,
.nav-link:hover {
  text-decoration: none;
}

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

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

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

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

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

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  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,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}

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

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

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

.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}

.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl,
.navbar .container-xxl {
  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:focus,
.navbar-brand:hover {
  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:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    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,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .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,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    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,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .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,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    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,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .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,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    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,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

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

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

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

@media (min-width: 1440px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

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

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

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

  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

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

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

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

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  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,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

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

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

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  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:focus,
.navbar-light .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

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

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

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

.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}

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

.navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, 0.5);
  border-color: hsla(0, 0%, 100%, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.5);
}

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
}

.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-bottom: -0.75rem;
  border-bottom: 0;
}

.card-header-pills,
.card-header-tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom,
.card-img-top {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item:before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  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) {
  .badge {
    transition: none;
  }
}

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

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

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

a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}

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

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

a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}

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

a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}

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

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

a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}

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

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

a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}

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

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

a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}

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

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

a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}

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

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

a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes a {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 1rem;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress,
.progress-bar {
  display: flex;
  overflow: hidden;
}

.progress-bar {
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

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

.progress-bar-striped {
  background-image: linear-gradient(
          45deg,
          hsla(0, 0%, 100%, 0.15) 25%,
          transparent 0,
          transparent 50%,
          hsla(0, 0%, 100%, 0.15) 0,
          hsla(0, 0%, 100%, 0.15) 75%,
          transparent 0,
          transparent
  );
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite a;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1440px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translateY(-50px);
}

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

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans,
  sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans,
  sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover,
.popover .arrow {
  position: absolute;
  display: block;
}

.popover .arrow {
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow:after,
.popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-top > .arrow:before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="top"] > .arrow:after,
.bs-popover-top > .arrow:after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-right > .arrow:before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="right"] > .arrow:after,
.bs-popover-right > .arrow:after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.bs-popover-bottom > .arrow:before {
  top: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-left > .arrow:before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="left"] > .arrow:after,
.bs-popover-left > .arrow:after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner:after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

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

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%);
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

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

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes b {
  to {
    transform: rotate(1turn);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite b;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes c {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite c;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

.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:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  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;
}

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

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

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

.rounded-left {
  border-top-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;
  }
}

@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-print-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 embed,
.embed-responsive iframe,
.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;
  }
}

@media (min-width: 1440px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xxl-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;
  }
}

@media (min-width: 1440px) {
  .float-xxl-left {
    float: left !important;
  }

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

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

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: 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 {
  top: 0;
}

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

.fixed-bottom {
  bottom: 0;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

.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;
  }
}

@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  }
}

@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important;
  }

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

  .text-xxl-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:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:focus,
a.text-dark:hover {
  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: hsla(0, 0%, 100%, 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;
  word-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  :after,
  :before {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

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

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

  blockquote,
  pre {
    border: 1px solid #adb5bd;
  }

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

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

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

  /* @page {
        size: a3;
    } */
  .container,
  body {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

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

blockquote,
q {
  quotes: none;
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:hover {
  text-decoration: none;
}

input,
input:active,
input:focus,
textarea {
  border: none;
  outline: none;
}

button {
  outline: none;
}

input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:invalid {
  box-shadow: none;
}

.slick-slide:focus {
  outline: none;
}

input[type="email"]::-ms-clear,
input[type="text"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-transition-delay: 99999s;
}

@font-face {
  font-family: Avenir;
  src: url(../fonts/Avenir-Black.woff2) format("woff2"), url(../fonts/Avenir-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url(../fonts/Avenir-HeavyOblique.woff2) format("woff2"), url(../fonts/Avenir-HeavyOblique.woff) format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url(../fonts/Avenir-MediumOblique.woff2) format("woff2"),
  url(../fonts/Avenir-MediumOblique.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url(../fonts/Avenir-Light.woff2) format("woff2"), url(../fonts/Avenir-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url(../fonts/Avenir-Medium.woff2) format("woff2"), url(../fonts/Avenir-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url(../fonts/Avenir-LightOblique.woff2) format("woff2"), url(../fonts/Avenir-LightOblique.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url(../fonts/Avenir-Roman.woff2) format("woff2"), url(../fonts/Avenir-Roman.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: HWT Artz;
  src: url(../fonts/HWTArtz.woff2) format("woff2"), url(../fonts/HWTArtz.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url(../fonts/Avenir-Oblique.woff2) format("woff2"), url(../fonts/Avenir-Oblique.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

html {
  box-sizing: border-box;
}

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

.html-hidden {
  overflow: hidden;
}

body {
  font-family: Avenir, sans-serif;
  background: #f9f5ef;
  margin: 0;
}

.container,
body {
  padding: 0;
}

@media (max-width: 576px) {
  .container {
    padding: 0 16px;
  }
}

.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  min-width: 150px;
  max-width: 185px;
  background: #e14286;
  border-radius: 44.5px;
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  border: none;
  transition: all 0.3s;
}

.btn,
.btn:focus {
  outline: none;
}

.btn:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

.btn_header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 20px;
  max-width: 205px;
  margin-left: 20px;
}

@media (max-width: 1439.98px) {
  .btn_header {
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .btn_header {
    gap: 12px;
  }
}

.btn_header_ml0 {
  margin-left: 0;
}

.btn_bien {
  background: #fff;
  margin-left: 13px;
}

.btn_bien,
.btn_bien:hover {
  color: #172934;
}

.btn_empresas {
  margin-top: 40px;
  margin-left: 0;
}

.btn_big {
  min-width: 208px;
  max-width: 209px;
}

.btn_white {
  margin-top: 32px;
  background: #fff;
}

.btn_white,
.btn_white:hover {
  color: #172934;
}

.btn_white_team {
  margin-top: 28px;
  padding: 4px 16px;
  min-width: 97px !important;
  height: 28px;
  font-size: 9px;
  line-height: 20px;
}

.btn_white_playing {
  padding: 13px 24px;
  min-width: 132px;
  height: 42px;
}

.btn_white_present {
  padding: 18px 35px;
}

.btn_white_histori {
  margin-top: 24px;
  max-width: 153px;
  min-width: 152px;
  height: 42px;
}

.btn_white_mini {
  display: block;
  height: 28px;
  min-width: 90px !important;
  margin-top: 0;
  font-size: 9px;
  line-height: 20px;
  padding: 4px 16px;
}

.btn_white_big {
  min-width: 208px;
  max-width: 209px;
}

.btn_BabyPelones {
  min-width: 100px !important;
  max-width: 101px;
  height: 28px;
  font-size: 11px;
  line-height: 15px;
}

@media (max-width: 767.98px) {
  .btn_BabyPelones {
    font-size: 9px;
    line-height: 20px;
  }
}

.btn_history {
  margin-top: 40px;
  min-width: 208px;
  max-width: 209px;
}

@media (max-width: 767.98px) {
  .btn_history {
    max-width: 153px;
  }
}

.btn_conoce2,
.btn_conoce3 {
  margin-top: 51px;
  min-width: 208px;
  max-width: 209px;
  padding: 18px 25px;
}

@media (max-width: 767.98px) {
  .btn_conoce2,
  .btn_conoce3 {
    max-width: 153px;
    padding: 18px 15px;
  }
}

.btn_becas {
  min-width: 97px;
  max-width: 98px;
  height: 28px;
  background: #fff;
  font-size: 9px;
  line-height: 20px;
}

.btn_becas,
.btn_becas:hover {
  color: #172934;
}

.btn_donative {
  display: flex;
  gap: 5px;
}

.white__btn {
  text-align: center;
  background: #fff;
  margin-top: 19px;
  padding: 4px 16px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 9px;
  line-height: 20px;
  border-radius: 44.5px;
  text-decoration: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.white__btn,
.white__btn:hover {
  color: #172934;
}

.footer {
  padding-top: 7px;
}

.footer .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.footer .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.footer .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.footer .how-can__info {
  margin-right: 36px;
}

.footer .how-can__info_span {
  font-size: 14px !important;
  line-height: 24px !important;
  background-size: 12px 10px !important;
  background-position: 100% 15px !important;
}

.footer__column-1 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer__column-1 svg {
  margin-right: 12px;
  cursor: pointer;
}

.footer__column-2 {
  /* max-width: 1064px; */
  padding-top: 62px;
  display: flex;
  padding-bottom: 107px;
  justify-content: space-between;
  align-items: flex-start;
}

.footer__title {
  display: block;
  margin-bottom: 32px;
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #172934;
}

.footer__subtitle {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #172934;
  margin-bottom: 4px;
}

.footer .second {
  border-top: 1px solid #172934;
  opacity: 0.2;
}

.footer .color {
  background-color: #f2eee7;
  position: absolute;
  left: 0;
  right: 0;
}

.footer .mob {
  display: none;
}

.footer .color-2 {
  background-color: #f2eee7;
}

.footer__column-3 {
  display: flex;
  padding: 24px 0;
  justify-content: space-between;
}

.footer__end {
  font-weight: 900;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer__end,
.footer a:hover {
  color: #172934;
}

.footer__logo {
  width: 205px;
  height: 65px;
}

.footer .first {
  display: none;
  border-top: 1px solid #172934;
  opacity: 0.2;
  width: 100%;
}

.title {
  color: #172934;
  font-family: HWT Artz, sans-serif;
  letter-spacing: 0.01em;
  font-weight: 700;
}

.title_fz140 {
  text-transform: uppercase;
  font-size: 140px;
  line-height: 120px;
  text-align: center;
}

.title_fz120 {
  font-style: normal;
  font-size: 120px;
  line-height: 108px;
}

.title_fz80 {
  font-size: 80px;
  line-height: 70px;
}

.title_fz70 {
  font-size: 70px;
  line-height: 60px;
}

.title_fz70.form-title {
  margin: 83px 0 40px;
}

.title_fz52 {
  display: block;
  width: 410px;
  font-size: 52px;
  line-height: 46px;
  margin-bottom: 33px;
}

.title_fz42,
.title_fz52 {
  text-transform: uppercase;
}

.title_fz42 {
  font-size: 42px;
  line-height: 38px;
  text-align: center;
}

.title_fz36 {
  font-size: 36px;
  line-height: 32px;
  text-transform: uppercase;
}

.title_fz28 {
  font-size: 28px;
  line-height: 24px;
}

.title_fz26 {
  color: #fff;
  font-size: 26px;
  line-height: 32px;
}

.title_fz18,
.title_fz26 {
  text-transform: uppercase;
}

.title_fz18 {
  font-family: Avenir, sans-serif;
  font-size: 18px;
  line-height: 16px;
}

.title_fz18_histori,
.title_fz18_team {
  margin-top: 24px;
}

.title_fz18_histori {
  margin-bottom: 16px;
}

.title_fz16 {
  font-weight: 900;
  font-size: 16px;
}

.title_fz11,
.title_fz16 {
  font-family: Avenir, sans-serif;
  line-height: 16px;
  text-transform: uppercase;
}

.title_fz11 {
  font-size: 11px;
}

.text {
  color: #172934;
  letter-spacing: -0.01em;
}

.text_fz24 {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
}

.text_fz20 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.text_fz20_baby {
  max-width: 405px;
  display: block;
}

.text_fz20_fw800 {
  font-weight: 800;
}

.text_fz20_fw900 {
  font-weight: 900;
}

.text_fz16 {
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
}

.text_fz16_main {
  -webkit-text-decoration: underline dashed #172934;
  text-decoration: underline dashed #172934;
}

.text_fz14,
.text_fz16_fw500 {
  font-weight: 500;
}

.text_fz14 {
  font-size: 14px;
  line-height: 24px;
}

.text_fz14_fw800 {
  font-weight: 800;
}

.text_fz13 {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
}

.text_fz13_fw800 {
  font-weight: 800;
}

.text_fz11 {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.1em;
}

.slick-dots {
  display: flex;
  position: absolute;
  z-index: 1;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
}

.slick-dots li {
  margin: 0 3px;
}

.slick-dots li:only-child {
  display: none;
}

.slick-dots li button {
  background: #172934;
  padding: 0;
  height: 5px;
  width: 5px;
  overflow: hidden;
  font-size: 0;
  border: none;
  border-radius: 100%;
}

.slick-dots li.slick-active button {
  background: #e14286;
}

.slick-next,
.slick-prev {
  position: absolute;
  right: 100px;
  bottom: 0;
  border: none;
  border-radius: 100%;
  height: 62px;
  width: 62px;
  background-color: #fff;
}

.slick-prev {
  right: 200px;
  z-index: 2;
}

.help-us .slick-dots,
.iniciativas .slick-dots,
.projectos .slick-dots {
  margin-top: 24px;
  justify-content: center;
  bottom: -35px;
}

@media (max-width: 767.98px) {
  .help-us .slick-dots,
  .iniciativas .slick-dots,
  .projectos .slick-dots {
    bottom: -45px;
  }
}

.help-us .slick-next,
.help-us .slick-prev,
.iniciativas .slick-next,
.iniciativas .slick-prev,
.projectos .slick-next,
.projectos .slick-prev {
  top: 50%;
  right: -7%;
  transform: translateY(-50%);
  z-index: 2;
}

@media (max-width: 1199.98px) {
  .help-us .slick-next,
  .help-us .slick-prev,
  .iniciativas .slick-next,
  .iniciativas .slick-prev,
  .projectos .slick-next,
  .projectos .slick-prev {
    right: 0;
    transform: translate(100%, -50%);
  }
}

.help-us .slick-prev,
.iniciativas .slick-prev,
.projectos .slick-prev {
  left: -7%;
}

@media (max-width: 1199.98px) {
  .help-us .slick-prev,
  .iniciativas .slick-prev,
  .projectos .slick-prev {
    left: 0;
    transform: translate(-100%, -50%);
  }
}

.baby .slick-next,
.baby .slick-prev {
  bottom: -60px;
}

@media (max-width: 991.98px) {
  .baby .slick-next,
  .baby .slick-prev {
    bottom: 0;
  }
}

.baby .slick-prev {
  left: 80px;
}

@media (max-width: 991.98px) {
  .baby .slick-prev {
    left: 200px;
  }
}

.baby .slick-next {
  right: 80px;
}

@media (max-width: 991.98px) {
  .baby .slick-next {
    right: 200px;
  }
}

.form .slick-next,
.form .slick-prev,
.present .slick-next,
.present .slick-prev {
  bottom: -170px;
}

.form__green-orange .slick-next,
.form__green-orange .slick-prev {
  bottom: -100px;
}

.form__green-orange .form__number {
  bottom: -80px;
}

@media (max-width: 991.98px) {
  .form .slick-next,
  .form .slick-prev,
  .form__green-orange .slick-next,
  .form__green-orange .slick-prev,
  .present .slick-next,
  .present .slick-prev {
    bottom: 0;
  }
}

.form .slick-prev,
.form__green-orange .slick-prev,
.present .slick-prev {
  left: 50%;
  transform: translateX(-150%);
}

@media (max-width: 991.98px) {
  .form .slick-prev,
  .form__green-orange .slick-prev,
  .present .slick-prev {
    left: 200px;
  }
}

.form .slick-next,
.form__green-orange .slick-next,
.present .slick-next {
  right: 50%;
  transform: translateX(150%);
}

@media (max-width: 991.98px) {
  .form .slick-next,
  .form__green-orange .slick-next,
  .present .slick-next {
    right: 200px;
  }
}

.present .slick-next,
.present .slick-prev {
  bottom: -115px;
}

@media (max-width: 991.98px) {
  .present .slick-next,
  .present .slick-prev {
    bottom: 0;
  }
}

.wrapper-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper-text_descr {
  max-width: 400px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.top-wave img {
  width: 100%;
  margin-bottom: -5px;
}

.bottom-wave img {
  width: 100%;
  margin-top: -5px;
}

.top-wave {
  width: 100%;
  margin-bottom: -5px;
}

.bottom-wave {
  width: 100%;
  margin-top: -5px;
}

.rotate {
  transform: translate(180deg);
}

.baby .bottom-wave,
.donate .bottom-wave {
  transform: rotate(180deg);
}

.form .bottom-wave,
.form__green-orange .bottom-wave {
  margin-top: -40px;
  z-index: 1;
  position: relative;
}

@media (max-width: 767.98px) {
  .form .bottom-wave,
  .form__green-orange .bottom-wave {
    margin-top: 0;
  }
}

.tween-block .bottom-wave {
  margin-top: -30px;
  z-index: 1;
  position: relative;
}

@media (max-width: 767.98px) {
  .tween-block .bottom-wave {
    margin-top: 0;
  }
}

.modal-team__column_img .top-wave {
  transform: translateY(-89px);
}

@media (max-width: 991.98px) {
  .modal-team__column_img .top-wave {
    transform: translateY(-58px);
  }
}

.error__popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #f9f5ef;
  border-radius: 30px;
  padding: 30px 100px 47px;
  transition: all 0.2s;
}

@media (max-width: 991.98px) {
  .error__popup {
    padding: 30px 40px;
  }
}

@media (max-width: 767.98px) {
  .error__popup {
    border-radius: 0;
    padding: 50px 16px;
    left: 0;
    right: 0;
    transform: translateY(-50%);
  }
}

.error__popup-wripper {
  max-width: 300px;
}

@media (max-width: 767.98px) {
  .error__popup-wripper {
    max-width: inherit;
  }
}

.error__popup .title {
  margin-top: 40px;
  margin-bottom: 24px;
  max-width: inherit;
}

.error__popup p.text {
  margin-bottom: 40px;
}

.error__popup .close {
  right: 24px;
  top: 14px;
  cursor: pointer;
}

.error__popup.hidden {
  visibility: hidden;
  transition: all 0.3s;
}

.header {
  position: relative;
  padding-bottom: 4px;
}

@media (max-width: 1200px) {
  .header {
    padding-top: 10px;
  }
}

.header__menu__wrapper {
  display: flex;
  align-items: center;
  margin-left: 58px;
}

@media (max-width: 1439.98px) {
  .header__menu__wrapper {
    margin-left: 30px;
  }
}

@media (max-width: 1200px) {
  .header__menu__wrapper {
    margin-left: 0;
  }
}

.header__menu nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__menu nav .hamburger {
  display: none;
}

.header__list {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin: 15px 0 11px;
}

.header__list .link-line {
  text-decoration: underline;
}

.header__link {
  margin-right: 32px;
}

@media (max-width: 1439.98px) {
  .header__link {
    margin-right: 22px;
  }
}

@media (max-width: 1199.98px) {
  .header__link {
    margin-right: 20px;
  }
}

.header__link a {
  text-transform: uppercase;
  text-decoration: none;
  color: #172934;
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

.header__link .box {
  position: relative;
}

.header__link .box .dot-active {
  position: absolute;
  right: -5px;
  top: 0;
  visibility: hidden;
}

.header__link--cart {
  position: relative;
}

.header__cart-items {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #e14286;
}

.header__cart-items {
  font-weight: 900;
  font-size: 8px;
  line-height: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.header__logo {
  width: 174px;
  height: 55px;
}

.header .btn_header {
  min-width: 180px;
  height: 40px;
  color: #fff !important;
}

.bien {
  padding-bottom: 35px;
  position: relative;
  height: 100%;
}

.bien__social {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  right: 11px;
  top: 50%;
  align-items: center;
  z-index: 100;
  gap: 5px;
  width: 20px;
}

@media (max-width: 1199.98px) {
  .bien__social {
    right: 4px;
  }
}

.bien__social img {
  height: 12px;
  width: 12px;
}

.bien__social span {
  margin-top: 20px;
  font-weight: 900;
  font-size: 11px;
  line-height: 30px;
  color: #172934;
  display: block;
  transform: rotate(-90deg);
  text-transform: uppercase;
}

.bien__buttons {
  display: flex;
  padding-bottom: 10px;
}

@media (max-width: 767.98px) {
  .bien__buttons .btn {
    width: 50%;
    min-width: initial;
  }
}

.bien__img {
  width: 100%;
}

.bien__img-wave {
  width: 100%;
  height: 42px;
  margin-top: -42px;
}

.bien__number {
  bottom: 24px;
  right: 161px;
  position: absolute;
  margin-left: 9px;
  margin-right: 9px;
  font-weight: 900;
  font-size: 11px;
  color: #172934;
  z-index: 2;
}

.bien__slides {
  position: relative;
}

.bien__slides__content-img {
  position: relative;
}

.bien__slides__content-img .bottom-wave {
  position: absolute !important;
  bottom: -2px;
  margin-top: 0;
}
.bien__slides .container {
  margin-top: 40px;
}

.bien__decorate {
  text-align: center;
}

.bien .sroll_element {
  width: 128px;
  height: 128px;
  margin-top: 14px;
  animation: d 5s linear 0s infinite;
}

@media (max-width: 767.98px) {
  .bien .title {
    width: 100%;
    max-width: inherit;
    margin: 18px auto 30px;
  }
}

@media (max-width: 767.98px) {
  .bien .slick-dots {
    right: 0;
    left: inherit;
  }
}

.conoce {
  padding-top: 100px;
  padding-bottom: 116px;
}

@media (max-width: 767.98px) {
  .conoce {
    padding-bottom: 0;
  }
}

.conoce .btn_column {
  background-color: #fff;
  color: #172934;
  max-width: 127px;
  min-width: 127px;
  height: 28px;
  font-size: 9px;
  line-height: 20px;
  letter-spacing: 0.2em;
  margin: 0 auto;
  margin-top: 8px;
}

.conoce__subtitle {
  display: block;
  margin: 0 auto;
  margin-top: 72px;
  text-align: center;
  max-width: 413px;
  color: #172934;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.conoce__wrapper {
  display: grid;
  justify-content: center;
  margin-top: 82px;
  grid-template-columns: repeat(4, 245px);
  grid-auto-rows: minmax(240px, auto);
  row-gap: 88px;
}

@media (max-width: 767.98px) {
  .conoce__wrapper {
    row-gap: 0;
  }
}

.conoce__column {
  display: flex;
  flex-direction: column;
  position: relative;
}

.conoce__column-1,
.conoce__column-2,
.conoce__column-3,
.conoce__column-4 {
  border-left: 1px solid rgba(80, 80, 80, 0.4);
}

.conoce__column-4 {
  border-right: 1px solid rgba(80, 80, 80, 0.4);
}

.conoce__column svg {
  display: block;
  margin: 0 auto;
}

.conoce__column_x {
  margin-top: 17px;
  font-family: HWT Artz;
  font-weight: 700;
  font-size: 70px;
  color: #172934;
  text-align: center;
}

.conoce__column_descr {
  display: block;
  margin: 0 auto;
  max-width: 178px;
  margin-top: 11px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #172934;
}

.iniciativas {
  overflow: hidden;
}

.iniciativas__bg {
  background-color: #fc7861;
}

.iniciativas .slick-arrow {
  visibility: hidden !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 0;
}

.iniciativas .slick-prev {
  left: 5%;
  background: url(/wp-content/themes/split_juegaterapia/assets/img/charity-2/Left.svg) 0 0/100% no-repeat;
}

.iniciativas .slick-next {
  right: 5%;
  background: url(/wp-content/themes/split_juegaterapia/assets/img/charity-2/Right.svg) 0 0/100% no-repeat;
}

.iniciativas__container-top {
  padding-top: 56px;
}

.iniciativas__carousel {
  position: relative;
  margin-top: 64px;
}

.iniciativas__carousel .slick-list {
  overflow: inherit;
  position: relative;
}

.iniciativas__carousel .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background-color: #fc7861;
}

.iniciativas__carousel_descr {
  margin-top: 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.iniciativas__carousel_text {
  margin-top: 24px;
  font-weight: 900;
  font-size: 18px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #172934;
}

.iniciativas .slick-slide {
  margin-right: 12px;
}

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

.iniciativas .slick-dots {
  display: flex;
  justify-content: center;
}

.iniciativas .slick-dots li {
  margin: 0 3px;
}

.iniciativas .slick-dots li button {
  background: #172934;
  padding: 0;
  height: 5px;
  width: 5px;
  overflow: hidden;
  font-size: 0;
  border: none;
  border-radius: 100%;
}

.iniciativas .slick-dots li.slick-active button {
  background: #e14286;
}

@media (max-width: 577px) {
  .iniciativas .slick-dots {
    right: 0;
    transform: translateX(6%);
  }
}

.iniciativas__container {
  padding-bottom: 80px;
}

@media (max-width: 577px) {
  .iniciativas__container {
    width: 65%;
    margin-left: 0;
  }
}

.projectos {
  /* padding-top: 150px; */
  padding-bottom: 100px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .projectos .wrapper-text_descr {
    margin-top: 16px;
  }
}
.projectos__slide {
  position: relative;
  margin-top: 64px;
}

.projectos__slide img {
  max-width: 100%;
  max-height: 680px;
  min-height: 362px;
  object-fit: cover;
}

.projectos__carousel .slick-list {
  overflow: inherit;
}

.projectos__carousel .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -370px;
  width: 370px;
  z-index: 1;
  background-color: #f9f5ef;
}

.projectos__carousel_img {
  width: 98%;
  border-radius: 8px;
}

.projectos__vector {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
  .projectos__vector {
    top: 50%;
  }
}

.projectos__vector_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

@media (max-width: 767.98px) {
  .projectos__vector_text {
    top: 44%;
  }
}

.projectos_title {
  font-family: HWT Artz, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 46px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #172934;
}

@media (max-width: 767.98px) {
  .projectos_title {
    font-size: 36px;
    line-height: 32px;
  }
}

.projectos_btn {
  bottom: auto;
  min-width: 127px;
  max-width: 127px;
  height: 28px;
}

.baby {
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .baby {
    padding-top: 0;
  }
}

@media (max-width: 1199.98px) {
  .baby__wrapper .title {
    text-align: center;
  }
}

@media (max-width: 1199.98px) {
  .baby__column__wrapper {
    margin-top: 100px;
  }
}

@media (max-width: 991.98px) {
  .baby__column__wrapper {
    padding-top: 0;
  }
}

@media (max-width: 991.98px) {
  .baby__carousel {
    padding-bottom: 80px;
  }
}

.baby__buttons {
  margin-top: 24px;
}

.baby .bien__number {
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 991.98px) {
  .baby .bien__number {
    bottom: 25px;
  }
}

.baby__bg {
  padding-top: 54px;
  padding-bottom: 100px;
  background-color: #83cfd0;
}

@media (max-width: 767.98px) {
  .baby .btn_header {
    padding-left: 15px;
  }
}

.baby__slide img {
  width: 100%;
  margin: auto;
}

@media (max-width: 991.98px) {
  .baby__slide img {
    max-height: 350px;
    width: auto;
  }
}

.empresas {
  /* padding-top: 173px; */
  padding-bottom: 100px;
}

.empresas__wrapper {
  display: grid;  
  justify-content: space-between;
  margin-top: 10px;
}

.empresas__column-1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

.empresas__column-2 {
  margin-top: 40px;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}

.empresas__column-2 .text_fz20 {
  line-height: 34px;
}

.empresas__column-2 .mt16 {
  margin-top: 16px;
}

.empresas__column-2 .empresas_link:hover {
  color: #172934;
}

.empresas__column-3 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(175px, auto));
  grid-auto-rows: auto;
  column-gap: 50px;
  align-items: center;
}

@media (max-width: 1200px) {
  .empresas__wrapper {
    column-gap: 10px;
  }

  .empresas__column-3 {
    column-gap: 30px;
  }
}

@media (max-width: 767.98px) {
  .empresas__wrapper {
    grid-template-columns: 328px;
  }

  .empresas__column-3 {
    grid-template-columns: 45% 45%;
    column-gap: 24px;
    row-gap: 40px;
  }

  .empresas__column-3 img {
    width: 100%;
  }
}

.donate {
  background-repeat: no-repeat;
  background-size: 100%;
}

.donate__bg {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #ffb800;
}

.donate__wrapper {
  margin-top: 56px;
  display: flex;
  align-items: center;
  gap: 108px;
}

@media (max-width: 991.98px) {
  .donate__wrapper {
    flex-direction: column;
    gap: 32px;
  }
}

@media (max-width: 767.98px) {
  .donate__wrapper {
    gap: 0;
  }
}

.donate .title_fz52 {
  margin-bottom: 8px;
  max-width: 390px;
}

@media (max-width: 767.98px) {
  .donate .title_fz52 {
    max-width: 330px;
  }
}

.donate__buttons {
  margin-top: 20px;
}

.donate_img {
  border-radius: 10px;
  width: 100%;
}

.donate__wrapper-img {
  max-width: 614px;
  max-height: 600px;
}

.social {
  padding: 180px 0 0;
}

.social__wrapper {
  margin-top: 56px;
}

.social__box {
  max-width: 990px;
  margin: auto;
}

.social .title_fz52 {
  margin: 0 auto;
  width: 452px;
  text-align: center;
}

.social .wrapper-text_descr {
  text-align: center;
  margin: 0 auto;
  margin-top: 16px;
}

.social .slick-dots {
  left: 50%;
  transform: translate(-50%);
  right: auto;
}

.social .slick-slide {
  margin: 0 8px;
}

.social .slick-slide img {
  width: 100%;
}

.forma {
  position: relative;
  overflow: hidden;
}

.form {
  position: relative;
  padding-top: 180px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .form,
  .forma {
    position: relative;
    padding-top: 80px;
    overflow: hidden;
  }

  .form .container {
    margin-bottom: 72px;
  }
}

.form .title_fz52,
.forma .title_fz52 {
  text-align: center;
  margin: 0 auto;
  max-width: 379px;
  width: auto;
}

.form .wrapper-text_descr,
.forma .wrapper-text_descr {
  text-align: center;
  max-width: 613px;
  margin-top: 10px;
  color: #172934;
}

.form__number,
.forma__number {
  bottom: -148px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  font-weight: 900;
  font-size: 11px;
  color: #172934;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .form__number,
  .forma__number {
    display: none;
  }
}

.form__pink,
.forma__pink {
  width: 100%;
  z-index: 2;
  position: absolute;
  bottom: -120px;
}

@media (min-width:2025px){
  .form__pink{
    bottom: -200px !important;
  }
}

@media (max-width: 767.98px) {
  .form__pink,
  .forma__pink {
    left: 33%;
    bottom: -145px;
    transform: translateX(-44%);
    width: auto;
  }
}

.form__mail,
.forma__mail {
  position: relative;
  bottom: 65%;
  transform: rotate(-3.19deg);
  margin: auto auto 110px;
  background-color: #fff;
  padding: 90px 115px 107px;
  border-radius: 10px;
  max-width: 844px;
  z-index: 3;
}

.form__mail_img,
.forma__mail_img {
  position: absolute;
  top: -9%;
  left: 50%;
  transform: translate(-50%);
  top: -8%;
}

@media (max-width: 991.98px) {
  .form__mail_img,
  .forma__mail_img {
    transform: translateX(-38px);
  }
}

@media (max-width: 991.98px) {
  .form__mail,
  .forma__mail {
    transform: none;
    margin: auto;
  }
}

@media (max-width: 767.98px) {
  .form__mail,
  .forma__mail {
    padding: 102px 27px 79px;
  }
}

.form__wrapper,
.forma__wrapper {
  display: flex;
  justify-content: center;
  transform: rotate(3.19deg);
  margin-top: 34px;
}

@media (max-width: 991.98px) {
  .form__wrapper,
  .forma__wrapper {
    transform: none;
  }
}

@media (max-width: 767.98px) {
  .form__wrapper,
  .forma__wrapper {
    flex-direction: column;
  }
}

.form__wrapper a.btn,
.forma__wrapper a.btn {
  position: relative;
}

@media (max-width: 767.98px) {
  .form__wrapper a.btn,
  .forma__wrapper a.btn {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .form__wrapper a.btn img,
  .forma__wrapper a.btn img {
    position: absolute;
    right: 13px;
  }
}

.form__wrapper input,
.forma__wrapper input {
  border: 1px solid rgba(80, 80, 80, 0.4);
  background: #fff;
  border-radius: 6px;
  margin-right: 12px;
  padding: 11px 18px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: rgba(30, 50, 56, 0.5);
}

@media (max-width: 767.98px) {
  .form__wrapper input,
  .forma__wrapper input {
    margin-bottom: 14px;
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 450px) {
  .form__wrapper button.btn,
  .forma__wrapper button.btn {
    width: 100%;
    max-width: inherit;
    position: relative;
  }
}

@media (max-width: 450px) {
  .form__wrapper button img,
  .forma__wrapper button img {
    position: absolute;
    right: 13px;
  }
}

@media (max-width: 767.98px) {
  .form__wrapper .btn,
  .forma__wrapper .btn {
    min-width: 100%;
  }
}

.form .rotate,
.forma .rotate {
  transform: rotate(3.19deg);
}

@media (max-width: 991.98px) {
  .form .rotate,
  .forma .rotate {
    transform: none;
  }
}

.form .step-box,
.forma .step-box {
  padding-top: 24px;
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #172934;
  letter-spacing: -0.01em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form .step-box .pink,
.forma .step-box .pink {
  color: #e14286;
}

.form .step-box input:checked ~ .checkmark:after,
.forma .step-box input:checked ~ .checkmark:after {
  display: block;
}

.form .step-box input,
.forma .step-box input {
  position: absolute;
  opacity: 0;
}

.form .step-box input:checked ~ .checkmark,
.forma .step-box input:checked ~ .checkmark {
  background-color: #fff;
}

@media (max-width: 767.98px) {
  .form .step-box,
  .forma .step-box {
    font-size: 12px;
    line-height: 16px;
  }
}

.form .checkmark,
.forma .checkmark {
  position: absolute;
  top: 38px;
  left: 2px;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 1px solid #e14286;
  border-radius: 4px;
}

.form .checkmark:after,
.forma .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

@media (max-width: 767.98px) {
  .form .checkmark,
  .forma .checkmark {
    top: 30px;
  }
}

.form .step-box .checkmark:after,
.forma .step-box .checkmark:after {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #e14286;
}

.form__green-orange,
.forma__green-orange {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  justify-content: space-around;
}

@media (max-width: 991.98px) {
  .form__green-orange,
  .forma__green-orange {
    grid-template-columns: 1fr;
  }
}

.form__green-orange .title_fz52,
.forma__green-orange .title_fz52 {
  text-align: center;
  max-width: 379px;
  width: auto;
}

.form__green-orange .wrapper-text_descr,
.forma__green-orange .wrapper-text_descr {
  text-align: center;
  max-width: 613px;
  margin-top: 15px;
  color: #172934;
}

.form__column-1,
.forma__column-1 {
  padding: 185px 0 160px;
  background-color: #8bc639;
  overflow: hidden;
  position: relative;
}

.form__column-1:after,
.form__column-1:before,
.forma__column-1:after,
.forma__column-1:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .form__column-1:after,
  .form__column-1:before,
  .forma__column-1:after,
  .forma__column-1:before {
    display: none;
  }
}

.form__column-1:before,
.forma__column-1:before {
  left: 0;
  background: radial-gradient(100% 201.07% at 0 50%, #8bc639 0, rgba(139, 198, 57, 0) 100%);
}

.form__column-1:after,
.forma__column-1:after {
  right: 0;
  background: radial-gradient(109.95% 206.63% at 109.95% 50%, #8bc639 0, rgba(139, 198, 57, 0) 100%);
}

@media (max-width: 767.98px) {
  .form__column-1 .title,
  .forma__column-1 .title {
    max-width: 230px;
  }
}

@media (max-width: 991.98px) {
  .form__column-1 .wrapper-text_descr-top,
  .forma__column-1 .wrapper-text_descr-top {
    display: block;
  }
}

.form__column-1 .wrapper-text_descr,
.forma__column-1 .wrapper-text_descr {
  margin: 0 auto;
  max-width: 50%;
  padding-top: 32px;
  color: #172934;
}

@media (min-width: 1615px) {
  .form__column-1 .wrapper-text_descr,
  .forma__column-1 .wrapper-text_descr {
    padding-top: 32px;
  }
}

@media (max-width: 1199.98px) {
  .form__column-1 .wrapper-text_descr,
  .forma__column-1 .wrapper-text_descr {
    line-height: 22px;
  }
}

@media (max-width: 767.98px) {
  .form__column-1 .wrapper-text_descr,
  .forma__column-1 .wrapper-text_descr {
    max-width: inherit;
    padding-top: 16px;
  }
}

.form__column-1 .container,
.forma__column-1 .container {
  max-width: 65%;
}

@media (max-width: 767.98px) {
  .form__column-1 .container,
  .forma__column-1 .container {
    margin-left: 10px;
  }
}

@media (max-width: 575px) {
  .form__column-1 .container,
  .forma__column-1 .container {
    margin-left: -5px;
  }
}

@media (max-width: 767.98px) {
  .form__column-1 .slick-dots,
  .forma__column-1 .slick-dots {
    left: 78%;
    bottom: -22px;
  }
}

.form__column-1 .slick-list,
.forma__column-1 .slick-list {
  overflow: inherit;
}

@media (max-width: 767.98px) {
  .form__column-1,
  .forma__column-1 {
    padding: 60px 0 !important;
  }
}

.form__column-2,
.forma__column-2 {
  padding: 185px 0 160px;
  background-color: #ffb800;
}

.form__column-2_img,
.forma__column-2_img {
  width: 254px;
  height: 250.42px;
  display: block;
  margin: 0 auto;
  margin-top: 32px;
}

.form__column-2 .wrapper-text_descr,
.forma__column-2 .wrapper-text_descr {
  margin: 0 auto;
  text-align: center;
  max-width: 400px;
  margin-top: 32px;
  color: #172934;
}

.form__column-2 .btn_header,
.forma__column-2 .btn_header {
  margin: 0 auto;
  margin-top: 32px;
  width: 205px;
  padding-left: 54px;
  padding-right: 20px;
}

@media (max-width: 991.98px) {
  .form__column-2 .btn_header,
  .forma__column-2 .btn_header {
    gap: 10px;
    padding-left: 8px;
    padding-right: 12px;
  }
}

@media (max-width: 991.98px) {
  .form__column-2,
  .forma__column-2 {
    padding: 24px 0 62px;
  }
}

.form__carousel,
.forma__carousel {
  width: 100%;
  margin-top: 32px;
}

@media (max-width: 767.98px) {
  .form__carousel,
  .forma__carousel {
    padding-bottom: 40px;
    margin-top: 40px;
  }
}

.form__slider_img,
.forma__slider_img {
  width: 97%;
  border-radius: 8px;
}

@media (max-width: 767.98px) {
  .form__column-1,
  .forma__column-1 {
    padding-top: 24px;
  }

  .form__column-1 .wrapper-text_descr,
  .forma__column-1 .wrapper-text_descr {
    padding-top: 16px;
    font-size: 16px;
    line-height: 22px;
  }

  .form__column-1 .tas,
  .forma__column-1 .tas {
    text-align: start;
    font-size: 13px;
    line-height: 18px;
  }

  .form__green-orange,
  .forma__green-orange {
    margin-top: 77px;
  }

  .form__green-orange .title_fz52,
  .forma__green-orange .title_fz52 {
    margin-bottom: 0;
  }
}

.form .slick-next,
.form .slick-prev,
.forma .slick-next,
.forma .slick-prev {
  bottom: -206px;
}

.form__number,
.forma__number {
  bottom: -180px;
}

@media (max-width: 767.98px) {
  .index .form {
    padding-top: 100px;
  }
}

.we-do {
  color: #172934;
}

.we-do .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-blend-mode: hard-light;
  position: relative;
}

.we-do .hero.new-bg {
  background-image: unset;
  background-color: rgba(23, 41, 52, 0.50);
  background: linear-gradient(to right bottom, rgba(23, 41, 52, 0.8) 0%, rgba(23, 41, 52, 0) 100%);
}

.we-do .hero picture {
  display: flex;
  align-items: center;
  justify-content: center;
}

.we-do .hero picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  z-index: -1;
  object-fit: cover;
  background-position: center;
}

.we-do .hero__padding {
  padding: 87px 0 100px;
}

.we-do .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.we-do .hero h1, h2 {
  font-family: HWT Artz, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.01em;
  color: #f9f5ef;
}

@media (max-width: 767.98px) {
  .we-do .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.we-do .tab {
  width: 100vw;
  overflow: hidden;
  border: none;
  background-color: #f9f5ef;
  justify-content: space-around;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  scrollbar-width: none;
}

.we-do .tab::-webkit-scrollbar {
  width: 0 !important;
}

.we-do .tab-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgba(23, 41, 52, 0.2);
}

.we-do .tab_btn {
  background-color: #f9f5ef;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding-bottom: 12px;
  width: -moz-max-content;
  width: max-content;
  margin-right: 30px;
}

.we-do .tab_btn:last-of-type {
  margin-right: 0;
}

.we-do .active {
  border-bottom: 4px solid #e14286;
  font-weight: 800;
}

.we-do .tab_content {
  padding-top: 56px;
  display: none;
  animation: e 1s;
}

@media (max-width: 767.98px) {
  .we-do .tab_content {
    padding-top: 10px;
  }

  .we-do .tab_btn {
    margin-right: 24px;
  }
}

.we-do .years__tab {
  background: #83cfd0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .we-do .years__tab {
    width: 100vw;
  }
}

.we-do .years_tablinks {
  background: #83cfd0;
}

.we-do .BabyPelones__tab {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 56px;
}

@media (max-width: 991.98px) {
  .we-do .BabyPelones__tab {
    width: 100%;
  }
}

.we-do .playing__bg {
  padding: 100px 0;
  overflow: hidden;
  background-color: #a4a3ea;
}

.we-do .playing__bg-video {
  cursor: pointer;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.we-do .playing__bg-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.we-do .playing__bg-video.play ~ .playing__bg-play {
  display: none;
}

.we-do .playing__bg .playing__bg-play {
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.we-do .playing__wrapper {
  display: grid;
  grid-template-columns: 626px 1fr;
  gap: 104px;
}

@media (max-width: 1200px) {
  .we-do .playing__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.we-do .playing .wrapper-text_descr {
  max-width: 523px;
}

.we-do .playing .section {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.we-do .playing .section + .title_fz52 {
  margin-top: 27px;
}


.we-do .playing .title_fz52 {
  max-width: 400px;
  width: inherit;
}

.we-do .playing__column_video {
  max-width: 626px;
  max-height: 411px;
  height: 411px;
  position: relative;
}

@media (max-width: 991.98px) {
  .we-do .playing .playing__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .we-do .playing .playing__column_video {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .we-do .playing__bg {
    padding: 24px 0 32px;
  }

  .we-do .playing .title_fz52 {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 8px;
  }
}

.we-do .help-us .bottom-wave {
  z-index: 2;
  position: relative;
}

.we-do .help-us .slick-arrow {
  display: none !important;
}

.we-do .help-us__bg {
  background-color: #83cfd0;
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 80px;
}

@media (max-width: 767.98px) {
  .we-do .help-us__bg {
    padding-bottom: 140px;
  }
}

.we-do .help-us__bg .title {
  width: inherit;
  max-width: 614px;
  margin-bottom: 64px;
}

@media (max-width: 991.98px) {
  .we-do .help-us__bg .title {
    font-size: 42px;
    line-height: 38px;
  }
}

.we-do .help-us__carousel .slick-list {
  overflow: inherit;
}

.we-do .help-us__carousel .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background-color: #83cfd0;
}

.we-do .help-us__carousel_text {
  font-family: Avenir;
  font-size: 18px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 0.1em;
  margin-top: 24px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .we-do .help-us__carousel_text {
    font-size: 11px;
    line-height: 16px;
    max-width: 185px;
  }
}

.we-do .help-us__carousel_descr {
  font-family: Avenir;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.01em;
}

@media (max-width: 767.98px) {
  .we-do .help-us__carousel_descr {
    font-size: 13px;
    line-height: 18px;
  }
}

.we-do .help-us__slides {
  margin-right: 13px;
}

@media (max-width: 767.98px) {
  .we-do .help-us__slides {
    width: 75vw !important;
  }
}

.we-do .help-us__slides .btn_white {
  width: 153px;
  height: 42px;
}

@media (max-width: 767.98px) {
  .we-do .help-us__slides .btn_white {
    font-size: 9px;
    line-height: 20px;
  }
}

.we-do .help-us__carousel_img {
  border-radius: 6px;
}

@media (max-width: 767.98px) {
  .we-do .help-us__carousel_img {
    max-width: 100%;
  }
}

.we-do .how-can {
  padding-top: 168px;
  padding-bottom: 73px;
}

@media (max-width: 767.98px) {
  .we-do .how-can {
    padding-top: 20px;
    padding-bottom: 51px;
  }
}

.we-do .how-can__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 110px;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.01em;
}

@media (max-width: 991.98px) {
  .we-do .how-can__wrapper {
    grid-template-columns: 1fr;
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 992px) {
  .we-do .how-can__img {
    grid-row-start: 1;
    grid-row-end: 3;
  }
}

@media (max-width: 991.98px) {
  .we-do .how-can__img {
    order: 1;
  }
}

.we-do .a-liner {
  margin: 33px 0 36px;
}

.we-do .how-can__info {
  position: relative;
}

@media (min-width: 992px) {
  .we-do .how-can__info {
    grid-column-start: 2;
  }
}

@media (max-width: 991.98px) {
  .we-do .how-can__info {
    order: 2;
  }
}

@media (min-width: 991.98px) {
  .we-do .how-can__info #leer-mas {
    display: none;
  }
}

@media (max-width: 992px) {
  .we-do .how-can__info p:not(:first-child) {
    display: none;
    opacity: 0;
    transition: all 300ms;
  }

  .we-do .how-can__info.open p:not(:first-child) {
    opacity: 1;
    display: inline;
  }

  .we-do .how-can__info #leer-mas {
    margin: 0;
  }

  .we-do .how-can__info #leer-mas:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.995 0.504991C11.2684 0.778358 11.2684 1.22157 10.995 1.49494L10.5616 1.06151C10.995 1.49494 10.9951 1.4949 10.995 1.49494L10.949 1.54089L10.82 1.66901C10.7088 1.7792 10.5496 1.93642 10.3571 2.12502C9.97235 2.50192 9.45314 3.00541 8.91733 3.50971C8.38331 4.01231 7.8253 4.52281 7.36503 4.9104C7.1364 5.10294 6.92008 5.27518 6.73673 5.40272C6.64606 5.4658 6.5493 5.52792 6.45406 5.57708C6.38883 5.61074 6.21328 5.69997 6.00007 5.69997C5.78687 5.69997 5.61131 5.61074 5.54609 5.57708C5.45085 5.52792 5.35408 5.4658 5.26341 5.40273C5.08007 5.27518 4.86375 5.10294 4.63512 4.9104C4.17484 4.52281 3.61684 4.01231 3.08282 3.50971C2.547 3.00541 2.0278 2.50192 1.64304 2.12502C1.45052 1.93642 1.29133 1.7792 1.18015 1.66901L1.05117 1.54089L1.00595 1.49579L1.00517 1.49502C1.00513 1.49497 1.0051 1.49494 1.50007 0.999966L1.99506 0.505006L2.03906 0.548884L2.1657 0.674671C2.27522 0.78323 2.43244 0.938508 2.62273 1.12491C3.0036 1.49801 3.51564 1.99452 4.04233 2.49023C4.57081 2.98762 5.10655 3.47713 5.53691 3.83953C5.72074 3.99434 5.87689 4.11877 6.00008 4.20863C6.12326 4.11877 6.27941 3.99434 6.46324 3.83953C6.89359 3.47713 7.42934 2.98762 7.95782 2.49023C8.4845 1.99452 8.99655 1.49801 9.37741 1.12491C9.5677 0.938509 9.72492 0.78323 9.83445 0.674671L9.96108 0.548885L10.0045 0.505598C10.2779 0.232231 10.7217 0.231624 10.995 0.504991ZM5.81196 4.33301C5.79394 4.3402 5.79305 4.34277 5.81196 4.33301C5.8122 4.33289 5.81171 4.33314 5.81196 4.33301ZM1.0051 0.50499C1.27847 0.231623 1.7217 0.231639 1.99506 0.505006L1.50007 0.999966L1.00517 1.49502C0.731808 1.22165 0.731731 0.778357 1.0051 0.50499Z' fill='%23172934'/%3E%3C/svg%3E");

    width: 10px;
    height: 5px;
  }

  .we-do .how-can__info.open #leer-mas:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.995 0.504991C11.2684 0.778358 11.2684 1.22157 10.995 1.49494L10.5616 1.06151C10.995 1.49494 10.9951 1.4949 10.995 1.49494L10.949 1.54089L10.82 1.66901C10.7088 1.7792 10.5496 1.93642 10.3571 2.12502C9.97235 2.50192 9.45314 3.00541 8.91733 3.50971C8.38331 4.01231 7.8253 4.52281 7.36503 4.9104C7.1364 5.10294 6.92008 5.27518 6.73673 5.40272C6.64606 5.4658 6.5493 5.52792 6.45406 5.57708C6.38883 5.61074 6.21328 5.69997 6.00007 5.69997C5.78687 5.69997 5.61131 5.61074 5.54609 5.57708C5.45085 5.52792 5.35408 5.4658 5.26341 5.40273C5.08007 5.27518 4.86375 5.10294 4.63512 4.9104C4.17484 4.52281 3.61684 4.01231 3.08282 3.50971C2.547 3.00541 2.0278 2.50192 1.64304 2.12502C1.45052 1.93642 1.29133 1.7792 1.18015 1.66901L1.05117 1.54089L1.00595 1.49579L1.00517 1.49502C1.00513 1.49497 1.0051 1.49494 1.50007 0.999966L1.99506 0.505006L2.03906 0.548884L2.1657 0.674671C2.27522 0.78323 2.43244 0.938508 2.62273 1.12491C3.0036 1.49801 3.51564 1.99452 4.04233 2.49023C4.57081 2.98762 5.10655 3.47713 5.53691 3.83953C5.72074 3.99434 5.87689 4.11877 6.00008 4.20863C6.12326 4.11877 6.27941 3.99434 6.46324 3.83953C6.89359 3.47713 7.42934 2.98762 7.95782 2.49023C8.4845 1.99452 8.99655 1.49801 9.37741 1.12491C9.5677 0.938509 9.72492 0.78323 9.83445 0.674671L9.96108 0.548885L10.0045 0.505598C10.2779 0.232231 10.7217 0.231624 10.995 0.504991ZM5.81196 4.33301C5.79394 4.3402 5.79305 4.34277 5.81196 4.33301C5.8122 4.33289 5.81171 4.33314 5.81196 4.33301ZM1.0051 0.50499C1.27847 0.231623 1.7217 0.231639 1.99506 0.505006L1.50007 0.999966L1.00517 1.49502C0.731808 1.22165 0.731731 0.778357 1.0051 0.50499Z' fill='%23172934'/%3E%3C/svg%3E");
    display: inline-block;
    transform: rotate(180deg) translate(-5px, -20px);
    width: 10px;
    height: 5px;
  }
}

.we-do .read-more__link {
  font-weight: 800;
  color: #172934;
  margin-left: 10px;
  padding-right: 20px;
  position: relative;
}

.we-do .read-more__link:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.995.505a.7.7 0 0 1 0 .99l-.433-.433.433.433-.046.046-.129.128a115.605 115.605 0 0 1-1.903 1.84A40.416 40.416 0 0 1 7.365 4.91a9.1 9.1 0 0 1-.628.493c-.091.063-.188.125-.283.174-.065.034-.24.123-.454.123-.213 0-.389-.09-.454-.123a2.585 2.585 0 0 1-.283-.174c-.183-.128-.4-.3-.628-.493a40.416 40.416 0 0 1-1.552-1.4A102.704 102.704 0 0 1 1.18 1.669l-.129-.128-.045-.045v-.001L1.5 1l.495-.495.044.044.127.126A110.352 110.352 0 0 0 4.042 2.49c.529.498 1.065.987 1.495 1.35.184.154.34.279.463.369.123-.09.28-.215.463-.37.43-.362.966-.851 1.495-1.349A101.21 101.21 0 0 0 9.834.675l.127-.126.043-.043a.7.7 0 0 1 .991-.001zM5.812 4.333c-.018.007-.019.01 0 0zM1.005.505a.7.7 0 0 1 .99 0L1.5 1l-.495.495a.7.7 0 0 1 0-.99z' fill='%23172934'/%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.we-do [data-clicked="true"] {
  display: inline-block;
  margin-left: 0;
}

.we-do [data-clicked="true"]:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.995.505a.7.7 0 0 1 0 .99l-.433-.433.433.433-.046.046-.129.128a115.605 115.605 0 0 1-1.903 1.84A40.416 40.416 0 0 1 7.365 4.91a9.1 9.1 0 0 1-.628.493c-.091.063-.188.125-.283.174-.065.034-.24.123-.454.123-.213 0-.389-.09-.454-.123a2.585 2.585 0 0 1-.283-.174c-.183-.128-.4-.3-.628-.493a40.416 40.416 0 0 1-1.552-1.4A102.704 102.704 0 0 1 1.18 1.669l-.129-.128-.045-.045v-.001L1.5 1l.495-.495.044.044.127.126A110.352 110.352 0 0 0 4.042 2.49c.529.498 1.065.987 1.495 1.35.184.154.34.279.463.369.123-.09.28-.215.463-.37.43-.362.966-.851 1.495-1.349A101.21 101.21 0 0 0 9.834.675l.127-.126.043-.043a.7.7 0 0 1 .991-.001zM5.812 4.333c-.018.007-.019.01 0 0zM1.005.505a.7.7 0 0 1 .99 0L1.5 1l-.495.495a.7.7 0 0 1 0-.99z' fill='%23172934'/%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(180deg);
}

.we-do .movie-desc {
  display: inline;
}

.we-do .projectos {
  padding-bottom: 0;
}

.we-do .projectos__bg {
  background-color: #83cfd0;
  padding-bottom: 141px;
  padding-top: 50px;
}

.we-do .projectos .wrapper-text {
  max-width: 716px;
}

.we-do .projectos .wrapper-text_descr {
  display: none;
}

.we-do .projectos .projectos__carousel .slick-list:before {
  background-color: #83cfd0;
}

.we-do .playing .top-wave img {
  margin-top: -56px;
}

.we-do .playing .playing__wrapper {
  display: grid;
  grid-template-columns: 626px 1fr;
  gap: 104px;
  /* padding-top: 100px;
    padding-bottom: 100px; */
}

@media (max-width: 1200px) {
  .we-do .playing .playing__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 991.98px) {
  .we-do .playing .playing__wrapper {
    gap: 50px;
  }
}

@media (max-width: 767.98px) {
  .we-do .playing .playing__wrapper {
    grid-template-columns: 1fr;
  }
}

.we-do .playing .wrapper-text_descr {
  max-width: inherit;
}

.we-do .documents {
  padding-top: 100px;
  overflow: hidden;
  padding-bottom: 50px;
}

@media (max-width: 991.98px) {
  .we-do .documents {
    padding-top: 50px;
  }
}

@media (min-width: 1200px) {
  .we-do .documents__info {
    padding-right: 50px;
  }
}

@media (min-width: 1200px) {
  .we-do .documents__time {
    padding-left: 50px;
  }
}

@media (max-width: 991.98px) {
  .we-do .documents__time {
    padding-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .we-do .documents__info .title {
    font-size: 80px;
    line-height: 80px;
  }
}

@media (max-width: 767.98px) {
  .we-do .documents__info .title {
    font-size: 36px;
    line-height: 32px;
  }
}

.we-do .documents__info-img {
  border-radius: 5px;
}

@media (max-width: 1199.98px) {
  .we-do .documents__info-img {
    width: 100%;
  }
}

.we-do .documents .wrapper-text_descr {
  max-width: 400px;
  margin-top: 26px;
  margin-bottom: 175px;
  font-size: 24px;
  line-height: 33px;
}

@media (max-width: 1199.98px) {
  .we-do .documents .wrapper-text_descr {
    margin-bottom: 55px;
  }
}

@media (max-width: 767.98px) {
  .we-do .documents .wrapper-text_descr {
    font-size: 16px;
    line-height: 22px;
  }
}

.we-do .documents__time .tab {
  width: 50vw;
  overflow: hidden;
  border: none;
  background-color: #f9f5ef;
  justify-content: space-around;
  overflow-x: scroll;
  overflow-y: hidden;
}

.we-do .documents__time .tab::-webkit-scrollbar {
  width: 0 !important;
}

@media (max-width: 991.98px) {
  .we-do .documents__time .tab {
    width: 100vw;
  }
}

.we-do .documents__time .tab-btn {
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: 20px;
  line-height: 27px;
  transition: none;

}

@media (max-width: 991.98px) {
  .we-do .documents__time .tab-btn {
    font-size: 16px;
    line-height: 24px;
  }
}

.we-do .documents__time .team-slider {
  overflow: inherit;
  padding-top: 0;
}

.we-do .documents__time-text {
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.01em;
  padding-bottom: 24px;
}

.we-do .documents__time .tab_content {
  padding-top: 4px;
}

.we-do .documents__time .tab_content .a-liner {
  margin-top: 0;
}

.we-do .documents__time .tab_content .a-liner__span {
  text-transform: inherit;
}

@media (max-width: 767.98px) {
  .we-do .documents__time .tab_content .a-liner__span {
    font-size: 16px;
    line-height: 26px;
    background-position: 100% 19px;
  }
}

.we-do .documents__time .documents__card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 33px;
  margin-bottom: 18px;
}

@media (max-width: 767.98px) {
  .we-do .documents__time .documents__card {
    grid-template-columns: 2fr 1fr;
    gap: 0;
  }
}

.we-do .documents__time .documents__card-info {
  align-self: center;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 767.98px) {
  .we-do .documents__time .documents__card-info {
    margin-left: auto;
  }
}

.we-do .documents__time .documents__card .btn_white {
  width: 60px;
  height: 28px;
  min-width: 60px;
  margin-top: 9px;
  margin-left: auto;
  margin-right: auto;
}

.we-do .documents__time .documents__card-img {
  border-radius: 5px;
}

@media (max-width: 767.98px) {
  .we-do .documents__time .documents__card-img {
    width: 100%;
  }
}

.we-do .documents__time .documents__card-year {
  font-family: HWT Artz, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.03em;
}

.we-do .documents__time .documents__card-info-title {
  font-size: 14px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: -0.01em;
}

@media (max-width: 767.98px) {
  .we-do .documents__time .documents__card-info-title {
    font-size: 12px;
    line-height: 16px;
    width: 93px;
    text-align: center;
  }
}

.we-do .documents__time .documents__time-text-footer {
  color: #1e323880;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.01em;
  margin-top: 6px;
}

.we-do .documents__time .documents__card-color {
  border-radius: 6px;
  padding: 20px;
  width: 302px;
}

@media (max-width: 767.98px) {
  .we-do .documents__time .documents__card-color {
    width: 100%;
  }
}

.we-do .documents__time .documents__card-auditorias {
  background: #a4a3ea;
}

.we-do .documents__time .documents__card-estatutos {
  background: #83cfd0;
}

.we-do .documents__time .documents__card-estatutos-name {
  color: #fff;
  font-weight: 900;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 2px;
}

.we-do .documents__time .documents__card-estatutos-date,
.we-do .documents__time .documents__card-estatutos-title {
  font-family: HWT Artz, sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.we-do .documents__time .documents__card-estatutos-title {
  color: #fff;
  font-size: 36px;
  line-height: 32px;
}

.we-do .documents__time .documents__card-estatutos-date {
  color: hsla(0, 0%, 100%, 0.52);
  font-size: 28px;
  line-height: 24px;
}

.we-do .form__green-orange {
  margin-top: -80px;
}

@media (max-width: 991.98px) {
  .we-do .form__green-orange .title_fz52 {
    font-size: 38px;
    line-height: 34px;
  }
}

@media (max-width: 767.98px) {
  .we-do .form__green-orange {
    margin-top: 0;
  }
}

.we-do .tween-block {
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .we-do .tween-block {
    margin-top: -50px;
  }
}

@media (max-width: 767.98px) {
  .we-do .tween-block .form__column-1 {
    padding-top: 24px;
  }
}

.tab-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgba(23, 41, 52, 0.2);
}

.a-liner {
  display: block;
}

.a-liner,
.a-liner:hover {
  color: #172934;
}

.a-liner .a-liner__span {
  background: transparent url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  padding-bottom: 8px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.01em;
}

@media (max-width: 767.98px) {
  .a-liner .a-liner__span {
    font-size: 14px;
    line-height: 24px;
    background-position: 100% 17px;
  }
}

.team .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-blend-mode: hard-light;
}

.team .hero__padding {
  padding: 87px 0 100px;
}

.team .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.team .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.01em;
  color: #f9f5ef;
}

@media (max-width: 767.98px) {
  .team .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.team .main-descr {
  padding: 56px 0 80px;
}

.team .main-descr__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.team .main-descr .wrapper-text_descr {
  max-width: 614px;
}

@media (max-width: 991.98px) {
  .team .main-descr .main-descr__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .team .main-descr .main-descr__column {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .team .main-descr {
    padding: 0 0 32px;
  }
}

.team .tab {
  width: 100vw;
  overflow: hidden;
  border: none;
  background-color: #f9f5ef;
  justify-content: space-around;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  scrollbar-width: none;
}

.team .tab::-webkit-scrollbar {
  width: 0 !important;
}

.team .tab-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgba(23, 41, 52, 0.2);
}

.team .tab_btn {
  background-color: #f9f5ef;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding-bottom: 12px;
  width: -moz-max-content;
  width: max-content;
  margin-right: 30px;
}

.team .tab_btn:last-of-type {
  margin-right: 0;
}

.team .active {
  border-bottom: 4px solid #e14286;
  font-weight: 800;
}

.team .tab_content {
  padding-top: 56px;
  display: none;
  animation: e 1s;
}

@media (max-width: 767.98px) {
  .team .tab_content {
    padding-top: 10px;
  }

  .team .tab_btn {
    margin-right: 24px;
  }
}

.team .years__tab {
  background: #83cfd0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .team .years__tab {
    width: 100vw;
  }
}

.team .years_tablinks {
  background: #83cfd0;
}

.team .BabyPelones__tab {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 56px;
}

@media (max-width: 991.98px) {
  .team .BabyPelones__tab {
    width: 100%;
  }
}

.team .playing__bg {
  padding: 100px 0;
  overflow: hidden;
  background-color: #a4a3ea;
}

.team .playing__bg-video {
  cursor: pointer;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 411px;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.team .playing__bg-video.play ~ .playing__bg-play {
  display: none;
}

.team .playing__bg .playing__bg-play {
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.team .playing__wrapper {
  display: grid;
  grid-template-columns: 626px 1fr;
  gap: 104px;
}

@media (max-width: 1200px) {
  .team .playing__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.team .playing .wrapper-text_descr {
  max-width: 523px;
}

.team .playing .title_fz52 {
  max-width: 400px;
  width: inherit;
}

.team .playing__column_video {
  max-width: 626px;
  max-height: 411px;
  height: 411px;
  position: relative;
}

@media (max-width: 991.98px) {
  .team .playing .playing__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .team .playing .playing__column_video {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .team .playing__bg {
    padding: 24px 0 32px;
  }

  .team .playing .title_fz52 {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 8px;
  }
}

.team .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.team .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.team .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.team .present {
  padding: 100px 0;
}

.team .present__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}

.team .present__slide img {
  max-width: 100%;
}

.team .present .slick-next,
.team .present .slick-prev {
  bottom: -70px;
}

.team .present .form__number {
  bottom: -45px;
}

@media (max-width: 991.98px) {
  .team .present .present__wrapper {
    grid-template-columns: repeat(1, 100%);
    row-gap: 24px;
  }

  .team .present .first {
    order: 1;
  }
}

@media (max-width: 767.98px) {
  .team .present {
    padding: 51px 0 32px;
  }

  .team .present .slick-dots {
    bottom: 0;
  }
}

.team .projectos {
  padding: 0;
}

.team .projectos .container,
.team .projectos__bg {
  background-color: #83cfd0;
}

.team .projectos__bg {
  padding-top: 56px;
}

.team .projectos__carousel {
  padding-bottom: 80px;
}

.team .projectos__carousel .slick-list:before {
  background-color: #83cfd0;
}

.team .projectos .slick-dots {
  bottom: 25px;
}

@media (max-width: 767.98px) {
  .team .projectos {
    padding: 24px 0 0;
  }
}

.team .form {
  padding: 0;
}

.team .form .bottom-wave {
  width: 100%;
  position: absolute;
  z-index: 10;
}

.team .form .bottom-wave_team img {
  background-color: #83cfd0;
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .team .form__column-1,
  .team .form__column-2 {
    padding-top: 65px;
  }
}

.team .form__green-orange .form__number {
  bottom: -148px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  font-weight: 900;
  font-size: 11px;
  color: #172934;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .team .form__green-orange .form__number {
    display: none;
  }
}

.team .modal-team {
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, .7);
}

.team .modal-team .modal-team-inner {
  background-color: #f9f5ef;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1240px;
  border-radius: 30px;
  z-index: 10;
  overflow-y: scroll;
  max-height: 90%;
}

@media (max-width: 1199.98px) {
  /* .team .modal-team {
        background-color: #f9f5ef;
    } */
}

.team .modal-team_close {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
  z-index: 11;
}

.team .modal-team__wrapper {
  padding: 114px 91px 0 104px;
  display: flex;
  justify-content: space-between;
  gap: 102px;
}

@media (max-width: 1350px) {
  .team .modal-team__wrapper {
    padding: 66px 30px 0 40px;
    gap: 0;
  }
}

@media (max-width: 1199.98px) {
  .team .modal-team__wrapper {
    flex-direction: column;
    padding: 0;
  }
}

.team .modal-team .bottom-wave {
  margin-top: -80px;
}

@media (max-width: 1199.98px) {
  .team .modal-team .bottom-wave {
    margin-top: -5px;
  }
}

.team .modal-team__column img {
  border-radius: 16px;
  position: relative;
}

@media (max-width: 1199.98px) {
  .team .modal-team__column img {
    width: 100%;
  }
}

.team .modal-team__column-1 {
  max-width: 400px;
  margin-bottom: 80px;
}

.team .modal-team__column-1 .title_fz52 {
  margin-top: 18px;
}

.team .modal-team__column-1 .text_fz16 {
  margin-top: 24px;
}

.team .modal-team__column-1 .text_fz16_fw500 {
  margin-top: 32px;
}

@media (max-width: 1199.98px) {
  .team .modal-team__column-1 {
    order: 1;
    padding: 0 16px 50px;
  }
}

@media (max-width: 767.98px) {
  .team .modal-team__column-1 {
    max-width: 360px;
    margin-bottom: 0px;
  }
}

.team .modal-team__footer {
  border-radius: 0 0 30px 30px;
  background: #83cfd0;
  width: 100%;
  padding: 16px 91px 30px 104px;
  margin-top: -1px;
}

.team .modal-team__footer a,
.team .modal-team__footer a:hover {
  color: #172934;
}

@media (max-width: 1199.98px) {
  .team .modal-team__footer {
    padding: 15px 16px 21px;
    border-radius: 0;
  }
}

.team .modal-team__footer__wrapper {
  display: flex;
  justify-content: space-between;
}

.team .modal-team__footer_contact {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}

.team .modal-team__footer_contact svg {
  margin-right: 16px;
}

.team .modal-team__footer_call,
.team .modal-team__footer_email {
  margin-top: 16px;
}

.team .modal-team__footer .footer__column-1 {
  align-items: flex-end;
}

.team .modal-team__footer .footer_contact {
  line-height: 15px;
  margin-right: 66px;
}

@media (max-width: 1199.98px) {
  .team .modal-team__footer .dnone {
    display: none;
  }

  .team .modal-team__footer__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .team .modal-team__footer .footer__column-1 {
    order: -1;
    margin-top: 15px;
  }
}

.team .overlay {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}

.team #Modal-team {
  display: none;
  overflow-y: auto;
}

.team .form__number {
  bottom: -92px;
}

@media (max-width: 767.98px) {
  .team .title_fz120 {
    font-size: 36px;
    line-height: 32px;
  }
}

.team-slider {
  overflow: hidden;
  padding: 80px 0;
}

.team-slider .slick-dots {
  bottom: -30px;
}

@media (max-width: 577px) {
  .team-slider .slick-dots {
    left: 56%;
  }
}

.team-slider__slide {
  padding-right: 12px;
}

.team-slider__slide_img {
  max-width: 100%;
}

.team-slider .wrapper-text_descr {
  margin-top: 16px;
  max-width: 262px;
  min-height: 60px;
}

.team-slider .slick-list {
  overflow: inherit;
  position: relative;
}

.team-slider .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background-color: #f9f5ef;
}

@media (max-width: 1200px) {
  .team-slider .size {
    height: 219px;
  }
}

@media (max-width: 992px) {
  .team-slider .size {
    height: 162px;
  }
}

@media (max-width: 991.98px) {
  .team-slider .wrapper-text_descr {
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  .team-slider {
    padding: 24px 0 61px;
  }

  .team-slider .tab {
    width: 90vw;
  }

  .team-slider .title_fz18_team {
    font-size: 11px;
    line-height: 16px;
  }

  .team-slider .wrapper-text_descr {
    padding-top: 8px;
    margin-top: 0;
    font-size: 11px;
    line-height: 15px;
    height: 30px;
  }
}

@media (max-width: 577px) {
  .team-slider {
    right: 0;
  }
}

@media (max-width: 767.98px) {
  .team-slider__container {
    width: 85%;
  }
}

@media (max-width: 577px) {
  .team-slider__container {
    width: 90%;
    margin-left: 0;
  }
}

.awards .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-blend-mode: hard-light;
}

.awards .hero__padding {
  padding: 87px 0 100px;
}

.awards .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.awards .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.01em;
  color: #f9f5ef;
}

@media (max-width: 767.98px) {
  .awards .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.awards .BabyPelones {
  padding: 32px 0 59px;
  overflow: hidden;
}

.awards .BabyPelones .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.awards .BabyPelones .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.awards .BabyPelones .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.awards .BabyPelones .media-md {
  display: none;
}

.awards .BabyPelones__slide {
  padding: 0 20px 17px 18px;
  background-color: #fff;
  border-radius: 6px;
  margin: 0 6px;
}

.awards .BabyPelones__slide_img {
  max-width: 100%;
  margin: auto;
}

.awards .BabyPelones_price {
  font-family: HWT Artz;
  color: #172934;
  font-weight: 700;
  font-size: 31px;
  line-height: 32px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.awards .BabyPelones__wrapper {
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
}

.awards .BabyPelones .title_fz52 {
  margin: 0 auto;
  text-align: center;
  width: 611px;
}

.awards .BabyPelones .slick-prev {
  left: -10px;
  top: 50%;
}

.awards .BabyPelones .slick-next {
  top: 50%;
  right: 44px;
}

.awards .BabyPelones .how-can__info {
  text-align: center;
  margin-top: 42px;
}

.awards .BabyPelones .btn_BabyPelones {
  font-size: 11px;
  line-height: 15px;
}

@media (max-width: 768px) {
  .awards .BabyPelones__slide {
    display: block !important;
    margin: 0 auto;
    margin-top: 8px;
  }

  .awards .BabyPelones .media-lg {
    display: none;
  }

  .awards .BabyPelones .media-md {
    display: block;
  }

  .awards .BabyPelones .title_fz52 {
    margin-left: 0;
    text-align: left;
  }

  .awards .BabyPelones .btn_BabyPelones {
    font-size: 9px;
    line-height: 20px;
  }
}

.awards .BabyPelones .BabyPelones_tablinks:last-of-type {
  margin-right: 0;
}

.awards .playing__bg {
  padding: 100px 0;
  overflow: hidden;
  background-color: #a4a3ea;
}

.awards .playing__bg-video {
  cursor: pointer;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 411px;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.awards .playing__bg-video.play ~ .playing__bg-play {
  display: none;
}

.awards .playing__bg .playing__bg-play {
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.awards .playing__wrapper {
  display: grid;
  grid-template-columns: 626px 1fr;
  gap: 104px;
}

@media (max-width: 1200px) {
  .awards .playing__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.awards .playing .wrapper-text_descr {
  max-width: 523px;
}

.awards .playing .title_fz52 {
  max-width: 400px;
  width: inherit;
}

.awards .playing__column_video {
  max-width: 626px;
  max-height: 411px;
  height: 411px;
  position: relative;
}

@media (max-width: 991.98px) {
  .awards .playing .playing__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .awards .playing .playing__column_video {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .awards .playing__bg {
    padding: 24px 0 32px;
  }

  .awards .playing .title_fz52 {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 8px;
  }
}

.awards .tab {
  width: 100vw;
  overflow: hidden;
  border: none;
  background-color: #f9f5ef;
  justify-content: space-around;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  scrollbar-width: none;
}

.awards .tab::-webkit-scrollbar {
  width: 0 !important;
}

.awards .tab-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgba(23, 41, 52, 0.2);
}

.awards .tab_btn {
  background-color: #f9f5ef;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding-bottom: 12px;
  width: -moz-max-content;
  width: max-content;
  margin-right: 30px;
}

.awards .tab_btn:last-of-type {
  margin-right: 0;
}

.awards .active {
  border-bottom: 4px solid #e14286;
  font-weight: 800;
}

.awards .tab_content {
  padding-top: 56px;
  display: none;
  animation: e 1s;
}

@media (max-width: 767.98px) {
  .awards .tab_content {
    padding-top: 10px;
  }

  .awards .tab_btn {
    margin-right: 24px;
  }
}

.awards .years__tab {
  /* background: #83cfd0; */
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .awards .years__tab {
    width: 100vw;
  }
}

.awards .years_tablinks {
  background: transparent;
}

.awards .BabyPelones__tab {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 56px;
}

@media (max-width: 991.98px) {
  .awards .BabyPelones__tab {
    width: 100%;
  }
}

.awards .main-descr {
  padding: 56px 0 80px;
}

.awards .main-descr__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.awards .main-descr .wrapper-text_descr {
  max-width: 614px;
}

@media (max-width: 991.98px) {
  .awards .main-descr .main-descr__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .awards .main-descr .main-descr__column {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .awards .main-descr {
    padding: 0 0 32px;
  }
}

.awards .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.awards .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.awards .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.awards .hero {
  background: none;
}

.awards .hero__slide {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  background-blend-mode: hard-light;
}

.awards .hero__slide.new-bg {
  background-image: unset;
  background-color: rgba(23, 41, 52, 0.50);
  background: linear-gradient(to right bottom, rgba(23, 41, 52, 0.8) 0%, rgba(23, 41, 52, 0) 100%);
}

.awards .hero__slide picture {
  display: flex;
  align-items: center;
  justify-content: center;
}

.awards .hero__slide picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  z-index: -1;
  object-fit: cover;
  background-position: center;
}

.awards .hero__text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.awards .hero_descr {
  display: block;
  width: 220px;
  font-weight: 900;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.awards .hero_subdescr {
  display: block;
  width: 220px;
  margin-top: 7px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #f9f5ef;
}

.awards .hero .slick-next,
.awards .hero .slick-prev {
  bottom: 45%;
  transform: translateY(50%);
  right: 130px;
}

.awards .hero .slick-prev {
  right: 275px;
}

.awards .hero .bien__number {
  color: #fff;
  bottom: 40%;
  right: 215px;
}

.awards .hero .bien__number #current {
  margin-right: 5px;
}

.awards .hero .bien__number #total {
  margin-left: 5px;
}

@media (max-width: 931px) {
  .awards .hero .bien__number {
    display: none;
  }
}

.awards .hero .slick-dots {
  bottom: 80px;
  right: 17px;
  left: auto;
}

.awards .hero .slick-dots li button {
  background: #f9f5ef;
}

.awards .hero .slick-dots li.slick-active button {
  background: #e14286;
}

@media (max-width: 767.98px) {
  .awards .hero__padding {
    padding: 80px 0 21px;
  }

  .awards .hero__text {
    align-items: flex-start;
    padding-top: 137px;
  }

  .awards .hero .slick-dots {
    bottom: 60px;
    right: 0;
  }
}

.awards .years__bg {
  padding: 56px 0 80px;
  /* background: #83cfd0; */
  overflow: hidden;
}

.awards .years .slick-arrow {
  visibility: hidden !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 0;
}

.awards .years .slick-prev {
  left: 5%;
  background: url(/wp-content/themes/split_juegaterapia/assets/img/charity-2/Left.svg) 0 0/100% no-repeat;
}

.awards .years .slick-next {
  right: 5%;
  background: url(/wp-content/themes/split_juegaterapia/assets/img/charity-2/Right.svg) 0 0/100% no-repeat;
}

.awards .years .slick-dots {
  bottom: -30px;
}

@media (max-width: 577px) {
  .awards .years .slick-dots {
    left: 78%;
  }
}

.awards .years__slide {
  padding-right: 12px;
  max-width: 510px !important;
}

.awards .years__slide_img {
  max-width: 100%;
  border-radius: 6px;
}

.awards .years .wrapper-text_descr {
  margin-top: 16px;
}

.awards .years .slick-list {
  overflow: inherit;
  position: relative;
}

.awards .years .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background: #83cfd0;
}

.awards .years .years__bg.f9f5ef .slick-list:before {
  background: #F9F5EF;
}

@media (max-width: 767.98px) {
  .awards .years .title_fz18_team {
    font-size: 11px;
    line-height: 16px;
  }

  .awards .years .wrapper-text_descr {
    padding-top: 8px;
    margin-top: 0;
    font-size: 11px;
    line-height: 15px;
  }
}

@media (max-width: 577px) {
  .awards .years {
    right: 0;
  }
}

@media (max-width: 767.98px) {
  .awards .years__container {
    width: 85%;
  }
}

@media (max-width: 577px) {
  .awards .years__container {
    width: 65%;
    margin-left: 0;
  }
}

.awards .projectos {
  padding: 0;
}

.awards .projectos .container,
.awards .projectos__bg {
  background-color: #83cfd0;
}

.awards .projectos__bg {
  padding-top: 56px;
}

.awards .projectos .wrapper-text_descr {
  display: none;
}

.awards .projectos__carousel {
  padding-bottom: 80px;
}

.awards .projectos__carousel .slick-list:before {
  background-color: #83cfd0;
}

.awards .projectos .slick-dots {
  bottom: 25px;
}

@media (max-width: 767.98px) {
  .awards .projectos {
    padding: 0;
  }

  .awards .projectos__bg {
    padding: 24px 0 32px;
  }
}

.awards .present {
  padding: 100px 0;
}

.awards .present__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  margin-top: 40px;
}

.awards .present__slide img {
  width: 100%;
}

.awards .present .slick-next,
.awards .present .slick-prev {
  bottom: -70px;
}

.awards .present .form__number {
  bottom: -45px;
}

@media (max-width: 991.98px) {
  .awards .present .present__wrapper {
    grid-template-columns: repeat(1, 100%);
    row-gap: 24px;
  }

  .awards .present .first {
    order: 1;
  }
}

@media (max-width: 767.98px) {
  .awards .present {
    padding: 51px 0 32px;
  }

  .awards .present .slick-dots {
    bottom: 0;
  }
}

.awards .form {
  padding-top: 0;
}

.awards .form .bottom-wave {
  z-index: 2;
  position: absolute;
}

.awards .form .bottom-wave_awards img {
  background-color: #83cfd0;
  margin-top: 0;
}

.awards .form .pos-initial {
  position: static;
}

@media (max-width: 767.98px) {
  .awards .form__column-1 {
    padding-top: 24px;
  }

  .awards .form__column-1 .wrapper-text_descr {
    padding-top: 16px;
  }

  .awards .form__green-orange .title_fz52 {
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .awards .tab-btn {
    margin-right: 40px;
  }
}

.histories {
  overflow-x: hidden;
}

.histories .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-blend-mode: hard-light;
}

.histories .hero__padding {
  padding: 87px 0 100px;
}

.histories .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.histories .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.01em;
}

@media (max-width: 767.98px) {
  .histories .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.histories .main-descr {
  padding: 56px 0 80px;
}

.histories .main-descr__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.histories .main-descr .wrapper-text_descr {
  max-width: 614px;
}

@media (max-width: 991.98px) {
  .histories .main-descr .main-descr__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .histories .main-descr .main-descr__column {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .histories .main-descr {
    padding: 0 0 32px;
  }
}

.histories .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.histories .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.histories .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.histories .hero h1 {
  color: #f9f5ef;
  font-size: 70px;
}

.histories .hero__padding {
  position: relative;
}

.histories .hero_play {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%);
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .histories .hero_play {
    right: 0;
    bottom: 30px;
    left: auto;
    transform: none;
    top: auto;
  }

  .histories .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

@media (max-width: 767.98px) {
  .histories .hero__padding {
    width: 219px;
    margin: 0 auto;
  }
}

@media (max-width: 360px) {
  .histories .hero {
    background-image: url(../img/histories/bg-mob.png) !important;
  }
}

.histories .main-descr {
  padding: 0;
}

.histories .main-descr_bg {
  overflow: hidden;
  background-color: #a4a3ea;
  padding: 56px 0 80px;
  position: relative;
}

@media (max-width: 767.98px) {
  .histories .main-descr_bg {
    padding: 24px 0 32px;
  }

  .histories .main-descr__wrapper {
    gap: 40px;
  }

  .histories .main-descr .main-descr__column {
    margin-top: 0;
  }

  .histories .main-descr .wrapper-text_descr {
    padding: 0;
  }
}

.histories .games {
  overflow: hidden;
}

.histories .games .slick-list {
  overflow: inherit;
  position: relative;
}

.histories .games .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background: #e4e3f9;
}


.histories .games .slick-dots {
  bottom: -24px;
  left: 44%;
}

.histories .games__bg {
  background: #e4e3f9;
  padding: 56px 0;
}

@media (max-width: 767.98px) {
  .histories .games__bg {
    position: relative;
  }
}

.histories .games__bg_2 {
  padding: 0;
}

.histories .games__wrapper {
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 220px;
}

.histories .games__wrapper_label {
  margin-bottom: 16px;
}

.histories .games .slick-slide {
  margin-left: 12px;
  max-width: 510px;
}

.histories .games .slick-slide img {
  width: 100%;
}

.histories .games .slick-prev {
  display: none !important;
  top: 50%;
  left: 56px;
  transform: translateY(-50%);
}

.histories .games .slick-next {
  display: none !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.histories .games .slick-dots {
  transform: translate(50%);
}

@media (max-width: 991.98px) {
  .histories .games__wrapper {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}

@media (max-width: 767.98px) {
  .histories .games__wrapper {
    padding-bottom: 0;
  }

  .histories .games__bg {
    padding: 24px 0 32px;
  }

  .histories .games__bg_2 {
    /* background-color: #f9f5ef; */
    padding-top: 48px;
  }

  .histories .games .slick-list:before {
    content: "";
    /* background-color: #e4e3f9; */
  }
}

.histories .information {
  padding: 56px 0 80px;
}

.histories .information__wrapper-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.histories .information__wrapper-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 220px;
  padding-top: 64px;
}

.histories .information__column-2 {
  grid-row-start: 1;
  grid-row-end: 2;
}

.histories .information__column-4 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}

.histories .information__column-2 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}

.histories .information .text_fz24 {
  margin-bottom: 24px;
  text-transform: none;
}

.histories .information .text_fz24-mb12 {
  margin-bottom: 12px;
}

.histories .information .text_fz20-mt16 {
  max-width: 180px;
}

.histories .information .text_fz20-mb32 {
  margin-bottom: 32px;
}

.histories .information .pink {
  color: #e14286;
  font-weight: 800;
}

.histories .information .footer__column-1 {
  justify-content: flex-start;
}

.histories .information .footer_contact {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.02em;
  margin-right: 66px;
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .histories .information {
    padding: 54px 0 32px;
  }

  .histories .information__wrapper-1 {
    flex-direction: column;
    align-items: flex-start;
  }

  .histories .information__column-1 .title_fz120 {
    font-size: 36px;
    line-height: 32px;
  }

  .histories .information .text_fz24 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .histories .information .text_fz20 {
    font-size: 16px;
    line-height: 24px;
  }

  .histories .information .text_fz20-mt16 {
    margin-top: 16px;
    max-width: 100%;
  }

  .histories .information .text_fz20-mb32 {
    margin-bottom: 16px;
  }

  .histories .information__wrapper-2 {
    grid-template-columns: 1fr;
    padding-top: 16px;
  }

  .histories .information .footer__column-1 {
    margin-top: 40px;
  }

  .histories .information__column-2 {
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .histories .information__column-4 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .histories .information__column-4 .text_fz20 {
    margin-bottom: 16px;
  }

  .histories .information__column-2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}

.histories .gracias__bg {
  padding: 56px 0 80px;
  background-color: #ffb800;
}

.histories .gracias__item {
  list-style: disc;
}

.histories .gracias__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 240px;
}

.histories .gracias__column {
  max-width: 510px;
}

@media (max-width: 991.98px) {
  .histories .gracias__bg {
    padding: 24px 0 32px;
  }

  .histories .gracias__wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .histories .gracias .title_fz120 {
    font-size: 36px;
    line-height: 32px;
  }

  .histories .gracias__column {
    padding-left: 20px;
  }

  .histories .gracias .bottom-wave {
    background-color: #ffb800;
  }
}

.histories .histori {
  overflow: hidden;
  position: relative;
}

.histories .histori__bg {
  padding: 56px 0 80px;
  background-color: #a4a3ea;
}

.histories .histori__wrapper {
  display: grid;
  grid-template-columns: 50% 80%;
}

.histories .histori__slide {
  max-width: 510px;
  margin-right: 12px;
}

.histories .histori__slide_img {
  border-radius: 8px;
  width: 98%;
}

.histories .histori .slick-list {
  padding-left: 20px;
}

@media (max-width: 991.98px) {
  .histories .histori {
    /* display: none; */
  }

  .histories .histori__wrapper {
    display: flex;
    flex-direction: column;
  }

  .histories .histori__wrapper .histori__carousel {
    margin-top: 49px;
  }
}

.histories .conoce2__bg {
  padding: 100px 0;
}

.histories .conoce2__wrapper {
  display: grid;
  grid-template-columns: 715px 495px;
}

.histories .conoce2__column-1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

.histories .conoce2__column-2 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}

.histories .conoce2__column-3 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}

.histories .conoce2 .title_fz120 {
  margin-bottom: 52px;
}

.histories .conoce2 .slick-next,
.histories .conoce2 .slick-prev {
  bottom: -58px;
}

.histories .conoce2 .bien__number {
  bottom: -31px;
}

@media (max-width: 1199.98px) {
  .histories .conoce2__wrapper {
    grid-template-columns: 100%;
  }

  .histories .conoce2__column-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .histories .conoce2__column-3 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    margin-bottom: 24px;
  }

  .histories .conoce2__column-3 .slick-dots {
    bottom: 0;
  }

  .histories .conoce2__column-2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }

  .histories .conoce2 .bien__number {
    display: none;
  }

  .histories .conoce2 .slick-slide img {
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .histories .conoce2__bg {
    padding: 24px 0 32px;
  }
}

.histories .projectos {
  padding: 0;
}

.histories .projectos .container {
  background-color: #83cfd0;
}

.histories .projectos__bg {
  padding-top: 56px;
  background-color: #83cfd0;
}

.histories .projectos__carousel {
  padding-bottom: 80px;
}

.histories .projectos__carousel .slick-list:before {
  background-color: #83cfd0;
}

.histories .projectos .slick-dots {
  bottom: 25px;
}

@media (max-width: 767.98px) {
  .histories .projectos {
    padding: 0;
  }

  .histories .projectos__bg {
    padding: 24px 0 32px;
  }
}

.histories .form {
  padding-top: 0;
}

.histories .form .bottom-wave {
  z-index: 2;
  position: absolute;
}

.histories .form .bottom-wave_awards img {
  background-color: #83cfd0;
  margin-top: 0;
}

.histories .form .pos-initial {
  position: static;
}

@media (max-width: 767.98px) {
  .histories .form__column-1 {
    padding-top: 24px;
  }

  .histories .form__column-1 .wrapper-text_descr {
    padding-top: 16px;
  }

  .histories .form__green-orange .title_fz52 {
    margin-bottom: 0;
  }
}

.todo-projectos .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-blend-mode: hard-light;
}

.todo-projectos .hero__padding {
  padding: 87px 0 100px;
}

.todo-projectos .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.todo-projectos .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.01em;
}

@media (max-width: 767.98px) {
  .todo-projectos .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.todo-projectos .main-descr {
  padding: 56px 0 80px;
}

.todo-projectos .main-descr__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.todo-projectos .main-descr .wrapper-text_descr {
  max-width: 614px;
}

@media (max-width: 991.98px) {
  .todo-projectos .main-descr .main-descr__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .todo-projectos .main-descr .main-descr__column {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .todo-projectos .main-descr {
    padding: 0 0 32px;
  }
}

.todo-projectos .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.todo-projectos .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.todo-projectos .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.todo-projectos .playing__bg {
  padding: 100px 0;
  overflow: hidden;
  background-color: #a4a3ea;
}

.todo-projectos .playing__bg-video {
  cursor: pointer;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 411px;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.todo-projectos .playing__bg-video.play ~ .playing__bg-play {
  display: none;
}

.todo-projectos .playing__bg .playing__bg-play {
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.todo-projectos .playing__wrapper {
  display: grid;
  grid-template-columns: 626px 1fr;
  gap: 104px;
}

@media (max-width: 1200px) {
  .todo-projectos .playing__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.todo-projectos .playing .wrapper-text_descr {
  max-width: 523px;
}

.todo-projectos .playing .title_fz52 {
  max-width: 400px;
  width: inherit;
}

.todo-projectos .playing__column_video {
  max-width: 626px;
  max-height: 411px;
  height: 411px;
  position: relative;
}

@media (max-width: 991.98px) {
  .todo-projectos .playing .playing__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .todo-projectos .playing .playing__column_video {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .todo-projectos .playing__bg {
    padding: 24px 0 32px;
  }

  .todo-projectos .playing .title_fz52 {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 8px;
  }
}

.todo-projectos .BabyPelones {
  padding: 32px 0 59px;
  overflow: hidden;
}

.todo-projectos .BabyPelones .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.todo-projectos .BabyPelones .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.todo-projectos .BabyPelones .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.todo-projectos .BabyPelones .media-md {
  display: none;
}

.todo-projectos .BabyPelones__slide {
  padding: 0 20px 17px 18px;
  background-color: #fff;
  border-radius: 6px;
  margin: 0 6px;
}

.todo-projectos .BabyPelones__slide_img {
  max-width: 100%;
  margin: auto;
}

.todo-projectos .BabyPelones_price {
  font-family: HWT Artz;
  color: #172934;
  font-weight: 700;
  font-size: 31px;
  line-height: 32px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.todo-projectos .BabyPelones__wrapper {
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
}

.todo-projectos .BabyPelones .title_fz52 {
  margin: 0 auto;
  text-align: center;
  width: 611px;
}

.todo-projectos .BabyPelones .slick-prev {
  left: -10px;
  top: 50%;
}

.todo-projectos .BabyPelones .slick-next {
  top: 50%;
  right: 44px;
}

.todo-projectos .BabyPelones .how-can__info {
  text-align: center;
  margin-top: 42px;
}

.todo-projectos .BabyPelones .btn_BabyPelones {
  font-size: 11px;
  line-height: 15px;
}

@media (max-width: 768px) {
  .todo-projectos .BabyPelones__slide {
    display: block !important;
    margin: 0 auto;
    margin-top: 8px;
  }

  .todo-projectos .BabyPelones .media-lg {
    display: none;
  }

  .todo-projectos .BabyPelones .media-md {
    display: block;
  }

  .todo-projectos .BabyPelones .title_fz52 {
    margin-left: 0;
    text-align: left;
  }

  .todo-projectos .BabyPelones .btn_BabyPelones {
    font-size: 9px;
    line-height: 20px;
  }
}

.todo-projectos .BabyPelones .BabyPelones_tablinks:last-of-type {
  margin-right: 0;
}

.todo-projectos .tab {
  width: 100vw;
  overflow: hidden;
  border: none;
  background-color: #f9f5ef;
  justify-content: space-around;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  scrollbar-width: none;
}

.todo-projectos .tab::-webkit-scrollbar {
  width: 0 !important;
}

.todo-projectos .tab-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgba(23, 41, 52, 0.2);
}

.todo-projectos .tab_btn {
  background-color: transparent;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding-bottom: 12px;
  width: -moz-max-content;
  width: max-content;
  margin-right: 30px;
}

.todo-projectos .tab_btn:last-of-type {
  margin-right: 0;
}

.todo-projectos .active {
  border-bottom: 4px solid #e14286;
  font-weight: 800;
}

.todo-projectos .tab_content {
  padding-top: 56px;
  display: none;
  animation: e 1s;
}

@media (max-width: 767.98px) {
  .todo-projectos .tab_content {
    padding-top: 10px;
  }

  .todo-projectos .tab_btn {
    margin-right: 24px;
  }
}

.todo-projectos .years__tab {
  background: #83cfd0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .todo-projectos .years__tab {
    width: 100vw;
  }
}

.todo-projectos .years_tablinks {
  background: #83cfd0;
}

.todo-projectos .BabyPelones__tab {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 56px;
  background-color: transparent;
}

@media (max-width: 991.98px) {
  .todo-projectos .BabyPelones__tab {
    width: 100%;
  }
}

.todo-projectos .hero {
  background: #172934 url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-blend-mode: normal;
}

.todo-projectos .hero h1 {
  color: #f9f5ef;
  font-size: 70px;
  line-height: 60px;
}

.todo-projectos .main-descr .how-can__info_span {
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 991.98px) {
  .todo-projectos .main-descr .how-can__info_span {
    font-size: 16px;
    line-height: 24px;
  }
}

.todo-projectos .grid {
  padding: 63px 0 46px;
  overflow: hidden;
}

.todo-projectos .grid__slide {
  position: relative;
  width: 100%;
  padding: 16px 12px 0 0;
}

.todo-projectos .grid__slide_img {
  width: 100%;
}

.todo-projectos .grid__vector {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.todo-projectos .grid__vector__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.todo-projectos .grid__btn {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 20px;
  max-width: 98px;
  height: 28px;
  text-align: center;
  background: #fff;
  color: #172934;
  padding: 4px 16px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 9px;
  line-height: 20px;
  border-radius: 44.5px;
  text-decoration: none;
  cursor: pointer;
}

.todo-projectos .grid__btn:hover {
  color: #172934;
}

.todo-projectos .grid .slick-slide {
  max-width: 614px;
}

@media (max-width: 991.98px) {
  .todo-projectos .grid .title_fz42 {
    display: block;
    margin-top: -40px;
    font-size: 28px;
    line-height: 26px;
  }

  .todo-projectos .grid .slick-list {
    overflow: inherit;
    position: relative;
  }

  .todo-projectos .grid .slick-list:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: -600px;
    width: 600px;
    z-index: 1;
    background-color: #f9f5ef;
  }

  .todo-projectos .grid .slick-dots {
    bottom: -40px;
  }
}

@media (max-width: 767.98px) {
  .todo-projectos .grid .sm {
    width: 155px;
  }
}

.todo-projectos .BabyPelones .title_fz52 {
  width: 664px;
}

.todo-projectos .BabyPelones .slick-next,
.todo-projectos .BabyPelones .slick-prev {
  display: none !important;
}

.todo-projectos .BabyPelones .btn_BabyPelones {
  font-size: 9px;
  line-height: 20px;
}

.todo-projectos .projectos {
  padding: 0;
}

.todo-projectos .projectos .container {
  background-color: #83cfd0;
}

.todo-projectos .projectos__bg {
  padding-top: 56px;
  background-color: #83cfd0;
}

.todo-projectos .projectos__carousel {
  padding-bottom: 80px;
}

.todo-projectos .projectos__carousel .slick-list:before {
  background-color: #83cfd0;
}

.todo-projectos .projectos .slick-dots {
  bottom: 25px;
}

@media (max-width: 767.98px) {
  .todo-projectos .projectos {
    padding: 0;
  }

  .todo-projectos .projectos__bg {
    padding: 24px 0 32px;
  }
}

.todo-projectos .form {
  padding-top: 0;
}

.todo-projectos .form .bottom-wave {
  z-index: 2;
  position: absolute;
}

.todo-projectos .form .bottom-wave_awards img {
  background-color: #83cfd0;
  margin-top: 0;
}

.todo-projectos .form .pos-initial {
  position: static;
}

@media (max-width: 767.98px) {
  .todo-projectos .form__column-1 {
    padding-top: 24px;
  }

  .todo-projectos .form__column-1 .wrapper-text_descr {
    padding-top: 16px;
    font-size: 13px;
    line-height: 18px;
  }

  .todo-projectos .form__column-1 .tas {
    text-align: start;
  }

  .todo-projectos .form__green-orange {
    margin-top: 77px;
  }

  .todo-projectos .form__green-orange .title_fz52 {
    margin-bottom: 0;
    max-width: 200px;
  }
}

.chemistry {
  overflow-x: hidden;
}

.chemistry .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  color: #fff;
  background-blend-mode: hard-light;
}

.chemistry .hero__padding {
  padding: 87px 0 100px;
}

.chemistry .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.chemistry .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.01em;
  color: #f9f5ef;
}

@media (max-width: 767.98px) {
  .chemistry .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.chemistry .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.chemistry .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.chemistry .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.chemistry .playing__bg {
  padding: 100px 0;
  overflow: hidden;
  background-color: #a4a3ea;
}

.chemistry .playing__bg-video {
  cursor: pointer;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 411px;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.chemistry .playing__bg-video.play ~ .playing__bg-play {
  display: none;
}

.chemistry .playing__bg .playing__bg-play {
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.chemistry .playing__wrapper {
  display: grid;
  grid-template-columns: 626px 1fr;
  gap: 104px;
}

@media (max-width: 1200px) {
  .chemistry .playing__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.chemistry .playing .wrapper-text_descr {
  max-width: 523px;
}

.chemistry .playing .title_fz52 {
  max-width: 400px;
  width: inherit;
}

.chemistry .playing__column_video {
  max-width: 626px;
  max-height: 411px;
  height: 411px;
  position: relative;
}

@media (max-width: 991.98px) {
  .chemistry .playing .playing__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .chemistry .playing .playing__column_video {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .chemistry .playing__bg {
    padding: 24px 0 32px;
  }

  .chemistry .playing .title_fz52 {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 8px;
  }
}

.chemistry .overlay {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 10;
}

.chemistry .hero {
  background: #172934 url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  color: #f9f5ef;
  background-blend-mode: normal;
}

.chemistry .hero h1 {
  font-size: 70px;
  line-height: 60px;
}

@media (max-width: 991.98px) {
  .chemistry .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.chemistry .estudio {
  padding: 32px 0 202px;
}

.chemistry .estudio__wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 480px 1fr;
  column-gap: 139px;
  grid-template-rows: 226px 125px;
}

.chemistry .estudio__column-1 {
  position: sticky;
  z-index: -1;
  top: 0;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  height: -moz-fit-content;
  height: fit-content;
}

.chemistry .estudio__column-1 img {
  max-width: 100%;
}

.chemistry .estudio__column-2 {
  padding-top: 79px;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}

.chemistry .estudio__column-3 {
  padding-top: 90px;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 5;
}

.chemistry .estudio .how-can__info {
  max-width: 396px;
}

.chemistry .estudio .how-can__info_p {
  margin-top: 21px;
  display: block;
}

.chemistry .estudio .how-can__info_span {
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 767.98px) {
  .chemistry .estudio .how-can__info {
    max-width: 296px;
  }

  .chemistry .estudio .how-can__info_span {
    font-size: 14px;
    line-height: 24px;
    background-position: 100% 16px;
  }
}

.chemistry .estudio .pt19 {
  padding-top: 19px;
}

.chemistry .estudio .pt26 {
  padding-top: 26px;
}

.chemistry .estudio .mt100 {
  margin-top: 100px;
}

.chemistry .estudio .title_fz42 {
  text-align: start;
}

.chemistry .estudio .text_fz14 {
  margin-top: 28px;
}

.chemistry .estudio__descr__wrapper-1 {
  display: flex;
  gap: 30px;
  padding-top: 48px;
}

.chemistry .estudio__descr__wrapper-2 {
  display: flex;
  gap: 30px;
  padding-top: 53px;
}

.chemistry .estudio__descr__wrapper-3 {
  display: flex;
  gap: 30px;
  padding-top: 40px;
}

.chemistry .estudio .chemistry_line {
  border-top: 1px solid rgba(80, 80, 80, 0.4);
  opacity: 0.4;
  margin-top: 40px;
}

@media (max-width: 1199.98px) {
  .chemistry .estudio {
    padding-bottom: 64px;
  }

  .chemistry .estudio__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0;
  }

  .chemistry .estudio__column-1 {
    position: static;
    margin: 0 auto;
    padding-top: 48px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .chemistry .estudio__column-2 {
    padding-top: 0;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .chemistry .estudio__column-3 {
    padding-top: 63px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 5;
  }

  .chemistry .estudio .pt19 {
    padding-top: 32px;
  }

  .chemistry .estudio .mt100 {
    margin-top: 56px;
  }
}

@media (max-width: 767.98px) {
  .chemistry .estudio .text_fz20 {
    font-size: 16px;
    line-height: 24px;
  }

  .chemistry .estudio .title_fz120 {
    font-size: 52px;
    line-height: 46px;
  }

  .chemistry .estudio .title_fz42 {
    font-size: 28px;
    line-height: 24px;
  }
}

.chemistry .charity__bg {
  padding-top: 56px;
  background-color: #e4e3f9;
}

.chemistry .charity__descr .title_fz52 {
  padding-top: 16px;
  width: auto;
  max-width: 850px;
}

.chemistry .charity__grid {
  padding-top: 80px;
  display: grid;
  grid-template-columns: 510px 510px;
  justify-content: space-between;
}

.chemistry .charity__wrapper-2 {
  margin-top: 80px;
  padding: 24px 0;
}

.chemistry .charity__wrapper-2 .title_fz36 {
  margin-bottom: 10px;
}

.chemistry .charity__wrapper-2-1 {
  display: flex;
  gap: 175px;
}

@media (max-width: 1440px) {
  .chemistry .charity__wrapper-2-1 {
    gap: 0;
    justify-content: space-between;
  }
}

.chemistry .charity .pink {
  display: flex;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.01em;
  color: #e14286;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .chemistry .charity .pink {
    width: 263px;
  }
}

.chemistry .charity_note:before {
  content: url(../img/chemistry/charity/Note.svg);
  margin-right: 8px;
}

.chemistry .charity_eye:before {
  content: url(../img/chemistry/charity/Eye.svg);
  margin-right: 8px;
}

.chemistry .charity_work:before {
  content: url(../img/chemistry/charity/Work.svg);
  margin-right: 8px;
}

.chemistry .charity_search:before {
  content: url(../img/chemistry/charity/Search.svg);
  margin-right: 8px;
}

.chemistry .charity__flex {
  display: flex;
  gap: 64px;
}

.chemistry .charity__wrapper-3 a:hover {
  color: #172934;
}

.chemistry .charity__wrapper-3 .mt24 {
  margin-top: 24px;
}

.chemistry .charity__wrapper-3-mt32 {
  margin-top: 32px;
  position: relative;
}

.chemistry .charity__wrapper-4 .mt24 {
  margin-top: 24px;
}

@media (max-width: 1200px) {
  .chemistry .charity__grid {
    grid-template-columns: repeat(2, 400px);
  }
}

@media (max-width: 991.98px) {
  .chemistry .charity__bg {
    padding-bottom: 53px;
  }

  .chemistry .charity__grid {
    padding-top: 0;
    grid-template-columns: 1fr;
  }

  .chemistry .charity__wrapper-2 {
    padding: 0;
  }

  .chemistry .charity__wrapper-2-1 {
    gap: 37px;
    flex-direction: column;
  }

  .chemistry .charity__descr .title_fz52 {
    font-size: 36px;
    line-height: 32px;
    padding-top: 18px;
  }

  .chemistry .charity__wrapper-3 {
    display: block;
  }

  .chemistry .charity__wrapper-3 .title_fz36 {
    margin-bottom: 24px;
  }

  .chemistry .charity__wrapper-4 {
    display: block;
    margin-top: 60px;
  }

  .chemistry .charity__descr .title_fz52 {
    margin-bottom: 60px;
  }

  .chemistry .charity__wrapper-2 .mb32 {
    margin-bottom: 32px;
  }

  .chemistry .charity .pink {
    font-size: 14px;
    line-height: 24px;
  }
}

.chemistry .gracias__bg {
  padding: 56px 0 80px;
  background-color: #ffb800;
}

.chemistry .gracias__item {
  list-style: disc;
}

.chemistry .gracias__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 240px;
}

.chemistry .gracias__column {
  max-width: 510px;
}

@media (max-width: 991.98px) {
  .chemistry .gracias__bg {
    padding: 24px 0 32px;
  }

  .chemistry .gracias__wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .chemistry .gracias .title_fz120 {
    font-size: 36px;
    line-height: 32px;
  }

  .chemistry .gracias__column {
    padding-left: 20px;
  }

  .chemistry .gracias .bottom-wave {
    background-color: #ffb800;
  }
}

.chemistry .gracias .top-wave {
  background-color: #e4e3f9;
}

.chemistry .conoce3__bg {
  padding-top: 100px;
  background-color: #83cfd0;
}

.chemistry .conoce3__wrapper {
  display: grid;
  grid-template-columns: 55% 40%;
  justify-content: space-between;
  grid-template-rows: 330px 346px;
}

.chemistry .conoce3 img {
  max-width: 100%;
}

.chemistry .conoce3__column-1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

.chemistry .conoce3__column-1 .title_fz120 {
  margin-bottom: 24px;
}

@media (max-width: 1200px) {
  .chemistry .conoce3__column-1 .title_fz120 {
    font-size: 90px;
    line-height: 93px;
  }
}

.chemistry .conoce3__column-2 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}

.chemistry .conoce3__column-2 .btn_conoce3 {
  margin-top: 32px;
  background: #fff;
  color: #172934;
  padding: 18px 20px;
}

.chemistry .conoce3__column-3 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}

.chemistry .conoce3__column-3_img {
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .chemistry .conoce3__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .chemistry .conoce3__column-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .chemistry .conoce3__column-1 .title_fz120 {
    font-size: 60px;
    line-height: 54px;
  }

  .chemistry .conoce3__column-3 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .chemistry .conoce3__column-3_img {
    margin: 0 auto;
  }

  .chemistry .conoce3__column-2 {
    margin-top: 24px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }

  .chemistry .conoce3__column-2 .btn_conoce3 {
    margin-top: 40px;
  }

  .chemistry .conoce3__bg {
    padding: 24px 0 32px;
  }
}

@media (max-width: 577px) {
  .chemistry .conoce3 .btn_conoce3 {
    padding: 18px 10px;
  }
}

.chemistry .form {
  padding-top: 0;
}

.chemistry .form .bottom-wave {
  z-index: 2;
  position: absolute;
}

.chemistry .form .bottom-wave_awards img {
  background-color: #83cfd0;
  margin-top: 0;
}

.chemistry .form .pos-initial {
  position: static;
}

.chemistry .form__green-orange .title_fz52 {
  margin-top: 45px;
}

@media (max-width: 767.98px) {
  .chemistry .form__column-1 {
    padding-top: 24px;
  }

  .chemistry .form__column-1 .wrapper-text_descr {
    padding-top: 16px;
  }

  .chemistry .form__green-orange .title_fz52 {
    margin-bottom: 0;
  }
}

.chemistry .playing .top-wave {
  background-color: #ffb800;
}

.chemistry .playing .bottom-wave {
  /* background-color: #83cfd0; */
}

.chemistry .read-more__link {
  font-weight: 800;
  color: #172934;
  margin-left: 10px;
  padding-right: 20px;
  position: relative;
}

.chemistry .read-more__link:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.995.505a.7.7 0 0 1 0 .99l-.433-.433.433.433-.046.046-.129.128a115.605 115.605 0 0 1-1.903 1.84A40.416 40.416 0 0 1 7.365 4.91a9.1 9.1 0 0 1-.628.493c-.091.063-.188.125-.283.174-.065.034-.24.123-.454.123-.213 0-.389-.09-.454-.123a2.585 2.585 0 0 1-.283-.174c-.183-.128-.4-.3-.628-.493a40.416 40.416 0 0 1-1.552-1.4A102.704 102.704 0 0 1 1.18 1.669l-.129-.128-.045-.045v-.001L1.5 1l.495-.495.044.044.127.126A110.352 110.352 0 0 0 4.042 2.49c.529.498 1.065.987 1.495 1.35.184.154.34.279.463.369.123-.09.28-.215.463-.37.43-.362.966-.851 1.495-1.349A101.21 101.21 0 0 0 9.834.675l.127-.126.043-.043a.7.7 0 0 1 .991-.001zM5.812 4.333c-.018.007-.019.01 0 0zM1.005.505a.7.7 0 0 1 .99 0L1.5 1l-.495.495a.7.7 0 0 1 0-.99z' fill='%23172934'/%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.chemistry [data-clicked="true"] {
  display: inline-block;
  margin-left: 0;
}

.chemistry [data-clicked="true"]:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.995.505a.7.7 0 0 1 0 .99l-.433-.433.433.433-.046.046-.129.128a115.605 115.605 0 0 1-1.903 1.84A40.416 40.416 0 0 1 7.365 4.91a9.1 9.1 0 0 1-.628.493c-.091.063-.188.125-.283.174-.065.034-.24.123-.454.123-.213 0-.389-.09-.454-.123a2.585 2.585 0 0 1-.283-.174c-.183-.128-.4-.3-.628-.493a40.416 40.416 0 0 1-1.552-1.4A102.704 102.704 0 0 1 1.18 1.669l-.129-.128-.045-.045v-.001L1.5 1l.495-.495.044.044.127.126A110.352 110.352 0 0 0 4.042 2.49c.529.498 1.065.987 1.495 1.35.184.154.34.279.463.369.123-.09.28-.215.463-.37.43-.362.966-.851 1.495-1.349A101.21 101.21 0 0 0 9.834.675l.127-.126.043-.043a.7.7 0 0 1 .991-.001zM5.812 4.333c-.018.007-.019.01 0 0zM1.005.505a.7.7 0 0 1 .99 0L1.5 1l-.495.495a.7.7 0 0 1 0-.99z' fill='%23172934'/%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(180deg);
}

.chemistry .movie-desc {
  display: inline;
}

.investigation {
  overflow-x: hidden;
}

.investigation .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-blend-mode: hard-light;
}

.investigation .hero__padding {
  padding: 87px 0 100px;
}

.investigation .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.investigation .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (max-width: 767.98px) {
  .investigation .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.investigation .main-descr {
  padding: 56px 0 80px;
}

.investigation .main-descr__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.investigation .main-descr .wrapper-text_descr {
  max-width: 614px;
}

@media (max-width: 991.98px) {
  .investigation .main-descr .main-descr__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .investigation .main-descr .main-descr__column {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .investigation .main-descr {
    padding: 0 0 32px;
  }
}

.investigation .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.investigation .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.investigation .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.investigation .playing__bg {
  padding: 100px 0;
  overflow: hidden;
  background-color: #a4a3ea;
}

.investigation .playing__bg-video {
  cursor: pointer;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 411px;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.investigation .playing__bg-video.play ~ .playing__bg-play {
  display: none;
}

.investigation .playing__bg .playing__bg-play {
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.investigation .playing__wrapper {
  display: grid;
  grid-template-columns: 626px 1fr;
  gap: 104px;
}

@media (max-width: 1200px) {
  .investigation .playing__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.investigation .playing .wrapper-text_descr {
  max-width: 523px;
}

.investigation .playing .title_fz52 {
  max-width: 400px;
  width: inherit;
}

.investigation .playing__column_video {
  max-width: 626px;
  max-height: 411px;
  height: 411px;
  position: relative;
}

@media (max-width: 991.98px) {
  .investigation .playing .playing__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .investigation .playing .playing__column_video {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .investigation .playing__bg {
    padding: 24px 0 32px;
  }

  .investigation .playing .title_fz52 {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 8px;
  }
}

.investigation .green__bg {
  background-color: #83cfd0;
  padding: 100px 0;
}

.investigation .green__wrapper {
  display: flex;
  justify-content: space-between;
}

.investigation .green__descr {
  padding-bottom: 35px;
  max-width: 403px;
}

.investigation .green__descr .text_fz20 {
  margin-top: 24px;
}

.investigation .green__column {
  position: relative;
  overflow: hidden;
  max-width: 509px;
}

.investigation .green .slick-slide img {
  width: 100%;
}

.investigation .green .slick-next {
  bottom: -80px;
  right: 0;
}

.investigation .green .slick-prev {
  bottom: -80px;
  right: 140px;
}

.investigation .green .bien__number {
  bottom: -54px;
  right: 87px;
}

@media (max-width: 991.98px) {
  .investigation .green__bg {
    padding: 50px 0 32px;
  }

  .investigation .green__wrapper {
    flex-direction: column;
  }

  .investigation .green__descr {
    order: 1;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .investigation .green__descr .title_fz52 {
    font-size: 36px;
    line-height: 32px;
  }

  .investigation .green__descr .text_fz20 {
    font-size: 16px;
    line-height: 22px;
  }

  .investigation .green__column {
    order: 0;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .investigation .green__column {
    margin: 0;
  }
}

.investigation .hero {
  background: #172934 url(../img/investigation/hero/main.png) top no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-blend-mode: normal;
}

.investigation .hero h1 {
  color: #f9f5ef;
  font-size: 80px;
  line-height: 70px;
}

@media (max-width: 991.98px) {
  .investigation .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.investigation .main-descr {
  padding: 0;
}

.investigation .main-descr__bg {
  background-color: #83cfd0;
  padding: 56px 0 80px;
}

.investigation .main-descr .how-can__info_span {
  font-size: 20px;
  line-height: 27px;
}

@media (max-width: 991.98px) {
  .investigation .main-descr .how-can__info_span {
    font-size: 14px;
    line-height: 24px;
    background-position: 100% 17px;
  }
}

@media (max-width: 991.98px) {
  .investigation .main-descr {
    padding: 0;
  }

  .investigation .main-descr__bg {
    padding: 0 0 32px;
  }
}

.investigation .becas .top-wave {
  background-color: #83cfd0;
}

@media (max-width: 767.98px) {
  .investigation .becas .top-wave {
    background-color: initial;
  }
}

.investigation .becas__bg {
  padding: 56px 0 80px;
}

.investigation .becas__wrapper {
  display: grid;
  grid-template-columns: 510px 510px;
  column-gap: 220px;
  margin-top: 64px;
  padding-bottom: 80px;
}

.investigation .becas__info {
  padding-top: 56px;
}

.investigation .becas__info .title_fz52 {
  width: auto;
}

.investigation .becas__descr {
  padding-top: 64px;
  display: grid;
  grid-template-columns: 613px 508px;
  column-gap: 119px;
}

.investigation .becas__column-2 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.investigation .becas__column-2_img {
  width: 180px;
  height: 180px;
}

.investigation .becas__column-2 .title_fz18 {
  margin-top: 22px;
}

.investigation .becas__column-2 .text_fz20 {
  margin-top: 16px;
}

.investigation .becas__column-2 .btn_becas {
  margin-top: 24px;
}

.investigation .becas__column-2__wrapper {
  display: flex;
  gap: 24px;
}

@media (max-width: 1378px) {
  .investigation .becas__descr {
    column-gap: 50px;
  }

  .investigation .becas__wrapper {
    column-gap: 100px;
  }
}

@media (max-width: 1245px) {
  .investigation .becas__descr {
    column-gap: 30px;
  }

  .investigation .becas__wrapper {
    column-gap: 70px;
  }
}

@media (max-width: 1199.98px) {
  .investigation .becas .btn_becas {
    margin-top: 12px;
    max-width: 97px;
    min-width: 96px;
  }

  .investigation .becas .title_fz80 {
    font-size: 52px;
    line-height: 46px;
  }

  .investigation .becas .text_fz20 {
    font-size: 16px;
    line-height: 24px;
  }

  .investigation .becas .title_fz18 {
    font-size: 11px;
    line-height: 16px;
    margin-top: 0;
  }

  .investigation .becas__bg {
    padding: 60px 0;
  }

  .investigation .becas__wrapper {
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 60px;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .investigation .becas__wrapper .top {
    display: block;
    margin-top: 20px;
  }

  .investigation .becas__descr {
    grid-template-columns: 1fr;
    padding-top: 24px;
  }

  .investigation .becas__column-2 {
    gap: 12px;
    margin-top: 34px;
    flex-direction: row;
  }

  .investigation .becas__column-2__wrapper {
    flex-direction: column;
    gap: 12px;
  }

  .investigation .becas__column-2__wrapper .text_fz20 {
    font-size: 11px;
    line-height: 15px;
    margin-top: 8px;
    width: 153px;
  }

  .investigation .becas__column-2_img {
    width: 160px;
    height: 160px;
  }

  .investigation .becas__info {
    padding-top: 0;
  }

  .investigation .becas__info .title_fz52 {
    margin-bottom: 0;
  }
}

.investigation .red {
  overflow: hidden;
}

.investigation .red__bg {
  background-color: #fc7861;
  padding: 56px 0 80px;
}

.investigation .red__descr {
  display: flex;
  justify-content: space-between;
  padding-bottom: 64px;
}

.investigation .red__descr .title_fz120 {
  display: block;
  max-width: 614px;
}

.investigation .red__descr .text_fz20 {
  display: block;
  max-width: 405px;
}

.investigation .red__slide .title_fz18 {
  display: block;
  margin-top: 24px;
}

.investigation .red .slick-slide {
  margin-right: 12px;
}

.investigation .red .slick-slide img {
  width: 100%;
  border-radius: 8px;
  max-height: 440px;
  object-fit: cover;
}

.investigation .red .slick-list {
  overflow: inherit;
  position: relative;
}

.investigation .red .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background-color: #fc7861;
}

.investigation .red .slick-dots {
  bottom: -25px;
}

@media (max-width: 991.98px) {
  .investigation .red__bg {
    padding: 24px 0 50px;
  }

  .investigation .red__descr {
    flex-direction: column;
    padding-bottom: 40px;
    gap: 16px;
  }

  .investigation .red__descr .title_fz120 {
    font-size: 52px;
    line-height: 46px;
  }

  .investigation .red__descr .text_fz20 {
    font-size: 16px;
    line-height: 22px;
  }

  .investigation .red__slide .title_fz18 {
    font-size: 11px;
    line-height: 16px;
    margin-top: 14px;
  }

  .investigation .red__slide .btn {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .investigation .red .slick-slide {
    width: 75vw !important;
  }
}

.investigation .playing .top-wave {
  background-color: #fc7861;
}

.investigation .playing .bottom-wave {
  background-color: #83cfd0;
}

.investigation .projectos {
  padding: 0;
}

.investigation .projectos .container {
  background-color: #f9f5ef;
}

.investigation .projectos__bg {
  padding-top: 56px;
  background-color: #f9f5ef;
}

.investigation .projectos__carousel {
  padding-bottom: 80px;
}

.investigation .projectos__carousel .slick-list:before {
  background-color: #f9f5ef;
}

.investigation .projectos .slick-dots {
  bottom: 25px;
}

@media (max-width: 767.98px) {
  .investigation .projectos {
    padding: 24px 0 0;
  }
}

.investigation .form {
  padding: 0;
}

.investigation .form .bottom-wave {
  width: 100%;
  position: absolute;
  z-index: 10;
}

.investigation .form .bottom-wave_team img {
  background-color: #83cfd0;
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .investigation .form__column-1,
  .investigation .form__column-2 {
    padding-top: 65px;
  }
}

.investigation .form__green-orange .form__number {
  bottom: -148px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  font-weight: 900;
  font-size: 11px;
  color: #172934;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .investigation .form__green-orange .form__number {
    display: none;
  }
}

.investigation .overlay {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1000;
}

.investigation #alejandro_sanz,
.investigation #Elisa_Izquierdo {
  display: none;
  /* height: 90vh; */
  overflow-y: auto;
}

.investigation #alejandro_sanz .modal-window__wrapper {
  padding: 94px 91px 108px 104px;
}

@media (max-width: 1250px) {
  .investigation #alejandro_sanz .modal-window__wrapper {
    padding: 80px 60px 100px;
  }
}

@media (max-width: 1199.98px) {
  .investigation #alejandro_sanz .modal-window__wrapper {
    padding: 0;
  }
}

.investigation .modal-window {
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, .7);
}

.investigation .modal-window_close {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
  z-index: 10;
}

.investigation .modal-window__wrapper {
  padding: 114px 91px 123px 104px;
  display: flex;
  gap: 100px;
}

.investigation .modal-window__column-1 {
  max-width: 400px;
}

.investigation .modal-window__column-1 .title_fz52 {
  margin-top: 18px;
}

.investigation .modal-window__column-1 .text_fz16 {
  margin-top: 24px;
}

.investigation .modal-window__column-1 .text_fz16_fw500 {
  margin-top: 32px;
}

.investigation .modal-window__column-2 {
  width: 535px;
}

.investigation .modal-window__column-2-img {
  width: 100%;
}

@media (max-width: 1250px) {
  .investigation .modal-window__wrapper {
    padding: 80px 60px 100px;
  }
}

@media (max-width: 1199.98px) {
  .investigation .modal-window {
    border-radius: 6px;
  }

  .investigation .modal-window__wrapper {
    padding: 0;
    flex-direction: column;
    gap: 0;
    background-color: #f9f5ef;
  }

  .investigation .modal-window__column-1 {
    margin: 0 auto;
    order: 1;
    padding-bottom: 60px;
  }

  .investigation .modal-window__column-2 {
    position: relative;
  }

  .investigation .modal-window__column-2 .bottom-wave {
    position: absolute;
    bottom: -2px;
  }
}

@media (max-width: 991.98px) {
  .investigation .modal-window__column-1 {
    padding: 0 16px;
  }

  .investigation .modal-window__column-2 {
    width: auto;
  }
}

.media-page .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  position: relative;
  color: #fff;
  background-blend-mode: hard-light;
}

.media-page .hero__padding {
  padding: 87px 0 100px;
}

.media-page .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.media-page .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.01em;
  color: #f9f5ef;
}

@media (max-width: 767.98px) {
  .media-page .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.media-page .playing__bg {
  padding: 100px 0;
  overflow: hidden;
}

.media-page .playing__bg-video {
  cursor: pointer;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 411px;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.media-page .playing__bg-video.play ~ .playing__bg-play {
  display: none;
}

.media-page .playing__bg .playing__bg-play {
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.media-page .playing__wrapper {
  display: grid;
  grid-template-columns: 626px 1fr;
  gap: 104px;
}

@media (max-width: 1200px) {
  .media-page .playing__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.media-page .playing .wrapper-text_descr {
  max-width: 523px;
}

.media-page .playing .title_fz52 {
  max-width: 400px;
  width: inherit;
}

.media-page .playing__column_video {
  max-width: 626px;
  max-height: 411px;
  height: 411px;
  position: relative;
}

@media (max-width: 991.98px) {
  .media-page .playing .playing__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .media-page .playing .playing__column_video {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .media-page .playing__bg {
    padding: 24px 0 32px;
  }

  .media-page .playing .title_fz52 {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 8px;
  }
}

.media-page .projectos {
  padding-top: 150px;
  padding-bottom: 100px;
  overflow: hidden;
}

.media-page .projectos__slide {
  position: relative;
  margin-top: 64px;
}

.media-page .projectos__slide img {
  max-width: 100%;
}

.media-page .projectos__carousel .slick-list {
  overflow: inherit;
}

.media-page .projectos__carousel .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -370px;
  width: 370px;
  z-index: 1;
  background-color: #f9f5ef;
}

.media-page .projectos__carousel_img {
  width: 98%;
  border-radius: 8px;
}

.media-page .projectos__vector {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
  .media-page .projectos__vector {
    top: 75%;
  }
}

.media-page .projectos__vector_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

@media (max-width: 767.98px) {
  .media-page .projectos__vector_text {
    top: 44%;
  }
}

.media-page .projectos_title {
  font-family: HWT Artz, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 46px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #172934;
}

@media (max-width: 767.98px) {
  .media-page .projectos_title {
    font-size: 36px;
    line-height: 32px;
  }
}

.media-page .projectos_btn {
  bottom: auto;
  min-width: 127px;
  max-width: 127px;
  height: 28px;
}

.media-page .medios-modal {
  display: none;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
}

.media-page .medios-modal .close {
  right: 24px;
  top: 14px;
  cursor: pointer;
  z-index: 2;
}

.media-page .medios-modal .text_fz16_fw500 {
  line-height: 22px;
}

.media-page .medios-modal .playing__wrapper {
  padding: 16px 104px 0;
}

@media (max-width: 1300px) {
  .media-page .medios-modal .playing__wrapper {
    padding: 16px 54px 0;
  }
}

@media (max-width: 767.98px) {
  .media-page .medios-modal .playing__wrapper {
    padding: 16px 16px 0;
  }
}

.media-page .medios-modal .playing__bg {
  background-color: #a4a3ea;
  padding: 0 0 40px;
}

.media-page .medios-modal__bg {
  position: relative;
}

@media (max-width: 767.98px) {
  .media-page .medios-modal__bg {
    color: #fff !important;
    height: 530px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 73px 16px 0;
    margin-top: -20px;
    background: #304d7a url(../img/media-page/pop-mob.png) no-repeat center bottom -15px;
    background-size: cover;
  }

  .media-page .medios-modal__bg .title {
    font-size: 52px;
    color: #fff !important;
    margin-top: 21px;
    margin-bottom: 200px;
  }
}

.media-page .medios-modal__bg .bottom-wave {
  width: 100vw;
  position: absolute;
  bottom: -5px;
  margin-left: -16px;
}

.media-page .medios-modal__slider {
  padding: 76px 104px 51px;
}

@media (max-width: 1300px) {
  .media-page .medios-modal__slider {
    padding: 76px 54px 51px;
  }
}

@media (max-width: 767.98px) {
  .media-page .medios-modal__slider {
    padding: 76px 16px 51px;
  }
}

.media-page .medios-modal__slider .slick-list {
  overflow: inherit;
}

.media-page .medios-modal__slider .medios-modal__slide img {
  border-right: 10px;
}

@media (max-width: 1199.98px) {
  .media-page .medios-modal__slider .medios-modal__slide img {
    width: 95%;
  }
}

.media-page .medios-modal__area {
  max-width: 1240px;
  margin: auto;
  background-color: #f9f5ef;
  position: absolute;
  top: 157px;
  left: 50%;
  transform: translate(-50%);
  z-index: 15;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (max-width: 1300px) {
  .media-page .medios-modal__area {
    max-width: 976px;
  }
}

@media (max-width: 991.98px) {
  .media-page .medios-modal__area {
    max-width: 100%;
    top: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}

.media-page .medios-modal__text-up {
  text-transform: uppercase;
  font-family: Avenir, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 0.1em;
}

@media (max-width: 767.98px) {
  .media-page .medios-modal__text-up {
    font-size: 11px;
  }
}

.media-page .medios-modal__text-middle {
  margin: 24px auto 32px;
}

.media-page .medios-modal__subtext-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 27px;
  letter-spacing: -0.01em;
  margin: 32px auto 16px;
}

@media (max-width: 767.98px) {
  .media-page .medios-modal__subtext-title {
    font-size: 16px;
  }
}

.media-page .medios-modal__subtext {
  margin-bottom: 8px;
  line-height: 24px;
}

@media (max-width: 767.98px) {
  .media-page .medios-modal__subtext {
    font-size: 12px;
  }
}

.media-page .medios-modal__wrapper {
  display: grid;
  grid-template-columns: 406px -webkit-max-content;
  grid-template-columns: 406px max-content;
  gap: 104px;
  padding: 76px 104px 51px;
}

@media (max-width: 1300px) {
  .media-page .medios-modal__wrapper {
    grid-template-columns: 1fr;
    padding: 76px 54px 51px;
  }
}

@media (max-width: 767.98px) {
  .media-page .medios-modal__wrapper {
    padding: 0 16px 51px;
  }
}

.media-page .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/media-page/media-bg.png) top no-repeat;
  background-size: cover;
}

.media-page .a-liner__span {
  font-size: 16px;
  line-height: 25px;
  background-position: 100% 19px;
  text-transform: inherit;
}

@media (max-width: 767.98px) {
  .media-page .a-liner__span {
    font-size: 14px;
    line-height: 24px;
    background-position: 100% 17px;
  }
}

.media-page .playing__bg {
  padding-bottom: 220px;
  background-color: #a4a3ea;
}

@media (max-width: 767.98px) {
  .media-page .playing__bg {
    padding-bottom: 170px;
  }
}

.media-page .playing .bottom-wave {
  display: none;
}

.media-page .projectos {
  padding-top: 0;
  margin-top: -120px;
  z-index: 2;
  position: relative;
}

.media-page .projectos .wrapper-text_descr {
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .media-page .projectos_title {
    font-size: 36px;
  }
}

.media-page .projectos__bg {
  margin-bottom: 80px;
  background-color: #f9f5ef;
}

@media (max-width: 767.98px) {
  .media-page .projectos__bg {
    padding-top: 20px;
  }
}

.media-page .tween-block {
  margin-top: -190px;
}

@media (max-width: 1439.98px) {
  .media-page .tween-block {
    margin-top: -175px;
  }
}

@media (max-width: 1199.98px) {
  .media-page .tween-block {
    margin-top: -168px;
  }
}

@media (max-width: 991.98px) {
  .media-page .tween-block {
    margin-top: -146px;
  }
}

@media (max-width: 767.98px) {
  .media-page .tween-block {
    margin-top: -88px;
  }
}

@media (max-width: 767.98px) {
  .media-page .form__column-1 {
    padding-top: 0;
  }
}

.media-page__info {
  padding-top: 56px;
  padding-bottom: 85px;
  overflow: hidden;
}

.media-page__info-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.01em;
}

@media (max-width: 767.98px) {
  .media-page__info-text {
    margin-bottom: 40px;
  }
}

.media-page__cards {
  padding-bottom: 160px;
}

@media (max-width: 767.98px) {
  .media-page__cards {
    padding-bottom: 53px;
  }
}

.media-page__cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

@media (max-width: 991.98px) {
  .media-page__cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767.98px) {
  .media-page__cards-wrapper {
    grid-template-columns: 1fr;
  }
}

.media-page__card {
  height: 233px;
  flex-direction: column;
  display: flex;
  justify-content: space-around;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(23, 41, 52, 0.2);
  box-sizing: border-box;
  border-radius: 24px;
  padding: 10px 15px;
}

.media-page__card-title {
  font-family: HWT Artz, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.01em;
}

.media-page__card svg {
  margin-left: auto;
  margin-right: auto;
}

.media-page__card .a-liner__span {
  font-size: 16px;
  background-position: 100% 18px;
  background-size: 11px 12px;
}

.donation-2 .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-blend-mode: hard-light;
}

.donation-2 .hero__padding {
  padding: 87px 0 100px;
}

.donation-2 .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.donation-2 .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.01em;
  color: #f9f5ef;
}

@media (max-width: 767.98px) {
  .donation-2 .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.donation-2 .main-descr {
  padding: 56px 0 80px;
}

.donation-2 .main-descr__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.donation-2 .main-descr .wrapper-text_descr {
  max-width: 614px;
}

@media (max-width: 991.98px) {
  .donation-2 .main-descr .main-descr__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .donation-2 .main-descr .main-descr__column {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .donation-2 .main-descr {
    padding: 0 0 32px;
  }
}

.donation-2 .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.donation-2 .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.donation-2 .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.donation-2 .tab {
  width: 100vw;
  overflow: hidden;
  border: none;
  background-color: #f9f5ef;
  justify-content: space-around;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  scrollbar-width: none;
}

.donation-2 .tab::-webkit-scrollbar {
  width: 0 !important;
}

.donation-2 .tab-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgba(23, 41, 52, 0.2);
}

.donation-2 .tab_btn {
  background-color: #f9f5ef;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding-bottom: 12px;
  width: -moz-max-content;
  width: max-content;
  margin-right: 30px;
}

.donation-2 .tab_btn:last-of-type {
  margin-right: 0;
}

.donation-2 .active {
  border-bottom: 4px solid #e14286;
  font-weight: 800;
}

.donation-2 .tab_content {
  padding-top: 56px;
  display: none;
  animation: e 1s;
}

@media (max-width: 767.98px) {
  .donation-2 .tab_content {
    padding-top: 10px;
  }

  .donation-2 .tab_btn {
    margin-right: 24px;
  }
}

.donation-2 .years__tab {
  background: #83cfd0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .donation-2 .years__tab {
    width: 100vw;
  }
}

.donation-2 .years_tablinks {
  background: #83cfd0;
}

.donation-2 .BabyPelones__tab {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 56px;
}

@media (max-width: 991.98px) {
  .donation-2 .BabyPelones__tab {
    width: 100%;
  }
}

.donation-2 .playing__bg {
  padding: 100px 0;
  overflow: hidden;
  background-color: #a4a3ea;
}

.donation-2 .playing__bg-video {
  cursor: pointer;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 411px;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.donation-2 .playing__bg-video.play ~ .playing__bg-play {
  display: none;
}

.donation-2 .playing__bg .playing__bg-play {
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.donation-2 .playing__wrapper {
  display: grid;
  grid-template-columns: 626px 1fr;
  gap: 104px;
}

@media (max-width: 1200px) {
  .donation-2 .playing__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.donation-2 .playing .wrapper-text_descr {
  max-width: 523px;
}

.donation-2 .playing .title_fz52 {
  max-width: 400px;
  width: inherit;
}

.donation-2 .playing__column_video {
  max-width: 626px;
  max-height: 411px;
  height: 411px;
  position: relative;
}

@media (max-width: 991.98px) {
  .donation-2 .playing .playing__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .donation-2 .playing .playing__column_video {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .donation-2 .playing__bg {
    padding: 24px 0 32px;
  }

  .donation-2 .playing .title_fz52 {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 8px;
  }
}

.donation-2 .hero {
  background: none;
}

.donation-2 .hero__padding {
  padding: 87px 0 100px;
}

.donation-2 .hero__slide {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  background-blend-mode: hard-light;
}

.donation-2 .hero__text {
  position: absolute;
  top: 166px;
  right: 46px;
  width: 286px;
}

.donation-2 .hero_descr,
.donation-2 .hero_subdescr {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
}

.donation-2 .hero_subdescr {
  margin-top: 7px;
  color: #f9f5ef;
}

.donation-2 .hero .slick-next,
.donation-2 .hero .slick-prev {
  bottom: 30%;
  transform: translateY(50%);
  right: 140px;
}

.donation-2 .hero .slick-prev {
  right: 270px;
}

.donation-2 .hero .bien__number {
  color: #fff;
  bottom: 23%;
  right: 215px;
}

.donation-2 .hero .bien__number #current {
  margin-right: 5px;
}

.donation-2 .hero .bien__number #total {
  margin-left: 5px;
}

@media (max-width: 931px) {
  .donation-2 .hero .bien__number {
    display: none;
  }
}

.donation-2 .hero .slick-dots {
  bottom: 80px;
  right: 17px;
  left: auto;
}

.donation-2 .hero .slick-dots li button {
  background: #f9f5ef;
}

.donation-2 .hero .slick-dots li.slick-active button {
  background: #e14286;
}

.donation-2 .hero .btn_histories-2 {
  min-width: 63px;
  max-width: 63px;
  height: 27px;
  font-size: 11px;
  line-height: 15px;
  margin-top: 16px;
}

@media (max-width: 767.98px) {
  .donation-2 .hero__padding {
    padding: 80px 0 54px;
  }

  .donation-2 .hero p {
    padding-bottom: 114px;
    margin-bottom: 0;
  }

  .donation-2 .hero__text {
    margin-top: 21px;
    position: static;
  }

  .donation-2 .hero_descr {
    font-size: 11px;
    line-height: 15px;
    color: #f9f5ef;
  }

  .donation-2 .hero_subdescr {
    font-size: 12px;
    line-height: 16px;
  }

  .donation-2 .hero .slick-dots {
    bottom: 100px;
    right: 0;
  }

  .donation-2 .hero .btn_histories-2 {
    margin-top: 21px;
    min-width: 153px;
    max-width: 153px;
    height: 44px;
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 360px) {
  .donation-2 .hero__slide {
    background: rgba(23, 41, 52, 0.68) url(../img/histories-2/img-mob.png) top no-repeat;
  }

  .donation-2 .hero__padding {
    padding: 80px 0 50px;
  }
}

.donation-2 .years__bg {
  padding: 56px 0 80px;
  background: #83cfd0;
  overflow: hidden;
}

.donation-2 .years .title_fz52 {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.donation-2 .years .slick-dots {
  bottom: -30px;
}

@media (max-width: 577px) {
  .donation-2 .years .slick-dots {
    left: 78%;
  }
}

.donation-2 .years__slide {
  padding-right: 12px;
  max-width: 510px !important;
}

.donation-2 .years__slide_img {
  max-width: 100%;
  border-radius: 6px;
}

.donation-2 .years__slide .btn_donation-2 {
  margin-top: 24px;
  height: 42px;
  min-width: 81px;
  max-width: 81px;
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
  color: #172934;
  letter-spacing: 0.1em;
  background-color: #fff;
  padding: 13px 24px;
}

.donation-2 .years .wrapper-text_descr {
  margin-top: 16px;
}

.donation-2 .years .slick-list {
  overflow: inherit;
  position: relative;
}

.donation-2 .years .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background: #83cfd0;
}

.donation-2 .years .title_fz18_team {
  font-size: 20px;
  line-height: 27px;
}

.donation-2 .years .wrapper-text_descr {
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 991.98px) {
  .donation-2 .years .years__tab {
    width: 90vw;
  }

  .donation-2 .years .title_fz52 {
    width: 260px;
    margin-bottom: 24px;
    text-align: left;
    font-size: 36px;
    line-height: 32px;
  }
}

@media (max-width: 767.98px) {
  .donation-2 .years {
    /* padding: 24px 0 0; */
    padding: 0;
  }

  .donation-2 .years__slide {
    padding-right: 0;
  }

  .donation-2 .years .title_fz18_team {
    font-size: 11px;
    line-height: 16px;
  }

  .donation-2 .years .wrapper-text_descr {
    padding-top: 8px;
    margin-top: 0;
    font-size: 11px;
    line-height: 15px;
  }

  .donation-2 .years .slick-slide {
    margin-left: 8px;
  }

  .donation-2 .years .btn_donation-2 {
    margin-top: 16px;
    height: 28px;
    min-width: 127px;
    max-width: 127px;
    font-weight: 900;
    font-size: 9px;
    line-height: 20px;
    color: #172934;
    letter-spacing: 0.2em;
    background-color: #fff;
    padding: 4px 12px;
  }

  .donation-2 .years .slick-dots {
    left: 50%;
    transform: translateX(-50%);
  }
}

.donation-2 .forma .title_fz52 {
  max-width: 500px;
}

.donation-2 .forma .wrapper-text_descr {
  margin-top: 30px;
}

@media (max-width: 991.98px) {
  .donation-2 .forma {
    padding: 70px 0 74px;
  }
}

@media (max-width: 767.98px) {
  .donation-2 .forma .title_fz52 {
    max-width: 220px;
  }
}

.donation-2 .playing .top-wave {
  background-color: #e14286;
}

.donation-2 .playing .bottom-wave {
  background-color: #83cfd0;
}

@media (max-width: 767.98px) {
  .donation-2 .playing .bottom-wave,
  .donation-2 .playing .top-wave {
    background-color: #a4a3ea;
  }
}

.donation-2 .conoce3__bg {
  padding-top: 100px;
  background-color: #83cfd0;
}

.donation-2 .conoce3__wrapper {
  display: grid;
  grid-template-columns: 50% 40%;
  justify-content: space-between;
  grid-template-rows: 330px 346px;
}

.donation-2 .conoce3__column-1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

.donation-2 .conoce3__column-1 .title_fz120 {
  margin-bottom: 24px;
}

.donation-2 .conoce3__column-2 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}

.donation-2 .conoce3__column-2 .btn_conoce3 {
  margin-top: 32px;
  background: #fff;
  color: #172934;
  padding: 18px 20px;
}

.donation-2 .conoce3__column-3 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}

.donation-2 .conoce3__column-3_img {
  max-width: 100%;
  background-color: #83cfd0;
}

@media (max-width: 1378px) {
  .donation-2 .conoce3__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .donation-2 .conoce3__column-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .donation-2 .conoce3__column-3 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .donation-2 .conoce3__column-3_img {
    margin: 0 auto;
  }

  .donation-2 .conoce3__column-2 {
    margin-top: 24px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }

  .donation-2 .conoce3__column-2 .btn_conoce3 {
    margin-top: 40px;
  }
}

@media (max-width: 1199.98px) {
  .donation-2 .conoce3__bg {
    padding: 24px 0 32px;
  }
}

@media (max-width: 577px) {
  .donation-2 .conoce3 .btn_conoce3 {
    padding: 18px 10px;
  }
}

.donation-2 .projectos {
  padding: 0;
}

.donation-2 .projectos .wrapper-text_descr {
  display: none;
}

.donation-2 .projectos .container {
  background-color: #f9f5ef;
}

.donation-2 .projectos__bg {
  padding-top: 56px;
  background-color: #f9f5ef;
}

.donation-2 .projectos__bg .wrapper-text {
  max-width: 400px;
}

.donation-2 .projectos__carousel {
  padding-bottom: 80px;
}

.donation-2 .projectos__carousel .slick-list:before {
  background-color: #f9f5ef;
}

.donation-2 .projectos .slick-dots {
  bottom: 25px;
}

.donation-2 .projectos .top-wave {
  background-color: #83cfd0;
}

@media (max-width: 767.98px) {
  .donation-2 .projectos {
    padding: 0;
  }

  .donation-2 .projectos__bg {
    padding-top: 24px;
  }
}

.donation-2 .form {
  padding-top: 0;
}

.donation-2 .form .bottom-wave {
  z-index: 2;
  position: absolute;
}

.donation-2 .form .bottom-wave_awards img {
  background-color: #83cfd0;
  margin-top: 0;
}

.donation-2 .form .pos-initial {
  position: static;
}

.donation-2 .form__green-orange .title_fz52 {
  margin-top: 45px;
  max-width: 335px;
}

.donation-2 .form__column-1,
.donation-2 .form__column-2 {
  padding-top: 90px;
}

.donation-2 .form__column-2 .btn_header {
  padding-left: 40px;
}

@media (max-width: 767.98px) {
  .donation-2 .form__column-1 {
    padding-top: 0 !important;
  }

  .donation-2 .form__column-1 .wrapper-text_descr {
    padding-top: 16px;
    font-size: 13px;
    line-height: 18px;
  }

  .donation-2 .form__column-1 .tas {
    text-align: start;
  }

  .donation-2 .form__column-2 {
    padding-top: 0 !important;
  }

  .donation-2 .form__green-orange {
    margin-top: 0;
  }

  .donation-2 .form__green-orange .title_fz52 {
    margin-bottom: 0;
    font-size: 38px;
    line-height: 34px;
    max-width: 206px;
  }

  .donation-2 .form__green-orange .btn {
    font-size: 10px;
    line-height: 30px;
  }
}

.media-3 .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-blend-mode: hard-light;
}

.media-3 .hero__padding {
  padding: 87px 0 100px;
}

.media-3 .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.media-3 .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (max-width: 767.98px) {
  .media-3 .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.media-3 .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.media-3 .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.media-3 .main-descr .how-can__info_span {
  font-family: Avenir;
  line-height: 24px;
}

.media-3 .main-descr {
  padding: 56px 0 80px;
}

.media-3 .main-descr__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.media-3 .main-descr .wrapper-text_descr {
  max-width: 614px;
}

@media (max-width: 991.98px) {
  .media-3 .main-descr .main-descr__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .media-3 .main-descr .main-descr__column {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .media-3 .main-descr {
    padding: 0 0 32px;
  }
}

.media-3 .hero h1 {
  color: #f9f5ef;
  font-size: 80px;
  line-height: 70px;
  max-width: 420px;
}

.media-3 .hero__padding {
  padding: 87px 0 114px;
}

.media-3 .hero_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.media-3 .hero .text {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #f9f5ef;
  margin-top: 18px;
}

@media (max-width: 991.98px) {
  .media-3 .hero__padding {
    padding: 87px 0 212px;
  }

  .media-3 .hero_play {
    right: 20px;
    bottom: 70px;
    left: auto;
    transform: none;
    top: auto;
  }

  .media-3 .hero h1 {
    font-size: 52px;
    line-height: 46px;
    max-width: 250px;
  }
}

@media (max-width: 360px) {
  .media-3 .hero {
    background-image: url(../img/media-3/img-mob.png) !important;
  }
}

.media-3 .main-descr {
  padding: 0;
}

.media-3 .main-descr__bg {
  background-color: #83cfd0;
  padding: 56px 0 80px;
}

.media-3 .main-descr .mt36 {
  margin-top: 36px;
}

.media-3 .main-descr .how-can__info_span {
  font-size: 16px;
  line-height: 22px;
  background-position: 100% 18px;
}

@media (max-width: 991.98px) {
  .media-3 .main-descr .how-can__info_span {
    font-size: 14px;
    line-height: 24px;
    background-position: 100% 17px;
    letter-spacing: -0.01em;
  }
}

@media (max-width: 991.98px) {
  .media-3 .main-descr {
    padding: 0;
  }

  .media-3 .main-descr__bg {
    padding: 0 0 32px;
  }

  .media-3 .main-descr .mt36 {
    margin-top: 20px;
  }
}

.media-3 .video-games .top-wave {
  background-color: #daf1f1;
}

.media-3 .video-games__bg {
  background-color: #daf1f1;
  padding: 108px 0 68px;
}

.media-3 .video-games_label {
  margin-bottom: 16px;
}

.media-3 .video-games__wrapper {
  display: grid;
  grid-template-columns: 40% 40%;
  justify-content: space-between;
}

.media-3 .video-games__column .title_fz36 {
  margin-bottom: 60px;
}

.media-3 .video-games__column .mt30 {
  margin-top: 30px;
}

@media (max-width: 991.98px) {
  .media-3 .video-games__bg {
    padding: 24px 0 32px;
  }

  .media-3 .video-games__wrapper {
    grid-template-columns: 1fr;
  }

  .media-3 .video-games__column .title_fz36 {
    margin-bottom: 40px;
  }

  .media-3 .video-games__column .mt30 {
    margin-top: 0;
  }

  .media-3 .video-games__column .text_fz20 {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 767.98px) {
  .media-3 .video-games .top-wave {
    background-color: #83cfd0;
  }
}

.media-3 .fases .top-wave {
  background-color: #daf1f1;
}

.media-3 .fases__bg {
  padding: 83px 0 103px;
}

.media-3 .fases__wrapper {
  display: flex;
  justify-content: space-between;
}

.media-3 .fases .text_fz16 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #172934;
  max-width: 509px;
}

.media-3 .fases .text_fz14 {
  font-weight: 800;
  margin-top: 60px;
}

.media-3 .fases__box {
  margin-top: 68px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.media-3 .fases__line {
  position: absolute;
  height: 2px;
  background-color: #e14286;
  width: 95%;
  top: 20%;
  z-index: -1;
}

.media-3 .fases__circles .text_fz16 {
  margin-top: 12px;
  font-family: Avenir;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.media-3 .fases__circle {
  font-family: HWT Artz;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 7px 0;
  width: 46px;
  height: 46px;
  background-color: #e14286;
  border-radius: 100%;
}

@media (max-width: 1440px) {
  .media-3 .fases__line {
    width: 91%;
  }
}

@media (max-width: 991.98px) {
  .media-3 .fases__bg {
    padding: 70px 0 55px;
  }

  .media-3 .fases__wrapper {
    flex-direction: column;
  }

  .media-3 .fases .title_fz120 {
    font-size: 60px;
    line-height: 54px;
    margin-bottom: 24px;
  }

  .media-3 .fases .text_fz14 {
    margin-top: 30px;
  }

  .media-3 .fases__box {
    margin-top: 42px;
    flex-direction: column;
    gap: 24px;
  }

  .media-3 .fases__circles {
    display: flex;
    gap: 18px;
  }

  .media-3 .fases__line {
    width: 2px;
    height: 100%;
    top: 0;
    left: 22px;
  }
}

.media-3 .hospital-tour__bg {
  background-color: #a4a3ea;
  padding: 100px 0;
}

.media-3 .hospital-tour__wrapper {
  display: grid;
  grid-template-columns: 40% 40%;
  justify-content: space-between;
}

.media-3 .hospital-tour .title_fz52 {
  margin-bottom: 0;
}

.media-3 .hospital-tour__column-1 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.media-3 .hospital-tour__column-1 .title_fz52 {
  width: 100%;
  min-height: 138px;
}

.media-3 .hospital-tour__column-2 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.media-3 .hospital-tour__column-2 .title_fz52 {
  min-height: 138px;
}

.media-3 .hospital-tour .bottom-wave {
  background-color: #a4a3ea;
}

@media (max-width: 1199.98px) {
  .media-3 .hospital-tour__wrapper {
    grid-template-columns: 45% 45%;
  }

  .media-3 .hospital-tour_img img {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .media-3 .hospital-tour__bg {
    padding: 32px 0;
  }

  .media-3 .hospital-tour__wrapper {
    grid-template-columns: 1fr;
  }

  .media-3 .hospital-tour .title_fz52 {
    font-size: 42px;
    line-height: 40px;
    min-height: 0;
  }

  .media-3 .hospital-tour .text_fz20 {
    font-size: 16px;
    line-height: 24px;
  }

  .media-3 .hospital-tour_img img {
    width: auto;
  }

  .media-3 .hospital-tour__column-1 {
    gap: 24px;
  }

  .media-3 .hospital-tour__column-1 .title_fz52 {
    max-width: 328px;
  }

  .media-3 .hospital-tour__column-2 {
    margin-top: 64px;
    gap: 24px;
  }
}

@media (max-width: 767.98px) {
  .media-3 .hospital-tour .bottom-wave {
    background-color: #f9f5ef;
  }
}

.media-3 .events__bg {
  padding: 124px 0 104px;
}

.media-3 .events__wrapper {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
}

.media-3 .events__column-1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  margin-bottom: 32px;
}

.media-3 .events__column-2 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}

.media-3 .events__column-2 img {
  max-width: 100%;
}

.media-3 .events__column-3 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}

.media-3 .events .text_fz18 {
  margin-top: 47px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-decoration: underline;
}

.media-3 .events .how-can__info {
  margin-top: 24px;
  display: flex;
  gap: 30px;
}

.media-3 .events .how-can__info_p {
  display: flex;
  align-items: center;
  gap: 15px;
}

.media-3 .events .how-can__info_span {
  color: #e14286;
  font-size: 14px;
  line-height: 24px;
  background-size: 15px 10px;
  background-position: 100% 27px;
  background-image: url(../img/media-3/events/Line.png);
}

.media-3 .events .how-can__info .mail {
  color: #172934;
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-position: 100% 17px;
}

.media-3 .events .text_fz16 {
  margin-top: 44px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
}

.media-3 .events .mob {
  display: none;
}

@media (max-width: 1440px) {
  .media-3 .events .mob {
    display: block;
  }

  .media-3 .events .desc {
    display: none;
  }

  .media-3 .events__wrapper {
    grid-template-columns: 67% 28%;
    align-items: center;
  }
}

@media (max-width: 991.98px) {
  .media-3 .events__bg {
    padding: 56px 0 47px;
  }

  .media-3 .events .mob {
    margin: auto;
  }

  .media-3 .events .title_fz52 {
    font-size: 42px;
    line-height: 40px;
  }
}

@media (max-width: 991.98px) and (max-width: 767.98px) {
  .media-3 .events .title_fz52 {
    max-width: 336px;
  }
}

@media (max-width: 991.98px) {
  .media-3 .events__wrapper {
    grid-template-columns: 1fr;
  }

  .media-3 .events__column-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    margin-bottom: 20px;
  }

  .media-3 .events__column-2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .media-3 .events__column-3 {
    margin-top: 20px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }

  .media-3 .events .text_fz20 {
    font-size: 16px;
    line-height: 24px;
  }

  .media-3 .events .text_fz18 {
    text-decoration: none;
    font-weight: 700;
    font-size: 42px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: HWT Artz;
    max-width: 316px;
    margin-bottom: 32px;
  }

  .media-3 .events .how-can__info {
    margin-top: 16px;
  }

  .media-3 .events .mt28 {
    margin-top: 28px;
  }

  .media-3 .events .events__info__wrapper {
    display: flex;
    gap: 37px;
  }

  .media-3 .events .text_fz16 {
    max-width: 300px;
  }
}

.media-3 .jug {
  overflow: hidden;
}

.media-3 .jug__bg {
  background-color: #fc7861;
  padding: 100px 0;
}

.media-3 .jug__wrapper {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 41% 41%;
  justify-content: space-between;
}

.media-3 .jug .slick-list:before {
  background-color: #fc7861;
}

@media (max-width: 991.98px) {
  .media-3 .jug__bg {
    padding: 24px 0 60px;
  }

  .media-3 .jug .title_fz120 {
    font-size: 36px;
    line-height: 32px;
  }

  .media-3 .jug__wrapper {
    grid-template-columns: 1fr;
    margin-top: 32px;
    gap: 24px;
  }

  .media-3 .jug .title_fz52 {
    margin-bottom: 24px;
  }

  .media-3 .jug .text_fz20,
  .media-3 .jug .title_fz52 {
    font-size: 16px;
    line-height: 22px;
  }

  .media-3 .jug .slick-dots {
    bottom: -50px;
  }
}

@media (max-width: 767.98px) {
  .media-3 .jug .bottom-wave {
    background-color: #fc7861;
  }
}

.media-3 .los-baby__bg {
  background-color: #83cfd0;
  padding: 48px 0 66px;
}

.media-3 .los-baby__wrapper {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
}

.media-3 .los-baby .title_fz120 {
  margin-bottom: 40px;
}

.media-3 .los-baby__column-2 img {
  margin-top: 50px;
  width: 100%;
}

.media-3 .los-baby .bottom-wave {
  background-color: #83cfd0;
}

@media (max-width: 991.98px) {
  .media-3 .los-baby__bg {
    padding: 24px 0 32px;
  }

  .media-3 .los-baby__wrapper {
    grid-template-columns: 1fr;
  }

  .media-3 .los-baby .title_fz120 {
    font-size: 42px;
    line-height: 40px;
    margin-bottom: 16px;
  }

  .media-3 .los-baby .text_fz20 {
    font-size: 16px;
    line-height: 22px;
  }

  .media-3 .los-baby__column-1 {
    order: 1;
  }

  .media-3 .los-baby__column-2 {
    order: 0;
  }

  .media-3 .los-baby__column-2 img {
    margin-top: 0;
    width: auto;
    margin: auto;
  }
}

@media (max-width: 767.98px) {
  .media-3 .los-baby .bottom-wave {
    background-color: #f9f5ef;
  }

  .media-3 .los-baby__column-2 img {
    width: 100%;
  }
}

.media-4 .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-blend-mode: hard-light;
}

.media-4 .hero__padding {
  padding: 87px 0 100px;
}

.media-4 .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.media-4 .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.01em;
  color: #f9f5ef;
}

@media (max-width: 767.98px) {
  .media-4 .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.media-4 .main-descr {
  padding: 56px 0 80px;
}

.media-4 .main-descr__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.media-4 .main-descr .wrapper-text_descr {
  max-width: 614px;
}

@media (max-width: 991.98px) {
  .media-4 .main-descr .main-descr__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .media-4 .main-descr .main-descr__column {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .media-4 .main-descr {
    padding: 0 0 32px;
  }
}

.media-4 .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.media-4 .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.media-4 .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.media-4 .tab {
  width: 100vw;
  overflow: hidden;
  border: none;
  background-color: #f9f5ef;
  justify-content: space-around;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  scrollbar-width: none;
}

.media-4 .tab::-webkit-scrollbar {
  width: 0 !important;
}

.media-4 .tab-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgba(23, 41, 52, 0.2);
}

.media-4 .tab_btn {
  background-color: #f9f5ef;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding-bottom: 12px;
  width: -moz-max-content;
  width: max-content;
  margin-right: 30px;
}

.media-4 .tab_btn:last-of-type {
  margin-right: 0;
}

.media-4 .active {
  border-bottom: 4px solid #e14286;
  font-weight: 800;
}

.media-4 .tab_content {
  padding-top: 56px;
  display: none;
  animation: e 1s;
}

@media (max-width: 767.98px) {
  .media-4 .tab_content {
    padding-top: 10px;
  }

  .media-4 .tab_btn {
    margin-right: 24px;
  }
}

.media-4 .years__tab {
  background: #83cfd0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .media-4 .years__tab {
    width: 100vw;
  }
}

.media-4 .years_tablinks {
  background: #83cfd0;
}

.media-4 .BabyPelones__tab {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 56px;
}

@media (max-width: 991.98px) {
  .media-4 .BabyPelones__tab {
    width: 100%;
  }
}

.media-4 .playing__bg {
  padding: 100px 0;
  overflow: hidden;
  background-color: #a4a3ea;
}

.media-4 .playing__bg-video {
  cursor: pointer;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 411px;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.media-4 .playing__bg-video.play ~ .playing__bg-play {
  display: none;
}

.media-4 .playing__bg .playing__bg-play {
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.media-4 .playing__wrapper {
  display: grid;
  grid-template-columns: 626px 1fr;
  gap: 104px;
}

@media (max-width: 1200px) {
  .media-4 .playing__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.media-4 .playing .wrapper-text_descr {
  max-width: 523px;
}

.media-4 .playing .title_fz52 {
  max-width: 400px;
  width: inherit;
}

.media-4 .playing__column_video {
  max-width: 626px;
  max-height: 411px;
  height: 411px;
  position: relative;
}

@media (max-width: 991.98px) {
  .media-4 .playing .playing__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .media-4 .playing .playing__column_video {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .media-4 .playing__bg {
    padding: 24px 0 32px;
  }

  .media-4 .playing .title_fz52 {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 8px;
  }
}

.media-4 .media43_tablinks.active {
  border-bottom: 4px solid #fff;
  font-weight: 800;
}

.media-4 .hero {
  background: none;
}

.media-4 .hero__padding {
  padding: 87px 0 100px;
}

.media-4 .hero__slide {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  background-blend-mode: hard-light;
}

.media-4 .hero__text {
  position: absolute;
  top: 166px;
  right: 46px;
  width: 286px;
}

.media-4 .hero_descr,
.media-4 .hero_subdescr {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
}

.media-4 .hero_subdescr {
  margin-top: 7px;
  color: #f9f5ef;
}

.media-4 .hero .slick-next,
.media-4 .hero .slick-prev {
  bottom: 37%;
  transform: translateY(50%);
  right: 140px;
}

.media-4 .hero .slick-prev {
  right: 270px;
}

.media-4 .hero .bien__number {
  color: #fff;
  bottom: 30%;
  right: 215px;
}

.media-4 .hero .bien__number #current {
  margin-right: 5px;
}

.media-4 .hero .bien__number #total {
  margin-left: 5px;
}

@media (max-width: 931px) {
  .media-4 .hero .bien__number {
    display: none;
  }
}

.media-4 .hero .slick-dots {
  bottom: 80px;
  right: 17px;
  left: auto;
}

.media-4 .hero .slick-dots li button {
  background: #f9f5ef;
}

.media-4 .hero .slick-dots li.slick-active button {
  background: #e14286;
}

.media-4 .hero .btn_histories-2 {
  min-width: 63px;
  max-width: 63px;
  height: 27px;
  font-size: 11px;
  line-height: 15px;
  margin-top: 16px;
}

@media (max-width: 767.98px) {
  .media-4 .hero__padding {
    padding: 80px 0 54px;
  }

  .media-4 .hero p {
    padding-bottom: 114px;
    margin-bottom: 0;
  }

  .media-4 .hero__text {
    margin-top: 21px;
    position: static;
  }

  .media-4 .hero_descr {
    font-size: 11px;
    line-height: 15px;
    color: #f9f5ef;
  }

  .media-4 .hero_subdescr {
    font-size: 12px;
    line-height: 16px;
  }

  .media-4 .hero .slick-dots {
    bottom: 100px;
    right: 0;
  }

  .media-4 .hero .btn_histories-2 {
    margin-top: 21px;
    min-width: 153px;
    max-width: 153px;
    height: 44px;
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 360px) {
  .media-4 .hero__slide {
    background: rgba(23, 41, 52, 0.68) url(../img/media-4/img.png) top no-repeat;
  }

  .media-4 .hero__padding {
    padding: 80px 0 50px;
  }
}

.media-4 .main-descr__box {
  display: flex;
  gap: 25px;
  margin-top: 32px;
}

.media-4 .main-descr_link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e14286;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.01em;
}

.media-4 .main-descr__wrapper {
  align-items: flex-start;
}

@media (max-width: 991.98px) {
  .media-4 .main-descr__box {
    margin-top: 24px;
  }

  .media-4 .main-descr_link {
    font-size: 16px;
    line-height: 26px;
  }
}

.media-4 .years__bg {
  padding: 56px 0 80px;
  background: #83cfd0;
  overflow: hidden;
}

.media-4 .years .title_fz52 {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.media-4 .years .slick-dots {
  bottom: -30px;
}

@media (max-width: 577px) {
  .media-4 .years .slick-dots {
    left: 78%;
  }
}

.media-4 .years__slide {
  padding-right: 12px;
  max-width: 510px !important;
}

.media-4 .years__slide_img {
  max-width: 100%;
  border-radius: 6px;
}

.media-4 .years__slide .btn_donation-2 {
  margin-top: 24px;
  height: 42px;
  min-width: 81px;
  max-width: 81px;
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
  color: #172934;
  letter-spacing: 0.1em;
  background-color: #fff;
  padding: 13px 24px;
}

.media-4 .years .wrapper-text_descr {
  margin-top: 16px;
  font-size: 14px;
  line-height: 24px;
}

.media-4 .years .slick-list {
  overflow: inherit;
  position: relative;
}

.media-4 .years .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background: #83cfd0;
}

.media-4 .years .title_fz18_team {
  font-weight: 500;
  font-family: Avenir;
  font-size: 20px;
  line-height: 27px;
}

.media-4 .years .white .slick-list:before {
  background: #f9f5ef;
}

.media-4 .years .red .slick-list:before {
  background: #fc7861;
}

@media (max-width: 991.98px) {
  .media-4 .years .years__tab {
    width: 90vw;
  }

  .media-4 .years .title_fz52 {
    width: 260px;
    margin-bottom: 24px;
    text-align: left;
    font-size: 36px;
    line-height: 32px;
  }
}

@media (max-width: 767.98px) {
  .media-4 .years {
    padding: 0;
  }

  .media-4 .years__slide {
    padding-right: 0;
  }

  .media-4 .years .title_fz18_team {
    font-size: 13px;
    line-height: 18px;
    max-width: 158px;
  }

  .media-4 .years .wrapper-text_descr {
    padding-top: 8px;
    margin-top: 0;
    font-size: 13px;
    line-height: 18px;
  }

  .media-4 .years .slick-slide {
    margin-left: 8px;
  }

  .media-4 .years .btn_donation-2 {
    margin-top: 16px;
    height: 28px;
    min-width: 127px;
    max-width: 127px;
    font-weight: 900;
    font-size: 9px;
    line-height: 20px;
    color: #172934;
    letter-spacing: 0.2em;
    background-color: #fff;
    padding: 4px 12px;
  }

  .media-4 .years .slick-dots {
    left: 50%;
    transform: translateX(-50%);
  }
}

.media-4 .playing .top-wave {
  background-color: #fc7861;
}

.media-4 .playing .bottom-wave {
  background-color: #83cfd0;
}

@media (max-width: 767.98px) {
  .media-4 .playing .bottom-wave {
    background-color: #a4a3ea;
  }
}

.media-4 .conoce3__bg {
  padding-top: 100px;
  background-color: #83cfd0;
}

.media-4 .conoce3__wrapper {
  display: grid;
  grid-template-columns: 50% 40%;
  justify-content: space-between;
  grid-template-rows: 330px 346px;
}

.media-4 .conoce3__column-1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

.media-4 .conoce3__column-1 .title_fz120 {
  margin-bottom: 24px;
}

.media-4 .conoce3__column-2 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}

.media-4 .conoce3__column-2 .btn_conoce3 {
  margin-top: 32px;
  background: #fff;
  color: #172934;
  padding: 18px 20px;
}

.media-4 .conoce3__column-3 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}

.media-4 .conoce3__column-3_img {
  max-width: 100%;
}

@media (max-width: 1378px) {
  .media-4 .conoce3__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .media-4 .conoce3__column-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .media-4 .conoce3__column-3 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .media-4 .conoce3__column-3_img {
    margin: 0 auto;
  }

  .media-4 .conoce3__column-2 {
    margin-top: 24px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }

  .media-4 .conoce3__column-2 .btn_conoce3 {
    margin-top: 40px;
  }
}

@media (max-width: 1199.98px) {
  .media-4 .conoce3__bg {
    padding: 24px 0 32px;
  }
}

@media (max-width: 577px) {
  .media-4 .conoce3 .btn_conoce3 {
    padding: 18px 10px;
  }
}

.media-4 .projectos {
  padding: 0;
}

.media-4 .projectos .wrapper-text_descr {
  display: none;
}

.media-4 .projectos .container,
.media-4 .projectos__bg {
  background-color: #f9f5ef;
}

.media-4 .projectos__bg {
  padding-top: 56px;
}

.media-4 .projectos__bg .wrapper-text {
  max-width: 400px;
}

.media-4 .projectos__carousel {
  padding-bottom: 80px;
}

.media-4 .projectos__carousel .slick-list:before {
  background-color: #f9f5ef;
}

.media-4 .projectos .slick-dots {
  bottom: 25px;
}

.media-4 .projectos .top-wave {
  background-color: #83cfd0;
}

@media (max-width: 767.98px) {
  .media-4 .projectos {
    padding: 0;
  }

  .media-4 .projectos__bg {
    padding-top: 24px;
  }
}

.media-4 .form {
  padding-top: 0;
}

.media-4 .form .bottom-wave {
  z-index: 2;
  position: absolute;
}

.media-4 .form .bottom-wave_awards img {
  background-color: #83cfd0;
  margin-top: 0;
}

.media-4 .form .pos-initial {
  position: static;
}

.media-4 .form__green-orange .title_fz52 {
  margin-top: 45px;
  max-width: 335px;
}

.media-4 .form__column-1,
.media-4 .form__column-2 {
  padding-top: 90px;
}

.media-4 .form__column-2 .btn_header {
  padding-left: 40px;
}

@media (max-width: 767.98px) {
  .media-4 .form__column-1 {
    padding-top: 0 !important;
  }

  .media-4 .form__column-1 .wrapper-text_descr {
    padding-top: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .media-4 .form__column-1 .tas {
    text-align: start;
    font-size: 13px;
    line-height: 18px;
  }

  .media-4 .form__column-2 {
    padding-top: 0 !important;
  }

  .media-4 .form__green-orange {
    margin-top: 0;
  }

  .media-4 .form__green-orange .title_fz52 {
    margin-bottom: 0;
    font-size: 38px;
    line-height: 34px;
    max-width: 206px;
  }

  .media-4 .form__green-orange .btn {
    font-size: 10px;
    line-height: 30px;
  }
}

.media-5 .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-blend-mode: hard-light;
}

.media-5 .hero__padding {
  padding: 87px 0 100px;
}

.media-5 .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.media-5 .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.01em;
  color: #f9f5ef;
}

@media (max-width: 767.98px) {
  .media-5 .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.media-5 .main-descr {
  padding: 56px 0 80px;
}

.media-5 .main-descr__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.media-5 .main-descr .wrapper-text_descr {
  max-width: 614px;
}

@media (max-width: 991.98px) {
  .media-5 .main-descr .main-descr__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .media-5 .main-descr .main-descr__column {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .media-5 .main-descr {
    padding: 0 0 32px;
  }
}

.media-5 .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.media-5 .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.media-5 .main-descr .how-can__info_span {
  font-family: Avenir;
  line-height: 24px;
}

.media-5 .tab {
  width: 100vw;
  overflow: hidden;
  border: none;
  background-color: #f9f5ef;
  justify-content: space-around;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  scrollbar-width: none;
}

.media-5 .tab::-webkit-scrollbar {
  width: 0 !important;
}

.media-5 .tab-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgba(23, 41, 52, 0.2);
}

.media-5 .tab_btn {
  background-color: #f9f5ef;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding-bottom: 12px;
  width: -moz-max-content;
  width: max-content;
  margin-right: 30px;
}

.media-5 .tab_btn:last-of-type {
  margin-right: 0;
}

.media-5 .active {
  border-bottom: 4px solid #e14286;
  font-weight: 800;
}

.media-5 .tab_content {
  padding-top: 56px;
  display: none;
  animation: e 1s;
}

@media (max-width: 767.98px) {
  .media-5 .tab_content {
    padding-top: 10px;
  }

  .media-5 .tab_btn {
    margin-right: 24px;
  }
}

.media-5 .years__tab {
  background: #83cfd0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .media-5 .years__tab {
    width: 100vw;
  }
}

.media-5 .years_tablinks {
  background: #83cfd0;
}

.media-5 .BabyPelones__tab {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 56px;
}

@media (max-width: 991.98px) {
  .media-5 .BabyPelones__tab {
    width: 100%;
  }
}

.media-5 .playing__bg {
  padding: 100px 0;
  overflow: hidden;
  background-color: #a4a3ea;
}

.media-5 .playing__bg-video {
  cursor: pointer;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 411px;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.media-5 .playing__bg-video.play ~ .playing__bg-play {
  display: none;
}

.media-5 .playing__bg .playing__bg-play {
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.media-5 .playing__wrapper {
  display: grid;
  grid-template-columns: 626px 1fr;
  gap: 104px;
}

@media (max-width: 1200px) {
  .media-5 .playing__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.media-5 .playing .wrapper-text_descr {
  max-width: 523px;
}

.media-5 .playing .title_fz52 {
  max-width: 400px;
  width: inherit;
}

.media-5 .playing__column_video {
  max-width: 626px;
  max-height: 411px;
  height: 411px;
  position: relative;
}

@media (max-width: 991.98px) {
  .media-5 .playing .playing__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .media-5 .playing .playing__column_video {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .media-5 .playing__bg {
    padding: 24px 0 32px;
  }

  .media-5 .playing .title_fz52 {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 8px;
  }
}

.media-5 .help-us .bottom-wave {
  z-index: 2;
  position: relative;
}

.media-5 .help-us .slick-arrow {
  display: none !important;
}

.media-5 .help-us__bg {
  background-color: #83cfd0;
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 80px;
}

@media (max-width: 767.98px) {
  .media-5 .help-us__bg {
    padding-bottom: 140px;
  }
}

.media-5 .help-us__bg .title {
  width: inherit;
  max-width: 614px;
  margin-bottom: 64px;
}

@media (max-width: 991.98px) {
  .media-5 .help-us__bg .title {
    font-size: 42px;
    line-height: 38px;
  }
}

.media-5 .help-us__carousel .slick-list {
  overflow: inherit;
}

.media-5 .help-us__carousel .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background-color: #83cfd0;
}

.media-5 .help-us__carousel_text {
  font-family: Avenir;
  font-size: 18px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 0.1em;
  margin-top: 24px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .media-5 .help-us__carousel_text {
    font-size: 11px;
    line-height: 16px;
    max-width: 185px;
  }
}

.media-5 .help-us__carousel_descr {
  font-family: Avenir;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.01em;
}

@media (max-width: 767.98px) {
  .media-5 .help-us__carousel_descr {
    font-size: 13px;
    line-height: 18px;
  }
}

.media-5 .help-us__slides {
  margin-right: 13px;
}

@media (max-width: 767.98px) {
  .media-5 .help-us__slides {
    width: 75vw !important;
  }
}

.media-5 .help-us__slides .btn_white {
  width: 153px;
  height: 42px;
}

@media (max-width: 767.98px) {
  .media-5 .help-us__slides .btn_white {
    font-size: 9px;
    line-height: 20px;
  }
}

.media-5 .help-us__carousel_img {
  border-radius: 6px;
}

@media (max-width: 767.98px) {
  .media-5 .help-us__carousel_img {
    max-width: 100%;
  }
}

.media-5 .hero__padding {
  padding: 87px 0 175px;
}

@media (max-width: 991.98px) {
  .media-5 .hero__padding {
    padding: 82px 0 195px;
  }

  .media-5 .hero p {
    max-width: 153px;
  }
}

@media (max-width: 360px) {
  .media-5 .hero {
    background-image: url(../img/media-5/img-mob.png) !important;
  }
}

.media-5 .main-descr {
  padding: 0;
}

.media-5 .main-descr__bg {
  background-color: #83cfd0;
  padding: 56px 0 80px;
}

.media-5 .main-descr .how-can__info_span {
  font-size: 16px;
  line-height: 30px;
  background-position: 100% 18px;
}

@media (max-width: 991.98px) {
  .media-5 .main-descr .how-can__info_span {
    font-size: 14px;
    line-height: 24px;
    background-position: 100% 17px;
    letter-spacing: -0.01em;
  }
}

@media (max-width: 991.98px) {
  .media-5 .main-descr {
    padding: 0;
  }

  .media-5 .main-descr__bg {
    padding: 0 0 32px;
  }
}

.media-5 .applause {
  overflow: hidden;
}

.media-5 .applause__bg {
  padding: 46px 0 71px;
}

.media-5 .applause__tabcontent {
  margin-top: 40px;
}

.media-5 .applause .tab {
  width: 84vw;
}

.media-5 .applause__tab {
  margin-left: 70px;
}

.media-5 .applause .tab-btn {
  margin-right: 60px;
  font-size: 20px;
  line-height: 27px;
}

.media-5 .applause .top-wave {
  background-color: #83cfd0;
}

.media-5 .applause .playing__bg-play {
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.media-5 .applause .playing__wrapper {
  align-items: center;
}

.media-5 .applause .btn_white_playing {
  background-color: #e14286;
  color: #fff;
  height: 42px;
  min-width: 151px;
  max-width: 151px;
  padding: 13px 16px;
}

.media-5 .applause .wrapper-text_descr {
  max-width: 500px;
}

.media-5 .applause .mob {
  display: none;
}

@media (max-width: 991.98px) {
  .media-5 .applause .mob {
    display: block;
  }

  .media-5 .applause .desc {
    display: none;
  }

  .media-5 .applause__bg {
    padding: 60px 0 40px;
  }

  .media-5 .applause .btn_white_playing {
    padding: 13px 24px;
  }

  .media-5 .applause__tab {
    margin-left: 0;
  }

  .media-5 .applause .playing__wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .media-5 .applause .playing__column_video {
    margin-bottom: 20px;
  }

  .media-5 .applause .tab-btn {
    margin-right: 24px;
    font-size: 16px;
    line-height: 26px;
  }

  .media-5 .applause .tab {
    width: 88vw;
  }
}

.media-5 .help-us__bg {
  background-color: #a4a3ea;
}

.media-5 .help-us .wrapper-text .text_fz20 {
  visibility: hidden;
}

.media-5 .help-us .slick-list:before {
  background-color: #a4a3ea;
}

.media-5 .help-us .btn_white {
  padding: 12px;
}

.media-5 .help-us .bottom-wave {
  background-color: #83cfd0;
}

@media (max-width: 767.98px) {
  .media-5 .help-us .wrapper-text .title {
    margin-bottom: 40px;
  }

  .media-5 .help-us .wrapper-text .text_fz20 {
    display: none;
  }

  .media-5 .help-us__slides {
    width: 100% !important;
  }

  .media-5 .help-us__carousel_descr {
    max-width: 200px;
  }

  .media-5 .help-us__carousel_text {
    margin-top: 14px;
    margin-bottom: 8px;
  }

  .media-5 .help-us .btn_white {
    min-width: 127px;
    max-width: 127px;
    height: 28px;
    font-size: 9px;
    line-height: 20px;
    padding: 5px 12px;
    margin-top: 16px;
  }

  .media-5 .help-us .bottom-wave {
    background-color: #a4a3ea;
  }
}

.media-5 .conoce3__bg {
  padding-top: 100px;
  background-color: #83cfd0;
}

.media-5 .conoce3__wrapper {
  display: grid;
  grid-template-columns: 50% 40%;
  justify-content: space-between;
  grid-template-rows: 330px 346px;
}

.media-5 .conoce3__column-1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

.media-5 .conoce3__column-1 .title_fz120 {
  margin-bottom: 24px;
}

.media-5 .conoce3__column-2 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}

.media-5 .conoce3__column-2 .btn_conoce3 {
  margin-top: 32px;
  background: #fff;
  color: #172934;
  padding: 18px 20px;
}

.media-5 .conoce3__column-3 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}

.media-5 .conoce3__column-3_img {
  max-width: 100%;
}

@media (max-width: 1378px) {
  .media-5 .conoce3__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .media-5 .conoce3__column-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .media-5 .conoce3__column-3 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .media-5 .conoce3__column-3_img {
    margin: 0 auto;
  }

  .media-5 .conoce3__column-2 {
    margin-top: 24px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }

  .media-5 .conoce3__column-2 .btn_conoce3 {
    margin-top: 40px;
  }
}

@media (max-width: 1199.98px) {
  .media-5 .conoce3__bg {
    padding: 24px 0 32px;
  }
}

@media (max-width: 577px) {
  .media-5 .conoce3 .btn_conoce3 {
    padding: 18px 10px;
  }
}

.media-5 .projectos {
  padding: 0;
}

.media-5 .projectos .wrapper-text_descr {
  display: none;
}

.media-5 .projectos .container,
.media-5 .projectos__bg {
  background-color: #f9f5ef;
}

.media-5 .projectos__bg {
  padding-top: 56px;
}

.media-5 .projectos__bg .wrapper-text {
  max-width: 400px;
}

.media-5 .projectos__carousel {
  padding-bottom: 80px;
}

.media-5 .projectos__carousel .slick-list:before {
  background-color: #f9f5ef;
}

.media-5 .projectos .slick-dots {
  bottom: 25px;
}

.media-5 .projectos .top-wave {
  background-color: #83cfd0;
}

@media (max-width: 767.98px) {
  .media-5 .projectos {
    padding: 0;
  }

  .media-5 .projectos__bg {
    padding-top: 24px;
  }
}

.media-5 .form {
  padding-top: 0;
}

.media-5 .form .bottom-wave {
  z-index: 2;
  position: absolute;
}

.media-5 .form .bottom-wave_awards img {
  background-color: #83cfd0;
  margin-top: 0;
}

.media-5 .form .pos-initial {
  position: static;
}

.media-5 .form__green-orange .title_fz52 {
  margin-top: 45px;
  max-width: 335px;
}

.media-5 .form__column-1,
.media-5 .form__column-2 {
  padding-top: 90px;
}

.media-5 .form__column-2 .btn_header {
  padding-left: 40px;
}

@media (max-width: 767.98px) {
  .media-5 .form__column-1 {
    padding-top: 0 !important;
  }

  .media-5 .form__column-1 .wrapper-text_descr {
    padding-top: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .media-5 .form__column-1 .tas {
    text-align: start;
    font-size: 13px;
    line-height: 18px;
  }

  .media-5 .form__column-2 {
    padding-top: 0 !important;
  }

  .media-5 .form__green-orange {
    margin-top: 0;
  }

  .media-5 .form__green-orange .title_fz52 {
    margin-bottom: 0;
    font-size: 38px;
    line-height: 34px;
    max-width: 206px;
  }

  .media-5 .form__green-orange .btn {
    font-size: 10px;
    line-height: 30px;
  }
}

.media-5 .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1000;
}

.media-5 .modal-aplausos {
  visibility: hidden;
  background-color: #f9f5ef;
  width: 1240px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
  z-index: 10001;
  height: 90vh;
  overflow: hidden;
  overflow-y: auto;
}

.media-5 .modal-aplausos_close {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
  z-index: 10;
}

@media (max-width: 1240px) {
  .media-5 .modal-aplausos {
    width: 98%;
  }
}

@media (max-width: 991.98px) {
  .media-5 .modal-aplausos {
    width: 360px;
  }

  .media-5 .modal-aplausos_close {
    top: 20px;
    right: 20px;
  }
}

.media-5 .modal-aplausos .playing .container {
  max-width: 1100px;
}

@media (max-width: 1200px) {
  .media-5 .modal-aplausos .playing .container {
    max-width: 960px;
  }
}

@media (max-width: 992px) {
  .media-5 .modal-aplausos .playing .container {
    max-width: 100%;
    padding: 0 16px;
  }
}

.media-5 .modal-aplausos .playing__wrapper {
  align-items: center;
}

.media-5 .information {
  padding: 76px 104px 58px;
}

@media (max-width: 1240px) {
  .media-5 .information {
    padding: 76px 40px 58px;
  }

  .media-5 .information .information__column-2 img {
    width: 100%;
  }
}

.media-5 .information__wrapper {
  display: grid;
  grid-template-columns: 40% 52%;
  justify-content: space-between;
}

.media-5 .information .mob {
  display: none;
}

.media-5 .information .text_fz12 {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.media-5 .information .title_fz70 {
  margin-bottom: 24px;
}

.media-5 .information .text_fz16 {
  font-weight: 500;
  margin-bottom: 32px;
}

.media-5 .information .text_fz20 {
  margin-bottom: 16px;
}

.media-5 .information .text_fz14 {
  margin-bottom: 8px;
}

@media (max-width: 991.98px) {
  .media-5 .information {
    padding: 0;
  }

  .media-5 .information__wrapper {
    grid-template-columns: 1fr;
  }

  .media-5 .information__column-1 {
    order: 1;
    padding: 30px 27px 50px 17px;
  }

  .media-5 .information__column-2 {
    background: rgba(23, 41, 52, 0.68) url(../img/media-5/modal/img-mob.png) top no-repeat;
    order: 0;
    position: relative;
  }

  .media-5 .information__column-2 p {
    color: #f9f5ef;
  }

  .media-5 .information__column-2_padding {
    padding: 73px 17px 40px;
  }

  .media-5 .information .desc {
    display: none;
  }

  .media-5 .information .mob {
    display: block;
  }

  .media-5 .information .bottom-wave {
    position: absolute;
    bottom: -25px;
  }

  .media-5 .information .text_fz12 {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 21px;
  }

  .media-5 .information .title_fz70 {
    font-size: 52px;
    line-height: 46px;
    margin-bottom: 200px;
  }

  .media-5 .information .text_fz16 {
    font-size: 12px;
    line-height: 16px;
  }

  .media-5 .information .text_fz20 {
    font-size: 16px;
    line-height: 24px;
  }

  .media-5 .information .text_fz14 {
    font-size: 12px;
    line-height: 16px;
  }

  .media-5 .information .fz {
    font-size: 16px;
    line-height: 24px;
  }
}

.media-5 .grafics {
  padding: 22px 0 58px;
  overflow: hidden;
}

.media-5 .grafics .container {
  max-width: 1100px;
}

@media (max-width: 1200px) {
  .media-5 .grafics .container {
    max-width: 960px;
  }
}

@media (max-width: 992px) {
  .media-5 .grafics .container {
    max-width: 100%;
    padding: 0 16px;
  }
}

.media-5 .grafics__carousel {
  margin-top: 40px;
}

.media-5 .grafics .slick-slide {
  margin-left: 12px;
}

.media-5 .grafics .slick-slide img {
  width: 100%;
}

.media-5 .grafics .slick-list {
  overflow: inherit;
  position: relative;
}

.media-5 .grafics .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background: #f9f5ef;
}

.media-5 .grafics .slick-dots {
  bottom: -22px;
}

.media-5 .grafics__box {
  margin-top: 52px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.media-5 .grafics__box .text_fz13 {
  font-weight: 500;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.02em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  margin-right: 60px;
}

@media (max-width: 991.98px) {
  .media-5 .grafics .slick-slide {
    margin-left: 8px;
  }

  .media-5 .grafics .title {
    font-size: 42px;
    line-height: 40px;
  }
}

.measures .hero h1 {
  font-size: 70px;
}

@media (max-width: 767.98px) {
  .measures .hero h1 {
    font-size: 52px !important;
    line-height: 46px;
  }
}

@media (max-width: 767.98px) {
  .measures .hero {
    background: rgba(23, 41, 52, 0.68) url(../img/measures/hero-mob.png) 50% no-repeat !important;
    background-size: cover !important;
  }
}

.measures .iniciativas__bg {
  background: #ffb800;
}

@media (max-width: 767.98px) {
  .measures .iniciativas__bg .title {
    font-size: 36px;
    line-height: 32px;
  }
}

.measures .iniciativas__carousel .slick-list:before {
  background-color: #ffb800;
}

.measures .iniciativas .movie-desc {
  width: 85%;
}

@media (max-width: 767.98px) {
  .measures .iniciativas .movie-desc {
    width: 100%;
  }
}

.measures .iniciativas .movie-desc span {
  color: #e14286;
  font-weight: 800;
}

.measures .measures-necesitac__bg {
  padding: 56px 0 80px;
  background-color: #fc7861;
}

.measures .forma {
  padding-top: 50px !important;
}

@media (max-width: 991.98px) {
  .measures .forma {
    padding-top: 52px !important;
  }
}

.measures .forma .title_fz52 {
  max-width: inherit;
  margin-top: 40px;
  margin-bottom: 50px;
}

@media (max-width: 767.98px) {
  .measures .necesitac {
    margin-top: -20px;
  }

  .measures .necesitac .title {
    font-size: 36px;
    line-height: 32px;
  }

  .measures .necesitac .necesitac__descr-top {
    font-size: 10px;
    line-height: 26px;
  }

  .measures .necesitac .necesitac__descr-meddle {
    font-size: 16px;
  }

  .measures .necesitac .necesitac_link {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .measures .help-us__bg {
    padding-bottom: 90px !important;
  }

  .measures .help-us__bg .title {
    margin-bottom: 16px !important;
  }
}

.colabora .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-blend-mode: hard-light;
}

.colabora .hero__padding {
  padding: 87px 0 100px;
}

.colabora .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.colabora .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (max-width: 767.98px) {
  .colabora .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.colabora .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.colabora .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.colabora .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.colabora .main-descr {
  padding: 56px 0 80px;
}

.colabora .main-descr__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.colabora .main-descr .wrapper-text_descr {
  max-width: 614px;
}

@media (max-width: 991.98px) {
  .colabora .main-descr .main-descr__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .colabora .main-descr .main-descr__column {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .colabora .main-descr {
    padding: 0 0 32px;
  }
}

.colabora .tab {
  width: 100vw;
  overflow: hidden;
  border: none;
  background-color: #f9f5ef;
  justify-content: space-around;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  scrollbar-width: none;
}

.colabora .tab::-webkit-scrollbar {
  width: 0 !important;
}

.colabora .tab-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgba(23, 41, 52, 0.2);
}

.colabora .tab_btn {
  background-color: #f9f5ef;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding-bottom: 12px;
  width: -moz-max-content;
  width: max-content;
  margin-right: 30px;
}

.colabora .tab_btn:last-of-type {
  margin-right: 0;
}

.colabora .active {
  border-bottom: 4px solid #e14286;
  font-weight: 800;
}

.colabora .tab_content {
  padding-top: 56px;
  display: none;
  animation: e 1s;
}

@media (max-width: 767.98px) {
  .colabora .tab_content {
    padding-top: 10px;
  }

  .colabora .tab_btn {
    margin-right: 24px;
  }
}

.colabora .years__tab {
  background: #83cfd0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .colabora .years__tab {
    width: 100vw;
  }
}

.colabora .years_tablinks {
  background: #83cfd0;
}

.colabora .BabyPelones__tab {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 56px;
}

@media (max-width: 991.98px) {
  .colabora .BabyPelones__tab {
    width: 100%;
  }
}

.colabora .help-us .bottom-wave {
  z-index: 2;
  position: relative;
}

.colabora .help-us .slick-arrow {
  display: none !important;
}

.colabora .help-us__bg {
  background-color: #83cfd0;
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 80px;
}

@media (max-width: 767.98px) {
  .colabora .help-us__bg {
    padding-bottom: 140px;
  }
}

.colabora .help-us__bg .title {
  width: inherit;
  max-width: 614px;
  margin-bottom: 64px;
}

@media (max-width: 991.98px) {
  .colabora .help-us__bg .title {
    font-size: 42px;
    line-height: 38px;
  }
}

.colabora .help-us__carousel .slick-list {
  overflow: inherit;
}

.colabora .help-us__carousel .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background-color: #83cfd0;
}

.colabora .help-us__carousel_text {
  font-family: Avenir;
  font-size: 18px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 0.1em;
  margin-top: 24px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .colabora .help-us__carousel_text {
    font-size: 11px;
    line-height: 16px;
    max-width: 185px;
  }
}

.colabora .help-us__carousel_descr {
  font-family: Avenir;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.01em;
}

@media (max-width: 767.98px) {
  .colabora .help-us__carousel_descr {
    font-size: 13px;
    line-height: 18px;
  }
}

.colabora .help-us__slides {
  margin-right: 13px;
}

@media (max-width: 767.98px) {
  .colabora .help-us__slides {
    width: 75vw !important;
  }
}

.colabora .help-us__slides .btn_white {
  width: 153px;
  height: 42px;
}

@media (max-width: 767.98px) {
  .colabora .help-us__slides .btn_white {
    font-size: 9px;
    line-height: 20px;
  }
}

.colabora .help-us__carousel_img {
  border-radius: 6px;
}

@media (max-width: 767.98px) {
  .colabora .help-us__carousel_img {
    max-width: 100%;
  }
}

.colabora .hero {
  background-image: url(../img/colabora/main.jpg);
  background-blend-mode: normal;
}

.colabora .hero h1 {
  color: #f9f5ef;
  font-size: 80px;
  line-height: 70px;
}

@media (max-width: 991.98px) {
  .colabora .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.colabora .main-descr .how-can__info_p {
  width: 322px;
}

.colabora .main-descr .how-can__info_span {
  line-height: 30px;
}

@media (max-width: 991.98px) {
  .colabora .main-descr .how-can__info_span {
    font-size: 14px;
    line-height: 24px;
    background-position: 100% 17px;
  }
}

.colabora .donative {
  padding-top: 17px;
  padding-bottom: 112px;
  overflow: hidden;
}

.colabora .donative .tab-box {
  width: 100vw;
}

.colabora .donative__wrapper {
  display: flex;
  gap: 100px;
}

.colabora .donative__column .title_fz120 {
  margin-top: 27px;
  margin-bottom: 70px;
}

.colabora .donative__column .btn_donative {
  margin-top: 40px;
}


.colabora .donative__description_bottom {
  margin-top: 50px;
}

@media (max-width: 1199.98px) {
  .colabora .donative .tab-box {
    width: auto;
  }

  .colabora .donative .tab {
    width: 90vw;
  }

  .colabora .donative__wrapper {
    flex-direction: column;
    gap: 60;
    margin-top: 67px;
  }

  .colabora .donative__column_img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .colabora .donative {
    padding: 59px 0 98px;
  }

  .colabora .donative__wrapper {
    gap: 36px;
    text-align: center;
  }

  .colabora .donative__column .title_fz120 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 32px;
  }

  .colabora .donative__column .text_fz20 {
    font-size: 16px;
    line-height: 22px;
  }

  .colabora .donative__column .btn_donative {
    margin: 0 auto;
  }

  .colabora .donative .tab-box:after {
    bottom: 0;
  }

  .colabora .donative .tab {
    width: 87vw;
  }

  @-moz-document url-prefix() {
    .colabora .donative .tab-box:after {
      bottom: 0;
    }
  }
}

.colabora .help-us .help-us__carousel_descr,
.colabora .help-us .help-us__carousel_text {
  color: #172934;
}

.colabora .help-us .wrapper-text {
  align-items: flex-start;
}

.colabora .help-us .wrapper-text .text_fz20 {
  max-width: 405px;
}

@media (max-width: 992px) {
  .colabora .help-us .wrapper-text {
    margin-bottom: 40px;
  }
}

@media (max-width: 991.98px) {
  .colabora .help-us .wrapper-text .title_fz70 {
    margin-bottom: 16px;
    font-size: 42px;
    line-height: 38px;
  }

  .colabora .help-us .wrapper-text .text_fz20 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 991.98px) {
  .colabora .help-us__carousel_descr,
  .colabora .help-us__carousel_text {
    font-size: 12px;
    line-height: 16px;
  }

  .colabora .help-us .btn_white {
    width: 96px;
    min-width: 96px;
    height: 28px;
  }
}

.colabora .forma .title_fz52 {
  max-width: 492px;
}

.colabora .forma .wrapper-text_descr {
  margin-top: 50px;
}

.colabora .forma .form__pink {
  z-index: -1 !important;
}

.colabora .forma .bottom-wave {
  background-color: #e14286;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .colabora .forma {
    padding-top: 85px;
  }

  .colabora .forma .wrapper-text_descr {
    margin-top: 0;
  }

  .colabora .forma .bottom-wave img {
    margin-top: 45px;
  }
}

@media (max-width: 767.98px) {
  .colabora .forma .form__wrapper .btn {
    min-width: 100%;
  }
}

.colabora .projectos {
  padding: 0;
}

.colabora .projectos .container {
  background-color: #f9f5ef;
}

.colabora .projectos__bg {
  padding-top: 56px;
  background-color: #f9f5ef;
}

.colabora .projectos__carousel {
  padding-bottom: 80px;
}

.colabora .projectos__carousel .slick-list:before {
  background-color: #f9f5ef;
}

.colabora .projectos .slick-dots {
  bottom: 25px;
}

@media (max-width: 767.98px) {
  .colabora .projectos {
    padding: 24px 0 0;
  }

  /* .colabora .projectos__bg {
        padding-top: 0;
    } */
}

.colabora .form {
  padding-top: 0;
}

.colabora .form .bottom-wave {
  z-index: 2;
  position: absolute;
}

.colabora .form .bottom-wave_awards img {
  background-color: #83cfd0;
  margin-top: 0;
}

.colabora .form .pos-initial {
  position: static;
}

.colabora .form__green-orange .title_fz52 {
  margin-top: 45px;
}

@media (max-width: 767.98px) {
  .colabora .form__column-1 {
    padding-top: 24px;
  }

  .colabora .form__column-1 .wrapper-text_descr {
    padding-top: 16px;
    font-size: 13px;
    line-height: 18px;
  }

  .colabora .form__column-1 .tas {
    text-align: start;
  }

  .colabora .form__green-orange .title_fz52 {
    margin-bottom: 0;
    font-size: 38px;
    line-height: 34px;
    max-width: 206px;
  }

  .colabora .form__green-orange .btn {
    font-size: 10px;
    line-height: 30px;
  }
}

.donation .playing__bg {
  padding: 100px 0;
  overflow: hidden;
  background-color: #a4a3ea;
}

.donation .playing__bg-video {
  cursor: pointer;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 411px;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.donation .playing__bg-video.play ~ .playing__bg-play {
  display: none;
}

.donation .playing__bg .playing__bg-play {
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.donation .playing__wrapper {
  display: grid;
  grid-template-columns: 626px 1fr;
  gap: 104px;
}

@media (max-width: 1200px) {
  .donation .playing__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.donation .playing .wrapper-text_descr {
  max-width: 523px;
}

.donation .playing .title_fz52 {
  max-width: 400px;
  width: inherit;
}

.donation .playing__column_video {
  max-width: 626px;
  max-height: 411px;
  height: 411px;
  position: relative;
}

@media (max-width: 991.98px) {
  .donation .playing .playing__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .donation .playing .playing__column_video {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .donation .playing__bg {
    padding: 24px 0 32px;
  }

  .donation .playing .title_fz52 {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 8px;
  }
}

.donation .projectos {
  padding-top: 150px;
  padding-bottom: 100px;
  overflow: hidden;
}

.donation .projectos__slide {
  position: relative;
  margin-top: 64px;
}

.donation .projectos__slide img {
  max-width: 100%;
}

.donation .projectos__carousel .slick-list {
  overflow: inherit;
}

.donation .projectos__carousel .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -370px;
  width: 370px;
  z-index: 1;
  background-color: #f9f5ef;
}

.donation .projectos__carousel_img {
  width: 98%;
  border-radius: 8px;
}

.donation .projectos__vector {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
  .donation .projectos__vector {
    top: 75%;
  }
}

.donation .projectos__vector_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

@media (max-width: 767.98px) {
  .donation .projectos__vector_text {
    top: 44%;
  }
}

.donation .projectos_title {
  font-family: HWT Artz, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 46px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #172934;
}

@media (max-width: 767.98px) {
  .donation .projectos_title {
    font-size: 32px;
    line-height: 32px;
  }
}

.donation .projectos_btn {
  bottom: auto;
  min-width: 127px;
  max-width: 127px;
  height: 28px;
}

.donation .help-us .bottom-wave {
  z-index: 2;
  position: relative;
}

.donation .help-us .slick-arrow {
  display: none !important;
}

.donation .help-us__bg {
  background-color: #83cfd0;
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 80px;
}

@media (max-width: 767.98px) {
  .donation .help-us__bg {
    padding-bottom: 140px;
  }
}

.donation .help-us__bg .title {
  width: inherit;
  max-width: 614px;
  margin-bottom: 64px;
}

@media (max-width: 991.98px) {
  .donation .help-us__bg .title {
    font-size: 42px;
    line-height: 38px;
  }
}

.donation .help-us__carousel .slick-list {
  overflow: inherit;
}

.donation .help-us__carousel .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background-color: #83cfd0;
}

.donation .help-us__carousel_text {
  font-family: Avenir;
  font-size: 18px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 0.1em;
  margin-top: 24px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .donation .help-us__carousel_text {
    font-size: 11px;
    line-height: 16px;
    max-width: 185px;
  }
}

.donation .help-us__carousel_descr {
  font-family: Avenir;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.01em;
}

@media (max-width: 767.98px) {
  .donation .help-us__carousel_descr {
    font-size: 13px;
    line-height: 18px;
  }
}

.donation .help-us__slides {
  margin-right: 13px;
}

@media (max-width: 767.98px) {
  .donation .help-us__slides {
    width: 75vw !important;
  }
}

.donation .help-us__slides .btn_white {
  width: 153px;
  height: 42px;
}

@media (max-width: 767.98px) {
  .donation .help-us__slides .btn_white {
    font-size: 9px;
    line-height: 20px;
  }
}

.donation .help-us__carousel_img {
  border-radius: 6px;
}

@media (max-width: 767.98px) {
  .donation .help-us__carousel_img {
    max-width: 100%;
  }
}

.modal,
.modal-thanks {
  display: none;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
}

.donation__popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #f9f5ef;
  border-radius: 30px;
  padding: 82px 100px 116px;
  transition: all 0.2s;
  height: 100vh;
  overflow-y: auto;
}

@media (max-width: 767.98px) {
  .donation__popup {
    padding: 50px 16px;
    left: 0;
    right: 0;
    transform: translateY(-50%);
  }
}

.donation__popup-wripper {
  max-width: 300px;
}

@media (max-width: 767.98px) {
  .donation__popup-wripper {
    max-width: inherit;
  }
}

.donation__popup .title {
  margin-top: 40px;
  margin-bottom: 24px;
  max-width: inherit;
}

.donation__popup p.text {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #172934;
}

.donation__popup .close {
  right: 24px;
  top: 14px;
  cursor: pointer;
}

.donation__popup.hidden {
  visibility: hidden;
  transition: all 0.3s;
}

.donation__popup-next {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 38px 38px 53px;
  transition: all 0.4s;
  background: #83cfd0;
  border-radius: 15px;
  height: 100vh;
  overflow-y: auto;
  max-width: 520px;
}

@media (max-width: 767.98px) {
  .donation__popup-next {
    position: relative;
    padding: 0 16px 26px;
    left: 0;
    right: 0;
    top: 0;
    transform: inherit;
    border-radius: 0;
  }
}

.donation__popup-next-header {
  padding: 30px 0 0;
  margin-left: -16px;
  margin-right: -16px;
  background-color: #f9f5ef;
}

.donation__popup-next-header .title {
  margin-top: 40px;
}

.donation__popup-next-header-wive {
  margin-bottom: -1px;
}

.donation__popup-next .close {
  right: 24px;
  top: 14px;
  cursor: pointer;
}

.donation__popup-next .title {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .donation__popup-next .title {
    margin-top: 24px;
  }
}

.donation__popup-next.hidden {
  visibility: hidden;
  transition: all 0.3s;
}

.donation__popup-next .a-dashed {
  display: block;
  margin-top: 32px;
  border-bottom: 2px dashed #172934;
  width: -moz-max-content;
  width: max-content;
}

.donation__popup-next .a-dashed span {
  line-height: 24px;
  color: #172934;
  font-weight: 800;
}

@media (max-width: 767.98px) {
  .donation__popup-next .a-dashed-bottom {
    margin-top: 17px;
    margin-bottom: 40px;
  }
}

.donation__popup-next-wive-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  transform: rotate(180deg);
}

@media (max-width: 767.98px) {
  .donation__popup-next-wive-bottom {
    bottom: -26px;
  }
}

.make-donation {
  padding-top: 86px;
  padding-bottom: 65px;
}

@media (max-width: 767.98px) {
  .make-donation {
    padding-top: 0;
  }
}

.make-donation__text {
  font-size: 11px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 32px;
}

@media (max-width: 450px) {
  .make-donation__text {
    padding-top: 89px;
    color: #fff;
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  .make-donation__header {
    height: 512px;
    background: url(../img/donation-page/Header_Interiores_Prueba.png) bottom no-repeat;
    background-size: cover;
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px;
  }

  .make-donation__header .title {
    font-size: 52px;
  }
}

.make-donation .title {
  margin-bottom: 70px;
}

@media (max-width: 450px) {
  .make-donation .title {
    color: #fff;
  }
}

.make-donation .a-liner {
  margin-top: 24px;
  line-height: 24px;
}

.make-donation .a-liner__span {
  background-position: 100% 19px;
  text-transform: inherit;
}

@media (max-width: 450px) {
  .make-donation .a-liner__span {
    font-size: 14px;
  }
}

.make-donation__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 991.98px) {
  .make-donation__wrapper {
    grid-column: revert;
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 767.98px) {
  .make-donation__wrapper {
    gap: 0;
  }

  .make-donation__wrapper .text_fz20 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 991.98px) {
  .make-donation__column-2 {
    grid-row: 1;
  }
}

@media (min-width: 992px) {
  .make-donation__column_img {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .make-donation__column_img {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .make-donation__column_img {
    display: none;
  }
}

.hard-height {
  height: 184px !important;
}

@media (max-width: 767.98px) {
  .hard-height {
    height: 100% !important;
  }
}

.donation-cards {
  padding-bottom: 68px;
}

@media (max-width: 991.98px) {
  .donation-cards {
    padding-bottom: 30px;
  }
}

.donation-cards__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 12px;
}

@media (max-width: 991.98px) {
  .donation-cards__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .donation-cards__wrapper {
    grid-template-columns: 1fr;
  }
}

.donation-cards .donation__card {
  border: 1px solid rgba(23, 41, 52, 0.2);
  box-sizing: border-box;
  border-radius: 24px;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  text-align: center;
  background: #fff;
  padding: 16px;
}

.donation-cards .donation__card-header {
  height: 100%;
  flex-direction: column;
  display: flex;
}

@media (max-width: 767.98px) {
  .donation-cards .donation__card-header {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 16px;
  }

  .donation-cards .donation__card-header svg {
    grid-row: 1/4;
  }
}

.donation-cards .donation__card-text {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .donation-cards .donation__card-text {
    text-align: left;
    margin-bottom: 0;
  }
}

.donation-cards .donation__card-text.text-left {
  margin-top: 8px;
}

.donation-cards .donation__card .btn {
  height: 44px;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  max-width: 220px;
}

@media (max-width: 767.98px) {
  .donation-cards .donation__card .btn {
    margin-top: 16px;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}

.donation-cards .donation__card svg {
  margin-left: auto;
  margin-right: auto;
}

.donation-cards .donation__card-title {
  font-family: HWT Artz, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.01em;
  margin-top: 16px;
}

@media (max-width: 767.98px) {
  .donation-cards .donation__card-title {
    text-align: left;
    margin-top: 0;
    font-size: 24px;
  }
}

.donation-cards .donation__card .donation__accordion {
  border: 1.5px solid #d1d4d6;
  border-radius: 8px;
  padding: 2px;
}

@media (max-width: 767.98px) {
  .donation-cards .donation__card .donation__accordion {
    margin-top: 16px;
  }
}

.donation-cards .donation__card .accordion {
  background-color: #fff;
  cursor: pointer;
  padding: 16px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: all 0.4s;
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.167 1s4 4 4.5 4 4.5-4 4.5-4' stroke='%23222628' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 20px;
}

.donation-cards .donation__card .active {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 5S6.5 1 6 1 1.5 5 1.5 5' stroke='%23222628' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.donation-cards .donation__card .panel {
  padding: 0 18px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.donation-cards .donation__card .panel p {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
}

@media (max-width: 767.98px) {
  .donation-cards .donation__card .panel p {
    font-size: 12px;
    line-height: 16px;
  }
}

.donation-cards .donation__card .panel .a-liner {
  display: flex;
  margin-left: 0;
  margin-top: 16px;
}

.donation-cards .donation__card .panel .a-liner__span {
  font-size: 9px;
  font-weight: 900;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-align: left;
  background-position: 100% 9px;
  background-size: 9px 9px;
}

@media (max-width: 450px) {
  .donation-cards .donation__card .panel .a-liner__span {
    font-size: 11px;
  }
}

.donation-slider {
  padding-top: 100px;
  padding-bottom: 133px;
}

@media (max-width: 991.98px) {
  .donation-slider .row {
    flex-direction: column-reverse;
  }
}

@media (max-width: 991.98px) {
  .donation-slider .btn {
    margin: auto;
  }
}

.donation-slider .title {
  margin-bottom: 24px;
}

@media (max-width: 991.98px) {
  .donation-slider .title {
    width: inherit;
    text-align: center;
    margin-top: 48px;
    max-width: inherit;
  }

  .donation-slider .title br {
    display: none;
  }
}

.donation-slider__info {
  margin-bottom: 32px;
  max-width: 410px;
}

@media (max-width: 991.98px) {
  .donation-slider__info {
    max-width: inherit;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .donation-slider__info {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
  }
}

.donation-slider__wrapper {
  padding-left: 40px;
}

@media (max-width: 991.98px) {
  .donation-slider__wrapper {
    padding-left: 0;
  }
}

.donation-slider__wrapper .form__number {
  bottom: -55px;
  left: inherit;
  right: 68px;
  transform: translateX(-100%);
}

.donation-slider__wrapper .slick-next {
  right: 0;
  bottom: -80px;
}

.donation-slider__wrapper .slick-prev {
  bottom: -80px;
  right: 130px;
}

@media (max-width: 991.98px) {
  .donation-slider__top .donation__slide img {
    width: calc(100% - 15px);
    margin: auto;
  }
}

@media (max-width: 991.98px) {
  .donation-slider__bottom .donation__slide img {
    margin: auto;
  }
}

@media (max-width: 767.98px) {
  .donation-slider__bottom .donation__slide img {
    width: 50%;
  }
}

@media (max-width: 991.98px) {
  .donation-slider-1 {
    padding-top: 0;
    padding-bottom: 85px;
  }
}

@media (max-width: 991.98px) {
  .donation-slider-2 {
    padding-top: 0;
  }
}

@media (max-width: 450px) {
  .donation .iniciativas__carousel_descr {
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  .donation .iniciativas__carousel .btn {
    font-size: 9px;
    height: 28px;
    max-width: inherit;
    min-width: inherit;
    width: 127px;
  }
}

.donation .iniciativas__bg {
  padding-bottom: 80px;
}

@media (max-width: 767.98px) {
  .donation .iniciativas__bg {
    padding-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .donation .iniciativas .title {
    font-size: 42px;
    line-height: 38px;
  }
}

.donation .present {
  position: relative;
  background-color: #83cfd0;
  padding-bottom: 255px;
  padding-top: 100px;
}

.donation .present .btn_white_present {
  max-width: 225px;
}

.donation .present__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}

.donation .present__wrapper .form__number {
  bottom: -25px;
  left: inherit;
  right: 68px;
  transform: translateX(-100%);
}

.donation .present__wrapper .slick-next {
  right: 0;
  bottom: -50px;
  transform: inherit;
}

.donation .present__wrapper .slick-prev {
  left: inherit;
  bottom: -50px;
  right: 130px;
  transform: inherit;
}

.donation .present__slide {
  position: relative;
  padding-bottom: 30px;
}

.donation .present__slide img {
  width: 100%;
}

.donation .present__slide img.position-absolute {
  top: 0;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .donation .present .present__wrapper {
    grid-template-columns: repeat(1, 100%);
    row-gap: 24px;
  }

  .donation .present .first {
    order: 1;
  }
}

@media (max-width: 767.98px) {
  .donation .present {
    padding: 140px 0 100px;
  }

  .donation .present .slick-dots {
    bottom: 0;
  }

  .donation .present .first .title {
    margin-bottom: 0;
  }
}

.donation .present .top-wave {
  position: absolute;
  top: -65px;
  height: 65px;
}

@media (max-width: 767.98px) {
  .donation .present .top-wave {
    top: 0;
  }
}

.donation .projectos {
  padding-top: 0;
  margin-top: -120px;
  z-index: 2;
  position: relative;
}

.donation .projectos .wrapper-text_descr {
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .donation .projectos {
    margin-top: -60px;
  }
}

@media (max-width: 767.98px) {
  .donation .projectos_title {
    font-size: 36px;
    line-height: 32px;
    max-width: 180px;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .donation .projectos_btn {
    margin-top: 13px;
  }
}

.donation .projectos .projectos__vector_text {
  width: 100%;
}

.donation .projectos .top-wave {
  height: 120px;
}

@media (max-width: 991.98px) {
  .donation .projectos .top-wave {
    height: 60px;
  }
}

@media (max-width: 767.98px) {
  .donation .projectos .top-wave {
    height: auto;
  }
}

.donation .projectos__bg {
  padding-top: 56px;
  padding-bottom: 20px;
  background-color: #f9f5ef;
}

@media (max-width: 767.98px) {
  .donation .projectos__bg {
    padding-top: 24px;
  }
}

.donation .tween-block {
  margin-top: -188px;
}

@media (max-width: 767.98px) {
  .donation .tween-block {
    margin-top: -60px;
  }
}

@media (max-width: 767.98px) {
  .donation .tween-block .form__column-1 {
    padding-top: 0;
  }
}

.donation #modal-thanks {
  display: block;
}

.donation #modal-thanks .donation__popup {
  padding: 65px 96px 57px;
}

@media (max-width: 767.98px) {
  .donation #modal-thanks .donation__popup {
    padding: 37px 15px 57px;
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .donation #modal-thanks .title {
    font-size: 52px;
    line-height: 46px;
  }
}

.donation #modal-thanks .text-popup {
  line-height: 24px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .donation #modal-thanks .text-popup {
    text-align: left;
  }
}

.donation #modal-thanks .ul-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 55px;
}

@media (max-width: 767.98px) {
  .donation #modal-thanks .ul-area {
    padding-left: 17px;
    padding-right: 17px;
  }
}

.donation #modal-thanks ul {
  padding-left: 15px;
  padding-top: 25px;
}

.donation #modal-thanks li {
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #172934;
  list-style: disc;
}

.donation #modal-thanks .icon-field {
  padding-left: 20px;
  position: relative;
}

.donation #modal-thanks .icon-field:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 30px;
  border-right: 1px solid rgba(80, 80, 80, 0.2);
}

.donation #modal-thanks .btn {
  width: 100%;
  max-width: inherit;
}

.socio .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-blend-mode: hard-light;
}

.socio .hero__padding {
  padding: 87px 0 100px;
}

.socio .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.socio .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.01em;
}

@media (max-width: 767.98px) {
  .socio .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.socio .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.socio .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.socio .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.socio .playing__bg {
  padding: 100px 0;
  overflow: hidden;
  background-color: #a4a3ea;
}

.socio .playing__bg-video {
  cursor: pointer;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 411px;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.socio .playing__bg-video.play ~ .playing__bg-play {
  display: none;
}

.socio .playing__bg .playing__bg-play {
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.socio .playing__wrapper {
  display: grid;
  grid-template-columns: 626px 1fr;
  gap: 104px;
}

@media (max-width: 1200px) {
  .socio .playing__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.socio .playing .wrapper-text_descr {
  max-width: 523px;
}

.socio .playing .title_fz52 {
  max-width: 400px;
  width: inherit;
}

.socio .playing__column_video {
  max-width: 626px;
  max-height: 411px;
  height: 411px;
  position: relative;
}

@media (max-width: 991.98px) {
  .socio .playing .playing__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .socio .playing .playing__column_video {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .socio .playing__bg {
    padding: 24px 0 32px;
  }

  .socio .playing .title_fz52 {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 8px;
  }
}

.socio .green__bg {
  background-color: #83cfd0;
  padding: 100px 0;
}

.socio .green__wrapper {
  display: flex;
  justify-content: space-between;
}

.socio .green__descr {
  padding-bottom: 35px;
  max-width: 403px;
}

.socio .green__descr .text_fz20 {
  margin-top: 24px;
}

.socio .green__column {
  position: relative;
  overflow: hidden;
  max-width: 509px;
}

.socio .green .slick-slide img {
  width: 100%;
}

.socio .green .slick-next {
  bottom: -80px;
  right: 0;
}

.socio .green .slick-prev {
  bottom: -80px;
  right: 140px;
}

.socio .green .bien__number {
  bottom: -54px;
  right: 87px;
}

@media (max-width: 991.98px) {
  .socio .green__bg {
    padding: 50px 0 32px;
  }

  .socio .green__wrapper {
    flex-direction: column;
  }

  .socio .green__descr {
    order: 1;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .socio .green__descr .title_fz52 {
    font-size: 36px;
    line-height: 32px;
  }

  .socio .green__descr .text_fz20 {
    font-size: 16px;
    line-height: 22px;
  }

  .socio .green__column {
    order: 0;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .socio .green__column {
    margin: 0;
  }
}

.socio .tab {
  width: 100vw;
  overflow: hidden;
  border: none;
  background-color: #f9f5ef;
  justify-content: space-around;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  scrollbar-width: none;
}

.socio .tab::-webkit-scrollbar {
  width: 0 !important;
}

.socio .tab-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgba(23, 41, 52, 0.2);
}

.socio .tab_btn {
  background-color: #f9f5ef;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding-bottom: 12px;
  width: -moz-max-content;
  width: max-content;
  margin-right: 30px;
}

.socio .tab_btn:last-of-type {
  margin-right: 0;
}

.socio .active {
  border-bottom: 4px solid #e14286;
  font-weight: 800;
}

.socio .tab_content {
  padding-top: 56px;
  display: none;
  animation: e 1s;
}

@media (max-width: 767.98px) {
  .socio .tab_content {
    padding-top: 10px;
  }

  .socio .tab_btn {
    margin-right: 24px;
  }
}

.socio .years__tab {
  background: #83cfd0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .socio .years__tab {
    width: 100vw;
  }
}

.socio .years_tablinks {
  background: #83cfd0;
}

.socio .BabyPelones__tab {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 56px;
}

@media (max-width: 991.98px) {
  .socio .BabyPelones__tab {
    width: 100%;
  }
}

.socio .hero h1 {
  color: #f9f5ef;
  font-size: 70px;
  line-height: 60px;
}

@media (max-width: 991.98px) {
  .socio .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.socio .info__wrapper {
  display: grid;
  grid-template-columns: 480px 614px;
  justify-content: space-between;
}

.socio .info__column-1 {
  height: 160px;
  padding-top: 120px;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}

.socio .info__column-2 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}

.socio .info__column-2 img {
  max-width: 100%;
}

.socio .info__column-3 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}

.socio .info__column-3 .how-can__info {
  margin-top: 32px;
}

.socio .info__column-3 .how-can__info_span {
  font-size: 16px;
  line-height: 24px;
}

.socio .info__column-3 .btn_big {
  margin-top: 44px;
  min-width: 213px;
}

@media (max-width: 1440px) {
  .socio .info__wrapper {
    grid-template-columns: 400px 614px;
  }

  .socio .info__column-2 img {
    width: 100%;
  }

  .socio .info__column-3 {
    margin-top: 120px;
  }
}

@media (max-width: 1199.98px) {
  .socio .info__wrapper {
    grid-template-columns: 1fr;
    padding-bottom: 75px;
  }

  .socio .info__column-1 {
    height: auto;
    padding: 43px 0 47px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .socio .info__column-2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    padding-bottom: 32px;
  }

  .socio .info__column-2 img {
    width: auto;
  }

  .socio .info__column-2_img {
    display: block;
    margin: 0 auto;
  }

  .socio .info__column-3 {
    margin-top: 0;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }

  .socio .info__column-3 .btn_big {
    margin-top: 40px;
  }

  .socio .info__column-3 .how-can__info {
    margin-bottom: 24px;
  }

  .socio .info__column-3 .how-can__info_span {
    font-size: 14px;
    line-height: 24px;
    background-position: 100% 17px;
  }
}

@media (max-width: 767.98px) {
  .socio .info .text_fz20 {
    font-size: 16px;
    line-height: 24px;
  }

  .socio .info__column-3 .btn_big {
    max-width: 314px;
  }
}

@media (max-width: 450px) {
  .socio .info__column-3 .btn_big {
    max-width: inherit;
    width: 100%;
  }
}

.socio .ayudamos {
  position: relative;
  margin-top: 200px;
  padding-top: 100px;
}

.socio .ayudamos__white {
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  width: 971px;
  padding: 36px 142px 29px 153px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(30, 50, 56, 0.12);
  border-radius: 10px;
  text-align: center;
}

.socio .ayudamos__white .title_fz52 {
  width: auto;
}

.socio .ayudamos__white .mw {
  max-width: 472px;
  margin: 0 auto;
}

.socio .ayudamos__item_img {
  width: 46px;
  height: 46px;
}

.socio .ayudamos__wrapper {
  padding: 24px 0 32px;
  display: flex;
  justify-content: space-between;
}

.socio .ayudamos__wrapper .text_fz20 {
  margin-top: 19px;
  max-width: 149px;
}

.socio .ayudamos_link,
.socio .ayudamos_link:hover {
  color: #e14286;
}

.socio .ayudamos__bg {
  padding-top: 351px;
  padding-bottom: 96px;
  background-color: #83cfd0;
}

.socio .ayudamos__bg__wrapper {
  display: grid;
  grid-template-columns: 165px 682px;
  column-gap: 80px;
  justify-content: center;
}

.socio .ayudamos__bg__wrapper .how-can__info {
  margin-top: 16px;
}

.socio .ayudamos__bg__wrapper .how-can__info_p {
  background-color: #83cfd0;
  border: none;
}

.socio .ayudamos__bg__wrapper .how-can__info_span {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1199.98px) {
  .socio .ayudamos__white {
    text-align: start;
    padding: 60px 20px;
    width: auto;
  }
}

@media (max-width: 991.98px) {
  .socio .ayudamos .how-can__info_span {
    font-size: 16px;
    line-height: 24px;
  }

  .socio .ayudamos__white {
    padding: 21px 13px;
    top: -155px;
    width: 90%;
  }

  .socio .ayudamos__wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .socio .ayudamos__item {
    display: flex;
    gap: 18px;
  }

  .socio .ayudamos__item .text_fz20 {
    text-align: start;
  }

  .socio .ayudamos__bg {
    padding-top: 330px;
  }

  .socio .ayudamos__bg__wrapper {
    grid-template-columns: 1fr;
    position: relative;
  }

  .socio .ayudamos__bg_img {
    position: absolute;
    right: 0;
  }
}

@media (max-width: 767.98px) {
  .socio .ayudamos__bg {
    padding-top: 350px;
  }

  .socio .ayudamos .text_fz20 {
    font-size: 16px;
    line-height: 24px;
  }

  .socio .ayudamos .how-can__info_span {
    font-size: 14px;
    line-height: 24px;
    background-position: 100% 17px;
  }

  .socio .ayudamos__bg_img {
    width: 57.6px;
    height: 64px;
  }
}

.socio .playing {
  position: relative;
}

.socio .playing .bottom-wave .mt23 {
  margin-top: -23px;
}

.socio .playing .how-can__info {
  margin-top: 32px;
}

.socio .playing .how-can__info_p {
  background-color: #a4a3ea;
  border: none;
}

.socio .playing .how-can__info_span {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 991.98px) {
  .socio .playing .how-can__info_span {
    font-size: 16px;
    line-height: 24px;
  }
}

.socio .green__bg {
  background-color: #f9f5ef;
}

.socio .forma .form__pink {
  z-index: -1 !important;
}

.socio .forma .bottom-wave {
  background-color: #e14286;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .socio .forma {
    padding-top: 85px;
    padding-bottom: 75px;
  }

  .socio .forma .bottom-wave img {
    margin-top: 45px;
  }
}

.socio .projectos {
  padding: 0;
}

.socio .projectos .container,
.socio .projectos__bg {
  background-color: #83cfd0;
}

.socio .projectos__bg {
  padding-top: 56px;
}

.socio .projectos__carousel {
  padding-bottom: 80px;
}

.socio .projectos__carousel .slick-list:before {
  background-color: #83cfd0;
}

.socio .projectos .slick-dots {
  bottom: 25px;
}

.socio .projectos .top-wave {
  background-color: #e14286;
}

@media (max-width: 767.98px) {
  .socio .projectos {
    padding: 0;
  }

  .socio .projectos__bg {
    padding: 24px 0 32px;
  }
}

.socio .form {
  padding-top: 0;
}

.socio .form .bottom-wave {
  z-index: 2;
  position: absolute;
}

.socio .form .bottom-wave_awards img {
  background-color: #83cfd0;
  margin-top: 0;
}

.socio .form .top-wave {
  background-color: #83cfd0;
}

.socio .form .pos-initial {
  position: static;
}

.socio .form__green-orange .title_fz52 {
  margin-top: 45px;
}

@media (max-width: 767.98px) {
  .socio .form__column-1 {
    padding-top: 24px;
  }

  .socio .form__column-1 .wrapper-text_descr {
    padding-top: 16px;
    font-size: 13px;
    line-height: 18px;
  }

  .socio .form__column-1 .tas {
    text-align: start;
  }

  .socio .form__green-orange .title_fz52 {
    margin-bottom: 0;
  }
}

.socio .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1000;
}

.socio #certificado {
  display: none;
}

.socio .modal-certificado {
  padding: 60px;
  background-color: #f9f5ef;
  width: 512px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
  z-index: 10001;
  height: 90vh !important;
  overflow: hidden;
  overflow-y: auto;
}

.socio .modal-certificado .modal-certificado__content {
  height: 100vh !important;
  overflow: hidden;
  overflow-y: auto;
}

.socio .modal-certificado_close {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
  z-index: 10;
}

.socio .modal-certificado__wrapper .text_fz11 {
  font-weight: 900;
  padding-bottom: 18px;
}

.socio .modal-certificado__wrapper .title_fz52 {
  font-size: 52px;
  line-height: 46px;
}

.socio .modal-certificado__wrapper .wpcf7 {
  margin: 16px 0 0 0;
}

.socio .modal-certificado__form .text_fz16_fw500 {
  margin-top: 32px;
}

.socio .modal-certificado__form .input {
  padding-left: 18px;
  margin-top: 8px;
  border: 1px solid rgba(80, 80, 80, 0.4);
  border-radius: 6px;
  background: #fff;
  width: 300px;
  height: 52px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: rgba(30, 50, 56, 0.5);
}

.socio .modal-certificado__form .btn {
  margin-top: 40px;
  min-width: 300px;
  max-width: 301px;
  height: 50px;
}

@media (max-width: 767.98px) {
  .socio .modal-certificado {
    width: 360px;
    padding: 66px 17px;
  }
}

.socio .modal-donaciones {
  display: none;
  z-index: 10001;
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 1030px;
  padding: 77px 39px 44px 42px;
  border-radius: 20px;
  background-color: #f9f5ef;
  height: 90vh;
  overflow: hidden;
  overflow-y: auto;
}

.socio .modal-donaciones_close {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
  z-index: 10;
}

.socio .modal-donaciones__wrapper {
  display: flex;
}

.socio .modal-donaciones__wrapper .title_fz42 {
  text-align: start;
}

.socio .modal-donaciones__column-1 {
  width: 360px;
}

.socio .modal-donaciones__column-1 .title_fz11 {
  padding-bottom: 18px;
}

.socio .modal-donaciones__column-1 .text_fz16_fw500 {
  padding-top: 36px;
}

.socio .modal-donaciones__column-1 .how-can__info_p {
  background-color: #f9f5ef;
}

.socio .modal-donaciones__column-1 .how-can__info-1 {
  padding-top: 36px;
  padding-bottom: 5px;
}

.socio .modal-donaciones__column-1 .how-can__info_span {
  font-size: 14px;
  line-height: 24px;
  background-position: 100% 17px;
}

.socio .modal-donaciones__column-2 {
  width: 196px;
  background-color: #e4e3f9;
  border-radius: 20px;
  margin-left: 56px;
  margin-right: 12px;
  padding: 28px;
}

.socio .modal-donaciones__column-2 .title_fz28 {
  padding-bottom: 58px;
}

.socio .modal-donaciones__column-2 .title_fz42 {
  padding-top: 18px;
  padding-bottom: 8px;
}

.socio .modal-donaciones__column-2 .mb {
  margin-bottom: 76px;
}

.socio .modal-donaciones__column-2 .title_fz11 {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.socio .modal-donaciones__column-3 {
  width: 325px;
  background-color: #daf1f1;
  border-radius: 20px;
  padding: 28px;
}

.socio .modal-donaciones__column-3 .title_fz11 {
  padding-top: 19px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.socio .modal-donaciones__column-3 .title_fz11_fw700 {
  font-weight: 900;
}

.socio .modal-donaciones__column-3 .title_fz42 {
  padding-top: 18px;
}

.socio .modal-donaciones__column-3__flex {
  display: grid;
  grid-template-columns: repeat(2, 118px);
}

.socio .modal-donaciones .bottom-wave,
.socio .modal-donaciones .desctop-none,
.socio .modal-donaciones .top-wave {
  display: none;
}

@media (max-width: 1045px) {
  .socio .modal-donaciones {
    padding: 0;
    width: 360px;
  }

  .socio .modal-donaciones .bottom-wave,
  .socio .modal-donaciones .desctop-none,
  .socio .modal-donaciones .top-wave,
  .socio .modal-donaciones__wrapper {
    display: block;
  }

  .socio .modal-donaciones .bottom-wave {
    background-color: #a4a3ea;
  }

  .socio .modal-donaciones .mobile {
    background: rgba(23, 41, 52, 0.68) url(../img/socio/mobile/img.jpg) top no-repeat;
    background-size: cover;
    background-blend-mode: hard-light;
  }

  .socio .modal-donaciones .mobile__padding {
    padding: 98px 20px 200px;
  }

  .socio .modal-donaciones .mobile .title_fz11,
  .socio .modal-donaciones .mobile .title_fz42 {
    color: #f9f5ef;
  }

  .socio .modal-donaciones .mobile__bg {
    background-color: #a4a3ea;
    padding: 0 26px;
  }

  .socio .modal-donaciones .mobile__bg .text_fz16_fw500 {
    padding-top: 0;
  }

  .socio .modal-donaciones .mobile__bg .how-can__info {
    margin-top: 0;
  }

  .socio .modal-donaciones .mobile__bg .how-can__info_p {
    background-color: #a4a3ea;
  }

  .socio .modal-donaciones .mobile__bg .how-can__info-2 {
    padding-bottom: 24px;
  }

  .socio .modal-donaciones .mobile__bg .donaciones__column-1 {
    padding-top: 24px;
  }

  .socio .modal-donaciones .mobile-none {
    display: none;
  }

  .socio .modal-donaciones .mobile__tab {
    width: auto;
  }

  .socio .modal-donaciones .mobile_tablinks {
    margin-right: 30px;
  }

  .socio .modal-donaciones .modal-donaciones__column-2 {
    width: 100%;
    background-color: #f9f5ef;
    margin: 0;
  }

  .socio .modal-donaciones .modal-donaciones__column-2 .mobile__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 140px);
    justify-content: space-between;
    padding-bottom: 49px;
  }

  .socio .modal-donaciones .modal-donaciones__column-2 .mb {
    margin-bottom: 0;
  }

  .socio .modal-donaciones .modal-donaciones__column-2 .how-can__info_span {
    background-position: 100% 18px;
  }

  .socio .modal-donaciones .modal-donaciones__column-2 .how-can__info_p {
    background-color: #f9f5ef;
  }

  .socio .modal-donaciones .modal-donaciones__content .ayudamos__bg-mobile {
    background-color: #83cfd0;
    padding: 0 28px 60px;
    position: relative;
  }

  .socio .modal-donaciones .modal-donaciones__content .ayudamos__bg-mobile .how-can__info_p {
    background-color: #83cfd0;
  }

  .socio .modal-donaciones .modal-donaciones__content .ayudamos__bg_img-mobile {
    position: absolute;
    top: 0;
    right: 28px;
  }

  .socio .modal-donaciones .modal-donaciones__content .text_fz16_fw500 {
    padding-top: 32px;
  }

  .socio .modal-donaciones .modal-donaciones__column-3 {
    width: auto;
    background-color: #f9f5ef;
    border-radius: 0;
  }

  .socio .modal-donaciones .modal-donaciones__column-3 .how-can__info_span {
    background-position: 100% 18px;
  }

  .socio .modal-donaciones .modal-donaciones__column-3 .how-can__info_p {
    background-color: #f9f5ef;
  }
}

@media (max-width: 991.98px) {
  .socio .modal-donaciones .modal-donaciones__column-2 .how-can__info_span,
  .socio .modal-donaciones .modal-donaciones__column-3 .how-can__info_span {
    background-position: 100% 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .socio .modal-donaciones .how-can__info {
    margin-top: 24px;
  }

  .socio .modal-donaciones .how-can__info_span {
    background-position: 100% 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .socio .modal-donaciones .how-can__info button {
    border: none;
  }
}

.voluntario .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-blend-mode: hard-light;
}

.voluntario .hero__padding {
  padding: 87px 0 100px;
}

.voluntario .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.voluntario .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.01em;
  color: #f9f5ef;
}

@media (max-width: 767.98px) {
  .voluntario .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.voluntario .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.voluntario .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.voluntario .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.voluntario .main-descr {
  padding: 56px 0 80px;
}

.voluntario .main-descr__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.voluntario .main-descr .wrapper-text_descr {
  max-width: 614px;
}

@media (max-width: 991.98px) {
  .voluntario .main-descr .main-descr__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .voluntario .main-descr .main-descr__column {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .voluntario .main-descr {
    padding: 0 0 32px;
  }
}

.voluntario .tab {
  width: 100vw;
  overflow: hidden;
  border: none;
  background-color: #f9f5ef;
  justify-content: space-around;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  scrollbar-width: none;
}

.voluntario .tab::-webkit-scrollbar {
  width: 0 !important;
}

.voluntario .tab-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgba(23, 41, 52, 0.2);
}

.voluntario .tab_btn {
  background-color: #f9f5ef;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding-bottom: 12px;
  width: -moz-max-content;
  width: max-content;
  margin-right: 30px;
}

.voluntario .tab_btn:last-of-type {
  margin-right: 0;
}

.voluntario .active {
  border-bottom: 4px solid #e14286;
  font-weight: 800;
}

.voluntario .tab_content {
  padding-top: 56px;
  display: none;
  animation: e 1s;
}

@media (max-width: 767.98px) {
  .voluntario .tab_content {
    padding-top: 10px;
  }

  .voluntario .tab_btn {
    margin-right: 24px;
  }
}

.voluntario .years__tab {
  background: #83cfd0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .voluntario .years__tab {
    width: 100vw;
  }
}

.voluntario .years_tablinks {
  background: #83cfd0;
}

.voluntario .BabyPelones__tab {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 56px;
}

@media (max-width: 991.98px) {
  .voluntario .BabyPelones__tab {
    width: 100%;
  }
}

.voluntario .help-us .bottom-wave {
  z-index: 2;
  position: relative;
}

.voluntario .help-us .slick-arrow {
  display: none !important;
}

.voluntario .help-us__bg {
  background-color: #83cfd0;
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 80px;
}

@media (max-width: 767.98px) {
  .voluntario .help-us__bg {
    padding-bottom: 140px;
  }
}

.voluntario .help-us__bg .title {
  width: inherit;
  max-width: 614px;
  margin-bottom: 64px;
}

@media (max-width: 991.98px) {
  .voluntario .help-us__bg .title {
    font-size: 42px;
    line-height: 38px;
  }
}

.voluntario .help-us__carousel .slick-list {
  overflow: inherit;
}

.voluntario .help-us__carousel .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background-color: #83cfd0;
}

.voluntario .help-us__carousel_text {
  font-family: Avenir;
  font-size: 18px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 0.1em;
  margin-top: 24px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .voluntario .help-us__carousel_text {
    font-size: 11px;
    line-height: 16px;
    max-width: 185px;
  }
}

.voluntario .help-us__carousel_descr {
  font-family: Avenir;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.01em;
}

@media (max-width: 767.98px) {
  .voluntario .help-us__carousel_descr {
    font-size: 13px;
    line-height: 18px;
  }
}

.voluntario .help-us__slides {
  margin-right: 13px;
}

@media (max-width: 767.98px) {
  .voluntario .help-us__slides {
    width: 75vw !important;
  }
}

.voluntario .help-us__slides .btn_white {
  width: 153px;
  height: 42px;
}

@media (max-width: 767.98px) {
  .voluntario .help-us__slides .btn_white {
    font-size: 9px;
    line-height: 20px;
  }
}

.voluntario .help-us__carousel_img {
  border-radius: 6px;
}

@media (max-width: 767.98px) {
  .voluntario .help-us__carousel_img {
    max-width: 100%;
  }
}

.voluntario .hero h1 {
  font-size: 70px;
}

@media (max-width: 991.98px) {
  .voluntario .hero h1 {
    font-size: 52px;
    line-height: 46px;
    max-width: 300px;
  }

  .voluntario .hero p {
    font-size: 12px;
    line-height: 16px;
  }
}

.voluntario .main-descr .how-can__info_span {
  line-height: 29px;
}

.voluntario .grupos {
  overflow: hidden;
}

.voluntario .grupos__bg {
  padding: 56px 0 113px;
}

.voluntario .grupos__bg,
.voluntario .grupos__tab,
.voluntario .grupos_tablinks {
  background-color: #a4a3ea;
}

.voluntario .grupos__tab {
  padding-top: 48px;
}

.voluntario .grupos__wrapper {
  background-color: #e4e3f9;
  border-radius: 15px;
  padding: 49px 69px 55px;
  display: flex;
  gap: 77px;
  align-items: center;
}

.voluntario .grupos__column .title_fz16 {
  margin-bottom: 32px;
}

@media (max-width: 991.98px) {
  .voluntario .grupos__bg {
    padding-bottom: 70px;
  }

  .voluntario .grupos .slick-dots {
    bottom: -30px;
  }

  .voluntario .grupos .bottom-wave {
    background-color: #a4a3ea;
  }

  .voluntario .grupos .tab-box:after {
    width: 100vw;
  }

  .voluntario .grupos__wrapper {
    padding: 20px 10px;
    gap: 16px;
  }

  .voluntario .grupos__column .title_fz16 {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 8px;
  }

  .voluntario .grupos__column .text_fz20 {
    font-size: 16px;
    line-height: 22px;
  }
}

.voluntario .grupos .help-us .movie-desc {
  display: inline;
}

.voluntario .grupos .help-us .how-can__info {
  position: relative;
  max-width: 492px;
}

.voluntario .grupos .help-us__container {
  padding-top: 64px;
}

.voluntario .grupos .help-us__carousel .title_fz16,
.voluntario .grupos .help-us__carousel .title_fz36 {
  margin-top: 24px;
}

.voluntario .grupos .help-us__carousel .slick-next,
.voluntario .grupos .help-us__carousel .slick-prev {
  display: none !important;
}

.voluntario .grupos .help-us__carousel .slick-list:before {
  background-color: #a4a3ea;
}

.voluntario .grupos .help-us__carousel .text_fz20 {
  padding-top: 16px;
  max-width: 492px;
}

@media (max-width: 991.98px) {
  .voluntario .grupos .help-us__container {
    padding-top: 40px;
  }

  .voluntario .grupos .help-us__carousel .title_fz16 {
    margin-top: 14px;
    font-size: 11px;
    line-height: 16px;
  }

  .voluntario .grupos .help-us__carousel .title_fz36 {
    margin-top: 8px;
    font-size: 28px;
    line-height: 24px;
  }

  .voluntario .grupos .help-us__carousel .text_fz20 {
    padding-top: 8px;
    font-size: 13px;
    line-height: 18px;
  }
}

@media (max-width: 767.98px) {
  .voluntario .grupos .help-us__carousel .title_fz36 {
    max-width: 180px;
  }

  .voluntario .grupos .help-us__carousel .btn {
    min-width: 103px;
  }

  .voluntario .grupos .help-us__carousel .btn_white {
    margin-top: 11px;
    width: 104px;
    height: 28px;
  }
}

.voluntario .read-more__link-wrap {
  display: block;
  margin-top: 16px;
}

.voluntario .read-more__link {
  font-weight: 800;
  color: #172934;
  padding-right: 20px;
  position: relative;
  font-size: 18px;
}

@media (max-width: 767.98px) {
  .voluntario .read-more__link {
    font-size: 13px;
  }
}

.voluntario .read-more__link:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.995.505a.7.7 0 0 1 0 .99l-.433-.433.433.433-.046.046-.129.128a115.605 115.605 0 0 1-1.903 1.84A40.416 40.416 0 0 1 7.365 4.91a9.1 9.1 0 0 1-.628.493c-.091.063-.188.125-.283.174-.065.034-.24.123-.454.123-.213 0-.389-.09-.454-.123a2.585 2.585 0 0 1-.283-.174c-.183-.128-.4-.3-.628-.493a40.416 40.416 0 0 1-1.552-1.4A102.704 102.704 0 0 1 1.18 1.669l-.129-.128-.045-.045v-.001L1.5 1l.495-.495.044.044.127.126A110.352 110.352 0 0 0 4.042 2.49c.529.498 1.065.987 1.495 1.35.184.154.34.279.463.369.123-.09.28-.215.463-.37.43-.362.966-.851 1.495-1.349A101.21 101.21 0 0 0 9.834.675l.127-.126.043-.043a.7.7 0 0 1 .991-.001zM5.812 4.333c-.018.007-.019.01 0 0zM1.005.505a.7.7 0 0 1 .99 0L1.5 1l-.495.495a.7.7 0 0 1 0-.99z' fill='%23172934'/%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.voluntario [data-clicked="true"] {
  display: inline-block;
  margin-left: 0;
}

.voluntario [data-clicked="true"]:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.995.505a.7.7 0 0 1 0 .99l-.433-.433.433.433-.046.046-.129.128a115.605 115.605 0 0 1-1.903 1.84A40.416 40.416 0 0 1 7.365 4.91a9.1 9.1 0 0 1-.628.493c-.091.063-.188.125-.283.174-.065.034-.24.123-.454.123-.213 0-.389-.09-.454-.123a2.585 2.585 0 0 1-.283-.174c-.183-.128-.4-.3-.628-.493a40.416 40.416 0 0 1-1.552-1.4A102.704 102.704 0 0 1 1.18 1.669l-.129-.128-.045-.045v-.001L1.5 1l.495-.495.044.044.127.126A110.352 110.352 0 0 0 4.042 2.49c.529.498 1.065.987 1.495 1.35.184.154.34.279.463.369.123-.09.28-.215.463-.37.43-.362.966-.851 1.495-1.349A101.21 101.21 0 0 0 9.834.675l.127-.126.043-.043a.7.7 0 0 1 .991-.001zM5.812 4.333c-.018.007-.019.01 0 0zM1.005.505a.7.7 0 0 1 .99 0L1.5 1l-.495.495a.7.7 0 0 1 0-.99z' fill='%23172934'/%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(180deg);
}

.voluntario .necesitac__bg {
  padding: 56px 0 38px;
  background-color: #ffb800;
}

.voluntario .necesitac__wrapper {
  display: flex;
  justify-content: space-between;
}

.voluntario .necesitac__wrapper.center {
  display: flex;
  justify-content: center;
}

.voluntario .necesitac__descr {
  max-width: 510px;
}

.voluntario .necesitac__descr .mb32 {
  margin-bottom: 32px;
}

.voluntario .necesitac__descr .mb16 {
  margin-top: 40px;
  margin-bottom: 16px;
}

.voluntario .necesitac__descr .how-can__info_span {
  font-size: 16px;
  line-height: 26px;
}

.voluntario .necesitac_link {
  display: flex;
  gap: 17px;
  padding-top: 8px;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.voluntario .necesitac_link:hover {
  color: #172934;
}

@media (max-width: 991.98px) {
  .voluntario .necesitac__wrapper {
    flex-direction: column;
    gap: 24px;
  }

  .voluntario .necesitac .title_fz120 {
    font-size: 36px;
    line-height: 32px;
  }
}

.voluntario .help-us {
  color: #172934;
}

.voluntario .help-us__bg {
  background-color: #f9f5ef;
}

.voluntario .help-us__bg .text_fz20 {
  max-width: 405px;
}

@media (max-width: 991.98px) {
  .voluntario .help-us__bg .text_fz20 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .voluntario .help-us__bg .text_fz20 {
    font-size: 16px;
    line-height: 22px;
  }
}

.voluntario .help-us .slick-list:before {
  background-color: #f9f5ef;
}

.voluntario .forma .title_fz52 {
  max-width: 492px;
  margin-bottom: 50px;
}

.voluntario .forma .form__pink {
  z-index: -1 !important;
}

.voluntario .forma .bottom-wave {
  background-color: #e14286;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .voluntario .forma {
    padding-top: 85px;
  }

  .voluntario .forma .title_fz52 {
    max-width: 492px;
    margin-bottom: 0;
  }

  .voluntario .forma .bottom-wave img {
    margin-top: 45px;
  }
}

@media (max-width: 767.98px) {
  .voluntario .forma .btn {
    min-width: 100%;
  }
}

.voluntario .projectos {
  padding: 0;
}

.voluntario .projectos .container {
  background-color: #83cfd0;
}

.voluntario .projectos__bg {
  padding-top: 56px;
  background-color: #83cfd0;
}

.voluntario .projectos__carousel {
  padding-bottom: 80px;
}

.voluntario .projectos__carousel .slick-list:before {
  background-color: #83cfd0;
}

.voluntario .projectos .slick-dots {
  bottom: 25px;
}

@media (max-width: 767.98px) {
  .voluntario .projectos__bg {
    padding: 24px 0 0;
  }
}

.voluntario .form {
  padding-top: 0;
}

.voluntario .form .btn_header_ml0 {
  padding-left: 30px;
}

.voluntario .form .bottom-wave {
  z-index: 2;
  position: absolute;
}

.voluntario .form .bottom-wave_awards img {
  background-color: #83cfd0;
  margin-top: 0;
}

.voluntario .form .pos-initial {
  position: static;
}

.voluntario .form__green-orange .title_fz52 {
  margin-top: 45px;
}

@media (max-width: 767.98px) {
  .voluntario .form .top-wave {
    background-color: #83cfd0;
  }

  .voluntario .form__column-1 {
    padding-top: 24px;
  }

  .voluntario .form__column-1 .wrapper-text_descr {
    padding-top: 16px;
    font-size: 13px;
    line-height: 18px;
  }

  .voluntario .form__column-1 .tas {
    text-align: start;
  }

  .voluntario .form__green-orange .title_fz52 {
    margin-bottom: 0;
  }
}

.losBabyPelones .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-blend-mode: hard-light;
}

.losBabyPelones .hero__padding {
  padding: 87px 0 100px;
}

.losBabyPelones .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.losBabyPelones .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (max-width: 767.98px) {
  .losBabyPelones .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.losBabyPelones .BabyPelones {
  padding: 32px 0 59px;
  overflow: hidden;
}

.losBabyPelones .BabyPelones .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.losBabyPelones .BabyPelones .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.losBabyPelones .BabyPelones .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.losBabyPelones .BabyPelones .media-md {
  display: none;
}

.losBabyPelones .BabyPelones__slide {
  padding: 0 20px 17px 18px;
  background-color: #fff;
  border-radius: 6px;
  margin: 0 6px;
}

.losBabyPelones .BabyPelones__slide_img {
  margin: auto;
}

.losBabyPelones .BabyPelones_price {
  font-family: HWT Artz;
  color: #172934;
  font-weight: 700;
  font-size: 31px;
  line-height: 32px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.losBabyPelones .BabyPelones__wrapper {
  margin-top: 13px;
  display: flex;
}

.losBabyPelones .BabyPelones .title_fz52 {
  margin: 0 auto;
  text-align: center;
  width: 611px;
}

.losBabyPelones .BabyPelones .slick-prev {
  left: -10px;
  top: 50%;
}

.losBabyPelones .BabyPelones .slick-next {
  top: 50%;
  right: 44px;
}

.losBabyPelones .BabyPelones .how-can__info {
  text-align: center;
  margin-top: 42px;
}

@media (max-width: 768px) {
  .losBabyPelones .BabyPelones__slide {
    display: block !important;
    margin: 0 auto;
    margin-top: 8px;
  }

  .losBabyPelones .BabyPelones .media-lg {
    display: none;
  }

  .losBabyPelones .BabyPelones .media-md {
    display: block;
  }

  .losBabyPelones .BabyPelones .title_fz52 {
    margin-left: 0;
    text-align: left;
  }

  .losBabyPelones .BabyPelones .btn_BabyPelones {
    font-size: 9px;
    line-height: 20px;
  }
}

.losBabyPelones .BabyPelones .BabyPelones_tablinks:last-of-type {
  margin-right: 0;
}

.losBabyPelones .tab {
  width: 100vw;
  overflow: hidden;
  border: none;
  background-color: #f9f5ef;
  justify-content: space-around;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  scrollbar-width: none;
}

.losBabyPelones .tab::-webkit-scrollbar {
  width: 0 !important;
}

.losBabyPelones .tab-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgba(23, 41, 52, 0.2);
}

.losBabyPelones .tab_btn {
  background-color: #f9f5ef;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding-bottom: 12px;
  width: -moz-max-content;
  width: max-content;
  margin-right: 30px;
}

.losBabyPelones .tab_btn:last-of-type {
  margin-right: 0;
}

.losBabyPelones .active {
  border-bottom: 4px solid #e14286;
  font-weight: 800;
}

.losBabyPelones .tab_content {
  padding-top: 56px;
  display: none;
  animation: e 1s;
}

@media (max-width: 767.98px) {
  .losBabyPelones .tab_content {
    padding-top: 10px;
  }

  .losBabyPelones .tab_btn {
    margin-right: 24px;
  }
}

.losBabyPelones .years__tab {
  background: #83cfd0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .losBabyPelones .years__tab {
    width: 100vw;
  }
}

.losBabyPelones .years_tablinks {
  background: #83cfd0;
}

.losBabyPelones .BabyPelones__tab {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 56px;
}

@media (max-width: 991.98px) {
  .losBabyPelones .BabyPelones__tab {
    width: 100%;
  }
}

.losBabyPelones .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.losBabyPelones .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.losBabyPelones .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.losBabyPelones .main-descr {
  padding: 56px 0 80px;
}

.losBabyPelones .main-descr__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.losBabyPelones .main-descr .wrapper-text_descr {
  max-width: 614px;
}

@media (max-width: 991.98px) {
  .losBabyPelones .main-descr .main-descr__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .losBabyPelones .main-descr .main-descr__column {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .losBabyPelones .main-descr {
    padding: 0 0 32px;
  }
}

.losBabyPelones .BabyPelones__slide_img {
  max-width: 100%;
  width: auto;
}

.losBabyPelones .hero__padding {
  padding-bottom: 100px;
}

.losBabyPelones .hero h1 {
  color: #f9f5ef;
  font-size: 80px;
  line-height: 70px;
}

@media (max-width: 991.98px) {
  .losBabyPelones .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.losBabyPelones .hero .btn_big {
  margin-top: 32px;
}

@media (max-width: 360px) {
  .losBabyPelones .hero {
    background-image: url(../img/losBabyPelones/img-mob.png) !important;
  }
}

.losBabyPelones .BabyPelones .slick-next,
.losBabyPelones .BabyPelones .slick-prev {
  display: none !important;
}

.losBabyPelones .BabyPelones__slide {
  margin-bottom: 40px;
}

.losBabyPelones .BabyPelones__wrapper {
  display: grid;
  grid-template-columns: 80px 100px;
  justify-content: space-between;
}

.losBabyPelones .BabyPelones .text_fz16_fw500 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

.losBabyPelones .BabyPelones_link {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  font-family: Avenir;
  margin-top: 8px;
  display: flex;
  gap: 8px;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #e14286;
}

.losBabyPelones .BabyPelones_link:hover {
  color: #e14286;
}

.losBabyPelones .BabyPelones .btn_BabyPelones {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  font-size: 11px;
  line-height: 15px;
}

@media (max-width: 991.98px) {
  .losBabyPelones .BabyPelones .how-can__info_span {
    font-size: 16px;
    line-height: 26px;
  }

  .losBabyPelones .BabyPelones__wrapper {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    grid-template-columns: 1fr;
    row-gap: 8px;
  }

  .losBabyPelones .BabyPelones .text_fz16_fw500 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .losBabyPelones .BabyPelones .btn_BabyPelones {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    font-size: 9px;
    line-height: 20px;
  }

  .losBabyPelones .BabyPelones_link {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }

  .losBabyPelones .BabyPelones__slide__wrapper {
    padding: 21px 0 22px;
    display: grid;
    grid-template-columns: 140px 140px;
    justify-content: space-between;
    column-gap: 20px;
  }

  .losBabyPelones .BabyPelones__slide_img {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }

  .losBabyPelones .BabyPelones__slide .text_fz16_fw500 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .losBabyPelones .BabyPelones .slick-slide {
    margin-left: 0;
    margin-top: 7px;
  }
}

.losBabyPelones .baby__wrapper {
  padding-bottom: 100 spx;
}

.losBabyPelones .baby__wrapper .title {
  text-align: start;
}

.losBabyPelones .baby__wrapper .title_fz120 {
  padding-bottom: 23px;
}

.losBabyPelones .baby .BabyPelones__slide_img {
  max-width: 100%;
  width: auto;
}

.losBabyPelones .baby__bg {
  padding: 153px 0 113px;
}

.losBabyPelones .baby .how-can__info {
  display: none;
}

.losBabyPelones .baby .btn_BabyPelones {
  font-size: 11px;
  line-height: 15px;
}

@media (max-width: 991.98px) {
  .losBabyPelones .baby .slick-track {
    top: -2px;
  }
}

@media (max-width: 767.98px) {
  .losBabyPelones .baby .btn_BabyPelones {
    font-size: 9px;
    line-height: 20px;
  }

  .losBabyPelones .baby__bg {
    padding: 40px 0 37px;
  }

  .losBabyPelones .baby__bg .title_fz120 {
    max-width: 300px;
  }

  .losBabyPelones .baby__carousel {
    padding-bottom: 0;
  }

  .losBabyPelones .baby__column__wrapper {
    margin-top: 57px;
  }

  .losBabyPelones .baby__wrapper {
    padding-bottom: 64px;
  }

  .losBabyPelones .baby .how-can__info {
    display: block;
    text-align: center;
    margin-top: 36px;
  }

  .losBabyPelones .baby .how-can__info_span {
    font-size: 16px;
    line-height: 26px;
  }

  .losBabyPelones .baby .text_fz20_baby {
    font-size: 16px;
    line-height: 22px;
  }
}

.losBabyPelones .baby .slick-slide {
  margin-left: 0;
  margin-top: 7px;
}

.losBabyPelones .main-descr {
  padding: 0;
}

.losBabyPelones .main-descr .top-wave {
  background-color: #83cfd0;
}

.losBabyPelones .main-descr__bg {
  padding: 40px 0;
  background-color: #e4e3f9;
}

.losBabyPelones .main-descr__wrapper {
  padding-top: 64px;
  align-items: flex-start;
}

@media (max-width: 991.98px) {
  .losBabyPelones .main-descr__wrapper {
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  .losBabyPelones .main-descr .wrapper-text_descr {
    padding-top: 0;
  }

  .losBabyPelones .main-descr .title_fz70 {
    font-size: 36px;
    line-height: 32px;
  }

  .losBabyPelones .main-descr .bottom-wave {
    background-color: #e4e3f9;
  }
}

.losBabyPelones .herous {
  overflow: hidden;
}

.losBabyPelones .herous__bg {
  background-color: #a4a3ea;
  padding: 48px 0 57px;
}

.losBabyPelones .herous .title_fz52 {
  width: 614px;
  margin: 0 auto;
  text-align: center;
}

.losBabyPelones .herous .BabyPelones__slide_img {
  width: 183px;
  height: 180px;
}

.losBabyPelones .herous .slick-slide img {
  margin: 0 auto;
}

.losBabyPelones .herous__tab {
  background-color: #a4a3ea;
  padding-top: 40px;
}

.losBabyPelones .herous_tablinks {
  background-color: #a4a3ea;
}

.losBabyPelones .herous .how-can__info {
  padding-top: 40px;
  text-align: center;
}

.losBabyPelones .herous .how-can__info_span {
  font-size: 16px;
  line-height: 26px;
}

.losBabyPelones .herous .btn_BabyPelones {
  font-size: 11px;
  line-height: 15px;
}

@media (max-width: 991.98px) {
  .losBabyPelones .herous .btn_BabyPelones {
    font-size: 9px;
    line-height: 20px;
  }

  .losBabyPelones .herous .herous__tab {
    padding-left: 16px;
  }

  .losBabyPelones .herous .how-can__info {
    padding-top: 32px;
    text-align: right;
  }

  .losBabyPelones .herous .slick-dots {
    bottom: -49px;
    left: 10%;
  }

  .losBabyPelones .herous .BabyPelones__slide {
    padding: 2px 4px 8px 5px;
  }

  .losBabyPelones .herous .text_fz16_fw500 {
    padding-top: 20px;
  }

  .losBabyPelones .herous .BabyPelones__slide__wrapper {
    column-gap: 36px;
    padding: 0;
  }

  .losBabyPelones .herous .BabyPelones_link,
  .losBabyPelones .herous .BabyPelones_link img {
    display: inline-block;
  }

  .losBabyPelones .herous .slick-slide {
    margin-left: 12px;
  }

  .losBabyPelones .herous .slick-list {
    overflow: inherit;
    position: relative;
  }

  .losBabyPelones .herous .slick-list:before {
    background-color: #a4a3ea;
  }
}

.losBabyPelones .descubre {
  overflow: hidden;
}

.losBabyPelones .descubre__bg {
  padding: 48px 0 52px;
  background-color: #fc7861;
}

.losBabyPelones .descubre .title_fz52 {
  width: 614px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 32px;
}

.losBabyPelones .descubre .how-can__info {
  padding-top: 40px;
  text-align: center;
}

.losBabyPelones .descubre .how-can__info_span {
  font-size: 16px;
  line-height: 26px;
}

.losBabyPelones .descubre .top-wave {
  background-color: #a4a3ea;
}

.losBabyPelones .descubre .slick-list:before {
  background-color: #fc7861;
}

.losBabyPelones .descubre .btn_BabyPelones {
  font-size: 11px;
  line-height: 15px;
}

@media (max-width: 991.98px) {
  .losBabyPelones .descubre .btn_BabyPelones {
    font-size: 9px;
    line-height: 20px;
  }

  .losBabyPelones .descubre .how-can__info {
    padding-top: 32px;
    text-align: right;
  }

  .losBabyPelones .descubre .slick-dots {
    bottom: -49px;
    left: 10%;
  }

  .losBabyPelones .descubre .BabyPelones__slide {
    padding: 2px 4px 8px 5px;
  }

  .losBabyPelones .descubre .text_fz16_fw500 {
    padding-top: 20px;
  }

  .losBabyPelones .descubre .BabyPelones__slide__wrapper {
    column-gap: 36px;
    padding: 0;
  }

  .losBabyPelones .descubre .BabyPelones_link,
  .losBabyPelones .descubre .BabyPelones_link img {
    display: inline-block;
  }

  .losBabyPelones .descubre .slick-slide {
    margin-left: 12px;
  }

  .losBabyPelones .descubre .slick-list {
    overflow: inherit;
    position: relative;
  }
}

.losBabyPelones .hazte-socio__bg {
  background-color: #ffb800;
  padding: 28px 0 69px;
}

.losBabyPelones .hazte-socio__wrapper {
  display: flex;
  justify-content: space-between;
}

.losBabyPelones .hazte-socio__wrapper .title_fz120 {
  padding-top: 46px;
}

.losBabyPelones .hazte-socio__wrapper .text_fz20 {
  padding: 24px 0 32px;
  max-width: 480px;
}

@media (max-width: 991.98px) {
  .losBabyPelones .hazte-socio__bg {
    padding: 24px 0 39px;
  }

  .losBabyPelones .hazte-socio__wrapper {
    flex-direction: column;
  }

  .losBabyPelones .hazte-socio__wrapper .title_fz120 {
    font-size: 38px;
    line-height: 34px;
    text-align: center;
  }

  .losBabyPelones .hazte-socio__wrapper .text_fz20 {
    padding: 12px 0 27px;
    text-align: center;
    margin: auto;
  }

  .losBabyPelones .hazte-socio__wrapper .btn {
    margin: 0 auto;
  }

  .losBabyPelones .hazte-socio_img {
    margin: 0 auto;
    margin-top: 40px;
  }
}

.consola .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-blend-mode: hard-light;
}

.consola .hero__padding {
  padding: 87px 0 100px;
}

.consola .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.consola .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.01em;
  color: #f9f5ef;
}

@media (max-width: 767.98px) {
  .consola .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.consola .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.consola .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.consola .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.consola .main-descr {
  padding: 56px 0 80px;
}

.consola .main-descr__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.consola .main-descr .wrapper-text_descr {
  max-width: 614px;
}

@media (max-width: 991.98px) {
  .consola .main-descr .main-descr__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .consola .main-descr .main-descr__column {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .consola .main-descr {
    padding: 0 0 32px;
  }
}

.consola .help-us .bottom-wave {
  z-index: 2;
  position: relative;
}

.consola .help-us .slick-arrow {
  display: none !important;
}

.consola .help-us__bg {
  background-color: #83cfd0;
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 80px;
}

@media (max-width: 767.98px) {
  .consola .help-us__bg {
    padding-bottom: 140px;
  }
}

.consola .help-us__bg .title {
  width: inherit;
  max-width: 614px;
  margin-bottom: 64px;
}

@media (max-width: 991.98px) {
  .consola .help-us__bg .title {
    font-size: 42px;
    line-height: 38px;
  }
}

.consola .help-us__carousel .slick-list {
  overflow: inherit;
}

.consola .help-us__carousel .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background-color: #83cfd0;
}

.consola .help-us__carousel_text {
  font-family: Avenir;
  font-size: 18px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 0.1em;
  margin-top: 24px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .consola .help-us__carousel_text {
    font-size: 11px;
    line-height: 16px;
    max-width: 185px;
  }
}

.consola .help-us__carousel_descr {
  font-family: Avenir;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.01em;
}

@media (max-width: 767.98px) {
  .consola .help-us__carousel_descr {
    font-size: 13px;
    line-height: 18px;
  }
}

.consola .help-us__slides {
  margin-right: 13px;
}

@media (max-width: 767.98px) {
  .consola .help-us__slides {
    width: 75vw !important;
  }
}

.consola .help-us__slides .btn_white {
  width: 153px;
  height: 42px;
}

@media (max-width: 767.98px) {
  .consola .help-us__slides .btn_white {
    font-size: 9px;
    line-height: 20px;
  }
}

.consola .help-us__carousel_img {
  border-radius: 6px;
}

@media (max-width: 767.98px) {
  .consola .help-us__carousel_img {
    max-width: 100%;
  }
}

.consola .green__bg {
  background-color: #83cfd0;
  padding: 100px 0;
}

.consola .green__wrapper {
  display: flex;
  justify-content: space-between;
}

.consola .green__descr {
  padding-bottom: 35px;
  max-width: 403px;
}

.consola .green__descr .text_fz20 {
  margin-top: 24px;
}

.consola .green__column {
  position: relative;
  overflow: hidden;
  max-width: 509px;
}

.consola .green .slick-slide img {
  width: 100%;
}

.consola .green .slick-next {
  bottom: -80px;
  right: 0;
}

.consola .green .slick-prev {
  bottom: -80px;
  right: 140px;
}

.consola .green .bien__number {
  bottom: -54px;
  right: 87px;
}

@media (max-width: 991.98px) {
  .consola .green__bg {
    padding: 50px 0 32px;
  }

  .consola .green__wrapper {
    flex-direction: column;
  }

  .consola .green__descr {
    order: 1;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .consola .green__descr .title_fz52 {
    font-size: 36px;
    line-height: 32px;
  }

  .consola .green__descr .text_fz20 {
    font-size: 16px;
    line-height: 22px;
  }

  .consola .green__column {
    order: 0;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .consola .green__column {
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .consola .hero p {
    font-size: 12px;
    line-height: 16px;
  }
}

.consola .hacerlo {
  padding: 26px 0 68px;
}

.consola .hacerlo .title_fz70 {
  text-align: center;
  margin-bottom: 24px;
}

.consola .hacerlo .text_fz20 {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.consola .hacerlo__wrapper {
  padding-top: 64px;
  display: grid;
  grid-template-columns: repeat(4, 300px);
  column-gap: 12px;
  row-gap: 12px;
}

.consola .hacerlo__wrapper.more {
  grid-template-columns: repeat(3, 33%);
}

.consola .hacerlo__card {
  background-color: #fff;
  padding: 16px;
  border-radius: 20px;
  text-align: center;
  height: 100%;
}

.consola .hacerlo__card .description-title {
  margin-top: 8px;
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  /* or 138% */

  letter-spacing: -0.01em;

  /* TURQUESA OSCURO */

  color: #172934;
}

.consola .hacerlo__card .mt32 {
  margin-top: 32px;
  margin-bottom: 4px;
}

.consola .hacerlo__card .btn_hacerlo {
  margin-top: 32px;
  min-width: 100%;
}

.consola .hacerlo__card .title_fz28 {
  margin-top: 16px;
}

.consola .hacerlo__card .pink,
.consola .hacerlo__card .pink:hover {
  color: #e14286;
}

.consola .hacerlo__card_text {
  position: relative;
  margin-top: 16px;
  border: 1px solid rgba(80, 80, 80, 0.4);
  border-radius: 6px;
  padding: 28px 20px 20px;
  text-align: start;
}

.consola .hacerlo .how-can__info_p {
  display: block;
  margin-top: 8px;
}

.consola .hacerlo .how-can__info_span {
  background-position: 100% 11px;
  font-size: 13px;
  line-height: 18px;
}

.consola .hacerlo .hacerlo__card_text > .is-expanded-consola {
  display: block;
  margin-top: 25px;
}

.consola .hacerlo .read-more__link-consola {
  font-weight: 800;
  color: #172934;
  margin-left: 10px;
  padding-right: 20px;
  position: absolute;
  top: 15px;
  left: 8px;
  width: 90%;
  text-transform: uppercase;
}

.consola .hacerlo .read-more__link-consola:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  z-index: 1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.995.505a.7.7 0 0 1 0 .99l-.433-.433.433.433-.046.046-.129.128a115.605 115.605 0 0 1-1.903 1.84A40.416 40.416 0 0 1 7.365 4.91a9.1 9.1 0 0 1-.628.493c-.091.063-.188.125-.283.174-.065.034-.24.123-.454.123-.213 0-.389-.09-.454-.123a2.585 2.585 0 0 1-.283-.174c-.183-.128-.4-.3-.628-.493a40.416 40.416 0 0 1-1.552-1.4A102.704 102.704 0 0 1 1.18 1.669l-.129-.128-.045-.045v-.001L1.5 1l.495-.495.044.044.127.126A110.352 110.352 0 0 0 4.042 2.49c.529.498 1.065.987 1.495 1.35.184.154.34.279.463.369.123-.09.28-.215.463-.37.43-.362.966-.851 1.495-1.349A101.21 101.21 0 0 0 9.834.675l.127-.126.043-.043a.7.7 0 0 1 .991-.001zM5.812 4.333c-.018.007-.019.01 0 0zM1.005.505a.7.7 0 0 1 .99 0L1.5 1l-.495.495a.7.7 0 0 1 0-.99z' fill='%23172934'/%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.consola .hacerlo [data-clicked="true"] {
  display: inline-block;
  margin-left: 0;
  left: 18px;
}

.consola .hacerlo [data-clicked="true"]:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.995.505a.7.7 0 0 1 0 .99l-.433-.433.433.433-.046.046-.129.128a115.605 115.605 0 0 1-1.903 1.84A40.416 40.416 0 0 1 7.365 4.91a9.1 9.1 0 0 1-.628.493c-.091.063-.188.125-.283.174-.065.034-.24.123-.454.123-.213 0-.389-.09-.454-.123a2.585 2.585 0 0 1-.283-.174c-.183-.128-.4-.3-.628-.493a40.416 40.416 0 0 1-1.552-1.4A102.704 102.704 0 0 1 1.18 1.669l-.129-.128-.045-.045v-.001L1.5 1l.495-.495.044.044.127.126A110.352 110.352 0 0 0 4.042 2.49c.529.498 1.065.987 1.495 1.35.184.154.34.279.463.369.123-.09.28-.215.463-.37.43-.362.966-.851 1.495-1.349A101.21 101.21 0 0 0 9.834.675l.127-.126.043-.043a.7.7 0 0 1 .991-.001zM5.812 4.333c-.018.007-.019.01 0 0zM1.005.505a.7.7 0 0 1 .99 0L1.5 1l-.495.495a.7.7 0 0 1 0-.99z' fill='%23172934'/%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(180deg);
}

.consola .hacerlo .movie-desc-consola {
  display: inline;
}

@media (max-width: 1440px) {
  .consola .hacerlo__wrapper {
    grid-template-columns: repeat(2, 300px);
    row-gap: 32px;
    justify-content: center;
  }

  .consola .hacerlo__wrapper.more {
    grid-template-columns: repeat(2, 50%);
  }
}

@media (max-width: 767.98px) {
  .consola .hacerlo .title_fz70 {
    font-size: 42px;
    line-height: 38px;
    text-align: start;
  }

  .consola .hacerlo .text_fz20 {
    font-size: 16px;
    line-height: 24px;
    text-align: start;
    margin: 0;
  }

  .consola .hacerlo .text_fz28 {
    font-size: 28px;
    line-height: 24px;
  }

  .consola .hacerlo__wrapper {
    grid-template-columns: 300px;
    row-gap: 32px;
  }

  .consola .hacerlo__wrapper.more {
    grid-template-columns: 300px;
  }
}

.consola .help-us__carousel_descr,
.consola .help-us__carousel_text {
  color: #172934;
}

.consola .help-us__bg {
  background-color: #a4a3ea;
}

.consola .help-us__bg .text_fz20 {
  max-width: 405px;
}

@media (max-width: 991.98px) {
  .consola .help-us .title_fz70 {
    font-size: 42px;
    line-height: 38px;
    margin-bottom: 16px;
  }

  .consola .help-us .text_fz20 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}

.consola .help-us__carousel1 .slick-list {
  overflow: inherit;
}

.consola .help-us__carousel1 .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background-color: #a4a3ea;
}

.consola .green__bg {
  background-color: #f9f5ef;
}

.consola .projectos {
  padding: 0;
}

.consola .projectos .container,
.consola .projectos__bg {
  background-color: #83cfd0;
}

.consola .projectos__bg {
  padding-top: 56px;
}

.consola .projectos__carousel {
  padding-bottom: 80px;
}

.consola .projectos__carousel .slick-list:before {
  background-color: #83cfd0;
}

.consola .projectos .slick-dots {
  bottom: 25px;
}

@media (max-width: 767.98px) {
  .consola .projectos {
    padding: 0;
  }

  .consola .projectos__bg {
    padding: 24px 0 32px;
  }
}

.consola .form {
  padding-top: 0;
}

.consola .form .bottom-wave {
  z-index: 2;
  position: absolute;
}

.consola .form .bottom-wave_awards img {
  background-color: #83cfd0;
  margin-top: 0;
}

.consola .form .top-wave {
  background-color: #83cfd0;
}

.consola .form .pos-initial {
  position: static;
}

.consola .form__green-orange .title_fz52 {
  margin-top: 45px;
}

@media (max-width: 767.98px) {
  .consola .form__column-1 {
    padding-top: 24px;
  }

  .consola .form__column-1 .wrapper-text_descr {
    padding-top: 16px;
    font-size: 13px;
    line-height: 18px;
  }

  .consola .form__column-1 .tas {
    text-align: start;
  }

  .consola .form__green-orange .title_fz52 {
    margin-bottom: 0;
  }
}

.hazte-jueg {
  color: #172934;
}

.hazte-jueg .main-title {
  padding-top: 40px;
  position: relative;
}

.hazte-jueg .main-title .container {
  position: relative;
}

.hazte-jueg .main-title .title_fz80 {
  text-align: center;
}

.hazte-jueg .main-title .salir {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-family: Avenir, sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(30, 50, 56, 0.5);
}

@media (max-width: 991.98px) {
  .hazte-jueg .main-title .title_fz80 {
    font-size: 36px;
    line-height: 32px;
  }

  .hazte-jueg .main-title .text_fz20 {
    font-size: 16px;
    line-height: 22px;
  }

  .hazte-jueg .main-title .salir {
    font-size: 12px;
    line-height: 16px;
    right: 16px;
  }
}

.hazte-jueg .steps {
  padding-top: 48px;
}

@media (max-width: 767.98px) {
  .hazte-jueg .steps {
    padding-top: 32px;
  }
}

.hazte-jueg .steps .breadcrumbs {
  margin-bottom: 72px;
}

@media (max-width: 767.98px) {
  .hazte-jueg .steps .breadcrumbs {
    margin-bottom: 40px;
  }
}

.hazte-jueg .steps .breadcrumbs .active span {
  background-color: #e14286;
  color: #fff;
}

.hazte-jueg .steps .breadcrumbs li {
  position: relative;
}

.hazte-jueg .steps .breadcrumbs li:first-child::before,
.hazte-jueg .steps .breadcrumbs li:nth-child(2):before {
  content: "";
  position: absolute;
  width: 135px;
  height: 2px;
  background-color: #e14286;
  top: 50%;
  transform: translate(-50%);
  left: 114px;
}

.hazte-jueg .steps .breadcrumbs li span {
  color: #e14286;
  font-family: HWT Artz;
  font-weight: 700;
  font-size: 26px;
  line-height: 37px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  background-color: #fff;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  display: block;
  text-align: center;
  padding: 6px 0;
}

.hazte-jueg .steps .d-flex {
  justify-content: center;
  gap: 137px;
}

@media (max-width: 767.98px) {
  .hazte-jueg .steps .d-flex {
    gap: 36px;
  }

  .hazte-jueg .steps .breadcrumbs li:first-child::before,
  .hazte-jueg .steps .breadcrumbs li:nth-child(2):before {
    content: "";
    width: 36px;
    left: 65px;
  }
}

.hazte-jueg .step-1 {
  padding-top: 128px;
}

.hazte-jueg .step-1 .margin {
  margin-top: 8px;
  margin-bottom: 24px;
}

.hazte-jueg .step-1 .margin:-ms-input-placeholder {
  font-family: Avenir, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.01em;
}

.hazte-jueg .step-1 .margin::placeholder {
  font-family: Avenir, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.01em;
}

@media (max-width: 767.98px) {
  .hazte-jueg .step-1 .margin:-ms-input-placeholder {
    font-size: 16px;
  }

  .hazte-jueg .step-1 .margin::placeholder {
    font-size: 16px;
  }
}

.hazte-jueg .step-1 .persona .title_fz52 {
  margin-bottom: 0;
}

.hazte-jueg .step-1 .persona [type="date"] {
  background: #fff url(../img/hazte-jueg/calendar.svg) 97% 50% no-repeat;
}

.hazte-jueg .step-1 .persona [type="date"]::-webkit-inner-spin-button {
  display: none;
}

.hazte-jueg .step-1 .persona [type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

@media (max-width: 767.98px) {
  .hazte-jueg .step-1 .organización .title_fz52,
  .hazte-jueg .step-1 .persona .title_fz52 {
    text-align: center;
    width: inherit;
    max-width: inherit;
    font-size: 28px;
  }
}

.hazte-jueg .ayuda {
  margin-top: 64px;
}

.hazte-jueg .ayuda__bg {
  padding-top: 7px;
  padding-bottom: 73px;
  background-color: #83cfd0;
}

.hazte-jueg .ayuda__bg__link {
  margin: 0 auto;
  max-width: 360px;
}

.hazte-jueg .ayuda__bg__link a img {
  margin-right: 18px;
}

.hazte-jueg .ayuda__bg__link .text_fz20,
.hazte-jueg .ayuda__bg__link .title_fz52 {
  margin-bottom: 20px;
}

.hazte-jueg .ayuda__bg__link .text_fz20_fw800 {
  text-align: left;
}

.hazte-jueg .ayuda__bg__link .text_fz20_fw800:hover {
  color: #172934;
}

@media (max-width: 767.98px) {
  .hazte-jueg .ayuda__bg {
    padding: 24px 0 32px;
  }
}

.hazte-jueg .step-2 .margin {
  margin-top: 8px;
}

.hazte-jueg .step-2 .text_fz20 {
  margin-top: 24px;
}

.hazte-jueg .step-2 .btn_step {
  margin-top: 48px;
}

.hazte-jueg .step-2 .gray {
  margin-top: 0 !important;
}

.hazte-jueg .step-2 .title_fz52 {
  margin-bottom: 0;
}

.hazte-jueg .step-2 .w93 {
  width: 93px;
}

.hazte-jueg .step-2 .w300 {
  width: 300px;
}

@media (max-width: 767.98px) {
  .hazte-jueg .step-2 .title_fz52 {
    text-align: center;
    margin: 0 auto 8px;
    font-size: 28px;
    line-height: 24px;
    width: inherit;
    max-width: inherit;
  }

  .hazte-jueg .step-2 .gray {
    margin: 0 !important;
  }

  .hazte-jueg .step-2 .w93 {
    width: 96px;
  }

  .hazte-jueg .step-2 .w300 {
    width: 216px;
  }
}

.hazte-jueg .step-3 .title_fz52 {
  margin-bottom: 0;
}

.hazte-jueg .step-3 .text_fz20 {
  margin-bottom: 8px;
}

.hazte-jueg .step-3 .mt16 {
  margin-top: 16px;
}

.hazte-jueg .step-3 .mt24 {
  margin-top: 24px;
}

.hazte-jueg .step-3 .step-box {
  color: rgba(30, 50, 56, 0.5);
  margin-bottom: 24px;
}

.hazte-jueg .step-3 .w93 {
  width: 93px;
}

.hazte-jueg .step-3 .w300 {
  width: 300px;
}

.hazte-jueg .step-3 .input__wrapper {
  margin-bottom: 22px;
}

.hazte-jueg .step-3 .btn_step {
  margin-top: 30px;
}

.hazte-jueg .step-3__check a,
.hazte-jueg .step-3__check a:hover {
  color: #e14286;
}

.hazte-jueg .step-3__check .checkmark {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(80, 80, 80, 0.4);
  border-radius: 4px;
  top: 2px;
}

.hazte-jueg .step-3__check .checkmark:after {
  left: 7px !important;
  top: 3px !important;
  width: 5px !important;
  height: 10px !important;
  border: solid #e14286;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  border-radius: 0 !important;
  background: none !important;
}

@media (max-width: 767.98px) {
  .hazte-jueg .step-3 .title_fz52 {
    margin: 0 auto;
    text-align: center;
    width: inherit;
    max-width: inherit;
  }

  .hazte-jueg .step-3 .tas {
    text-align: start;
  }

  .hazte-jueg .step-3 .gray {
    margin-bottom: 32px;
  }

  .hazte-jueg .step-3 .mt16 {
    margin-top: 0;
  }
}

.hazte-jueg select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/hazte-jueg/vector.svg) #fff no-repeat center right 16px !important;
}

.hazte-jueg .step-flex {
  display: flex;
  justify-content: center;
  gap: 50px;
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
}

.hazte-jueg .step-flex.hidden {
  display: none;
  visibility: hidden;
}

.hazte-jueg .step-flex-into {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.hazte-jueg .step-box {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #172934;
  letter-spacing: -0.01em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hazte-jueg .step-box input:checked ~ .checkmark:after {
  display: block;
}

.hazte-jueg .step-box input {
  position: absolute;
  opacity: 0;
}

.hazte-jueg .step-box input:checked ~ .checkmark {
  background-color: #fff;
}

.hazte-jueg .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background: #fff;
  border: 1px solid #f2efe9;
  border-radius: 50%;
}

.hazte-jueg .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.hazte-jueg .step-box .checkmark:after {
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e14286;
}

.hazte-jueg .input__wrapper {
  display: flex;
  gap: 12px;
}

.hazte-jueg .gray {
  color: rgba(30, 50, 56, 0.5);
  margin-bottom: 32px;
}

.hazte-jueg .margin {
  background: #fff;
  border: 1px solid rgba(80, 80, 80, 0.4);
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  height: 52px;
  padding: 11px 18px;
  font-family: Avenir, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: rgba(30, 50, 56, 0.5);
}

.hazte-jueg .btn_step {
  margin-top: 24px;
  min-width: 100%;
  height: 50px;
}

@media (max-width: 767.98px) {
  .hazte-jueg .gray {
    padding-top: 8px;
    text-align: center;
  }

  .hazte-jueg .text_fz20 {
    font-size: 16px;
    line-height: 22px;
  }

  .hazte-jueg .margin {
    font-size: 16px;
    line-height: 30px;
  }

  .hazte-jueg .input__wrapper {
    gap: 16px;
  }

  .hazte-jueg .input__wrapper input.w93 {
    width: 30% !important;
  }

  .hazte-jueg .input__wrapper input.w300 {
    width: 70% !important;
  }

  .hazte-jueg .step-box {
    font-size: 16px;
    line-height: 22px;
  }
}

.hazte-jueg .main-step {
  max-width: 406px;
  margin: 0 auto;
}

.hazte-jueg .main-step .title {
  margin-bottom: 0;
}

.hazte-jueg .registration-visible {
  display: block;
  visibility: visible;
}

.hazte-jueg .main-step:not(.registration-visible) {
  display: none !important;
  visibility: hidden !important;
}

.hazte-jueg .error-block {
  display: none;
}

.hazte-jueg .invalid-adecuado,
.hazte-jueg .invalid-none {
  display: none;
  color: #e14286;
}

.hazte-jueg input.error {
  background: rgba(225, 66, 134, 0.1);
  border: 1px solid #e14286;
  color: #e14286;
}

.hazte-jueg input.error ~ .invalid-none {
  display: block;
  margin-top: -20px;
  margin-bottom: 20px;
}

.hazte-jueg form {
  display: none;
  visibility: hidden;
}

.hazte-jueg form.active {
  display: block;
  visibility: visible;
}

.hazte-jueg .btn_step.unactive {
  background: #f6c6db;
  pointer-events: none;
}

.hazte-jueg .step-3__block {
  display: none;
  visibility: hidden;
}

.hazte-jueg .step-3__block.active {
  display: block;
  visibility: visible;
}

.error-block-top {
  background: rgba(225, 66, 134, 0.1);
  border-radius: 6px;
  padding: 20px 70px;
  margin-bottom: 32px;
}

.error-block-top p {
  color: #e14286;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.01em;
}

.error-block-top.hidden {
  display: none;
  visibility: hidden;
}

.gray-text {
  margin-bottom: 32px;
  margin-top: 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #1e323880;
}

.finish input.margin {
  color: #172934;
  margin-bottom: 24px;
}

.BabyPelon .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  color: #fff;
}

.BabyPelon .hero.new-bg {
  background-image: unset;
  background-color: rgba(23, 41, 52, 0.50);
  background: linear-gradient(to right bottom, rgba(23, 41, 52, 0.8) 0%, rgba(23, 41, 52, 0) 100%);
}

.BabyPelon .hero picture {
  display: flex;
  align-items: center;
  justify-content: center;
}

.BabyPelon .hero picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  z-index: -1;
  object-fit: cover;
  background-position: center;
}

.BabyPelon .hero__padding {
  padding: 87px 0 100px;
}

.BabyPelon .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.BabyPelon .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.01em;
  color: #f9f5ef;
}

@media (max-width: 767.98px) {
  .BabyPelon .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.BabyPelon .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.BabyPelon .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.BabyPelon .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.BabyPelon .main-descr {
  padding: 56px 0 80px;
}

.BabyPelon .main-descr__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991.98px) {
  .BabyPelon .main-descr .main-descr__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .BabyPelon .main-descr .main-descr__column {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .BabyPelon .main-descr {
    padding: 0 0 32px;
  }
}

.BabyPelon .BabyPelones {
  padding: 32px 0 59px;
  overflow: hidden;
}

.BabyPelon .BabyPelones .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.BabyPelon .BabyPelones .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.BabyPelon .BabyPelones .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.BabyPelon .BabyPelones .media-md {
  display: none;
}

.BabyPelon .BabyPelones__slide {
  padding: 0 20px 17px 18px;
  background-color: #fff;
  border-radius: 6px;
  margin: 0 6px;
}

.BabyPelon .BabyPelones__slide_img {
  max-width: 100%;
  margin: auto;
}

.BabyPelon .BabyPelones_price {
  font-family: HWT Artz;
  color: #172934;
  font-weight: 700;
  font-size: 31px;
  line-height: 32px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.BabyPelon .BabyPelones__wrapper {
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.BabyPelon .BabyPelones .title_fz52 {
  margin: 0 auto;
  text-align: center;
  width: 611px;
}

.BabyPelon .BabyPelones .slick-prev {
  left: -10px;
  top: 50%;
}

.BabyPelon .BabyPelones .slick-next {
  top: 50%;
  right: 44px;
}

.BabyPelon .BabyPelones .how-can__info {
  text-align: center;
  margin-top: 42px;
}

.BabyPelon .BabyPelones .btn_BabyPelones {
  font-size: 11px;
  line-height: 15px;
}

@media (max-width: 768px) {
  .BabyPelon .BabyPelones__slide {
    display: block;
    margin: 0 auto;
    margin-top: 8px;
  }

  .BabyPelon .BabyPelones .media-lg {
    display: none;
  }

  .BabyPelon .BabyPelones .media-md {
    display: block;
  }

  .BabyPelon .BabyPelones .title_fz52 {
    margin-left: 0;
    text-align: left;
  }

  .BabyPelon .BabyPelones .btn_BabyPelones {
    font-size: 9px;
    line-height: 20px;
  }
}

.BabyPelon .BabyPelones .BabyPelones_tablinks:last-of-type {
  margin-right: 0;
}

.BabyPelon .tab {
  width: 100vw;
  overflow: hidden;
  border: none;
  /*background-color: #f9f5ef;*/
  justify-content: space-around;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  scrollbar-width: none;
}

.BabyPelon .tab::-webkit-scrollbar {
  width: 0 !important;
}

.BabyPelon .tab-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgba(23, 41, 52, 0.2);
}

.BabyPelon .tab_btn {
  background-color: transparent;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding-bottom: 12px;
  width: -moz-max-content;
  width: max-content;
  margin-right: 30px;
}

.BabyPelon .tab_btn:last-of-type {
  margin-right: 0;
}

.BabyPelon .active {
  border-bottom: 4px solid #e14286;
  font-weight: 800;
}

.BabyPelon .tab_content {
  padding-top: 56px;
  display: none;
  animation: e 1s;
}

@media (max-width: 767.98px) {
  .BabyPelon .tab_content {
    padding-top: 10px;
  }

  .BabyPelon .tab_btn {
    margin-right: 24px;
  }
}

.BabyPelon .years__tab {
  background: #83cfd0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .BabyPelon .years__tab {
    width: 100vw;
  }
}

.BabyPelon .years_tablinks {
  background: #83cfd0;
}

.BabyPelon .BabyPelones__tab {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 56px;
}

@media (max-width: 991.98px) {
  .BabyPelon .BabyPelones__tab {
    width: 100%;
  }
}

.BabyPelon .playing__bg {
  padding: 100px 0;
  overflow: hidden;
  background-color: #a4a3ea;
}

.BabyPelon .playing__bg-video {
  cursor: pointer;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 411px;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.BabyPelon .playing__bg-video.play ~ .playing__bg-play {
  display: none;
}

.BabyPelon .playing__bg .playing__bg-play {
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.BabyPelon .playing__wrapper {
  display: grid;
  grid-template-columns: 626px 1fr;
  gap: 104px;
}

@media (max-width: 1200px) {
  .BabyPelon .playing__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.BabyPelon .playing .wrapper-text_descr {
  max-width: 523px;
}

.BabyPelon .playing .title_fz52 {
  max-width: 400px;
  width: inherit;
}

.BabyPelon .playing__column_video {
  max-width: 626px;
  max-height: 411px;
  height: 411px;
  position: relative;
}

@media (max-width: 991.98px) {
  .BabyPelon .playing .playing__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .BabyPelon .playing .playing__column_video {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .BabyPelon .playing__bg {
    padding: 24px 0 32px;
  }

  .BabyPelon .playing .title_fz52 {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 8px;
  }
}

.BabyPelon .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/babypelon1/image.png) top no-repeat;
  background-size: cover;
  position: relative;
  background-blend-mode: hard-light;
}

.BabyPelon .hero h1 {
  max-width: 690px;
}

.BabyPelon .hero p {
  margin-bottom: 56px;
  font-size: 12px;
  line-height: 16px;
}

.BabyPelon .hero .subtitle {
  margin-top: 16px;
  font-size: 12px;
  line-height: 16px;
  text-transform: none;
  font-weight: 500;
}

@media (max-width: 360px) {
  .BabyPelon .hero {
    background: rgba(23, 41, 52, 0.68) url(../img/babypelon1/image-mob.png) top no-repeat;
  }

  .BabyPelon .hero p {
    margin-bottom: 134px;
  }

  .BabyPelon .hero .subtitle {
    margin-bottom: 17px;
  }

  .BabyPelon .hero .hero__padding {
    padding: 92px 0 52px;
  }
}

.BabyPelon .main-descr {
  padding: 0;
}

.BabyPelon .main-descr__bg {
  background-color: #83cfd0;
  padding: 56px 0 85px;
}

.BabyPelon .main-descr .wrapper-text_descr {
  max-width: 614px;
}

.BabyPelon .main-descr .how-can__info {
  max-width: 270px;
}

.BabyPelon .main-descr .how-can__info_span {
  line-height: 27px;
}

@media (max-width: 767.98px) {
  .BabyPelon .main-descr .how-can__info_span {
    font-size: 14px;
    line-height: 24px;
    background-position: 100% 17px;
  }

  .BabyPelon .main-descr__bg {
    padding: 24px 0 34px;
  }

  .BabyPelon .main-descr .main-descr__column {
    margin: 0;
  }

  .BabyPelon .main-descr .main-descr__wrapper {
    gap: 40px;
  }
}

.BabyPelon .herous {
  overflow: hidden;
}

.BabyPelon .herous__bg {
  padding: 48px 0 98px;
}

.BabyPelon .herous .how-can__info_span {
  font-size: 16px;
  line-height: 22px;
}

.BabyPelon .herous .slick-next {
  right: -60px;
}

.BabyPelon .herous .slick-next,
.BabyPelon .herous .slick-prev {
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.07);
  top: calc(50% - 30px);
  transform: translate(-50%);
}

.BabyPelon .herous .slick-prev {
  left: 15px;
}

.BabyPelon .herous .tab-content {
  padding-top: 64px;
}

.tab-content-anchor-wrapper {
  display:flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 32px;
}

.tab-content-anchor-wrapper .how-can__info {
  padding-top: 0;
}

.tab-content-anchor-wrapper .how-can__info br {
  display: none;
}

.BabyPelon .herous .tab-content-anchor {
  padding-top: 120px;
}

.BabyPelon .herous .tab-content-anchor p:empty {
  display: none;
}

@media (max-width: 991.98px) {
  .BabyPelon .herous .tab-content-anchor {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.BabyPelon .herous .tab-content-anchor .tab-content-anchor-title {
  width: auto;
  text-align: left;
  margin-left: 14px;
}

@media (max-width: 991.98px) {
  .BabyPelon .herous .tab-content-anchor .tab-content-anchor-title {
    font-size: 28px;
    line-height: 24px;
  }
}

.BabyPelon .herous .text_fz16 {
  margin-top: 24px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 32px;
}

.BabyPelon .herous .btn_BabyPelones {
  min-width: 103px !important;
  max-width: 103px;
}

.BabyPelon .herous .title_fz52 {
  width: 614px;
  margin: 0 auto 32px;
  text-align: center;
}

.BabyPelon .herous .how-can__info {
  padding-top: 40px;
  text-align: center;
}

.BabyPelon .herous .BabyPelones__slide {
  margin-left: 12px;
  padding: 0 20px 10px 18px;
}

.BabyPelon .herous .BabyPelones__slide_img {
  max-width: 100%;
  width: auto;
  max-height: 180px;
}

.BabyPelon .herous .BabyPelones__slide .text_fz16 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .BabyPelon .herous .BabyPelon__tab {
    padding-left: 16px;
  }

  .BabyPelon .herous__bg {
    padding-bottom: 24px;
  }

  .BabyPelon .herous .title_fz52 {
    text-align: left;
    margin: 0;
  }

  .BabyPelon .herous .text_fz16 {
    text-align: start;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    margin: 0;
    padding-top: 30px !important;
  }

  .BabyPelon .herous .how-can__info {
    padding-top: 32px;
    text-align: right;
  }

  .BabyPelon .herous .how-can__info_span {
    font-size: 16px;
    line-height: 26px;
  }

  .BabyPelon .herous .slick-dots {
    bottom: -50px;
    /*left: 10%;*/
  }

  .BabyPelon .herous .BabyPelones__slide {
    padding: 2px 4px 8px 5px;
  }

  .BabyPelon .herous .BabyPelones__slide_img {
    width: auto;
  }

  .BabyPelon .herous .text_fz16_fw500 {
    padding-top: 20px;
  }

  .BabyPelon .herous .BabyPelones__slide__wrapper {
    display: grid;
    grid-template-columns: 174px 140px;
    column-gap: 13px;
    padding: 0;
  }

  .BabyPelon .herous .BabyPelones__wrapper {
    flex-direction: column;
    justify-content: normal;
    gap: 7px;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .BabyPelon .herous .BabyPelones__slide_img {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }

  .BabyPelon .herous .slick-slide {
    margin: 0 6px;
  }

  .BabyPelon .herous .slick-list {
    overflow: inherit;
    position: relative;
  }

  .BabyPelon .herous .BabyPelones__carousel5 {
    margin-top: 32px;
  }
}

.BabyPelon .play .btn_header {
  margin-left: 0;
  margin-top: 8px;
  max-width: 182px;
}

.BabyPelon .play .playing__column_img img {
  width: 100%;
  border-radius: 10px;
}

.BabyPelon .play .playing__wrapper {
  align-items: center;
}

@media (max-width: 991.98px) {
  .BabyPelon .play .playing__bg {
    padding-top: 40px;
  }

  .BabyPelon .play .title_fz52 {
    margin-bottom: 0;
  }

  .BabyPelon .play .playing__wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .BabyPelon .play .btn_header {
    margin: 0 auto;
    margin-top: 16px;
  }

  .BabyPelon .play .bottom-wave {
    background-color: #a4a3ea;
  }
}

.BabyPelon .hazte-socio__bg {
  background-color: #ffb800;
  padding: 28px 0 69px;
}

.BabyPelon .hazte-socio__wrapper {
  display: flex;
  justify-content: space-between;
}

.BabyPelon .hazte-socio__wrapper .title_fz120 {
  padding-top: 46px;
}

.BabyPelon .hazte-socio__wrapper .text_fz20 {
  padding: 24px 0 32px;
  max-width: 480px;
}

@media (max-width: 991.98px) {
  .BabyPelon .hazte-socio__bg {
    padding: 24px 0 39px;
  }

  .BabyPelon .hazte-socio__wrapper {
    flex-direction: column;
  }

  .BabyPelon .hazte-socio__wrapper .title_fz120 {
    font-size: 38px;
    line-height: 34px;
    text-align: center;
  }

  .BabyPelon .hazte-socio__wrapper .text_fz20 {
    padding: 12px 0 27px;
    text-align: center;
    margin: auto;
    font-size: 16px;
    line-height: 22px;
  }

  .BabyPelon .hazte-socio__wrapper .btn {
    margin: 0 auto;
    font-size: 10px;
    line-height: 3px;
  }

  .BabyPelon .hazte-socio_img {
    margin: 0 auto;
    margin-top: 40px;
    max-width: 100%;
  }
}

.make-donation__links {
  width: -moz-max-content;
  width: max-content;
  margin-top: 40px;
}

.make-donation__links p {
  font-size: 11px;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  .make-donation__links {
    margin: auto;
  }
}

.make-donation__wrapper__thanks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 86px;
}

@media (max-width: 991.98px) {
  .make-donation__wrapper__thanks {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .make-donation__wrapper__thanks .make-donation__thanks__header .make-donation__text {
    color: inherit;
    padding-top: 24px;
  }
}

.make-donation__wrapper__thanks .make-donation__thanks__header .title {
  margin-bottom: 70px;
}

@media (max-width: 991.98px) {
  .make-donation__wrapper__thanks .make-donation__thanks__header .title {
    margin-bottom: 36px;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .make-donation__wrapper__thanks .make-donation__thanks__header .title {
    font-size: 36px;
    line-height: 32px;
  }
}

.make-donation__wrapper__thanks .make-donation__column-1 .text__header {
  max-width: 510px;
}

@media (max-width: 991.98px) {
  .make-donation__wrapper__thanks .make-donation__column-1 .text__header {
    margin-top: 36px;
    margin-bottom: 36px;
    text-align: center;
    max-width: inherit;
  }
}

@media (max-width: 767.98px) {
  .make-donation__wrapper__thanks .make-donation__column-1 .text__header {
    font-size: 16px;
    line-height: 22px;
  }
}

.make-donation__links-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  margin-top: 16px;
}

.thanks .make-donation__column_img {
  padding-top: 45px;
}

.thanks .playing {
  margin-top: -40px;
}

@media (max-width: 767.98px) {
  .thanks .playing .how-can__info_span {
    font-size: 14px;
    background-size: 13px 6px;
  }
}

.thanks .playing__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.thanks .playing .bottom-wave {
  z-index: 2;
  position: relative;
  bottom: 21px;
}

@media (max-width: 767.98px) {
  .thanks .playing__bg {
    padding-bottom: 160px;
  }
}

.thanks .tween-block {
  margin-top: -95px;
}

@media (max-width: 1199.98px) {
  .thanks .tween-block {
    margin-top: -77px;
  }
}

@media (max-width: 575px) {
  .thanks .form__column-1 .container {
    margin-left: -9px;
  }
}

.wrapper-text_descr-top {
  display: none !important;
}

.verify-bg {
  padding-bottom: 130px;
  background-color: #83cfd0;
}

@media (max-width: 767.98px) {
  .verify-bg {
    padding-bottom: 175px;
  }
}

.verify__info {
  padding-top: 80px;
}

@media (max-width: 767.98px) {
  .verify__info {
    padding-top: 24px;
  }
}

.verify__info .title {
  margin-bottom: 24px;
}

.verify__info p.text {
  margin-bottom: 48px;
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 767.98px) {
  .verify__info p.text {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 22px;
  }
}

.verify__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

@media (max-width: 991.98px) {
  .verify__wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.verify__info-img {
  background: url(../img/thanks/oval.png) 50% no-repeat;
  background-size: cover;
  position: relative;
  padding-left: 110px;
  margin-right: 77px;
  height: 450px;
  max-width: 520px;
}

@media (max-width: 1199.98px) {
  .verify__info-img {
    padding-left: 80px;
  }
}

@media (max-width: 991.98px) {
  .verify__info-img {
    max-width: inherit;
    background-size: contain;
    padding-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  .verify__info-img {
    background-size: 360px;
    height: 303px;
  }
}

.verify__info-img .title {
  margin-top: 40px;
}

@media (max-width: 991.98px) {
  .verify__info-img .title {
    margin: 40px auto 24px;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .verify__info-img .title {
    text-align: left;
    width: -moz-max-content;
    width: max-content;
    margin-left: 0;
  }
}

.verify__info-img a {
  display: block;
  font-size: 20px;
  font-weight: 800;
  line-height: 34px;
  margin-bottom: 13px;
}

.verify__info-img a:hover {
  color: #172934;
}

@media (max-width: 991.98px) {
  .verify__info-img a {
    margin: auto;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .verify__info-img a {
    text-align: left;
    font-size: 16px;
  }
}

.verify__info-img-baby {
  position: absolute;
  right: -66px;
  bottom: -66px;
}

@media (max-width: 767.98px) {
  .verify__info-img-baby {
    transform: scale(0.7);
    right: -50px;
    bottom: -150px;
  }
}

@media (max-width: 767.98px) {
  .verify__info-img .verify__info-box {
    max-width: 282px;
    margin: auto;
    text-align: left;
    padding-left: 30px;
  }
}

.solidarios .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-blend-mode: hard-light;
}

.solidarios .hero__padding {
  padding: 87px 0 100px;
}

.solidarios .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.solidarios .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.01em;
  color: #f9f5ef;
}

@media (max-width: 767.98px) {
  .solidarios .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.solidarios .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.solidarios .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.solidarios .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.solidarios .main-descr {
  padding: 56px 0 80px;
}

.solidarios .main-descr__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.solidarios .main-descr .wrapper-text_descr {
  max-width: 614px;
}

@media (max-width: 991.98px) {
  .solidarios .main-descr .main-descr__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .solidarios .main-descr .main-descr__column {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .solidarios .main-descr {
    padding: 0 0 32px;
  }
}

.solidarios .help-us .bottom-wave {
  z-index: 2;
  position: relative;
}

.solidarios .help-us .slick-arrow {
  display: none !important;
}

.solidarios .help-us__bg {
  background-color: #83cfd0;
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 80px;
}

@media (max-width: 767.98px) {
  .solidarios .help-us__bg {
    padding-bottom: 140px;
  }
}

.solidarios .help-us__bg .title {
  width: inherit;
  max-width: 614px;
  margin-bottom: 64px;
}

@media (max-width: 991.98px) {
  .solidarios .help-us__bg .title {
    font-size: 42px;
    line-height: 38px;
  }
}

.solidarios .help-us__carousel .slick-list {
  overflow: inherit;
}

.solidarios .help-us__carousel .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background-color: #83cfd0;
}

.solidarios .help-us__carousel_text {
  font-family: Avenir;
  font-size: 18px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 0.1em;
  margin-top: 24px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .solidarios .help-us__carousel_text {
    font-size: 11px;
    line-height: 16px;
    max-width: 185px;
  }
}

.solidarios .help-us__carousel_descr {
  font-family: Avenir;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.01em;
}

@media (max-width: 767.98px) {
  .solidarios .help-us__carousel_descr {
    font-size: 13px;
    line-height: 18px;
  }
}

.solidarios .help-us__slides {
  margin-right: 13px;
}

@media (max-width: 767.98px) {
  .solidarios .help-us__slides {
    width: 75vw !important;
  }
}

.solidarios .help-us__slides .btn_white {
  width: 153px;
  height: 42px;
}

@media (max-width: 767.98px) {
  .solidarios .help-us__slides .btn_white {
    font-size: 9px;
    line-height: 20px;
  }
}

.solidarios .help-us__carousel_img {
  border-radius: 6px;
}

@media (max-width: 767.98px) {
  .solidarios .help-us__carousel_img {
    max-width: 100%;
  }
}

.solidarios .tab {
  width: 100vw;
  overflow: hidden;
  border: none;
  background-color: #f9f5ef;
  justify-content: space-around;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  scrollbar-width: none;
}

.solidarios .tab::-webkit-scrollbar {
  width: 0 !important;
}

.solidarios .tab-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgba(23, 41, 52, 0.2);
}

.solidarios .tab_btn {
  background-color: #f9f5ef;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding-bottom: 12px;
  width: -moz-max-content;
  width: max-content;
  margin-right: 30px;
}

.solidarios .tab_btn:last-of-type {
  margin-right: 0;
}

.solidarios .active {
  border-bottom: 4px solid #e14286;
  font-weight: 800;
}

.solidarios .tab_content {
  padding-top: 56px;
  display: none;
  animation: e 1s;
}

@media (max-width: 767.98px) {
  .solidarios .tab_content {
    padding-top: 10px;
  }

  .solidarios .tab_btn {
    margin-right: 24px;
  }
}

.solidarios .years__tab {
  background: #83cfd0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .solidarios .years__tab {
    width: 100vw;
  }
}

.solidarios .years_tablinks {
  background: #83cfd0;
}

.solidarios .BabyPelones__tab {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 56px;
}

@media (max-width: 991.98px) {
  .solidarios .BabyPelones__tab {
    width: 100%;
  }
}

.solidarios .hero h1 {
  font-size: 70px;
  line-height: 60px;
}

@media (max-width: 991.98px) {
  .solidarios .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.solidarios .main-descr .how-can__info {
  max-width: 270px;
}

.solidarios .main-descr .how-can__info_span {
  line-height: 27px;
}

.solidarios .red .bottom-wave,
.solidarios .red .top-wave,
.solidarios .red__bg {
  background-color: #fc7861;
}

.solidarios .red__bg {
  padding: 133px 0 72px;
}

.solidarios .red__wrapper {
  display: grid;
  grid-template-columns: 406px 620px;
  justify-content: space-between;
}

.solidarios .red__wrapper .descr {
  margin-top: 26px;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: -0.01em;
  color: #172934;
}

.solidarios .red .red__card {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 18px;
}

.solidarios .red .red__card img {
  border-radius: 6px;
}

.solidarios .red .red__card .text_fz14 {
  margin-top: 9px;
}

@media (max-width: 1200px) {
  .solidarios .red__wrapper {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }

  .solidarios .red__column {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 991.98px) {
  .solidarios .red__bg {
    padding: 44px 0 32px;
  }

  .solidarios .red .title_fz80 {
    font-size: 36px;
    line-height: 32px;
  }

  .solidarios .red .descr {
    font-size: 16px;
    line-height: 24px;
  }

  .solidarios .red .text_fz14,
  .solidarios .red .title_fz28 {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .solidarios .red .top-wave {
    background-color: #f9f5ef;
  }

  .solidarios .red .red__card {
    gap: 19px;
  }

  .solidarios .red .red__card img {
    width: 75%;
  }
}

.solidarios .orange__bg {
  background-color: #ffb800;
  padding: 56px 0 80px;
}

.solidarios .orange__wrapper {
  display: grid;
  grid-template-columns: 600px 500px;
  justify-content: space-between;
}

.solidarios .orange .mb24 {
  margin-bottom: 24px;
}

.solidarios .orange__link {
  margin-top: 8px;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.01em;
  display: flex;
  gap: 18px;
  align-items: center;
  color: #172934;
}

.solidarios .orange__link:hover {
  color: #172934;
}

@media (max-width: 1200px) {
  .solidarios .orange__wrapper {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}

@media (max-width: 991.98px) {
  .solidarios .orange__bg {
    padding: 24px 0 32px;
  }

  .solidarios .orange__wrapper {
    max-width: 328px;
    margin: 0 auto;
  }

  .solidarios .orange .title_fz70 {
    font-size: 36px;
    line-height: 32px;
  }

  .solidarios .orange .text_fz20 {
    font-size: 10px;
    line-height: 26px;
  }

  .solidarios .orange__link {
    font-size: 14px;
    line-height: 24px;
  }
}

.solidarios .juntos {
  padding: 118px 0 84px;
}

.solidarios .juntos .title_fz80 {
  text-align: center;
  margin-bottom: 52px;
}

.solidarios .juntos .text_fz20 {
  max-width: 690px;
  margin: 0 auto;
  text-align: center;
}

.solidarios .juntos__wrapper {
  margin-top: 57px;
  display: flex;
  gap: 12px;
  justify-content: center;
}

.solidarios .juntos_box {
  display: flex;
  gap: 12px;
}

.solidarios .juntos_decorate {
  border: none;
  background-color: #f9f5ef;
}

@keyframes d {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

.solidarios .juntos__spin {
  animation: d 8s linear 0s infinite;
}

@media (max-width: 991.98px) {
  .solidarios .juntos {
    padding: 108px 0 47px;
  }

  .solidarios .juntos .title_fz80 {
    font-size: 60px;
    line-height: 54px;
    margin-bottom: 13px;
  }

  .solidarios .juntos .text_fz20 {
    font-size: 16px;
    line-height: 24px;
  }

  .solidarios .juntos__wrapper {
    flex-direction: column;
    gap: 22px;
    align-items: center;
  }

  .solidarios .juntos__spin {
    width: 158px;
    height: 158px;
  }
}

@media (max-width: 767.98px) {
  .solidarios .juntos__spin {
    width: 120px;
    height: 120px;
  }
}

.solidarios .help-us .wrapper-text {
  align-items: flex-start;
}

.solidarios .help-us .wrapper-text .title_fz52 {
  font-size: 70px;
  line-height: 60px;
}

.solidarios .help-us .wrapper-text .text_fz20 {
  max-width: 405px;
}

@media (max-width: 991.98px) {
  .solidarios .help-us .wrapper-text {
    margin-bottom: 40px;
  }

  .solidarios .help-us .wrapper-text .title_fz52 {
    margin-bottom: 16px;
    font-size: 42px;
    line-height: 38px;
  }

  .solidarios .help-us .wrapper-text .text_fz20 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 991.98px) {
  .solidarios .help-us .btn_white {
    width: 96px;
    min-width: 96px;
    height: 28px;
  }
}

.solidarios .forma .form__pink {
  z-index: -1 !important;
}

.solidarios .forma .bottom-wave {
  background-color: #e14286;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .solidarios .forma {
    padding-top: 85px;
  }

  .solidarios .forma .bottom-wave img {
    margin-top: 45px;
  }
}

.solidarios .projectos {
  padding: 0;
}

.solidarios .projectos .container {
  background-color: #f9f5ef;
}

.solidarios .projectos__bg {
  padding-top: 56px;
  background-color: #f9f5ef;
}

.solidarios .projectos__carousel {
  padding-bottom: 80px;
}

.solidarios .projectos__carousel .slick-list:before {
  background-color: #f9f5ef;
}

.solidarios .projectos .slick-dots {
  bottom: 25px;
}

@media (max-width: 767.98px) {
  .solidarios .projectos {
    padding: 24px 0 0;
  }

  .solidarios .projectos__bg {
    padding-top: 0;
  }
}

.solidarios .form {
  padding-top: 0;
}

.solidarios .form .bottom-wave {
  z-index: 2;
  position: absolute;
}

.solidarios .form .bottom-wave_awards img {
  background-color: #83cfd0;
  margin-top: 0;
}

.solidarios .form .pos-initial {
  position: static;
}

.solidarios .form__green-orange .title_fz52 {
  margin-top: 45px;
}

@media (max-width: 767.98px) {
  .solidarios .form__column-1 {
    padding-top: 24px;
  }

  .solidarios .form__column-1 .wrapper-text_descr {
    padding-top: 16px;
    font-size: 13px;
    line-height: 18px;
  }

  .solidarios .form__column-1 .tas {
    text-align: start;
  }

  .solidarios .form__green-orange .title_fz52 {
    margin-bottom: 0;
  }
}

.solidarios .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1000;
}

.solidarios .modal-colegios {
  overflow: hidden;
  visibility: hidden;
  padding: 119px 101px 145px 106px;
  background-color: #f9f5ef;
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 90vh;
  overflow-y: auto;
  width: 1240px;
  border-radius: 30px;
  z-index: 10001;
}

.solidarios .modal-colegios_close {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
  z-index: 10;
}

.solidarios .modal-colegios__wrapper {
  display: grid;
  grid-template-columns: 400px 596px;
  column-gap: 30px;
}

.solidarios .modal-colegios_title {
  color: #172934;
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.solidarios .modal-colegios__descr .title_fz52 {
  margin-bottom: 33px;
}

.solidarios .modal-colegios__grid {
  display: grid;
  grid-template-columns: repeat(4, 240px);
  grid-template-rows: repeat(5, 84px);
  grid-auto-rows: 84px;
  column-gap: 24px;
  row-gap: 17px;
}

.solidarios .modal-colegios .tab {
  width: 100%;
}

.solidarios .modal-colegios .tab-btn {
  font-size: 20px;
  line-height: 27px;
}

.solidarios .modal-colegios_card img {
  width: 100%;
}

.solidarios .modal-colegios .mt80 {
  margin-top: 80px;
}

.solidarios .modal-colegios .slick-slide {
  margin-left: 16px;
}

.solidarios .modal-colegios .slick-slide img {
  width: 100%;
}

.solidarios .modal-colegios .mob {
  display: none;
}

@media (max-width: 1245px) {
  .solidarios .modal-colegios {
    width: 1200px;
    padding: 119px 80px 145px;
  }
}

@media (max-width: 1199px) {
  .solidarios .modal-colegios {
    width: 360px;
    padding: 66px 19px 40px 15px;
    border-radius: 0;
  }

  .solidarios .modal-colegios__content {
    padding-bottom: 40px;
  }

  .solidarios .modal-colegios__carousel {
    margin-top: 16px;
  }

  .solidarios .modal-colegios .mob {
    display: block;
  }

  .solidarios .modal-colegios .desc {
    display: none;
  }

  .solidarios .modal-colegios .tab-btn {
    font-size: 16px;
    line-height: 26px;
  }

  .solidarios .modal-colegios__wrapper {
    grid-template-columns: 1fr;
    row-gap: 18px;
  }

  .solidarios .modal-colegios_title {
    margin-bottom: 22px;
  }

  .solidarios .modal-colegios .title_fz52 {
    margin-bottom: 0;
    max-width: 326px;
  }

  .solidarios .modal-colegios .text_fz16 {
    margin-top: 18px;
    max-width: 326px;
  }

  .solidarios .modal-colegios__grid {
    grid-template-columns: repeat(3, 105px);
    grid-template-rows: repeat(7, 64px);
    grid-auto-rows: 64px;
    row-gap: 16px;
    column-gap: 6px;
  }

  .solidarios .modal-colegios .tab-box:after {
    bottom: 16px;
  }

  .solidarios .modal-colegios__tabmenu {
    padding-top: 31px;
  }

  .solidarios .modal-colegios .mt80 {
    margin-top: 56px;
  }

  .solidarios .modal-colegios .title_fz52 {
    font-size: 36px;
    line-height: 32px;
  }

  .solidarios .modal-colegios .slick-slide {
    margin-left: 8px;
  }

  .solidarios .modal-colegios .slick-list {
    overflow: inherit;
  }

  .solidarios .modal-colegios .slick-list:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: -370px;
    width: 370px;
    z-index: 1;
    background-color: #f9f5ef;
  }

  .solidarios .modal-colegios .slick-dots {
    bottom: -36px;
  }
}

.hazte-voluntario .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.hazte-voluntario .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.hazte-voluntario .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.hazte-voluntario .main-title {
  padding-top: 40px;
  position: relative;
}

.hazte-voluntario .main-title .container {
  position: relative;
}

.hazte-voluntario .main-title .title_fz80 {
  text-align: center;
}

.hazte-voluntario .main-title .salir {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-family: Avenir;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(30, 50, 56, 0.5);
}

@media (max-width: 991.98px) {
  .hazte-voluntario .main-title .title_fz80 {
    font-size: 36px;
    line-height: 32px;
    padding-top: 24px;
  }

  .hazte-voluntario .main-title .text_fz20 {
    font-size: 16px;
    line-height: 22px;
  }

  .hazte-voluntario .main-title .salir {
    font-size: 12px;
    line-height: 16px;
    right: 16px;
  }
}

.hazte-voluntario .ayuda {
  margin-top: 64px;
}

.hazte-voluntario .ayuda__bg {
  padding-top: 7px;
  padding-bottom: 73px;
  background-color: #83cfd0;
}

.hazte-voluntario .ayuda__bg__link {
  margin: 0 auto;
  max-width: 360px;
}

.hazte-voluntario .ayuda__bg__link .text_fz20,
.hazte-voluntario .ayuda__bg__link .title_fz52 {
  margin-bottom: 20px;
}

.hazte-voluntario .ayuda__bg__link .text_fz20_fw800 {
  display: block;
  text-align: left;
}

.hazte-voluntario .ayuda__bg__link .text_fz20_fw800:hover {
  color: #172934;
}

.hazte-voluntario .ayuda__bg__link .text_fz20_fw800 img {
  padding: 5px 17px 0 0;
}

@media (max-width: 767.98px) {
  .hazte-voluntario .ayuda__bg {
    padding: 24px 0 32px;
  }
}

.hazte-voluntario .voluntario-content {
  padding: 72px 0 48px;
}

.hazte-voluntario .voluntario-content .text_fz20 {
  margin-top: 24px;
  margin-bottom: 8px;
}

.hazte-voluntario .voluntario-content .title_fz52 {
  margin: 0 auto;
  text-align: center;
}

.hazte-voluntario .voluntario-content .gray {
  color: rgba(30, 50, 56, 0.5);
  text-align: center;
  margin: 0 !important;
}

.hazte-voluntario .voluntario-content_form {
  max-width: 406px;
  margin: 0 auto;
  padding-top: 8px;
}

.hazte-voluntario .voluntario-content .textarea {
  resize: none;
  background: #fff;
  border: 1px solid rgba(80, 80, 80, 0.4);
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  height: 170px;
  padding: 24px 32px;
  font-family: Avenir;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: rgba(30, 50, 56, 0.5);
}

.hazte-voluntario .voluntario-content select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/hazte-jueg/vector.svg) #fff no-repeat center right 16px !important;
}

.hazte-voluntario .voluntario-content .margin {
  background: #fff;
  border: 1px solid rgba(80, 80, 80, 0.4);
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  height: 52px;
  padding: 11px 18px;
  font-family: Avenir;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: rgba(30, 50, 56, 0.5);
}

.hazte-voluntario .voluntario-content .btn_step {
  margin-top: 24px;
  min-width: 100%;
  height: 50px;
}

.hazte-voluntario .voluntario-content__check {
  padding-top: 40px;
}

.hazte-voluntario .voluntario-content__check .step-box a,
.hazte-voluntario .voluntario-content__check .step-box a:hover {
  color: #e14286;
}

.hazte-voluntario .voluntario-content__check .step-box {
  margin-top: 24px;
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: rgba(30, 50, 56, 0.5);
  letter-spacing: -0.01em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 5px;
}

.hazte-voluntario .voluntario-content__check .step-box input:checked ~ .checkmark:after {
  display: block;
}

.hazte-voluntario .voluntario-content__check .step-box input {
  position: absolute;
  opacity: 0;
}

.hazte-voluntario .voluntario-content__check .step-box input:checked ~ .checkmark {
  background-color: #fff;
}

.hazte-voluntario .voluntario-content__check .checkmark {
  position: absolute;
  left: 0;
  background: #fff;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(80, 80, 80, 0.4);
  border-radius: 4px;
  top: 7px;
}

.hazte-voluntario .voluntario-content__check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.hazte-voluntario .voluntario-content__check .step-box .checkmark:after {
  width: 8px;
  height: 8px;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #e14286;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  border-radius: 0;
}

.hazte-voluntario .voluntario-content input.error {
  background: rgba(225, 66, 134, 0.1);
  border: 1px solid #e14286;
  color: #e14286;
}

.hazte-voluntario .voluntario-content input.error ~ .invalid-none {
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
}

.hazte-voluntario .voluntario-content .error-block,
.hazte-voluntario .voluntario-content .invalid-adecuado,
.hazte-voluntario .voluntario-content .invalid-none {
  display: none;
}

.hazte-voluntario .voluntario-content .btn_step {
  margin-top: 48px;
}

@media (max-width: 767.98px) {
  .hazte-voluntario .voluntario-content {
    padding: 34px 0 26px;
  }

  .hazte-voluntario .voluntario-content .title_fz52 {
    font-size: 28px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .hazte-voluntario .voluntario-content .text_fz20 {
    font-size: 16px;
    line-height: 22px;
  }

  .hazte-voluntario .voluntario-content .gray {
    margin-top: 8px;
  }

  .hazte-voluntario .voluntario-content .margin,
  .hazte-voluntario .voluntario-content .textarea {
    font-size: 16px;
    line-height: 30px;
  }
}

.hazte-voluntario .form-input__error {
  transition: opacity 0.5s;
}

.hazte-voluntario .form-input {
  margin-bottom: 5px;
}

.hazte-voluntario .form-input__error {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 28px;
  top: 100%;
  z-index: 1;
}

.hazte-voluntario .form-input__error:before {
  position: absolute;
  top: -5px;
  bottom: 0;
  left: -27px;
}

.hazte-voluntario .form-input__error:after {
  content: "";
  position: absolute;
  top: 0;
  left: -27px;
  height: 8px;
  width: 8px;
  background: inherit;
  transform: rotate(45deg);
}

.hazte-voluntario .form-input__error--invalid,
.hazte-voluntario .form-input__error--required {
  color: #e14286;
}

.hazte-voluntario .form-input__error--invalid:before,
.hazte-voluntario .form-input__error--required:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.236 6.524c1.09-1.784 1.636-2.676 2.4-2.834a1.8 1.8 0 0 1 .73 0c.764.158 1.31 1.05 2.4 2.834l5.222 8.547c1.175 1.923 1.763 2.884 1.523 3.66a1.8 1.8 0 0 1-.37.66c-.537.61-1.664.61-3.917.61H6.778c-2.253 0-3.38 0-3.917-.61a1.8 1.8 0 0 1-.37-.66c-.24-.776.347-1.738 1.522-3.66l5.223-8.547zm2.765 2.777a.7.7 0 0 1 .7.7v4a.7.7 0 1 1-1.4 0v-4a.7.7 0 0 1 .7-.7zm0 7.7a.7.7 0 1 0 0-1.4.7.7 0 0 0 0 1.4z' fill='%23E14286'/%3E%3C/svg%3E");
}

.hazte-voluntario .form-input:user-invalid:not(:-moz-placeholder-shown) ~ .form-input__error--invalid {
  opacity: 1;
  pointer-events: auto;
}

.hazte-voluntario .form-input:user-invalid:not(:-ms-input-placeholder) ~ .form-input__error--invalid {
  opacity: 1;
  pointer-events: auto;
}

.hazte-voluntario .form-input:user-invalid:not(:placeholder-shown) ~ .form-input__error--invalid {
  opacity: 1;
  pointer-events: auto;
}

.hazte-voluntario .form-input:user-invalid:-moz-placeholder-shown ~ .form-input__error--required {
  opacity: 1;
  pointer-events: auto;
}

.hazte-voluntario .form-input:user-invalid:-ms-input-placeholder ~ .form-input__error--required {
  opacity: 1;
  pointer-events: auto;
}

.hazte-voluntario .form-input:user-invalid:placeholder-shown ~ .form-input__error--required {
  opacity: 1;
  pointer-events: auto;
}

.hazte-voluntario .show-errors .form-input:required {
  background: rgba(225, 66, 134, 0.1);
  border: 1px solid #e14286;
}

.hazte-voluntario .show-errors .form-input:invalid:not(:-moz-placeholder-shown) ~ .form-input__error--invalid {
  opacity: 1;
  pointer-events: auto;
}

.hazte-voluntario .show-errors .form-input:invalid:not(:-ms-input-placeholder) ~ .form-input__error--invalid {
  opacity: 1;
  pointer-events: auto;
}

.hazte-voluntario .show-errors .form-input:invalid:not(:placeholder-shown) ~ .form-input__error--invalid {
  opacity: 1;
  pointer-events: auto;
}

.hazte-voluntario .show-errors .form-input:invalid:-moz-placeholder-shown ~ .form-input__error--required {
  opacity: 1;
  pointer-events: auto;
}

.hazte-voluntario .show-errors .form-input:invalid:-ms-input-placeholder ~ .form-input__error--required {
  opacity: 1;
  pointer-events: auto;
}

.hazte-voluntario .show-errors .form-input:invalid:placeholder-shown ~ .form-input__error--required {
  opacity: 1;
  pointer-events: auto;
}

.marcas .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-blend-mode: hard-light;
}

.marcas .hero__padding {
  padding: 87px 0 100px;
}

.marcas .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.marcas .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.01em;
  color: #f9f5ef;
}

@media (max-width: 767.98px) {
  .marcas .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.marcas .main-descr {
  padding: 56px 0 80px;
}

.marcas .main-descr__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.marcas .main-descr .wrapper-text_descr {
  max-width: 614px;
}

@media (max-width: 991.98px) {
  .marcas .main-descr .main-descr__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .marcas .main-descr .main-descr__column {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .marcas .main-descr {
    padding: 0 0 32px;
  }
}

.marcas .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.marcas .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.marcas .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.marcas .help-us .bottom-wave {
  z-index: 2;
  position: relative;
}

.marcas .help-us .slick-arrow {
  display: none !important;
}

.marcas .help-us__bg {
  background-color: #83cfd0;
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 80px;
}

@media (max-width: 767.98px) {
  .marcas .help-us__bg {
    padding-bottom: 140px;
  }
}

.marcas .help-us__bg .title {
  width: inherit;
  max-width: 614px;
  margin-bottom: 64px;
}

@media (max-width: 991.98px) {
  .marcas .help-us__bg .title {
    font-size: 42px;
    line-height: 38px;
  }
}

.marcas .help-us__carousel .slick-list {
  overflow: inherit;
}

.marcas .help-us__carousel .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background-color: #83cfd0;
}

.marcas .help-us__carousel_text {
  font-family: Avenir;
  font-size: 18px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 0.1em;
  margin-top: 24px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .marcas .help-us__carousel_text {
    font-size: 11px;
    line-height: 16px;
    max-width: 185px;
  }
}

.marcas .help-us__carousel_descr {
  font-family: Avenir;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.01em;
}

@media (max-width: 767.98px) {
  .marcas .help-us__carousel_descr {
    font-size: 13px;
    line-height: 18px;
  }
}

.marcas .help-us__slides {
  margin-right: 13px;
}

@media (max-width: 767.98px) {
  .marcas .help-us__slides {
    width: 75vw !important;
  }
}

.marcas .help-us__slides .btn_white {
  width: 153px;
  height: 42px;
}

@media (max-width: 767.98px) {
  .marcas .help-us__slides .btn_white {
    font-size: 9px;
    line-height: 20px;
  }
}

.marcas .help-us__carousel_img {
  border-radius: 6px;
}

@media (max-width: 767.98px) {
  .marcas .help-us__carousel_img {
    max-width: 100%;
  }
}

.marcas .green__bg {
  background-color: #83cfd0;
  padding: 100px 0;
}

.marcas .green__wrapper {
  display: flex;
  justify-content: space-between;
}

.marcas .green__descr {
  padding-bottom: 35px;
  max-width: 403px;
}

.marcas .green__descr .text_fz20 {
  margin-top: 24px;
}

.marcas .green__column {
  position: relative;
  overflow: hidden;
  max-width: 509px;
}

.marcas .green .slick-slide img {
  width: 100%;
}

.marcas .green .slick-next {
  bottom: -80px;
  right: 0;
}

.marcas .green .slick-prev {
  bottom: -80px;
  right: 140px;
}

.marcas .green .bien__number {
  bottom: -54px;
  right: 87px;
}

@media (max-width: 991.98px) {
  .marcas .green__bg {
    padding: 50px 0 32px;
  }

  .marcas .green__wrapper {
    flex-direction: column;
  }

  .marcas .green__descr {
    order: 1;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .marcas .green__descr .title_fz52 {
    font-size: 36px;
    line-height: 32px;
  }

  .marcas .green__descr .text_fz20 {
    font-size: 16px;
    line-height: 22px;
  }

  .marcas .green__column {
    order: 0;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .marcas .green__column {
    margin: 0;
  }
}

.marcas .hero h1 {
  font-size: 70px;
  line-height: 60px;
}

@media (max-width: 991.98px) {
  .marcas .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.marcas .main-descr {
  padding: 0;
}

.marcas .main-descr__bg {
  background-color: #83cfd0;
  padding: 56px 0 80px;
}

@media (max-width: 767.98px) {
  .marcas .main-descr {
    padding: 0;
  }

  .marcas .main-descr__bg {
    padding: 24px 0 12px;
  }

  .marcas .main-descr__column {
    margin-top: 0 !important;
  }

  .marcas .main-descr .wrapper-text_descr {
    padding-top: 0;
  }

  .marcas .main-descr .mt40 {
    margin-top: 40px !important;
  }
}

.marcas .empresas {
  padding: 64px 0 80px;
}

@media (max-width: 767.98px) {
  .marcas .empresas {
    padding: 24px 0 32px;
  }
}

.marcas .ventajas__bg {
  padding: 37px 0 96px;
  background-color: #e4e3f9;
}

.marcas .ventajas__wrapper {
  display: flex;
  justify-content: space-between;
}

.marcas .ventajas__wrapper .text_fz14 {
  max-width: 482px;
}

.marcas .ventajas__box {
  margin-top: 96px;
  position: relative;
}

.marcas .ventajas__box_line {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 22px;
  z-index: 0;
}

.marcas .ventajas__steps {
  position: relative;
  display: grid;
  grid-template-columns: 222px 217px 138px 218px;
  column-gap: 60px;
  justify-content: center;
  z-index: 10;
}

.marcas .ventajas__column_step {
  display: block;
  margin: 0 auto;
}

.marcas .ventajas__column .text_fz14 {
  padding-top: 13px;
}

.marcas .ventajas__column .how-can__info {
  margin-top: 8px;
}

.marcas .ventajas__column .how-can__info_span {
  font-size: 13px;
  line-height: 18px;
  background-position: 100% 14px;
}

@media (max-width: 1199.98px) {
  .marcas .ventajas__bg {
    padding: 42px 0 52px;
  }

  .marcas .ventajas__wrapper {
    flex-direction: column;
    gap: 24px;
  }

  .marcas .ventajas__wrapper .title_fz80 {
    font-size: 36px;
    line-height: 32px;
  }

  .marcas .ventajas__wrapper .text_fz14 {
    font-size: 16px;
    line-height: 24px;
  }

  .marcas .ventajas__box {
    margin-top: 24px;
  }

  .marcas .ventajas__box_line {
    position: absolute;
    left: 22px;
    transform: none;
    top: 25px;
    z-index: 0;
  }

  .marcas .ventajas__steps {
    grid-template-columns: 1fr;
    row-gap: 24px;
    justify-content: start;
  }

  .marcas .ventajas__column {
    display: grid;
    grid-template-columns: 46px 264px;
    column-gap: 24px;
  }

  .marcas .ventajas__column_step {
    margin: 0;
  }

  .marcas .ventajas__column .how-can__info {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}

.marcas .colaborar {
  padding: 100px 0;
}

.marcas .colaborar__wrapper {
  display: grid;
  grid-template-columns: 570px 300px 300px;
  column-gap: 32px;
}

.marcas .colaborar__descr .text_fz20 {
  margin-top: 48px;
  max-width: 450px;
}

.marcas .colaborar__column-1,
.marcas .colaborar__column-2 {
  background-color: #fff;
  padding: 40px 16px 67px;
  border-radius: 24px;
}

.marcas .colaborar__column-1 svg,
.marcas .colaborar__column-2 svg {
  display: block;
  margin: 0 auto;
}

.marcas .colaborar__column-1 .title_fz28,
.marcas .colaborar__column-2 .title_fz28 {
  text-align: center;
  max-width: 226px;
  margin: 0 auto;
  margin-top: 24px;
}

.marcas .colaborar__column-1 .how-can__info,
.marcas .colaborar__column-2 .how-can__info {
  margin-top: 26px;
}

.marcas .colaborar__column-1 .how-can__info_span,
.marcas .colaborar__column-2 .how-can__info_span {
  font-size: 13px;
  line-height: 18px;
  background-position: 100% 11px;
}

.marcas .colaborar__column-1 .btn_colaborar,
.marcas .colaborar__column-2 .btn_colaborar {
  display: none;
  min-width: 268px;
  margin-top: 26px;
  font-size: 12px;
}

.marcas .colaborar__column-2 {
  padding-bottom: 20px;
  height: -moz-fit-content;
  height: fit-content;
}

.marcas .colaborar__accordion,
.marcas .colaborar__accordion-2 {
  margin-top: 30px;
  border: 1.5px solid #d1d4d6;
  border-radius: 8px;
  padding: 2px;
  padding-bottom: 16px;
}

@media (max-width: 767.98px) {
  .marcas .colaborar__accordion,
  .marcas .colaborar__accordion-2 {
    margin-top: 16px;
  }
}

.marcas .colaborar .accordion {
  background-color: #fff;
  cursor: pointer;
  padding: 16px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: all 0.4s;
  font-size: 11px;
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.167 1s4 4 4.5 4 4.5-4 4.5-4' stroke='%23222628' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 20px;
}

.marcas .colaborar .active {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 5S6.5 1 6 1 1.5 5 1.5 5' stroke='%23222628' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.marcas .colaborar .panel {
  padding: 0 18px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.marcas .colaborar .panel .text {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
}

@media (max-width: 1401px) {
  .marcas .colaborar__wrapper {
    grid-template-columns: 433px 300px 300px;
  }
}

@media (max-width: 1199.98px) {
  .marcas .colaborar__wrapper {
    grid-template-columns: 300px 300px;
    justify-items: center;
    justify-content: center;
  }

  .marcas .colaborar__descr {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    margin-bottom: 20px;
  }

  .marcas .colaborar__column-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .marcas .colaborar__column-2 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}

@media (max-width: 991.98px) {
  .marcas .colaborar {
    padding: 77px 0 88px;
  }

  .marcas .colaborar__wrapper {
    grid-template-columns: 300px;
    row-gap: 32px;
    justify-content: center;
  }

  .marcas .colaborar__descr {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    margin-bottom: 0;
  }

  .marcas .colaborar__column-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .marcas .colaborar__column-2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }

  .marcas .colaborar__column-1 {
    padding-bottom: 20px;
  }

  .marcas .colaborar .title_fz80 {
    font-size: 36px;
    line-height: 32px;
  }

  .marcas .colaborar .text_fz20 {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}

.marcas .orange__bg {
  background-color: #ffb800;
  padding: 56px 0 80px;
}

.marcas .orange__wrapper {
  display: grid;
  grid-template-columns: 600px 500px;
  justify-content: space-between;
}

.marcas .orange .mb24 {
  margin-bottom: 24px;
}

.marcas .orange__link {
  margin-top: 8px;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.01em;
  display: flex;
  gap: 18px;
  align-items: center;
  color: #172934;
}

.marcas .orange__link:hover {
  color: #172934;
}

.marcas .orange .bottom-wave {
  background-color: #83cfd0;
}

@media (max-width: 1200px) {
  .marcas .orange__wrapper {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}

@media (max-width: 991.98px) {
  .marcas .orange__bg {
    padding: 24px 0 32px;
  }

  .marcas .orange__wrapper {
    max-width: 328px;
    margin: 0 auto;
  }

  .marcas .orange .title_fz70 {
    font-size: 36px;
    line-height: 32px;
  }

  .marcas .orange .text_fz20 {
    font-size: 10px;
    line-height: 26px;
  }

  .marcas .orange .w {
    font-size: 16px;
    line-height: 26px;
  }

  .marcas .orange__link {
    font-size: 14px;
    line-height: 24px;
  }
}

.marcas .help-us .wrapper-text {
  align-items: flex-start;
}

.marcas .help-us .wrapper-text .text_fz20 {
  max-width: 405px;
}

@media (max-width: 991.98px) {
  .marcas .help-us .wrapper-text {
    margin-bottom: 40px;
  }

  .marcas .help-us .wrapper-text .title_fz52 {
    margin-bottom: 16px;
  }

  .marcas .help-us .wrapper-text .text_fz20 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 991.98px) {
  .marcas .help-us .btn_white {
    width: 96px;
    min-width: 96px;
    height: 28px;
  }
}

.marcas .green__bg {
  background-color: #f9f5ef;
}

.marcas .projectos {
  padding: 0;
}

.marcas .projectos .container,
.marcas .projectos__bg {
  background-color: #fc7861;
}

.marcas .projectos__bg {
  padding-top: 56px;
}

.marcas .projectos__carousel {
  padding-bottom: 80px;
}

.marcas .projectos__carousel .slick-list:before {
  background-color: #fc7861;
}

.marcas .projectos .slick-dots {
  bottom: 25px;
}

@media (max-width: 767.98px) {
  .marcas .projectos {
    padding: 0;
  }

  .marcas .projectos__bg {
    padding: 24px 0 32px;
  }

  .marcas .projectos .container,
  .marcas .projectos__bg,
  .marcas .projectos__carousel .slick-list:before {
    background-color: #83cfd0;
  }
}

.marcas .form {
  padding-top: 0;
}

.marcas .form .bottom-wave {
  z-index: 2;
  position: absolute;
}

.marcas .form .bottom-wave_awards img {
  background-color: #83cfd0;
  margin-top: 0;
}

.marcas .form .top-wave {
  background-color: #83cfd0;
}

.marcas .form .pos-initial {
  position: static;
}

.marcas .form__green-orange .title_fz52 {
  margin-top: 45px;
}

@media (max-width: 767.98px) {
  .marcas .form__column-1 {
    padding-top: 24px;
  }

  .marcas .form__column-1 .wrapper-text_descr {
    padding-top: 16px;
    font-size: 13px;
    line-height: 18px;
  }

  .marcas .form__column-1 .tas {
    text-align: start;
  }

  .marcas .form__green-orange .title_fz52 {
    margin-bottom: 0;
  }
}

.BabyPelon2 .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  color: #fff;
}

.BabyPelon2 .hero__padding {
  padding: 87px 0 100px;
}

.BabyPelon2 .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.BabyPelon2 .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.01em;
  color: #f9f5ef;
}

@media (max-width: 767.98px) {
  .BabyPelon2 .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.BabyPelon2 .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.BabyPelon2 .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.BabyPelon2 .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.BabyPelon2 .BabyPelones {
  padding: 32px 0 59px;
  overflow: hidden;
}

.BabyPelon2 .BabyPelones .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.BabyPelon2 .BabyPelones .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.BabyPelon2 .BabyPelones .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.BabyPelon2 .BabyPelones .media-md {
  display: none;
}

.BabyPelon2 .BabyPelones__slide {
  padding: 0 20px 17px 18px;
  background-color: #fff;
  border-radius: 6px;
  margin: 0 6px;
}

.BabyPelon2 .BabyPelones__slide_img {
  max-width: 100%;
  margin: auto;
}

.BabyPelon2 .BabyPelones_price {
  font-family: HWT Artz;
  color: #172934;
  font-weight: 700;
  font-size: 31px;
  line-height: 32px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.BabyPelon2 .BabyPelones__wrapper {
  margin-top: 13px;
  display: flex;
}

.BabyPelon2 .BabyPelones .title_fz52 {
  margin: 0 auto;
  text-align: center;
  width: 611px;
}

.BabyPelon2 .BabyPelones .slick-prev {
  left: -10px;
  top: 50%;
}

.BabyPelon2 .BabyPelones .slick-next {
  top: 50%;
  right: -24px;
}

.BabyPelon2 .BabyPelones .how-can__info {
  text-align: center;
  margin-top: 42px;
}

.BabyPelon2 .BabyPelones .btn_BabyPelones {
  font-size: 11px;
  line-height: 15px;
}

@media (max-width: 768px) {
  .BabyPelon2 .BabyPelones__slide {
    display: block !important;
    margin: 0 auto;
    margin-top: 8px;
  }

  .BabyPelon2 .BabyPelones .media-lg {
    display: none;
  }

  .BabyPelon2 .BabyPelones .media-md {
    display: block;
  }

  .BabyPelon2 .BabyPelones .title_fz52 {
    margin-left: 0;
    text-align: left;
  }

  .BabyPelon2 .BabyPelones .btn_BabyPelones {
    font-size: 9px;
    line-height: 20px;
  }
}

.BabyPelon2 .BabyPelones .BabyPelones_tablinks:last-of-type {
  margin-right: 0;
}

.BabyPelon2 .tab {
  width: 100vw;
  overflow: hidden;
  border: none;
  background-color: #f9f5ef;
  justify-content: space-around;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  scrollbar-width: none;
}

.BabyPelon2 .tab::-webkit-scrollbar {
  width: 0 !important;
}

.BabyPelon2 .tab-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgba(23, 41, 52, 0.2);
}

.BabyPelon2 .tab_btn {
  background-color: transparent;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding-bottom: 12px;
  width: -moz-max-content;
  width: max-content;
  margin-right: 30px;
}

.BabyPelon2 .tab_btn:last-of-type {
  margin-right: 0;
}

.BabyPelon2 .active {
  border-bottom: 4px solid #e14286;
  font-weight: 800;
}

.BabyPelon2 .tab_content {
  padding-top: 56px;
  display: none;
  animation: e 1s;
}

@media (max-width: 767.98px) {
  .BabyPelon2 .tab_content {
    padding-top: 10px;
  }

  .BabyPelon2 .tab_btn {
    margin-right: 24px;
  }
}

.BabyPelon2 .years__tab {
  background: #83cfd0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .BabyPelon2 .years__tab {
    width: 100vw;
  }
}

.BabyPelon2 .years_tablinks {
  background: #83cfd0;
}

.BabyPelon2 .BabyPelones__tab {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 56px;
  background-color: transparent;
}

@media (max-width: 991.98px) {
  .BabyPelon2 .BabyPelones__tab {
    width: 100%;
  }
}

.BabyPelon2 .main-descr {
  padding: 56px 0 80px;
}

.BabyPelon2 .main-descr__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.BabyPelon2 .main-descr .wrapper-text_descr {
  max-width: 614px;
}

@media (max-width: 991.98px) {
  .BabyPelon2 .main-descr .main-descr__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .BabyPelon2 .main-descr .main-descr__column {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .BabyPelon2 .main-descr {
    padding: 0 0 32px;
  }
}

.BabyPelon2 .descubre {
  overflow: hidden;
}

.BabyPelon2 .descubre__bg {
  padding: 48px 0 52px;
  background-color: #fc7861;
}

.BabyPelon2 .descubre .title_fz52 {
  width: 614px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 32px;
}

.BabyPelon2 .descubre .how-can__info {
  padding-top: 40px;
  text-align: center;
}

.BabyPelon2 .descubre .how-can__info_span {
  font-size: 16px;
  line-height: 26px;
}

.BabyPelon2 .descubre .top-wave {
  background-color: #a4a3ea;
}

.BabyPelon2 .descubre .slick-list:before {
  background-color: #fc7861;
}

.BabyPelon2 .descubre .btn_BabyPelones {
  font-size: 11px;
  line-height: 15px;
}

@media (max-width: 991.98px) {
  .BabyPelon2 .descubre .btn_BabyPelones {
    font-size: 9px;
    line-height: 20px;
  }

  .BabyPelon2 .descubre .how-can__info {
    padding-top: 32px;
    text-align: right;
  }

  .BabyPelon2 .descubre .slick-dots {
    bottom: -49px;
    left: 10%;
  }

  .BabyPelon2 .descubre .BabyPelones__slide {
    padding: 2px 4px 8px 5px;
  }

  .BabyPelon2 .descubre .text_fz16_fw500 {
    padding-top: 20px;
  }

  .BabyPelon2 .descubre .BabyPelones__slide__wrapper {
    column-gap: 36px;
    padding: 0;
  }

  .BabyPelon2 .descubre .BabyPelones_link,
  .BabyPelon2 .descubre .BabyPelones_link img {
    display: inline-block;
  }

  .BabyPelon2 .descubre .slick-slide {
    margin-left: 12px;
  }

  .BabyPelon2 .descubre .slick-list {
    overflow: inherit;
    position: relative;
  }
}

.BabyPelon2 .hazte-socio__bg {
  background-color: #ffb800;
  padding: 28px 0 69px;
}

.BabyPelon2 .hazte-socio__wrapper {
  display: flex;
  justify-content: space-between;
}

.BabyPelon2 .hazte-socio__wrapper .title_fz120 {
  padding-top: 46px;
}

.BabyPelon2 .hazte-socio__wrapper .text_fz20 {
  padding: 24px 0 32px;
  max-width: 480px;
}

@media (max-width: 991.98px) {
  .BabyPelon2 .hazte-socio__bg {
    padding: 24px 0 39px;
  }

  .BabyPelon2 .hazte-socio__wrapper {
    flex-direction: column;
  }

  .BabyPelon2 .hazte-socio__wrapper .title_fz120 {
    font-size: 38px;
    line-height: 34px;
    text-align: center;
  }

  .BabyPelon2 .hazte-socio__wrapper .text_fz20 {
    padding: 12px 0 27px;
    text-align: center;
    margin: auto;
  }

  .BabyPelon2 .hazte-socio__wrapper .btn {
    margin: 0 auto;
  }

  .BabyPelon2 .hazte-socio_img {
    margin: 0 auto;
    margin-top: 40px;
  }
}

.BabyPelon2 .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/babypelon1/image.png) top no-repeat;
  background-size: cover;
  position: relative;
  background-blend-mode: hard-light;
}

.BabyPelon2 .hero h1 {
  max-width: 690px;
}

.BabyPelon2 .hero .hero__padding {
  padding: 60px 0 100px;
}

.BabyPelon2 .hero p {
  margin-bottom: 56px;
}

.BabyPelon2 .hero .subtitle {
  margin-top: 21px;
  color: #f9f5ef;
  font-weight: 900;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.1em;
  display: none;
}

.BabyPelon2 .hero .subtitle2 {
  margin-top: 7px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  display: none;
}

.BabyPelon2 .hero .btn_big {
  margin-top: 32px;
}

@media (max-width: 360px) {
  .BabyPelon2 .hero {
    background: rgba(23, 41, 52, 0.68) url(../img/babypelon1/image-mob.png) top no-repeat;
  }

  .BabyPelon2 .hero p {
    margin-bottom: 134px;
  }

  .BabyPelon2 .hero .subtitle,
  .BabyPelon2 .hero .subtitle2 {
    margin-bottom: 0;
    display: block;
  }

  .BabyPelon2 .hero .hero__padding {
    padding: 80px 0 52px;
  }

  .BabyPelon2 .hero .btn_big {
    margin-top: 21px;
  }
}

.BabyPelon2 .BabyPelones__wrapper {
  display: flex;
  grid-template-columns: 81px 100px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 991.98px) {
  .BabyPelon2 .BabyPelones__wrapper {
    align-items: center;
    flex-direction: column;
  }
}

.BabyPelon2 .BabyPelones .text_fz16_fw500 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  text-align: center;
}

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

.BabyPelon2 .BabyPelones_link {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  font-family: Avenir;
  margin-top: 8px;
  display: flex;
  gap: 8px;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #e14286;
}

.BabyPelon2 .BabyPelones_link:hover {
  color: #e14286;
}

.BabyPelon2 .BabyPelones .btn_BabyPelones {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  font-size: 9px;
  line-height: 20px;
}

@media (max-width: 991.98px) {
  .BabyPelon2 .BabyPelones .slick-slide {
    margin: 12px;
  }

  .BabyPelon2 .BabyPelones .how-can__info_span {
    font-size: 16px;
    line-height: 26px;
  }

  .BabyPelon2 .BabyPelones__wrapper {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    grid-template-columns: 1fr;
    row-gap: 8px;
  }

  .BabyPelon2 .BabyPelones .text_fz16_fw500 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .BabyPelon2 .BabyPelones .btn_BabyPelones {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .BabyPelon2 .BabyPelones_link {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }

  .BabyPelon2 .BabyPelones__slide__wrapper {
    padding: 21px 0 22px;
    display: grid;
    grid-template-columns: 140px 140px;
    justify-content: space-between;
    column-gap: 0;
  }

  .BabyPelon2 .BabyPelones__slide_img {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }

  .BabyPelon2 .BabyPelones__slide .text_fz16_fw500 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}

@media (max-width: 767.98px) {
  .BabyPelon2 .BabyPelones .slick-slide {
    margin-left: 0;
  }
}

.BabyPelon2 .baby__wrapper {
  padding-bottom: 184px;
}

.BabyPelon2 .baby__wrapper .title {
  text-align: start;
}

.BabyPelon2 .baby__wrapper .title_fz120 {
  padding-bottom: 23px;
}

.BabyPelon2 .baby__bg {
  padding: 60px 0;
}

.BabyPelon2 .baby .how-can__info {
  display: none;
}

.BabyPelon2 .baby .slick-slide {
  margin-left: 12px;
}

@media (max-width: 991.98px) {
  .BabyPelon2 .baby__slide__wrapper {
    column-gap: 0;
  }

  .BabyPelon2 .baby .m {
    margin: 0;
  }

  .BabyPelon2 .baby .slick-slide {
    margin-left: 0;
    margin-top: 7px;
  }
}

@media (max-width: 767.98px) {
  .BabyPelon2 .baby__bg {
    padding: 40px 0 37px;
  }

  .BabyPelon2 .baby__bg .title_fz120 {
    max-width: 300px;
  }

  .BabyPelon2 .baby__carousel {
    padding-bottom: 0;
  }

  .BabyPelon2 .baby__column__wrapper {
    margin-top: 57px;
  }

  .BabyPelon2 .baby__wrapper {
    padding-bottom: 64px;
  }

  .BabyPelon2 .baby .how-can__info {
    display: block;
    text-align: center;
    margin-top: 36px;
  }

  .BabyPelon2 .baby .how-can__info_span {
    font-size: 16px;
    line-height: 26px;
  }

  .BabyPelon2 .baby .slick-slide {
    margin-left: 0;
  }
}

.BabyPelon2 .main-descr {
  padding: 0;
}

.BabyPelon2 .main-descr .top-wave {
  background-color: #83cfd0;
}

.BabyPelon2 .main-descr__bg {
  padding: 40px 0;
  background-color: #e4e3f9;
}

.BabyPelon2 .main-descr__wrapper {
  padding-top: 64px;
  align-items: flex-start;
}

@media (max-width: 991.98px) {
  .BabyPelon2 .main-descr__wrapper {
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  .BabyPelon2 .main-descr .wrapper-text_descr {
    padding-top: 0;
  }

  .BabyPelon2 .main-descr .title_fz70 {
    font-size: 36px;
    line-height: 32px;
  }

  .BabyPelon2 .main-descr .bottom-wave {
    background-color: #e4e3f9;
  }
}

.BabyPelon2 .herous {
  overflow: hidden;
}

.BabyPelon2 .herous__bg {
  background-color: #a4a3ea;
  padding: 48px 0 57px;
}

.BabyPelon2 .herous .title_fz52 {
  width: 614px;
  margin: 0 auto;
  text-align: center;
}

.BabyPelon2 .herous .BabyPelones__slide_img {
  width: 183px;
  height: 180px;
}

.BabyPelon2 .herous .slick-slide img {
  margin: 0 auto;
}

.BabyPelon2 .herous__tab {
  background-color: #a4a3ea;
  padding-top: 40px;
}

.BabyPelon2 .herous_tablinks2 {
  background-color: #a4a3ea;
}

.BabyPelon2 .herous .how-can__info {
  padding-top: 40px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .BabyPelon2 .herous .herous__tab {
    padding-left: 12px;
  }

  .BabyPelon2 .herous .how-can__info {
    padding-top: 32px;
    text-align: right;
  }

  .BabyPelon2 .herous .how-can__info_span {
    font-size: 16px;
    line-height: 26px;
  }

  .BabyPelon2 .herous .slick-dots {
    bottom: -49px;
    left: 10%;
  }

  .BabyPelon2 .herous .BabyPelones__slide {
    padding: 2px 4px 8px 5px;
  }

  .BabyPelon2 .herous .text_fz16_fw500 {
    padding-top: 20px;
  }

  .BabyPelon2 .herous .BabyPelones__slide__wrapper {
    column-gap: 36px;
    padding: 0;
  }

  .BabyPelon2 .herous .BabyPelones_link,
  .BabyPelon2 .herous .BabyPelones_link img {
    display: inline-block;
  }

  .BabyPelon2 .herous .slick-slide {
    margin-left: 12px;
  }

  .BabyPelon2 .herous .slick-list {
    overflow: inherit;
    position: relative;
  }

  .BabyPelon2 .herous .slick-list:before {
    background-color: #a4a3ea;
  }
}

.Product .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  color: #fff;
}

.Product .hero__padding {
  padding: 87px 0 100px;
}

.Product .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.Product .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.01em;
  color: #f9f5ef;
}

@media (max-width: 767.98px) {
  .Product .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.Product .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.Product .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.Product .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.Product .BabyPelones {
  padding: 32px 0 59px;
}

.Product .BabyPelones .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.Product .BabyPelones .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.Product .BabyPelones .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.Product .BabyPelones .media-md {
  display: none;
}

.Product .BabyPelones__slide {
  padding: 0 20px 17px 18px;
  background-color: #fff;
  border-radius: 6px;
  margin: 0 6px;
}

.Product .BabyPelones__slide_img {
  max-width: 100%;
  margin: auto;
}

.Product .BabyPelones_price {
  font-family: HWT Artz;
  color: #172934;
  font-weight: 700;
  font-size: 31px;
  line-height: 32px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.Product .BabyPelones__wrapper {
  margin-top: 13px;
  display: flex;
}

.Product .BabyPelones .title_fz52 {
  width: 611px;
}

.Product .BabyPelones .slick-prev {
  left: -10px;
  top: 50%;
}

.Product .BabyPelones .slick-next {
  top: 50%;
  right: 44px;
}

.Product .BabyPelones .how-can__info {
  text-align: center;
  margin-top: 42px;
}

.Product .BabyPelones .btn_BabyPelones {
  line-height: 15px;
}

@media (max-width: 768px) {
  .Product .BabyPelones__slide {
    display: block !important;
    margin: 0 auto;
    margin-top: 8px;
  }

  .Product .BabyPelones .media-lg {
    display: none;
  }

  .Product .BabyPelones .media-md {
    display: block;
  }

  .Product .BabyPelones .title_fz52 {
    margin-left: 0;
    text-align: left;
  }

  .Product .BabyPelones .btn_BabyPelones {
    font-size: 9px;
    line-height: 20px;
  }
}

.Product .BabyPelones .BabyPelones_tablinks:last-of-type {
  margin-right: 0;
}

.Product .tab {
  width: 100vw;
  overflow: hidden;
  border: none;
  background-color: #f9f5ef;
  justify-content: space-around;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  scrollbar-width: none;
}

.Product .tab::-webkit-scrollbar {
  width: 0 !important;
}

.Product .tab-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgba(23, 41, 52, 0.2);
}

.Product .tab_btn {
  background-color: #f9f5ef;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding-bottom: 12px;
  width: -moz-max-content;
  width: max-content;
  margin-right: 30px;
}

.Product .tab_btn:last-of-type {
  margin-right: 0;
}

.Product .active {
  border-bottom: 4px solid #e14286;
  font-weight: 800;
}

.Product .tab_content {
  padding-top: 56px;
  display: none;
  animation: e 1s;
}

@media (max-width: 767.98px) {
  .Product .tab_content {
    padding-top: 10px;
  }

  .Product .tab_btn {
    margin-right: 24px;
  }
}

.Product .years__tab {
  background: #83cfd0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .Product .years__tab {
    width: 100vw;
  }
}

.Product .years_tablinks {
  background: #83cfd0;
}

.Product .BabyPelones__tab {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 56px;
}

@media (max-width: 991.98px) {
  .Product .BabyPelones__tab {
    width: 100%;
  }
}

.Product .main-descr {
  padding: 56px 0 80px;
}

.Product .main-descr__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Product .main-descr .wrapper-text_descr {
  max-width: 614px;
}

@media (max-width: 991.98px) {
  .Product .main-descr .main-descr__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .Product .main-descr .main-descr__column {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .Product .main-descr {
    padding: 0 0 32px;
  }
}

.Product .descubre {
  overflow: hidden;
}

.Product .descubre__bg {
  padding: 48px 0 52px;
  background-color: #fc7861;
}

.Product .descubre .title_fz52 {
  width: 614px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 32px;
}

.Product .descubre .how-can__info {
  padding-top: 40px;
  text-align: center;
}

.Product .descubre .how-can__info_span {
  font-size: 16px;
  line-height: 26px;
}

.Product .descubre .top-wave {
  background-color: #a4a3ea;
}

.Product .descubre .slick-list:before {
  background-color: #fc7861;
}

.Product .descubre .btn_BabyPelones {
  font-size: 11px;
  line-height: 15px;
}

@media (max-width: 991.98px) {
  .Product .descubre .btn_BabyPelones {
    font-size: 9px;
    line-height: 20px;
  }

  .Product .descubre .how-can__info {
    padding-top: 32px;
    text-align: right;
  }

  .Product .descubre .slick-dots {
    bottom: -49px;
    left: 10%;
  }

  .Product .descubre .BabyPelones__slide {
    padding: 2px 4px 8px 5px;
  }

  .Product .descubre .text_fz16_fw500 {
    padding-top: 20px;
  }

  .Product .descubre .BabyPelones__slide__wrapper {
    column-gap: 36px;
    padding: 0;
  }

  .Product .descubre .BabyPelones_link,
  .Product .descubre .BabyPelones_link img {
    display: inline-block;
  }

  .Product .descubre .slick-slide {
    margin-left: 12px;
  }

  .Product .descubre .slick-list {
    overflow: inherit;
    position: relative;
  }
}

.Product .hazte-socio__bg {
  background-color: #ffb800;
  padding: 28px 0 69px;
}

.Product .hazte-socio__wrapper {
  display: flex;
  justify-content: space-between;
}

.Product .hazte-socio__wrapper .title_fz120 {
  padding-top: 46px;
}

.Product .hazte-socio__wrapper .text_fz20 {
  padding: 24px 0 32px;
  max-width: 480px;
}

@media (max-width: 991.98px) {
  .Product .hazte-socio__bg {
    padding: 24px 0 39px;
  }

  .Product .hazte-socio__wrapper {
    flex-direction: column;
  }

  .Product .hazte-socio__wrapper .title_fz120 {
    font-size: 38px;
    line-height: 34px;
    text-align: center;
  }

  .Product .hazte-socio__wrapper .text_fz20 {
    padding: 12px 0 27px;
    text-align: center;
    margin: auto;
  }

  .Product .hazte-socio__wrapper .btn {
    margin: 0 auto;
  }

  .Product .hazte-socio_img {
    margin: 0 auto;
    margin-top: 40px;
  }
}

.Product .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/Babypelon/image.png) top no-repeat;
  background-size: cover;
  position: relative;
  background-blend-mode: hard-light;
}

.Product .hero h1 {
  max-width: 690px;
}

.Product .hero .hero__padding {
  padding: 60px 0 100px;
}

.Product .hero p {
  margin-bottom: 56px;
}

.Product .hero .btn_big {
  margin-top: 32px;
}

@media (max-width: 360px) {
  .Product .hero {
    background: rgba(23, 41, 52, 0.68) url(../img/Babypelon/image-mob.png) top no-repeat;
  }

  .Product .hero p {
    margin-bottom: 134px;
  }

  .Product .hero .hero__padding {
    padding: 80px 0 140px;
  }

  .Product .hero .btn_big {
    margin-top: 21px;
  }
}

.Product .BabyPelones {
  padding: 0;
  overflow: hidden;
}

.Product .BabyPelones__bg {
  background-color: #a4a3ea;
  padding: 48px 0;
}

.Product .BabyPelones .title_fz52 {
  width: 614px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 32px;
}

.Product .BabyPelones .slick-list:before {
  background-color: #a4a3ea;
}

.Product .BabyPelones__carousel3 {
  margin-top: 32px;
  display: none;
}

.slick-next-bp3 {
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.07);
  top: calc(50% - 30px);
  transform: translate(-50%);
  right: -60px;
}

.slick-prev-bp3 {
  left: 0;
  top: calc(50% - 30px);
  transform: translate(-50%);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.07);
}

.Product .BabyPelones .how-can__info_span {
  font-size: 16px;
  line-height: 26px;
}

.Product .BabyPelones__wrapper {
  display: grid;
  grid-template-columns: 80px 100px;
  justify-content: space-between;
}

.Product .BabyPelones .text_fz16_fw500 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

.Product .BabyPelones_link {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  font-family: Avenir;
  margin-top: 8px;
  display: flex;
  gap: 8px;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #e14286;
}

.Product .BabyPelones_link:hover {
  color: #e14286;
}

.Product .BabyPelones .btn_BabyPelones {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  font-size: 11px;
  line-height: 20px;
}

@media (max-width: 767.98px) {
  .Product .BabyPelones .btn_BabyPelones {
    font-size: 9px;
    line-height: 20px;
  }
}

@media (max-width: 991.98px) {
  .Product .BabyPelones .title_fz52 {
    text-align: left;
    margin-left: 0;
  }

  .Product .BabyPelones__wrapper {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    grid-template-columns: 1fr;
    row-gap: 8px;
  }

  .Product .BabyPelones .text_fz16_fw500 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .Product .BabyPelones .btn_BabyPelones {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .Product .BabyPelones_link {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }

  .Product .BabyPelones__slide__wrapper {
    padding: 21px 0 22px;
    display: grid;
    grid-template-columns: 140px 140px;
    justify-content: space-between;
    column-gap: 0;
  }

  .Product .BabyPelones__slide_img {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    height: 174px;
    width: 183px;
  }

  .Product .BabyPelones__slide .text_fz16_fw500 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .Product .BabyPelones .how-can__info {
    text-align: right;
  }

  .Product .BabyPelones .how-can__info_span {
    font-size: 16px;
    line-height: 26px;
  }

  .Product .BabyPelones .slick-dots {
    bottom: -49px;
    left: 10%;
  }

  .Product .BabyPelones .BabyPelones__slide {
    padding: 2px 4px 8px 5px;
  }

  .Product .BabyPelones .text_fz16_fw500 {
    padding-top: 20px;
  }

  .Product .BabyPelones .BabyPelones__slide__wrapper {
    column-gap: 36px;
    padding: 0;
  }

  .Product .BabyPelones .BabyPelones_link,
  .Product .BabyPelones .BabyPelones_link img {
    display: inline-block;
  }

  .Product .BabyPelones .slick-slide {
    margin-left: 12px;
  }

  .Product .BabyPelones .slick-list {
    overflow: inherit;
    position: relative;
  }
}

.Product .baby__wrapper {
  padding-bottom: 184px;
}

.Product .baby__wrapper .title {
  text-align: start;
}

.Product .baby__wrapper .title_fz120 {
  padding-bottom: 23px;
}

.Product .baby__bg {
  padding: 153px 0 113px;
}

.Product .baby .how-can__info {
  display: none;
}

.Product .baby .slick-slide {
  margin-left: 12px;
}

.Product .baby .top-wave {
  background-color: #a4a3ea;
}

@media (max-width: 991.98px) {
  .Product .baby {
    padding-top: 0;
  }

  .Product .baby .slick-slide {
    margin-top: 8px;
  }

  .Product .baby__slide__wrapper {
    column-gap: 0;
  }

  .Product .baby .m {
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .Product .baby__bg {
    padding: 40px 0 37px;
  }

  .Product .baby__bg .title_fz120 {
    max-width: 300px;
  }

  .Product .baby__carousel {
    padding-bottom: 0;
  }

  .Product .baby__column__wrapper {
    margin-top: 57px;
  }

  .Product .baby__wrapper {
    padding-bottom: 64px;
  }

  .Product .baby .how-can__info {
    display: block;
    text-align: center;
    margin-top: 36px;
  }

  .Product .baby .how-can__info_span {
    font-size: 16px;
    line-height: 26px;
  }

  .Product .baby .BabyPelones__carousel1 .slick-slide {
    margin-left: 0;
    height: 188px;
  }

  .Product .baby .BabyPelones__carousel1 .BabyPelones__slide__wrapper {
    padding: 5px 0 0;
  }
}

.Product .main-descr {
  padding: 0;
}

.Product .main-descr .top-wave {
  background-color: #83cfd0;
}

.Product .main-descr__bg {
  padding: 40px 0;
  background-color: #e4e3f9;
}

.Product .main-descr__wrapper {
  padding-top: 64px;
  align-items: flex-start;
}

.Product .main-descr .bottom-wave {
  background-color: #e4e3f9;
}

.Product .main-descr .title_fz70 {
  max-width: 350px;
}

@media (max-width: 991.98px) {
  .Product .main-descr__wrapper {
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  .Product .main-descr .wrapper-text_descr {
    padding-top: 0;
  }

  .Product .main-descr .title_fz70 {
    font-size: 36px;
    line-height: 32px;
  }
}

.FichaProducto .tab {
  width: 100vw;
  overflow: hidden;
  border: none;
  background-color: #f9f5ef;
  justify-content: space-around;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  scrollbar-width: none;
}

.FichaProducto .tab::-webkit-scrollbar {
  width: 0 !important;
}

.FichaProducto .tab-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgba(23, 41, 52, 0.2);
}

.FichaProducto .tab_btn {
  background-color: #f9f5ef;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding-bottom: 12px;
  width: -moz-max-content;
  width: max-content;
  margin-right: 30px;
}

.FichaProducto .tab_btn:last-of-type {
  margin-right: 0;
}

.FichaProducto .active {
  border-bottom: 4px solid #e14286;
  font-weight: 800;
}

.FichaProducto .tab_content {
  padding-top: 56px;
  display: none;
  animation: e 1s;
}

@media (max-width: 767.98px) {
  .FichaProducto .tab_content {
    padding-top: 10px;
  }

  .FichaProducto .tab_btn {
    margin-right: 24px;
  }
}

.FichaProducto .years__tab {
  background: #83cfd0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .FichaProducto .years__tab {
    width: 100vw;
  }
}

.FichaProducto .years_tablinks {
  background: #83cfd0;
}

.FichaProducto .BabyPelones__tab {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 56px;
}

@media (max-width: 991.98px) {
  .FichaProducto .BabyPelones__tab {
    width: 100%;
  }
}

.FichaProducto .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.FichaProducto .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.FichaProducto .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.FichaProducto .BabyPelones {
  padding: 32px 0 59px;
  overflow: hidden;
}

.FichaProducto .BabyPelones .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.FichaProducto .BabyPelones .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.FichaProducto .BabyPelones .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.FichaProducto .BabyPelones .media-md {
  display: none;
}

.FichaProducto .BabyPelones__slide {
  padding: 0 20px 17px 18px;
  background-color: #fff;
  border-radius: 6px;
  margin: 0 6px;
}

.FichaProducto .BabyPelones__slide_img {
  margin: auto;
}

.FichaProducto .BabyPelones_price {
  font-family: HWT Artz;
  color: #172934;
  font-weight: 700;
  font-size: 31px;
  line-height: 32px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.FichaProducto .BabyPelones__wrapper {
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
}

.FichaProducto .BabyPelones .title_fz52 {
  margin: 0 auto;
  text-align: center;
  width: 611px;
}

.FichaProducto .BabyPelones .slick-prev {
  left: -10px;
  top: 50%;
}

.FichaProducto .BabyPelones .slick-next {
  top: 50%;
  right: 44px;
}

.FichaProducto .BabyPelones .how-can__info {
  text-align: center;
  margin-top: 42px;
}

.FichaProducto .BabyPelones .btn_BabyPelones {
  font-size: 11px;
  line-height: 15px;
}

@media (max-width: 768px) {
  .FichaProducto .BabyPelones__slide {
    display: block !important;
    margin: 0 auto;
    margin-top: 8px;
  }

  .FichaProducto .BabyPelones .media-lg {
    display: none;
  }

  .FichaProducto .BabyPelones .media-md {
    display: block;
  }

  .FichaProducto .BabyPelones .title_fz52 {
    margin-left: 0;
    text-align: left;
  }

  .FichaProducto .BabyPelones .btn_BabyPelones {
    font-size: 9px;
    line-height: 20px;
  }
}

.FichaProducto .BabyPelones .BabyPelones_tablinks:last-of-type {
  margin-right: 0;
}

.FichaProducto .descubre {
  overflow: hidden;
}

.FichaProducto .descubre__bg {
  padding: 48px 0 52px;
  background-color: #fc7861;
}

.FichaProducto .descubre .title_fz52 {
  width: 614px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 32px;
}

.FichaProducto .descubre .how-can__info {
  padding-top: 40px;
  text-align: center;
}

.FichaProducto .descubre .how-can__info_span {
  line-height: 26px;
}

.FichaProducto .descubre .top-wave {
  background-color: #a4a3ea;
}

.FichaProducto .descubre .slick-list:before {
  background-color: #fc7861;
}

.FichaProducto .descubre .btn_BabyPelones {
  font-size: 11px;
  line-height: 15px;
}

@media (max-width: 991.98px) {
  .FichaProducto .descubre .btn_BabyPelones {
    font-size: 9px;
    line-height: 20px;
  }

  .FichaProducto .descubre .how-can__info {
    padding-top: 32px;
    text-align: right;
  }

  .FichaProducto .descubre .slick-dots {
    bottom: -49px;
    left: 10%;
  }

  .FichaProducto .descubre .BabyPelones__slide {
    padding: 2px 4px 8px 5px;
  }

  .FichaProducto .descubre .text_fz16_fw500 {
    padding-top: 20px;
  }

  .FichaProducto .descubre .BabyPelones__slide__wrapper {
    column-gap: 36px;
    padding: 0;
  }

  .FichaProducto .descubre .BabyPelones_link,
  .FichaProducto .descubre .BabyPelones_link img {
    display: inline-block;
  }

  .FichaProducto .descubre .slick-slide {
    margin-left: 12px;
  }

  .FichaProducto .descubre .slick-list {
    overflow: inherit;
    position: relative;
  }
}

.FichaProducto .hazte-socio__bg {
  background-color: #ffb800;
  padding: 28px 0 69px;
}

.FichaProducto .hazte-socio__wrapper {
  display: flex;
  justify-content: space-between;
}

.FichaProducto .hazte-socio__wrapper .title_fz120 {
  padding-top: 46px;
}

.FichaProducto .hazte-socio__wrapper .text_fz20 {
  padding: 24px 0 32px;
  max-width: 480px;
}

@media (max-width: 991.98px) {
  .FichaProducto .hazte-socio__bg {
    padding: 24px 0 39px;
  }

  .FichaProducto .hazte-socio__wrapper {
    flex-direction: column;
  }

  .FichaProducto .hazte-socio__wrapper .title_fz120 {
    font-size: 38px;
    line-height: 34px;
    text-align: center;
  }

  .FichaProducto .hazte-socio__wrapper .text_fz20 {
    padding: 12px 0 27px;
    text-align: center;
    margin: auto;
  }

  .FichaProducto .hazte-socio__wrapper .btn {
    margin: 0 auto;
  }

  .FichaProducto .hazte-socio_img {
    margin: 0 auto;
    margin-top: 40px;
    max-width: 100%;
  }
}

.FichaProducto .luka {
  overflow: hidden;
  padding: 74px 0 64px;
}

.FichaProducto .luka .tab-btn {
  font-size: 20px;
  line-height: 27px;
}

.FichaProducto .luka .read-more__link {
  font-weight: 800;
  color: #172934;
  margin-left: 10px;
  padding-right: 20px;
  position: relative;
}

.FichaProducto .luka .read-more__link:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.995.505a.7.7 0 0 1 0 .99l-.433-.433.433.433-.046.046-.129.128a115.605 115.605 0 0 1-1.903 1.84A40.416 40.416 0 0 1 7.365 4.91a9.1 9.1 0 0 1-.628.493c-.091.063-.188.125-.283.174-.065.034-.24.123-.454.123-.213 0-.389-.09-.454-.123a2.585 2.585 0 0 1-.283-.174c-.183-.128-.4-.3-.628-.493a40.416 40.416 0 0 1-1.552-1.4A102.704 102.704 0 0 1 1.18 1.669l-.129-.128-.045-.045v-.001L1.5 1l.495-.495.044.044.127.126A110.352 110.352 0 0 0 4.042 2.49c.529.498 1.065.987 1.495 1.35.184.154.34.279.463.369.123-.09.28-.215.463-.37.43-.362.966-.851 1.495-1.349A101.21 101.21 0 0 0 9.834.675l.127-.126.043-.043a.7.7 0 0 1 .991-.001zM5.812 4.333c-.018.007-.019.01 0 0zM1.005.505a.7.7 0 0 1 .99 0L1.5 1l-.495.495a.7.7 0 0 1 0-.99z' fill='%23172934'/%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.FichaProducto .luka [data-clicked="true"] {
  display: inline-block;
  margin-left: 0;
}

.FichaProducto .luka [data-clicked="true"]:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.995.505a.7.7 0 0 1 0 .99l-.433-.433.433.433-.046.046-.129.128a115.605 115.605 0 0 1-1.903 1.84A40.416 40.416 0 0 1 7.365 4.91a9.1 9.1 0 0 1-.628.493c-.091.063-.188.125-.283.174-.065.034-.24.123-.454.123-.213 0-.389-.09-.454-.123a2.585 2.585 0 0 1-.283-.174c-.183-.128-.4-.3-.628-.493a40.416 40.416 0 0 1-1.552-1.4A102.704 102.704 0 0 1 1.18 1.669l-.129-.128-.045-.045v-.001L1.5 1l.495-.495.044.044.127.126A110.352 110.352 0 0 0 4.042 2.49c.529.498 1.065.987 1.495 1.35.184.154.34.279.463.369.123-.09.28-.215.463-.37.43-.362.966-.851 1.495-1.349A101.21 101.21 0 0 0 9.834.675l.127-.126.043-.043a.7.7 0 0 1 .991-.001zM5.812 4.333c-.018.007-.019.01 0 0zM1.005.505a.7.7 0 0 1 .99 0L1.5 1l-.495.495a.7.7 0 0 1 0-.99z' fill='%23172934'/%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(180deg);
}

.FichaProducto .luka .movie-desc {
  display: inline;
}

.FichaProducto .luka .luka__tab__wrapper_text {
  max-width: 510px;
}

.FichaProducto .luka__wrapper {
  display: grid;
  grid-template-columns: 614px 400px;
  column-gap: 116px;
}

.FichaProducto .luka__links {
  display: none;
}

.FichaProducto .luka__column_img img {
  border-radius: 10px;
}

.FichaProducto .luka__column__box {
  padding-top: 16px;
  display: flex;
  justify-content: space-around;
}

.FichaProducto .luka__descr .text_fz11 {
  font-weight: 900;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 36px;
}

.FichaProducto .luka__descr .text_fz11 a {
  font-weight: 900;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  color: #172934;
}

.FichaProducto .luka__descr__wrapper {
  margin-top: 60px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 26px;
}

.FichaProducto .luka__descr__wrapper .title_fz52 {
  width: auto;
  margin-bottom: 0;
}

.FichaProducto .luka__descr__wrapper .text_fz16 {
  font-weight: 500;
  letter-spacing: 0.02em;
}

.FichaProducto .luka__descr__wrapper .text_fz13 {
  margin-top: 3px;
  letter-spacing: 0.02em;
}

.FichaProducto .luka_link {
  display: block;
  margin-top: 26px;
  color: #83cfd0;
  font-weight: 800;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.02em;
}

.FichaProducto .luka_link:hover {
  color: #83cfd0;
}

.FichaProducto .luka__form__wrapper {
  display: flex;
  gap: 12px;
  padding-top: 26px;
}

.FichaProducto .luka__form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/hazte-jueg/vector.svg) #fff no-repeat center right 16px !important;
}

.FichaProducto .luka__form .margin {
  background: #fff;
  border: 1px solid rgba(80, 80, 80, 0.4);
  box-sizing: border-box;
  border-radius: 6px;
  width: 197px;
  height: 52px;
  padding: 11px 18px;
  font-family: Avenir;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: rgba(30, 50, 56, 0.5);
}

.FichaProducto .luka__form__wrapper2 {
  display: flex;
  padding-top: 26px;
  gap: 40px;
}
@media (max-width: 440.98px) {
  .FichaProducto .luka__form__wrapper2 {
    flex-wrap: wrap;
  }
}

.FichaProducto .luka__form__wrapper2__box {
  display: flex;
  gap: 25px;
  align-items: center;
}

.FichaProducto .luka__form__wrapper2__box .left,
.FichaProducto .luka__form__wrapper2__box .right {
  height: 50px;
  width: 50px;
  border: none;
  border-radius: 100%;
  background: #fff;
  color: #172934;
  font-size: 24px;
  font-weight: 500;
}

.FichaProducto .luka .m-auto {
  margin-left: 0;
}

.FichaProducto .luka .tab {
  width: 100%;
  margin-top: 60px;
}

.FichaProducto .luka .tab-box {
  width: 100%;
}

.FichaProducto .luka .luka__tab__wrapper {
  display: grid;
  grid-template-columns: 510px 350px;
  justify-content: space-between;
}

.FichaProducto .luka .luka__tab__wrapper__descr {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.FichaProducto .luka .luka__tab__wrapper1 {
  display: grid;
  grid-template-columns: 510px 624px;
  justify-content: space-between;
}

.FichaProducto .luka .luka__carousel {
  display: none;
}

.FichaProducto .luka .playing__bg-video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  cursor: pointer;
}

.FichaProducto .luka .slick-slide img {
  margin: auto;
}

@media (max-width: 1300px) {
  .FichaProducto .luka__wrapper {
    grid-template-columns: 100%;
    row-gap: 24px;
  }

  .FichaProducto .luka__column__box {
    max-width: 600px;
  }

  .FichaProducto .luka .luka__tab__wrapper {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }

  .FichaProducto .luka .luka__tab__wrapper__descr {
    gap: 8px;
  }

  .FichaProducto .luka .luka__tab__wrapper .text_fz20 {
    width: 600px;
  }

  .FichaProducto .luka .luka__tab__wrapper1 {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }

  .FichaProducto .luka .luka__tab__wrapper1 .text_fz20 {
    width: 600px;
    order: 1;
  }
}

@media (max-width: 991.98px) {

  .FichaProducto .luka__column {
    width: 100%;
  }

  .FichaProducto .luka {
    padding: 0 0 40px;
  }

  .FichaProducto .luka .text_fz20 {
    font-size: 14px;
    line-height: 24px;
  }

  .FichaProducto .luka__carousel {
    display: block !important;
    height: 300px;
    width: 360px;
    margin: 0 auto;
  }

  .FichaProducto .luka .slick-dots {
    bottom: 0;
  }

  .FichaProducto .luka .bien__number {
    bottom: -7px;
    left: 20px;
    right: none;
  }

  .FichaProducto .luka__wrapper {
    justify-items: flex-start;
  }

  .FichaProducto .luka__descr .text_fz11 {
    margin-bottom: 18px;
  }

  .FichaProducto .luka__descr .title_fz70 {
    font-size: 52px;
    line-height: 46px;
  }

  .FichaProducto .price .woocommerce-Price-amount,
  .FichaProducto .price .woocommerce-Price-amount bdi {
    font-size: 36px;
    line-height: 32px;
  }

  .FichaProducto .luka__descr .text_fz16 {
    font-size: 13px;
    line-height: 16px;
  }

  .FichaProducto .luka__descr .luka_link {
    margin-top: 8px;
  }

  .FichaProducto .luka__descr__wrapper {
    margin-top: 18px;
    margin-bottom: 0;
  }

  .FichaProducto .luka .luka__tab {
    margin-top: 39px;
  }

  .FichaProducto .luka .luka__tab__wrapper {
    justify-items: start;
  }

  .FichaProducto .luka .tab_content {
    padding-top: 32px;
  }

  .FichaProducto .luka .tab-box {
    width: 100vw;
  }

  .FichaProducto .luka .text_fz20 {
    width: 320px !important;
  }

  .FichaProducto .luka .luka__tab {
    width: 100vw;
  }

  .FichaProducto .luka__form .margin {
    width: 159px;
  }

  .FichaProducto .luka__form__wrapper2 {
    gap: 11px;
  }

  .FichaProducto .luka__form__wrapper2__box {
    gap: 14px;
  }

  .FichaProducto .luka .btn {
    min-width: 176px;
  }

  .FichaProducto .luka__links {
    display: flex;
    gap: 22px;
    padding-top: 32px;
  }

  .FichaProducto .luka__links .compatir {
    color: #172934;
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.02em;
    margin-right: 40px;
    text-decoration: underline;
  }

  .FichaProducto .luka .tab-btn {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 767.98px) {
  .FichaProducto .luka .bien__number {
    display: block;
  }
}

@media (max-width: 410px) {
  .FichaProducto .luka .tab-box {
    width: auto;
  }

  .FichaProducto .luka .luka__tab {
    width: 87vw;
  }
}

.FichaProducto .destacados {
  overflow: hidden;
}

.FichaProducto .destacados__bg {
  background-color: #83cfd0;
  padding: 48px 0 50px;
}

.FichaProducto .destacados__bg .title_fz52 {
  margin: 0 auto;
  width: 610px;
  text-align: center;
}

.FichaProducto .destacados__bg .how-can__info {
  margin-top: 40px;
  text-align: center;
}

.FichaProducto .destacados__bg .how-can__info_span {
  font-size: 16px;
  line-height: 22px;
}

.FichaProducto .destacados .BabyPelones__carousel3 {
  margin-top: 32px;
}

.FichaProducto .destacados .BabyPelones__wrapper {
  display: grid;
  grid-template-columns: 85px 96px;
  justify-content: space-between;
}

.FichaProducto .destacados .BabyPelones__wrapper .btn {
  display: block;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}

.FichaProducto .destacados .BabyPelones_price {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

.FichaProducto .destacados .BabyPelones_link {
  margin-top: 6px;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #e14286;
}

.FichaProducto .destacados .BabyPelones_link img {
  display: inline-block;
}

.FichaProducto .destacados .BabyPelones__slide {
  padding: 20px 20px 17px 18px;
}

.FichaProducto .destacados .BabyPelones__slide_img {
  width: 162px;
  height: 162px;
  margin: 0 auto;
  margin-bottom: 18px;
}

.FichaProducto .destacados .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background-color: #83cfd0;
}

@media (max-width: 991.98px) {
  .FichaProducto .destacados__bg {
    padding: 40px 0;
  }

  .FichaProducto .destacados__bg .title_fz52 {
    margin-left: 0;
    text-align: left;
    font-size: 36px;
    line-height: 32px;
    width: 316px;
  }

  .FichaProducto .destacados .BabyPelones__slide {
    padding: 13px 20px;
  }

  .FichaProducto .destacados .BabyPelones__slide__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 140px);
    justify-content: space-between;
    column-gap: 20px;
  }

  .FichaProducto .destacados .BabyPelones__slide__wrapper .text_fz16 {
    padding-top: 27px;
  }

  .FichaProducto .destacados .BabyPelones__slide_img {
    margin: 0;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }

  .FichaProducto .destacados .BabyPelones__wrapper {
    flex-direction: column;
    display: flex;
    gap: 7px;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    justify-content: flex-start;
    padding-bottom: 26px;
  }

  .FichaProducto .destacados .BabyPelones_link {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .FichaProducto .destacados .slick-slide {
    margin-left: 12px;
  }

  .FichaProducto .destacados .slick-dots {
    bottom: -50px;
    left: 0;
    transform: none;
  }

  .FichaProducto .destacados .how-can__info {
    margin-top: 30px;
    text-align: right;
  }
}

.FichaProducto .herous {
  overflow: hidden;
}

.FichaProducto .herous .top-wave {
  background-color: #83cfd0;
}

.FichaProducto .herous__bg {
  background-color: #a4a3ea;
  padding: 48px 0 57px;
}

.FichaProducto .herous .title_fz52 {
  width: 614px;
  margin: 0 auto;
  text-align: center;
}

.FichaProducto .herous .BabyPelones__slide_img {
  width: 183px;
  height: 180px;
}

.FichaProducto .herous .slick-slide img {
  margin: 0 auto;
}

.FichaProducto .herous__tab {
  background-color: #a4a3ea;
  padding-top: 40px;
}

.FichaProducto .herous_tablinks5 {
  background-color: #a4a3ea;
}

.FichaProducto .herous .how-can__info {
  padding-top: 40px;
  text-align: center;
}

.FichaProducto .herous .how-can__info_span {
  font-size: 16px;
  line-height: 22px;
}

.FichaProducto .herous .BabyPelones__wrapper {
  display: grid;
  grid-template-columns: 85px 96px;
  justify-content: space-between;
}

.FichaProducto .herous .BabyPelones__wrapper .btn {
  display: block;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}

.FichaProducto .herous .BabyPelones_price {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

.FichaProducto .herous .BabyPelones_link {
  margin-top: 6px;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #e14286;
}

.FichaProducto .herous .BabyPelones_link img {
  display: inline-block;
}

.FichaProducto .herous .BabyPelones__slide {
  padding: 20px 20px 17px 18px;
}

.FichaProducto .herous .BabyPelones__slide_img {
  width: 162px;
  height: 162px;
  margin: 0 auto;
  margin-bottom: 18px;
}

.FichaProducto .herous .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background-color: #a4a3ea;
}

@media (max-width: 991.98px) {
  .FichaProducto .herous__bg {
    padding: 40px 0;
  }

  .FichaProducto .herous__bg .title_fz52 {
    margin-left: 0;
    text-align: left;
    font-size: 36px;
    line-height: 32px;
    width: 316px;
  }

  .FichaProducto .herous .BabyPelones__slide {
    padding: 13px 20px;
  }

  .FichaProducto .herous .BabyPelones__slide__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 140px);
    justify-content: space-between;
    column-gap: 20px;
  }

  .FichaProducto .herous .BabyPelones__slide__wrapper .text_fz16 {
    padding-top: 27px;
  }

  .FichaProducto .herous .BabyPelones__slide_img {
    margin: 0;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }

  .FichaProducto .herous .BabyPelones__wrapper {
    flex-direction: column;
    display: flex;
    gap: 7px;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    justify-content: flex-start;
    padding-bottom: 26px;
  }

  .FichaProducto .herous .BabyPelones_link,
  .FichaProducto .herous .tab {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .FichaProducto .herous .slick-slide {
    margin-left: 12px;
  }

  .FichaProducto .herous .slick-dots {
    bottom: -50px;
    left: 0;
    transform: none;
  }

  .FichaProducto .herous .how-can__info {
    margin-top: 0;
    text-align: right;
  }
}

.FichaProducto .descubre .how-can__info_span {
  font-size: 16px;
  line-height: 22px;
}

.FichaProducto .descubre .BabyPelones__wrapper {
  display: grid;
  grid-template-columns: 85px 96px;
  justify-content: space-between;
}

.FichaProducto .descubre .BabyPelones__wrapper .btn {
  display: block;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}

.FichaProducto .descubre .BabyPelones_price {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

.FichaProducto .descubre .BabyPelones_link {
  margin-top: 6px;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #e14286;
}

.FichaProducto .descubre .BabyPelones_link img {
  display: inline-block;
}

.FichaProducto .descubre .BabyPelones__slide {
  padding: 20px 20px 17px 18px;
}

.FichaProducto .descubre .BabyPelones__slide_img {
  width: 162px;
  height: 162px;
  margin: 0 auto;
  margin-bottom: 18px;
}

@media (max-width: 991.98px) {
  .FichaProducto .descubre__bg {
    padding: 40px 0;
  }

  .FichaProducto .descubre__bg .title_fz52 {
    margin-left: 0;
    text-align: left;
    font-size: 36px;
    line-height: 32px;
    width: 316px;
  }

  .FichaProducto .descubre .BabyPelones__slide {
    padding: 13px 20px;
  }

  .FichaProducto .descubre .BabyPelones__slide__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 140px);
    justify-content: space-between;
    column-gap: 40px;
  }

  .FichaProducto .descubre .BabyPelones__slide__wrapper .text_fz16 {
    padding-top: 27px;
  }

  .FichaProducto .descubre .BabyPelones__slide_img {
    margin: 0;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }

  .FichaProducto .descubre .BabyPelones__wrapper {
    flex-direction: column;
    display: flex;
    gap: 7px;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    justify-content: flex-start;
    padding-bottom: 26px;
  }

  .FichaProducto .descubre .BabyPelones_link {
    display: none;
  }
}

.FichaProducto #buttonCountPlus {
  background: #DAF1F1;
}

.FichaProducto #buttonCountMinus {
  background: #DAF1F1;
}

.histories-2 .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-blend-mode: hard-light;
}

.histories-2 .hero__padding {
  padding: 87px 0 100px;
}

.histories-2 .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.histories-2 .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.01em;
  color: #f9f5ef;
}

@media (max-width: 767.98px) {
  .histories-2 .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.histories-2 .main-descr {
  padding: 56px 0 80px;
}

.histories-2 .main-descr__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.histories-2 .main-descr .wrapper-text_descr {
  max-width: 614px;
}

@media (max-width: 991.98px) {
  .histories-2 .main-descr .main-descr__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .histories-2 .main-descr .main-descr__column {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .histories-2 .main-descr {
    padding: 0 0 32px;
  }
}

.histories-2 .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.histories-2 .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.histories-2 .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.histories-2 .tab {
  width: 100vw;
  overflow: hidden;
  border: none;
  background-color: #f9f5ef;
  justify-content: space-around;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  scrollbar-width: none;
}

.histories-2 .tab::-webkit-scrollbar {
  width: 0 !important;
}

.histories-2 .tab-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgba(23, 41, 52, 0.2);
}

.histories-2 .tab_btn {
  background-color: #f9f5ef;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding-bottom: 12px;
  width: -moz-max-content;
  width: max-content;
  margin-right: 30px;
}

.histories-2 .tab_btn:last-of-type {
  margin-right: 0;
}

.histories-2 .active {
  border-bottom: 4px solid #e14286;
  font-weight: 800;
}

.histories-2 .tab_content {
  padding-top: 56px;
  display: none;
  animation: e 1s;
}

@media (max-width: 767.98px) {
  .histories-2 .tab_content {
    padding-top: 10px;
  }

  .histories-2 .tab_btn {
    margin-right: 24px;
  }
}

.histories-2 .years__tab {
  background: #83cfd0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .histories-2 .years__tab {
    width: 100vw;
  }
}

.histories-2 .years_tablinks {
  background: #83cfd0;
}

.histories-2 .BabyPelones__tab {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 56px;
}

@media (max-width: 991.98px) {
  .histories-2 .BabyPelones__tab {
    width: 100%;
  }
}

.histories-2 .help-us .bottom-wave {
  z-index: 2;
  position: relative;
}

.histories-2 .help-us .slick-arrow {
  display: none !important;
}

.histories-2 .help-us__bg {
  background-color: #83cfd0;
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 80px;
}

@media (max-width: 767.98px) {
  .histories-2 .help-us__bg {
    padding-bottom: 140px;
  }
}

.histories-2 .help-us__bg .title {
  width: inherit;
  max-width: 614px;
  margin-bottom: 64px;
}

@media (max-width: 991.98px) {
  .histories-2 .help-us__bg .title {
    font-size: 42px;
    line-height: 38px;
  }
}

.histories-2 .help-us__carousel .slick-list {
  overflow: inherit;
}

.histories-2 .help-us__carousel .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background-color: #83cfd0;
}

.histories-2 .ffb800 .help-us__carousel .slick-list:before {
  background-color: #ffb800;
}

.histories-2 .fc7861 .help-us__carousel .slick-list:before {
  background-color: #fc7861;
}

.histories-2 .a4a3ea .help-us__carousel .slick-list:before {
  background-color: #A4A3EA;
}

.histories-2 .f9f5ef .help-us__carousel .slick-list:before {
  background-color: #f9f5ef;
}

.histories-2 .fc7861 .help-us__carousel .slick-list:before {
  background-color: #fc7861;
}

.histories-2 .f9f5ef .help-us__carousel .slick-list:before {
  background-color: #f9f5ef;
}

.histories-2 .color-81d742 .help-us__carousel .slick-list:before {
  background-color: #81d742 !important;
}

.histories-2 .help-us__carousel_text {
  font-family: Avenir;
  font-size: 18px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 0.1em;
  margin-top: 24px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .histories-2 .help-us__carousel_text {
    font-size: 11px;
    line-height: 16px;
    max-width: 185px;
  }
}

.histories-2 .help-us__carousel_descr {
  font-family: Avenir;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.01em;
}

@media (max-width: 767.98px) {
  .histories-2 .help-us__carousel_descr {
    font-size: 13px;
    line-height: 18px;
  }
}

.histories-2 .help-us__slides {
  margin-right: 13px;
}

@media (max-width: 767.98px) {
  .histories-2 .help-us__slides {
    width: 75vw !important;
  }
}

.histories-2 .help-us__slides .btn_white {
  width: 153px;
  height: 42px;
}

@media (max-width: 767.98px) {
  .histories-2 .help-us__slides .btn_white {
    font-size: 9px;
    line-height: 20px;
  }
}

.histories-2 .help-us__carousel_img {
  border-radius: 6px;
  max-width: 1031px;
}

@media (max-width: 767.98px) {
  .histories-2 .help-us__carousel_img {
    max-width: 100%;
  }
}

.histories-2 .h2modal {
  display: none;
  background-color: #f9f5ef;
  padding: 63px 100px 104px 70px;
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1240px;
  border-radius: 30px;
  z-index: 15;
  height: 90vh;
  overflow-y: auto;
}

.histories-2 .h2modal_close {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
  z-index: 1000;
}

.histories-2 .h2modal__wrapper {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 406px 522px;
  column-gap: 100px;
}

.histories-2 .h2modal .text_fz16 {
  font-weight: 500;
}

.histories-2 .h2modal .text_fz16_fw800 {
  font-weight: 800;
}

.histories-2 .h2modal .text_fz12 {
  text-transform: uppercase;
  margin-bottom: 18px;
}

.histories-2 .h2modal .text_fz12_fw900 {
  font-weight: 900;
}

.histories-2 .h2modal .title_fz70 {
  margin-bottom: 24px;
  max-width: 600px;
}

.histories-2 .h2modal__column-1__wrapper {
  margin-top: 32px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.histories-2 .h2modal__column-1__wrapper .text_fz13 {
  margin-right: 17px;
  text-decoration: underline;
}

.histories-2 .h2modal__column-2 .playing__bg-video {
  width: 522px;
  height: 390px;
}

.histories-2 .h2modal__column-2 .mob {
  display: none;
}

@media (max-width: 1230px) {
  .histories-2 .h2modal {
    max-width: 360px;
    padding: 0 0 37px;
  }

  .histories-2 .h2modal__descr {
    padding-left: 16px;
    position: absolute;
    top: 75px;
  }

  .histories-2 .h2modal__descr .white {
    color: #f9f5ef;
  }

  .histories-2 .h2modal__wrapper {
    grid-template-columns: 360px;
    column-gap: 0;
    row-gap: 24px;
    margin-top: 0;
  }

  .histories-2 .h2modal__column-1 {
    padding: 0 28px 0 16px;
    max-width: 316px;
    order: 1;
  }

  .histories-2 .h2modal .text_fz12 {
    font-size: 11px;
    line-height: 16px;
    color: #f9f5ef;
  }

  .histories-2 .h2modal .title_fz70 {
    font-size: 52px;
    line-height: 46px;
    margin-bottom: 18px;
    max-width: 300px;
    color: #f9f5ef;
  }

  .histories-2 .h2modal__column-2 {
    order: 0;
  }

  .histories-2 .h2modal__column-2 .playing__bg-video {
    width: 360px;
    height: 560px;
  }

  .histories-2 .h2modal__column-2 .desc {
    display: none;
  }

  .histories-2 .h2modal__column-2 .mob {
    display: block;
  }
}

.histories-2 .hero {
  background: none;
}

.histories-2 .hero__slide {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  background-blend-mode: hard-light;
  position: relative;
}

.histories-2 .hero__slide.new-bg {
  background-image: unset;
  background-color: rgba(23, 41, 52, 0.50);
  background: linear-gradient(to right bottom, rgba(23, 41, 52, 0.8) 0%, rgba(23, 41, 52, 0) 100%);
}

.histories-2 .hero__slide picture {
  display: flex;
  align-items: center;
  justify-content: center;
}

.histories-2 .hero__slide picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  z-index: -1;
  object-fit: cover;
  background-position: center;
}

.histories-2 .hero__text {
  margin-left: 100%;
  transform: translate(-100%);
  width: 358px;
}

.histories-2 .hero_descr {
  display: block;
  font-weight: 900;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.histories-2 .hero_subdescr {
  display: block;
  margin-top: 7px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #f9f5ef;
}

.histories-2 .hero .slick-next,
.histories-2 .hero .slick-prev {
  bottom: 45%;
  transform: translateY(50%);
  right: 283px;
}

.histories-2 .hero .slick-prev {
  right: 413px;
}

.histories-2 .hero .bien__number {
  color: #fff;
  bottom: 40%;
  right: 355px;
}

.histories-2 .hero .bien__number #current {
  margin-right: 5px;
}

.histories-2 .hero .bien__number #total {
  margin-left: 5px;
}

@media (max-width: 931px) {
  .histories-2 .hero .bien__number {
    display: none;
  }
}

.histories-2 .hero .slick-dots {
  bottom: 80px;
  right: 17px;
  left: auto;
}

.histories-2 .hero .slick-dots li button {
  background: #f9f5ef;
}

.histories-2 .hero .slick-dots li.slick-active button {
  background: #e14286;
}

.histories-2 .hero .btn_histories-2 {
  margin-top: 16px;
  min-width: 190px;
  height: 28px;
  font-size: 11px;
  line-height: 15px;
}

@media (max-width: 1310px) {
  .histories-2 .hero .slick-next,
  .histories-2 .hero .slick-prev {
    right: 275px;
  }

  .histories-2 .hero .slick-prev {
    right: 390px;
  }

  .histories-2 .hero .bien__number {
    right: 340px;
  }
}

@media (max-width: 1250px) {
  .histories-2 .hero .slick-next,
  .histories-2 .hero .slick-prev {
    right: 240px;
  }

  .histories-2 .hero .slick-prev {
    right: 355px;
  }

  .histories-2 .hero .bien__number {
    right: 307px;
  }
}

@media (max-width: 1200px) {
  .histories-2 .hero .slick-next,
  .histories-2 .hero .slick-prev {
    bottom: 43%;
  }
}

@media (max-width: 1040px) {
  .histories-2 .hero .slick-next,
  .histories-2 .hero .slick-prev {
    right: 205px;
  }

  .histories-2 .hero .slick-prev {
    right: 325px;
  }

  .histories-2 .hero .bien__number {
    right: 272px;
    bottom: 38%;
  }
}

@media (max-width: 991.98px) {
  .histories-2 .hero__text {
    margin-top: 21px;
    margin-left: 0;
    transform: none;
  }

  .histories-2 .hero .slick-next,
  .histories-2 .hero .slick-prev {
    left: 267px;
    bottom: 42%;
  }

  .histories-2 .hero .slick-prev {
    left: 134px;
  }

  .histories-2 .hero .bien__number {
    bottom: 37%;
    left: 207px;
  }

  .histories-2 .hero .btn_histories-2 {
    min-width: 178px;
    height: 44px;
  }
}

@media (max-width: 767.98px) {
  .histories-2 .hero__padding {
    padding: 92px 0 40px;
  }

  .histories-2 .hero p {
    padding-bottom: 144px;
  }

  .histories-2 .hero__text {
    padding-top: 0;
  }

  .histories-2 .hero_descr {
    font-size: 11px;
    line-height: 15px;
  }

  .histories-2 .hero_subdescr {
    font-size: 12px;
    line-height: 16px;
  }

  .histories-2 .hero .slick-dots {
    bottom: 100px;
    right: 0;
  }

  .histories-2 .hero .btn_histories-2 {
    margin-top: 21px;
  }
}

@media (max-width: 360px) {
  .histories-2 .hero__slide {
    background: rgba(23, 41, 52, 0.68) url(../img/histories-2/img-mob.png) top no-repeat;
  }
}

@media (max-width: 991.98px) {
  .histories-2 .main-descr .wrapper-text_descr {
    font-size: 14px;
    line-height: 24px;
  }

  .histories-2 .main-descr .wrapper-text_descr .text_fz20_fw800 {
    font-size: 16px;
    line-height: 24px;
  }

  .histories-2 .main-descr .how-can__info_span {
    font-size: 14px;
    line-height: 24px;
    background-position: 100% 17px;
  }
}

.histories-2 .green-years {
  overflow: hidden;
}

.histories-2 .green-years__bg {
  padding: 56px 0 153px;
  background-color: #83cfd0;
}

.histories-2 .green-years__tab,
.histories-2 .green-years_tablinks {
  background-color: transparent;
}

.histories-2 .green-years__slide_img {
  border-radius: 6px;
}

.histories-2 .green-years__slide .text_fz20 {
  margin-top: 24px;
}

.histories-2 .green-years__slide .text_fz20_fw900 {
  font-size: 18px;
  line-height: 16px;
  text-transform: uppercase;
}

.histories-2 .green-years__slide .text_fz14 {
  margin-top: 16px;
}

.histories-2 .green-years__slide .btn_green-years {
  margin-top: 24px;
  min-width: 215px;
  height: 42px;
  background-color: #fff;
  font-size: 12px;
  line-height: 29px;
  color: #172934;
}

.histories-2 .green-years .slick-list {
  overflow: inherit;
  position: relative;
}

.histories-2 .green-years .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background: #83cfd0;
}

.histories-2 .green-years .green-years__bg.f9f5ef .slick-list:before {
  background: #f9f5ef;
}

.histories-2 .green-years .green-years__bg.fc7861 .slick-list:before {
  background: #fc7861;
}


.histories-2 .green-years .slick-slide {
  margin-left: 13px;
}

@media (max-width: 991.98px) {
  .histories-2 .green-years__bg {
    padding: 24px 0 105px;
  }

  .histories-2 .green-years__slide .text_fz20 {
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .histories-2 .green-years__slide .text_fz20_fw900 {
    font-size: 12px;
    line-height: 16px;
  }

  .histories-2 .green-years__slide .text_fz14 {
    margin-top: 16px;
    font-size: 11px;
    line-height: 15px;
  }

  .histories-2 .green-years__slide .btn_green-years {
    margin-top: 12px;
    min-width: 127px;
    height: 28px;
    font-size: 9px;
    line-height: 17px;
  }
}

@media (max-width: 767.98px) {
  .histories-2 .green-years__slide .btn {
    max-width: 127px;
  }

  .histories-2 .green-years .slick-slide {
    width: 160px !important;
    margin-left: 8px;
  }

  .histories-2 .green-years .slick-list {
    overflow: hidden;
  }
}

@media (max-width: 400px) {
  .histories-2 .green-years .m-auto {
    margin-left: 16px !important;
  }
}

.histories-2 .gustar {
  overflow: hidden;
}

.histories-2 .gustar .top-wave {
  background-color: #83cfd0;
}

.histories-2 .gustar__bg {
  background-color: #a4a3ea;
  padding: 56px 0 80px;
}

.histories-2 .gustar__bg .title {
  max-width: 600px;
}

.histories-2 .gustar__bg .green-years__carousel {
  margin-top: 64px;
}

.histories-2 .gustar__bg .slick-slide {
  margin-left: 13px;
}

.histories-2 .gustar__bg .text_fz20 {
  margin-top: 16px;
}

.histories-2 .gustar__bg .text_fz20_fw900 {
  margin-top: 24px;
}

.histories-2 .gustar .slick-list {
  overflow: inherit;
  position: relative;
}

.histories-2 .gustar .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background: #a4a3ea;
}

@media (max-width: 991.98px) {
  .histories-2 .gustar .title {
    font-size: 42px;
    line-height: 38px;
    max-width: 300px;
  }
}

@media (max-width: 767.98px) {
  .histories-2 .gustar .green-years__slide {
    width: 207px !important;
  }

  .histories-2 .gustar__bg {
    padding: 24px 0 65px;
  }

  .histories-2 .gustar__bg .text_fz20 {
    margin-top: 8px;
  }

  .histories-2 .gustar__bg .text_fz20_fw900 {
    margin-top: 14px;
  }

  .histories-2 .gustar__bg .btn {
    margin-top: 16px;
  }

  .histories-2 .gustar .slick-dots {
    bottom: -60px;
  }
}

.histories-2 .forma .title_fz52 {
  max-width: 492px;
}

.histories-2 .forma .wrapper-text_descr {
  margin-top: 50px;
}

.histories-2 .forma .form__pink {
  z-index: -1 !important;
}

.histories-2 .forma .bottom-wave {
  background-color: #e14286;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .histories-2 .forma {
    padding-top: 85px;
    padding-bottom: 69px;
  }

  .histories-2 .forma .wrapper-text_descr {
    margin-top: 0;
  }

  .histories-2 .forma .bottom-wave img {
    margin-top: 45px;
  }
}

@media (max-width: 767.98px) {
  .histories-2 .forma .form__wrapper .btn {
    min-width: 100%;
  }
}

.histories-2 .help-us .top-wave {
  background-color: #e14286;
}

.histories-2 .help-us .help-us__carousel_descr,
.histories-2 .help-us .help-us__carousel_text {
  color: #172934;
}

.histories-2 .help-us .wrapper-text {
  align-items: flex-start;
}

.histories-2 .help-us .wrapper-text .text_fz20 {
  max-width: 405px;
}

@media (max-width: 992px) {
  .histories-2 .help-us .wrapper-text {
    margin-bottom: 40px;
  }
}

@media (max-width: 991.98px) {
  .histories-2 .help-us .wrapper-text .title_fz70 {
    margin-bottom: 16px;
    font-size: 42px;
    line-height: 38px;
  }

  .histories-2 .help-us .wrapper-text .text_fz20 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 991.98px) {
  .histories-2 .help-us__carousel_descr,
  .histories-2 .help-us__carousel_text {
    font-size: 12px;
    line-height: 16px;
  }

  .histories-2 .help-us .btn_white {
    width: 96px;
    min-width: 96px;
    height: 28px;
  }
}

.histories-2 .projectos {
  padding: 0;
}

.histories-2 .projectos .wrapper-text_descr {
  display: none;
}

.histories-2 .projectos .container {
  background-color: #f9f5ef;
}

.histories-2 .projectos__bg {
  padding-top: 56px;
  background-color: #f9f5ef;
}

.histories-2 .projectos__bg .wrapper-text {
  max-width: 400px;
}

.histories-2 .projectos__carousel {
  padding-bottom: 80px;
}

.histories-2 .projectos__carousel .slick-list:before {
  background-color: #f9f5ef;
}

.histories-2 .projectos .slick-dots {
  bottom: 25px;
}

.histories-2 .projectos .top-wave {
  background-color: #83cfd0;
}

@media (max-width: 767.98px) {
  .histories-2 .projectos {
    padding: 0;
  }

  .histories-2 .projectos__bg {
    padding-top: 24px;
  }
}

.histories-2 .form {
  padding-top: 0;
}

.histories-2 .form .bottom-wave {
  z-index: 2;
  position: absolute;
}

.histories-2 .form .bottom-wave_awards img {
  background-color: #83cfd0;
  margin-top: 0;
}

.histories-2 .form .pos-initial {
  position: static;
}

.histories-2 .form__green-orange .title_fz52 {
  margin-top: 45px;
}

@media (max-width: 767.98px) {
  .histories-2 .form__column-1 {
    padding-top: 24px;
  }

  .histories-2 .form__column-1 .wrapper-text_descr {
    padding-top: 16px;
    font-size: 13px;
    line-height: 18px;
  }

  .histories-2 .form__column-1 .tas {
    text-align: start;
  }

  .histories-2 .form__green-orange .title_fz52 {
    margin-bottom: 0;
    font-size: 38px;
    line-height: 34px;
    max-width: 206px;
  }

  .histories-2 .form__green-orange .btn {
    font-size: 10px;
    line-height: 30px;
  }
}

.histories-2 .overlay {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 10;
}

.thanks-voluntario .make-donation__links {
  width: -moz-max-content;
  width: max-content;
  margin-top: 40px;
}

.thanks-voluntario .make-donation__links p {
  font-size: 11px;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  .thanks-voluntario .make-donation__links {
    margin: auto;
  }
}

.thanks-voluntario .make-donation__wrapper__thanks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 86px;
}

@media (max-width: 991.98px) {
  .thanks-voluntario .make-donation__wrapper__thanks {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .thanks-voluntario .make-donation__wrapper__thanks .make-donation__thanks__header .make-donation__text {
    color: inherit;
    padding-top: 24px;
  }
}

.thanks-voluntario .make-donation__wrapper__thanks .make-donation__thanks__header .title {
  margin-bottom: 70px;
}

@media (max-width: 991.98px) {
  .thanks-voluntario .make-donation__wrapper__thanks .make-donation__thanks__header .title {
    margin-bottom: 36px;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .thanks-voluntario .make-donation__wrapper__thanks .make-donation__thanks__header .title {
    font-size: 36px;
    line-height: 32px;
  }
}

.thanks-voluntario .make-donation__wrapper__thanks .make-donation__column-1 .text__header {
  max-width: 510px;
}

@media (max-width: 991.98px) {
  .thanks-voluntario .make-donation__wrapper__thanks .make-donation__column-1 .text__header {
    margin-top: 36px;
    margin-bottom: 36px;
    text-align: center;
    max-width: inherit;
  }
}

@media (max-width: 767.98px) {
  .thanks-voluntario .make-donation__wrapper__thanks .make-donation__column-1 .text__header {
    font-size: 16px;
    line-height: 22px;
  }
}

.thanks-voluntario .make-donation__links-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  margin-top: 16px;
}

.thanks-voluntario .thanks .make-donation__column_img {
  padding-top: 45px;
}

.thanks-voluntario .thanks .playing {
  margin-top: -40px;
}

@media (max-width: 767.98px) {
  .thanks-voluntario .thanks .playing .how-can__info_span {
    font-size: 14px;
    background-size: 13px 6px;
  }
}

.thanks-voluntario .thanks .playing__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.thanks-voluntario .thanks .playing .bottom-wave {
  z-index: 2;
  position: relative;
  bottom: 21px;
}

@media (max-width: 767.98px) {
  .thanks-voluntario .thanks .playing__bg {
    padding-bottom: 160px;
  }
}

.thanks-voluntario .thanks .tween-block {
  margin-top: -95px;
}

@media (max-width: 1199.98px) {
  .thanks-voluntario .thanks .tween-block {
    margin-top: -77px;
  }
}

@media (max-width: 575px) {
  .thanks-voluntario .thanks .form__column-1 .container {
    margin-left: -9px;
  }
}

.thanks-voluntario .wrapper-text_descr-top {
  display: none !important;
}

.thanks-voluntario .verify-bg {
  padding-bottom: 130px;
  background-color: #83cfd0;
}

@media (max-width: 767.98px) {
  .thanks-voluntario .verify-bg {
    padding-bottom: 175px;
  }
}

.thanks-voluntario .verify__info {
  padding-top: 80px;
}

@media (max-width: 767.98px) {
  .thanks-voluntario .verify__info {
    padding-top: 24px;
  }
}

.thanks-voluntario .verify__info .title {
  margin-bottom: 24px;
}

.thanks-voluntario .verify__info p.text {
  margin-bottom: 48px;
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 767.98px) {
  .thanks-voluntario .verify__info p.text {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 22px;
  }
}

.thanks-voluntario .verify__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

@media (max-width: 991.98px) {
  .thanks-voluntario .verify__wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.thanks-voluntario .verify__info-img {
  background: url(../img/thanks/oval.png) 50% no-repeat;
  background-size: cover;
  position: relative;
  padding-left: 110px;
  margin-right: 77px;
  height: 450px;
  max-width: 520px;
}

@media (max-width: 1199.98px) {
  .thanks-voluntario .verify__info-img {
    padding-left: 80px;
  }
}

@media (max-width: 991.98px) {
  .thanks-voluntario .verify__info-img {
    max-width: inherit;
    background-size: contain;
    padding-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  .thanks-voluntario .verify__info-img {
    background-size: 360px;
    height: 303px;
  }
}

.thanks-voluntario .verify__info-img .title {
  margin-top: 40px;
}

@media (max-width: 991.98px) {
  .thanks-voluntario .verify__info-img .title {
    margin: 40px auto 24px;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .thanks-voluntario .verify__info-img .title {
    text-align: left;
    width: -moz-max-content;
    width: max-content;
    margin-left: 0;
  }
}

.thanks-voluntario .verify__info-img a {
  display: block;
  font-size: 20px;
  font-weight: 800;
  line-height: 34px;
  margin-bottom: 13px;
}

.thanks-voluntario .verify__info-img a:hover {
  color: #172934;
}

@media (max-width: 991.98px) {
  .thanks-voluntario .verify__info-img a {
    margin: auto;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .thanks-voluntario .verify__info-img a {
    text-align: left;
    font-size: 16px;
  }
}

.thanks-voluntario .verify__info-img-baby {
  position: absolute;
  right: -66px;
  bottom: -66px;
}

@media (max-width: 767.98px) {
  .thanks-voluntario .verify__info-img-baby {
    transform: scale(0.7);
    right: -50px;
    bottom: -150px;
  }
}

@media (max-width: 767.98px) {
  .thanks-voluntario .verify__info-img .verify__info-box {
    max-width: 282px;
    margin: auto;
    text-align: left;
    padding-left: 30px;
  }
}

.thanks-voluntario .verify__wrapper {
  align-items: center;
}

.thanks-voluntario .tween-block .top-wave {
  position: absolute;
  z-index: 4;
}

@media (max-width: 991.98px) {
  .thanks-voluntario .tween-block .top-wave {
    position: static;
  }

  .thanks-voluntario .tween-block .blue {
    background-color: #83cfd0;
  }
}

.chemistry-modal .text_fz12_fw900 {
  text-transform: uppercase;
}

.chemistry-modal #marcas-1,
.chemistry-modal #marcas-2 {
  display: none;
}

.chemistry-modal #marcas-2 .modal-marcas-1__panel_img {
  display: grid;
  grid-template-columns: repeat(4, 69px);
  grid-template-rows: repeat(2, 71px);
  grid-auto-rows: 107px;
  row-gap: 5px;
  column-gap: 5px;
}

.chemistry-modal #marcas-2 .modal-marcas-1__panel_img img {
  display: block;
  width: 69px;
  height: 71px;
}

.chemistry-modal .modal-marcas-1 {
  background-color: #f9f5ef;
  padding: 63px 100px 40px 106px;
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1240px;
  border-radius: 30px;
  z-index: 10;
  height: 90vh;
  overflow-y: auto;
}

.chemistry-modal .modal-marcas-1_close {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
}

.chemistry-modal .modal-marcas-1 .text_fz12 {
  font-size: 12px;
  line-height: 16px;
}

.chemistry-modal .modal-marcas-1 .text_fz12_fw900 {
  font-weight: 900;
}

.chemistry-modal .modal-marcas-1__wrapper {
  padding-top: 18px;
  display: grid;
  grid-template-columns: 516px 1fr;
  column-gap: 94px;
}

.chemistry-modal .modal-marcas-1 .title_fz36 {
  margin-bottom: 14px;
}

.chemistry-modal .modal-marcas-1__accordion {
  margin-top: 20px;
}

.chemistry-modal .modal-marcas-1 .accordion {
  background-color: #f9f5ef;
  width: 360px;
  border: none;
  text-align: left;
  outline: none;
  transition: all 0.4s;
  text-transform: uppercase;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.167 1s4 4 4.5 4 4.5-4 4.5-4' stroke='%23222628' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 20px;
  padding: 16px 0;
  border-bottom: 1px solid #17293433;
  margin-bottom: 10px;
}

.chemistry-modal .modal-marcas-1 .active {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 5S6.5 1 6 1 1.5 5 1.5 5' stroke='%23222628' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  border-bottom: none;
}

.chemistry-modal .modal-marcas-1__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.chemistry-modal .modal-marcas-1__panel_img {
  display: flex;
  gap: 10px;
}

.chemistry-modal .modal-marcas-1__panel_img img {
  border-radius: 10px;
}

.chemistry-modal .modal-marcas-1__panel .text_fz12 {
  max-width: 450px;
  padding-top: 20px;
}

.chemistry-modal .modal-marcas-1__panel .wiew {
  display: none;
}

@media (max-width: 1300px) {
  .chemistry-modal .modal-marcas-1 {
    padding: 43px 16px 100px 22px;
    border-radius: 0;
    top: 65%;
    width: 360px;
  }

  .chemistry-modal .modal-marcas-1__wrapper {
    column-gap: 0;
    grid-template-columns: 344px;
  }

  .chemistry-modal .modal-marcas-1 .title_fz36 {
    max-width: 300px;
    margin-bottom: 56px;
  }

  .chemistry-modal .modal-marcas-1 .accordion {
    width: 324px;
  }

  .chemistry-modal .modal-marcas-1__panel {
    overflow-x: auto;
  }

  .chemistry-modal .modal-marcas-1__panel_img {
    display: grid;
    grid-template-columns: repeat(3, 103px);
    grid-template-rows: repeat(2, 107px);
    grid-auto-rows: 107px;
    row-gap: 10px;
    column-gap: 10px;
  }

  .chemistry-modal .modal-marcas-1__panel_img img {
    display: block;
    width: 103px;
    height: 107px;
  }

  .chemistry-modal .modal-marcas-1 .none {
    display: none;
  }

  .chemistry-modal .modal-marcas-1 .wiew {
    display: block;
  }
}

.chemistry-modal .modal-marcas-3 .title_fz36 {
  max-width: 530px;
  margin-bottom: 36px;
  margin-top: 18px;
}

.chemistry-modal .modal-marcas-3__grid {
  display: grid;
  grid-template-columns: repeat(5, 186px);
  column-gap: 24px;
}

.chemistry-modal .modal-marcas-3__box .text_fz16 {
  font-weight: 500;
  margin-top: 24px;
}

.chemistry-modal .modal-marcas-3__box .title_fz28 {
  margin-bottom: 24px;
  height: 48px;
}

.chemistry-modal .modal-marcas-3_link,
.chemistry-modal .modal-marcas-3_link:hover {
  color: #e14286;
}

.chemistry-modal .modal-marcas-3 .img-mob {
  display: none;
}

@media (max-width: 1300px) {
  .chemistry-modal .modal-marcas-3 .title_fz36 {
    margin-bottom: 50px;
  }

  .chemistry-modal .modal-marcas-3__grid {
    grid-template-columns: 360px;
    row-gap: 40px;
  }

  .chemistry-modal .modal-marcas-3__box {
    padding: 24px 0 32px;
  }

  .chemistry-modal .modal-marcas-3__box .text_fz16 {
    margin-top: 30px;
  }

  .chemistry-modal .modal-marcas-3__box .title_fz28 {
    margin-bottom: 30px;
    height: -moz-fit-content;
    height: fit-content;
  }

  .chemistry-modal .modal-marcas-3__box .text_fz16 {
    max-width: 316px;
  }

  .chemistry-modal .modal-marcas-3 .img-mob {
    display: block;
  }

  .chemistry-modal .modal-marcas-3 .img-desc {
    display: none;
  }
}

.chemistry-modal .movie-desc {
  display: block;
}

.chemistry-modal .read-more__link {
  font-weight: 800;
  color: #172934;
  padding-right: 20px;
  position: relative;
  margin-left: 0;
}

.chemistry-modal .read-more__link:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.995.505a.7.7 0 0 1 0 .99l-.433-.433.433.433-.046.046-.129.128a115.605 115.605 0 0 1-1.903 1.84A40.416 40.416 0 0 1 7.365 4.91a9.1 9.1 0 0 1-.628.493c-.091.063-.188.125-.283.174-.065.034-.24.123-.454.123-.213 0-.389-.09-.454-.123a2.585 2.585 0 0 1-.283-.174c-.183-.128-.4-.3-.628-.493a40.416 40.416 0 0 1-1.552-1.4A102.704 102.704 0 0 1 1.18 1.669l-.129-.128-.045-.045v-.001L1.5 1l.495-.495.044.044.127.126A110.352 110.352 0 0 0 4.042 2.49c.529.498 1.065.987 1.495 1.35.184.154.34.279.463.369.123-.09.28-.215.463-.37.43-.362.966-.851 1.495-1.349A101.21 101.21 0 0 0 9.834.675l.127-.126.043-.043a.7.7 0 0 1 .991-.001zM5.812 4.333c-.018.007-.019.01 0 0zM1.005.505a.7.7 0 0 1 .99 0L1.5 1l-.495.495a.7.7 0 0 1 0-.99z' fill='%23172934'/%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.chemistry-modal [data-clicked="true"] {
  display: inline-block;
  margin-left: 0;
}

.chemistry-modal [data-clicked="true"]:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.995.505a.7.7 0 0 1 0 .99l-.433-.433.433.433-.046.046-.129.128a115.605 115.605 0 0 1-1.903 1.84A40.416 40.416 0 0 1 7.365 4.91a9.1 9.1 0 0 1-.628.493c-.091.063-.188.125-.283.174-.065.034-.24.123-.454.123-.213 0-.389-.09-.454-.123a2.585 2.585 0 0 1-.283-.174c-.183-.128-.4-.3-.628-.493a40.416 40.416 0 0 1-1.552-1.4A102.704 102.704 0 0 1 1.18 1.669l-.129-.128-.045-.045v-.001L1.5 1l.495-.495.044.044.127.126A110.352 110.352 0 0 0 4.042 2.49c.529.498 1.065.987 1.495 1.35.184.154.34.279.463.369.123-.09.28-.215.463-.37.43-.362.966-.851 1.495-1.349A101.21 101.21 0 0 0 9.834.675l.127-.126.043-.043a.7.7 0 0 1 .991-.001zM5.812 4.333c-.018.007-.019.01 0 0zM1.005.505a.7.7 0 0 1 .99 0L1.5 1l-.495.495a.7.7 0 0 1 0-.99z' fill='%23172934'/%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(180deg);
}

.histories-3 .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-blend-mode: hard-light;
}

.histories-3 .hero__padding {
  padding: 87px 0 100px;
}

.histories-3 .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.histories-3 .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (max-width: 767.98px) {
  .histories-3 .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.histories-3 .main-descr {
  padding: 56px 0 80px;
}

.histories-3 .main-descr__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.histories-3 .main-descr .wrapper-text_descr {
  max-width: 614px;
}

@media (max-width: 991.98px) {
  .histories-3 .main-descr .main-descr__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .histories-3 .main-descr .main-descr__column {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .histories-3 .main-descr {
    padding: 0 0 32px;
  }
}

.histories-3 .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.histories-3 .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.histories-3 .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.histories-3 .help-us .bottom-wave {
  z-index: 2;
  position: relative;
}

.histories-3 .help-us .slick-arrow {
  display: none !important;
}

.histories-3 .help-us__bg {
  background-color: #83cfd0;
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 80px;
}

@media (max-width: 767.98px) {
  .histories-3 .help-us__bg {
    padding-bottom: 140px;
  }
}

.histories-3 .help-us__bg .title {
  width: inherit;
  max-width: 614px;
  margin-bottom: 64px;
}

@media (max-width: 991.98px) {
  .histories-3 .help-us__bg .title {
    font-size: 42px;
    line-height: 38px;
  }
}

.histories-3 .help-us__carousel .slick-list {
  overflow: inherit;
}

.histories-3 .help-us__carousel .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background-color: #83cfd0;
}

.histories-3 .help-us__carousel_text {
  font-family: Avenir;
  font-size: 18px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 0.1em;
  margin-top: 24px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .histories-3 .help-us__carousel_text {
    font-size: 11px;
    line-height: 16px;
    max-width: 185px;
  }
}

.histories-3 .help-us__carousel_descr {
  font-family: Avenir;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.01em;
}

@media (max-width: 767.98px) {
  .histories-3 .help-us__carousel_descr {
    font-size: 13px;
    line-height: 18px;
  }
}

.histories-3 .help-us__slides {
  margin-right: 13px;
}

@media (max-width: 767.98px) {
  .histories-3 .help-us__slides {
    width: 75vw !important;
  }
}

.histories-3 .help-us__slides .btn_white {
  width: 153px;
  height: 42px;
}

@media (max-width: 767.98px) {
  .histories-3 .help-us__slides .btn_white {
    font-size: 9px;
    line-height: 20px;
  }
}

.histories-3 .help-us__carousel_img {
  border-radius: 6px;
}

@media (max-width: 767.98px) {
  .histories-3 .help-us__carousel_img {
    max-width: 100%;
  }
}

.histories-3 .h2modal {
  display: none;
  background-color: #f9f5ef;
  padding: 63px 100px 104px 70px;
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1240px;
  border-radius: 30px;
  z-index: 15;
  height: 90vh;
  overflow-y: auto;
}

.histories-3 .h2modal_close {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
  z-index: 1000;
}

.histories-3 .h2modal__wrapper {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 406px 522px;
  column-gap: 100px;
}

.histories-3 .h2modal .text_fz16 {
  font-weight: 500;
}

.histories-3 .h2modal .text_fz16_fw800 {
  font-weight: 800;
}

.histories-3 .h2modal .text_fz12 {
  text-transform: uppercase;
  margin-bottom: 18px;
}

.histories-3 .h2modal .text_fz12_fw900 {
  font-weight: 900;
}

.histories-3 .h2modal .title_fz70 {
  margin-bottom: 24px;
  max-width: 600px;
}

.histories-3 .h2modal__column-1__wrapper {
  margin-top: 32px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.histories-3 .h2modal__column-1__wrapper .text_fz13 {
  margin-right: 17px;
  text-decoration: underline;
}

.histories-3 .h2modal__column-2 .playing__bg-video {
  width: 522px;
  height: 390px;
}

.histories-3 .h2modal__column-2 .mob {
  display: none;
}

@media (max-width: 1230px) {
  .histories-3 .h2modal {
    max-width: 360px;
    padding: 0 0 37px;
  }

  .histories-3 .h2modal__descr {
    padding-left: 16px;
    position: absolute;
    top: 75px;
  }

  .histories-3 .h2modal__descr .white {
    color: #f9f5ef;
  }

  .histories-3 .h2modal__wrapper {
    grid-template-columns: 360px;
    column-gap: 0;
    row-gap: 24px;
    margin-top: 0;
  }

  .histories-3 .h2modal__column-1 {
    padding: 0 28px 0 16px;
    max-width: 316px;
    order: 1;
  }

  .histories-3 .h2modal .text_fz12 {
    font-size: 11px;
    line-height: 16px;
    color: #f9f5ef;
  }

  .histories-3 .h2modal .title_fz70 {
    font-size: 52px;
    line-height: 46px;
    margin-bottom: 18px;
    max-width: 300px;
    color: #f9f5ef;
  }

  .histories-3 .h2modal__column-2 {
    order: 0;
  }

  .histories-3 .h2modal__column-2 .playing__bg-video {
    width: 360px;
    height: 560px;
  }

  .histories-3 .h2modal__column-2 .desc {
    display: none;
  }

  .histories-3 .h2modal__column-2 .mob {
    display: block;
  }
}

.histories-3 #h2Modal {
  display: none;
}

.histories-3 .hero h1 {
  color: #f9f5ef;
  font-size: 80px;
  line-height: 70px;
}

@media (max-width: 991.98px) {
  .histories-3 .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }

  .histories-3 .hero p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 360px) {
  .histories-3 .hero {
    background-image: url(../img/histories-3/main-mob.png) !important;
  }
}

.histories-3 .main-descr {
  padding: 0;
}

.histories-3 .main-descr_bg {
  padding: 56px 0 80px;
  position: relative;
}

@media (max-width: 767.98px) {
  .histories-3 .main-descr_bg {
    padding: 24px 0 32px;
  }

  .histories-3 .main-descr__wrapper {
    gap: 40px;
  }

  .histories-3 .main-descr .main-descr__column {
    margin-top: 0;
  }

  .histories-3 .main-descr .wrapper-text_descr {
    padding: 0;
  }
}

.histories-3 .amigos__bg {
  background-color: #a4a3ea;
  padding: 100px 0;
}

.histories-3 .amigos .d-mob {
  display: none;
}

.histories-3 .amigos__wrapper {
  display: grid;
  grid-template-columns: 626px 523px;
  column-gap: 100px;
  align-items: center;
}

.histories-3 .amigos__column .how-can__info,
.histories-3 .amigos__column .text_fz20 {
  margin-top: 32px;
}

.histories-3 .amigos__column .how-can__info_span {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1440px) {
  .histories-3 .amigos__bg {
    padding: 40px 0;
  }

  .histories-3 .amigos .slick-dots {
    bottom: -45px;
  }

  .histories-3 .amigos .slick-slide img {
    margin: 0 auto;
  }

  .histories-3 .amigos .title_fz70 {
    font-size: 36px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .histories-3 .amigos__wrapper {
    grid-template-columns: 100%;
    row-gap: 53px;
  }

  .histories-3 .amigos__column .text_fz20 {
    font-size: 16px;
    line-height: 22px;
    margin-top: 0;
    max-width: 316px;
  }

  .histories-3 .amigos__column .how-can__info {
    margin-top: 24px;
  }

  .histories-3 .amigos .d-desc {
    display: none;
  }

  .histories-3 .amigos .d-mob {
    display: block;
  }
}

.histories-3 .green-years {
  overflow: hidden;
}

.histories-3 .green-years__slide_img {
  border-radius: 6px;
}

.histories-3 .green-years__slide .text_fz20 {
  margin-top: 24px;
}

.histories-3 .green-years__slide .text_fz20_fw900 {
  font-size: 18px;
  line-height: 16px;
  text-transform: uppercase;
}

.histories-3 .green-years__slide .text_fz14 {
  margin-top: 16px;
}

.histories-3 .green-years__slide .btn_green-years {
  margin-top: 24px;
  min-width: 215px;
  height: 42px;
  background-color: #fff;
  font-size: 12px;
  line-height: 29px;
  color: #172934;
}

.histories-3 .green-years .slick-slide {
  margin-left: 13px;
}

@media (max-width: 991.98px) {
  .histories-3 .green-years__slide .text_fz20 {
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .histories-3 .green-years__slide .text_fz20_fw900 {
    font-size: 12px;
    line-height: 16px;
  }

  .histories-3 .green-years__slide .text_fz14 {
    margin-top: 16px;
    font-size: 11px;
    line-height: 15px;
  }

  .histories-3 .green-years__slide .btn_green-years {
    margin-top: 12px;
    min-width: 127px;
    height: 28px;
    font-size: 9px;
    line-height: 17px;
  }
}

@media (max-width: 767.98px) {
  .histories-3 .green-years__slide .btn {
    max-width: 127px;
  }

  .histories-3 .green-years .slick-slide {
    width: 160px !important;
    margin-left: 8px;
  }

  .histories-3 .green-years .slick-list {
    overflow: hidden;
  }
}

.histories-3 .gustar {
  overflow: hidden;
}

.histories-3 .gustar__bg {
  background-color: #e4e3f9;
  padding: 56px 0 80px;
}

.histories-3 .gustar__bg .title {
  max-width: 600px;
}

.histories-3 .gustar__bg .green-years__carousel {
  margin-top: 64px;
}

.histories-3 .gustar__bg .slick-slide {
  margin-left: 13px;
}

.histories-3 .gustar__bg .text_fz20 {
  margin-top: 16px;
}

.histories-3 .gustar__bg .text_fz20_fw900 {
  margin-top: 24px;
}

.histories-3 .gustar .slick-list {
  overflow: inherit;
  position: relative;
}

.histories-3 .gustar .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background: #e4e3f9;
}

@media (max-width: 991.98px) {
  .histories-3 .gustar .top-wave {
    background-color: #a4a3ea;
  }

  .histories-3 .gustar .title {
    font-size: 42px;
    line-height: 38px;
    max-width: 300px;
  }
}

@media (max-width: 767.98px) {
  .histories-3 .gustar .green-years__slide {
    width: 207px !important;
  }

  .histories-3 .gustar__bg {
    padding: 24px 0 65px;
  }

  .histories-3 .gustar__bg .text_fz20 {
    margin-top: 8px;
  }

  .histories-3 .gustar__bg .text_fz20_fw900 {
    margin-top: 14px;
  }

  .histories-3 .gustar__bg .btn {
    margin-top: 16px;
  }

  .histories-3 .gustar .slick-dots {
    bottom: -60px;
  }
}

.histories-3 .nuestras {
  overflow: hidden;
  background-color: #f9f5ef;
  padding: 56px 0 0;
}

.histories-3 .nuestras .title {
  max-width: 600px;
}

.histories-3 .nuestras .green-years__carousel {
  margin-top: 64px;
}

.histories-3 .nuestras .text_fz20 {
  margin-top: 16px;
  max-width: 400px;
}

.histories-3 .nuestras .text_fz20_fw900 {
  margin-top: 24px;
  font-size: 18px;
  line-height: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  text-transform: uppercase;
}

.histories-3 .nuestras .text_fz20_fw900:hover {
  color: #172934;
}

.histories-3 .nuestras .slick-slide {
  margin-left: 13px;
}

.histories-3 .nuestras .slick-list {
  overflow: inherit;
  position: relative;
}

.histories-3 .nuestras .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background: #f9f5ef;
}

.histories-3 .nuestras .slick-dots {
  bottom: -40px !important;
}

@media (max-width: 991.98px) {
  .histories-3 .nuestras .title {
    font-size: 42px;
    line-height: 38px;
    max-width: 300px;
  }
}

@media (max-width: 767.98px) {
  .histories-3 .nuestras {
    padding: 45px 0 50px;
  }

  .histories-3 .nuestras .green-years__slide {
    width: 207px !important;
  }

  .histories-3 .nuestras .title_fz70 {
    font-size: 36px;
    line-height: 32px;
  }

  .histories-3 .nuestras .text_fz20 {
    margin-top: 8px;
  }

  .histories-3 .nuestras .text_fz20_fw900 {
    margin-top: 14px;
    font-size: 11px;
    line-height: 16px;
    gap: 11px;
  }

  .histories-3 .nuestras .btn {
    margin-top: 16px;
  }

  .histories-3 .nuestras .slick-dots {
    bottom: -60px;
  }
}

.histories-3 .forma .title_fz52 {
  max-width: 492px;
}

.histories-3 .forma .wrapper-text_descr {
  margin-top: 50px;
}

.histories-3 .forma .form__pink {
  z-index: -1 !important;
}

.histories-3 .forma .bottom-wave {
  background-color: #e14286;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .histories-3 .forma {
    padding-top: 85px;
    padding-bottom: 69px;
  }

  .histories-3 .forma .wrapper-text_descr {
    margin-top: 0;
  }

  .histories-3 .forma .bottom-wave img {
    margin-top: 45px;
  }
}

@media (max-width: 767.98px) {
  .histories-3 .forma .form__wrapper .btn {
    min-width: 100%;
  }
}

.histories-3 .help-us .top-wave {
  background-color: #e14286;
}

.histories-3 .help-us .help-us__carousel_descr,
.histories-3 .help-us .help-us__carousel_text {
  color: #172934;
}

.histories-3 .help-us .wrapper-text {
  align-items: flex-start;
}

.histories-3 .help-us .wrapper-text .text_fz20 {
  max-width: 405px;
}

@media (max-width: 992px) {
  .histories-3 .help-us .wrapper-text {
    margin-bottom: 40px;
  }
}

@media (max-width: 991.98px) {
  .histories-3 .help-us .wrapper-text .title_fz70 {
    margin-bottom: 16px;
    font-size: 42px;
    line-height: 38px;
  }

  .histories-3 .help-us .wrapper-text .text_fz20 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 991.98px) {
  .histories-3 .help-us__carousel_descr,
  .histories-3 .help-us__carousel_text {
    font-size: 12px;
    line-height: 16px;
  }

  .histories-3 .help-us .btn_white {
    width: 96px;
    min-width: 96px;
    height: 28px;
  }
}

.histories-3 .projectos {
  padding: 0;
}

.histories-3 .projectos .container {
  background-color: #f9f5ef;
}

.histories-3 .projectos .wrapper-text_descr {
  display: none;
}

.histories-3 .projectos__bg {
  padding-top: 56px;
  background-color: #f9f5ef;
}

.histories-3 .projectos__bg .wrapper-text {
  max-width: 400px;
}

.histories-3 .projectos__carousel {
  padding-bottom: 80px;
}

.histories-3 .projectos__carousel .slick-list:before {
  background-color: #f9f5ef;
}

.histories-3 .projectos .slick-dots {
  bottom: 25px;
}

.histories-3 .projectos .top-wave {
  background-color: #83cfd0;
}

@media (max-width: 767.98px) {
  .histories-3 .projectos {
    padding: 0;
  }

  .histories-3 .projectos__bg {
    padding-top: 24px;
  }
}

.histories-3 .form {
  padding-top: 0;
}

.histories-3 .form .bottom-wave {
  z-index: 2;
  position: absolute;
}

.histories-3 .form .bottom-wave_awards img {
  background-color: #83cfd0;
  margin-top: 0;
}

.histories-3 .form .pos-initial {
  position: static;
}

.histories-3 .form__green-orange .title_fz52 {
  margin-top: 45px;
}

@media (max-width: 767.98px) {
  .histories-3 .form__column-1 {
    padding-top: 24px;
  }

  .histories-3 .form__column-1 .wrapper-text_descr {
    padding-top: 16px;
    font-size: 13px;
    line-height: 18px;
  }

  .histories-3 .form__column-1 .tas {
    text-align: start;
  }

  .histories-3 .form__green-orange .title_fz52 {
    margin-bottom: 0;
    font-size: 38px;
    line-height: 34px;
    max-width: 206px;
  }

  .histories-3 .form__green-orange .btn {
    font-size: 10px;
    line-height: 30px;
  }
}

.histories-3 .overlay {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 10;
}

.disigners .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-blend-mode: hard-light;
}

.disigners .hero__padding {
  padding: 87px 0 100px;
}

.disigners .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.disigners .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.01em;
}

@media (max-width: 767.98px) {
  .disigners .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.disigners .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.disigners .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.disigners .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.disigners .main-descr {
  padding: 56px 0 80px;
}

.disigners .main-descr__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.disigners .main-descr .wrapper-text_descr {
  max-width: 614px;
}

@media (max-width: 991.98px) {
  .disigners .main-descr .main-descr__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .disigners .main-descr .main-descr__column {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .disigners .main-descr {
    padding: 0 0 32px;
  }
}

.disigners .BabyPelones {
  padding: 32px 0 59px;
  overflow: hidden;
}

.disigners .BabyPelones .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.disigners .BabyPelones .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.disigners .BabyPelones .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.disigners .BabyPelones .media-md {
  display: none;
}

.disigners .BabyPelones__slide {
  padding: 0 20px 17px 18px;
  background-color: #fff;
  border-radius: 6px;
  margin: 0 6px;
}

.disigners .BabyPelones__slide_img {
  max-width: 100%;
  margin: auto;
}

.disigners .BabyPelones_price {
  font-family: HWT Artz;
  color: #172934;
  font-weight: 700;
  font-size: 31px;
  line-height: 32px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.disigners .BabyPelones__wrapper {
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
}

.disigners .BabyPelones .title_fz52 {
  margin: 0 auto;
  text-align: center;
  width: 611px;
}

.disigners .BabyPelones .slick-prev {
  left: -10px;
  top: 50%;
}

.disigners .BabyPelones .slick-next {
  top: 50%;
  right: 44px;
}

.disigners .BabyPelones .how-can__info {
  text-align: center;
  margin-top: 42px;
}

.disigners .BabyPelones .btn_BabyPelones {
  font-size: 11px;
  line-height: 15px;
}

@media (max-width: 768px) {
  .disigners .BabyPelones__slide {
    display: block !important;
    margin: 0 auto;
    margin-top: 8px;
  }

  .disigners .BabyPelones .media-lg {
    display: none;
  }

  .disigners .BabyPelones .media-md {
    display: block;
  }

  .disigners .BabyPelones .title_fz52 {
    margin-left: 0;
    text-align: left;
  }

  .disigners .BabyPelones .btn_BabyPelones {
    font-size: 9px;
    line-height: 20px;
  }
}

.disigners .BabyPelones .BabyPelones_tablinks:last-of-type {
  margin-right: 0;
}

.disigners .descubre {
  overflow: hidden;
}

.disigners .descubre__bg {
  padding: 48px 0 52px;
  background-color: #fc7861;
}

.disigners .descubre .title_fz52 {
  width: 614px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 32px;
}

.disigners .descubre .how-can__info {
  padding-top: 40px;
  text-align: center;
}

.disigners .descubre .how-can__info_span {
  line-height: 26px;
}

.disigners .descubre .top-wave {
  background-color: #a4a3ea;
}

.disigners .descubre .slick-list:before {
  background-color: #fc7861;
}

.disigners .descubre .btn_BabyPelones {
  font-size: 11px;
  line-height: 15px;
}

@media (max-width: 991.98px) {
  .disigners .descubre .btn_BabyPelones {
    font-size: 9px;
    line-height: 20px;
  }

  .disigners .descubre .how-can__info {
    padding-top: 32px;
    text-align: right;
  }

  .disigners .descubre .slick-dots {
    bottom: -49px;
    left: 10%;
  }

  .disigners .descubre .BabyPelones__slide {
    padding: 2px 4px 8px 5px;
  }

  .disigners .descubre .text_fz16_fw500 {
    padding-top: 20px;
  }

  .disigners .descubre .BabyPelones__slide__wrapper {
    column-gap: 36px;
    padding: 0;
  }

  .disigners .descubre .BabyPelones_link,
  .disigners .descubre .BabyPelones_link img {
    display: inline-block;
  }

  .disigners .descubre .slick-slide {
    margin-left: 12px;
  }

  .disigners .descubre .slick-list {
    overflow: inherit;
    position: relative;
  }
}

.disigners .hazte-socio__bg {
  background-color: #ffb800;
  padding: 28px 0 69px;
}

.disigners .hazte-socio__wrapper {
  display: flex;
  justify-content: space-between;
}

.disigners .hazte-socio__wrapper .title_fz120 {
  padding-top: 46px;
}

.disigners .hazte-socio__wrapper .text_fz20 {
  padding: 24px 0 32px;
  max-width: 480px;
}

@media (max-width: 991.98px) {
  .disigners .hazte-socio__bg {
    padding: 24px 0 39px;
  }

  .disigners .hazte-socio__wrapper {
    flex-direction: column;
  }

  .disigners .hazte-socio__wrapper .title_fz120 {
    font-size: 38px;
    line-height: 34px;
    text-align: center;
  }

  .disigners .hazte-socio__wrapper .text_fz20 {
    padding: 12px 0 27px;
    text-align: center;
    margin: auto;
  }

  .disigners .hazte-socio__wrapper .btn {
    margin: 0 auto;
  }

  .disigners .hazte-socio_img {
    margin: 0 auto;
    margin-top: 40px;
  }
}

.disigners .hero h1 {
  color: #f9f5ef;
  font-size: 70px;
  line-height: 60px;
}

@media (max-width: 991.98px) {
  .disigners .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }

  .disigners .hero p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 360px) {
  .disigners .hero {
    background-image: url(../img/disigners/main-mob.png) !important;
  }
}

.disigners .main-descr {
  padding: 0;
}

.disigners .main-descr_bg {
  padding: 56px 0 80px;
  position: relative;
  background-color: #83cfd0;
}

@media (max-width: 767.98px) {
  .disigners .main-descr_bg {
    padding: 24px 0 32px;
  }

  .disigners .main-descr__wrapper {
    gap: 40px;
  }

  .disigners .main-descr .main-descr__column {
    margin-top: 0;
  }

  .disigners .main-descr .wrapper-text_descr {
    padding: 0;
  }

  .disigners .main-descr .how-can__info_span {
    font-size: 14px;
    line-height: 24px;
    background-position: 100% 17px;
  }
}

.disigners .white {
  padding: 80px 0;
}

.disigners .white__wrapper {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
}

.disigners .white__column img {
  max-width: 100%;
}

.disigners .white__column .title_fz36 {
  margin-bottom: 40px;
}

.disigners .white__column .mob {
  display: none;
}

.disigners .white__column .how-can__info {
  margin-top: 24px;
}

.disigners .white__column .how-can__info_span {
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 991.98px) {
  .disigners .white {
    padding: 24px 0;
  }

  .disigners .white__wrapper {
    grid-template-columns: 328px;
    justify-content: center;
    row-gap: 40px;
  }

  .disigners .white__column .title_fz36 {
    margin-bottom: 24px;
  }

  .disigners .white__column .desc {
    display: none;
  }

  .disigners .white__column .mob {
    display: block;
  }
}

.disigners .descubre .top-wave {
  background-color: #f9f5ef;
}

.disigners .descubre .how-can__info_span {
  font-size: 16px;
  line-height: 22px;
}

.disigners .descubre .BabyPelones__wrapper {
  display: grid;
  grid-template-columns: 85px 96px;
  justify-content: space-between;
}

.disigners .descubre .BabyPelones__wrapper .btn {
  display: block;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}

.disigners .descubre .BabyPelones_price {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

.disigners .descubre .BabyPelones_link {
  margin-top: 6px;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #e14286;
}

.disigners .descubre .BabyPelones_link img {
  display: inline-block;
}

.disigners .descubre .BabyPelones__slide {
  padding: 20px 20px 17px 18px;
}

.disigners .descubre .BabyPelones__slide_img {
  width: 162px;
  height: 162px;
  margin: 0 auto;
  margin-bottom: 18px;
}

@media (max-width: 991.98px) {
  .disigners .descubre .bottom-wave {
    background-color: #fc7861;
  }

  .disigners .descubre__bg {
    padding: 40px 0;
  }

  .disigners .descubre__bg .title_fz52 {
    margin-left: 0;
    text-align: left;
    font-size: 36px;
    line-height: 32px;
    width: 316px;
  }

  .disigners .descubre .BabyPelones__slide {
    padding: 13px 20px;
  }

  .disigners .descubre .BabyPelones__slide__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 140px);
    justify-content: space-between;
    column-gap: 40px;
  }

  .disigners .descubre .BabyPelones__slide__wrapper .text_fz16 {
    padding-top: 27px;
  }

  .disigners .descubre .BabyPelones__slide_img {
    margin: 0;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }

  .disigners .descubre .BabyPelones__wrapper {
    flex-direction: column;
    display: flex;
    gap: 7px;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    justify-content: flex-start;
    padding-bottom: 26px;
  }

  .disigners .descubre .BabyPelones_link {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .disigners .hazte-socio .text_fz20 {
    font-size: 16px;
    line-height: 22px;
  }

  .disigners .hazte-socio .btn_header {
    font-size: 10px;
  }
}

.disigners-2 .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-blend-mode: hard-light;
}

.disigners-2 .hero__padding {
  padding: 87px 0 100px;
}

.disigners-2 .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.disigners-2 .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.01em;
}

@media (max-width: 767.98px) {
  .disigners-2 .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.disigners-2 .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.disigners-2 .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.disigners-2 .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.disigners-2 .main-descr {
  padding: 56px 0 80px;
}

.disigners-2 .main-descr__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.disigners-2 .main-descr .wrapper-text_descr {
  max-width: 614px;
}

@media (max-width: 991.98px) {
  .disigners-2 .main-descr .main-descr__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .disigners-2 .main-descr .main-descr__column {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .disigners-2 .main-descr {
    padding: 0 0 32px;
  }
}

.disigners-2 .BabyPelones {
  padding: 32px 0 59px;
  overflow: hidden;
}

.disigners-2 .BabyPelones .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.disigners-2 .BabyPelones .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.disigners-2 .BabyPelones .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.disigners-2 .BabyPelones .media-md {
  display: none;
}

.disigners-2 .BabyPelones__slide {
  padding: 0 20px 17px 18px;
  background-color: #fff;
  border-radius: 6px;
  margin: 0 6px;
}

.disigners-2 .BabyPelones__slide_img {
  max-width: 100%;
  margin: auto;
}

.disigners-2 .BabyPelones_price {
  font-family: HWT Artz;
  color: #172934;
  font-weight: 700;
  font-size: 31px;
  line-height: 32px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.disigners-2 .BabyPelones__wrapper {
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
}

.disigners-2 .BabyPelones .title_fz52 {
  margin: 0 auto;
  text-align: center;
  width: 611px;
}

.disigners-2 .BabyPelones .slick-prev {
  left: -10px;
  top: 50%;
}

.disigners-2 .BabyPelones .slick-next {
  top: 50%;
  right: 44px;
}

.disigners-2 .BabyPelones .how-can__info {
  text-align: center;
  margin-top: 42px;
}

.disigners-2 .BabyPelones .btn_BabyPelones {
  font-size: 11px;
  line-height: 15px;
}

@media (max-width: 768px) {
  .disigners-2 .BabyPelones__slide {
    display: block !important;
    margin: 0 auto;
    margin-top: 8px;
  }

  .disigners-2 .BabyPelones .media-lg {
    display: none;
  }

  .disigners-2 .BabyPelones .media-md {
    display: block;
  }

  .disigners-2 .BabyPelones .title_fz52 {
    margin-left: 0;
    text-align: left;
  }

  .disigners-2 .BabyPelones .btn_BabyPelones {
    font-size: 9px;
    line-height: 20px;
  }
}

.disigners-2 .BabyPelones .BabyPelones_tablinks:last-of-type {
  margin-right: 0;
}

.disigners-2 .descubre {
  overflow: hidden;
}

.disigners-2 .descubre__bg {
  padding: 48px 0 52px;
  background-color: #fc7861;
}

.disigners-2 .descubre .title_fz52 {
  width: 614px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 32px;
}

.disigners-2 .descubre .how-can__info {
  padding-top: 40px;
  text-align: center;
}

.disigners-2 .descubre .how-can__info_span {
  line-height: 26px;
}

.disigners-2 .descubre .top-wave {
  background-color: #a4a3ea;
}

.disigners-2 .descubre .slick-list:before {
  background-color: #fc7861;
}

.disigners-2 .descubre .btn_BabyPelones {
  font-size: 11px;
  line-height: 15px;
}

@media (max-width: 991.98px) {
  .disigners-2 .descubre .btn_BabyPelones {
    font-size: 9px;
    line-height: 20px;
  }

  .disigners-2 .descubre .how-can__info {
    padding-top: 32px;
    text-align: right;
  }

  .disigners-2 .descubre .slick-dots {
    bottom: -49px;
    left: 10%;
  }

  .disigners-2 .descubre .BabyPelones__slide {
    padding: 2px 4px 8px 5px;
  }

  .disigners-2 .descubre .text_fz16_fw500 {
    padding-top: 20px;
  }

  .disigners-2 .descubre .BabyPelones__slide__wrapper {
    column-gap: 36px;
    padding: 0;
  }

  .disigners-2 .descubre .BabyPelones_link,
  .disigners-2 .descubre .BabyPelones_link img {
    display: inline-block;
  }

  .disigners-2 .descubre .slick-slide {
    margin-left: 12px;
  }

  .disigners-2 .descubre .slick-list {
    overflow: inherit;
    position: relative;
  }
}

.disigners-2 .hazte-socio__bg {
  background-color: #ffb800;
  padding: 28px 0 69px;
}

.disigners-2 .hazte-socio__wrapper {
  display: flex;
  justify-content: space-between;
}

.disigners-2 .hazte-socio__wrapper .title_fz120 {
  padding-top: 46px;
}

.disigners-2 .hazte-socio__wrapper .text_fz20 {
  padding: 24px 0 32px;
  max-width: 480px;
}

@media (max-width: 991.98px) {
  .disigners-2 .hazte-socio__bg {
    padding: 24px 0 39px;
  }

  .disigners-2 .hazte-socio__wrapper {
    flex-direction: column;
  }

  .disigners-2 .hazte-socio__wrapper .title_fz120 {
    font-size: 38px;
    line-height: 34px;
    text-align: center;
  }

  .disigners-2 .hazte-socio__wrapper .text_fz20 {
    padding: 12px 0 27px;
    text-align: center;
    margin: auto;
  }

  .disigners-2 .hazte-socio__wrapper .btn {
    margin: 0 auto;
  }

  .disigners-2 .hazte-socio_img {
    margin: 0 auto;
    margin-top: 40px;
  }
}

.disigners-2 .tab {
  width: 100vw;
  overflow: hidden;
  border: none;
  background-color: #f9f5ef;
  justify-content: space-around;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  scrollbar-width: none;
}

.disigners-2 .tab::-webkit-scrollbar {
  width: 0 !important;
}

.disigners-2 .tab-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgba(23, 41, 52, 0.2);
}

.disigners-2 .tab_btn {
  background-color: #f9f5ef;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding-bottom: 12px;
  width: -moz-max-content;
  width: max-content;
  margin-right: 30px;
}

.disigners-2 .tab_btn:last-of-type {
  margin-right: 0;
}

.disigners-2 .active {
  border-bottom: 4px solid #e14286;
  font-weight: 800;
}

.disigners-2 .tab_content {
  padding-top: 56px;
  display: none;
  animation: e 1s;
}

@media (max-width: 767.98px) {
  .disigners-2 .tab_content {
    padding-top: 10px;
  }

  .disigners-2 .tab_btn {
    margin-right: 24px;
  }
}

.disigners-2 .years__tab {
  background: #83cfd0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .disigners-2 .years__tab {
    width: 100vw;
  }
}

.disigners-2 .years_tablinks {
  background: #83cfd0;
}

.disigners-2 .BabyPelones__tab {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 56px;
}

@media (max-width: 991.98px) {
  .disigners-2 .BabyPelones__tab {
    width: 100%;
  }
}

.disigners-2 .active {
  min-width: 153px;
  text-align: start;
}

.disigners-2 .position-relative {
  width: 124vw;
}

.disigners-2 .hero h1 {
  color: #f9f5ef;
  font-size: 70px;
  line-height: 60px;
  max-width: 550px;
}

.disigners-2 .hero .subtitle {
  display: none;
  font-weight: 900;
  font-size: 11px;
  line-height: 16px;
  color: #f9f5ef;
  margin-top: 21px;
}

.disigners-2 .hero .btn {
  margin-top: 32px;
}

@media (max-width: 991.98px) {
  .disigners-2 .hero__padding {
    padding: 92px 0 64px;
  }

  .disigners-2 .hero h1 {
    font-size: 52px;
    line-height: 46px;
    max-width: 300px;
  }

  .disigners-2 .hero p {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 145px;
  }

  .disigners-2 .hero .subtitle {
    display: block;
    margin-bottom: 0;
  }

  .disigners-2 .hero .btn {
    margin-top: 21px;
    font-size: 10px;
    min-width: 182px;
    height: 44px;
    max-width: 182px;
  }
}

@media (max-width: 360px) {
  .disigners-2 .hero {
    background-image: url(../img/disigners-2/main-mob.png) !important;
  }
}

.disigners-2 .main-descr {
  padding: 0;
}

.disigners-2 .main-descr_bg {
  padding: 56px 0 80px;
  position: relative;
  background-color: #83cfd0;
}

@media (max-width: 767.98px) {
  .disigners-2 .main-descr_bg {
    padding: 24px 0 32px;
  }

  .disigners-2 .main-descr__wrapper {
    gap: 40px;
  }

  .disigners-2 .main-descr .main-descr__column {
    margin-top: 0;
  }

  .disigners-2 .main-descr .wrapper-text_descr {
    padding: 0;
  }

  .disigners-2 .main-descr .how-can__info_span {
    font-size: 14px;
    line-height: 24px;
    background-position: 100% 17px;
  }
}

.disigners-2 .team {
  overflow: hidden;
  padding: 0 0 255px;
}

.disigners-2 .team .tab {
  display: none;
}

.disigners-2 .team .tab-btn {
  font-size: 16px;
  line-height: 26px;
}

.disigners-2 .team .wrapper-text_descr {
  margin-top: 16px;
  max-width: 262px;
  height: 60px;
}

.disigners-2 .team .slick-list {
  overflow: inherit;
  position: relative;
}

.disigners-2 .team .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background-color: #f9f5ef;
}

.disigners-2 .team .slick-slide {
  margin-left: 12px;
}

.disigners-2 .team .slick-slide img {
  width: 100%;
}

.disigners-2 .team .slick-prev {
  right: 100px;
  bottom: -150px;
}

.disigners-2 .team .slick-next {
  bottom: -150px;
  right: 0;
}

.disigners-2 .team .form__number {
  bottom: -125px;
  right: 62px;
  left: auto;
}

.disigners-2 .team .slick-dots {
  bottom: -50px;
}

.disigners-2 .team .btn_white_team {
  min-width: 127px !important;
  height: 28px;
  max-width: 127px;
}

@media (max-width: 1200px) {
  .disigners-2 .team .size {
    height: 219px;
  }
}

@media (max-width: 992px) {
  .disigners-2 .team .size {
    height: 162px;
  }
}

@media (max-width: 991.98px) {
  .disigners-2 .team .wrapper-text_descr {
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  .disigners-2 .team {
    padding: 24px 0 61px;
  }

  .disigners-2 .team .tab {
    width: 90vw;
    display: block;
  }

  .disigners-2 .team .title_fz18_team {
    font-size: 11px;
    line-height: 16px;
  }

  .disigners-2 .team .wrapper-text_descr {
    padding-top: 8px;
    margin-top: 0;
    font-size: 11px;
    line-height: 15px;
    height: 30px;
  }
}

@media (max-width: 577px) {
  .disigners-2 .team {
    right: 0;
  }
}

.disigners-2 .descubre .top-wave {
  background-color: #f9f5ef;
}

.disigners-2 .descubre .how-can__info_span {
  font-size: 16px;
  line-height: 22px;
}

.disigners-2 .descubre .BabyPelones__wrapper {
  display: grid;
  grid-template-columns: 85px 96px;
  justify-content: space-between;
}

.disigners-2 .descubre .BabyPelones__wrapper .btn {
  display: block;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}

.disigners-2 .descubre .BabyPelones_price {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

.disigners-2 .descubre .BabyPelones_link {
  margin-top: 6px;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #e14286;
}

.disigners-2 .descubre .BabyPelones_link img {
  display: inline-block;
}

.disigners-2 .descubre .BabyPelones__slide {
  padding: 20px 20px 17px 18px;
}

.disigners-2 .descubre .BabyPelones__slide_img {
  width: 162px;
  height: 162px;
  margin: 0 auto;
  margin-bottom: 18px;
}

@media (max-width: 991.98px) {
  .disigners-2 .descubre .bottom-wave {
    background-color: #fc7861;
  }

  .disigners-2 .descubre__bg {
    padding: 40px 0;
  }

  .disigners-2 .descubre__bg .title_fz52 {
    margin-left: 0;
    text-align: left;
    font-size: 36px;
    line-height: 32px;
    width: 316px;
  }

  .disigners-2 .descubre .BabyPelones__slide {
    padding: 13px 20px;
  }

  .disigners-2 .descubre .BabyPelones__slide__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 140px);
    justify-content: space-between;
    column-gap: 40px;
  }

  .disigners-2 .descubre .BabyPelones__slide__wrapper .text_fz16 {
    padding-top: 27px;
  }

  .disigners-2 .descubre .BabyPelones__slide_img {
    margin: 0;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }

  .disigners-2 .descubre .BabyPelones__wrapper {
    flex-direction: column;
    display: flex;
    gap: 7px;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    justify-content: flex-start;
    padding-bottom: 26px;
  }

  .disigners-2 .descubre .BabyPelones_link {
    display: none;
  }
}

.disigners-2 .peques__bg {
  padding: 100px 0;
  background-color: #a4a3ea;
}

.disigners-2 .peques .mob {
  display: none !important;
}

.disigners-2 .peques__wrapper {
  display: grid;
  grid-template-columns: 626px 510px;
  column-gap: 100px;
}

.disigners-2 .peques__column-2 .text_fz20 {
  margin-bottom: 32px;
}

@media (max-width: 1440px) {
  .disigners-2 .peques__bg {
    padding: 40px 0;
  }

  .disigners-2 .peques .mob {
    display: block !important;
    margin: auto;
  }

  .disigners-2 .peques .title_fz52 {
    margin: 0 auto 24px;
    font-size: 36px;
    line-height: 32px;
    width: 328px;
  }

  .disigners-2 .peques__wrapper {
    grid-template-columns: 50% 50%;
    row-gap: 0;
    justify-content: center;
  }

  .disigners-2 .peques__wrapper .desc {
    display: none;
  }

  .disigners-2 .peques .slick-dots {
    bottom: -40px;
  }
}

@media (max-width: 991.98px) {
  .disigners-2 .peques .title_fz52 {
    width: 100%;
    max-width: inherit;
    margin-bottom: 24px;
  }

  .disigners-2 .peques__wrapper {
    grid-template-columns: 678px;
    row-gap: 53px;
    justify-content: center;
  }

  .disigners-2 .peques__wrapper .desc {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .disigners-2 .peques__wrapper {
    grid-template-columns: 100%;
  }

  .disigners-2 .peques__column-2 .text_fz20 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
  }

  .disigners-2 .peques__column-2 .btn {
    height: 42px;
    min-width: 153px;
    max-width: 153px;
  }
}

@media (max-width: 767.98px) {
  .disigners-2 .hazte-socio .text_fz20 {
    font-size: 16px;
    line-height: 22px;
  }

  .disigners-2 .hazte-socio .btn_header {
    font-size: 10px;
  }
}

.disigners-3 .hero h1 {
  max-width: 650px;
}

.disigners-3 .cupon__bg {
  background-color: #ffb800;
  padding: 56px 0 141px;
}

.disigners-3 .cupon__wrapper {
  display: grid;
  grid-template-columns: 614px 506px;
  column-gap: 155px;
}

.disigners-3 .cupon__column-2 .btn_cupon,
.disigners-3 .cupon__column-3 .btn_cupon2 {
  background-color: #fff;
  color: #172934;
  margin-top: 24px;
}

.disigners-3 .cupon__column-3 .btn_cupon2 {
  min-width: 358px;
  max-width: 358px;
  font-size: 20px;
  line-height: 30px;
  border: 1px dashed #000;
}

.disigners-3 .cupon__column-4 .cupon_email {
  margin-top: 24px;
  border: 1px solid rgba(80, 80, 80, 0.4);
  background: #fff;
  padding: 11px 18px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: rgba(30, 50, 56, 0.5);
  width: 333px;
  height: 52px;
  border-radius: 6px;
}

.disigners-3 .cupon__column-4 .btn {
  margin-top: 16px;
}

@media (max-width: 767.98px) {
  .disigners-3 .cupon__column-4 .btn {
    max-width: 153px;
    min-width: 153px;
    height: 42px;
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 1140px) {
  .disigners-3 .cupon__bg {
    padding: 40px 0;
  }

  .disigners-3 .cupon__wrapper {
    grid-template-columns: 328px;
    justify-content: center;
    row-gap: 24px;
  }

  .disigners-3 .cupon .title_fz80 {
    font-size: 36px;
    line-height: 32px;
  }

  .disigners-3 .cupon__column-3 .btn_cupon2 {
    min-width: 314px;
    max-width: 314px;
  }

  .disigners-3 .cupon__column-4 .cupon_email {
    width: 314px;
  }
}

.disigners-3 .descubre .top-wave {
  background-color: #ffb800;
}

.Jardin .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-blend-mode: hard-light;
}


.Jardin .hero picture {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Jardin .hero picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  z-index: -1;
  object-fit: cover;
  background-position: center;
}

.Jardin .hero__padding {
  padding: 87px 0 100px;
}

.Jardin .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.Jardin .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.01em;
}

@media (max-width: 767.98px) {
  .Jardin .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.Jardin .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.Jardin .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.Jardin .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.Jardin .tab {
  width: 100vw;
  overflow: hidden;
  border: none;
  background-color: #f9f5ef;
  justify-content: space-around;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  scrollbar-width: none;
}

.Jardin .tab::-webkit-scrollbar {
  width: 0 !important;
}

.Jardin .tab-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgba(23, 41, 52, 0.2);
}

.Jardin .tab_btn {
  background-color: #f9f5ef;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding-bottom: 12px;
  width: -moz-max-content;
  width: max-content;
  margin-right: 30px;
}

.Jardin .tab_btn:last-of-type {
  margin-right: 0;
}

.Jardin .active {
  border-bottom: 4px solid #e14286;
  font-weight: 800;
}

.Jardin .tab_content {
  padding-top: 56px;
  display: none;
  animation: e 1s;
}

@media (max-width: 767.98px) {
  .Jardin .tab_content {
    padding-top: 10px;
  }

  .Jardin .tab_btn {
    margin-right: 24px;
  }
}

.Jardin .years__tab {
  background: #83cfd0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .Jardin .years__tab {
    width: 100vw;
  }
}

.Jardin .years_tablinks {
  background: #83cfd0;
}

.Jardin .BabyPelones__tab {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 56px;
}

@media (max-width: 991.98px) {
  .Jardin .BabyPelones__tab {
    width: 100%;
  }
}

.Jardin .help-us .bottom-wave {
  z-index: 2;
  position: relative;
}

.Jardin .help-us .slick-arrow {
  display: none !important;
}

.Jardin .help-us__bg {
  background-color: #83cfd0;
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 80px;
}

@media (max-width: 767.98px) {
  .Jardin .help-us__bg {
    padding-bottom: 140px;
  }
}

.Jardin .help-us__bg .title {
  width: inherit;
  max-width: 614px;
  margin-bottom: 64px;
}

@media (max-width: 991.98px) {
  .Jardin .help-us__bg .title {
    font-size: 42px;
    line-height: 38px;
  }
}

.Jardin .help-us__carousel .slick-list {
  overflow: inherit;
}

.Jardin .help-us__carousel .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background-color: #83cfd0;
}

.Jardin .help-us__carousel_text {
  font-family: Avenir;
  font-size: 18px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 0.1em;
  margin-top: 24px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .Jardin .help-us__carousel_text {
    font-size: 11px;
    line-height: 16px;
    max-width: 185px;
  }
}

.Jardin .help-us__carousel_descr {
  font-family: Avenir;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.01em;
}

@media (max-width: 767.98px) {
  .Jardin .help-us__carousel_descr {
    font-size: 13px;
    line-height: 18px;
  }
}

.Jardin .help-us__slides {
  margin-right: 13px;
}

@media (max-width: 767.98px) {
  .Jardin .help-us__slides {
    width: 75vw !important;
  }
}

.Jardin .help-us__slides .btn_white {
  width: 153px;
  height: 42px;
}

@media (max-width: 767.98px) {
  .Jardin .help-us__slides .btn_white {
    font-size: 9px;
    line-height: 20px;
  }
}

.Jardin .help-us__carousel_img {
  border-radius: 6px;
}

@media (max-width: 767.98px) {
  .Jardin .help-us__carousel_img {
    max-width: 100%;
  }
}

.Jardin .playing__bg {
  padding: 100px 0;
  overflow: hidden;
  background-color: #a4a3ea;
}

.Jardin .playing__bg-video {
  cursor: pointer;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 411px;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.Jardin .playing__bg-video.play ~ .playing__bg-play {
  display: none;
}

.Jardin .playing__bg .playing__bg-play {
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.Jardin .playing__wrapper {
  display: grid;
  grid-template-columns: 626px 1fr;
  gap: 104px;
}

@media (max-width: 1200px) {
  .Jardin .playing__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.Jardin .playing .wrapper-text_descr {
  max-width: 523px;
}

.Jardin .playing .title_fz52 {
  max-width: 400px;
  width: inherit;
}

.Jardin .playing__column_video {
  max-width: 626px;
  max-height: 411px;
  height: 411px;
  position: relative;
}

@media (max-width: 991.98px) {
  .Jardin .playing .playing__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .Jardin .playing .playing__column_video {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .Jardin .playing__bg {
    padding: 24px 0 32px;
  }

  .Jardin .playing .title_fz52 {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 8px;
  }
}

.Jardin .hero h1 {
  color: #f9f5ef;
  font-size: 70px;
  max-width: 420px;
}

.Jardin .hero__padding {
  position: relative;
}

.Jardin .hero_play {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%);
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .Jardin .hero_play {
    right: 0;
    bottom: 30px;
    left: auto;
    transform: none;
    top: auto;
  }

  .Jardin .hero h1 {
    font-size: 52px;
    line-height: 46px;
    max-width: 250px;
  }
}

@media (max-width: 360px) {
  .Jardin .hero {
    background-image: url(../img/Jardin/img-mob.png) !important;
  }
}

.Jardin .description {
  padding: 56px 0 97px;
}

.Jardin .description__grid {
  display: grid;
  grid-template-columns: 53% 40%;
  row-gap: 110px;
  align-items: center;
  justify-content: space-between;
}

.Jardin .description img {
  max-width: 100%;
}

.Jardin .description .how-can__info {
  padding-left: 123px;
}

.Jardin .description .how-can__info_span {
  font-size: 16px;
  line-height: 22px;
}

.Jardin .description_img {
  margin-bottom: 48px;
}

.Jardin .description .mob {
  display: none;
}

@media (max-width: 991.98px) {
  .Jardin .description {
    padding: 38px 0 33px;
  }

  .Jardin .description .text_fz20 {
    font-size: 16px;
    line-height: 24px;
  }

  .Jardin .description__grid {
    grid-template-columns: 1fr;
    row-gap: 0;
    justify-content: center;
  }

  .Jardin .description .how-can__info {
    padding-left: 0;
  }

  .Jardin .description .how-can__info_span {
    font-size: 14px;
    line-height: 24px;
    background-position: 100% 17px;
  }

  .Jardin .description_img {
    margin: 0 auto;
    margin-bottom: 14px;
  }

  .Jardin .description .mob {
    display: block;
    margin: auto;
  }

  .Jardin .description .desc {
    display: none;
  }

  .Jardin .description__column-1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .Jardin .description__column-2 {
    margin-top: 40px;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .Jardin .description__column-3 {
    margin-top: 35px;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }

  .Jardin .description__column-4 {
    margin-top: 24px;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
  }
}

.Jardin .jardines {
  overflow: hidden;
}

.Jardin .jardines .slick-next,
.Jardin .jardines .slick-prev {
  display: none !important;
}

.Jardin .jardines__bg {
  padding: 56px 0 80px;
}

.Jardin .jardines .tab,
.Jardin .jardines .tab-btn,
.Jardin .jardines__bg {
  background-color: #83cfd0;
}

.Jardin .jardines .tab-box {
  width: 100vw;
}

.Jardin .jardines .slick-dots {
  bottom: -40px;
}

.Jardin .jardines .title_fz70 {
  margin-bottom: 64px;
  max-width: 614px;
}

@media (max-width: 991.98px) {
  .Jardin .jardines__bg {
    padding: 24px 0 60px;
  }

  .Jardin .jardines .tab-box {
    width: auto;
  }

  .Jardin .jardines .tab {
    width: 90vw;
  }

  .Jardin .jardines .title_fz70 {
    font-size: 42px;
    line-height: 38px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .Jardin .jardines .tab-btn {
    font-size: 14px;
    line-height: 24px;
  }

  .Jardin .jardines .btn_white {
    width: 96px;
    min-width: 96px;
    height: 28px;
  }

  .Jardin .jardines .tab {
    width: 86vw;
  }
}

@media (max-width: 630px) {
  .Jardin .jardines .tab {
    width: 92vw;
  }
}

.Jardin .help-us .help-us__carousel_descr,
.Jardin .help-us .help-us__carousel_text {
  color: #172934;
}

.Jardin .help-us .wrapper-text {
  align-items: flex-start;
}

.Jardin .help-us .wrapper-text .text_fz20 {
  max-width: 405px;
}

@media (max-width: 992px) {
  .Jardin .help-us .wrapper-text {
    margin-bottom: 40px;
  }
}

@media (max-width: 991.98px) {
  .Jardin .help-us .wrapper-text .title_fz70 {
    margin-bottom: 16px;
    font-size: 42px;
    line-height: 38px;
  }

  .Jardin .help-us .wrapper-text .text_fz20 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 991.98px) {
  .Jardin .help-us__carousel_descr,
  .Jardin .help-us__carousel_text {
    font-size: 12px;
    line-height: 16px;
  }
}

.Jardin .construidos {
  overflow: hidden;
}

.Jardin .construidos .slick-next,
.Jardin .construidos .slick-prev {
  display: none !important;
}

.Jardin .construidos__bg {
  padding: 56px 0 80px;
  background-color: #fc7861;
}

.Jardin .construidos .slick-dots {
  bottom: -40px;
}

.Jardin .construidos .title_fz70 {
  margin-bottom: 64px;
}

.Jardin .construidos .slick-list:before {
  background-color: #fc7861;
}

@media (max-width: 991.98px) {
  .Jardin .construidos__bg {
    padding: 24px 0 60px;
  }

  .Jardin .construidos .title_fz70 {
    font-size: 42px;
    line-height: 38px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .Jardin .construidos .btn_white {
    width: 96px;
    min-width: 96px;
    height: 28px;
  }
}

.Jardin .projectos {
  padding: 0;
}

.Jardin .projectos .container {
  background-color: #f9f5ef;
}

.Jardin .projectos .top-wave {
  background-color: #fc7861;
}

.Jardin .projectos__bg {
  padding-top: 56px;
  background-color: #f9f5ef;
}

.Jardin .projectos__carousel {
  padding-bottom: 80px;
}

.Jardin .projectos__carousel .slick-list:before {
  background-color: #f9f5ef;
}

.Jardin .projectos .slick-dots {
  bottom: 25px;
}

.Jardin .projectos .wrapper-text {
  align-items: flex-start;
}

.Jardin .projectos .wrapper-text .title_fz70 {
  max-width: 550px;
}

@media (max-width: 767.98px) {
  .Jardin .projectos {
    padding: 0;
  }

  .Jardin .projectos__bg {
    padding-top: 24px;
  }

  .Jardin .projectos .wrapper-text .title_fz70 {
    font-size: 42px;
    line-height: 38px;
  }
}

@media (max-width: 767.98px) {
  .Jardin .playing .btn_white_playing {
    max-width: 153px;
    font-size: 12px;
    line-height: 16px;
  }
}

.Jardin .present {
  padding: 100px 0;
  background-color: #83cfd0;
}

.Jardin .present__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}

.Jardin .present__slide img {
  width: 100%;
}

.Jardin .present .slick-prev {
  bottom: -60px;
  left: 80%;
}

.Jardin .present .slick-next {
  bottom: -60px;
  right: 20%;
}

.Jardin .present .form__number {
  bottom: -37px;
  left: 80%;
}

@media (max-width: 991.98px) {
  .Jardin .present .present__wrapper {
    grid-template-columns: repeat(1, 100%);
    row-gap: 24px;
  }

  .Jardin .present .first {
    order: 1;
  }
}

@media (max-width: 767.98px) {
  .Jardin .present {
    padding: 51px 0 32px;
  }

  .Jardin .present .slick-dots {
    bottom: 0;
  }

  .Jardin .present .btn_white_present {
    min-width: 220px;
    max-width: 220px;
    height: 42px;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 12px;
  }
}

.Jardin .form {
  padding: 0;
}

.Jardin .form .bottom-wave {
  width: 100%;
  position: absolute;
  z-index: 10;
}

.Jardin .form .bottom-wave_team img {
  background-color: #83cfd0;
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .Jardin .form__column-1,
  .Jardin .form__column-2 {
    padding-top: 65px;
  }
}

.Jardin .form__green-orange .form__number {
  bottom: -148px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  font-weight: 900;
  font-size: 11px;
  color: #172934;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .Jardin .form__green-orange .form__number {
    display: none;
  }
}

.lunares .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-blend-mode: hard-light;
}

.lunares .hero__padding {
  padding: 87px 0 100px;
}

.lunares .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.lunares .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (max-width: 767.98px) {
  .lunares .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.lunares .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.lunares .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.lunares .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.lunares .main-descr {
  padding: 56px 0 80px;
}

.lunares .main-descr__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lunares .main-descr .wrapper-text_descr {
  max-width: 614px;
}

@media (max-width: 991.98px) {
  .lunares .main-descr .main-descr__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .lunares .main-descr .main-descr__column {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .lunares .main-descr {
    padding: 0 0 32px;
  }
}

.lunares .help-us .bottom-wave {
  z-index: 2;
  position: relative;
}

.lunares .help-us .slick-arrow {
  display: none !important;
}

.lunares .help-us__bg {
  background-color: #83cfd0;
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 80px;
}

@media (max-width: 767.98px) {
  .lunares .help-us__bg {
    padding-bottom: 140px;
  }
}

.lunares .help-us__bg .title {
  width: inherit;
  max-width: 614px;
  margin-bottom: 64px;
}

@media (max-width: 991.98px) {
  .lunares .help-us__bg .title {
    font-size: 42px;
    line-height: 38px;
  }
}

.lunares .help-us__carousel .slick-list {
  overflow: inherit;
}

.lunares .help-us__carousel .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background-color: #83cfd0;
}

.lunares .help-us__carousel_text {
  font-family: Avenir;
  font-size: 18px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 0.1em;
  margin-top: 24px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .lunares .help-us__carousel_text {
    font-size: 11px;
    line-height: 16px;
    max-width: 185px;
  }
}

.lunares .help-us__carousel_descr {
  font-family: Avenir;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.01em;
}

@media (max-width: 767.98px) {
  .lunares .help-us__carousel_descr {
    font-size: 13px;
    line-height: 18px;
  }
}

.lunares .help-us__slides {
  margin-right: 13px;
}

@media (max-width: 767.98px) {
  .lunares .help-us__slides {
    width: 75vw !important;
  }
}

.lunares .help-us__slides .btn_white {
  width: 153px;
  height: 42px;
}

@media (max-width: 767.98px) {
  .lunares .help-us__slides .btn_white {
    font-size: 9px;
    line-height: 20px;
  }
}

.lunares .help-us__carousel_img {
  border-radius: 6px;
}

@media (max-width: 767.98px) {
  .lunares .help-us__carousel_img {
    max-width: 100%;
  }
}

.lunares .playing__bg {
  padding: 100px 0;
  overflow: hidden;
  background-color: #a4a3ea;
}

.lunares .playing__bg-video {
  cursor: pointer;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 411px;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.lunares .playing__bg-video.play ~ .playing__bg-play {
  display: none;
}

.lunares .playing__bg .playing__bg-play {
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.lunares .playing__wrapper {
  display: grid;
  grid-template-columns: 626px 1fr;
  gap: 104px;
}

@media (max-width: 1200px) {
  .lunares .playing__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.lunares .playing .wrapper-text_descr {
  max-width: 523px;
}

.lunares .playing .title_fz52 {
  max-width: 400px;
  width: inherit;
}

.lunares .playing__column_video {
  max-width: 626px;
  max-height: 411px;
  height: 411px;
  position: relative;
}

@media (max-width: 991.98px) {
  .lunares .playing .playing__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .lunares .playing .playing__column_video {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .lunares .playing__bg {
    padding: 24px 0 32px;
  }

  .lunares .playing .title_fz52 {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 8px;
  }
}

.lunares .hero h1 {
  color: #f9f5ef;
  font-size: 80px;
  line-height: 70px;
  max-width: 455px;
}

.lunares .hero__padding {
  padding: 87px 0 114px;
}

@media (max-width: 991.98px) {
  .lunares .hero__padding {
    padding: 87px 0 212px;
  }

  .lunares .hero h1 {
    font-size: 52px;
    line-height: 46px;
    max-width: 300px;
  }
}

@media (max-width: 360px) {
  .lunares .hero {
    background-image: url(../img/lunares/img-mob.png) !important;
  }
}

@media (max-width: 991.98px) {
  .lunares .main-descr .how-can__info {
    max-width: 320px;
  }
}

.lunares .info .read-more__link {
  font-weight: 800;
  color: #172934;
  margin-left: 0;
  padding-right: 20px;
  position: relative;
  display: block;
  margin-top: 10px;
}

.lunares .info .read-more__link:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  left: 75px;
  z-index: -1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.995.505a.7.7 0 0 1 0 .99l-.433-.433.433.433-.046.046-.129.128a115.605 115.605 0 0 1-1.903 1.84A40.416 40.416 0 0 1 7.365 4.91a9.1 9.1 0 0 1-.628.493c-.091.063-.188.125-.283.174-.065.034-.24.123-.454.123-.213 0-.389-.09-.454-.123a2.585 2.585 0 0 1-.283-.174c-.183-.128-.4-.3-.628-.493a40.416 40.416 0 0 1-1.552-1.4A102.704 102.704 0 0 1 1.18 1.669l-.129-.128-.045-.045v-.001L1.5 1l.495-.495.044.044.127.126A110.352 110.352 0 0 0 4.042 2.49c.529.498 1.065.987 1.495 1.35.184.154.34.279.463.369.123-.09.28-.215.463-.37.43-.362.966-.851 1.495-1.349A101.21 101.21 0 0 0 9.834.675l.127-.126.043-.043a.7.7 0 0 1 .991-.001zM5.812 4.333c-.018.007-.019.01 0 0zM1.005.505a.7.7 0 0 1 .99 0L1.5 1l-.495.495a.7.7 0 0 1 0-.99z' fill='%23172934'/%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.lunares .info [data-clicked="true"] {
  display: inline-block;
  margin-left: 0;
}

.lunares .info [data-clicked="true"]:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.995.505a.7.7 0 0 1 0 .99l-.433-.433.433.433-.046.046-.129.128a115.605 115.605 0 0 1-1.903 1.84A40.416 40.416 0 0 1 7.365 4.91a9.1 9.1 0 0 1-.628.493c-.091.063-.188.125-.283.174-.065.034-.24.123-.454.123-.213 0-.389-.09-.454-.123a2.585 2.585 0 0 1-.283-.174c-.183-.128-.4-.3-.628-.493a40.416 40.416 0 0 1-1.552-1.4A102.704 102.704 0 0 1 1.18 1.669l-.129-.128-.045-.045v-.001L1.5 1l.495-.495.044.044.127.126A110.352 110.352 0 0 0 4.042 2.49c.529.498 1.065.987 1.495 1.35.184.154.34.279.463.369.123-.09.28-.215.463-.37.43-.362.966-.851 1.495-1.349A101.21 101.21 0 0 0 9.834.675l.127-.126.043-.043a.7.7 0 0 1 .991-.001zM5.812 4.333c-.018.007-.019.01 0 0zM1.005.505a.7.7 0 0 1 .99 0L1.5 1l-.495.495a.7.7 0 0 1 0-.99z' fill='%23172934'/%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(180deg);
}

.lunares .info .movie-desc {
  display: inline;
}

.lunares .info__bg {
  padding: 69px 0 39px;
}

.lunares .info__wrapper {
  display: grid;
  grid-template-columns: 55% 40%;
  justify-content: space-between;
}

.lunares .info .mob {
  display: none;
}

.lunares .info__column-2 img {
  display: block;
  margin-bottom: 48px;
}

@media (max-width: 1440px) {
  .lunares .info__column-1 img,
  .lunares .info__column-2 img {
    width: 100%;
  }

  .lunares .info__wrapper {
    grid-template-columns: 50% 43%;
  }
}

@media (max-width: 991.98px) {
  .lunares .info__bg {
    padding: 6px 0 60px;
  }

  .lunares .info__wrapper {
    grid-template-columns: 1fr;
  }

  .lunares .info__column-1 img,
  .lunares .info__column-2 img {
    width: auto;
  }

  .lunares .info .desc {
    display: none;
  }

  .lunares .info .mob {
    display: block;
  }

  .lunares .info .text_fz20 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 33px;
  }

  .lunares .info .m-auto {
    margin: auto;
  }

  .lunares .info .read-more__link {
    display: inline-block;
  }
}

.lunares .red {
  overflow: hidden;
}

.lunares .red__bg {
  padding: 56px 0 80px;
  background-color: #fc7861;
}

.lunares .red__wrapper {
  display: flex;
  justify-content: space-between;
}

.lunares .red .title_fz70 {
  max-width: 500px;
}

.lunares .red .slick-list:before {
  background-color: #fc7861;
}

.lunares .red .slick-next,
.lunares .red .slick-prev {
  display: none !important;
}

.lunares .red .help-us__carousel {
  margin-top: 64px;
}

.lunares .red .help-us__slides .btn_white {
  margin-top: 24px;
  padding: 12px;
}

.lunares .red .slick-dots {
  bottom: -20px;
}

@media (max-width: 991.98px) {
  .lunares .red__bg {
    padding: 24px 0 65px;
  }

  .lunares .red__wrapper {
    flex-direction: column;
    gap: 16px;
  }

  .lunares .red .title_fz70 {
    font-size: 42px;
    line-height: 38px;
    max-width: 300px;
  }

  .lunares .red .text_fz20 {
    font-size: 16px;
    line-height: 22px;
  }

  .lunares .red .help-us__carousel {
    margin-top: 40px;
  }

  .lunares .red .help-us__carousel_text {
    margin-top: 14px;
    margin-bottom: 8px;
  }

  .lunares .red .help-us__slides .btn_white {
    margin-top: 16px;
    min-width: 127px;
    height: 28px;
    max-width: 127px;
    font-size: 9px;
    line-height: 20px;
    padding: 5px 12px;
  }
}

.lunares .projectos {
  padding: 0;
}

.lunares .projectos .container,
.lunares .projectos__bg {
  background-color: #f9f5ef;
}

.lunares .projectos__bg {
  padding-top: 56px;
}

.lunares .projectos__carousel {
  padding-bottom: 80px;
}

.lunares .projectos__carousel .slick-list:before {
  background-color: #f9f5ef;
}

.lunares .projectos .title_fz70 {
  max-width: 500px;
}

.lunares .projectos .slick-dots {
  bottom: 25px;
}

.lunares .projectos .top-wave {
  background-color: #fc7861;
}

@media (max-width: 991.98px) {
  .lunares .projectos .title_fz70 {
    max-width: 300px;
    font-size: 42px;
    line-height: 38px;
    margin-bottom: 16px;
  }
}

@media (max-width: 767.98px) {
  .lunares .projectos {
    padding: 0;
  }

  .lunares .projectos__bg {
    padding-top: 24px;
  }
}

.lunares .playing .title_fz52 {
  max-width: 390px;
}

.lunares .present {
  padding: 100px 0;
  background-color: #83cfd0;
}

.lunares .present__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}

.lunares .present__slide img {
  max-width: 100%;
}

.lunares .present .slick-next {
  right: 38%;
}

.lunares .present .slick-prev {
  left: 65%;
}

.lunares .present .slick-next,
.lunares .present .slick-prev {
  bottom: -70px;
}

.lunares .present .form__number {
  bottom: -45px;
  left: 63%;
}

@media (max-width: 991.98px) {
  .lunares .present .present__wrapper {
    grid-template-columns: repeat(1, 100%);
    row-gap: 24px;
  }

  .lunares .present .first {
    order: 1;
  }
}

@media (max-width: 767.98px) {
  .lunares .present {
    padding: 51px 0 32px;
  }

  .lunares .present .slick-dots {
    bottom: 0;
  }
}

.lunares .form {
  padding-top: 0;
}

.lunares .form .bottom-wave {
  z-index: 2;
  position: absolute;
}

.lunares .form .bottom-wave_awards img {
  background-color: #83cfd0;
  margin-top: 0;
}

.lunares .form .pos-initial {
  position: static;
}

.lunares .form__green-orange .title_fz52 {
  margin-top: 45px;
  max-width: 335px;
}

.lunares .form__column-1,
.lunares .form__column-2 {
  padding-top: 90px;
}

.lunares .form__column-2 .btn_header {
  padding-left: 40px;
}

@media (max-width: 767.98px) {
  .lunares .form__column-1 {
    padding-top: 0 !important;
  }

  .lunares .form__column-1 .wrapper-text_descr {
    padding-top: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .lunares .form__column-1 .tas {
    text-align: start;
    font-size: 13px;
    line-height: 18px;
  }

  .lunares .form__column-2 {
    padding-top: 0 !important;
  }

  .lunares .form__column-2 .btn_header {
    padding-left: 15px;
  }

  .lunares .form__green-orange {
    margin-top: 0;
  }

  .lunares .form__green-orange .title_fz52 {
    margin-bottom: 0;
    font-size: 38px;
    line-height: 34px;
    max-width: 206px;
  }

  .lunares .form__green-orange .btn {
    font-size: 10px;
    line-height: 30px;
  }

  .lunares .form .wrapper-text_descr {
    max-width: 316px;
  }
}

.hospital .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-blend-mode: hard-light;
}

.hospital .hero__padding {
  padding: 87px 0 100px;
}

.hospital .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.hospital .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.01em;
  color: #f9f5ef;
}

@media (max-width: 767.98px) {
  .hospital .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.hospital .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.hospital .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.hospital .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.hospital .main-descr {
  padding: 56px 0 80px;
}

.hospital .main-descr__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hospital .main-descr .wrapper-text_descr {
  max-width: 614px;
}

@media (max-width: 991.98px) {
  .hospital .main-descr .main-descr__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .hospital .main-descr .main-descr__column {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .hospital .main-descr {
    padding: 0 0 32px;
  }
}

.hospital .tab {
  width: 100vw;
  overflow: hidden;
  border: none;
  background-color: #f9f5ef;
  justify-content: space-around;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  scrollbar-width: none;
}

.hospital .tab::-webkit-scrollbar {
  width: 0 !important;
}

.hospital .tab-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgba(23, 41, 52, 0.2);
}

.hospital .tab_btn {
  background-color: #f9f5ef;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding-bottom: 12px;
  width: -moz-max-content;
  width: max-content;
  margin-right: 30px;
}

.hospital .tab_btn:last-of-type {
  margin-right: 0;
}

.hospital .active {
  border-bottom: 4px solid #e14286;
  font-weight: 800;
}

.hospital .tab_content {
  padding-top: 56px;
  display: none;
  animation: e 1s;
}

@media (max-width: 767.98px) {
  .hospital .tab_content {
    padding-top: 10px;
  }

  .hospital .tab_btn {
    margin-right: 24px;
  }
}

.hospital .years__tab {
  background: #83cfd0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .hospital .years__tab {
    width: 100vw;
  }
}

.hospital .years_tablinks {
  background: #83cfd0;
}

.hospital .BabyPelones__tab {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 56px;
}

@media (max-width: 991.98px) {
  .hospital .BabyPelones__tab {
    width: 100%;
  }
}

.hospital .help-us .bottom-wave {
  z-index: 2;
  position: relative;
}

.hospital .help-us .slick-arrow {
  display: none !important;
}

.hospital .help-us__bg {
  background-color: #83cfd0;
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 80px;
}

@media (max-width: 767.98px) {
  .hospital .help-us__bg {
    padding-bottom: 140px;
  }
}

.hospital .help-us__bg .title {
  width: inherit;
  max-width: 614px;
  margin-bottom: 64px;
}

@media (max-width: 991.98px) {
  .hospital .help-us__bg .title {
    font-size: 42px;
    line-height: 38px;
  }
}

.hospital .help-us__carousel .slick-list {
  overflow: inherit;
}

.hospital .help-us__carousel .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background-color: #83cfd0;
}

.hospital .help-us__carousel_text {
  font-family: Avenir;
  font-size: 18px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 0.1em;
  margin-top: 24px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .hospital .help-us__carousel_text {
    font-size: 11px;
    line-height: 16px;
    max-width: 185px;
  }
}

.hospital .help-us__carousel_descr {
  font-family: Avenir;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.01em;
}

@media (max-width: 767.98px) {
  .hospital .help-us__carousel_descr {
    font-size: 13px;
    line-height: 18px;
  }
}

.hospital .help-us__slides {
  margin-right: 13px;
}

@media (max-width: 767.98px) {
  .hospital .help-us__slides {
    width: 75vw !important;
  }
}

.hospital .help-us__slides .btn_white {
  width: 153px;
  height: 42px;
}

@media (max-width: 767.98px) {
  .hospital .help-us__slides .btn_white {
    font-size: 9px;
    line-height: 20px;
  }
}

.hospital .help-us__carousel_img {
  border-radius: 6px;
}

@media (max-width: 767.98px) {
  .hospital .help-us__carousel_img {
    max-width: 100%;
  }
}

.hospital .playing__bg {
  padding: 100px 0;
  overflow: hidden;
  background-color: #a4a3ea;
}

.hospital .playing__bg-video {
  cursor: pointer;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 411px;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.hospital .playing__bg-video.play ~ .playing__bg-play {
  display: none;
}

.hospital .playing__bg .playing__bg-play {
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hospital .playing__wrapper {
  display: grid;
  grid-template-columns: 626px 1fr;
  gap: 104px;
}

@media (max-width: 1200px) {
  .hospital .playing__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.hospital .playing .wrapper-text_descr {
  max-width: 523px;
}

.hospital .playing .title_fz52 {
  max-width: 400px;
  width: inherit;
}

.hospital .playing__column_video {
  max-width: 626px;
  max-height: 411px;
  height: 411px;
  position: relative;
}

@media (max-width: 991.98px) {
  .hospital .playing .playing__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hospital .playing .playing__column_video {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .hospital .playing__bg {
    padding: 24px 0 32px;
  }

  .hospital .playing .title_fz52 {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 8px;
  }
}

.hospital .hero__padding {
  padding: 87px 0 196px;
}

@media (max-width: 767.98px) {
  .hospital .hero__padding {
    padding: 82px 0 220px;
  }

  .hospital .hero p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 360px) {
  .hospital .hero {
    background-image: url(../img/hospital/img-mob.png) !important;
  }
}

.hospital .tabmenu {
  overflow: hidden;
  padding: 98px 0 51px;
}

.hospital .tabmenu .tab-btn {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.01em;
  color: #172934;
}

@media (max-width: 991.98px) {
  .hospital .tabmenu {
    padding: 40px 0;
  }

  .hospital .tabmenu .tab-btn {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 540px) {
  .hospital .tabmenu .tab {
    width: 95vw;
  }
}

.hospital .green,
.hospital .light-green,
.hospital .red,
.hospital .yellow {
  overflow: hidden;
}

.hospital .green__bg,
.hospital .light-green__bg,
.hospital .red__bg,
.hospital .yellow__bg {
  padding: 56px 0 80px;
  background-color: #83cfd0;
}

.hospital .green__wrapper,
.hospital .light-green__wrapper,
.hospital .red__wrapper,
.hospital .yellow__wrapper {
  display: flex;
  justify-content: space-between;
}

.hospital .green .title_fz70,
.hospital .light-green .title_fz70,
.hospital .red .title_fz70,
.hospital .yellow .title_fz70 {
  max-width: 500px;
}

.hospital .green .slick-list:before,
.hospital .light-green .slick-list:before,
.hospital .red .slick-list:before,
.hospital .yellow .slick-list:before {
  background-color: #83cfd0;
}

.hospital .green .slick-next,
.hospital .green .slick-prev,
.hospital .light-green .slick-next,
.hospital .light-green .slick-prev,
.hospital .red .slick-next,
.hospital .red .slick-prev,
.hospital .yellow .slick-next,
.hospital .yellow .slick-prev {
  display: none !important;
}

.hospital .green .help-us__carousel,
.hospital .light-green .help-us__carousel,
.hospital .red .help-us__carousel,
.hospital .yellow .help-us__carousel {
  margin-top: 64px;
}

.hospital .green .help-us__slides .btn_white,
.hospital .light-green .help-us__slides .btn_white,
.hospital .red .help-us__slides .btn_white,
.hospital .yellow .help-us__slides .btn_white {
  margin-top: 24px;
  padding: 12px;
}

.hospital .green .slick-dots,
.hospital .light-green .slick-dots,
.hospital .red .slick-dots,
.hospital .yellow .slick-dots {
  bottom: -20px;
}

@media (max-width: 991.98px) {
  .hospital .green__bg,
  .hospital .light-green__bg,
  .hospital .red__bg,
  .hospital .yellow__bg {
    padding: 24px 0 65px;
  }

  .hospital .green__wrapper,
  .hospital .light-green__wrapper,
  .hospital .red__wrapper,
  .hospital .yellow__wrapper {
    flex-direction: column;
    gap: 16px;
  }

  .hospital .green .title_fz70,
  .hospital .light-green .title_fz70,
  .hospital .red .title_fz70,
  .hospital .yellow .title_fz70 {
    font-size: 42px;
    line-height: 38px;
    max-width: 300px;
  }

  .hospital .green .text_fz20,
  .hospital .light-green .text_fz20,
  .hospital .red .text_fz20,
  .hospital .yellow .text_fz20 {
    font-size: 16px;
    line-height: 22px;
  }

  .hospital .green .help-us__carousel,
  .hospital .light-green .help-us__carousel,
  .hospital .red .help-us__carousel,
  .hospital .yellow .help-us__carousel {
    margin-top: 40px;
  }

  .hospital .green .help-us__carousel_text,
  .hospital .light-green .help-us__carousel_text,
  .hospital .red .help-us__carousel_text,
  .hospital .yellow .help-us__carousel_text {
    margin-top: 14px;
    margin-bottom: 8px;
  }

  .hospital .green .help-us__slides .btn_white,
  .hospital .light-green .help-us__slides .btn_white,
  .hospital .red .help-us__slides .btn_white,
  .hospital .yellow .help-us__slides .btn_white {
    margin-top: 16px;
    min-width: 127px;
    height: 28px;
    max-width: 127px;
    font-size: 9px;
    line-height: 20px;
    padding: 5px 12px;
  }
}

.hospital .yellow .top-wave {
  background-color: #83cfd0;
}

.hospital .red .top-wave,
.hospital .yellow .slick-list:before,
.hospital .yellow__bg {
  background-color: #ffb800;
}

.hospital .light-green .top-wave,
.hospital .red .slick-list:before,
.hospital .red__bg {
  background-color: #fc7861;
}

.hospital .light-green .slick-list:before,
.hospital .light-green__bg {
  background-color: #8bc639;
}

.hospital .projectos {
  padding: 0;
}

.hospital .projectos .container {
  background-color: #f9f5ef;
}

.hospital .projectos__bg {
  padding-top: 56px;
  background-color: #f9f5ef;
}

.hospital .projectos__carousel {
  padding-bottom: 80px;
}

.hospital .projectos__carousel .slick-list:before {
  background-color: #f9f5ef;
}

.hospital .projectos .title_fz70 {
  max-width: 500px;
}

.hospital .projectos .slick-dots {
  bottom: 25px;
}

.hospital .projectos .top-wave {
  background-color: #8bc639;
}

@media (max-width: 991.98px) {
  .hospital .projectos .title_fz70 {
    max-width: 300px;
    font-size: 42px;
    line-height: 38px;
    margin-bottom: 16px;
  }
}

@media (max-width: 767.98px) {
  .hospital .projectos {
    padding: 0;
  }

  .hospital .projectos__bg {
    padding-top: 24px;
  }
}

.hospital .playing .title_fz52 {
  max-width: 390px;
}

.hospital .present {
  padding: 100px 0;
  background-color: #83cfd0;
}

.hospital .present__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}

.hospital .present__slide img {
  max-width: 100%;
}

.hospital .present .slick-next {
  right: 38%;
}

.hospital .present .slick-prev {
  left: 65%;
}

.hospital .present .slick-next,
.hospital .present .slick-prev {
  bottom: -70px;
}

.hospital .present .form__number {
  bottom: -45px;
  left: 63%;
}

@media (max-width: 991.98px) {
  .hospital .present .present__wrapper {
    grid-template-columns: repeat(1, 100%);
    row-gap: 24px;
  }

  .hospital .present .first {
    order: 1;
  }
}

@media (max-width: 767.98px) {
  .hospital .present {
    padding: 51px 0 32px;
  }

  .hospital .present .slick-dots {
    bottom: 0;
  }
}

.hospital .form {
  padding-top: 0;
}

.hospital .form .bottom-wave {
  z-index: 2;
  position: absolute;
}

.hospital .form .bottom-wave_awards img {
  background-color: #83cfd0;
  margin-top: 0;
}

.hospital .form .pos-initial {
  position: static;
}

.hospital .form__green-orange .title_fz52 {
  margin-top: 45px;
  max-width: 335px;
}

.hospital .form__column-1,
.hospital .form__column-2 {
  padding-top: 90px;
}

.hospital .form__column-2 .btn_header {
  padding-left: 40px;
}

@media (max-width: 767.98px) {
  .hospital .form__column-1 {
    padding-top: 0 !important;
  }

  .hospital .form__column-1 .wrapper-text_descr {
    padding-top: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .hospital .form__column-1 .tas {
    text-align: start;
    font-size: 13px;
    line-height: 18px;
  }

  .hospital .form__column-2 {
    padding-top: 0 !important;
  }

  .hospital .form__column-2 .btn_header {
    padding-left: 15px;
  }

  .hospital .form__green-orange {
    margin-top: 0;
  }

  .hospital .form__green-orange .title_fz52 {
    margin-bottom: 0;
    font-size: 38px;
    line-height: 34px;
    max-width: 206px;
  }

  .hospital .form__green-orange .btn {
    font-size: 10px;
    line-height: 30px;
  }

  .hospital .form .wrapper-text_descr {
    max-width: 316px;
  }
}

.hospigames .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-blend-mode: hard-light;
}

.hospigames .hero__padding {
  padding: 87px 0 100px;
}

.hospigames .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.hospigames .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.01em;
  color: #f9f5ef;
}

@media (max-width: 767.98px) {
  .hospigames .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.hospigames .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.hospigames .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.hospigames .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.hospigames .playing__bg {
  padding: 100px 0;
  overflow: hidden;
  background-color: #a4a3ea;
}

.hospigames .playing__bg-video {
  cursor: pointer;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 411px;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.hospigames .playing__bg-video.play ~ .playing__bg-play {
  display: none;
}

.hospigames .playing__bg .playing__bg-play {
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hospigames .playing__wrapper {
  display: grid;
  grid-template-columns: 626px 1fr;
  gap: 104px;
}

@media (max-width: 1200px) {
  .hospigames .playing__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.hospigames .playing .wrapper-text_descr {
  max-width: 523px;
}

.hospigames .playing .title_fz52 {
  max-width: 400px;
  width: inherit;
}

.hospigames .playing__column_video {
  max-width: 626px;
  max-height: 411px;
  height: 411px;
  position: relative;
}

@media (max-width: 991.98px) {
  .hospigames .playing .playing__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hospigames .playing .playing__column_video {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .hospigames .playing__bg {
    padding: 24px 0 32px;
  }

  .hospigames .playing .title_fz52 {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 8px;
  }
}

.hospigames .hero__padding {
  padding: 87px 0 196px;
}

@media (max-width: 767.98px) {
  .hospigames .hero__padding {
    padding: 82px 0 220px;
  }

  .hospigames .hero p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 360px) {
  .hospigames .hero {
    background-image: url(../img/hospigames/img-mob.png) !important;
  }
}

.hospigames .info .read-more__link {
  font-weight: 800;
  color: #172934;
  margin-left: 0;
  padding-right: 20px;
  position: relative;
  display: block;
  margin-top: 10px;
}

.hospigames .info .read-more__link:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  left: 75px;
  z-index: -1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.995.505a.7.7 0 0 1 0 .99l-.433-.433.433.433-.046.046-.129.128a115.605 115.605 0 0 1-1.903 1.84A40.416 40.416 0 0 1 7.365 4.91a9.1 9.1 0 0 1-.628.493c-.091.063-.188.125-.283.174-.065.034-.24.123-.454.123-.213 0-.389-.09-.454-.123a2.585 2.585 0 0 1-.283-.174c-.183-.128-.4-.3-.628-.493a40.416 40.416 0 0 1-1.552-1.4A102.704 102.704 0 0 1 1.18 1.669l-.129-.128-.045-.045v-.001L1.5 1l.495-.495.044.044.127.126A110.352 110.352 0 0 0 4.042 2.49c.529.498 1.065.987 1.495 1.35.184.154.34.279.463.369.123-.09.28-.215.463-.37.43-.362.966-.851 1.495-1.349A101.21 101.21 0 0 0 9.834.675l.127-.126.043-.043a.7.7 0 0 1 .991-.001zM5.812 4.333c-.018.007-.019.01 0 0zM1.005.505a.7.7 0 0 1 .99 0L1.5 1l-.495.495a.7.7 0 0 1 0-.99z' fill='%23172934'/%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.hospigames .info [data-clicked="true"] {
  display: inline-block;
  margin-left: 0;
}

.hospigames .info [data-clicked="true"]:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.995.505a.7.7 0 0 1 0 .99l-.433-.433.433.433-.046.046-.129.128a115.605 115.605 0 0 1-1.903 1.84A40.416 40.416 0 0 1 7.365 4.91a9.1 9.1 0 0 1-.628.493c-.091.063-.188.125-.283.174-.065.034-.24.123-.454.123-.213 0-.389-.09-.454-.123a2.585 2.585 0 0 1-.283-.174c-.183-.128-.4-.3-.628-.493a40.416 40.416 0 0 1-1.552-1.4A102.704 102.704 0 0 1 1.18 1.669l-.129-.128-.045-.045v-.001L1.5 1l.495-.495.044.044.127.126A110.352 110.352 0 0 0 4.042 2.49c.529.498 1.065.987 1.495 1.35.184.154.34.279.463.369.123-.09.28-.215.463-.37.43-.362.966-.851 1.495-1.349A101.21 101.21 0 0 0 9.834.675l.127-.126.043-.043a.7.7 0 0 1 .991-.001zM5.812 4.333c-.018.007-.019.01 0 0zM1.005.505a.7.7 0 0 1 .99 0L1.5 1l-.495.495a.7.7 0 0 1 0-.99z' fill='%23172934'/%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(180deg);
}

.hospigames .info .movie-desc {
  display: inline;
}

.hospigames .info__bg {
  padding: 69px 0 39px;
}

.hospigames .info__wrapper {
  display: grid;
  grid-template-columns: 33% 55%;
  justify-content: space-between;
}

.hospigames .info .mob {
  display: none;
}

.hospigames .info__column-2 img {
  display: block;
  margin-bottom: 48px;
}

.hospigames .info .how-can__info {
  margin-top: 24px;
  margin-bottom: 26px;
}

.hospigames .info .how-can__info_span {
  font-size: 16px;
}

@media (max-width: 1440px) {
  .hospigames .info__column-1 img,
  .hospigames .info__column-2 img {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .hospigames .info__bg {
    padding: 6px 0 60px;
  }

  .hospigames .info__wrapper {
    grid-template-columns: 1fr;
  }

  .hospigames .info__column-1 img,
  .hospigames .info__column-2 img {
    width: auto;
  }

  .hospigames .info .how-can__info_span {
    font-size: 14px;
    line-height: 24px;
    background-position: 100% 17px;
  }

  .hospigames .info_descr {
    margin-top: 40px;
  }

  .hospigames .info .desc {
    display: none;
  }

  .hospigames .info .mob {
    display: block;
  }

  .hospigames .info .text_fz20 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 33px;
  }

  .hospigames .info .m-auto {
    margin: auto;
  }

  .hospigames .info .read-more__link {
    display: inline-block;
  }
}

.hospigames .yellow__bg {
  background-color: #ffb800;
  padding: 80px 0;
}

.hospigames .yellow__wrapper {
  display: flex;
  gap: 14px;
}

.hospigames .yellow__wrapper img {
  border-radius: 8px;
}

.hospigames .yellow .btn_big {
  color: #172934;
  background-color: #fff;
  margin-top: 24px;
}

@media (max-width: 1440px) {
  .hospigames .yellow__wrapper img {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .hospigames .yellow__bg {
    padding: 10px 0 32px;
  }

  .hospigames .yellow__wrapper {
    flex-direction: column;
    gap: 48px;
    align-items: center;
  }

  .hospigames .yellow .title_fz52 {
    font-size: 36px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .hospigames .yellow .btn_big {
    max-width: 153px;
    min-width: 153px;
    height: 42px;
    font-size: 12px;
    line-height: 16px;
  }
}

.hospigames .playing .title_fz52 {
  max-width: 390px;
}

.hospigames .playing .top-wave {
  background-color: #ffb800;
}

.hospigames .present {
  padding: 100px 0;
  background-color: #83cfd0;
}

.hospigames .present__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}

.hospigames .present__slide img {
  max-width: 100%;
}

.hospigames .present .slick-next {
  right: 38%;
}

.hospigames .present .slick-prev {
  left: 65%;
}

.hospigames .present .slick-next,
.hospigames .present .slick-prev {
  bottom: -70px;
}

.hospigames .present .form__number {
  bottom: -45px;
  left: 63%;
}

@media (max-width: 991.98px) {
  .hospigames .present .present__wrapper {
    grid-template-columns: repeat(1, 100%);
    row-gap: 24px;
  }

  .hospigames .present .first {
    order: 1;
  }
}

@media (max-width: 767.98px) {
  .hospigames .present {
    padding: 51px 0 32px;
  }

  .hospigames .present .slick-dots {
    bottom: 0;
  }
}

.hospigames .projectos {
  padding: 0;
}

.hospigames .projectos .container {
  background-color: #f9f5ef;
}

.hospigames .projectos__bg {
  padding-top: 56px;
  background-color: #f9f5ef;
}

.hospigames .projectos__carousel {
  padding-bottom: 80px;
}

.hospigames .projectos__carousel .slick-list:before {
  background-color: #f9f5ef;
}

.hospigames .projectos .title_fz70 {
  max-width: 500px;
}

.hospigames .projectos .slick-dots {
  bottom: 25px;
}

.hospigames .projectos .top-wave {
  background-color: #83cfd0;
}

.hospigames .projectos .wrapper-text_descr {
  visibility: hidden;
}

@media (max-width: 991.98px) {
  .hospigames .projectos .title_fz70 {
    max-width: 300px;
    font-size: 42px;
    line-height: 38px;
    margin-bottom: 16px;
  }
}

@media (max-width: 767.98px) {
  .hospigames .projectos {
    padding: 0;
  }

  .hospigames .projectos__bg {
    padding-top: 24px;
  }
}

.hospigames .form {
  padding-top: 0;
}

.hospigames .form .bottom-wave {
  z-index: 2;
  position: absolute;
}

.hospigames .form .bottom-wave_awards img {
  background-color: #83cfd0;
  margin-top: 0;
}

.hospigames .form .pos-initial {
  position: static;
}

.hospigames .form__green-orange .title_fz52 {
  margin-top: 45px;
  max-width: 335px;
}

.hospigames .form__column-1,
.hospigames .form__column-2 {
  padding-top: 90px;
}

.hospigames .form__column-2 .btn_header {
  padding-left: 40px;
}

@media (max-width: 767.98px) {
  .hospigames .form__column-1 {
    padding-top: 0 !important;
  }

  .hospigames .form__column-1 .wrapper-text_descr {
    padding-top: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .hospigames .form__column-1 .tas {
    text-align: start;
    font-size: 13px;
    line-height: 18px;
  }

  .hospigames .form__column-2 {
    padding-top: 0 !important;
  }

  .hospigames .form__column-2 .btn_header {
    padding-left: 15px;
  }

  .hospigames .form__green-orange {
    margin-top: 0;
  }

  .hospigames .form__green-orange .title_fz52 {
    margin-bottom: 0;
    font-size: 38px;
    line-height: 34px;
    max-width: 206px;
  }

  .hospigames .form__green-orange .btn {
    font-size: 10px;
    line-height: 30px;
  }

  .hospigames .form .wrapper-text_descr {
    max-width: 316px;
  }
}

.world .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-blend-mode: hard-light;
}

.world .hero__padding {
  padding: 87px 0 100px;
}

.world .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.world .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.01em;
  color: #f9f5ef;
}

@media (max-width: 767.98px) {
  .world .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.world .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.world .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.world .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.world .playing__bg {
  padding: 100px 0;
  overflow: hidden;
  background-color: #a4a3ea;
}

.world .playing__bg-video {
  cursor: pointer;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 411px;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.world .playing__bg-video.play ~ .playing__bg-play {
  display: none;
}

.world .playing__bg .playing__bg-play {
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.world .playing__wrapper {
  display: grid;
  grid-template-columns: 626px 1fr;
  gap: 104px;
}

@media (max-width: 1200px) {
  .world .playing__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.world .playing .wrapper-text_descr {
  max-width: 523px;
}

.world .playing .title_fz52 {
  max-width: 400px;
  width: inherit;
}

.world .playing__column_video {
  max-width: 626px;
  max-height: 411px;
  height: 411px;
  position: relative;
}

@media (max-width: 991.98px) {
  .world .playing .playing__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .world .playing .playing__column_video {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .world .playing__bg {
    padding: 24px 0 32px;
  }

  .world .playing .title_fz52 {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 8px;
  }
}

.world .main-descr {
  padding: 56px 0 80px;
}

.world .main-descr__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.world .main-descr .wrapper-text_descr {
  max-width: 614px;
}

@media (max-width: 991.98px) {
  .world .main-descr .main-descr__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .world .main-descr .main-descr__column {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .world .main-descr {
    padding: 0 0 32px;
  }
}

.world .hero__padding {
  padding: 87px 0 196px;
}

@media (max-width: 767.98px) {
  .world .hero__padding {
    padding: 82px 0 220px;
  }

  .world .hero p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 360px) {
  .world .hero {
    background-image: url(../img/world/wold-img.png) !important;
  }
}

@media (max-width: 767.98px) {
  .world .main-descr .how-can__info_span {
    font-size: 14px;
    line-height: 24px;
    background-position: 100% 17px;
  }
}

.world .conoce {
  padding: 77px 0 97px;
}

.world .conoce__wrapper {
  margin-top: 0;
}

.world .conoce__column {
  height: -moz-fit-content;
  height: fit-content;
}

.world .conoce__column_x {
  font-size: 52px;
  line-height: 46px;
}

@media (max-width: 992px) {
  .world .conoce__column {
    height: auto;
  }
}

@media (max-width: 991.98px) {
  .world .conoce {
    padding: 63px 0 53px;
  }

  .world .conoce__wrapper {
    margin-top: 0;
  }

  .world .conoce__column {
    height: auto;
  }

  .world .conoce__column_x {
    font-size: 42px;
    line-height: 38px;
  }
}

.world .country {
  overflow: hidden;
  padding-bottom: 116px;
}

.world .country__symbols {
  margin-top: 26px;
  display: flex;
  overflow: hidden;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
}

.world .country__symbols .symbol {
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: rgba(23, 41, 52, 0.2);
  margin-left: 16px;
  cursor: pointer;
}

.world .country__symbols .symbol.active {
  color: #e14286;
}

.world .country__wrapper {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
  margin-top: 48px;
}

.world .country__accordion {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.167 1s4 4 4.5 4 4.5-4 4.5-4' stroke='%23222628' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 20px;
}

.world .country__accordion .text_fz20 {
  padding: 9px 5px 9px 0;
  text-transform: uppercase;
  font-weight: 900;
}

.world .country .country__accordion.active {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 5S6.5 1 6 1 1.5 5 1.5 5' stroke='%23222628' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.world .country__content {
  display: none;
}

.world .country_title {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: rgba(23, 41, 52, 0.2);
  margin-bottom: 20px;
}

.world .country__box {
  border-bottom: 1px solid rgba(23, 41, 52, 0.2);
  border-top: 1px solid rgba(23, 41, 52, 0.2);
  width: 100%;
  cursor: pointer;
  margin-bottom: 40px;
}

.world .country__content {
  padding: 40px 0;
}

.world .country__content img {
  max-width: 100%;
  border-radius: 6px;
}

.world .country__content .text_fz16 {
  font-weight: 500;
  margin-top: 30px;
}

.world .country__content__wrapper {
  margin-top: 22px;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 45% 45%;
}

.world .country__content .text_fz14 {
  font-weight: 800;
}

.world .country__content .text_fz12 {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #e14286;
}

.world .country__content .mt {
  margin-bottom: 14px;
}

.world .country .how-can__info {
  margin-top: 114px;
}

.world .country .how-can__info_span {
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 991.98px) {
  .world .country {
    padding-bottom: 43px;
  }

  .world .country .how-can__info {
    text-align: center;
    margin-top: 89px;
  }

  .world .country .how-can__info_span {
    font-size: 14px;
    line-height: 24px;
    background-position: 100% 17px;
  }

  .world .country__symbols {
    margin-top: 28px;
  }

  .world .country__symbols .symbol {
    font-size: 14px;
    line-height: 24px;
  }

  .world .country .text_fz20 {
    font-size: 16px;
    line-height: 24px;
  }

  .world .country__wrapper {
    grid-template-columns: 1fr;
    margin-top: 73px;
  }

  .world .country__accordion .text_fz20 {
    font-size: 12px;
    line-height: 16px;
  }

  .world .country_title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .world .country__box {
    margin-bottom: 30px;
  }

  .world .country__content {
    padding: 20px 0;
  }

  .world .country__content img {
    max-width: 100%;
  }

  .world .country__content .text_fz16 {
    margin-top: 10px;
  }

  .world .country__content__wrapper {
    margin-top: 21px;
    grid-template-columns: 1fr;
  }
}

.world .playing .title_fz52 {
  max-width: 390px;
}

.world .present {
  padding: 100px 0;
  background-color: #83cfd0;
}

.world .present__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}

.world .present__slide img {
  max-width: 100%;
}

.world .present .slick-next {
  right: 38%;
}

.world .present .slick-prev {
  left: 65%;
}

.world .present .slick-next,
.world .present .slick-prev {
  bottom: -70px;
}

.world .present .form__number {
  bottom: -45px;
  left: 63%;
}

@media (max-width: 991.98px) {
  .world .present .present__wrapper {
    grid-template-columns: repeat(1, 100%);
    row-gap: 24px;
  }

  .world .present .first {
    order: 1;
  }
}

@media (max-width: 767.98px) {
  .world .present {
    padding: 51px 0 32px;
  }

  .world .present .slick-dots {
    bottom: 0;
  }
}

.world .projectos {
  padding: 0;
}

.world .projectos .container,
.world .projectos__bg {
  background-color: #f9f5ef;
}

.world .projectos__bg {
  padding-top: 56px;
}

.world .projectos__carousel {
  padding-bottom: 80px;
}

.world .projectos__carousel .slick-list:before {
  background-color: #f9f5ef;
}

.world .projectos .title_fz70 {
  max-width: 500px;
}

.world .projectos .slick-dots {
  bottom: 25px;
}

.world .projectos .top-wave {
  background-color: #83cfd0;
}

@media (max-width: 991.98px) {
  .world .projectos .wrapper-text_descr {
    visibility: hidden;
  }

  .world .projectos .title_fz70 {
    max-width: 300px;
    font-size: 42px;
    line-height: 38px;
    margin-bottom: 16px;
  }
}

@media (max-width: 767.98px) {
  .world .projectos {
    padding: 0;
  }

  .world .projectos__bg {
    padding-top: 24px;
  }
}

.world .form {
  padding-top: 0;
}

.world .form .bottom-wave {
  z-index: 2;
  position: absolute;
}

.world .form .bottom-wave_awards img {
  background-color: #83cfd0;
  margin-top: 0;
}

.world .form .pos-initial {
  position: static;
}

.world .form__green-orange .title_fz52 {
  margin-top: 45px;
  max-width: 335px;
}

.world .form__column-1,
.world .form__column-2 {
  padding-top: 90px;
}

.world .form__column-2 .btn_header {
  padding-left: 40px;
}

@media (max-width: 767.98px) {
  .world .form__column-1 {
    padding-top: 0 !important;
  }

  .world .form__column-1 .wrapper-text_descr {
    padding-top: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .world .form__column-1 .tas {
    text-align: start;
    font-size: 13px;
    line-height: 18px;
  }

  .world .form__column-2 {
    padding-top: 0 !important;
  }

  .world .form__column-2 .btn_header {
    padding-left: 15px;
  }

  .world .form__green-orange {
    margin-top: 0;
  }

  .world .form__green-orange .title_fz52 {
    margin-bottom: 0;
    font-size: 38px;
    line-height: 34px;
    max-width: 206px;
  }

  .world .form__green-orange .btn {
    font-size: 10px;
    line-height: 30px;
  }

  .world .form .wrapper-text_descr {
    max-width: 316px;
  }
}

@media (max-width: 360px) {
  .world-2 .hero {
    background-image: url(../img/world-2/img-mob.png) !important;
  }
}

.charity .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-blend-mode: hard-light;
}

.charity .hero__padding {
  padding: 87px 0 100px;
}

.charity .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.charity .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.01em;
  color: #f9f5ef;
}

@media (max-width: 767.98px) {
  .charity .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.charity .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.charity .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.charity .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.charity .tab {
  width: 100vw;
  overflow: hidden;
  border: none;
  background-color: #f9f5ef;
  justify-content: space-around;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  scrollbar-width: none;
}

.charity .tab::-webkit-scrollbar {
  width: 0 !important;
}

.charity .tab-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgba(23, 41, 52, 0.2);
}

.charity .tab_btn {
  background-color: #f9f5ef;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding-bottom: 12px;
  width: -moz-max-content;
  width: max-content;
  margin-right: 30px;
}

.charity .tab_btn:last-of-type {
  margin-right: 0;
}

.charity .active {
  border-bottom: 4px solid #e14286;
  font-weight: 800;
}

.charity .tab_content {
  padding-top: 56px;
  display: none;
  animation: e 1s;
}

@media (max-width: 767.98px) {
  .charity .tab_content {
    padding-top: 10px;
  }

  .charity .tab_btn {
    margin-right: 24px;
  }
}

.charity .years__tab {
  background: #83cfd0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .charity .years__tab {
    width: 100vw;
  }
}

.charity .years_tablinks {
  background: #83cfd0;
}

.charity .BabyPelones__tab {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 56px;
}

@media (max-width: 991.98px) {
  .charity .BabyPelones__tab {
    width: 100%;
  }
}

.charity .main-descr {
  padding: 56px 0 80px;
}

.charity .main-descr__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.charity .main-descr .wrapper-text_descr {
  max-width: 614px;
}

@media (max-width: 991.98px) {
  .charity .main-descr .main-descr__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .charity .main-descr .main-descr__column {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .charity .main-descr {
    padding: 0 0 32px;
  }
}

.charity .playing__bg {
  padding: 100px 0;
  overflow: hidden;
  background-color: #a4a3ea;
}

.charity .playing__bg-video {
  cursor: pointer;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 411px;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.charity .playing__bg-video.play ~ .playing__bg-play {
  display: none;
}

.charity .playing__bg .playing__bg-play {
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.charity .playing__wrapper {
  display: grid;
  grid-template-columns: 626px 1fr;
  gap: 104px;
}

@media (max-width: 1200px) {
  .charity .playing__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.charity .playing .wrapper-text_descr {
  max-width: 523px;
}

.charity .playing .title_fz52 {
  max-width: 400px;
  width: inherit;
}

.charity .playing__column_video {
  max-width: 626px;
  max-height: 411px;
  height: 411px;
  position: relative;
}

@media (max-width: 991.98px) {
  .charity .playing .playing__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .charity .playing .playing__column_video {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .charity .playing__bg {
    padding: 24px 0 32px;
  }

  .charity .playing .title_fz52 {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 8px;
  }
}

.charity .hero__padding {
  padding: 87px 0 100px;
}

@media (max-width: 767.98px) {
  .charity .hero__padding {
    padding: 82px 0 150px;
  }

  .charity .hero p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 360px) {
  .charity .hero {
    background-image: url(../img/charity/img-mob.png) !important;
  }
}

@media (max-width: 767.98px) {
  .charity .main-descr .how-can__info_span {
    font-size: 14px;
    line-height: 24px;
    background-position: 100% 17px;
  }
}

.charity .tabmenu {
  padding: 35px 0 92px;
  overflow: hidden;
}

.charity .tabmenu .tab-box {
  width: 100vw;
}

.charity .tabmenu .tab-btn {
  color: #172934;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.01em;
}

.charity .tabmenu .tab_content {
  padding-top: 40px;
}

.charity .tabmenu .read-more__link {
  font-weight: 800;
  color: #172934;
  margin-left: 0;
  padding-right: 20px;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

.charity .tabmenu .read-more__link:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  left: 75px;
  z-index: -1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.995.505a.7.7 0 0 1 0 .99l-.433-.433.433.433-.046.046-.129.128a115.605 115.605 0 0 1-1.903 1.84A40.416 40.416 0 0 1 7.365 4.91a9.1 9.1 0 0 1-.628.493c-.091.063-.188.125-.283.174-.065.034-.24.123-.454.123-.213 0-.389-.09-.454-.123a2.585 2.585 0 0 1-.283-.174c-.183-.128-.4-.3-.628-.493a40.416 40.416 0 0 1-1.552-1.4A102.704 102.704 0 0 1 1.18 1.669l-.129-.128-.045-.045v-.001L1.5 1l.495-.495.044.044.127.126A110.352 110.352 0 0 0 4.042 2.49c.529.498 1.065.987 1.495 1.35.184.154.34.279.463.369.123-.09.28-.215.463-.37.43-.362.966-.851 1.495-1.349A101.21 101.21 0 0 0 9.834.675l.127-.126.043-.043a.7.7 0 0 1 .991-.001zM5.812 4.333c-.018.007-.019.01 0 0zM1.005.505a.7.7 0 0 1 .99 0L1.5 1l-.495.495a.7.7 0 0 1 0-.99z' fill='%23172934'/%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.charity .tabmenu [data-clicked="true"] {
  display: inline-block;
  margin-left: 0;
}

.charity .tabmenu [data-clicked="true"]:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.995.505a.7.7 0 0 1 0 .99l-.433-.433.433.433-.046.046-.129.128a115.605 115.605 0 0 1-1.903 1.84A40.416 40.416 0 0 1 7.365 4.91a9.1 9.1 0 0 1-.628.493c-.091.063-.188.125-.283.174-.065.034-.24.123-.454.123-.213 0-.389-.09-.454-.123a2.585 2.585 0 0 1-.283-.174c-.183-.128-.4-.3-.628-.493a40.416 40.416 0 0 1-1.552-1.4A102.704 102.704 0 0 1 1.18 1.669l-.129-.128-.045-.045v-.001L1.5 1l.495-.495.044.044.127.126A110.352 110.352 0 0 0 4.042 2.49c.529.498 1.065.987 1.495 1.35.184.154.34.279.463.369.123-.09.28-.215.463-.37.43-.362.966-.851 1.495-1.349A101.21 101.21 0 0 0 9.834.675l.127-.126.043-.043a.7.7 0 0 1 .991-.001zM5.812 4.333c-.018.007-.019.01 0 0zM1.005.505a.7.7 0 0 1 .99 0L1.5 1l-.495.495a.7.7 0 0 1 0-.99z' fill='%23172934'/%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(180deg);
}

.charity .tabmenu .movie-desc {
  display: inline;
}

.charity .tabmenu__wrapper {
  display: grid;
  grid-template-columns: 40% 40%;
  justify-content: space-between;
}

.charity .tabmenu__wrapper .img {
  border-radius: 6px;
  margin-bottom: 32px;
  display: block;
  max-width: 100%;
}

.charity .tabmenu .title_fz52 {
  margin-top: 18px;
}

.charity .tabmenu_descr {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #172934;
  font-weight: 500;
}

.charity .tabmenu_descr span {
  font-weight: 800;
}

.charity .tabmenu__pinkbox {
  position: relative;
  margin-top: 140px;
  width: 100%;
}

.charity .tabmenu__pinkbox__container {
  width: 100%;
  background: rgba(23, 41, 52, 0.2);
  height: 4px;
}

.charity .tabmenu__pinkbox_pink {
  background: #e14286;
  height: 4px;
  width: 89.95%;
  display: block;
}

.charity .tabmenu__pinkbox_union {
  position: absolute;
  left: 89.95%;
  transform: translate(-89.95%);
  transform: translate(-50.95%);
  top: -52px;
}

.charity .tabmenu__pinkbox_percent {
  position: absolute;
  font-weight: 800;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #fff;
  transform: translate(-50%);
  top: 7px;
  left: 50%;
}

.charity .tabmenu__pinkbox__descr {
  display: flex;
  justify-content: space-between;
}

.charity .tabmenu__pinkbox .text_fz14 {
  margin-top: 10px;
}

.charity .tabmenu__pinkbox .text_fz14_fw800 {
  font-weight: 800;
}

.charity .tabmenu__pinkbox .btn_header {
  font-size: 10px;
  letter-spacing: 0.2em;
  margin: auto;
  margin-top: 34px;
  height: 44px;
  max-width: 190px;
  min-width: 190px;
  padding-left: 15px;
}

@media (max-width: 991.98px) {
  .charity .tabmenu__pinkbox {
    margin-top: 89px;
  }

  .charity .tabmenu .btn_header {
    margin-top: 48px;
  }

  .charity .tabmenu__wrapper {
    grid-template-columns: 1fr;
    row-gap: 105px;
  }

  .charity .tabmenu__wrapper .img {
    margin: auto;
    margin-bottom: 20px;
  }

  .charity .tabmenu .title_fz52 {
    margin-top: 8px;
    margin-bottom: 14px;
    font-size: 36px;
    line-height: 32px;
  }

  .charity .tabmenu .text_fz16 {
    font-size: 12px;
    line-height: 16px;
  }

  .charity .tabmenu_descr {
    font-size: 16px;
    line-height: 24px;
  }

  .charity .tabmenu .tab-btn {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 767.98px) {
  .charity .tabmenu .tab-btn {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 600px) {
  .charity .tabmenu .tab-box {
    width: auto;
  }

  .charity .tabmenu .tab {
    width: 94vw;
  }
}

.charity .playing .title_fz52 {
  max-width: 390px;
}

.charity .present {
  padding: 100px 0;
  background-color: #83cfd0;
}

.charity .present__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}

.charity .present__slide img {
  max-width: 100%;
}

.charity .present .slick-next {
  right: 38%;
}

.charity .present .slick-prev {
  left: 65%;
}

.charity .present .slick-next,
.charity .present .slick-prev {
  bottom: -70px;
}

.charity .present .form__number {
  bottom: -45px;
  left: 63%;
}

@media (max-width: 991.98px) {
  .charity .present .present__wrapper {
    grid-template-columns: repeat(1, 100%);
    row-gap: 24px;
  }

  .charity .present .first {
    order: 1;
  }
}

@media (max-width: 767.98px) {
  .charity .present {
    padding: 51px 0 32px;
  }

  .charity .present .slick-dots {
    bottom: 0;
  }
}

.charity .projectos {
  padding: 0;
}

.charity .projectos .container,
.charity .projectos__bg {
  background-color: #f9f5ef;
}

.charity .projectos__bg {
  padding-top: 56px;
}

.charity .projectos__carousel {
  padding-bottom: 80px;
}

.charity .projectos__carousel .slick-list:before {
  background-color: #f9f5ef;
}

.charity .projectos .title_fz70 {
  max-width: 500px;
}

.charity .projectos .slick-dots {
  bottom: 25px;
}

.charity .projectos .top-wave {
  background-color: #83cfd0;
}

@media (max-width: 991.98px) {
  .charity .projectos .wrapper-text_descr {
    visibility: hidden;
  }

  .charity .projectos .title_fz70 {
    max-width: 300px;
    font-size: 42px;
    line-height: 38px;
    margin-bottom: 16px;
  }
}

@media (max-width: 767.98px) {
  .charity .projectos {
    padding: 0;
  }

  .charity .projectos__bg {
    padding-top: 24px;
  }
}

.charity .form {
  padding-top: 0;
}

.charity .form .bottom-wave {
  z-index: 2;
  position: absolute;
}

.charity .form .bottom-wave_awards img {
  background-color: #83cfd0;
  margin-top: 0;
}

.charity .form .pos-initial {
  position: static;
}

.charity .form__green-orange .title_fz52 {
  margin-top: 45px;
  max-width: 335px;
}

.charity .form__column-1,
.charity .form__column-2 {
  padding-top: 90px;
}

.charity .form__column-2 .btn_header {
  padding-left: 40px;
}

@media (max-width: 767.98px) {
  .charity .form__column-1 {
    padding-top: 0 !important;
  }

  .charity .form__column-1 .wrapper-text_descr {
    padding-top: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .charity .form__column-1 .tas {
    text-align: start;
    font-size: 13px;
    line-height: 18px;
  }

  .charity .form__column-2 {
    padding-top: 0 !important;
  }

  .charity .form__column-2 .btn_header {
    padding-left: 15px;
  }

  .charity .form__green-orange {
    margin-top: 0;
  }

  .charity .form__green-orange .title_fz52 {
    margin-bottom: 0;
    font-size: 38px;
    line-height: 34px;
    max-width: 206px;
  }

  .charity .form__green-orange .btn {
    font-size: 10px;
    line-height: 30px;
  }

  .charity .form .wrapper-text_descr {
    max-width: 316px;
  }
}

.charity-2 .hero {
  background: rgba(23, 41, 52, 0.68) url(../img/we-do/hero-bg.png) top no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-blend-mode: hard-light;
}

.charity-2 .hero__padding {
  padding: 87px 0 100px;
}

.charity-2 .hero p {
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.charity-2 .hero h1 {
  font-family: HWT Artz, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.01em;
  color: #f9f5ef;
}

@media (max-width: 767.98px) {
  .charity-2 .hero h1 {
    font-size: 52px;
    line-height: 46px;
  }
}

.charity-2 .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.charity-2 .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.charity-2 .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.charity-2 .tab {
  width: 100vw;
  overflow: hidden;
  border: none;
  background-color: #f9f5ef;
  justify-content: space-around;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  scrollbar-width: none;
}

.charity-2 .tab::-webkit-scrollbar {
  width: 0 !important;
}

.charity-2 .tab-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgba(23, 41, 52, 0.2);
}

.charity-2 .tab_btn {
  background-color: #f9f5ef;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding-bottom: 12px;
  width: -moz-max-content;
  width: max-content;
  margin-right: 30px;
}

.charity-2 .tab_btn:last-of-type {
  margin-right: 0;
}

.charity-2 .active {
  border-bottom: 4px solid #e14286;
  font-weight: 800;
}

.charity-2 .tab_content {
  padding-top: 56px;
  display: none;
  animation: e 1s;
}

@keyframes e {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 767.98px) {
  .charity-2 .tab_content {
    padding-top: 10px;
  }

  .charity-2 .tab_btn {
    margin-right: 24px;
  }
}

.charity-2 .years__tab {
  background: #83cfd0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .charity-2 .years__tab {
    width: 100vw;
  }
}

.charity-2 .years_tablinks {
  background: #83cfd0;
}

.charity-2 .BabyPelones__tab {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 56px;
}

@media (max-width: 991.98px) {
  .charity-2 .BabyPelones__tab {
    width: 100%;
  }
}

.charity-2 .main-descr {
  padding: 56px 0 80px;
}

.charity-2 .main-descr__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.charity-2 .main-descr .wrapper-text_descr {
  max-width: 614px;
}

@media (max-width: 991.98px) {
  .charity-2 .main-descr .main-descr__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .charity-2 .main-descr .main-descr__column {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .charity-2 .main-descr {
    padding: 0 0 32px;
  }
}

.charity-2 .playing__bg {
  padding: 100px 0;
  overflow: hidden;
  background-color: #a4a3ea;
}

.charity-2 .playing__bg-video {
  cursor: pointer;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 411px;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.charity-2 .playing__bg-video.play ~ .playing__bg-play {
  display: none;
}

.charity-2 .playing__bg .playing__bg-play {
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.charity-2 .playing__wrapper {
  display: grid;
  grid-template-columns: 626px 1fr;
  gap: 104px;
}

@media (max-width: 1200px) {
  .charity-2 .playing__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.charity-2 .playing .wrapper-text_descr {
  max-width: 523px;
}

.charity-2 .playing .title_fz52 {
  max-width: 400px;
  width: inherit;
}

.charity-2 .playing__column_video {
  max-width: 626px;
  max-height: 411px;
  height: 411px;
  position: relative;
}

@media (max-width: 991.98px) {
  .charity-2 .playing .playing__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .charity-2 .playing .playing__column_video {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .charity-2 .playing__bg {
    padding: 24px 0 32px;
  }

  .charity-2 .playing .title_fz52 {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 8px;
  }
}

.charity-2 .help-us .bottom-wave {
  z-index: 2;
  position: relative;
}

.charity-2 .help-us .slick-arrow {
  display: none !important;
}

.charity-2 .help-us__bg {
  background-color: #83cfd0;
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 80px;
}

@media (max-width: 767.98px) {
  .charity-2 .help-us__bg {
    padding-bottom: 140px;
  }
}

.charity-2 .help-us__bg .title {
  width: inherit;
  max-width: 614px;
  margin-bottom: 64px;
}

@media (max-width: 991.98px) {
  .charity-2 .help-us__bg .title {
    font-size: 42px;
    line-height: 38px;
  }
}

.charity-2 .help-us__carousel .slick-list {
  overflow: inherit;
}

.charity-2 .help-us__carousel .slick-list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -600px;
  width: 600px;
  z-index: 1;
  background-color: #83cfd0;
}

.charity-2 .help-us__carousel_text {
  font-family: Avenir;
  font-size: 18px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 0.1em;
  margin-top: 24px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .charity-2 .help-us__carousel_text {
    font-size: 11px;
    line-height: 16px;
    max-width: 185px;
  }
}

.charity-2 .help-us__carousel_descr {
  font-family: Avenir;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.01em;
}

@media (max-width: 767.98px) {
  .charity-2 .help-us__carousel_descr {
    font-size: 13px;
    line-height: 18px;
  }
}

.charity-2 .help-us__slides {
  margin-right: 13px;
}

@media (max-width: 767.98px) {
  .charity-2 .help-us__slides {
    width: 75vw !important;
  }
}

.charity-2 .help-us__slides .btn_white {
  width: 153px;
  height: 42px;
}

@media (max-width: 767.98px) {
  .charity-2 .help-us__slides .btn_white {
    font-size: 9px;
    line-height: 20px;
  }
}

.charity-2 .help-us__carousel_img {
  border-radius: 6px;
}

@media (max-width: 767.98px) {
  .charity-2 .help-us__carousel_img {
    max-width: 100%;
  }
}

.charity-2 .hero__padding {
  padding: 87px 0 100px;
}

.charity-2 .hero h1 {
  max-width: 700px;
}

@media (max-width: 767.98px) {
  .charity-2 .hero h1 {
    max-width: 300px;
  }

  .charity-2 .hero__padding {
    padding: 82px 0 150px;
  }

  .charity-2 .hero p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 360px) {
  .charity-2 .hero {
    background-image: url(../img/charity/img-mob.png) !important;
  }
}

.charity-2 .main-descr .tabmenu__pinkbox {
  position: relative;
  width: 100%;
}

.charity-2 .main-descr .tabmenu__pinkbox__container {
  width: 100%;
  background: rgba(23, 41, 52, 0.2);
  height: 4px;
}

.charity-2 .main-descr .tabmenu__pinkbox_pink {
  background: #e14286;
  height: 4px;
  width: 89.95%;
  display: block;
}

.charity-2 .main-descr .tabmenu__pinkbox_union {
  position: absolute;
  left: 89.95%;
  transform: translate(-89.95%);
  transform: translate(-50.95%);
  top: -52px;
}

.charity-2 .main-descr .tabmenu__pinkbox_percent {
  position: absolute;
  font-weight: 800;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #fff;
  transform: translate(-50%);
  top: 7px;
  left: 50%;
}

.charity-2 .main-descr .tabmenu__pinkbox__descr {
  display: flex;
  justify-content: space-between;
}

.charity-2 .main-descr .tabmenu__pinkbox .text_fz14 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

.charity-2 .main-descr .tabmenu__pinkbox .money {
  font-size: 20px;
  line-height: 24px;
}

.charity-2 .main-descr .tabmenu__pinkbox .text_fz14_fw800 {
  font-weight: 800;
}

@media (max-width: 991.98px) {
  .charity-2 .main-descr .tabmenu__pinkbox {
    margin-top: 113px;
  }
}

.charity-2 .main-descr .btn_header {
  font-size: 10px;
  letter-spacing: 0.2em;
  margin-left: 0;
  margin-top: 32px;
  height: 44px;
  max-width: 190px;
  min-width: 190px;
  padding-left: 15px;
}

.charity-2 .main-descr .wrapper-text_descr {
  max-width: 500px;
}

.charity-2 .main-descr__wrapper {
  display: grid;
  grid-template-columns: 45% 45%;
}

@media (max-width: 991.98px) {
  .charity-2 .main-descr .btn_header {
    margin: auto;
    margin-top: 40px;
  }

  .charity-2 .main-descr__wrapper {
    grid-template-columns: 1fr;
  }
}

.charity-2 .information {
  padding: 39px 0 110px;
  overflow: hidden;
}

.charity-2 .information__wrapper {
  display: grid;
  grid-template-columns: 60% 30%;
  justify-content: space-between;
  margin-bottom: 40px;
}

.charity-2 .information__wrapper img {
  max-width: 100%;
  margin-bottom: 46px;
  display: none !important;
}

.charity-2 .information__wrapper__descr {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.charity-2 .information__wrapper .title_fz120 {
  max-width: 545px;
  margin-bottom: 40px;
}

.charity-2 .information_link2,
.charity-2 .information_link2:hover {
  color: #172934;
}

.charity-2 .information .pink,
.charity-2 .information .pink:hover {
  color: #e14286;
}

.charity-2 .information_link {
  margin-top: 48px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #e14286;
}

.charity-2 .information_link:hover {
  color: #e14286;
}

.charity-2 .information .text_fz20 {
  max-width: 620px;
}

.charity-2 .information__carousel {
  margin-top: 127px;
}

.charity-2 .information .slick-slide {
  margin-left: 20px;
}

.charity-2 .information .slick-slide img {
  max-width: 100%;
  border-radius: 10px;
}

.charity-2 .information .slick-dots {
  bottom: -30px;
}

.charity-2 .information .slider {
  position: relative;
}

.charity-2 .information .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  z-index: 10;
  font-size: 0;
}

.charity-2 .information .slick-prev {
  left: 5%;
  background: url(/wp-content/themes/split_juegaterapia/assets/img/charity-2/Left.svg) 0 0/100% no-repeat;
}

.charity-2 .information .slick-next {
  right: 5%;
  background: url(/wp-content/themes/split_juegaterapia/assets/img/charity-2/Right.svg) 0 0/100% no-repeat;
}

@media (max-width: 991.98px) {
  .charity-2 .information {
    padding: 40px 0 45px;
  }

  .charity-2 .information__wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .charity-2 .information__wrapper img {
    margin-bottom: 55px;
  }

  .charity-2 .information__wrapper__descr {
    gap: 24px;
  }

  .charity-2 .information__wrapper .title_fz120 {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 32px;
  }

  .charity-2 .information .text_fz20 {
    font-size: 16px;
    line-height: 24px;
  }

  .charity-2 .information__carousel {
    margin-top: 60px;
  }
}

@media (max-width: 767.98px) {
  .charity-2 .information .slick-slide {
    margin-left: 8px;
  }
}

.charity-2 .green,
.charity-2 .yellow {
  overflow: hidden;
}

.charity-2 .green__bg,
.charity-2 .yellow__bg {
  padding: 56px 0 80px;
  background-color: #a4a3ea;
}

.charity-2 .green__wrapper,
.charity-2 .yellow__wrapper {
  display: flex;
  justify-content: space-between;
}

.charity-2 .green .slick-list:before,
.charity-2 .yellow .slick-list:before {
  background-color: #a4a3ea;
}

.charity-2 .green .slick-next,
.charity-2 .green .slick-prev,
.charity-2 .yellow .slick-next,
.charity-2 .yellow .slick-prev {
  display: none !important;
}

.charity-2 .green .help-us__carousel,
.charity-2 .yellow .help-us__carousel {
  margin-top: 64px;
}

.charity-2 .green .help-us__slides .btn_white,
.charity-2 .yellow .help-us__slides .btn_white {
  margin-top: 24px;
  padding: 12px;
}

.charity-2 .green .slick-dots,
.charity-2 .yellow .slick-dots {
  bottom: -20px;
}

@media (max-width: 991.98px) {
  .charity-2 .green__bg,
  .charity-2 .yellow__bg {
    padding: 24px 0 65px;
  }

  .charity-2 .green__wrapper,
  .charity-2 .yellow__wrapper {
    flex-direction: column;
    gap: 16px;
  }

  .charity-2 .green .title_fz70,
  .charity-2 .yellow .title_fz70 {
    font-size: 42px;
    line-height: 38px;
  }

  .charity-2 .green .text_fz20,
  .charity-2 .yellow .text_fz20 {
    font-size: 16px;
    line-height: 22px;
  }

  .charity-2 .green .help-us__carousel,
  .charity-2 .yellow .help-us__carousel {
    margin-top: 40px;
  }

  .charity-2 .green .help-us__carousel_text,
  .charity-2 .yellow .help-us__carousel_text {
    margin-top: 14px;
    margin-bottom: 8px;
  }

  .charity-2 .green .help-us__slides .btn_white,
  .charity-2 .yellow .help-us__slides .btn_white {
    margin-top: 16px;
    min-width: 127px;
    height: 28px;
    max-width: 127px;
    font-size: 9px;
    line-height: 20px;
    padding: 5px 12px;
  }
}

.charity-2 .yellow .top-wave {
  background-color: #a4a3ea;
}

.charity-2 .l-green .top-wave,
.charity-2 .yellow .slick-list:before,
.charity-2 .yellow__bg {
  background-color: #ffb800;
}

.charity-2 .l-green__bg {
  padding: 95px 0 200px;
  background-color: #8bc639;
}

.charity-2 .l-green__wrapper {
  display: grid;
  grid-template-columns: 55% 35%;
  justify-content: space-between;
  align-items: center;
}

.charity-2 .l-green__column-2 img {
  max-width: 100%;
}

.charity-2 .l-green__column-1 .btn_white {
  margin-top: 24px;
  min-width: 209px;
  max-width: 209px;
  height: 50px;
}

.charity-2 .l-green .bottom-wave {
  background-color: #8bc639;
}

@media (max-width: 991.98px) {
  .charity-2 .l-green__bg {
    padding: 24px 0 32px;
  }

  .charity-2 .l-green__wrapper {
    grid-template-columns: 1fr;
    row-gap: 20px;
    justify-items: center;
  }

  .charity-2 .l-green__column-2 {
    order: 0;
  }

  .charity-2 .l-green__column-1 {
    order: 1;
  }

  .charity-2 .l-green__column-1 .btn_white {
    margin-top: 40px;
    min-width: 180px;
    max-width: 180px;
    height: 42px;
  }

  .charity-2 .l-green__column-1 .title_fz70 {
    font-size: 36px;
    line-height: 32px;
    max-width: 328px;
  }
}

.charity-2 .present {
  padding: 100px 0;
  background-color: #83cfd0;
}

.charity-2 .present__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}

.charity-2 .present__slide img {
  max-width: 100%;
}

.charity-2 .present .slick-next {
  right: 38%;
}

.charity-2 .present .slick-prev {
  left: 65%;
}

.charity-2 .present .slick-next,
.charity-2 .present .slick-prev {
  bottom: -70px;
}

.charity-2 .present .form__number {
  bottom: -45px;
  left: 63%;
}

@media (max-width: 991.98px) {
  .charity-2 .present .present__wrapper {
    grid-template-columns: repeat(1, 100%);
    row-gap: 24px;
  }

  .charity-2 .present .first {
    order: 1;
  }
}

@media (max-width: 767.98px) {
  .charity-2 .present {
    padding: 51px 0 32px;
  }

  .charity-2 .present .slick-dots {
    bottom: 0;
  }
}

.charity-2 .projectos {
  padding: 0;
}

.charity-2 .projectos .container {
  background-color: #f9f5ef;
}

.charity-2 .projectos__bg {
  padding-top: 56px;
  background-color: #f9f5ef;
}

.charity-2 .projectos__carousel {
  padding-bottom: 80px;
}

.charity-2 .projectos__carousel .slick-list:before {
  background-color: #f9f5ef;
}

.charity-2 .projectos .title_fz70 {
  max-width: 500px;
}

.charity-2 .projectos .slick-dots {
  bottom: 25px;
}

.charity-2 .projectos .top-wave {
  background-color: #83cfd0;
}

@media (max-width: 991.98px) {
  .charity-2 .projectos .wrapper-text_descr {
    visibility: hidden;
  }

  .charity-2 .projectos .title_fz70 {
    max-width: 300px;
    font-size: 42px;
    line-height: 38px;
    margin-bottom: 16px;
  }
}

@media (max-width: 767.98px) {
  .charity-2 .projectos {
    padding: 0;
  }

  .charity-2 .projectos__bg {
    padding-top: 24px;
  }
}

.charity-2 .form {
  padding-top: 0;
}

.charity-2 .form .bottom-wave {
  z-index: 2;
  position: absolute;
}

.charity-2 .form .bottom-wave_awards img {
  background-color: #83cfd0;
  margin-top: 0;
}

.charity-2 .form .pos-initial {
  position: static;
}

.charity-2 .form__green-orange .title_fz52 {
  margin-top: 45px;
  max-width: 335px;
}

.charity-2 .form__column-1,
.charity-2 .form__column-2 {
  padding-top: 90px;
}

.charity-2 .form__column-2 .btn_header {
  padding-left: 40px;
}

@media (max-width: 767.98px) {
  .charity-2 .form__column-1 {
    padding-top: 0 !important;
  }

  .charity-2 .form__column-1 .wrapper-text_descr {
    padding-top: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .charity-2 .form__column-1 .tas {
    text-align: start;
    font-size: 13px;
    line-height: 18px;
  }

  .charity-2 .form__column-2 {
    padding-top: 0 !important;
  }

  .charity-2 .form__column-2 .btn_header {
    padding-left: 15px;
  }

  .charity-2 .form__green-orange {
    margin-top: 0;
  }

  .charity-2 .form__green-orange .title_fz52 {
    margin-bottom: 0;
    font-size: 38px;
    line-height: 34px;
    max-width: 206px;
  }

  .charity-2 .form__green-orange .btn {
    font-size: 10px;
    line-height: 30px;
  }

  .charity-2 .form .wrapper-text_descr {
    max-width: 316px;
  }
}

@media (max-width: 767.98px) {
  .charity-3 .hero__padding {
    padding-bottom: 0;
  }
}

.charity-3 .main-descr__wrapper {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .charity-3 .main-descr .how-can__info_span {
    font-size: 14px;
    line-height: 24px;
    background-position: 100% 17px;
  }
}

.charity-3 .information .box {
  gap: 7px;
}

@media (max-width: 1245px) {
  .btn {
    min-width: 180px;
  }
}

@media (max-width: 1200px) {
  .header__link {
    margin-bottom: 15px;
  }

  .header__list {
    flex-direction: column;
    margin: 0;
    align-items: flex-start;
  }

  .header .line:after {
    border-left: none;
  }

  .header__menu .btn {
    display: flex;
  }

  .header__menu__wrapper {
    height: 100vh;
    padding: 20px;
    top: 59px;
    flex-direction: column;
    position: absolute;
    z-index: 2;
    left: -100%;
    transition: all 0.6s;
    width: 100%;
    background: #f9f5ef;
  }

  .header__menu__wrapper.active1 {
    left: 0;
    z-index: 4;
    transition: all 0.6s;
  }

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

  .header__menu nav .hamburger {
    display: block;
    cursor: pointer;
    width: 24px;
    height: 18px;
    transition: all 0.6s;
  }

  .header__menu nav .hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    margin-bottom: 6px;
    background: #172934;
    transition: all 0.6s;
    border-radius: 100px;
  }

  .header__menu nav .hamburger.active1 span:first-child {
    margin-top: 6px;
    margin-bottom: -3px;
    transform: rotate(-45deg);
  }

  .header__menu nav .hamburger.active1 span:nth-child(2) {
    margin-bottom: 0;
    transform: rotate(45deg);
  }

  .footer {
    padding-top: 40px;
  }

  .footer .first {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }

  .footer .color {
    background-color: #f9f5ef;
    position: initial;
    left: initial;
    right: initial;
  }

  .footer .mob {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
  }

  .footer .desc {
    display: none;
  }

  .footer__column-3 {
    align-items: center;
    flex-direction: column;
  }

  .footer__end {
    margin-bottom: 24px;
  }

  .footer__end:last-child {
    margin-bottom: 0;
  }

  .footer__logo {
    display: block;
    margin: 0 auto;
  }

  .footer__column-1 {
    margin-top: 60px;
    justify-content: center;
  }

  .footer__column-2 {
    flex-direction: column;
    padding-bottom: 41px;
  }

  .footer__panel {
    display: none;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 10px;
  }

  .footer__column__panel {
    border-bottom: 1px solid rgba(23, 41, 52, 0.2);
    width: 100%;
    cursor: pointer;
    padding: 4px 0;
  }

  .footer__title {
    padding: 7px 5px 7px 0;
    margin-bottom: 0;
  }

  .footer__title:after {
    content: url(../img/footer/down.svg);
    float: right;
  }

  .footer .second {
    display: none;
  }
}

@media (max-width: 992px) {
  .title_fz120,
  .title_fz140 {
    font-size: 60px;
    line-height: 54px;
  }

  .conoce__wrapper {
    grid-template-columns: repeat(2, 245px);
    row-gap: 0;
  }

  .conoce__column {
    padding: 16px 10px;
    position: relative;
  }

  .conoce__column-1 {
    border: none;
  }

  .conoce__column-1:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 240px;
    background-color: rgba(80, 80, 80, 0.4);
    right: -1px;
    bottom: 10px;
  }

  .conoce__column-2 {
    border: none;
  }

  .conoce__column-2:before {
    content: "";
    position: absolute;
    width: 180px;
    height: 1px;
    background-color: rgba(80, 80, 80, 0.4);
    bottom: -1px;
  }

  .conoce__column-3 {
    border: none;
  }

  .conoce__column-3:before {
    content: "";
    position: absolute;
    width: 180px;
    height: 1px;
    background-color: rgba(80, 80, 80, 0.4);
    top: 0;
    right: 10px;
  }

  .conoce__column-4 {
    border: none;
  }

  .conoce__column-4:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 240px;
    background-color: rgba(80, 80, 80, 0.4);
    left: 0;
    top: 10px;
  }

  .iniciativas__carousel {
    margin-top: 40px;
  }

  .iniciativas__carousel_text {
    margin-top: 14px;
    font-size: 11px;
    line-height: 16px;
  }

  .iniciativas__carousel_descr {
    margin-top: 8px;
    font-size: 13px;
    line-height: 18px;
  }

  .wrapper-text {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrapper-text_descr {
    font-size: 16px;
    line-height: 22px;
    padding-top: 0;
  }

  .projectos {
    /* padding-top: 54px; */
  }

  .empresas {
    position: relative;
  }

  .empresas .container {
    padding-top: 51px;
    padding-bottom: 32px;
  }

  .empresas__wrapper {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 40px;
  }

  .empresas__column-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .empresas__column-3 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .empresas__column-2 {
    margin-top: 0;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }

  .baby {
    padding-bottom: 0;
  }

  .baby .slick-dots {
    margin-top: 13px;
    bottom: -10px;
  }

  .donate {
    margin-top: 0;
  }

  .bien .sroll_element {
    margin-top: 45px;
  }
}

@media (max-width: 768px) {
  .bien .sroll_element {
    margin-top: 14px;
  }

  .bien__social {
    display: none;
  }

  .bien__text {
    padding-top: 18px;
    width: 280px;
    font-size: 36px;
    line-height: 32px;
    margin-bottom: 30px;
  }

  .bien__wrapper {
    display: none;
  }

  .bien__decorate {
    text-align: left;
    margin-top: 73px;
    margin-left: 24px;
  }

  .bien__number {
    display: none;
  }

  .conoce {
    padding-top: 48px;
  }

  .conoce__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-top: 13px;
  }

  .conoce__wrapper {
    margin-top: 33px;
    grid-template-columns: repeat(2, minmax(154px, auto));
  }

  .conoce__column {
    align-items: center;
  }

  .conoce__column-1 {
    border: none;
  }

  .conoce__column-1:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 200px;
    background-color: rgba(80, 80, 80, 0.4);
    right: -1px;
    bottom: 10px;
  }

  .conoce__column-2 {
    border: none;
  }

  .conoce__column-2:before {
    content: "";
    position: absolute;
    width: 130px;
    height: 1px;
    background-color: rgba(80, 80, 80, 0.4);
    bottom: -1px;
  }

  .conoce__column-3 {
    border: none;
  }

  .conoce__column-3:before {
    content: "";
    position: absolute;
    width: 130px;
    height: 1px;
    background-color: rgba(80, 80, 80, 0.4);
    top: 0;
    right: 10px;
  }

  .conoce__column-4 {
    border: none;
  }

  .conoce__column-4:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 200px;
    background-color: rgba(80, 80, 80, 0.4);
    left: 0;
    top: 10px;
  }

  .conoce__column_descr {
    font-size: 13px;
    line-height: 18px;
    max-width: 118px;
  }

  .conoce__column_x {
    font-size: 42px;
    line-height: 38px;
  }

  .conoce .white__btn {
    transform: none;
    position: static;
  }

  .title_fz52 {
    max-width: 287px;
    font-size: 36px;
    line-height: 32px;
  }

  .projectos__vector {
    min-width: 340px;
  }

  .empresas__column_grid {
    grid-template-columns: repeat(2, minmax(175px, auto));
    justify-items: center;
  }

  .empresas .title_fz52 {
    margin-bottom: 0;
  }

  .baby .title_fz52,
  .baby .title_fz120 {
    text-align: left;
    margin-bottom: 23px;
  }

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

  .baby__column__wrapper {
    margin-left: 0;
  }

  .baby__column__wrapper .title_fz52 {
    max-width: 100%;
  }

  .baby__buttons {
    justify-content: start;
  }

  .donate {
    padding: 32px 0;
  }

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

  .donate__column {
    max-width: 100%;
  }

  .donate .wrapper_text {
    margin-top: 32px;
    margin-left: 0;
    max-width: 100%;
  }

  .donate .wrapper_text .title {

    max-width: 100%;
  }

  .social {
    padding-top: 50px;
    padding-bottom: 77px;
    overflow: hidden;
  }

  .social .slick-dots {
    bottom: -50px;
  }
}

@media (max-width: 576px) {
  .header__menu {
    padding: 0;
  }

  .title_fz140 {
    text-align: left;
  }

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

  .empresas .title_fz52 {
    text-align: center;
    margin: auto;
  }

  .conoce__subtitle {
    text-align: left;
    margin-left: 0;
  }

  .projectos__bg {
    padding: 54px 0;
  }

  .projectos_title {
    font-size: 36px;
    line-height: 32px;
  }

  .projectos__vector {
    min-width: 260px;
  }

  .projectos__vector_text {
    top: 50%;
  }

  .baby__wrapper {
    grid-template-columns: minmax(300px, auto);
  }

  .baby .slick-slide img {
    max-width: 90%;
    margin: auto;
  }

  .social .slick-slide img {
    width: 100%;
  }

  .btn {
    min-width: 150px;
  }

  .btn_bien {
    padding: 17px 14px;
  }

  .form .form__mail .btn_header {
    width: 100%;
    min-width: 100%;
  }

  .empresas__column_grid {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
}

/*# sourceMappingURL=style.min.css.map */

.woocommerce-products-header .page-description .BabyPelon {
  /* margin-bottom: -56px; */
}

.hero .bottom-wave {
  bottom: -2px;
}

.recaudacion-slider {
  overflow: hidden;
  padding: 40px 0;
}

.recaudacion-slider .tab-btn.active {
  border-bottom: 4px solid #e14286;
  font-weight: 800;
}

.habitant-information .tab-btn {
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: 20px;
  line-height: 27px;
  transition: none;
}


.habitant-information .tab_btn {
  background-color: #f9f5ef;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding-bottom: 12px;
  width: -moz-max-content;
  width: max-content;
  margin-right: 30px;
}

.habitant-information .years_slide .col-sm-10 img {
  width: 98%;
}

.progress-bar-marker {
  background-color: #E14286;
  border-radius: 19px;
  width: fit-content;
  color: #fff;
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  padding: 0px 12px;
  margin-bottom: 8.5px;
}

.progress-bar-marker:after {
  background-color: #E14286;
  content: "\00a0";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  bottom: -7.5px;
  left: calc(50% - 8px);
  transform: rotate(47deg) skew(5deg);
  -moz-transform: rotate(47deg) skew(5deg);
  -ms-transform: rotate(47deg) skew(5deg);
  -o-transform: rotate(47deg) skew(5deg);
  -webkit-transform: rotate(47deg) skew(5deg);
  box-shadow: 2px 2px 2px 0 rgba(178, 178, 178, .4);
  z-index: -1;
}

.form-section {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 16px;
}

.form-section form {
  width: 100%;
  max-width: 406px;
  display: flex;
  flex-direction: column;
}

.form-section form label {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
  margin-bottom: 8px;
  margin-top: 8px;
}

.form-section form input[type="submit"] {
  width: 100%;
  max-width: unset;
  margin-top: 8px;
}

.form-section form input[type="text"], .form-section form select {
  border: 1px solid rgba(80, 80, 80, 0.4);
  box-sizing: border-box;
  border-radius: 6px;
  height: 52px;
  padding: 0 18px;
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: rgba(30, 50, 56, 0.5);
}

.form-section form textarea {
  border: 1px solid rgba(80, 80, 80, 0.4);
  box-sizing: border-box;
  border-radius: 6px;
  height: 150px;
  padding: 18px;
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: rgba(30, 50, 56, 0.5);
  margin-top: 8px;
  margin-bottom: 8px;
}

/* .form-section form .checkbox {
    display: flex;
    flex-direction: row;
} */

/* Customize the label (the container) */
.form-section form .checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
  margin-bottom: 8px;
  margin-top: 8px;
}

/* Hide the browser's default checkbox */
.form-section form .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.form-section form .checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.form-section form .checkboxr:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.form-section form .checkbox input:checked ~ .checkmark {
  background-color: #e14286;
}

/* Create the checkmark/indicator (hidden when not checked) */
.form-section form .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.form-section form .checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.form-section form .checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.jt-cart {
  padding-top: 79px;
  padding-bottom: 129px;
}

.jt-cart h3 {
  font-family: 'HWT Artz';
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 52px;
  /* identical to box height, or 100% */

  letter-spacing: 0.02em;
  text-transform: uppercase;

  /* TURQUESA OSCURO */

  color: #172934;
  margin-bottom: 68px;
}

.jt-cart h4 {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  /* identical to box height, or 100% */

  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;

  /* TURQUESA OSCURO */

  color: #172934;
  margin-bottom: 16px;
}

.jt-cart .inner {
  display: flex;
  flex-direction: row;
}

.jt-cart .wc-backward {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */

  letter-spacing: -0.01em;

  /* MAGENTA/100% */

  color: #E14286;
}

.jt-cart .woocommerce-cart-form {
  width: 60%;
  background: #F9F5EF;
}

.jt-cart .woocommerce-cart-form__cart-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 16px;
  justify-content: space-around;
}

.jt-cart .woocommerce-Price-amount {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 22px;
  /* identical to box height, or 110% */

  text-align: right;
  letter-spacing: -0.01em;

  /* TURQUESA OSCURO */

  color: #172934;
}


.jt-cart .product-name a {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */

  letter-spacing: -0.01em;
  color: #172934;
}

.jt-cart #buttonCountMinus {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25' cy='25' r='25' transform='rotate(90 25 25)' fill='%23DAF1F6'/%3E%3Cpath d='M30.342 25.556H20.93' stroke='%23222628' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 50%;
}

.jt-cart #buttonCountPlus {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25' cy='25' r='24.937' transform='rotate(-90.145 25 25)' fill='%23DAF1F6'/%3E%3Cpath d='M30.456 25h-10.91M25 19.545v10.91' stroke='%23222628' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 50%;
}

.jt-cart .cart-collaterals {
  margin-left: 78px;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  border-radius: 16px;
  padding: 16px;
  float: None;
  max-width: 417px;
  height: fit-content;
  top: 50px;
}

.jt-cart .woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}

.jt-cart .cart_totals table {
  width: 100%;
}

.jt-cart .cart_totals table tr th {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;

  /* text */

  color: rgba(30, 50, 56, 0.5);

}

.jt-cart .cart_totals table tr td {
  width: 100px

}

.jt-cart .woocommerce-message {
  display: none;
}

.jt-cart .cart_totals .checkout-button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  min-width: 150px;
  max-width: 185px;
  background: #e14286;
  border-radius: 44.5px;
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  border: none;
  margin-top: 18px;
  width: 100%;
  max-width: initial;
}

.jt-cart .cart_totals table .woocommerce-Price-amount {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.01em;

  /* text */

  color: rgba(30, 50, 56, 0.5);

}

.jt-cart .cart-collaterals h5 {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  /* identical to box height, or 100% */

  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;

  /* TURQUESA OSCURO */

  color: #172934;
  margin-bottom: 16px;
}


.jt-cart .cart-collaterals h2 {
  display: none;
}


/* REGISTER MODAL */
.product-page .product-modal {
  display: none;
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, .7)
}

.product-page .product-modal__content {
  width: 512px;
  height: 668px
}

.product-page .product-modal__content p.text {
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px;
  text-transform: uppercase
}

.product-page .product-modal__content p.text span {
  color: #e14286
}

.product-page .product-modal__input {
  background: #fff;
  border: 1px solid rgba(80, 80, 80, .4);
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  height: 52px;
  padding: 11px 18px;
  font-family: Avenir, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -.01em;
  color: rgba(30, 50, 56, .5)
}

.product-page .product-modal__input:-ms-input-placeholder {
  color: rgba(30, 50, 56, .5)
}

.product-page .product-modal__input::placeholder {
  color: rgba(30, 50, 56, .5)
}

.product-page .product-modal__input-margin {
  margin-bottom: 40px
}

.product-page .product-modal .invalid-adecuado, .product-page .product-modal .invalid-none {
  display: none;
  color: #e14286
}

.product-page .product-modal__input-checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(80, 80, 80, .4);
  box-sizing: border-box;
  border-radius: 4px;
  margin-right: 10px
}

.product-page .product-modal__link {
  font-weight: 800;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -.01em;
  color: #e14286;
  border-bottom: 2px dashed #e14286
}

.product-page .product-modal .btn {
  width: 100%;
  max-width: 100%;
  margin: 26px 0 24px !important
}

.product-page .product-modal__text-bottom {
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -.01em;
  color: rgba(30, 50, 56, .5);
  margin-right: 5px
}

.product-page .product-modal__checkbox {
  margin: 16px 0 24px
}

.product-page .product-modal__checkbox__label + label:before {
  margin-top: 3px
}

.product-page .product-modal .styled-checkbox {
  position: absolute;
  opacity: 0
}

.product-page .product-modal .styled-checkbox + label {
  display: flex;
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -.01em;
  color: rgba(30, 50, 56, .5)
}

.product-page .product-modal .styled-checkbox + label span {
  font-weight: 700;
  text-decoration: underline;
  display: contents
}

.product-page .product-modal .styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid rgba(80, 80, 80, .4);
  box-sizing: border-box;
  border-radius: 4px
}

.product-page .product-modal .styled-checkbox:checked + label:before {
  border: 1px solid #e14286;
  box-sizing: border-box;
  border-radius: 4px
}

.product-page .product-modal .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto
}

.product-page .product-modal .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd
}

.product-page .product-modal .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  background: #e14286;
  border-radius: 2px;
  width: 12px;
  height: 12px
}

.product-page .product-modal .styled-checkbox:checked + label {
  color: #172934
}

/* REGISTER */
.registration .header {
  background: #f9f5ef;
  box-shadow: 0 2px 10px rgba(30, 50, 56, .05)
}

@media (max-width: 1200px) {
  .registration .header {
    padding-top: 0
  }
}

@media (max-width: 576px) {
  .registration .header__logo {
    width: 100%;
    height: 100%
  }
}

.registration .header__list {
  margin: 11px 0
}

@media (max-width: 1439.98px) {
  .registration .header__list {
    flex-direction: row
  }
}

@media (max-width: 1200px) {
  .registration .header__list {
    align-items: center
  }
}

@media (max-width: 576px) {
  .registration .header__list {
    margin: 0
  }
}

@media (max-width: 576px) {
  .registration .header__menu {
    padding: 0
  }
}

.registration .header__menu__wrapper {
  display: flex;
  align-items: center;
  margin-left: 58px
}

@media (max-width: 1439.98px) {
  .registration .header__menu__wrapper {
    margin-left: 30px;
    position: relative;
    height: 100%;
    left: 0;
    top: 14px
  }
}

@media (max-width: 1439px) {
  .registration .header__menu__wrapper {
    top: 0;
    align-items: end
  }
}

@media (max-width: 1200px) {
  .registration .header__menu__wrapper {
    margin-left: 0;
    padding: 0
  }
}

.registration .header__menu nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0
}

@media (max-width: 576px) {
  .registration .header__menu nav {
    padding: 11px 0
  }
}

.registration .header__link {
  margin-right: 36px
}

@media (max-width: 1439px) {
  .registration .header__link {
    margin-bottom: 0
  }
}

.registration .header__link:nth-child(3) {
  margin-right: 30px
}

@media (max-width: 576px) {
  .registration .header__link {
    margin-right: 0;
    padding: 8px 0
  }
}

.registration .header__link__border {
  border-right: 1px solid #172934;
  border-left: 1px solid #172934;
  padding: 8px 30px
}

@media (max-width: 768px) {
  .registration .header__link__border-mob {
    border-right: 1px solid #172934;
    padding-right: 24px
  }
}

@media (max-width: 576px) {
  .registration .header__link__mob {
    padding-left: 30px
  }
}

.registration .main-title {
  margin-top: 106px
}

@media (max-width: 991.98px) {
  .registration .main-title {
    margin-top: 24px
  }
}

.registration .main-title .title {
  font-weight: 700;
  font-size: 52px;
  line-height: 46px;
  letter-spacing: .01em
}

@media (max-width: 991.98px) {
  .registration .main-title .title {
    font-size: 28px;
    line-height: 24px
  }
}

.registration .stepper {
  margin: 32px 0 64px
}

@media (max-width: 991.98px) {
  .registration .stepper {
    margin: 16px 0 32px
  }
}

.registration .stepper__list {
  justify-content: center;
  gap: 140px
}

.registration .stepper__list .active span {
  background: #e14286;
  color: #fff
}

.registration .stepper__list li {
  position: relative
}

.registration .stepper__list li span {
  font-family: Avenir;
  font-style: normal;
  font-weight: 900;
  font-size: 8px;
  line-height: 11px;
  letter-spacing: .01em;
  text-transform: uppercase;
  border: 1px solid #e14286;
  box-sizing: border-box;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  display: block;
  text-align: center;
  padding: 2px 0;
  color: #e14286
}

.registration .stepper__list li:first-child:before, .registration .stepper__list li:nth-child(2):before {
  content: "";
  position: absolute;
  width: 140px;
  height: 1px;
  background: #f6c6db;
  top: 50%;
  transform: translate(-50%);
  left: 86px
}

.registration__content {
  max-width: 406px;
  width: 100%;
  margin: 0 auto
}

.registration__content__title {
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: .1em;
  color: #172934
}

@media (max-width: 991.98px) {
  .registration__content__title {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .1em
  }
}

.registration__content__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(30, 50, 56, .5);
  margin-bottom: 40px;
  letter-spacing: -.01em
}

@media (max-width: 991.98px) {
  .registration__content__text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 32px
  }
}

.registration__content__bottom {
  margin: 80px auto;
  width: 100%;
  max-width: 207px
}

@media (max-width: 991.98px) {
  .registration__content__bottom {
    margin: 32px auto
  }
}

.registration__content__text-bottom {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -.01em;
  color: rgba(30, 50, 56, .5)
}

.registration__content__text-bottom a {
  color: #e14286;
  border-bottom: 1px solid #e14286;
  font-weight: 700
}

@media (max-width: 991.98px) {
  .registration__content__text-mob {
    margin-bottom: 24px
  }
}

.registration__content__text-invalid {
  color: #e14286 !important
}

.registration__content__invalid {
  margin: 8px 0 11px
}

.registration__form__input {
  background: #fff;
  border: 1px solid rgba(80, 80, 80, .4);
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  height: 52px;
  padding: 11px 18px;
  font-family: Avenir, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -.01em;
  color: rgba(30, 50, 56, .5);
  margin-bottom: 8px;
  overflow: hidden;
}

.registration__form__input:-ms-input-placeholder {
  color: rgba(30, 50, 56, .5)
}

.registration__form__input::placeholder {
  color: rgba(30, 50, 56, .5)
}

@media (max-width: 991.98px) {
  .registration__form__input {
    font-size: 16px;
    line-height: 30px
  }
}

.registration__form__checkbox input {
  display: inline-block !important;
  margin: 0 8px 0 0 !important;
  border: 1px solid rgba(80, 80, 80, 0.4);
  border-radius: 4px;
  background: #FFFFFF;
  width: 20px;
  height: 20px;
  -webkit-appearance: checkbox;
}

#shipping_factura_field .optional,
#shipping_comunicaciones_field .optional {
  display: none;
}

.checkout-factura-text {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: rgba(30, 50, 56, 0.5);
  display: list-item;
  list-style-type: square;
  list-style-position: inside;
}

.registration__form__textarea {
  background: #fff;
  border: 1px solid rgba(80, 80, 80, .4);
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  height: 142px;
  font-family: Avenir;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  letter-spacing: -.01em;
  color: rgba(30, 50, 56, .5);
  padding: 11px 18px
}

.registration__form__textarea:-ms-input-placeholder {
  color: rgba(30, 50, 56, .5)
}

.registration__form__textarea::placeholder {
  color: rgba(30, 50, 56, .5)
}

.registration__form .invalid-none {
  color: #e14286;
  align-items: center;
  display: none
}

.registration__form .invalid-none img {
  margin-right: 15px
}

.registration__form .invalid-adecuado {
  display: none
}

.registration__form__bottom-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -.01em;
  color: rgba(30, 50, 56, .5)
}

@media (max-width: 991.98px) {
  .registration__form__bottom-text {
    font-size: 11px;
    line-height: 15px
  }
}

.registration__form__checkbox {
  margin: 16px 0 8px
}

.registration__form__checkbox__label + label:before {
  margin-top: 3px
}

.registration__form .styled-checkbox {
  position: absolute;
  opacity: 0
}

.registration__form .styled-checkbox + label {
  display: flex;
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -.01em;
  color: rgba(30, 50, 56, .5)
}

@media (max-width: 991.98px) {
  .registration__form .styled-checkbox + label {
    font-size: 16px;
    line-height: 24px
  }
}

.registration__form .styled-checkbox + label span {
  font-weight: 700;
  text-decoration: underline;
  display: contents
}

.registration__form .styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid rgba(80, 80, 80, .4);
  box-sizing: border-box;
  border-radius: 4px
}

.registration__form .styled-checkbox:checked + label:before {
  border: 1px solid #e14286;
  box-sizing: border-box;
  border-radius: 4px
}

.registration__form .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto
}

.registration__form .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd
}

.registration__form .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  background: #e14286;
  border-radius: 2px;
  width: 12px;
  height: 12px
}

.registration__form .styled-checkbox:checked + label {
  color: #172934
}

.registration__form__list li {
  position: relative;
  padding-left: 20px;
  color: rgba(30, 50, 56, .5);
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -.01em
}

@media (max-width: 991.98px) {
  .registration__form__list li {
    font-size: 11px;
    line-height: 15px;
    letter-spacing: -.01em
  }
}

.registration__form__list li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: rgba(30, 50, 56, .5);
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 20px;
  margin: 8px 9px 2px 4px;
  left: 0
}

.registration__form__invoice {
  display: none;
  margin-top: 32px
}

.registration__form__invoice__checbox {
  margin-bottom: 16px
}

.registration__form .btn {
  width: 100%;
  max-width: 100%;
  background: #e14286;
  border-radius: 44.5px;
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  margin-top: 32px
}

.registration__upload-block {
  margin-bottom: 8px
}

.registration__upload-photo {
  background: #fff;
  border-radius: 14px;
  cursor: pointer;
  font-family: Avenir;
  font-style: normal;
  font-weight: 900;
  font-size: 9px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #172934;
  padding: 4px 13px;
  width: 170px;
  margin-right: 16px;
  justify-content: center
}

@media (max-width: 991.98px) {
  .registration__upload-photo {
    padding: 4px 8px;
    width: 159px;
    margin-right: 8px
  }
}

.registration__upload-weight {
  font-weight: 800 !important
}

.registration #upload-photo {
  opacity: 0;
  position: absolute;
  z-index: -1
}

.registration__text-upload {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -.01em;
  color: rgba(30, 50, 56, .5);
  display: flex;
  align-items: center
}

.registration .select2 {
  max-width: 406px;
  width: 100% !important
}

.registration .select2-container--default .select2-selection--single {
  background: #fff;
  border: none;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 8px;
  height: 52px;
  padding: 11px 26px 11px 11px
}

.registration .select2-container--default .select2-selection--single .select2-selection__clear {
  display: none
}

.registration .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: Avenir;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -.01em;
  color: #444;
}

@media (max-width: 991.98px) {
  .registration .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    line-height: 30px
  }
}

.registration .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #fff;
  color: #172934;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -.01em
}

.registration .select2-container--default .select2-selection--single .select2-selection__arrow > b {
  display: none
}

.registration .select2-selection__arrow:after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: url(data:image/svg+xml; base64,PCEtLSBSZXBsYWNlIHRoZSBjb250ZW50cyBvZiB0aGlzIGVkaXRvciB3aXRoIHlvdXIgU1ZHIGNvZGUgLS0+Cgo8c3ZnIHdpZHRoPSIxMCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMTAgNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuOTk5OTggNkM0LjgyMDc2IDYgNC42NDE1NiA1LjkyNzk3IDQuNTA0OTMgNS43ODQyMkwwLjIwNTE0MiAxLjI1ODMyQy0wLjA2ODM4MDYgMC45NzA0MTMgLTAuMDY4MzgwNiAwLjUwMzYyNyAwLjIwNTE0MiAwLjIxNTg0QzAuNDc4NTU0IC0wLjA3MTk0NjggMC45MjE5MzUgLTAuMDcxOTQ2OCAxLjE5NTQ4IDAuMjE1ODRMNC45OTk5OCA0LjIyMDYxTDguODA0NTEgMC4yMTU5OEM5LjA3ODAzIC0wLjA3MTgwNjkgOS41MjEzNyAtMC4wNzE4MDY5IDkuNzk0NzYgMC4yMTU5OEMxMC4wNjg0IDAuNTAzNzY3IDEwLjA2ODQgMC45NzA1NTMgOS43OTQ3NiAxLjI1ODQ2TDUuNDk1MDQgNS43ODQzNkM1LjM1ODM0IDUuOTI4MTQgNS4xNzkxNCA2IDQuOTk5OTggNloiIGZpbGw9IiMxNzI5MzQiLz4KPC9zdmc+Cg==)
}

@media (max-width: 991.98px) {
  .registration .select2-selection__arrow:after {
    top: 66%
  }
}

.registration .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .registration .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 6px
}

.registration .select2-dropdown {
  font-size: 15px;
  line-height: 22px;
  background: #fff;
  border: 1px solid rgba(80, 80, 80, .4);
  box-sizing: border-box;
  border-radius: 6px
}

.registration .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff
}

.registration .select2-results__option[aria-selected] {
  background: #fff;
  color: rgba(30, 50, 56, .5);
  font-size: 16px;
  line-height: 30px
}

.registration .select2-results__options {
  max-height: 100% !important;
  padding: 18px 26px
}

.registration .select2-container--default.select2-container--disabled .select2-selection--single {
  background: #fff;
  border: 1px solid rgba(23, 41, 52, .2)
}

.registration .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: rgba(23, 41, 52, .2)
}

.registration .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow:after {
  opacity: .2
}

.registration__show {
  display: block
}

.registration__hide {
  display: none
}

/* DATOS PERSONALES */

.personal-data {
  padding-bottom: 107px;
}

.personal-data .header {
  background: #f9f5ef;
  box-shadow: 0 2px 10px rgba(30, 50, 56, .05)
}

@media (max-width: 1200px) {
  .personal-data .header {
    padding-top: 0
  }
}

@media (max-width: 576px) {
  .personal-data .header__logo {
    width: 100%;
    height: 100%
  }
}

.personal-data .header__list {
  margin: 11px 0
}

@media (max-width: 1439.98px) {
  .personal-data .header__list {
    flex-direction: row
  }
}

@media (max-width: 1200px) {
  .personal-data .header__list {
    align-items: center
  }
}

@media (max-width: 576px) {
  .personal-data .header__list {
    margin: 0
  }
}

@media (max-width: 576px) {
  .personal-data .header__menu {
    padding: 0
  }
}

.personal-data .header__menu__wrapper {
  display: flex;
  align-items: center;
  margin-left: 58px
}

@media (max-width: 1439.98px) {
  .personal-data .header__menu__wrapper {
    margin-left: 30px;
    position: relative;
    height: 100%;
    left: 0;
    top: 14px
  }
}
.header__menu__wrapper{
  align-items: center;
  height: auto;
  @media (max-width: 500px){
    align-items: flex-start;
  }
}

.active1 .header__list{
  @media (max-width: 1200px){ /* Puede parecer absurdo, pero si no metes esta mq si abres el menu y luego aumentas la resolucion de pantalla se buguea */
    align-items: center;
    padding-top: 50px;
  }
  @media (max-width: 500px){
    align-items: flex-start;
    padding-top: 0;
  }
}

.active1 .header__list .menu-item .footer__subtitle{
  @media (max-width: 1200px){
    font-size: 32px;
    line-height: 24px;
  }
  @media (max-width: 500px){
    font-size: 12px;
    line-height: 16px;
  }
}


@media (max-width: 1439px) {
  .personal-data .header__menu__wrapper {
    top: 0;
    align-items: end
  }
}

@media (max-width: 1200px) {
  .personal-data .header__menu__wrapper {
    margin-left: 0;
    padding: 0
  }
}

.personal-data .header__menu nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0
}

@media (max-width: 576px) {
  .personal-data .header__menu nav {
    padding: 11px 0
  }
}

.personal-data .header__link {
  margin-right: 36px
}

@media (max-width: 1439px) {
  .personal-data .header__link {
    margin-bottom: 0
  }
}

.personal-data .header__link:nth-child(3) {
  margin-right: 30px
}

@media (max-width: 576px) {
  .personal-data .header__link {
    margin-right: 0;
    padding: 8px 0
  }
}

.personal-data .header__link__border {
  border-right: 1px solid #172934;
  border-left: 1px solid #172934;
  padding: 8px 30px
}

@media (max-width: 768px) {
  .personal-data .header__link__border-mob {
    border-right: 1px solid #172934;
    padding-right: 24px
  }
}

@media (max-width: 576px) {
  .personal-data .header__link__mob {
    padding-left: 30px
  }
}

.personal-data .main-title {
  margin-top: 104px
}

@media (max-width: 767.98px) {
  .personal-data .main-title {
    margin-top: 24px
  }
}

.personal-data .main-title .title {
  font-weight: 700;
  font-size: 52px;
  line-height: 46px;
  letter-spacing: .01em
}

@media (max-width: 767.98px) {
  .personal-data .main-title .title {
    font-size: 28px;
    line-height: 24px
  }
}

.personal-data .stepper {
  margin: 32px 0 64px
}

@media (max-width: 767.98px) {
  .personal-data .stepper {
    margin: 16px 0 32px
  }
}

.personal-data .stepper__list {
  justify-content: center;
  gap: 140px
}

.personal-data .stepper__list .active span {
  background: #e14286;
  color: #fff
}

.personal-data .stepper__list li {
  position: relative
}

.personal-data .stepper__list li span {
  font-family: Avenir;
  font-style: normal;
  font-weight: 900;
  font-size: 8px;
  line-height: 11px;
  letter-spacing: .01em;
  text-transform: uppercase;
  border: 1px solid #e14286;
  box-sizing: border-box;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  display: block;
  text-align: center;
  padding: 2px 0;
  color: #e14286
}

.personal-data .stepper__list li:first-child:before, .personal-data .stepper__list li:nth-child(2):before {
  content: "";
  position: absolute;
  width: 140px;
  height: 1px;
  background: #f6c6db;
  top: 50%;
  transform: translate(-50%);
  left: 86px
}

.personal-data .edit {
  max-width: 508px;
  width: 100%;
  margin: 0 auto
}

.personal-data .edit__accordion__item {
  margin: 0 auto 20px;
  border-bottom: 1px solid rgba(23, 41, 52, .2);
  max-width: 508px
}

.personal-data .edit__accordion__item:nth-child(6) {
  border-bottom: none
}

.personal-data .edit__accordion__title {
  position: relative;
  display: block;
  margin-bottom: 16px;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #262626;
  cursor: pointer;
  width: 508px;
  padding: 4px 0
}

@media (max-width: 767.98px) {
  .personal-data .edit__accordion__title {
    width: 100%;
    font-size: 12px;
    line-height: 16px
  }
}

.personal-data .edit__accordion__title:hover {
  transition: all .5s ease-out
}

.personal-data .edit__accordion__rotate {
  transform: rotate(180deg)
}

.personal-data .edit__accordion__content {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -.01em;
  color: rgba(30, 50, 56, .5)
}

.personal-data .edit__accordion__content p span {
  color: #e14286
}

@media (max-width: 767.98px) {
  .personal-data .edit__accordion__content {
    margin-bottom: 32px
  }
}

.personal-data .edit__accordion__text-margin {
  margin-top: 16px
}

.personal-data .edit__accordion .edit__accordion__item .edit__accordion__title .edit__accordion__arrow {
  position: absolute;
  top: 3px;
  right: 10px
}

.personal-data .edit__input {
  font-family: Avenir;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -.01em;
  color: rgba(30, 50, 56, .5);
  border: none;
  background: #f9f5ef
}

.personal-data .edit__input:-ms-input-placeholder {
  color: rgba(30, 50, 56, .5)
}

.personal-data .edit__input::placeholder {
  color: rgba(30, 50, 56, .5)
}

@media (max-width: 767.98px) {
  .personal-data .edit__input {
    font-size: 12px;
    line-height: 16px
  }
}

.personal-data .add-photo__content {
  max-width: 406px;
  width: 100%;
  margin: 0 auto
}

.personal-data .add-photo__content__title {
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: .1em;
  color: #172934
}

@media (max-width: 767.98px) {
  .personal-data .add-photo__content__title {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .1em
  }
}

.personal-data .add-photo__content__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(30, 50, 56, .5);
  margin-bottom: 40px;
  letter-spacing: -.01em
}

@media (max-width: 767.98px) {
  .personal-data .add-photo__content__text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 32px
  }
}

.personal-data .add-photo__content__bottom {
  margin: 80px auto;
  width: 100%;
  max-width: 207px
}

@media (max-width: 767.98px) {
  .personal-data .add-photo__content__bottom {
    margin: 32px auto
  }
}

.personal-data .add-photo__content__text-bottom {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -.01em;
  color: rgba(30, 50, 56, .5)
}

.personal-data .add-photo__content__text-bottom a {
  color: #e14286;
  border-bottom: 1px solid #e14286;
  font-weight: 700
}

@media (max-width: 767.98px) {
  .personal-data .add-photo__content__text-mob {
    margin-bottom: 24px
  }
}

.personal-data .add-photo__content__text-invalid {
  color: #e14286 !important
}

.personal-data .add-photo__content__invalid {
  margin: 8px 0 11px;
  align-items: center
}

.personal-data .add-photo__content__invalid img {
  margin-right: 15px
}

.personal-data .add-photo__content .invalid-none {
  display: none;
  color: #e14286
}

.personal-data .add-photo__upload-block {
  margin-bottom: 48px
}

@media (max-width: 767.98px) {
  .personal-data .add-photo__upload-block {
    margin-bottom: 32px
  }
}

.personal-data .add-photo__upload-photo {
  background: #fff;
  border-radius: 14px;
  cursor: pointer;
  font-family: Avenir;
  font-style: normal;
  font-weight: 900;
  font-size: 9px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #172934;
  padding: 4px 13px;
  width: 170px;
  margin-right: 16px;
  justify-content: center
}

@media (max-width: 767.98px) {
  .personal-data .add-photo__upload-photo {
    padding: 4px 8px;
    width: 159px;
    margin-right: 8px
  }
}

.personal-data .add-photo__upload-weight {
  font-weight: 800 !important
}

.personal-data .add-photo #upload-photo-2 {
  opacity: 0;
  position: absolute;
  z-index: -1
}

.personal-data .add-photo__text-upload {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -.01em;
  color: rgba(30, 50, 56, .5);
  display: flex;
  align-items: center
}

.personal-data__btn {
  margin-bottom: 16px;
  min-width: 100%;
  max-width: 100%
}

@media (max-width: 767.98px) {
  .personal-data__btn {
    margin-bottom: 32px
  }
}

@media (max-width: 1245px) {
  .personal-data__btn {
    min-width: 100% !important;
    max-width: 100%
  }
}

.personal-data__btn-white {
  background: #fff;
  color: #172934
}

.personal-data__bottom {
  max-width: 406px;
  width: 100%;
  margin: 72px auto 39px
}

@media (max-width: 767.98px) {
  .personal-data__bottom {
    margin: 56px auto 36px
  }
}

.personal-data__bottom__content {
  max-width: 207px;
  width: 100%;
  margin: 56px auto;
  text-align: center
}

@media (max-width: 767.98px) {
  .personal-data__bottom__content {
    margin: 0 auto
  }
}

.personal-data__bottom__title {
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: .1em;
  color: #172934
}

@media (max-width: 767.98px) {
  .personal-data__bottom__title {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .1em
  }
}

.personal-data__bottom__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -.01em;
  color: rgba(30, 50, 56, .5)
}

.personal-data__bottom__text a {
  color: #e14286;
  border-bottom: 1px solid #e14286;
  font-weight: 700
}

.form .form__green-orange {
  padding-bottom: 50px;
}


/* footer menu */
.footer__accordion {
  display: flex;
  flex-direction: row;
  flex: 1;
}

@media (max-width: 1200.98px) {
  .footer__accordion {
    flex-direction: column;
    align-self: center;
  }

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

.footer__accordion .header__link {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.footer__accordion .footer__panel {
  margin-top: 32px;
}

.footer__accordion .footer__panel .header__link a {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #172934;
  margin-bottom: 4px;
  text-transform: none;
}

.top-wave, .bottom-wave {
  overflow: hidden;
}

@media (max-width: 390px) {
  .top-wave svg, .bottom-wave svg {
    width: 150%;
    position: relative;
    left: -10px;
  }
}

.bottom-wave.type-4 {
  position: relative;
  z-index: 3;
  top: -50px;
}

@media (max-width: 767.98px) {
  .bottom-wave.type-4 {
    top: -10px;
    position: relative;

  }
}

.bottom-wave.type-2 {
  position: relative;
  z-index: 3;
}

@media (max-width: 767.98px) {
  .bottom-wave.type-2 {
    height: 60px;
  }
}


.games .bottom-wave {
  margin-top: 0;
}


.block-legal-section .container {
  padding: 32px 0px 74px;
  max-width: 611px;
}

.block-legal-section .container h1 {
  padding-bottom: 32px;
}


.block-legal-section .container h2, .block-legal-section .container h3, .block-legal-section .container h4 {
  font-family: 'HWT Artz';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 24px;
  /* identical to box height, or 86% */

  letter-spacing: 0.01em;
  text-transform: uppercase;

  /* TURQUESA OSCURO */

  color: #172934;
}

.block-legal-section .container p {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  /* or 171% */

  letter-spacing: -0.01em;

  /* TURQUESA OSCURO */

  color: #172934;
  margin-bottom: 32px;
}

.block-legal-section .container ul {
  margin-bottom: 32px;
  list-style: disc inside;
}

.block-legal-section .container li {
  list-style: disc inside;
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  /* or 171% */

  letter-spacing: -0.01em;

  /* TURQUESA OSCURO */

  color: #172934;
}

/* nota de prensa */

.block-nota-de-prensa .container {
  padding-top: 32px;
  padding-bottom: 32px;
}

.block-nota-de-prensa .container h1 {
  padding-bottom: 32px;
}


.block-nota-de-prensa .container h2, .block-nota-de-prensa .container h3, .block-nota-de-prensa .container h4 {
  font-family: 'HWT Artz';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 24px;
  /* identical to box height, or 86% */

  letter-spacing: 0.01em;
  text-transform: uppercase;

  /* TURQUESA OSCURO */

  color: #172934;
}

.block-nota-de-prensa .container p {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  /* or 150% */

  letter-spacing: -0.01em;

  /* TURQUESA OSCURO */

  color: #172934;
  margin-bottom: 32px;
}

.block-nota-de-prensa .container ul {
  margin-bottom: 32px;
  list-style: disc inside;
}

.block-nota-de-prensa .container li {
  list-style: disc inside;
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  /* or 171% */

  letter-spacing: -0.01em;

  /* TURQUESA OSCURO */

  color: #172934;
}

.iniciativa-detalle .top-wrapper {
  display: grid;
  grid-template-columns: 510px 510px;
  column-gap: 220px;
  margin-top: 64px;
  padding-bottom: 80px;
}

@media (max-width: 1378px) {

  .iniciativa-detalle .top-wrapper {
    column-gap: 100px;
  }
}

@media (max-width: 1245px) {
  .iniciativa-detalle .top-wrapper {
    column-gap: 70px;
  }
}

@media (max-width: 1199.98px) {

  .iniciativa-detalle .top-wrapper {
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 60px;
    grid-template-columns: 1fr;
    row-gap: 52px;
  }

  .iniciativa-detalle .top-wrapper .btn_header {
    margin-left: auto;
    margin-right: auto;
  }
}

.iniciativa-detalle .top-wrapper .left p {
  margin-bottom: 32px;
}

.iniciativa-detalle .bottom-section {
  display: grid;
  grid-template-columns: 626px 301px;
  column-gap: 315px;
  padding-bottom: 80px;
}

@media (max-width: 1378px) {

  .iniciativa-detalle .bottom-section {
    column-gap: 100px;
  }
}

@media (max-width: 1245px) {
  .iniciativa-detalle .bottom-section {
    column-gap: 70px;
  }
}

@media (max-width: 1199.98px) {
  .iniciativa-detalle .bottom-section .title_fz80 {
    font-size: 52px;
    line-height: 46px;
  }

  .iniciativa-detalle .bottom-section {
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 60px;
    grid-template-columns: 1fr;
    row-gap: 52px;
  }
}

.iniciativa-detalle .bottom-section .title {
  margin-bottom: 40px;
}

.iniciativa-detalle .bottom-section p:not(.title) {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  /* or 150% */

  letter-spacing: -0.01em;

  /* TURQUESA OSCURO */

  color: #172934;
  margin-bottom: 32px;
}

.iniciativa-detalle .bottom-section .bottom-right p {
  margin-bottom: 16px;
}

.iniciativa-detalle .bottom-section .bottom-right p a {
  color: #e14286;
}

/* RTX */
.habitant-hospital {
  margin-bottom: 10px;
}

@media (max-width: 768px){
  .hospital_Abecedario{
    max-width: 100%;
    overflow-y: scroll;
  }
}

.hospital_Texto {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.hospital_Abecedario {
  margin-top: 26px;
}



.hospital_Abecedario_Desactivo {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: rgba(23, 41, 52, 0.2);
  margin-right: 16px;
}

.hospital_Abecedario_Activo {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #E14286;
  margin-right: 16px;
}

.hospital_Wrap {
  /* display: flex;
    flex-direction: row;  */
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 58px;
  column-count: 2;
}

@media (max-width: 768px){
  .hospital_Wrap {
    display: flex;
    justify-content: center;
  }
  }

.hospital_Wrap_Item {
  /* display: flex;
    flex-direction: column;  */
  justify-content: flex-start;
  width: 50%;
  padding: 0 20px 0 15px;
  display: inline-block;
  width: 100%;
  margin-top: 41px;
}

.hospital_Wrap_Item_Ficha {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(23, 41, 52, 0.2);
}

.hospital_Wrap_Item_Ficha_Expandir {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.hospital_Wrap_Item_Ficha_Expandir > a {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  /* or 150% */

  letter-spacing: 0.1em;
  text-transform: uppercase;

  color: #172934;

  cursor: pointer;
}

.hospital_Wrap_Item_Ficha_Expandir > span {
  cursor: pointer;
}

/* .hospital_Wrap_Item_Ficha_Expandir > a:after {
    content: "\f106";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: 0;
    font-weight: 600;
  }

.hospotal_Wrap_Item_Ficha_Expandir > a[aria-expanded="true"]:after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
} */

.hospital_Wrap_Item_Ficha_Titulo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.hospital_Wrap_Item_Detalle_Centros {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;

  margin-top: 22px;
}

.hospital_Wrap_Item_Detalle {
  display: none;
  flex-direction: column;
  width: 100%;
}

.hospital_Wrap_Item_Detalle_Centros_Detalle {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
}

.hospital_Wrap_Item_Detalle_Centros_Detalle_img {
  margin-top: 41px;
  border-radius: 6px;
  height: 440px;
  max-width: 579px;
  width: 100%;
  object-fit: contain;
}

.hospital_Wrap_Item_Detalle_Centros_Detalle_descripcion {
  margin-top: 30px;
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #172934;
}

.hospital_Wrap_Item_Detalle_Centros_Detalle_Titulo {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #172934;
}

.hospital_Wrap_Item_Detalle_Centros_Detalle_Detalle {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #E14286;
}

.hospital_Indice_Pais {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: rgba(23, 41, 52, 0.2);
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(23, 41, 52, 0.2);
}

.hospital_Enlace {
  margin-top: 114px;
  margin-bottom: 64px;

  border-bottom: 2px dotted #172934;
}

.hospital_Enlace > a {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #172934;
}


.wpcf7 {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 16px;
}

.wpcf7 form {
  width: 100%;
  max-width: 406px;
  display: flex;
  flex-direction: column;
}

.wpcf7 form .row {
  margin-right: 0;
  margin-left: 0;
  flex-direction: row;
  flex-wrap: nowrap;
}

.wpcf7 form .row .one {
  flex: 1;
  margin-right: 16px;
}

.wpcf7 form .row .four {
  flex: 4;
}

.wpcf7 form p, .wpcf7 form p label {
  width: 100%
}

.wpcf7 form p .wpcf7-form-control-wrap {
  width: 100%;

}

.wpcf7 form label {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
  margin-bottom: 8px;
  margin-top: 8px;
}

.wpcf7 form input[type="submit"] {
  width: 100%;
  max-width: unset;
  margin-top: 8px;
}

.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="number"],
.wpcf7 form input[type="date"],
.wpcf7 form select {
  border: 1px solid rgba(80, 80, 80, 0.4);
  box-sizing: border-box;
  border-radius: 6px;
  height: 52px;
  padding: 0 18px;
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: rgba(30, 50, 56, 0.5);
  max-width: 406px;
  width: 100%;
}

.wpcf7 form textarea {
  border: 1px solid rgba(80, 80, 80, 0.4);
  box-sizing: border-box;
  border-radius: 6px;
  height: 150px;
  padding: 18px;
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: rgba(30, 50, 56, 0.5);
  margin-top: 8px;
  margin-bottom: 8px;
  max-width: 406px;
  width: 100%;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

.wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}

.wpcf7-checkbox input[type=checkbox] {
  /*position: relative;*/
  position: absolute;
  visibility: hidden;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}

.wpcf7-checkbox input[type=checkbox] + span {
  /* border: 3px solid red; */
}

.wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 0;
  height: 30px;
  width: 30px;
  top: 0px;
  left: 0px;
  border: 1px solid #E14286;
}

.wpcf7-checkbox input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: "\2713";
  height: 30px;
  width: 30px;
  top: 0;
  left: 0;
  visibility: hidden;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}

.wpcf7-checkbox input[type=checkbox]:checked + span:before {
  background: transparent;
}

.wpcf7-checkbox input[type=checkbox]:checked + span:after {
  visibility: visible;
}

.wpcf7-list-item-label {
  margin-left: 40px;
  display: inline-block;
}

.wp-block-contact-form-7-contact-form-selector {
  padding-bottom: 88px;
}


.modal-window .modal-window__content {
  background-color: #f9f5ef;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1240px;
  border-radius: 30px;
  z-index: 10;
  overflow-y: scroll;
  max-height: 90%;
}

@media (max-width: 1199.98px) {

  .modal-window .modal-window__content {
    box-sizing: border-box;
    /* width: 100%; */
    border-radius: 0px;
    max-height: 90%;
    padding-bottom: 64px;
    bottom: 0;
    height: 100%;
    max-height: 100%;
  }

  .investigation .modal-window_close {
    background-color: #83CFD0;
    border-radius: 50%;
    padding: 10px;
  }
}


.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
  display: flex;

}

.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li {
  padding: 10px;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image {
  height: auto;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image a {
  height: auto;
  width: 100%;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image a img {
  height: auto;
  width: 100%;
  max-height: 421px;
  object-fit: contain;
  background-color: white;
  border-radius: 10px;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger img.emoji {
  display: none !important;
}

main.site-main .woocommerce-breadcrumb {
  display: none;
}

aside#secondary.widget-area {
  display: none;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  width: 100%;
}

.woocommerce div.product div.images {
  margin-bottom: 18px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #172934;
  font-size: 52px;
  font-family: HWT Artz, sans-serif;
  letter-spacing: .01em;
  font-weight: 700;

}

.BabyPelones__wrapper .BabyPelones_price {
  display: flex;
}

.BabyPelones__wrapper .BabyPelones_price strike {
  margin-right: 5px;
}

@media (max-width: 992px) {

  .BabyPelones__wrapper .BabyPelones_price {
    flex-direction: column;
  }

  .BabyPelones__wrapper .BabyPelones_price strike {
    margin-right: 0;
  }

}

.btn_header {
  max-width: 200px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  flex: 0 0 48%;
  max-width: 48%;
}

.woocommerce-product-details__short-description {
  display: none;
}

.luka__form__wrapper .variations tbody {
  display: flex;
  width: 100%;
}

.luka__form__wrapper .variations tbody tr {
  width: 100%;
}

.luka__form__wrapper .variations tbody th.label {
  display: none;
}

.luka__form__wrapper .variations .reset_variations {
  display: none !important;
}

.luka__descr .product_meta {
  display: none;
}

.woocommerce .quantity .qty {
  background: #f9f5ef;
  width: 40px;
  margin-left: 13px;
}


/*body.FichaProducto .luka__form__wrapper2__box .left,*/
/*body.FichaProducto .luka__form__wrapper2__box .right {*/
/*  font-size: 0;*/
/*}*/

body.FichaProducto .luka__form__wrapper2 {
  gap: 20px;
}

body.FichaProducto .luka__form__wrapper2__box {
  gap: 15px;
}

body .carito .car__item_padding_new {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 15%;
  gap: 5px;
  justify-content: center;
}

body .carito .car__item_descr.car__item_padding_new {
  width: 25%;
}

body .carito .product-thumbnail.car__item_padding_new {
  width: 20%;
}

body .carito .product-price.car__item_padding_new {
  align-items: center;
}

  body .carito .product-price.car__item_padding_new {
    display: none;
  }

body .carito .product-quantity.car__item_padding_new {
  width: 25%;
  align-items: center;
}

body.FichaProducto .carito .product-quantity.car__item_padding_new .luka__form__wrapper2__box {
  gap: 5px;
}

body.FichaProducto .carito .product-quantity.car__item_padding_new .luka__form__wrapper2__box .left,
body.FichaProducto .carito .product-quantity.car__item_padding_new .luka__form__wrapper2__box .right {
  gap: 5px;
  width: 24px;
  height: 24px;
  background: #daf1f1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 800;
}

@media (max-width: 1300px) {

  body.FichaProducto .carito .product-quantity.car__item_padding_new .luka__form__wrapper2__box {
    gap: 0;
  }

  body .carito .car__item_padding_new {
    width: 13%;
  }

  body .carito .car__item_descr.car__item_padding_new {
    width: 22%;
  }

  body .carito .product-quantity.car__item_padding_new {
    width: 25%;
    align-items: center;
  }

  body .carito .product-price.car__item_padding_new .text_fz20,
  body .carito .product-subtotal.car__item_padding_new .text_fz20 {
    font-size: 15px;
    line-height: 20px;
  }

}

@media (max-width: 991.98px) {
  body .carito .car__item_descr.car__item_padding_new {
    width: auto;
  }

  body .carito .product-subtotal {
    margin-right: 10px;
  }

}

@media (max-width: 767.98px) {
  body .carito .car__item_descr.product-name  a.text_fz14 {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80px;
    height: 1.2em;
    white-space: nowrap;
  }
}

table.shop_table {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

table.shop_table tbody {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.carito .car__item {
  margin-bottom: 15px;
  width: 100%;
}


.car__item_img a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  max-width: 100%;
  width: 100px !important;
  object-fit: contain;
  border-radius: 16px 0 0 16px;
}
@media (max-width: 991.98px) {
  #add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 64px !important;
  }
}

tr.car__item {
  position: relative;
}

tr.car__item td.product-remove {
  position: absolute;
  display: block;
  right: 5px;
  top: 5px;
}

tr.car__item td.product-remove a {
  color: #e14286;
  background-color: transparent;
  font-weight: 600;
  font-size: 24px;
}

#add_payment_method table.cart input.buttonCountNumber, .woocommerce-cart table.cart input.buttonCountNumber, .woocommerce-checkout table.cart input.buttonCountNumber,
.woocommerce-cart .car__item_amount_box input.buttonCountNumber {
  width: 25px;
  margin-left: 0;
  text-align: center;
}

.carito .car__right__select__item {
  margin-bottom: 15px;
}

body.FichaProducto .carito .car__item_amount_box.product-quantity.car__item_padding_new .luka__form__wrapper2__box {
  gap: 0;
}

body.FichaProducto .carito .car__right__promo {
  margin-top: 18px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(30, 50, 56, .5);
  border-bottom: none;
}

.how-can__info_span_coupon {

}

.how-can__info_span_coupon .input-text {
  box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
}

.how-can__info_span_coupon .button {
  background: #e14286;
  border-radius: 44.5px;
  width: 200px;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  display: block;
  border: none;
  margin-top: 25px;
}

@media (max-width: 1199.98px) {
  body.FichaProducto .carito .car__right__select__item {
    grid-template-columns: 45px 110px 110px;
  }
}

@media (max-width: 992px) {
  body.FichaProducto .carito .car__right__select__item {
    grid-template-columns: 45px 210px 110px;
  }
}

@media (max-width: 500px) {
  body.FichaProducto .carito .car__right__select__item {
    grid-template-columns: 30px 80px 90px;
  }
}

.woocommerce-cart-form .shop_table tr {
  width: 100%;
}

.woocommerce-cart-form .shop_table td.actions {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 991.98px) {
  .woocommerce-cart-form .shop_table td.actions {
    flex-direction: column;
    gap: 20px;
  }
}

.woocommerce-cart-form .shop_table td.actions .coupon {

}

.woocommerce-cart-form .shop_table td.actions .coupon label {
  display: none;
}

.woocommerce-cart-form .shop_table td.actions .coupon .input-text {
  width: 150px;
}

.woocommerce-cart-form .shop_table td.actions .coupon .button {
  background: #e14286;
  border-radius: 44.5px;
  width: 150px;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  display: block;
  border: none;
}

.woocommerce-cart-form .coupon-wrapper {
 padding: 18px 0;
  width: 100%;
}

.woocommerce-cart-form .coupon-wrapper .coupon {
  display: flex;
  gap: 20px;
}

.woocommerce-cart-form .coupon-wrapper .coupon label {
  display: none;
}

.woocommerce-cart-form .coupon-wrapper .coupon .input-text {
  width: 60%;
  box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
}

.woocommerce-cart-form .coupon-wrapper .coupon .button {
  background: #e14286;
  border-radius: 44.5px;
  width: 40%;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  display: block;
  border: none;
}


.woocommerce-cart-form .update_cart_btn {
  background: #e14286;
  border-radius: 44.5px;
  width: 200px;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  display: block;
  border: none;
}

form.checkout.woocommerce-checkout {
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  flex: 0 0 100%;
  max-width: 100%;
  float: none;
  width: 100%;
}

.woocommerce-notices-wrapper {
  margin: 20px auto;
  width: 100%;
}

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

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

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

@media (min-width: 1200px) {
  .woocommerce-notices-wrapper {
    max-width: 1100px;
  }
}

@media (min-width: 1440px) {
  .woocommerce-notices-wrapper {
    max-width: 1270px;
  }
}

.woocommerce-notices-wrapper .woocommerce-message {
  display: none;
}

.woocommerce-notices-wrapper .woocommerce-message:first-child {
  display: block;
}

.woocommerce-notices-wrapper .woocommerce-message:nth-child(2) {
  display: block;
}

.car__productos .woocommerce-cart-form,
.car__right__select__content .woocommerce-cart-form {
  display: none;
}

.car__productos .woocommerce-cart-form:nth-child(2) {
  display: block;
}

.car__right__select__content .woocommerce-cart-form_new:first-child {
  display: block;
}

.car__right__select__content .woocommerce-cart-form_new:nth-child(2) {
  display: block;
}

.woocommerce-cart-form_new .woocommerce-cart-form__cart-item .product-subtotal.car__item_padding_new {
  display: none;
}

.woocommerce-cart-form_new .woocommerce-cart-form__cart-item .product-remove {
  display: none !important;
}

body.FichaProducto .carito .car__right__check {
  padding: 32px 16px;
}

.woocommerce-cart-form_new .product-name-new-col {
  display: flex;
  flex-direction: column;
}

body.FichaProducto .woocommerce-cart-form_new .woocommerce-cart-form__cart-item {
  border: 1px solid rgba(23, 41, 52, .2);
  padding: 0;
}

body.FichaProducto .carito .woocommerce-cart-form_new .car__item_descr.car__item_padding_new {
  width: 100%;
}

body.FichaProducto .woocommerce-cart-form_new.woocommerce-cart-form .shop_table td.actions {
  display: flex;
  flex-direction: column-reverse;
}

body.FichaProducto .woocommerce-cart-form_new.woocommerce-cart-form .update_cart_btn {
  margin: 0 auto 15px;
}

@media (max-width: 768px) {

  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    content: none;
  }

  .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    display: flex;
    justify-content: space-between;
  }

  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    display: flex;
  }

  .woocommerce-page table.cart .product-thumbnail {
    display: flex;
  }

}

.woocommerce-shipping-fields,
.woocommerce-additional-fields,
#order_review_heading,
.woocommerce-checkout-review-order,
.shop_table.woocommerce-checkout-review-order-table {
  display: none;
}

.registration__form__input span {
  width: 100%;
  height: 100%;
}

.registration__form__input span input {
  width: 100%;
  height: 100%;
  padding: 11px 18px;
}

.woocommerce-checkout .shipping-section,
.woocommerce-checkout .new_step_22 {
  display: none;
}

.woocommerce-checkout .new_step_22.button-step-active {
  display: flex !important;
}

.woocommerce-checkout .btn_step {
  width: 100%;
  max-width: 100%;
  margin-top: 32px;
  display: none;
}

.woocommerce-checkout .btn_step.button-step_1 {
  display: flex;
}

.form-row.error {
  border-color: red;
}

.new_step_11.new_step_11_none {
  display: none !important;
}

.woocommerce-additional-fields h3 {
  display: none;
}

.woocommerce form .form-row.registration__form__input.thwcfd-field-textarea {
  height: 142px;
}

.woocommerce form .form-row.registration__form__input.thwcfd-field-textarea textarea {
  height: 100%;
  resize: none;
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  letter-spacing: -.01em;
  color: #444;
  padding: 11px 18px;
}

body #payment.woocommerce-checkout-payment {
  background-color: rgba(255, 255, 255, 0);
}

body #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods {
  padding: 0;
}

body #payment.woocommerce-checkout-payment .wc_payment_method {
  background: #fff;
  border: 1px solid rgba(23, 41, 52, .2);
  box-sizing: border-box;
  border-radius: 6px;
  padding: 15px 12px 15px 10px;
  margin-bottom: 16px !important;
  display: flex;
  width: 100%;
}

body #payment.woocommerce-checkout-payment .wc_payment_method .payment_box {
  display: none !important;
}

body .woocommerce #payment #place_order,
body .woocommerce-page #payment #place_order {
  width: 100%;
  max-width: 100%;
  background: #e14286;
  border-radius: 44.5px;
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  margin-top: 32px;
  height: 50px;
}

.woocommerce-checkout #payment ul.payment_methods li img {
  margin-left: auto;
  height: 26px;
}

.wc_payment_methods.payment_methods .wc_payment_method label {

}

.wc_payment_methods.payment_methods .wc_payment_method .input-radio + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: flex;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -.01em;
  color: rgba(30, 50, 56, .5);
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

.wc_payment_methods.payment_methods .wc_payment_method .input-radio + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid rgba(30, 50, 56, .5);
  box-sizing: border-box;
  border-radius: 100px;
}

.wc_payment_methods.payment_methods .wc_payment_method .input-radio:checked + label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #e14286;
  position: absolute;
  top: 7px;
  left: 4px;
  border-radius: 100%;
  transition: all .2s ease;
}

.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: none;
}

.carito .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.carito .main-descr .how-can__info_p {
  margin-bottom: 5px;
  display: block;
}

.carito .main-descr .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.carito .car__wrapper {
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .carito .car__wrapper {
    max-width: 720px;
  }
}

@media (max-width: 767.98px) {
  .carito .car__wrapper {
    max-width: 540px;
    padding: 0 16px;
  }
}

.carito .car__wrapper {
  display: grid;
  grid-template-columns: 57% 38%;
  justify-content: space-between;
}

.carito .car__left {
  padding: 79px 37px 143px 104px;
}

.carito .car .title_fz52 {
  margin-bottom: 68px;
}

.carito .car__productos {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.carito .car__wrapper-maska {
  margin-top: 64px;
}

.carito .car__maska {
  padding-top: 16px;
  display: flex;
  gap: 10px;
}

.carito .car__maska__item {
  background: #fff;
  border-radius: 6px;
  padding: 12px;
  display: flex;
}

.carito .car__maska__item_descr {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.carito .car__maska__item_btn {
  background: #e14286;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 9px;
  line-height: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  width: 120px;
  height: 28px;
  margin: auto;
}

.carito .car__green {
  padding-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.carito .car__green__item {
  display: grid;
  grid-template-columns: 100px 186px 106px 65px;
  justify-content: space-between;
  width: 100%;
  padding: 24px 24px 24px 36px;
  background: #daf1f1;
  border-radius: 16px;
  align-items: center;
}

.carito .car__item {
  display: flex;
  gap: 16px;
  background: #fff;
  border-radius: 16px;
  padding: 8px;
}

@media (max-width: 991.98px) {
  .carito .car__item {
    padding: 20px 8px;
  }
}

.carito .car__item_padding {
  padding: 21px 24px 21px 0;
  display: grid;
  grid-template-columns: 166px 110px 65px;
  justify-content: space-between;
  width: 100%;
}

.carito .car__item_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.carito .car__item_img img {
  width: 100%;
}

@media (max-width: 991.98px) {
  .carito .car__item_img img {
    width: auto;
    height: 64px;
  }
}

.carito .car__item_descr {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.carito .car__item_amount {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.carito .car__item_amount_box {
  display: flex;
  gap: 4px;
  align-items: center;
}

.carito .car__item_amount_box .car_left,
.carito .car__item_amount_box .car_right {
  width: 32px;
  height: 32px;
  background: #daf1f1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 800;
}

.carito .car__item_amount_box .count {
  max-width: 30px;
  text-align: center;
}

.carito .car__item_price {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}

.carito .car__item_btn {
  background: #fff;
  border-radius: 44.5px;
  border: none;
  outline: none;
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #172934;
  width: 106px;
  height: 42px;
}

.carito .car .gray {
  color: rgba(30, 50, 56, 0.5);
  font-family: 'Avenir';
  letter-spacing: 0.01em;
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.car__right__price-total strong {
  color: rgba(30, 50, 56, 0.5);
  font-family: 'Avenir';
  letter-spacing: 0.01em;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}

.car__right__price-total .woocommerce-Price-amount {
  font-family: HWT Artz, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #172934;
}

.carito .car__add-product {
  display: flex;
  gap: 10px;
  align-items: center;
}

.carito .car__add-product svg {
  cursor: pointer;
}

.carito .car__add-product .how-can__info_span {
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #e14286;
  background-image: url(../img/carito/pink-line.png);
  padding-bottom: 0;
}

.carito .car__right {
  position: relative;
  background: #f2eee7;
  padding: 0 55px 128px;
}

.carito .car__right_title {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 157px;
}

.carito .car__right_carrito {
  position: relative;
}

.carito .car__right_circle {
  position: absolute;
  right: 1px;
  top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background-color: #e14286;
}

.carito .car__right_circle span {
  font-weight: 900;
  font-size: 10px;
  line-height: 11px;
  text-transform: uppercase;
  color: #fff;
}

.carito .car__right__check {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  margin-top: 36px;
}

.carito .car__right__select {
  padding: 18px 0;
  border-bottom: 1px solid rgba(30, 50, 56, 0.5);
}

.carito .car__right__select_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.carito .car__right__select_title span {
  cursor: pointer;
}

.carito .car__right__select_title.active + .car__right__select__content {
  height: auto;
  visibility: visible;
  padding: 24px 0 18px;
}

.carito .car__right__select_title.active span {
  transform: rotate(180deg);
  transition: 0.3s;
}

.carito .car__right__select__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow: hidden;
  height: auto;
  max-height: 0;
  transition: 0.3s;
}

.carito .car__right__select__item {
  border: 1px solid rgba(23, 41, 52, 0.2);
  box-sizing: border-box;
  border-radius: 10px;
  padding: 0 8px 0 4px;
  display: grid;
  grid-template-columns: 66px 150px 114px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1330px) {
  .carito .car__right__select__item {
    grid-template-columns: 66px 90px 114px;
  }
}

.carito .car__right__select_img img {
  width: 100%;
}

.carito .car__right__select_descr {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.carito .car__right__promo {
  padding: 18px 0;
  border-bottom: 1px solid rgba(30, 50, 56, 0.5);
}

.carito .car__right__promo .how-can__info_p {
  cursor: pointer;
}

.carito .car__right__promo .how-can__info_span {
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.01em;
  background-position: 100% 17px;
}

.carito .car__right__promo .after {
  display: none;
}

.carito .car__right__promo__form {
  text-align: end;
  display: none;
}

.carito .car__right__promo__form_input {
  border: 1px solid rgba(30, 50, 56, 0.5);
  box-sizing: border-box;
  border-radius: 6px;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.01em;
  color: rgba(30, 50, 56, 0.5);
  padding: 11px 18px 23px;
  width: 100%;
  background: #fff url(../img/carito/input.svg) 97% 30% no-repeat;
}

.carito .car__right__promo__form_input.active {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

.carito .car__right__promo__form_input.error {
  background: rgba(225, 66, 134, 0.1) url(../img/carito/Trush.svg) 97% 30% no-repeat;
  border: 1px solid #e14286;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #e14286;
}

.carito .car__right__promo__form_err {
  display: none;
  align-items: center;
  gap: 14px;
  margin-top: 6px;
}

.carito .car__right__promo__form_err span {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #e14286;
}

.carito .car__right__promo__form_btn {
  background: #e14286;
  border-radius: 44.5px;
  padding: 9px 26px;
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: none;
  margin-top: 16px;
  opacity: 0.5;
  cursor: unset;
}

.carito .car__right__promo__form_btn.active {
  opacity: unset;
  cursor: pointer;
}

.carito .car__right__pricesum {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(30, 50, 56, 0.5);
}

.carito .car__right__pricesum_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.carito .car__right__pricesum_item strong {
  color: rgba(30, 50, 56, 0.5);
  font-family: 'Avenir';
  letter-spacing: 0.01em;
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.carito .car__right__pricesum_item span {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.01em;
  color: rgba(30, 50, 56, 0.5);
}

.carito .car__right__pricesum_item .green {
  margin-left: 8px;
  font-family: Avenir;
  color: #8bc639;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.carito .car__right__pricesum_item .green-price {
  color: #8bc639;
  font-family: Avenir;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.01em;
}

.carito .car__right__price-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}

.carito .car__right__btn-total {
  background: #e14286;
  border-radius: 44.5px;
  width: 100%;
  text-align: center;
  padding: 21px 0;
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  display: block;
}

.carito .car__right .last-link {
  margin-top: 18px;
  text-align: center;
  display: block;
}

.carito .car__right .last-link .how-can__info_span {
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.01em;
}

.carito .car__right__descr {
  padding: 24px 0 16px;
  border-bottom: 1px solid rgba(30, 50, 56, 0.5);
}

.carito .car__right__descr_title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
}

.carito .car__right__descr_title.active + .car__right__descr__content {
  height: auto;
  visibility: visible;
  padding: 24px 0 18px;
  max-height: unset;
}

.carito .car__right__descr_title .title {
  font-family: Avenir;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #172934;
}

.carito .car__right__descr_title.active span {
  transform: rotate(180deg);
  transition: 0.3s;
}

.carito .car__right__descr__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  height: auto;
  max-height: 0;
  transition: 0.3s;
}

.carito .car__right__descr_ul {
  padding-top: 8px;
}

.carito .car__right__descr_li {
  list-style-type: disc;
  margin-left: 10px;
}

.carito .car__right__last-descr {
  width: 230px;
  margin-top: 24px;
}

.carito .car__right__last-descr .title {
  font-family: Avenir;
  font-weight: 900;
  margin-bottom: 10px;
}

.carito .car__right__last-descr .text {
  font-weight: 900;
}

.carito .car__right_link-pink {
  color: #e14286;
  text-decoration: underline;
}

.carito .car .right-wave {
  position: absolute;
  height: 100%;
  margin-left: -100px;
}

@media (max-width: 1199.98px) {
  .carito .car__left {
    padding: 80px 30px 143px;
  }

  .carito .car__right {
    padding: 0 15px;
  }

  .carito .car__right__select__item {
    grid-template-columns: 66px 90px 85px;
  }

  .carito .car__green__item {
    padding: 24px;
    grid-template-columns: 100px 140px 106px 65px;
  }

  .carito .car .car_left,
  .carito .car .car_right {
    width: 28px;
    height: 28px;
  }

  .carito .car .count {
    max-width: 20px;
    font-size: 12px;
    line-height: 16px;
  }

  .carito .car__item_padding {
    grid-template-columns: 166px 85px 65px;
  }

  .carito .car .right-wave {
    position: absolute;
    height: 100%;
    margin-left: -94px;
  }
}

@media (max-width: 991.98px) {
  .carito .car {
    background: #f2eee7;
    padding-bottom: 46px;
  }

  .carito .car__wrapper {
    grid-template-columns: 100%;
  }

  .carito .car__wrapper-maska {
    margin-top: 32px;
  }

  .carito .car .carito .car__maska,
  .carito .car__maska {
    flex-direction: column;
  }

  .carito .car__maska__item {
    max-width: 310px;
  }

  .carito .car__right {
    order: 1;
    padding: unset;
  }

  .carito .car__right_title {
    margin-top: 16px;
  }

  .carito .car__left {
    order: 1;
    background: #f2eee7;
    padding: 30px 0;
  }

  .carito .car .right-wave {
    display: none;
  }

  .carito .car__item_btn {
    margin-left: 73px;
  }

  .carito .car__green {
    padding-top: 32px;
    gap: 24px;
  }

  .carito .car__green__item {
    padding: 0 10px 0 4px;
    grid-template-columns: 100px 125px 181px;
    width: 100%;
  }
}

@media (max-width: 440px) {
  .carito .car__item_btn {
    margin-left: 40px;
    width: 87px;
    font-size: 11px;
  }

  .carito .car__item_price {
    gap: 0;
  }

  .carito .car__green__item {
    grid-template-columns: 64px 125px 150px;
  }
}

.carito .footer {
  padding: 0;
}

.carito .footer .color,
.carito .footer .color-2 {
  background-color: #172934;
}

.carito .footer__end,
.carito .footer__end:hover {
  color: #fff;
}


.finalize-purchase {
  display: none;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
}

.finalize-purchase__triangle {
  position: absolute;
  top: -25px;
  right: 23px;
}

.finalize-purchase__content {
  background: #f9f5ef;
  border-radius: 16px;
  max-width: 328px;
  position: fixed;
  left: 70%;
  top: 27%;
  transform: translate(-50%, -50%);
  padding: 33px 17px 49px 15px;
}

.finalize-purchase__title {
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #172934;
  display: flex;
  justify-content: center;
}

.finalize-purchase__item {
  display: flex;
  background: #fff;
  border-radius: 16px;
  padding: 12px 12px 12px 8px;
  margin: 24px 0;
}

.finalize-purchase__img {
  margin-right: 8px;
}

.finalize-purchase__inform__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #172934;
  margin-bottom: 16px;
}

.finalize-purchase__quantity {
  display: flex;
  align-items: center;
}

.finalize-purchase__quantity-minus {
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' transform='rotate(90 16 16)' fill='%23DAF1F1'/%3E%3Cpath d='M19.419 16.355h-6.023' stroke='%23222628' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 50%;
}

.finalize-purchase__quantity-plus {
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='15.96' transform='rotate(-90.145 16 16)' fill='%23DAF1F1'/%3E%3Cpath d='M19.492 16H12.51M16.001 12.509v6.982' stroke='%23222628' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 50%;
}

.finalize-purchase__quantity-number {
  color: #172934;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 16px;
}

.finalize-purchase__price {
  font-weight: 800;
  font-size: 20px;
  line-height: 22px;
  color: #172934;
  margin-left: 11px;
}

.finalize-purchase__btn {
  width: 297px;
  max-width: 297px;
}

.finalize-purchase__link {
  font-family: Avenir;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #e14286;
  border-bottom: 2px dashed #e14286;
  margin: 8px auto 0;
  display: flex;
  max-width: 120px;
}

.big-stepper {
  margin: 32px 0 64px;
}

@media (max-width: 767.98px) {
  .big-stepper {
    margin: 16px 0 32px;
  }
}

.big-stepper__list {
  justify-content: center;
  gap: 88px;
}

.big-stepper__list .active span {
  background: #e14286;
  color: #fff;
}

.big-stepper__list li {
  position: relative;
}

.big-stepper__list li span {
  font-family: Avenir;
  font-style: normal;
  font-weight: 900;
  font-size: 8px;
  line-height: 11px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  border: 1px solid #e14286;
  box-sizing: border-box;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  display: block;
  text-align: center;
  padding: 2px 0;
  color: #e14286;
}

.big-stepper__list li:first-child:before,
.big-stepper__list li:nth-child(2):before,
.big-stepper__list li:nth-child(3):before {
  content: "";
  position: absolute;
  width: 88px;
  height: 1px;
  background: #f6c6db;
  top: 50%;
  transform: translate(-50%);
  left: 60px;
}


.woocommerce form .form-row .select2-container {
  /* height: 42px;
    padding: 3px;
    margin: 0 0 6px; */
}

.thank-banner {
  overflow: hidden;
}

.thank-banner__wrapper {
  padding-top: 78px;
  z-index: 4;
}

@media (max-width: 991.98px) {
  .thank-banner__wrapper {
    padding: 32px 0 12px;
  }
}

.thank-banner__inner {
  gap: 30px;
  padding-bottom: 82px;
}

@media (max-width: 991.98px) {
  .thank-banner__inner {
    padding-bottom: 0;
  }
}

.thank-banner__image {
  padding-top: 35px;
  width: 50%;
}

.thank-banner__image img {
  max-width: 100%;
  object-fit: contain;
}

.thank-banner__content {
  width: 50%;
}

@media (max-width: 991.98px) {
  .thank-banner__content {
    width: 100%;
  }
}

.thank-banner__icon {
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .thank-banner__icon {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
  }
}

.thank-banner__subtitle {
  font-family: HWT Artz, sans-serif;
  margin-bottom: 32px;
  font-weight: 700;
  color: #172934;
  letter-spacing: 0.01em;
}

@media (max-width: 991.98px) {
  .thank-banner__subtitle {
    text-align: center;
    font-size: 28px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}

.thank-banner__title {
  margin-bottom: 32px;
  max-width: 406px;
  font-size: 80px;
  line-height: 70px;
}

@media (max-width: 991.98px) {
  .thank-banner__title {
    text-align: center;
    margin: 0 auto 24px;
    font-size: 60px;
    line-height: 54px;
  }
}

.thank-banner__text {
  margin-bottom: 50px;
  font-family: HWT Artz;
  font-weight: 700;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: rgba(30, 50, 56, 0.5);
}

@media (max-width: 991.98px) {
  .thank-banner__text {
    text-align: center;
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 24px;
  }
}

.thank-banner__text span {
  color: #e14286;
}

.thank-banner__additional {
  max-width: 343px;
  margin-bottom: 8px;
}

@media (max-width: 991.98px) {
  .thank-banner__additional {
    margin: 0 auto 8px;
  }
}

.thank-banner__additional_text {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: rgba(30, 50, 56, 0.5);
}

.thank-banner__additional_list {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #172934;
  padding-left: 15px;
}

@media (max-width: 991.98px) {
  .thank-banner__additional_list {
    font-size: 12px;
    line-height: 16px;
  }
}

.thank-banner__additional_list li {
  margin-bottom: 8px;
}

@media (max-width: 991.98px) {
  .thank-banner__additional_list li {
    margin-bottom: 16px;
  }
}

.thank-banner__additional_list span {
  color: #e14286;
}

.thank-banner__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: rgba(30, 50, 56, 0.5);
  max-width: 345px;
}

@media (max-width: 991.98px) {
  .thank-banner__description {
    margin: 0 auto;
    font-size: 16px;
    line-height: 20px;
  }
}

.thank-banner__description b {
  font-weight: 800;
}

.thank-banner__description a {
  color: #e14286;
  transition: all 0.4s;
}

.thank-banner__description a:hover {
  opacity: 0.8;
}

@media (max-width: 1199.98px) {
  .thank-banner .bottom-wave {
    top: -10px;
  }
}

.checkout__wrapper {
  background-color: #fff;
  padding: 200px 0 285px;
  overflow: hidden;
  margin-top: -80px;
}

@media (max-width: 991.98px) {
  .checkout__wrapper {
    margin-top: 0;
    background-color: #f9f5ef;
    padding: 12px 0 72px;
  }
}

.checkout-data {
  width: 50%;
}

@media (max-width: 991.98px) {
  .checkout-data {
    width: 100%;
  }
}

.checkout-data__items {
  gap: 20px;
  max-width: 510px;
}

@media (max-width: 991.98px) {
  .checkout-data__items {
    border-top: 1px solid rgba(23, 41, 52, 0.2);
    padding-top: 28px;
    margin: 0 auto;
  }
}

.checkout-data__item {
  border-bottom: 1px solid rgba(23, 41, 52, 0.2);
  transition: all 0.4s;
}

.checkout-data__item:last-of-type {
  border-bottom: none;
}

.checkout-data__item.show {
  padding-bottom: 24px;
}

@media (max-width: 991.98px) {
  .checkout-data__item.show {
    padding-bottom: 29px;
  }
}

.checkout-data__title {
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 0.1em;
  background: transparent;
  border: none;
  padding: 4px 20px 4px 0;
  text-align: left;
  z-index: 4;
}

@media (max-width: 991.98px) {
  .checkout-data__title {
    font-size: 12px;
    line-height: 16px;
  }
}

.checkout-data__title:before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAYAAAD37n+BAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACISURBVHgBdY7BCcMwDEX/FzT10SOIHoqvGcEjdKNu5hHqo48eocfQglWnkNCAKxB86T/0BQzqcg33tUcefwdV9TydEykKmDezbG/eai11Y2SHQ1CZ3AOkb8bYTGZ2zQlJNegh4Qs3JOvaXojbxdGe/+BD8u4vs2BxTwPzCF6rllKbIPZnMuD8B0+qRbV3f1x7AAAAAElFTkSuQmCC");
  position: absolute;
  top: 6px;
  right: 7px;
  transform: rotate(180deg);
  transition: all 0.4s;
}

.checkout-data__title.show:before {
  transform: rotate(0);
}

.checkout-data__info {
  padding-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: rgba(30, 50, 56, 0.5);
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s;
  opacity: 0;
}

@media (max-width: 991.98px) {
  .checkout-data__info {
    font-size: 12px;
    line-height: 16px;
  }
}

.checkout-data__info b {
  font-weight: 800;
  padding-left: 8px;
}

.checkout-data__info.show {
  max-height: inherit;
  transition: all 0.4s;
  opacity: 1;
}

.checkout-data__info_date {
  padding-top: 16px;
}

.checkout-data__info_date span {
  color: #e14286;
}

.checkout-data__info_card {
  margin-bottom: 4px;
  border: 1px solid rgba(23, 41, 52, 0.2);
  border-radius: 10px;
  min-height: 50px;
  padding: 3.5px 16px;
  background-color: #fff;
  max-width: 327px;
}

.checkout-data__info_card img {
  margin: 0 auto;
  max-width: 43px;
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkout-data__info_card p {
  max-width: 226px;
  width: 100%;
  margin-left: 24px;
  color: #172934;
}

.checkout-sum {
  margin-right: 2px;
  width: 35%;
  z-index: 2;
}

@media (max-width: 1199.98px) {
  .checkout-sum {
    width: 40%;
  }
}

@media (max-width: 991.98px) {
  .checkout-sum {
    width: 100%;
  }
}

.checkout-sum:before {
  position: absolute;
  top: -211px;
  left: -165px;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .checkout-sum:before {
    display: none;
  }
}

.checkout-sum:after {
  content: "";
  position: absolute;
  background-color: #f2eee7;
  left: -60px;
  top: -211px;
  height: 1000%;
  width: 1000%;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .checkout-sum:after {
    display: none;
  }
}

.checkout-sum__content {
  max-width: 417px;
}

@media (max-width: 991.98px) {
  .checkout-sum__content {
    max-width: 510px;
    margin: 0 auto;
    border-top: 1px solid rgba(23, 41, 52, 0.2);
    padding-top: 20px;
  }
}

.checkout-sum__title {
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 0.1em;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(23, 41, 52, 0.2);
  margin-bottom: 24px;
}

@media (max-width: 991.98px) {
  .checkout-sum__title {
    margin-bottom: 20px;
    border: none;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
  }
}

@media (max-width: 991.98px) {
  .checkout-sum__title.show {
    margin-bottom: 36px;
  }
}

.checkout-sum__items {
  background-color: #fff;
  padding: 30px 32px 32px;
  border-radius: 16px;
  margin-bottom: 64px;
}

@media (max-width: 991.98px) {
  .checkout-sum__items {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s;
    opacity: 0;
  }
}

@media (max-width: 991.98px) {
  .checkout-sum__items.show {
    max-height: inherit;
    transition: all 0.4s;
    opacity: 1;
  }
}

.checkout-sum__list li {
  margin-bottom: 16px;
}

.checkout-sum__list div {
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 0.1em;
  color: rgba(30, 50, 56, 0.5);
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .checkout-sum__list div {
    font-weight: 500;
  }
}

.checkout-sum__list div span {
  padding-left: 8px;
}

@media (max-width: 991.98px) {
  .checkout-sum__list div span {
    padding-left: 0;
    display: block;
  }
}

.checkout-sum__list p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: rgba(30, 50, 56, 0.5);
}

.checkout-sum__list span {
  color: #8bc639;
}

.checkout-sum__total {
  padding-top: 18px;
  border-top: 1px solid #f2eee7;
  margin-bottom: 0 !important;
}

@media (max-width: 991.98px) {
  .checkout-sum__total {
    border-top: 1px solid rgba(23, 41, 52, 0.2);
    margin-bottom: 48px !important;
  }
}

.checkout-sum__total p {
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 0.1em;
  color: #172934;
}

@media (max-width: 991.98px) {
  .checkout-sum__total p {
    color: rgba(30, 50, 56, 0.5);
  }
}

.checkout-sum__total p.checkout-sum__total_price {
  font-family: HWT Artz;
  font-size: 28px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #172934;
}

.checkout-sum__button {
  max-width: none;
  margin-bottom: 32px;
}

.checkout-sum__description {
  margin-bottom: 6px;
}

@media (max-width: 991.98px) {
  .checkout-sum__description {
    border-top: 1px solid rgba(23, 41, 52, 0.2);
    padding-top: 24px;
  }
}

.checkout-sum__description_title {
  margin-bottom: 40px;
  font-family: HWT Artz;
  font-size: 52px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0.01em;
  color: rgba(30, 50, 56, 0.5);
}

@media (max-width: 991.98px) {
  .checkout-sum__description_title {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 24px;
  }
}

.checkout-sum__description_items {
  margin-bottom: 38px;
}

@media (max-width: 991.98px) {
  .checkout-sum__description_items {
    margin-bottom: 32px;
  }
}

.checkout-sum__description_items li {
  margin-bottom: 32px;
  max-width: 305px;
}

@media (max-width: 991.98px) {
  .checkout-sum__description_items li {
    max-width: 335px;
    margin-bottom: 16px;
  }
}

.checkout-sum__description_items p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: left;
  color: rgba(30, 50, 56, 0.5);
  max-width: 251px;
  margin-left: 14px;
}

@media (max-width: 991.98px) {
  .checkout-sum__description_items p {
    font-size: 12px;
    line-height: 16px;
    max-width: 296px;
  }
}

.checkout-sum__description_items img {
  max-width: 39px;
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .checkout-sum__description_items img {
    margin-left: 0;
    max-width: 20px;
  }
}

.checkout-sum__additional_title {
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

@media (max-width: 991.98px) {
  .checkout-sum__additional_title {
    font-size: 12px;
  }
}

.checkout-sum__additional p {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.01em;
  text-align: center;
  color: rgba(30, 50, 56, 0.5);
  max-width: 207px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .checkout-sum__additional p {
    font-size: 11px;
  }
}

.checkout-sum__additional a {
  color: #e14286;
  font-weight: 900;
}

.checkout-sum__additional a:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  background-color: #e14286;
  width: 100%;
  height: 1px;
  transition: all 0.4s;
}

.checkout-sum__additional a:hover:before {
  opacity: 0;
}

.projectos-thank {
  z-index: 4;
  margin-top: -200px;
}

@media (max-width: 991.98px) {
  .projectos-thank {
    margin-top: 0;
  }
}

.projectos-thank .projectos__bg,
.projectos-thank .projectos__carousel .slick-list:before {
  background-color: #a4a3ea;
}

@media (max-width: 991.98px) {
  .projectos-thank .title {
    margin-bottom: 16px;
  }
}

@media (max-width: 767.98px) {
  .projectos-thank .projectos__carousel {
    padding-bottom: 24px;
  }
}

.projectos-thank .slick-dots {
  display: none;
}

@media (max-width: 767.98px) {
  .projectos-thank .slick-dots {
    display: flex;
    bottom: -6px;
  }
}

.projectos-thank .projectos__bg {
  overflow: hidden;
}

.hazte-socio.thank-you .hazte-socio__bg {
  background-color: #ffb800;
  padding: 28px 0 166px;
}

@media (max-width: 991.98px) {
  .hazte-socio.thank-you .hazte-socio__bg {
    padding-bottom: 100px;
  }
}

@media (max-width: 767.98px) {
  .hazte-socio.thank-you .hazte-socio__bg {
    padding: 24px 0 39px;
  }
}

.hazte-socio.thank-you .hazte-socio__wrapper {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .hazte-socio.thank-you .hazte-socio__wrapper {
    flex-direction: column;
  }
}

.hazte-socio.thank-you .hazte-socio__wrapper .title_fz120 {
  padding-top: 46px;
}

@media (max-width: 991.98px) {
  .hazte-socio.thank-you .hazte-socio__wrapper .title_fz120 {
    font-size: 38px;
    line-height: 34px;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .hazte-socio.thank-you .hazte-socio__wrapper .title_fz120 {
    padding-top: 0;
  }
}

.hazte-socio.thank-you .hazte-socio__wrapper .text_fz20 {
  padding: 24px 0 32px;
  max-width: 480px;
}

@media (max-width: 991.98px) {
  .hazte-socio.thank-you .hazte-socio__wrapper .text_fz20 {
    padding: 12px 0 27px;
    text-align: center;
    margin: auto;
    font-size: 16px;
    line-height: 22px;
  }
}

.hazte-socio.thank-you .hazte-socio__wrapper .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 40px;
  padding-right: 22px;
  margin-left: 0;
}

@media (max-width: 991.98px) {
  .hazte-socio.thank-you .hazte-socio__wrapper .btn {
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .hazte-socio.thank-you .hazte-socio__wrapper .btn {
    line-height: 30px;
    font-size: 10px;
    padding: 5px 19px;
    height: auto;
    min-height: 44px;
  }
}

@media (max-width: 991.98px) {
  .hazte-socio.thank-you .hazte-socio__wrapper .hazte-socio_img {
    margin: 0 auto;
    margin-top: 40px;
  }
}

.hazte-socio.thank-you .bottom-wave {
  bottom: 0;
}

@media (max-width: 1245px) {
  .btn {
    min-width: 180px;
  }
}

.u-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1110px;
  width: 100%
}

.BabyPelones__slide__wrapper {
  position: relative;
}

.BabyPelones__label-new {
  position: absolute;
  top: 10px;
  left: 2px;
  border: 1px solid #83cfd0;
  font-size: 8px;
  line-height: 12px;
  padding: 2px 8px;
  color: #83cfd0;
  border-radius: 44.5px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

#payment .how-can__info_span {
  background-image: url(../img/histories/main-descr/1.png);
  background-size: 13px 10px;
  background-repeat: repeat-x;
  background-position: 100% 20px;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #172934;
}

#payment .how-can__info_p {
  margin: 20px auto;
  display: block;
  text-align: center;
}

#payment .how-can__info_span {
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.woocommerce-billing-fields .field-hidden {
  display: none !important;
}
