@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&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: #000;
  text-decoration: none;
  background-color: transparent;
}

a:hover, a:focus {
  color: #000;
  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: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.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: 375px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .col {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* 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: 480px) {
  .bp480\:col-1 {
    width: 8.33333% !important;
  }
  .bp480\:col-2 {
    width: 16.66667% !important;
  }
  .bp480\:col-3 {
    width: 25% !important;
  }
  .bp480\:col-4 {
    width: 33.33333% !important;
  }
  .bp480\:col-5 {
    width: 41.66667% !important;
  }
  .bp480\:col-6 {
    width: 50% !important;
  }
  .bp480\:col-7 {
    width: 58.33333% !important;
  }
  .bp480\:col-8 {
    width: 66.66667% !important;
  }
  .bp480\:col-9 {
    width: 75% !important;
  }
  .bp480\:col-10 {
    width: 83.33333% !important;
  }
  .bp480\:col-11 {
    width: 91.66667% !important;
  }
  .bp480\:col-12 {
    width: 100% !important;
  }
}
@media (min-width: 640px) {
  .bp640\:col-1 {
    width: 8.33333% !important;
  }
  .bp640\:col-2 {
    width: 16.66667% !important;
  }
  .bp640\:col-3 {
    width: 25% !important;
  }
  .bp640\:col-4 {
    width: 33.33333% !important;
  }
  .bp640\:col-5 {
    width: 41.66667% !important;
  }
  .bp640\:col-6 {
    width: 50% !important;
  }
  .bp640\:col-7 {
    width: 58.33333% !important;
  }
  .bp640\:col-8 {
    width: 66.66667% !important;
  }
  .bp640\:col-9 {
    width: 75% !important;
  }
  .bp640\:col-10 {
    width: 83.33333% !important;
  }
  .bp640\:col-11 {
    width: 91.66667% !important;
  }
  .bp640\:col-12 {
    width: 100% !important;
  }
}
@media (min-width: 730px) {
  .bp730\:col-1 {
    width: 8.33333% !important;
  }
  .bp730\:col-2 {
    width: 16.66667% !important;
  }
  .bp730\:col-3 {
    width: 25% !important;
  }
  .bp730\:col-4 {
    width: 33.33333% !important;
  }
  .bp730\:col-5 {
    width: 41.66667% !important;
  }
  .bp730\:col-6 {
    width: 50% !important;
  }
  .bp730\:col-7 {
    width: 58.33333% !important;
  }
  .bp730\:col-8 {
    width: 66.66667% !important;
  }
  .bp730\:col-9 {
    width: 75% !important;
  }
  .bp730\:col-10 {
    width: 83.33333% !important;
  }
  .bp730\:col-11 {
    width: 91.66667% !important;
  }
  .bp730\: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: 818px) {
  .bp818\:col-1 {
    width: 8.33333% !important;
  }
  .bp818\:col-2 {
    width: 16.66667% !important;
  }
  .bp818\:col-3 {
    width: 25% !important;
  }
  .bp818\:col-4 {
    width: 33.33333% !important;
  }
  .bp818\:col-5 {
    width: 41.66667% !important;
  }
  .bp818\:col-6 {
    width: 50% !important;
  }
  .bp818\:col-7 {
    width: 58.33333% !important;
  }
  .bp818\:col-8 {
    width: 66.66667% !important;
  }
  .bp818\:col-9 {
    width: 75% !important;
  }
  .bp818\:col-10 {
    width: 83.33333% !important;
  }
  .bp818\:col-11 {
    width: 91.66667% !important;
  }
  .bp818\: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: 1130px) {
  .bp1130\:col-1 {
    width: 8.33333% !important;
  }
  .bp1130\:col-2 {
    width: 16.66667% !important;
  }
  .bp1130\:col-3 {
    width: 25% !important;
  }
  .bp1130\:col-4 {
    width: 33.33333% !important;
  }
  .bp1130\:col-5 {
    width: 41.66667% !important;
  }
  .bp1130\:col-6 {
    width: 50% !important;
  }
  .bp1130\:col-7 {
    width: 58.33333% !important;
  }
  .bp1130\:col-8 {
    width: 66.66667% !important;
  }
  .bp1130\:col-9 {
    width: 75% !important;
  }
  .bp1130\:col-10 {
    width: 83.33333% !important;
  }
  .bp1130\:col-11 {
    width: 91.66667% !important;
  }
  .bp1130\: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;
  }
}
.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: 480px) {
  .bp480\:offset-1 {
    margin-left: 8.33333% !important;
  }
  .bp480\:offset-2 {
    margin-left: 16.66667% !important;
  }
  .bp480\:offset-3 {
    margin-left: 25% !important;
  }
  .bp480\:offset-4 {
    margin-left: 33.33333% !important;
  }
  .bp480\:offset-5 {
    margin-left: 41.66667% !important;
  }
  .bp480\:offset-6 {
    margin-left: 50% !important;
  }
  .bp480\:offset-7 {
    margin-left: 58.33333% !important;
  }
  .bp480\:offset-8 {
    margin-left: 66.66667% !important;
  }
  .bp480\:offset-9 {
    margin-left: 75% !important;
  }
  .bp480\:offset-10 {
    margin-left: 83.33333% !important;
  }
  .bp480\:offset-11 {
    margin-left: 91.66667% !important;
  }
  .bp480\:offset-12 {
    margin-left: 100% !important;
  }
}
@media (min-width: 640px) {
  .bp640\:offset-1 {
    margin-left: 8.33333% !important;
  }
  .bp640\:offset-2 {
    margin-left: 16.66667% !important;
  }
  .bp640\:offset-3 {
    margin-left: 25% !important;
  }
  .bp640\:offset-4 {
    margin-left: 33.33333% !important;
  }
  .bp640\:offset-5 {
    margin-left: 41.66667% !important;
  }
  .bp640\:offset-6 {
    margin-left: 50% !important;
  }
  .bp640\:offset-7 {
    margin-left: 58.33333% !important;
  }
  .bp640\:offset-8 {
    margin-left: 66.66667% !important;
  }
  .bp640\:offset-9 {
    margin-left: 75% !important;
  }
  .bp640\:offset-10 {
    margin-left: 83.33333% !important;
  }
  .bp640\:offset-11 {
    margin-left: 91.66667% !important;
  }
  .bp640\:offset-12 {
    margin-left: 100% !important;
  }
}
@media (min-width: 730px) {
  .bp730\:offset-1 {
    margin-left: 8.33333% !important;
  }
  .bp730\:offset-2 {
    margin-left: 16.66667% !important;
  }
  .bp730\:offset-3 {
    margin-left: 25% !important;
  }
  .bp730\:offset-4 {
    margin-left: 33.33333% !important;
  }
  .bp730\:offset-5 {
    margin-left: 41.66667% !important;
  }
  .bp730\:offset-6 {
    margin-left: 50% !important;
  }
  .bp730\:offset-7 {
    margin-left: 58.33333% !important;
  }
  .bp730\:offset-8 {
    margin-left: 66.66667% !important;
  }
  .bp730\:offset-9 {
    margin-left: 75% !important;
  }
  .bp730\:offset-10 {
    margin-left: 83.33333% !important;
  }
  .bp730\:offset-11 {
    margin-left: 91.66667% !important;
  }
  .bp730\: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: 818px) {
  .bp818\:offset-1 {
    margin-left: 8.33333% !important;
  }
  .bp818\:offset-2 {
    margin-left: 16.66667% !important;
  }
  .bp818\:offset-3 {
    margin-left: 25% !important;
  }
  .bp818\:offset-4 {
    margin-left: 33.33333% !important;
  }
  .bp818\:offset-5 {
    margin-left: 41.66667% !important;
  }
  .bp818\:offset-6 {
    margin-left: 50% !important;
  }
  .bp818\:offset-7 {
    margin-left: 58.33333% !important;
  }
  .bp818\:offset-8 {
    margin-left: 66.66667% !important;
  }
  .bp818\:offset-9 {
    margin-left: 75% !important;
  }
  .bp818\:offset-10 {
    margin-left: 83.33333% !important;
  }
  .bp818\:offset-11 {
    margin-left: 91.66667% !important;
  }
  .bp818\: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: 1130px) {
  .bp1130\:offset-1 {
    margin-left: 8.33333% !important;
  }
  .bp1130\:offset-2 {
    margin-left: 16.66667% !important;
  }
  .bp1130\:offset-3 {
    margin-left: 25% !important;
  }
  .bp1130\:offset-4 {
    margin-left: 33.33333% !important;
  }
  .bp1130\:offset-5 {
    margin-left: 41.66667% !important;
  }
  .bp1130\:offset-6 {
    margin-left: 50% !important;
  }
  .bp1130\:offset-7 {
    margin-left: 58.33333% !important;
  }
  .bp1130\:offset-8 {
    margin-left: 66.66667% !important;
  }
  .bp1130\:offset-9 {
    margin-left: 75% !important;
  }
  .bp1130\:offset-10 {
    margin-left: 83.33333% !important;
  }
  .bp1130\:offset-11 {
    margin-left: 91.66667% !important;
  }
  .bp1130\: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;
  }
}
.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: 480px) {
  .bp480\:push-1 {
    left: 8.33333% !important;
  }
  .bp480\:push-2 {
    left: 16.66667% !important;
  }
  .bp480\:push-3 {
    left: 25% !important;
  }
  .bp480\:push-4 {
    left: 33.33333% !important;
  }
  .bp480\:push-5 {
    left: 41.66667% !important;
  }
  .bp480\:push-6 {
    left: 50% !important;
  }
  .bp480\:push-7 {
    left: 58.33333% !important;
  }
  .bp480\:push-8 {
    left: 66.66667% !important;
  }
  .bp480\:push-9 {
    left: 75% !important;
  }
  .bp480\:push-10 {
    left: 83.33333% !important;
  }
  .bp480\:push-11 {
    left: 91.66667% !important;
  }
  .bp480\:push-12 {
    left: 100% !important;
  }
}
@media (min-width: 640px) {
  .bp640\:push-1 {
    left: 8.33333% !important;
  }
  .bp640\:push-2 {
    left: 16.66667% !important;
  }
  .bp640\:push-3 {
    left: 25% !important;
  }
  .bp640\:push-4 {
    left: 33.33333% !important;
  }
  .bp640\:push-5 {
    left: 41.66667% !important;
  }
  .bp640\:push-6 {
    left: 50% !important;
  }
  .bp640\:push-7 {
    left: 58.33333% !important;
  }
  .bp640\:push-8 {
    left: 66.66667% !important;
  }
  .bp640\:push-9 {
    left: 75% !important;
  }
  .bp640\:push-10 {
    left: 83.33333% !important;
  }
  .bp640\:push-11 {
    left: 91.66667% !important;
  }
  .bp640\:push-12 {
    left: 100% !important;
  }
}
@media (min-width: 730px) {
  .bp730\:push-1 {
    left: 8.33333% !important;
  }
  .bp730\:push-2 {
    left: 16.66667% !important;
  }
  .bp730\:push-3 {
    left: 25% !important;
  }
  .bp730\:push-4 {
    left: 33.33333% !important;
  }
  .bp730\:push-5 {
    left: 41.66667% !important;
  }
  .bp730\:push-6 {
    left: 50% !important;
  }
  .bp730\:push-7 {
    left: 58.33333% !important;
  }
  .bp730\:push-8 {
    left: 66.66667% !important;
  }
  .bp730\:push-9 {
    left: 75% !important;
  }
  .bp730\:push-10 {
    left: 83.33333% !important;
  }
  .bp730\:push-11 {
    left: 91.66667% !important;
  }
  .bp730\: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: 818px) {
  .bp818\:push-1 {
    left: 8.33333% !important;
  }
  .bp818\:push-2 {
    left: 16.66667% !important;
  }
  .bp818\:push-3 {
    left: 25% !important;
  }
  .bp818\:push-4 {
    left: 33.33333% !important;
  }
  .bp818\:push-5 {
    left: 41.66667% !important;
  }
  .bp818\:push-6 {
    left: 50% !important;
  }
  .bp818\:push-7 {
    left: 58.33333% !important;
  }
  .bp818\:push-8 {
    left: 66.66667% !important;
  }
  .bp818\:push-9 {
    left: 75% !important;
  }
  .bp818\:push-10 {
    left: 83.33333% !important;
  }
  .bp818\:push-11 {
    left: 91.66667% !important;
  }
  .bp818\: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: 1130px) {
  .bp1130\:push-1 {
    left: 8.33333% !important;
  }
  .bp1130\:push-2 {
    left: 16.66667% !important;
  }
  .bp1130\:push-3 {
    left: 25% !important;
  }
  .bp1130\:push-4 {
    left: 33.33333% !important;
  }
  .bp1130\:push-5 {
    left: 41.66667% !important;
  }
  .bp1130\:push-6 {
    left: 50% !important;
  }
  .bp1130\:push-7 {
    left: 58.33333% !important;
  }
  .bp1130\:push-8 {
    left: 66.66667% !important;
  }
  .bp1130\:push-9 {
    left: 75% !important;
  }
  .bp1130\:push-10 {
    left: 83.33333% !important;
  }
  .bp1130\:push-11 {
    left: 91.66667% !important;
  }
  .bp1130\: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;
  }
}
.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: 480px) {
  .bp480\:pull-1 {
    right: 8.33333% !important;
  }
  .bp480\:pull-2 {
    right: 16.66667% !important;
  }
  .bp480\:pull-3 {
    right: 25% !important;
  }
  .bp480\:pull-4 {
    right: 33.33333% !important;
  }
  .bp480\:pull-5 {
    right: 41.66667% !important;
  }
  .bp480\:pull-6 {
    right: 50% !important;
  }
  .bp480\:pull-7 {
    right: 58.33333% !important;
  }
  .bp480\:pull-8 {
    right: 66.66667% !important;
  }
  .bp480\:pull-9 {
    right: 75% !important;
  }
  .bp480\:pull-10 {
    right: 83.33333% !important;
  }
  .bp480\:pull-11 {
    right: 91.66667% !important;
  }
  .bp480\:pull-12 {
    right: 100% !important;
  }
}
@media (min-width: 640px) {
  .bp640\:pull-1 {
    right: 8.33333% !important;
  }
  .bp640\:pull-2 {
    right: 16.66667% !important;
  }
  .bp640\:pull-3 {
    right: 25% !important;
  }
  .bp640\:pull-4 {
    right: 33.33333% !important;
  }
  .bp640\:pull-5 {
    right: 41.66667% !important;
  }
  .bp640\:pull-6 {
    right: 50% !important;
  }
  .bp640\:pull-7 {
    right: 58.33333% !important;
  }
  .bp640\:pull-8 {
    right: 66.66667% !important;
  }
  .bp640\:pull-9 {
    right: 75% !important;
  }
  .bp640\:pull-10 {
    right: 83.33333% !important;
  }
  .bp640\:pull-11 {
    right: 91.66667% !important;
  }
  .bp640\:pull-12 {
    right: 100% !important;
  }
}
@media (min-width: 730px) {
  .bp730\:pull-1 {
    right: 8.33333% !important;
  }
  .bp730\:pull-2 {
    right: 16.66667% !important;
  }
  .bp730\:pull-3 {
    right: 25% !important;
  }
  .bp730\:pull-4 {
    right: 33.33333% !important;
  }
  .bp730\:pull-5 {
    right: 41.66667% !important;
  }
  .bp730\:pull-6 {
    right: 50% !important;
  }
  .bp730\:pull-7 {
    right: 58.33333% !important;
  }
  .bp730\:pull-8 {
    right: 66.66667% !important;
  }
  .bp730\:pull-9 {
    right: 75% !important;
  }
  .bp730\:pull-10 {
    right: 83.33333% !important;
  }
  .bp730\:pull-11 {
    right: 91.66667% !important;
  }
  .bp730\: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: 818px) {
  .bp818\:pull-1 {
    right: 8.33333% !important;
  }
  .bp818\:pull-2 {
    right: 16.66667% !important;
  }
  .bp818\:pull-3 {
    right: 25% !important;
  }
  .bp818\:pull-4 {
    right: 33.33333% !important;
  }
  .bp818\:pull-5 {
    right: 41.66667% !important;
  }
  .bp818\:pull-6 {
    right: 50% !important;
  }
  .bp818\:pull-7 {
    right: 58.33333% !important;
  }
  .bp818\:pull-8 {
    right: 66.66667% !important;
  }
  .bp818\:pull-9 {
    right: 75% !important;
  }
  .bp818\:pull-10 {
    right: 83.33333% !important;
  }
  .bp818\:pull-11 {
    right: 91.66667% !important;
  }
  .bp818\: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: 1130px) {
  .bp1130\:pull-1 {
    right: 8.33333% !important;
  }
  .bp1130\:pull-2 {
    right: 16.66667% !important;
  }
  .bp1130\:pull-3 {
    right: 25% !important;
  }
  .bp1130\:pull-4 {
    right: 33.33333% !important;
  }
  .bp1130\:pull-5 {
    right: 41.66667% !important;
  }
  .bp1130\:pull-6 {
    right: 50% !important;
  }
  .bp1130\:pull-7 {
    right: 58.33333% !important;
  }
  .bp1130\:pull-8 {
    right: 66.66667% !important;
  }
  .bp1130\:pull-9 {
    right: 75% !important;
  }
  .bp1130\:pull-10 {
    right: 83.33333% !important;
  }
  .bp1130\:pull-11 {
    right: 91.66667% !important;
  }
  .bp1130\: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;
  }
}
/* ! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.faq {
  overflow: hidden;
}

.faq__item {
  border-bottom: 1px solid rgba(61, 24, 8, 0.35);
}

.faq__item:last-child .faq__item-body {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.faq__item-header {
  padding: 16px 30px 16px 0;
  position: relative;
  background-color: #fff;
  cursor: pointer;
}

.faq__item-title {
  font-family: "GlobotipoTexto-Bold";
  font-size: 17px;
  line-height: 1.3;
  color: #3D1808;
}

.faq__item-body {
  display: none;
}
.faq__item-body p {
  font-size: 17px;
  color: #3D1808;
}
.faq__item-body p a {
  color: #3D1808;
  text-decoration: underline;
}
.faq__item-body p a:hover {
  color: #3D1808;
}

.faq.is-open .faq__item-body {
  display: block;
}

.faq__item-header::before {
  position: absolute;
  top: 25px;
  right: 15px;
  display: inline-block;
  font-size: 20px;
  color: #000;
  transition: all 0.2s ease-in-out;
  width: 12px;
  height: 12px;
  content: "";
  background: url("../images/icon-faq-down.png") no-repeat center transparent;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.faq__item.is-open .faq__item-header::before {
  color: #000;
  transform: rotate(180deg);
  transition: all 0.2s ease-in-out;
}

/* ----------------------------------------------- */
.faq__item-body ul li {
  list-style: inside;
}

.faq__item-body ul,
.faq__item-body p {
  margin-bottom: 20px;
}

.btn-box {
  display: block;
  position: relative;
  max-width: 290px;
  height: 64px;
  z-index: 5;
  background: #3D1808;
  cursor: pointer;
  margin-bottom: 20px;
}
.btn-box.is-center {
  margin: 0 auto;
}
.btn-box:hover {
  opacity: 0.95;
}
.btn-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -4px;
  left: -4px;
  border: 1px solid #3D1808;
  z-index: 1;
}
.btn-box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -4px;
  right: -4px;
  border: 1px solid #3D1808;
  z-index: 1;
}
.btn-box .btn {
  font-family: "druk_text_medium";
  text-transform: uppercase;
  font-size: 22px;
  line-height: 64px;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  position: relative;
  z-index: 5;
}
.btn-box.is-brown {
  background: #3D1808;
}
.btn-box.is-brown .btn {
  color: #fff;
}
.btn-box.is-brown .btn:hover {
  color: #fff;
}
.btn-box.is-brown .btn:visited {
  color: #fff;
}
.btn-box.is-brown .btn:active {
  color: #fff;
}
.btn-box.is-brown .btn:focus {
  color: #fff;
}
.btn-box.is-brown:before {
  border: 1px solid #3D1808;
}
.btn-box.is-brown:after {
  border: 1px solid #3D1808;
}
.btn-box.is-orange {
  background: #FF7400;
}
.btn-box.is-orange .btn {
  color: #3D1808;
}
.btn-box.is-orange .btn:hover {
  color: #3D1808;
}
.btn-box.is-orange .btn:visited {
  color: #3D1808;
}
.btn-box.is-orange .btn:active {
  color: #3D1808;
}
.btn-box.is-orange .btn:focus {
  color: #3D1808;
}
.btn-box.is-orange:before {
  border: 1px solid #FF7400;
}
.btn-box.is-orange:after {
  border: 1px solid #FF7400;
}

/*** MENU ***/
.hamburguer {
  width: 45px;
  display: block;
  padding: 10px 7px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}

.hamburguer .hamburguer__item {
  margin-bottom: 6px;
  padding-top: 3px;
  display: block;
  background: #02429D;
}
.hamburguer .hamburguer__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 1150px) {
  .hamburguer {
    display: none;
  }
}
.scroll-menu {
  height: 100%;
  position: fixed;
  top: 0;
  background-color: #F5F6F7;
  z-index: 500;
  padding: 60px 30px 30px;
  transition: all 0.2s ease-in-out;
  max-width: 300px;
  width: 90%;
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.scroll-menu__close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #02429D;
  cursor: pointer;
  font-size: 60px;
  line-height: 40px;
  font-weight: 500;
}

.scroll-menu .logo.is-menu {
  max-width: 150px;
  margin: 0 auto 40px;
}

.scroll-menu .menu-item {
  display: block;
  margin: 0 0 40px;
}
.scroll-menu .menu-item.is-last {
  margin-bottom: 0;
}

.scroll-menu .menu-item .menu-link {
  font-size: 24px;
  color: #02429D;
}
.scroll-menu .menu-item .menu-link:hover {
  color: #02429D;
}

.show-menu {
  overflow: hidden;
}

.show-menu .scroll-menu {
  transform: translate3d(0, 0, 0);
  z-index: 500;
  -webkit-box-shadow: 0px 0px 53px 14px rgba(61, 24, 8, 0.5);
  -moz-box-shadow: 0px 0px 53px 14px rgba(61, 24, 8, 0.5);
  box-shadow: 0px 0px 53px 14px rgba(61, 24, 8, 0.5);
}

/*** MENU ***/
/**
 * 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.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);
  }
}
body {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #fff;
}

.wrapper {
  overflow: hidden;
  position: relative;
}

.header {
  position: fixed;
  z-index: 99;
  width: 100%;
  padding-top: 20px;
  transition: all 0.5s ease-in-out;
}
.header .logo-holder {
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .header .logo-holder {
    display: block;
    max-width: 80px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1149px) {
  .header .logo-holder {
    display: block;
    margin: 0;
    max-width: 80px;
  }
}
@media (min-width: 1150px) {
  .header .logo-holder .bg-fixed {
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 170px;
    height: 170px;
    transform: translate(-51%, -52%);
    border-radius: 85px;
    background: #F5F6F7;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(75, 75, 75, 0.55);
    box-shadow: 0px 0px 15px 0px rgba(75, 75, 75, 0.55);
    opacity: 0;
  }
}
.header .logo-holder .logo-top {
  position: relative;
  z-index: 5;
}
@media (max-width: 1149px) {
  .header.is-fixed {
    padding: 15px 0;
    background-color: #F5F6F7;
    border-bottom: 1px solid #2559A6;
  }
}
@media (min-width: 1150px) {
  .header.is-fixed {
    padding-top: 35px;
  }
  .header.is-fixed .logo-holder .bg-fixed {
    opacity: 1;
  }
}
.header .container {
  max-width: 1340px;
}

@media (min-width: 1150px) {
  .col-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 880px;
  width: 100%;
}
@media (max-width: 1149px) {
  .menu.is-desktop {
    display: none;
  }
}
.menu .menu-item {
  display: inline-block;
}
.menu .menu-item .menu-link {
  font-size: 17px;
  line-height: 1;
}
.menu .menu-part.is-items {
  width: 76%;
  display: flex;
  justify-content: space-between;
  background: #F5F6F7;
  padding: 20px 8px;
  border: 1px solid #EDEEEF;
  border-radius: 30px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(75, 75, 75, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(75, 75, 75, 0.2);
}
.menu .menu-part.is-items .menu-link {
  padding: 13px 15px;
  text-align: center;
  border-radius: 25px;
  border: 0;
  transition: all 0.5s ease-in-out;
  color: #2559A6;
  font-weight: 500;
}
.menu .menu-part.is-items .menu-link:hover {
  background-color: #2559A6;
  color: #F5F6F7;
  font-weight: 800;
}
.menu .menu-part.is-cta {
  width: 22%;
  max-width: 200px;
  display: flex;
  justify-content: flex-end;
}
.menu .menu-part.is-cta .menu-item .menu-link {
  padding: 21px 20px 20px 45px;
  background: url("../images/icon-cart.png") no-repeat 15px center #2559A6;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
  border: 0;
  border-radius: 33px;
  transition: all 0.5s ease-in-out;
}
.menu .menu-part.is-cta .menu-item .menu-link:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}
.menu.is-mobile {
  display: block;
}
.menu.is-mobile .menu-item {
  display: block;
}
.menu.is-mobile .menu-item .menu-link {
  font-size: 15px;
}
.menu.is-mobile .menu-part.is-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 50px;
}
.menu.is-mobile .menu-part.is-cta {
  width: 100%;
  display: flex;
}

.sec-top {
  position: relative;
  padding: 130px 0 0;
}
.sec-top .container {
  position: relative;
  z-index: 15;
}
.sec-top .container .col-info-top {
  z-index: 15;
}
@media (min-width: 768px) {
  .sec-top {
    padding: 130px 0 40px;
  }
}
@media (min-width: 1150px) {
  .sec-top {
    padding: 190px 0 55px;
  }
}

.bg-detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg-top.png") no-repeat center 100px transparent;
  z-index: 1;
}
@media (min-width: 768px) {
  .bg-detail {
    width: 940px;
    height: 100%;
    left: 50%;
    transform: translateX(-200px);
    background: url("../images/bg-top.png") no-repeat center transparent;
  }
}
@media (min-width: 1150px) {
  .bg-detail {
    width: 830px;
    height: 100%;
    left: 50%;
    transform: translateX(-170px);
    background: url("../images/bg-top.png") no-repeat center transparent;
  }
}

.sec-top > picture {
  display: block;
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  .sec-top > picture {
    position: static;
    z-index: auto;
  }
}

.img-top {
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .img-top {
    margin-top: -25%;
  }
}
@media (min-width: 768px) {
  .img-top {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: auto;
    z-index: 10;
    margin-left: -20%;
  }
}
@media (min-width: 975px) {
  .img-top {
    margin-left: 0;
  }
}
@media (min-width: 1000px) {
  .img-top {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    z-index: 10;
  }
}
@media (min-width: 1200px) {
  .img-top {
    position: absolute;
    right: unset;
    left: 50%;
    top: 0;
    height: 100%;
    width: auto;
    z-index: 10;
    transform: translateX(-310px);
  }
}

.tt-top {
  font-size: 36px;
  margin-bottom: 40px;
  line-height: 1.18;
  font-weight: 800;
  color: #2559A6;
}
@media (min-width: 1150px) {
  .tt-top {
    font-size: 64px;
  }
}

.txt-top {
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 1.4;
  font-weight: 400;
  color: #1F2933;
}
@media (min-width: 1150px) {
  .txt-top {
    font-size: 25px;
  }
}

.btn.cta-top {
  display: inline-block;
  padding: 20px;
  font-size: 15px;
  margin-bottom: 40px;
  line-height: 1;
  font-weight: 800;
  color: #F5F6F7;
  background-color: #2559A6;
  border: 0;
  border-radius: 30px;
}
@media (min-width: 1150px) {
  .btn.cta-top {
    padding: 20px 30px;
    font-size: 17px;
  }
}

.video-top {
  display: flex;
  justify-content: space-between;
  max-width: 330px;
  align-items: center;
}
@media (max-width: 767px) {
  .video-top {
    margin-bottom: 40px;
  }
}
.video-top .video-top__link {
  display: inline-block;
  width: 36%;
}
.video-top .video-top__link .video-top__thumb {
  position: relative;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
}
.video-top .video-top__link .video-top__thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/icon-play.png") no-repeat center transparent;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.video-top .video-top__link .video-top__thumb:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}
.video-top .video-top__link .video-top__thumb:hover:before {
  opacity: 0.8;
}
.video-top .video-top__info {
  width: 60%;
}
.video-top .video-top__info .video-top__txt {
  color: #1F2933;
  font-size: 17px;
  line-height: 1.45;
}

/*** general sec ***/
.col-title-center {
  text-align: center;
}

.tt-sec {
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 40px;
  color: #2559A6;
}
.tt-sec.is-yellow {
  color: #FFF100;
}
@media (min-width: 1150px) {
  .tt-sec {
    font-size: 45px;
  }
}

.st-sec {
  font-size: 13px;
  line-height: 1.15;
  font-weight: 500;
  margin-bottom: 10px;
  color: #B59F42;
  text-transform: uppercase;
}
.st-sec.is-snow {
  color: #F5F6F7;
}
.st-sec.is-blue {
  color: #2559A6;
}

.sec-problema {
  background-color: #F5F6F7;
  padding: 60px 0 40px;
}
@media (min-width: 1150px) {
  .sec-problema {
    padding: 110px 0 100px;
  }
}

.list-solucoes {
  padding: 30px 20px 20px;
  border-radius: 20px;
  border: 2px solid #2559A6;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .list-solucoes {
    min-height: 375px;
  }
}
@media (min-width: 900px) {
  .list-solucoes {
    min-height: 356px;
  }
}
@media (min-width: 1150px) {
  .list-solucoes {
    padding: 45px 45px 25px;
  }
}
.list-solucoes .list-solucoes__title {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.25;
  font-weight: 800;
  color: #1F2933;
}
@media (min-width: 1150px) {
  .list-solucoes .list-solucoes__title {
    font-size: 20px;
  }
}
.list-solucoes .list-solucoes__item {
  padding-left: 40px;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.45;
  font-weight: 400;
  color: #1F2933;
}
@media (min-width: 1150px) {
  .list-solucoes .list-solucoes__item {
    font-size: 17px;
  }
}
.list-solucoes.is-positive {
  background-color: #2559A6;
}
.list-solucoes.is-positive .list-solucoes__title, .list-solucoes.is-positive .list-solucoes__item {
  color: #F5F6F7;
}
.list-solucoes.is-positive .list-solucoes__item {
  background: url("../images/icon-positive.png") no-repeat left center;
}
.list-solucoes.is-negative .list-solucoes__item {
  background: url("../images/icon-negative.png") no-repeat left center;
}

.txt-cta-problema {
  color: #1F2933;
  font-size: 17px;
  line-height: 1.45;
  margin-bottom: 20px;
}

.btn.cta-problema {
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  padding: 22px;
  color: #F5F6F7;
  background-color: #2559A6;
  border: 0;
  border-radius: 30px;
  transition: all 0.5s ease-in-out;
}
.btn.cta-problema:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(75, 75, 75, 0.55);
  box-shadow: 0px 0px 15px 0px rgba(75, 75, 75, 0.55);
}
@media (min-width: 1150px) {
  .btn.cta-problema {
    font-size: 17px;
    padding: 22px 43px;
  }
}

.sec-beneficios {
  padding: 60px 0 40px;
}
@media (min-width: 1150px) {
  .sec-beneficios {
    padding: 120px 0 60px;
  }
}

.list-beneficios {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list-beneficios .list-beneficios__item {
  width: 100%;
  text-align: center;
}
.list-beneficios .list-beneficios__item .list-beneficios__icon {
  margin-bottom: 15px;
}
.list-beneficios .list-beneficios__item .list-beneficios__icon .list-beneficios__img {
  display: block;
  margin: 0 auto;
}
.list-beneficios .list-beneficios__item .list-beneficios__tt {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  color: #1F2933;
  margin-bottom: 10px;
}
.list-beneficios .list-beneficios__item .list-beneficios__txt {
  font-size: 17px;
  line-height: 1.45;
  font-weight: 400;
  color: #1F2933;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .list-beneficios {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    max-width: 590px;
    margin: 0 auto;
  }
  .list-beneficios .list-beneficios__item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .list-beneficios {
    max-width: 100%;
  }
  .list-beneficios .list-beneficios__item {
    width: 25%;
  }
}

.sec-funcionamento {
  background-color: #FEDF01;
  padding: 60px 0 40px;
}
.sec-funcionamento .tt-sec {
  color: #1F2933;
}
@media (min-width: 768px) {
  .sec-funcionamento .container .row {
    align-items: center;
  }
}
@media (min-width: 1150px) {
  .sec-funcionamento {
    padding: 80px 0 90px;
  }
}

@media (max-width: 767px) {
  .img-funcionamento {
    margin: 0 auto;
  }
}

.list-funcionamento {
  margin-bottom: 45px;
}
.list-funcionamento .list-funcionamento__item {
  margin-bottom: 35px;
}
.list-funcionamento .list-funcionamento__item .list-funcionamento__tt {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
  color: #1F2933;
  font-weight: 800;
}
.list-funcionamento .list-funcionamento__item .list-funcionamento__txt {
  font-size: 17px;
  line-height: 1.45;
  color: #1F2933;
}

.btn.cta-funcionamento {
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
  padding: 18px 40px;
  border-radius: 30px;
  color: #F5F6F7;
  border: 2px solid #2559A6;
  background-color: #2559A6;
  transition: all 0.5s ease-in-out;
}
.btn.cta-funcionamento:hover {
  background-color: #F5F6F7;
  color: #2559A6;
}
@media (max-width: 767px) {
  .btn.cta-funcionamento {
    margin-bottom: 50px;
  }
}

.cta-float {
  position: absolute;
  left: 40px;
  bottom: 90px;
  max-width: 245px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  padding: 10px 15px 10px 5px;
  border-radius: 33px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.55);
}
@media (min-width: 768px) {
  .cta-float {
    left: 10px;
    bottom: 30px;
  }
}
@media (min-width: 1150px) {
  .cta-float {
    left: 40px;
    bottom: 90px;
  }
}
.cta-float .cta-float__person {
  padding-right: 10px;
}
.cta-float .cta-float__info .cta-float__tt {
  font-size: 15px;
  line-height: 1;
  color: #1F2933;
  margin-bottom: 10px;
}
.cta-float .cta-float__info .cta-float__txt {
  font-size: 12px;
  line-height: 1;
  color: #828282;
}
.cta-float .cta-float__call {
  padding-left: 15px;
}

.sec-credibilidade {
  padding: 60px 0 40px;
  position: relative;
}
.sec-credibilidade .container {
  position: relative;
  z-index: 4;
}
@media (min-width: 1150px) {
  .sec-credibilidade {
    padding: 100px 0 90px;
  }
}

@media (max-width: 767px) {
  .img-credibilidade {
    margin: 0 auto;
  }
}

.list-credibilidade .list-credibilidade__item {
  padding-left: 35px;
  background: url("../images/icon-check.png") no-repeat left 4px;
  margin-bottom: 25px;
}
.list-credibilidade .list-credibilidade__item .list-credibilidade__txt {
  font-size: 17px;
  line-height: 1.45;
  font-weight: 400;
  color: #1F2933;
}

.sec-cta {
  background: url("../images/bgfooter.png") no-repeat center top;
  background-size: cover;
  padding: 60px 0 40px;
}
.sec-cta .tt-sec {
  font-size: 36px;
  line-height: 1.18;
  margin-bottom: 40px;
}
@media (min-width: 1150px) {
  .sec-cta .tt-sec {
    font-size: 64px;
  }
}
@media (min-width: 768px) {
  .sec-cta .container .row {
    align-items: center;
  }
}
@media (min-width: 1150px) {
  .sec-cta {
    padding: 85px 0;
  }
}

.txt-contato {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #F5F6F7;
  margin-bottom: 40px;
}
@media (min-width: 1150px) {
  .txt-contato {
    font-size: 17px;
  }
}

.form-contato {
  background-color: #fff;
  padding: 30px 15px;
  border: 0;
  border-radius: 20px;
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
@media (min-width: 1150px) {
  .form-contato {
    padding: 35px 40px;
  }
}
.form-contato .btn-form {
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  padding: 22px 15px;
  border-radius: 35px;
  background-color: #2559A6;
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 1150px) {
  .form-contato .btn-form {
    font-size: 20px;
    padding: 22px;
  }
}
.form-contato .form-control.is-wpp {
  display: flex;
  justify-content: space-between;
}
.form-contato .form-control.is-wpp .is-code {
  width: 35%;
  min-width: 148px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 0;
  margin-right: 5px;
}
.form-contato .form-control.is-wpp .is-number {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.form-contato .form-label {
  display: block;
  margin-bottom: 22px;
}
.form-contato .form-label.has-border {
  padding: 10px 15px;
  border: 1px solid #CFD3D4;
  border-radius: 8px;
}
.form-contato .form-tt {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 5px;
}
.form-contato .form-input {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1;
}
.form-contato .label {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.form-contato .label.is-aceite {
  color: #1F2933;
  font-size: 15px;
  line-height: 1.3;
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-contato .label.is-aceite input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-contato .label.is-aceite .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #B59F42;
}
.form-contato .label.is-aceite:hover input ~ .checkmark {
  background-color: #B59F42;
}
.form-contato .label.is-aceite input:checked ~ .checkmark {
  background-color: #B59F42;
}
.form-contato .label.is-aceite .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form-contato .label.is-aceite input:checked ~ .checkmark:after {
  display: block;
}
.form-contato .label.is-aceite .checkmark:after {
  left: 8px;
  top: 4px;
  width: 6px;
  height: 13px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-contato input,
.form-contato select,
.form-contato textarea {
  outline: none;
}
.form-contato input:focus, .form-contato input:focus-visible,
.form-contato select:focus,
.form-contato select:focus-visible,
.form-contato textarea:focus,
.form-contato textarea:focus-visible {
  outline: none;
  box-shadow: none;
}
.form-contato .custom-select.is-pais {
  position: relative;
  width: 100%;
  isolation: isolate;
}
.form-contato .custom-select.is-pais .pais-display {
  position: absolute;
  left: 10px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  pointer-events: none;
}
.form-contato .custom-select.is-pais .pais-flag {
  position: relative;
  flex-shrink: 0;
  width: 36px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 4px;
  overflow: hidden;
}
.form-contato .custom-select.is-pais .pais-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.form-contato .custom-select.is-pais .pais-code {
  position: relative;
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  color: #1F2933;
  white-space: nowrap;
}
.form-contato .custom-select.is-pais .pais-caret {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 16px;
  height: 16px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 20 20'%3E%3Cpath fill='%23111827' d='M5.25 7.5l4.75 5 4.75-5'/%3E%3C/svg%3E");
}
.form-contato .custom-select.is-pais .form-select {
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 58px;
  padding: 0 40px 0 12px;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  background-color: transparent;
  background-image: none;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 0 transparent;
}
.form-contato .custom-select.is-pais .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 transparent;
}
.form-contato .custom-select.is-pais .form-select option {
  color: #1F2933;
  -webkit-text-fill-color: #1F2933;
}
.form-contato .form-label.is-invalid.has-border {
  border-color: rgba(239, 68, 68, 0.9);
}
.form-contato .label.is-aceite.is-invalid .checkmark {
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.55);
}
.form-contato .form-status {
  margin-top: 14px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.35;
  padding: 12px 14px;
  border-radius: 10px;
  background: #F5F6F7;
  color: #111827;
  display: none;
}
.form-contato .form-status.is-success, .form-contato .form-status.is-error, .form-contato .form-status.is-info {
  display: block;
}
.form-contato .form-status.is-success {
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.35);
  color: #065f46;
}
.form-contato .form-status.is-error {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #7f1d1d;
}
.form-contato .form-status.is-info {
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.3);
  color: #1e3a8a;
}
.form-contato.is-sending .btn-form {
  opacity: 0.65;
  pointer-events: none;
  filter: grayscale(10%);
}

.ff-manrope-xlight {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.ff-manrope-light {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.ff-manrope-regular {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.ff-manrope-medium {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.ff-manrope-semibold {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.ff-manrope-bold {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.ff-manrope-xbold {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.destaque-part {
  display: inline-block;
  background: #FF7D12;
  background: linear-gradient(180deg, rgba(255, 125, 18, 0) 60%, rgb(255, 241, 0) 60%);
}
@media (min-width: 1200px) {
  .destaque-part {
    display: inline-block;
    background: #FF7D12;
    background: linear-gradient(180deg, rgba(255, 125, 18, 0) 60%, rgb(255, 241, 0) 60%);
  }
}

.destaque-words {
  color: #B59F42;
}

.break-desktop {
  display: none;
}
@media (min-width: 1200px) {
  .break-desktop {
    display: block;
  }
}

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

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

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

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.block{
  display: block;
}

.table{
  display: table;
}

.hidden{
  display: none;
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.bg-fixed{
  background-attachment: fixed;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.italic{
  font-style: italic;
}

.underline{
  text-decoration-line: underline;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.teste {
  color: #fff;
}

.cartola {
  color: blue;
}