/*!***********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./resources/pages/gazetadopovo/faq/styles/faq.scss ***!
  \***********************************************************************************************************************************************************************/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0; }

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block; }

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent; }

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder; }

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%; }

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none; }

/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible; }

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none; }

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline; }

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto; }

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block; }

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item; }

/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none; }

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.wrapper {
  margin: 0 auto;
  max-width: 1148px;
  padding: 15px 0;
  width: 100%; }
  @media screen and (max-width: 1148px) {
    .wrapper {
      width: calc(100% - 40px); } }

.header .wrapper, .header .menu, .header .menu .btn-link, .header .menu .security-badge, .header.dark-header .anchor-nav, footer .security-payment .wrapper, footer .security-payment .safe-items, footer .payment-options, footer .payment-options ul li, .modal .content .modal-header {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

footer .contact-info .wrapper {
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.header .wrapper, .header .menu, .header .menu .btn-link, .header .menu .security-badge, footer .contact-info .wrapper, footer .contact-info .contacts ul li, footer .security-payment .wrapper, footer .payment-options, footer .payment-options ul li, .modal .content .modal-header, .share-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.header .logotype, .header.dark-header .anchor-nav, footer .security-payment .safe-items {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex; }

.share-links {
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center; }

.header.dark-header .anchor-nav, footer .payment-options {
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute; }

.header .wrapper, footer .contact-info .wrapper, footer .contact-info .contacts ul li, footer .security-payment .wrapper, .modal .content .modal-header {
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify; }

footer .security-payment .safe-items {
  -webkit-justify-content: space-evenly;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly; }

/**
 * Mixins
 *
 * Não é possivel fazer @extends dentro do media queries,
 * por isso estou definindo os mixins
 */
.tp-backdrop.tp-active {
  opacity: 0.9 !important; }

@media screen and (min-width: 768px) {
  div.tp-modal {
    height: 100%;
    overflow-y: auto !important;
    top: -50% !important;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%); }
  .tp-iframe-wrapper {
    margin: 20px auto !important; } }

@media screen and (max-width: 767px) {
  .tp-iframe-wrapper {
    margin: 40px auto 40px !important; } }

.header {
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .header .wrapper {
    height: 100%;
    padding: 0; }
  .header .logotype {
    line-height: 100%;
    margin: 0;
    margin-top: 5px; }
    .header .logotype span {
      display: none; }
    .header .logotype svg {
      height: 30px;
      width: 170px; }
      .header .logotype svg * {
        fill: #000000; }
      @media screen and (max-width: 560px) {
        .header .logotype svg {
          width: 140px; } }
  .header .menu .btn-link {
    cursor: pointer;
    font-size: 15px;
    position: relative; }
    @media screen and (max-width: 560px) {
      .header .menu .btn-link {
        max-width: 110px;
        padding-left: 20px; }
        .header .menu .btn-link svg {
          top: calc(50% - 10px);
          left: -5px;
          position: absolute; } }
    @media screen and (max-width: 335px) {
      .header .menu .btn-link {
        font-size: 14px; } }
    .header .menu .btn-link[data-modal="scheduled-service"] {
      position: relative;
      padding-left: 20px; }
      .header .menu .btn-link[data-modal="scheduled-service"] .ico-phone {
        left: -5px;
        position: absolute; }
        @media screen and (min-width: 561px) {
          .header .menu .btn-link[data-modal="scheduled-service"] .ico-phone {
            top: 1px; } }
        .header .menu .btn-link[data-modal="scheduled-service"] .ico-phone * {
          fill: #3a66c8; }
  @media screen and (max-width: 560px) {
    .header .menu .security-badge {
      display: none; } }
  .header .menu svg {
    margin-right: 4px;
    width: 20px; }
    .header .menu svg + span {
      color: #808080;
      font-style: italic;
      margin-right: 20px;
      position: relative; }
    .header .menu svg:not(.ico-security) + span {
      top: -2px; }
  .header .menu .ico-security * {
    fill: #007ded; }
  .header .menu .ico-whats-app * {
    fill: #3a66c8; }
  .header.fixed {
    left: 0;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    z-index: 3; }
  .header.dark-header {
    background-color: #121212; }
    .header.dark-header .logotype svg * {
      fill: #ffffff; }
    .header.dark-header .anchor-nav {
      -webkit-transition: all 0.75s ease-in-out;
      -moz-transition: all 0.75s ease-in-out;
      transition: all 0.75s ease-in-out; }
      @media screen and (max-width: 960px) {
        .header.dark-header .anchor-nav {
          background-color: #000000;
          flex-flow: column;
          left: 0;
          opacity: 0;
          padding: 5px 30px 10px;
          position: fixed;
          top: -500px;
          width: 100%;
          z-index: 1; } }
      @media screen and (max-width: 960px) {
        .header.dark-header .anchor-nav li {
          margin: 0;
          border-bottom: 1px solid #efefef;
          width: 100%;
          text-align: center;
          font-size: 30px;
          text-transform: uppercase; }
          .header.dark-header .anchor-nav li:nth-last-child(2) {
            border-bottom: none; } }
      .header.dark-header .anchor-nav li a {
        color: #ffffff;
        font-size: 18px;
        font-weight: 300;
        padding: 5px 10px; }
        @media screen and (max-width: 960px) {
          .header.dark-header .anchor-nav li a {
            display: inline-block;
            padding: 15px 10px 8px;
            width: 100%; } }
        .header.dark-header .anchor-nav li a:hover:not(.btn-cta) {
          background-color: #efefef;
          color: #000000; }
        .header.dark-header .anchor-nav li a.btn-cta {
          padding: 10px 30px 6px; }
      @media screen and (min-width: 961px) {
        .header.dark-header .anchor-nav li + li {
          margin-left: 20px; } }
      @media screen and (max-width: 960px) {
        .header.dark-header .anchor-nav li:last-child {
          display: none; } }
    .header.dark-header .nav-opener {
      margin-left: 30px; }
      @media screen and (min-width: 961px) {
        .header.dark-header .nav-opener input,
        .header.dark-header .nav-opener .ico-menu {
          display: none; } }
      .header.dark-header .nav-opener .ico-menu {
        height: 22px;
        width: 30px; }
        .header.dark-header .nav-opener .ico-menu span {
          background: #ffffff;
          border-radius: 2px;
          display: block;
          width: 30px;
          height: 2px;
          margin-bottom: 8px;
          transform-origin: 4px 0;
          z-index: 1;
          transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
          .header.dark-header .nav-opener .ico-menu span.item-1 {
            transform-origin: 0% 0%; }
          .header.dark-header .nav-opener .ico-menu span.item-3 {
            margin-bottom: 0;
            transform-origin: 0% 100%; }
      .header.dark-header .nav-opener input {
        cursor: pointer;
        display: block;
        height: 30px;
        opacity: 0;
        /* hide this */
        position: absolute;
        width: 30px;
        z-index: 2;
        /* and place it over the hamburger */
        -webkit-touch-callout: none; }
        .header.dark-header .nav-opener input:checked ~ .ico-menu span {
          opacity: 1;
          transform: rotate(45deg); }
          .header.dark-header .nav-opener input:checked ~ .ico-menu span.item-2 {
            opacity: 0;
            transform: rotate(0deg) scale(0.2, 0.2); }
          .header.dark-header .nav-opener input:checked ~ .ico-menu span.item-3 {
            transform: rotate(-45deg) translate(0, -1px); }
        .header.dark-header .nav-opener input:checked ~ .anchor-nav {
          opacity: 1;
          top: 72px; }

footer .contact-info {
  background-color: #121212;
  min-height: 190px; }
  footer .contact-info .wrapper {
    color: #ffffff;
    padding: 45px 0;
    align-items: center; }
    @media screen and (max-width: 767px) {
      footer .contact-info .wrapper {
        -webkit-flex-direction: column;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        flex-direction: column; } }
    footer .contact-info .wrapper svg {
      width: 175px;
      height: auto; }
      @media screen and (max-width: 767px) {
        footer .contact-info .wrapper svg {
          margin-top: 20px;
          width: 150px; } }
  footer .contact-info .contacts {
    -webkit-flex-basis: 55%;
    flex-basis: 55%; }
    @media screen and (max-width: 767px) {
      footer .contact-info .contacts {
        text-align: center;
        width: 100%; } }
    footer .contact-info .contacts ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      footer .contact-info .contacts ul li {
        font-size: 18px;
        font-weight: 300; }
        footer .contact-info .contacts ul li:first-child {
          font-weight: 700; }
        @media screen and (max-width: 767px) {
          footer .contact-info .contacts ul li {
            -webkit-flex-direction: column;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -moz-box-direction: normal;
            -moz-box-orient: vertical;
            flex-direction: column; } }
        footer .contact-info .contacts ul li a {
          color: #ffffff;
          cursor: pointer;
          margin-bottom: 16px;
          text-decoration: none; }
          footer .contact-info .contacts ul li a:hover {
            text-decoration: underline; }
          @media screen and (max-width: 767px) {
            footer .contact-info .contacts ul li a {
              margin-bottom: 20px; } }
        @media screen and (max-width: 767px) {
          footer .contact-info .contacts ul li span {
            margin-bottom: 20px; } }
        @media screen and (max-width: 576px) {
          footer .contact-info .contacts ul li .phones {
            display: flex;
            flex-direction: column;
            gap: 8px;
            margin-bottom: 0; } }
        @media screen and (max-width: 576px) {
          footer .contact-info .contacts ul li .phones a {
            margin-bottom: 0; } }
        @media screen and (max-width: 576px) {
          footer .contact-info .contacts ul li .phones span {
            margin-bottom: 0; } }
  footer .contact-info .logotype {
    margin-top: 14px; }
    @media screen and (max-width: 767px) {
      footer .contact-info .logotype {
        text-align: center;
        width: 100%; } }
    footer .contact-info .logotype svg * {
      fill: #ffffff; }

@media screen and (max-width: 767px) {
  footer .security-payment .wrapper {
    -webkit-flex-direction: column;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    flex-direction: column; } }

@media screen and (max-width: 767px) {
  footer .security-payment .safe-items {
    margin: 0 0 20px 0;
    width: 65%; } }

footer .safe-transaction {
  margin: 0 30px 0 0; }
  footer .safe-transaction svg {
    height: 35px;
    width: 89px; }

footer .safe-browsing {
  background: url(https://d2gbat2tj5ma52.cloudfront.net/assets/images/google-safe-browsing.png) 0 0/100% auto no-repeat;
  height: 45px;
  width: 75px; }
  footer .safe-browsing span {
    display: none; }
  footer .safe-browsing a {
    display: block;
    height: 100%;
    width: 100%; }

@media screen and (max-width: 767px) {
  footer .payment-options {
    margin-bottom: 30px; } }

footer .payment-options ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    footer .payment-options ul {
      width: 80%; } }
  @media screen and (max-width: 380px) {
    footer .payment-options ul {
      width: 90%; } }
  footer .payment-options ul li {
    float: left;
    height: 28px;
    margin: 0 2px; }
    @media screen and (max-width: 767px) {
      footer .payment-options ul li.payment-banners {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row;
        -moz-box-orient: horizontal;
        flex-direction: row; } }
    footer .payment-options ul li.payment-banners svg {
      float: left;
      width: 48px;
      height: 30px;
      margin: 0 3px; }
    @media screen and (max-width: 1200px) {
      footer .payment-options ul li {
        text-align: center;
        width: 100%;
        display: inline-block;
        margin: 0;
        display: flex;
        justify-content: center; } }

@media screen and (max-width: 1200px) {
  footer .payment-options {
    text-align: center;
    margin-top: 15px; } }

.modal {
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10;
  overflow-y: auto; }
  .modal .content {
    background-color: #fefefe;
    border: 1px solid #888;
    margin: 15% auto;
    padding: 30px 45px;
    width: 80%; }
    .modal .content .modal-header {
      position: relative; }

.email-us .content,
.scheduled-service .content {
  width: 360px; }

.email-us .btn-form,
.scheduled-service .btn-form {
  display: block;
  margin: 0 auto;
  width: 155px; }

.email-us select.form-control,
.scheduled-service select.form-control {
  color: #808080;
  margin-top: 8px;
  padding-top: 12px; }

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

.forms .form-label {
  color: #808080;
  font-size: 15px;
  left: 9px;
  position: absolute;
  top: 9px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  .forms .form-label.small {
    font-size: 13px;
    top: 9px; }

.forms .form-control {
  border: 1px solid #adadad;
  display: block;
  margin-bottom: 5px;
  padding: 20px 10px 10px;
  width: 100%; }
  .forms .form-control:focus + .form-label {
    font-size: 12px;
    top: 6px; }

.forms .radio {
  padding: 7px 0; }
  .forms .radio label + input,
  .forms .radio input + label {
    margin-left: 5px; }

.forms span.error {
  color: #d01815;
  font-weight: 900; }

.forms .privacy-consent {
  color: #808080;
  font-size: 13px;
  padding-left: 5px; }

.btn-cta {
  background-color: #FFA000;
  border-radius: 50px;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  padding: 11px 20px 9px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: background-color .25s ease-in-out;
  -moz-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out; }
  .btn-cta:hover {
    background-color: #e08c00;
    color: #000000; }

.btn-link {
  cursor: pointer;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: background-color .25s ease-in-out;
  -moz-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out; }

.btn-form {
  background-color: #000000;
  border: 2px solid #000000;
  border-radius: 50px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 20px 8px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color .25s ease-in-out;
  -moz-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out; }
  .btn-form:hover {
    background-color: #ffffff;
    color: #000000; }

.btn-close {
  cursor: pointer;
  display: block;
  height: 25px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px; }
  .btn-close::after, .btn-close::before {
    background-color: #808080;
    content: ' ';
    height: 25px;
    left: 50%;
    position: absolute;
    width: 2px;
    top: 0; }
  .btn-close::after {
    transform: rotate(-45deg); }
  .btn-close::before {
    transform: rotate(45deg); }

input[disabled][type='button'],
input[disabled][type='button']:hover,
button[disabled],
button[disabled]:hover {
  border: 2px solid #cccccc;
  background-color: #cccccc !important;
  color: #808080; }

.alert {
  display: none;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 10px 0 20px;
  padding: 10px 15px;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .alert {
      padding: 10px 30px 10px 15px;
      text-align: left; } }
  .alert ul {
    list-style: initial;
    padding: 0 0 0 20px; }
    .alert ul li:not(:last-child) {
      margin-bottom: 10px; }
  .alert .alert-close {
    cursor: pointer;
    padding: 5px 5px 7px 10px;
    position: absolute;
    right: 0;
    top: 0; }
    .alert .alert-close:after {
      content: "\00d7";
      color: #8a8a8a; }
  .alert.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
  .alert.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
  .alert.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
  .alert.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
  .alert.show {
    display: block !important; }

.share-links {
  margin-top: 30px; }
  .share-links li {
    position: relative; }
    .share-links li a svg {
      height: 30px;
      width: 30px; }
      .share-links li a svg.ico-facebook * {
        fill: #38558f; }
      .share-links li a svg.ico-twitter * {
        fill: #549ed6; }
      .share-links li a svg.ico-url-copy * {
        fill: #999; }
      .share-links li a svg.ico-whats-app * {
        fill: #25d366; }
    .share-links li .copy-url-success {
      background: #dff0d8;
      border-radius: 4px;
      color: #3c763d;
      font-size: 11px;
      left: 0;
      opacity: 0;
      padding: 3px;
      position: absolute;
      text-align: center;
      top: -20px;
      transition: visibility 1s, opacity 1s;
      visibility: hidden; }
      .share-links li .copy-url-success.show {
        opacity: 1;
        visibility: visible; }
    .share-links li:not(:first-child), .share-links li:not(:last-child) {
      margin: 0 15px; }

.spinner,
.spinner:before,
.spinner:after {
  background: #000000;
  -webkit-animation: load 1s infinite ease-in-out;
  animation: load 1s infinite ease-in-out;
  width: 1em;
  height: 4em; }

.spinner {
  color: #000000;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }
  .spinner:before, .spinner:after {
    position: absolute;
    top: 0;
    content: ''; }
  .spinner:after {
    left: 1.5em; }
  .spinner:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }

@-webkit-keyframes load {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }

@keyframes load {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }

.table-responsive {
  overflow-x: auto; }

table {
  border: 1px solid #e6e6e6;
  border-spacing: unset;
  display: inline-block;
  margin-bottom: 15px; }
  table tr:not(:last-child) td {
    border-bottom: 1px solid #e6e6e6; }
  table td {
    padding: 10px 20px; }
    table td:not(:first-child) {
      border-left: 1px solid #e6e6e6; }

*[tabindex="0"]:focus {
  outline: none; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 72px; }
  @media screen and (prefers-reduced-motion: reduce) {
    html html {
      scroll-behavior: auto; } }

body {
  color: #000000;
  font-family: "Overpass", sans-serif;
  font-display: swap; }

figure {
  margin: 0; }

a {
  color: #3a66c8;
  text-decoration: none; }
  a:hover {
    color: #0a1bb0; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

blockquote {
  margin: 0;
  padding: 0; }

.title {
  font-family: "Merriweather", serif; }

.subtitle {
  font-family: "Overpass", sans-serif; }

blockquote {
  color: #808080;
  font-size: 20px;
  padding: 50px 70px;
  position: relative; }
  blockquote:before {
    background: url(https://d2gbat2tj5ma52.cloudfront.net/assets/images/svg/quote.svg) no-repeat;
    background-size: 35px;
    content: " ";
    display: block;
    height: 35px;
    left: 20px;
    position: absolute;
    top: 35px;
    width: 35px; }
  blockquote footer {
    margin-top: 20px; }
    blockquote footer .author,
    blockquote footer .font {
      margin: 0; }
    blockquote footer .author {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 3px; }
    blockquote footer .font {
      font-size: 16px; }

.toggle {
  display: none;
  pointer-events: none;
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .toggle + label {
    display: inline-block; }
    .toggle + label ~ [data-toggle-target] {
      display: none;
      height: 0;
      opacity: 0; }
  .toggle:checked ~ [data-toggle-target] {
    display: block;
    height: auto;
    opacity: 1; }

.item-faq {
  border-top: 1px solid #cccccc;
  font-size: 18px;
  line-height: 150%;
  padding: 0 25px 0 15px; }
  .item-faq:last-child {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 40px; }
  .item-faq .answer {
    color: #808080; }
  .item-faq label {
    cursor: pointer;
    padding: 15px 0 12px;
    position: relative;
    width: calc(100% - 20px); }
    .item-faq label::after {
      color: #000000;
      content: "\203A";
      display: block;
      font-size: 32px;
      right: -20px;
      top: 30%;
      transform: rotate(90deg);
      position: absolute;
      -webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out; }
  .item-faq .toggle:checked + label::after {
    transform: rotate(-90deg); }

.video-wrapper {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.main-title {
  background-color: #000000;
  padding-bottom: 0;
  padding-top: 0; }
  .main-title .subtitle {
    color: #ffffff; }

.more-questions {
  background-color: #efefef;
  padding-bottom: 30px; }
  .more-questions .wrapper {
    position: relative; }
  .more-questions ul li {
    color: #808080;
    line-height: 150%; }
  .more-questions .ico-faq {
    position: absolute;
    right: 0;
    top: calc(50% - 110px);
    width: 220px; }
    .more-questions .ico-faq * {
      fill: #d8d8d8; }
    @media screen and (max-width: 960px) {
      .more-questions .ico-faq {
        display: none; } }

.title {
  margin: 0;
  padding: 20px 0; }

.answer-embed {
  display: block;
  margin: 10px 0;
  max-width: 560px; }

