@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
* {
  padding: 0;
  margin: 0;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img {
  display: block;
  max-width: 100%;
  border: 0;
}

/* ==================== HTML 5 ===================== */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary, picture {
  display: block;
}

figure {
  margin: 0;
}

/* ==================== FORMULÁRIO ===================== */
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

a:hover, a:focus {
  color: #212121;
  text-decoration: none;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.2;
}

b, strong {
  font-weight: bolder;
}

li {
  list-style: none;
}

.container {
  max-width: 99%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container.has-limit {
  max-width: 1380px;
}

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

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

.col {
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

.row.gutter-0 .col {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media (max-width: 767px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-right: -16px;
    margin-left: -16px;
  }
  .col {
    padding-right: 16px;
    padding-left: 16px;
  }
}
/* Width */
.col-1 {
  width: 8.33333% !important;
}

.col-2 {
  width: 16.66667% !important;
}

.col-3 {
  width: 25% !important;
}

.col-4 {
  width: 33.33333% !important;
}

.col-5 {
  width: 41.66667% !important;
}

.col-6 {
  width: 50% !important;
}

.col-7 {
  width: 58.33333% !important;
}

.col-8 {
  width: 66.66667% !important;
}

.col-9 {
  width: 75% !important;
}

.col-10 {
  width: 83.33333% !important;
}

.col-11 {
  width: 91.66667% !important;
}

.col-12 {
  width: 100% !important;
}

@media (min-width: 600px) {
  .bp600\:col-1 {
    width: 8.33333% !important;
  }
  .bp600\:col-2 {
    width: 16.66667% !important;
  }
  .bp600\:col-3 {
    width: 25% !important;
  }
  .bp600\:col-4 {
    width: 33.33333% !important;
  }
  .bp600\:col-5 {
    width: 41.66667% !important;
  }
  .bp600\:col-6 {
    width: 50% !important;
  }
  .bp600\:col-7 {
    width: 58.33333% !important;
  }
  .bp600\:col-8 {
    width: 66.66667% !important;
  }
  .bp600\:col-9 {
    width: 75% !important;
  }
  .bp600\:col-10 {
    width: 83.33333% !important;
  }
  .bp600\:col-11 {
    width: 91.66667% !important;
  }
  .bp600\:col-12 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .bp768\:col-1 {
    width: 8.33333% !important;
  }
  .bp768\:col-2 {
    width: 16.66667% !important;
  }
  .bp768\:col-3 {
    width: 25% !important;
  }
  .bp768\:col-4 {
    width: 33.33333% !important;
  }
  .bp768\:col-5 {
    width: 41.66667% !important;
  }
  .bp768\:col-6 {
    width: 50% !important;
  }
  .bp768\:col-7 {
    width: 58.33333% !important;
  }
  .bp768\:col-8 {
    width: 66.66667% !important;
  }
  .bp768\:col-9 {
    width: 75% !important;
  }
  .bp768\:col-10 {
    width: 83.33333% !important;
  }
  .bp768\:col-11 {
    width: 91.66667% !important;
  }
  .bp768\:col-12 {
    width: 100% !important;
  }
}
@media (min-width: 960px) {
  .bp960\:col-1 {
    width: 8.33333% !important;
  }
  .bp960\:col-2 {
    width: 16.66667% !important;
  }
  .bp960\:col-3 {
    width: 25% !important;
  }
  .bp960\:col-4 {
    width: 33.33333% !important;
  }
  .bp960\:col-5 {
    width: 41.66667% !important;
  }
  .bp960\:col-6 {
    width: 50% !important;
  }
  .bp960\:col-7 {
    width: 58.33333% !important;
  }
  .bp960\:col-8 {
    width: 66.66667% !important;
  }
  .bp960\:col-9 {
    width: 75% !important;
  }
  .bp960\:col-10 {
    width: 83.33333% !important;
  }
  .bp960\:col-11 {
    width: 91.66667% !important;
  }
  .bp960\:col-12 {
    width: 100% !important;
  }
}
@media (min-width: 1150px) {
  .bp1150\:col-1 {
    width: 8.33333% !important;
  }
  .bp1150\:col-2 {
    width: 16.66667% !important;
  }
  .bp1150\:col-3 {
    width: 25% !important;
  }
  .bp1150\:col-4 {
    width: 33.33333% !important;
  }
  .bp1150\:col-5 {
    width: 41.66667% !important;
  }
  .bp1150\:col-6 {
    width: 50% !important;
  }
  .bp1150\:col-7 {
    width: 58.33333% !important;
  }
  .bp1150\:col-8 {
    width: 66.66667% !important;
  }
  .bp1150\:col-9 {
    width: 75% !important;
  }
  .bp1150\:col-10 {
    width: 83.33333% !important;
  }
  .bp1150\:col-11 {
    width: 91.66667% !important;
  }
  .bp1150\:col-12 {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .bp1200\:col-1 {
    width: 8.33333% !important;
  }
  .bp1200\:col-2 {
    width: 16.66667% !important;
  }
  .bp1200\:col-3 {
    width: 25% !important;
  }
  .bp1200\:col-4 {
    width: 33.33333% !important;
  }
  .bp1200\:col-5 {
    width: 41.66667% !important;
  }
  .bp1200\:col-6 {
    width: 50% !important;
  }
  .bp1200\:col-7 {
    width: 58.33333% !important;
  }
  .bp1200\:col-8 {
    width: 66.66667% !important;
  }
  .bp1200\:col-9 {
    width: 75% !important;
  }
  .bp1200\:col-10 {
    width: 83.33333% !important;
  }
  .bp1200\:col-11 {
    width: 91.66667% !important;
  }
  .bp1200\:col-12 {
    width: 100% !important;
  }
}
@media (min-width: 1360px) {
  .bp1360\:col-1 {
    width: 8.33333% !important;
  }
  .bp1360\:col-2 {
    width: 16.66667% !important;
  }
  .bp1360\:col-3 {
    width: 25% !important;
  }
  .bp1360\:col-4 {
    width: 33.33333% !important;
  }
  .bp1360\:col-5 {
    width: 41.66667% !important;
  }
  .bp1360\:col-6 {
    width: 50% !important;
  }
  .bp1360\:col-7 {
    width: 58.33333% !important;
  }
  .bp1360\:col-8 {
    width: 66.66667% !important;
  }
  .bp1360\:col-9 {
    width: 75% !important;
  }
  .bp1360\:col-10 {
    width: 83.33333% !important;
  }
  .bp1360\:col-11 {
    width: 91.66667% !important;
  }
  .bp1360\:col-12 {
    width: 100% !important;
  }
}
@media (min-width: 1440px) {
  .bp1440\:col-1 {
    width: 8.33333% !important;
  }
  .bp1440\:col-2 {
    width: 16.66667% !important;
  }
  .bp1440\:col-3 {
    width: 25% !important;
  }
  .bp1440\:col-4 {
    width: 33.33333% !important;
  }
  .bp1440\:col-5 {
    width: 41.66667% !important;
  }
  .bp1440\:col-6 {
    width: 50% !important;
  }
  .bp1440\:col-7 {
    width: 58.33333% !important;
  }
  .bp1440\:col-8 {
    width: 66.66667% !important;
  }
  .bp1440\:col-9 {
    width: 75% !important;
  }
  .bp1440\:col-10 {
    width: 83.33333% !important;
  }
  .bp1440\:col-11 {
    width: 91.66667% !important;
  }
  .bp1440\:col-12 {
    width: 100% !important;
  }
}
.offset-1 {
  margin-left: 8.33333% !important;
}

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

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

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

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

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

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

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

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

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

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

.offset-12 {
  margin-left: 100% !important;
}

@media (min-width: 600px) {
  .bp600\:offset-1 {
    margin-left: 8.33333% !important;
  }
  .bp600\:offset-2 {
    margin-left: 16.66667% !important;
  }
  .bp600\:offset-3 {
    margin-left: 25% !important;
  }
  .bp600\:offset-4 {
    margin-left: 33.33333% !important;
  }
  .bp600\:offset-5 {
    margin-left: 41.66667% !important;
  }
  .bp600\:offset-6 {
    margin-left: 50% !important;
  }
  .bp600\:offset-7 {
    margin-left: 58.33333% !important;
  }
  .bp600\:offset-8 {
    margin-left: 66.66667% !important;
  }
  .bp600\:offset-9 {
    margin-left: 75% !important;
  }
  .bp600\:offset-10 {
    margin-left: 83.33333% !important;
  }
  .bp600\:offset-11 {
    margin-left: 91.66667% !important;
  }
  .bp600\:offset-12 {
    margin-left: 100% !important;
  }
}
@media (min-width: 768px) {
  .bp768\:offset-1 {
    margin-left: 8.33333% !important;
  }
  .bp768\:offset-2 {
    margin-left: 16.66667% !important;
  }
  .bp768\:offset-3 {
    margin-left: 25% !important;
  }
  .bp768\:offset-4 {
    margin-left: 33.33333% !important;
  }
  .bp768\:offset-5 {
    margin-left: 41.66667% !important;
  }
  .bp768\:offset-6 {
    margin-left: 50% !important;
  }
  .bp768\:offset-7 {
    margin-left: 58.33333% !important;
  }
  .bp768\:offset-8 {
    margin-left: 66.66667% !important;
  }
  .bp768\:offset-9 {
    margin-left: 75% !important;
  }
  .bp768\:offset-10 {
    margin-left: 83.33333% !important;
  }
  .bp768\:offset-11 {
    margin-left: 91.66667% !important;
  }
  .bp768\:offset-12 {
    margin-left: 100% !important;
  }
}
@media (min-width: 960px) {
  .bp960\:offset-1 {
    margin-left: 8.33333% !important;
  }
  .bp960\:offset-2 {
    margin-left: 16.66667% !important;
  }
  .bp960\:offset-3 {
    margin-left: 25% !important;
  }
  .bp960\:offset-4 {
    margin-left: 33.33333% !important;
  }
  .bp960\:offset-5 {
    margin-left: 41.66667% !important;
  }
  .bp960\:offset-6 {
    margin-left: 50% !important;
  }
  .bp960\:offset-7 {
    margin-left: 58.33333% !important;
  }
  .bp960\:offset-8 {
    margin-left: 66.66667% !important;
  }
  .bp960\:offset-9 {
    margin-left: 75% !important;
  }
  .bp960\:offset-10 {
    margin-left: 83.33333% !important;
  }
  .bp960\:offset-11 {
    margin-left: 91.66667% !important;
  }
  .bp960\:offset-12 {
    margin-left: 100% !important;
  }
}
@media (min-width: 1150px) {
  .bp1150\:offset-1 {
    margin-left: 8.33333% !important;
  }
  .bp1150\:offset-2 {
    margin-left: 16.66667% !important;
  }
  .bp1150\:offset-3 {
    margin-left: 25% !important;
  }
  .bp1150\:offset-4 {
    margin-left: 33.33333% !important;
  }
  .bp1150\:offset-5 {
    margin-left: 41.66667% !important;
  }
  .bp1150\:offset-6 {
    margin-left: 50% !important;
  }
  .bp1150\:offset-7 {
    margin-left: 58.33333% !important;
  }
  .bp1150\:offset-8 {
    margin-left: 66.66667% !important;
  }
  .bp1150\:offset-9 {
    margin-left: 75% !important;
  }
  .bp1150\:offset-10 {
    margin-left: 83.33333% !important;
  }
  .bp1150\:offset-11 {
    margin-left: 91.66667% !important;
  }
  .bp1150\:offset-12 {
    margin-left: 100% !important;
  }
}
@media (min-width: 1200px) {
  .bp1200\:offset-1 {
    margin-left: 8.33333% !important;
  }
  .bp1200\:offset-2 {
    margin-left: 16.66667% !important;
  }
  .bp1200\:offset-3 {
    margin-left: 25% !important;
  }
  .bp1200\:offset-4 {
    margin-left: 33.33333% !important;
  }
  .bp1200\:offset-5 {
    margin-left: 41.66667% !important;
  }
  .bp1200\:offset-6 {
    margin-left: 50% !important;
  }
  .bp1200\:offset-7 {
    margin-left: 58.33333% !important;
  }
  .bp1200\:offset-8 {
    margin-left: 66.66667% !important;
  }
  .bp1200\:offset-9 {
    margin-left: 75% !important;
  }
  .bp1200\:offset-10 {
    margin-left: 83.33333% !important;
  }
  .bp1200\:offset-11 {
    margin-left: 91.66667% !important;
  }
  .bp1200\:offset-12 {
    margin-left: 100% !important;
  }
}
@media (min-width: 1360px) {
  .bp1360\:offset-1 {
    margin-left: 8.33333% !important;
  }
  .bp1360\:offset-2 {
    margin-left: 16.66667% !important;
  }
  .bp1360\:offset-3 {
    margin-left: 25% !important;
  }
  .bp1360\:offset-4 {
    margin-left: 33.33333% !important;
  }
  .bp1360\:offset-5 {
    margin-left: 41.66667% !important;
  }
  .bp1360\:offset-6 {
    margin-left: 50% !important;
  }
  .bp1360\:offset-7 {
    margin-left: 58.33333% !important;
  }
  .bp1360\:offset-8 {
    margin-left: 66.66667% !important;
  }
  .bp1360\:offset-9 {
    margin-left: 75% !important;
  }
  .bp1360\:offset-10 {
    margin-left: 83.33333% !important;
  }
  .bp1360\:offset-11 {
    margin-left: 91.66667% !important;
  }
  .bp1360\:offset-12 {
    margin-left: 100% !important;
  }
}
@media (min-width: 1440px) {
  .bp1440\:offset-1 {
    margin-left: 8.33333% !important;
  }
  .bp1440\:offset-2 {
    margin-left: 16.66667% !important;
  }
  .bp1440\:offset-3 {
    margin-left: 25% !important;
  }
  .bp1440\:offset-4 {
    margin-left: 33.33333% !important;
  }
  .bp1440\:offset-5 {
    margin-left: 41.66667% !important;
  }
  .bp1440\:offset-6 {
    margin-left: 50% !important;
  }
  .bp1440\:offset-7 {
    margin-left: 58.33333% !important;
  }
  .bp1440\:offset-8 {
    margin-left: 66.66667% !important;
  }
  .bp1440\:offset-9 {
    margin-left: 75% !important;
  }
  .bp1440\:offset-10 {
    margin-left: 83.33333% !important;
  }
  .bp1440\:offset-11 {
    margin-left: 91.66667% !important;
  }
  .bp1440\:offset-12 {
    margin-left: 100% !important;
  }
}
.push-1 {
  left: 8.33333% !important;
}

.push-2 {
  left: 16.66667% !important;
}

.push-3 {
  left: 25% !important;
}

.push-4 {
  left: 33.33333% !important;
}

.push-5 {
  left: 41.66667% !important;
}

.push-6 {
  left: 50% !important;
}

.push-7 {
  left: 58.33333% !important;
}

.push-8 {
  left: 66.66667% !important;
}

.push-9 {
  left: 75% !important;
}

.push-10 {
  left: 83.33333% !important;
}

.push-11 {
  left: 91.66667% !important;
}

.push-12 {
  left: 100% !important;
}

@media (min-width: 600px) {
  .bp600\:push-1 {
    left: 8.33333% !important;
  }
  .bp600\:push-2 {
    left: 16.66667% !important;
  }
  .bp600\:push-3 {
    left: 25% !important;
  }
  .bp600\:push-4 {
    left: 33.33333% !important;
  }
  .bp600\:push-5 {
    left: 41.66667% !important;
  }
  .bp600\:push-6 {
    left: 50% !important;
  }
  .bp600\:push-7 {
    left: 58.33333% !important;
  }
  .bp600\:push-8 {
    left: 66.66667% !important;
  }
  .bp600\:push-9 {
    left: 75% !important;
  }
  .bp600\:push-10 {
    left: 83.33333% !important;
  }
  .bp600\:push-11 {
    left: 91.66667% !important;
  }
  .bp600\:push-12 {
    left: 100% !important;
  }
}
@media (min-width: 768px) {
  .bp768\:push-1 {
    left: 8.33333% !important;
  }
  .bp768\:push-2 {
    left: 16.66667% !important;
  }
  .bp768\:push-3 {
    left: 25% !important;
  }
  .bp768\:push-4 {
    left: 33.33333% !important;
  }
  .bp768\:push-5 {
    left: 41.66667% !important;
  }
  .bp768\:push-6 {
    left: 50% !important;
  }
  .bp768\:push-7 {
    left: 58.33333% !important;
  }
  .bp768\:push-8 {
    left: 66.66667% !important;
  }
  .bp768\:push-9 {
    left: 75% !important;
  }
  .bp768\:push-10 {
    left: 83.33333% !important;
  }
  .bp768\:push-11 {
    left: 91.66667% !important;
  }
  .bp768\:push-12 {
    left: 100% !important;
  }
}
@media (min-width: 960px) {
  .bp960\:push-1 {
    left: 8.33333% !important;
  }
  .bp960\:push-2 {
    left: 16.66667% !important;
  }
  .bp960\:push-3 {
    left: 25% !important;
  }
  .bp960\:push-4 {
    left: 33.33333% !important;
  }
  .bp960\:push-5 {
    left: 41.66667% !important;
  }
  .bp960\:push-6 {
    left: 50% !important;
  }
  .bp960\:push-7 {
    left: 58.33333% !important;
  }
  .bp960\:push-8 {
    left: 66.66667% !important;
  }
  .bp960\:push-9 {
    left: 75% !important;
  }
  .bp960\:push-10 {
    left: 83.33333% !important;
  }
  .bp960\:push-11 {
    left: 91.66667% !important;
  }
  .bp960\:push-12 {
    left: 100% !important;
  }
}
@media (min-width: 1150px) {
  .bp1150\:push-1 {
    left: 8.33333% !important;
  }
  .bp1150\:push-2 {
    left: 16.66667% !important;
  }
  .bp1150\:push-3 {
    left: 25% !important;
  }
  .bp1150\:push-4 {
    left: 33.33333% !important;
  }
  .bp1150\:push-5 {
    left: 41.66667% !important;
  }
  .bp1150\:push-6 {
    left: 50% !important;
  }
  .bp1150\:push-7 {
    left: 58.33333% !important;
  }
  .bp1150\:push-8 {
    left: 66.66667% !important;
  }
  .bp1150\:push-9 {
    left: 75% !important;
  }
  .bp1150\:push-10 {
    left: 83.33333% !important;
  }
  .bp1150\:push-11 {
    left: 91.66667% !important;
  }
  .bp1150\:push-12 {
    left: 100% !important;
  }
}
@media (min-width: 1200px) {
  .bp1200\:push-1 {
    left: 8.33333% !important;
  }
  .bp1200\:push-2 {
    left: 16.66667% !important;
  }
  .bp1200\:push-3 {
    left: 25% !important;
  }
  .bp1200\:push-4 {
    left: 33.33333% !important;
  }
  .bp1200\:push-5 {
    left: 41.66667% !important;
  }
  .bp1200\:push-6 {
    left: 50% !important;
  }
  .bp1200\:push-7 {
    left: 58.33333% !important;
  }
  .bp1200\:push-8 {
    left: 66.66667% !important;
  }
  .bp1200\:push-9 {
    left: 75% !important;
  }
  .bp1200\:push-10 {
    left: 83.33333% !important;
  }
  .bp1200\:push-11 {
    left: 91.66667% !important;
  }
  .bp1200\:push-12 {
    left: 100% !important;
  }
}
@media (min-width: 1360px) {
  .bp1360\:push-1 {
    left: 8.33333% !important;
  }
  .bp1360\:push-2 {
    left: 16.66667% !important;
  }
  .bp1360\:push-3 {
    left: 25% !important;
  }
  .bp1360\:push-4 {
    left: 33.33333% !important;
  }
  .bp1360\:push-5 {
    left: 41.66667% !important;
  }
  .bp1360\:push-6 {
    left: 50% !important;
  }
  .bp1360\:push-7 {
    left: 58.33333% !important;
  }
  .bp1360\:push-8 {
    left: 66.66667% !important;
  }
  .bp1360\:push-9 {
    left: 75% !important;
  }
  .bp1360\:push-10 {
    left: 83.33333% !important;
  }
  .bp1360\:push-11 {
    left: 91.66667% !important;
  }
  .bp1360\:push-12 {
    left: 100% !important;
  }
}
@media (min-width: 1440px) {
  .bp1440\:push-1 {
    left: 8.33333% !important;
  }
  .bp1440\:push-2 {
    left: 16.66667% !important;
  }
  .bp1440\:push-3 {
    left: 25% !important;
  }
  .bp1440\:push-4 {
    left: 33.33333% !important;
  }
  .bp1440\:push-5 {
    left: 41.66667% !important;
  }
  .bp1440\:push-6 {
    left: 50% !important;
  }
  .bp1440\:push-7 {
    left: 58.33333% !important;
  }
  .bp1440\:push-8 {
    left: 66.66667% !important;
  }
  .bp1440\:push-9 {
    left: 75% !important;
  }
  .bp1440\:push-10 {
    left: 83.33333% !important;
  }
  .bp1440\:push-11 {
    left: 91.66667% !important;
  }
  .bp1440\:push-12 {
    left: 100% !important;
  }
}
.pull-1 {
  right: 8.33333% !important;
}

.pull-2 {
  right: 16.66667% !important;
}

.pull-3 {
  right: 25% !important;
}

.pull-4 {
  right: 33.33333% !important;
}

.pull-5 {
  right: 41.66667% !important;
}

.pull-6 {
  right: 50% !important;
}

.pull-7 {
  right: 58.33333% !important;
}

.pull-8 {
  right: 66.66667% !important;
}

.pull-9 {
  right: 75% !important;
}

.pull-10 {
  right: 83.33333% !important;
}

.pull-11 {
  right: 91.66667% !important;
}

.pull-12 {
  right: 100% !important;
}

@media (min-width: 600px) {
  .bp600\:pull-1 {
    right: 8.33333% !important;
  }
  .bp600\:pull-2 {
    right: 16.66667% !important;
  }
  .bp600\:pull-3 {
    right: 25% !important;
  }
  .bp600\:pull-4 {
    right: 33.33333% !important;
  }
  .bp600\:pull-5 {
    right: 41.66667% !important;
  }
  .bp600\:pull-6 {
    right: 50% !important;
  }
  .bp600\:pull-7 {
    right: 58.33333% !important;
  }
  .bp600\:pull-8 {
    right: 66.66667% !important;
  }
  .bp600\:pull-9 {
    right: 75% !important;
  }
  .bp600\:pull-10 {
    right: 83.33333% !important;
  }
  .bp600\:pull-11 {
    right: 91.66667% !important;
  }
  .bp600\:pull-12 {
    right: 100% !important;
  }
}
@media (min-width: 768px) {
  .bp768\:pull-1 {
    right: 8.33333% !important;
  }
  .bp768\:pull-2 {
    right: 16.66667% !important;
  }
  .bp768\:pull-3 {
    right: 25% !important;
  }
  .bp768\:pull-4 {
    right: 33.33333% !important;
  }
  .bp768\:pull-5 {
    right: 41.66667% !important;
  }
  .bp768\:pull-6 {
    right: 50% !important;
  }
  .bp768\:pull-7 {
    right: 58.33333% !important;
  }
  .bp768\:pull-8 {
    right: 66.66667% !important;
  }
  .bp768\:pull-9 {
    right: 75% !important;
  }
  .bp768\:pull-10 {
    right: 83.33333% !important;
  }
  .bp768\:pull-11 {
    right: 91.66667% !important;
  }
  .bp768\:pull-12 {
    right: 100% !important;
  }
}
@media (min-width: 960px) {
  .bp960\:pull-1 {
    right: 8.33333% !important;
  }
  .bp960\:pull-2 {
    right: 16.66667% !important;
  }
  .bp960\:pull-3 {
    right: 25% !important;
  }
  .bp960\:pull-4 {
    right: 33.33333% !important;
  }
  .bp960\:pull-5 {
    right: 41.66667% !important;
  }
  .bp960\:pull-6 {
    right: 50% !important;
  }
  .bp960\:pull-7 {
    right: 58.33333% !important;
  }
  .bp960\:pull-8 {
    right: 66.66667% !important;
  }
  .bp960\:pull-9 {
    right: 75% !important;
  }
  .bp960\:pull-10 {
    right: 83.33333% !important;
  }
  .bp960\:pull-11 {
    right: 91.66667% !important;
  }
  .bp960\:pull-12 {
    right: 100% !important;
  }
}
@media (min-width: 1150px) {
  .bp1150\:pull-1 {
    right: 8.33333% !important;
  }
  .bp1150\:pull-2 {
    right: 16.66667% !important;
  }
  .bp1150\:pull-3 {
    right: 25% !important;
  }
  .bp1150\:pull-4 {
    right: 33.33333% !important;
  }
  .bp1150\:pull-5 {
    right: 41.66667% !important;
  }
  .bp1150\:pull-6 {
    right: 50% !important;
  }
  .bp1150\:pull-7 {
    right: 58.33333% !important;
  }
  .bp1150\:pull-8 {
    right: 66.66667% !important;
  }
  .bp1150\:pull-9 {
    right: 75% !important;
  }
  .bp1150\:pull-10 {
    right: 83.33333% !important;
  }
  .bp1150\:pull-11 {
    right: 91.66667% !important;
  }
  .bp1150\:pull-12 {
    right: 100% !important;
  }
}
@media (min-width: 1200px) {
  .bp1200\:pull-1 {
    right: 8.33333% !important;
  }
  .bp1200\:pull-2 {
    right: 16.66667% !important;
  }
  .bp1200\:pull-3 {
    right: 25% !important;
  }
  .bp1200\:pull-4 {
    right: 33.33333% !important;
  }
  .bp1200\:pull-5 {
    right: 41.66667% !important;
  }
  .bp1200\:pull-6 {
    right: 50% !important;
  }
  .bp1200\:pull-7 {
    right: 58.33333% !important;
  }
  .bp1200\:pull-8 {
    right: 66.66667% !important;
  }
  .bp1200\:pull-9 {
    right: 75% !important;
  }
  .bp1200\:pull-10 {
    right: 83.33333% !important;
  }
  .bp1200\:pull-11 {
    right: 91.66667% !important;
  }
  .bp1200\:pull-12 {
    right: 100% !important;
  }
}
@media (min-width: 1360px) {
  .bp1360\:pull-1 {
    right: 8.33333% !important;
  }
  .bp1360\:pull-2 {
    right: 16.66667% !important;
  }
  .bp1360\:pull-3 {
    right: 25% !important;
  }
  .bp1360\:pull-4 {
    right: 33.33333% !important;
  }
  .bp1360\:pull-5 {
    right: 41.66667% !important;
  }
  .bp1360\:pull-6 {
    right: 50% !important;
  }
  .bp1360\:pull-7 {
    right: 58.33333% !important;
  }
  .bp1360\:pull-8 {
    right: 66.66667% !important;
  }
  .bp1360\:pull-9 {
    right: 75% !important;
  }
  .bp1360\:pull-10 {
    right: 83.33333% !important;
  }
  .bp1360\:pull-11 {
    right: 91.66667% !important;
  }
  .bp1360\:pull-12 {
    right: 100% !important;
  }
}
@media (min-width: 1440px) {
  .bp1440\:pull-1 {
    right: 8.33333% !important;
  }
  .bp1440\:pull-2 {
    right: 16.66667% !important;
  }
  .bp1440\:pull-3 {
    right: 25% !important;
  }
  .bp1440\:pull-4 {
    right: 33.33333% !important;
  }
  .bp1440\:pull-5 {
    right: 41.66667% !important;
  }
  .bp1440\:pull-6 {
    right: 50% !important;
  }
  .bp1440\:pull-7 {
    right: 58.33333% !important;
  }
  .bp1440\:pull-8 {
    right: 66.66667% !important;
  }
  .bp1440\:pull-9 {
    right: 75% !important;
  }
  .bp1440\:pull-10 {
    right: 83.33333% !important;
  }
  .bp1440\:pull-11 {
    right: 91.66667% !important;
  }
  .bp1440\:pull-12 {
    right: 100% !important;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/**
 * Swiper 9.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 21, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

body {
  font-family: "Lexend", sans-serif;
  font-weight: 300;
  background: #f6f6f6;
  color: #212121;
  cursor: auto;
}

.wrapper {
  overflow: hidden;
}

.scroll {
  overflow: hidden;
}

/*** GENERAL ***/
.tt-transposto {
  position: relative;
  min-height: 120px;
}
@media (max-width: 767px) {
  .tt-transposto.is-oneline {
    min-height: 70px;
  }
}
.tt-transposto .tt-transposto__text {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  white-space: nowrap;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 70px;
}
.tt-transposto .tt-transposto__text.is-green {
  color: #88D764;
}
.tt-transposto .tt-transposto__text.is-blue {
  color: #48A6EC;
}
@media (min-width: 360px) {
  .tt-transposto {
    min-height: 120px;
  }
  .tt-transposto .tt-transposto__text {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .tt-transposto .tt-transposto__text {
    font-size: 55px;
    line-height: 1;
    text-align-last: center;
  }
}
@media (min-width: 1200px) {
  .tt-transposto {
    min-height: 220px;
  }
  .tt-transposto .tt-transposto__text {
    font-size: 200px;
  }
}

.tt-transposto__text {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  white-space: nowrap;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 100px;
}

.col-voltar {
  padding-top: 30px;
}
.col-voltar .link-voltar {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  padding-left: 33px;
  background: url("../images/icon-arrow-left-case.svg") no-repeat left center;
}

/*** GENERAL ***/
/*** HEADER ***/
.header {
  padding: 20px 0;
}
.header .row {
  align-items: center;
}

.col-idioma .select-idioma {
  border: 1px solid #212121;
  padding: 13px 10px;
  border-radius: 22px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  background-color: #f6f6f6;
  display: none;
}
.col-idioma .select-idioma.is-desktop {
  display: none;
  position: relative;
}
.col-idioma .select-idioma.is-desktop:before {
  content: "//";
  position: absolute;
  top: 0;
  left: 0;
  color: #212121;
  font-size: 18px;
}
@media (min-width: 768px) {
  .col-idioma .select-idioma.is-desktop {
    /* display: inline; */
  }
  .col-idioma .select-idioma.is-mobile {
    display: none;
  }
  .col-idioma .select-idioma {
    display: inline-block;
    margin: 0 auto;
    max-width: 300px;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #212121;
    padding: 20px 30px;
    text-align: center;
    border: 1px solid #212121;
    border-radius: 40px;
  }
}

.col-logo-top {
  text-align: center;
}

.logo-top {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .logo-top {
    max-width: 113px;
  }
}

.link-home {
  display: inline-block;
  font-size: 0;
}

.col-cta-header {
  text-align: right;
}
.col-cta-header .cta-header {
  display: inline-block;
}

.cta-header {
  border: 1px solid #212121;
  padding: 11px;
  border-radius: 22px;
  transition: all 0.4s ease;
}
.cta-header .cta-header__text {
  display: none;
}
@media (min-width: 768px) {
  .cta-header .cta-header__text {
    display: inline;
  }
  .cta-header .cta-header__icon {
    display: none;
  }
  .cta-header {
    display: inline-block;
    margin: 0 auto;
    max-width: 300px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: #212121;
    padding: 17px 14px;
    text-align: center;
    border-radius: 40px;
  }
  .cta-header .pre-btn {
    padding-right: 5px;
    letter-spacing: -3px;
  }
}
@media (min-width: 960px) {
  .cta-header {
    font-size: 18px;
    padding: 20px 30px;
  }
  .cta-header:hover {
    background-color: #212121;
    color: #fff;
  }
}

/*** HEADER ***/
/*** VIDEO ***/
.sec-video {
  padding: 0;
}
.sec-video .col, .sec-video .container {
  padding: 0 !important;
}

.col-video-top {
  background: url("../images/video-top-02.jpg") no-repeat center #000;
  background-size: auto 100%;
}

.video-top.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding-top: 56.25%; /* 16:9 ratio */
}
@media (min-width: 1920px) {
  .video-top.video-container {
    max-width: 1920px;
    padding: 0;
    min-height: 1080px;
    width: 1920px;
    height: 1080px;
  }
}
.video-top iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-top .video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.video-top .custom-controls {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  z-index: 3;
}
@media (max-width: 767px) {
  .video-top .custom-controls {
    max-width: 70px;
  }
}
.video-top .custom-controls button {
  background-color: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  max-width: 50px;
}
@media (max-width: 767px) {
  .video-top .custom-controls button {
    width: 48%;
  }
}
.video-top .custom-controls button:hover {
  background: transparent;
  opacity: 0.8;
}

/*** VIDEO ***/
/*** SECTOP ***/
.sec-info-top {
  padding: 35px 0 10px;
}
@media (min-width: 1200px) {
  .sec-info-top {
    padding: 70px 0 100px;
  }
  .col-subtitle-top {
    padding: 0;
  }
}

.tt-top {
  font-size: 24px;
  font-weight: 200;
  line-height: 1;
  text-align: left;
  margin-bottom: 35px;
}
.tt-top .destaque-bold {
  font-size: 30px;
  font-weight: 700;
  display: block;
}
@media (min-width: 360px) {
  .tt-top {
    font-size: 28px;
  }
  .tt-top .destaque-bold {
    font-size: 34px;
    letter-spacing: 0;
  }
}
@media (min-width: 1200px) {
  .tt-top {
    font-size: 78px;
    margin-bottom: 100px;
    text-align: center;
  }
  .tt-top .destaque-bold {
    font-size: 103px;
    letter-spacing: -4px;
  }
}

.st-top {
  font-size: 28px;
  line-height: 30px;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 20px;
}
.st-top .destaque-bold {
  font-weight: 700;
}
.st-top .color-cian {
  color: #00CECE;
}
@media (min-width: 360px) {
  .st-top {
    font-size: 32px;
    line-height: 34px;
  }
}
@media (min-width: 768px) {
  .st-top {
    font-size: 46px;
    line-height: 1;
  }
}
@media (min-width: 960px) {
  .st-top {
    font-size: 64px;
    line-height: 1;
  }
}

.txt-top {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .txt-top .no-mrg {
    margin-bottom: 0;
  }
  .txt-top {
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  .txt-top {
    font-size: 28px;
  }
}

/*** SECTOP ***/
/*** ESPECIALIDADES ***/
.sec-especialidades {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .sec-especialidades .tt-transposto .tt-transposto__text {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .sec-especialidades {
    padding-bottom: 150px;
  }
  .sec-especialidades .tt-transposto {
    min-height: 200px;
  }
  .sec-especialidades .tt-transposto .tt-transposto__text {
    font-size: 180px;
  }
}

.card-especialidade {
  border-radius: 15px;
  background-color: #e1e1e1;
}
.card-especialidade.is-blue {
  background-color: #48A6EC;
}
.card-especialidade.is-blue .card-especialidade__bottom {
  background-color: #004681;
}
.card-especialidade.is-green {
  background-color: #88D764;
}
.card-especialidade.is-green .card-especialidade__bottom {
  background-color: #2A8A5A;
}
.card-especialidade.is-cian {
  background-color: #00CECE;
}
.card-especialidade.is-cian .card-especialidade__bottom {
  background-color: #008181;
}
.card-especialidade .card-especialidade__top {
  padding: 17px;
  min-height: 390px;
}
.card-especialidade .card-especialidade__top .card-especialidade__videoholder {
  margin-bottom: 20px;
}
.card-especialidade .card-especialidade__top .card-especialidade__videoholder .card-especialidade__video {
  border-radius: 15px;
  overflow: hidden;
}
.card-especialidade .card-especialidade__top .card-especialidade__ordem {
  color: #FFFFFF;
  font-size: 10px;
  line-height: 1;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .card-especialidade .card-especialidade__top .card-especialidade__ordem {
    font-size: 14px;
  }
}
.card-especialidade .card-especialidade__top .card-especialidade__tt {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 1.16;
  font-weight: 700;
  margin-bottom: 20px;
}
.card-especialidade .card-especialidade__top .card-especialidade__tt .nowrap {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .card-especialidade .card-especialidade__top .card-especialidade__tt {
    font-size: 48px;
    line-height: 1;
  }
}
.card-especialidade .card-especialidade__top .card-especialidade__txt {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .card-especialidade .card-especialidade__top .card-especialidade__txt {
    font-size: 19px;
  }
  .card-especialidade .card-especialidade__top {
    padding: 22px;
    min-height: 500px;
  }
}
.card-especialidade .card-especialidade__bottom {
  border-radius: 15px;
}
.card-especialidade .card-especialidade__bottom .card-especialidade__ttservices {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1;
  padding: 17px;
  position: relative;
  cursor: pointer;
}
.card-especialidade .card-especialidade__bottom .card-especialidade__ttservices:before {
  content: "";
  position: absolute;
  top: 17px;
  right: 17px;
  background: url("../images/arrow-down-cards.svg") no-repeat center transparent;
  width: 19px;
  height: 19px;
  transition: all 0.8s ease;
}
.card-especialidade .card-especialidade__bottom .card-especialidade__ttservices.is-open:before {
  transform: rotate(180deg);
  transform-origin: center center;
}
@media (min-width: 768px) {
  .card-especialidade .card-especialidade__bottom .card-especialidade__ttservices {
    font-size: 18px;
  }
}
.card-especialidade .card-especialidade__bottom .card-especialidade__listservices {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.8s ease;
}
.card-especialidade .card-especialidade__bottom .card-especialidade__listservices:after {
  content: "";
  font-size: 20px;
  height: 0;
  display: inline-block;
  transition: all 0.4s ease;
}
.card-especialidade .card-especialidade__bottom .card-especialidade__listservices.is-open {
  /* padding-bottom: 25px; */
  max-height: 800px;
  min-height: 0;
}
.card-especialidade .card-especialidade__bottom .card-especialidade__listservices.is-open:after {
  content: "";
  font-size: 20px;
  height: 26px;
  display: inline-block;
  transition: all 0.4s ease;
}
@media (min-width: 1200px) {
  .card-especialidade .card-especialidade__bottom .card-especialidade__listservices.is-open {
    min-height: 0;
  }
}
.card-especialidade .card-especialidade__bottom .card-especialidade__listservices .card-especialidade__itemservices {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 15px;
  padding-left: 25px;
  background: url("../images/icon-check-white.svg") no-repeat left top;
  background-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.card-especialidade .card-especialidade__bottom .card-especialidade__listservices .card-especialidade__itemservices:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.card-especialidade .card-especialidade__bottom .card-especialidade__listservices .card-especialidade__itemservices:last-child .card-especialidade__itemservicestxt {
  padding: 0;
}
.card-especialidade .card-especialidade__bottom .card-especialidade__listservices .card-especialidade__itemservices .card-especialidade__itemservicestxt {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .card-especialidade .card-especialidade__bottom .card-especialidade__listservices .card-especialidade__itemservices {
    font-size: 17px;
    background: url("../images/icon-check-white.svg") no-repeat left top;
    background-size: 20px;
    padding-left: 35px;
  }
}

.slide-especialidades {
  padding-bottom: 30px;
}
.slide-especialidades .swiper-pagination-bullet-active {
  background: #88D764;
}
.slide-especialidades.swiper {
  overflow: visible;
}
.slide-especialidades .card-especialidade__video {
  max-width: 100%;
}
.slide-especialidades .swiper-button-prev, .slide-especialidades .swiper-button-next {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}
.slide-especialidades .swiper-button-prev:after, .slide-especialidades .swiper-button-next:after {
  font-size: 15px;
  color: #fff;
}
.slide-especialidades .swiper-button-prev {
  left: -15px;
}
.slide-especialidades .swiper-button-next {
  right: -15px;
}
@media (max-width: 959px) {
  .slide-especialidades {
    max-width: 560px;
    margin: 0 auto 30px;
  }
}
@media (min-width: 960px) {
  .slide-especialidades {
    padding-bottom: 0;
  }
  .slide-especialidades .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto !important;
  }
  .slide-especialidades .slide-especialidades__item {
    width: 32% !important;
  }
}

/*** ESPECIALIDADES ***/
/*** TRANSFORMAR ***/
.sec-transformar {
  padding: 30px 0;
  background-color: #2A8A5A;
}
@media (min-width: 1200px) {
  .sec-transformar {
    padding: 60px 0;
  }
  .sec-transformar .row {
    align-items: center;
  }
}

.img-transformar {
  display: block;
  border-radius: 10px;
  margin: 0 auto 30px;
}
@media (min-width: 1200px) {
  .img-transformar {
    border-radius: 40px;
    margin: 0 auto;
  }
  .col-info-tranformar {
    padding-left: 60px;
  }
}

.tt-sec {
  font-weight: 200;
  font-size: 28px;
  line-height: 30px;
  color: #F6F6F6;
  margin-bottom: 40px;
}
.tt-sec .destaque-bold {
  font-weight: 700;
}
@media (min-width: 1200px) {
  .tt-sec {
    font-size: 64px;
    line-height: 1;
    margin-bottom: 55px;
  }
  .lista-transformar {
    max-width: 570px;
  }
}
.lista-transformar .lista-transformar__item {
  padding-left: 30px;
  background: url("../images/icon-check-green.svg") no-repeat left 3px;
  background-size: 20px;
  margin-bottom: 30px;
}
.lista-transformar .lista-transformar__item:last-child {
  margin-bottom: 0;
}
.lista-transformar .lista-transformar__item .lista-transformar__tt {
  font-size: 20px;
  line-height: 1.4;
  color: #f6f6f6;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .lista-transformar .lista-transformar__item .lista-transformar__tt {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.lista-transformar .lista-transformar__item .lista-transformar__txt {
  font-size: 17px;
  line-height: 1.3;
  color: #f6f6f6;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .lista-transformar .lista-transformar__item {
    background: url("../images/icon-check-green.svg") no-repeat left 3px;
    background-size: 30px;
    padding-left: 40px;
  }
}

/*** TRANSFORMAR ***/
/*** CASES ***/
.sec-cases {
  padding: 30px 0;
}
.sec-cases.is-page {
  padding: 0;
}
@media (min-width: 1200px) {
  .sec-cases {
    padding: 100px 0 0;
  }
  .sec-cases .tt-transposto {
    min-height: 180px;
  }
  .sec-cases .tt-transposto .tt-transposto__text {
    font-size: 160px;
  }
}

.card-case {
  background-color: #EEEFF4;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.8s ease;
}
@media (max-width: 767px) {
  .card-case.is-blue {
    background-color: #48A6EC;
  }
}
.card-case.is-blue:hover {
  background-color: #48A6EC;
}
@media (max-width: 767px) {
  .card-case.is-green {
    background-color: #88D764;
  }
}
.card-case.is-green:hover {
  background-color: #88D764;
}
@media (max-width: 767px) {
  .card-case.is-cian {
    background-color: #00CECE;
  }
}
.card-case.is-cian:hover {
  background-color: #00CECE;
}
@media (min-width: 1200px) {
  .card-case {
    margin-bottom: 25px;
  }
}
.card-case .card-case__info {
  padding: 35px 25px;
}
@media (min-width: 1200px) {
  .card-case .card-case__info {
    min-height: 210px;
  }
}
.card-case .card-case__info .card-case__setor {
  transition: all 0.4s ease;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  color: #212121;
}
@media (max-width: 767px) {
  .card-case .card-case__info .card-case__setor {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .card-case .card-case__info .card-case__setor {
    font-size: 16px;
  }
}
.card-case .card-case__info .card-case__tt {
  transition: all 0.4s ease;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.05;
  color: #212121;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .card-case .card-case__info .card-case__tt {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .card-case .card-case__info .card-case__tt {
    font-size: 40px;
  }
}
.card-case .card-case__info .card-case__tag {
  transition: all 0.4s ease;
  font-weight: 300;
  font-size: 10px;
  line-height: 1;
  display: inline-block;
  border: 1px solid #212121;
  color: #212121;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 12px;
  margin: 0 4px 4px 0;
}
@media (max-width: 767px) {
  .card-case .card-case__info .card-case__tag {
    color: #fff;
    border-color: #fff;
  }
}
@media (min-width: 768px) {
  .card-case .card-case__info .card-case__tag {
    font-size: 12px;
  }
}
.card-case .card-case__thumb {
  display: block;
  overflow: hidden;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
@media (max-width: 767px) {
  .card-case .card-case__setor, .card-case .card-case__tt, .card-case .card-case__tag {
    color: #fff;
  }
  .card-case .card-case__tag {
    border-color: #fff;
  }
}
.card-case:hover .card-case__setor, .card-case:hover .card-case__tt, .card-case:hover .card-case__tag {
  color: #fff;
}
.card-case:hover .card-case__tag {
  border-color: #fff;
}

.slide-cases {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.slide-cases.swiper {
  overflow: visible;
}
.slide-cases .swiper-pagination-bullet-active {
  background: #88D764;
}
.slide-cases .swiper-button-prev, .slide-cases .swiper-button-next {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}
.slide-cases .swiper-button-prev:after, .slide-cases .swiper-button-next:after {
  font-size: 15px;
  color: #fff;
}
.slide-cases .swiper-button-prev {
  left: -15px;
}
.slide-cases .swiper-button-next {
  right: -15px;
}
@media (max-width: 959px) {
  .slide-cases {
    max-width: 560px;
    margin: 0 auto 30px;
  }
}
@media (min-width: 960px) {
  .slide-cases {
    padding-bottom: 0;
  }
  .slide-cases .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto !important;
  }
  .slide-cases .slide-cases__item {
    width: 32% !important;
    /* min-height: 100%; */
  }
  .slide-cases .slide-cases__item .card-case__info {
    /* min-height: 190px; */
  }
}

.btn-cases {
  display: block;
  margin: 0 auto;
  max-width: 240px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #212121;
  padding: 25px;
  text-align: center;
  border: 1px solid #212121;
  border-radius: 35px;
}
.btn-cases .pre-btn {
  padding-right: 5px;
}

/*** CASES ***/
/*** CLIENTES ***/
.sec-clientes {
  padding: 60px 0;
}
.sec-clientes .container {
  padding: 0;
}
.sec-clientes .container .col-clientes {
  padding: 0;
}

.slide-clientes .swiper-button-next, .slide-clientes .swiper-button-prev, .slide-clientes .swiper-pagination {
  display: none !important;
}
.slide-clientes .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
}

/*** CLIENTES ***/
/*** CTA ***/
.sec-cta {
  padding: 60px 0;
}
@media (min-width: 960px) {
  .sec-cta {
    padding: 30px 0;
  }
}

.tt-cta {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.05;
  color: #212121;
  margin-bottom: 30px;
}
.tt-cta .color-blue {
  color: #48A6EC;
}
.tt-cta .sub-text {
  display: block;
  font-weight: 300;
  font-size: 22px;
  padding-bottom: 20px;
}
@media (min-width: 360px) {
  .tt-cta {
    font-size: 42px;
  }
  .tt-cta .sub-text {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .tt-cta .color-blue {
    display: block;
  }
}
@media (min-width: 1200px) {
  .tt-cta {
    font-size: 64px;
    margin-bottom: 45px;
  }
  .tt-cta .sub-text {
    font-size: 36px;
  }
}

.btn-cta {
  display: block;
  margin: 0 auto;
  max-width: 240px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #212121;
  padding: 25px;
  text-align: center;
  border: 1px solid #212121;
  border-radius: 35px;
  transition: all 0.4s ease;
}
.btn-cta .pre-btn {
  padding-right: 5px;
}
.btn-cta:hover {
  background-color: #212121;
  color: #fff;
}

/*** CTA ***/
/*** FOOTER ***/
.footer {
  padding: 40px 0 70px;
}
@media (min-width: 1200px) {
  .footer {
    padding: 100px 0 70px;
  }
}

.col-logo-footer {
  text-align: center;
}

.logo-footer {
  display: block;
  margin: 0 auto 30px;
}
@media (min-width: 1200px) {
  .logo-footer {
    margin: 0 auto 55px;
  }
}

.social-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .social-links {
    max-width: 590px;
  }
}
.social-links .social-links__item {
  font-size: 16px;
  line-height: 1;
}
.social-links .social-links__item:hover {
  opacity: 0.8;
}
@media (min-width: 360px) {
  .social-links .social-links__item {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .social-links .social-links__item {
    font-size: 28px;
    width: 150px;
    text-align: center;
  }
}

/*** FOOTER ***/
/*** CUSTOM SELECT ***/
/*** CUSTOM SELECT ***/
/*** float btn ***/
.float-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 75px;
  height: 70px;
  text-align: center;
  z-index: 999;
}
.float-btn .float-btn__link {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 38px;
  color: #212121;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  padding: 23px 0;
  transition: all 0.4s ease;
}
@media (min-width: 1200px) {
  .float-btn .float-btn__link {
    font-size: 17px;
    padding: 33px 0;
    border-radius: 50px;
  }
}
.float-btn .float-btn__link:hover {
  opacity: 0.8;
  background-color: #212121;
  color: #fff;
}
@media (min-width: 1200px) {
  .float-btn {
    width: 100px;
    height: 100px;
  }
}

/*** float btn ***/
.video-top {
  max-width: 100%;
}

.card-especialidade__video::-webkit-media-controls {
  display: none !important;
}

.card-especialidade__video {
  pointer-events: none; /* opcional: impede qualquer clique no vídeo */
}

/*** FORM ***/
.form-input {
  display: block;
  width: 100%;
  padding: 17px 30px;
  background: transparent;
  border: 2px solid #7D7D7D;
  border-radius: 33px;
  font-size: 20px;
  color: #7D7D7D;
  line-height: 1;
  margin-bottom: 15px;
  text-align: center;
}
.form-input::placeholder {
  color: #7D7D7D;
}
.form-input:focus {
  outline: none;
}

.form-btn {
  border: 3px solid transparent;
  max-width: none;
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 17px 30px;
  border-radius: 33px;
  background: #C93321;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}
.form-btn:hover {
  color: #FFFFFF;
}

.form-cta .form-control {
  position: relative;
}
.form-cta .container-message {
  width: 100%;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}
.form-cta .messages {
  font-size: 16px;
  position: relative;
  padding: 5px 10px;
  margin-bottom: 5px;
  border: 1px solid transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
}
.form-cta .messages.is-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.form-cta .messages.is-danger, .form-cta label.error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

label.error {
  position: absolute;
  top: -15px;
  left: 50%;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 3px 10px;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 10;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*** FORM ***/
/*** cursor ***/
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  font-size: 17px;
  color: #212121;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  padding: 25px 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  z-index: 9999;
  display: none; /* Oculto inicialmente */
}

@media (max-width: 959px) {
  .custom-cursor {
    display: none !important;
  }
}
/*** cursor ***/
/*** topo ***/
.card-interna-case-top {
  padding: 30px 15px;
  border-radius: 20px;
  overflow: hidden;
}
.card-interna-case-top.is-blue {
  background-color: #48A6EC;
}
.card-interna-case-top.is-green {
  background-color: #88D764;
}
.card-interna-case-top.is-cian {
  background-color: #00CECE;
}
.card-interna-case-top .tt-interna-setor-top {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .card-interna-case-top .tt-interna-setor-top {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.card-interna-case-top .tt-interna-cliente {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .card-interna-case-top .tt-interna-cliente {
    font-size: 64px;
    margin-bottom: 40px;
  }
}
.card-interna-case-top .st-interna-campanha {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .card-interna-case-top .st-interna-campanha {
    font-size: 40px;
  }
  .card-interna-case-top {
    padding: 60px;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .card-interna-case-top .card-interna-case-top__info {
    width: 50%;
  }
  .card-interna-case-top .card-interna-case-top__figure {
    width: 50%;
    padding-left: 30px;
  }
}

/*** topo ***/
/*** projeto ***/
.sec-case-projeto {
  padding: 50px 0;
}
@media (min-width: 1200px) {
  .sec-case-projeto {
    padding: 120px 0;
  }
}

.projeto-display .projeto-display__tt {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 10px;
  color: #212121;
  font-weight: 600;
}
@media (min-width: 960px) {
  .projeto-display .projeto-display__tt {
    font-size: 40px;
  }
}
.projeto-display .projeto-display__text {
  font-size: 18px;
  line-height: 1.28;
  margin-bottom: 10px;
  color: #212121;
  font-weight: 300;
}
@media (min-width: 960px) {
  .projeto-display .projeto-display__text {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.projeto-display .ficha-projeto .ficha-projeto__item {
  padding: 20px 0;
  border-bottom: 1px solid #212121;
}
@media (min-width: 960px) {
  .projeto-display .ficha-projeto .ficha-projeto__item {
    padding: 35px 0;
  }
}
.projeto-display .ficha-projeto .ficha-projeto__item .ficha-projeto__base, .projeto-display .ficha-projeto .ficha-projeto__item .ficha-projeto__text {
  font-size: 16px;
  line-height: 1;
  color: #212121;
}
.projeto-display .ficha-projeto .ficha-projeto__item.is-separated {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.projeto-display .ficha-projeto .ficha-projeto__item.is-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.projeto-display .ficha-projeto .ficha-projeto__item.is-list .ficha-projeto__base {
  margin-right: 40px;
}
.projeto-display .ficha-projeto .ficha-projeto__item .ficha-projeto__tags {
  display: block;
  max-width: 100%;
}
@media (max-width: 959px) {
  .projeto-display .ficha-projeto .ficha-projeto__item .ficha-projeto__tags {
    width: 100%;
    padding-top: 20px;
  }
}
.projeto-display .ficha-projeto .ficha-projeto__item .ficha-projeto__tags .ficha-projeto__tag {
  display: inline-block;
  border: 1px solid #212121;
  font-size: 12px;
  line-height: 1;
  padding: 7px 10px;
  border-radius: 14px;
  text-transform: uppercase;
  margin: 0 5px 0 0;
}
@media (max-width: 959px) {
  .projeto-display .ficha-projeto .ficha-projeto__item .ficha-projeto__tags .ficha-projeto__tag {
    margin: 0 5px 10px 0;
  }
}
@media (min-width: 960px) {
  .projeto-display {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .projeto-display .projeto-display__left {
    width: 35%;
  }
  .projeto-display .projeto-display__right {
    width: 65%;
  }
}

/*** projeto ***/
/*** campanha ***/
.sec-case-campanha {
  padding: 50px 0;
}
@media (min-width: 1200px) {
  .sec-case-campanha {
    padding: 120px 0;
  }
}

.campanha-display .campanha-display__tt {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 10px;
  color: #212121;
  font-weight: 600;
}
@media (min-width: 960px) {
  .campanha-display .campanha-display__tt {
    font-size: 40px;
  }
}
.campanha-display .campanha-display__text {
  font-size: 18px;
  line-height: 1.28;
  margin-bottom: 10px;
  color: #212121;
  font-weight: 300;
}
@media (min-width: 960px) {
  .campanha-display .campanha-display__text {
    font-size: 28px;
  }
  .campanha-display {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .campanha-display .campanha-display__left {
    width: 35%;
  }
  .campanha-display .campanha-display__right {
    width: 55%;
  }
}

/*** campanha ***/
/*** vitrine ***/
@media (min-width: 540px) {
  .col-vitrine-dupla {
    display: flex;
    justify-content: space-between;
  }
  .col-vitrine-dupla .img-vitrine-full.is-40 {
    width: 40%;
  }
  .col-vitrine-dupla .img-vitrine-full.is-47 {
    width: 47%;
  }
  .col-vitrine-dupla .img-vitrine-full.is-58 {
    width: 58%;
  }
}

.img-vitrine-full {
  margin-bottom: 30px;
}

.video-vitrine {
  max-width: 100%;
  border-radius: 20px;
}
@media (min-width: 960px) {
  .video-vitrine {
    border-radius: 40px;
  }
}

/*** vitrine ***/
/*** seguinte ***/
.sec-case-next {
  position: relative;
  padding: 50px 0 20px;
}
.sec-case-next .tt-transposto {
  position: static;
  top: unset;
  left: unset;
  transform: translate(0, 0);
}
@media (max-width: 767px) {
  .sec-case-next .tt-transposto {
    margin-bottom: 30px;
    text-align: center;
    min-height: auto;
    position: relative;
    top: unset;
    left: unset;
    transform: translate(0, 0);
  }
  .sec-case-next .tt-transposto .tt-transposto__text {
    position: relative;
    top: unset;
    left: unset;
    transform: translate(0, 0);
    text-align: center;
    white-space: wrap;
  }
}
@media (min-width: 960px) {
  .sec-case-next {
    padding: 120px 0 50px;
  }
}
@media (min-width: 960px) and (max-width: 1299px) {
  .sec-case-next .tt-transposto {
    min-height: 170px;
  }
  .sec-case-next .tt-transposto .tt-transposto__text {
    font-size: 150px;
  }
}

.col-card-unico .card-case {
  max-width: 400px;
  margin: 0 auto;
}

/*** seguinte ***/
.lexend-200 {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.lexend-300 {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.lexend-400 {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.lexend-600 {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.lexend-700 {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

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

.txt-uppercase, .text-uppercase {
  text-transform: uppercase;
}

@media (max-width: 959px) {
  .lg-break {
    display: none !important;
  }
}

.text-example {
  font-size: 40px;
  margin-bottom: 20px;
}

.fs-40 {
  font-size: 40px;
}

@media (min-width: 767px) {
  br.break-mobile {
    display: none;
  }
}
.nowrap {
  white-space: nowrap !important;
}