@charset "UTF-8";
:root {
  --ff-dm-sans: "DM Sans", sans-serif;
  --color-snow: #FFFFFF;
  --color-black: #000000;
  --color-dark: #304659;
  --color-slate: #6C777F;
  --color-grey: #929AA3;
  --color-grey-200: #D3DBE2;
  --color-sky: #3181DF;
  --color-blue: #373BC1;
  --color-green: #00DDC0;
}

* {
  padding: 0;
  margin: 0;
}

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

html,
body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img {
  border: 0;
}

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

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

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

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

b, strong {
  font-weight: bolder;
}

ul {
  list-style: none;
}

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

figure {
  margin: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/fonts//icomoon.eot?41cupr");
  src: url("../fonts/icomoon/fonts//icomoon.eot?41cupr#iefix") format("embedded-opentype"), url("../fonts/icomoon/fonts//icomoon.ttf?41cupr") format("truetype"), url("../fonts/icomoon/fonts//icomoon.woff?41cupr") format("woff"), url("../fonts/icomoon/fonts//icomoon.svg?41cupr#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-zenklub:before {
  content: "\e900";
}

.icon-behance:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e902";
}

.icon-homeoffice:before {
  content: "\e903";
}

.icon-instagram:before {
  content: "\e904";
}

.icon-linkedin:before {
  content: "\e905";
}

.icon-seguro:before {
  content: "\e906";
}

.icon-sound:before {
  content: "\e907";
}

.icon-trabalho-hibrido:before {
  content: "\e908";
}

.icon-twitter:before {
  content: "\e909";
}

.icon-nutricao:before {
  content: "\e90a";
}

.icon-auxilio:before {
  content: "\e90b";
}

.icon-gynpass:before {
  content: "\e90c";
}

.wp-block-image {
  margin: 0;
}

.has-snow-color {
  color: var(--color-snow);
}

.has-black--color {
  color: #000000;
}

.has-slate-color {
  color: #6C777F;
}

.has-grey-color {
  color: #929AA3;
}

.has-sky-color {
  color: #3181DF;
}

.has-blue-color {
  color: #373BC1;
}

.has-green-color {
  color: #00DDC0;
}

.has-gradient-h-color {
  background: #00DDC0;
  background: -webkit-linear-gradient(to right, #00DDC0 0%, #373BC1 100%);
  background: -moz-linear-gradient(to right, #00DDC0 0%, #373BC1 100%);
  background: linear-gradient(to right, #00DDC0 0%, #373BC1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.has-snow-background-color {
  background-color: var(--color-snow);
}

.has-black-background-color {
  background-color: #000000;
}

.has-slate-background-color {
  background-color: #6C777F;
}

.has-grey-background-color {
  background-color: #929AA3;
}

.has-sky-background-color {
  background-color: #3181DF;
}

.has-blue-background-color {
  background-color: #373BC1;
}

.has-green-background-color {
  background-color: var(--color-green);
}

figure.radius-0 img {
  border-radius: 0 !important;
}

figure.radius-5 img {
  border-radius: 5px !important;
}

figure.radius-10 img {
  border-radius: 10px !important;
}

figure.radius-20 img {
  border-radius: 20px !important;
}

/* rever a localização desta lista */
ul.has-gradient-bullet li {
  margin-bottom: 13px;
  padding-left: 40px;
  position: relative;
}

ul.has-gradient-bullet li:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
  background: url(../images/icons/bullet-gradient.png) no-repeat;
}

html {
  font-family: var(--ff-dm-sans), sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue";
  font-size: 10px;
}

body {
  overflow-x: hidden;
  font-family: var(--ff-dm-sans), sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue";
  font-size: 1.7rem;
  line-height: 2.3rem;
  color: var(--color-slate);
  background: white url(../images/background/bg-topo.png) top center no-repeat;
}

a {
  color: var(--color-green);
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  color: var(--color-blue);
}

p {
  margin-bottom: 20px;
  line-height: 1.4;
}

blockquote {
  position: relative;
  padding: 17px 20px;
}

b {
  font-weight: 700;
}

/*
    Estilo padrão do botão
*/
.btn,
.hs-button.large,
.editor-styles-wrapper .wp-block-button__link,
.wp-block-button__link {
  padding: 22px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  text-overflow: ellipsis;
  font-family: var(--ff-dm-sans), sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue";
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  color: #FFFFFF;
  background: linear-gradient(90deg, #00DDC0 0%, #373BC1 100%);
  border-radius: 10px !important;
  cursor: pointer;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  touch-callout: none;
  transition: all 0.1s ease-in-out;
}

.hs-button.large {
  width: 100%;
  display: block;
  border: 0;
}

.editor-styles-wrapper .wp-block-button__link:hover,
.wp-block-button__link:hover {
  transition: all 0.3s ease-in-out;
  opacity: 0.9;
  border-radius: 0;
  color: var(--color-black);
}

.hs-error-msg {
  color: red;
  font-size: 1.2rem;
}

/* -----------------------------------------*/
/* Variações */
/* -----------------------------------------*/
/* Black */
.btn.is-black,
.is-style-black .wp-block-button__link {
  background: var(--color-black) !important;
  border: 2px solid var(--color-black);
}

.btn.is-black:hover,
.is-style-black .wp-block-button__link:hover {
  color: var(--color-green);
}

/* Map */
.is-style-map .wp-block-button__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 35px;
  color: var(--color-grey);
  border: 2px solid var(--color-grey);
  background: transparent !important;
}

.is-style-map .wp-block-button__link:after {
  content: " ";
  display: inline-block;
  border: solid var(--color-grey);
  border-width: 2px 2px 0px 0;
  transform: rotate(45deg);
  transition: all 0.25s ease-in-out;
  white-space: initial;
  padding-right: 2px;
  line-height: 0;
  display: block;
  font-size: 83px !important;
  width: 12px;
  height: 12px;
}

.is-style-map .wp-block-button__link:hover {
  padding-left: 27px;
  padding-right: 12px;
  gap: 40px;
  border-color: var(--color-sky);
  color: var(--color-sky);
}

.is-style-map .wp-block-button__link:hover::after {
  width: 15px;
  height: 15px;
  border-color: var(--color-sky);
}

/* outline-black */
.is-style-outline .wp-block-button__link,
.btn.is-black-outline {
  padding: 22px !important;
  background: transparent !important;
  color: var(--color-black) !important;
  border: 2px solid var(--color-black) !important;
}

.is-style-outline .wp-block-button__link:hover,
.btn.is-black-outline:hover {
  color: var(--color-slate) !important;
  border: 2px solid var(--color-slate) !important;
}

/* -----------------------------------------*/
/* btn-demo */
/* -----------------------------------------*/
.btn-demo {
  padding: 12px 10px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  text-overflow: ellipsis;
  font-family: var(--ff-dm-sans), sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue";
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  background-color: var(--color-black);
  color: var(--color-snow);
  border-radius: 5px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  touch-callout: none;
  transition: all 0.1s ease-in-out;
}
.btn-demo:hover {
  color: var(--color-sky);
}
@media (min-width: 768px) {
  .btn-demo {
    padding: 11px;
  }
}
@media (min-width: 1024px) {
  .btn-demo {
    padding: 22px;
    font-size: 17px;
    border-radius: 10px;
  }
}

.btn-gradient {
  color: #FFFFFF;
  background: linear-gradient(90deg, #00DDC0 0%, #373BC1 100%);
  width: fit-content;
  margin-bottom: 20px;
}
.btn-gradient:hover {
  color: #FFFFFF;
}

#summary-col .cta-content {
  position: relative;
  width: fit-content;
}

.glow-on-hover {
  background-size: 175%;
  animation: anime 10s linear infinite;
}

@keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.hs-input,
.form-control {
  width: 100% !important;
  height: 40px;
  padding: 1px 5px;
  font-size: 18px;
  font-family: var(--ff-dm-sans), sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue";
  font-weight: 400;
  color: #929AA3;
  vertical-align: bottom;
  outline: transparent;
  border-radius: 5px;
  border: 1px solid #929AA3;
  background-color: #FFF;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control:-moz-placeholder {
  color: #929AA3;
}

.form-control:focus {
  border-color: #929AA3;
}

textarea {
  min-height: 120px;
  padding: 10px;
  width: 100% !important;
}

.hbspt-form fieldset {
  max-width: none !important;
}

.hs-form-booleancheckbox span {
  margin-left: 30px !important;
}

.hs-input[type=radio] {
  margin-right: 10px;
}

.hs-input[type=radio],
.hs-input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.hs-form-field {
  margin-bottom: 15px;
}

.legal-consent-container {
  font-size: 12px;
}

.hs-error-msgs {
  font-size: 13px;
}

.hs-form-required {
  color: red;
}

/* ---------- RADIO e CHECKBOX ---------- */
.checkbox, .radio {
  position: relative;
  display: block;
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type=checkbox],
.radio input[type=radio],
.checkbox-inline,
.radio-inline {
  margin-top: 4px;
  margin-left: -20px;
  position: absolute;
  vertical-align: middle;
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: 400;
  font-size: 13px;
  vertical-align: middle;
  cursor: pointer;
}

label {
  max-width: 100%;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #3B5266;
}

.form-group {
  margin-bottom: 20px;
}

/* ---------- Variações---------- */
.form-control.is-small {
  height: 43px;
  padding: 0px 20px 4px 20px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 60px;
}

select.form-control.is-small {
  padding-right: 30px;
}

/*
 colunas do formulário 
*/
.form-columns-1 {
  margin-bottom: 20px !important;
}

.form-columns-2 {
  margin-bottom: 20px !important;
}

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

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.col-1,
.col-2,
.col-4,
.col-3,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  flex: 0 0 auto;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.push-0 {
  position: relative;
  left: 0%;
}

.push-1 {
  position: relative;
  left: 8.3333333333%;
}

.push-2 {
  position: relative;
  left: 16.6666666667%;
}

.push-3 {
  position: relative;
  left: 25%;
}

.push-4 {
  position: relative;
  left: 33.3333333333%;
}

.push-5 {
  position: relative;
  left: 41.6666666667%;
}

.push-6 {
  position: relative;
  left: 50%;
}

.push-7 {
  position: relative;
  left: 58.3333333333%;
}

.push-8 {
  position: relative;
  left: 66.6666666667%;
}

.push-9 {
  position: relative;
  left: 75%;
}

.push-10 {
  position: relative;
  left: 83.3333333333%;
}

.push-11 {
  position: relative;
  left: 91.6666666667%;
}

.push-12 {
  position: relative;
  left: 100%;
}

.pull-0 {
  position: relative;
  left: -0%;
}

.pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.pull-3 {
  position: relative;
  left: -25%;
}

.pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.pull-6 {
  position: relative;
  left: -50%;
}

.pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.pull-9 {
  position: relative;
  left: -75%;
}

.pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.pull-12 {
  position: relative;
  left: -100%;
}

@media (min-width: 576px) {
  .sm\:col-1 {
    width: 8.3333333333%;
  }
  .sm\:col-2 {
    width: 16.6666666667%;
  }
  .sm\:col-3 {
    width: 25%;
  }
  .sm\:col-4 {
    width: 33.3333333333%;
  }
  .sm\:col-5 {
    width: 41.6666666667%;
  }
  .sm\:col-6 {
    width: 50%;
  }
  .sm\:col-7 {
    width: 58.3333333333%;
  }
  .sm\:col-8 {
    width: 66.6666666667%;
  }
  .sm\:col-9 {
    width: 75%;
  }
  .sm\:col-10 {
    width: 83.3333333333%;
  }
  .sm\:col-11 {
    width: 91.6666666667%;
  }
  .sm\:col-12 {
    width: 100%;
  }
  .sm\:offset-0 {
    margin-left: 0%;
  }
  .sm\:offset-1 {
    margin-left: 8.3333333333%;
  }
  .sm\:offset-2 {
    margin-left: 16.6666666667%;
  }
  .sm\:offset-3 {
    margin-left: 25%;
  }
  .sm\:offset-4 {
    margin-left: 33.3333333333%;
  }
  .sm\:offset-5 {
    margin-left: 41.6666666667%;
  }
  .sm\:offset-6 {
    margin-left: 50%;
  }
  .sm\:offset-7 {
    margin-left: 58.3333333333%;
  }
  .sm\:offset-8 {
    margin-left: 66.6666666667%;
  }
  .sm\:offset-9 {
    margin-left: 75%;
  }
  .sm\:offset-10 {
    margin-left: 83.3333333333%;
  }
  .sm\:offset-11 {
    margin-left: 91.6666666667%;
  }
  .sm\:offset-12 {
    margin-left: 100%;
  }
  .sm\:push-0 {
    position: relative;
    left: 0%;
  }
  .sm\:push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .sm\:push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .sm\:push-3 {
    position: relative;
    left: 25%;
  }
  .sm\:push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .sm\:push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .sm\:push-6 {
    position: relative;
    left: 50%;
  }
  .sm\:push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .sm\:push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .sm\:push-9 {
    position: relative;
    left: 75%;
  }
  .sm\:push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .sm\:push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .sm\:push-12 {
    position: relative;
    left: 100%;
  }
  .sm\:pull-0 {
    position: relative;
    left: -0%;
  }
  .sm\:pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .sm\:pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .sm\:pull-3 {
    position: relative;
    left: -25%;
  }
  .sm\:pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .sm\:pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .sm\:pull-6 {
    position: relative;
    left: -50%;
  }
  .sm\:pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .sm\:pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .sm\:pull-9 {
    position: relative;
    left: -75%;
  }
  .sm\:pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .sm\:pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .sm\:pull-12 {
    position: relative;
    left: -100%;
  }
}
@media (min-width: 768px) {
  .md\:col-1 {
    width: 8.3333333333%;
  }
  .md\:col-2 {
    width: 16.6666666667%;
  }
  .md\:col-3 {
    width: 25%;
  }
  .md\:col-4 {
    width: 33.3333333333%;
  }
  .md\:col-5 {
    width: 41.6666666667%;
  }
  .md\:col-6 {
    width: 50%;
  }
  .md\:col-7 {
    width: 58.3333333333%;
  }
  .md\:col-8 {
    width: 66.6666666667%;
  }
  .md\:col-9 {
    width: 75%;
  }
  .md\:col-10 {
    width: 83.3333333333%;
  }
  .md\:col-11 {
    width: 91.6666666667%;
  }
  .md\:col-12 {
    width: 100%;
  }
  .md\:offset-0 {
    margin-left: 0%;
  }
  .md\:offset-1 {
    margin-left: 8.3333333333%;
  }
  .md\:offset-2 {
    margin-left: 16.6666666667%;
  }
  .md\:offset-3 {
    margin-left: 25%;
  }
  .md\:offset-4 {
    margin-left: 33.3333333333%;
  }
  .md\:offset-5 {
    margin-left: 41.6666666667%;
  }
  .md\:offset-6 {
    margin-left: 50%;
  }
  .md\:offset-7 {
    margin-left: 58.3333333333%;
  }
  .md\:offset-8 {
    margin-left: 66.6666666667%;
  }
  .md\:offset-9 {
    margin-left: 75%;
  }
  .md\:offset-10 {
    margin-left: 83.3333333333%;
  }
  .md\:offset-11 {
    margin-left: 91.6666666667%;
  }
  .md\:offset-12 {
    margin-left: 100%;
  }
  .md\:push-0 {
    position: relative;
    left: 0%;
  }
  .md\:push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .md\:push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .md\:push-3 {
    position: relative;
    left: 25%;
  }
  .md\:push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .md\:push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .md\:push-6 {
    position: relative;
    left: 50%;
  }
  .md\:push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .md\:push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .md\:push-9 {
    position: relative;
    left: 75%;
  }
  .md\:push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .md\:push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .md\:push-12 {
    position: relative;
    left: 100%;
  }
  .md\:pull-0 {
    position: relative;
    left: -0%;
  }
  .md\:pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .md\:pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .md\:pull-3 {
    position: relative;
    left: -25%;
  }
  .md\:pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .md\:pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .md\:pull-6 {
    position: relative;
    left: -50%;
  }
  .md\:pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .md\:pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .md\:pull-9 {
    position: relative;
    left: -75%;
  }
  .md\:pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .md\:pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .md\:pull-12 {
    position: relative;
    left: -100%;
  }
}
@media (min-width: 992px) {
  .lg\:col-1 {
    width: 8.3333333333%;
  }
  .lg\:col-2 {
    width: 16.6666666667%;
  }
  .lg\:col-3 {
    width: 25%;
  }
  .lg\:col-4 {
    width: 33.3333333333%;
  }
  .lg\:col-5 {
    width: 41.6666666667%;
  }
  .lg\:col-6 {
    width: 50%;
  }
  .lg\:col-7 {
    width: 58.3333333333%;
  }
  .lg\:col-8 {
    width: 66.6666666667%;
  }
  .lg\:col-9 {
    width: 75%;
  }
  .lg\:col-10 {
    width: 83.3333333333%;
  }
  .lg\:col-11 {
    width: 91.6666666667%;
  }
  .lg\:col-12 {
    width: 100%;
  }
  .lg\:offset-0 {
    margin-left: 0%;
  }
  .lg\:offset-1 {
    margin-left: 8.3333333333%;
  }
  .lg\:offset-2 {
    margin-left: 16.6666666667%;
  }
  .lg\:offset-3 {
    margin-left: 25%;
  }
  .lg\:offset-4 {
    margin-left: 33.3333333333%;
  }
  .lg\:offset-5 {
    margin-left: 41.6666666667%;
  }
  .lg\:offset-6 {
    margin-left: 50%;
  }
  .lg\:offset-7 {
    margin-left: 58.3333333333%;
  }
  .lg\:offset-8 {
    margin-left: 66.6666666667%;
  }
  .lg\:offset-9 {
    margin-left: 75%;
  }
  .lg\:offset-10 {
    margin-left: 83.3333333333%;
  }
  .lg\:offset-11 {
    margin-left: 91.6666666667%;
  }
  .lg\:offset-12 {
    margin-left: 100%;
  }
  .lg\:push-0 {
    position: relative;
    left: 0%;
  }
  .lg\:push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .lg\:push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .lg\:push-3 {
    position: relative;
    left: 25%;
  }
  .lg\:push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .lg\:push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .lg\:push-6 {
    position: relative;
    left: 50%;
  }
  .lg\:push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .lg\:push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .lg\:push-9 {
    position: relative;
    left: 75%;
  }
  .lg\:push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .lg\:push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .lg\:push-12 {
    position: relative;
    left: 100%;
  }
  .lg\:pull-0 {
    position: relative;
    left: -0%;
  }
  .lg\:pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .lg\:pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .lg\:pull-3 {
    position: relative;
    left: -25%;
  }
  .lg\:pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .lg\:pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .lg\:pull-6 {
    position: relative;
    left: -50%;
  }
  .lg\:pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .lg\:pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .lg\:pull-9 {
    position: relative;
    left: -75%;
  }
  .lg\:pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .lg\:pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .lg\:pull-12 {
    position: relative;
    left: -100%;
  }
}
@media (min-width: 1200px) {
  .xl\:col-1 {
    width: 8.3333333333%;
  }
  .xl\:col-2 {
    width: 16.6666666667%;
  }
  .xl\:col-3 {
    width: 25%;
  }
  .xl\:col-4 {
    width: 33.3333333333%;
  }
  .xl\:col-5 {
    width: 41.6666666667%;
  }
  .xl\:col-6 {
    width: 50%;
  }
  .xl\:col-7 {
    width: 58.3333333333%;
  }
  .xl\:col-8 {
    width: 66.6666666667%;
  }
  .xl\:col-9 {
    width: 75%;
  }
  .xl\:col-10 {
    width: 83.3333333333%;
  }
  .xl\:col-11 {
    width: 91.6666666667%;
  }
  .xl\:col-12 {
    width: 100%;
  }
  .xl\:offset-0 {
    margin-left: 0%;
  }
  .xl\:offset-1 {
    margin-left: 8.3333333333%;
  }
  .xl\:offset-2 {
    margin-left: 16.6666666667%;
  }
  .xl\:offset-3 {
    margin-left: 25%;
  }
  .xl\:offset-4 {
    margin-left: 33.3333333333%;
  }
  .xl\:offset-5 {
    margin-left: 41.6666666667%;
  }
  .xl\:offset-6 {
    margin-left: 50%;
  }
  .xl\:offset-7 {
    margin-left: 58.3333333333%;
  }
  .xl\:offset-8 {
    margin-left: 66.6666666667%;
  }
  .xl\:offset-9 {
    margin-left: 75%;
  }
  .xl\:offset-10 {
    margin-left: 83.3333333333%;
  }
  .xl\:offset-11 {
    margin-left: 91.6666666667%;
  }
  .xl\:offset-12 {
    margin-left: 100%;
  }
  .xl\:push-0 {
    position: relative;
    left: 0%;
  }
  .xl\:push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .xl\:push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .xl\:push-3 {
    position: relative;
    left: 25%;
  }
  .xl\:push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .xl\:push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .xl\:push-6 {
    position: relative;
    left: 50%;
  }
  .xl\:push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .xl\:push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .xl\:push-9 {
    position: relative;
    left: 75%;
  }
  .xl\:push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .xl\:push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .xl\:push-12 {
    position: relative;
    left: 100%;
  }
  .xl\:pull-0 {
    position: relative;
    left: -0%;
  }
  .xl\:pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .xl\:pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .xl\:pull-3 {
    position: relative;
    left: -25%;
  }
  .xl\:pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .xl\:pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .xl\:pull-6 {
    position: relative;
    left: -50%;
  }
  .xl\:pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .xl\:pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .xl\:pull-9 {
    position: relative;
    left: -75%;
  }
  .xl\:pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .xl\:pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .xl\:pull-12 {
    position: relative;
    left: -100%;
  }
}
.col-h100 > .wp-block-group {
  height: 100%;
}

.col-h100 > .wp-block-group > .wp-block-group__inner-container {
  height: 100%;
}

.col-h100 > .wp-block-group > .wp-block-group__inner-container > * {
  height: 100%;
}

/* --------------------------------------------------------------------------- */
/* dropdown */
/* --------------------------------------------------------------------------- */
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
  list-style: none;
}

ul.dropdown {
  position: relative;
  z-index: 597;
}

ul.dropdown li {
  float: left;
  min-height: 1px;
  vertical-align: middle;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}

/* direção do submenu */
ul.is-right ul {
  right: 0 !important;
  left: unset !important;
}

ul.is-left ul {
  left: 0 !important;
  right: unset !important;
}

/* SUBMENU */
ul.dropdown ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
}

ul.dropdown ul li {
  float: none;
}

ul.dropdown ul ul {
  top: 1px;
  left: 99%;
}

ul.dropdown li:hover > ul {
  width: 220px;
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

ul.dropdown a {
  display: block;
}

/* --------------------------------------------------------------------------- */
/*  */
/* --------------------------------------------------------------------------- */
ul.dropdown.is-navbar {
  display: none;
}

@media (min-width: 992px) {
  ul.dropdown.is-navbar {
    display: block;
  }
}
ul.dropdown.is-navbar li {
  margin: 0 10px;
}

/* Primeiro nível do menu - horizontal*/
ul.dropdown.is-navbar > li a {
  padding: 5px 15px;
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--color-black);
}

ul.dropdown.is-navbar > li a:hover {
  color: var(color-slate);
}

/* dropdowns */
ul.dropdown.is-navbar ul {
  background: var(--color-snow);
  border: 1px solid var(--color-grey-200);
  border-radius: 10px;
  box-shadow: 10px 10px 50px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

ul.dropdown.is-navbar > li > ul:after {
  content: " ";
  padding: 4.5px;
  position: absolute;
  top: -6px;
  left: 24px;
  display: inline-block;
  transform: rotate(45deg);
  border-width: 1px 0px 0px 1px;
  border-color: var(--color-grey-200);
  border-style: solid;
  background-color: var(--color-snow);
}

ul.dropdown.is-navbar ul a {
  padding: 10px 10px;
  color: var(--color-black);
  transition: all 0.25s ease-in-out;
}

ul.dropdown.is-navbar ul a:hover {
  padding-left: 20px;
  transition: all 0.25s ease-in-out;
}

ul.dropdown.is-navbar li:hover > ul {
  width: 220px;
}

ul.dropdown.is-navbar ul li {
  border-bottom: 1px solid var(--color-grey-200);
}

ul.dropdown.is-navbar ul li:last-child {
  border-bottom: 0;
}

/* Adições para Wordpress  */
/* Página atual */
ul.dropdown li.current-menu-item a,
ul.dropdown li.current-page-ancestor a,
ul.dropdown li.current-menu-parent > a {
  color: var(--color-black);
}

ul.dropdown .menu-item-has-children a {
  padding-right: 20px !important;
  position: relative;
}

ul.dropdown .menu-item-has-children > a::after {
  content: " ";
  padding: 2.5px;
  position: absolute;
  top: 11px;
  right: 3px;
  display: inline-block;
  border: solid var(--color-black);
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
}

@media (min-width: 1180px) {
  ul.dropdown > li a {
    font-size: 18px;
  }
  ul.dropdown ul li a {
    font-size: 14px;
  }
}
/* --------------------------------------------------------------------------- */
/* lang */
/* --------------------------------------------------------------------------- */
ul.is-lang > li {
  padding: 5px 29px 5px 10px;
  position: relative;
  border: 1px solid var(--color-black);
  border-radius: 5px;
}

ul.is-lang > li > a {
  font-weight: 700;
}

ul.is-lang > li::after {
  content: " ";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 16px;
  right: 5px;
  border: solid var(--color-black);
  border-width: 0px 2px 2px 0;
  transform: rotate(315deg) translateY(-50%);
}

ul.is-lang:hover > li::after {
  top: 15px;
  right: 8px;
  transform: rotate(46deg) translateY(-50%);
}

ul.is-lang > li::before {
  content: " ";
  width: 1px;
  height: 34px;
  position: absolute;
  top: -1px;
  right: 20px;
  border-left: 1px solid var(--color-black);
}

ul.is-lang a {
  color: var(--color-black);
}

ul.is-lang ul {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background: var(--color-snow);
}

ul.is-lang ul li a {
  padding: 5px 10px;
  display: block;
  border-bottom: 1px solid #f3f3f3;
}

ul.is-lang ul li a:hover {
  background-color: #f3f3f3;
}

/** * Owl Carousel v2.3.4 * Copyright 2013-2018 David Deutsch * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */
/* * 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 {
  display: flex;
  position: relative;
  -ms-touch-action: pan-Y;
  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-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;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-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 {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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("../images/olw/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 {
  -ms-transform: scale(1.3, 1.3);
  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%;
}

/** * Owl Carousel v2.3.4 * Copyright 2013-2018 David Deutsch * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */
/* * Default theme - Owl Carousel CSS File */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: var(--color-blue);
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: transparent;
  border: 2px solid var(--color-slate);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--color-blue);
  border: 2px solid var(--color-blue);
}

/* ---------------------------------------------------------- */
/* slide-home-marcas */
/* ---------------------------------------------------------- */
.slide-home-marcas {
  padding-top: 30px;
  padding-bottom: 30px;
}
.slide-home-marcas .owl-item {
  padding: 0 15px;
  min-height: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide-home-marcas .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 110%;
  top: 31%;
  left: 50%;
  transform: translate(-50%);
  height: 1px;
}
.slide-home-marcas .owl-nav button {
  font-size: 50px !important;
}

/* ---------------------------------------------------------- */
/* slide-use-type */
/* ---------------------------------------------------------- */
.slide-use-type .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  height: 1px;
}
.slide-use-type .owl-nav button {
  font-size: 50px !important;
}
.slide-use-type .owl-dots {
  padding-top: 20px;
}

/* ---------------------------------------------------------- */
/* slide-testimonial */
/* ---------------------------------------------------------- */
.slide-testimonial {
  display: flex;
}
.slide-testimonial .owl-stage {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.slide-testimonial .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 110%;
  top: 35%;
  left: 50%;
  transform: translate(-50%);
  height: 1px;
}
.slide-testimonial .owl-nav button {
  font-size: 50px !important;
}
.slide-testimonial .owl-dots {
  padding-top: 20px;
}

/* ---------------------------------------------------------- */
/* slide-latest-post */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* slide-single */
/* ---------------------------------------------------------- */
.slide-single .owl-item {
  position: relative;
}
.slide-single .owl-item img {
  width: 100%;
}
.slide-single .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 1px;
}
.slide-single .owl-nav button {
  position: relative;
  top: -50px;
}
.slide-single .owl-nav button span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 31px;
  color: var(--color-snow);
  background: var(--color-sky);
  border-radius: 50%;
}
.slide-single .owl-nav button.disabled span {
  color: var(--color-sky);
  background: var(--color-snow);
  border-radius: 50%;
}
.slide-single .owl-nav button.disabled {
  opacity: 1;
}
.slide-single .owl-dots {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
}
.slide-single .owl-dots .owl-dot span {
  background: var(--color-snow) !important;
  border: 2px solid var(--color-snow) !important;
}
.slide-single .owl-dots .owl-dot.active span {
  background: var(--color-sky) !important;
  border: 2px solid var(--color-sky) !important;
}

.hamburguer {
  width: 20px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 2px solid var(--color-black);
  border-bottom: 2px solid var(--color-black);
}
.hamburguer:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--color-black);
}
.hamburguer:hover {
  height: 25px;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
@media (min-width: 992px) {
  .hamburguer {
    display: none;
  }
}

.off-canvas {
  width: 280px;
  height: 100%;
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  z-index: 9999;
  background: var(--color-snow);
  transition: all 0.2s linear;
  transform: translateX(-100%);
}

.off-canvas.is-open {
  display: block;
  opacity: 1;
  transition: all 0.2s linear;
  transform: translateX(0);
}

@media (min-width: 768px) {
  .off-canvas {
    width: 420px;
  }
}
/* ---------------------------------------------- */
.off-canvas__backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background: black;
  opacity: 0;
  transition: all 0.2s linear;
}

.off-canvas__backdrop.is-open {
  display: block;
  z-index: 9980;
  opacity: 0.8;
  transition: all 0.2s linear;
}

/* ---------------------------------------------- */
.off-canvas__brand-image {
  width: 144px;
  height: 23px;
  margin: 13px 0 25px 13px;
  background: url(../images/logo.png) center no-repeat;
  background-size: 144px 23px;
}

/* ---------------------------------------------- */
.off-canvas__close {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  text-indent: -999999px;
  cursor: pointer;
}

.off-canvas__close:before,
.off-canvas__close:after {
  content: "";
  position: absolute;
  top: 19px;
  right: 5px;
  z-index: 1;
  border: 1px solid black;
  width: 25px;
}

.off-canvas__close:after {
  transform: rotate(45deg);
}

.off-canvas__close:before {
  transform: rotate(315deg);
}

.off-canvas__menu {
  list-style: none;
}

.off-canvas__menu a {
  padding: 15px 25px 15px 20px;
  display: block;
  position: relative;
  border-bottom: 1px solid var(--color-grey);
  -webkit-tap-highlight-color: transparent;
  color: var(--color-black);
}

.off-canvas__menu .menu-item-has-children > a::after {
  content: " ";
  padding: 3px;
  position: absolute;
  top: 50%;
  right: 17px;
  display: inline-block;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translateY(-50%);
}

.off-canvas__menu a:hover {
  background-color: var(--color-sky);
}

.off-canvas__menu ul {
  display: none;
}

.off-canvas__menu ul li {
  padding-left: 15px;
}

.responsive-video {
  padding: 56.25% 0 0 0;
  position: relative;
}

.responsive-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.navbar {
  padding: 24px 10px;
  position: relative;
}
.navbar__container {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar__brand-anchor {
  display: block;
}
.navbar__brand-image {
  width: 144px;
  height: 23px;
  background: url(../images/logo-veesion.svg) center no-repeat;
  background-size: 144px 23px;
}
.navbar__open-menu {
  display: flex;
  gap: 10px;
  font-size: var(--fs-12);
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
  outline: 0;
}
.navbar .progress-bar {
  display: none;
  width: 0%;
  height: 8px;
  background: linear-gradient(90deg, #00DDC0 0%, #373BC1 100%);
  position: absolute;
  bottom: -8px;
  left: 0px;
  padding: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .navbar {
    padding: 30px 10px;
  }
  .navbar__brand-image {
    width: 192px;
    height: 31px;
    background-size: 192px 31px;
  }
}
.navbar.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 8px solid #f1f1f1;
  padding: 20px;
  z-index: 300;
}
.navbar.sticky .progress-bar {
  display: block;
}

/* ---------------------------------------------- */
.footer__brand-image {
  width: 124px;
  height: 20px;
  margin-bottom: 40px;
  background: url(../images/logo.png) center no-repeat;
  background-size: 124px 20px;
}

/* ---------------------------------------------- */
.footer__title {
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--color-black);
}

/* ---------------------------------------------- */
.footer__address {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

/* ---------------------------------------------- */
.footer__email {
  margin-bottom: 2rem;
  display: block;
  font-size: 1.5rem;
  text-decoration: underline;
  color: var(--color-slate);
}

/* ---------------------------------------------- */
.footer-menu a {
  margin-bottom: 1.5rem;
  display: block;
  color: var(--color-slate);
}

.footer-menu a:hover {
  color: var(--color-black);
}

/* ---------------------------------------------- */
.footer-bar {
  margin-top: 5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-size: 1.5rem;
  border-top: 1px solid var(--color-grey);
}

/* ---------------------------------------------- */
.footer-menu-legal {
  margin-bottom: 4rem;
}

.footer-menu-legal a {
  padding: 0.5rem 0;
  display: block;
  color: var(--color-slate);
}

.footer-menu-legal a:hover {
  color: var(--color-black);
}

@media (min-width: 768px) {
  .footer-menu-legal {
    display: flex;
    gap: 3rem;
  }
  .footer-menu-legal a {
    padding: 0;
  }
}
/* ---------------------------------------------- */
.footer-social {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
}

.base-section {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

/* ----------------------------------------------------------------- */
.section-top-bg,
.section-bottom-bg {
  background-repeat: no-repeat;
  background-size: auto;
}

.section-top-bg {
  background-image: url(../images/background/bg-section-top.png);
  background-position: top center;
}

.section-top-bg-blue {
  background-image: url(../images/background/bg-topo.png);
  background-position: top center;
  background-repeat: no-repeat;
}

.section-bottom-bg {
  background-image: url(../images/background/bg-section-bottom.png);
  background-position: bottom center;
}

.section-top-bg.section-bottom-bg {
  background-image: url(../images/background/bg-section-top.png), url(../images/background/bg-section-bottom.png);
  background-position: top center, bottom center;
  background-repeat: no-repeat;
}

.section-horizontal-top-bg {
  padding-top: 100px;
  background-image: url(../images/background/bg-section-h.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  .section-horizontal-top-bg {
    padding-top: 230px;
    background-size: auto;
  }
}
.section-horizontal-top-bg-no-padding {
  background-image: url(../images/background/bg-section-h-2.png);
  background-position: top center;
  background-repeat: no-repeat;
}

.use-type {
  height: 100%;
  position: relative;
  border: 0.2rem solid var(--color-black);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.use-type__image {
  overflow: hidden;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  border-bottom-left-radius: 5rem;
  border-bottom-right-radius: 5rem;
}
.use-type__image img {
  width: 100%;
  border-radius: 1rem;
}
.use-type__body {
  padding: 1.5rem 1rem 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.use-type__footer {
  padding: 0 1rem 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.use-type__title {
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--color-black);
}
.use-type__desc {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.4rem;
}
.use-type .has-button {
  display: flex;
  justify-content: center;
}
.use-type .has-button a {
  padding: 1rem 2rem;
  position: relative;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  color: var(--color-snow);
  border-radius: 1rem;
  border: 0.2rem solid var(--color-black);
  background-color: var(--color-black);
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.use-type .has-button a:after {
  content: " ";
  padding: 3.5px;
  opacity: 0;
  position: absolute;
  top: 1.7rem;
  right: 0;
  display: inline-block;
  border: solid var(--color-black);
  border-width: 0 0.2rem 0.2rem 0;
  transform: rotate(315deg);
  transition: all 0.25s ease-in-out;
  white-space: initial;
}

.use-type:hover {
  background-color: var(--color-black);
  border-color: var(--color-black);
}
.use-type:hover .use-type__title {
  color: var(--color-snow);
}
.use-type:hover .use-type__desc {
  color: var(--color-snow);
}
.use-type:hover .has-button a {
  padding: 1rem 3.5rem 1rem 1rem;
  color: var(--color-snow);
  border-color: var(--color-snow);
  transition: all 0.25s ease-in-out;
}
.use-type:hover .has-button a:after {
  right: 1.6rem;
  opacity: 1;
  white-space: initial;
  border: solid var(--color-snow);
  border-width: 0px 0.2rem 0.2rem 0;
  transition: all 0.25s ease-in-out;
}

@media (min-width: 768px) {
  .use-type {
    border-radius: 2rem;
  }
  .use-type__image {
    overflow: hidden;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 10rem;
    border-bottom-right-radius: 10rem;
    overflow: hidden;
  }
  .use-type__image img {
    border-radius: 2rem;
  }
  .use-type__body {
    padding: 4rem 4rem 0 4rem;
  }
  .use-type__footer {
    padding: 0 4rem 4rem 4rem;
  }
  .use-type__footer p:last-child {
    margin-bottom: 0;
  }
  .use-type__title {
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
  .use-type__desc {
    margin-bottom: 2rem;
    font-size: 1.7rem;
  }
  .use-type .has-button a {
    padding: 2rem 5rem;
  }
  .use-type:hover .has-button a {
    padding: 2rem 8rem 2rem 2rem;
    background: linear-gradient(90deg, #00DDC0 0%, #373BC1 100%);
    border: 0;
  }
  .use-type:hover .has-button a:after {
    right: 2.8rem;
    top: 2.6rem;
  }
}
.tab__selector {
  display: none;
  gap: 2rem;
  justify-content: center;
  border-bottom: 1px solid var(--color-slate);
}
.tab__selector-item {
  padding: 10px 0;
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--color-slate);
  border: 4px solid transparent;
  cursor: pointer;
}
.tab__selector-item.is-active {
  color: var(--color-black);
  border-image: linear-gradient(to right, #00DDC0 0%, #373BC1 100%) 100% 0 100% 0/0px 0 4px 0 stretch;
}
.tab__content {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 0 2rem 0;
  position: relative;
}
.tab__content-item.is-active {
  z-index: 10;
}
@media (min-width: 992px) {
  .tab__selector {
    display: flex;
  }
}

/* Gutenberg */
.wp-block .tab__selector {
  list-style: none;
}
.wp-block .tab__selector-item:nth-child(1) {
  color: var(--color-black);
}
.wp-block .tab__content-item {
  display: none;
}
.wp-block .tab__content-item:nth-child(1) {
  display: flex;
  gap: 30px;
  overflow-x: auto;
}
.wp-block .tab__content-item a {
  text-decoration: none;
  color: var(--color-black);
}

.faq {
  overflow: hidden;
}

.faq__item-header {
  padding: 20px 0;
  position: relative;
  background-color: var(--color-snow);
  border-bottom: 1px solid var(--color-grey);
  cursor: pointer;
}

.faq__item-header:after {
  content: " ";
  padding: 2.5px;
  position: absolute;
  top: 50%;
  right: 3px;
  display: inline-block;
  border: solid var(--color-grey);
  border-width: 0px 2px 2px 0;
  transform: rotate(315deg) translateY(-50%);
}

.faq__item.is-open .faq__item-header:after {
  transform: rotate(45deg) translateY(50%);
}

/* ------------------------------------------------------ */
.faq__item-title {
  margin: 0 !important;
  padding-right: 20px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.1;
  color: var(--color-black);
}

.faq__item-body {
  padding: 25px 0 5px 0;
  display: none;
}

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

.faq__item-header::before {
  position: absolute;
  top: 25px;
  right: 15px;
}

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

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

.wp-block-abc-faq details {
  margin-top: 10px;
}
.wp-block-abc-faq summary {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: black;
  display: list-item;
}
.wp-block-abc-faq ul, .wp-block-abc-faq ol {
  margin-left: 30px;
}

/* ------------------------------------------- */
/* listagem de post */
/* ------------------------------------------- */
.list-post__item {
  margin-bottom: 3rem;
}

.list-post__item-thumb {
  position: relative;
  display: block;
}

.list-post__item-thumb img {
  max-width: 100%;
  display: block;
  border-radius: 2rem;
}

.list-post__item-thumb-link {
  display: block;
}

.list-post__item-logo {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  border-radius: 1rem !important;
}

.list-post__item-title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
}

.list-post__item-link {
  color: var(--color-black);
}

.list-post__item-meta {
  padding: 1.5rem 0;
  text-transform: capitalize;
  font-size: 1.3rem;
}

/* ------------------------------------------- */
/* single-post */
/* ------------------------------------------- */
.single-post__title {
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-black);
}
@media (min-width: 768px) {
  .single-post__title {
    margin-bottom: 3rem;
    font-size: 4rem;
  }
}

.singe-post__canvas {
  border-radius: 9px;
  overflow: hidden;
}
.singe-post__canvas img {
  width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .singe-post__canvas {
    border-radius: 20px;
  }
}

.singe-post__header {
  margin-bottom: 4rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--color-grey-200);
}
@media (min-width: 768px) {
  .singe-post__header {
    margin-bottom: 6rem;
    padding-bottom: 4rem;
  }
}
.singe-post__header a {
  line-height: 20px;
}
.singe-post__header a img {
  width: 20px;
}
.singe-post__header .meta-info {
  line-height: 26px;
}

.single-post__header-meta {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  text-transform: capitalize;
  color: var(--color-grey);
}

/* ------------------------------------------- */
/*  */
/* ------------------------------------------- */
.single-post__content {
  font-size: 17px;
}
.single-post__content h2, .single-post__content h3, .single-post__content h4, .single-post__content h5, .single-post__content h6 {
  margin-bottom: 25px;
  font-weight: 700;
  color: var(--color-black);
}
.single-post__content h2 {
  font-size: 22px;
}
.single-post__content h2 {
  font-size: 20px;
}
.single-post__content h3 {
  font-size: 19px;
}
.single-post__content h4 {
  font-size: 17px;
}
.single-post__content h5 {
  font-size: 15px;
}
.single-post__content h6 {
  font-size: 14px;
}
.single-post__content p {
  font-size: 17px;
  margin-bottom: 25px;
}
.single-post__content ol {
  list-style-type: auto;
}
.single-post__content ul {
  list-style-type: circle;
}
.single-post__content ol,
.single-post__content ul {
  margin-bottom: 25px;
  list-style-position: inside;
}
.single-post__content ol li,
.single-post__content ul li {
  margin-bottom: 6px;
}
.single-post__content ol > ul,
.single-post__content li > ul {
  margin-left: 20px;
  padding-top: 5px;
}
.single-post__content figure {
  margin-bottom: 25px;
}
.single-post__content blockquote p {
  display: inline;
}
.single-post__content blockquote.wp-block-quote:before {
  content: '"';
  font-size: 3rem;
  display: inline;
}
.single-post__content blockquote.wp-block-quote:after {
  content: '"';
  font-size: 3rem;
  display: inline;
}
.single-post__content .wp-block-pullquote {
  padding: 20px;
  text-align: center;
  font-style: italic;
  background-color: rgb(226, 226, 226);
  border-radius: 20px;
}
.single-post__content .wp-block-pullquote > * {
  padding: 0;
}
.single-post__content .wp-block-pullquote p {
  line-height: 1.2;
}
@media (min-width: 992px) {
  .single-post__content h2 {
    font-size: 24px;
  }
  .single-post__content h2 {
    font-size: 20px;
  }
  .single-post__content h3 {
    font-size: 18px;
  }
  .single-post__content h4 {
    font-size: 16px;
  }
  .single-post__content h5 {
    font-size: 15px;
  }
  .single-post__content h6 {
    font-size: 14px;
  }
  .single-post__content h2, .single-post__content h3, .single-post__content h4, .single-post__content h5, .single-post__content h6 {
    margin-bottom: 30px;
  }
  .single-post__content figure {
    margin-bottom: 30px;
  }
  .single-post__content p {
    margin-bottom: 30px;
  }
  .single-post__content ol,
  .single-post__content ul {
    margin-bottom: 30px;
  }
}

/*Summary*/
.title-summary {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}

.wp-sommaire {
  hyphens: auto;
  border-bottom: 1px solid #D3DBE2;
  border-top: 1px solid #D3DBE2;
  padding-top: 20px;
  margin-bottom: 20px;
}
.wp-sommaire ul {
  list-style: none;
  padding-left: 0;
}
.wp-sommaire ul li {
  padding-left: 0;
}
.wp-sommaire ul li.titre-h2, .wp-sommaire ul li.titre-h3, .wp-sommaire ul li.titre-h4, .wp-sommaire ul li.titre-h5, .wp-sommaire ul li.titre-h6 {
  padding-left: 0;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.wp-sommaire ul li.titre-h2 a, .wp-sommaire ul li.titre-h3 a, .wp-sommaire ul li.titre-h4 a, .wp-sommaire ul li.titre-h5 a, .wp-sommaire ul li.titre-h6 a {
  color: #6C777F;
}
.wp-sommaire ul li.titre-h2 a.activ, .wp-sommaire ul li.titre-h3 a.activ, .wp-sommaire ul li.titre-h4 a.activ, .wp-sommaire ul li.titre-h5 a.activ, .wp-sommaire ul li.titre-h6 a.activ {
  color: var(--color-green) !important;
}
.wp-sommaire ul li.titre-h2 a:hover, .wp-sommaire ul li.titre-h3 a:hover, .wp-sommaire ul li.titre-h4 a:hover, .wp-sommaire ul li.titre-h5 a:hover, .wp-sommaire ul li.titre-h6 a:hover {
  color: var(--color-green) !important;
}

.sommaire-ancre {
  position: relative;
}
.sommaire-ancre span {
  position: absolute;
  top: -135px;
}

#summary-col .content-col.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  transition: opacity 1s ease-in-out;
}

/* single-post-right-col*/
#right-col .list-post__item-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 10px;
}
#right-col .list-post__item {
  margin-bottom: 0;
}
#right-col .list-ebook .list-post__item-title {
  margin-top: 0;
}
#right-col .list-post__items {
  border-top: 1px solid #D3DBE2;
  padding-top: 20px;
}
#right-col .row, #right-col .col {
  padding: 0;
}
#right-col .color-black a {
  color: var(--color-black) !important;
  text-decoration: underline;
}
#right-col .color-black a:hover {
  color: var(--color-green) !important;
}

/* ------------------------------------------- */
/* single-testimonials */
/* ------------------------------------------- */
.single-testimonials__quotes {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-dark);
}
.single-testimonials__quotes:after, .single-testimonials__quotes:before {
  content: '"';
  font-size: 6rem;
  display: inline;
  color: var(--color-blue);
}
@media (min-width: 768px) {
  .single-testimonials__quotes {
    font-size: 48px;
  }
}

/* ------------------------------------------- */
/* single-testimonials */
/* ------------------------------------------- */
.pagination ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}
.pagination ul.page-numbers li {
  padding: 8px 0;
}
.pagination ul.page-numbers li .page-numbers {
  display: block;
  text-align: center;
  min-width: 35px;
  padding: 7px 10px;
  margin: 0 5px 5px;
  color: #324760;
  font-size: 20px;
  line-height: 1;
  border-radius: 4px;
  font-weight: 700;
  background-color: #F2F3F6;
}
.pagination ul.page-numbers li .page-numbers.current {
  color: #fff;
  background-color: #3EABE9;
}
.pagination ul.page-numbers li a.page-numbers:hover {
  opacity: 0.9;
  background-color: #C4C9D8;
}

.pagination-wrapper {
  width: fit-content;
  margin: 50px auto;
  border-radius: 10px;
  border: 2px solid #000;
  overflow: hidden;
  box-sizing: border-box;
  letter-spacing: -5px;
}
.pagination-wrapper a, .pagination-wrapper span {
  display: inline-block;
  width: 60px;
  text-align: center;
  color: #000;
  height: 60px;
  line-height: 60px;
  margin: 0;
  transition: 0.3s;
}
.pagination-wrapper a.current, .pagination-wrapper span.current {
  background-color: #000;
  color: #fff;
}
.pagination-wrapper a.last-page, .pagination-wrapper a.first-page, .pagination-wrapper span.last-page, .pagination-wrapper span.first-page {
  letter-spacing: -4px;
}
.pagination-wrapper a:hover {
  background-color: #000;
  color: #fff;
}

/* ------------------------------------------------------------------- */
/* banner-cta */
/* ------------------------------------------------------------------- */
.banner-cta {
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  color: var(--color-snow);
  background-color: var(--color-black);
  border-radius: 20px;
}
.banner-cta__thumb {
  display: flex;
  align-items: center;
}
.banner-cta__thumb figure {
  width: 75px;
}
.banner-cta__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.banner-cta__button {
  display: flex;
  align-items: center;
}
.banner-cta__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1.2;
}
.banner-cta__description {
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  .banner-cta {
    flex-direction: row;
    align-items: center;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .banner-cta {
    padding: 45px;
    gap: 40px;
    border-radius: 20px;
  }
  .banner-cta__thumb figure {
    width: 96px;
  }
  .banner-cta__title {
    font-size: 3.5rem;
    line-height: 1;
  }
  .banner-cta__content {
    align-items: center;
  }
  .banner-cta__content p {
    margin-bottom: 0;
  }
}

/*  Gutemberg */
.banner-cta > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.banner-cta > .block-editor-inner-blocks > .block-editor-block-list__layout .banner-cta__button .wp-block-button__link {
  white-space: normal;
}

/* ------------------------------------------------------------------- */
/* info-number*/
/* ------------------------------------------------------------------- */
.info-number {
  margin-bottom: 10px;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--color-snow);
  background-color: var(--color-black);
  border-radius: 20px;
}
.info-number__thumb {
  margin-bottom: 10px;
}
.info-number__value {
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 700;
  background: #00DDC0;
  background: -webkit-linear-gradient(to right, #00DDC0 0%, #373BC1 100%);
  background: -moz-linear-gradient(to right, #00DDC0 0%, #373BC1 100%);
  background: linear-gradient(to right, #00DDC0 0%, #373BC1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.info-number__desc {
  font-size: 1.4rem;
  color: var(--color-slate);
}

@media (min-width: 768px) {
  .info-number {
    padding: 4rem;
  }
  .info-number__value {
    font-size: 4rem;
  }
  .info-number__desc {
    font-size: 1.4rem;
    color: var(--color-slate);
  }
}
.info-number > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ------------------------------------------------------------------- */
/* testimonial */
/* ------------------------------------------------------------------- */
.testimonial {
  margin-bottom: 36px;
  padding: 3px;
  position: relative;
  border-radius: 20px;
  background: linear-gradient(90deg, #00DDC0 0%, #373BC1 100%);
}
.testimonial__inner {
  padding: 2.2rem;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 1.7rem;
  background-color: var(--color-snow);
}
.testimonial__content {
  font-size: 1.9rem;
  margin-bottom: 3rem;
}
.testimonial__content p {
  margin-bottom: 0;
}
.testimonial__client {
  display: flex;
  gap: 3rem;
}
.testimonial__client-avantar {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--color-grey);
}
.testimonial__client-name {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-black);
}
.testimonial__client-position {
  margin-bottom: 0;
  font-size: 1.5rem;
  color: var(--color-grey);
}

.testimonial::after {
  content: " ";
  padding-left: 38.5px;
  position: absolute;
  bottom: -12px;
  right: 27px;
  display: inline-block;
  border: solid #353fc1;
  border-width: 0px 0px 4px 3px;
  transform: skew(0deg, -48deg);
  transition: all 0.25s ease-in-out;
  white-space: initial;
  padding-bottom: 36px;
  background: var(--color-snow);
}

.testimonial .testimonial__client > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: flex;
  gap: 3rem;
}

/* ------------------------------------------------------------------- */
/* map */
/* ------------------------------------------------------------------- */
@media (min-width: 768px) {
  .map {
    min-height: 350px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: url(../images/map_v2.png) center no-repeat;
    background-size: auto 100%;
  }
  .map::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #000;
    opacity: 0.6;
  }
  .map .container {
    position: relative;
    z-index: 3;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .map {
    min-height: 500px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .map {
    background-position: 220px 0;
  }
  .map::before {
    display: none;
  }
}
@media (min-width: 768px) {
  .map__content {
    position: relative;
    z-index: 3;
  }
}

/* ------------------------------------------------------------------- */
/* media-icon */
/* ------------------------------------------------------------------- */
.media-icons {
  display: flex;
  gap: 2rem;
}

.media-icons__thumb {
  width: 48px;
  width: 48px;
  flex-shrink: 0;
}

.media-icons__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* gutenberg */
.media-icons.wp-block {
  margin-left: 0;
  margin-right: 0;
}

.media-icons > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: flex;
}

/* ------------------------------------------------------------------- */
/* section de contato */
/* ------------------------------------------------------------------- */
.section-contato {
  margin-bottom: 70px;
  padding: 60px 0;
  position: relative;
}
.section-contato__video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  z-index: 1;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.section-contato__back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #000;
  opacity: 0.6;
}
.section-contato .container {
  position: relative;
  z-index: 3;
}

/* ------------------------------------------------------------------- */
/* list-gradient */
/* ------------------------------------------------------------------- */
.list-gradient {
  padding-left: 45px;
}

.list-gradient__item {
  position: relative;
}

.list-gradient__item:nth-child(1):before {
  content: "1";
}

.list-gradient__item:nth-child(2):before {
  content: "2";
}

.list-gradient__item:nth-child(3):before {
  content: "3";
}

.list-gradient__item:nth-child(4):before {
  content: "4";
}

.list-gradient__item:nth-child(5):before {
  content: "5";
}

.list-gradient__item:nth-child(6):before {
  content: "6";
}

.list-gradient__item:nth-child(7):before {
  content: "7";
}

.list-gradient__item:before {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: -45px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: url(../images/icons/gradient-bullet.png) no-repeat center;
}

.list-gradient__item:after {
  content: " ";
  width: 3px;
  height: 100%;
  position: absolute;
  left: -32px;
  top: 25px;
  font-weight: 700;
  color: var(--color-snow);
  background: linear-gradient(157.47deg, #00DDC0 0.33%, #373BC1 97.02%);
}

.list-gradient__item:last-child:after {
  display: none;
}

/* ------------------------------------------------------------------- */
/* content-center */
/* ------------------------------------------------------------------- */
.content-center {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.content-center__thumb {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ------------------------------------------------------------------- */
/* cover-hero */
/* ------------------------------------------------------------------- */
.cover-hero {
  min-height: 243px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: top center no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .cover-hero {
    min-height: 360px;
  }
}

/* ------------------------------------------------------------------- */
/* social-share-page*/
/* ------------------------------------------------------------------- */
.social-share-page {
  display: flex;
  gap: 2.5rem;
}

/* ------------------------------------------------------------------- */
/* menu-about */
/* ------------------------------------------------------------------- */
.menu-about {
  max-width: 200px;
  color: #304659;
}
.menu-about a {
  padding-top: 7px;
  padding-bottom: 7px;
  position: relative;
  display: block;
  line-height: 1.3;
  color: #304659;
}
.menu-about a:hover {
  font-weight: 700;
}
.menu-about .current_page_item {
  font-weight: 700;
  color: var(--color-black);
}
.menu-about a:hover:after,
.menu-about .current_page_item a:after {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 16px;
  right: 0;
  border: solid var(--color-black);
  border-width: 0px 2px 2px 0;
  transform: rotate(315deg) translateY(-50%);
}

/* ------------------------------------------------------------------- */
/* lastest-media-press */
/* ------------------------------------------------------------------- */
.lastest-media-press {
  margin-bottom: 30px;
}

.lastest-media-press__item {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  display: flex;
  gap: 2rem;
  border-top: 1px solid var(--color-grey);
}
.lastest-media-press__item__thumb {
  max-width: 13.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
}
.lastest-media-press__item__thumb img {
  max-width: 100%;
}
.lastest-media-press__item__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lastest-media-press__item__title {
  margin-bottom: 0 !important;
  font-weight: 700;
  font-size: 1.7rem !important;
}
.lastest-media-press__item__meta {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .lastest-media-press__item {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    padding-top: 2rem;
    gap: 30px;
  }
  .lastest-media-press__item__thumb {
    max-width: 165px;
  }
  .lastest-media-press__item__title {
    font-size: 24px;
  }
  .lastest-media-press__item__meta {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
  }
}

/* ------------------------------------------------------------------- */
/* jobs */
/* ------------------------------------------------------------------- */
.jobs-item {
  padding: 20px 20px 20px 0;
  position: relative;
  font-size: 17px;
  line-height: 1.1;
  color: var(--color-black);
  border-top: 1px solid var(--color-grey);
}

.jobs-item:after {
  content: " ";
  padding: 4.5px;
  position: absolute;
  top: 50%;
  right: 3px;
  display: inline-block;
  border: solid #304659;
  border-width: 0px 1px 1px 0;
  transform: rotate(315deg) translateY(-50%);
}

.jobs-item:hover {
  padding-left: 20px !important;
  transition: all 0.25s ease-in-out;
}

.jobs-item__title {
  margin-bottom: 5px !important;
  font-weight: 700 !important;
  color: var(--color-black) !important;
}

.jobs-item__content {
  text-transform: uppercase;
  color: var(--color-grey) !important;
}

/* ------------------------------------------------------------------- */
/* plans */
/* ------------------------------------------------------------------- */
.plan {
  padding: 1.5rem;
  border-radius: 1rem;
  border: 2px solid var(--color-black);
  font-size: 1.7rem;
}
.plan__head {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}
.plan__title {
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--color-black);
}
.plan__icon {
  width: 3rem;
  height: 3rem;
}
.plan__content {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--color-grey);
}
.plan__content p:last-child {
  margin-bottom: 0;
}
.plan__features li {
  margin-bottom: 1.5rem;
  line-height: 1;
  display: flex;
  gap: 1.3rem;
}
.plan__features li::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-color: var(--color-grey);
  border-radius: 50%;
}
.plan__features li.is-checked {
  color: black;
  font-weight: 700;
}
.plan__features li.is-checked::before {
  width: 2rem;
  height: 2rem;
  background: url(../images/icons/bullet-plan.png) no-repeat center;
}
@media (min-width: 768px) {
  .plan {
    padding: 2.5rem !important;
    border-radius: 2rem;
  }
  .plan__head {
    margin-bottom: 3.2rem;
  }
  .plan__title {
    font-size: 2.5rem;
  }
  .plan__image {
    width: 3rem;
    height: 3rem;
  }
}

/* gutenberg */
.editor-styles-wrapper .plan__title {
  margin: 0 0 15px 0;
}
.editor-styles-wrapper .plan__icon {
  width: 30px !important;
  height: 30px !important;
}

/* ------------------------------------------------------------------- */
/* breadcrumbs */
/* ------------------------------------------------------------------- */
#breadcrumbs {
  margin-bottom: 10px;
  line-height: 1;
}
#breadcrumbs a {
  color: var(--color-slate);
}
#breadcrumbs > span:last-child {
  width: 250px;
  position: relative;
  top: 2px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* ------------------------------------------------------------------- */
/*  */
/* ------------------------------------------------------------------- */
.video-01-home {
  padding-left: 50%;
  padding-bottom: 87%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.video-01-home video {
  position: absolute;
  top: 0;
  left: -40%;
  width: 159%;
}

.video-celular {
  padding-left: 50%;
  padding-bottom: 87%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-image: url("../images/phone.png");
}
.video-celular video {
  position: absolute;
  top: 0;
  left: -40%;
  width: 159%;
}

/* ------------------------------------------------------------------- */
/*  */
/* ------------------------------------------------------------------- */
.v-modal {
  display: none;
}
.v-modal .v-modal__overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.9);
}
.v-modal .v-modal__content {
  max-width: 600px;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.v-modal .v-modal__close {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -21px;
  right: -21px;
  z-index: 10;
  color: var(--color-snow);
  line-height: 1;
  border-radius: 50%;
  background: var(--color-snow);
  cursor: pointer;
}
.v-modal .v-modal__close:hover {
  opacity: 0.5;
}

/* ------------------------------------------------------------------- */
/* Contact page */
/* ------------------------------------------------------------------- */
.shadow {
  -webkit-box-shadow: 0px 2px 25px 0px #B4B4B4;
  box-shadow: 0px 2px 25px 0px #B4B4B4;
}

.radius-10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

ul.gradient-check {
  list-style-image: none;
}

ul.gradient-check li {
  background-image: url(../images/icons/check-contact.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
  margin: 20px 0 20px;
}

img.rate {
  position: relative;
  top: 5px;
  left: 5px;
}

.hbspt-form .form-columns-1 {
  margin-bottom: 0px !important;
}

.hbspt-form .form-columns-2 {
  margin-bottom: 0px !important;
}

.hbspt-form .hs-dependent-field {
  margin-bottom: 20px;
}

textarea.hs-fieldtype-textarea {
  min-height: 75px;
}

@media (max-width: 767px) {
  .page-template-page-contact {
    /*.wp-block-abc-section{
        display: none;
    }*/
  }
  .page-template-page-contact .gradient-check {
    margin: 20px 0 20px !important;
  }
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
/* ------------------------------------------- */
/* author-post */
/* ------------------------------------------- */
.author-post__title {
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-black);
}
@media (min-width: 768px) {
  .author-post__title {
    margin-bottom: 3rem;
    font-size: 4rem;
  }
}

/* ------------------------------------------- */
/* content */
/* ------------------------------------------- */
.author__content {
  font-size: 17px;
}
.author__content h2, .author__content h3, .author__content h4, .author__content h5, .author__content h6 {
  margin-bottom: 25px;
  font-weight: 700;
  color: var(--color-black);
}
.author__content h2 {
  font-size: 22px;
}
.author__content h2 {
  font-size: 20px;
}
.author__content h3 {
  font-size: 19px;
}
.author__content h4 {
  font-size: 17px;
}
.author__content h5 {
  font-size: 15px;
}
.author__content h6 {
  font-size: 14px;
}
.author__content .title-section h3 {
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.author__content p {
  font-size: 17px;
  margin-bottom: 25px;
}
.author__content ol {
  list-style-type: auto;
}
.author__content ul {
  list-style-type: circle;
}
.author__content ol,
.author__content ul {
  margin-bottom: 25px;
  list-style-position: inside;
}
.author__content ol li,
.author__content ul li {
  margin-bottom: 6px;
}
.author__content ol > ul,
.author__content li > ul {
  margin-left: 20px;
  padding-top: 5px;
}
.author__content figure {
  margin-bottom: 25px;
}
.author__content blockquote p {
  display: inline;
}
.author__content blockquote.wp-block-quote:before {
  content: '"';
  font-size: 3rem;
  display: inline;
}
.author__content blockquote.wp-block-quote:after {
  content: '"';
  font-size: 3rem;
  display: inline;
}
.author__content .wp-block-pullquote {
  padding: 20px;
  text-align: center;
  font-style: italic;
  background-color: rgb(226, 226, 226);
  border-radius: 20px;
}
.author__content .wp-block-pullquote > * {
  padding: 0;
}
.author__content .wp-block-pullquote p {
  line-height: 1.2;
}
@media (min-width: 992px) {
  .author__content h2 {
    font-size: 24px;
  }
  .author__content h2 {
    font-size: 20px;
  }
  .author__content h3 {
    font-size: 18px;
  }
  .author__content h4 {
    font-size: 16px;
  }
  .author__content h5 {
    font-size: 15px;
  }
  .author__content h6 {
    font-size: 14px;
  }
  .author__content h2, .author__content h3, .author__content h4, .author__content h5, .author__content h6 {
    margin-bottom: 30px;
  }
  .author__content figure {
    margin-bottom: 30px;
  }
  .author__content p {
    margin-bottom: 30px;
  }
  .author__content ol,
  .author__content ul {
    margin-bottom: 30px;
  }
}

.h-100 {
  height: 100%;
}

.img-responsive {
  max-width: 100%;
  display: block;
}

.img-responsive-full {
  width: 100%;
  display: block;
}

.center-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-gradient {
  background: #00DDC0;
  background: linear-gradient(to right, #00DDC0 0%, #373BC1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/* fake bullets */
.has-bullet {
  padding-left: 10px;
  position: relative;
}

.has-bullet:before {
  content: " ";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 13px;
  left: 2px;
  font-size: 36px;
  border-radius: 50%;
  background: #758188;
}

.has-border-shadow {
  padding-bottom: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 0px 0px rgb(62, 171, 233);
  -moz-box-shadow: 0px 5px 0px 0px rgb(62, 171, 233);
  box-shadow: 0px 5px 0px 0px rgb(62, 171, 233);
}

/* font color */
.color-snow {
  color: var(--color-snow) !important;
}

.color-black {
  color: var(--color-black) !important;
}

.color-dark {
  color: var(--color-dark) !important;
}

.color-slate {
  color: var(--color-slate) !important;
}

.color-grey {
  color: var(--color-grey) !important;
}

.color-sky {
  color: var(--color-sky) !important;
}

.color-blue {
  color: var(--color-blue) !important;
}

.color-green {
  color: var(--color-green) !important;
}

/* background-color */
.bg-snow {
  background-color: var(--color-snow) !important;
}

.bg-black {
  background-color: var(--color-black) !important;
}

.bg-dark {
  background-color: var(--color-dark) !important;
}

.bg-slate {
  background-color: var(--color-slate) !important;
}

.bg-grey {
  background-color: var(--color-grey) !important;
}

.bg-sky {
  background-color: var(--color-sky) !important;
}

.bg-blue {
  background-color: var(--color-blue) !important;
}

.bg-green {
  background-color: var(--color-green) !important;
}

/* font */
.fs-0 {
  font-size: 0 !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-34 {
  font-size: 34px !important;
}

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

.fs-45 {
  font-size: 45px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.fs-64 {
  font-size: 64px !important;
}

@media (min-width: 576px) {
  .sm\:fs-0 {
    font-size: 0 !important;
  }
  .sm\:fs-12 {
    font-size: 12px !important;
  }
  .sm\:fs-14 {
    font-size: 14px !important;
  }
  .sm\:fs-17 {
    font-size: 17px !important;
  }
  .sm\:fs-20 {
    font-size: 20px !important;
  }
  .sm\:fs-25 {
    font-size: 25px !important;
  }
  .sm\:fs-28 {
    font-size: 28px !important;
  }
  .sm\:fs-30 {
    font-size: 30px !important;
  }
  .sm\:fs-34 {
    font-size: 34px !important;
  }
  .sm\:fs-40 {
    font-size: 40px !important;
  }
  .sm\:fs-45 {
    font-size: 45px !important;
  }
  .sm\:fs-48 {
    font-size: 48px !important;
  }
  .sm\:fs-64 {
    font-size: 64px !important;
  }
}
@media (min-width: 768px) {
  .md\:fs-0 {
    font-size: 0 !important;
  }
  .md\:fs-12 {
    font-size: 12px !important;
  }
  .md\:fs-14 {
    font-size: 14px !important;
  }
  .md\:fs-17 {
    font-size: 17px !important;
  }
  .md\:fs-20 {
    font-size: 20px !important;
  }
  .md\:fs-25 {
    font-size: 25px !important;
  }
  .md\:fs-28 {
    font-size: 28px !important;
  }
  .md\:fs-30 {
    font-size: 30px !important;
  }
  .md\:fs-34 {
    font-size: 34px !important;
  }
  .md\:fs-40 {
    font-size: 40px !important;
  }
  .md\:fs-45 {
    font-size: 45px !important;
  }
  .md\:fs-48 {
    font-size: 48px !important;
  }
  .md\:fs-64 {
    font-size: 64px !important;
  }
}
@media (min-width: 992px) {
  .lg\:fs-0 {
    font-size: 0 !important;
  }
  .lg\:fs-12 {
    font-size: 12px !important;
  }
  .lg\:fs-14 {
    font-size: 14px !important;
  }
  .lg\:fs-17 {
    font-size: 17px !important;
  }
  .lg\:fs-20 {
    font-size: 20px !important;
  }
  .lg\:fs-25 {
    font-size: 25px !important;
  }
  .lg\:fs-28 {
    font-size: 28px !important;
  }
  .lg\:fs-30 {
    font-size: 30px !important;
  }
  .lg\:fs-34 {
    font-size: 34px !important;
  }
  .lg\:fs-40 {
    font-size: 40px !important;
  }
  .lg\:fs-45 {
    font-size: 45px !important;
  }
  .lg\:fs-48 {
    font-size: 48px !important;
  }
  .lg\:fs-64 {
    font-size: 64px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:fs-0 {
    font-size: 0 !important;
  }
  .xl\:fs-12 {
    font-size: 12px !important;
  }
  .xl\:fs-14 {
    font-size: 14px !important;
  }
  .xl\:fs-17 {
    font-size: 17px !important;
  }
  .xl\:fs-20 {
    font-size: 20px !important;
  }
  .xl\:fs-25 {
    font-size: 25px !important;
  }
  .xl\:fs-28 {
    font-size: 28px !important;
  }
  .xl\:fs-30 {
    font-size: 30px !important;
  }
  .xl\:fs-34 {
    font-size: 34px !important;
  }
  .xl\:fs-40 {
    font-size: 40px !important;
  }
  .xl\:fs-45 {
    font-size: 45px !important;
  }
  .xl\:fs-48 {
    font-size: 48px !important;
  }
  .xl\:fs-64 {
    font-size: 64px !important;
  }
}
/* font-weight */
.fw-100 {
  font-weight: 100 !important;
}

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

.fw-500 {
  font-weight: 500 !important;
}

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

/* line-height */
.leading-1 {
  line-height: 1 !important;
}

.leading-1-1 {
  line-height: 1.1 !important;
}

.leading-1-2 {
  line-height: 1.2 !important;
}

.leading-1-3 {
  line-height: 1.3 !important;
}

.leading-1-4 {
  line-height: 1.4 !important;
}

.leading-1-5 {
  line-height: 1.5 !important;
}

.leading-1-6 {
  line-height: 1.6 !important;
}

.leading-1-7 {
  line-height: 1.7 !important;
}

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

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

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

.normal-case {
  text-transform: none !important;
}

/* margin */
.m-0 {
  margin: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

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

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

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

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

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

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

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

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

@media (min-width: 576px) {
  .sm\:m-0 {
    margin: 0px !important;
  }
  .sm\:m-5 {
    margin: 5px !important;
  }
  .sm\:m-10 {
    margin: 10px !important;
  }
  .sm\:m-20 {
    margin: 20px !important;
  }
  .sm\:m-30 {
    margin: 30px !important;
  }
  .sm\:m-40 {
    margin: 40px !important;
  }
  .sm\:m-50 {
    margin: 50px !important;
  }
  .sm\:m-60 {
    margin: 60px !important;
  }
  .sm\:mt-0 {
    margin-top: 0px !important;
  }
  .sm\:mt-5 {
    margin-top: 5px !important;
  }
  .sm\:mt-10 {
    margin-top: 10px !important;
  }
  .sm\:mt-20 {
    margin-top: 20px !important;
  }
  .sm\:mt-30 {
    margin-top: 30px !important;
  }
  .sm\:mt-40 {
    margin-top: 40px !important;
  }
  .sm\:mt-50 {
    margin-top: 50px !important;
  }
  .sm\:mt-60 {
    margin-top: 60px !important;
  }
  .sm\:ml-0 {
    margin-left: 0px !important;
  }
  .sm\:ml-5 {
    margin-left: 5px !important;
  }
  .sm\:ml-10 {
    margin-left: 10px !important;
  }
  .sm\:ml-20 {
    margin-left: 20px !important;
  }
  .sm\:ml-30 {
    margin-left: 30px !important;
  }
  .sm\:ml-40 {
    margin-left: 40px !important;
  }
  .sm\:ml-50 {
    margin-left: 50px !important;
  }
  .sm\:ml-60 {
    margin-left: 60px !important;
  }
  .sm\:mb-0 {
    margin-bottom: 0px !important;
  }
  .sm\:mb-5 {
    margin-bottom: 5px !important;
  }
  .sm\:mb-10 {
    margin-bottom: 10px !important;
  }
  .sm\:mb-20 {
    margin-bottom: 20px !important;
  }
  .sm\:mb-30 {
    margin-bottom: 30px !important;
  }
  .sm\:mb-40 {
    margin-bottom: 40px !important;
  }
  .sm\:mb-50 {
    margin-bottom: 50px !important;
  }
  .sm\:mb-60 {
    margin-bottom: 60px !important;
  }
  .sm\:mr-0 {
    margin-right: 0px !important;
  }
  .sm\:mr-5 {
    margin-right: 5px !important;
  }
  .sm\:mr-10 {
    margin-right: 10px !important;
  }
  .sm\:mr-20 {
    margin-right: 20px !important;
  }
  .sm\:mr-30 {
    margin-right: 30px !important;
  }
  .sm\:mr-40 {
    margin-right: 40px !important;
  }
  .sm\:mr-50 {
    margin-right: 50px !important;
  }
  .sm\:mr-60 {
    margin-right: 60px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-0 {
    margin: 0px !important;
  }
  .md\:m-5 {
    margin: 5px !important;
  }
  .md\:m-10 {
    margin: 10px !important;
  }
  .md\:m-20 {
    margin: 20px !important;
  }
  .md\:m-30 {
    margin: 30px !important;
  }
  .md\:m-40 {
    margin: 40px !important;
  }
  .md\:m-50 {
    margin: 50px !important;
  }
  .md\:m-60 {
    margin: 60px !important;
  }
  .md\:mt-0 {
    margin-top: 0px !important;
  }
  .md\:mt-5 {
    margin-top: 5px !important;
  }
  .md\:mt-10 {
    margin-top: 10px !important;
  }
  .md\:mt-20 {
    margin-top: 20px !important;
  }
  .md\:mt-30 {
    margin-top: 30px !important;
  }
  .md\:mt-40 {
    margin-top: 40px !important;
  }
  .md\:mt-50 {
    margin-top: 50px !important;
  }
  .md\:mt-60 {
    margin-top: 60px !important;
  }
  .md\:ml-0 {
    margin-left: 0px !important;
  }
  .md\:ml-5 {
    margin-left: 5px !important;
  }
  .md\:ml-10 {
    margin-left: 10px !important;
  }
  .md\:ml-20 {
    margin-left: 20px !important;
  }
  .md\:ml-30 {
    margin-left: 30px !important;
  }
  .md\:ml-40 {
    margin-left: 40px !important;
  }
  .md\:ml-50 {
    margin-left: 50px !important;
  }
  .md\:ml-60 {
    margin-left: 60px !important;
  }
  .md\:mb-0 {
    margin-bottom: 0px !important;
  }
  .md\:mb-5 {
    margin-bottom: 5px !important;
  }
  .md\:mb-10 {
    margin-bottom: 10px !important;
  }
  .md\:mb-20 {
    margin-bottom: 20px !important;
  }
  .md\:mb-30 {
    margin-bottom: 30px !important;
  }
  .md\:mb-40 {
    margin-bottom: 40px !important;
  }
  .md\:mb-50 {
    margin-bottom: 50px !important;
  }
  .md\:mb-60 {
    margin-bottom: 60px !important;
  }
  .md\:mr-0 {
    margin-right: 0px !important;
  }
  .md\:mr-5 {
    margin-right: 5px !important;
  }
  .md\:mr-10 {
    margin-right: 10px !important;
  }
  .md\:mr-20 {
    margin-right: 20px !important;
  }
  .md\:mr-30 {
    margin-right: 30px !important;
  }
  .md\:mr-40 {
    margin-right: 40px !important;
  }
  .md\:mr-50 {
    margin-right: 50px !important;
  }
  .md\:mr-60 {
    margin-right: 60px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-0 {
    margin: 0px !important;
  }
  .lg\:m-5 {
    margin: 5px !important;
  }
  .lg\:m-10 {
    margin: 10px !important;
  }
  .lg\:m-20 {
    margin: 20px !important;
  }
  .lg\:m-30 {
    margin: 30px !important;
  }
  .lg\:m-40 {
    margin: 40px !important;
  }
  .lg\:m-50 {
    margin: 50px !important;
  }
  .lg\:m-60 {
    margin: 60px !important;
  }
  .lg\:mt-0 {
    margin-top: 0px !important;
  }
  .lg\:mt-5 {
    margin-top: 5px !important;
  }
  .lg\:mt-10 {
    margin-top: 10px !important;
  }
  .lg\:mt-20 {
    margin-top: 20px !important;
  }
  .lg\:mt-30 {
    margin-top: 30px !important;
  }
  .lg\:mt-40 {
    margin-top: 40px !important;
  }
  .lg\:mt-50 {
    margin-top: 50px !important;
  }
  .lg\:mt-60 {
    margin-top: 60px !important;
  }
  .lg\:ml-0 {
    margin-left: 0px !important;
  }
  .lg\:ml-5 {
    margin-left: 5px !important;
  }
  .lg\:ml-10 {
    margin-left: 10px !important;
  }
  .lg\:ml-20 {
    margin-left: 20px !important;
  }
  .lg\:ml-30 {
    margin-left: 30px !important;
  }
  .lg\:ml-40 {
    margin-left: 40px !important;
  }
  .lg\:ml-50 {
    margin-left: 50px !important;
  }
  .lg\:ml-60 {
    margin-left: 60px !important;
  }
  .lg\:mb-0 {
    margin-bottom: 0px !important;
  }
  .lg\:mb-5 {
    margin-bottom: 5px !important;
  }
  .lg\:mb-10 {
    margin-bottom: 10px !important;
  }
  .lg\:mb-20 {
    margin-bottom: 20px !important;
  }
  .lg\:mb-30 {
    margin-bottom: 30px !important;
  }
  .lg\:mb-40 {
    margin-bottom: 40px !important;
  }
  .lg\:mb-50 {
    margin-bottom: 50px !important;
  }
  .lg\:mb-60 {
    margin-bottom: 60px !important;
  }
  .lg\:mr-0 {
    margin-right: 0px !important;
  }
  .lg\:mr-5 {
    margin-right: 5px !important;
  }
  .lg\:mr-10 {
    margin-right: 10px !important;
  }
  .lg\:mr-20 {
    margin-right: 20px !important;
  }
  .lg\:mr-30 {
    margin-right: 30px !important;
  }
  .lg\:mr-40 {
    margin-right: 40px !important;
  }
  .lg\:mr-50 {
    margin-right: 50px !important;
  }
  .lg\:mr-60 {
    margin-right: 60px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-0 {
    margin: 0px !important;
  }
  .xl\:m-5 {
    margin: 5px !important;
  }
  .xl\:m-10 {
    margin: 10px !important;
  }
  .xl\:m-20 {
    margin: 20px !important;
  }
  .xl\:m-30 {
    margin: 30px !important;
  }
  .xl\:m-40 {
    margin: 40px !important;
  }
  .xl\:m-50 {
    margin: 50px !important;
  }
  .xl\:m-60 {
    margin: 60px !important;
  }
  .xl\:mt-0 {
    margin-top: 0px !important;
  }
  .xl\:mt-5 {
    margin-top: 5px !important;
  }
  .xl\:mt-10 {
    margin-top: 10px !important;
  }
  .xl\:mt-20 {
    margin-top: 20px !important;
  }
  .xl\:mt-30 {
    margin-top: 30px !important;
  }
  .xl\:mt-40 {
    margin-top: 40px !important;
  }
  .xl\:mt-50 {
    margin-top: 50px !important;
  }
  .xl\:mt-60 {
    margin-top: 60px !important;
  }
  .xl\:ml-0 {
    margin-left: 0px !important;
  }
  .xl\:ml-5 {
    margin-left: 5px !important;
  }
  .xl\:ml-10 {
    margin-left: 10px !important;
  }
  .xl\:ml-20 {
    margin-left: 20px !important;
  }
  .xl\:ml-30 {
    margin-left: 30px !important;
  }
  .xl\:ml-40 {
    margin-left: 40px !important;
  }
  .xl\:ml-50 {
    margin-left: 50px !important;
  }
  .xl\:ml-60 {
    margin-left: 60px !important;
  }
  .xl\:mb-0 {
    margin-bottom: 0px !important;
  }
  .xl\:mb-5 {
    margin-bottom: 5px !important;
  }
  .xl\:mb-10 {
    margin-bottom: 10px !important;
  }
  .xl\:mb-20 {
    margin-bottom: 20px !important;
  }
  .xl\:mb-30 {
    margin-bottom: 30px !important;
  }
  .xl\:mb-40 {
    margin-bottom: 40px !important;
  }
  .xl\:mb-50 {
    margin-bottom: 50px !important;
  }
  .xl\:mb-60 {
    margin-bottom: 60px !important;
  }
  .xl\:mr-0 {
    margin-right: 0px !important;
  }
  .xl\:mr-5 {
    margin-right: 5px !important;
  }
  .xl\:mr-10 {
    margin-right: 10px !important;
  }
  .xl\:mr-20 {
    margin-right: 20px !important;
  }
  .xl\:mr-30 {
    margin-right: 30px !important;
  }
  .xl\:mr-40 {
    margin-right: 40px !important;
  }
  .xl\:mr-50 {
    margin-right: 50px !important;
  }
  .xl\:mr-60 {
    margin-right: 60px !important;
  }
}
/* padding */
.p-0 {
  padding: 0px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

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

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

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

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

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

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

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

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

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

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

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

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .sm\:p-0 {
    padding: 0px !important;
  }
  .sm\:p-5 {
    padding: 5px !important;
  }
  .sm\:p-10 {
    padding: 10px !important;
  }
  .sm\:p-20 {
    padding: 20px !important;
  }
  .sm\:p-30 {
    padding: 30px !important;
  }
  .sm\:p-40 {
    padding: 40px !important;
  }
  .sm\:p-50 {
    padding: 50px !important;
  }
  .sm\:p-60 {
    padding: 60px !important;
  }
  .sm\:pt-0 {
    padding-top: 0px !important;
  }
  .sm\:pt-5 {
    padding-top: 5px !important;
  }
  .sm\:pt-10 {
    padding-top: 10px !important;
  }
  .sm\:pt-20 {
    padding-top: 20px !important;
  }
  .sm\:pt-30 {
    padding-top: 30px !important;
  }
  .sm\:pt-40 {
    padding-top: 40px !important;
  }
  .sm\:pt-50 {
    padding-top: 50px !important;
  }
  .sm\:pt-60 {
    padding-top: 60px !important;
  }
  .sm\:pl-0 {
    padding-left: 0px !important;
  }
  .sm\:pl-5 {
    padding-left: 5px !important;
  }
  .sm\:pl-10 {
    padding-left: 10px !important;
  }
  .sm\:pl-20 {
    padding-left: 20px !important;
  }
  .sm\:pl-30 {
    padding-left: 30px !important;
  }
  .sm\:pl-40 {
    padding-left: 40px !important;
  }
  .sm\:pl-50 {
    padding-left: 50px !important;
  }
  .sm\:pl-60 {
    padding-left: 60px !important;
  }
  .sm\:pb-0 {
    padding-bottom: 0px !important;
  }
  .sm\:pb-5 {
    padding-bottom: 5px !important;
  }
  .sm\:pb-10 {
    padding-bottom: 10px !important;
  }
  .sm\:pb-20 {
    padding-bottom: 20px !important;
  }
  .sm\:pb-30 {
    padding-bottom: 30px !important;
  }
  .sm\:pb-40 {
    padding-bottom: 40px !important;
  }
  .sm\:pb-50 {
    padding-bottom: 50px !important;
  }
  .sm\:pb-60 {
    padding-bottom: 60px !important;
  }
  .sm\:pr-0 {
    padding-right: 0px !important;
  }
  .sm\:pr-5 {
    padding-right: 5px !important;
  }
  .sm\:pr-10 {
    padding-right: 10px !important;
  }
  .sm\:pr-20 {
    padding-right: 20px !important;
  }
  .sm\:pr-30 {
    padding-right: 30px !important;
  }
  .sm\:pr-40 {
    padding-right: 40px !important;
  }
  .sm\:pr-50 {
    padding-right: 50px !important;
  }
  .sm\:pr-60 {
    padding-right: 60px !important;
  }
}
@media (min-width: 768px) {
  .md\:p-0 {
    padding: 0px !important;
  }
  .md\:p-5 {
    padding: 5px !important;
  }
  .md\:p-10 {
    padding: 10px !important;
  }
  .md\:p-20 {
    padding: 20px !important;
  }
  .md\:p-30 {
    padding: 30px !important;
  }
  .md\:p-40 {
    padding: 40px !important;
  }
  .md\:p-50 {
    padding: 50px !important;
  }
  .md\:p-60 {
    padding: 60px !important;
  }
  .md\:pt-0 {
    padding-top: 0px !important;
  }
  .md\:pt-5 {
    padding-top: 5px !important;
  }
  .md\:pt-10 {
    padding-top: 10px !important;
  }
  .md\:pt-20 {
    padding-top: 20px !important;
  }
  .md\:pt-30 {
    padding-top: 30px !important;
  }
  .md\:pt-40 {
    padding-top: 40px !important;
  }
  .md\:pt-50 {
    padding-top: 50px !important;
  }
  .md\:pt-60 {
    padding-top: 60px !important;
  }
  .md\:pl-0 {
    padding-left: 0px !important;
  }
  .md\:pl-5 {
    padding-left: 5px !important;
  }
  .md\:pl-10 {
    padding-left: 10px !important;
  }
  .md\:pl-20 {
    padding-left: 20px !important;
  }
  .md\:pl-30 {
    padding-left: 30px !important;
  }
  .md\:pl-40 {
    padding-left: 40px !important;
  }
  .md\:pl-50 {
    padding-left: 50px !important;
  }
  .md\:pl-60 {
    padding-left: 60px !important;
  }
  .md\:pb-0 {
    padding-bottom: 0px !important;
  }
  .md\:pb-5 {
    padding-bottom: 5px !important;
  }
  .md\:pb-10 {
    padding-bottom: 10px !important;
  }
  .md\:pb-20 {
    padding-bottom: 20px !important;
  }
  .md\:pb-30 {
    padding-bottom: 30px !important;
  }
  .md\:pb-40 {
    padding-bottom: 40px !important;
  }
  .md\:pb-50 {
    padding-bottom: 50px !important;
  }
  .md\:pb-60 {
    padding-bottom: 60px !important;
  }
  .md\:pr-0 {
    padding-right: 0px !important;
  }
  .md\:pr-5 {
    padding-right: 5px !important;
  }
  .md\:pr-10 {
    padding-right: 10px !important;
  }
  .md\:pr-20 {
    padding-right: 20px !important;
  }
  .md\:pr-30 {
    padding-right: 30px !important;
  }
  .md\:pr-40 {
    padding-right: 40px !important;
  }
  .md\:pr-50 {
    padding-right: 50px !important;
  }
  .md\:pr-60 {
    padding-right: 60px !important;
  }
}
@media (min-width: 992px) {
  .lg\:p-0 {
    padding: 0px !important;
  }
  .lg\:p-5 {
    padding: 5px !important;
  }
  .lg\:p-10 {
    padding: 10px !important;
  }
  .lg\:p-20 {
    padding: 20px !important;
  }
  .lg\:p-30 {
    padding: 30px !important;
  }
  .lg\:p-40 {
    padding: 40px !important;
  }
  .lg\:p-50 {
    padding: 50px !important;
  }
  .lg\:p-60 {
    padding: 60px !important;
  }
  .lg\:pt-0 {
    padding-top: 0px !important;
  }
  .lg\:pt-5 {
    padding-top: 5px !important;
  }
  .lg\:pt-10 {
    padding-top: 10px !important;
  }
  .lg\:pt-20 {
    padding-top: 20px !important;
  }
  .lg\:pt-30 {
    padding-top: 30px !important;
  }
  .lg\:pt-40 {
    padding-top: 40px !important;
  }
  .lg\:pt-50 {
    padding-top: 50px !important;
  }
  .lg\:pt-60 {
    padding-top: 60px !important;
  }
  .lg\:pl-0 {
    padding-left: 0px !important;
  }
  .lg\:pl-5 {
    padding-left: 5px !important;
  }
  .lg\:pl-10 {
    padding-left: 10px !important;
  }
  .lg\:pl-20 {
    padding-left: 20px !important;
  }
  .lg\:pl-30 {
    padding-left: 30px !important;
  }
  .lg\:pl-40 {
    padding-left: 40px !important;
  }
  .lg\:pl-50 {
    padding-left: 50px !important;
  }
  .lg\:pl-60 {
    padding-left: 60px !important;
  }
  .lg\:pb-0 {
    padding-bottom: 0px !important;
  }
  .lg\:pb-5 {
    padding-bottom: 5px !important;
  }
  .lg\:pb-10 {
    padding-bottom: 10px !important;
  }
  .lg\:pb-20 {
    padding-bottom: 20px !important;
  }
  .lg\:pb-30 {
    padding-bottom: 30px !important;
  }
  .lg\:pb-40 {
    padding-bottom: 40px !important;
  }
  .lg\:pb-50 {
    padding-bottom: 50px !important;
  }
  .lg\:pb-60 {
    padding-bottom: 60px !important;
  }
  .lg\:pr-0 {
    padding-right: 0px !important;
  }
  .lg\:pr-5 {
    padding-right: 5px !important;
  }
  .lg\:pr-10 {
    padding-right: 10px !important;
  }
  .lg\:pr-20 {
    padding-right: 20px !important;
  }
  .lg\:pr-30 {
    padding-right: 30px !important;
  }
  .lg\:pr-40 {
    padding-right: 40px !important;
  }
  .lg\:pr-50 {
    padding-right: 50px !important;
  }
  .lg\:pr-60 {
    padding-right: 60px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:p-0 {
    padding: 0px !important;
  }
  .xl\:p-5 {
    padding: 5px !important;
  }
  .xl\:p-10 {
    padding: 10px !important;
  }
  .xl\:p-20 {
    padding: 20px !important;
  }
  .xl\:p-30 {
    padding: 30px !important;
  }
  .xl\:p-40 {
    padding: 40px !important;
  }
  .xl\:p-50 {
    padding: 50px !important;
  }
  .xl\:p-60 {
    padding: 60px !important;
  }
  .xl\:pt-0 {
    padding-top: 0px !important;
  }
  .xl\:pt-5 {
    padding-top: 5px !important;
  }
  .xl\:pt-10 {
    padding-top: 10px !important;
  }
  .xl\:pt-20 {
    padding-top: 20px !important;
  }
  .xl\:pt-30 {
    padding-top: 30px !important;
  }
  .xl\:pt-40 {
    padding-top: 40px !important;
  }
  .xl\:pt-50 {
    padding-top: 50px !important;
  }
  .xl\:pt-60 {
    padding-top: 60px !important;
  }
  .xl\:pl-0 {
    padding-left: 0px !important;
  }
  .xl\:pl-5 {
    padding-left: 5px !important;
  }
  .xl\:pl-10 {
    padding-left: 10px !important;
  }
  .xl\:pl-20 {
    padding-left: 20px !important;
  }
  .xl\:pl-30 {
    padding-left: 30px !important;
  }
  .xl\:pl-40 {
    padding-left: 40px !important;
  }
  .xl\:pl-50 {
    padding-left: 50px !important;
  }
  .xl\:pl-60 {
    padding-left: 60px !important;
  }
  .xl\:pb-0 {
    padding-bottom: 0px !important;
  }
  .xl\:pb-5 {
    padding-bottom: 5px !important;
  }
  .xl\:pb-10 {
    padding-bottom: 10px !important;
  }
  .xl\:pb-20 {
    padding-bottom: 20px !important;
  }
  .xl\:pb-30 {
    padding-bottom: 30px !important;
  }
  .xl\:pb-40 {
    padding-bottom: 40px !important;
  }
  .xl\:pb-50 {
    padding-bottom: 50px !important;
  }
  .xl\:pb-60 {
    padding-bottom: 60px !important;
  }
  .xl\:pr-0 {
    padding-right: 0px !important;
  }
  .xl\:pr-5 {
    padding-right: 5px !important;
  }
  .xl\:pr-10 {
    padding-right: 10px !important;
  }
  .xl\:pr-20 {
    padding-right: 20px !important;
  }
  .xl\:pr-30 {
    padding-right: 30px !important;
  }
  .xl\:pr-40 {
    padding-right: 40px !important;
  }
  .xl\:pr-50 {
    padding-right: 50px !important;
  }
  .xl\:pr-60 {
    padding-right: 60px !important;
  }
}
/* min-height */
.min-h-50 {
  min-height: 50px !important;
}

.min-h-60 {
  min-height: 60px !important;
}

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

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

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

@media (min-width: 576px) {
  .sm\:text-center {
    text-align: center !important;
  }
  .sm\:text-right {
    text-align: right !important;
  }
  .sm\:text-left {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .md\:text-center {
    text-align: center !important;
  }
  .md\:text-right {
    text-align: right !important;
  }
  .md\:text-left {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .lg\:text-center {
    text-align: center !important;
  }
  .lg\:text-right {
    text-align: right !important;
  }
  .lg\:text-left {
    text-align: left !important;
  }
}
@media (min-width: 1200px) {
  .xl\:text-center {
    text-align: center !important;
  }
  .xl\:text-right {
    text-align: right !important;
  }
  .xl\:text-left {
    text-align: left !important;
  }
}
/* display */
.none {
  display: none !important;
}

.flex {
  display: flex !important;
}

.block {
  display: block !important;
}

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

@media (min-width: 576px) {
  .sm\:none {
    display: none !important;
  }
  .sm\:flex {
    display: flex !important;
  }
  .sm\:block {
    display: block !important;
  }
  .sm\:inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .md\:none {
    display: none !important;
  }
  .md\:flex {
    display: flex !important;
  }
  .md\:block {
    display: block !important;
  }
  .md\:inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .lg\:none {
    display: none !important;
  }
  .lg\:flex {
    display: flex !important;
  }
  .lg\:block {
    display: block !important;
  }
  .lg\:inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .xl\:none {
    display: none !important;
  }
  .xl\:flex {
    display: flex !important;
  }
  .xl\:block {
    display: block !important;
  }
  .xl\:inline-block {
    display: inline-block !important;
  }
}
/* radius */
.radius-0 {
  border-radius: 0 !important;
}

.radius-5 {
  border-radius: 5px !important;
}

.radius-10 {
  border-radius: 10px !important;
}

.radius-20 {
  border-radius: 20px !important;
}

/* flex-direcion */
.flex-row {
  flex-direction: row !important;
}

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

@media (min-width: 576px) {
  .sm\:flex-row {
    flex-direction: row !important;
  }
  .sm\:flex-col {
    flex-direction: column !important;
  }
}
@media (min-width: 768px) {
  .md\:flex-row {
    flex-direction: row !important;
  }
  .md\:flex-col {
    flex-direction: column !important;
  }
}
@media (min-width: 992px) {
  .lg\:flex-row {
    flex-direction: row !important;
  }
  .lg\:flex-col {
    flex-direction: column !important;
  }
}
@media (min-width: 1200px) {
  .xl\:flex-row {
    flex-direction: row !important;
  }
  .xl\:flex-col {
    flex-direction: column !important;
  }
}
/* flex-wrap */
.flex-wrap {
  flex-wrap: wrap !important;
}

@media (min-width: 576px) {
  .sm\:flex-wrap {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 768px) {
  .md\:flex-wrap {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 992px) {
  .lg\:flex-wrap {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 1200px) {
  .xl\:flex-wrap {
    flex-wrap: wrap !important;
  }
}
/* justify-content */
.justify-start {
  justify-content: flex-start !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .sm\:justify-start {
    justify-content: flex-start !important;
  }
  .sm\:justify-end {
    justify-content: flex-end !important;
  }
  .sm\:justify-center {
    justify-content: center !important;
  }
  .sm\:justify-between {
    justify-content: space-between !important;
  }
  .sm\:justify-around {
    justify-content: space-around !important;
  }
  .sm\:justify-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 768px) {
  .md\:justify-start {
    justify-content: flex-start !important;
  }
  .md\:justify-end {
    justify-content: flex-end !important;
  }
  .md\:justify-center {
    justify-content: center !important;
  }
  .md\:justify-between {
    justify-content: space-between !important;
  }
  .md\:justify-around {
    justify-content: space-around !important;
  }
  .md\:justify-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 992px) {
  .lg\:justify-start {
    justify-content: flex-start !important;
  }
  .lg\:justify-end {
    justify-content: flex-end !important;
  }
  .lg\:justify-center {
    justify-content: center !important;
  }
  .lg\:justify-between {
    justify-content: space-between !important;
  }
  .lg\:justify-around {
    justify-content: space-around !important;
  }
  .lg\:justify-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 1200px) {
  .xl\:justify-start {
    justify-content: flex-start !important;
  }
  .xl\:justify-end {
    justify-content: flex-end !important;
  }
  .xl\:justify-center {
    justify-content: center !important;
  }
  .xl\:justify-between {
    justify-content: space-between !important;
  }
  .xl\:justify-around {
    justify-content: space-around !important;
  }
  .xl\:justify-evenly {
    justify-content: space-evenly !important;
  }
}
/* justify-items */
.justify-items-start {
  justify-items: start !important;
}

.justify-items-end {
  justify-items: end !important;
}

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

@media (min-width: 576px) {
  .sm\:justify-items-start {
    justify-items: start !important;
  }
  .sm\:justify-items-end {
    justify-items: end !important;
  }
  .sm\:justify-items-center {
    justify-items: center !important;
  }
}
@media (min-width: 768px) {
  .md\:justify-items-start {
    justify-items: start !important;
  }
  .md\:justify-items-end {
    justify-items: end !important;
  }
  .md\:justify-items-center {
    justify-items: center !important;
  }
}
@media (min-width: 992px) {
  .lg\:justify-items-start {
    justify-items: start !important;
  }
  .lg\:justify-items-end {
    justify-items: end !important;
  }
  .lg\:justify-items-center {
    justify-items: center !important;
  }
}
@media (min-width: 1200px) {
  .xl\:justify-items-start {
    justify-items: start !important;
  }
  .xl\:justify-items-end {
    justify-items: end !important;
  }
  .xl\:justify-items-center {
    justify-items: center !important;
  }
}
/*   justify-self */
.justify-self-start {
  justify-self: start !important;
}

.justify-self-end {
  justify-self: end !important;
}

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

@media (min-width: 576px) {
  .sm\:justify-self-start {
    justify-self: start !important;
  }
  .sm\:justify-self-end {
    justify-self: end !important;
  }
  .sm\:justify-self-center {
    justify-self: center !important;
  }
}
@media (min-width: 768px) {
  .md\:justify-self-start {
    justify-self: start !important;
  }
  .md\:justify-self-end {
    justify-self: end !important;
  }
  .md\:justify-self-center {
    justify-self: center !important;
  }
}
@media (min-width: 992px) {
  .lg\:justify-self-start {
    justify-self: start !important;
  }
  .lg\:justify-self-end {
    justify-self: end !important;
  }
  .lg\:justify-self-center {
    justify-self: center !important;
  }
}
@media (min-width: 1200px) {
  .xl\:justify-self-start {
    justify-self: start !important;
  }
  .xl\:justify-self-end {
    justify-self: end !important;
  }
  .xl\:justify-self-center {
    justify-self: center !important;
  }
}
/*   align-content */
.align-content-center {
  align-content: center !important;
}

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

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

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

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

@media (min-width: 576px) {
  .sm\:align-content-center {
    align-content: center !important;
  }
  .sm\:align-content-start {
    align-content: flex-start !important;
  }
  .sm\:align-content-end {
    align-content: flex-end !important;
  }
  .sm\:align-content-between {
    align-content: space-between !important;
  }
  .sm\:align-content-around {
    align-content: space-around !important;
  }
}
@media (min-width: 768px) {
  .md\:align-content-center {
    align-content: center !important;
  }
  .md\:align-content-start {
    align-content: flex-start !important;
  }
  .md\:align-content-end {
    align-content: flex-end !important;
  }
  .md\:align-content-between {
    align-content: space-between !important;
  }
  .md\:align-content-around {
    align-content: space-around !important;
  }
}
@media (min-width: 992px) {
  .lg\:align-content-center {
    align-content: center !important;
  }
  .lg\:align-content-start {
    align-content: flex-start !important;
  }
  .lg\:align-content-end {
    align-content: flex-end !important;
  }
  .lg\:align-content-between {
    align-content: space-between !important;
  }
  .lg\:align-content-around {
    align-content: space-around !important;
  }
}
@media (min-width: 1200px) {
  .xl\:align-content-center {
    align-content: center !important;
  }
  .xl\:align-content-start {
    align-content: flex-start !important;
  }
  .xl\:align-content-end {
    align-content: flex-end !important;
  }
  .xl\:align-content-between {
    align-content: space-between !important;
  }
  .xl\:align-content-around {
    align-content: space-around !important;
  }
}
/*   align-items */
.align-items-start {
  align-items: flex-start !important;
}

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

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

@media (min-width: 576px) {
  .sm\:align-items-start {
    align-items: flex-start !important;
  }
  .sm\:align-items-end {
    align-items: flex-end !important;
  }
  .sm\:align-items-center {
    align-items: center !important;
  }
}
@media (min-width: 768px) {
  .md\:align-items-start {
    align-items: flex-start !important;
  }
  .md\:align-items-end {
    align-items: flex-end !important;
  }
  .md\:align-items-center {
    align-items: center !important;
  }
}
@media (min-width: 992px) {
  .lg\:align-items-start {
    align-items: flex-start !important;
  }
  .lg\:align-items-end {
    align-items: flex-end !important;
  }
  .lg\:align-items-center {
    align-items: center !important;
  }
}
@media (min-width: 1200px) {
  .xl\:align-items-start {
    align-items: flex-start !important;
  }
  .xl\:align-items-end {
    align-items: flex-end !important;
  }
  .xl\:align-items-center {
    align-items: center !important;
  }
}
/*   align-self */
.align-self-start {
  align-self: flex-start !important;
}

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

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

@media (min-width: 576px) {
  .sm\:align-self-start {
    align-self: flex-start !important;
  }
  .sm\:align-self-end {
    align-self: flex-end !important;
  }
  .sm\:align-self-center {
    align-self: center !important;
  }
}
@media (min-width: 768px) {
  .md\:align-self-start {
    align-self: flex-start !important;
  }
  .md\:align-self-end {
    align-self: flex-end !important;
  }
  .md\:align-self-center {
    align-self: center !important;
  }
}
@media (min-width: 992px) {
  .lg\:align-self-start {
    align-self: flex-start !important;
  }
  .lg\:align-self-end {
    align-self: flex-end !important;
  }
  .lg\:align-self-center {
    align-self: center !important;
  }
}
@media (min-width: 1200px) {
  .xl\:align-self-start {
    align-self: flex-start !important;
  }
  .xl\:align-self-end {
    align-self: flex-end !important;
  }
  .xl\:align-self-center {
    align-self: center !important;
  }
}
/*   gap */
.gap-10 {
  gap: 10px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-50 {
  gap: 50px !important;
}

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

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

@media (min-width: 576px) {
  .sm\:grow-0 {
    flex-grow: 0 !important;
  }
  .sm\:grow-1 {
    flex-grow: 1 !important;
  }
}
@media (min-width: 768px) {
  .md\:grow-0 {
    flex-grow: 0 !important;
  }
  .md\:grow-1 {
    flex-grow: 1 !important;
  }
}
@media (min-width: 992px) {
  .lg\:grow-0 {
    flex-grow: 0 !important;
  }
  .lg\:grow-1 {
    flex-grow: 1 !important;
  }
}
@media (min-width: 1200px) {
  .xl\:grow-0 {
    flex-grow: 0 !important;
  }
  .xl\:grow-1 {
    flex-grow: 1 !important;
  }
}
/*   flex-grow */
.shrink-0 {
  flex-shrink: 0 !important;
}

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

@media (min-width: 576px) {
  .sm\:shrink-0 {
    flex-shrink: 0 !important;
  }
  .sm\:shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 768px) {
  .md\:shrink-0 {
    flex-shrink: 0 !important;
  }
  .md\:shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 992px) {
  .lg\:shrink-0 {
    flex-shrink: 0 !important;
  }
  .lg\:shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 1200px) {
  .xl\:shrink-0 {
    flex-shrink: 0 !important;
  }
  .xl\:shrink-1 {
    flex-shrink: 1 !important;
  }
}
/* overflow */
.overflow-auto {
  overflow: auto !important;
}

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

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

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

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