.floating-whatsapp-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.whatsapp-dialog {
  display: none;
  background-color: #003465;
  border-radius: 30px 30px 0 30px;
  color: white;
  position: absolute;
  bottom: 31vh;
  right: 0;
  width: 335px;
  height: 257px;
  padding: 29px;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1200px) {
  .whatsapp-dialog {
    bottom: 38vh;
  }
}
.whatsapp-dialog p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 0;
}
.whatsapp-dialog input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  background: transparent;
  border-bottom: 1px solid white;
  color: white;
  font-size: 22px;
  font-weight: 600;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}
.whatsapp-dialog input::-moz-placeholder {
  color: white;
  opacity: 1;
}
.whatsapp-dialog input::placeholder {
  color: white;
  opacity: 1;
}
.whatsapp-dialog__button {
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #003465;
  background: #fff;
  border-radius: 100px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  gap: 10px;
  font-size: 15px;
}
.whatsapp-dialog__button:disabled {
  opacity: 0.5;
}
.whatsapp-dialog__button i {
  transition: all 0.3s ease-in-out;
}
.whatsapp-dialog__button:hover i {
  opacity: 0;
  margin-left: -30px;
}

.floating-whatsapp-button {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: none;
  outline: none;
  color: #ffffff;
  z-index: 610;
  background-color: #0dc143;
  transition: 0.3s;
  cursor: pointer;
  /*iOS Devices*/
  /*Android Devices*/
  /*Mobile screen*/
}
@supports (-webkit-touch-callout: none) {
  .floating-whatsapp-button {
    top: 27vh;
    transform: translateY(-50%);
  }
}
@supports not (-webkit-touch-callout: none) {
  .floating-whatsapp-button {
    bottom: 27vh;
    transform: translateY(50%);
  }
}
@media (max-width: 1200px) {
  .floating-whatsapp-button {
    width: 66px;
    height: 66px;
    right: 15px;
  }
}
@media (max-width: 320px) {
  .floating-whatsapp-button {
    top: 92vw;
    right: 3px;
  }
}
.floating-whatsapp-button--hidden {
  display: none;
}
.floating-whatsapp-button--inside-menu {
  position: relative;
  right: unset;
  top: unset;
  bottom: unset;
  transform: unset;
  height: 50px;
}
.floating-whatsapp-button--inside-menu .icon-icone-contato {
  font-size: 24px;
}
.floating-whatsapp-button--inside-menu > .floating-whatsapp-button__label {
  width: 200px !important;
  height: 50px;
  opacity: 1;
}
.floating-whatsapp-button__label {
  background-color: #0dc143;
  color: #ffffff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 80px;
  height: 80px;
  right: 40px;
  padding-right: 44px;
  opacity: 0;
  font-weight: 600;
  transition: 0.2s;
  z-index: -1;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 100px 0 0 100px;
  /*Mobile screen*/
}
@media (max-width: 1200px) {
  .floating-whatsapp-button__label {
    width: 66px;
    height: 66px;
    right: 33px;
    padding-right: 37px;
  }
}
.floating-whatsapp-button:hover > .floating-whatsapp-button__label {
  font-size: 15px;
  /*Mobile screen*/
}
@media (min-width: 1200px) {
  .floating-whatsapp-button:hover > .floating-whatsapp-button__label {
    width: 250px;
    opacity: 1;
  }
}
.floating-whatsapp-button__icon {
  font-size: 36px;
  z-index: 1;
  /*Mobile screen*/
}
@media (max-width: 1200px) {
  .floating-whatsapp-button__icon {
    font-size: 30px;
  }
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Medium.woff2") format("woff2"), url("../fonts/Graphik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Bold.woff2") format("woff2"), url("../fonts/Graphik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik Super";
  src: url("../fonts/Graphik-Super.woff2") format("woff2"), url("../fonts/Graphik-Super.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Regular.woff2") format("woff2"), url("../fonts/Graphik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*!
 * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #3b3b3b;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(20.75, 20.75, 20.75);
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1180px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3b3b3b;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 2px solid #3b3b3b;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #3b3b3b;
  background-color: #ffffff;
  border-color: rgb(122.75, 122.75, 122.75);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(59, 59, 59, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #3b3b3b;
}
select.form-control:focus::-ms-value {
  color: #3b3b3b;
  background-color: #ffffff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #3b3b3b;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #3b3b3b;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(59, 59, 59, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #3b3b3b;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #3b3b3b;
  box-shadow: 0 0 0 0.2rem rgba(59, 59, 59, 0.25);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #3b3b3b;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #3b3b3b;
  box-shadow: 0 0 0 0.2rem rgba(59, 59, 59, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #3b3b3b;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #3b3b3b;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #3b3b3b;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(84.5, 84.5, 84.5);
  background-color: rgb(84.5, 84.5, 84.5);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(59, 59, 59, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #3b3b3b;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #3b3b3b;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #3b3b3b;
  box-shadow: 0 0 0 0.2rem rgba(59, 59, 59, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

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

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #3b3b3b;
  background-color: #3b3b3b;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(59, 59, 59, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(122.75, 122.75, 122.75);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: rgb(148.25, 148.25, 148.25);
  border-color: rgb(148.25, 148.25, 148.25);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: 2px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #3b3b3b;
  background-color: #3b3b3b;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(59, 59, 59, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(59, 59, 59, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(59, 59, 59, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 4px);
  left: calc(-2.25rem + 4px);
  width: calc(1rem - 8px);
  height: calc(1rem - 8px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(59, 59, 59, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 44px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3b3b3b;
  vertical-align: middle;
  background: #dadbdb url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233b3b3b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 2px solid #3b3b3b;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(122.75, 122.75, 122.75);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(59, 59, 59, 0.25);
}
.custom-select:focus::-ms-value {
  color: #3b3b3b;
  background-color: #ffffff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #3b3b3b;
}

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

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

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 44px;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 44px;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(122.75, 122.75, 122.75);
  box-shadow: 0 0 0 0.2rem rgba(59, 59, 59, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 44px;
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #3b3b3b;
  background-color: #ffffff;
  border: 2px solid #3b3b3b;
  border-radius: 5px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #3b3b3b;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 5px 5px 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(59, 59, 59, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(59, 59, 59, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(59, 59, 59, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #3b3b3b;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(148.25, 148.25, 148.25);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #3b3b3b;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(148.25, 148.25, 148.25);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #3b3b3b;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(148.25, 148.25, 148.25);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@font-face {
  font-family: "icomoon";
  src: url("/portal/novaklabin/fonts/icomoon.woff2?rm7ztt") format("woff2"), url("/portal/novaklabin/fonts/icomoon.ttf?rm7ztt") format("truetype"), url("/portal/novaklabin/fonts/icomoon.woff?rm7ztt") format("woff"), url("/portal/novaklabin/fonts/icomoon.svg?rm7ztt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-delivery-2:before {
  content: "\E90C";
}

.icon-churrasqueira-2:before {
  content: "\E90D";
}

.icon-home-office:before {
  content: "\E90E";
}

.icon-piso:before {
  content: "\E90F";
}

.icon-play:before {
  content: "\E910";
}

.icon-delivery:before {
  content: "\E90B";
}

.icon-academia:before {
  content: "\E900";
}

.icon-brinquedoteca:before {
  content: "\E901";
}

.icon-churrasqueira:before {
  content: "\E902";
}

.icon-gourmet:before {
  content: "\E903";
}

.icon-jogos:before {
  content: "\E904";
}

.icon-piscina:before {
  content: "\E905";
}

.icon-quadra:before {
  content: "\E906";
}

.icon-chat:before {
  content: "\E907";
}

.icon-prev:before {
  content: "\E908";
}

.icon-next:before {
  content: "\E909";
}

.icon-close-line:before {
  content: "\E90A";
}

.popup-aviso-cookie {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-size: 13px;
  width: 100%;
  padding: 30px 25px 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  transition: opacity 0.3s ease-in-out;
}
.popup-aviso-cookie.hide {
  opacity: 0;
}
.popup-aviso-cookie .content {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .popup-aviso-cookie .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 45px 0 30px;
  }
}
@media (min-width: 1200px) {
  .popup-aviso-cookie .content {
    padding: 0 40px 0 0;
  }
}
.popup-aviso-cookie p {
  line-height: 1.4;
  font-weight: 300;
  margin: 0;
}
.popup-aviso-cookie p a {
  color: #fff;
  text-decoration: underline;
}
.popup-aviso-cookie .btn-entendi {
  background: #004b8e;
  color: #fff;
  font-weight: 300;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  outline: 0;
  font-size: 16px;
  width: 160px;
  height: 42px;
  line-height: 42px;
  display: block;
  margin: 15px auto 0;
  transition: all 0.2s ease-in-out;
}
.popup-aviso-cookie .btn-entendi:hover {
  background: #003e75;
}
@media (min-width: 768px) {
  .popup-aviso-cookie .btn-entendi {
    flex-shrink: 0;
    margin: 0 0 0 15px;
  }
}
.popup-aviso-cookie .btn-fechar {
  background: none;
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 7px;
  right: 5px;
}
@media (min-width: 768px) {
  .popup-aviso-cookie .btn-fechar {
    top: 20px;
  }
}
@media (min-width: 1200px) {
  .popup-aviso-cookie .btn-fechar {
    right: calc(50% - 577px);
  }
}
@media (min-width: 768px) {
  .popup-aviso-cookie {
    padding: 14px 0;
  }
}

.popup-aviso-cookie p {
  font-size: 12.3px;
}

.popup-aviso-cookie .btn-fechar {
  font-size: 16px;
  margin-top: 3px;
}

html {
  font-size: 16px;
}

body {
  font-family: "Graphik", sans-serif;
  line-height: 1.47;
}

main {
  overflow: hidden;
}

section {
  position: relative;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  letter-spacing: 0.7px;
}
button:focus {
  outline: 0;
}

figure {
  margin: 0;
}

.btn {
  width: 100%;
  height: 57px;
  max-width: 355px;
  border-radius: 18px;
  box-shadow: 8px 8px 15px 0 rgba(255, 255, 255, 0.1);
  background-color: #ED1C23;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 3px;
}
@media (min-width: 1200px) {
  .btn {
    font-size: 19px;
  }
}
.btn i {
  font-size: 28px;
  display: inline-block;
  overflow: hidden;
  margin: 0 0 -8px 10px;
}
@media (min-width: 1200px) {
  .btn i, .btn span {
    display: inline-block;
    transition: all 0.2s ease-in-out;
  }
  .btn:hover span {
    transform: translateX(18px);
  }
  .btn:hover i {
    transform: translateX(-18px);
    opacity: 0;
  }
}

img.lazy {
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
img.lazy.loaded {
  opacity: 1;
}

.owl-carousel .owl-nav {
  --nav-bg: #fff;
  --nav-color: #888;
  --nav-size: 54px;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 212px;
  width: var(--nav-size);
  height: var(--nav-size);
  color: var(--nav-color);
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.owl-carousel .owl-nav .owl-next::after, .owl-carousel .owl-nav .owl-prev::after {
  content: "";
  width: var(--nav-size);
  height: var(--nav-size);
  background: var(--nav-bg);
  opacity: 0.8;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-nav .owl-next::before, .owl-carousel .owl-nav .owl-prev::before {
  position: relative;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-nav .owl-next.disabled, .owl-carousel .owl-nav .owl-prev.disabled {
  visibility: hidden;
  opacity: 0;
}
.owl-carousel .owl-nav .owl-next:hover::after, .owl-carousel .owl-nav .owl-prev:hover::after {
  opacity: 1;
  transform: scale(1.2);
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-dots {
  --dots-color: #fff;
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
.owl-carousel .owl-dots .owl-dot {
  height: 12px;
  width: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 1px;
}
.owl-carousel .owl-dots .owl-dot span {
  border: 1px solid var(--dots-color);
  border-radius: 50%;
  display: block;
  height: 8px;
  width: 8px;
  transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-dots .owl-dot.active span {
  transform: scale(1.5);
  background: var(--dots-color);
}

.vetor-1 {
  width: 392px;
  height: 45.4px;
  background: url(../img/vetor-1.svg) no-repeat center/contain;
}

.vetor-2, .vetor-3 {
  background: url(../img/vetor-2.svg) no-repeat center/contain;
  width: 392.2px;
  height: 36.4px;
}

.vetor-4 {
  background: url(../img/vetor-5.svg) no-repeat center/contain;
  width: 392.2px;
  height: 36.4px;
}

.aviso-deslize-mob {
  text-align: right;
  font-size: 14px;
  color: #6c6c6b;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .aviso-deslize-mob {
    display: none;
  }
}
.aviso-deslize-mob i {
  width: 44px;
  height: 44px;
  margin: 0 0 -19px 10px;
  overflow: hidden;
  border: solid 1px #707070;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

header .mobile {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
@media (min-width: 992px) {
  header {
    background: #fff;
    position: fixed;
    width: 810px;
    height: 74px;
    left: calc(50% - 300px);
    border-radius: 0 0 0 30px;
    z-index: 10;
  }
  header .mobile {
    display: none;
  }
  header .desktop {
    position: absolute;
    top: 18px;
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  header {
    left: calc(50% - 240px);
  }
}
@media (max-width: 991.98px) {
  header .menu {
    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 11;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .menu-open header .menu {
    visibility: visible;
    transform: translateX(0);
  }
}
header .menu .logo {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  header .menu .logo {
    display: none;
  }
}
header .menu .logo img {
  width: 257px;
}
header .menu .btn-close {
  background: #007334;
  border: 1px solid #fff;
  border-radius: 18px 0 0 0;
  color: #fff;
  font-size: 16px;
  width: 67px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  header .menu .btn-close {
    display: none;
  }
}
header .menu a {
  display: block;
  color: #007334;
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
  font-weight: 500;
}
header .menu a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  header .menu a {
    height: 74px;
    line-height: 74px;
    font-size: 17px;
    padding: 0;
    position: relative;
  }
  header .menu a::after {
    content: "";
    background: #007334;
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: 0 100%;
    transform: scaleY(0);
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
  header .menu a:hover::after {
    opacity: 1;
    transform: scaleY(1);
  }
}
header .menu .btn {
  height: 56px;
  background: #055192;
  border-radius: 18px 0 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
@media (min-width: 992px) {
  header .menu .btn {
    height: 74px;
    border-radius: 30px 0 0;
    border: 1px solid #fff;
    padding: 0 0 0 37px;
    font-size: 17px;
  }
}
header .menu .btn::after {
  content: "";
  background: #055192;
  width: 50vw;
  height: 56px;
  position: absolute;
  left: 99%;
  top: 0;
}
@media (min-width: 992px) {
  header .menu .btn::after {
    top: -1px;
    border: solid #fff;
    border-width: 1px 0;
    height: 74px;
  }
}
header .menu ul {
  padding: 0 0 0 15px;
  margin: 0;
}
@media (min-width: 992px) {
  header .menu ul {
    display: flex;
    justify-content: space-between;
  }
}
header .menu li {
  list-style: none;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  header .menu li {
    margin-bottom: 0;
  }
}

.btns-mobile {
  background: #007334;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 18px 0 0;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 130px;
  height: 56px;
}
.btns-mobile::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 65px;
  width: 1px;
  height: 28px;
  background: #fff;
}
@media (min-width: 992px) {
  .btns-mobile {
    display: none;
  }
}
.btns-mobile button {
  height: 54px;
  width: 56px;
  margin: 0 4px;
}
.btns-mobile .btn-menu {
  position: relative;
}
.btns-mobile .btn-menu::after, .btns-mobile .btn-menu::before, .btns-mobile .btn-menu div {
  background: #fff;
  content: "";
  height: 2px;
  position: absolute;
  top: 20px;
  right: 14px;
  width: 23px;
}
.btns-mobile .btn-menu::before {
  right: 19px;
}
.btns-mobile .btn-menu div {
  top: 27px;
  width: 19px;
}
.btns-mobile .btn-menu::after {
  top: 34px;
  width: 22px;
}
.btns-mobile .btn-contato {
  color: #fff;
  font-size: 30px;
  line-height: 60px;
}

.intro {
  height: 590px;
  color: #fff;
  background: linear-gradient(to bottom, rgba(136, 136, 136, 0) 80%, rgba(136, 136, 136, 0), #000000), #557fa9 url(../img/fachada-mob-new.webp) no-repeat center/cover;
}
@media (min-width: 992px) {
  .intro {
    height: 640px;
    background: #007334 url(../img/bg-intro-desk.png) no-repeat center;
    margin-bottom: 0;
  }
}
.intro-logo {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media (min-width: 992px) {
  .intro-logo {
    top: 55px;
    left: 20px;
  }
}
@media (min-width: 1200px) {
  .intro-logo {
    left: calc(50% - 570px);
  }
}
.intro-logo span {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 6px;
  padding: 8px 12px;
  background: #ffea3d;
  color: #035026;
  border-radius: 8px 0px 8px 0px;
}
@media (min-width: 992px) {
  .intro-logo span {
    margin-bottom: 14px;
  }
}
.intro-logo img {
  width: 270px;
}
@media (min-width: 992px) {
  .intro-logo img {
    width: 319px;
  }
}
.intro-subtit {
  display: none;
}
@media (min-width: 992px) {
  .intro-subtit {
    display: block;
    position: absolute;
    left: 20px;
    bottom: 50px;
    width: 665px;
    height: 391px;
    background: url(../img/new-images/eu-1.webp) no-repeat;
  }
  .intro-subtit span {
    font-size: 80px;
    font-weight: bold;
    line-height: 0.8;
    letter-spacing: -5.6px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .intro-subtit {
    left: calc(50% - 570px);
  }
}
.intro-tipologia {
  position: absolute;
  top: 150px;
  left: 10px;
}
@media (min-width: 992px) {
  .intro-tipologia {
    left: auto;
    right: 20px;
    top: 160px;
  }
}
@media (min-width: 1200px) {
  .intro-tipologia {
    top: 140px;
    right: calc(50% - 570px);
  }
}
.intro-tipologia p {
  text-align: center;
  font-weight: 500;
  font-size: 34px;
  line-height: 0.7;
}
@media (min-width: 992px) {
  .intro-tipologia p {
    font-size: 69px;
    margin-bottom: 40px;
  }
}
.intro-tipologia p span {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -1.08px;
  line-height: 1.2;
  display: block;
}
@media (min-width: 992px) {
  .intro-tipologia p span {
    font-size: 44px;
  }
}
.intro-tipologia p span:first-child {
  font-size: 60px;
  font-weight: 900;
  display: block;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .intro-tipologia p span:first-child {
    display: inline-block;
    font-size: 90px;
  }
}
.intro-tipologia p span:last-child {
  font-size: 22px;
  font-weight: normal;
}
@media (min-width: 992px) {
  .intro-tipologia p span:last-child {
    font-size: 35px;
  }
}
.intro-tipologia .btn {
  width: 295px;
  position: absolute;
  left: calc(100vw - 325px);
  bottom: -60px;
}
@media (min-width: 992px) {
  .intro-tipologia .btn {
    position: initial;
    width: 325px;
  }
}
@media (min-width: 1200px) {
  .intro-tipologia .btn {
    margin-left: -52px;
  }
}
.intro-valor {
  position: absolute;
  bottom: -112px;
  right: 0;
  margin: 0;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  height: 112px;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.1;
  background: #0254A4;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .intro-valor {
    align-items: center;
    gap: 15px;
  }
}
@media (min-width: 992px) {
  .intro-valor {
    width: 325px;
    height: 96px;
    top: 374px;
    right: 21px;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .intro-valor {
    right: calc(50% - 525px);
  }
}
.intro-valor strong {
  display: block;
  font-size: 56px;
}
.intro-valor strong sup {
  font-size: 31px;
  margin: 0 0 0 -7px;
  font-weight: normal;
}

.localizacao {
  z-index: 4;
}
.localizacao-intro {
  background: linear-gradient(to bottom, #dcdcdc 10%, transparent 20%), #dadbdb url(../img/bg-localizacao-mob.jpg) no-repeat center 150px/contain;
  padding: 30px 0 40px;
}
@media (min-width: 1200px) {
  .localizacao-intro {
    background: linear-gradient(to bottom, #dcdcdc 10%, transparent 20%), #dadbdb url(../img/bg-localizacao.jpg) no-repeat center 100px/cover;
    padding-top: 80px;
  }
}
.localizacao-intro-tit {
  max-width: 355px;
  background: url(../img/eu-2.png) no-repeat center top/100%;
  padding: 154px 0 0 18px;
  margin: 0 0 26px -20px;
  color: #fff;
}
@media (min-width: 1200px) {
  .localizacao-intro-tit {
    max-width: 429px;
    padding-top: 186px;
  }
}
.localizacao-intro-tit span {
  font-size: 62px;
  font-weight: bold;
  line-height: 0.85;
  letter-spacing: -4.76px;
  display: block;
}
@media (min-width: 1200px) {
  .localizacao-intro-tit span {
    font-size: 80px;
    line-height: 0.8;
    letter-spacing: -5.6px;
  }
}
.localizacao-intro-tit::after {
  content: "";
  width: 30px;
  height: 5px;
  background-color: #ed1c23;
  display: block;
  margin: 32px 0 0 2px;
}
.localizacao-intro-texto {
  margin-bottom: 50px;
  font-size: 18px;
  color: #000;
}
@media (min-width: 1200px) {
  .localizacao-intro-texto {
    width: 375px;
    min-height: 220px;
  }
}
.localizacao-intro-metro {
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 -20px 20px;
  display: none;
}
@media (min-width: 1200px) {
  .localizacao-intro-metro {
    overflow: initial;
    text-align: right;
    margin: 0 0 -1px;
    display: none;
  }
}
.localizacao-intro-metro img {
  width: 796px;
  height: 281px;
  margin: 0 5px;
  display: inline-block;
}
@media (min-width: 1200px) {
  .localizacao-intro-metro img {
    margin: 0;
    height: 331px;
    width: 938px;
  }
}
.localizacao-intro .aviso-deslize-mob {
  display: none;
}
.localizacao-img {
  background: #DADBDB;
}
@media (min-width: 992px) {
  .localizacao-img {
    padding: 40px;
    display: flex;
    justify-content: center;
  }
}
.localizacao-img picture {
  width: 100%;
  position: relative;
  display: block;
  max-width: 950px;
}
.localizacao-img img {
  width: 100%;
}
.localizacao-endereco {
  position: relative;
  z-index: 2;
  padding: 88px 0 113px;
  border-radius: 0 0 30px 30px;
  background: #dadbdb url(../img/bg-localizacao-2-mob.jpg) no-repeat center/cover;
  color: #000;
}
@media (min-width: 1200px) {
  .localizacao-endereco {
    background-image: url(../img/bg-localizacao-2.jpg);
    padding: 102px 0 92px;
  }
}
.localizacao-endereco-l1 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.41;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .localizacao-endereco-l1 {
    font-size: 20px;
  }
  .localizacao-endereco-l1 br {
    display: none;
  }
}
.localizacao-endereco-l2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.12;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .localizacao-endereco-l2 {
    margin-bottom: 37px;
    font-size: 40px;
  }
  .localizacao-endereco-l2 br {
    display: none;
  }
}
.localizacao-endereco::after {
  content: "";
  width: 5px;
  height: 30px;
  background-color: #ed1c23;
  position: absolute;
  left: 20px;
  bottom: -15px;
}
@media (min-width: 1200px) {
  .localizacao-endereco::after {
    left: calc(50% - 570px);
  }
}
.localizacao-texto {
  background: #dadbdb;
  margin-top: -30px;
  padding-top: 76px;
  overflow: hidden;
  font-size: 18px;
  color: #000;
}
@media (min-width: 1200px) {
  .localizacao-texto {
    padding: 80px 0 50px;
    border-radius: 0 0 30px 30px;
  }
}
.localizacao-texto p {
  margin-bottom: 0;
}
.localizacao-texto .vetor-1 {
  float: right;
}
@media (max-width: 991.98px) {
  .localizacao-texto .vetor-1 {
    width: 260px;
    margin: 35px -20px -2px 0;
    height: 35px;
  }
}
@media (min-width: 992px) {
  .localizacao-texto .vetor-1 {
    margin: 10px -105px 0 0;
  }
}
.localizacao-regiao {
  background: #dadbdb;
  border-radius: 0 0 30px 30px;
}
@media (min-width: 1200px) {
  .localizacao-regiao {
    background: none;
    border-radius: 0;
    position: absolute;
    top: 80px;
    left: calc(50% - 95px);
    display: flex;
    align-items: flex-end;
    width: 665px;
  }
}
.localizacao-regiao-carrossel {
  border-radius: 30px 0 0;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .localizacao-regiao-carrossel {
    width: 410px;
  }
}
.localizacao-regiao-carrossel .item {
  overflow: hidden;
  position: relative;
}
.localizacao-regiao-carrossel .item figure {
  display: block;
  position: relative;
  height: 550px;
}
@media (min-width: 1200px) {
  .localizacao-regiao-carrossel .item figure {
    height: 600px;
  }
}
.localizacao-regiao-carrossel .item figure::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 15%, transparent 85%, rgba(0, 0, 0, 0.8));
  position: absolute;
  top: 0;
  left: 0;
}
.localizacao-regiao-carrossel .item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.localizacao-regiao-carrossel .item figcaption {
  position: absolute;
  bottom: 17px;
  left: 20px;
  font-size: 15px;
  color: #fff;
  z-index: 2;
}
@media (min-width: 1200px) {
  .localizacao-regiao-carrossel .item figcaption {
    bottom: 27px;
  }
}
.localizacao-regiao-carrossel.owl-carousel .owl-nav .owl-next, .localizacao-regiao-carrossel.owl-carousel .owl-nav .owl-prev {
  --nav-bg: transparent;
  --nav-size: 44px;
  --nav-color: #fff;
  top: auto;
  bottom: 20px;
  right: 20px;
}
.localizacao-regiao-carrossel.owl-carousel .owl-nav .owl-next::after, .localizacao-regiao-carrossel.owl-carousel .owl-nav .owl-prev::after {
  border: 2px solid #fff;
}
.localizacao-regiao-carrossel.owl-carousel .owl-nav .owl-next:hover, .localizacao-regiao-carrossel.owl-carousel .owl-nav .owl-prev:hover {
  --nav-bg: #fff;
  --nav-color: #a8a8a8;
}
.localizacao-regiao-carrossel.owl-carousel .owl-nav .owl-prev {
  right: 80px;
  left: auto;
}
.localizacao-regiao-carrossel.owl-carousel .owl-dots {
  top: 28px;
  bottom: auto;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.localizacao-regiao-carrossel.owl-carousel .owl-dots .owl-dot {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 2px;
}
.localizacao-regiao-carrossel.owl-carousel .owl-dots .owl-dot span {
  background: #fff;
  border-radius: 0;
  transition: none;
  transform-origin: 0;
  transform: scaleX(0);
  width: 100%;
  height: 2px;
}
.localizacao-regiao-carrossel.owl-carousel .owl-dots .owl-dot.bg span {
  transform: scaleX(1);
}
.localizacao-regiao-carrossel.owl-carousel .owl-dots .owl-dot.active span {
  transform: scaleX(0);
}
.localizacao-regiao-carrossel.owl-carousel .owl-dots .owl-dot.anima span {
  transition: transform 4.8s linear;
  transform: scaleX(1);
}
.localizacao-regiao-itens {
  padding: 20px 20px 30px;
  color: #000;
}
@media (min-width: 1200px) {
  .localizacao-regiao-itens {
    padding: 0 0 0 10px;
  }
}
.localizacao-regiao-itens ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.localizacao-regiao-itens li {
  border-left: 20px solid #00a553;
  padding-left: 10px;
  height: 20px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

.lazer {
  margin-top: -30px;
  z-index: 3;
  color: #fff;
}
.lazer-galeria {
  padding: 80px 0 50px;
  background: #007334 no-repeat center bottom 149px/160%;
}
@media (min-width: 1200px) {
  .lazer-galeria {
    background-size: auto;
    background-position: center 8px;
    padding: 160px 0 110px;
    min-height: 872px;
  }
}
@media (min-width: 1200px) {
  .lazer-galeria-texto {
    width: 350px;
    position: relative;
    z-index: 2;
  }
}
.lazer-galeria-tit {
  font-size: 60px;
  font-weight: bold;
  line-height: 0.82;
  letter-spacing: -4.48px;
  margin-bottom: 35px;
  position: relative;
}
.lazer-galeria-tit::after {
  content: "";
  background: url(../img/vetor-4.svg) no-repeat;
  width: 120px;
  height: 170px;
  position: absolute;
  left: 195px;
  top: -20px;
}
@media (min-width: 1200px) {
  .lazer-galeria-tit::after {
    left: 245px;
    top: -70px;
  }
}
@media (min-width: 1200px) {
  .lazer-galeria-tit {
    margin: 82px 0 46px;
    font-size: 80px;
    line-height: 0.8;
    letter-spacing: -5.6px;
  }
}
.lazer-galeria-hashtag {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 35px;
  position: relative;
  display: inline-block;
}
@media (min-width: 1200px) {
  .lazer-galeria-hashtag {
    padding-top: 15px;
  }
}
.lazer-galeria-hashtag::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 30px;
  height: 5px;
  background-color: #ffea3d;
}
@media (min-width: 1200px) {
  .lazer-galeria-carrossel {
    position: absolute;
    top: 160px;
    width: 780px;
    right: calc(50% - 590px);
  }
}
.lazer-galeria-carrossel .owl-item {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.lazer-galeria-carrossel .owl-item.active {
  opacity: 1;
}
.lazer-galeria-carrossel .owl-stage-outer {
  overflow: visible;
}
.lazer-galeria-carrossel .item {
  border-radius: 23px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.07);
  padding: 10px 10px 50px;
  margin: 0 20px;
}
.lazer-galeria-carrossel .item picture {
  width: 100%;
  height: 0;
  padding-bottom: 68.59%;
  position: relative;
  display: block;
}
@media (min-width: 1200px) {
  .lazer-galeria-carrossel .item picture {
    padding-bottom: 63.47%;
  }
}
.lazer-galeria-carrossel .item img {
  width: 100%;
  height: auto;
  position: absolute;
  border-radius: 15px;
}
.lazer-galeria-carrossel .item [class^=icon] {
  position: absolute;
  width: 58px;
  height: 58px;
  color: #007334;
  background: #fff;
  border-radius: 50%;
  right: -5px;
  top: 54vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}
@media (min-width: 1200px) {
  .lazer-galeria-carrossel .item [class^=icon] {
    top: 445px;
    right: -5px;
    width: 80px;
    height: 80px;
    font-size: 40px;
  }
}
.lazer-galeria-carrossel .item .icon-gourmet {
  font-size: 28px;
}
@media (min-width: 1200px) {
  .lazer-galeria-carrossel .item .icon-gourmet {
    font-size: 36px;
  }
}
.lazer-galeria-carrossel .item figcaption {
  border-top: 1px solid rgba(255, 255, 255, 0.2588235294);
  padding-top: 14px;
  margin: 20px 0 0 10px;
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .lazer-galeria-carrossel .item figcaption {
    min-height: 54px;
  }
}
@media (min-width: 992px) {
  .lazer-galeria-carrossel .item figcaption {
    font-size: 15px;
  }
}
.lazer-galeria .btn {
  margin-bottom: 30px;
}
.lazer-decoracao {
  border-radius: 0 0 30px 30px;
  background: #007334 url(../img/bg-decoracao.jpg) no-repeat center bottom;
  background-size: 230% auto;
  position: relative;
  z-index: 2;
  padding: 0 0 40px;
}
@media (min-width: 1200px) {
  .lazer-decoracao {
    background-size: 100% auto;
  }
}
.lazer-decoracao-img {
  margin: 0 -20px;
  display: block;
  padding-bottom: 38.75%;
  position: relative;
}
.lazer-decoracao-img img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.lazer-decoracao-tit {
  line-height: 1;
  margin: -41px 0 30px;
  position: relative;
  z-index: 2;
  font-size: 40px;
  letter-spacing: -2.8px;
}
@media (min-width: 992px) {
  .lazer-decoracao-tit {
    font-size: 60px;
    letter-spacing: -4.2px;
    margin: -72px 0 45px;
    line-height: 0.8;
  }
}
@media (min-width: 1200px) {
  .lazer-decoracao-tit {
    background: url(../img/vetor-6.svg) no-repeat right bottom/160px;
    width: 822px;
  }
}
.lazer-decoracao-tit span {
  background: url(../img/eu.svg) no-repeat center/contain;
  width: 141px;
  height: 86px;
  display: block;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  margin-bottom: -26px;
}
@media (min-width: 992px) {
  .lazer-decoracao-tit span {
    width: 235px;
    height: 144px;
    margin-bottom: -40px;
  }
}
.lazer-decoracao-texto {
  max-width: 1070px;
}
.lazer-decoracao-subtit {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -2.1px;
  margin-bottom: -12px;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .lazer-decoracao-subtit {
    font-size: 42px;
    letter-spacing: -2.94px;
    margin-bottom: -15px;
  }
}
.lazer-decoracao-itens {
  padding: 30px 0 60px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  margin: 0 -10px;
  width: calc(100% + 20px);
}
@media (min-width: 992px) {
  .lazer-decoracao-itens {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin: 0 -30px;
    padding-top: 40px;
    width: auto;
  }
}
.lazer-decoracao-itens .item {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}
.lazer-decoracao-itens .item i {
  display: block;
  width: 68px;
  height: 68px;
  background: #fff;
  border-radius: 50%;
  color: #007334;
  box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.2);
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
}
.lazer-decoracao .vetor-4 {
  position: absolute;
  top: -20px;
  right: -224px;
}
@media (min-width: 1200px) {
  .lazer-decoracao .vetor-4 {
    top: 534px;
    right: calc(50% - 730px);
  }
}
.lazer-destaque {
  margin-top: -30px;
  padding: 100px 0 36px;
  border-radius: 0 0 30px 30px;
  background: #dadbdb url(../img/bg-lazer-mob.jpg) no-repeat center/cover;
  position: relative;
}
@media (min-width: 1200px) {
  .lazer-destaque {
    background-image: url(../img/bg-lazer.jpg);
    padding: 80px 0 50px;
  }
  .lazer-destaque::after {
    content: "";
    background: url(../img/vetor-3.svg) no-repeat;
    width: 1067px;
    height: 83.5px;
    position: absolute;
    top: 229px;
    left: calc(50% - 385px);
  }
}
@media (min-width: 992px) {
  .lazer-destaque .container {
    display: flex;
    justify-content: space-between;
  }
}
.lazer-destaque p {
  max-width: 355px;
  background: no-repeat center top/100%;
  padding: 145px 0 0 4px;
  position: relative;
}
@media (min-width: 1200px) {
  .lazer-destaque p {
    max-width: 429px;
    padding: 176px 0 0 7px;
  }
}
.lazer-destaque p span {
  font-size: 62px;
  font-weight: bold;
  line-height: 0.85;
  letter-spacing: -4.76px;
  display: block;
}
@media (min-width: 1200px) {
  .lazer-destaque p span {
    font-size: 80px;
    line-height: 0.8;
    letter-spacing: -5.6px;
  }
}
.lazer-destaque p::before {
  content: "";
  width: 20.8px;
  height: 4.3px;
  background-color: #00a651;
  position: absolute;
  right: 0;
  top: 210px;
  z-index: 3;
}
@media (min-width: 992px) {
  .lazer-destaque p::before {
    right: -58px;
    top: 242px;
  }
}
.lazer-destaque p::after {
  content: "";
  width: 30px;
  height: 5px;
  background-color: #ed1c23;
  display: block;
  margin: 27px 0 0 2px;
}
.lazer-destaque .video {
  z-index: 2;
}
@media (min-width: 992px) {
  .lazer-destaque .video {
    width: 560px;
  }
}
@media (min-width: 1200px) {
  .lazer-destaque .video {
    width: 650px;
  }
}
.lazer-destaque .video .embed-responsive {
  margin: 30px 0 0;
  width: 100%;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  background: #444;
}
@media (min-width: 992px) {
  .lazer-destaque .video .embed-responsive {
    max-width: 1135px;
    margin: 0 auto;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.7);
  }
}
.lazer-destaque .video .img {
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.2s ease;
  width: 100%;
  z-index: 2;
}
.lazer-destaque .video .img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.lazer-destaque .video .img .btn-play {
  align-items: center;
  height: 100%;
  justify-content: center;
  display: flex;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(2, 103, 47, 0.6);
  transition: all 0.2s ease-in-out;
}
.lazer-destaque .video .img .btn-play span {
  color: #fff;
  font-size: 37px;
  font-weight: bold;
  line-height: 0.85;
  letter-spacing: -2.59px;
}
@media (min-width: 1200px) {
  .lazer-destaque .video .img .btn-play span {
    font-size: 70px;
    letter-spacing: -4.9px;
    transition: all 0.2s ease-in-out;
  }
}
.lazer-destaque .video .img .btn-play [class^=icon] {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  border: 4px solid #fff;
  display: flex;
  font-size: 16px;
  height: 54px;
  justify-content: center;
  width: 54px;
  position: relative;
  text-indent: 1px;
  margin: 0 0 -50px 20px;
}
@media (min-width: 1200px) {
  .lazer-destaque .video .img .btn-play [class^=icon] {
    height: 100px;
    width: 100px;
    font-size: 25px;
    text-indent: 4px;
    margin: 0 0 -80px 30px;
    transition: all 0.2s ease-in-out;
  }
}
.lazer-destaque .video .img .btn-play:hover {
  text-decoration: none;
  opacity: 0.5;
}
.lazer-destaque .video .img .btn-play:hover span {
  transform: translateX(-30px);
  opacity: 0;
}
.lazer-destaque .video .img .btn-play:hover [class^=icon] {
  opacity: 0;
  transform: scale(1.2);
}
.lazer-destaque .video .img.playing {
  opacity: 0;
  visibility: hidden;
}

.apartamentos {
  padding-top: 60px;
  z-index: 2;
}
@media (min-width: 992px) {
  .apartamentos {
    padding-top: 70px;
  }
}
.apartamentos-galeria {
  position: relative;
}
@media (min-width: 1200px) {
  .apartamentos-galeria {
    background: url(../img/vetor-3.svg) no-repeat left calc(50% - 490px) top 380px/800px, url(../img/vetor-3.svg) no-repeat right calc(50% - 350px) top 610px/800px;
  }
}
@media (max-width: 991.98px) {
  .apartamentos-galeria .vetor-2 {
    width: 256px;
    margin: 0 0 20px -30px;
  }
}
@media (min-width: 992px) {
  .apartamentos-galeria .vetor-2 {
    margin-bottom: 48px;
  }
}
.apartamentos-galeria p {
  max-width: 630px;
  margin-bottom: 26px;
  font-size: 18px;
}
@media (min-width: 992px) {
  .apartamentos-galeria p {
    margin-bottom: 46px;
  }
}
.apartamentos-galeria-carrossel {
  width: calc(100% + 40px);
  margin: 0 -20px 40px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .apartamentos-galeria-carrossel {
    width: 960px;
    margin: 0 auto;
  }
}
.apartamentos-galeria-carrossel .owl-dots {
  --dots-color: #b8b8b8;
}
.apartamentos-galeria-carrossel .owl-nav {
  --nav-color: #fff;
  --nav-bg: #a8a8a8;
}
.apartamentos-galeria-carrossel .item {
  margin: 0 20px;
}
.apartamentos-galeria-carrossel .item picture {
  width: 100%;
  height: 0;
  padding-bottom: 68.59%;
  position: relative;
  display: block;
}
@media (min-width: 992px) {
  .apartamentos-galeria-carrossel .item picture {
    padding-bottom: 0;
    height: 510px;
  }
}
.apartamentos-galeria-carrossel .item img {
  width: 100%;
  height: auto;
  position: absolute;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .apartamentos-galeria-carrossel .item img {
    height: 100%;
  }
}
.apartamentos-galeria-carrossel .item figcaption {
  border-top: 1px solid #d0d0d0;
  color: #a8a8a8;
  padding-top: 14px;
  margin-top: 20px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .apartamentos-galeria-carrossel .item figcaption {
    font-size: 15px;
  }
}
.apartamentos-galeria .vetor-klabin {
  width: 135px;
  height: 320px;
  background: url(../img/klabin-vertical.svg) no-repeat center/contain;
  position: absolute;
  right: -20px;
  bottom: -190px;
}
@media (min-width: 1200px) {
  .apartamentos-galeria .vetor-klabin {
    top: 27px;
    right: calc(50% - 620px);
    width: 156px;
    height: 368px;
  }
}
.apartamentos-galeria .vetor-3 {
  float: right;
  margin-top: 10px;
}
.apartamentos-varanda {
  position: relative;
  z-index: 2;
}
.apartamentos-varanda-tit {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.8px;
  color: #6c6c6b;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .apartamentos-varanda-tit {
    margin-top: 80px;
  }
}
.apartamentos-varanda figure {
  position: relative;
  margin: 0;
  display: block;
}
@media (max-width: 575.98px) {
  .apartamentos-varanda figure span {
    display: block;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 768px) {
  .apartamentos-varanda figure span {
    width: 100%;
    height: 0;
    padding-bottom: 52.65%;
    position: relative;
    display: block;
  }
}
.apartamentos-varanda figure figcaption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.6px;
  color: #fff;
}
@media (min-width: 1200px) {
  .apartamentos-varanda figure figcaption {
    left: calc(50% - 570px);
  }
}
.apartamentos-varanda figure img {
  display: inline-block;
}
@media (max-width: 575.98px) {
  .apartamentos-varanda figure img {
    height: 505px;
  }
}
@media (min-width: 768px) {
  .apartamentos-varanda figure img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
.apartamentos-varanda .vetor-2 {
  position: absolute;
  bottom: -22px;
}
@media (max-width: 991.98px) {
  .apartamentos-varanda .vetor-2 {
    width: 270px;
  }
}
@media (min-width: 992px) {
  .apartamentos-varanda .vetor-2 {
    right: calc(50% - 570px);
  }
}
.apartamentos-contato {
  border-radius: 0 0 30px 30px;
  background: linear-gradient(to bottom, #dcdcdc 15%, transparent 40%), url(../img/bg-aptos-mob.jpg) no-repeat center 20px/cover;
  padding: 63px 0 83px;
  position: relative;
  color: #000;
}
@media (min-width: 1200px) {
  .apartamentos-contato {
    background: linear-gradient(to bottom, #dcdcdc, transparent 70%), url(../img/bg-aptos.jpg) no-repeat center/cover;
    padding: 90px 0 70px;
  }
  .apartamentos-contato::after {
    content: "";
    background: url(../img/vetor-3.svg) no-repeat right 0;
    width: 1037px;
    height: 83.5px;
    position: absolute;
    top: 40px;
    left: calc(50% - 355px);
  }
}
.apartamentos-contato p {
  margin-bottom: 46px;
  max-width: 490px;
  font-size: 18px;
}

.plantas {
  margin-top: -30px;
  border-radius: 0 0 30px 30px;
  padding: 73vw 0 50px;
  color: #fff;
  background: url(../img/bg-plantas-mob-1.png) no-repeat center 40px/100%, #007133 url(../img/bg-plantas-mob-2.jpg) no-repeat center 142vw/100%;
}
@media (min-width: 1200px) {
  .plantas {
    background: #007334 url(../img/bg-plantas.png) no-repeat center;
    padding: 100px 0;
  }
}
.plantas-tit {
  font-size: 60px;
  font-weight: bold;
  line-height: 0.78;
  letter-spacing: -4.48px;
  margin-bottom: 35px;
}
@media (min-width: 1200px) {
  .plantas-tit {
    margin: 45px 0 46px;
    font-size: 68px;
    line-height: 0.8;
    line-height: 0.79;
    letter-spacing: -4.76px;
  }
}
.plantas-texto {
  max-width: 370px;
}
@media (max-width: 991.98px) {
  .plantas-texto br {
    display: none;
  }
}
.plantas-dorms {
  font-size: 21px;
}
@media (min-width: 1200px) {
  .plantas-dorms {
    margin-bottom: 30px;
    max-width: 370px;
    text-align: center;
  }
}
.plantas-dorms strong {
  font-size: 31px;
  font-weight: 900;
}
.plantas-hashtag {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .plantas-hashtag {
    margin-bottom: 46px;
    font-size: 28px;
  }
}
.plantas-carrossel {
  margin: 0 -20px 40px;
  width: calc(100% + 40px);
}
@media (min-width: 1200px) {
  .plantas-carrossel {
    width: 775px;
    margin: 0;
    position: absolute;
    right: calc(50% - 585px);
    top: 100px;
  }
}
.plantas-carrossel .owl-nav {
  --nav-color: #fff;
  --nav-bg: #a8a8a8;
}
.plantas-carrossel .item {
  background: #fff;
  border-radius: 20px;
  max-width: 335px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .plantas-carrossel .item {
    width: 745px;
    height: 570px;
    max-width: none;
    padding-top: 20px;
  }
}
.plantas-carrossel .item picture {
  display: block;
  height: 70vw;
  max-height: 263px;
  padding: 15px 14px 0;
}
@media (min-width: 1200px) {
  .plantas-carrossel .item picture {
    height: 410px;
    max-height: none;
    width: 560px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
}
.plantas-carrossel .item img {
  width: 100%;
}
@media (min-width: 1200px) {
  .plantas-carrossel .item img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right bottom;
       object-position: right bottom;
  }
}
.plantas-carrossel .item .infos {
  background: #007334;
  padding: 145px 15px 60px;
  margin: -125px 16px 0;
  height: 305px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1200px) {
  .plantas-carrossel .item .infos {
    width: 330px;
    height: 321px;
    position: absolute;
    right: 111px;
    bottom: 0;
    padding: 180px 15px 0;
    margin: 0;
  }
}
.plantas-carrossel .item .infos .tipo {
  font-size: 14px;
  text-transform: uppercase;
  max-width: 140px;
}
@media (min-width: 1200px) {
  .plantas-carrossel .item .infos .tipo {
    margin-bottom: 0;
  }
}
.plantas-carrossel .item .infos .tipo::after {
  content: "";
  display: block;
  width: 63.9px;
  height: 3.9px;
  background-color: #00a652;
  margin-top: 10px;
}
.plantas-carrossel .item .infos .descricao {
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .plantas-carrossel .item .infos .descricao {
    font-size: 23px;
  }
}
.plantas-carrossel .item .infos .descricao strong {
  font-size: 34px;
  font-weight: 900;
  display: block;
}
@media (min-width: 1200px) {
  .plantas-carrossel .item .infos .descricao strong {
    font-size: 44px;
  }
}

.contato {
  border-radius: 0 0 20px 20px;
  margin-top: 50px;
  padding: 20px 0 70px;
}
.contato-logo {
  display: block;
  margin: 0 auto 35px;
  width: 290px;
}
@media (min-width: 992px) {
  .contato-logo {
    width: 350px;
  }
}
.contato .vetor-2 {
  width: 290px;
  height: 33px;
  margin: 0 auto 30px;
}
@media (min-width: 992px) {
  .contato .vetor-2 {
    width: 350px;
    margin-bottom: 40px;
  }
}
.contato-tit {
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

.form {
  max-width: 540px;
  margin: 0 auto;
  position: relative;
}
.form .form-group {
  position: relative;
}
.form .form-group label {
  font-size: 16px;
  margin-bottom: 5px;
}
.form .form-control {
  font-weight: 500;
}
.form .form-control::-moz-placeholder {
  color: rgba(59, 59, 59, 0.7);
  opacity: 1;
}
.form .form-control::placeholder {
  color: rgba(59, 59, 59, 0.7);
  opacity: 1;
}
.form .custom-select {
  font-weight: 500;
}
@media (min-width: 1200px) {
  .form textarea {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .form .invalid-feedback {
    font-size: 12.5px;
    position: absolute;
    right: 0;
    width: auto;
    left: 0;
    top: 68px;
  }
}
.form .form-group-check {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .form .form-group-check {
    display: flex;
  }
}
.form .form-group-check > label {
  display: block;
}
@media (min-width: 992px) {
  .form .form-group-check > label {
    display: inline-block;
    width: auto;
    margin: 0 15px 0 0;
    font-size: 14px;
  }
}
.form .form-group-check .form-check label {
  color: #3b3b3b !important;
  font-weight: 500;
  line-height: 1;
  margin: -2px 0 0 2px;
  display: inline-block;
  cursor: pointer;
}
.form .form-group-check .form-check-inline {
  margin-right: 20px;
}
.form .form-group-check .form-check input {
  background-color: #3b3b3b;
  box-shadow: 0 0 0 10px #fff inset;
  border: 2px solid #3b3b3b;
  color: #3b3b3b;
  height: 16px;
  overflow: hidden;
  transition: all 0.15s ease-in-out;
  white-space: nowrap;
  width: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex-shrink: 0;
  cursor: pointer;
}
.form .form-group-check .form-check input:checked {
  box-shadow: 0 0 0 2px #fff inset;
}
.form .form-group-check .form-check input:focus {
  outline: 0;
}
.form .form-group-check .form-check .invalid-feedback {
  position: absolute;
  top: 19px;
  left: 0;
  width: 210px;
}
@media (min-width: 1200px) {
  .form .form-group-check .form-check .invalid-feedback {
    top: 16px;
  }
}
.form .load-safety {
  display: none;
  position: absolute;
  right: 7px;
  top: 2px;
}
@media (min-width: 1200px) {
  .form .load-safety {
    top: 1px;
  }
}
.form .load-safety:after {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  content: "";
  height: 20px;
  right: 0;
  position: absolute;
  top: 0;
  width: 20px;
  animation: rotateLF 0.5s linear infinite;
}
.form .validando ~ .load-safety {
  display: block;
}
.form .erro:valid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form .erro:valid ~ .invalid-feedback-2 {
  display: block;
}
.form .politica-privacidade-texto {
  text-align: left;
  border-top: 1px solid #1a1a1a;
  padding: 15px 0 0;
}
.form .politica-privacidade-texto p {
  font-size: 13px;
}
.form .politica-privacidade-texto a {
  color: #007b3e;
}
.form .politica-privacidade-texto a:hover {
  text-decoration: underline !important;
  color: #007b3e;
  font-weight: 600;
}
.form .btn-form {
  max-width: 100%;
  height: 57px;
  border-radius: 18px;
  box-shadow: 8px 8px 15px 0 rgba(0, 113, 51, 0.1);
  background-color: #007334;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: lowercase;
  position: relative;
  padding-bottom: 2px;
}
.form .btn-form span {
  display: inline-block;
  transition: all 0.25s ease-out;
}
.form .btn-form i {
  font-size: 16px;
  margin: 0 0 -1px 0;
  display: inline-block;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.25s ease-out;
}
@media (min-width: 1200px) {
  .form .btn-form:hover i {
    transform: translateX(8px);
    opacity: 1;
  }
  .form .btn-form:hover span {
    transform: translateX(-10px);
  }
}
.form .btn-form::before {
  align-items: center;
  background: #007334;
  content: "Aguarde...";
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 18px;
}
.form.form-sending form {
  pointer-events: none;
}
.form.form-sending form .row:not(:last-of-type) {
  opacity: 0.3;
}
.form.form-sending .btn-form:before {
  opacity: 1;
}
.form.form-error .btn-form:before {
  background: #d23c3c;
  content: "Ops...";
}
.form.form-sucess .btn-form:before {
  background: #055192;
  content: "Tudo certo!";
}
.form .msg {
  background-color: #dadbdb;
  bottom: 60px;
  border-radius: 10px;
  color: #3b3b3b;
  right: 0;
  font-size: 15px;
  opacity: 0;
  padding: 20px;
  pointer-events: initial;
  position: absolute;
  transform: scale(0.6);
  transform-origin: 99% 140%;
  transition: all 0.4s cubic-bezier(0.73, -0.37, 0.22, 1.4);
  visibility: hidden;
  width: 290px;
  z-index: 4;
}
@media (min-width: 992px) {
  .form .msg {
    width: 360px;
  }
}
.form .msg:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid #dadbdb;
  bottom: -14px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: 20px;
  width: 0;
}
.form .msg.msg-ativo {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.form .msg p {
  margin: 0;
}
.form .msg .bt {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
}
.form .msg .bt:hover {
  text-decoration: none;
}

@keyframes rotateLF {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.realizacao {
  padding: 50px 0 44px;
  background: #dadbdb;
  border-radius: 30px;
  text-align: center;
  color: #000;
}
.realizacao-logo {
  margin-bottom: 40px;
}
.realizacao-tit {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0.44px;
  text-transform: lowercase;
  color: #9c9c9b;
}
.realizacao-tit::after {
  content: "";
  display: block;
  width: 30.5px;
  height: 5px;
  margin: 15px auto 0;
  background-color: #00367a;
}
.realizacao-texto {
  max-width: 542px;
  margin: 0 auto;
  line-height: 1.75;
  letter-spacing: 0.16px;
}

footer {
  padding: 50px 0;
  text-align: center;
}
footer .btn-modal {
  width: 255px;
  height: 48px;
  border: solid 1px #3b3b3b;
  border-radius: 10px;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 50px;
  transition: all 0.2s ease-in-out;
}
footer .btn-modal:hover {
  background: #3b3b3b;
  color: #fff;
}
footer .logo-id360 img {
  width: 70px;
}

.modal {
  opacity: 0;
  transition: opacity 0.2s linear;
}
.modal.show {
  opacity: 1;
}
.modal-content {
  border-radius: 0;
  border: none;
}
.modal-header {
  background: #007334;
  border-radius: 0;
  border: none;
  color: #fff;
  height: 40px;
  padding: 0 20px;
  position: relative;
}
@media (min-width: 1200px) {
  .modal-header {
    height: 50px;
  }
}
.modal-header .close {
  background: none;
  color: #fff;
  height: 100%;
  font-size: 23px;
  height: 40px;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.modal-header .close [class^=icon] {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .modal-header .close {
    cursor: pointer;
    height: 50px;
    width: 50px;
  }
  .modal-header .close:hover {
    color: #ccc;
  }
}
.modal-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 1200px) {
  .modal-title {
    font-size: 18px;
    line-height: 50px;
    text-align: center;
  }
}
.modal-body {
  overflow: hidden;
  padding: 30px;
}
@media (min-width: 1200px) {
  .modal-body {
    padding: 35px 50px;
  }
}
.modal-body p {
  font-size: 13px;
}

.modal-contato {
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.modal-form-open .modal-contato {
  opacity: 1;
  visibility: visible;
}

.modal-contato .scroll {
  height: 100%;
  padding-top: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1200px) {
  .modal-contato .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-width: 1080px;
  }
}
.modal-contato-tit {
  max-width: 540px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .modal-contato-tit {
    margin: 0;
  }
}
.modal-contato-tit img {
  display: block;
  margin: 0 auto 30px;
  width: 320px;
}
@media (max-width: 575.98px) {
  .modal-contato-tit img {
    display: none;
  }
}
@media (min-width: 1200px) {
  .modal-contato-tit img {
    width: 365px;
    margin: 0 0 50px;
  }
}
.modal-contato-tit .vetor-2 {
  width: 365px;
  margin-bottom: 42px;
}
@media (max-width: 1199.98px) {
  .modal-contato-tit .vetor-2 {
    display: none;
  }
}
.modal-contato-tit h2 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .modal-contato-tit h2 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .modal-contato .form {
    margin: 0;
    width: 540px;
  }
}
.modal-contato .btn-close {
  background: #007334;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0 0 0 18px;
  font-size: 16px;
  width: 67px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  .modal-contato .btn-close i {
    transition: all 0.25s ease-in-out 0.1s;
    backface-visibility: hidden;
  }
  .modal-contato .btn-close:hover {
    background: none;
    border-color: #007334;
  }
  .modal-contato .btn-close:hover i {
    color: #007334;
    transform: scale(0.8);
  }
}
/*# sourceMappingURL=novaklabin.css.map*/