@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";

/* src/styles.css */
/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif,
      system-ui,
      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-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --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-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --radius-2xl: 1rem;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --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);
  }
}
@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, ui-sans-serif, system-ui, 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 {
    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 {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .\!mt-14 {
    margin-top: calc(var(--spacing) * 14) !important;
  }
  .\!mt-\[10px\] {
    margin-top: 10px !important;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .\!mr-4 {
    margin-right: calc(var(--spacing) * 4) !important;
  }
  .\!mb-5 {
    margin-bottom: calc(var(--spacing) * 5) !important;
  }
  .\!mb-6 {
    margin-bottom: calc(var(--spacing) * 6) !important;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[13px\] {
    height: 13px;
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[43px\] {
    height: 43px;
  }
  .h-\[52px\] {
    height: 52px;
  }
  .h-\[55px\] {
    height: 55px;
  }
  .h-auto {
    height: auto;
  }
  .w-4\/6 {
    width: calc(4/6 * 100%);
  }
  .w-5\/6 {
    width: calc(5/6 * 100%);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-28 {
    width: calc(var(--spacing) * 28);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-\[0\.2px\] {
    width: 0.2px;
  }
  .w-\[0\.5px\] {
    width: 0.5px;
  }
  .w-\[19px\] {
    width: 19px;
  }
  .w-\[35px\] {
    width: 35px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[131px\] {
    width: 131px;
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-\[276px\] {
    max-width: 276px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .-rotate-45 {
    rotate: calc(45deg * -1);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .\!gap-4 {
    gap: calc(var(--spacing) * 4) !important;
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .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);
  }
  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
  .self-stretch {
    align-self: stretch;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[48px\] {
    border-radius: 48px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#1E2F56\] {
    background-color: #1E2F56;
  }
  .bg-\[\#88B664\] {
    background-color: #88B664;
  }
  .bg-\[\#FFFFFF1A\] {
    background-color: #FFFFFF1A;
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-gray-800 {
    background-color: var(--color-gray-800);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/10 {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .object-contain {
    object-fit: contain;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .\!px-5 {
    padding-inline: calc(var(--spacing) * 5) !important;
  }
  .\!px-\[30px\] {
    padding-inline: 30px !important;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .\!py-5 {
    padding-block: calc(var(--spacing) * 5) !important;
  }
  .\!py-\[11px\] {
    padding-block: 11px !important;
  }
  .\!py-\[24px\] {
    padding-block: 24px !important;
  }
  .\!py-\[50px\] {
    padding-block: 50px !important;
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .\!pt-\[82px\] {
    padding-top: 82px !important;
  }
  .\!pt-\[85px\] {
    padding-top: 85px !important;
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .\!pr-4 {
    padding-right: calc(var(--spacing) * 4) !important;
  }
  .\!pr-8 {
    padding-right: calc(var(--spacing) * 8) !important;
  }
  .\!pb-\[24px\] {
    padding-bottom: 24px !important;
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .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-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-\[\#1E2F56\] {
    color: #1E2F56;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .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);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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));
  }
  .transition-colors {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  @media (hover: hover) {
    .hover\:border-0:hover {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#88B664\]:hover {
      background-color: #88B664;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#739955\]:hover {
      background-color: #739955;
    }
  }
  @media (hover: hover) {
    .hover\:text-\[\#88B664\]:hover {
      color: #88B664;
    }
  }
  @media (hover: hover) {
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }
  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }
  @media (width >= 64rem) {
    .lg\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 64rem) {
    .lg\:\!ml-\[80px\] {
      margin-left: 80px !important;
    }
  }
  @media (width >= 64rem) {
    .lg\:block {
      display: block;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-auto {
      width: auto;
    }
  }
  @media (width >= 64rem) {
    .lg\:max-w-\[231px\] {
      max-width: 231px;
    }
  }
  @media (width >= 64rem) {
    .lg\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 64rem) {
    .lg\:items-start {
      align-items: flex-start;
    }
  }
  @media (width >= 64rem) {
    .lg\:border-t-0 {
      border-top-style: var(--tw-border-style);
      border-top-width: 0px;
    }
  }
  @media (width >= 64rem) {
    .lg\:px-0 {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 64rem) {
    .lg\:py-0 {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 64rem) {
    .lg\:pt-0 {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 64rem) {
    .lg\:\!pr-\[72px\] {
      padding-right: 72px !important;
    }
  }
  @media (width >= 80rem) {
    .xl\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 80rem) {
    .xl\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 80rem) {
    .xl\:\!pr-6 {
      padding-right: calc(var(--spacing) * 6) !important;
    }
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:
    "Montserrat",
    "Roboto",
    sans-serif;
}
:root {
  --c_pri: #1E2F56;
  --c_sec: #88B664;
  --c_ter: #F1C410;
  --c_par: #282828;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
::-moz-selection {
  background: var(--c_pri);
  color: #fff;
}
::selection {
  background: var(--c_pri);
  color: #fff;
}
:focus {
  outline: none;
}
img {
  display: block;
  border: 0;
  object-fit: cover;
}
img a {
  border: 0;
}
a {
  text-decoration: none;
}
select {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
}
p {
  margin: 0;
  padding: 0;
}
img,
object,
embed,
video,
iframe {
  max-width: 100%;
}
ul,
ol {
  margin: 0;
}
ol li {
  padding: 0;
}
ul li::marker,
ol li::marker {
  color: var(--c_pri);
}
.ie6 img {
  width: 100%;
}
input,
textarea,
select,
option {
  border: none;
  background: none;
  box-sizing: border-box;
}
b,
strong {
  font-weight: bold;
}
html {
  scroll-behavior: smooth ease-in;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 100%;
  color: var(--c_par);
  scroll-behavior: smooth ease-in;
}
.hd {
  font-weight: bold;
  font-family: "bebas neue", sans-serif;
  line-height: 110%;
}
.parr {
  font-size: 16px;
  line-height: 110%;
  color: var(--c_par);
}
.parr a {
  color: var(--c_pri);
  text-decoration: underline;
}
.btn {
  position: relative;
  background: transparent;
  border: 1px solid var(--c_pri);
  width: fit-content;
  border-radius: 48px;
  padding: 10px 16px 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c_pri);
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  z-index: 1;
  gap: 8px;
  transition: all 0.5s;
}
.btn .ng-fa-icon {
  font-size: 12px;
}
.btn:hover {
  background: var(--c_pri);
  color: #fff;
}
.btn.bl {
  color: #fff;
  border-color: #fff;
}
.btn.bl:hover {
  color: var(--c_pri);
  background: #fff;
}
.btn.btn_fill {
  background: var(--c_pri);
  color: #fff;
}
.btn.btn_fill:hover {
  background: var(--c_sec);
  border-color: var(--c_sec);
}
.btn.btn_fill.bl {
  background: #fff;
  color: var(--c_pri);
  border-color: #fff;
}
.btn.btn_fill.bl:hover {
  color: #fff;
  background: var(--c_sec);
  border-color: var(--c_sec);
}
.swp_nav {
  width: 100%;
}
swiper-container::part(button-prev),
swiper-container::part(button-next),
.swiper-button-prev,
.swiper-button-next {
  display: flex;
  width: 36px;
  height: 36px;
  background: var(--c_pri);
  color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: all 0.3s;
  cursor: pointer;
  margin-top: 0;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  transform: translateY(-50%) scale(1.1);
}
.swiper-button-prev .ng-fa-icon,
.swiper-button-next .ng-fa-icon {
  color: #fff;
  font-size: 16px;
  line-height: 100%;
}
.swiper-button-prev {
  left: 0px;
}
.swiper-button-next {
  right: 0px;
}
.swiper-button-prev[aria-disabled=true],
.swiper-button-next[aria-disabled=true] {
  opacity: 50%;
}
.swiper-button-lock {
  display: none;
}
swiper-container::part(bullet) {
  width: 24px;
  height: 5px;
  box-sizing: border-box;
  border-radius: 0;
  border: none;
  transition: all 0.4s;
  background: #d8d8d8;
  opacity: 1;
}
swiper-container::part(bullet-active) {
  width: 24px;
  height: 5px;
  border-width: 0;
  background: var(--c_sec);
  transition: all 0.4s;
  border-radius: 0;
}
swiper-container::part(button-prev),
swiper-container::part(button-next) {
  box-sizing: border-box;
  padding: 6px;
}
swiper-slide {
  height: auto;
}
.btn_blue {
  background: #1E2F56;
  color: #fff;
  border: 1px solid #1E2F56;
  padding: 12px 28px;
  font-size: 16px;
  border-radius: 50px;
  cursor: pointer;
  text-transform: uppercase;
  transition:
    background 0.4s ease,
    color 0.4s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(30, 47, 86, 0.3);
}
.btn_blue:hover {
  background: transparent;
  color: #1E2F56;
  border: 1px solid #1E2F56;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(30, 47, 86, 0.4);
}
.btn_blue:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(30, 47, 86, 0.3);
}
.btn_white {
  background: #fff;
  color: #1E2F56;
  border: 1px solid #1E2F56;
  padding: 12px 28px;
  font-size: 16px;
  border-radius: 50px;
  cursor: pointer;
  text-transform: uppercase;
  transition:
    background 0.4s ease,
    color 0.4s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(30, 47, 86, 0.3);
}
.btn_white:hover {
  background: #1E2F56;
  color: #fff;
  border: 1px solid #1E2F56;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(30, 47, 86, 0.4);
}
.btn_white:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(30, 47, 86, 0.3);
}
.cnt_campo_form {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.cnt_campo_form.disable {
  opacity: 0.3;
  cursor: not-allowed;
}
.cnt_campo_form.disable .campo_form {
  pointer-events: none;
}
.etq_form {
  font-family: "VAG Rounded", sans-serif;
  width: 100%;
  color: var(--c_par);
  font-size: 16px;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 8px;
}
.campo_form {
  -webkit-appearance: none;
  height: 40px;
  box-sizing: border-box;
  padding: 8px 16px;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #adadad;
  background: #FBFBFB;
  color: var(--c_par);
  font-size: 14px;
  font-weight: 300;
  width: 100%;
}
.campo_form::placeholder {
  color: #adadad;
}
.campo_form:focus {
  border-color: var(--c_pri);
}
select.campo_form {
  padding-right: 32px;
  background-image: url(/assets/chev_down.svg);
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 9px auto;
}
.txt_error {
  width: 100%;
  font-size: 10px;
  color: #c21409;
}
.txt_error ul {
  list-style: disc;
  padding-left: 16px;
}
.txt_error ul li::marker {
  color: #c21409;
}
.campo_form.error {
  border-color: #c21409;
}
textarea.campo_form {
  height: 100px;
  border-radius: 16px;
}
.cnt_aceptar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
}
input[type=checkbox] {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  box-sizing: border-box;
  outline: 1px solid #4d4d4d;
  background: #fff;
  border-radius: 2px;
}
input[type=checkbox]:checked {
  background: var(--c_sec);
}
.txt_aceptar {
  font-size: 14px;
  color: #4d4d4d;
}
.txt_aceptar a {
  text-decoration: underline;
  color: #4d4d4d;
}
.txt_aceptar a:hover {
  color: var(--c_pri);
}
.campo_contrasena {
  position: relative;
}
.ic_eye_pw {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #747474;
}
.campo_file {
  height: 40px;
  box-sizing: border-box;
  padding: 8px 8px 8px 12px;
  border-radius: 50px;
  border: 1px solid #adadad;
  background: #FBFBFB;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s;
}
.campo_file:hover {
  background: #f4f4f4;
}
.campo_file input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  padding-top: 100%;
}
.etq_file {
  max-width: 187px;
  font-size: 14px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 1;
}
.campo_file .btn {
  font-size: 10px;
  background: var(--c_pri);
  border-color: var(--c_pri);
  color: #fff;
}
.campo_file .btn.cargado {
  background: #7F7F7F;
  border-color: #7F7F7F;
}
.hd_sec {
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
  color: var(--c_pri);
  font-weight: 400;
}
.hg_sec_int {
  font-size: 40px;
  text-align: center;
  color: var(--c_pri);
  padding: 4px 0;
}
.skel_bg {
  background:
    linear-gradient(
      90deg,
      #eee 25%,
      #ddd 50%,
      #eee 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.4s infinite;
  border-radius: 8px;
}
.btn.skel_bg {
  width: 160px;
  min-height: 40px;
  border-radius: 40px;
}
@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 14px;
  }
  .hd_sec {
    font-size: 40px;
  }
  .hg_sec_int {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .hd_sec {
    font-size: 30px;
  }
  .etq_form {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .campo_form {
    height: 32px;
    padding: 0px 16px;
    font-size: 14px;
  }
  .campo_file {
    height: 32px;
    padding: 4px 4px 4px 12px;
  }
}
@property --tw-space-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-font-weight { 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-blur { syntax: "*"; inherits: false; }
@property --tw-brightness { syntax: "*"; inherits: false; }
@property --tw-contrast { syntax: "*"; inherits: false; }
@property --tw-grayscale { syntax: "*"; inherits: false; }
@property --tw-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-invert { syntax: "*"; inherits: false; }
@property --tw-opacity { syntax: "*"; inherits: false; }
@property --tw-saturate { syntax: "*"; inherits: false; }
@property --tw-sepia { syntax: "*"; inherits: false; }
@property --tw-drop-shadow { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
@property --tw-duration { syntax: "*"; inherits: false; }
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: 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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
