/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --tracking-wider: 0.05em;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --radius-sm: 0.25rem;
    --radius-3xl: 1.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #1E4B7E;
    --color-secondary: #A70B20;
    --color-blue-expert: #00427a;
    --color-custom-red: #A70B20;
    --color-custom-gray: #4F4F4F;
    --color-section: #575757;
    --color-red: #CF5C6C;
    --font-title: "Inconsolata", monospace;
    --font-text: "Inter", sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .left-0 {
    left: 0px;
  }
  .left-full {
    left: 100%;
  }
  .z-50 {
    z-index: 50;
  }
  .m-0 {
    margin: 0px;
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-16 {
    margin-block: calc(var(--spacing) * 16);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-full {
    height: 100%;
  }
  .min-h-full {
    min-height: 100%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[95\%\] {
    width: 95%;
  }
  .w-\[254px\] {
    width: 254px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[598px\] {
    max-width: 598px;
  }
  .max-w-\[1920px\] {
    max-width: 1920px;
  }
  .flex-1 {
    flex: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-outside {
    list-style-position: outside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-\[36px\] {
    border-radius: 36px;
  }
  .rounded-\[50px\] {
    border-radius: 50px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#EAF0F7\] {
    background-color: #EAF0F7;
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-red {
    background-color: var(--color-red);
  }
  .bg-secondary {
    background-color: var(--color-secondary);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[url\(\'\.\.\/img\/back-section\.png\'\)\] {
    background-image: url('../img/back-section.png');
  }
  .bg-\[url\(\'\.\.\/img\/bg-card-01\.jpg\'\)\] {
    background-image: url('../img/bg-card-01.jpg');
  }
  .bg-\[url\(\'\.\.\/img\/bg-card-02\.jpg\'\)\] {
    background-image: url('../img/bg-card-02.jpg');
  }
  .bg-\[url\(\'\.\.\/img\/bg-card-03\.jpg\'\)\] {
    background-image: url('../img/bg-card-03.jpg');
  }
  .bg-\[url\(\'\.\.\/img\/bg-card-04\.jpg\'\)\] {
    background-image: url('../img/bg-card-04.jpg');
  }
  .bg-\[url\(\'\.\.\/img\/bg-header\.jpg\'\)\] {
    background-image: url('../img/bg-header.jpg');
  }
  .bg-\[url\(\'\.\.\/img\/bg-section\.jpg\'\)\] {
    background-image: url('../img/bg-section.jpg');
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-left-bottom {
    background-position: left bottom;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .font-title {
    font-family: var(--font-title);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-\[\#2660A2\] {
    color: #2660A2;
  }
  .text-custom-gray {
    color: var(--color-custom-gray);
  }
  .text-custom-red {
    color: var(--color-custom-red);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-secondary {
    color: var(--color-secondary);
  }
  .text-section {
    color: var(--color-section);
  }
  .text-white {
    color: var(--color-white);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline-hidden {
    --tw-outline-style: none;
    outline-style: none;
    @media (forced-colors: active) {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .marker\:text-white ::marker {
    color: var(--color-white);
  }
  .marker\:text-white::marker {
    color: var(--color-white);
  }
  .marker\:text-white ::-webkit-details-marker {
    color: var(--color-white);
  }
  .marker\:text-white::-webkit-details-marker {
    color: var(--color-white);
  }
  @media (hover: hover) {
    .hover\:bg-blue-expert:hover {
      background-color: var(--color-blue-expert);
    }
    .hover\:bg-gray-200:hover {
      background-color: var(--color-gray-200);
    }
    .hover\:bg-secondary:hover {
      background-color: var(--color-secondary);
    }
    .hover\:opacity-80:hover {
      opacity: 80%;
    }
  }
  .focus\:ring-3:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .focus\:ring-secondary:focus {
    --tw-ring-color: var(--color-secondary);
  }
  .focus\:outline-hidden:focus {
    --tw-outline-style: none;
    outline-style: none;
    @media (forced-colors: active) {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }
  @media (width >= 768px) {
    .md\:block {
      display: block;
    }
    .md\:hidden {
      display: none;
    }
    .md\:w-3\/4 {
      width: calc(3 / 4 * 100%);
    }
    .md\:w-full {
      width: 100%;
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:flex-row {
      flex-direction: row;
    }
    .md\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }
    .md\:pt-16 {
      padding-top: calc(var(--spacing) * 16);
    }
    .md\:text-left {
      text-align: left;
    }
    .md\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    .md\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  @media (width >= 1024px) {
    .lg\:col-span-1 {
      grid-column: span 1 / span 1;
    }
    .lg\:mt-0 {
      margin-top: 0px;
    }
    .lg\:w-6\/12 {
      width: calc(6 / 12 * 100%);
    }
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:gap-20 {
      gap: calc(var(--spacing) * 20);
    }
  }
  @media (width >= 1280px) {
    .xl\:mt-0 {
      margin-top: 0px;
    }
    .xl\:mr-\[calc\(-50vw\+50\%\)\] {
      margin-right: calc(-50vw + 50%);
    }
    .xl\:mb-12 {
      margin-bottom: calc(var(--spacing) * 12);
    }
    .xl\:block {
      display: block;
    }
    .xl\:w-1\/4 {
      width: calc(1 / 4 * 100%);
    }
    .xl\:w-5\/12 {
      width: calc(5 / 12 * 100%);
    }
    .xl\:w-\[45\%\] {
      width: 45%;
    }
    .xl\:w-\[55\%\] {
      width: 55%;
    }
    .xl\:w-\[85\%\] {
      width: 85%;
    }
    .xl\:w-\[88\%\] {
      width: 88%;
    }
    .xl\:max-w-\[500px\] {
      max-width: 500px;
    }
    .xl\:flex-1 {
      flex: 1;
    }
    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .xl\:flex-row {
      flex-direction: row;
    }
    .xl\:flex-nowrap {
      flex-wrap: nowrap;
    }
    .xl\:items-center {
      align-items: center;
    }
    .xl\:items-end {
      align-items: flex-end;
    }
    .xl\:justify-between {
      justify-content: space-between;
    }
    .xl\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
    .xl\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }
    .xl\:gap-14 {
      gap: calc(var(--spacing) * 14);
    }
    .xl\:rounded-l-\[36px\] {
      border-top-left-radius: 36px;
      border-bottom-left-radius: 36px;
    }
    .xl\:rounded-r-none {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .xl\:pt-20 {
      padding-top: calc(var(--spacing) * 20);
    }
    .xl\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
    .xl\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    .xl\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  @media (width >= 1528px) {
    .\32 xl\:gap-24 {
      gap: calc(var(--spacing) * 24);
    }
  }
  @media (width >= 1617px) {
    .\33 xl\:w-\[50\%\] {
      width: 50%;
    }
    .\33 xl\:max-w-\[690px\] {
      max-width: 690px;
    }
    .\33 xl\:justify-between {
      justify-content: space-between;
    }
  }
}
* {
  font-family: var(--font-text);
}
.font-title {
  font-family: var(--font-title);
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    border-color: var(--color-gray-200, currentcolor);
  }
}
html {
  scroll-behavior: smooth;
}
.scroll {
  scroll-margin-top: 40px;
}
.bg-logo {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: calc(100% + 40rem) center;
  @media (max-width: 1023.99px) {
    background-size: auto;
  }
  &.bg-logo-left {
    background-position: -42rem center;
  }
  &.bg-logo-header {
    background-size: 50%;
    background-position: right bottom;
  }
}
.menu li {
  position: relative;
  &::after {
    content: "|";
    width: 1px;
    height: 10px;
    position: absolute;
    right: -18px;
    color: var(--color-primary);
    display: inline-block;
    font-size: .8rem;
    bottom: 12px;
    font-weight: bold;
  }
  &:last-child::after {
    content: "";
  }
  @media (max-width: 1279.5px) {
    &::after {
      right: -8px;
    }
  }
  @media (max-width: 768px) {
    &::after {
      content: "";
    }
  }
  a {
    &::before {
      content: "";
      background-image: url(../img/ico-nav.svg);
      background-repeat: no-repeat;
      width: 11px;
      height: 11px;
      display: block;
      margin: auto;
      opacity: 0;
      transition: opacity .3s ease-in-out;
    }
    &:hover {
      color: var(--color-red);
      &::before {
        opacity: 1;
      }
    }
  }
}
#vimeohero {
  position: absolute;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: relative;
    top: 50%;
    left: 50%;
    transform: perspective(1px) translate(-50%, -50%);
  }
}
.nav-right .menu-search svg {
  display: block;
  fill: none;
  width: 24px;
  stroke: currentcolor;
  stroke-width: 5.33333;
  overflow: visible;
}
.nav-fixed {
  top: 18vh;
  li {
    position: relative;
    &::before {
      content: "";
      border-left: solid 2px #7F56B6;
      bottom: -2px;
      left: 6px;
      position: absolute;
      z-index: -1;
      height: 3rem;
    }
    &:last-child {
      &::before {
        display: none;
      }
    }
    a {
      &:hover {
        font-weight: bold;
      }
      &.active {
        font-weight: bold;
      }
      img {
        fill: #7F56B6;
      }
    }
  }
}
.aspect-ratio-iframe {
  aspect-ratio: 16 / 9;
  iframe {
    height: auto;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 1rem;
  }
  img {
    border-radius: 1rem;
  }
}
.aspect-ratio-img {
  aspect-ratio: 205 / 233;
}
details summary {
  position: relative;
  &::marker {
    display: none;
    content: "";
  }
  &::after {
    font-family: system-ui;
    font-size: 2rem;
    content: "";
    right: 10px;
    display: block;
    font-family: u1f800;
    background: url(../img/ico-flecha.svg) no-repeat;
    background-size: 32px 16px;
    width: 32px;
    height: 16px;
    right: 10px;
    top: 20px;
    transform: rotate(0deg);
    transition: transform .1s ease-in;
  }
}
details[open] summary::marker {
  display: none;
}
details[open] summary::after {
  transform: rotate(180deg);
}
details.bg-transparent[open] {
  background-color: transparent;
}
details.bg-transparent summary::before {
  right: 12px;
  top: 12px;
}
details.bg-transparent summary:hover {
  background-color: rgb(243 244 246);
  border-radius: 1.5rem;
}
details.type-2 summary::after {
  right: 5px;
  top: auto;
  bottom: 10px;
}
details.type-2[open] {
  border-radius: 50px;
  background-color: var(--color-secondary);
  summary {
    &::marker {
      display: none;
    }
    &::after {
      bottom: 10px;
    }
  }
  &.comite {
    background-color: var(--color-primary);
  }
}
details.bg-blue-expert {
  background-color: #00427a;
  &[open] {
    summary {
      &:hover {
        background-color: #003c71;
      }
      &::before {
        background: url(../img/flecha-hover-2.svg) no-repeat;
        background-size: 33px;
      }
    }
  }
}
details.details-double summary {
  position: relative;
  &::marker {
    display: none;
    content: "";
  }
  &::before {
    font-family: system-ui;
    font-size: 2rem;
    content: "";
    position: absolute;
    right: 10px;
    display: block;
    font-family: u1f800;
    background: url(../img/flecha.svg) no-repeat;
    background-size: 15px;
    width: 25px;
    height: 30px;
    right: 5px;
    top: 12px;
  }
  &:hover {
    background-color: rgb(249 250 251);
    border-radius: 1rem;
  }
}
details.details-double[open] {
  background-color: rgb(249 250 251);
  summary {
    &:hover {
      background-color: rgb(243 244 246);
      border-radius: 1rem 1rem 0 0;
    }
    &::before {
      background: url(../img/flecha-hover.svg) no-repeat;
      background-size: 15px;
    }
  }
}
.header-slider {
  display: flex;
  flex-direction: column;
}
.thumbnail-carousel {
  display: flex;
  flex-direction: column;
  .splide__slide {
    .name {
      position: relative;
    }
  }
}
.splide .splide__pagination {
  position: relative;
  align-items: start;
  justify-content: start;
  bottom: 0;
}
.splide .splide__arrows {
  position: relative;
  left: 0;
  display: flex;
  gap: 10px;
  top: 10px;
  .splide__arrow {
    position: sticky;
    transform: none;
    background: transparent;
    width: 3em;
    height: 3em;
    svg {
      fill: #e31f17;
      height: 2em;
      width: 2em;
    }
  }
}
.splide .splide__track--nav > .splide__list > .splide__slide {
  border-radius: 1rem;
  border: none;
  &.is-active {
    border: none;
  }
}
.splide .aspect-ratio-img img {
  transition: all 0.5s ease-in-out;
}
.splide .aspect-ratio-img:hover img {
  display: block;
  opacity: 1;
}
.splide .splide__video {
  aspect-ratio: 16 / 9;
  height: auto;
  .splide__video__wrapper {
    background: transparent;
    padding: 1rem 0.5rem;
    iframe {
      height: auto;
      width: 100%;
      aspect-ratio: 16 / 9;
      border-radius: 1rem;
    }
  }
}
.splide #main-carousel-list .splide__video__wrapper {
  padding: 0.5rem;
}
.splide#thumbnail-carousel .splide__pagination--ttb {
  right: -1.2em;
}
.splide#thumbnail-carousel .splide__pagination--ltr {
  bottom: -1.5em;
}
.splide#thumbnail-carousel .splide__arrows {
  top: 0;
}
.splide .splide__pagination__page {
  background: #008acb;
  &.is-active {
    background: #003c71;
  }
}
.final {
  padding-right: 0 !important;
  padding-left: 5rem !important;
  transition: padding-left 0.3s ease-in-out, padding-right 0.3s ease-in-out;
}
.inicio {
  padding-right: 5rem !important;
  padding-left: 0 !important;
  transition: padding-left 0.3s ease-in-out, padding-right 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .final {
    padding-left: 3rem !important;
  }
  .inicio {
    padding-right: 3rem !important;
  }
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background-color: #008acb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #003c71;
}
header .card {
  background-color: rgba(237, 237, 237, 0.2);
  backdrop-filter: blur(30px);
}
@media (max-width: 1024px) {
  #contenidos {
    background-image: none !important;
    background: #fbfbfb !important;
  }
}
@media (max-width: 768px) {
  .logos li .patro {
    width: 180px;
  }
  .roboto-100 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  header .card {
    background-color: rgb(1 81 150 / 16%);
    border-radius: 42px;
    padding-inline: calc(var(--spacing) * 6);
    padding-top: calc(var(--spacing) * 12);
    padding-bottom: calc(var(--spacing) * 8);
  }
  h2.text-primary {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .navicon {
    width: 1.125em;
    height: 0.125em;
  }
  .navicon::before, .navicon::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-out;
    content: "";
    background: #3d4852;
  }
  .navicon::before {
    top: 5px;
  }
  .navicon::after {
    top: -5px;
  }
  .menu {
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 49;
    background-color: rgb(241 241 241 / 75%);
    backdrop-filter: blur(5px);
    padding-top: 3rem;
    padding-inline: 1rem;
    li {
      margin-block: 2rem;
      &:first-child {
        margin-top: 0;
      }
      a {
        display: block;
        text-align: center;
      }
    }
  }
  .menu-btn.on .navicon {
    background: transparent;
  }
  .menu-btn.on .navicon::before {
    transform: rotate(-45deg);
  }
  .menu-btn.on .navicon::after {
    transform: rotate(45deg);
  }
  .menu-btn.on .navicon::before, .menu-btn.on .navicon::after {
    top: 0;
  }
}
@keyframes slide-in {
  from {
    translate: 150vw 0;
  }
  to {
    translate: 0 0;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
