body {
  position: relative;
}

body:before {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
}

body.show-sidebar {
  overflow: hidden;
  height: 100vh;
}
@media (min-width: 992px) {
  body.show-sidebar {
    height: auto;
  }
}

body.show-sidebar:before {
  opacity: 1;
  visibility: visible;
}

.site-section {
  padding: 7rem 0;
}

aside {
  font-family: "Oxygen", sans-serif;
  max-width: 80vw;
  width: 400px;
  left: 0;
  top: 0;
  z-index: 1001;
  position: fixed;
  transform: translateX(-100%);
  background-color: #fff;
  transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
}
aside h3 {
  font-family: "Bebas Neue", sans-serif;
}
aside ul.primary-menu li a {
  color: #fff;
  font-size: x-large;
}
aside .list-social {
  margin-top: 6vh;
  display: flex;
  justify-content: center;
}

.show-sidebar aside {
  transform: translateX(0%);
}

aside .toggle {
  padding-left: 30px;
  padding-top: 30px;
  position: absolute;
  right: 0;
  transform: translateX(100%);
}

.show-sidebar aside .toggle .burger:before, .show-sidebar aside .toggle .burger span, .show-sidebar aside .toggle .burger:after {
  background: #000;
}

aside .side-inner {
  display: flex;
  justify-content: space-around;
  padding: 30px 0;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

aside .side-inner .sidebar-content {
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
}

aside .side-inner .sidebar-content .bio {
  margin-bottom: 40px;
}

aside .side-inner .sidebar-content h3 {
  font-size: 3rem;
  color: #fff;
}

aside .side-inner .sidebar-content p {
  color: #fff;
  line-height: 1.8;
}

aside .side-inner .sidebar-content .main-nav {
  margin-bottom: 40px;
}

aside .side-inner .sidebar-content .main-nav li a {
  color: #fff;
}

aside .side-inner .sidebar-content .social li {
  display: inline-block;
}

aside .side-inner .sidebar-content .social li a {
  width: 50px;
  height: 50px;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  border-radius: 50%;
}

aside .side-inner .sidebar-content .social li a span {
  position: absolute;
  color: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

aside .side-inner .sidebar-content .social li a:hover {
  background: #fff;
}

main.slide-right {
  width: 100%;
  transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
}

.show-sidebar main.slide-right {
  transform: translateX(400px);
}

main .post-entry {
  margin-bottom: 30px;
}

main .post-entry .custom-thumbnail {
  flex: 0 0 80px;
  margin-right: 30px;
}

main .post-content h3 {
  font-size: 18px;
}

main .post-content .post-meta {
  font-size: 15px;
  color: #ccc;
}

/* Burger */
.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
  z-index: 99;
  float: right;
}

.burger:before, .burger span, .burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.burger:before, .burger:after {
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */
.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */
.burger.active span {
  opacity: 0;
}

.burger.active:before, .burger.active:after {
  top: 40%;
}

.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/
}

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/
}

.burger:focus {
  outline: none;
}

#search::-moz-placeholder {
  font-size: 17px;
  font-family: Courier New;
}

#search:-ms-input-placeholder {
  font-size: 17px;
  font-family: Courier New;
}

#search::placeholder {
  font-size: 17px;
  font-family: Courier New;
}

.w-searchform .input-help {
  font-size: 11px;
  color: #00ccc9;
  text-decoration: underline;
}

#customer-rating {
  margin-top: 15vh !important;
  margin-bottom: 15vh !important;
}
#customer-rating h2 {
  font-weight: bold;
  border-bottom: 12px solid #c3d7b1;
  width: 100%;
  max-width: 420px;
  margin: auto;
  margin-bottom: 24px;
  background: -webkit-linear-gradient(#444, #c3d7b1);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

footer {
  padding-top: 24px;
}
footer .container {
  font-size: 14px;
  margin-top: 64px;
  line-height: 1.5rem;
  margin-bottom: 64px;
}
footer .container h4 {
  font-weight: 700;
  letter-spacing: -0.5px;
}
footer .container h4:after {
  width: 50%;
  bottom: 0;
  height: 3px;
  background: #81c1aa;
  content: "";
  display: block;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer ul li:before {
  content: "";
  display: block;
}
footer ul.s-1 {
  list-style: none;
  font-family: "Oxygen", sans-serif;
  padding-left: 16px;
}
@media (min-width: 768px) {
  footer ul.s-1 {
    list-style: initial;
    list-style: square;
  }
}
footer .w-logo img {
  display: block;
  margin: auto;
}
@media (min-width: 768px) {
  footer .w-logo img {
    margin: initial;
  }
}
footer .w-logo figcaption {
  margin-top: 6px;
  font-size: 10px;
}
footer .w-logo-mobile {
  background: #fff;
  display: none;
}
footer .small-link {
  font-size: 10px;
}
@media (min-width: 768px) {
  footer .small-link {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  footer ul.s-1 {
    list-style: initial;
    list-style: square;
  }
}
@media (min-width: 768px) {
  footer .w-logo img {
    margin: initial;
  }
}
@media (min-width: 768px) {
  footer .small-link {
    font-size: 12px;
  }
}
#footer-column-3 .primary-menu li:first-child a {
  display: inline-block;
  list-style: none;
  background: #dbffd9;
  padding: 5px 18px;
  margin-left: -17px;
}

#fixed-sidebar-whatsapp-cta {
  cursor: pointer;
  margin-right: 6px;
  transform: scale(1.05) translate(-87px, -8px);
  background: green;
  position: absolute;
  padding: 6px;
  border: 2px solid aliceblue;
  border-radius: 10px;
}

#ctaModalTemplate {
  background: rgba(0, 0, 0, 0.5);
}
#ctaModalTemplate .modal-dialog {
  width: 500px;
  max-width: 90vw;
  margin: auto;
}
#ctaModalTemplate .modal-content {
  background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 3px, transparent 3px) 0% 0%/8px 8px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 3px, transparent 3px) 100% 0%/8px 8px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 3px, transparent 3px) 0% 100%/8px 8px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 3px, transparent 3px) 100% 100%/8px 8px no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 10px) calc(100% - 16px) no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 10px) no-repeat, conic-gradient(#ff00d7 0%, #ffffff 16.67%, #00927c 34%, #00ffff 50%, #353541 66.67%, #fab5f1 83.33%, #e201ff 100%);
  border-radius: 8px;
  padding: 9px;
  box-sizing: border-box;
}
#ctaModalTemplate .modal-content input, #ctaModalTemplate .modal-content textarea {
  border: 2px solid #444;
}
#ctaModalTemplate .modal-content input:placeholder, #ctaModalTemplate .modal-content textarea:placeholder {
  font-size: 11px;
}
#ctaModalTemplate .modal-content button {
  font-weight: bold;
}

/*! CSS Used from: https://matteus.dev/wp-content/plugins/gtranslate/gtranslate-style24.css?ver=5.7.2 ; media=all */
@media all {
  a.glink {
    text-decoration: none;
  }
  a.glink img {
    vertical-align: middle;
    display: inline;
    border: 0;
    padding: 0;
    margin: 0;
    opacity: 0.8;
  }
  a.glink:hover img {
    opacity: 1;
  }
}
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

#landing-video {
  position: absolute;
  left: 0;
  z-index: -1;
  display: none;
  width: 100%;
  max-width: 1920px;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-overflow-style: scrollbar;
  scrollbar-width: thin;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

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

section {
  padding-top: 4vh;
  padding-bottom: 4vh;
}

body {
  max-width: 1920px;
  margin: auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
}

main {
  max-width: 96vw;
  margin: auto;
}

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

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

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

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

blockquote {
  margin: 0 0 1rem;
}

small {
  font-size: 80%;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

button {
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

h1, h2, h4, h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1rem;
}

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

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

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}
.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

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

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

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

#whatsapp-banner-orcamento {
  display: none;
  border-radius: 30px;
}
@media (min-width: 1024px) {
  #whatsapp-banner-orcamento {
    margin-right: 0;
    margin-left: auto;
    width: 350px;
    display: block;
  }
}

#whatsapp-banner-orcamento-mobile {
  margin: 0 auto 2vh auto;
  display: block;
}
@media (min-width: 1024px) {
  #whatsapp-banner-orcamento-mobile {
    display: none;
  }
}

#disclaimer {
  padding-top: 6vh;
}
#disclaimer #disclaimer-text {
  padding-top: 3vh;
  z-index: -1;
}
#disclaimer #disclaimer-text small {
  color: #000;
}
#disclaimer #disclaimer-text h2 {
  padding-left: 24px;
  background: #FF5E5B;
  color: #fff;
  border-radius: 9px;
  font-size: 1.5rem;
  font-weight: 100;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
}
@media (min-width: 1024px) {
  #disclaimer {
    margin-bottom: 6vh;
  }
}

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col, .col-12, .col-6, .col-md-12, .col-md-3, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-sm-12, .col-sm-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

@media (min-width: 576px) {
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

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

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

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

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

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

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

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.rounded-circle {
  border-radius: 50% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
}
.text-justify {
  text-align: justify !important;
}

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
}
@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  img, tr {
    page-break-inside: avoid;
  }
  h2, p {
    orphans: 3;
    widows: 3;
  }
  h2 {
    page-break-after: avoid;
  }
  body, .container {
    min-width: 992px !important;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
}
html {
  font-family: sans-serif;
  line-height: 1.15;
}

footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
  outline-width: 0;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, select {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

[type=button]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

html {
  box-sizing: border-box;
}

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

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff;
}

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

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

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

blockquote {
  margin: 0 0 1rem;
}

a {
  text-decoration: none;
}
a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
  touch-action: manipulation;
}

a, button, input, select {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

th {
  text-align: left;
}

button {
  line-height: inherit;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input, select {
  line-height: inherit;
}

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

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container, .container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-12, .col-6, .col-md-12, .col-md-3, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-sm-12, .col-sm-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col, .col-12, .col-6, .col-md-12, .col-md-3, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-sm-12, .col-sm-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col, .col-12, .col-6, .col-md-12, .col-md-3, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-sm-12, .col-sm-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col, .col-12, .col-6, .col-md-12, .col-md-3, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-sm-12, .col-sm-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col, .col-12, .col-6, .col-md-12, .col-md-3, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-sm-12, .col-sm-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

@media (min-width: 576px) {
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
* {
  box-sizing: border-box;
}

.w-logo figure {
  min-width: 10vw;
  margin: 0;
}
.w-logo img {
  display: none;
}

.w-searchform {
  width: 90%;
  max-width: 768px;
}

.w-logo-mobile {
  background: #fff;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s linear;
  padding: 3vh 1vw;
}

@media (min-width: 798px) {
  .w-logo img {
    margin-right: 24px;
    display: block;
  }
  .w-logo-mobile {
    padding: 0;
  }
}
.w-logo-mobile > figure {
  margin: 0;
}
.w-logo-mobile img {
  margin: auto;
  display: block;
}

@media (min-width: 798px) {
  .w-logo-mobile img {
    display: none;
  }
}
h1, h2, h4 {
  font-family: "Oxygen", sans-serif;
  word-break: inherit;
  white-space: initial;
}

h6 {
  font-family: "Oxygen", sans-serif;
  word-break: inherit;
  white-space: initial;
}

@media all and (max-width: 768px) {
  h2 {
    font-size: 1.2rem;
  }
}
.toptile, .bottomtile {
  font-size: 11px;
  background-color: #FF5E5B;
}

.toptile *, .bottomtile *, .toptile *:hover, .bottomtile *:hover {
  color: #fafafa;
}

main {
  min-height: 75vh;
  max-width: 1920px;
}

.section-search input[type=search] {
  height: 50px;
}

.section-social {
  border-top: 2px solid #1ADB96;
  border-bottom: 2px solid #1ADB96;
  background-image: url("https://matteus.dev/wp-content/themes/ok-2026/images/email-pattern.png");
  background-blend-mode: multiply;
  background-color: #008F5B;
  padding-top: 12px;
  padding-bottom: 12px;
}
.section-social ul {
  margin-bottom: 0;
}
.section-social figure {
  margin: 0;
}

.btn-search {
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  height: 50px;
  width: 50px;
}
.btn-search:active {
  position: relative;
  top: 1px;
}

.sidebar-fixed.bottom {
  display: none;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 5px;
  right: 10px;
  z-index: 1000;
  padding: 12px;
}
.sidebar-fixed.bottom.show {
  display: flex;
}
.sidebar-fixed.bottom .btn-search {
  height: 50px;
  width: 50px;
}
.sidebar-fixed.bottom .btn-toggle-menu {
  padding: 0;
}
.sidebar-fixed.bottom .btn-top-scroll {
  margin-right: 3px;
  border-radius: 6px;
  display: inline-block;
  cursor: pointer;
  color: #777777;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  width: 50px;
  height: 50px;
}
.sidebar-fixed.bottom .btn-top-scroll:active {
  position: relative;
  top: 1px;
}

.section-search {
  min-height: 150px;
  display: grid;
}
.section-search > .row {
  margin-top: auto;
  margin-bottom: auto;
}
.section-search .btn-search {
  background-color: #808080;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 6px;
}

a {
  color: #202020;
}
a:hover {
  color: #008F5B;
  text-transform: none;
}

.m-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

.pt44 {
  padding-top: 44px;
}

.news-grid {
  position: relative;
  overflow: hidden;
  margin: 6px;
}
@media (max-width: 768px) {
  .news-grid > .opt-3-2 h6 {
    font-size: 0.75rem;
  }
}
.news-grid > .row {
  position: relative;
  margin: 0;
  width: 100%;
}
.news-grid > .row > div {
  height: 100%;
  padding: 0;
}
.news-grid .grid-category-badge {
  opacity: 0.3;
}

.grid-categories {
  margin-top: 6px;
  margin-bottom: 12px;
}

.grid-category-badge {
  background: #eaeaea;
  border: 1px solid #c0c0c0;
  display: inline-block;
  padding: 0.2rem 0.6rem;
  font-size: 60%;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif, sans-serif;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0.1rem;
  margin-right: 2px;
}
.grid-category-badge:hover {
  opacity: 1;
  text-decoration: none;
  text-transform: uppercase !important;
}

.wrap-cell {
  padding: 1px !important;
}
.wrap-cell .cell {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #f6feff;
}
.wrap-cell .cell figure {
  margin: initial;
}
.wrap-cell .cell figure:hover img {
  transform: scale(1.05);
}
.wrap-cell .cell .wrap-content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.wrap-cell .cell .wrap-content .wrap-img, .wrap-cell .cell .wrap-content .wrap-text {
  overflow: hidden;
  position: relative;
}
.wrap-cell .cell .wrap-content .wrap-img.size-1, .wrap-cell .cell .wrap-content .wrap-text.size-1 {
  height: 300px;
}
.wrap-cell .cell .wrap-content .wrap-img.size-4, .wrap-cell .cell .wrap-content .wrap-text.size-4 {
  height: 149px;
}
.wrap-cell .cell .wrap-content .wrap-img.size-6, .wrap-cell .cell .wrap-content .wrap-text.size-6 {
  height: 100px;
}
.wrap-cell .cell .wrap-content .wrap-img .thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  min-width: 100%;
  height: 100%;
  transition-duration: 0.75s;
}
.wrap-cell .cell .wrap-content .wrap-text {
  font-family: "Arial", sans-serif;
  display: flex;
}
.wrap-cell .cell .wrap-content .wrap-text .text {
  margin: auto;
  word-break: break-word;
}
.wrap-cell .cell .wrap-content .wrap-text .text .excerpt {
  margin-bottom: 0;
  color: #cac9c9;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  font-weight: 100;
}
.wrap-cell .cell.cover .wrap-content .wrap-img {
  min-width: 100%;
}
.wrap-cell .cell.cover .wrap-content .wrap-img .thumbnail {
  z-index: 0;
}
.wrap-cell .cell.cover .wrap-content .wrap-text {
  min-width: 100%;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.wrap-cell .cell.cover .wrap-content .wrap-text.size-1 .text {
  font-size: 3.5rem;
  font-weight: 300;
}
.wrap-cell .cell.cover .wrap-content .wrap-text.size-1 .text .title {
  font-size: 2.75rem;
}
.wrap-cell .cell.cover .wrap-content .wrap-text.size-1 .text .excerpt {
  font-size: 11px;
}
.wrap-cell .cell.cover .wrap-content .wrap-text.size-6 .text {
  margin-left: 6px;
}
.wrap-cell .cell.cover .wrap-content .wrap-text.size-6 .text .title {
  font-size: 1rem;
}
.wrap-cell .cell.cover .wrap-content .wrap-text.size-6 .text .excerpt {
  display: none;
}
@media (min-width: 1024px) {
  .wrap-cell .cell.cover .wrap-content .wrap-text.size-6 .text {
    margin: 12px;
  }
  .wrap-cell .cell.cover .wrap-content .wrap-text.size-6 .text .title {
    font-size: 16px;
  }
  .wrap-cell .cell.cover .wrap-content .wrap-text.size-6 .text .excerpt {
    display: block;
  }
}
.wrap-cell .cell.cover .wrap-content .wrap-text.size-4 .text .title {
  font-size: 1rem;
}
.wrap-cell .cell.cover .wrap-content .wrap-text.size-4 .text .excerpt {
  display: none;
}
.wrap-cell .cell.cover .wrap-content .wrap-text .text {
  display: block;
  margin: auto;
  text-align: center;
  color: #fafafa;
  font-weight: bold;
}
.wrap-cell .cell.left .wrap-img {
  float: left;
  width: 35%;
}
.wrap-cell .cell.left .wrap-content {
  height: 100%;
  display: inline-block;
  justify-content: initial;
}
.wrap-cell .cell.left .wrap-content .wrap-text {
  float: right;
  width: 65%;
}
.wrap-cell .cell.left .wrap-content .wrap-text .text {
  margin-left: 6px;
  font-size: 11px;
  width: 100%;
  text-align: left;
}

.input-help {
  color: gray;
}

.goog-te-gadget {
  font-family: arial;
  font-size: 11px;
  color: #666;
  white-space: nowrap;
}
.goog-te-gadget img {
  vertical-align: middle;
  border: none;
}

.goog-te-combo {
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: baseline;
  *vertical-align: middle;
}

.goog-te-gadget .goog-te-combo {
  margin: 4px 0;
}

.goog-logo-link {
  font-size: 12px;
  font-weight: bold;
  color: #444;
  text-decoration: none;
}
.goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
  font-size: 12px;
  font-weight: bold;
  color: #444;
  text-decoration: none;
}

.goog-te-combo {
  font-family: arial;
  font-size: 10pt;
}

.goog-te-spinner-pos {
  z-index: 1000;
  position: fixed;
  transition-delay: 0.6s;
  left: -1000px;
  top: -1000px;
}

.goog-te-spinner-animation {
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  border-radius: 50px;
  background: #fff url(//www.gstatic.com/images/branding/product/2x/translate_24dp.png) 50% 50% no-repeat;
  transition: all 0.6s ease-in-out;
  transform: scale(0.4);
  opacity: 0;
}

.goog-te-spinner {
  margin: 2px 0 0 2px;
  -webkit-animation: goog-te-spinner-rotator 1.4s linear infinite;
          animation: goog-te-spinner-rotator 1.4s linear infinite;
}

.goog-te-spinner-path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  stroke: #4285f4;
  transform-origin: center;
  -webkit-animation: goog-te-spinner-dash 1.4s ease-in-out infinite;
          animation: goog-te-spinner-dash 1.4s ease-in-out infinite;
}

#goog-gt-tt div, #goog-gt-tt span, #goog-gt-tt h1, #goog-gt-tt img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: left;
  line-height: normal;
}

div#goog-gt-tt {
  padding: 10px 14px;
}

#goog-gt-tt {
  color: #222;
  background-color: #ffffff;
  border: 1px solid #eee;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  display: none;
  font-family: arial;
  font-size: 10pt;
  width: 420px;
  padding: 12px;
  position: absolute;
  z-index: 10000;
}
#goog-gt-tt .original-text {
  clear: both;
  font-size: 10pt;
  position: relative;
  text-align: justify;
  width: 100%;
}
#goog-gt-tt .title {
  color: #999;
  font-family: arial, sans-serif;
  margin: 4px 0;
  text-align: left;
}
#goog-gt-tt .logo {
  float: left;
  margin: 0px;
}
#goog-gt-tt .activity-links {
  display: inline-block;
}
#goog-gt-tt .started-activity-container {
  display: none;
  width: 100%;
}
#goog-gt-tt .activity-root {
  margin-top: 20px;
}
#goog-gt-tt .bottom {
  min-height: 15px;
  position: relative;
  height: 1%;
}
#goog-gt-tt .status-message {
  background: linear-gradient(to bottom, #29910d 0%, #20af0e 100%);
  background: #29910d;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: inset 0px 2px 2px #1e6609;
  -moz-box-shadow: inset 0px 2px 2px #1e6609;
  -webkit-box-shadow: inset 0px 2px 2px #1e6609;
  color: white;
  font-size: 9pt;
  font-weight: bolder;
  margin-top: 12px;
  padding: 6px;
  text-shadow: 1px 1px 1px #1e6609;
}
#goog-gt-tt .activity-link {
  color: #1155cc;
  cursor: pointer;
  font-family: arial;
  font-size: 11px;
  margin-right: 15px;
  text-decoration: none;
}
#goog-gt-tt .gray {
  color: #999;
  font-family: arial, sans-serif;
}
#goog-gt-tt span:focus {
  outline: none;
}

/*! CSS Used from: Embedded */
#lhc_status_container {
  box-sizing: content-box;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-box-shadow: 1px -1px 5px rgba(50, 50, 50, 0.17);
  border: 1px solid #e3e3e3;
  border-right: 0;
  box-shadow: 1px -1px 5px rgba(50, 50, 50, 0.17);
  padding: 5px 0px 0px 5px;
  width: 190px;
  font-family: arial;
  font-size: 12px;
  transition: 1s;
  position: fixed;
  top: 350px;
  right: -155px;
  background-color: #f6f6f6;
  z-index: 2147483647;
  height: 45px;
  bottom: 50% !important;
  border-radius: 0px !important;
  background-color: rgba(246, 246, 246, 0.6196078431) !important;
}
#lhc_status_container * {
  direction: ltr;
  text-align: left;
  font-family: arial;
  font-size: 12px;
  box-sizing: content-box;
  zoom: 1;
  margin: 0;
  padding: 0;
}
#lhc_status_container .status-icon {
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  display: block;
  padding: 10px 10px 10px 35px;
  background: url("https://matteus.dev/suporte/design/defaulttheme/images/icons/user_green_chat.png") no-repeat 0 center;
}
#lhc_status_container:hover {
  right: 0;
  transition: 1s;
}

@media only screen and (max-width: 640px) {
  #lhc_need_help_container {
    display: none;
  }
  #lhc_status_container {
    width: auto;
    padding: 0;
    border-radius: 0px;
    bottom: 50px;
    right: 5px;
    left: auto;
    top: auto;
  }
  #lhc_status_container .status-icon {
    padding: 32px 15px 9px 31px;
    background-position: center center;
  }
  #lhc_status_container .lhc-text-status {
    display: none;
  }
}
/*! CSS Used from: Embedded */
#lhc_need_help_triangle {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -14px;
}

#lhc_need_help_close {
  cursor: pointer;
  float: right;
  border-radius: 10px;
  background: #4d4d4d;
  padding: 0px 6px;
  color: #FFF;
  right: 10px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 0px;
  line-height: 20px;
}
#lhc_need_help_close:hover {
  background-color: #4d4d4d;
}

#dm-banner {
  display: none;
}
@media (min-width: 1024px) {
  #dm-banner {
    display: block;
  }
}

#lhc_need_help_image {
  padding-right: 10px;
  float: left;
  cursor: pointer;
}
#lhc_need_help_image img {
  border-radius: 0px;
  border: 0px;
}

#lhc_need_help_main_title {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1.5;
}

#lhc_need_help_sub_title {
  cursor: pointer;
  line-height: 1.5;
}

/*! CSS Used from: Embedded */
#author-summary {
  color: #fff;
  padding-top: 36px;
  padding-bottom: 36px;
  background-image: url(https://www.matteus.dev/wp-content/uploads/entrepreneur-1340649_1280.jpg);
  background-size: cover;
}
#author-summary a {
  color: #fff;
  text-decoration: underline;
}

/*! CSS Used from: Embedded */
#goog-gt-tt {
  display: none !important;
}

#google_translate_element2 {
  display: none !important;
}

/*! CSS Used keyframes */
@-webkit-keyframes goog-te-spinner-rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes goog-te-spinner-rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@-webkit-keyframes goog-te-spinner-dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
@keyframes goog-te-spinner-dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
/*! CSS Used fontfaces */
@font-face {
  font-family: "Oxygen", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/Oxygen/v13/6xKhdSpbNNCT-sWCCm7JLQ.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Oxygen", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/Oxygen/v13/6xKhdSpbNNCT-sWLCm7JLQ.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Oxygen", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/Oxygen/v13/6xKhdSpbNNCT-sWACm7JLQ.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Oxygen", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/Oxygen/v13/6xKhdSpbNNCT-sWPCm4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzjvWyNL4U.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzjtGyNL4U.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzjvGyNL4U.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1Czjs2yNL4U.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzjvmyNL4U.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzjsGyN.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKcg72j00.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKew72j00.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKcw72j00.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKfA72j00.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKcQ72j00.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKfw72.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

#lhc_need_help_image img {
  width: 60px;
  height: auto;
}

#video-play-wrapper {
  width: 100%;
  background: url(https://matteus.dev/wp-content/themes/ok-2026/images/bg-video-play.png);
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  will-change: transform;
}
#video-play-wrapper video {
  width: 100%;
}

#video-play {
  height: 240px;
  max-width: 100%;
  border-radius: 20px;
  border: 6px solid transparent;
}
#video-play:hover {
  cursor: pointer;
}

@media all and (min-width: 768px) {
  #landing-video {
    display: block;
  }
  #video-play {
    height: 253px;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
}
@media all and (min-width: 1280px) {
  #video-play-wrapper {
    width: 100%;
    height: 358px;
    padding: 12px;
  }
  #video-play-wrapper video {
    border-radius: 24px;
  }
}
@media (min-width: 975px) and (max-width: 1160px) {
  #video-play-wrapper {
    height: 298px;
  }
  #video-play-wrapper img {
    height: 298px;
  }
}/*# sourceMappingURL=front.css.map */