.post {
  position: relative;
  margin: 0 15px;
  border-radius: 8px;
  overflow: hidden;
}
.post .wp-post-image {
  height: 540px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post > .metadata {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  z-index: 3;
}
.post > .metadata h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.post > .metadata time {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
}
@media only screen and (max-width: 768px) {
  .post .wp-post-image {
    height: 340px;
    width: 100%;
  }
}

.row-light {
  position: relative;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: start;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.row-light .thumb {
  display: block;
  width: 92px;
  text-decoration: none;
}
.row-light .thumb img {
  width: 92px;
  min-width: 92px;
  height: 92px;
  min-height: 92px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  margin-right: 0;
  display: block;
}
.row-light .metadata {
  color: #122447;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-self: start;
  padding-top: 2px;
}
.row-light .metadata .meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 5px;
  margin-bottom: 0.7rem;
}
.row-light .metadata .meta > * {
  margin-top: 0.1rem;
}
.row-light .metadata .meta a {
  color: #122447 !important;
  font-weight: 400;
}
.row-light .metadata .meta > span:not(.reading-time-text) {
  display: inline-block;
  background-color: #122447;
  margin: 0;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  flex: 0 0 auto;
}
.row-light .metadata .meta .reading-time-text {
  background: none;
  margin: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  white-space: nowrap;
  flex: 0 0 auto;
}
.row-light .metadata .title-link {
  display: block;
  width: 100%;
  text-decoration: none;
}
.row-light .metadata h3 {
  color: #122447;
  font-size: 18px;
  line-height: 1.12;
  font-weight: 800;
  transition: all 0.3s;
  margin: 0;
}
.row-light .metadata .title-link:hover h3,
.row-light .metadata .title-link:focus h3 {
  color: #E4002B;
}
.row-light + .row-light {
  margin-top: 1.15rem;
}

.post-row {
  position: relative;
}
.post-row img {
  height: 250px;
  width: 318px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-row .info-wrap {
  text-decoration: none;
}
.post-row .info-wrap:hover .title, .post-row .info-wrap:hover .cta {
  color: #E4002B;
}
.post-row .info-wrap .title {
  font-size: 22px;
  font-weight: 700;
  color: #122447;
  transition: all 0.3s;
}
.post-row .info-wrap .cta {
  color: #0086E5;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: all 0.3s;
}
.post-row .info-wrap .meta {
  text-transform: uppercase;
  color: #122447;
  font-size: 10px;
  border-radius: 5px;
}
.post-row .info-wrap .meta span {
  display: inline-block;
  background-color: #122447;
  margin: 0 5px;
  width: 3px;
  height: 3px;
}
.post-row .info-wrap .excerpt {
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.post-row .info-wrap .excerpt p {
  margin-bottom: 7px;
}
@media only screen and (max-width: 768px) {
  .post-row img {
    height: 100%;
    width: 200px;
  }
  .post-row .info-wrap .title {
    font-size: 19px;
  }
}

.komprao-all-posts-page #hero {
  margin-bottom: 3rem;
}
.komprao-all-posts-page #hero .row {
  row-gap: 2rem;
}
.komprao-all-posts-page .ass11221a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 1200px;
}
.komprao-all-posts-page #hero h1 {
  font-size: 32px;
  font-weight: 700;
  color: #122447;
}
.komprao-all-posts-page #hero .highlight {
  height: 460px;
}
.komprao-all-posts-page #hero .highlight .post {
  position: relative;
  margin: 0;
  max-height: 100%;
}
.komprao-all-posts-page #hero .highlight .post::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
}
.komprao-all-posts-page #hero .mais-recentes {
  background: #fff;
  border-radius: 0;
  padding: 0;
  height: 100%;
  align-content: flex-start;
}
.komprao-all-posts-page #hero .mais-recentes h2 {
  color: #122447;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 800;
  margin-bottom: 1.1rem !important;
}
.komprao-all-posts-page #hero .mais-recentes .post-wrap {
  margin-top: 1rem;
}
.komprao-all-posts-page #hero .mais-recentes .post-wrap:first-of-type {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .komprao-all-posts-page #hero h1 {
    font-size: 30px;
  }
  .komprao-all-posts-page #hero .highlight {
    height: 410px;
  }
  .komprao-all-posts-page #hero .mais-recentes h2 {
    font-size: 28px;
  }
}
.komprao-all-posts-page .content .komprao-all-posts-search {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.1rem;
}
.komprao-all-posts-page .content .komprao-all-posts-search input[type=search] {
  width: 100%;
  min-width: 0;
  height: 54px;
  padding: 0 1.15rem;
  border: 1px solid rgba(18, 36, 71, 0.16);
  border-radius: 14px;
  background: #fff;
  color: #122447;
  font-size: 16px;
  box-shadow: 0 12px 26px rgba(18, 36, 71, 0.08);
}
.komprao-all-posts-page .content .komprao-all-posts-search input[type=search]::-moz-placeholder {
  color: rgba(18, 36, 71, 0.56);
}
.komprao-all-posts-page .content .komprao-all-posts-search input[type=search]::placeholder {
  color: rgba(18, 36, 71, 0.56);
}
.komprao-all-posts-page .content .komprao-all-posts-search input[type=search]:focus {
  outline: none;
  border-color: rgba(18, 36, 71, 0.3);
  box-shadow: 0 0 0 0.2rem rgba(18, 36, 71, 0.1);
}
.komprao-all-posts-page .content .komprao-all-posts-search button {
  flex: 0 0 auto;
  height: 54px;
  padding: 0 1.4rem;
  border: 0;
  border-radius: 14px;
  background: #122447;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.komprao-all-posts-page .content .d-flex.justify-content-between.align-items-center {
  gap: 1rem;
  margin-bottom: 1.05rem;
}
.komprao-all-posts-page .content hr {
  border-color: rgba(228, 0, 43, 0.35) !important;
  margin-bottom: 1.15rem;
}
.komprao-all-posts-page .ordenacao {
  max-width: 230px;
  min-width: 190px;
  padding: 0.7rem 2.6rem 0.7rem 1rem;
  border: 1px solid rgba(18, 36, 71, 0.18) !important;
  border-radius: 999px;
  background-color: #fff;
  background-position: right 1rem center;
  background-size: 14px 10px;
  color: #122447;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(18, 36, 71, 0.08) !important;
  cursor: pointer;
}
.komprao-all-posts-page .ordenacao:focus {
  border-color: rgba(18, 36, 71, 0.32) !important;
  box-shadow: 0 0 0 0.2rem rgba(18, 36, 71, 0.12) !important;
}
.komprao-all-posts-page .cta-newsletter {
  background-color: #E4002B;
  display: block;
  padding: 20px;
  border-radius: 85px;
}
.komprao-all-posts-page .cta-newsletter img {
  max-width: 100%;
  background: #fff;
  padding: 10px;
  border-radius: 85px;
}
.komprao-all-posts-page .pagination-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 2rem !important;
  margin-bottom: 3rem !important;
}
.komprao-all-posts-page .number {
  min-width: 46px;
  height: 46px;
  padding: 0 0.95rem;
  border: 1px solid rgba(18, 36, 71, 0.22);
  border-radius: 10px;
  background: #fff;
  color: #122447;
  margin: 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.komprao-all-posts-page .number:hover, .komprao-all-posts-page .number:focus {
  border-color: rgba(18, 36, 71, 0.45);
  background-color: rgba(18, 36, 71, 0.05);
}
.komprao-all-posts-page .number.active {
  border-color: #122447;
  background-color: #122447;
  color: #fff;
}
.komprao-all-posts-page .number.number-nav {
  min-width: 110px;
}
.komprao-all-posts-page .number.number-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  background: transparent;
  cursor: default;
}
.komprao-all-posts-page .number.number-dots:hover, .komprao-all-posts-page .number.number-dots:focus {
  border-color: transparent;
  background: transparent;
}
@media (max-width: 767.98px) {
  .komprao-all-posts-page .content .komprao-all-posts-search {
    flex-direction: column;
    align-items: stretch;
  }
  .komprao-all-posts-page .content .komprao-all-posts-search button {
    width: 100%;
  }
  .komprao-all-posts-page .content .d-flex.justify-content-between.align-items-center {
    align-items: stretch !important;
    flex-direction: column;
  }
  .komprao-all-posts-page .ordenacao {
    max-width: 100%;
    width: 100%;
  }
  .komprao-all-posts-page .number {
    min-width: 42px;
    height: 42px;
    padding: 0 0.8rem;
    font-size: 14px;
  }
}

.post {
  position: relative;
  margin: 0 15px;
  border-radius: 8px;
  overflow: hidden;
}
.post .wp-post-image {
  height: 540px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post > .metadata {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  z-index: 3;
}
.post > .metadata h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.post > .metadata time {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
}
@media only screen and (max-width: 768px) {
  .post .wp-post-image {
    height: 340px;
    width: 100%;
  }
}

.row-light {
  position: relative;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: start;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.row-light .thumb {
  display: block;
  width: 92px;
  text-decoration: none;
}
.row-light .thumb img {
  width: 92px;
  min-width: 92px;
  height: 92px;
  min-height: 92px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  margin-right: 0;
  display: block;
}
.row-light .metadata {
  color: #122447;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-self: start;
  padding-top: 2px;
}
.row-light .metadata .meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 5px;
  margin-bottom: 0.7rem;
}
.row-light .metadata .meta > * {
  margin-top: 0.1rem;
}
.row-light .metadata .meta a {
  color: #122447 !important;
  font-weight: 400;
}
.row-light .metadata .meta > span:not(.reading-time-text) {
  display: inline-block;
  background-color: #122447;
  margin: 0;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  flex: 0 0 auto;
}
.row-light .metadata .meta .reading-time-text {
  background: none;
  margin: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  white-space: nowrap;
  flex: 0 0 auto;
}
.row-light .metadata .title-link {
  display: block;
  width: 100%;
  text-decoration: none;
}
.row-light .metadata h3 {
  color: #122447;
  font-size: 18px;
  line-height: 1.12;
  font-weight: 800;
  transition: all 0.3s;
  margin: 0;
}
.row-light .metadata .title-link:hover h3,
.row-light .metadata .title-link:focus h3 {
  color: #E4002B;
}
.row-light + .row-light {
  margin-top: 1.15rem;
}

.post-row {
  position: relative;
}
.post-row img {
  height: 250px;
  width: 318px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-row .info-wrap {
  text-decoration: none;
}
.post-row .info-wrap:hover .title, .post-row .info-wrap:hover .cta {
  color: #E4002B;
}
.post-row .info-wrap .title {
  font-size: 22px;
  font-weight: 700;
  color: #122447;
  transition: all 0.3s;
}
.post-row .info-wrap .cta {
  color: #0086E5;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: all 0.3s;
}
.post-row .info-wrap .meta {
  text-transform: uppercase;
  color: #122447;
  font-size: 10px;
  border-radius: 5px;
}
.post-row .info-wrap .meta span {
  display: inline-block;
  background-color: #122447;
  margin: 0 5px;
  width: 3px;
  height: 3px;
}
.post-row .info-wrap .excerpt {
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.post-row .info-wrap .excerpt p {
  margin-bottom: 7px;
}
@media only screen and (max-width: 768px) {
  .post-row img {
    height: 100%;
    width: 200px;
  }
  .post-row .info-wrap .title {
    font-size: 19px;
  }
}

body.category #hero {
  margin-bottom: 3rem;
}
body.category #hero .row {
  row-gap: 2rem;
}
body.category #hero h1 {
  font-size: 32px;
  font-weight: 700;
  color: #122447;
}
body.category #hero .highlight {
  height: 460px;
}
body.category #hero .highlight .post {
  margin: 0;
  max-height: 100%;
}
body.category #hero .mais-recentes {
  background: #fff;
  border-radius: 0;
  padding: 0;
  height: 100%;
  align-content: flex-start;
}
body.category #hero .mais-recentes h2 {
  color: #122447;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 800;
  margin-bottom: 1.1rem !important;
}
body.category #hero .mais-recentes .post-wrap {
  margin-top: 1rem;
}
body.category #hero .mais-recentes .post-wrap:first-of-type {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  body.category #hero h1 {
    font-size: 30px;
  }
  body.category #hero .highlight {
    height: 410px;
  }
  body.category #hero .mais-recentes h2 {
    font-size: 28px;
  }
}
body.category .content hr {
  border-color: rgba(228, 0, 43, 0.35) !important;
  margin-bottom: 1.15rem;
}
body.category .cta-newsletter {
  background-color: #E4002B;
  display: block;
  padding: 20px;
  border-radius: 85px;
}
body.category .cta-newsletter img {
  max-width: 100%;
  background: #fff;
  padding: 10px;
  border-radius: 85px;
}
body.category .pagination-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 2rem !important;
  margin-bottom: 3rem !important;
}
body.category .number {
  min-width: 46px;
  height: 46px;
  padding: 0 0.95rem;
  border: 1px solid rgba(18, 36, 71, 0.22);
  border-radius: 10px;
  background: #fff;
  color: #122447;
  margin: 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
body.category .number:hover, body.category .number:focus {
  border-color: rgba(18, 36, 71, 0.45);
  background-color: rgba(18, 36, 71, 0.05);
}
body.category .number.active {
  border-color: #122447;
  background-color: #122447;
  color: #fff;
}
body.category .number.number-nav {
  min-width: 110px;
}
body.category .number.number-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  background: transparent;
  cursor: default;
}
body.category .number.number-dots:hover, body.category .number.number-dots:focus {
  border-color: transparent;
  background: transparent;
}
@media (max-width: 767.98px) {
  body.category .number {
    min-width: 42px;
    height: 42px;
    padding: 0 0.8rem;
    font-size: 14px;
  }
}

.form-label {
  margin-bottom: 0.5rem;
}

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

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(241.5, 127.5, 149);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(228, 0, 43, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(241.5, 127.5, 149);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(228, 0, 43, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(241.5, 127.5, 149);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(228, 0, 43, 0.25);
}
.form-check-input:checked {
  background-color: #E4002B;
  border-color: #E4002B;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #E4002B;
  border-color: #E4002B;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28241.5, 127.5, 149%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(228, 0, 43, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(228, 0, 43, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #E4002B;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(246.9, 178.5, 191.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #E4002B;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(246.9, 178.5, 191.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder), .form-floating > .form-control-plaintext:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.post-row {
  position: relative;
}
.post-row img {
  height: 250px;
  width: 318px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-row .info-wrap {
  text-decoration: none;
}
.post-row .info-wrap:hover .title, .post-row .info-wrap:hover .cta {
  color: #E4002B;
}
.post-row .info-wrap .title {
  font-size: 22px;
  font-weight: 700;
  color: #122447;
  transition: all 0.3s;
}
.post-row .info-wrap .cta {
  color: #0086E5;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: all 0.3s;
}
.post-row .info-wrap .meta {
  text-transform: uppercase;
  color: #122447;
  font-size: 10px;
  border-radius: 5px;
}
.post-row .info-wrap .meta span {
  display: inline-block;
  background-color: #122447;
  margin: 0 5px;
  width: 3px;
  height: 3px;
}
.post-row .info-wrap .excerpt {
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.post-row .info-wrap .excerpt p {
  margin-bottom: 7px;
}
@media only screen and (max-width: 768px) {
  .post-row img {
    height: 100%;
    width: 200px;
  }
  .post-row .info-wrap .title {
    font-size: 19px;
  }
}

.row-light {
  position: relative;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: start;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.row-light .thumb {
  display: block;
  width: 92px;
  text-decoration: none;
}
.row-light .thumb img {
  width: 92px;
  min-width: 92px;
  height: 92px;
  min-height: 92px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  margin-right: 0;
  display: block;
}
.row-light .metadata {
  color: #122447;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-self: start;
  padding-top: 2px;
}
.row-light .metadata .meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 5px;
  margin-bottom: 0.7rem;
}
.row-light .metadata .meta > * {
  margin-top: 0.1rem;
}
.row-light .metadata .meta a {
  color: #122447 !important;
  font-weight: 400;
}
.row-light .metadata .meta > span:not(.reading-time-text) {
  display: inline-block;
  background-color: #122447;
  margin: 0;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  flex: 0 0 auto;
}
.row-light .metadata .meta .reading-time-text {
  background: none;
  margin: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  white-space: nowrap;
  flex: 0 0 auto;
}
.row-light .metadata .title-link {
  display: block;
  width: 100%;
  text-decoration: none;
}
.row-light .metadata h3 {
  color: #122447;
  font-size: 18px;
  line-height: 1.12;
  font-weight: 800;
  transition: all 0.3s;
  margin: 0;
}
.row-light .metadata .title-link:hover h3,
.row-light .metadata .title-link:focus h3 {
  color: #E4002B;
}
.row-light + .row-light {
  margin-top: 1.15rem;
}

body.search .content > .d-flex.justify-content-between.align-items-center {
  padding-bottom: 10px;
}
body.search .hero {
  background-color: #F2F2F2;
}
body.search .hero form {
  max-width: 300px;
  position: relative;
  display: flex;
  align-items: stretch;
}
body.search .hero form input {
  background: #fff;
  padding: 5px 10px;
  border-radius: 8px 0 0 8px;
  border: none;
  flex: 1 1 auto;
}
body.search .hero form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  min-width: 48px;
  border: 0;
  border-radius: 0 8px 8px 0;
  background-color: #122447;
  padding: 0;
}
body.search .hero form button svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
body.search .cta-newsletter {
  background-color: #E4002B;
  display: block;
  padding: 20px;
  border-radius: 85px;
}
body.search .cta-newsletter img {
  max-width: 100%;
  background: #fff;
  padding: 10px;
  border-radius: 85px;
}
body.search .sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
body.search .komprao-search-popular {
  border-radius: 8px;
  padding: 12px 16px 20px;
}
body.search .komprao-search-popular h2 {
  font-size: 42px;
  line-height: 1;
}
body.search .komprao-search-popular .post-wrap {
  margin: 20px 0;
}
body.search .komprao-search-popular .row-light {
  position: relative;
  display: flex;
}
body.search .komprao-search-popular .row-light img {
  max-width: 90px;
  min-width: 90px;
  min-height: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  margin-right: 10px;
}
body.search .komprao-search-popular .row-light .metadata {
  color: #fff;
}
body.search .komprao-search-popular .row-light .metadata .meta {
  text-transform: uppercase;
  font-size: 10px;
  border-radius: 5px;
}
body.search .komprao-search-popular .row-light .metadata .meta a {
  color: #fff !important;
}
body.search .komprao-search-popular .row-light .metadata .meta > span:not(.reading-time-text) {
  background-color: #fff;
  margin: 0 5px;
}
body.search .komprao-search-popular .row-light .metadata h3 {
  font-size: 16px;
  line-height: 20px;
  transition: all 0.3s;
}
body.search .komprao-search-popular .row-light .metadata .title-link:hover h3,
body.search .komprao-search-popular .row-light .metadata .title-link:focus h3 {
  color: #fff;
}
body.search .ordenacao {
  max-width: 230px;
  min-width: 190px;
  padding: 0.7rem 2.6rem 0.7rem 1rem;
  border: 1px solid rgba(18, 36, 71, 0.18) !important;
  border-radius: 999px;
  background-color: #fff;
  background-position: right 1rem center;
  background-size: 14px 10px;
  color: #122447;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(18, 36, 71, 0.08) !important;
  cursor: pointer;
}
body.search .ordenacao:focus {
  border-color: rgba(18, 36, 71, 0.32) !important;
  box-shadow: 0 0 0 0.2rem rgba(18, 36, 71, 0.12) !important;
}
body.search .pagination-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 2rem !important;
  margin-bottom: 3rem !important;
}
body.search .number {
  min-width: 46px;
  height: 46px;
  padding: 0 0.95rem;
  border: 1px solid rgba(18, 36, 71, 0.22);
  border-radius: 10px;
  background: #fff;
  color: #122447;
  margin: 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
body.search .number:hover, body.search .number:focus {
  border-color: rgba(18, 36, 71, 0.45);
  background-color: rgba(18, 36, 71, 0.05);
}
body.search .number.active {
  border-color: #122447;
  background-color: #122447;
  color: #fff;
}
body.search .number.number-nav {
  min-width: 110px;
}
body.search .number.number-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  background: transparent;
  cursor: default;
}
body.search .number.number-dots:hover, body.search .number.number-dots:focus {
  border-color: transparent;
  background: transparent;
}
body.search .loading {
  z-index: 9;
  margin: 20px;
  width: 100px;
  height: 100px;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 10%;
  left: 50%;
  translate: -50%;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 767.98px) {
  body.search .ordenacao {
    max-width: 100%;
    width: 100%;
  }
  body.search .number {
    min-width: 42px;
    height: 42px;
    padding: 0 0.8rem;
    font-size: 14px;
  }
}
