/* Grid Container */
.section-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 10px;
  }

  /* Section Base Styles */
  .section {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
  }
.iti__flag
{display: none;}
  .section:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  }

  /* Section Icon */
  .section-icon img {
    width: 60px;
    height: 60px !important;
    margin-bottom: 10px;
}

  /* Section Text */
  .section h3 {
    font-size: 18px;
    color: #333;
    line-height: 20px;
    margin-bottom: 5px;
  }

  .section p {
    font-size: 14px;
    color: #666;
    margin: 0;
    padding: 0;
  }

  /* Section-Specific Styles */
  .transfer-section {
    background-color: #f9f9ff;
  }

  .notify-sale-section {
    background-color: #fff7f0;
  }

  .vehicle-info-section {
    background-color: #f0f7ff;
  }

  .cancel-reservation-section {
    background-color: #fff0f0;
  }

  .simple-note-section {
    background-color: #f7fff0;
  }

  .duplicate-permit-section {
    background-color: #f0f0ff;
  }

  .temporary-deactivation-section {
    background-color: #fffaf0;
  }

  .tachograph-renewal-section {
    background-color: #f0fff7;
  }
  .gestoriatransfer-container {
    max-width: 900px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Header */
@media (min-width: 1281px) {
  #hero {
      height:530px
  }

  #hero .container .col-12 {
      display: contents
  }

  #hero .navidad {
      background-image: url(../../../img/home_transferencia24_navidad.webp)!important
  }

  #hero .halloween {
      background-image: url(../../../img/home_transferencia24_halloween.webp)!important
  }

  #hero .container {
      background-image: url(../../../img/home_transferencia24.webp);
      background-repeat: no-repeat;
      background-position: right 0 bottom 40px;
      background-color: transparent;
      height: 530px;
      height: 100%;
      justify-content: flex-start;
      align-items: flex-start;
      display: flex;
      flex-direction: column
  }

  .body_home {
      background-image: url(../../../img/background-hero.webp)
  }

  #hero-2,.body_home {
      background-repeat: no-repeat;
      background-position: 100% 0
  }

  #hero-2 {
      background-image: url(../../../img/background-hero-2.webp)
  }

  #info_video_t24 {
      background-image: url(../../../img/video_info_transferencia24.webp);
      background-repeat: no-repeat;
      background-position: bottom right -55px;
      height: 330px
  }

  #info_video_t24_content {
      padding-left: 0!important;
      margin-left: 0!important
  }

  .section_calculadora {
      background: url(../../../img/background-calc-t24_2500.webp) no-repeat bottom;
      background-size: contain
  }

  #descubre {
      position: absolute;
      bottom: 1rem;
      right: 1rem;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      padding-top: 1.5rem
  }

  #descubre p {
      width: -moz-fit-content;
      width: fit-content;
      padding: 0 1rem;
      background-color: #fff;
      border-radius: 2rem;
      font-size: 12px;
      box-shadow: inset 0 3px 2px 0 rgba(0,0,0,.21)
  }

  #descubre a {
      font-size: 12px!important
  }

  #t24_menu {
      min-height: 50px
  }

  h1 {
      font-size: 34px!important
  }

  #stepper_tramite,h1 {
      margin-bottom: 1.5rem
  }

  #stepper_tramite {
      padding: 2rem 0 1.5rem!important;
      width: 100%!important;
      top: 3rem!important;
      background: #f1f1f1
  }

  .cd-breadcrumb {
      margin: 0!important
  }

  .cd-breadcrumb.triangle li:after,.cd-breadcrumb.triangle li>:after {
      border: 24px solid transparent
  }
}

@media (min-width: 1025px) and (max-width:1280px) {
  #hero {
      height:530px
  }

  #hero .container .col-12 {
      display: contents
  }

  #hero .navidad {
      background-image: url(../../../img/home_transferencia24_navidad.webp)!important
  }

  #hero .halloween {
      background-image: url(../../../img/home_transferencia24_halloween.webp)!important
  }

  #hero .container {
      background-image: url(../../../img/home_transferencia24.webp);
      background-repeat: no-repeat;
      background-position: right 0 bottom 30px;
      background-color: transparent;
      height: 530px;
      height: 100%;
      justify-content: flex-start;
      align-items: flex-start;
      display: flex;
      flex-direction: column
  }

  .body_home {
      background-image: url(../../../img/background-hero.webp)
  }

  #hero-2,.body_home {
      background-repeat: no-repeat;
      background-position: 100% 0
  }

  #hero-2 {
      background-image: url(../../../img/background-hero-2.webp)
  }

  #info_video_t24 {
      background-image: url(../../../img/video_info_transferencia24.webp);
      background-repeat: no-repeat;
      background-position: bottom right -55px;
      height: 330px
  }

  #info_video_t24_content {
      padding-left: 0!important;
      margin-left: 0!important
  }

  .section_calculadora {
      background: url(../../../img/background-calc-t24_1500.webp) no-repeat bottom;
      background-size: contain
  }

  #descubre {
      position: absolute;
      bottom: 0;
      right: 1rem;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      padding-top: 1.5rem
  }

  #descubre p {
      width: -moz-fit-content;
      width: fit-content;
      padding: 0 1rem;
      background-color: #fff;
      border-radius: 2rem;
      font-size: 12px;
      box-shadow: inset 0 3px 2px 0 rgba(0,0,0,.21)
  }

  #descubre a {
      font-size: 12px!important
  }

  .link_menu,.sidenav a {
      font-size: 15px!important
  }

  #t24_menu {
      min-height: 50px
  }

  h1 {
      font-size: 34px!important;
      margin-bottom: 1.5rem
  }

  .body_home h1>.color-t24 {
      color: #343434!important
  }

  #stepper_tramite {
      padding: 1rem 3.5rem 2.5rem!important;
      width: 100%!important;
      top: 3rem!important;
      background: #f1f1f1;
      margin-bottom: 1.5rem
  }

  .cd-breadcrumb {
      margin: 0!important
  }

  .cd-breadcrumb.triangle li:after,.cd-breadcrumb.triangle li>:after {
      border: 24px solid transparent
  }
}

@media (min-width: 768px) and (max-width:1024px) {
  #hero {
      background:linear-gradient(350deg,#ff9901 50%,#ff6b00);
      height: 530px;
      justify-content: center
  }

  .body_home {
      background-image: none;
      background-repeat: no-repeat;
      background-position: 100% 0
  }

  #hero-2 {
      background-color: #fef4e8
  }

  .link_menu,.sidenav a {
      font-size: 15px!important
  }

  #t24_menu {
      min-height: 50px
  }

  .body_home h1 {
      font-size: 34px!important;
      margin-bottom: 0;
      text-align: center
  }

  .body_home h1,.body_home h1>.color-t24 {
      color: #fff!important
  }

  #hero p {
      text-align: center
  }

  #descubre {
      position: absolute;
      bottom: 1rem;
      right: 1rem;
      left: 1rem;
      display: flex;
      flex-direction: row;
      justify-content: center;
      padding-top: 1.5rem
  }

  #descubre p {
      width: -moz-fit-content;
      width: fit-content;
      padding: 0 1rem;
      background-color: #fff;
      border-radius: 2rem;
      font-size: 12px;
      box-shadow: inset 0 3px 2px 0 rgba(0,0,0,.21)
  }

  #descubre a {
      font-size: 12px!important
  }

  .tipos_tramite_precio {
      grid-template-columns: repeat(2,1fr)!important;
      grid-gap: 0!important
  }

  .label-vehiculo {
      margin: .2rem!important;
      position: relative
  }

  .label-vehiculo-title {
      justify-content: center!important
  }

  .label-vehiculo-caja-dot {
      position: absolute!important;
      padding: .5rem!important;
      left: 0;
      top: 0
  }

  .label-vehiculo-title:not(.bb-active) .label-vehiculo-dot {
      border: 1px solid #9c9c9c!important
  }

  .label-vehiculo-title.bb-active .label-vehiculo-dot {
      border: 1px solid #ef7f1a!important
  }

  .label-vehiculo-title.bb-active .label-vehiculo-dot>div {
      background: #ef7f1a!important
  }

  .label-vehiculo-title ul li {
      text-align: center!important
  }

  .label-vehiculo-title span {
      padding: .5rem 0!important
  }

  .list_cards_tramites {
      margin: 0 auto!important;
      padding-left: .5rem!important;
      grid-template-columns: repeat(4,1fr)!important
  }

  .card_tramite {
      width: 10rem!important;
      margin-right: .5rem!important
  }

  #stepper_tramite {
      padding: 1rem 3rem!important;
      width: 100%!important;
      top: 3rem!important;
      background: #f1f1f1;
      margin-bottom: 1.5rem
  }

  .cd-breadcrumb {
      margin: 0!important
  }

  .cd-breadcrumb.triangle a,.cd-breadcrumb.triangle li.disabled>div {
      flex-direction: column!important
  }

  .cd-breadcrumb.triangle .step_icon {
      display: none
  }

  .cd-breadcrumb.triangle li>* {
      padding: .5rem 0!important
  }

  .cd-breadcrumb.triangle li:after,.cd-breadcrumb.triangle li>:after {
      border: 34px solid transparent;
      border-left-width: 10px!important
  }

  .step_titulo {
      font-size: 12px!important
  }
}

@media (min-width: 768px) and (max-width:1024px) and (orientation:landscape) {
  #hero {
      background:linear-gradient(350deg,#ff9901 50%,#ff6b00);
      height: auto;
      justify-content: center
  }

  #common .container,#hero .container {
      padding-bottom: 4rem
  }

  .body_home {
      background-repeat: no-repeat;
      background-position: 100% 0
  }

  #hero-2,.body_home {
      background-image: none
  }

  #hero-2 {
      background-color: #fef4e8
  }

  #info_video_t24_content {
      padding-left: 0!important;
      margin-left: 0!important
  }

  .link_menu,.sidenav a {
      font-size: 15px!important
  }

  #t24_menu {
      min-height: 50px
  }

  .body_home h1 {
      font-size: 34px!important;
      margin-bottom: 0;
      text-align: center
  }

  .body_home h1,.body_home h1>.color-t24 {
      color: #fff!important
  }

  #hero p {
      text-align: center
  }

  #descubre {
      justify-content: center!important
  }

  #descubre a,#descubre p,#descubre span {
      font-size: 12px!important
  }

  .tipos_tramite_precio {
      grid-template-columns: repeat(4,1fr)!important;
      grid-gap: 0!important
  }

  .list_cards_tramites {
      padding-left: 1.5rem!important;
      grid-template-columns: repeat(4,1fr)!important
  }

  .card_tramite {
      width: 10rem!important;
      margin-right: 1.5rem!important
  }

  .tipos_tramite_precio .card_tipo_content {
      flex-direction: column!important
  }

  #stepper_tramite {
      padding: 1rem 3.5rem!important;
      width: 100%!important;
      top: 3rem!important;
      background: #f1f1f1;
      margin-bottom: 1.5rem
  }

  .cd-breadcrumb {
      margin: 0!important
  }

  .cd-breadcrumb.triangle a,.cd-breadcrumb.triangle li.disabled>div {
      flex-direction: column!important
  }

  .cd-breadcrumb.triangle li:after,.cd-breadcrumb.triangle li>:after {
      border: 24px solid transparent
  }
}

@media (min-width: 481px) and (max-width:767px) {
  #t24_menu {
      padding:.5rem 0!important
  }

  .logo_t24 {
      height: 2rem!important
  }

  .subtitle_home {
      margin-top: .5rem;
      font-size: 13px!important;
      text-align: center
  }

  h1,h2,h3,h4,h5,h6 {
      text-align: center!important
  }

  h1,h1 span,h1.section-title,h1.section-title span {
      font-size: 25px!important;
      line-height: 30px!important;
      margin-bottom: 0
  }

  .section-title,.section-title span {
      font-size: 20px!important;
      font-weight: 500!important;
      text-align: center!important;
      margin-bottom: 1rem!important;
      margin-top: .5rem!important
  }

  label {
      font-size: 14px!important;
      line-height: 20px!important
  }

  .btn,.btn span {
      font-size: 12px!important;
      line-height: 15px!important
  }

  .details_simulate span {
      font-size: 1.5rem!important
  }

  #descubre {
      position: relative!important;
      justify-content: center!important;
      padding: 0!important;
      border-radius: 0
  }

  #descubre p {
      width: 100%!important;
      text-align: center!important;
      padding: .5rem auto!important;
      background-color: #ffc107!important;
      border-radius: 0!important
  }

  #descubre a {
      color: #ff5700!important
  }

  #descubre a,#descubre p,#descubre span {
      font-size: 12px!important
  }

  p,p>span {
      font-size: 14px!important;
      line-height: 24px!important
  }

  .link_menu,.sidenav a {
      font-size: 15px!important
  }

  .tipos_tramite_precio {
      grid-template-columns: repeat(2,1fr)!important
  }

  .tipos_tramite_precio .card_tipo_content {
      flex-direction: column!important
  }

  #section_contacto {
      background-image: none!important;
      height: auto!important
  }

  #preguntas_frecuentes {
      width: 100%!important;
      flex-basis: 100%!important;
      max-width: 100%!important;
      padding: 0!important
  }

  #preguntas_frecuentes_coche {
      display: none!important
  }

  .details_simulate,details[open] summary,details summary {
      font-size: 14px!important
  }

  .testimonial_p {
      text-align: center
  }

  .testimonial_btn {
      margin-left: auto;
      margin-right: auto
  }

  .willy_sofa {
      display: none!important
  }

  .medios_difusion {
      flex-basis: 100%!important;
      max-width: 100%!important;
      margin: 2rem auto!important
  }

  .medios_difusion .medio img {
      height: 20px!important
  }

  .medios_difusion .medio {
      margin: .5rem!important
  }

  .filter-switch label {
      font-size: 13px!important
  }

  #hero .container {
      width: 100%!important;
      padding: 0!important
  }

  #common .container {
      width: 100%!important;
      padding: 0 1rem
  }

  .title_cards_tramites {
      padding-left: 1rem;
      padding-bottom: .3rem
  }

  .list_cards_tramites_otros {
      padding: 0 .5rem 1rem!important
  }

  .list_cards_tramites:not(.list_cards_tramites_otros) {
      padding: 1rem 0!important
  }

  .list_cards_tramites {
      width: 100%;
      grid-template-columns: repeat(4,1fr)!important;
      margin: 0 auto!important;
      background: #f1f1f1
  }

  .card_tramite {
      width: 10rem!important;
      margin: .5rem auto!important
  }

  .calculadora_t24_resultado {
      flex-direction: column!important
  }

  .calculadora_t24 .datos_vehiculo {
      margin-left: 0!important
  }

  .calculadora_t24 .num {
      width: 30px!important;
      height: 30px!important
  }

  .label-vehiculo {
      margin: .2rem!important;
      position: relative
  }

  .label-vehiculo img {
      height: auto!important;
      width: 90px!important;
      margin: .5rem!important
  }

  .label-vehiculo-caja-dot {
      position: absolute!important;
      padding: .5rem!important;
      left: 0;
      top: 0
  }

  .label-vehiculo-title:not(.bb-active) .label-vehiculo-dot {
      border: 1px solid #9c9c9c!important
  }

  .label-vehiculo-title.bb-active .label-vehiculo-dot {
      border: 1px solid #ef7f1a!important
  }

  .label-vehiculo-title.bb-active .label-vehiculo-dot>div {
      background: #ef7f1a!important
  }

  .label-vehiculo-title {
      justify-content: center!important;
      min-height: 45px!important
  }

  .label-vehiculo-title ul li {
      line-height: 12px!important;
      text-align: center!important
  }

  .label-vehiculo-title span {
      font-size: 13px!important;
      line-height: 14px!important;
      padding: .2rem 0!important;
      text-align: center!important
  }

  .legend {
      line-height: 25px!important
  }

  #stepper_tramite,.hooper {
      width: 100%!important
  }

  #stepper_tramite {
      top: 3rem!important;
      background: #f1f1f1;
      margin-bottom: 1.5rem
  }

  .cd-breadcrumb {
      margin: 0!important
  }

  .cd-breadcrumb.triangle a,.cd-breadcrumb.triangle li.disabled>div {
      flex-direction: column!important
  }

  .cd-breadcrumb.triangle .step_icon {
      display: none
  }

  .cd-breadcrumb.triangle li>* {
      padding: .5rem 0!important
  }

  .cd-breadcrumb.triangle li:after,.cd-breadcrumb.triangle li>:after {
      border: 34px solid transparent;
      border-left-width: 10px!important
  }

  .step_titulo {
      font-size: 12px!important
  }

  .tutorial_docs {
      flex-direction: column!important
  }

  .example_take_photo img {
      width: 180px!important
  }

  .example_take_photo span,.tutorial_docs span {
      font-size: 13px!important;
      line-height: 15px!important
  }

  .buttons_steps:first-of-type {
      padding-top: 1rem!important
  }

  .buttons_steps:last-of-type {
      padding-bottom: 1rem!important
  }

  #dudas-tramite a {
      margin: 0 .3rem!important
  }

  #dudas-tramite a div {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center
  }

  #tramite_data .subtitle {
      text-align: center
  }

  #tramite_data .icon-message {
      position: absolute;
      top: -1rem;
      right: .5rem
  }

  #datos_contacto a {
      font-size: 12px
  }

  #datos_enlaces a {
      font-size: 13px
  }

  footer .footer_title {
      font-size: 12px!important
  }

  .svg-cookie {
      width: 48px!important
  }

  .matricula-box-sm .matricula {
      padding-top: .4rem!important
  }
}

@media (min-width: 320px) and (max-width:480px) {
  #t24_menu {
      padding:.5rem 0!important
  }

  .logo_t24 {
      height: 2rem!important
  }

  .subtitle_home {
      margin-top: .5rem;
      font-size: 11px!important;
      text-align: center;
      line-height: 17px!important
  }

  .card-howto-title h3 {
      text-align: left!important
  }

  h1,h2,h3,h4,h5,h6 {
      text-align: center!important
  }

  h1,h1 span,h1.section-title,h1.section-title span {
      font-size: 25px!important;
      line-height: 30px!important;
      margin-bottom: 0
  }

  .section-title,.section-title span {
      font-size: 20px!important;
      font-weight: 500!important;
      text-align: center!important;
      margin-bottom: 1rem!important;
      margin-top: .5rem!important;
      line-height: 26px!important
  }

  #datos_contacto a,#datos_contacto p,#datos_enlaces span {
      font-size: 12px!important
  }

  label {
      font-size: 14px!important;
      line-height: 20px!important
  }

  .btn,.btn span {
      font-size: 12px!important;
      line-height: 15px!important
  }

  .details_simulate span {
      font-size: 1.5rem!important
  }

  #descubre {
      display: none!important
  }

  #descubre_mobile {
      display: block!important;
      position: relative!important;
      justify-content: center!important;
      padding: 0!important;
      border-radius: 0
  }

  #descubre_mobile p {
      width: 100%!important;
      text-align: center!important;
      padding: .5rem auto!important;
      background-color: #ffc107!important;
      border-radius: 0!important;
      padding-top: .5rem;
      padding-bottom: .5rem
  }

  #descubre_mobile a {
      color: #ff5700!important
  }

  #descubre_mobile a,#descubre_mobile p,#descubre_mobile span {
      font-size: 13px!important;
      line-height: 18px!important
  }

  p,p>span {
      font-size: 14px!important;
      line-height: 24px!important
  }

  .link_menu,.sidenav a {
      font-size: 15px!important
  }

  .tipos_tramite_precio {
      grid-template-columns: repeat(2,1fr)!important
  }

  .tipos_tramite_precio .card_tipo_content {
      flex-direction: column!important
  }

  #section_contacto {
      background-image: none!important;
      height: auto!important
  }

  #preguntas_frecuentes {
      width: 100%!important;
      flex-basis: 100%!important;
      max-width: 100%!important;
      padding: 0!important
  }

  #preguntas_frecuentes_coche {
      display: none!important
  }

  .details_simulate,details[open] summary,details summary {
      font-size: 14px!important;
      line-height: 16px!important
  }

  .testimonial_p {
      text-align: center
  }

  .testimonial_btn {
      margin-left: auto;
      margin-right: auto
  }

  .willy_sofa {
      display: none!important
  }

  .medios_difusion {
      flex-basis: 100%!important;
      max-width: 100%!important;
      margin: 2rem auto!important
  }

  .medios_difusion .medio img {
      height: 20px!important
  }

  .medios_difusion .medio {
      margin: .5rem!important
  }

  .filter-switch label {
      font-size: 13px!important
  }

  #hero .container {
      width: 100%!important;
      padding: 0!important
  }

  #common .container {
      width: 100%!important;
      padding: 0 1rem
  }

  .title_cards_tramites {
      padding-left: 1rem;
      padding-bottom: .3rem;
      margin-top: .5rem!important;
      text-align: center
  }

  .list_cards_tramites_otros_btn {
      background: #f1f1f1
  }

  .list_cards_tramites {
      width: 100%;
      grid-template-columns: repeat(2,1fr)!important;
      margin: 0 auto!important;
      background: #f1f1f1;
      grid-column-gap: 0;
      grid-row-gap: 1rem
  }

  .list_cards_tramites_otros {
      padding: 0 1rem 1rem!important
  }

  .list_cards_tramites:not(.list_cards_tramites_otros) {
      padding: 1rem!important
  }

  .card_tramite {
      width: 10rem!important;
      margin: auto!important
  }

  .calculadora_t24_resultado {
      flex-direction: column!important
  }

  .calculadora_t24 .num {
      width: 30px!important;
      height: 30px!important
  }

  .calculadora_t24 .datos_vehiculo {
      margin-left: 0!important
  }

  .label-vehiculo {
      margin: .2rem!important;
      position: relative
  }

  .label-vehiculo img {
      height: auto!important;
      width: 90px!important;
      margin: .5rem!important
  }

  .label-vehiculo-caja-dot {
      position: absolute!important;
      padding: .5rem!important;
      left: 0;
      top: 0
  }

  .label-vehiculo-title:not(.bb-active) .label-vehiculo-dot {
      border: 1px solid #9c9c9c!important
  }

  .label-vehiculo-title.bb-active .label-vehiculo-dot {
      border: 1px solid #ef7f1a!important
  }

  .label-vehiculo-title.bb-active .label-vehiculo-dot>div {
      background: #ef7f1a!important
  }

  .label-vehiculo-title {
      justify-content: center!important;
      min-height: 45px!important
  }

  .label-vehiculo-title span,.label-vehiculo-title ul li {
      line-height: 12px!important;
      text-align: center!important
  }

  .label-vehiculo-title span {
      font-size: 11px!important;
      padding: .2rem 0!important
  }

  .legend {
      line-height: 25px!important
  }

  .hooper {
      width: 100%!important
  }

  #section_atencion_cliente {
      padding-top: 1rem
  }

  .slider-carousel {
      margin: 0 1.8rem 0 0!important
  }

  #stepper_tramite {
      width: 100%!important;
      top: 3rem!important;
      background: #f1f1f1;
      margin-bottom: 1.5rem
  }

  .cd-breadcrumb {
      margin: 0!important
  }

  .cd-breadcrumb.triangle a,.cd-breadcrumb.triangle li.disabled>div {
      flex-direction: column!important
  }

  .cd-breadcrumb.triangle .step_icon {
      display: none
  }

  .cd-breadcrumb.triangle li>* {
      padding: .5rem 0!important
  }

  .cd-breadcrumb.triangle li:after,.cd-breadcrumb.triangle li>:after {
      border: 34px solid transparent;
      border-left-width: 10px!important
  }

  .step_titulo {
      font-size: 12px!important
  }

  .tutorial_docs {
      flex-direction: column!important
  }

  .example_take_photo img {
      width: 180px!important
  }

  .example_take_photo span,.tutorial_docs span {
      font-size: 13px!important;
      line-height: 15px!important
  }

  .buttons_steps:first-of-type {
      padding-top: 1rem!important
  }

  .buttons_steps:last-of-type {
      padding-bottom: 1rem!important
  }

  #dudas-tramite a {
      margin: 0 .3rem!important
  }

  #dudas-tramite a div {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center
  }

  #tramite_data .subtitle {
      text-align: center
  }

  #tramite_data .icon-message {
      position: absolute;
      top: -1rem;
      right: .5rem
  }

  #datos_empresa img {
      height: auto!important
  }

  footer .footer_title {
      font-size: 12px!important
  }

  .svg-cookie {
      width: 48px!important
  }

  .social-list-icon {
      padding: .4rem!important
  }

  .social-list li {
      padding: .3rem!important
  }

  .list-method-payments {
      padding-top: 1rem!important
  }

  #datos_enlaces li,#datos_enlaces li a {
      padding-top: 0!important;
      padding-bottom: 0!important
  }

  #section_colaboradores img {
      height: 2.5rem!important
  }

  .btn_notificacion_venta {
      position: absolute;
      top: 9.5rem;
      right: 3rem
  }

  .matricula-box-sm .matricula {
      padding-top: .7rem!important
  }
}

html {
  font-size: 15px
}

body,h1,h2,h3,h4,h5,h6 {
  font-family: Poppins,sans-serif
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  font-weight: 600;
  color: #343434;
  letter-spacing: 0
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  font-weight: inherit;
  font-family: Poppins,sans-serif
}

h1 {
  font-size: 34px;
  line-height: 50px;
  letter-spacing: 1px
}

h1,h2 {
  margin-bottom: 0
}

h2 {
  font-size: 30px;
  line-height: 24px
}

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0
}

h4 {
  font-size: 20px;
  line-height: 27px
}

h5 {
  font-size: 16px
}

h5,h6 {
  line-height: 24px
}

h6 {
  font-size: 14px
}

p {
  font-family: Poppins,sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px
}

p,p img {
  margin: 0
}

span {
  font-family: Poppins,sans-serif
}

.prose h1,.section-title {
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  font-weight: 400!important
}

.prose h1,.section-title,.section-title-2 {
  font-family: Poppins,sans-serif;
  margin-bottom: 2rem;
  margin-top: 1rem
}

.section-title-2 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500
}

.section-title-3 {
  font-size: 18px;
  line-height: 24px
}

.section-title-3,.section-title-4 {
  font-family: Poppins,sans-serif;
  font-weight: 600;
  margin-bottom: 2rem;
  margin-top: 1rem
}

.section-title-4 {
  font-size: 14px;
  line-height: 18px
}

b,em,strong {
  font: 15px/30px
}

small {
  font-size: 11px;
  line-height: inherit
}

blockquote {
  border-left: 0;
  font-family: Poppins,sans-serif;
  margin: 10px 0;
  padding-left: 40px;
  position: relative
}

blockquote:before {
  color: #4e5665;
  content: "";
  font-family: FontAwesome;
  font-size: 36px;
  left: 20px;
  line-height: 0;
  margin: 0;
  opacity: .5;
  position: absolute;
  top: 20px
}

blockquote p {
  font-style: italic;
  padding: 0;
  font-size: 18px;
  line-height: 36px
}

blockquote cite {
  display: block;
  font-size: 12px;
  font-style: normal;
  line-height: 18px
}

blockquote cite:before {
  content: "\2014 \0020"
}

blockquote cite a,blockquote cite a:visited {
  color: #8b9798;
  border: none
}

abbr {
  color: #444;
  font-weight: 700;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: .6px
}

abbr:hover {
  cursor: help
}

a {
  font-size: 15px
}

.link,.link:visited {
  text-decoration: none;
  font-weight: 500;
  transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  outline: 0;
  text-decoration: underline;
  color: #ef7f1a!important;
  cursor: pointer
}

.link span {
  color: #343434!important
}

.link:active,.link:hover {
  color: #343434!important;
  font-weight: 500;
  text-decoration: underline;
  outline: 0
}

.link:active span,.link:hover span {
  color: #ef7f1a!important
}

.link:focus,button:focus {
  text-decoration: none;
  outline: 0!important
}

p a,p a:visited {
  line-height: inherit;
  outline: 0
}

a.active-page {
  color: #ef7f1a!important
}

ol,ul {
  margin-bottom: 0;
  margin-top: 0
}

ul {
  margin: 0;
  list-style-type: none
}

ol,ul.circle,ul.disc,ul.square {
  margin-left: 0
}

ul.square {
  list-style: square outside
}

ul.circle {
  list-style: circle outside
}

ul.disc {
  list-style: disc outside
}

ol ol,ol ul,ul ol,ul ul {
  margin: 0
}

li,ol ol li,ol ul li,ul ol li,ul ul li {
  margin-bottom: 0
}

li {
  line-height: 18px
}

dl {
  margin: 12px 0
}

dt {
  margin: 0;
  color: #11abb0
}

dd {
  margin: 0 0 0 20px
}

div#preloader {
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  background: #fff
}

.spinner {
  margin: auto;
  background-color: #333;
  border-radius: 100%;
  animation: sk-scaleout 1s ease-in-out infinite
}

@keyframes sk-scaleout {
  0% {
      transform: scale(0)
  }

  to {
      transform: scale(1);
      opacity: 0
  }
}

[v-cloak] {
  display: none!important
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  line-height: 1.625;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255,255,255,var(--bg-opacity));
  color: #343434;
  background-color: #fff
}

.page_tramite {
  background: #f1f1f1
}

.logo_t24 {
  height: 2.6rem
}

.subtitle_home {
  font-style: italic
}

::-moz-placeholder {
  font-size: .875rem
}

::placeholder {
  font-size: .875rem
}

#t24_menu {
  background-color: hsla(0,0%,100%,.9);
  box-shadow: 0 0 8px rgba(0,0,0,.6)
}

main {
  flex-grow: 1
}

ul {
  list-style: none;
  padding: 0
}

label {
  color: inherit
}

thead td {
  background-color: #606476;
  color: #fff
}

.input-imask,input[type=date],input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],select,textarea {
  border: 1px solid #e2e2e2;
  background-color: #fafafa;
  height: 40px;
  width: 100%;
  padding: .5rem;
  border-radius: .25rem
}

.v-select input[type=search] {
  padding: 4px 7px!important
}

.input-field input {
  display: flex
}

.input-field input[type=radio] {
  display: none
}

button:disabled {
  background-color: #f6f6f6!important;
  color: #d0cdcd
}

:disabled {
  cursor: not-allowed
}

input[disabled],select[disabled] {
  background-color: #e7e7e7
}

.filter-switch {
  background-color: #ececec;
  color: #ff8b02;
  border: 1px solid #ddd;
  border-radius: 2rem;
  min-height: 2.5rem;
  height: auto
}

.filter-switch label {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px
}

.filter-switch-item,.filter-switch label {
  min-height: 2rem;
  height: 100%
}

.filter-switch-item input:checked+label {
  color: #fff;
  background: #ff9800
}

.filter-switch-item:first-child input:checked+label {
  border-radius: 2rem .25rem .25rem 2rem!important
}

.filter-switch-item:last-child input:checked+label {
  border-radius: .25rem 2rem 2rem .25rem!important
}

.filter-switch-item input:not(:checked)+label {
  --bg-opacity: 0;
  box-shadow: none;
  color: #848484
}

.filter-switch-item input:not(:checked)+label>svg {
  display: none
}

.container-grid {
  display: grid;
  gap: .5rem;
  grid-auto-flow: dense;
  grid-auto-rows: 5.5rem;
  grid-template-columns: repeat(auto-fit,minmax(19rem,1fr))
}

.matricula-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  width: 210px;
  height: 60px;
  background: url(../../../../assets/img/matricula.png) 0 0 no-repeat
}

.matricula-box .matricula {
  font-weight: 600;
  font-size: 26px
}

.matricula-box-sm {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  width: 150px;
  height: 40px;
  background: url(../../../../assets/img/matricula.png) 0 0 no-repeat;
  background-size: 150px
}

.matricula-box-sm .matricula {
  font-weight: 600;
  font-size: 18px!important;
  padding-top: .2rem
}

#errores-modal .container {
  width: 100%!important
}

th {
  background-color: #ffefe0;
  color: #343434;
  font-weight: 400
}

tr {
  border: 1px solid #e1e1e1
}

td {
  background-color: #fcfcfc;
  padding: .25rem;
  border-right: 1px solid #e1e1e1
}

.tabla-costes {
  border-radius: 12px;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: .5rem;
  box-shadow: 0 1px 2px rgba(0,0,0,.2)
}

.tabla-costes caption {
  width: 100%;
  border-radius: 12px 12px 0 0;
  border: 1px solid #ef7f1a;
  background: #ff9901;
  background: linear-gradient(350deg,#ff9901 50%,#ff6b00);
  color: #fff;
  padding: .25rem .8rem;
  text-align: center
}

.tabla-costes tbody td {
  border-bottom: 1px solid #ddd
}

.tabla-costes td {
  padding: .25rem .5rem;
  vertical-align: baseline
}

.tabla-costes tr td:first-child {
  border-left: 1px solid #ddd
}

.tabla-costes tr td:last-child {
  white-space: nowrap
}

.tabla-costes tfoot tr td {
  font-size: 14px;
  font-weight: 600;
  background: transparent
}

.tabla-costes tfoot tr {
  background: #fff5eb
}

.resumen-total tfoot tr {
  background: #ddd!important
}

.tabla-costes tfoot tr:last-child td:first-child {
  border-bottom-left-radius: 12px
}

.tabla-costes tfoot tr:last-child td:last-child {
  border-bottom-right-radius: 12px
}

.tabla-costes-simple {
  border-radius: 12px;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: .5rem;
  box-shadow: 0 1px 2px rgba(0,0,0,.2)
}

.tabla-costes-simple caption {
  width: 100%;
  border-radius: 12px 12px 0 0;
  border: 1px solid #ef7f1a;
  background: #ff9901;
  background: linear-gradient(350deg,#ff9901 50%,#ff6b00);
  color: #fff;
  padding: .25rem .8rem;
  text-align: center
}

.resumen-total caption {
  color: #fff;
  border-color: #2b9e0e!important;
  background: #2b9e0e!important;
  background: linear-gradient(350deg,#2b9e0e 50%,#77b55a)!important
}

.resumen-total th {
  background-color: #ddd
}

.tabla-costes-simple td {
  padding: .25rem .5rem;
  vertical-align: baseline
}

.tabla-costes-simple tr td:first-child {
  border-left: 1px solid #ddd
}

.tabla-costes-simple tr td:last-child {
  white-space: nowrap
}

.tabla-costes-simple tr:last-child td {
  font-size: 14px;
  background: transparent
}

.tabla-costes-simple tr:last-child {
  background: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px
}

.resumen-total tbody tr:last-child {
  background: #fff!important
}

.tabla-costes-simple tr:last-child td:first-child {
  border-bottom-left-radius: 12px
}

.tabla-costes-simple tr:last-child td:last-child {
  border-bottom-right-radius: 12px
}

.caja-cupon {
  border: 0;
  padding-bottom: 2rem
}

.caja-cupon-content label {
  font-size: .875rem!important
}

.caja-cupon-titulo {
  width: 100%;
  border-radius: 12px 12px 0 0;
  border: 1px solid #ef7f1a;
  background: #ff9901;
  background: linear-gradient(350deg,#ff9901 50%,#ff6b00);
  color: #fff;
  padding: .25rem .8rem;
  text-align: center;
  font-size: 13px!important;
  line-height: 20px!important
}

.caja-cupon-content {
  padding: .5rem 1rem 0;
  border-radius: 0 0 12px 12px;
  border: 1px solid #ddd;
  background-color: #fff
}

.caja-cupon-content label {
  font-size: 13px
}

.tabla-info {
  border-radius: 5px;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: .5rem;
  box-shadow: 0 1px 2px rgba(0,0,0,.2)
}

.tabla-info tbody td {
  border-bottom: 1px solid #ddd
}

.tabla-info td {
  padding: .25rem .5rem;
  vertical-align: baseline
}

.tabla-info tr td:first-child {
  border-left: 1px solid #ddd
}

.tabla-info tr:last-child td:first-child {
  border-bottom-left-radius: 5px
}

.tabla-info tr:last-child td:last-child {
  border-bottom-right-radius: 5px
}

.tabla-info tr:last-child td {
  border-bottom: 0
}

.tabla-info thead th {
  border-radius: 5px 5px 0 0;
  border: 1px solid #cecece;
  color: #343434;
  background: #ddd;
  font-weight: 500
}

.tabla-normal thead th {
  border: 1px solid #333;
  color: #fff;
  background: #333;
  font-weight: 500
}

.tabla-normal tbody tr:nth-child(2n) td {
  background: #f2f2f2
}

.tabla-normal tbody tr:nth-child(odd) td {
  background: #fff
}

.v-select .dropdown-toggle .clear {
  margin-top: 6px
}

.v-select input[type=search] {
  margin: 2px 0 0!important
}

.input-field label {
  line-height: 20px
}

.box {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255,255,255,var(--bg-opacity));
  border-radius: .25rem
}

#tramite_data .subform-container {
  align-items: end
}

.main-menu {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.24);
  z-index: 4
}

.hamb-icon {
  width: 40px;
  height: 10px;
  margin-top: 1rem
}

.hamb-icon div {
  width: 25px;
  height: 3px;
  border-radius: 2px;
  background-color: #484848;
  margin: 5px 0
}

.menu-icon {
  cursor: pointer
}

.close-menu,.menu-icon {
  display: none
}

.menu-overlay {
  display: block;
  transition: all .5s ease;
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: none
}

#login .section-title {
  margin-bottom: 2.5rem!important
}

#login .box-auth {
  box-shadow: none!important
}

.box-auth .type_customer {
  position: absolute;
  top: -.7rem;
  left: 1.5rem
}

.box-auth .register-title {
  display: block
}

.box-auth .register-title2 {
  display: none
}

#login .box-auth .type_customer {
  box-shadow: none!important;
  position: relative!important;
  top: none!important;
  left: none!important;
  margin-bottom: 1rem
}

#login .box-auth .register-title {
  display: none
}

#login .box-auth .register-title2 {
  display: block
}

#login .box-auth .type_customer .bg-white {
  padding: .4rem 1rem .2rem;
  background: #ff9800;
  border-radius: .75rem;
  color: #fff;
  box-shadow: inset 2px 2px 5px #9d5f04;
  outline: none
}

#login .box-auth .type_customer .bg-gray-400 {
  background: #fff!important
}

label[for=condicionesauth],label[for=condicionesauth] a {
  font-size: .875rem!important
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear .25s,opacity .25s 0s,transform .25s
}

.modal-content {
  height: 100%;
  padding: 1rem;
  border-radius: .25rem;
  margin: 0!important;
  max-width: 40rem;
  max-height: 90vh;
  pointer-events: none
}

.show-modal .modal-content {
  pointer-events: all
}

.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s,opacity .25s 0s,transform .25s
}

.back-overlay {
  background-color: transparent;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  transition: all .25s ease
}

.opening-modal {
  top: 0;
  opacity: 1
}

.modal.opening-modal .back-overlay,.opening-modal {
  pointer-events: all
}

#modal-login_inner .close-modal {
  top: 1.2rem!important;
  right: 1.25rem!important
}

#modal-login_inner .modal-content {
  padding: .5rem!important
}

#modal-login_inner .btn {
  margin-top: .5rem!important
}

.modal-content {
  padding: 1rem
}

.modal-content p {
  line-height: 1.7rem
}

.modal-content .btn {
  margin-top: 1rem
}

.close-modal {
  position: absolute;
  padding: 1rem;
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  top: 0;
  right: 0
}

.close-modal svg {
  fill: #343434
}

.close-modal:hover svg {
  fill: #ef7f1a
}

.modal-aviso {
  height: auto;
  width: auto;
  min-height: 200px;
  min-width: 200px;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.modal-login {
  max-width: 500px;
  padding: 1rem .5rem
}

.upload {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.upload-icon {
  width: 2rem;
  margin: .5rem
}

.sign-btn,.upload-btn {
  padding: .25rem .5rem;
  margin-top: .75rem;
  margin-bottom: .75rem;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203,213,224,var(--border-opacity));
  border-radius: .5rem
}

.upload img {
  max-width: 150px;
  max-height: 200px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover
}

.upload-item {
  flex-grow: 1;
  padding: .5rem;
  margin: .5rem;
  border: 1px solid #efefef;
  background-color: #f7f7f8;
  border-radius: .5rem;
  flex-basis: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.tab_detalle .upload-item {
  background-color: #fff1c6!important
}

.upload-item img {
  border-radius: .5rem;
  max-width: 120px;
  max-height: 120px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover
}

.upload-hover {
  position: relative;
  transition: all .25s ease
}

.upload-hover .info {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  opacity: 0;
  color: #fff;
  transition: all .25s ease;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(39,36,36,.7294117647058823);
  border-radius: 10px
}

.upload-hover:hover .info {
  opacity: 1
}

.no_file .upload-item {
  background: #f7f7f8!important
}

.buttons_user_access {
  display: flex;
  flex-direction: row;
  margin-left: 1rem
}

.buttons_user_access button {
  margin-right: .7rem
}

.btn,.cta-btn {
  display: inline-flex;
  align-items: center;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: Poppins,sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  white-space: nowrap;
  padding: .5rem 1rem;
  border-radius: 2rem;
  box-shadow: 0 1px 2px rgba(0,0,0,.2)
}

.btn:focus,.btn:hover,.cta-btn:focus,.cta-btn:hover {
  text-decoration: none;
  outline: 0!important;
  transform: translateY(-1px);
  transition: transform .2s ease 0s
}

.btn:active,.cta-btn:active {
  position: relative;
  top: 1px
}

.btn-primary[disabled=disabled],.btn-primary[disabled=disabled]:hover,.btn-secondary[disabled=disabled],.btn-secondary[disabled=disabled]:hover,.btn-tertiary[disabled=disabled],.btn-tertiary[disabled=disabled]:hover,.btn[disabled=disabled],.btn[disabled=disabled]:hover {
  background: #f6f6f6!important;
  color: #d0cdcd!important
}

.btn-secondary[disabled=disabled]:hover svg {
  fill: #d0cdcd!important
}

.btn-primary {
  color: #fff;
  background: #ff9901;
  background: linear-gradient(350deg,#ff9901 50%,#ff6b00)
}

.btn-primary:hover {
  background: #ff9901;
  background: linear-gradient(350deg,#ff9901 25%,#ff6b00)
}

.btn-primary:focus {
  border: 0!important
}

.btn-secondary {
  color: #ff9901;
  border: 1px solid #ff9901;
  background: #fff
}

.btn-secondary:hover {
  color: #fff;
  background: #ff9901;
  background: linear-gradient(350deg,#ff9901 25%,#ff6b00)
}

.btn-secondary:hover svg {
  fill: #fff!important
}

.btn-tertiary {
  color: #fff;
  background: #7a7a7a;
  background: linear-gradient(350deg,#989898 50%,#7a7a7a)
}

.btn-tertiary:hover {
  background: #7a7a7a;
  background: linear-gradient(350deg,#989898 25%,#7a7a7a)
}

.btn-tertiary:focus {
  border: 0!important
}

.btn-green {
  color: #fff;
  background: #5cb644;
  background: linear-gradient(1turn,#2b9e0e 4%,#8bc37d)
}

.btn-green:hover {
  background: #5cb644;
  background: linear-gradient(1turn,#2b9e0e 10%,#8bc37d)
}

.btn-green:focus {
  border: 0!important
}

.btn-red {
  color: #fff;
  background: #f05252;
  background: linear-gradient(1turn,#f05252 4%,#ff7b7b)
}

.btn-red:hover {
  background: #f05252;
  background: linear-gradient(1turn,#f05252 10%,#ff7b7b)
}

.btn-red:focus {
  border: 0!important
}

.question-circle {
  color: #333;
  border-radius: 50%;
  height: 1.5rem;
  width: 1.5rem;
  display: inline-flex;
  cursor: help;
  margin: 0 .15rem
}

.loader[v-cloak],.question-circle {
  justify-content: center;
  align-items: center
}

.loader[v-cloak] {
  display: flex!important;
  flex-direction: column;
  z-index: 202
}

.loader,.loader[v-cloak] {
  position: fixed;
  width: 100%
}

.loader {
  display: none;
  height: 100%;
  margin: auto;
  z-index: 200;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff
}

.lds-dual-ring {
  display: flex;
  width: 100%;
  z-index: 201;
  justify-content: center;
  align-items: center
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border-color: #fff transparent;
  border-style: solid;
  border-width: 5px;
  animation: lds-dual-ring 1.2s linear infinite
}

@keyframes lds-dual-ring {
  0% {
      transform: rotate(0deg)
  }

  to {
      transform: rotate(1turn)
  }
}

.lds-dual-ring-ajax {
  display: flex;
  width: 100%;
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 100%;
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border-color: #ff7d5a transparent;
  border-style: solid;
  border-width: 5px;
  animation: lds-dual-ring 1.2s linear infinite
}

.loader-btn {
  border: 4px solid #f3f3f3;
  border-top-color: #db7214;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative
}

.double-bounce1,.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  --bg-opacity: 1;
  background-color: #ef7f1a;
  background-color: rgba(239,127,26,var(--bg-opacity));
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s ease-in-out infinite
}

.double-bounce2 {
  animation-delay: -1s
}

@keyframes sk-bounce {
  0%,to {
      transform: scale(0);
      -webkit-transform: scale(0)
  }

  50% {
      transform: scale(1);
      -webkit-transform: scale(1)
  }
}

.custom-scroll {
  overflow: auto
}

::-webkit-scrollbar {
  width: 8px;
  height: 6px
}

::-webkit-scrollbar-thumb {
  background: #767676
}

::-webkit-scrollbar-track {
  background: #f0f0f0
}

#scroll_to_top_button {
  display: none;
  position: fixed;
  bottom: 5.5rem;
  right: 1.5rem;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px;
  border-radius: 2rem;
  font-size: 18px
}

#scroll_to_top_button:active {
  top: unset!important
}

.input-field {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column
}

.input-field label {
  font-size: 15px;
  color: #616475;
  display: flex;
  align-items: center
}

.input-field .switch {
  display: inline-flex;
  margin: .25rem;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);
  cursor: pointer;
  color: inherit;
  padding: .5rem 1rem;
  border-radius: 2rem;
  color: #ab9983;
  background: rgba(254,244,232,.78)
}

.input-field .switch:hover {
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)
}

.radio-switch label {
  font-size: 14px
}

input[type=radio]:checked+.switch {
  padding-right: .5rem;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255,255,255,var(--text-opacity));
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);
  background: #ff9800
}

input[type=radio]:disabled+.switch {
  background-color: #ddccc7;
  color: #fff;
  cursor: not-allowed;
  box-shadow: none;
  display: none
}

input[type=radio]:disabled:checked+.switch {
  background-color: #e7e7e7;
  color: #888484;
  cursor: not-allowed;
  display: unset
}

@media (max-width: 550px) {
  .input-field .switch {
      flex-grow:1;
      justify-content: center
  }
}

@media (min-width: 1024px) {
  .radio-switch {
      display:flex;
      flex-direction: column;
      flex-wrap: wrap;
      flex-grow: 1;
      padding: .5rem;
      width: 50%!important
  }
}

.radio-switch {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-grow: 1;
  padding: .5rem;
  width: 100%
}

.color-warning {
  color: #eb3636
}

.color-success {
  color: #1b913b
}

.msg-warning {
  color: #fff;
  background-color: #f37777;
  padding: .4rem;
  border-left: 5px solid #ef0338;
  margin: .5rem 0
}

.msg-success {
  padding: 1rem;
  --text-opacity: 1;
  color: #03543f;
  color: rgba(3,84,63,var(--text-opacity));
  --bg-opacity: 1;
  background-color: #def7ec;
  background-color: rgba(222,247,236,var(--bg-opacity));
  border-left: 5px solid #23a121
}

.pick-vehicles input[type=radio] {
  display: none
}

footer {
  background-color: #343434
}

footer,footer a,footer a span {
  color: #c7c7c7
}

footer a:hover,footer a:hover span {
  color: #ffc107
}

footer .footer_title {
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #fff!important
}

footer .social-list {
  display: flex;
  flex-wrap: wrap
}

footer .social-list-icon {
  background-color: #595959;
  padding: .6rem;
  border-radius: 50%
}

footer .social-list a:hover .social-list-icon {
  background-color: #fff
}

footer .social-list a:hover .social-list-icon svg {
  fill: #343434
}

.list-method-payments div {
  display: flex;
  flex-direction: row;
  margin: 1rem 0;
  justify-content: space-between;
  align-items: center
}

.list-method-payments svg {
  color: #c7c7c7;
  fill: #c7c7c7
}

.list-method-payments p {
  color: #c7c7c7
}

#datos_empresa li {
  font-size: 12px
}

#datos_empresa img {
  height: 30px;
  width: 170px;
  margin: 1rem 0 .5rem
}

footer ul li a {
  font-size: 14px
}

footer ul li a svg {
  width: 1rem
}

.copyright {
  font-size: 12px;
  padding: .5rem;
  color: #fff;
  background-color: #222
}

.required:after {
  margin-left: .25rem;
  margin-top: -.35rem;
  content: "\A";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #dc3545;
  border: 1px solid #e91e63;
  display: inline-block
}

input:focus,select:focus {
  outline: none;
  outline-color: transparent
}

.msg-warn {
  color: #fff;
  font-size: 12px;
  background-color: #ff6a6a;
  padding: .25rem;
  border-radius: 0 0 6px 6px
}

.is-valid {
  position: relative;
  color: #ef7f1a
}

.docs_transferencia24 {
  background: #fffcf2;
  overflow: hidden;
  border-left: 4px solid #ff9800;
  border-radius: .3rem;
  padding: 1.5rem 1rem 1rem;
  margin-bottom: 2rem;
  box-shadow: 1px 2px 7px 1px rgba(0,0,0,.12);
  -webkit-box-shadow: 1px 2px 7px 1px rgba(0,0,0,.12)
}

.list,.list-check {
  list-style: none;
  margin-left: 1.5rem
}

ul.list-ventajas {
  list-style: none;
  background: #fffcf2;
  overflow: hidden;
  border-left: 4px solid #ff9800;
  border-radius: .3rem;
  padding: 1.5rem 1rem 1rem;
  margin-bottom: 2rem;
  box-shadow: 1px 2px 7px 1px rgba(0,0,0,.12);
  -webkit-box-shadow: 1px 2px 7px 1px rgba(0,0,0,.12)
}

ul.list li:before {
  background-color: #ff9901;
  border-radius: 10px;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 0;
  margin-right: 15px;
  margin-top: 5px;
  padding: 0;
  vertical-align: top;
  width: 8px
}

ul.list-check li {
  display: flex;
  flex-direction: row;
  align-items: self-start;
  padding-bottom: .8rem
}

ul.list-check li:before {
  background: url(../../../img/icons/check-primary.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  border-radius: 14px;
  content: "";
  display: inline-block;
  height: 14px;
  margin-left: 0;
  margin-right: 12px;
  margin-top: 3px;
  padding: 0;
  vertical-align: top;
  width: 17px
}

ul.list-ventajas li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: .8rem
}

.side-message {
  position: fixed;
  top: 20%;
  width: 200px;
  background-color: #2b9e0e;
  color: #fff;
  border-right: 4px solid #005705;
  right: -500px;
  transition: all .5s ease-in;
  z-index: 50;
  padding: .5rem;
  font-weight: 700;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem
}

.side-message.show {
  right: 0
}

.side-message.show.success {
  background: #2b9e0e!important;
  background: linear-gradient(350deg,#2b9e0e 50%,#77b55a)!important;
  border-right: 4px solid #005705!important
}

.side-message.show.error {
  background: #f05252!important;
  background: linear-gradient(1turn,#f05252 4%,#ff7b7b)!important;
  border-right: 4px solid #830000!important
}

.info-error {
  background-color: #e1b4ab;
  border-left: 4px solid #c22404;
  color: #000;
  padding: .5rem
}

.bullet {
  display: flex;
  align-items: center
}

.bullet:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: currentColor;
  display: flex;
  margin-right: .5rem
}

.pdf-embed {
  width: 80%;
  height: 600px
}

.calculadora_t24 {
  border-radius: 0 0 15px 15px;
  background: #fff;
  box-shadow: 0 9px 19px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 9px 19px rgba(0,0,0,.1);
  -moz-box-shadow: 0 9px 19px rgba(0,0,0,.1);
  padding: 0;
  margin-top: 3rem;
  margin-bottom: .5rem
}

.legend {
  position: absolute;
  top: -2.2rem;
  right: 0;
  left: 0;
  width: 100%;
  border-radius: 12px 12px 0 0;
  border: 1px solid #ef7f1a;
  background-color: #ff9901;
  background: linear-gradient(350deg,#ff9901 50%,#ff6b00);
  color: #fff;
  padding: .25rem .8rem;
  text-align: center
}

.calculadora_t24 .row_even {
  background: #fff;
  padding: 1rem
}

.calculadora_t24 .row_odd {
  background: #f3f3f3;
  padding: 1rem
}

.calculadora_t24 .row_even:last-of-type {
  border-radius: 0 0 15px 15px
}

.calculadora_t24 .num {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a8a8a8;
  color: #fff;
  border-radius: 50%
}

.calculadora_t24 .caja-num {
  padding-left: .5rem;
  padding-right: 1rem
}

.calculadora_t24 .datos_vehiculo {
  margin-left: 3.4rem;
  margin-top: .5rem
}

.calculadora_t24_resultado {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #f2ffec;
  border-radius: 12px;
  border: 1px solid #8bc34a;
  min-height: 4.5rem;
  height: auto
}

.calculadora_t24_resultado strong {
  color: #2b9e0e
}

.tooltip-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0,0,0,.3411764705882353);
  touch-action: none;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  margin: 0 auto;
  z-index: 100
}

.close-tooltip {
  position: absolute;
  line-height: 1;
  right: -.5rem;
  font-size: 2rem;
  font-weight: 600;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid grey
}

.hamb-label {
  display: none
}

.img-main {
  max-width: 20rem
}

.menu-main {
  display: flex;
  justify-content: space-around;
  align-items: center
}

.menu-main a,.menu-main button,.menu-main label {
  transition: all .25s ease
}

.menu-main a:hover,.menu-main button:hover,.menu-main label:hover {
  color: #ef7f1a
}

.submenu {
  z-index: 9999;
  position: absolute;
  background-color: #fff;
  border: 1px solid grey
}

.submenu,header input[type=checkbox] {
  display: none
}

.submenu .menu-divider {
  border-bottom: 1px solid #ddd
}

.submenu:hover,label:hover~.submenu {
  display: block
}

@media (max-width: 850px) {
  .mb\:padding {
      padding:.5rem 0
  }

  label:hover~.submenu {
      display: none
  }

  header input[type=checkbox]:checked+.submenu {
      display: block
  }

  .menu-container {
      width: auto
  }

  .submenu {
      transition: all .3s ease;
      display: none;
      position: static;
      border: none;
      overflow: auto
  }

  .menu-main {
      display: none;
      position: absolute;
      background-color: #fff;
      top: 62px;
      left: 0;
      right: 0;
      padding: .25rem 1rem;
      z-index: 23123;
      border-bottom: 1px solid #ddd
  }

  .hamb-label {
      display: block
  }

  header input[id=hamb-btn]:checked+.menu-main {
      display: flex;
      flex-direction: column;
      align-items: unset
  }

  .menu-divider {
      border-bottom: 1px solid #ddd
  }

  .img-main {
      max-width: 15rem
  }
}

.xdebug-error .xe-warning {
  display: none
}

.chip {
  padding: .5rem;
  font-weight: 700;
  --text-opacity: 1;
  color: #0e9f6e;
  color: rgba(14,159,110,var(--text-opacity))
}

.num_paso_manual {
  display: inline-block;
  background-color: #f2f2f2;
  border-radius: 50%;
  color: #343434;
  padding: .5rem 0;
  text-align: center;
  margin-right: .5rem;
  font-weight: 600;
  width: 2.4rem;
  margin-left: -.7rem
}

.open-menu {
  color: #fff;
  padding: .5rem;
  right: 0;
  top: 0;
  z-index: 11
}

.sidenav {
  width: 300px;
  top: 0;
  right: -350px;
  position: fixed;
  z-index: 10;
  height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255,255,255,var(--bg-opacity));
  overflow-x: hidden;
  transition: .5s
}

.sidenav a {
  font-size: 18px
}

.closer {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
  transition: all .25s ease
}

.container-bar {
  display: inline-block;
  cursor: pointer
}

.bar1,.bar2,.bar3 {
  width: 25px;
  height: 2px;
  --bg-opacity: 1;
  background-color: #ef7f1a;
  background-color: rgba(239,127,26,var(--bg-opacity));
  margin: 4px 0;
  transition: .4s
}

.change .bar1 {
  transform: rotate(-45deg) translate(-4px,5px)
}

.change .bar2 {
  opacity: 0
}

.change .bar3 {
  transform: rotate(45deg) translate(-4px,-5px)
}

.collapsible-content {
  display: none;
  overflow: hidden;
  max-height: 0;
  transition: max-height .2s ease-out
}

.collapsible {
  width: 100%;
  border: none;
  text-align: left
}

.content {
  padding-left: 1rem;
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247,250,252,var(--bg-opacity));
  overflow: hidden;
  transition: max-height .2s ease-out
}

#main_menu .logo_t24 {
  height: 30px;
  position: absolute;
  top: .7rem;
  left: 1rem
}

#main_menu .content {
  background-color: hsla(0,0%,94.5%,.5);
  padding-left: 2.5rem
}

#main_menu .link_menu:not(.active)+.content {
  max-height: 0
}

#main_menu .link_menu {
  font-size: 1.125rem;
  --text-opacity: 1;
  color: #606476;
  color: rgba(96,100,118,var(--text-opacity));
  transition: all .25s ease;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1rem .5rem 1.5rem
}

#main_menu .link_menu.active,#main_menu .link_menu:hover {
  color: #ff9901
}

#main_menu .link_menu.active .content {
  max-height: -moz-fit-content!important;
  max-height: fit-content!important
}

#main_menu .link_menu.active svg,#main_menu .link_menu svg {
  transition: transform .3s ease-in-out
}

#main_menu .link_menu.active svg {
  transform: rotate(90deg)
}

#main_menu .link_submenu {
  --text-opacity: 1;
  color: #606476;
  color: rgba(96,100,118,var(--text-opacity));
  transition: all .25s ease;
  display: flex;
  padding-top: .5rem;
  padding-bottom: .5rem
}

#main_menu .content .link_submenu:first-child {
  padding-top: 1rem!important
}

#main_menu .content .link_submenu:last-child {
  padding-bottom: 1rem!important
}

#main_menu .link_submenu.active,#main_menu .link_submenu:hover {
  color: #ff9901
}

.desktop-menu li:focus-within a {
  outline: none
}

.desktop-menu .dropdown {
  background: #fff;
  background: linear-gradient(0deg,#fff 69%,hsla(0,0%,100%,.9));
  border-color: #f2f2f2;
  border-color: rgba(113,128,150,var(--border-opacity));
  border-radius: 0 0 .5rem .5rem;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all .5s ease;
  left: 0;
  top: 4.2rem;
  display: none
}

.desktop-menu .dropdown li a:hover,.desktop-menu .menu-level-1:active>span,.desktop-menu .menu-level-1:focus>span,.desktop-menu .menu-level-1:hover>a,.desktop-menu .menu-level-1:hover>span {
  color: #ff8b02
}

.desktop-menu .dropdown li:first-of-type {
  padding-top: 1rem
}

.desktop-menu .dropdown li a {
  padding: 0 1rem .8rem
}

.desktop-menu .dropdown li {
  clear: both;
  width: 100%
}

.desktop-menu li .dropdown:focus,.desktop-menu li .dropdown:hover,.desktop-menu li:focus-within>.dropdown,.desktop-menu li:hover>.dropdown {
  visibility: visible;
  opacity: 1;
  display: block
}

.desktop-menu .dropdown li {
  display: block;
  float: left;
  position: relative;
  text-decoration: none;
  transition-duration: .5s
}

.desktop-menu .active {
  color: #ff9901!important
}

.color-t24 {
  color: #ff8b02
}

#chat-application {
  z-index: 40!important
}

#descubre_mobile {
  display: none!important
}

.title_cards_tramites {
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0
}

.list_cards_tramites {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin-left: 1.5rem
}

.card_tramite:hover {
  transform: translateY(-5px);
  transition: .4s ease-out;
  box-shadow: 1px 13px 14px 7px rgba(0,0,0,.2);
  -webkit-box-shadow: 1px 13px 14px 7px rgba(0,0,0,.2);
  -moz-box-shadow: 1px 13px 14px 7px rgba(0,0,0,.2)
}

.card_tramite:hover .footer,.card_tramite_todos:hover {
  color: #fff;
  background: #ff9901;
  background: linear-gradient(350deg,#ff9901 50%,#ff6b00)
}

.card_tramite_todos:hover {
  transform: translateY(-5px);
  transition: .4s ease-out;
  box-shadow: 1px 13px 14px 7px rgba(0,0,0,.2);
  -webkit-box-shadow: 1px 13px 14px 7px rgba(0,0,0,.2);
  -moz-box-shadow: 1px 13px 14px 7px rgba(0,0,0,.2);
  border: 2px solid #ffc107
}

.card_tramite_todos:hover svg {
  fill: #fff
}

.card_tramite {
  background: #fff
}

.card_tramite,.card_tramite_todos {
  display: flex;
  flex-direction: column;
  width: 11rem;
  height: 10rem;
  margin-right: 1.5rem;
  margin-top: 1rem;
  border-radius: 1rem;
  box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
  transition: all .3s cubic-bezier(.25,.8,.25,1)
}

.card_tramite_todos {
  color: #ff8b02;
  font-size: 13px;
  background: #fff;
  background: #fff linear-gradient(0deg,rgba(255,139,2,.17),rgba(158,227,255,.2) 90%);
  background: #fff -moz-linear-gradient(0deg,rgba(255,139,2,.17) 0,rgba(158,227,255,.2) 90%)
}

.card_tramite .body {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  height: 7.5rem;
  background: rgba(255,139,2,.17);
  background: linear-gradient(0deg,rgba(255,139,2,.17),rgba(158,227,255,.2) 90%);
  background: -moz-linear-gradient(0deg,rgba(255,139,2,.17) 0,rgba(158,227,255,.2) 90%);
  border-radius: 1rem 1rem 0 0
}

.card_tramite .body img {
  width: -moz-fit-content;
  width: fit-content
}

.card_tramite .footer {
  height: 2.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #343434;
  background: #e0e0e0;
  background: linear-gradient(350deg,#e0e0e0 50%,#bdbdbd);
  border-radius: 0 0 1rem 1rem
}

.card_tramite .icon {
  width: 2rem;
  padding-left: .5rem
}

.card_tramite .title {
  width: 100%;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-align: center
}

.tipos_tramite_precio {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(100px,auto)
}

.tipos_tramite_precio .card_tipo {
  border-radius: 1rem;
  margin: .5rem;
  padding: 0;
  background: rgba(255,139,2,.17);
  background: linear-gradient(0deg,rgba(255,139,2,.17),rgba(158,227,255,.2) 90%);
  background: -moz-linear-gradient(0deg,rgba(255,139,2,.17) 0,rgba(158,227,255,.2) 90%);
  box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
  transition: all .3s cubic-bezier(.25,.8,.25,1)
}

.tipos_tramite_precio .card_tipo:hover {
  box-shadow: 0 8px 14px rgba(0,0,0,.25),0 5px 5px rgba(0,0,0,.22)
}

.tipos_tramite_precio .card_tipo:hover img {
  transform: rotate(2deg)
}

.tipos_tramite_precio .card_tipo_content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: .5rem;
  height: 100%
}

.tipos_tramite_precio .card_tipo_content img {
  width: 130px
}

.tipos_tramite_precio .card_tipo_title {
  display: flex;
  line-height: 14px!important;
  text-align: center;
  font-weight: 600
}

.tipos_tramite_precio .card_tipo_precio {
  display: flex;
  font-weight: 700;
  text-align: center;
  font-size: 1.25rem!important
}

.tipos_tramite_precio .card_tipo_footer {
  width: 100%;
  font-size: .875rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2b9e0e;
  background: linear-gradient(350deg,#2b9e0e 50%,#77b55a)!important;
  color: #fff;
  border-radius: 0 0 1rem 1rem;
  height: 2rem
}

.vehiculo_activo {
  background: rgba(255,152,0,.10980392156862745);
  border-radius: 1rem;
  border: 1px solid #ffc107
}

.sr-only {
  border: 0
}

.input-hp {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1
}

.thumbnail {
  position: relative;
  height: 250px;
  background-color: #9d9d9d
}

.thumbnail:after {
  content: "Cargando...";
  color: #fff;
  font-size: 1.1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1
}

.thumbnail img {
  max-height: 100%;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  z-index: 2
}

.thumbnail .posted-on {
  position: absolute;
  background-color: #333;
  padding: 0 1rem;
  color: #fff;
  z-index: 3
}

.post .title a {
  color: inherit;
  text-decoration: none
}

.blog-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center
}

.post-container {
  flex-basis: 25rem
}

.blog-grid .post {
  max-width: 400px;
  border: 1px solid #e4e4e4;
  transition: all .25s ease
}

.blog-grid .post:hover {
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)
}

@media (max-width: 800px) {
  .blog-grid .post {
      border:none
  }

  .blog-grid .post:hover {
      box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)
  }
}

@supports (display: grid) {
  .blog-grid {
      display:grid;
      grid-gap: 1.5rem;
      grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
      grid-template-rows: auto;
      justify-content: center;
      align-items: unset
  }

  .post-container {
      flex-basis: auto
  }

  .blog-grid .post {
      max-width: none;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between
  }

  @media (max-width: 700px) {
      .blog-grid {
          display:block
      }

      .blog-grid .post {
          margin-bottom: 1rem
      }
  }
}

.post-content iframe {
  width: 100%;
  height: 30rem
}

.post-content h1 {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 700
}

.post-content h2 {
  font-size: 1.25rem
}

.post-content h2,.post-content h3 {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-weight: 700;
  text-decoration: underline
}

.post-content h3 {
  font-size: 1.125rem
}

.post-thumbnail {
  overflow: hidden;
  border-radius: .75rem;
  position: relative;
  height: 300px
}

.post-thumbnail .posted-on {
  position: absolute;
  background-color: #333;
  padding: 0 1rem;
  color: #fff
}

.post-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.post {
  max-width: 800px;
  padding: 1rem
}

.sidebar {
  padding: 1rem;
  max-width: 300px
}

.sidebar .item {
  margin-bottom: 2rem
}

.sidebar .item img {
  width: 100%
}

.last-entries li {
  padding: .5rem 0
}

.last-entries li a {
  text-decoration: none;
  color: inherit;
  transition: all .25s ease
}

.last-entries li a:hover {
  color: #ef7f1a
}

.last-entries .post-date {
  font-size: .9rem;
  color: #6e6d6d;
  display: block
}

@supports (display: grid) {
  .post-grid {
      display:grid;
      grid-gap: 1.5rem;
      grid-template-columns: 70% 1fr;
      grid-template-rows: auto;
      justify-content: center;
      align-items: unset;
      margin-top: 1rem
  }

  .post,.sidebar {
      max-width: none;
      padding: 0
  }

  @media (max-width: 700px) {
      .post-grid {
          grid-template-columns:1fr
      }
  }
}

.item-detalles {
  background-color: #fafafa;
  border: 1px solid #ececec;
  border-radius: 4px;
  margin: 0 .1rem
}

.item-detalles,.pagination_elements {
  padding: .25rem .75rem;
  display: inline-flex
}

.pagination_elements {
  margin: 0 .1rem .1rem;
  font-size: 14px
}

.pagination a.active,.pagination button.active {
  border-color: #ff9901;
  background: #ff9901;
  color: #fff
}

.pagination a:not([disabled=disabled]):hover,.pagination button:not([disabled=disabled]):hover {
  border-color: #ff9901;
  color: #ff9901;
  background: #fff
}

.pdf-post {
  width: 100%;
  max-width: 900px;
  min-height: 800px
}

.warn {
  background-color: #c13e3e;
  color: #fff;
  padding: .5rem;
  border-left: 4px solid #8d0000
}

.wp-post {
  line-height: 1.9
}

@media (max-width: 992px) {
  .main-menu {
      margin-bottom:0
  }
}

figure {
  max-width: 100%;
  padding: .5rem
}

figcaption {
  display: none
}

.tooltip {
  display: flex!important;
  max-width: 450px
}

.tooltip .tooltip-inner {
  border: 2px solid #fc9c43;
  margin-left: .5rem;
  margin-right: .5rem;
  border-radius: .75rem;
  background: #fef7ea;
  color: #343434;
  font-size: 13px;
  padding: .5rem 1rem
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #606476;
  z-index: 1
}

.tooltip[x-placement^=top] {
  margin-bottom: 5px
}

.tooltip[x-placement^=top] .tooltip-arrow {
  border-width: 5px 5px 0;
  border-left-color: transparent!important;
  border-right-color: transparent!important;
  border-bottom-color: transparent!important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0
}

.tooltip[x-placement^=bottom] {
  margin-top: 5px
}

.tooltip[x-placement^=bottom] .tooltip-arrow {
  border-width: 0 5px 5px;
  border-left-color: transparent!important;
  border-right-color: transparent!important;
  border-top-color: transparent!important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0
}

.tooltip[x-placement^=right] {
  margin-left: 5px
}

.tooltip[x-placement^=right] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent!important;
  border-top-color: transparent!important;
  border-bottom-color: transparent!important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0
}

.tooltip[x-placement^=left] {
  margin-right: 5px
}

.tooltip[x-placement^=left] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent!important;
  border-right-color: transparent!important;
  border-bottom-color: transparent!important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0
}

.tooltip.popover .popover-inner {
  background: #f9f9f9;
  color: #000;
  padding: 24px;
  border-radius: 5px;
  box-shadow: 0 5px 30px rgba(black,.1)
}

.tooltip.popover .popover-arrow {
  border-color: #f9f9f9
}

.tooltip[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  transition: opacity .15s,visibility .15s
}

.tooltip[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  transition: opacity .15s;
  z-index: 90
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden
}

.video-responsive embed,.video-responsive iframe,.video-responsive object {
  min-height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: .75rem
}

.v-select .dropdown-toggle {
  border: 1px solid #e2e2e2!important
}

.input-field .v-select .dropdown-toggle,.input-field .v-select.searchable .dropdown-toggle {
  background-color: #fafafa
}

.blackwhite {
  filter: grayscale(100%)
}

.vti__dropdown-list {
  max-width: 300px
}

details {
  margin: 1rem 0;
  box-shadow: 0 9px 19px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 9px 19px rgba(0,0,0,.1);
  -moz-box-shadow: 0 9px 19px rgba(0,0,0,.1);
  border-radius: 2rem
}

details[open] {
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247,250,252,var(--bg-opacity));
  border-radius: 2rem 2rem 1rem 1rem
}

details div {
  display: flex;
  flex-direction: column;
  padding: .5rem 1rem 1rem
}

details p {
  padding: .75rem 1rem;
  outline: 0;
  line-height: 20px
}

details li,details p {
  font-size: 14px
}

.details_simulate,details summary {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 15px;
  color: #fff;
  background-color: #a6a6a6;
  border-radius: 2rem;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);
  outline: 0;
  cursor: pointer;
  width: 100%;
  min-height: 4.5rem
}

details summary {
  padding-right: 3rem
}

details summary>div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding: .5rem 0;
  margin: 0
}

details summary h3,details summary h4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding: .5rem 0;
  margin: 0;
  line-height: 20px;
  text-align: left!important
}

details[open] summary {
  display: inline-flex;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 15px;
  color: #fff;
  background-color: #ef7f1a;
  border-radius: 1.5rem 1.5rem 0 0;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);
  outline: 0;
  cursor: pointer
}

.details_simulate a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%
}

summary::-webkit-details-marker {
  display: none;
  outline: 0
}

summary:after {
  width: 1.5rem;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  outline: 2px solid transparent;
  outline-offset: 2px;
  color: #fff;
  content: "+";
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  right: 1rem;
  top: 0;
  bottom: 0
}

details.primary-details summary,details.primary-details summary:before {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255,255,255,var(--text-opacity))
}

details[open].primary-details summary,details[open].primary-details summary:before {
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26,32,44,var(--text-opacity))
}

summary.white-icon:before {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255,255,255,var(--text-opacity))
}

details[open] summary:after {
  content: "-";
  outline: 0
}

.inline-loader,.inline-loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em
}

.inline-loader {
  margin: 0;
  font-size: .25rem;
  position: relative;
  border-color: rgba(182,32,32,.2) rgba(231,37,37,.2) hsla(0,0%,100%,.2) #fff;
  border-style: solid;
  border-width: .25rem;
  transform: translateZ(0);
  animation: load8 1.1s linear infinite
}

@keyframes load8 {
  0% {
      transform: rotate(0deg)
  }

  to {
      transform: rotate(1turn)
  }
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: .5rem;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: .7;
  transition: opacity .2s
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4caf50;
  cursor: pointer
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4caf50;
  cursor: pointer
}

ol {
  list-style: decimal;
  padding-left: 1rem
}

p {
  margin: .5rem 0
}

.transition-fast {
  transition: all .1s ease
}

.transition-normal {
  transition: all .25s ease
}

.transition-slow {
  transition: all .5s ease
}

.arrow {
  border: solid #4e4e4e;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px
}

.divider {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: .5rem;
  border-bottom: 1px solid #ddd
}

.fade-enter-active,.fade-leave-active {
  transition: opacity .2s
}

.fade-enter,.fade-leave-to {
  opacity: 0
}

.prose .label-vehiculo-title ul>li:before {
  content: none;
  width: 0;
  height: 0
}

.prose .label-vehiculo-title ul>li {
  padding-left: 0
}

.prose .label-vehiculo-title ul {
  margin: 0
}

.prose {
  max-width: none!important
}

.prose .btn,.prose .cta-btn {
  text-decoration: none!important;
  color: #fff;
  background: #ff9901;
  background: linear-gradient(350deg,#ff9901 50%,#ff6b00)
}

.prose .btn:hover,.prose .cta-btn:hover {
  background: #ff9901;
  background: linear-gradient(350deg,#ff9901 25%,#ff6b00)
}

.prose .btn:focus,.prose .cta-btn:focus {
  border: 0!important
}

.prose .btn-secondary {
  text-decoration: none!important;
  color: #ff9901;
  border: 1px solid #ff9901;
  background: #fff
}

.prose .btn-secondary:hover {
  color: #fff;
  background: #ff9901;
  background: linear-gradient(350deg,#ff9901 25%,#ff6b00)
}

.svg-cookie {
  color: #ef7f1a;
  fill: #ef7f1a;
  width: 54px
}

.select-tramites {
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)
}

.prose .dropdown-menu {
  list-style: none!important
}

.prose .dropdown-menu li {
  margin-top: 0!important;
  margin-bottom: 0!important;
  padding-left: 0!important
}

.prose .dropdown-menu>li:before {
  content: none!important
}

.prose .dropdown-menu>li>a {
  text-decoration: none!important
}

.prose td {
  padding: .25rem .5rem!important
}

.prose .b-calc {
  border: 1px solid #ddd!important;
  border-radius: 0 0 1rem 1rem!important
}

.prose .label-vehiculo img {
  width: 10rem!important;
  margin-top: 0!important;
  margin-bottom: 0!important
}

.post {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 1rem;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)
}

.post:hover {
  transform: translateY(-.5rem)
}

.post p {
  font-size: 13px;
  line-height: 22px
}

.post .date_post {
  position: absolute;
  right: 1rem;
  margin-top: -1rem;
  color: #ef7f1a;
  font-size: 12px;
  top: 1.5rem
}

.post .post_title {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 600;
  margin-top: .5rem
}

.noticias_categorias {
  border-radius: 1rem 1rem
}

.noticias_categorias_title {
  background: #ef7f1a;
  text-align: center;
  border-radius: 1rem 1rem 0 0
}

.noticias_categorias_title h2 {
  font-weight: 400;
  color: #fff
}

.noticias_categorias_body {
  padding: .5rem auto;
  border-radius: 0 0 1rem 1rem;
  background: #fff
}

.noticias_categorias_section {
  padding-left: 1rem;
  border-bottom: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2
}

.noticias_categorias_section:not(.active):hover {
  background-color: #efefef;
  color: #343434!important
}

.noticias_categorias_section.active {
  padding-left: 2rem;
  color: #fff;
  background: hsla(0,0%,59.6%,.8);
  background: linear-gradient(350deg,hsla(0,0%,59.6%,.8) 50%,hsla(0,0%,47.8%,.8))
}

.noticias_categorias_section:last-child {
  border-radius: 0 0 1rem 1rem
}

.noticias_categorias_footer {
  border: 0
}

.noticias_categorias_mobile .active {
  padding-left: 1.5rem;
  color: #fff;
  background: hsla(0,0%,59.6%,.8);
  background: linear-gradient(350deg,hsla(0,0%,59.6%,.8) 50%,hsla(0,0%,47.8%,.8))
}

.testimonial_card {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fafafa;
  transition: background-color .1s ease 0s;
  border: 1px solid #ddd;
  margin: 0 .5rem;
  border-radius: 1rem;
  height: 250px
}

.testimonial_card_date {
  position: absolute;
  right: 1.5rem;
  font-size: 11px;
  color: #616161;
  text-align: right;
  width: 100%
}

.testimonial_card_name {
  font-weight: 500;
  line-height: .8rem;
  text-align: center;
  padding-bottom: .5rem
}

.testimonial_card_text {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 13px;
  display: flex;
  align-items: flex-start;
  font-style: italic;
  overflow-y: auto;
  max-height: 100px
}

.testimonial_card_footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  font-size: 10px;
  line-height: 10px;
  align-items: center
}

.contacto_botones {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 100%
}

.contacto_botones .btn {
  width: 200px;
  margin: .5rem auto
}

#hero {
  position: relative
}

#hero-2 .container {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.section_calculadora {
  padding-top: 3rem;
  padding-bottom: 3rem
}

#section_manual_video {
  background-color: #e0e0e0
}

#section_manual {
  background: #fef7ea;
  padding-top: 1rem;
  padding-bottom: 1rem
}

#section_noticias {
  padding-top: 1rem;
  padding-bottom: 2rem
}

#section_atencion_cliente {
  padding-bottom: 1rem;
  background-color: #f3f3f3
}

#section_atencion_cliente .bg-secondary-500 {
  background-color: #828282!important
}

#section_preguntas_frecuentes {
  padding-top: .5rem;
  padding-bottom: 2rem;
  background: #fff
}

#preguntas_frecuentes_coche {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start
}

#section_contacto {
  background-image: url(../../../img/contacto.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 16rem
}

#section_medios_difusion {
  padding-top: 2rem;
  background: #fef7ea
}

.medios_difusion {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin: 4rem auto
}

.medios_difusion .medio img {
  height: 30px;
  width: auto
}

.medios_difusion .medio {
  padding: .5rem 1.5rem;
  border: 1px solid #ddd;
  border-radius: 45px;
  margin: 1rem;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.6);
  background-color: #fff
}

.willy_sofa {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.shake {
  animation: shake-animation 5.72s ease infinite;
  transform-origin: 50% 50%
}

@keyframes shake-animation {
  0% {
      transform: translateY(-2px) rotate(0deg)
  }

  5% {
      transform: rotate(5deg)
  }

  10% {
      transform: translateY(-2px) rotate(0deg)
  }

  15% {
      transform: rotate(-3deg)
  }

  20% {
      transform: translateY(-2px) rotate(0deg)
  }

  25% {
      transform: rotate(5deg)
  }

  30% {
      transform: translateY(-2px) rotate(0deg)
  }

  25% {
      transform: rotate(-3deg)
  }

  40% {
      transform: translateY(-2px) rotate(0deg)
  }

  45% {
      transform: rotate(5deg)
  }

  50% {
      transform: translateY(-2px) rotate(0deg)
  }

  55% {
      transform: rotate(-3deg)
  }

  60% {
      transform: translateY(-2px) rotate(0deg)
  }

  65% {
      transform: rotate(5deg)
  }

  70% {
      transform: translateY(-2px) rotate(0deg)
  }

  75% {
      transform: rotate(-3deg)
  }

  80% {
      transform: translateY(-2px) rotate(0deg)
  }

  85% {
      transform: rotate(5deg)
  }

  90% {
      transform: translateY(-2px) rotate(0deg)
  }

  95% {
      transform: rotate(-3deg)
  }
}

#section_clientes_satisfechos {
  background: #ff9901;
  background: linear-gradient(350deg,#ff9901 50%,#ff6b00)
}

#section_clientes_satisfechos p {
  font-size: 22px;
  padding: 1.5rem;
  text-align: center;
  color: #fff
}

#section_nuestros_tramites {
  padding-top: 1rem;
  padding-bottom: 3rem
}

#section_comofunciona {
  background-color: #f3f3f3;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: -.5rem
}

#section_faq,#section_reviews {
  padding-top: 2rem;
  padding-bottom: 1rem
}

#section_ventajas {
  padding-top: 1rem;
  padding-bottom: 1rem
}

#section_page_info {
  background: #fff;
  background: linear-gradient(0deg,#fff,#ffe492)
}

.card-vehiculo {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1rem;
  background: #f6f6f6
}

.active-label .card-vehiculo {
  background: rgba(255,139,2,.17)
}

.label-vehiculo {
  display: flex;
  flex-direction: column;
  width: 11.5rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
  transition: all .3s cubic-bezier(.25,.8,.25,1);
  cursor: pointer
}

.label-vehiculo:hover {
  transform: translateY(-5px);
  transition: .2s ease-out;
  box-shadow: 1px 8px 15px 3px rgba(0,0,0,.12);
  -webkit-box-shadow: 1px 8px 15px 3px rgba(0,0,0,.12);
  -moz-box-shadow: 1px 8px 15px 3px rgba(0,0,0,.12);
  cursor: pointer
}

.label-vehiculo-title {
  width: 100%;
  border-radius: 0 0 1rem 1rem;
  background: #d4d4d4;
  color: #343434;
  height: auto;
  min-height: 60px;
  display: flex;
  align-items: center
}

.label-vehiculo-title ul li {
  line-height: 16px
}

.label-vehiculo-title span {
  font-size: 13px;
  line-height: 15px;
  padding: .5rem 1rem .5rem 0
}

.label-vehiculo-title.bb-active {
  background: #ef7f1a;
  color: #fff
}

.label-vehiculo-dot {
  border-radius: 50%;
  width: 12px;
  height: 12px
}

.label-vehiculo-caja-dot {
  padding: 1rem
}

.label-vehiculo-title:not(.bb-active) .label-vehiculo-dot {
  border: 1px solid #343434
}

.label-vehiculo-title.bb-active .label-vehiculo-dot {
  border: 1px solid #fff
}

.label-vehiculo-title.bb-active .label-vehiculo-dot>div {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  border: 0;
  margin: 1px
}

.label-vehiculo img {
  height: 80px;
  width: auto;
  margin: .5rem
}

.step-content {
  margin-top: 2rem
}

.tutorial_docs {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-top: 1rem;
  padding-bottom: 1rem
}

.icon_docs {
  display: grid;
  align-items: start;
  justify-content: center;
  grid-template-columns: repeat(3,1fr);
  -moz-column-gap: .5rem;
  column-gap: .5rem;
  row-gap: .5rem
}

.icon_docs div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.icon_docs img {
  width: 100px;
  height: auto;
  border-radius: .5rem
}

.example_take_photo span,.icon_docs span {
  font-weight: 700;
  font-size: 16px!important;
  line-height: 18px!important;
  text-align: center
}

.example_take_photo span {
  padding-top: .5rem
}

.example_take_photo {
  display: flex;
  flex-direction: column;
  align-items: center
}

.example_take_photo img {
  width: 280px;
  height: auto;
  border-radius: .5rem
}

.hooper-slide {
  flex-shrink: 0;
  height: 100%;
  list-style: none
}

.hooper-slide-content {
  height: 100%;
  background-color: #fff;
  padding: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #343434;
  border: 1px solid #ddd;
  font-size: 30px;
  border-radius: 1rem;
  margin: 0 .5rem
}

.hooper {
  position: relative;
  width: 100%;
  height: 300px
}

.hooper,.hooper * {
  box-sizing: border-box
}

.hooper-list {
  overflow: hidden;
  width: 100%;
  height: 100%
}

.hooper-track {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0
}

.hooper.is-vertical .hooper-track {
  flex-direction: column;
  height: 200px
}

.hooper.is-rtl {
  direction: rtl
}

.hooper-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0
}

.hooper-progress {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background-color: #efefef
}

.hooper-progress-inner {
  height: 100%;
  background-color: #4285f4;
  transition: .3s
}

.hooper-pagination {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  padding: 5px 10px
}

.hooper-indicators {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0
}

.hooper-indicator.is-active,.hooper-indicator:hover {
  background-color: #ff6b00
}

.hooper-indicator {
  margin: 0 2px;
  width: 12px;
  height: 4px;
  border-radius: 4px;
  border: none;
  padding: 0;
  background-color: #ddd;
  cursor: pointer
}

.hooper-pagination.is-vertical {
  bottom: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}

.hooper-pagination.is-vertical .hooper-indicators {
  flex-direction: column
}

.hooper-pagination.is-vertical .hooper-indicator {
  width: 6px
}

.hooper-next,.hooper-prev {
  background-color: transparent;
  border: none;
  padding: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer
}

.hooper-next.is-disabled,.hooper-prev.is-disabled {
  opacity: .3;
  cursor: not-allowed
}

.hooper-next {
  right: 0
}

.hooper-prev {
  left: 0
}

.hooper-navigation.is-vertical .hooper-next {
  top: auto;
  bottom: 0;
  transform: none
}

.hooper-navigation.is-vertical .hooper-prev {
  top: 0;
  bottom: auto;
  right: 0;
  left: auto;
  transform: none
}

.hooper-navigation.is-rtl .hooper-prev {
  left: auto;
  right: 0
}

.hooper-navigation.is-rtl .hooper-next {
  right: auto;
  left: 0
}

.card-step {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5rem;
  font-size: .875rem;
  border-radius: 9999px;
  left: 1rem!important;
  background: #fff;
  color: #ff7a00;
  width: 1.5rem;
  height: 1.5rem;
  font-weight: 500;
  line-height: 21px
}

.card-howto {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: flex-start
}

.card-howto-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #ff7a00;
  padding: .8rem .5rem;
  border-radius: 1rem 1rem 0 0
}

.card-howto-title h3,.card-howto-title h4 {
  font-weight: 400;
  line-height: 18px;
  font-size: 14px;
  padding-left: 2.5rem;
  color: #fff;
  letter-spacing: normal;
  text-align: left!important
}

.card-howto-content {
  padding: 1rem;
  flex-grow: 1;
  font-size: 13px
}

.card-howto-content2 {
  display: flex;
  align-items: center;
  justify-content: space-around
}

.card-howto-content a,.card-howto-content a span,.card-howto-content p,.card-howto-content span {
  line-height: 16px!important;
  font-size: 13px!important
}

.card-howto-content p small,.card-howto-content small {
  line-height: 12px!important
}

.card-howto-content img {
  width: 8rem
}

#dudas-tramite a {
  width: 33%;
  margin: 0 1rem
}

.card_contacto {
  background: #fff;
  background: linear-gradient(350deg,#fff 25%,#f2f2f2)
}

.card_contacto:hover {
  background: #ff9901;
  background: linear-gradient(350deg,#ff9901 25%,#ff6b00);
  color: #fff;
  cursor: pointer
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace,monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,strong {
  font-weight: bolder
}

code,kbd,samp {
  font-family: monospace,monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,input,optgroup,select,textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,input {
  overflow: visible
}

button,select {
  text-transform: none
}

[type=button],[type=reset],[type=submit],button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden],template {
  display: none
}

blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
  margin: 0
}

button {
  background-color: transparent;
  background-image: none
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

fieldset,ol,ul {
  margin: 0;
  padding: 0
}

ol,ul {
  list-style: none
}

html {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial;
  line-height: 1.5
}

*,:after,:before {
  box-sizing: border-box;
  border: 0 solid #e2e8f0
}

hr {
  border-top-width: 1px
}

img {
  border-style: solid
}

textarea {
  resize: vertical
}

input::-moz-placeholder,textarea::-moz-placeholder {
  color: #a0aec0
}

input::placeholder,textarea::placeholder {
  color: #a0aec0
}

[role=button],button {
  cursor: pointer
}

table {
  border-collapse: collapse
}

h1,h2,h3,h4,h5,h6 {
  font-size: inherit;
  font-weight: inherit
}

a {
  color: inherit;
  text-decoration: inherit
}

button,input,optgroup,select,textarea {
  padding: 0;
  line-height: inherit;
  color: inherit
}

code,kbd,pre,samp {
  font-family: Menlo,Monaco,Consolas,monospace
}

audio,canvas,embed,iframe,img,object,svg,video {
  display: block;
  vertical-align: middle
}

img,video {
  max-width: 100%;
  height: auto
}

.form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #d2d6dc;
  border-width: 1px;
  border-radius: .375rem;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.5
}

.form-input::-moz-placeholder {
  color: #9fa6b2;
  opacity: 1
}

.form-input::placeholder {
  color: #9fa6b2;
  opacity: 1
}

.form-input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(164,202,254,.45);
  border-color: #a4cafe
}

.form-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #d2d6dc;
  border-width: 1px;
  border-radius: .375rem;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.5
}

.form-textarea::-moz-placeholder {
  color: #9fa6b2;
  opacity: 1
}

.form-textarea::placeholder {
  color: #9fa6b2;
  opacity: 1
}

.form-textarea:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(164,202,254,.45);
  border-color: #a4cafe
}

.form-multiselect {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #d2d6dc;
  border-width: 1px;
  border-radius: .375rem;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.5
}

.form-multiselect:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(164,202,254,.45);
  border-color: #a4cafe
}

.form-select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7 7l3-3 3 3m0 6l-3 3-3-3' stroke='%239fa6b2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  background-repeat: no-repeat;
  background-color: #fff;
  border-color: #d2d6dc;
  border-width: 1px;
  border-radius: .375rem;
  padding: .5rem 2.5rem .5rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-position: right .5rem center;
  background-size: 1.5em 1.5em
}

.form-select::-ms-expand {
  color: #9fa6b2;
  border: none
}

@media not print {
  .form-select::-ms-expand {
      display: none
  }
}

@media print and (-ms-high-contrast:active),print and (-ms-high-contrast:none) {
  .form-select {
      padding-right: .75rem
  }
}

.form-select:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(164,202,254,.45);
  border-color: #a4cafe
}

.form-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.707 7.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4a1 1 0 00-1.414-1.414L7 8.586 5.707 7.293z'/%3E%3C/svg%3E");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat
}

@media not print {
  .form-checkbox::-ms-check {
      border-width: 1px;
      color: transparent;
      background: inherit;
      border-color: inherit;
      border-radius: inherit
  }
}

.form-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #3f83f8;
  background-color: #fff;
  border-color: #d2d6dc;
  border-width: 1px;
  border-radius: .25rem
}

.form-checkbox:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(164,202,254,.45);
  border-color: #a4cafe
}

.form-checkbox:checked:focus,.form-radio:checked {
  border-color: transparent
}

.form-radio:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat
}

@media not print {
  .form-radio::-ms-check {
      border-width: 1px;
      color: transparent;
      background: inherit;
      border-color: inherit;
      border-radius: inherit
  }
}

.form-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-shrink: 0;
  border-radius: 100%;
  height: 1rem;
  width: 1rem;
  color: #3f83f8;
  background-color: #fff;
  border-color: #d2d6dc;
  border-width: 1px
}

.form-radio:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(164,202,254,.45);
  border-color: #a4cafe
}

.form-radio:checked:focus {
  border-color: transparent
}

.prose {
  color: #4a5568;
  max-width: 65ch
}

.prose [class~=lead] {
  color: #4a5568;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em
}

.prose a {
  color: #1a202c;
  text-decoration: underline
}

.prose strong {
  color: #1a202c;
  font-weight: 600
}

.prose ol {
  counter-reset: list-counter;
  margin-top: 1.25em;
  margin-bottom: 1.25em
}

.prose ol>li {
  position: relative;
  counter-increment: list-counter;
  padding-left: 1.75em
}

.prose ol>li:before {
  content: counter(list-counter) ".";
  position: absolute;
  font-weight: 400;
  color: #718096
}

.prose ul>li {
  position: relative;
  padding-left: 1.75em
}

.prose ul>li:before {
  content: "";
  position: absolute;
  background-color: #cbd5e0;
  border-radius: 50%;
  width: .375em;
  height: .375em;
  top: .6875em;
  left: .25em
}

.prose hr {
  border-color: #e2e8f0;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em
}

.prose blockquote {
  font-weight: 500;
  font-style: italic;
  color: #1a202c;
  border-left-width: .25rem;
  border-left-color: #e2e8f0;
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em
}

.prose blockquote p:first-of-type:before {
  content: open-quote
}

.prose blockquote p:last-of-type:after {
  content: close-quote
}

.prose h1 {
  color: #1a202c;
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: .8888889em;
  line-height: 1.1111111
}

.prose h2 {
  color: #1a202c;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333
}

.prose h3 {
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: .6em;
  line-height: 1.6
}

.prose h3,.prose h4 {
  color: #1a202c;
  font-weight: 600
}

.prose h4 {
  margin-top: 1.5em;
  margin-bottom: .5em;
  line-height: 1.5
}

.prose figure figcaption {
  color: #718096;
  font-size: .875em;
  line-height: 1.4285714;
  margin-top: .8571429em
}

.prose code {
  color: #1a202c;
  font-weight: 600;
  font-size: .875em
}

.prose code:after,.prose code:before {
  content: "`"
}

.prose pre {
  color: #e2e8f0;
  background-color: #2d3748;
  overflow-x: auto;
  font-size: .875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: .375rem;
  padding: .8571429em 1.1428571em
}

.prose pre code {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit
}

.prose pre code:after,.prose pre code:before {
  content: ""
}

.prose table {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: .875em;
  line-height: 1.7142857
}

.prose thead {
  color: #1a202c;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-color: #cbd5e0
}

.prose thead th {
  vertical-align: bottom;
  padding-right: .5714286em;
  padding-bottom: .5714286em;
  padding-left: .5714286em
}

.prose tbody tr {
  border-bottom-width: 1px;
  border-bottom-color: #e2e8f0
}

.prose tbody tr:last-child {
  border-bottom-width: 0
}

.prose tbody td {
  vertical-align: top;
  padding: .5714286em
}

.prose {
  font-size: 1rem;
  line-height: 1.75
}

.prose p {
  margin-top: 1.25em;
  margin-bottom: 1.25em
}

.prose figure,.prose img,.prose video {
  margin-top: 2em;
  margin-bottom: 2em
}

.prose figure>* {
  margin-top: 0;
  margin-bottom: 0
}

.prose h2 code {
  font-size: .875em
}

.prose h3 code {
  font-size: .9em
}

.prose ul {
  margin-top: 1.25em;
  margin-bottom: 1.25em
}

.prose li {
  margin-top: .5em;
  margin-bottom: .5em
}

.prose ol>li:before {
  left: 0
}

.prose>ul>li p {
  margin-top: .75em;
  margin-bottom: .75em
}

.prose>ul>li>:first-child {
  margin-top: 1.25em
}

.prose>ul>li>:last-child {
  margin-bottom: 1.25em
}

.prose>ol>li>:first-child {
  margin-top: 1.25em
}

.prose>ol>li>:last-child {
  margin-bottom: 1.25em
}

.prose ol ol,.prose ol ul,.prose ul ol,.prose ul ul {
  margin-top: .75em;
  margin-bottom: .75em
}

.prose h2+*,.prose h3+*,.prose h4+*,.prose hr+* {
  margin-top: 0
}

.prose thead th:first-child {
  padding-left: 0
}

.prose thead th:last-child {
  padding-right: 0
}

.prose tbody td:first-child {
  padding-left: 0
}

.prose tbody td:last-child {
  padding-right: 0
}

.prose>:first-child {
  margin-top: 0
}

.prose>:last-child {
  margin-bottom: 0
}

.prose-sm {
  font-size: .875rem;
  line-height: 1.7142857
}

.prose-sm p {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em
}

.prose-sm [class~=lead] {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: .8888889em;
  margin-bottom: .8888889em
}

.prose-sm blockquote {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em
}

.prose-sm h1 {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: .8em;
  line-height: 1.2
}

.prose-sm h2 {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: .8em;
  line-height: 1.4
}

.prose-sm h3 {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: .4444444em;
  line-height: 1.5555556
}

.prose-sm h4 {
  margin-top: 1.4285714em;
  margin-bottom: .5714286em;
  line-height: 1.4285714
}

.prose-sm figure,.prose-sm img,.prose-sm video {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em
}

.prose-sm figure>* {
  margin-top: 0;
  margin-bottom: 0
}

.prose-sm figure figcaption {
  font-size: .8571429em;
  line-height: 1.3333333;
  margin-top: .6666667em
}

.prose-sm code {
  font-size: .8571429em
}

.prose-sm h2 code {
  font-size: .9em
}

.prose-sm h3 code {
  font-size: .8888889em
}

.prose-sm pre {
  font-size: .8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: .25rem;
  padding: .6666667em 1em
}

.prose-sm ol,.prose-sm ul {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em
}

.prose-sm li {
  margin-top: .2857143em;
  margin-bottom: .2857143em
}

.prose-sm ol>li {
  padding-left: 1.5714286em
}

.prose-sm ol>li:before {
  left: 0
}

.prose-sm ul>li {
  padding-left: 1.5714286em
}

.prose-sm ul>li:before {
  height: .3571429em;
  width: .3571429em;
  top: .67857em;
  left: .2142857em
}

.prose-sm>ul>li p {
  margin-top: .5714286em;
  margin-bottom: .5714286em
}

.prose-sm>ul>li>:first-child {
  margin-top: 1.1428571em
}

.prose-sm>ul>li>:last-child {
  margin-bottom: 1.1428571em
}

.prose-sm>ol>li>:first-child {
  margin-top: 1.1428571em
}

.prose-sm>ol>li>:last-child {
  margin-bottom: 1.1428571em
}

.prose-sm ol ol,.prose-sm ol ul,.prose-sm ul ol,.prose-sm ul ul {
  margin-top: .5714286em;
  margin-bottom: .5714286em
}

.prose-sm hr {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em
}

.prose-sm h2+*,.prose-sm h3+*,.prose-sm h4+*,.prose-sm hr+* {
  margin-top: 0
}

.prose-sm table {
  font-size: .8571429em;
  line-height: 1.5
}

.prose-sm thead th {
  padding-right: 1em;
  padding-bottom: .6666667em;
  padding-left: 1em
}

.prose-sm thead th:first-child {
  padding-left: 0
}

.prose-sm thead th:last-child {
  padding-right: 0
}

.prose-sm tbody td {
  padding: .6666667em 1em
}

.prose-sm tbody td:first-child {
  padding-left: 0
}

.prose-sm tbody td:last-child {
  padding-right: 0
}

.prose-sm>:first-child {
  margin-top: 0
}

.prose-sm>:last-child {
  margin-bottom: 0
}

.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778
}

.prose-lg p {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em
}

.prose-lg [class~=lead] {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em
}

.prose-lg blockquote {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em
}

.prose-lg h1 {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: .8333333em;
  line-height: 1
}

.prose-lg h2 {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333
}

.prose-lg h3 {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: .6666667em;
  line-height: 1.5
}

.prose-lg h4 {
  margin-top: 1.7777778em;
  margin-bottom: .4444444em;
  line-height: 1.5555556
}

.prose-lg figure,.prose-lg img,.prose-lg video {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em
}

.prose-lg figure>* {
  margin-top: 0;
  margin-bottom: 0
}

.prose-lg figure figcaption {
  font-size: .8888889em;
  line-height: 1.5;
  margin-top: 1em
}

.prose-lg code {
  font-size: .8888889em
}

.prose-lg h2 code {
  font-size: .8666667em
}

.prose-lg h3 code {
  font-size: .875em
}

.prose-lg pre {
  font-size: .8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: .375rem;
  padding: 1em 1.5em
}

.prose-lg ol,.prose-lg ul {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em
}

.prose-lg li {
  margin-top: .6666667em;
  margin-bottom: .6666667em
}

.prose-lg ol>li {
  padding-left: 1.6666667em
}

.prose-lg ol>li:before {
  left: 0
}

.prose-lg ul>li {
  padding-left: 1.6666667em
}

.prose-lg ul>li:before {
  width: .3333333em;
  height: .3333333em;
  top: .72222em;
  left: .2222222em
}

.prose-lg>ul>li p {
  margin-top: .8888889em;
  margin-bottom: .8888889em
}

.prose-lg>ul>li>:first-child {
  margin-top: 1.3333333em
}

.prose-lg>ul>li>:last-child {
  margin-bottom: 1.3333333em
}

.prose-lg>ol>li>:first-child {
  margin-top: 1.3333333em
}

.prose-lg>ol>li>:last-child {
  margin-bottom: 1.3333333em
}

.prose-lg ol ol,.prose-lg ol ul,.prose-lg ul ol,.prose-lg ul ul {
  margin-top: .8888889em;
  margin-bottom: .8888889em
}

.prose-lg hr {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em
}

.prose-lg h2+*,.prose-lg h3+*,.prose-lg h4+*,.prose-lg hr+* {
  margin-top: 0
}

.prose-lg table {
  font-size: .8888889em;
  line-height: 1.5
}

.prose-lg thead th {
  padding-right: .75em;
  padding-bottom: .75em;
  padding-left: .75em
}

.prose-lg thead th:first-child {
  padding-left: 0
}

.prose-lg thead th:last-child {
  padding-right: 0
}

.prose-lg tbody td {
  padding: .75em
}

.prose-lg tbody td:first-child {
  padding-left: 0
}

.prose-lg tbody td:last-child {
  padding-right: 0
}

.prose-lg>:first-child {
  margin-top: 0
}

.prose-lg>:last-child {
  margin-bottom: 0
}

.prose-xl {
  font-size: 1.25rem;
  line-height: 1.8
}

.prose-xl p {
  margin-top: 1.2em;
  margin-bottom: 1.2em
}

.prose-xl [class~=lead] {
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em
}

.prose-xl blockquote {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1.0666667em
}

.prose-xl h1 {
  font-size: 2.8em;
  margin-top: 0;
  margin-bottom: .8571429em;
  line-height: 1
}

.prose-xl h2 {
  font-size: 1.8em;
  margin-top: 1.5555556em;
  margin-bottom: .8888889em;
  line-height: 1.1111111
}

.prose-xl h3 {
  font-size: 1.5em;
  margin-top: 1.6em;
  margin-bottom: .6666667em;
  line-height: 1.3333333
}

.prose-xl h4 {
  margin-top: 1.8em;
  margin-bottom: .6em;
  line-height: 1.6
}

.prose-xl figure,.prose-xl img,.prose-xl video {
  margin-top: 2em;
  margin-bottom: 2em
}

.prose-xl figure>* {
  margin-top: 0;
  margin-bottom: 0
}

.prose-xl figure figcaption {
  font-size: .9em;
  line-height: 1.5555556;
  margin-top: 1em
}

.prose-xl code {
  font-size: .9em
}

.prose-xl h2 code {
  font-size: .8611111em
}

.prose-xl h3 code,.prose-xl pre {
  font-size: .9em
}

.prose-xl pre {
  line-height: 1.7777778;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: .5rem;
  padding: 1.1111111em 1.3333333em
}

.prose-xl ol,.prose-xl ul {
  margin-top: 1.2em;
  margin-bottom: 1.2em
}

.prose-xl li {
  margin-top: .6em;
  margin-bottom: .6em
}

.prose-xl ol>li {
  padding-left: 1.8em
}

.prose-xl ol>li:before {
  left: 0
}

.prose-xl ul>li {
  padding-left: 1.8em
}

.prose-xl ul>li:before {
  width: .35em;
  height: .35em;
  top: .725em;
  left: .25em
}

.prose-xl>ul>li p {
  margin-top: .8em;
  margin-bottom: .8em
}

.prose-xl>ul>li>:first-child {
  margin-top: 1.2em
}

.prose-xl>ul>li>:last-child {
  margin-bottom: 1.2em
}

.prose-xl>ol>li>:first-child {
  margin-top: 1.2em
}

.prose-xl>ol>li>:last-child {
  margin-bottom: 1.2em
}

.prose-xl ol ol,.prose-xl ol ul,.prose-xl ul ol,.prose-xl ul ul {
  margin-top: .8em;
  margin-bottom: .8em
}

.prose-xl hr {
  margin-top: 2.8em;
  margin-bottom: 2.8em
}

.prose-xl h2+*,.prose-xl h3+*,.prose-xl h4+*,.prose-xl hr+* {
  margin-top: 0
}

.prose-xl table {
  font-size: .9em;
  line-height: 1.5555556
}

.prose-xl thead th {
  padding-right: .6666667em;
  padding-bottom: .8888889em;
  padding-left: .6666667em
}

.prose-xl thead th:first-child {
  padding-left: 0
}

.prose-xl thead th:last-child {
  padding-right: 0
}

.prose-xl tbody td {
  padding: .8888889em .6666667em
}

.prose-xl tbody td:first-child {
  padding-left: 0
}

.prose-xl tbody td:last-child {
  padding-right: 0
}

.prose-xl>:first-child {
  margin-top: 0
}

.prose-xl>:last-child {
  margin-bottom: 0
}

.prose-2xl {
  font-size: 1.5rem;
  line-height: 1.6666667
}

.prose-2xl p {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em
}

.prose-2xl [class~=lead] {
  font-size: 1.25em;
  line-height: 1.4666667;
  margin-top: 1.0666667em;
  margin-bottom: 1.0666667em
}

.prose-2xl blockquote {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
  padding-left: 1.1111111em
}

.prose-2xl h1 {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: .875em;
  line-height: 1
}

.prose-2xl h2 {
  font-size: 2em;
  margin-top: 1.5em;
  margin-bottom: .8333333em;
  line-height: 1.0833333
}

.prose-2xl h3 {
  font-size: 1.5em;
  margin-top: 1.5555556em;
  margin-bottom: .6666667em;
  line-height: 1.2222222
}

.prose-2xl h4 {
  margin-top: 1.6666667em;
  margin-bottom: .6666667em;
  line-height: 1.5
}

.prose-2xl figure,.prose-2xl img,.prose-2xl video {
  margin-top: 2em;
  margin-bottom: 2em
}

.prose-2xl figure>* {
  margin-top: 0;
  margin-bottom: 0
}

.prose-2xl figure figcaption {
  font-size: .8333333em;
  line-height: 1.6;
  margin-top: 1em
}

.prose-2xl code {
  font-size: .8333333em
}

.prose-2xl h2 code {
  font-size: .875em
}

.prose-2xl h3 code {
  font-size: .8888889em
}

.prose-2xl pre {
  font-size: .8333333em;
  line-height: 1.8;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: .5rem;
  padding: 1.2em 1.6em
}

.prose-2xl ol,.prose-2xl ul {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em
}

.prose-2xl li {
  margin-top: .5em;
  margin-bottom: .5em
}

.prose-2xl ol>li {
  padding-left: 1.6666667em
}

.prose-2xl ol>li:before {
  left: 0
}

.prose-2xl ul>li {
  padding-left: 1.6666667em
}

.prose-2xl ul>li:before {
  width: .3333333em;
  height: .3333333em;
  top: .66667em;
  left: .25em
}

.prose-2xl>ul>li p {
  margin-top: .8333333em;
  margin-bottom: .8333333em
}

.prose-2xl>ul>li>:first-child {
  margin-top: 1.3333333em
}

.prose-2xl>ul>li>:last-child {
  margin-bottom: 1.3333333em
}

.prose-2xl>ol>li>:first-child {
  margin-top: 1.3333333em
}

.prose-2xl>ol>li>:last-child {
  margin-bottom: 1.3333333em
}

.prose-2xl ol ol,.prose-2xl ol ul,.prose-2xl ul ol,.prose-2xl ul ul {
  margin-top: .6666667em;
  margin-bottom: .6666667em
}

.prose-2xl hr {
  margin-top: 3em;
  margin-bottom: 3em
}

.prose-2xl h2+*,.prose-2xl h3+*,.prose-2xl h4+*,.prose-2xl hr+* {
  margin-top: 0
}

.prose-2xl table {
  font-size: .8333333em;
  line-height: 1.4
}

.prose-2xl thead th {
  padding-right: .6em;
  padding-bottom: .8em;
  padding-left: .6em
}

.prose-2xl thead th:first-child {
  padding-left: 0
}

.prose-2xl thead th:last-child {
  padding-right: 0
}

.prose-2xl tbody td {
  padding: .8em .6em
}

.prose-2xl tbody td:first-child {
  padding-left: 0
}

.prose-2xl tbody td:last-child {
  padding-right: 0
}

.prose-2xl>:first-child {
  margin-top: 0
}

.prose-2xl>:last-child {
  margin-bottom: 0
}

.container {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  width: 90%
}

.row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 0 1 auto
}

.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-left: .5rem;
  padding-right: .5rem
}

.col {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%
}

.col-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%
}

.col-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%
}

.col-3 {
  flex-basis: 25%;
  max-width: 25%
}

.col-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%
}

.col-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%
}

.col-6 {
  flex-basis: 50%;
  max-width: 50%
}

.col-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%
}

.col-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%
}

.col-9 {
  flex-basis: 75%;
  max-width: 75%
}

.col-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%
}

.col-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%
}

.col-12 {
  flex-basis: 100%;
  max-width: 100%
}

.space-y-1>:not(template)~:not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.25rem*(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.25rem*var(--space-y-reverse))
}

.space-x-1>:not(template)~:not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.25rem*var(--space-x-reverse));
  margin-left: calc(0.25rem*(1 - var(--space-x-reverse)))
}

.space-y-2>:not(template)~:not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.5rem*(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.5rem*var(--space-y-reverse))
}

.space-x-2>:not(template)~:not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.5rem*var(--space-x-reverse));
  margin-left: calc(0.5rem*(1 - var(--space-x-reverse)))
}

.space-y-4>:not(template)~:not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1rem*(1 - var(--space-y-reverse)));
  margin-bottom: calc(1rem*var(--space-y-reverse))
}

.space-x-4>:not(template)~:not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1rem*var(--space-x-reverse));
  margin-left: calc(1rem*(1 - var(--space-x-reverse)))
}

.space-y-8>:not(template)~:not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2rem*(1 - var(--space-y-reverse)));
  margin-bottom: calc(2rem*var(--space-y-reverse))
}

.divide-y-1>:not(template)~:not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(1px*(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(1px*var(--divide-y-reverse))
}

.divide-y-2>:not(template)~:not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(2px*(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(2px*var(--divide-y-reverse))
}

.divide-y>:not(template)~:not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(1px*(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(1px*var(--divide-y-reverse))
}

.divide-gray-200>:not(template)~:not(template) {
  --divide-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237,242,247,var(--divide-opacity))
}

.divide-gray-300>:not(template)~:not(template) {
  --divide-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226,232,240,var(--divide-opacity))
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border-width: 0
}

.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.bg-transparent {
  background-color: transparent
}

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255,255,255,var(--bg-opacity))
}

.bg-black {
  --bg-opacity: 1;
  background-color: #3e3e3e;
  background-color: rgba(62,62,62,var(--bg-opacity))
}

.bg-gray-100 {
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247,250,252,var(--bg-opacity))
}

.bg-gray-200 {
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237,242,247,var(--bg-opacity))
}

.bg-gray-300 {
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226,232,240,var(--bg-opacity))
}

.bg-gray-400 {
  --bg-opacity: 1;
  background-color: #cbd5e0;
  background-color: rgba(203,213,224,var(--bg-opacity))
}

.bg-gray-600 {
  --bg-opacity: 1;
  background-color: #718096;
  background-color: rgba(113,128,150,var(--bg-opacity))
}

.bg-cool-gray-400 {
  --bg-opacity: 1;
  background-color: #97a6ba;
  background-color: rgba(151,166,186,var(--bg-opacity))
}

.bg-red-100 {
  --bg-opacity: 1;
  background-color: #fde8e8;
  background-color: rgba(253,232,232,var(--bg-opacity))
}

.bg-red-200 {
  --bg-opacity: 1;
  background-color: #fbd5d5;
  background-color: rgba(251,213,213,var(--bg-opacity))
}

.bg-red-300 {
  --bg-opacity: 1;
  background-color: #f8b4b4;
  background-color: rgba(248,180,180,var(--bg-opacity))
}

.bg-red-400 {
  --bg-opacity: 1;
  background-color: #f98080;
  background-color: rgba(249,128,128,var(--bg-opacity))
}

.bg-red-500 {
  --bg-opacity: 1;
  background-color: #f05252;
  background-color: rgba(240,82,82,var(--bg-opacity))
}

.bg-red-600 {
  --bg-opacity: 1;
  background-color: #e02424;
  background-color: rgba(224,36,36,var(--bg-opacity))
}

.bg-red-800 {
  --bg-opacity: 1;
  background-color: #9b1c1c;
  background-color: rgba(155,28,28,var(--bg-opacity))
}

.bg-orange-100 {
  --bg-opacity: 1;
  background-color: #feecdc;
  background-color: rgba(254,236,220,var(--bg-opacity))
}

.bg-orange-400 {
  --bg-opacity: 1;
  background-color: #ff8a4c;
  background-color: rgba(255,138,76,var(--bg-opacity))
}

.bg-yellow-50 {
  --bg-opacity: 1;
  background-color: #fdfdea;
  background-color: rgba(253,253,234,var(--bg-opacity))
}

.bg-yellow-100 {
  --bg-opacity: 1;
  background-color: #fdf6b2;
  background-color: rgba(253,246,178,var(--bg-opacity))
}

.bg-yellow-200 {
  --bg-opacity: 1;
  background-color: #fce96a;
  background-color: rgba(252,233,106,var(--bg-opacity))
}

.bg-green-100 {
  --bg-opacity: 1;
  background-color: #def7ec;
  background-color: rgba(222,247,236,var(--bg-opacity))
}

.bg-green-200 {
  --bg-opacity: 1;
  background-color: #bcf0da;
  background-color: rgba(188,240,218,var(--bg-opacity))
}

.bg-green-400 {
  --bg-opacity: 1;
  background-color: #31c48d;
  background-color: rgba(49,196,141,var(--bg-opacity))
}

.bg-green-600 {
  --bg-opacity: 1;
  background-color: #057a55;
  background-color: rgba(5,122,85,var(--bg-opacity))
}

.bg-blue-100 {
  --bg-opacity: 1;
  background-color: #e1effe;
  background-color: rgba(225,239,254,var(--bg-opacity))
}

.bg-blue-200 {
  --bg-opacity: 1;
  background-color: #c3ddfd;
  background-color: rgba(195,221,253,var(--bg-opacity))
}

.bg-purple-400 {
  --bg-opacity: 1;
  background-color: #ac94fa;
  background-color: rgba(172,148,250,var(--bg-opacity))
}

.bg-translucid-white {
  background-color: hsla(0,0%,100%,.5294117647058824)
}

.bg-primary-400 {
  --bg-opacity: 1;
  background-color: #f4a662;
  background-color: rgba(244,166,98,var(--bg-opacity))
}

.bg-primary-500 {
  --bg-opacity: 1;
  background-color: #ef7f1a;
  background-color: rgba(239,127,26,var(--bg-opacity))
}

.bg-secondary-400 {
  --bg-opacity: 1;
  background-color: #73778c;
  background-color: rgba(115,119,140,var(--bg-opacity))
}

.bg-secondary-500 {
  --bg-opacity: 1;
  background-color: #606476;
  background-color: rgba(96,100,118,var(--bg-opacity))
}

.hover\:bg-red-600:hover {
  --bg-opacity: 1;
  background-color: #e02424;
  background-color: rgba(224,36,36,var(--bg-opacity))
}

.hover\:bg-red-800:hover {
  --bg-opacity: 1;
  background-color: #9b1c1c;
  background-color: rgba(155,28,28,var(--bg-opacity))
}

.hover\:bg-green-600:hover {
  --bg-opacity: 1;
  background-color: #057a55;
  background-color: rgba(5,122,85,var(--bg-opacity))
}

.hover\:bg-primary-400:hover {
  --bg-opacity: 1;
  background-color: #f4a662;
  background-color: rgba(244,166,98,var(--bg-opacity))
}

.hover\:bg-primary-500:hover {
  --bg-opacity: 1;
  background-color: #ef7f1a;
  background-color: rgba(239,127,26,var(--bg-opacity))
}

.focus\:bg-red-600:focus {
  --bg-opacity: 1;
  background-color: #e02424;
  background-color: rgba(224,36,36,var(--bg-opacity))
}

.focus\:bg-green-600:focus {
  --bg-opacity: 1;
  background-color: #057a55;
  background-color: rgba(5,122,85,var(--bg-opacity))
}

.from-secondary-400 {
  --gradient-from-color: #73778c;
  --gradient-color-stops: var(--gradient-from-color),var(--gradient-to-color,rgba(115,119,140,0))
}

.to-secondary-600 {
  --gradient-to-color: #494c5a
}

.bg-opacity-50 {
  --bg-opacity: 0.5
}

.border-transparent {
  border-color: transparent
}

.border-gray-200 {
  --border-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237,242,247,var(--border-opacity))
}

.border-gray-300 {
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226,232,240,var(--border-opacity))
}

.border-gray-400 {
  --border-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203,213,224,var(--border-opacity))
}

.border-gray-500 {
  --border-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160,174,192,var(--border-opacity))
}

.border-gray-600 {
  --border-opacity: 1;
  border-color: #718096;
  border-color: rgba(113,128,150,var(--border-opacity))
}

.border-red-300 {
  --border-opacity: 1;
  border-color: #f8b4b4;
  border-color: rgba(248,180,180,var(--border-opacity))
}

.border-red-400 {
  --border-opacity: 1;
  border-color: #f98080;
  border-color: rgba(249,128,128,var(--border-opacity))
}

.border-red-700 {
  --border-opacity: 1;
  border-color: #c81e1e;
  border-color: rgba(200,30,30,var(--border-opacity))
}

.border-red-800 {
  --border-opacity: 1;
  border-color: #9b1c1c;
  border-color: rgba(155,28,28,var(--border-opacity))
}

.border-orange-100 {
  --border-opacity: 1;
  border-color: #feecdc;
  border-color: rgba(254,236,220,var(--border-opacity))
}

.border-orange-300 {
  --border-opacity: 1;
  border-color: #fdba8c;
  border-color: rgba(253,186,140,var(--border-opacity))
}

.border-orange-400 {
  --border-opacity: 1;
  border-color: #ff8a4c;
  border-color: rgba(255,138,76,var(--border-opacity))
}

.border-orange-500 {
  --border-opacity: 1;
  border-color: #ff5a1f;
  border-color: rgba(255,90,31,var(--border-opacity))
}

.border-orange-800 {
  --border-opacity: 1;
  border-color: #8a2c0d;
  border-color: rgba(138,44,13,var(--border-opacity))
}

.border-yellow-400 {
  --border-opacity: 1;
  border-color: #e3a008;
  border-color: rgba(227,160,8,var(--border-opacity))
}

.border-yellow-800 {
  --border-opacity: 1;
  border-color: #723b13;
  border-color: rgba(114,59,19,var(--border-opacity))
}

.border-green-300 {
  --border-opacity: 1;
  border-color: #84e1bc;
  border-color: rgba(132,225,188,var(--border-opacity))
}

.border-green-400 {
  --border-opacity: 1;
  border-color: #31c48d;
  border-color: rgba(49,196,141,var(--border-opacity))
}

.border-blue-400 {
  --border-opacity: 1;
  border-color: #76a9fa;
  border-color: rgba(118,169,250,var(--border-opacity))
}

.border-blue-800 {
  --border-opacity: 1;
  border-color: #1e429f;
  border-color: rgba(30,66,159,var(--border-opacity))
}

.border-warning {
  --border-opacity: 1;
  border-color: #ff6a6a;
  border-color: rgba(255,106,106,var(--border-opacity))
}

.border-success {
  --border-opacity: 1;
  border-color: #1b913b;
  border-color: rgba(27,145,59,var(--border-opacity))
}

.border-primary-400 {
  --border-opacity: 1;
  border-color: #f4a662;
  border-color: rgba(244,166,98,var(--border-opacity))
}

.border-primary-500 {
  --border-opacity: 1;
  border-color: #ef7f1a;
  border-color: rgba(239,127,26,var(--border-opacity))
}

.border-secondary-300 {
  --border-opacity: 1;
  border-color: #84889a;
  border-color: rgba(132,136,154,var(--border-opacity))
}

.border-secondary-500 {
  --border-opacity: 1;
  border-color: #606476;
  border-color: rgba(96,100,118,var(--border-opacity))
}

.focus\:border-blue-300:focus {
  --border-opacity: 1;
  border-color: #a4cafe;
  border-color: rgba(164,202,254,var(--border-opacity))
}

.rounded,.rounded-sm {
  border-radius: .25rem
}

.rounded-md {
  border-radius: .5rem
}

.rounded-lg {
  border-radius: .75rem
}

.rounded-full {
  border-radius: 9999px
}

.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.rounded-t {
  border-top-left-radius: .25rem
}

.rounded-r,.rounded-t {
  border-top-right-radius: .25rem
}

.rounded-r {
  border-bottom-right-radius: .25rem
}

.rounded-t-md {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem
}

.rounded-b-md {
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem
}

.rounded-t-lg {
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem
}

.rounded-tl-none {
  border-top-left-radius: 0
}

.rounded-tl-md {
  border-top-left-radius: .5rem
}

.rounded-br-md {
  border-bottom-right-radius: .5rem
}

.rounded-bl-md {
  border-bottom-left-radius: .5rem
}

.border-solid {
  border-style: solid
}

.border-1 {
  border-width: 1px
}

.border-2 {
  border-width: 2px
}

.border {
  border-width: 1px
}

.border-t-1 {
  border-top-width: 1px
}

.border-r-1 {
  border-right-width: 1px
}

.border-b-1 {
  border-bottom-width: 1px
}

.border-b-2 {
  border-bottom-width: 2px
}

.border-l-2 {
  border-left-width: 2px
}

.border-l-3 {
  border-left-width: 3px
}

.border-l-4 {
  border-left-width: 4px
}

.border-r {
  border-right-width: 1px
}

.border-b {
  border-bottom-width: 1px
}

.border-l {
  border-left-width: 1px
}

.cursor-default {
  cursor: default
}

.cursor-pointer {
  cursor: pointer
}

.cursor-zoom-in {
  cursor: zoom-in
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.flex {
  display: flex
}

.inline-flex {
  display: inline-flex
}

.table {
  display: table
}

.grid {
  display: grid
}

.contents {
  display: contents
}

.hidden {
  display: none
}

.flex-row {
  flex-direction: row
}

.flex-col {
  flex-direction: column
}

.flex-wrap {
  flex-wrap: wrap
}

.items-start {
  align-items: flex-start
}

.items-end {
  align-items: flex-end
}

.items-center {
  align-items: center
}

.items-baseline {
  align-items: baseline
}

.items-stretch {
  align-items: stretch
}

.justify-start {
  justify-content: flex-start
}

.justify-end {
  justify-content: flex-end
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.justify-around {
  justify-content: space-around
}

.justify-evenly {
  justify-content: space-evenly
}

.flex-1 {
  flex: 1 1 0%
}

.flex-grow {
  flex-grow: 1
}

.flex-shrink-0 {
  flex-shrink: 0
}

.order-2 {
  order: 2
}

.float-right {
  float: right
}

.font-400 {
  font-weight: 400
}

.font-500 {
  font-weight: 500
}

.font-600 {
  font-weight: 600
}

.font-700 {
  font-weight: 700
}

.font-thin {
  font-weight: 200
}

.font-medium {
  font-weight: 500
}

.font-semibold {
  font-weight: 600
}

.font-bold {
  font-weight: 700
}

.h-2 {
  height: .5rem
}

.h-3 {
  height: .75rem
}

.h-4 {
  height: 1rem
}

.h-5 {
  height: 1.25rem
}

.h-6 {
  height: 1.5rem
}

.h-7 {
  height: 1.75rem
}

.h-8 {
  height: 2rem
}

.h-10 {
  height: 2.5rem
}

.h-11 {
  height: 2.75rem
}

.h-12 {
  height: 3rem
}

.h-20 {
  height: 5rem
}

.h-28 {
  height: 7rem
}

.h-40 {
  height: 10rem
}

.h-48 {
  height: 12rem
}

.h-52 {
  height: 13rem
}

.h-64 {
  height: 16rem
}

.h-76 {
  height: 19rem
}

.h-80 {
  height: 20rem
}

.h-88 {
  height: 22rem
}

.h-auto {
  height: auto
}

.h-full {
  height: 100%
}

.text-xs {
  font-size: .75rem
}

.text-sm {
  font-size: .875rem
}

.text-base {
  font-size: 1rem
}

.text-lg {
  font-size: 1.125rem
}

.text-xl {
  font-size: 1.25rem
}

.text-2xl {
  font-size: 1.5rem
}

.text-3xl {
  font-size: 1.875rem
}

.leading-1 {
  line-height: 1
}

.leading-3 {
  line-height: .75rem
}

.leading-4 {
  line-height: 1rem
}

.leading-5 {
  line-height: 1.25rem
}

.leading-6 {
  line-height: 1.5rem
}

.leading-tight {
  line-height: 1.25
}

.leading-snug {
  line-height: 1.375
}

.list-disc {
  list-style-type: disc
}

.m-0 {
  margin: 0
}

.m-1 {
  margin: .25rem
}

.m-2 {
  margin: .5rem
}

.m-4 {
  margin: 1rem
}

.m-auto {
  margin: auto
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0
}

.mx-0 {
  margin-left: 0;
  margin-right: 0
}

.my-1 {
  margin-top: .25rem;
  margin-bottom: .25rem
}

.mx-1 {
  margin-left: .25rem;
  margin-right: .25rem
}

.my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem
}

.mx-2 {
  margin-left: .5rem;
  margin-right: .5rem
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.mx-0\.5 {
  margin-left: .125rem;
  margin-right: .125rem
}

.-my-2 {
  margin-top: -.5rem;
  margin-bottom: -.5rem
}

.mt-0 {
  margin-top: 0
}

.mr-0 {
  margin-right: 0
}

.mb-0 {
  margin-bottom: 0
}

.ml-0 {
  margin-left: 0
}

.mt-1 {
  margin-top: .25rem
}

.mr-1 {
  margin-right: .25rem
}

.mb-1 {
  margin-bottom: .25rem
}

.ml-1 {
  margin-left: .25rem
}

.mt-2 {
  margin-top: .5rem
}

.mr-2 {
  margin-right: .5rem
}

.mb-2 {
  margin-bottom: .5rem
}

.ml-2 {
  margin-left: .5rem
}

.mt-3 {
  margin-top: .75rem
}

.mr-3 {
  margin-right: .75rem
}

.mb-3 {
  margin-bottom: .75rem
}

.ml-3 {
  margin-left: .75rem
}

.mt-4 {
  margin-top: 1rem
}

.mr-4 {
  margin-right: 1rem
}

.mb-4 {
  margin-bottom: 1rem
}

.ml-4 {
  margin-left: 1rem
}

.mt-5 {
  margin-top: 1.25rem
}

.mb-5 {
  margin-bottom: 1.25rem
}

.mt-6 {
  margin-top: 1.5rem
}

.mb-6 {
  margin-bottom: 1.5rem
}

.ml-6 {
  margin-left: 1.5rem
}

.mt-8 {
  margin-top: 2rem
}

.mr-8 {
  margin-right: 2rem
}

.mb-8 {
  margin-bottom: 2rem
}

.ml-8 {
  margin-left: 2rem
}

.mt-12 {
  margin-top: 3rem
}

.ml-auto {
  margin-left: auto
}

.-ml-1 {
  margin-left: -.25rem
}

.-mt-16 {
  margin-top: -4rem
}

.max-h-full {
  max-height: 100%
}

.max-w-60 {
  max-width: 15rem
}

.max-w-80 {
  max-width: 20rem
}

.max-w-sm {
  max-width: 24rem
}

.max-w-md {
  max-width: 28rem
}

.max-w-lg {
  max-width: 32rem
}

.max-w-full {
  max-width: 100%
}

.min-h-screen {
  min-height: 100vh
}

.min-w-full {
  min-width: 100%
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.opacity-0 {
  opacity: 0
}

.opacity-100 {
  opacity: 1
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px
}

.overflow-auto {
  overflow: auto
}

.overflow-hidden {
  overflow: hidden
}

.overflow-x-auto {
  overflow-x: auto
}

.overflow-y-auto {
  overflow-y: auto
}

.p-0 {
  padding: 0
}

.p-1 {
  padding: .25rem
}

.p-2 {
  padding: .5rem
}

.p-3 {
  padding: .75rem
}

.p-4 {
  padding: 1rem
}

.p-6 {
  padding: 1.5rem
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0
}

.px-0 {
  padding-left: 0;
  padding-right: 0
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem
}

.px-1 {
  padding-left: .25rem;
  padding-right: .25rem
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem
}

.pt-0 {
  padding-top: 0
}

.pb-0 {
  padding-bottom: 0
}

.pl-0 {
  padding-left: 0
}

.pt-1 {
  padding-top: .25rem
}

.pb-1 {
  padding-bottom: .25rem
}

.pl-1 {
  padding-left: .25rem
}

.pt-2 {
  padding-top: .5rem
}

.pr-2 {
  padding-right: .5rem
}

.pb-2 {
  padding-bottom: .5rem
}

.pl-2 {
  padding-left: .5rem
}

.pt-3 {
  padding-top: .75rem
}

.pr-3 {
  padding-right: .75rem
}

.pb-3 {
  padding-bottom: .75rem
}

.pl-3 {
  padding-left: .75rem
}

.pt-4 {
  padding-top: 1rem
}

.pr-4 {
  padding-right: 1rem
}

.pb-4 {
  padding-bottom: 1rem
}

.pl-4 {
  padding-left: 1rem
}

.pt-5 {
  padding-top: 1.25rem
}

.pb-5 {
  padding-bottom: 1.25rem
}

.pl-5 {
  padding-left: 1.25rem
}

.pt-6 {
  padding-top: 1.5rem
}

.pb-6 {
  padding-bottom: 1.5rem
}

.pl-6 {
  padding-left: 1.5rem
}

.pt-8 {
  padding-top: 2rem
}

.pb-8 {
  padding-bottom: 2rem
}

.pl-8 {
  padding-left: 2rem
}

.placeholder-gray-400::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203,213,224,var(--placeholder-opacity))
}

.placeholder-gray-400::placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203,213,224,var(--placeholder-opacity))
}

.static {
  position: static
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.sticky {
  position: sticky
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.top-0 {
  top: 0
}

.right-0 {
  right: 0
}

.bottom-0 {
  bottom: 0
}

.left-0 {
  left: 0
}

.top-4 {
  top: 1rem
}

.top-20 {
  top: 5rem
}

.top-40 {
  top: 10rem
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.05)
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)
}

.shadow-top {
  box-shadow: -3px 2px 13px 0 rgba(0,0,0,.2)
}

.hover\:shadow:hover {
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)
}

.hover\:shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)
}

.focus\:shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(118,169,250,.45)
}

.focus\:shadow-outline-blue:focus {
  box-shadow: 0 0 0 3px rgba(164,202,254,.45)
}

.fill-current {
  fill: currentColor
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.text-justify {
  text-align: justify
}

.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255,255,255,var(--text-opacity))
}

.text-black {
  --text-opacity: 1;
  color: #3e3e3e;
  color: rgba(62,62,62,var(--text-opacity))
}

.text-gray-100 {
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247,250,252,var(--text-opacity))
}

.text-gray-300 {
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226,232,240,var(--text-opacity))
}

.text-gray-400 {
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203,213,224,var(--text-opacity))
}

.text-gray-500 {
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160,174,192,var(--text-opacity))
}

.text-gray-600 {
  --text-opacity: 1;
  color: #718096;
  color: rgba(113,128,150,var(--text-opacity))
}

.text-gray-700 {
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74,85,104,var(--text-opacity))
}

.text-cool-gray-500 {
  --text-opacity: 1;
  color: #64748b;
  color: rgba(100,116,139,var(--text-opacity))
}

.text-red-500 {
  --text-opacity: 1;
  color: #f05252;
  color: rgba(240,82,82,var(--text-opacity))
}

.text-red-600 {
  --text-opacity: 1;
  color: #e02424;
  color: rgba(224,36,36,var(--text-opacity))
}

.text-red-700 {
  --text-opacity: 1;
  color: #c81e1e;
  color: rgba(200,30,30,var(--text-opacity))
}

.text-red-800 {
  --text-opacity: 1;
  color: #9b1c1c;
  color: rgba(155,28,28,var(--text-opacity))
}

.text-orange-200 {
  --text-opacity: 1;
  color: #fcd9bd;
  color: rgba(252,217,189,var(--text-opacity))
}

.text-orange-700 {
  --text-opacity: 1;
  color: #b43403;
  color: rgba(180,52,3,var(--text-opacity))
}

.text-orange-800 {
  --text-opacity: 1;
  color: #8a2c0d;
  color: rgba(138,44,13,var(--text-opacity))
}

.text-yellow-800 {
  --text-opacity: 1;
  color: #723b13;
  color: rgba(114,59,19,var(--text-opacity))
}

.text-yellow-900 {
  --text-opacity: 1;
  color: #633112;
  color: rgba(99,49,18,var(--text-opacity))
}

.text-green-100 {
  --text-opacity: 1;
  color: #def7ec;
  color: rgba(222,247,236,var(--text-opacity))
}

.text-green-500 {
  --text-opacity: 1;
  color: #0e9f6e;
  color: rgba(14,159,110,var(--text-opacity))
}

.text-green-600 {
  --text-opacity: 1;
  color: #057a55;
  color: rgba(5,122,85,var(--text-opacity))
}

.text-green-700 {
  --text-opacity: 1;
  color: #046c4e;
  color: rgba(4,108,78,var(--text-opacity))
}

.text-green-800 {
  --text-opacity: 1;
  color: #03543f;
  color: rgba(3,84,63,var(--text-opacity))
}

.text-blue-800 {
  --text-opacity: 1;
  color: #1e429f;
  color: rgba(30,66,159,var(--text-opacity))
}

.text-warning {
  --text-opacity: 1;
  color: #ff6a6a;
  color: rgba(255,106,106,var(--text-opacity))
}

.text-primary-500 {
  --text-opacity: 1;
  color: #ef7f1a;
  color: rgba(239,127,26,var(--text-opacity))
}

.text-secondary-500 {
  --text-opacity: 1;
  color: #606476;
  color: rgba(96,100,118,var(--text-opacity))
}

.text-secondary-600 {
  --text-opacity: 1;
  color: #494c5a;
  color: rgba(73,76,90,var(--text-opacity))
}

.hover\:text-white:hover {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255,255,255,var(--text-opacity))
}

.hover\:text-orange-400:hover {
  --text-opacity: 1;
  color: #ff8a4c;
  color: rgba(255,138,76,var(--text-opacity))
}

.hover\:text-orange-500:hover {
  --text-opacity: 1;
  color: #ff5a1f;
  color: rgba(255,90,31,var(--text-opacity))
}

.hover\:text-orange-600:hover {
  --text-opacity: 1;
  color: #d03801;
  color: rgba(208,56,1,var(--text-opacity))
}

.hover\:text-primary-500:hover {
  --text-opacity: 1;
  color: #ef7f1a;
  color: rgba(239,127,26,var(--text-opacity))
}

.hover\:text-secondary-600:hover {
  --text-opacity: 1;
  color: #494c5a;
  color: rgba(73,76,90,var(--text-opacity))
}

.focus\:text-white:focus {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255,255,255,var(--text-opacity))
}

.italic {
  font-style: italic
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.underline {
  text-decoration: underline
}

.line-through {
  text-decoration: line-through
}

.no-underline {
  text-decoration: none
}

.tracking-wider {
  letter-spacing: .05em
}

.align-middle {
  vertical-align: middle
}

.truncate,.whitespace-no-wrap {
  white-space: nowrap
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis
}

.w-0 {
  width: 0
}

.w-1 {
  width: .25rem
}

.w-2 {
  width: .5rem
}

.w-3 {
  width: .75rem
}

.w-4 {
  width: 1rem
}

.w-5 {
  width: 1.25rem
}

.w-6 {
  width: 1.5rem
}

.w-7 {
  width: 1.75rem
}

.w-8 {
  width: 2rem
}

.w-10 {
  width: 2.5rem
}

.w-12 {
  width: 3rem
}

.w-13 {
  width: 3.25rem
}

.w-15 {
  width: 3.75rem
}

.w-16 {
  width: 4rem
}

.w-20 {
  width: 5rem
}

.w-48 {
  width: 12rem
}

.w-64 {
  width: 16rem
}

.w-136 {
  width: 34rem
}

.w-auto {
  width: auto
}

.w-1\/2 {
  width: 50%
}

.w-1\/3 {
  width: 33.333333%
}

.w-full {
  width: 100%
}

.z-20 {
  z-index: 20
}

.z-40 {
  z-index: 40
}

.z-50 {
  z-index: 50
}

.z-90 {
  z-index: 90
}

.z-100 {
  z-index: 100
}

.gap-2 {
  grid-gap: .5rem;
  gap: .5rem
}

.gap-4 {
  grid-gap: 1rem;
  gap: 1rem
}

.gap-6 {
  grid-gap: 1.5rem;
  gap: 1.5rem
}

.gap-x-5 {
  grid-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem
}

.gap-y-10,.row-gap-10 {
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem
}

.grid-cols-1 {
  grid-template-columns: repeat(1,minmax(0,1fr))
}

.col-span-2 {
  grid-column: span 2/span 2
}

.col-span-3 {
  grid-column: span 3/span 3
}

.col-span-7 {
  grid-column: span 7/span 7
}

.col-span-8 {
  grid-column: span 8/span 8
}

.col-span-10 {
  grid-column: span 10/span 10
}

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.hover\:scale-105:hover {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05
}

.hover\:scale-110:hover {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1
}

.focus\:scale-105:focus {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05
}

.focus\:scale-110:focus {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1
}

.translate-x-0 {
  --transform-translate-x: 0
}

.translate-x-6 {
  --transform-translate-x: 1.5rem
}

.hover\:translate-x-1:hover {
  --transform-translate-x: 0.25rem
}

.transition-all {
  transition-property: all
}

.transition {
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform
}

.transition-colors {
  transition-property: background-color,border-color,color,fill,stroke
}

.transition-opacity {
  transition-property: opacity
}

.ease-in {
  transition-timing-function: cubic-bezier(.4,0,1,1)
}

.ease-out {
  transition-timing-function: cubic-bezier(0,0,.2,1)
}

.ease-in-out {
  transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.duration-100 {
  transition-duration: .1s
}

.duration-150 {
  transition-duration: .15s
}

.duration-200 {
  transition-duration: .2s
}

.duration-300 {
  transition-duration: .3s
}

@keyframes spin {
  to {
      transform: rotate(1turn)
  }
}

@keyframes ping {
  75%,to {
      transform: scale(2);
      opacity: 0
  }
}

@keyframes pulse {
  50% {
      opacity: .5
  }
}

@keyframes bounce {
  0%,to {
      transform: translateY(-25%);
      animation-timing-function: cubic-bezier(.8,0,1,1)
  }

  50% {
      transform: none;
      animation-timing-function: cubic-bezier(0,0,.2,1)
  }
}

@keyframes advance {
  0%,to {
      transform: translateX(20px)
  }

  50% {
      transform: translateX(0)
  }
}

.animate-bounce {
  animation: bounce 1s infinite
}

.animate-advance {
  animation: advance 2s linear infinite
}

@media (min-width: 540px) {
  .sm\:prose {
      color:#4a5568;
      max-width: 65ch
  }

  .sm\:prose [class~=lead] {
      color: #4a5568;
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em
  }

  .sm\:prose a {
      color: #1a202c;
      text-decoration: underline
  }

  .sm\:prose strong {
      color: #1a202c;
      font-weight: 600
  }

  .sm\:prose ol {
      counter-reset: list-counter;
      margin-top: 1.25em;
      margin-bottom: 1.25em
  }

  .sm\:prose ol>li {
      position: relative;
      counter-increment: list-counter;
      padding-left: 1.75em
  }

  .sm\:prose ol>li:before {
      content: counter(list-counter) ".";
      position: absolute;
      font-weight: 400;
      color: #718096
  }

  .sm\:prose ul>li {
      position: relative;
      padding-left: 1.75em
  }

  .sm\:prose ul>li:before {
      content: "";
      position: absolute;
      background-color: #cbd5e0;
      border-radius: 50%;
      width: .375em;
      height: .375em;
      top: .6875em;
      left: .25em
  }

  .sm\:prose hr {
      border-color: #e2e8f0;
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em
  }

  .sm\:prose blockquote {
      font-weight: 500;
      font-style: italic;
      color: #1a202c;
      border-left-width: .25rem;
      border-left-color: #e2e8f0;
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-left: 1em
  }

  .sm\:prose blockquote p:first-of-type:before {
      content: open-quote
  }

  .sm\:prose blockquote p:last-of-type:after {
      content: close-quote
  }

  .sm\:prose h1 {
      color: #1a202c;
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: .8888889em;
      line-height: 1.1111111
  }

  .sm\:prose h2 {
      color: #1a202c;
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333
  }

  .sm\:prose h3 {
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: .6em;
      line-height: 1.6
  }

  .sm\:prose h3,.sm\:prose h4 {
      color: #1a202c;
      font-weight: 600
  }

  .sm\:prose h4 {
      margin-top: 1.5em;
      margin-bottom: .5em;
      line-height: 1.5
  }

  .sm\:prose figure figcaption {
      color: #718096;
      font-size: .875em;
      line-height: 1.4285714;
      margin-top: .8571429em
  }

  .sm\:prose code {
      color: #1a202c;
      font-weight: 600;
      font-size: .875em
  }

  .sm\:prose code:after,.sm\:prose code:before {
      content: "`"
  }

  .sm\:prose pre {
      color: #e2e8f0;
      background-color: #2d3748;
      overflow-x: auto;
      font-size: .875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: .375rem;
      padding: .8571429em 1.1428571em
  }

  .sm\:prose pre code {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: 400;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit
  }

  .sm\:prose pre code:after,.sm\:prose pre code:before {
      content: ""
  }

  .sm\:prose table {
      width: 100%;
      table-layout: auto;
      text-align: left;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: .875em;
      line-height: 1.7142857
  }

  .sm\:prose thead {
      color: #1a202c;
      font-weight: 600;
      border-bottom-width: 1px;
      border-bottom-color: #cbd5e0
  }

  .sm\:prose thead th {
      vertical-align: bottom;
      padding-right: .5714286em;
      padding-bottom: .5714286em;
      padding-left: .5714286em
  }

  .sm\:prose tbody tr {
      border-bottom-width: 1px;
      border-bottom-color: #e2e8f0
  }

  .sm\:prose tbody tr:last-child {
      border-bottom-width: 0
  }

  .sm\:prose tbody td {
      vertical-align: top;
      padding: .5714286em
  }

  .sm\:prose {
      font-size: 1rem;
      line-height: 1.75
  }

  .sm\:prose p {
      margin-top: 1.25em;
      margin-bottom: 1.25em
  }

  .sm\:prose figure,.sm\:prose img,.sm\:prose video {
      margin-top: 2em;
      margin-bottom: 2em
  }

  .sm\:prose figure>* {
      margin-top: 0;
      margin-bottom: 0
  }

  .sm\:prose h2 code {
      font-size: .875em
  }

  .sm\:prose h3 code {
      font-size: .9em
  }

  .sm\:prose ul {
      margin-top: 1.25em;
      margin-bottom: 1.25em
  }

  .sm\:prose li {
      margin-top: .5em;
      margin-bottom: .5em
  }

  .sm\:prose ol>li:before {
      left: 0
  }

  .sm\:prose>ul>li p {
      margin-top: .75em;
      margin-bottom: .75em
  }

  .sm\:prose>ul>li>:first-child {
      margin-top: 1.25em
  }

  .sm\:prose>ul>li>:last-child {
      margin-bottom: 1.25em
  }

  .sm\:prose>ol>li>:first-child {
      margin-top: 1.25em
  }

  .sm\:prose>ol>li>:last-child {
      margin-bottom: 1.25em
  }

  .sm\:prose ol ol,.sm\:prose ol ul,.sm\:prose ul ol,.sm\:prose ul ul {
      margin-top: .75em;
      margin-bottom: .75em
  }

  .sm\:prose h2+*,.sm\:prose h3+*,.sm\:prose h4+*,.sm\:prose hr+* {
      margin-top: 0
  }

  .sm\:prose thead th:first-child {
      padding-left: 0
  }

  .sm\:prose thead th:last-child {
      padding-right: 0
  }

  .sm\:prose tbody td:first-child {
      padding-left: 0
  }

  .sm\:prose tbody td:last-child {
      padding-right: 0
  }

  .sm\:prose>:first-child {
      margin-top: 0
  }

  .sm\:prose>:last-child {
      margin-bottom: 0
  }

  .sm\:prose-sm {
      font-size: .875rem;
      line-height: 1.7142857
  }

  .sm\:prose-sm p {
      margin-top: 1.1428571em;
      margin-bottom: 1.1428571em
  }

  .sm\:prose-sm [class~=lead] {
      font-size: 1.2857143em;
      line-height: 1.5555556;
      margin-top: .8888889em;
      margin-bottom: .8888889em
  }

  .sm\:prose-sm blockquote {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em;
      padding-left: 1.1111111em
  }

  .sm\:prose-sm h1 {
      font-size: 2.1428571em;
      margin-top: 0;
      margin-bottom: .8em;
      line-height: 1.2
  }

  .sm\:prose-sm h2 {
      font-size: 1.4285714em;
      margin-top: 1.6em;
      margin-bottom: .8em;
      line-height: 1.4
  }

  .sm\:prose-sm h3 {
      font-size: 1.2857143em;
      margin-top: 1.5555556em;
      margin-bottom: .4444444em;
      line-height: 1.5555556
  }

  .sm\:prose-sm h4 {
      margin-top: 1.4285714em;
      margin-bottom: .5714286em;
      line-height: 1.4285714
  }

  .sm\:prose-sm figure,.sm\:prose-sm img,.sm\:prose-sm video {
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em
  }

  .sm\:prose-sm figure>* {
      margin-top: 0;
      margin-bottom: 0
  }

  .sm\:prose-sm figure figcaption {
      font-size: .8571429em;
      line-height: 1.3333333;
      margin-top: .6666667em
  }

  .sm\:prose-sm code {
      font-size: .8571429em
  }

  .sm\:prose-sm h2 code {
      font-size: .9em
  }

  .sm\:prose-sm h3 code {
      font-size: .8888889em
  }

  .sm\:prose-sm pre {
      font-size: .8571429em;
      line-height: 1.6666667;
      margin-top: 1.6666667em;
      margin-bottom: 1.6666667em;
      border-radius: .25rem;
      padding: .6666667em 1em
  }

  .sm\:prose-sm ol,.sm\:prose-sm ul {
      margin-top: 1.1428571em;
      margin-bottom: 1.1428571em
  }

  .sm\:prose-sm li {
      margin-top: .2857143em;
      margin-bottom: .2857143em
  }

  .sm\:prose-sm ol>li {
      padding-left: 1.5714286em
  }

  .sm\:prose-sm ol>li:before {
      left: 0
  }

  .sm\:prose-sm ul>li {
      padding-left: 1.5714286em
  }

  .sm\:prose-sm ul>li:before {
      height: .3571429em;
      width: .3571429em;
      top: .67857em;
      left: .2142857em
  }

  .sm\:prose-sm>ul>li p {
      margin-top: .5714286em;
      margin-bottom: .5714286em
  }

  .sm\:prose-sm>ul>li>:first-child {
      margin-top: 1.1428571em
  }

  .sm\:prose-sm>ul>li>:last-child {
      margin-bottom: 1.1428571em
  }

  .sm\:prose-sm>ol>li>:first-child {
      margin-top: 1.1428571em
  }

  .sm\:prose-sm>ol>li>:last-child {
      margin-bottom: 1.1428571em
  }

  .sm\:prose-sm ol ol,.sm\:prose-sm ol ul,.sm\:prose-sm ul ol,.sm\:prose-sm ul ul {
      margin-top: .5714286em;
      margin-bottom: .5714286em
  }

  .sm\:prose-sm hr {
      margin-top: 2.8571429em;
      margin-bottom: 2.8571429em
  }

  .sm\:prose-sm h2+*,.sm\:prose-sm h3+*,.sm\:prose-sm h4+*,.sm\:prose-sm hr+* {
      margin-top: 0
  }

  .sm\:prose-sm table {
      font-size: .8571429em;
      line-height: 1.5
  }

  .sm\:prose-sm thead th {
      padding-right: 1em;
      padding-bottom: .6666667em;
      padding-left: 1em
  }

  .sm\:prose-sm thead th:first-child {
      padding-left: 0
  }

  .sm\:prose-sm thead th:last-child {
      padding-right: 0
  }

  .sm\:prose-sm tbody td {
      padding: .6666667em 1em
  }

  .sm\:prose-sm tbody td:first-child {
      padding-left: 0
  }

  .sm\:prose-sm tbody td:last-child {
      padding-right: 0
  }

  .sm\:prose-sm>:first-child {
      margin-top: 0
  }

  .sm\:prose-sm>:last-child {
      margin-bottom: 0
  }

  .sm\:prose-lg {
      font-size: 1.125rem;
      line-height: 1.7777778
  }

  .sm\:prose-lg p {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em
  }

  .sm\:prose-lg [class~=lead] {
      font-size: 1.2222222em;
      line-height: 1.4545455;
      margin-top: 1.0909091em;
      margin-bottom: 1.0909091em
  }

  .sm\:prose-lg blockquote {
      margin-top: 1.6666667em;
      margin-bottom: 1.6666667em;
      padding-left: 1em
  }

  .sm\:prose-lg h1 {
      font-size: 2.6666667em;
      margin-top: 0;
      margin-bottom: .8333333em;
      line-height: 1
  }

  .sm\:prose-lg h2 {
      font-size: 1.6666667em;
      margin-top: 1.8666667em;
      margin-bottom: 1.0666667em;
      line-height: 1.3333333
  }

  .sm\:prose-lg h3 {
      font-size: 1.3333333em;
      margin-top: 1.6666667em;
      margin-bottom: .6666667em;
      line-height: 1.5
  }

  .sm\:prose-lg h4 {
      margin-top: 1.7777778em;
      margin-bottom: .4444444em;
      line-height: 1.5555556
  }

  .sm\:prose-lg figure,.sm\:prose-lg img,.sm\:prose-lg video {
      margin-top: 1.7777778em;
      margin-bottom: 1.7777778em
  }

  .sm\:prose-lg figure>* {
      margin-top: 0;
      margin-bottom: 0
  }

  .sm\:prose-lg figure figcaption {
      font-size: .8888889em;
      line-height: 1.5;
      margin-top: 1em
  }

  .sm\:prose-lg code {
      font-size: .8888889em
  }

  .sm\:prose-lg h2 code {
      font-size: .8666667em
  }

  .sm\:prose-lg h3 code {
      font-size: .875em
  }

  .sm\:prose-lg pre {
      font-size: .8888889em;
      line-height: 1.75;
      margin-top: 2em;
      margin-bottom: 2em;
      border-radius: .375rem;
      padding: 1em 1.5em
  }

  .sm\:prose-lg ol,.sm\:prose-lg ul {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em
  }

  .sm\:prose-lg li {
      margin-top: .6666667em;
      margin-bottom: .6666667em
  }

  .sm\:prose-lg ol>li {
      padding-left: 1.6666667em
  }

  .sm\:prose-lg ol>li:before {
      left: 0
  }

  .sm\:prose-lg ul>li {
      padding-left: 1.6666667em
  }

  .sm\:prose-lg ul>li:before {
      width: .3333333em;
      height: .3333333em;
      top: .72222em;
      left: .2222222em
  }

  .sm\:prose-lg>ul>li p {
      margin-top: .8888889em;
      margin-bottom: .8888889em
  }

  .sm\:prose-lg>ul>li>:first-child {
      margin-top: 1.3333333em
  }

  .sm\:prose-lg>ul>li>:last-child {
      margin-bottom: 1.3333333em
  }

  .sm\:prose-lg>ol>li>:first-child {
      margin-top: 1.3333333em
  }

  .sm\:prose-lg>ol>li>:last-child {
      margin-bottom: 1.3333333em
  }

  .sm\:prose-lg ol ol,.sm\:prose-lg ol ul,.sm\:prose-lg ul ol,.sm\:prose-lg ul ul {
      margin-top: .8888889em;
      margin-bottom: .8888889em
  }

  .sm\:prose-lg hr {
      margin-top: 3.1111111em;
      margin-bottom: 3.1111111em
  }

  .sm\:prose-lg h2+*,.sm\:prose-lg h3+*,.sm\:prose-lg h4+*,.sm\:prose-lg hr+* {
      margin-top: 0
  }

  .sm\:prose-lg table {
      font-size: .8888889em;
      line-height: 1.5
  }

  .sm\:prose-lg thead th {
      padding-right: .75em;
      padding-bottom: .75em;
      padding-left: .75em
  }

  .sm\:prose-lg thead th:first-child {
      padding-left: 0
  }

  .sm\:prose-lg thead th:last-child {
      padding-right: 0
  }

  .sm\:prose-lg tbody td {
      padding: .75em
  }

  .sm\:prose-lg tbody td:first-child {
      padding-left: 0
  }

  .sm\:prose-lg tbody td:last-child {
      padding-right: 0
  }

  .sm\:prose-lg>:first-child {
      margin-top: 0
  }

  .sm\:prose-lg>:last-child {
      margin-bottom: 0
  }

  .sm\:prose-xl {
      font-size: 1.25rem;
      line-height: 1.8
  }

  .sm\:prose-xl p {
      margin-top: 1.2em;
      margin-bottom: 1.2em
  }

  .sm\:prose-xl [class~=lead] {
      font-size: 1.2em;
      line-height: 1.5;
      margin-top: 1em;
      margin-bottom: 1em
  }

  .sm\:prose-xl blockquote {
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-left: 1.0666667em
  }

  .sm\:prose-xl h1 {
      font-size: 2.8em;
      margin-top: 0;
      margin-bottom: .8571429em;
      line-height: 1
  }

  .sm\:prose-xl h2 {
      font-size: 1.8em;
      margin-top: 1.5555556em;
      margin-bottom: .8888889em;
      line-height: 1.1111111
  }

  .sm\:prose-xl h3 {
      font-size: 1.5em;
      margin-top: 1.6em;
      margin-bottom: .6666667em;
      line-height: 1.3333333
  }

  .sm\:prose-xl h4 {
      margin-top: 1.8em;
      margin-bottom: .6em;
      line-height: 1.6
  }

  .sm\:prose-xl figure,.sm\:prose-xl img,.sm\:prose-xl video {
      margin-top: 2em;
      margin-bottom: 2em
  }

  .sm\:prose-xl figure>* {
      margin-top: 0;
      margin-bottom: 0
  }

  .sm\:prose-xl figure figcaption {
      font-size: .9em;
      line-height: 1.5555556;
      margin-top: 1em
  }

  .sm\:prose-xl code {
      font-size: .9em
  }

  .sm\:prose-xl h2 code {
      font-size: .8611111em
  }

  .sm\:prose-xl h3 code {
      font-size: .9em
  }

  .sm\:prose-xl pre {
      font-size: .9em;
      line-height: 1.7777778;
      margin-top: 2em;
      margin-bottom: 2em;
      border-radius: .5rem;
      padding: 1.1111111em 1.3333333em
  }

  .sm\:prose-xl ol,.sm\:prose-xl ul {
      margin-top: 1.2em;
      margin-bottom: 1.2em
  }

  .sm\:prose-xl li {
      margin-top: .6em;
      margin-bottom: .6em
  }

  .sm\:prose-xl ol>li {
      padding-left: 1.8em
  }

  .sm\:prose-xl ol>li:before {
      left: 0
  }

  .sm\:prose-xl ul>li {
      padding-left: 1.8em
  }

  .sm\:prose-xl ul>li:before {
      width: .35em;
      height: .35em;
      top: .725em;
      left: .25em
  }

  .sm\:prose-xl>ul>li p {
      margin-top: .8em;
      margin-bottom: .8em
  }

  .sm\:prose-xl>ul>li>:first-child {
      margin-top: 1.2em
  }

  .sm\:prose-xl>ul>li>:last-child {
      margin-bottom: 1.2em
  }

  .sm\:prose-xl>ol>li>:first-child {
      margin-top: 1.2em
  }

  .sm\:prose-xl>ol>li>:last-child {
      margin-bottom: 1.2em
  }

  .sm\:prose-xl ol ol,.sm\:prose-xl ol ul,.sm\:prose-xl ul ol,.sm\:prose-xl ul ul {
      margin-top: .8em;
      margin-bottom: .8em
  }

  .sm\:prose-xl hr {
      margin-top: 2.8em;
      margin-bottom: 2.8em
  }

  .sm\:prose-xl h2+*,.sm\:prose-xl h3+*,.sm\:prose-xl h4+*,.sm\:prose-xl hr+* {
      margin-top: 0
  }

  .sm\:prose-xl table {
      font-size: .9em;
      line-height: 1.5555556
  }

  .sm\:prose-xl thead th {
      padding-right: .6666667em;
      padding-bottom: .8888889em;
      padding-left: .6666667em
  }

  .sm\:prose-xl thead th:first-child {
      padding-left: 0
  }

  .sm\:prose-xl thead th:last-child {
      padding-right: 0
  }

  .sm\:prose-xl tbody td {
      padding: .8888889em .6666667em
  }

  .sm\:prose-xl tbody td:first-child {
      padding-left: 0
  }

  .sm\:prose-xl tbody td:last-child {
      padding-right: 0
  }

  .sm\:prose-xl>:first-child {
      margin-top: 0
  }

  .sm\:prose-xl>:last-child {
      margin-bottom: 0
  }

  .sm\:prose-2xl {
      font-size: 1.5rem;
      line-height: 1.6666667
  }

  .sm\:prose-2xl p {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em
  }

  .sm\:prose-2xl [class~=lead] {
      font-size: 1.25em;
      line-height: 1.4666667;
      margin-top: 1.0666667em;
      margin-bottom: 1.0666667em
  }

  .sm\:prose-2xl blockquote {
      margin-top: 1.7777778em;
      margin-bottom: 1.7777778em;
      padding-left: 1.1111111em
  }

  .sm\:prose-2xl h1 {
      font-size: 2.6666667em;
      margin-top: 0;
      margin-bottom: .875em;
      line-height: 1
  }

  .sm\:prose-2xl h2 {
      font-size: 2em;
      margin-top: 1.5em;
      margin-bottom: .8333333em;
      line-height: 1.0833333
  }

  .sm\:prose-2xl h3 {
      font-size: 1.5em;
      margin-top: 1.5555556em;
      margin-bottom: .6666667em;
      line-height: 1.2222222
  }

  .sm\:prose-2xl h4 {
      margin-top: 1.6666667em;
      margin-bottom: .6666667em;
      line-height: 1.5
  }

  .sm\:prose-2xl figure,.sm\:prose-2xl img,.sm\:prose-2xl video {
      margin-top: 2em;
      margin-bottom: 2em
  }

  .sm\:prose-2xl figure>* {
      margin-top: 0;
      margin-bottom: 0
  }

  .sm\:prose-2xl figure figcaption {
      font-size: .8333333em;
      line-height: 1.6;
      margin-top: 1em
  }

  .sm\:prose-2xl code {
      font-size: .8333333em
  }

  .sm\:prose-2xl h2 code {
      font-size: .875em
  }

  .sm\:prose-2xl h3 code {
      font-size: .8888889em
  }

  .sm\:prose-2xl pre {
      font-size: .8333333em;
      line-height: 1.8;
      margin-top: 2em;
      margin-bottom: 2em;
      border-radius: .5rem;
      padding: 1.2em 1.6em
  }

  .sm\:prose-2xl ol,.sm\:prose-2xl ul {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em
  }

  .sm\:prose-2xl li {
      margin-top: .5em;
      margin-bottom: .5em
  }

  .sm\:prose-2xl ol>li {
      padding-left: 1.6666667em
  }

  .sm\:prose-2xl ol>li:before {
      left: 0
  }

  .sm\:prose-2xl ul>li {
      padding-left: 1.6666667em
  }

  .sm\:prose-2xl ul>li:before {
      width: .3333333em;
      height: .3333333em;
      top: .66667em;
      left: .25em
  }

  .sm\:prose-2xl>ul>li p {
      margin-top: .8333333em;
      margin-bottom: .8333333em
  }

  .sm\:prose-2xl>ul>li>:first-child {
      margin-top: 1.3333333em
  }

  .sm\:prose-2xl>ul>li>:last-child {
      margin-bottom: 1.3333333em
  }

  .sm\:prose-2xl>ol>li>:first-child {
      margin-top: 1.3333333em
  }

  .sm\:prose-2xl>ol>li>:last-child {
      margin-bottom: 1.3333333em
  }

  .sm\:prose-2xl ol ol,.sm\:prose-2xl ol ul,.sm\:prose-2xl ul ol,.sm\:prose-2xl ul ul {
      margin-top: .6666667em;
      margin-bottom: .6666667em
  }

  .sm\:prose-2xl hr {
      margin-top: 3em;
      margin-bottom: 3em
  }

  .sm\:prose-2xl h2+*,.sm\:prose-2xl h3+*,.sm\:prose-2xl h4+*,.sm\:prose-2xl hr+* {
      margin-top: 0
  }

  .sm\:prose-2xl table {
      font-size: .8333333em;
      line-height: 1.4
  }

  .sm\:prose-2xl thead th {
      padding-right: .6em;
      padding-bottom: .8em;
      padding-left: .6em
  }

  .sm\:prose-2xl thead th:first-child {
      padding-left: 0
  }

  .sm\:prose-2xl thead th:last-child {
      padding-right: 0
  }

  .sm\:prose-2xl tbody td {
      padding: .8em .6em
  }

  .sm\:prose-2xl tbody td:first-child {
      padding-left: 0
  }

  .sm\:prose-2xl tbody td:last-child {
      padding-right: 0
  }

  .sm\:prose-2xl>:first-child {
      margin-top: 0
  }

  .sm\:prose-2xl>:last-child {
      margin-bottom: 0
  }

  .sm\:col,.sm\:col-1,.sm\:col-2,.sm\:col-3,.sm\:col-4,.sm\:col-5,.sm\:col-6,.sm\:col-7,.sm\:col-8,.sm\:col-9,.sm\:col-10,.sm\:col-11,.sm\:col-12 {
      box-sizing: border-box;
      flex: 0 0 auto;
      padding-left: .5rem;
      padding-right: .5rem
  }

  .sm\:col {
      flex-grow: 1;
      flex-basis: 0;
      max-width: 100%
  }

  .sm\:col-1 {
      flex-basis: 8.33333333%;
      max-width: 8.33333333%
  }

  .sm\:col-2 {
      flex-basis: 16.66666667%;
      max-width: 16.66666667%
  }

  .sm\:col-3 {
      flex-basis: 25%;
      max-width: 25%
  }

  .sm\:col-4 {
      flex-basis: 33.33333333%;
      max-width: 33.33333333%
  }

  .sm\:col-5 {
      flex-basis: 41.66666667%;
      max-width: 41.66666667%
  }

  .sm\:col-6 {
      flex-basis: 50%;
      max-width: 50%
  }

  .sm\:col-7 {
      flex-basis: 58.33333333%;
      max-width: 58.33333333%
  }

  .sm\:col-8 {
      flex-basis: 66.66666667%;
      max-width: 66.66666667%
  }

  .sm\:col-9 {
      flex-basis: 75%;
      max-width: 75%
  }

  .sm\:col-10 {
      flex-basis: 83.33333333%;
      max-width: 83.33333333%
  }

  .sm\:col-11 {
      flex-basis: 91.66666667%;
      max-width: 91.66666667%
  }

  .sm\:col-12 {
      flex-basis: 100%;
      max-width: 100%
  }

  .sm\:rounded-lg {
      border-radius: .75rem
  }

  .sm\:block {
      display: block
  }

  .sm\:inline-block {
      display: inline-block
  }

  .sm\:flex {
      display: flex
  }

  .sm\:grid {
      display: grid
  }

  .sm\:hidden {
      display: none
  }

  .sm\:flex-row {
      flex-direction: row
  }

  .sm\:flex-col {
      flex-direction: column
  }

  .sm\:justify-start {
      justify-content: flex-start
  }

  .sm\:justify-center {
      justify-content: center
  }

  .sm\:order-1 {
      order: 1
  }

  .sm\:text-sm {
      font-size: .875rem
  }

  .sm\:text-base {
      font-size: 1rem
  }

  .sm\:leading-5 {
      line-height: 1.25rem
  }

  .sm\:m-0 {
      margin: 0
  }

  .sm\:-mx-6 {
      margin-left: -1.5rem;
      margin-right: -1.5rem
  }

  .sm\:max-w-xs {
      max-width: 20rem
  }

  .sm\:p-4 {
      padding: 1rem
  }

  .sm\:px-0 {
      padding-left: 0;
      padding-right: 0
  }

  .sm\:px-6 {
      padding-left: 1.5rem;
      padding-right: 1.5rem
  }

  .sm\:pt-0 {
      padding-top: 0
  }

  .sm\:pt-6 {
      padding-top: 1.5rem
  }

  .sm\:text-left {
      text-align: left
  }

  .sm\:whitespace-no-wrap {
      white-space: nowrap
  }

  .sm\:w-2\/4 {
      width: 50%
  }

  .sm\:gap-2 {
      grid-gap: .5rem;
      gap: .5rem
  }

  .sm\:gap-4 {
      grid-gap: 1rem;
      gap: 1rem
  }

  .sm\:grid-cols-1 {
      grid-template-columns: repeat(1,minmax(0,1fr))
  }

  .sm\:grid-cols-2 {
      grid-template-columns: repeat(2,minmax(0,1fr))
  }

  .sm\:grid-cols-3 {
      grid-template-columns: repeat(3,minmax(0,1fr))
  }

  .sm\:grid-cols-8 {
      grid-template-columns: repeat(8,minmax(0,1fr))
  }

  .sm\:col-span-3 {
      grid-column: span 3/span 3
  }

  .sm\:col-span-5 {
      grid-column: span 5/span 5
  }
}

@media (min-width: 768px) {
  .md\:prose {
      color:#4a5568;
      max-width: 65ch
  }

  .md\:prose [class~=lead] {
      color: #4a5568;
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em
  }

  .md\:prose a {
      color: #1a202c;
      text-decoration: underline
  }

  .md\:prose strong {
      color: #1a202c;
      font-weight: 600
  }

  .md\:prose ol {
      counter-reset: list-counter;
      margin-top: 1.25em;
      margin-bottom: 1.25em
  }

  .md\:prose ol>li {
      position: relative;
      counter-increment: list-counter;
      padding-left: 1.75em
  }

  .md\:prose ol>li:before {
      content: counter(list-counter) ".";
      position: absolute;
      font-weight: 400;
      color: #718096
  }

  .md\:prose ul>li {
      position: relative;
      padding-left: 1.75em
  }

  .md\:prose ul>li:before {
      content: "";
      position: absolute;
      background-color: #cbd5e0;
      border-radius: 50%;
      width: .375em;
      height: .375em;
      top: .6875em;
      left: .25em
  }

  .md\:prose hr {
      border-color: #e2e8f0;
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em
  }

  .md\:prose blockquote {
      font-weight: 500;
      font-style: italic;
      color: #1a202c;
      border-left-width: .25rem;
      border-left-color: #e2e8f0;
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-left: 1em
  }

  .md\:prose blockquote p:first-of-type:before {
      content: open-quote
  }

  .md\:prose blockquote p:last-of-type:after {
      content: close-quote
  }

  .md\:prose h1 {
      color: #1a202c;
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: .8888889em;
      line-height: 1.1111111
  }

  .md\:prose h2 {
      color: #1a202c;
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333
  }

  .md\:prose h3 {
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: .6em;
      line-height: 1.6
  }

  .md\:prose h3,.md\:prose h4 {
      color: #1a202c;
      font-weight: 600
  }

  .md\:prose h4 {
      margin-top: 1.5em;
      margin-bottom: .5em;
      line-height: 1.5
  }

  .md\:prose figure figcaption {
      color: #718096;
      font-size: .875em;
      line-height: 1.4285714;
      margin-top: .8571429em
  }

  .md\:prose code {
      color: #1a202c;
      font-weight: 600;
      font-size: .875em
  }

  .md\:prose code:after,.md\:prose code:before {
      content: "`"
  }

  .md\:prose pre {
      color: #e2e8f0;
      background-color: #2d3748;
      overflow-x: auto;
      font-size: .875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: .375rem;
      padding: .8571429em 1.1428571em
  }

  .md\:prose pre code {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: 400;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit
  }

  .md\:prose pre code:after,.md\:prose pre code:before {
      content: ""
  }

  .md\:prose table {
      width: 100%;
      table-layout: auto;
      text-align: left;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: .875em;
      line-height: 1.7142857
  }

  .md\:prose thead {
      color: #1a202c;
      font-weight: 600;
      border-bottom-width: 1px;
      border-bottom-color: #cbd5e0
  }

  .md\:prose thead th {
      vertical-align: bottom;
      padding-right: .5714286em;
      padding-bottom: .5714286em;
      padding-left: .5714286em
  }

  .md\:prose tbody tr {
      border-bottom-width: 1px;
      border-bottom-color: #e2e8f0
  }

  .md\:prose tbody tr:last-child {
      border-bottom-width: 0
  }

  .md\:prose tbody td {
      vertical-align: top;
      padding: .5714286em
  }

  .md\:prose {
      font-size: 1rem;
      line-height: 1.75
  }

  .md\:prose p {
      margin-top: 1.25em;
      margin-bottom: 1.25em
  }

  .md\:prose figure,.md\:prose img,.md\:prose video {
      margin-top: 2em;
      margin-bottom: 2em
  }

  .md\:prose figure>* {
      margin-top: 0;
      margin-bottom: 0
  }

  .md\:prose h2 code {
      font-size: .875em
  }

  .md\:prose h3 code {
      font-size: .9em
  }

  .md\:prose ul {
      margin-top: 1.25em;
      margin-bottom: 1.25em
  }

  .md\:prose li {
      margin-top: .5em;
      margin-bottom: .5em
  }

  .md\:prose ol>li:before {
      left: 0
  }

  .md\:prose>ul>li p {
      margin-top: .75em;
      margin-bottom: .75em
  }

  .md\:prose>ul>li>:first-child {
      margin-top: 1.25em
  }

  .md\:prose>ul>li>:last-child {
      margin-bottom: 1.25em
  }

  .md\:prose>ol>li>:first-child {
      margin-top: 1.25em
  }

  .md\:prose>ol>li>:last-child {
      margin-bottom: 1.25em
  }

  .md\:prose ol ol,.md\:prose ol ul,.md\:prose ul ol,.md\:prose ul ul {
      margin-top: .75em;
      margin-bottom: .75em
  }

  .md\:prose h2+*,.md\:prose h3+*,.md\:prose h4+*,.md\:prose hr+* {
      margin-top: 0
  }

  .md\:prose thead th:first-child {
      padding-left: 0
  }

  .md\:prose thead th:last-child {
      padding-right: 0
  }

  .md\:prose tbody td:first-child {
      padding-left: 0
  }

  .md\:prose tbody td:last-child {
      padding-right: 0
  }

  .md\:prose>:first-child {
      margin-top: 0
  }

  .md\:prose>:last-child {
      margin-bottom: 0
  }

  .md\:prose-sm {
      font-size: .875rem;
      line-height: 1.7142857
  }

  .md\:prose-sm p {
      margin-top: 1.1428571em;
      margin-bottom: 1.1428571em
  }

  .md\:prose-sm [class~=lead] {
      font-size: 1.2857143em;
      line-height: 1.5555556;
      margin-top: .8888889em;
      margin-bottom: .8888889em
  }

  .md\:prose-sm blockquote {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em;
      padding-left: 1.1111111em
  }

  .md\:prose-sm h1 {
      font-size: 2.1428571em;
      margin-top: 0;
      margin-bottom: .8em;
      line-height: 1.2
  }

  .md\:prose-sm h2 {
      font-size: 1.4285714em;
      margin-top: 1.6em;
      margin-bottom: .8em;
      line-height: 1.4
  }

  .md\:prose-sm h3 {
      font-size: 1.2857143em;
      margin-top: 1.5555556em;
      margin-bottom: .4444444em;
      line-height: 1.5555556
  }

  .md\:prose-sm h4 {
      margin-top: 1.4285714em;
      margin-bottom: .5714286em;
      line-height: 1.4285714
  }

  .md\:prose-sm figure,.md\:prose-sm img,.md\:prose-sm video {
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em
  }

  .md\:prose-sm figure>* {
      margin-top: 0;
      margin-bottom: 0
  }

  .md\:prose-sm figure figcaption {
      font-size: .8571429em;
      line-height: 1.3333333;
      margin-top: .6666667em
  }

  .md\:prose-sm code {
      font-size: .8571429em
  }

  .md\:prose-sm h2 code {
      font-size: .9em
  }

  .md\:prose-sm h3 code {
      font-size: .8888889em
  }

  .md\:prose-sm pre {
      font-size: .8571429em;
      line-height: 1.6666667;
      margin-top: 1.6666667em;
      margin-bottom: 1.6666667em;
      border-radius: .25rem;
      padding: .6666667em 1em
  }

  .md\:prose-sm ol,.md\:prose-sm ul {
      margin-top: 1.1428571em;
      margin-bottom: 1.1428571em
  }

  .md\:prose-sm li {
      margin-top: .2857143em;
      margin-bottom: .2857143em
  }

  .md\:prose-sm ol>li {
      padding-left: 1.5714286em
  }

  .md\:prose-sm ol>li:before {
      left: 0
  }

  .md\:prose-sm ul>li {
      padding-left: 1.5714286em
  }

  .md\:prose-sm ul>li:before {
      height: .3571429em;
      width: .3571429em;
      top: .67857em;
      left: .2142857em
  }

  .md\:prose-sm>ul>li p {
      margin-top: .5714286em;
      margin-bottom: .5714286em
  }

  .md\:prose-sm>ul>li>:first-child {
      margin-top: 1.1428571em
  }

  .md\:prose-sm>ul>li>:last-child {
      margin-bottom: 1.1428571em
  }

  .md\:prose-sm>ol>li>:first-child {
      margin-top: 1.1428571em
  }

  .md\:prose-sm>ol>li>:last-child {
      margin-bottom: 1.1428571em
  }

  .md\:prose-sm ol ol,.md\:prose-sm ol ul,.md\:prose-sm ul ol,.md\:prose-sm ul ul {
      margin-top: .5714286em;
      margin-bottom: .5714286em
  }

  .md\:prose-sm hr {
      margin-top: 2.8571429em;
      margin-bottom: 2.8571429em
  }

  .md\:prose-sm h2+*,.md\:prose-sm h3+*,.md\:prose-sm h4+*,.md\:prose-sm hr+* {
      margin-top: 0
  }

  .md\:prose-sm table {
      font-size: .8571429em;
      line-height: 1.5
  }

  .md\:prose-sm thead th {
      padding-right: 1em;
      padding-bottom: .6666667em;
      padding-left: 1em
  }

  .md\:prose-sm thead th:first-child {
      padding-left: 0
  }

  .md\:prose-sm thead th:last-child {
      padding-right: 0
  }

  .md\:prose-sm tbody td {
      padding: .6666667em 1em
  }

  .md\:prose-sm tbody td:first-child {
      padding-left: 0
  }

  .md\:prose-sm tbody td:last-child {
      padding-right: 0
  }

  .md\:prose-sm>:first-child {
      margin-top: 0
  }

  .md\:prose-sm>:last-child {
      margin-bottom: 0
  }

  .md\:prose-lg {
      font-size: 1.125rem;
      line-height: 1.7777778
  }

  .md\:prose-lg p {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em
  }

  .md\:prose-lg [class~=lead] {
      font-size: 1.2222222em;
      line-height: 1.4545455;
      margin-top: 1.0909091em;
      margin-bottom: 1.0909091em
  }

  .md\:prose-lg blockquote {
      margin-top: 1.6666667em;
      margin-bottom: 1.6666667em;
      padding-left: 1em
  }

  .md\:prose-lg h1 {
      font-size: 2.6666667em;
      margin-top: 0;
      margin-bottom: .8333333em;
      line-height: 1
  }

  .md\:prose-lg h2 {
      font-size: 1.6666667em;
      margin-top: 1.8666667em;
      margin-bottom: 1.0666667em;
      line-height: 1.3333333
  }

  .md\:prose-lg h3 {
      font-size: 1.3333333em;
      margin-top: 1.6666667em;
      margin-bottom: .6666667em;
      line-height: 1.5
  }

  .md\:prose-lg h4 {
      margin-top: 1.7777778em;
      margin-bottom: .4444444em;
      line-height: 1.5555556
  }

  .md\:prose-lg figure,.md\:prose-lg img,.md\:prose-lg video {
      margin-top: 1.7777778em;
      margin-bottom: 1.7777778em
  }

  .md\:prose-lg figure>* {
      margin-top: 0;
      margin-bottom: 0
  }

  .md\:prose-lg figure figcaption {
      font-size: .8888889em;
      line-height: 1.5;
      margin-top: 1em
  }

  .md\:prose-lg code {
      font-size: .8888889em
  }

  .md\:prose-lg h2 code {
      font-size: .8666667em
  }

  .md\:prose-lg h3 code {
      font-size: .875em
  }

  .md\:prose-lg pre {
      font-size: .8888889em;
      line-height: 1.75;
      margin-top: 2em;
      margin-bottom: 2em;
      border-radius: .375rem;
      padding: 1em 1.5em
  }

  .md\:prose-lg ol,.md\:prose-lg ul {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em
  }

  .md\:prose-lg li {
      margin-top: .6666667em;
      margin-bottom: .6666667em
  }

  .md\:prose-lg ol>li {
      padding-left: 1.6666667em
  }

  .md\:prose-lg ol>li:before {
      left: 0
  }

  .md\:prose-lg ul>li {
      padding-left: 1.6666667em
  }

  .md\:prose-lg ul>li:before {
      width: .3333333em;
      height: .3333333em;
      top: .72222em;
      left: .2222222em
  }

  .md\:prose-lg>ul>li p {
      margin-top: .8888889em;
      margin-bottom: .8888889em
  }

  .md\:prose-lg>ul>li>:first-child {
      margin-top: 1.3333333em
  }

  .md\:prose-lg>ul>li>:last-child {
      margin-bottom: 1.3333333em
  }

  .md\:prose-lg>ol>li>:first-child {
      margin-top: 1.3333333em
  }

  .md\:prose-lg>ol>li>:last-child {
      margin-bottom: 1.3333333em
  }

  .md\:prose-lg ol ol,.md\:prose-lg ol ul,.md\:prose-lg ul ol,.md\:prose-lg ul ul {
      margin-top: .8888889em;
      margin-bottom: .8888889em
  }

  .md\:prose-lg hr {
      margin-top: 3.1111111em;
      margin-bottom: 3.1111111em
  }

  .md\:prose-lg h2+*,.md\:prose-lg h3+*,.md\:prose-lg h4+*,.md\:prose-lg hr+* {
      margin-top: 0
  }

  .md\:prose-lg table {
      font-size: .8888889em;
      line-height: 1.5
  }

  .md\:prose-lg thead th {
      padding-right: .75em;
      padding-bottom: .75em;
      padding-left: .75em
  }

  .md\:prose-lg thead th:first-child {
      padding-left: 0
  }

  .md\:prose-lg thead th:last-child {
      padding-right: 0
  }

  .md\:prose-lg tbody td {
      padding: .75em
  }

  .md\:prose-lg tbody td:first-child {
      padding-left: 0
  }

  .md\:prose-lg tbody td:last-child {
      padding-right: 0
  }

  .md\:prose-lg>:first-child {
      margin-top: 0
  }

  .md\:prose-lg>:last-child {
      margin-bottom: 0
  }

  .md\:prose-xl {
      font-size: 1.25rem;
      line-height: 1.8
  }

  .md\:prose-xl p {
      margin-top: 1.2em;
      margin-bottom: 1.2em
  }

  .md\:prose-xl [class~=lead] {
      font-size: 1.2em;
      line-height: 1.5;
      margin-top: 1em;
      margin-bottom: 1em
  }

  .md\:prose-xl blockquote {
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-left: 1.0666667em
  }

  .md\:prose-xl h1 {
      font-size: 2.8em;
      margin-top: 0;
      margin-bottom: .8571429em;
      line-height: 1
  }

  .md\:prose-xl h2 {
      font-size: 1.8em;
      margin-top: 1.5555556em;
      margin-bottom: .8888889em;
      line-height: 1.1111111
  }

  .md\:prose-xl h3 {
      font-size: 1.5em;
      margin-top: 1.6em;
      margin-bottom: .6666667em;
      line-height: 1.3333333
  }

  .md\:prose-xl h4 {
      margin-top: 1.8em;
      margin-bottom: .6em;
      line-height: 1.6
  }

  .md\:prose-xl figure,.md\:prose-xl img,.md\:prose-xl video {
      margin-top: 2em;
      margin-bottom: 2em
  }

  .md\:prose-xl figure>* {
      margin-top: 0;
      margin-bottom: 0
  }

  .md\:prose-xl figure figcaption {
      font-size: .9em;
      line-height: 1.5555556;
      margin-top: 1em
  }

  .md\:prose-xl code {
      font-size: .9em
  }

  .md\:prose-xl h2 code {
      font-size: .8611111em
  }

  .md\:prose-xl h3 code {
      font-size: .9em
  }

  .md\:prose-xl pre {
      font-size: .9em;
      line-height: 1.7777778;
      margin-top: 2em;
      margin-bottom: 2em;
      border-radius: .5rem;
      padding: 1.1111111em 1.3333333em
  }

  .md\:prose-xl ol,.md\:prose-xl ul {
      margin-top: 1.2em;
      margin-bottom: 1.2em
  }

  .md\:prose-xl li {
      margin-top: .6em;
      margin-bottom: .6em
  }

  .md\:prose-xl ol>li {
      padding-left: 1.8em
  }

  .md\:prose-xl ol>li:before {
      left: 0
  }

  .md\:prose-xl ul>li {
      padding-left: 1.8em
  }

  .md\:prose-xl ul>li:before {
      width: .35em;
      height: .35em;
      top: .725em;
      left: .25em
  }

  .md\:prose-xl>ul>li p {
      margin-top: .8em;
      margin-bottom: .8em
  }

  .md\:prose-xl>ul>li>:first-child {
      margin-top: 1.2em
  }

  .md\:prose-xl>ul>li>:last-child {
      margin-bottom: 1.2em
  }

  .md\:prose-xl>ol>li>:first-child {
      margin-top: 1.2em
  }

  .md\:prose-xl>ol>li>:last-child {
      margin-bottom: 1.2em
  }

  .md\:prose-xl ol ol,.md\:prose-xl ol ul,.md\:prose-xl ul ol,.md\:prose-xl ul ul {
      margin-top: .8em;
      margin-bottom: .8em
  }

  .md\:prose-xl hr {
      margin-top: 2.8em;
      margin-bottom: 2.8em
  }

  .md\:prose-xl h2+*,.md\:prose-xl h3+*,.md\:prose-xl h4+*,.md\:prose-xl hr+* {
      margin-top: 0
  }

  .md\:prose-xl table {
      font-size: .9em;
      line-height: 1.5555556
  }

  .md\:prose-xl thead th {
      padding-right: .6666667em;
      padding-bottom: .8888889em;
      padding-left: .6666667em
  }

  .md\:prose-xl thead th:first-child {
      padding-left: 0
  }

  .md\:prose-xl thead th:last-child {
      padding-right: 0
  }

  .md\:prose-xl tbody td {
      padding: .8888889em .6666667em
  }

  .md\:prose-xl tbody td:first-child {
      padding-left: 0
  }

  .md\:prose-xl tbody td:last-child {
      padding-right: 0
  }

  .md\:prose-xl>:first-child {
      margin-top: 0
  }

  .md\:prose-xl>:last-child {
      margin-bottom: 0
  }

  .md\:prose-2xl {
      font-size: 1.5rem;
      line-height: 1.6666667
  }

  .md\:prose-2xl p {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em
  }

  .md\:prose-2xl [class~=lead] {
      font-size: 1.25em;
      line-height: 1.4666667;
      margin-top: 1.0666667em;
      margin-bottom: 1.0666667em
  }

  .md\:prose-2xl blockquote {
      margin-top: 1.7777778em;
      margin-bottom: 1.7777778em;
      padding-left: 1.1111111em
  }

  .md\:prose-2xl h1 {
      font-size: 2.6666667em;
      margin-top: 0;
      margin-bottom: .875em;
      line-height: 1
  }

  .md\:prose-2xl h2 {
      font-size: 2em;
      margin-top: 1.5em;
      margin-bottom: .8333333em;
      line-height: 1.0833333
  }

  .md\:prose-2xl h3 {
      font-size: 1.5em;
      margin-top: 1.5555556em;
      margin-bottom: .6666667em;
      line-height: 1.2222222
  }

  .md\:prose-2xl h4 {
      margin-top: 1.6666667em;
      margin-bottom: .6666667em;
      line-height: 1.5
  }

  .md\:prose-2xl figure,.md\:prose-2xl img,.md\:prose-2xl video {
      margin-top: 2em;
      margin-bottom: 2em
  }

  .md\:prose-2xl figure>* {
      margin-top: 0;
      margin-bottom: 0
  }

  .md\:prose-2xl figure figcaption {
      font-size: .8333333em;
      line-height: 1.6;
      margin-top: 1em
  }

  .md\:prose-2xl code {
      font-size: .8333333em
  }

  .md\:prose-2xl h2 code {
      font-size: .875em
  }

  .md\:prose-2xl h3 code {
      font-size: .8888889em
  }

  .md\:prose-2xl pre {
      font-size: .8333333em;
      line-height: 1.8;
      margin-top: 2em;
      margin-bottom: 2em;
      border-radius: .5rem;
      padding: 1.2em 1.6em
  }

  .md\:prose-2xl ol,.md\:prose-2xl ul {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em
  }

  .md\:prose-2xl li {
      margin-top: .5em;
      margin-bottom: .5em
  }

  .md\:prose-2xl ol>li {
      padding-left: 1.6666667em
  }

  .md\:prose-2xl ol>li:before {
      left: 0
  }

  .md\:prose-2xl ul>li {
      padding-left: 1.6666667em
  }

  .md\:prose-2xl ul>li:before {
      width: .3333333em;
      height: .3333333em;
      top: .66667em;
      left: .25em
  }

  .md\:prose-2xl>ul>li p {
      margin-top: .8333333em;
      margin-bottom: .8333333em
  }

  .md\:prose-2xl>ul>li>:first-child {
      margin-top: 1.3333333em
  }

  .md\:prose-2xl>ul>li>:last-child {
      margin-bottom: 1.3333333em
  }

  .md\:prose-2xl>ol>li>:first-child {
      margin-top: 1.3333333em
  }

  .md\:prose-2xl>ol>li>:last-child {
      margin-bottom: 1.3333333em
  }

  .md\:prose-2xl ol ol,.md\:prose-2xl ol ul,.md\:prose-2xl ul ol,.md\:prose-2xl ul ul {
      margin-top: .6666667em;
      margin-bottom: .6666667em
  }

  .md\:prose-2xl hr {
      margin-top: 3em;
      margin-bottom: 3em
  }

  .md\:prose-2xl h2+*,.md\:prose-2xl h3+*,.md\:prose-2xl h4+*,.md\:prose-2xl hr+* {
      margin-top: 0
  }

  .md\:prose-2xl table {
      font-size: .8333333em;
      line-height: 1.4
  }

  .md\:prose-2xl thead th {
      padding-right: .6em;
      padding-bottom: .8em;
      padding-left: .6em
  }

  .md\:prose-2xl thead th:first-child {
      padding-left: 0
  }

  .md\:prose-2xl thead th:last-child {
      padding-right: 0
  }

  .md\:prose-2xl tbody td {
      padding: .8em .6em
  }

  .md\:prose-2xl tbody td:first-child {
      padding-left: 0
  }

  .md\:prose-2xl tbody td:last-child {
      padding-right: 0
  }

  .md\:prose-2xl>:first-child {
      margin-top: 0
  }

  .md\:prose-2xl>:last-child {
      margin-bottom: 0
  }

  .md\:col,.md\:col-1,.md\:col-2,.md\:col-3,.md\:col-4,.md\:col-5,.md\:col-6,.md\:col-7,.md\:col-8,.md\:col-9,.md\:col-10,.md\:col-11,.md\:col-12 {
      box-sizing: border-box;
      flex: 0 0 auto;
      padding-left: .5rem;
      padding-right: .5rem
  }

  .md\:col {
      flex-grow: 1;
      flex-basis: 0;
      max-width: 100%
  }

  .md\:col-1 {
      flex-basis: 8.33333333%;
      max-width: 8.33333333%
  }

  .md\:col-2 {
      flex-basis: 16.66666667%;
      max-width: 16.66666667%
  }

  .md\:col-3 {
      flex-basis: 25%;
      max-width: 25%
  }

  .md\:col-4 {
      flex-basis: 33.33333333%;
      max-width: 33.33333333%
  }

  .md\:col-5 {
      flex-basis: 41.66666667%;
      max-width: 41.66666667%
  }

  .md\:col-6 {
      flex-basis: 50%;
      max-width: 50%
  }

  .md\:col-7 {
      flex-basis: 58.33333333%;
      max-width: 58.33333333%
  }

  .md\:col-8 {
      flex-basis: 66.66666667%;
      max-width: 66.66666667%
  }

  .md\:col-9 {
      flex-basis: 75%;
      max-width: 75%
  }

  .md\:col-10 {
      flex-basis: 83.33333333%;
      max-width: 83.33333333%
  }

  .md\:col-11 {
      flex-basis: 91.66666667%;
      max-width: 91.66666667%
  }

  .md\:col-12 {
      flex-basis: 100%;
      max-width: 100%
  }

  .md\:space-y-0>:not(template)~:not(template) {
      --space-y-reverse: 0;
      margin-top: calc(0px*(1 - var(--space-y-reverse)));
      margin-bottom: calc(0px*var(--space-y-reverse))
  }

  .md\:space-x-2>:not(template)~:not(template) {
      --space-x-reverse: 0;
      margin-right: calc(0.5rem*var(--space-x-reverse));
      margin-left: calc(0.5rem*(1 - var(--space-x-reverse)))
  }

  .md\:space-x-4>:not(template)~:not(template) {
      --space-x-reverse: 0;
      margin-right: calc(1rem*var(--space-x-reverse));
      margin-left: calc(1rem*(1 - var(--space-x-reverse)))
  }

  .md\:space-x-8>:not(template)~:not(template) {
      --space-x-reverse: 0;
      margin-right: calc(2rem*var(--space-x-reverse));
      margin-left: calc(2rem*(1 - var(--space-x-reverse)))
  }

  .md\:divide-y-0>:not(template)~:not(template) {
      --divide-y-reverse: 0;
      border-top-width: calc(0px*(1 - var(--divide-y-reverse)));
      border-bottom-width: calc(0px*var(--divide-y-reverse))
  }

  .md\:bg-transparent {
      background-color: transparent
  }

  .md\:border-gray-300 {
      --border-opacity: 1;
      border-color: #e2e8f0;
      border-color: rgba(226,232,240,var(--border-opacity))
  }

  .md\:border-gray-400 {
      --border-opacity: 1;
      border-color: #cbd5e0;
      border-color: rgba(203,213,224,var(--border-opacity))
  }

  .md\:border-primary-500 {
      --border-opacity: 1;
      border-color: #ef7f1a;
      border-color: rgba(239,127,26,var(--border-opacity))
  }

  .md\:border-none {
      border-style: none
  }

  .md\:border,.md\:border-1 {
      border-width: 1px
  }

  .md\:border-b-2 {
      border-bottom-width: 2px
  }

  .md\:block {
      display: block
  }

  .md\:inline-block {
      display: inline-block
  }

  .md\:flex {
      display: flex
  }

  .md\:grid {
      display: grid
  }

  .md\:hidden {
      display: none
  }

  .md\:flex-row {
      flex-direction: row
  }

  .md\:flex-wrap {
      flex-wrap: wrap
  }

  .md\:justify-start {
      justify-content: flex-start
  }

  .md\:justify-center {
      justify-content: center
  }

  .md\:flex-1 {
      flex: 1 1 0%
  }

  .md\:flex-none {
      flex: none
  }

  .md\:text-sm {
      font-size: .875rem
  }

  .md\:text-base {
      font-size: 1rem
  }

  .md\:text-xl {
      font-size: 1.25rem
  }

  .md\:text-3xl {
      font-size: 1.875rem
  }

  .md\:m-0 {
      margin: 0
  }

  .md\:my-1 {
      margin-top: .25rem;
      margin-bottom: .25rem
  }

  .md\:mx-6 {
      margin-left: 1.5rem;
      margin-right: 1.5rem
  }

  .md\:ml-2 {
      margin-left: .5rem
  }

  .md\:-mt-12 {
      margin-top: -3rem
  }

  .md\:max-h-none {
      max-height: unset
  }

  .md\:overflow-x-auto {
      overflow-x: auto
  }

  .md\:p-4 {
      padding: 1rem
  }

  .md\:p-6 {
      padding: 1.5rem
  }

  .md\:p-8 {
      padding: 2rem
  }

  .md\:py-2 {
      padding-top: .5rem;
      padding-bottom: .5rem
  }

  .md\:px-2 {
      padding-left: .5rem;
      padding-right: .5rem
  }

  .md\:px-4 {
      padding-left: 1rem;
      padding-right: 1rem
  }

  .md\:py-12 {
      padding-top: 3rem;
      padding-bottom: 3rem
  }

  .md\:px-16 {
      padding-left: 4rem;
      padding-right: 4rem
  }

  .md\:px-20 {
      padding-left: 5rem;
      padding-right: 5rem
  }

  .md\:pt-2 {
      padding-top: .5rem
  }

  .md\:pl-3 {
      padding-left: .75rem
  }

  .md\:static {
      position: static
  }

  .md\:shadow {
      box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)
  }

  .md\:text-left {
      text-align: left
  }

  .md\:text-center {
      text-align: center
  }

  .md\:w-24 {
      width: 6rem
  }

  .md\:w-1\/4 {
      width: 25%
  }

  .md\:gap-4 {
      grid-gap: 1rem;
      gap: 1rem
  }

  .md\:grid-cols-2 {
      grid-template-columns: repeat(2,minmax(0,1fr))
  }

  .md\:grid-cols-10 {
      grid-template-columns: repeat(10,minmax(0,1fr))
  }

  .md\:col-span-3 {
      grid-column: span 3/span 3
  }

  .md\:col-span-7 {
      grid-column: span 7/span 7
  }
}

@media (min-width: 1280px) {
  .lg\:prose {
      color:#4a5568;
      max-width: 65ch
  }

  .lg\:prose [class~=lead] {
      color: #4a5568;
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em
  }

  .lg\:prose a {
      color: #1a202c;
      text-decoration: underline
  }

  .lg\:prose strong {
      color: #1a202c;
      font-weight: 600
  }

  .lg\:prose ol {
      counter-reset: list-counter;
      margin-top: 1.25em;
      margin-bottom: 1.25em
  }

  .lg\:prose ol>li {
      position: relative;
      counter-increment: list-counter;
      padding-left: 1.75em
  }

  .lg\:prose ol>li:before {
      content: counter(list-counter) ".";
      position: absolute;
      font-weight: 400;
      color: #718096
  }

  .lg\:prose ul>li {
      position: relative;
      padding-left: 1.75em
  }

  .lg\:prose ul>li:before {
      content: "";
      position: absolute;
      background-color: #cbd5e0;
      border-radius: 50%;
      width: .375em;
      height: .375em;
      top: .6875em;
      left: .25em
  }

  .lg\:prose hr {
      border-color: #e2e8f0;
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em
  }

  .lg\:prose blockquote {
      font-weight: 500;
      font-style: italic;
      color: #1a202c;
      border-left-width: .25rem;
      border-left-color: #e2e8f0;
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-left: 1em
  }

  .lg\:prose blockquote p:first-of-type:before {
      content: open-quote
  }

  .lg\:prose blockquote p:last-of-type:after {
      content: close-quote
  }

  .lg\:prose h1 {
      color: #1a202c;
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: .8888889em;
      line-height: 1.1111111
  }

  .lg\:prose h2 {
      color: #1a202c;
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333
  }

  .lg\:prose h3 {
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: .6em;
      line-height: 1.6
  }

  .lg\:prose h3,.lg\:prose h4 {
      color: #1a202c;
      font-weight: 600
  }

  .lg\:prose h4 {
      margin-top: 1.5em;
      margin-bottom: .5em;
      line-height: 1.5
  }

  .lg\:prose figure figcaption {
      color: #718096;
      font-size: .875em;
      line-height: 1.4285714;
      margin-top: .8571429em
  }

  .lg\:prose code {
      color: #1a202c;
      font-weight: 600;
      font-size: .875em
  }

  .lg\:prose code:after,.lg\:prose code:before {
      content: "`"
  }

  .lg\:prose pre {
      color: #e2e8f0;
      background-color: #2d3748;
      overflow-x: auto;
      font-size: .875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: .375rem;
      padding: .8571429em 1.1428571em
  }

  .lg\:prose pre code {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: 400;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit
  }

  .lg\:prose pre code:after,.lg\:prose pre code:before {
      content: ""
  }

  .lg\:prose table {
      width: 100%;
      table-layout: auto;
      text-align: left;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: .875em;
      line-height: 1.7142857
  }

  .lg\:prose thead {
      color: #1a202c;
      font-weight: 600;
      border-bottom-width: 1px;
      border-bottom-color: #cbd5e0
  }

  .lg\:prose thead th {
      vertical-align: bottom;
      padding-right: .5714286em;
      padding-bottom: .5714286em;
      padding-left: .5714286em
  }

  .lg\:prose tbody tr {
      border-bottom-width: 1px;
      border-bottom-color: #e2e8f0
  }

  .lg\:prose tbody tr:last-child {
      border-bottom-width: 0
  }

  .lg\:prose tbody td {
      vertical-align: top;
      padding: .5714286em
  }

  .lg\:prose {
      font-size: 1rem;
      line-height: 1.75
  }

  .lg\:prose p {
      margin-top: 1.25em;
      margin-bottom: 1.25em
  }

  .lg\:prose figure,.lg\:prose img,.lg\:prose video {
      margin-top: 2em;
      margin-bottom: 2em
  }

  .lg\:prose figure>* {
      margin-top: 0;
      margin-bottom: 0
  }

  .lg\:prose h2 code {
      font-size: .875em
  }

  .lg\:prose h3 code {
      font-size: .9em
  }

  .lg\:prose ul {
      margin-top: 1.25em;
      margin-bottom: 1.25em
  }

  .lg\:prose li {
      margin-top: .5em;
      margin-bottom: .5em
  }

  .lg\:prose ol>li:before {
      left: 0
  }

  .lg\:prose>ul>li p {
      margin-top: .75em;
      margin-bottom: .75em
  }

  .lg\:prose>ul>li>:first-child {
      margin-top: 1.25em
  }

  .lg\:prose>ul>li>:last-child {
      margin-bottom: 1.25em
  }

  .lg\:prose>ol>li>:first-child {
      margin-top: 1.25em
  }

  .lg\:prose>ol>li>:last-child {
      margin-bottom: 1.25em
  }

  .lg\:prose ol ol,.lg\:prose ol ul,.lg\:prose ul ol,.lg\:prose ul ul {
      margin-top: .75em;
      margin-bottom: .75em
  }

  .lg\:prose h2+*,.lg\:prose h3+*,.lg\:prose h4+*,.lg\:prose hr+* {
      margin-top: 0
  }

  .lg\:prose thead th:first-child {
      padding-left: 0
  }

  .lg\:prose thead th:last-child {
      padding-right: 0
  }

  .lg\:prose tbody td:first-child {
      padding-left: 0
  }

  .lg\:prose tbody td:last-child {
      padding-right: 0
  }

  .lg\:prose>:first-child {
      margin-top: 0
  }

  .lg\:prose>:last-child {
      margin-bottom: 0
  }

  .lg\:prose-sm {
      font-size: .875rem;
      line-height: 1.7142857
  }

  .lg\:prose-sm p {
      margin-top: 1.1428571em;
      margin-bottom: 1.1428571em
  }

  .lg\:prose-sm [class~=lead] {
      font-size: 1.2857143em;
      line-height: 1.5555556;
      margin-top: .8888889em;
      margin-bottom: .8888889em
  }

  .lg\:prose-sm blockquote {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em;
      padding-left: 1.1111111em
  }

  .lg\:prose-sm h1 {
      font-size: 2.1428571em;
      margin-top: 0;
      margin-bottom: .8em;
      line-height: 1.2
  }

  .lg\:prose-sm h2 {
      font-size: 1.4285714em;
      margin-top: 1.6em;
      margin-bottom: .8em;
      line-height: 1.4
  }

  .lg\:prose-sm h3 {
      font-size: 1.2857143em;
      margin-top: 1.5555556em;
      margin-bottom: .4444444em;
      line-height: 1.5555556
  }

  .lg\:prose-sm h4 {
      margin-top: 1.4285714em;
      margin-bottom: .5714286em;
      line-height: 1.4285714
  }

  .lg\:prose-sm figure,.lg\:prose-sm img,.lg\:prose-sm video {
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em
  }

  .lg\:prose-sm figure>* {
      margin-top: 0;
      margin-bottom: 0
  }

  .lg\:prose-sm figure figcaption {
      font-size: .8571429em;
      line-height: 1.3333333;
      margin-top: .6666667em
  }

  .lg\:prose-sm code {
      font-size: .8571429em
  }

  .lg\:prose-sm h2 code {
      font-size: .9em
  }

  .lg\:prose-sm h3 code {
      font-size: .8888889em
  }

  .lg\:prose-sm pre {
      font-size: .8571429em;
      line-height: 1.6666667;
      margin-top: 1.6666667em;
      margin-bottom: 1.6666667em;
      border-radius: .25rem;
      padding: .6666667em 1em
  }

  .lg\:prose-sm ol,.lg\:prose-sm ul {
      margin-top: 1.1428571em;
      margin-bottom: 1.1428571em
  }

  .lg\:prose-sm li {
      margin-top: .2857143em;
      margin-bottom: .2857143em
  }

  .lg\:prose-sm ol>li {
      padding-left: 1.5714286em
  }

  .lg\:prose-sm ol>li:before {
      left: 0
  }

  .lg\:prose-sm ul>li {
      padding-left: 1.5714286em
  }

  .lg\:prose-sm ul>li:before {
      height: .3571429em;
      width: .3571429em;
      top: .67857em;
      left: .2142857em
  }

  .lg\:prose-sm>ul>li p {
      margin-top: .5714286em;
      margin-bottom: .5714286em
  }

  .lg\:prose-sm>ul>li>:first-child {
      margin-top: 1.1428571em
  }

  .lg\:prose-sm>ul>li>:last-child {
      margin-bottom: 1.1428571em
  }

  .lg\:prose-sm>ol>li>:first-child {
      margin-top: 1.1428571em
  }

  .lg\:prose-sm>ol>li>:last-child {
      margin-bottom: 1.1428571em
  }

  .lg\:prose-sm ol ol,.lg\:prose-sm ol ul,.lg\:prose-sm ul ol,.lg\:prose-sm ul ul {
      margin-top: .5714286em;
      margin-bottom: .5714286em
  }

  .lg\:prose-sm hr {
      margin-top: 2.8571429em;
      margin-bottom: 2.8571429em
  }

  .lg\:prose-sm h2+*,.lg\:prose-sm h3+*,.lg\:prose-sm h4+*,.lg\:prose-sm hr+* {
      margin-top: 0
  }

  .lg\:prose-sm table {
      font-size: .8571429em;
      line-height: 1.5
  }

  .lg\:prose-sm thead th {
      padding-right: 1em;
      padding-bottom: .6666667em;
      padding-left: 1em
  }

  .lg\:prose-sm thead th:first-child {
      padding-left: 0
  }

  .lg\:prose-sm thead th:last-child {
      padding-right: 0
  }

  .lg\:prose-sm tbody td {
      padding: .6666667em 1em
  }

  .lg\:prose-sm tbody td:first-child {
      padding-left: 0
  }

  .lg\:prose-sm tbody td:last-child {
      padding-right: 0
  }

  .lg\:prose-sm>:first-child {
      margin-top: 0
  }

  .lg\:prose-sm>:last-child {
      margin-bottom: 0
  }

  .lg\:prose-lg {
      font-size: 1.125rem;
      line-height: 1.7777778
  }

  .lg\:prose-lg p {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em
  }

  .lg\:prose-lg [class~=lead] {
      font-size: 1.2222222em;
      line-height: 1.4545455;
      margin-top: 1.0909091em;
      margin-bottom: 1.0909091em
  }

  .lg\:prose-lg blockquote {
      margin-top: 1.6666667em;
      margin-bottom: 1.6666667em;
      padding-left: 1em
  }

  .lg\:prose-lg h1 {
      font-size: 2.6666667em;
      margin-top: 0;
      margin-bottom: .8333333em;
      line-height: 1
  }

  .lg\:prose-lg h2 {
      font-size: 1.6666667em;
      margin-top: 1.8666667em;
      margin-bottom: 1.0666667em;
      line-height: 1.3333333
  }

  .lg\:prose-lg h3 {
      font-size: 1.3333333em;
      margin-top: 1.6666667em;
      margin-bottom: .6666667em;
      line-height: 1.5
  }

  .lg\:prose-lg h4 {
      margin-top: 1.7777778em;
      margin-bottom: .4444444em;
      line-height: 1.5555556
  }

  .lg\:prose-lg figure,.lg\:prose-lg img,.lg\:prose-lg video {
      margin-top: 1.7777778em;
      margin-bottom: 1.7777778em
  }

  .lg\:prose-lg figure>* {
      margin-top: 0;
      margin-bottom: 0
  }

  .lg\:prose-lg figure figcaption {
      font-size: .8888889em;
      line-height: 1.5;
      margin-top: 1em
  }

  .lg\:prose-lg code {
      font-size: .8888889em
  }

  .lg\:prose-lg h2 code {
      font-size: .8666667em
  }

  .lg\:prose-lg h3 code {
      font-size: .875em
  }

  .lg\:prose-lg pre {
      font-size: .8888889em;
      line-height: 1.75;
      margin-top: 2em;
      margin-bottom: 2em;
      border-radius: .375rem;
      padding: 1em 1.5em
  }

  .lg\:prose-lg ol,.lg\:prose-lg ul {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em
  }

  .lg\:prose-lg li {
      margin-top: .6666667em;
      margin-bottom: .6666667em
  }

  .lg\:prose-lg ol>li {
      padding-left: 1.6666667em
  }

  .lg\:prose-lg ol>li:before {
      left: 0
  }

  .lg\:prose-lg ul>li {
      padding-left: 1.6666667em
  }

  .lg\:prose-lg ul>li:before {
      width: .3333333em;
      height: .3333333em;
      top: .72222em;
      left: .2222222em
  }

  .lg\:prose-lg>ul>li p {
      margin-top: .8888889em;
      margin-bottom: .8888889em
  }

  .lg\:prose-lg>ul>li>:first-child {
      margin-top: 1.3333333em
  }

  .lg\:prose-lg>ul>li>:last-child {
      margin-bottom: 1.3333333em
  }

  .lg\:prose-lg>ol>li>:first-child {
      margin-top: 1.3333333em
  }

  .lg\:prose-lg>ol>li>:last-child {
      margin-bottom: 1.3333333em
  }

  .lg\:prose-lg ol ol,.lg\:prose-lg ol ul,.lg\:prose-lg ul ol,.lg\:prose-lg ul ul {
      margin-top: .8888889em;
      margin-bottom: .8888889em
  }

  .lg\:prose-lg hr {
      margin-top: 3.1111111em;
      margin-bottom: 3.1111111em
  }

  .lg\:prose-lg h2+*,.lg\:prose-lg h3+*,.lg\:prose-lg h4+*,.lg\:prose-lg hr+* {
      margin-top: 0
  }

  .lg\:prose-lg table {
      font-size: .8888889em;
      line-height: 1.5
  }

  .lg\:prose-lg thead th {
      padding-right: .75em;
      padding-bottom: .75em;
      padding-left: .75em
  }

  .lg\:prose-lg thead th:first-child {
      padding-left: 0
  }

  .lg\:prose-lg thead th:last-child {
      padding-right: 0
  }

  .lg\:prose-lg tbody td {
      padding: .75em
  }

  .lg\:prose-lg tbody td:first-child {
      padding-left: 0
  }

  .lg\:prose-lg tbody td:last-child {
      padding-right: 0
  }

  .lg\:prose-lg>:first-child {
      margin-top: 0
  }

  .lg\:prose-lg>:last-child {
      margin-bottom: 0
  }

  .lg\:prose-xl {
      font-size: 1.25rem;
      line-height: 1.8
  }

  .lg\:prose-xl p {
      margin-top: 1.2em;
      margin-bottom: 1.2em
  }

  .lg\:prose-xl [class~=lead] {
      font-size: 1.2em;
      line-height: 1.5;
      margin-top: 1em;
      margin-bottom: 1em
  }

  .lg\:prose-xl blockquote {
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-left: 1.0666667em
  }

  .lg\:prose-xl h1 {
      font-size: 2.8em;
      margin-top: 0;
      margin-bottom: .8571429em;
      line-height: 1
  }

  .lg\:prose-xl h2 {
      font-size: 1.8em;
      margin-top: 1.5555556em;
      margin-bottom: .8888889em;
      line-height: 1.1111111
  }

  .lg\:prose-xl h3 {
      font-size: 1.5em;
      margin-top: 1.6em;
      margin-bottom: .6666667em;
      line-height: 1.3333333
  }

  .lg\:prose-xl h4 {
      margin-top: 1.8em;
      margin-bottom: .6em;
      line-height: 1.6
  }

  .lg\:prose-xl figure,.lg\:prose-xl img,.lg\:prose-xl video {
      margin-top: 2em;
      margin-bottom: 2em
  }

  .lg\:prose-xl figure>* {
      margin-top: 0;
      margin-bottom: 0
  }

  .lg\:prose-xl figure figcaption {
      font-size: .9em;
      line-height: 1.5555556;
      margin-top: 1em
  }

  .lg\:prose-xl code {
      font-size: .9em
  }

  .lg\:prose-xl h2 code {
      font-size: .8611111em
  }

  .lg\:prose-xl h3 code {
      font-size: .9em
  }

  .lg\:prose-xl pre {
      font-size: .9em;
      line-height: 1.7777778;
      margin-top: 2em;
      margin-bottom: 2em;
      border-radius: .5rem;
      padding: 1.1111111em 1.3333333em
  }

  .lg\:prose-xl ol,.lg\:prose-xl ul {
      margin-top: 1.2em;
      margin-bottom: 1.2em
  }

  .lg\:prose-xl li {
      margin-top: .6em;
      margin-bottom: .6em
  }

  .lg\:prose-xl ol>li {
      padding-left: 1.8em
  }

  .lg\:prose-xl ol>li:before {
      left: 0
  }

  .lg\:prose-xl ul>li {
      padding-left: 1.8em
  }

  .lg\:prose-xl ul>li:before {
      width: .35em;
      height: .35em;
      top: .725em;
      left: .25em
  }

  .lg\:prose-xl>ul>li p {
      margin-top: .8em;
      margin-bottom: .8em
  }

  .lg\:prose-xl>ul>li>:first-child {
      margin-top: 1.2em
  }

  .lg\:prose-xl>ul>li>:last-child {
      margin-bottom: 1.2em
  }

  .lg\:prose-xl>ol>li>:first-child {
      margin-top: 1.2em
  }

  .lg\:prose-xl>ol>li>:last-child {
      margin-bottom: 1.2em
  }

  .lg\:prose-xl ol ol,.lg\:prose-xl ol ul,.lg\:prose-xl ul ol,.lg\:prose-xl ul ul {
      margin-top: .8em;
      margin-bottom: .8em
  }

  .lg\:prose-xl hr {
      margin-top: 2.8em;
      margin-bottom: 2.8em
  }

  .lg\:prose-xl h2+*,.lg\:prose-xl h3+*,.lg\:prose-xl h4+*,.lg\:prose-xl hr+* {
      margin-top: 0
  }

  .lg\:prose-xl table {
      font-size: .9em;
      line-height: 1.5555556
  }

  .lg\:prose-xl thead th {
      padding-right: .6666667em;
      padding-bottom: .8888889em;
      padding-left: .6666667em
  }

  .lg\:prose-xl thead th:first-child {
      padding-left: 0
  }

  .lg\:prose-xl thead th:last-child {
      padding-right: 0
  }

  .lg\:prose-xl tbody td {
      padding: .8888889em .6666667em
  }

  .lg\:prose-xl tbody td:first-child {
      padding-left: 0
  }

  .lg\:prose-xl tbody td:last-child {
      padding-right: 0
  }

  .lg\:prose-xl>:first-child {
      margin-top: 0
  }

  .lg\:prose-xl>:last-child {
      margin-bottom: 0
  }

  .lg\:prose-2xl {
      font-size: 1.5rem;
      line-height: 1.6666667
  }

  .lg\:prose-2xl p {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em
  }

  .lg\:prose-2xl [class~=lead] {
      font-size: 1.25em;
      line-height: 1.4666667;
      margin-top: 1.0666667em;
      margin-bottom: 1.0666667em
  }

  .lg\:prose-2xl blockquote {
      margin-top: 1.7777778em;
      margin-bottom: 1.7777778em;
      padding-left: 1.1111111em
  }

  .lg\:prose-2xl h1 {
      font-size: 2.6666667em;
      margin-top: 0;
      margin-bottom: .875em;
      line-height: 1
  }

  .lg\:prose-2xl h2 {
      font-size: 2em;
      margin-top: 1.5em;
      margin-bottom: .8333333em;
      line-height: 1.0833333
  }

  .lg\:prose-2xl h3 {
      font-size: 1.5em;
      margin-top: 1.5555556em;
      margin-bottom: .6666667em;
      line-height: 1.2222222
  }

  .lg\:prose-2xl h4 {
      margin-top: 1.6666667em;
      margin-bottom: .6666667em;
      line-height: 1.5
  }

  .lg\:prose-2xl figure,.lg\:prose-2xl img,.lg\:prose-2xl video {
      margin-top: 2em;
      margin-bottom: 2em
  }

  .lg\:prose-2xl figure>* {
      margin-top: 0;
      margin-bottom: 0
  }

  .lg\:prose-2xl figure figcaption {
      font-size: .8333333em;
      line-height: 1.6;
      margin-top: 1em
  }

  .lg\:prose-2xl code {
      font-size: .8333333em
  }

  .lg\:prose-2xl h2 code {
      font-size: .875em
  }

  .lg\:prose-2xl h3 code {
      font-size: .8888889em
  }

  .lg\:prose-2xl pre {
      font-size: .8333333em;
      line-height: 1.8;
      margin-top: 2em;
      margin-bottom: 2em;
      border-radius: .5rem;
      padding: 1.2em 1.6em
  }

  .lg\:prose-2xl ol,.lg\:prose-2xl ul {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em
  }

  .lg\:prose-2xl li {
      margin-top: .5em;
      margin-bottom: .5em
  }

  .lg\:prose-2xl ol>li {
      padding-left: 1.6666667em
  }

  .lg\:prose-2xl ol>li:before {
      left: 0
  }

  .lg\:prose-2xl ul>li {
      padding-left: 1.6666667em
  }

  .lg\:prose-2xl ul>li:before {
      width: .3333333em;
      height: .3333333em;
      top: .66667em;
      left: .25em
  }

  .lg\:prose-2xl>ul>li p {
      margin-top: .8333333em;
      margin-bottom: .8333333em
  }

  .lg\:prose-2xl>ul>li>:first-child {
      margin-top: 1.3333333em
  }

  .lg\:prose-2xl>ul>li>:last-child {
      margin-bottom: 1.3333333em
  }

  .lg\:prose-2xl>ol>li>:first-child {
      margin-top: 1.3333333em
  }

  .lg\:prose-2xl>ol>li>:last-child {
      margin-bottom: 1.3333333em
  }

  .lg\:prose-2xl ol ol,.lg\:prose-2xl ol ul,.lg\:prose-2xl ul ol,.lg\:prose-2xl ul ul {
      margin-top: .6666667em;
      margin-bottom: .6666667em
  }

  .lg\:prose-2xl hr {
      margin-top: 3em;
      margin-bottom: 3em
  }

  .lg\:prose-2xl h2+*,.lg\:prose-2xl h3+*,.lg\:prose-2xl h4+*,.lg\:prose-2xl hr+* {
      margin-top: 0
  }

  .lg\:prose-2xl table {
      font-size: .8333333em;
      line-height: 1.4
  }

  .lg\:prose-2xl thead th {
      padding-right: .6em;
      padding-bottom: .8em;
      padding-left: .6em
  }

  .lg\:prose-2xl thead th:first-child {
      padding-left: 0
  }

  .lg\:prose-2xl thead th:last-child {
      padding-right: 0
  }

  .lg\:prose-2xl tbody td {
      padding: .8em .6em
  }

  .lg\:prose-2xl tbody td:first-child {
      padding-left: 0
  }

  .lg\:prose-2xl tbody td:last-child {
      padding-right: 0
  }

  .lg\:prose-2xl>:first-child {
      margin-top: 0
  }

  .lg\:prose-2xl>:last-child {
      margin-bottom: 0
  }

  .lg\:col,.lg\:col-1,.lg\:col-2,.lg\:col-3,.lg\:col-4,.lg\:col-5,.lg\:col-6,.lg\:col-7,.lg\:col-8,.lg\:col-9,.lg\:col-10,.lg\:col-11,.lg\:col-12 {
      box-sizing: border-box;
      flex: 0 0 auto;
      padding-left: .5rem;
      padding-right: .5rem
  }

  .lg\:col {
      flex-grow: 1;
      flex-basis: 0;
      max-width: 100%
  }

  .lg\:col-1 {
      flex-basis: 8.33333333%;
      max-width: 8.33333333%
  }

  .lg\:col-2 {
      flex-basis: 16.66666667%;
      max-width: 16.66666667%
  }

  .lg\:col-3 {
      flex-basis: 25%;
      max-width: 25%
  }

  .lg\:col-4 {
      flex-basis: 33.33333333%;
      max-width: 33.33333333%
  }

  .lg\:col-5 {
      flex-basis: 41.66666667%;
      max-width: 41.66666667%
  }

  .lg\:col-6 {
      flex-basis: 50%;
      max-width: 50%
  }

  .lg\:col-7 {
      flex-basis: 58.33333333%;
      max-width: 58.33333333%
  }

  .lg\:col-8 {
      flex-basis: 66.66666667%;
      max-width: 66.66666667%
  }

  .lg\:col-9 {
      flex-basis: 75%;
      max-width: 75%
  }

  .lg\:col-10 {
      flex-basis: 83.33333333%;
      max-width: 83.33333333%
  }

  .lg\:col-11 {
      flex-basis: 91.66666667%;
      max-width: 91.66666667%
  }

  .lg\:col-12 {
      flex-basis: 100%;
      max-width: 100%
  }

  .lg\:space-x-4>:not(template)~:not(template) {
      --space-x-reverse: 0;
      margin-right: calc(1rem*var(--space-x-reverse));
      margin-left: calc(1rem*(1 - var(--space-x-reverse)))
  }

  .lg\:block {
      display: block
  }

  .lg\:flex {
      display: flex
  }

  .lg\:hidden {
      display: none
  }

  .lg\:justify-start {
      justify-content: flex-start
  }

  .lg\:justify-center {
      justify-content: center
  }

  .lg\:flex-none {
      flex: none
  }

  .lg\:-mx-8 {
      margin-left: -2rem;
      margin-right: -2rem
  }

  .lg\:px-4 {
      padding-left: 1rem;
      padding-right: 1rem
  }

  .lg\:px-8 {
      padding-left: 2rem;
      padding-right: 2rem
  }

  .lg\:px-20 {
      padding-left: 5rem;
      padding-right: 5rem
  }

  .lg\:grid-cols-4 {
      grid-template-columns: repeat(4,minmax(0,1fr))
  }
}

@media (min-width: 1280px) {
  .xl\:prose {
      color:#4a5568;
      max-width: 65ch
  }

  .xl\:prose [class~=lead] {
      color: #4a5568;
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em
  }

  .xl\:prose a {
      color: #1a202c;
      text-decoration: underline
  }

  .xl\:prose strong {
      color: #1a202c;
      font-weight: 600
  }

  .xl\:prose ol {
      counter-reset: list-counter;
      margin-top: 1.25em;
      margin-bottom: 1.25em
  }

  .xl\:prose ol>li {
      position: relative;
      counter-increment: list-counter;
      padding-left: 1.75em
  }

  .xl\:prose ol>li:before {
      content: counter(list-counter) ".";
      position: absolute;
      font-weight: 400;
      color: #718096
  }

  .xl\:prose ul>li {
      position: relative;
      padding-left: 1.75em
  }

  .xl\:prose ul>li:before {
      content: "";
      position: absolute;
      background-color: #cbd5e0;
      border-radius: 50%;
      width: .375em;
      height: .375em;
      top: .6875em;
      left: .25em
  }

  .xl\:prose hr {
      border-color: #e2e8f0;
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em
  }

  .xl\:prose blockquote {
      font-weight: 500;
      font-style: italic;
      color: #1a202c;
      border-left-width: .25rem;
      border-left-color: #e2e8f0;
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-left: 1em
  }

  .xl\:prose blockquote p:first-of-type:before {
      content: open-quote
  }

  .xl\:prose blockquote p:last-of-type:after {
      content: close-quote
  }

  .xl\:prose h1 {
      color: #1a202c;
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: .8888889em;
      line-height: 1.1111111
  }

  .xl\:prose h2 {
      color: #1a202c;
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333
  }

  .xl\:prose h3 {
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: .6em;
      line-height: 1.6
  }

  .xl\:prose h3,.xl\:prose h4 {
      color: #1a202c;
      font-weight: 600
  }

  .xl\:prose h4 {
      margin-top: 1.5em;
      margin-bottom: .5em;
      line-height: 1.5
  }

  .xl\:prose figure figcaption {
      color: #718096;
      font-size: .875em;
      line-height: 1.4285714;
      margin-top: .8571429em
  }

  .xl\:prose code {
      color: #1a202c;
      font-weight: 600;
      font-size: .875em
  }

  .xl\:prose code:after,.xl\:prose code:before {
      content: "`"
  }

  .xl\:prose pre {
      color: #e2e8f0;
      background-color: #2d3748;
      overflow-x: auto;
      font-size: .875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: .375rem;
      padding: .8571429em 1.1428571em
  }

  .xl\:prose pre code {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: 400;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit
  }

  .xl\:prose pre code:after,.xl\:prose pre code:before {
      content: ""
  }

  .xl\:prose table {
      width: 100%;
      table-layout: auto;
      text-align: left;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: .875em;
      line-height: 1.7142857
  }

  .xl\:prose thead {
      color: #1a202c;
      font-weight: 600;
      border-bottom-width: 1px;
      border-bottom-color: #cbd5e0
  }

  .xl\:prose thead th {
      vertical-align: bottom;
      padding-right: .5714286em;
      padding-bottom: .5714286em;
      padding-left: .5714286em
  }

  .xl\:prose tbody tr {
      border-bottom-width: 1px;
      border-bottom-color: #e2e8f0
  }

  .xl\:prose tbody tr:last-child {
      border-bottom-width: 0
  }

  .xl\:prose tbody td {
      vertical-align: top;
      padding: .5714286em
  }

  .xl\:prose {
      font-size: 1rem;
      line-height: 1.75
  }

  .xl\:prose p {
      margin-top: 1.25em;
      margin-bottom: 1.25em
  }

  .xl\:prose figure,.xl\:prose img,.xl\:prose video {
      margin-top: 2em;
      margin-bottom: 2em
  }

  .xl\:prose figure>* {
      margin-top: 0;
      margin-bottom: 0
  }

  .xl\:prose h2 code {
      font-size: .875em
  }

  .xl\:prose h3 code {
      font-size: .9em
  }

  .xl\:prose ul {
      margin-top: 1.25em;
      margin-bottom: 1.25em
  }

  .xl\:prose li {
      margin-top: .5em;
      margin-bottom: .5em
  }

  .xl\:prose ol>li:before {
      left: 0
  }

  .xl\:prose>ul>li p {
      margin-top: .75em;
      margin-bottom: .75em
  }

  .xl\:prose>ul>li>:first-child {
      margin-top: 1.25em
  }

  .xl\:prose>ul>li>:last-child {
      margin-bottom: 1.25em
  }

  .xl\:prose>ol>li>:first-child {
      margin-top: 1.25em
  }

  .xl\:prose>ol>li>:last-child {
      margin-bottom: 1.25em
  }

  .xl\:prose ol ol,.xl\:prose ol ul,.xl\:prose ul ol,.xl\:prose ul ul {
      margin-top: .75em;
      margin-bottom: .75em
  }

  .xl\:prose h2+*,.xl\:prose h3+*,.xl\:prose h4+*,.xl\:prose hr+* {
      margin-top: 0
  }

  .xl\:prose thead th:first-child {
      padding-left: 0
  }

  .xl\:prose thead th:last-child {
      padding-right: 0
  }

  .xl\:prose tbody td:first-child {
      padding-left: 0
  }

  .xl\:prose tbody td:last-child {
      padding-right: 0
  }

  .xl\:prose>:first-child {
      margin-top: 0
  }

  .xl\:prose>:last-child {
      margin-bottom: 0
  }

  .xl\:prose-sm {
      font-size: .875rem;
      line-height: 1.7142857
  }

  .xl\:prose-sm p {
      margin-top: 1.1428571em;
      margin-bottom: 1.1428571em
  }

  .xl\:prose-sm [class~=lead] {
      font-size: 1.2857143em;
      line-height: 1.5555556;
      margin-top: .8888889em;
      margin-bottom: .8888889em
  }

  .xl\:prose-sm blockquote {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em;
      padding-left: 1.1111111em
  }

  .xl\:prose-sm h1 {
      font-size: 2.1428571em;
      margin-top: 0;
      margin-bottom: .8em;
      line-height: 1.2
  }

  .xl\:prose-sm h2 {
      font-size: 1.4285714em;
      margin-top: 1.6em;
      margin-bottom: .8em;
      line-height: 1.4
  }

  .xl\:prose-sm h3 {
      font-size: 1.2857143em;
      margin-top: 1.5555556em;
      margin-bottom: .4444444em;
      line-height: 1.5555556
  }

  .xl\:prose-sm h4 {
      margin-top: 1.4285714em;
      margin-bottom: .5714286em;
      line-height: 1.4285714
  }

  .xl\:prose-sm figure,.xl\:prose-sm img,.xl\:prose-sm video {
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em
  }

  .xl\:prose-sm figure>* {
      margin-top: 0;
      margin-bottom: 0
  }

  .xl\:prose-sm figure figcaption {
      font-size: .8571429em;
      line-height: 1.3333333;
      margin-top: .6666667em
  }

  .xl\:prose-sm code {
      font-size: .8571429em
  }

  .xl\:prose-sm h2 code {
      font-size: .9em
  }

  .xl\:prose-sm h3 code {
      font-size: .8888889em
  }

  .xl\:prose-sm pre {
      font-size: .8571429em;
      line-height: 1.6666667;
      margin-top: 1.6666667em;
      margin-bottom: 1.6666667em;
      border-radius: .25rem;
      padding: .6666667em 1em
  }

  .xl\:prose-sm ol,.xl\:prose-sm ul {
      margin-top: 1.1428571em;
      margin-bottom: 1.1428571em
  }

  .xl\:prose-sm li {
      margin-top: .2857143em;
      margin-bottom: .2857143em
  }

  .xl\:prose-sm ol>li {
      padding-left: 1.5714286em
  }

  .xl\:prose-sm ol>li:before {
      left: 0
  }

  .xl\:prose-sm ul>li {
      padding-left: 1.5714286em
  }

  .xl\:prose-sm ul>li:before {
      height: .3571429em;
      width: .3571429em;
      top: .67857em;
      left: .2142857em
  }

  .xl\:prose-sm>ul>li p {
      margin-top: .5714286em;
      margin-bottom: .5714286em
  }

  .xl\:prose-sm>ul>li>:first-child {
      margin-top: 1.1428571em
  }

  .xl\:prose-sm>ul>li>:last-child {
      margin-bottom: 1.1428571em
  }

  .xl\:prose-sm>ol>li>:first-child {
      margin-top: 1.1428571em
  }

  .xl\:prose-sm>ol>li>:last-child {
      margin-bottom: 1.1428571em
  }

  .xl\:prose-sm ol ol,.xl\:prose-sm ol ul,.xl\:prose-sm ul ol,.xl\:prose-sm ul ul {
      margin-top: .5714286em;
      margin-bottom: .5714286em
  }

  .xl\:prose-sm hr {
      margin-top: 2.8571429em;
      margin-bottom: 2.8571429em
  }

  .xl\:prose-sm h2+*,.xl\:prose-sm h3+*,.xl\:prose-sm h4+*,.xl\:prose-sm hr+* {
      margin-top: 0
  }

  .xl\:prose-sm table {
      font-size: .8571429em;
      line-height: 1.5
  }

  .xl\:prose-sm thead th {
      padding-right: 1em;
      padding-bottom: .6666667em;
      padding-left: 1em
  }

  .xl\:prose-sm thead th:first-child {
      padding-left: 0
  }

  .xl\:prose-sm thead th:last-child {
      padding-right: 0
  }

  .xl\:prose-sm tbody td {
      padding: .6666667em 1em
  }

  .xl\:prose-sm tbody td:first-child {
      padding-left: 0
  }

  .xl\:prose-sm tbody td:last-child {
      padding-right: 0
  }

  .xl\:prose-sm>:first-child {
      margin-top: 0
  }

  .xl\:prose-sm>:last-child {
      margin-bottom: 0
  }

  .xl\:prose-lg {
      font-size: 1.125rem;
      line-height: 1.7777778
  }

  .xl\:prose-lg p {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em
  }

  .xl\:prose-lg [class~=lead] {
      font-size: 1.2222222em;
      line-height: 1.4545455;
      margin-top: 1.0909091em;
      margin-bottom: 1.0909091em
  }

  .xl\:prose-lg blockquote {
      margin-top: 1.6666667em;
      margin-bottom: 1.6666667em;
      padding-left: 1em
  }

  .xl\:prose-lg h1 {
      font-size: 2.6666667em;
      margin-top: 0;
      margin-bottom: .8333333em;
      line-height: 1
  }

  .xl\:prose-lg h2 {
      font-size: 1.6666667em;
      margin-top: 1.8666667em;
      margin-bottom: 1.0666667em;
      line-height: 1.3333333
  }

  .xl\:prose-lg h3 {
      font-size: 1.3333333em;
      margin-top: 1.6666667em;
      margin-bottom: .6666667em;
      line-height: 1.5
  }

  .xl\:prose-lg h4 {
      margin-top: 1.7777778em;
      margin-bottom: .4444444em;
      line-height: 1.5555556
  }

  .xl\:prose-lg figure,.xl\:prose-lg img,.xl\:prose-lg video {
      margin-top: 1.7777778em;
      margin-bottom: 1.7777778em
  }

  .xl\:prose-lg figure>* {
      margin-top: 0;
      margin-bottom: 0
  }

  .xl\:prose-lg figure figcaption {
      font-size: .8888889em;
      line-height: 1.5;
      margin-top: 1em
  }

  .xl\:prose-lg code {
      font-size: .8888889em
  }

  .xl\:prose-lg h2 code {
      font-size: .8666667em
  }

  .xl\:prose-lg h3 code {
      font-size: .875em
  }

  .xl\:prose-lg pre {
      font-size: .8888889em;
      line-height: 1.75;
      margin-top: 2em;
      margin-bottom: 2em;
      border-radius: .375rem;
      padding: 1em 1.5em
  }

  .xl\:prose-lg ol,.xl\:prose-lg ul {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em
  }

  .xl\:prose-lg li {
      margin-top: .6666667em;
      margin-bottom: .6666667em
  }

  .xl\:prose-lg ol>li {
      padding-left: 1.6666667em
  }

  .xl\:prose-lg ol>li:before {
      left: 0
  }

  .xl\:prose-lg ul>li {
      padding-left: 1.6666667em
  }

  .xl\:prose-lg ul>li:before {
      width: .3333333em;
      height: .3333333em;
      top: .72222em;
      left: .2222222em
  }

  .xl\:prose-lg>ul>li p {
      margin-top: .8888889em;
      margin-bottom: .8888889em
  }

  .xl\:prose-lg>ul>li>:first-child {
      margin-top: 1.3333333em
  }

  .xl\:prose-lg>ul>li>:last-child {
      margin-bottom: 1.3333333em
  }

  .xl\:prose-lg>ol>li>:first-child {
      margin-top: 1.3333333em
  }

  .xl\:prose-lg>ol>li>:last-child {
      margin-bottom: 1.3333333em
  }

  .xl\:prose-lg ol ol,.xl\:prose-lg ol ul,.xl\:prose-lg ul ol,.xl\:prose-lg ul ul {
      margin-top: .8888889em;
      margin-bottom: .8888889em
  }

  .xl\:prose-lg hr {
      margin-top: 3.1111111em;
      margin-bottom: 3.1111111em
  }

  .xl\:prose-lg h2+*,.xl\:prose-lg h3+*,.xl\:prose-lg h4+*,.xl\:prose-lg hr+* {
      margin-top: 0
  }

  .xl\:prose-lg table {
      font-size: .8888889em;
      line-height: 1.5
  }

  .xl\:prose-lg thead th {
      padding-right: .75em;
      padding-bottom: .75em;
      padding-left: .75em
  }

  .xl\:prose-lg thead th:first-child {
      padding-left: 0
  }

  .xl\:prose-lg thead th:last-child {
      padding-right: 0
  }

  .xl\:prose-lg tbody td {
      padding: .75em
  }

  .xl\:prose-lg tbody td:first-child {
      padding-left: 0
  }

  .xl\:prose-lg tbody td:last-child {
      padding-right: 0
  }

  .xl\:prose-lg>:first-child {
      margin-top: 0
  }

  .xl\:prose-lg>:last-child {
      margin-bottom: 0
  }

  .xl\:prose-xl {
      font-size: 1.25rem;
      line-height: 1.8
  }

  .xl\:prose-xl p {
      margin-top: 1.2em;
      margin-bottom: 1.2em
  }

  .xl\:prose-xl [class~=lead] {
      font-size: 1.2em;
      line-height: 1.5;
      margin-top: 1em;
      margin-bottom: 1em
  }

  .xl\:prose-xl blockquote {
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-left: 1.0666667em
  }

  .xl\:prose-xl h1 {
      font-size: 2.8em;
      margin-top: 0;
      margin-bottom: .8571429em;
      line-height: 1
  }

  .xl\:prose-xl h2 {
      font-size: 1.8em;
      margin-top: 1.5555556em;
      margin-bottom: .8888889em;
      line-height: 1.1111111
  }

  .xl\:prose-xl h3 {
      font-size: 1.5em;
      margin-top: 1.6em;
      margin-bottom: .6666667em;
      line-height: 1.3333333
  }

  .xl\:prose-xl h4 {
      margin-top: 1.8em;
      margin-bottom: .6em;
      line-height: 1.6
  }

  .xl\:prose-xl figure,.xl\:prose-xl img,.xl\:prose-xl video {
      margin-top: 2em;
      margin-bottom: 2em
  }

  .xl\:prose-xl figure>* {
      margin-top: 0;
      margin-bottom: 0
  }

  .xl\:prose-xl figure figcaption {
      font-size: .9em;
      line-height: 1.5555556;
      margin-top: 1em
  }

  .xl\:prose-xl code {
      font-size: .9em
  }

  .xl\:prose-xl h2 code {
      font-size: .8611111em
  }

  .xl\:prose-xl h3 code {
      font-size: .9em
  }

  .xl\:prose-xl pre {
      font-size: .9em;
      line-height: 1.7777778;
      margin-top: 2em;
      margin-bottom: 2em;
      border-radius: .5rem;
      padding: 1.1111111em 1.3333333em
  }

  .xl\:prose-xl ol,.xl\:prose-xl ul {
      margin-top: 1.2em;
      margin-bottom: 1.2em
  }

  .xl\:prose-xl li {
      margin-top: .6em;
      margin-bottom: .6em
  }

  .xl\:prose-xl ol>li {
      padding-left: 1.8em
  }

  .xl\:prose-xl ol>li:before {
      left: 0
  }

  .xl\:prose-xl ul>li {
      padding-left: 1.8em
  }

  .xl\:prose-xl ul>li:before {
      width: .35em;
      height: .35em;
      top: .725em;
      left: .25em
  }

  .xl\:prose-xl>ul>li p {
      margin-top: .8em;
      margin-bottom: .8em
  }

  .xl\:prose-xl>ul>li>:first-child {
      margin-top: 1.2em
  }

  .xl\:prose-xl>ul>li>:last-child {
      margin-bottom: 1.2em
  }

  .xl\:prose-xl>ol>li>:first-child {
      margin-top: 1.2em
  }

  .xl\:prose-xl>ol>li>:last-child {
      margin-bottom: 1.2em
  }

  .xl\:prose-xl ol ol,.xl\:prose-xl ol ul,.xl\:prose-xl ul ol,.xl\:prose-xl ul ul {
      margin-top: .8em;
      margin-bottom: .8em
  }

  .xl\:prose-xl hr {
      margin-top: 2.8em;
      margin-bottom: 2.8em
  }

  .xl\:prose-xl h2+*,.xl\:prose-xl h3+*,.xl\:prose-xl h4+*,.xl\:prose-xl hr+* {
      margin-top: 0
  }

  .xl\:prose-xl table {
      font-size: .9em;
      line-height: 1.5555556
  }

  .xl\:prose-xl thead th {
      padding-right: .6666667em;
      padding-bottom: .8888889em;
      padding-left: .6666667em
  }

  .xl\:prose-xl thead th:first-child {
      padding-left: 0
  }

  .xl\:prose-xl thead th:last-child {
      padding-right: 0
  }

  .xl\:prose-xl tbody td {
      padding: .8888889em .6666667em
  }

  .xl\:prose-xl tbody td:first-child {
      padding-left: 0
  }

  .xl\:prose-xl tbody td:last-child {
      padding-right: 0
  }

  .xl\:prose-xl>:first-child {
      margin-top: 0
  }

  .xl\:prose-xl>:last-child {
      margin-bottom: 0
  }

  .xl\:prose-2xl {
      font-size: 1.5rem;
      line-height: 1.6666667
  }

  .xl\:prose-2xl p {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em
  }

  .xl\:prose-2xl [class~=lead] {
      font-size: 1.25em;
      line-height: 1.4666667;
      margin-top: 1.0666667em;
      margin-bottom: 1.0666667em
  }

  .xl\:prose-2xl blockquote {
      margin-top: 1.7777778em;
      margin-bottom: 1.7777778em;
      padding-left: 1.1111111em
  }

  .xl\:prose-2xl h1 {
      font-size: 2.6666667em;
      margin-top: 0;
      margin-bottom: .875em;
      line-height: 1
  }

  .xl\:prose-2xl h2 {
      font-size: 2em;
      margin-top: 1.5em;
      margin-bottom: .8333333em;
      line-height: 1.0833333
  }

  .xl\:prose-2xl h3 {
      font-size: 1.5em;
      margin-top: 1.5555556em;
      margin-bottom: .6666667em;
      line-height: 1.2222222
  }

  .xl\:prose-2xl h4 {
      margin-top: 1.6666667em;
      margin-bottom: .6666667em;
      line-height: 1.5
  }

  .xl\:prose-2xl figure,.xl\:prose-2xl img,.xl\:prose-2xl video {
      margin-top: 2em;
      margin-bottom: 2em
  }

  .xl\:prose-2xl figure>* {
      margin-top: 0;
      margin-bottom: 0
  }

  .xl\:prose-2xl figure figcaption {
      font-size: .8333333em;
      line-height: 1.6;
      margin-top: 1em
  }

  .xl\:prose-2xl code {
      font-size: .8333333em
  }

  .xl\:prose-2xl h2 code {
      font-size: .875em
  }

  .xl\:prose-2xl h3 code {
      font-size: .8888889em
  }

  .xl\:prose-2xl pre {
      font-size: .8333333em;
      line-height: 1.8;
      margin-top: 2em;
      margin-bottom: 2em;
      border-radius: .5rem;
      padding: 1.2em 1.6em
  }

  .xl\:prose-2xl ol,.xl\:prose-2xl ul {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em
  }

  .xl\:prose-2xl li {
      margin-top: .5em;
      margin-bottom: .5em
  }

  .xl\:prose-2xl ol>li {
      padding-left: 1.6666667em
  }

  .xl\:prose-2xl ol>li:before {
      left: 0
  }

  .xl\:prose-2xl ul>li {
      padding-left: 1.6666667em
  }

  .xl\:prose-2xl ul>li:before {
      width: .3333333em;
      height: .3333333em;
      top: .66667em;
      left: .25em
  }

  .xl\:prose-2xl>ul>li p {
      margin-top: .8333333em;
      margin-bottom: .8333333em
  }

  .xl\:prose-2xl>ul>li>:first-child {
      margin-top: 1.3333333em
  }

  .xl\:prose-2xl>ul>li>:last-child {
      margin-bottom: 1.3333333em
  }

  .xl\:prose-2xl>ol>li>:first-child {
      margin-top: 1.3333333em
  }

  .xl\:prose-2xl>ol>li>:last-child {
      margin-bottom: 1.3333333em
  }

  .xl\:prose-2xl ol ol,.xl\:prose-2xl ol ul,.xl\:prose-2xl ul ol,.xl\:prose-2xl ul ul {
      margin-top: .6666667em;
      margin-bottom: .6666667em
  }

  .xl\:prose-2xl hr {
      margin-top: 3em;
      margin-bottom: 3em
  }

  .xl\:prose-2xl h2+*,.xl\:prose-2xl h3+*,.xl\:prose-2xl h4+*,.xl\:prose-2xl hr+* {
      margin-top: 0
  }

  .xl\:prose-2xl table {
      font-size: .8333333em;
      line-height: 1.4
  }

  .xl\:prose-2xl thead th {
      padding-right: .6em;
      padding-bottom: .8em;
      padding-left: .6em
  }

  .xl\:prose-2xl thead th:first-child {
      padding-left: 0
  }

  .xl\:prose-2xl thead th:last-child {
      padding-right: 0
  }

  .xl\:prose-2xl tbody td {
      padding: .8em .6em
  }

  .xl\:prose-2xl tbody td:first-child {
      padding-left: 0
  }

  .xl\:prose-2xl tbody td:last-child {
      padding-right: 0
  }

  .xl\:prose-2xl>:first-child {
      margin-top: 0
  }

  .xl\:prose-2xl>:last-child {
      margin-bottom: 0
  }

  .xl\:col,.xl\:col-1,.xl\:col-2,.xl\:col-3,.xl\:col-4,.xl\:col-5,.xl\:col-6,.xl\:col-7,.xl\:col-8,.xl\:col-9,.xl\:col-10,.xl\:col-11,.xl\:col-12 {
      box-sizing: border-box;
      flex: 0 0 auto;
      padding-left: .5rem;
      padding-right: .5rem
  }

  .xl\:col {
      flex-grow: 1;
      flex-basis: 0;
      max-width: 100%
  }

  .xl\:col-1 {
      flex-basis: 8.33333333%;
      max-width: 8.33333333%
  }

  .xl\:col-2 {
      flex-basis: 16.66666667%;
      max-width: 16.66666667%
  }

  .xl\:col-3 {
      flex-basis: 25%;
      max-width: 25%
  }

  .xl\:col-4 {
      flex-basis: 33.33333333%;
      max-width: 33.33333333%
  }

  .xl\:col-5 {
      flex-basis: 41.66666667%;
      max-width: 41.66666667%
  }

  .xl\:col-6 {
      flex-basis: 50%;
      max-width: 50%
  }

  .xl\:col-7 {
      flex-basis: 58.33333333%;
      max-width: 58.33333333%
  }

  .xl\:col-8 {
      flex-basis: 66.66666667%;
      max-width: 66.66666667%
  }

  .xl\:col-9 {
      flex-basis: 75%;
      max-width: 75%
  }

  .xl\:col-10 {
      flex-basis: 83.33333333%;
      max-width: 83.33333333%
  }

  .xl\:col-11 {
      flex-basis: 91.66666667%;
      max-width: 91.66666667%
  }

  .xl\:col-12 {
      flex-basis: 100%;
      max-width: 100%
  }
}
div#auth-content {
  text-align: left;
}
button#continue-previous {
  margin-bottom: 10px;
}
.iti {
  width: 100%;
  max-width: 320px;
  position: relative;
}

/* Input appearance */
.iti input {
  width: 100%;
  padding-left: 65px !important; /* reasonable space for the dial code */
  box-sizing: border-box;
}

/* Optional: adjust dial code block width if needed */
.iti__selected-flag {
  width: 60px;
}

/* Ensure the dropdown arrow doesn't stretch things */
.iti__arrow {
  margin-left: 5px;
}
.buyer_normal,.buyer_enterprise,.seller_normal,.selle_enterprise,.buyer_dispositivo,.buyer_telefonomovil {
    padding: 10px 20px!important;
    font-size: 18px!important;
    background: transparent!important;
    border: 1px solid #333!important;
    color:#000!important;
    
}
.buyer_normal{margin-left: 5px;}
.buyer_normal.active,.buyer_enterprise.active,.selle_enterprise.active,.seller_normal.active,.buyer_dispositivo,.buyer_telefonomovil{
background: var(--e-global-color-primary)!important;
border-color: var(--e-global-color-primary)!important;
color:#fff!important
}