h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
  font-weight: normal;
}
h1.title::after,
h2.title::after,
h3.title::after,
h4.title::after,
h5.title::after,
h6.title::after {
  content: "";
  display: block;
  width: 40px;
  height: 6px;
  margin-top: 16px;
  background-color: var(--pleca-color, #edd350);
  border-radius: 6px;
}
h1.title--center,
h2.title--center,
h3.title--center,
h4.title--center,
h5.title--center,
h6.title--center {
  text-align: center;
}
h1.title--center::after,
h2.title--center::after,
h3.title--center::after,
h4.title--center::after,
h5.title--center::after,
h6.title--center::after {
  margin: 16px auto 0;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hero .title {
  --hero-font-family: "Poppins";
  font-weight: 700;
}

@media (min-width: 768px) {
  .hero {
    gap: 40px;
  }
}
:root {
  --hero-font-family: "Playfair Display";
  --text-font-family: "Poppins";
  --bold-font-family: "Poppins";
  --book-font-family: "Poppins";
  --text-appointment-font-family: "Helvetica Neue Bold";
  --hero-xl-size: 20px;
  --hero-lg-size: 18px;
  --hero-md-size: 16px;
  --hero-sm-size: 16px;
  --card-title-size: 18px;
  --title-pleca-height-1: 6px;
  --title-pleca-height-2: 4px;
  --title-pleca-height-3: 2px;
  --text-appointment-size: 16px;
  --text-size: 16px;
  --blue: #006FB9;
  --blue-50: #FAFBFC;
  --blue-100: #F1F4FA;
  --blue-150: #D9E3F2;
  --blue-200: #A1B8DE;
  --blue-300: #006FB9;
  --blue-400: #145B97;
  --blue-500: #194B7B;
  --blue-600: #103151;
  --dark-blue-300: #169BF3;
  --yellow: #FFDD35;
  --yellow-100: #FFF9E0;
  --yellow-200: #FFEC99;
  --yellow-400: #D3B318;
  --yellow-500: #847220;
  --red-400: #BA4B44;
  --red-600: #CC0000;
  --white: #FFFFFF;
  --gray-100: #EEEDED;
  --gray-200: #BEBEBD;
  --gray-300: #9B9A98;
  --gray-400: #777673;
  --gray-500: #595955;
  --gray-600: #3B3A37;
  --gray-700: #1B1A16;
  --hero-color: var(--blue-600);
  --paragraph-color: var(--gray-600);
  --tab-content-padding-top: 24px;
  --card-width: 100%;
  --loader-width: 82px;
  --loader-height: 68px;
  --arrow-down: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.09465 7.56198C2.38752 7.26907 2.8624 7.26905 3.15531 7.56193L12 16.4058L20.8447 7.56193C21.1376 7.26905 21.6125 7.26907 21.9054 7.56198C22.1982 7.85489 22.1982 8.32976 21.9053 8.62264L12.9724 17.5547C12.9724 17.5547 12.9724 17.5548 12.9723 17.5548C12.8447 17.6826 12.6932 17.7839 12.5263 17.8531C12.3595 17.9223 12.1806 17.9579 12 17.9579C11.8194 17.9579 11.6405 17.9223 11.4737 17.8531C11.307 17.784 11.1556 17.6828 11.028 17.5551C11.0279 17.555 11.0278 17.5549 11.0276 17.5547L2.09469 8.62264C1.80179 8.32976 1.80177 7.85489 2.09465 7.56198Z' fill='%23006FB9'/%3E%3C/svg%3E") ;
}

@media (min-width: 576px) {
  :root {
    --card-width: calc(50% - 32px) ;
  }
}
@media (min-width: 768px) {
  :root {
    --hero-xl-size: 32px;
    --hero-lg-size: 24px;
    --hero-md-size: 22px;
    --hero-sm-size: 18px;
    --text-size: 18px;
    --title-pleca-height-1: 8px;
    --title-pleca-height-2: 6px;
    --title-pleca-height-3: 4px;
    --tab-content-padding-top: 30px;
    --bc-a-display: inline-flex;
    --loader-width: 120px;
    --loader-height: 99px ;
  }
}
@media (min-width: 1366px) {
  :root {
    --hero-xl-size: 46px;
    --hero-lg-size: 36px;
    --hero-md-size: 28px;
    --hero-sm-size: 22px;
    --card-title-size: 20px;
    --title-pleca-height-1: 12px;
    --title-pleca-height-2: 10px;
    --title-pleca-height-3: 8px;
    --card-width: calc(33.33% - 32px) ;
  }
}
.link-desktop {
  display: block;
}

.link-movil {
  display: none !important;
}

.accordion-item .title h3 {
  width: 100%;
}

.bicolor .content p {
  text-align: center;
}

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

.app-download {
  padding: 4px 35px !important;
}

.accordion-item div label strong {
  vertical-align: super !important;
}

.logoBar,
.fh5---banner---container {
  display: none !important;
  margin-left: -10%;
}

.breadcrumbs a:nth-child(1):before {
  display: none;
}

.breadcrumbs {
  margin-top: 10px;
}

.ctafore_desktop {
  display: block;
}

.customize-partial-edit-shortcuts-shown .content .wp-block-image img,
.customize-support .content .wp-block-image img,
.wp-block-columns .wp-block-column .wp-block-image img {
  object-fit: contain;
}

.icono_admiracion span img {
  width: 12px !important;
}

@media (max-width: 780px) {
  .requisitos {
    margin-top: -20% !important;
  }
  .breadcrumbs a {
    font-size: 12px !important;
  }
  .app-download {
    width: 100% !important;
    margin-left: 0;
  }
  .app-download div div a {
    padding: 4px 35px !important;
  }
  .app-download {
    width: 80%;
  }
  .breadcrumbs a {
    display: inline-flex !important;
  }
  .breadcrumbs a:last-child {
    color: #1b1a16;
  }
  .breadcrumbs a:before {
    background-image: url(https://aforecoppel.com/wp-content/uploads/2024/07/fd.png) !important;
  }
}
@media (min-width: 769px) {
  .main__header--content .options {
    border-right: none !important;
  }
  #descarga_app {
    margin-top: 20px;
  }
}
.cols,
.columns {
  display: flex;
  flex-wrap: wrap;
}

.cols.col-gapless,
.columns.col-gapless {
  margin-left: 0;
  margin-right: 0;
}

.cols.col-gapless > .column,
.columns.col-gapless > .column {
  padding-left: 0;
  padding-right: 0;
}

.cols.col-oneline,
.columns.col-oneline {
  flex-wrap: nowrap;
  overflow-x: auto;
}

[class~=col-],
.column {
  flex: 1;
  max-width: 100%;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

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

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.col-auto {
  width: auto;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

@media (min-width: 576px) {
  .col-sx-12,
  .col-sx-11,
  .col-sx-10,
  .col-sx-9,
  .col-sx-8,
  .col-sx-7,
  .col-sx-6,
  .col-sx-5,
  .col-sx-4,
  .col-sx-3,
  .col-sx-2,
  .col-sx-1,
  .col-sx-auto {
    flex: none;
  }
  .col-sx-12 {
    width: 100%;
  }
  .col-sx-11 {
    width: 91.66666667%;
  }
  .col-sx-10 {
    width: 83.33333333%;
  }
  .col-sx-9 {
    width: 75%;
  }
  .col-sx-8 {
    width: 66.66666667%;
  }
  .col-sx-7 {
    width: 58.33333333%;
  }
  .col-sx-6 {
    width: 50%;
  }
  .col-sx-5 {
    width: 41.66666667%;
  }
  .col-sx-4 {
    width: 33.33333333%;
  }
  .col-sx-3 {
    width: 25%;
  }
  .col-sx-2 {
    width: 16.66666667%;
  }
  .col-sx-1 {
    width: 8.33333333%;
  }
  .col-sx-auto {
    width: auto;
  }
  .hide-sx {
    display: none !important;
  }
  .show-sx {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1,
  .col-sm-auto {
    flex: none;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-auto {
    width: auto;
  }
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1,
  .col-md-auto {
    flex: none;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-auto {
    width: auto;
  }
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1,
  .col-lg-auto {
    flex: none;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-auto {
    width: auto;
  }
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
}
@media (min-width: 1400px) {
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1,
  .col-xl-auto {
    flex: none;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-auto {
    width: auto;
  }
  .hide-xl {
    display: none !important;
  }
  .show-xl {
    display: block !important;
  }
}
p:last-child {
  margin-bottom: 0;
}

.text-white {
  color: var(--white);
}

.text-gray {
  color: var(--gray-600);
}

.text-black {
  color: var(--gray-700);
}

.text-blue {
  color: var(--blue-600);
}

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

.text-rigth {
  text-align: end;
}

.text-error {
  color: var(--red-400);
}

.text-bold {
  font-family: var(--bold-font-family);
}

blockquote,
blockquote > * {
  font-family: var(--text-appointment-font-family);
  font-size: var(--text-appointment-size);
}

.has-white-color * {
  color: var(--white);
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.d-none,
.d-hide {
  display: none !important;
}

.d-visible {
  visibility: visible;
}

.d-invisible {
  visibility: hidden;
}

.text-hide {
  background: transparent;
  border: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
}

.text-assistive {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.width-auto {
  width: auto;
}

.width-25 {
  width: 25%;
}

.width-50 {
  width: 50%;
}

.width-75 {
  width: 75%;
}

.width-100 {
  width: 100%;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-fixed {
  position: fixed !important;
}

.p-sticky {
  position: sticky !important;
}

.p-centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.flex-centered {
  align-items: center;
  display: flex;
  justify-content: center;
}

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

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

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

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

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

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.m-1 {
  margin: 0.2rem !important;
}

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

.ml-1 {
  margin-left: 0.2rem !important;
}

.mr-1 {
  margin-right: 0.2rem !important;
}

.mt-1 {
  margin-top: 0.2rem !important;
}

.mx-1 {
  margin-left: 0.2rem !important;
  margin-right: 0.2rem !important;
}

.my-1 {
  margin-bottom: 0.2rem !important;
  margin-top: 0.2rem !important;
}

.m-2 {
  margin: 0.4rem !important;
}

.mb-2 {
  margin-bottom: 0.4rem !important;
}

.ml-2 {
  margin-left: 0.4rem !important;
}

.mr-2 {
  margin-right: 0.4rem !important;
}

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

.mx-2 {
  margin-left: 0.4rem !important;
  margin-right: 0.4rem !important;
}

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

.m-3 {
  margin: 0.6rem !important;
}

.mb-3 {
  margin-bottom: 0.6rem !important;
}

.ml-3 {
  margin-left: 0.6rem !important;
}

.mr-3 {
  margin-right: 0.6rem !important;
}

.mt-3 {
  margin-top: 0.6rem !important;
}

.mx-3 {
  margin-left: 0.6rem !important;
  margin-right: 0.6rem !important;
}

.my-3 {
  margin-bottom: 0.6rem !important;
  margin-top: 0.6rem !important;
}

.m-4 {
  margin: 0.8rem !important;
}

.mb-4 {
  margin-bottom: 0.8rem !important;
}

.ml-4 {
  margin-left: 0.8rem !important;
}

.mr-4 {
  margin-right: 0.8rem !important;
}

.mt-4 {
  margin-top: 0.8rem !important;
}

.mx-4 {
  margin-left: 0.8rem !important;
  margin-right: 0.8rem !important;
}

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important;
}

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

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

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

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

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

.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.p-1 {
  padding: 0.2rem !important;
}

.pb-1 {
  padding-bottom: 0.2rem !important;
}

.pl-1 {
  padding-left: 0.2rem !important;
}

.pr-1 {
  padding-right: 0.2rem !important;
}

.pt-1 {
  padding-top: 0.2rem !important;
}

.px-1 {
  padding-left: 0.2rem !important;
  padding-right: 0.2rem !important;
}

.py-1 {
  padding-bottom: 0.2rem !important;
  padding-top: 0.2rem !important;
}

.p-2 {
  padding: 0.4rem !important;
}

.pb-2 {
  padding-bottom: 0.4rem !important;
}

.pl-2 {
  padding-left: 0.4rem !important;
}

.pr-2 {
  padding-right: 0.4rem !important;
}

.pt-2 {
  padding-top: 0.4rem !important;
}

.px-2 {
  padding-left: 0.4rem !important;
  padding-right: 0.4rem !important;
}

.py-2 {
  padding-bottom: 0.4rem !important;
  padding-top: 0.4rem !important;
}

.p-3 {
  padding: 0.6rem !important;
}

.pb-3 {
  padding-bottom: 0.6rem !important;
}

.pl-3 {
  padding-left: 0.6rem !important;
}

.pr-3 {
  padding-right: 0.6rem !important;
}

.pt-3 {
  padding-top: 0.6rem !important;
}

.px-3 {
  padding-left: 0.6rem !important;
  padding-right: 0.6rem !important;
}

.py-3 {
  padding-bottom: 0.6rem !important;
  padding-top: 0.6rem !important;
}

.p-4 {
  padding: 0.8rem !important;
}

.pb-4 {
  padding-bottom: 0.8rem !important;
}

.pl-4 {
  padding-left: 0.8rem !important;
}

.pr-4 {
  padding-right: 0.8rem !important;
}

.pt-4 {
  padding-top: 0.8rem !important;
}

.px-4 {
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
}

.py-4 {
  padding-bottom: 0.8rem !important;
  padding-top: 0.8rem !important;
}

form label {
  display: inline-flex;
  flex-direction: column;
}

form label span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

form label span,
form label span * {
  font-size: calc(var(--text-size) - 2px);
  padding: 6px 0;
}

form label input,
form label select,
form label textarea {
  padding: 12px 16px;
  border-radius: 8px;
  appearance: none;
  border: none;
  outline: 2px solid var(--gray-600);
  margin: 4px 0 6px;
}

form label input[prefix]::marker,
form label select[prefix]::marker,
form label textarea[prefix]::marker {
  content: attr(prefix);
}

form label input:hover,
form label select:hover,
form label textarea:hover {
  outline-color: var(--blue-400);
}

form label input:active,
form label select:active,
form label textarea:active {
  outline-color: var(--blue-200);
}

form label input:focus,
form label select:focus,
form label textarea:focus {
  outline-color: var(--blue);
}

form label input:invalid,
form label input.invalid,
form label select:invalid,
form label select.invalid,
form label textarea:invalid,
form label textarea.invalid {
  outline-color: var(--red-600);
}

form label input:invalid ~ span,
form label input.invalid ~ span,
form label select:invalid ~ span,
form label select.invalid ~ span,
form label textarea:invalid ~ span,
form label textarea.invalid ~ span {
  color: var(--red-600);
}

form label input:disabled,
form label select:disabled,
form label textarea:disabled {
  outline-color: var(--blue-200);
}

form label input:disabled ~ span,
form label select:disabled ~ span,
form label textarea:disabled ~ span {
  color: var(--blue-200);
}

form label textarea {
  resize: vertical;
}

form label input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

form label select {
  background: transparent var(--arrow-down);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: calc(100% - 16px);
  padding-right: 1.2rem;
}

form label select option {
  font-family: var(--text-font-family);
  font-size: var(--text-size);
}

form fieldset {
  outline: none;
  border: none;
}

form fieldset label {
  flex-direction: row;
}

form fieldset label input[type=radio],
form fieldset label input[type=checkbox] {
  outline: none;
  border: none;
  margin: 0 8px 0 0;
  padding: 0;
  appearance: auto;
}

form fieldset label span:first-child {
  order: 2;
}

form fieldset label span:last-child {
  order: 1;
}

form fieldset > span {
  width: 100%;
}

form fieldset > span.error {
  color: var(--red-600);
}

h1,
h2,
h3,
h4 {
  margin-bottom: 22px;
  color: var(--hero-color);
}

h1,
h1 *,
h2,
h2 *,
h3,
h3 *,
h4,
h4 * {
  font-family: var(--hero-font-family);
  font-weight: 700;
}

h1,
h1 *,
.title-xl,
.title-xl * {
  font-size: var(--hero-xl-size);
}

h2,
h2 *,
.title-lg,
.title-lg * {
  font-size: var(--hero-lg-size);
}

h3,
h3 *,
.title-md,
.title-md * {
  font-size: var(--hero-md-size);
}

h4,
h4 *,
.title-sm,
.title-sm * {
  font-size: var(--hero-sm-size);
}

:root {
  --bc-a-display: none;
  --bc-a-before-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2724%27 height=%2724%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M17.145 21.588a1.43 1.43 0 0 0 0-2.029l-7.3-7.3a.358.358 0 0 1 0-.514l7.3-7.3a1.43 1.43 0 1 0-2.014-2.029l-8.072 8.072a2.143 2.143 0 0 0 0 3.028l8.072 8.072a1.428 1.428 0 0 0 2.014 0Z%27 fill=%27%23006FB9%27/%3E%3C/svg%3E");
  --bc-a-beefore-margin-right: 6px;
  --bc-margin-bottom: 24px ;
}

.breadcrumbs {
  display: flex;
  gap: 4px;
  margin-bottom: var(--bc-margin-bottom);
}

.breadcrumbs a {
  display: var(--bc-a-display);
  align-items: center;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

.breadcrumbs a:nth-last-child(2) {
  display: inline-flex;
}

.breadcrumbs a:before {
  background-image: var(--bc-a-before-image);
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  margin-right: var(--bc-a-beefore-margin-right);
}

@media (min-width: 768px) {
  :root {
    --bc-a-display: inline-flex;
    --bc-a-before-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2724%27 height=%2724%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M8.24 5.228a.848.848 0 0 1 1.156 0l6.236 5.929c.117.11.21.242.272.387a1.142 1.142 0 0 1 0 .913 1.192 1.192 0 0 1-.272.387l-6.236 5.929a.848.848 0 0 1-1.156 0 .751.751 0 0 1 0-1.1L14.206 12 8.24 6.328a.751.751 0 0 1 0-1.1Z%27 fill=%27%23006FB9%27/%3E%3C/svg%3E");
    --bc-a-beefore-margin-right: 4px;
    --bc-margin-bottom: 40px ;
  }
  .breadcrumbs a:first-child:before {
    content: none;
  }
  .breadcrumbs a:last-child {
    color: var(--gray-700);
  }
}
.button {
  display: block;
  box-sizing: border-box;
  border-radius: 24px;
  text-align: center;
  padding: 10px 35px;
  border: none;
  outline: none;
  cursor: pointer;
  line-height: 28px;
  color: #fff !important;
  font-family: var(--hero-font-family);
}

.button,
.button:visited,
.button.active,
.button:active,
.button:focus,
.button:hover {
  text-decoration: none;
}

.button:not([disabled]) {
  outline: 1px solid var(--white);
  background-color: var(--blue);
}

.button:not([disabled]):hover {
  background-color: #145b97;
}

.button:not([disabled]):active {
  background-color: #194b7b;
}

.button[disabled] {
  background-color: #a1b8de;
  cursor: not-allowed;
}

.button.secondary {
  background-color: #fff;
}

.button.secondary:not([disabled]) {
  color: var(--blue) !important;
  outline: 1px solid #0c6cb9;
}

.button.secondary:not([disabled]):hover {
  background-color: #f1f4fa;
  color: #145b97 !important;
}

.button.secondary:not([disabled]):active {
  background-color: #d9e3f2;
}

.button.secondary[disabled] {
  color: #a1b8de !important;
  outline: 1px solid #A1B8DE !important;
}

.button.white {
  cursor: pointer;
  font-size: 20px;
  border-radius: 100px;
  background-color: var(--white);
  box-shadow: 0 6px 16px rgba(25, 75, 123, 0.0784313725);
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button.white:hover {
  background-color: #f1f4fa;
  color: #145b97 !important;
}

.buttons {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

@media (max-width: 770px) {
  .buttons {
    display: flex;
    flex-direction: column !important;
  }
  .buttons .button {
    width: 100% !important;
  }
}
:root {
  --card-shadow: 0px 4px 24px 0px rgba(165, 181, 211, .2);
  --card-border: 1px solid var(--blue-100) ;
}

.card {
  background-color: var(--white);
  border-radius: 16px;
  padding: 28px 16px;
  border: var(--card-border);
  box-shadow: var(--card-shadow);
}

.card.with-content {
  display: flex;
  flex-direction: column;
  height: initial;
}

.card.with-content > img {
  width: 100%;
  max-width: 100%;
  border-radius: 16px 16px 0 0;
}

.card.with-content > .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: content-box;
  margin: 0 20px 32px;
  height: 100%;
  position: relative;
}

.card.with-content > .content .chips {
  position: absolute;
  top: -42px;
  display: flex;
  gap: 16px;
  overflow: auto;
  max-width: 100%;
}

.card.with-content > .content .chips a {
  background-color: var(--yellow);
  color: var(--blue-600);
  flex-shrink: 0;
  border-radius: 4px;
  display: inline-block;
  min-width: var(--category-min-width);
  padding: var(--category-padding);
}

.card.with-content > .content .chips a:hover,
.card.with-content > .content .chips a:active,
.card.with-content > .content .chips a:focus {
  text-decoration: none;
}

.card.with-content > .content h3 {
  margin-top: 20px;
  margin-bottom: 16px;
  white-space: break-spaces;
}

.card.with-content > .content > .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.card:hover {
  box-shadow: 0 8px 26px rgba(125, 159, 211, 0.3019607843);
}

.card:active {
  outline: 1px solid var(--blue-200);
}

.card:focus,
.card:focus-visible {
  outline: 2px solid var(--blue-400);
}

.card.compact {
  display: flex;
  padding: 16px 20px 16px 0;
  background-color: unset;
  height: auto;
  box-shadow: inherit;
  border: inherit;
}

.card.compact.top {
  align-items: flex-start;
}

.card.compact.center {
  align-items: center;
}

.card.compact > img {
  display: block;
  width: auto;
  object-fit: contain;
  object-position: center;
  border-radius: unset;
}

.card.compact .content {
  padding-left: 6px;
}

.card.compact.list .wp-block-afore-coppel-card-with-content--content {
  display: flex;
  flex-direction: column;
}

.card h3,
.card.compact h3 {
  font-size: var(--card-title-size);
}

.cards {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  gap: 16px;
}

.cards .card {
  scroll-snap-align: end;
  width: var(--card-width);
  min-width: var(--card-width);
}

.cards .card.compact {
  padding: 16px;
  border: var(--card-border);
  box-shadow: var(--card-shadow);
}

.cards.vertical {
  flex-wrap: wrap;
}

@media (min-width: 481px) {
  .card {
    padding: 30px 60px;
  }
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.tabs {
  width: 100%;
}

.tabs .tab-buttons {
  align-items: center;
  border-bottom: 2px solid var(--blue-200);
  display: flex;
  flex-direction: row;
  list-style: none;
  overflow: auto hidden;
  gap: 0 12px;
  padding: 0;
  margin: 16px 0;
}

.tabs .tab-buttons .tab-button {
  color: var(--blue-600);
  padding: 12px;
}

.tabs .tab-buttons .tab-button:first-child {
  padding-left: 0;
}

.tabs .tab-buttons .tab-button.active {
  color: var(--blue);
  font-weight: 700;
  position: relative;
}

.tabs .tab-buttons .tab-button.active:after {
  background-color: var(--blue);
  bottom: -2px;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  width: calc(100% + 12px);
}

.tabs .tab-buttons .tab-button.active:last-child:after {
  width: 100%;
}

.tabs .tab-buttons .tab-button,
.tabs .tab-buttons .tab-button label {
  cursor: pointer;
}

.tabs .tab-buttons.align-center .tab-button {
  text-align: center;
  width: 100%;
  padding: 12px 0;
}

.tabs .tab-buttons.align-center .tab-button:not(.inactive):after {
  width: 100%;
}

.tabs .tab {
  padding-top: var(--tab-content-padding-top);
  display: none;
}

.tabs .tab.active {
  display: block;
}

@media (min-width: 768px) {
  .tabs.medium-size > .tab-buttons {
    width: 50%;
  }
  .tabs.medium-size > .tab-buttons.align-right {
    margin-left: auto;
  }
}
.answers {
  width: 100%;
}

.answers input {
  display: none;
}

.accordion-item {
  border: unset !important;
  border-radius: unset !important;
  background-color: transparent !important;
  border-top: 2px solid var(--blue-150) !important;
  border-bottom: 2px solid var(--blue-150) !important;
  margin: 0 auto;
}

.accordion-item label,
.accordion-item .title {
  cursor: pointer;
}

.accordion-item .title {
  user-select: none;
  padding: 15px;
  position: relative;
  font-family: Circular Bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-item .title label {
  font-family: Circular Bold;
  width: fit-content;
  color: var(--gray-700);
}

.accordion-item .title:after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: var(--arrow-down);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  float: right;
  transition: all 0.25s ease-out;
}

.accordion-item .content {
  display: block;
  max-height: 0;
  padding: 0 1rem;
  transition: all 0.35s;
  overflow: hidden;
}

.accordion-item input {
  display: none;
}

.accordion-item input:checked ~ .title:after {
  transform: rotate(180deg);
}

.accordion-item input:checked ~ .content {
  max-height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.accordion .accordion-item {
  border-top: unset !important;
}

.accordion .accordion-item:first-child {
  border-top: 2px solid var(--blue-150) !important;
}

.app-download .desktop {
  display: none;
}

.app-download .mobile {
  display: contents;
}

@media (min-width: 960px) {
  .app-download .desktop {
    display: contents;
  }
  .app-download .mobile {
    display: none;
  }
}
[data-tooltip] {
  position: relative;
}

[data-tooltip] img {
  width: var(--text-size);
  height: var(--text-size);
  object-fit: contain;
  object-position: center;
}

[data-tooltip] .tooltip {
  display: none;
  opacity: 0;
  padding: 16px;
}

[data-tooltip] .tooltip.active {
  opacity: 1;
  display: unset;
  background-color: var(--blue-150);
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(25, 75, 123, 0.1215686275);
  left: 50%;
  position: absolute;
  top: 18px;
  transform: translate(-50%, 18px);
  transition: opacity 0.25s ease-in;
  width: max-content;
  z-index: 4;
}

[data-tooltip] .tooltip.active:before {
  content: "";
  margin-top: 12px;
  margin-left: -5px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--blue-150);
  position: absolute;
  top: -24px;
  left: 52%;
  transform: translate(-50%, 2px);
}

[data-tooltip] .tooltip:focus-visible {
  outline: none;
}

[data-tooltip-content] {
  display: none;
}

:root {
  --pdf-padding-y: 16px;
  --pdf-after-size: 24px ;
}

@media (min-width: 768px) {
  :root {
    --pdf-padding-y: 18px;
    --pdf-after-size: 32px ;
  }
}
.pdf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--pdf-padding-y) 24px;
  background-color: var(--white);
  margin: 16px 0;
  color: var(--gray-700);
}

.pdf,
.pdf:visited,
.pdf.active,
.pdf:active,
.pdf:focus,
.pdf:hover {
  text-decoration: none;
}

.pdf:hover {
  outline: 1px solid var(--blue);
}

.pdf span {
  max-width: calc(100% - var(--pdf-after-size));
  text-wrap: balance;
}

.pdf:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><g clip-path="url(%23clip0_578_25111)"><path d="M16.0013 5V21" stroke="%23006FB9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.0013 15L16.0013 21L22.0013 15" stroke="%23006FB9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M31.0013 21V23C31.0013 24.0609 30.5799 25.0783 29.8297 25.8284C29.0796 26.5786 28.0622 27 27.0013 27H5.0013C3.94043 27 2.92302 26.5786 2.17287 25.8284C1.42272 25.0783 1.0013 24.0609 1.0013 23V21" stroke="%23006FB9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_578_25111"><rect width="32" height="32" fill="white"/></clipPath></defs></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  width: var(--pdf-after-size);
  height: var(--pdf-after-size);
}

:root {
  --containers-second-secction-width: 100% ;
}

@media (min-width: 768px) {
  :root {
    --containers-second-secction-width: 75% ;
  }
}
.containers section:nth-child(2) {
  width: var(--containers-second-secction-width);
}

.containers section:nth-child(3) {
  padding-top: 48px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.631372549);
  width: 100%;
  height: 100%;
  z-index: 4;
  padding: 0;
}

.modal .dialog {
  background-color: var(--white);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  left: 50%;
  max-height: 85%;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.modal .dialog .dialog-buttons .modal__close {
  float: right;
  cursor: pointer;
}

.modal .dialog .content {
  overflow: auto;
  padding: 0 10px 10px;
}

.modal.open {
  display: block;
}

/*# sourceMappingURL=page.css.map */
