@charset "UTF-8";
:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545; }

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f; }

*,
*::before,
*::after {
  box-sizing: border-box; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color); }

h1 {
  font-size: calc(1.375rem + 1.5vw); }
  @media (min-width: 1200px) {
    h1 {
      font-size: 2.5rem; } }

h2 {
  font-size: calc(1.325rem + 0.9vw); }
  @media (min-width: 1200px) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h3 {
      font-size: 1.75rem; } }

h4 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h4 {
      font-size: 1.5rem; } }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  padding-left: 2rem; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 0.875em; }

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg); }

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline; }
  a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb); }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }
  select:disabled {
    opacity: 1; }

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }
  legend + * {
    clear: left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

iframe {
  border: 0; }

summary {
  display: list-item;
  cursor: pointer; }

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1295.99rem; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1296px; } }

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px; }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 auto;
  width: 8.33333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.66667%; }

.col-3 {
  flex: 0 0 auto;
  width: 25%; }

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.66667%; }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.col-7 {
  flex: 0 0 auto;
  width: 58.33333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66667%; }

.col-9 {
  flex: 0 0 auto;
  width: 75%; }

.col-10 {
  flex: 0 0 auto;
  width: 83.33333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: var(--bs-nav-link-hover-color); }
  .nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .nav-link.disabled, .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color); }
  .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius); }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      isolation: isolate;
      border-color: var(--bs-nav-tabs-link-hover-border-color); }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color); }
  .nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd; }
  .nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius); }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg); }

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap); }
  .nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent; }
    .nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
      border-bottom-color: currentcolor; }
  .nav-underline .nav-link.active,
  .nav-underline .show > .nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

/*!
   * Bootstrap Utilities v5.3.2 (https://getbootstrap.com/)
   * Copyright 2011-2023 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545; }

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important; }

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important; }

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important; }

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important; }

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important; }

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important; }

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important; }

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important; }

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-primary:hover, .link-primary:focus {
    color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important; }

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-secondary:hover, .link-secondary:focus {
    color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important; }

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-success:hover, .link-success:focus {
    color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important; }

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-info:hover, .link-info:focus {
    color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important; }

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-warning:hover, .link-warning:focus {
    color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important; }

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-danger:hover, .link-danger:focus {
    color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important; }

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-light:hover, .link-light:focus {
    color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important; }

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-dark:hover, .link-dark:focus {
    color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important; }

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-body-emphasis:hover, .link-body-emphasis:focus {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important; }

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color); }

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden; }
  .icon-link > .bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: 0.2s ease-in-out transform; }
    @media (prefers-reduced-motion: reduce) {
      .icon-link > .bi {
        transition: none; } }

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0)); }

.ratio {
  position: relative;
  width: 100%; }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ratio-1x1 {
  --bs-aspect-ratio: 100%; }

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020; }

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch; }

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch; }

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }
  .visually-hidden:not(caption),
  .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

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

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

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

.object-fit-contain {
  object-fit: contain !important; }

.object-fit-cover {
  object-fit: cover !important; }

.object-fit-fill {
  object-fit: fill !important; }

.object-fit-scale {
  object-fit: scale-down !important; }

.object-fit-none {
  object-fit: none !important; }

.opacity-0 {
  opacity: 0 !important; }

.opacity-25 {
  opacity: 0.25 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-75 {
  opacity: 0.75 !important; }

.opacity-100 {
  opacity: 1 !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-visible {
  overflow: visible !important; }

.overflow-scroll {
  overflow: scroll !important; }

.overflow-x-auto {
  overflow-x: auto !important; }

.overflow-x-hidden {
  overflow-x: hidden !important; }

.overflow-x-visible {
  overflow-x: visible !important; }

.overflow-x-scroll {
  overflow-x: scroll !important; }

.overflow-y-auto {
  overflow-y: auto !important; }

.overflow-y-hidden {
  overflow-y: hidden !important; }

.overflow-y-visible {
  overflow-y: visible !important; }

.overflow-y-scroll {
  overflow-y: scroll !important; }

.d-inline {
  display: inline !important; }

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

.d-block {
  display: block !important; }

.d-grid {
  display: grid !important; }

.d-inline-grid {
  display: inline-grid !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

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

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important; }

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important; }

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important; }

.shadow-none {
  box-shadow: none !important; }

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity)); }

.position-static {
  position: static !important; }

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

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

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

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

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

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

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

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

.start-0 {
  left: 0 !important; }

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

.end-0 {
  right: 0 !important; }

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  transform: translateX(-50%) !important; }

.translate-middle-y {
  transform: translateY(-50%) !important; }

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-0 {
  border: 0 !important; }

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-end-0 {
  border-right: 0 !important; }

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-start-0 {
  border-left: 0 !important; }

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important; }

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important; }

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important; }

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important; }

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important; }

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important; }

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important; }

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important; }

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important; }

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important; }

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important; }

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important; }

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important; }

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important; }

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important; }

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important; }

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important; }

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important; }

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !important; }

.border-opacity-10 {
  --bs-border-opacity: 0.1; }

.border-opacity-25 {
  --bs-border-opacity: 0.25; }

.border-opacity-50 {
  --bs-border-opacity: 0.5; }

.border-opacity-75 {
  --bs-border-opacity: 0.75; }

.border-opacity-100 {
  --bs-border-opacity: 1; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.vw-100 {
  width: 100vw !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mh-100 {
  max-height: 100% !important; }

.vh-100 {
  height: 100vh !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

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

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

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

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

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

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

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

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

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

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

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

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

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

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

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

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

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

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

.gap-0 {
  gap: 0 !important; }

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !important; }

.row-gap-0 {
  row-gap: 0 !important; }

.row-gap-1 {
  row-gap: 0.25rem !important; }

.row-gap-2 {
  row-gap: 0.5rem !important; }

.row-gap-3 {
  row-gap: 1rem !important; }

.row-gap-4 {
  row-gap: 1.5rem !important; }

.row-gap-5 {
  row-gap: 3rem !important; }

.column-gap-0 {
  column-gap: 0 !important; }

.column-gap-1 {
  column-gap: 0.25rem !important; }

.column-gap-2 {
  column-gap: 0.5rem !important; }

.column-gap-3 {
  column-gap: 1rem !important; }

.column-gap-4 {
  column-gap: 1.5rem !important; }

.column-gap-5 {
  column-gap: 3rem !important; }

.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important; }

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important; }

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important; }

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important; }

.fs-5 {
  font-size: 1.25rem !important; }

.fs-6 {
  font-size: 1rem !important; }

.fst-italic {
  font-style: italic !important; }

.fst-normal {
  font-style: normal !important; }

.fw-lighter {
  font-weight: lighter !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-medium {
  font-weight: 500 !important; }

.fw-semibold {
  font-weight: 600 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-bolder {
  font-weight: bolder !important; }

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !important; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

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

.text-decoration-none {
  text-decoration: none !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

.text-decoration-line-through {
  text-decoration: line-through !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; }

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; }

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; }

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; }

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important; }

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important; }

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important; }

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important; }

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important; }

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important; }

.text-opacity-25 {
  --bs-text-opacity: 0.25; }

.text-opacity-50 {
  --bs-text-opacity: 0.5; }

.text-opacity-75 {
  --bs-text-opacity: 0.75; }

.text-opacity-100 {
  --bs-text-opacity: 1; }

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important; }

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important; }

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important; }

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important; }

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important; }

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important; }

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important; }

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important; }

.link-opacity-10 {
  --bs-link-opacity: 0.1; }

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1; }

.link-opacity-25 {
  --bs-link-opacity: 0.25; }

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25; }

.link-opacity-50 {
  --bs-link-opacity: 0.5; }

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5; }

.link-opacity-75 {
  --bs-link-opacity: 0.75; }

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75; }

.link-opacity-100 {
  --bs-link-opacity: 1; }

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1; }

.link-offset-1 {
  text-underline-offset: 0.125em !important; }

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important; }

.link-offset-2 {
  text-underline-offset: 0.25em !important; }

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important; }

.link-offset-3 {
  text-underline-offset: 0.375em !important; }

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important; }

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important; }

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0; }

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0; }

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1; }

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1; }

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25; }

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25; }

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5; }

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5; }

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75; }

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75; }

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1; }

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1; }

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; }

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; }

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important; }

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important; }

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important; }

.bg-opacity-10 {
  --bs-bg-opacity: 0.1; }

.bg-opacity-25 {
  --bs-bg-opacity: 0.25; }

.bg-opacity-50 {
  --bs-bg-opacity: 0.5; }

.bg-opacity-75 {
  --bs-bg-opacity: 0.75; }

.bg-opacity-100 {
  --bs-bg-opacity: 1; }

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important; }

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important; }

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important; }

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important; }

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important; }

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important; }

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important; }

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important; }

.bg-gradient {
  background-image: var(--bs-gradient) !important; }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

.rounded {
  border-radius: var(--bs-border-radius) !important; }

.rounded-0 {
  border-radius: 0 !important; }

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important; }

.rounded-2 {
  border-radius: var(--bs-border-radius) !important; }

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important; }

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important; }

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important; }

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important; }

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important; }

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important; }

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important; }

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important; }

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important; }

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important; }

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important; }

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important; }

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important; }

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important; }

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important; }

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important; }

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important; }

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important; }

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important; }

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important; }

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important; }

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important; }

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important; }

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important; }

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important; }

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important; }

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important; }

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important; }

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important; }

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important; }

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important; }

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important; }

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important; }

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important; }

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important; }

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.z-n1 {
  z-index: -1 !important; }

.z-0 {
  z-index: 0 !important; }

.z-1 {
  z-index: 1 !important; }

.z-2 {
  z-index: 2 !important; }

.z-3 {
  z-index: 3 !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .object-fit-sm-contain {
    object-fit: contain !important; }
  .object-fit-sm-cover {
    object-fit: cover !important; }
  .object-fit-sm-fill {
    object-fit: fill !important; }
  .object-fit-sm-scale {
    object-fit: scale-down !important; }
  .object-fit-sm-none {
    object-fit: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-inline-grid {
    display: inline-grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !important; }
  .row-gap-sm-0 {
    row-gap: 0 !important; }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important; }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important; }
  .row-gap-sm-3 {
    row-gap: 1rem !important; }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important; }
  .row-gap-sm-5 {
    row-gap: 3rem !important; }
  .column-gap-sm-0 {
    column-gap: 0 !important; }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important; }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important; }
  .column-gap-sm-3 {
    column-gap: 1rem !important; }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important; }
  .column-gap-sm-5 {
    column-gap: 3rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .object-fit-md-contain {
    object-fit: contain !important; }
  .object-fit-md-cover {
    object-fit: cover !important; }
  .object-fit-md-fill {
    object-fit: fill !important; }
  .object-fit-md-scale {
    object-fit: scale-down !important; }
  .object-fit-md-none {
    object-fit: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-inline-grid {
    display: inline-grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !important; }
  .row-gap-md-0 {
    row-gap: 0 !important; }
  .row-gap-md-1 {
    row-gap: 0.25rem !important; }
  .row-gap-md-2 {
    row-gap: 0.5rem !important; }
  .row-gap-md-3 {
    row-gap: 1rem !important; }
  .row-gap-md-4 {
    row-gap: 1.5rem !important; }
  .row-gap-md-5 {
    row-gap: 3rem !important; }
  .column-gap-md-0 {
    column-gap: 0 !important; }
  .column-gap-md-1 {
    column-gap: 0.25rem !important; }
  .column-gap-md-2 {
    column-gap: 0.5rem !important; }
  .column-gap-md-3 {
    column-gap: 1rem !important; }
  .column-gap-md-4 {
    column-gap: 1.5rem !important; }
  .column-gap-md-5 {
    column-gap: 3rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .object-fit-lg-contain {
    object-fit: contain !important; }
  .object-fit-lg-cover {
    object-fit: cover !important; }
  .object-fit-lg-fill {
    object-fit: fill !important; }
  .object-fit-lg-scale {
    object-fit: scale-down !important; }
  .object-fit-lg-none {
    object-fit: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-inline-grid {
    display: inline-grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !important; }
  .row-gap-lg-0 {
    row-gap: 0 !important; }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important; }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important; }
  .row-gap-lg-3 {
    row-gap: 1rem !important; }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important; }
  .row-gap-lg-5 {
    row-gap: 3rem !important; }
  .column-gap-lg-0 {
    column-gap: 0 !important; }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important; }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important; }
  .column-gap-lg-3 {
    column-gap: 1rem !important; }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important; }
  .column-gap-lg-5 {
    column-gap: 3rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .object-fit-xl-contain {
    object-fit: contain !important; }
  .object-fit-xl-cover {
    object-fit: cover !important; }
  .object-fit-xl-fill {
    object-fit: fill !important; }
  .object-fit-xl-scale {
    object-fit: scale-down !important; }
  .object-fit-xl-none {
    object-fit: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-inline-grid {
    display: inline-grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !important; }
  .row-gap-xl-0 {
    row-gap: 0 !important; }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important; }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important; }
  .row-gap-xl-3 {
    row-gap: 1rem !important; }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important; }
  .row-gap-xl-5 {
    row-gap: 3rem !important; }
  .column-gap-xl-0 {
    column-gap: 0 !important; }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important; }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important; }
  .column-gap-xl-3 {
    column-gap: 1rem !important; }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important; }
  .column-gap-xl-5 {
    column-gap: 3rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .object-fit-xxl-contain {
    object-fit: contain !important; }
  .object-fit-xxl-cover {
    object-fit: cover !important; }
  .object-fit-xxl-fill {
    object-fit: fill !important; }
  .object-fit-xxl-scale {
    object-fit: scale-down !important; }
  .object-fit-xxl-none {
    object-fit: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-inline-grid {
    display: inline-grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 3rem !important; }
  .row-gap-xxl-0 {
    row-gap: 0 !important; }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important; }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important; }
  .row-gap-xxl-3 {
    row-gap: 1rem !important; }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important; }
  .row-gap-xxl-5 {
    row-gap: 3rem !important; }
  .column-gap-xxl-0 {
    column-gap: 0 !important; }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important; }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important; }
  .column-gap-xxl-3 {
    column-gap: 1rem !important; }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important; }
  .column-gap-xxl-5 {
    column-gap: 3rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }
  .fs-2 {
    font-size: 2rem !important; }
  .fs-3 {
    font-size: 1.75rem !important; }
  .fs-4 {
    font-size: 1.5rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-inline-grid {
    display: inline-grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

html {
  margin-top: 0 !important;
  font-size: 1px; }
  @media (min-width: 1200px) {
    html {
      font-size: .73px; } }
  @media (min-width: 1400px) {
    html {
      font-size: 1px; } }

@font-face {
  font-family: Heebo;
  font-weight: 100;
  src: url(../assets/font/Heebo-Thin.ttf) format("opentype"); }

@font-face {
  font-family: Heebo;
  font-weight: 200;
  src: url(../assets/font/Heebo-ExtraLight.ttf) format("opentype"); }

@font-face {
  font-family: Heebo;
  font-weight: 300;
  src: url(../assets/font/Heebo-Light.ttf) format("opentype"); }

@font-face {
  font-family: Heebo;
  font-weight: 400;
  src: url(../assets/font/Heebo-Regular.ttf) format("opentype"); }

@font-face {
  font-family: Heebo;
  font-weight: 500;
  src: url(../assets/font/Heebo-Medium.ttf) format("opentype"); }

@font-face {
  font-family: Heebo;
  font-weight: 600;
  src: url(../assets/font/Heebo-SemiBold.ttf) format("opentype"); }

@font-face {
  font-family: Heebo;
  font-weight: 700;
  src: url(../assets/font/Heebo-Bold.ttf) format("opentype"); }

@font-face {
  font-family: Heebo;
  font-weight: 800;
  src: url(../assets/font/Heebo-ExtraBold.ttf) format("opentype"); }

@font-face {
  font-family: Heebo;
  font-weight: 900;
  src: url(../assets/font/Heebo-Black.ttf) format("opentype"); }

body {
  direction: rtl;
  font-size: 16rem;
  line-height: 1.2;
  --bs-body-font-family: Heebo, sans-serif !important; }

#site_main {
  display: flex;
  min-height: 95.5vh;
  flex-direction: column; }
  @media (max-width: 991.98px) {
    #site_main {
      min-height: 100vh; } }

.title_20, .career_item h2 {
  font-size: 20rem;
  font-weight: 500; }

.title_24 {
  font-size: 24rem;
  font-weight: 500; }
  @media (max-width: 767.98px) {
    .title_24 {
      font-size: 18rem;
      margin-bottom: 12px; } }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    .title_24 {
      font-size: 24px; } }

.title_32 {
  font-size: 32rem;
  font-weight: 500; }

.text_20 {
  font-size: 20rem; }
  @media (max-width: 767.98px) {
    .text_20 {
      font-size: 18rem; } }

.text_18 {
  font-size: 18rem; }

.text_14 {
  font-size: 14px; }

::before {
  vertical-align: middle; }

button {
  background-color: transparent;
  border: none;
  padding: 0; }

a {
  color: inherit;
  text-decoration: none; }

.blue_btn {
  background-color: #004B99; }
  .blue_btn:hover {
    background-color: #003785; }
  .blue_btn:active {
    background-color: #002371; }
  .blue_btn:focus-visible {
    outline: 4px solid #94BBFC;
    box-shadow: 0 0 0 6px #004B99; }

@media (min-width: 768px) {
  .focus_visible, body.home:not(.single-job) .careers_container .wrap_careers .job_open_share_button:focus-visible, body.home:not(.single-job) .job_item .title_career:focus-visible, footer .menu-item a:focus-visible, header .header .menu-item a:focus-visible, header .brand:focus-visible, .similar_jobs:focus-visible, #contact_us_popup .focused, #cv_form_popup .focused, #private_area_contact_form .focused, #contact_us_popup .wrap_upload .reset-file:focus-visible, #cv_form_popup .wrap_upload .reset-file:focus-visible, #private_area_contact_form .wrap_upload .reset-file:focus-visible, #contact_us_popup .upload_file_notes:focus-visible, #cv_form_popup .upload_file_notes:focus-visible, #private_area_contact_form .upload_file_notes:focus-visible, #contact_us_popup .relation_wrap .form_field_wrap_radio input[type="radio"]:focus-visible + label, #cv_form_popup .relation_wrap .form_field_wrap_radio input[type="radio"]:focus-visible + label, #private_area_contact_form .relation_wrap .form_field_wrap_radio input[type="radio"]:focus-visible + label, #contact_us_popup .accordion_wrap .accordion_btn:focus-visible, #contact_us_popup .friend_wrap .accordion_btn:focus-visible, #cv_form_popup .accordion_wrap .accordion_btn:focus-visible, #cv_form_popup .friend_wrap .accordion_btn:focus-visible, #private_area_contact_form .accordion_wrap .accordion_btn:focus-visible, #private_area_contact_form .friend_wrap .accordion_btn:focus-visible, #contact_us_popup .order_form_checkbox_wrap .order_form_checkbox_label a:focus-visible, #cv_form_popup .order_form_checkbox_wrap .order_form_checkbox_label a:focus-visible, #private_area_contact_form .order_form_checkbox_wrap .order_form_checkbox_label a:focus-visible, .designedSelect .options li:focus-visible {
    outline: 4px solid #004B99;
    border-radius: 4px; } }

.mini-header {
  height: 68rem;
  width: 100%;
  position: sticky;
  top: -0.5rem;
  padding: 20rem 20rem 16rem 20rem;
  justify-content: space-between;
  z-index: 1;
  background: #FFFFFF; }
  @media (max-width: 991.98px) {
    .mini-header {
      height: 48rem;
      padding: 0rem 20rem 0rem 12rem;
      background-color: #EAF1FE;
      width: 100%; } }
  .mini-header .col-4.col-md-12 {
    width: fit-content;
    align-self: center; }
  .mini-header .icon-share-wrap button:before {
    width: 24rem;
    height: 24rem; }
  @media (max-width: 767.98px) {
    .mini-header .icon-share-wrap {
      display: flex;
      justify-content: flex-end;
      column-gap: 16rem; } }
  .mini-header .return-btn {
    font-size: 16rem;
    font-weight: 500;
    color: #004B99;
    display: flex;
    align-items: center; }
    .mini-header .return-btn:before {
      margin-left: 7.86rem;
      content: '';
      display: flex;
      width: 11.428rem;
      height: 10rem;
      flex-shrink: 0;
      background: url(../assets/icons/return.svg) no-repeat center;
      padding: 0; }
    .mini-header .return-btn:hover {
      color: #003785;
      font-weight: bold; }
      .mini-header .return-btn:hover:before {
        filter: brightness(70%); }
    .mini-header .return-btn:active {
      color: #003785;
      font-weight: bold; }
      .mini-header .return-btn:active:before {
        filter: brightness(70%); }

.finish-page-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40rem 4rem 32rem;
  justify-content: space-between; }
  .finish-page-container .bottom {
    display: flex;
    flex-direction: column;
    row-gap: 16rem;
    padding: 0 8rem; }
  .finish-page-container .top {
    display: flex;
    flex-direction: column;
    row-gap: 6rem;
    z-index: 1; }
  .finish-page-container .send_popup_title {
    color: #000;
    text-align: center;
    font-size: 32rem;
    font-weight: 300; }
  .finish-page-container .send_popup_sub_title {
    color: #000;
    text-align: center;
    font-size: 18rem;
    font-weight: 500; }
  .finish-page-container .ending_word {
    color: #000;
    text-align: center;
    font-size: 16rem;
    font-weight: 300; }

.sr-only, [type="radio"], [type="checkbox"] {
  border: 0 !important;
  clip: rect(1rem, 1rem, 1rem, 1rem) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1rem !important;
  margin: -1rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1rem !important;
  white-space: nowrap !important; }

.focus_dropdown:hover, body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input:checked + label:hover, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input:checked + label:hover, body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input_wrap:hover, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input_wrap:hover, #contact_us_popup .file_sort_option label:hover, #cv_form_popup .file_sort_option label:hover, #private_area_contact_form .file_sort_option label:hover, .designedSelect .options li:hover {
  border-radius: 6px;
  background: #EAF1FE; }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .focus_dropdown:hover, body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input:checked + label:hover, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input:checked + label:hover, body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input_wrap:hover, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input_wrap:hover, #contact_us_popup .file_sort_option label:hover, #cv_form_popup .file_sort_option label:hover, #private_area_contact_form .file_sort_option label:hover, .designedSelect .options li:hover {
      border-radius: 4px; } }

.focus_dropdown:active, body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input:checked + label:active, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input:checked + label:active, body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input_wrap:active, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input_wrap:active, #contact_us_popup .file_sort_option label:active, #cv_form_popup .file_sort_option label:active, #private_area_contact_form .file_sort_option label:active, .designedSelect .options li:active, .focus_dropdown:focus, body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input:checked + label:focus, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input:checked + label:focus, body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input_wrap:focus, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input_wrap:focus, #contact_us_popup .file_sort_option label:focus, #cv_form_popup .file_sort_option label:focus, #private_area_contact_form .file_sort_option label:focus, .designedSelect .options li:focus {
  border-radius: 6px;
  background: #D6E4FE; }

#recaptcha_new_badge {
  display: none;
  direction: ltr;
  padding: 20rem; }
  @media (max-width: 991.98px) {
    #recaptcha_new_badge {
      display: none; } }

body:not(.archive-job) .archive-only,
body:not(.single-job) .single-only {
  display: none !important; }

@media (max-width: 767.98px) {
  body.single-job {
    padding: 0 0 0 0; }
    body.single-job .site_form.open .popup_header {
      line-height: 0px;
      display: flex; }
    body.single-job .site_form .mini-header {
      justify-content: start; }
    body.single-job .career_page {
      padding-right: 24rem;
      padding-left: 24rem; } }
    @media (max-width: 767.98px) and (max-width: 991.98px) {
      body.single-job .career_page {
        padding-right: 16px;
        padding-left: 16px; } }

.site_form.open .popup_header {
  line-height: 0px;
  display: flex;
  flex-direction: row !important; }
  @media (min-width: 992px) {
    .site_form.open .popup_header {
      margin-bottom: 16px; } }

.no_results_career {
  color: #294C6A;
  text-align: center;
  border-radius: 40px;
  background: #F7FAFF;
  margin-bottom: 31.6px;
  padding: 32px; }

.page-template-template-finish #site_main {
  min-height: 85vh;
  height: 85vh; }

.career_short_description {
  color: var(--text-text-titles, #294C6A);
  text-align: right;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.44;
  overflow-wrap: anywhere;
  margin: 0; }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    .career_short_description {
      font-size: 16px;
      line-height: 1.5;
      margin-top: 4px; } }
  @media (max-width: 767.98px) {
    .career_short_description {
      display: none; } }

#video_popup {
  row-gap: 16px;
  justify-content: center;
  border-radius: 32px;
  background: var(--Primary-Blue-1, #F7FAFF);
  padding: 24px 32px;
  box-shadow: 0px 0px 48px 0px rgba(41, 76, 106, 0.25); }
  #video_popup #first_in_page {
    border-radius: 12px;
    height: 100%;
    width: 100%; }
    #video_popup #first_in_page:focus-visible {
      outline: 4px solid #004B99; }
  #video_popup .back_btn {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center; }
  #video_popup .form_title {
    margin-bottom: 0; }
  #video_popup .popup_close_btn {
    display: block;
    height: 32px;
    width: 32px;
    filter: invert(100%) brightness(1000%) !important; }
    @media (max-width: 991.98px) {
      #video_popup .popup_close_btn {
        position: absolute;
        display: block;
        top: 21rem;
        height: 15rem;
        width: 15rem;
        left: 21rem;
        border-radius: 0; } }
  @media (max-width: 767.98px) {
    #video_popup {
      padding: 0;
      border-radius: 0;
      background: #000000;
      justify-content: center; } }

#video_iframe {
  width: 100%;
  height: 100%; }
  #video_iframe:focus-visible {
    outline: 4px solid #004B99; }
  @media (max-width: 767.98px) {
    #video_iframe {
      height: 37%;
      padding: 5px; } }
  @media (min-width: 768px) {
    #video_iframe {
      border-radius: 12px; } }

.ytp-cued-thumbnail-overlay-image {
  background-size: contain;
  -webkit-background-size: contain; }

body.rtl.home.page-template.page-template-template-front.page-template-template-front-php.page.page-id-36.logged-in.wp-custom-logo.external-site.archive-job {
  padding: 0; }

.privacy-policy {
  background-color: #F7FAFF; }
  .privacy-policy .page-header {
    display: none; }
  .privacy-policy .head_content {
    padding: 16rem 0; }
    .privacy-policy .head_content h2 {
      color: #294C6A;
      text-align: center;
      font-size: 20rem;
      font-style: normal;
      font-weight: 500;
      line-height: normal; }
    .privacy-policy .head_content p {
      color: #294C6A;
      text-align: right;
      font-size: 16rem;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
  .privacy-policy .page_main_content {
    border-radius: 16px;
    background: #FFF;
    padding: 16rem 24rem; }
    .privacy-policy .page_main_content h3 {
      color: #294C6A;
      text-align: center;
      font-size: 16rem;
      font-style: normal;
      font-weight: 500;
      line-height: normal; }
    .privacy-policy .page_main_content p {
      color: #294C6A;
      font-size: 14rem;
      font-style: normal;
      font-weight: 500;
      line-height: normal; }

.page-template-default .container {
  margin-top: 112px; }
  @media (max-width: 991.98px) {
    .page-template-default .container {
      margin-top: 64px; } }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    .page-template-default .container {
      margin-top: 96px; } }
  @media (max-width: 991.98px) {
    .page-template-default .container {
      padding-top: 0; } }

.page-template-default .page_title {
  border-radius: 40px;
  background: #F7FAFF;
  display: flex;
  padding: 24px 48px 48px 48px;
  gap: 24px;
  flex-direction: column;
  margin-bottom: 48px; }
  @media (max-width: 991.98px) {
    .page-template-default .page_title {
      border-radius: 0;
      padding: 16px;
      margin-bottom: 0; } }

.page-template-default .page_content {
  display: flex;
  flex-direction: column;
  padding: 24px 32px 24px 64px;
  justify-content: flex-end;
  align-items: flex-start;
  row-gap: 8px;
  width: 100%;
  border-radius: 24px;
  background: #FFF; }
  @media (max-width: 991.98px) {
    .page-template-default .page_content {
      padding: 16px; } }

.page-template-default .wp-block-heading {
  color: #294C6A;
  text-align: right; }

.page-template-default h1 {
  color: #294C6A;
  font-size: 24px;
  font-weight: 500;
  line-height: normal; }

.page-template-default h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.page-template-default h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal; }

.page-template-default h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.page-template-default h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal; }

.page-template-default h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal; }

.page-template-default p {
  color: #294C6A;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
  .page-template-default p a {
    color: #294C6A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: underline; }

.page-template-default li {
  color: #294C6A;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

body.firefox .from_func .options .list_wrap {
  scrollbar-color: #004B99 #D9D9D9;
  scrollbar-width: thin; }

body.firefox ul.jobs_index_dropdown_url {
  scrollbar-color: #004B99 #D9D9D9;
  scrollbar-width: thin; }

body.firefox .scroll-wrapper, body.firefox .wrap_popup.form_content {
  scrollbar-color: #D6E4FE #EDF7FF;
  scrollbar-width: thin; }

.no_margin {
  max-width: 100%; }

.hide {
  display: none; }

input[data-com-onepassword-filled="light"] {
  background: linear-gradient(65deg, #fff, #fff); }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .career_left_side {
    padding: 16rem 0; } }

@media (max-width: 991.98px) {
  .popup_left_side {
    padding: 0; } }

.popup_left_side, .career_left_side {
  text-align: right;
  flex-direction: column;
  row-gap: 16rem; }
  @media (min-width: 768px) {
    .popup_left_side, .career_left_side {
      flex: 1; } }
  @media (max-width: 1199.98px) {
    .popup_left_side, .career_left_side {
      max-width: 100%; } }
  .popup_left_side .c_detail, .career_left_side .c_detail {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #294C6A;
    text-align: right;
    font-weight: 400;
    line-height: 100%; }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      .popup_left_side .c_detail, .career_left_side .c_detail {
        font-size: 14px !important; } }
    .popup_left_side .c_detail:empty, .career_left_side .c_detail:empty {
      display: none; }
    .popup_left_side .c_detail:before, .career_left_side .c_detail:before {
      background-size: 16px 16px !important;
      width: 20px;
      height: 20px;
      display: inline-block; }
      @media (max-width: 1399.98px) {
        .popup_left_side .c_detail:before, .career_left_side .c_detail:before {
          width: 16px;
          height: 16px; } }
    .popup_left_side .c_detail p, .career_left_side .c_detail p {
      color: #294C6A;
      text-align: right;
      margin-bottom: 0;
      font-weight: 400;
      line-height: normal; }
      @media (min-width: 768px) and (max-width: 1399.98px) {
        .popup_left_side .c_detail p, .career_left_side .c_detail p {
          font-size: 14px !important; } }
    @media (max-width: 991.98px) {
      .popup_left_side .c_detail, .career_left_side .c_detail {
        text-align: right;
        font-size: 14px;
        margin-bottom: 0rem; }
        .popup_left_side .c_detail p, .career_left_side .c_detail p {
          margin-bottom: 0rem;
          font-size: 14px; } }
    @media (max-width: 1399.98px) {
      .popup_left_side .c_detail [data-fill="parent_category"], .career_left_side .c_detail [data-fill="parent_category"] {
        font-size: 14px; } }
  .popup_left_side .career_location, .career_left_side .career_location {
    font-weight: 400;
    align-items: center; }
    .popup_left_side .career_location p, .career_left_side .career_location p {
      margin-bottom: 0;
      line-height: 100%; }
    .popup_left_side .career_location:before, .career_left_side .career_location:before {
      content: '';
      background: url(../assets/icons/icon_location_.svg) no-repeat center; }
      @media (max-width: 1399.98px) {
        .popup_left_side .career_location:before, .career_left_side .career_location:before {
          background: url(../assets/icons/icon_location-16X16.svg) no-repeat center; } }
  .popup_left_side .career_occupation:before, .career_left_side .career_occupation:before {
    content: '';
    background: url(../assets/icons/occupation_.svg) no-repeat center; }
    @media (max-width: 1399.98px) {
      .popup_left_side .career_occupation:before, .career_left_side .career_occupation:before {
        background: url(../assets/icons/occupation-16X16.svg) no-repeat center; } }
  .popup_left_side .suitcase:before, .career_left_side .suitcase:before {
    content: '';
    background: url(../assets/icons/occupation_.svg) no-repeat center; }
    @media (max-width: 1399.98px) {
      .popup_left_side .suitcase:before, .career_left_side .suitcase:before {
        background: url(../assets/icons/occupation-16X16.svg) no-repeat center; } }
  .popup_left_side .career_dead_line_popup:before, .career_left_side .career_dead_line_popup:before {
    content: '';
    background: url(../assets/icons/dead_line.svg) no-repeat center; }
    @media (max-width: 1399.98px) {
      .popup_left_side .career_dead_line_popup:before, .career_left_side .career_dead_line_popup:before {
        background: url(../assets/icons/dead_line-16X16.svg) no-repeat center; } }
  .popup_left_side .career_dead_line_popup span, .career_left_side .career_dead_line_popup span {
    font-weight: 300; }
  .popup_left_side .career_department:before, .career_left_side .career_department:before {
    content: '';
    background: url(../assets/icons/Department.svg) no-repeat center; }
    @media (max-width: 1399.98px) {
      .popup_left_side .career_department:before, .career_left_side .career_department:before {
        background: url(../assets/icons/Department-16X16.svg) no-repeat center; } }
  .popup_left_side .department:before, .career_left_side .department:before {
    content: '';
    background: url(../assets/icons/Department.svg) no-repeat center; }
    @media (max-width: 1399.98px) {
      .popup_left_side .department:before, .career_left_side .department:before {
        background: url(../assets/icons/Department-16X16.svg) no-repeat center; } }
  .popup_left_side .career_friend_popup:before, .career_left_side .career_friend_popup:before {
    content: '';
    background: url(../assets/icons/friend_icon.svg) no-repeat center; }
    @media (max-width: 1399.98px) {
      .popup_left_side .career_friend_popup:before, .career_left_side .career_friend_popup:before {
        background: url(../assets/icons/friend_icon-16X16.svg) no-repeat center; } }
  .popup_left_side .career_youtube_wrap, .career_left_side .career_youtube_wrap {
    align-items: flex-start;
    flex-direction: column;
    border-radius: 16px;
    background: #FFF;
    padding: 12rem 20rem 20rem 20rem; }
    .popup_left_side .career_youtube_wrap h3, .career_left_side .career_youtube_wrap h3 {
      color: #294C6A;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      font-size: 16px; }
    .popup_left_side .career_youtube_wrap .career_youtube, .career_left_side .career_youtube_wrap .career_youtube {
      border-radius: 8px;
      background: #EDF7FF;
      padding: 4rem 8rem 4rem 16rem;
      align-items: center;
      color: #004B99;
      text-align: right;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
      @media (min-width: 768px) and (max-width: 1399.98px) {
        .popup_left_side .career_youtube_wrap .career_youtube, .career_left_side .career_youtube_wrap .career_youtube {
          font-size: 14px; } }
      .popup_left_side .career_youtube_wrap .career_youtube:hover, .career_left_side .career_youtube_wrap .career_youtube:hover {
        background: #EAF1FE !important; }
      .popup_left_side .career_youtube_wrap .career_youtube:focus, .career_left_side .career_youtube_wrap .career_youtube:focus {
        background: #D6E4FE !important; }
      .popup_left_side .career_youtube_wrap .career_youtube:focus-visible, .career_left_side .career_youtube_wrap .career_youtube:focus-visible {
        outline: 4px solid #004B99;
        background: #EDF7FF; }
  .popup_left_side .career_youtube:before, .career_left_side .career_youtube:before {
    content: '';
    background: url(../assets/icons/icon_youtube.svg) no-repeat center;
    display: inline-block;
    width: 32rem;
    height: 32rem;
    margin-left: 4px; }

@media (min-width: 1400px) {
  .career_right_side_container {
    max-width: 72.731%; } }

@media (min-width: 768px) and (max-width: 1399.98px) {
  .career_right_side_container {
    max-width: 65%; } }

.career_right_side {
  text-align: right;
  border-radius: 16px;
  background: var(--White, #FFF);
  height: 100%;
  max-height: 480rem;
  width: 100%;
  box-shadow: none;
  padding: 24rem 16rem 16rem 64rem; }
  @media (min-width: 992px) {
    .career_right_side {
      direction: ltr; } }
  @media (max-width: 991.98px) {
    .career_right_side {
      box-shadow: 3px -4px 11px 0px rgba(9, 54, 138, 0.02), 0px 0px 6px 0px rgba(9, 54, 138, 0.04);
      max-width: 100%;
      max-height: initial;
      height: initial; } }
  @media (max-width: 991.98px) and (max-width: 767.98px) {
    .career_right_side {
      padding: 16px; } }
  .career_right_side * {
    font-style: normal !important; }
  @media (min-width: 768px) {
    .career_right_side.career_right_side_popup {
      max-width: 66.66667%; } }
  .career_right_side .title_20, .career_right_side .career_item h2, .career_item .career_right_side h2 {
    padding-right: 22rem;
    color: #294C6A;
    font-size: 18px;
    font-weight: 500;
    line-height: normal; }
  .career_right_side .scroll-wrapper {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden; }
    @media (min-width: 768px) {
      .career_right_side .scroll-wrapper {
        padding-right: 22rem; } }
    .career_right_side .scroll-wrapper .text_18 {
      direction: rtl;
      word-wrap: break-word; }
      @media (min-width: 768px) {
        .career_right_side .scroll-wrapper .text_18 {
          margin-top: -4px; } }
      .career_right_side .scroll-wrapper .text_18 table {
        max-width: 100%; }
    .career_right_side .scroll-wrapper::-webkit-scrollbar {
      width: 6px; }
    .career_right_side .scroll-wrapper::-webkit-scrollbar-thumb {
      background-color: #D6E4FE;
      border-radius: 16px;
      width: 6px; }
    .career_right_side .scroll-wrapper::-webkit-scrollbar-track {
      background-color: #EDF7FF;
      border-radius: 16px; }

.career_left_side.d-md-none {
  margin-bottom: 16rem; }
  .career_left_side.d-md-none > * {
    margin-bottom: 3rem; }
  @media (max-width: 767.98px) {
    .career_left_side.d-md-none {
      margin-bottom: 4rem; } }

#popups_overlay {
  position: fixed;
  top: 0rem;
  right: 0rem;
  left: 0rem;
  display: flex;
  bottom: 0rem;
  background: rgba(213, 232, 253, 0.8);
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: opacity 0.35s, visibility 0s .35s;
  justify-content: center;
  align-items: center; }
  #popups_overlay:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.popup {
  max-width: 1056px;
  background: #fff;
  display: none;
  vertical-align: middle;
  transform: translateY(15%);
  transition: all .3s;
  position: relative;
  border-radius: 36px;
  width: 1156px;
  flex-flow: column nowrap;
  max-height: 80vh;
  height: 760rem; }
  @media (max-width: 991.98px) {
    .popup {
      max-width: 100vw;
      max-height: 100vh;
      width: 100%;
      height: 100%;
      border-radius: 0; }
      .popup .share_line {
        display: none; } }
  .popup .popup_header {
    line-height: 0px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: row-reverse; }
    .popup .popup_header .title_20, .popup .popup_header .career_item h2, .career_item .popup .popup_header h2 {
      color: #294C6A;
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 150%;
      margin-bottom: 8rem; }
      @media (min-width: 768px) and (max-width: 1399.98px) {
        .popup .popup_header .title_20, .popup .popup_header .career_item h2, .career_item .popup .popup_header h2 {
          font-size: 24px;
          line-height: 100%;
          margin-bottom: 12px; } }
    .popup .popup_header .num_career {
      color: #294C6A;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
      .popup .popup_header .num_career h2 {
        font-size: 24px !important; }
      @media (max-width: 767.98px) {
        .popup .popup_header .num_career {
          font-size: 16px; } }
    @media (max-width: 991.98px) {
      .popup .popup_header {
        flex-direction: column;
        padding: initial;
        padding-right: 8px;
        text-align: right; }
        .popup .popup_header .form_title {
          text-align: right; }
        .popup .popup_header .title_20, .popup .popup_header .career_item h2, .career_item .popup .popup_header h2 {
          font-size: 20px;
          margin-bottom: 0; } }
  .popup .popup_close_btn {
    background: url(../assets/icons/close.svg) center no-repeat;
    width: 30px;
    height: 30px;
    background-size: 20px; }
    .popup .popup_close_btn:hover {
      filter: brightness(80%); }
    .popup .popup_close_btn:focus-visible {
      border-radius: 8px;
      outline: 4px solid var(--Button-Blue-Regular, #004B99); }
    @media (max-width: 991.98px) {
      .popup .popup_close_btn {
        display: none; } }
  @media (max-width: 991.98px) {
    .popup .wrap_popup.form_content .wrap_cv_inputs, .popup .wrap_popup.form_content #employee_identification_form {
      padding: 0 16rem !important; } }
  .popup .form_content {
    direction: ltr;
    overflow-y: auto;
    padding-right: 22rem;
    padding-top: 0;
    /* For Firefox */ }
    .popup .form_content.noPadding {
      padding-right: 0; }
    @media (min-width: 992px) {
      .popup .form_content {
        margin-top: 4px; } }
    .popup .form_content::-webkit-scrollbar {
      width: 6px; }
    .popup .form_content::-webkit-scrollbar-thumb {
      background-color: #D6E4FE;
      /* Color of the thumb */
      border-radius: 16px;
      /* Rounded corners of the thumb */
      width: 6px;
      /* Width of the thumb */ }
    .popup .form_content::-webkit-scrollbar-track {
      background-color: #EDF7FF;
      /* Transparent background of the track */
      border-radius: 16px;
      /* Rounded corners of the track */ }
  .popup .wrap_popup {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1 0 0;
    column-gap: 16rem; }
    .popup .wrap_popup:not(.form_content)::-webkit-scrollbar {
      display: none; }
    .popup .wrap_popup .row.justify-content-between {
      direction: rtl; }
    @media (max-width: 767.98px) {
      .popup .wrap_popup {
        --bs-gutter-y: 12rem;
        padding: 0; }
        .popup .wrap_popup .wrap_popup_in {
          overflow-x: hidden;
          justify-content: initial;
          border-radius: 16px;
          background: #FFF; } }
    .popup .wrap_popup .popup_right_side {
      padding: 25rem; }
  @media (max-width: 767.98px) {
    .popup .finish-page-container.wrap_popup {
      padding: 106rem 24rem 32rem; } }
  .popup .pop_up_bottom {
    position: sticky;
    display: flex;
    justify-content: space-between;
    flex: 0 0 80rem; }
    .popup .pop_up_bottom.only_form_mobile {
      background-color: initial;
      box-shadow: none;
      position: static;
      padding: 8rem 0; }
    @media (max-width: 991.98px) {
      .popup .pop_up_bottom {
        background-color: #FFFFFF;
        box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
        border-radius: initial;
        padding: 8rem;
        position: sticky;
        bottom: 0; }
        .popup .pop_up_bottom .pop_up_bottom_txt {
          display: none; } }
    .popup .pop_up_bottom .pop_up_bottom_txt {
      padding: 16rem 49rem 0 16rem; }
  .popup .career_btn_send {
    direction: rtl;
    border-radius: 16px;
    background: #004B99;
    height: 56px;
    text-align: center;
    color: var(--White, #FFF);
    font-size: 20rem;
    font-weight: 500;
    line-height: 180%; }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      .popup .career_btn_send {
        font-size: 16px;
        border-radius: 12px; } }
    @media (max-width: 991.98px) {
      .popup .career_btn_send {
        width: 100%;
        height: initial;
        border-radius: 16px;
        padding: 15rem 0; } }
    .popup .career_btn_send:hover {
      background-color: #003785; }
    .popup .career_btn_send:active {
      background-color: #002371; }
    .popup .career_btn_send.disabled {
      cursor: revert;
      background-color: #CDCDCD; }
      .popup .career_btn_send.disabled:hover {
        background-color: #CDCDCD !important; }
      .popup .career_btn_send.disabled:active {
        background-color: #CDCDCD !important; }
  .popup.open {
    transform: none;
    display: flex; }

html.site_form_loading {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }
  html.site_form_loading:before {
    content: " ";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(213, 232, 253, 0.8); }
  html.site_form_loading:after {
    content: "";
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 50%;
    border: 4px solid #3498db;
    border-radius: 50%;
    border-top: 4px solid #f3f3f3;
    width: 40px;
    height: 40px;
    background-color: #D6E4FE;
    animation: spin 1s linear infinite;
    transform: translate(-50%, -50%); }
    @media (max-width: 991.98px) {
      html.site_form_loading:after {
        left: 45%;
        top: 45%; } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

html.popup_open {
  overflow: hidden; }
  html.popup_open #popups_overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s; }

#single_job_popup_inner {
  height: 100%;
  flex-flow: column nowrap;
  background: #F7FAFF;
  border-radius: 32px;
  background: var(--primary-blue-1, #F7FAFF);
  box-shadow: 0px 0px 48px 0px rgba(41, 76, 106, 0.25);
  display: inline-flex;
  padding: 24px 32px 24px 24px;
  flex-direction: column;
  gap: 16rem;
  row-gap: 24rem; }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    #single_job_popup_inner {
      border-radius: 24px; } }
  @media (max-width: 991.98px) {
    #single_job_popup_inner {
      padding: 0;
      border-radius: 0;
      row-gap: 16rem;
      height: 100vh;
      justify-content: space-between; } }
  #single_job_popup_inner .career_page {
    max-width: 100%; }

.form_content::-webkit-scrollbar, #cv_form_popup::-webkit-scrollbar {
  width: 8px; }
  @media (max-width: 767.98px) {
    .form_content::-webkit-scrollbar, #cv_form_popup::-webkit-scrollbar {
      display: none; } }

.form_content::-webkit-scrollbar-track, #cv_form_popup::-webkit-scrollbar-track {
  background-color: #D9D9D9; }

.form_content::-webkit-scrollbar-thumb, #cv_form_popup::-webkit-scrollbar-thumb {
  background-color: #004B99; }

#cv_form_popup .back_btn, #video_popup .back_btn {
  color: #004B99;
  width: 102px;
  border-radius: 16px;
  font-size: 20px; }
  #cv_form_popup .back_btn:before, #video_popup .back_btn:before {
    content: '';
    background: url(../assets/icons/blue_arrow_right.svg) center/contain no-repeat;
    display: inline-block;
    width: 18px;
    height: 13px;
    margin-left: 7rem; }
  #cv_form_popup .back_btn:hover, #video_popup .back_btn:hover {
    background: #EAF1FE; }
  #cv_form_popup .back_btn:active, #video_popup .back_btn:active {
    background: #D6E4FE; }
  #cv_form_popup .back_btn:focus-visible, #video_popup .back_btn:focus-visible {
    background: #fff;
    outline: 4px solid #004B99; }

#cv_form_popup {
  direction: ltr;
  border-radius: 32px;
  background: #F7FAFF;
  box-shadow: 0px 0px 48px 0px rgba(41, 76, 106, 0.25);
  padding: 24px 32px 24px 24px; }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    #cv_form_popup {
      border-radius: 24px; } }
  #cv_form_popup .popup_wrap {
    padding: 48rem;
    text-align: right; }
  #cv_form_popup .wrap_popup {
    gap: 20px;
    display: flex;
    flex-direction: column; }
  @media (max-width: 991.98px) {
    #cv_form_popup {
      border-radius: 0;
      box-shadow: 0px 0px 48px 0px rgba(41, 76, 106, 0.25);
      padding: 0;
      direction: rtl; } }
  #cv_form_popup .cv_form_popup_bottom {
    direction: rtl;
    margin-top: 24rem;
    flex: 0 0 auto !important; }
    #cv_form_popup .cv_form_popup_bottom:not(.pop_up_bottom) {
      padding: 8px;
      background: #FFF;
      box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1); }
  #cv_form_popup .career_btn_send {
    padding: 0 32rem;
    min-width: 193rem; }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      #cv_form_popup .career_btn_send {
        min-width: 170px; } }
    #cv_form_popup .career_btn_send:hover {
      background-color: #003785; }
    #cv_form_popup .career_btn_send:active {
      background-color: #002371; }
    @media (max-width: 991.98px) {
      #cv_form_popup .career_btn_send {
        font-size: 20rem;
        font-weight: 500;
        display: flex;
        height: 60px;
        align-items: center;
        justify-content: center; }
        #cv_form_popup .career_btn_send.only_form:after {
          content: '';
          background: url(../assets/icons/Left_arrow.svg) center/contain no-repeat;
          display: inline-block;
          width: 18rem;
          height: 16rem;
          margin-right: 16rem; } }
  #cv_form_popup #top_error_message {
    direction: rtl; }

@media (max-width: 767.98px) {
  .career_youtube_wrap h3 {
    font-size: 16rem;
    font-weight: 500;
    margin-bottom: 4rem; }
  .career_youtube_wrap:before {
    content: '';
    background: url(../assets/icons/icon_youtube.svg) no-repeat center;
    display: inline-block;
    width: 32rem;
    height: 32rem;
    margin-left: 8rem;
    background-size: auto; } }

#finish_send_popup {
  width: 545px;
  height: 274px;
  text-align: center;
  border-radius: 32px;
  box-shadow: 0px 8px 16px 0px rgba(13, 71, 161, 0.33); }
  @media (max-width: 767.98px) {
    #finish_send_popup {
      width: 93%;
      border-radius: 24px;
      height: 217px;
      padding: 12rem 0; } }
  #finish_send_popup .send_popup_title {
    display: flex;
    color: #294C6A;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    flex-direction: column;
    align-items: center; }
    #finish_send_popup .send_popup_title:before {
      content: '';
      background: url(../assets/icons/icon_v.svg) no-repeat;
      display: inline-block;
      width: 110px;
      height: 110px;
      margin-bottom: 24px;
      margin-top: 20px; }
    @media (max-width: 991.98px) {
      #finish_send_popup .send_popup_title {
        color: #004B99;
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-top: 0; }
        #finish_send_popup .send_popup_title:before {
          content: '';
          background: url(../assets/icons/icon_v.svg) no-repeat;
          display: inline-block;
          width: 84px;
          height: 84px;
          margin-bottom: 18px;
          margin-top: 41px;
          background-size: contain; } }
  #finish_send_popup .send_popup_sub_title {
    font-size: 28px;
    color: #294C6A;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
    @media (max-width: 991.98px) {
      #finish_send_popup .send_popup_sub_title {
        display: none; } }
  #finish_send_popup .popup_close_btn {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 20px;
    height: 20px; }
    @media (max-width: 991.98px) {
      #finish_send_popup .popup_close_btn {
        display: block !important;
        top: 21rem;
        left: 21rem; } }

#finish_contact_us_popup {
  width: 545px;
  height: auto;
  text-align: center;
  border-radius: 32px;
  box-shadow: 0px 8px 16px 0px rgba(13, 71, 161, 0.33);
  color: #294C6A; }
  @media (max-width: 767.98px) {
    #finish_contact_us_popup {
      width: 93%;
      border-radius: 24px; } }
  #finish_contact_us_popup .wrap_popup {
    padding: 24px;
    overflow: visible; }
  #finish_contact_us_popup .icon_v:before {
    content: '';
    background: url(../assets/icons/icon_v.svg) no-repeat;
    display: block;
    width: 108px;
    height: 108px;
    margin-bottom: 24px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background-size: contain; }
  @media (max-width: 991.98px) {
    #finish_contact_us_popup .icon_v:before {
      width: 84px;
      height: 84px;
      margin-bottom: 18px;
      margin-top: 41px; } }
  #finish_contact_us_popup .content {
    font-size: 24px; }
    @media (max-width: 767.98px) {
      #finish_contact_us_popup .content {
        font-size: 18rem; } }
  #finish_contact_us_popup .title, #finish_contact_us_popup .content {
    line-height: 150%; }
  #finish_contact_us_popup .popup_close_btn {
    width: 30px;
    height: 30px;
    margin-left: 0;
    margin-right: auto;
    display: block;
    margin-bottom: 10px; }
    @media (max-width: 767.98px) {
      #finish_contact_us_popup .popup_close_btn {
        width: 20px;
        height: 20px;
        background-size: contain; } }

#want_close_popup {
  width: 396rem;
  height: 299rem;
  padding: 33rem 40rem 40rem;
  position: absolute; }
  #want_close_popup .close_popup_title {
    font-size: 32rem;
    font-weight: normal;
    margin-bottom: 40rem; }
  #want_close_popup .no_close_btn, #want_close_popup .yes_close_btn {
    border-radius: 16px;
    height: 64rem;
    color: white;
    margin-bottom: 16rem; }
  #want_close_popup .yes_close_btn {
    border: 2px solid #004B99;
    background: #FFF;
    color: #004B99; }

@media (max-width: 767.98px) {
  .career_youtube_wrap h3 {
    font-size: 16rem !important;
    font-weight: 500;
    line-height: normal; }
  .career_youtube {
    color: #004B99;
    font-size: 16rem;
    border-radius: 8px;
    background: var(--primary-blue-2, #EDF7FF);
    padding: 4px 8px 4px 16px;
    font-weight: 400; }
    .career_youtube:before {
      content: '';
      background: url(../assets/icons/icon_youtube.svg) no-repeat center;
      display: inline-block;
      width: 32rem;
      height: 32rem;
      margin-left: 4rem; } }

#private_policy {
  overflow: scroll;
  direction: ltr;
  padding: 16px; }
  #private_policy > * {
    direction: rtl;
    text-align: right;
    display: flex;
    row-gap: 16px;
    flex-direction: column; }
  @media (max-width: 767.98px) {
    #private_policy {
      max-height: 100vh;
      height: 100%; } }
  #private_policy p {
    color: #294C6A; }

.to_form {
  height: 48px; }

.policy_title {
  padding: 0 8px;
  display: flex;
  flex-direction: column;
  row-gap: 2px; }
  .policy_title h3 {
    text-align: right;
    color: #294C6A;
    font-size: 20px;
    font-weight: 500;
    line-height: normal; }
  .policy_title p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

.policy_content {
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  border-radius: 16px;
  background: #FFF;
  row-gap: 12px;
  line-height: normal;
  color: #294C6A; }
  .policy_content ul {
    padding-right: 24px; }
  .policy_content h2 {
    text-align: center;
    color: #294C6A;
    font-size: 16px;
    font-weight: 500;
    line-height: normal; }
  .policy_content h3 {
    font-size: 16px !important;
    margin-bottom: 0 !important; }

#job_title {
  color: #294C6A;
  margin-bottom: 8px; }
  @media (max-width: 991.98px) {
    #job_title {
      font-size: 20px;
      margin-bottom: 0px; } }

.num_career {
  color: #294C6A;
  text-align: right;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0; }
  .num_career h2 {
    font-size: 24px !important; }
  @media (max-width: 1399.98px) {
    .num_career {
      text-align: right;
      display: flex;
      align-self: flex-end;
      color: #294C6A;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      gap: 4px; }
      .num_career span {
        margin-right: 3rem; } }

@media (max-width: 767.98px) {
  .blog {
    margin-top: initial; } }

.find_career, .career_send_btn, .refresh_orders_btn {
  border-radius: 12px;
  height: 60rem;
  color: white; }
  @media (max-width: 1199.98px) {
    .find_career, .career_send_btn, .refresh_orders_btn {
      border-radius: 8px; } }

.find_career {
  height: 56px;
  font-size: 20px;
  padding: 0 32px; }
  @media (max-width: 767.98px) {
    .find_career {
      display: none; } }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    .find_career {
      border-radius: 8px;
      font-size: 16px;
      height: 48px;
      padding: 0 24px; } }

.archive-job .career_send_btn {
  min-width: 193rem;
  height: 56px;
  text-align: center;
  color: #fff;
  font-size: 20rem;
  font-weight: 500;
  line-height: 180%;
  padding: 0 32rem; }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    .archive-job .career_send_btn {
      font-size: 18px;
      min-width: 170px; } }
  @media (max-width: 767.98px) {
    .archive-job .career_send_btn {
      text-align: center; } }

.archive-job .career_bottom {
  padding: 0; }
  @media (max-width: 767.98px) {
    .archive-job .career_bottom {
      background-color: #FFFFFF;
      padding: 8rem; } }
  @media (max-width: 991.98px) {
    .archive-job .career_bottom {
      --bs-gutter-x: 0 !important;
      position: sticky; } }

body.home:not(.single-job).bck_img_body {
  background: url(../assets/icons/Top_Background.svg) top center no-repeat, url(../assets/icons/bg-buttom.svg) bottom center no-repeat;
  background-size: contain; }

@media (max-width: 1199.98px) {
  body.home:not(.single-job) {
    background: none; }
    body.home:not(.single-job) .personal_area_btn {
      display: none; }
    body.home:not(.single-job):before, body.home:not(.single-job):after {
      display: none; } }

@media (max-width: 767.98px) {
  body.home:not(.single-job) #site_main {
    margin-top: 64px; } }

body.home:not(.single-job) .career_title {
  font-size: 80rem;
  font-weight: bold;
  color: #004B99;
  padding-bottom: 192rem; }
  @media (max-width: 991.98px) {
    body.home:not(.single-job) .career_title {
      padding-bottom: 80rem; } }
  @media (max-width: 767.98px) {
    body.home:not(.single-job) .career_title {
      color: #004B99;
      font-size: 24rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      padding-bottom: 0; } }

@media (max-width: 767.98px) {
  body.home:not(.single-job) .top_title {
    background-color: #FFCB7D;
    padding: 0; } }

@media (max-width: 1199.98px) {
  body.home:not(.single-job) .wrap_title:before {
    display: none; } }

@media (max-width: 767.98px) {
  body.home:not(.single-job) .wrap_title {
    background: var(--primary-orange-1, #FFCB7D);
    padding: 24rem 0; }
    body.home:not(.single-job) .wrap_title h2 {
      padding-top: 0 !important; } }

body.home:not(.single-job) .career_sub_title {
  font-size: 64rem;
  color: #004B99;
  padding-top: 100rem;
  font-weight: 400; }
  @media (max-width: 767.98px) {
    body.home:not(.single-job) .career_sub_title {
      padding-top: 0rem;
      color: #5A5A5A;
      font-size: 24rem; } }

body.home:not(.single-job) .search-jobs-container {
  box-shadow: 0px 0px 4px 0px rgba(9, 54, 138, 0.02), 0px 2px 8px 0px rgba(9, 54, 138, 0.02), 0px 0px 24px 0px rgba(9, 54, 138, 0.04);
  position: relative;
  background-color: white; }
  body.home:not(.single-job) .search-jobs-container .search-jobs {
    padding: 16px 32px 24px 32px;
    display: flex;
    flex-direction: column;
    gap: 12px; }
    @media (min-width: 992px) and (max-width: 1399.98px) {
      body.home:not(.single-job) .search-jobs-container .search-jobs {
        padding: 16px 12px 24px 12px; } }
    @media (max-width: 991.98px) {
      body.home:not(.single-job) .search-jobs-container .search-jobs {
        padding: 0; } }
    body.home:not(.single-job) .search-jobs-container .search-jobs .career_sub_title_search {
      color: #294C6A;
      text-align: right;
      font-size: 24px;
      line-height: 1.5;
      font-style: normal;
      font-weight: 400; }
      @media (min-width: 768px) and (max-width: 1399.98px) {
        body.home:not(.single-job) .search-jobs-container .search-jobs .career_sub_title_search {
          font-size: 20px; } }
      @media (max-width: 767.98px) {
        body.home:not(.single-job) .search-jobs-container .search-jobs .career_sub_title_search {
          padding-top: 21rem;
          color: #5A5A5A;
          text-align: right;
          font-size: 24rem;
          margin-bottom: 12rem;
          display: none; } }

body.home:not(.single-job) .career_details_wrap {
  border-radius: 16px;
  background: #FFF;
  padding: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 8px; }
  @media (max-width: 767.98px) {
    body.home:not(.single-job) .career_details_wrap {
      border-radius: 16px;
      box-shadow: 3px -4px 11px 0px rgba(9, 54, 138, 0.02), 0px 0px 6px 0px rgba(9, 54, 138, 0.04); } }

body.home:not(.single-job) .career_youtube_wrap {
  align-items: flex-start;
  flex-direction: column;
  row-gap: 12rem;
  border-radius: 16px;
  background: #FFF;
  padding: 12rem 20rem 20rem 20rem;
  height: fit-content; }
  @media (max-width: 991.98px) {
    body.home:not(.single-job) .career_youtube_wrap {
      align-items: center;
      padding: 12rem 16rem 16rem 16rem; } }

body.home:not(.single-job) #front_jobs_list {
  min-height: 100vh; }
  @media (max-width: 767.98px) {
    body.home:not(.single-job) #front_jobs_list {
      padding: 0; } }
  body.home:not(.single-job) #front_jobs_list .career_sub_title {
    color: #294C6A;
    text-align: right;
    font-size: 28rem;
    margin-bottom: 16rem; }
    @media (max-width: 767.98px) {
      body.home:not(.single-job) #front_jobs_list .career_sub_title {
        font-size: 24rem;
        margin-bottom: 0;
        padding: 24px 16px 0;
        line-height: normal; } }

body.home:not(.single-job) .careers_container {
  background: #F7FAFF; }
  body.home:not(.single-job) .careers_container .wrap_careers {
    padding: 32px;
    padding-bottom: 8px;
    align-items: center;
    margin-bottom: 31.6px;
    margin: auto; }
    body.home:not(.single-job) .careers_container .wrap_careers .no_results_career {
      background-color: #FFFFFF;
      border-radius: 40px;
      padding: 32px;
      margin: auto; }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      body.home:not(.single-job) .careers_container .wrap_careers {
        padding: 32px 12px; } }
    @media (max-width: 991.98px) {
      body.home:not(.single-job) .careers_container .wrap_careers {
        box-shadow: initial;
        border-radius: initial;
        padding: initial;
        background: initial;
        margin-bottom: initial; } }
    @media (max-width: 767.98px) {
      body.home:not(.single-job) .careers_container .wrap_careers {
        padding: 16px; } }
    body.home:not(.single-job) .careers_container .wrap_careers .job_open_share_button {
      border-radius: 4px;
      background-image: url(../assets/icons/bold-share.svg);
      height: 40px;
      width: 40px;
      border-radius: 50%;
      background-size: 24px; }
      body.home:not(.single-job) .careers_container .wrap_careers .job_open_share_button:hover {
        background-color: #F2F9FF; }
      body.home:not(.single-job) .careers_container .wrap_careers .job_open_share_button:active {
        background-color: #E8F3FD; }
        body.home:not(.single-job) .careers_container .wrap_careers .job_open_share_button:active:hover {
          background-color: #F2F9FF; }
      body.home:not(.single-job) .careers_container .wrap_careers .job_open_share_button:disabled {
        background-color: #F2F2F2; }
        body.home:not(.single-job) .careers_container .wrap_careers .job_open_share_button:disabled * {
          color: #CDCDCD; }
      @media (min-width: 992px) and (max-width: 1399.98px) {
        body.home:not(.single-job) .careers_container .wrap_careers .job_open_share_button {
          height: 32px;
          width: 32px; } }
      @media (min-width: 1400px) {
        body.home:not(.single-job) .careers_container .wrap_careers .job_open_share_button {
          background-size: 32px; } }
      @media (max-width: 991.98px) {
        body.home:not(.single-job) .careers_container .wrap_careers .job_open_share_button {
          height: 24px;
          width: 24px; } }

body.home:not(.single-job) .job_item {
  padding: 16px 32px 24px 16px;
  margin-bottom: 16px;
  display: flex;
  border-radius: 24px;
  background: var(--White, #FFF);
  box-shadow: 0px 0px 24rem 0rem rgba(0, 75, 153, 0.06); }
  body.home:not(.single-job) .job_item .share_inner .icon_share:focus-visible {
    border-color: red !important; }
  body.home:not(.single-job) .job_item .career_share_icons {
    left: 0; }
    body.home:not(.single-job) .job_item .career_share_icons:after {
      left: 12px;
      right: auto; }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    body.home:not(.single-job) .job_item {
      padding: 16px 32px 24px 16px; } }
  @media (max-width: 991.98px) {
    body.home:not(.single-job) .job_item {
      margin-bottom: 12rem;
      border-radius: 24px;
      padding: 16rem; }
      body.home:not(.single-job) .job_item .career_share_wrap {
        justify-content: end; }
      body.home:not(.single-job) .job_item p :not(num_career) {
        margin-bottom: 3rem; } }
  body.home:not(.single-job) .job_item .job_item_main_part {
    row-gap: 12px;
    flex: 1 0 0;
    padding-top: 8px; }
    @media (max-width: 1399.98px) {
      body.home:not(.single-job) .job_item .job_item_main_part {
        row-gap: 8px; } }
    @media (max-width: 767.98px) {
      body.home:not(.single-job) .job_item .job_item_main_part {
        justify-content: space-between;
        padding-top: 0; }
        body.home:not(.single-job) .job_item .job_item_main_part .col-9.col-md-12 {
          padding-right: 8rem; } }
    body.home:not(.single-job) .job_item .job_item_main_part .job_item_main_part_title {
      flex: 1; }
    body.home:not(.single-job) .job_item .job_item_main_part .job_item_main_part_share {
      max-width: fit-content; }
  body.home:not(.single-job) .job_item .career_share_wrap {
    flex: 0 0 fit-content;
    align-self: start;
    align-items: center;
    position: relative;
    margin-bottom: 7rem; }
    @media (max-width: 767.98px) {
      body.home:not(.single-job) .job_item .career_share_wrap {
        width: 100%; } }
  body.home:not(.single-job) .job_item .title_career {
    cursor: pointer;
    text-align: right;
    color: #004B99;
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    width: 100%; }
    @media (max-width: 1399.98px) {
      body.home:not(.single-job) .job_item .title_career {
        text-align: right;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.6; } }
    @media (max-width: 991.98px) {
      body.home:not(.single-job) .job_item .title_career {
        text-align: right;
        font-weight: 500;
        line-height: 120%;
        margin-bottom: 0rem; } }
  body.home:not(.single-job) .job_item .career_location, body.home:not(.single-job) .job_item .career_dead_line, body.home:not(.single-job) .job_item .career_occupation {
    display: inline-flex;
    gap: 4px;
    line-height: normal;
    color: #294C6A;
    align-items: center;
    font-size: 16px;
    margin: 0; }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      body.home:not(.single-job) .job_item .career_location, body.home:not(.single-job) .job_item .career_dead_line, body.home:not(.single-job) .job_item .career_occupation {
        font-size: 14px; } }
    @media (max-width: 767.98px) {
      body.home:not(.single-job) .job_item .career_location, body.home:not(.single-job) .job_item .career_dead_line, body.home:not(.single-job) .job_item .career_occupation {
        background: #F7FAFF;
        text-align: right;
        font-size: 14rem;
        margin-bottom: 0;
        font-weight: 400;
        line-height: normal; }
        body.home:not(.single-job) .job_item .career_location:before, body.home:not(.single-job) .job_item .career_dead_line:before, body.home:not(.single-job) .job_item .career_occupation:before {
          height: 16px;
          width: 16px;
          background-size: 16px 16px !important; } }
  body.home:not(.single-job) .job_item .career_occupation {
    color: #294C6A;
    text-align: right;
    font-size: 16px;
    font-weight: 400; }
    @media (max-width: 1399.98px) {
      body.home:not(.single-job) .job_item .career_occupation {
        font-size: 14px; } }
    body.home:not(.single-job) .job_item .career_occupation:before {
      content: '';
      background: url(../assets/icons/occupation_.svg) no-repeat center;
      display: inline-block;
      width: 20px;
      height: 20px; }
      @media (max-width: 1399.98px) {
        body.home:not(.single-job) .job_item .career_occupation:before {
          background: url(../assets/icons/occupation-16X16.svg) no-repeat center; } }
      @media (max-width: 767.98px) {
        body.home:not(.single-job) .job_item .career_occupation:before {
          width: 16px;
          height: 16px; } }
  body.home:not(.single-job) .job_item .career_location:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 16px 16px !important;
    background: url(../assets/icons/icon_location_.svg) no-repeat center; }
    @media (max-width: 1399.98px) {
      body.home:not(.single-job) .job_item .career_location:before {
        width: 16px;
        height: 16px;
        background: url(../assets/icons/icon_location-16X16.svg) no-repeat center; } }
  body.home:not(.single-job) .job_item .career_dead_line {
    font-weight: 300; }
    @media (max-width: 991.98px) {
      body.home:not(.single-job) .job_item .career_dead_line b {
        font-weight: 400; }
      body.home:not(.single-job) .job_item .career_dead_line span {
        font-weight: 300; } }
    body.home:not(.single-job) .job_item .career_dead_line:before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      background: url(../assets/icons/dead_line.svg) no-repeat center;
      background-size: 16px 16px !important; }
      @media (max-width: 1399.98px) {
        body.home:not(.single-job) .job_item .career_dead_line:before {
          background: url(../assets/icons/dead_line-16X16.svg) no-repeat center;
          width: 16px;
          height: 16px; } }
  body.home:not(.single-job) .job_item .career_friend {
    background-color: #FFCB7D; }
    body.home:not(.single-job) .job_item .career_friend:before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      background: url(../assets/icons/friend_icon.svg) no-repeat center;
      background-size: 16px 16px !important; }
      @media (max-width: 1399.98px) {
        body.home:not(.single-job) .job_item .career_friend:before {
          width: 16px;
          height: 16px;
          background: url(../assets/icons/friend_icon-16X16.svg) no-repeat center; } }
    @media (max-width: 767.98px) {
      body.home:not(.single-job) .job_item .career_friend {
        border-radius: 16px;
        height: 24px;
        display: flex;
        gap: 4px;
        align-items: center;
        font-size: 14px;
        width: fit-content;
        padding: 0 6px 0 12px;
        margin-bottom: 8px; } }

@media (max-width: 991.98px) {
  body.home:not(.single-job) #site_main {
    background: #fff; } }

.career_share_wrap {
  display: flex;
  flex-direction: row-reverse;
  width: fit-content;
  align-items: center;
  position: relative; }
  .career_share_wrap [class*="icon-share"] {
    width: 20rem;
    height: 20rem;
    background-repeat: no-repeat;
    background-position: center; }
  .career_share_wrap .icon-share-translate {
    background-image: url(../assets/icons/icon_translate.svg); }
  .career_share_wrap .share_inner {
    display: flex;
    align-items: flex-end;
    transition: all 0.25s;
    flex-direction: column; }
    .career_share_wrap .share_inner .career_share_icons {
      flex-direction: column;
      top: 24px;
      width: 158px;
      border-radius: 8px;
      padding: 8rem;
      box-shadow: 0 0 10rem 0 rgba(0, 0, 0, 0.1); }
      @media (max-width: 991.98px) {
        .career_share_wrap .share_inner .career_share_icons {
          left: 0rem; } }
      .career_share_wrap .share_inner .career_share_icons a {
        height: 32px;
        width: 32px;
        background-size: auto;
        background-position: center; }
      .career_share_wrap .share_inner .career_share_icons:after {
        content: '';
        display: inline-block;
        background-color: white;
        width: 15rem;
        height: 15rem;
        position: absolute;
        right: 15rem;
        box-shadow: inset 10px -10px -10px 0 rgba(0, 0, 0, 0.1);
        top: -6rem;
        z-index: -1;
        transform: rotate(45deg); }
        @media (max-width: 767.98px) {
          .career_share_wrap .share_inner .career_share_icons:after {
            right: 130rem; } }
      .career_share_wrap .share_inner .career_share_icons .share_span {
        height: 32px;
        width: 142px;
        display: flex;
        align-items: center;
        padding-right: 35px;
        font-size: 14px;
        font-weight: 500;
        color: #294C6A;
        text-align: right;
        font-style: normal;
        line-height: normal; }
        @media (min-width: 768px) and (max-width: 1399.98px) {
          .career_share_wrap .share_inner .career_share_icons .share_span {
            padding-right: 35px; } }
        .career_share_wrap .share_inner .career_share_icons .share_span:focus {
          background-color: #D6E4FE; }
    .career_share_wrap .share_inner .career_share_icons {
      background: #fff;
      visibility: hidden;
      transition: all 0.25s;
      padding: 8px;
      display: flex;
      opacity: 0;
      row-gap: 4px;
      position: absolute; }
      .career_share_wrap .share_inner .career_share_icons > * {
        opacity: 0;
        transform: translateY(-5rem);
        transition: all 0.15s 1s; }
    .career_share_wrap .share_inner.open_share {
      transition-delay: 0s;
      max-width: 250rem; }
      .career_share_wrap .share_inner.open_share .job_open_share_button {
        background-color: #E8F3FD; }
      .career_share_wrap .share_inner.open_share .career_share_icons {
        opacity: 1;
        visibility: visible;
        z-index: 1; }
        .career_share_wrap .share_inner.open_share .career_share_icons > * {
          opacity: 1;
          transform: none; }
          .career_share_wrap .share_inner.open_share .career_share_icons > *:nth-child(1) {
            transition-delay: 0.15s; }
          .career_share_wrap .share_inner.open_share .career_share_icons > *:nth-child(2) {
            transition-delay: 0.3s; }
          .career_share_wrap .share_inner.open_share .career_share_icons > *:nth-child(3) {
            transition-delay: 0.45s; }
          .career_share_wrap .share_inner.open_share .career_share_icons > *:nth-child(4) {
            transition-delay: 0.6s; }
          .career_share_wrap .share_inner.open_share .career_share_icons > *:nth-child(5) {
            transition-delay: 0.75s; }
          .career_share_wrap .share_inner.open_share .career_share_icons > *:nth-child(6) {
            transition-delay: 0.9s; }
          .career_share_wrap .share_inner.open_share .career_share_icons > *:nth-child(7) {
            transition-delay: 1.05s; }
  .career_share_wrap .copied-label {
    position: absolute;
    background-color: #004B99;
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s;
    left: 70px;
    transform: translateX(-50%);
    white-space: nowrap; }
  .career_share_wrap .career_share_icons:hover a, .career_share_wrap .career_share_icons:hover .icon-share_link, .career_share_wrap .career_share_icons:focus a, .career_share_wrap .career_share_icons:focus .icon-share_link {
    transition-delay: 0s !important; }
  .career_share_wrap .career_share_icons a {
    width: 100% !important;
    background-position: 118px !important; }
    .career_share_wrap .career_share_icons a:focus-visible {
      border-radius: 4px;
      outline: 4px solid #004B99;
      background-color: #edf7ff;
      transition-delay: 0s !important; }
    .career_share_wrap .career_share_icons a:hover {
      border-radius: 4px;
      background-color: rgba(234, 241, 254, 0.85);
      transition-delay: 0s !important; }
    .career_share_wrap .career_share_icons a:active {
      border-radius: 4px;
      background-color: #D6E4FE;
      transition-delay: 0s !important; }
  .career_share_wrap .career_share_icons .icon-share_link:hover {
    border-radius: 4px;
    background-color: rgba(234, 241, 254, 0.85);
    transition-delay: 0s !important; }
  .career_share_wrap .career_share_icons .icon-share_link:focus-visible {
    border-radius: 4px;
    outline: 4px solid #004B99;
    background-color: #edf7ff;
    transition-delay: 0s !important; }
  .career_share_wrap .career_share_icons .icon-share_link:active {
    border-radius: 4px;
    background-color: #D6E4FE;
    transition-delay: 0s !important; }
  .career_share_wrap .job_open_share_button {
    background-image: url(../assets/icons/bold-share.svg);
    height: 24rem;
    width: 24rem;
    background-size: 24px; }
  .career_share_wrap .icon-share_facebook {
    background-image: url(../assets/icons/facebook.svg);
    background-position: top;
    background-size: 14px !important; }
  .career_share_wrap .icon-share_whatsapp {
    background-image: url(../assets/icons/whatsApp.svg);
    background-position: top; }
  .career_share_wrap .icon-share_linkedin {
    background-image: url(../assets/icons/linkdin.svg);
    background-position: top; }
  .career_share_wrap .icon-share_telegram {
    background-image: url(../assets/icons/telegram.svg);
    background-position: top; }
  .career_share_wrap .icon-share_link {
    height: 32px;
    background-image: url(../assets/icons/link.svg);
    display: flex;
    width: 100%;
    background-position-x: 118px;
    text-align: start;
    background-size: auto; }
  .career_share_wrap .icon-share_evnelope {
    background-image: url(../assets/icons/email_icon.svg); }

.share_line .share_inner {
  margin-left: 4rem; }

.share_line p {
  margin-bottom: 0; }

.share_line {
  margin-top: 4px;
  border-radius: 8px;
  background: #EDF7FF;
  display: flex;
  align-items: center;
  padding: 4px 8px 4px 16px;
  width: fit-content;
  color: #004B99;
  font-size: 14px;
  cursor: pointer;
  align-self: end; }
  .share_line .career_share_icons {
    right: -12rem !important;
    left: initial !important; }
  .share_line .career_share_wrap:focus-visible {
    outline: 0; }
  .share_line .share_inner, .share_line .career_share_wrap {
    height: 24px;
    width: 24px;
    justify-content: center;
    align-content: center;
    align-items: center; }
  .share_line .share_inner {
    margin-left: 4px; }
    .share_line .share_inner .job_open_share_button {
      background-image: url(../assets/icons/icon_share.svg);
      height: 14px;
      width: 14px;
      background-size: contain; }
      .share_line .share_inner .job_open_share_button:focus-visible {
        visibility: hidden;
        outline: 0; }
    .share_line .share_inner.open_share .job_open_share_button {
      background-image: url(../assets/icons/icon_share.svg); }
  .share_line:hover {
    background: #EAF1FE; }
  .share_line:active {
    background: #D6E4FE; }
  .share_line:focus-visible {
    border-radius: 8px;
    outline: 4px solid #004B99;
    background: #EDF7FF; }
  .share_line.open_share_line {
    background: #D6E4FE; }
  .share_line.open_share {
    background: #D6E4FE; }
    .share_line.open_share:hover {
      background: #EAF1FE; }
    .share_line.open_share .career_share_icons {
      opacity: 1;
      visibility: visible;
      z-index: 1; }
      .share_line.open_share .career_share_icons > * {
        opacity: 1;
        transform: none; }
        .share_line.open_share .career_share_icons > *:nth-child(1) {
          transition-delay: 0.15s; }
        .share_line.open_share .career_share_icons > *:nth-child(2) {
          transition-delay: 0.3s; }
        .share_line.open_share .career_share_icons > *:nth-child(3) {
          transition-delay: 0.45s; }
        .share_line.open_share .career_share_icons > *:nth-child(4) {
          transition-delay: 0.6s; }
        .share_line.open_share .career_share_icons > *:nth-child(5) {
          transition-delay: 0.75s; }
        .share_line.open_share .career_share_icons > *:nth-child(6) {
          transition-delay: 0.9s; }
        .share_line.open_share .career_share_icons > *:nth-child(7) {
          transition-delay: 1.05s; }

@media (max-width: 767.98px) {
  .career_youtube_wrap {
    padding-top: 20rem; } }

.details_icons {
  column-gap: 16px; }
  @media (max-width: 767.98px) {
    .details_icons {
      padding: 8rem;
      gap: 5rem;
      align-self: stretch;
      border-radius: 16px;
      background: var(--primary-blue-1, #F7FAFF); } }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    .details_icons {
      column-gap: 8px; } }
  .details_icons p {
    gap: 4px;
    line-height: normal;
    display: flex;
    align-items: center;
    padding: 4px 8px 4px 16px;
    border-radius: 16px;
    background: #D6E4FE;
    color: #294C6A;
    font-size: 16px; }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      .details_icons p {
        height: 28px; } }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      .details_icons p {
        font-size: 14px;
        display: flex;
        align-items: center; } }
    @media (max-width: 767.98px) {
      .details_icons p {
        padding: 0;
        height: auto; } }
  .details_icons p:not(.career_location) {
    font-weight: 300; }
    @media (max-width: 767.98px) {
      .details_icons p:not(.career_location) {
        padding: 0; } }

.no-results {
  display: none; }

.career_youtube_wrap.small {
  display: none; }
  @media (max-width: 767.98px) {
    .career_youtube_wrap.small {
      display: flex;
      row-gap: 12rem; } }

.career_youtube_wrap.not-small {
  display: flex; }
  @media (max-width: 767.98px) {
    .career_youtube_wrap.not-small {
      display: none; } }

[data-fill="content"] p {
  margin-bottom: 16rem; }

body:not(.accessibility_mode) {
  /**/ }
  body:not(.accessibility_mode) input[type="search"]::-webkit-search-decoration,
  body:not(.accessibility_mode) input[type="search"]::-webkit-search-cancel-button,
  body:not(.accessibility_mode) input[type="search"]::-webkit-search-results-button,
  body:not(.accessibility_mode) input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none; }
  body:not(.accessibility_mode) .filter_bg {
    --bs-gutter-x: 24px; }
    @media (max-width: 991.98px) {
      body:not(.accessibility_mode) .filter_bg {
        border-radius: 24px 24px 0rem 0rem;
        background: #FFF;
        padding: 16rem 16rem 12px 16rem; } }
  @media (max-width: 767.98px) {
    body:not(.accessibility_mode) #jobs_filter_form {
      margin-bottom: 0rem;
      padding: 0 !important; }
      body:not(.accessibility_mode) #jobs_filter_form .col-12.col-md-3 {
        padding: 0 16rem; } }
  @media (max-width: 991.98px) {
    body:not(.accessibility_mode) #jobs_filter_form {
      border-radius: 24px; }
      body:not(.accessibility_mode) #jobs_filter_form .row *  {
        padding-right: 16rem;
        padding-left: 16rem; } }
    @media (max-width: 991.98px) and (min-width: 768px) and (max-width: 991.98px) {
      body:not(.accessibility_mode) #jobs_filter_form .row *  {
        padding-right: 0;
        padding-left: 0; } }
    @media (max-width: 991.98px) and (max-width: 767.98px) {
      body:not(.accessibility_mode) #jobs_filter_form .row *  {
        padding-right: 0;
        padding-left: 0; } }
  body:not(.accessibility_mode) .jobs_filter_row {
    justify-content: center;
    --bs-gutter-x: 24px; }
    @media (max-width: 991.98px) {
      body:not(.accessibility_mode) .jobs_filter_row {
        justify-content: space-between; } }
    @media (max-width: 767.98px) {
      body:not(.accessibility_mode) .jobs_filter_row {
        gap: 0;
        justify-content: center; } }
    body:not(.accessibility_mode) .jobs_filter_row .jobs_filter {
      --bs-gutter-x: 24px; }
      @media (max-width: 991.98px) {
        body:not(.accessibility_mode) .jobs_filter_row .jobs_filter {
          padding: 0; } }
      @media (max-width: 1399.98px) {
        body:not(.accessibility_mode) .jobs_filter_row .jobs_filter .filter_listbox {
          padding: 0 8px !important; } }
      @media (max-width: 991.98px) {
        body:not(.accessibility_mode) .jobs_filter_row .jobs_filter .filter_listbox {
          padding: 0 6px !important; } }
      @media (max-width: 767.98px) {
        body:not(.accessibility_mode) .jobs_filter_row .jobs_filter .filter_listbox {
          padding: 0 !important; } }
    body:not(.accessibility_mode) .jobs_filter_row .submit_wrap {
      width: fit-content; }
      @media (max-width: 1399.98px) {
        body:not(.accessibility_mode) .jobs_filter_row .submit_wrap {
          padding-right: 8px; } }
      @media (max-width: 991.98px) {
        body:not(.accessibility_mode) .jobs_filter_row .submit_wrap {
          margin-right: 15px; } }
  @media (max-width: 767.98px) {
    body:not(.accessibility_mode) #jobs_filter_form {
      padding: 16rem 16rem 12rem 16rem;
      border-radius: 20px;
      background: white; } }
  @media (max-width: 767.98px) and (max-width: 767.98px) {
    body:not(.accessibility_mode) #jobs_filter_form {
      display: flex;
      flex-direction: column;
      gap: 12px;
      padding: 0;
      margin-bottom: 0px; } }
  @media (max-width: 767.98px) {
      body:not(.accessibility_mode) #jobs_filter_form .col-12.col-md-3 {
        padding-right: 16rem !important;
        padding-left: 16rem !important; } }
    @media (max-width: 767.98px) and (max-width: 767.98px) {
      body:not(.accessibility_mode) #jobs_filter_form .col-12.col-md-3 {
        padding: 0; } }
  @media (max-width: 767.98px) {
    body:not(.accessibility_mode) .jobs_index_dropdown.jobs_toggle_content {
      padding-right: 20rem !important;
      padding-left: 20rem !important; }
    body:not(.accessibility_mode) .row {
      --bs-gutter-x: 16rem; } }
  @media (max-width: 767.98px) and (max-width: 991.98px) {
    body:not(.accessibility_mode) .row {
      --bs-gutter-x: 0; } }

@media (max-width: 767.98px) and (max-width: 991.98px) {
  body:not(.accessibility_mode) {
    flex-direction: column;
    text-align: center;
    align-items: center; } }
  body:not(.accessibility_mode) .reset_filters {
    display: none; }
  body:not(.accessibility_mode) .jobs_index_dropdown_wrap, body:not(.accessibility_mode) .jobs_index_filter_wrap {
    position: relative; }
    body:not(.accessibility_mode) .jobs_index_dropdown_wrap.filter_open, body:not(.accessibility_mode) .jobs_index_filter_wrap.filter_open {
      margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      body:not(.accessibility_mode) .jobs_index_dropdown_wrap, body:not(.accessibility_mode) .jobs_index_filter_wrap {
        margin-bottom: 16rem; } }
    @media (max-width: 767.98px) {
      body:not(.accessibility_mode) .jobs_index_dropdown_wrap, body:not(.accessibility_mode) .jobs_index_filter_wrap {
        padding-right: 20rem;
        margin-bottom: 0px; } }
    body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown_button, body:not(.accessibility_mode) .jobs_index_dropdown_wrap #freeText, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown_button, body:not(.accessibility_mode) .jobs_index_filter_wrap #freeText {
      display: inline-flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      border-radius: 12px;
      border: 1.5px solid var(--gray-gray-300, #D9D9D9);
      background-color: #ffffff;
      text-align: right;
      color: #294C6A;
      position: relative;
      transition: all 0.3s;
      font-size: 20rem;
      height: 56px;
      padding: 12px 12px 12px 20px; }
      @media (min-width: 768px) and (max-width: 1399.98px) {
        body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown_button, body:not(.accessibility_mode) .jobs_index_dropdown_wrap #freeText, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown_button, body:not(.accessibility_mode) .jobs_index_filter_wrap #freeText {
          border-radius: 8px;
          font-size: 16px;
          padding: 12px 12px 12px 12px;
          height: 48px; } }
      body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown_button:focus, body:not(.accessibility_mode) .jobs_index_dropdown_wrap #freeText:focus, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown_button:focus, body:not(.accessibility_mode) .jobs_index_filter_wrap #freeText:focus {
        border: 1.5px solid var(--button-blue-regular, #004B99) !important; }
    @media (max-width: 767.98px) {
      body:not(.accessibility_mode) .jobs_index_dropdown_wrap #freeText, body:not(.accessibility_mode) .jobs_index_filter_wrap #freeText {
        font-size: 18rem;
        padding: 15rem 8rem 10rem 5rem; } }
    body:not(.accessibility_mode) .jobs_index_dropdown_wrap #freeText:focus, body:not(.accessibility_mode) .jobs_index_filter_wrap #freeText:focus {
      border: 1.5px solid var(--button-blue-regular, #004B99); }
    body:not(.accessibility_mode) .jobs_index_dropdown_wrap #freeText::placeholder, body:not(.accessibility_mode) .jobs_index_filter_wrap #freeText::placeholder {
      color: #ABABAB;
      font-size: 20rem; }
      @media (max-width: 767.98px) {
        body:not(.accessibility_mode) .jobs_index_dropdown_wrap #freeText::placeholder, body:not(.accessibility_mode) .jobs_index_filter_wrap #freeText::placeholder {
          font-size: 18rem; } }
      @media (min-width: 768px) and (max-width: 1399.98px) {
        body:not(.accessibility_mode) .jobs_index_dropdown_wrap #freeText::placeholder, body:not(.accessibility_mode) .jobs_index_filter_wrap #freeText::placeholder {
          font-size: 16px; } }
    body:not(.accessibility_mode) .jobs_index_dropdown_wrap.open:after, body:not(.accessibility_mode) .jobs_index_filter_wrap.open:after {
      transform: rotate(180deg); }
    body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown_button.selected, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown_button.selected {
      border: 1.5px solid #004B99 !important; }
      body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown_button.selected span, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown_button.selected span {
        color: inherit; }
    body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown_button:after, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown_button:after {
      content: '';
      display: inline-block;
      width: 32px;
      height: 100%;
      max-height: 32px;
      background: url(../assets/icons/arrow_down.svg) no-repeat center;
      transition: transform 0.3s ease; }
      @media (min-width: 768px) and (max-width: 1399.98px) {
        body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown_button:after, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown_button:after {
          background-size: 12px;
          width: 24px;
          height: 24px; } }
    body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown {
      padding: 12rem 0 0 0;
      overflow: visible !important;
      text-align: right;
      backdrop-filter: blur(30px);
      background-color: #fff;
      width: 100%;
      margin-top: 5rem;
      position: absolute;
      top: 100%;
      visibility: hidden;
      opacity: 0;
      transform: scale(0.9);
      transition: all .25s, visibility 0s 0.25s;
      max-height: 440rem;
      border-radius: 12px;
      border: 1.5px solid var(--primary-blue-7, #004B99);
      background: var(--White, #FFF);
      box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1); }
      body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_dropdown_url, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_dropdown_url {
        max-height: 198px;
        padding: 0 8px 0 8px !important;
        overflow-y: auto;
        direction: ltr;
        margin-bottom: 16rem;
        /* Hide the default tiny arrows */
        /* For Firefox */ }
        body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_dropdown_url .check_all, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_dropdown_url .check_all {
          border-bottom: 1px solid #E6E6E6; }
        body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_dropdown_url::-webkit-scrollbar, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_dropdown_url::-webkit-scrollbar {
          width: 0;
          /* Remove scrollbar space */
          background: transparent;
          /* Optional: just make scrollbar invisible */ }
        body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_dropdown_url::-webkit-scrollbar, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_dropdown_url::-webkit-scrollbar {
          width: 6px; }
        body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_dropdown_url::-webkit-scrollbar-thumb, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_dropdown_url::-webkit-scrollbar-thumb {
          background-color: #004B99;
          /* Color of the thumb */
          border-radius: 16px;
          /* Rounded corners of the thumb */
          width: 6rem;
          /* Width of the thumb */ }
        body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_dropdown_url::-webkit-scrollbar-track, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_dropdown_url::-webkit-scrollbar-track {
          background-color: #D9D9D9;
          /* Transparent background of the track */
          border-radius: 16px;
          /* Rounded corners of the track */ }
        body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_dropdown_url::-webkit-scrollbar-button, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_dropdown_url::-webkit-scrollbar-button {
          display: none; }
      @media (max-width: 767.98px) {
        body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown {
          padding-right: 0rem !important;
          padding-left: 0rem !important; } }
      body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown::-webkit-scrollbar, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown::-webkit-scrollbar {
        width: 0;
        /* Remove scrollbar space */
        background: transparent;
        /* Optional: just make scrollbar invisible */ }
      body:not(.accessibility_mode) .open.jobs_index_dropdown_wrap .jobs_index_dropdown {
        visibility: visible;
        opacity: 1;
        transform: none;
        transition-delay: 0s;
        z-index: 2;
        overflow: auto; }
      body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown ul, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown ul {
        list-style: none;
        padding: 0;
        margin: 0; }
      body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input:checked + label, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input:checked + label {
        border-radius: 6px;
        background: #D6E4FE;
        font-weight: 500; }
      body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input + label:before, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input + label:before {
        content: '';
        display: inline-block;
        height: 20px;
        width: 20px;
        color: transparent;
        line-height: 15px;
        vertical-align: middle; }
      body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input + label + span, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input + label + span {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 50px);
        overflow: hidden; }
      body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input + label:before, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input + label:before {
        width: 18rem; }
      body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input[type="checkbox"]:hover + label:before, body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input[type="radio"]:hover + label:before, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input[type="checkbox"]:hover + label:before, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input[type="radio"]:hover + label:before {
        background-image: url(../assets/icons/selected-light.svg);
        backdrop-filter: brightness(120%) saturate(20%) grayscale(100%);
        background-repeat: no-repeat;
        background-position: center; }
        @media (min-width: 768px) and (max-width: 1399.98px) {
          body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input[type="checkbox"]:hover + label:before, body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input[type="radio"]:hover + label:before, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input[type="checkbox"]:hover + label:before, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input[type="radio"]:hover + label:before {
            background-size: 60%; } }
      body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input[type="checkbox"] + label:before, body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input[type="radio"] + label:before, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input[type="checkbox"] + label:before, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input[type="radio"] + label:before {
        height: 24rem;
        width: 24rem;
        border: 1px solid #D9D9D9;
        border-radius: 6px; }
        @media (min-width: 768px) and (max-width: 1399.98px) {
          body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input[type="checkbox"] + label:before, body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input[type="radio"] + label:before, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input[type="checkbox"] + label:before, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input[type="radio"] + label:before {
            border-radius: 4px; } }
      body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input[type="checkbox"]:focus-visible, body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input[type="radio"]:focus-visible, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input[type="checkbox"]:focus-visible, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input[type="radio"]:focus-visible {
        outline: 4px solid #004B99; }
      body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input[type="checkbox"]:focus-visible + label:before, body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input[type="radio"]:focus-visible + label:before, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input[type="checkbox"]:focus-visible + label:before, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input[type="radio"]:focus-visible + label:before {
        outline: 4px solid #004B99; }
      body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input[type="checkbox"]:checked + label:before, body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input[type="radio"]:checked + label:before, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input[type="checkbox"]:checked + label:before, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input[type="radio"]:checked + label:before {
        border: 1px solid #004B99;
        background-image: url(../assets/icons/selected.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-color: #FFFFFF; }
        @media (min-width: 768px) and (max-width: 1399.98px) {
          body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input[type="checkbox"]:checked + label:before, body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input[type="radio"]:checked + label:before, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input[type="checkbox"]:checked + label:before, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input[type="radio"]:checked + label:before {
            background-size: 60%; } }
      body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input[type="checkbox"]:checked:focus + label:before, body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input[type="radio"]:checked:focus + label:before, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input[type="checkbox"]:checked:focus + label:before, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input[type="radio"]:checked:focus + label:before {
        border: 1px solid #002371; }
      body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input_wrap, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input_wrap {
        max-height: 40px; }
        body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input_wrap:not(:last-child), body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input_wrap:not(:last-child) {
          margin-bottom: 4px; }
      body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input_label, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input_label {
        direction: rtl;
        width: 100%;
        padding: 7rem 7px 7px 16px !important;
        cursor: pointer;
        color: #294C6A;
        text-align: right;
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
        display: flex;
        align-items: center;
        max-height: 40px; }
        body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input_label span, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input_label span {
          max-width: 80%;
          padding-right: 8px !important;
          overflow: hidden;
          -webkit-line-clamp: 1;
          /* Number of lines to show */
          -webkit-box-orient: vertical;
          -webkit-box-lines: multiple;
          /* Allow multiple lines */
          text-overflow: ellipsis;
          /* Ellipsis for overflowed text */
          white-space: nowrap;
          /* Prevent text from wrapping */ }
        @media (min-width: 768px) and (max-width: 1199.98px) {
          body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input_label, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input_label {
            max-height: 36px;
            padding: 7px !important; }
            body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input_label span, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input_label span {
              padding-right: 4px !important; } }
        @media (max-width: 1399.98px) {
          body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown .jobs_index_filter_input_label, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown .jobs_index_filter_input_label {
            color: #294C6A;
            text-align: right;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal; } }
    body:not(.accessibility_mode) .jobs_index_dropdown_wrap.open .jobs_index_dropdown_button:after, body:not(.accessibility_mode) .jobs_index_filter_wrap.open .jobs_index_dropdown_button:after {
      transform: rotate(180deg); }
    body:not(.accessibility_mode) .jobs_index_dropdown_wrap[data-disabled="disabled"] .jobs_index_dropdown_button, body:not(.accessibility_mode) .jobs_index_filter_wrap[data-disabled="disabled"] .jobs_index_dropdown_button {
      color: #141414;
      opacity: 0.5;
      box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
      border: solid 1px rgba(195, 209, 226, 0.6); }
      @media (max-width: 991.98px) {
        body:not(.accessibility_mode) .jobs_index_dropdown_wrap[data-disabled="disabled"] .jobs_index_dropdown_button, body:not(.accessibility_mode) .jobs_index_filter_wrap[data-disabled="disabled"] .jobs_index_dropdown_button {
          border-radius: 14px;
          border: 1.5px solid #ED7200;
          background: #FFF;
          opacity: initial; } }
    body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_dropdown_button_txt, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_dropdown_button_txt {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      vertical-align: middle;
      width: 91%;
      color: #444444; }
      @media (max-width: 991.98px) {
        body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_dropdown_button_txt, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_dropdown_button_txt {
          padding-right: 16px !important;
          font-size: 18rem;
          font-weight: 400; } }
      @media (min-width: 768px) and (max-width: 1399.98px) {
        body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_dropdown_button_txt, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_dropdown_button_txt {
          font-size: 16px; } }
    @media (max-width: 991.98px) {
      body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_dropdown_button, body:not(.accessibility_mode) .jobs_index_dropdown_wrap .jobs_index_filter_wrap, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_dropdown_button, body:not(.accessibility_mode) .jobs_index_filter_wrap .jobs_index_filter_wrap {
        font-size: 16rem;
        padding: 15px 20px;
        box-shadow: none;
        padding-left: 12px !important; } }
  body:not(.accessibility_mode) .jobs_index_filter_label {
    display: none; }
  body:not(.accessibility_mode) .jobs_index_filter_wrap:after {
    content: '';
    display: inline-block;
    width: 32rem;
    height: 32rem;
    background: url(../assets/icons/icon_search_.svg) no-repeat center;
    position: absolute;
    left: 12px;
    top: 12px; }
    @media (max-width: 767.98px) {
      body:not(.accessibility_mode) .jobs_index_filter_wrap:after {
        width: 32rem;
        height: 32rem; } }
    @media (min-width: 992px) and (max-width: 1399.98px) {
      body:not(.accessibility_mode) .jobs_index_filter_wrap:after {
        background-size: 18px;
        top: 12.5px; } }
    @media (max-width: 991.98px) {
      body:not(.accessibility_mode) .jobs_index_filter_wrap:after {
        background-size: 18px;
        top: 8px;
        left: 12px; } }
  body:not(.accessibility_mode) .jobs_index_filter_wrap #freeText {
    border-collapse: collapse; }
    body:not(.accessibility_mode) .jobs_index_filter_wrap #freeText:focus {
      outline: 0;
      border: solid 1px #004B99; }
    @media (max-width: 767.98px) {
      body:not(.accessibility_mode) .jobs_index_filter_wrap #freeText {
        color: #294C6A;
        font-size: 16rem;
        padding: 0 12px !important;
        height: 48px; } }
  body:not(.accessibility_mode) .jobs_index_filter_wrap .select_field {
    border-collapse: collapse;
    padding: 16rem; }
  body:not(.accessibility_mode) .jobs_index_dropdown_button.select_field:focus-visible {
    outline: 0; }
  body:not(.accessibility_mode) .reset_filters {
    font-size: 14px;
    color: #6f42c1;
    border: 0;
    background-color: transparent;
    text-decoration: underline;
    font-weight: 500; }
  body:not(.accessibility_mode) .load_more_wrap .sum_results_wrap {
    padding-top: 40rem;
    padding-bottom: 30rem; }
    body:not(.accessibility_mode) .load_more_wrap .sum_results_wrap h2 {
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 10rem; }
  body:not(.accessibility_mode) .loadMore_btn_wrap {
    text-align: center;
    padding-top: 30rem;
    padding-bottom: 116rem; }
    @media (max-width: 767rem) {
      body:not(.accessibility_mode) .loadMore_btn_wrap {
        padding-bottom: 54px; }
        body:not(.accessibility_mode) .loadMore_btn_wrap .base_btn {
          margin-bottom: 42px;
          display: block;
          margin-top: 0; } }
  body:not(.accessibility_mode) #filters_error_msg {
    display: none; }
  body:not(.accessibility_mode) #jobs_filter_form.invalid .jobs_index_dropdown_button {
    border-color: #DB0F1B; }
  body:not(.accessibility_mode) #jobs_filter_form.invalid .col-12:nth-child(3) .jobs_index_dropdown_button {
    border-color: rgba(195, 209, 226, 0.6); }
  body:not(.accessibility_mode) #jobs_filter_form.invalid .submit_wrap {
    position: relative; }
  body:not(.accessibility_mode) #jobs_filter_form.invalid #filters_error_msg {
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: #DB0F1B; }
    @media (max-width: 767rem) {
      body:not(.accessibility_mode) #jobs_filter_form.invalid #filters_error_msg {
        top: -25px; } }
  body:not(.accessibility_mode) #content_form .order_form_input_wrap .order_form_input {
    height: 50px; }
  body:not(.accessibility_mode) #content_form #order_form_check_id {
    min-width: 125px;
    height: 48px;
    padding: 6px 6px;
    width: auto;
    margin-top: 15px;
    margin-bottom: 42px; }
  body:not(.accessibility_mode) #order_form_id_error {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px; }
    body:not(.accessibility_mode) #order_form_id_error:before {
      content: "\e90f";
      font-family: 'icomoon' !important;
      font-size: 24rem;
      margin-left: 13px;
      vertical-align: middle; }
  body:not(.accessibility_mode) .filters_mobile_window_header {
    padding: 33px 0 22px;
    box-shadow: 0 10px 25px 0 #0000000a;
    position: relative; }
    body:not(.accessibility_mode) .filters_mobile_window_header h3 {
      font-size: 20px;
      font-weight: 500;
      text-align: center; }
    body:not(.accessibility_mode) .filters_mobile_window_header .filters_mobile_window_close {
      background-color: transparent;
      border: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      padding: 0;
      margin-right: 27px;
      margin-top: 5px; }
      body:not(.accessibility_mode) .filters_mobile_window_header .filters_mobile_window_close:after {
        content: "\e908";
        color: #141414;
        font-family: 'icomoon' !important;
        font-size: 25rem; }
  body:not(.accessibility_mode) .filters_mobile_window_footer {
    text-align: center;
    padding-bottom: 25px; }
    body:not(.accessibility_mode) .filters_mobile_window_footer .base_btn {
      margin-bottom: 21px; }
    body:not(.accessibility_mode) .filters_mobile_window_footer .reset_filters {
      display: block;
      margin: 0 auto; }
  @media (max-width: 767rem) {
    body:not(.accessibility_mode) .jobs_after_search .join_us h1 {
      margin-top: -16px;
      margin-bottom: 37px; }
    body:not(.accessibility_mode) .page-template-template-departments_list #practice_areas_floor .main_title {
      margin-top: -28px;
      color: #0d47a1;
      font-size: 30px;
      font-weight: 300;
      margin-bottom: -10px; }
    body:not(.accessibility_mode) .home #join_us_floor .container {
      padding-top: 30px; }
    body:not(.accessibility_mode) .home #join_us_floor h2 {
      margin-bottom: 34px; }
    body:not(.accessibility_mode) .home #join_us_floor .join_us form {
      padding: 0 15rem 17px; }
    body:not(.accessibility_mode) .join_us h1.h1-homepage {
      font-size: 36px;
      margin-top: 9px;
      margin-bottom: 25px; }
    body:not(.accessibility_mode) .submit_wrap .find_career {
      font-size: 20rem;
      cursor: pointer; } }
  @media (max-width: 767rem) and (min-width: 768px) and (max-width: 1399.98px) {
    body:not(.accessibility_mode) .submit_wrap .find_career {
      font-size: 16px; } }
  @media (max-width: 767rem) and (max-width: 767.98px) {
    body:not(.accessibility_mode) .submit_wrap .find_career {
      border-radius: 0rem 0rem 24px 24px;
      background: #ED7200; } }
  @media (max-width: 767rem) {
    body:not(.accessibility_mode) #practice_areas_floor {
      padding-top: 13px;
      padding-bottom: 17px; }
      body:not(.accessibility_mode) #practice_areas_floor .main_title {
        margin-bottom: 8px; }
    body:not(.accessibility_mode) #departments_list #departments_list_button_wrap {
      margin: 30px 0 0; } }
  body:not(.accessibility_mode):not(.page-template-template-search_results) #mobile_filters_toggle_btn {
    display: none; }
  @media (max-width: 767rem) {
    body:not(.accessibility_mode).page-template-template-search_results #mobile_filters_toggle_btn {
      border-radius: 29px;
      box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
      background-color: white;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 48px;
      height: 48px;
      color: #865ce6;
      border-style: none; }
      body:not(.accessibility_mode).page-template-template-search_results #mobile_filters_toggle_btn:after {
        content: "\e905";
        font-family: icomoon;
        color: #865ce6;
        font-size: 13px;
        margin-right: 9px; } }
  @media (max-width: 767rem) {
    body:not(.accessibility_mode).page-template-template-search_results #orders_list .job_tags {
      margin-top: -4px; } }
  body:not(.accessibility_mode).page-template-template-search_results:not(.search_results_filters_shown) #mobile_filters_toggle_btn {
    display: block; }
  @media (max-width: 767rem) {
    body:not(.accessibility_mode).page-template-template-search_results:not(.search_results_filters_shown) #jobs_filter_form {
      display: none; } }
  body:not(.accessibility_mode).page-template-template-search_results.search_results_filters_shown #mobile_filters_toggle_btn {
    display: none; }
  body:not(.accessibility_mode).page-template-template-search_results.search_results_filters_shown #jobs_filter_form {
    display: block; }
  @media (max-width: 767rem) {
    body:not(.accessibility_mode) body.dropdown_is_open {
      overflow: hidden; } }
  body:not(.accessibility_mode) #prof_description {
    margin-top: 56px; }
    @media (max-width: 767rem) {
      body:not(.accessibility_mode) #prof_description {
        margin-top: 42px; } }
  body:not(.accessibility_mode) body.accessibility_mode #mobile_filters_toggle_btn, body:not(.accessibility_mode) body.accessibility_mode .jobs_index_dropdown_button, body:not(.accessibility_mode) body.accessibility_mode .jobs_index_dropdown {
    display: none !important; }
  body:not(.accessibility_mode) body.accessibility_mode .jobs_index_dropdown_select {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: auto;
    clip: initial;
    border: 2px solid #000;
    margin-bottom: 15px; }
  body:not(.accessibility_mode) body.accessibility_mode #filters_error_msg {
    display: none; }
  body:not(.accessibility_mode) body.accessibility_mode #jobs_filter_form.invalid #filters_error_msg {
    display: block;
    font-size: 14px;
    color: #DB0F1B; }
  body:not(.accessibility_mode) .filters_bottom_btns {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    padding: 12rem 16rem; }
    body:not(.accessibility_mode) .filters_bottom_btns .filter_check_all {
      color: #004B99;
      font-weight: 500;
      text-align: right;
      line-height: normal; }
    body:not(.accessibility_mode) .filters_bottom_btns .filter_check_all, body:not(.accessibility_mode) .filters_bottom_btns .filter_remove_check {
      padding: 0 5rem; }
      body:not(.accessibility_mode) .filters_bottom_btns .filter_check_all:focus-visible, body:not(.accessibility_mode) .filters_bottom_btns .filter_remove_check:focus-visible {
        border-radius: 4px;
        outline: 4px solid #004B99; }
    body:not(.accessibility_mode) .filters_bottom_btns .filter_remove_check {
      color: #808080;
      font-weight: 500; }
    @media (max-width: 991.98px) {
      body:not(.accessibility_mode) .filters_bottom_btns {
        padding: 12rem 16rem !important; } }

.accordion-heading {
  cursor: pointer;
  display: flex;
  text-align: center;
  color: #004B99;
  font-size: 16rem;
  line-height: normal;
  position: relative;
  justify-content: center; }
  @media (max-width: 767.98px) {
    .accordion-heading {
      padding: 0 4px; } }
  .accordion-heading p {
    position: relative;
    color: #004B99;
    font-size: 16rem;
    line-height: normal;
    margin: 0; }
    .accordion-heading p:after {
      content: '';
      display: inline-block;
      width: 12px;
      height: 6px;
      background: url(../assets/icons/arrow_down.svg) no-repeat center;
      position: absolute;
      left: -18rem;
      top: 9rem;
      background-size: contain;
      transition: transform 0.3s ease; }
  .accordion-heading.open p:after {
    transform: rotate(180deg); }

.jobs_index_dropdown_wrap.open jobs_index_dropdown_button {
  border-color: #001e3d; }

.jobs_index_dropdown_wrap.open .jobs_index_dropdown_button {
  border: 1.5px solid var(--button-blue-regular, #004B99) !important; }
  @media (min-width: 576px) {
    .jobs_index_dropdown_wrap.open .jobs_index_dropdown_button:after {
      top: 18% !important; } }
  .jobs_index_dropdown_wrap.open .jobs_index_dropdown_button span {
    color: inherit; }

footer {
  background-color: #E5EAF3;
  height: 40px;
  position: relative;
  z-index: 10;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center; }
  @media (max-width: 991.98px) {
    footer {
      display: none; } }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    footer {
      height: 40px; } }
  footer .menu-item {
    font-weight: 500;
    color: #294C6A;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    line-height: normal; }
    footer .menu-item:not(:first-child) {
      padding-right: 30rem; }

#open_drop_menu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24rem;
  height: 48rem;
  width: 48rem;
  border-radius: 50%;
  border-style: none; }
  #open_drop_menu .icon-menu {
    background-image: url(../assets/icons/humburgerBtn.svg);
    height: 32rem;
    width: 32rem;
    background-repeat: no-repeat;
    background-position: center; }

.header_share {
  position: absolute;
  left: 24rem; }

#drop_menu {
  display: flex;
  flex-direction: column;
  width: 264rem;
  max-width: 100%;
  height: 940rem;
  opacity: 0;
  max-height: 100vh;
  overflow: auto;
  padding: 16rem;
  position: absolute;
  background-color: var(--primary-blue-1, #F7FAFF);
  box-shadow: 0px 0px 48px 0px rgba(41, 76, 106, 0.25);
  right: 0;
  top: 0;
  z-index: 100;
  visibility: hidden;
  transition: all 0.5s, visibility 0s .5s; }

#drop_menu {
  position: absolute; }
  #drop_menu ul > li > a {
    display: block;
    align-items: flex-start;
    color: #004B99;
    transition: all 0.25s;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    height: auto; }
  #drop_menu ul > li ul a {
    font-size: 18rem;
    background: none; }
  #drop_menu li.menu-item-contact_us_popup {
    margin-top: 13px;
    position: relative; }
    #drop_menu li.menu-item-contact_us_popup:before {
      content: '';
      border-top: 1px solid #D6E4FE;
      position: absolute;
      top: -8px;
      right: 0;
      left: 0;
      width: 90%;
      margin: auto; }
  #drop_menu li.menu-About {
    margin-top: 13px;
    position: relative; }
    #drop_menu li.menu-About:before {
      content: '';
      border-top: 1px solid #D6E4FE;
      position: absolute;
      top: -8px;
      right: 0;
      left: 0;
      width: 90%;
      margin: auto; }
  #drop_menu:after {
    position: absolute;
    z-index: -10;
    right: 0;
    bottom: 0; }
  #drop_menu .social_list.d-flex {
    margin: auto 0 0; }
  body.menu_open #drop_menu {
    transform: none;
    visibility: visible;
    transition-delay: 0s;
    opacity: 1; }
  #drop_menu .first-line-in-drop {
    margin-bottom: 24rem;
    display: flex;
    justify-content: space-between; }
    #drop_menu .first-line-in-drop .icon-exit-menu {
      font-size: 48rem;
      border: 0;
      background: url("../assets/icons/close.svg") no-repeat center;
      width: 24rem;
      height: 24rem; }
  #drop_menu #dd_logo img {
    width: 147.875rem;
    height: 48rem; }
  #drop_menu .nav {
    display: flex;
    list-style: none;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 4rem;
    padding-inline-start: 0px; }
    #drop_menu .nav .sub-menu {
      position: static; }
  #drop_menu .menu-item {
    border-radius: 8px;
    width: 100%; }
    #drop_menu .menu-item.active {
      border-radius: 8px;
      background: var(--primary-blue-4, #EAF1FE); }
      #drop_menu .menu-item.active a {
        font-weight: 500; }
    #drop_menu .menu-item a::before {
      content: "";
      width: 24px;
      height: 24px;
      display: inline-block;
      margin-left: 8px; }
    #drop_menu .menu-item.menu-Jobs a::before {
      background-image: url("../assets/icons/menu-Jobs.svg"); }
    #drop_menu .menu-item.menu-Recruitment-process a::before {
      background-image: url("../assets/icons/menu-Recruitment-process.svg"); }
    #drop_menu .menu-item.menu-Career a::before {
      background-image: url("../assets/icons/menu-Career.svg"); }
    #drop_menu .menu-item.menu-About a::before {
      background-image: url("../assets/icons/menu-About.svg"); }
    #drop_menu .menu-item.menu-Privacy a::before {
      background-image: url("../assets/icons/menu-Privacy.svg"); }
    #drop_menu .menu-item.menu-accessibility a::before {
      background-image: url("../assets/icons/menu-accessibility.svg"); }
    #drop_menu .menu-item.menu-item-contact_us_popup a::before {
      background-image: url("../assets/icons/menu-contact.svg"); }

header {
  padding: 0rem 16rem 0;
  height: 64px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: #F7FAFF;
  box-shadow: 0rem 0rem 24rem 0rem rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    header {
      height: 48px; } }
  @media (max-width: 767.98px) {
    header {
      justify-content: center;
      align-items: center;
      height: 64px; }
      header a {
        width: fit-content;
        display: block;
        align-self: end; }
      header .container {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-left: 0; }
      header .menu-primary-menu-container #menu-primary-menu li:not(:last-child) {
        display: none; }
      header .menu-primary-menu-container #menu-primary-menu li:last-child {
        display: none;
        top: 13rem;
        left: 16rem;
        text-align: -webkit-center; } }
    @media (max-width: 767.98px) and (max-width: 767.98px) {
      header .menu-primary-menu-container #menu-primary-menu li:last-child {
        position: absolute; } }
  @media (max-width: 767.98px) {
        header .menu-primary-menu-container #menu-primary-menu li:last-child a {
          color: #5A5A5A;
          font-size: 10rem;
          font-weight: 500; }
        header .menu-primary-menu-container #menu-primary-menu li:last-child:before {
          content: '';
          display: flex;
          width: 28rem;
          height: 28rem;
          flex-shrink: 0;
          background: url(../assets/icons/private_area.svg) no-repeat center;
          padding: 0rem; } }
  header .header {
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center; }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      header .header {
        height: 48px; } }
    @media (max-width: 767.98px) {
      header .header {
        align-items: center;
        flex-direction: column;
        justify-content: center; } }
    header .header .menu-item.current-menu-item a {
      color: #004B99;
      border-bottom: 2px solid #004B99;
      font-weight: 500; }
      @media (max-width: 991.98px) {
        header .header .menu-item.current-menu-item a {
          border: none; } }
    header .header .menu-item a {
      height: 64px;
      padding: 0 8px;
      display: flex;
      align-items: center; }
      header .header .menu-item a:hover {
        background-color: #EAF1FE; }
      header .header .menu-item a:active {
        background-color: #D6E4FE; }
        header .header .menu-item a:active:hover {
          background-color: #EAF1FE; }
      @media (min-width: 768px) and (max-width: 1399.98px) {
        header .header .menu-item a {
          height: 48px; } }
      @media (max-width: 991.98px) {
        header .header .menu-item a {
          height: 42px;
          padding: 8px 8px 8px 16px;
          border: none; } }
  header nav {
    display: inline-block; }
    header nav li a {
      color: #294C6A;
      font-size: 16px;
      display: flex;
      height: 100%;
      width: 100%;
      padding: 8px 16px; }
      @media (min-width: 768px) and (max-width: 1399.98px) {
        header nav li a {
          font-size: 14px; } }
      @media (max-width: 767.98px) {
        header nav li a.active {
          background: var(--primary-blue-4, #EAF1FE);
          border-radius: 8px; } }
  header .brand img {
    width: auto;
    height: 40px; }
    @media (max-width: 1399.98px) {
      header .brand img {
        height: 32px; } }
    @media (max-width: 767.98px) {
      header .brand img {
        height: 44px; } }
  header ul#menu-primary-menu {
    column-gap: 12px;
    padding-right: 32px; }
  header .personal_area_btn {
    position: absolute;
    left: 25rem;
    font-weight: 500;
    color: #004B99; }
    @media (max-width: 767.98px) {
      header .personal_area_btn {
        color: #5A5A5A;
        font-size: 10rem;
        font-weight: 500;
        position: absolute;
        top: 13rem;
        left: 16rem;
        text-align: -webkit-center; }
        header .personal_area_btn a {
          color: #5A5A5A;
          font-size: 10rem;
          font-weight: 500; }
        header .personal_area_btn:before {
          content: '';
          display: flex;
          width: 28rem;
          height: 28rem;
          flex-shrink: 0;
          background: url(../assets/icons/private_area.svg) no-repeat center;
          padding: 0rem; } }

.slider-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: #E3F0FA; }
  @media (min-width: 1400px) {
    .slider-wrapper {
      margin-top: 64px; } }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    .slider-wrapper {
      margin-top: 48px; } }
  @media (max-width: 767.98px) {
    .slider-wrapper {
      padding: 0;
      background-color: #E3F0FA; } }
  .slider-wrapper .slider_container {
    position: relative;
    max-width: 100% !important; }

.slider {
  width: 100%; }
  @media (min-width: 1400px) {
    .slider {
      max-height: 608px;
      height: 608px; } }
  .slider .slick-track {
    height: 100%; }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    .slider {
      max-height: 348px;
      height: 348px; } }
  .slider .slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 100%;
    margin: auto; }
    @media (min-width: 1400px) {
      .slider .slide {
        height: 100%;
        justify-content: start;
        column-gap: 120px; } }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      .slider .slide {
        column-gap: 110px;
        height: 100%;
        justify-content: start; } }
    @media (max-width: 767.98px) {
      .slider .slide {
        flex-direction: column;
        gap: 31px; } }
    .slider .slide .banner_content {
      display: flex;
      flex-direction: column;
      gap: 16px;
      width: 55%;
      padding: 220px calc((100% - 1296px) / 2 + 32px) 156px 0; }
      @media (min-width: 768px) {
        .slider .slide .banner_content {
          padding-top: 32px;
          padding-bottom: 32px;
          padding-right: calc((100% - 760px) / 2 + 32px); } }
      @media (min-width: 992px) {
        .slider .slide .banner_content {
          padding-right: calc((100% - 960px) / 2 + 32px); } }
      @media (min-width: 1200px) {
        .slider .slide .banner_content {
          padding-right: max(calc((100% - 1295.99rem) / 2 + 32px), 32px); } }
      @media (min-width: 1400px) {
        .slider .slide .banner_content {
          padding-right: calc((100% - 1296px) / 2 + 32px); } }
      @media (max-width: 767.98px) {
        .slider .slide .banner_content {
          width: 100%;
          padding: 0; } }
      .slider .slide .banner_content .slide-title {
        color: var(--Primary-Blue-8, #003785);
        font-size: 36px;
        font-weight: 700;
        line-height: 1.33;
        overflow: hidden; }
        @media (max-width: 1399.98px) {
          .slider .slide .banner_content .slide-title {
            font-size: 24px;
            line-height: 1.33; } }
        @media (max-width: 767.98px) {
          .slider .slide .banner_content .slide-title {
            font-size: 16px;
            padding: 24px 16px 0; } }
        .slider .slide .banner_content .slide-title strong {
          color: #6695E5;
          font-weight: 700; }
      .slider .slide .banner_content .slide-text {
        color: #294C6A;
        font-weight: 400;
        font-size: 20px;
        line-height: 1.6; }
        @media (max-width: 1399.98px) {
          .slider .slide .banner_content .slide-text {
            font-size: 16px;
            line-height: 1.5; } }
      .slider .slide .banner_content .slide-meta {
        color: #294C6A;
        display: flex;
        flex-direction: column;
        font-size: 18px;
        line-height: 1.555; }
        @media (max-width: 1399.98px) {
          .slider .slide .banner_content .slide-meta {
            font-size: 14px;
            line-height: 1.42;
            gap: 3px; } }
        @media (max-width: 767.98px) {
          .slider .slide .banner_content .slide-meta {
            color: #294C6A;
            font-size: 14px;
            font-weight: 500;
            line-height: 14.82;
            flex-direction: column;
            margin-top: 40px; } }
        .slider .slide .banner_content .slide-meta .role {
          font-weight: 500;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden; }
      .slider .slide .banner_content p {
        margin: 0; }
    .slider .slide .img_banner_wrapper {
      left: 18%;
      top: 150px;
      width: 400px;
      height: 400px;
      border-radius: 50%;
      z-index: -1;
      box-shadow: 0px -1px 0px 150px #F9FCFF, 0px -1px 0px 300px #F2F9FF, 0px -1px 0px 450px #E8F3FD; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .slider .slide .img_banner_wrapper {
          left: calc((100% - 760px) / 2 + 32px); } }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .slider .slide .img_banner_wrapper {
          left: calc((100% - 960px) / 2 + 32px); } }
      @media (min-width: 1200px) and (max-width: 1399.98px) {
        .slider .slide .img_banner_wrapper {
          box-shadow: 0px -1px 0px 88px #F9FCFF, 0px -1px 0px 176px #F2F9FF, 0px -1px 0px 264px #E8F3FD;
          left: max(calc((100% - 1295.99rem) / 2 + 32px), 32px); } }
      @media (min-width: 1400px) {
        .slider .slide .img_banner_wrapper {
          left: calc((100% - 1296px) / 2 + 32px); } }
      @media (max-width: 1399.98px) {
        .slider .slide .img_banner_wrapper {
          width: 280px;
          height: 280px;
          top: 100px; } }
      @media (max-width: 767.98px) {
        .slider .slide .img_banner_wrapper {
          width: 160px;
          height: 160px;
          position: unset;
          box-shadow: 0px -1px 0px 40px #F9FCFF, 0px -1px 0px 80px #F2F9FF, 0px -1px 0px 120px #E8F3FD;
          justify-self: center; } }
      .slider .slide .img_banner_wrapper .img_banner {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        filter: drop-shadow(16px 24px 48px rgba(148, 187, 252, 0.16)) drop-shadow(8px 16px 24px rgba(148, 187, 252, 0.12)) drop-shadow(0px 0px 4px rgba(214, 228, 254, 0.04)); }
    @media (max-width: 767.98px) {
      .slider .slide .slide-meta {
        color: #294C6A;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.48;
        flex-direction: column;
        margin-top: 9px; } }

.slick-slider {
  display: flex !important;
  flex-direction: column;
  align-items: center; }
  .slick-slider .slick-list {
    height: 100%;
    order: -1;
    width: 100%; }

.slider-controls-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: white;
  border-radius: 28px;
  padding: 8px;
  box-shadow: 0px 0px 4px 0px rgba(9, 54, 138, 0.04), 0px 0px 12px 0px rgba(9, 54, 138, 0.04), 0px 0px 32px 0px rgba(9, 54, 138, 0.06);
  position: absolute;
  bottom: 32px; }
  @media (min-width: 1400px) {
    .slider-controls-wrapper {
      height: 48px; } }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    .slider-controls-wrapper {
      height: 40px; } }
  @media (max-width: 767.98px) {
    .slider-controls-wrapper {
      border-radius: 24px;
      position: unset;
      margin-bottom: 20px;
      box-shadow: 0px 0px 2.906px 0px rgba(9, 54, 138, 0.04), 0px 0px 8.717px 0px rgba(9, 54, 138, 0.04), 0px 0px 23.245px 0px rgba(9, 54, 138, 0.06); } }
  .slider-controls-wrapper .slider-arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px; }
    .slider-controls-wrapper .slider-arrows .slider-counter {
      color: #294C6A;
      text-align: right;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5; }
      @media (max-width: 1399.98px) {
        .slider-controls-wrapper .slider-arrows .slider-counter {
          font-size: 14px;
          line-height: 1.42; } }
    .slider-controls-wrapper .slider-arrows .slick-arrow {
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      padding: 4px;
      gap: 4px; }
      @media (max-width: 1399.98px) {
        .slider-controls-wrapper .slider-arrows .slick-arrow {
          padding: 0; } }
      .slider-controls-wrapper .slider-arrows .slick-arrow::after {
        content: '';
        display: block;
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; }
    .slider-controls-wrapper .slider-arrows .slick-prev::after {
      background-image: url("../assets/icons/Arrow-Right.svg"); }
    .slider-controls-wrapper .slider-arrows .slick-next::after {
      background-image: url("../assets/icons/Arrow-Left.svg"); }
    .slider-controls-wrapper .slider-arrows .slick-prev,
    .slider-controls-wrapper .slider-arrows .slick-next {
      position: static;
      border: 2px solid #FFFFFF; }
      .slider-controls-wrapper .slider-arrows .slick-prev:hover,
      .slider-controls-wrapper .slider-arrows .slick-next:hover {
        background-color: #F2F9FF;
        border-radius: 50%; }
      .slider-controls-wrapper .slider-arrows .slick-prev:active,
      .slider-controls-wrapper .slider-arrows .slick-next:active {
        background-color: #E8F3FD; }
      .slider-controls-wrapper .slider-arrows .slick-prev:focus-visible,
      .slider-controls-wrapper .slider-arrows .slick-next:focus-visible {
        border: 2px solid #062873;
        border-radius: 50%;
        outline: 0; }
  .slider-controls-wrapper .separator {
    background-image: url("../assets/icons/Seperator.svg");
    border: 1px solid #d6e4fe;
    height: 24px; }
    @media (max-width: 767.98px) {
      .slider-controls-wrapper .separator {
        background-image: url("../assets/icons/SeperatorMobile.svg");
        background-color: #D6E4FE; } }
  .slider-controls-wrapper .slider-controls {
    display: flex;
    justify-content: center;
    background-color: #004B99;
    border-radius: 16px;
    width: 32px;
    height: 32px;
    padding: 3px;
    align-items: center;
    gap: 10px; }
    .slider-controls-wrapper .slider-controls:hover {
      background-color: #003785; }
    @media (max-width: 1399.98px) {
      .slider-controls-wrapper .slider-controls {
        width: 24px;
        height: 24px;
        padding: 3px; } }
  .slider-controls-wrapper .slider-toggle::before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
    width: 16px;
    height: 8px;
    background-image: url("../assets/icons/Pause.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto; }
    @media (max-width: 767.98px) {
      .slider-controls-wrapper .slider-toggle::before {
        background-position: center; } }
  .slider-controls-wrapper .slider-toggle.paused::before {
    background-image: url("../assets/icons/Play.svg");
    width: 10px;
    height: 10px; }

.personal_area_component {
  margin-right: auto;
  display: flex;
  gap: 4px;
  border-radius: 8px;
  padding-right: 8px;
  padding-left: 16px;
  align-items: center;
  font-size: 16px;
  color: #0D47A1;
  line-height: 1.5; }
  .personal_area_component:before {
    content: '';
    display: flex;
    width: 28rem;
    height: 28rem;
    background: url(../assets/icons/private_area_blue.svg) no-repeat center;
    padding: 0rem; }

.career_page {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  max-height: 750px; }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .career_page {
      max-height: 90vh;
      margin-top: auto; } }
  .career_page .career_share_icons {
    left: -61rem !important; }
  @media (max-width: 991.98px) {
    .career_page {
      padding-right: 16rem;
      padding-left: 16rem;
      text-align: right;
      row-gap: 12px; } }
  .career_page h1 {
    color: #294C6A; }

#single_job_popup .career_page {
  height: initial; }

.career_bottom_container {
  width: 100%;
  max-width: 100%; }

.single-job #site_main {
  padding-top: 80px; }

.single-job .career_right_side {
  max-height: initial !important;
  height: initial; }

.single-job .career_share_icons {
  right: -13rem !important; }
  .single-job .career_share_icons:after {
    right: 21px; }
  @media (max-width: 991.98px) {
    .single-job .career_share_icons {
      left: 0 !important;
      right: auto !important; } }

.single-job .popup_header_container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-left: 16px; }

.single-job .popup_header {
  line-height: 0px; }
  @media (max-width: 991.98px) {
    .single-job .popup_header {
      padding-right: 8px; } }
  .single-job .popup_header .title_20, .single-job .popup_header .career_item h2, .career_item .single-job .popup_header h2 {
    margin-bottom: 12px; }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      .single-job .popup_header .title_20, .single-job .popup_header .career_item h2, .career_item .single-job .popup_header h2 {
        font-size: 24px;
        line-height: 100%; } }

.single-job #site_main {
  display: flex;
  justify-content: flex-end;
  row-gap: 12rem;
  padding-top: 64px; }
  @media (max-width: 991.98px) {
    .single-job #site_main {
      padding-top: 0;
      background: #F7FAFF; } }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    .single-job #site_main {
      padding-top: 48px; } }

@media (min-width: 992px) {
  .single-job .career_page .wrap_popup {
    overflow-y: visible !important;
    overflow-x: visible !important;
    --bs-gutter-x: 16px; } }

.single-job .career_page {
  overflow: auto;
  border-radius: 40px;
  background: #F7FAFF;
  width: 100%;
  padding: 24px 32px 48px 32px;
  align-items: flex-start;
  max-height: initial; }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    .single-job .career_page {
      border-radius: 32px;
      padding: 24px 40px 40px 40px; } }
  @media (max-width: 991.98px) {
    .single-job .career_page {
      padding: 0;
      border-radius: 0;
      background: #F7FAFF; } }
  @media (max-width: 991.98px) {
    .single-job .career_page {
      margin-top: 76px; } }

.single-job .wrap_popup {
  row-gap: 12rem; }

@media (max-width: 991.98px) {
  .single-job .wrap_popup_in {
    scrollbar-width: none;
    /* Hide scrollbar for IE, Edge, and Chrome */
    -ms-overflow-style: none;
    /* Hide scrollbar for Chrome, Safari and Opera */
    padding: 16rem;
    border-radius: 16px;
    background: #fff; }
    .single-job .wrap_popup_in ::-webkit-scrollbar {
      display: none; } }

.single-job .career_bottom_container {
  position: sticky;
  bottom: 0;
  padding: 0 32px 0 40px; }
  @media (max-width: 991.98px) {
    .single-job .career_bottom_container {
      padding: 0; } }
  .single-job .career_bottom_container .career_bottom {
    border-radius: 24px 24px 0rem 0rem;
    background: var(--White, #FFF);
    box-shadow: 0rem 0rem 24rem 0rem rgba(0, 0, 0, 0.16);
    padding: 12px 48px 12px 12px;
    margin-top: 32rem !important; }
    @media (max-width: 991.98px) {
      .single-job .career_bottom_container .career_bottom {
        padding: 8rem;
        background: #F7FAFF;
        border-radius: 0rem;
        margin-top: 0 !important; } }
    @media (min-width: 1400px) {
      .single-job .career_bottom_container .career_bottom .career_bottom_txt {
        font-size: 18px; } }

.single-job .mini-header {
  justify-content: start;
  width: 100%; }

.single-job .career_item {
  scrollbar-width: none;
  -ms-overflow-style: none;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: hidden; }
  .single-job .career_item ::-webkit-scrollbar {
    display: none; }
  @media (max-width: 991.98px) {
    .single-job .career_item {
      overflow-y: auto;
      padding: initial;
      text-align: start;
      flex-direction: column-reverse;
      justify-content: start; } }

.single-job .career_btn_send {
  margin-right: auto; }

@media (max-width: 767.98px) {
  .single-job .career_left_side, .single-job .career_right_side {
    padding: 0; } }

.single-job .career_left_side {
  flex: 1;
  max-width: 100%; }

.single-job .career_right_side {
  max-height: 692rem; }
  @media (max-width: 767.98px) {
    .single-job .career_right_side {
      padding: 16px; } }

.single-job .career_details_wrap {
  border-radius: 16px;
  background: #FFF;
  padding: 16rem;
  display: flex;
  flex-direction: column;
  row-gap: 7rem;
  height: 100%; }

@media (max-width: 991.98px) {
  .single-job {
    padding: initial; }
    .single-job .career_youtube_wrap {
      flex-direction: column;
      align-items: center;
      border-radius: 16px;
      background: #FFF;
      padding: 12rem 16rem 16rem 16rem;
      height: fit-content; } }

.single-job career_youtube_wrap {
  border-radius: 16px;
  background: #FFF;
  padding: 12rem 20px 20px 20px; }

.career_item {
  padding: 0 66rem 64rem 64rem; }
  .career_item p {
    word-break: break-word; }
  @media (max-width: 767.98px) {
    .career_item {
      padding: 0rem 8rem 24rem 8rem;
      filter: initial;
      border-radius: 0rem; } }
  .career_item .title_32 {
    margin-bottom: 11rem;
    font-size: 20rem;
    font-weight: 500;
    line-height: 120%; }
  .career_item .title_20:not(h3), .career_item h2:not(h3) {
    margin-bottom: 3rem;
    font-size: 16rem;
    font-weight: 500; }
    @media (max-width: 767.98px) {
      .career_item .title_20:not(h3), .career_item h2:not(h3) {
        margin-bottom: 2rem;
        font-size: 16rem; } }
  .career_item .text_18 {
    font-size: 13rem; }
    .career_item .text_18 ol, .career_item .text_18 ul {
      padding-right: 0; }
      .career_item .text_18 ol li, .career_item .text_18 ul li {
        margin-right: 20px !important; }
    .career_item .text_18 > * {
      color: #294c6a !important;
      font-family: 'Heebo' !important;
      direction: rtl;
      word-wrap: break-word; }
    .career_item .text_18 h2, .career_item .text_18 h2 * {
      line-height: 150% !important;
      font-size: 18px !important; }
    @media (max-width: 767.98px) {
      .career_item .text_18 {
        font-size: 14px;
        margin-bottom: 20rem; } }
  .career_item h2 {
    font-size: 16rem; }
  .career_item span {
    color: #294c6a !important;
    font-family: 'Heebo' !important;
    direction: rtl;
    word-wrap: break-word; }
  .career_item p, .career_item li, .career_item li *, .career_item span * {
    color: #294C6A;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    line-height: normal; }

.career_bottom {
  padding: 12px 48px 12px 12px;
  border-radius: 36px 36px 0 0; }
  @media (max-width: 991.98px) {
    .career_bottom {
      box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
      border-radius: initial;
      padding: 8rem;
      bottom: 0;
      margin-top: 0; } }
  @media (max-width: 991.98px) and (max-width: 991.98px) {
    .career_bottom {
      position: sticky; } }
  @media (max-width: 991.98px) {
      .career_bottom .career_bottom_txt {
        display: none; } }
  .career_bottom .career_bottom_txt {
    color: #294C6A;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
    .career_bottom .career_bottom_txt.career_bottom_txt_lg {
      font-size: 18px; }

.similar_jobs {
  color: #004B99; }
  @media (max-width: 991.98px) {
    .similar_jobs {
      display: none; } }

.career_send_btn {
  padding: 15rem;
  border-radius: 16px;
  margin-right: 32px;
  display: inline-block;
  text-align: center;
  align-content: center; }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    .career_send_btn {
      border-radius: 12px; } }
  @media (max-width: 991.98px) {
    .career_send_btn {
      width: 100%;
      margin-right: initial; } }

.career_bottom_btn {
  width: 40%;
  text-align: left; }
  @media (max-width: 991.98px) {
    .career_bottom_btn {
      width: 100%; } }
  .career_bottom_btn .similar_jobs, .career_bottom_btn .career_send_btn {
    font-size: 20px; }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      .career_bottom_btn .similar_jobs, .career_bottom_btn .career_send_btn {
        font-size: 16px; } }
  .career_bottom_btn .career_send_btn {
    min-width: 193rem; }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      .career_bottom_btn .career_send_btn {
        min-width: 170px; } }

@media (max-width: 767.98px) {
  .not-small {
    display: none; } }

@media (max-width: 767.98px) {
  .external-site.single-job {
    padding-right: 0;
    padding-left: 0; } }

.form_field_wrap {
  position: relative; }
  .form_field_wrap .form_field {
    width: 100%;
    border-radius: 8px;
    height: 48rem;
    border: 1.5px solid #D9D9D9;
    background-color: #FFFFFF;
    text-align: right;
    font-size: 16rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12rem 20rem 12rem 12rem; }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      .form_field_wrap .form_field {
        height: 40px;
        font-size: 14px;
        padding-left: 8px; } }
    .form_field_wrap .form_field:focus {
      border: 1.5px solid #004B99;
      outline: 0; }
    .form_field_wrap .form_field.typing {
      color: #294C6A;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
      @media (min-width: 768px) and (max-width: 1399.98px) {
        .form_field_wrap .form_field.typing {
          font-size: 14px; } }
    .form_field_wrap .form_field:visited {
      border: 1.5px solid #004B99; }
    .form_field_wrap .form_field.error, .form_field_wrap .form_field.custom_error {
      border: 1.5px solid #DB0F1B;
      margin-bottom: 0rem; }
  .form_field_wrap .form_field_textarea {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px; }

.input_cv_file:has(+ .wrap_upload_file), .files:has(+ .wrap_upload_file) {
  background: #DB0F1B; }

#choose_text {
  font-size: 14px;
  color: #444444;
  margin-left: 8px;
  line-height: 157%; }

.file_sort_options {
  display: inline-flex;
  align-items: center;
  color: #294C6A; }
  @media (max-width: 767.98px) {
    .file_sort_options {
      margin-top: 8px; } }
  .file_sort_options .file_sort_option:last-child label {
    border-right: none;
    border-radius: 8px 0 0 8px; }

#contact_us_popup #employee_identification_form, #cv_form_popup #employee_identification_form, #private_area_contact_form #employee_identification_form {
  direction: rtl; }
  #contact_us_popup #employee_identification_form .form_inputs_wrap, #cv_form_popup #employee_identification_form .form_inputs_wrap, #private_area_contact_form #employee_identification_form .form_inputs_wrap {
    display: flex;
    flex-direction: column;
    row-gap: 32px; }
    @media (max-width: 767.98px) {
      #contact_us_popup #employee_identification_form .form_inputs_wrap, #cv_form_popup #employee_identification_form .form_inputs_wrap, #private_area_contact_form #employee_identification_form .form_inputs_wrap {
        row-gap: 16px; } }
    @media (min-width: 768px) {
      #contact_us_popup #employee_identification_form .form_inputs_wrap .inputs_wrap, #cv_form_popup #employee_identification_form .form_inputs_wrap .inputs_wrap, #private_area_contact_form #employee_identification_form .form_inputs_wrap .inputs_wrap {
        column-gap: 24px; } }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      #contact_us_popup #employee_identification_form .form_inputs_wrap .inputs_wrap, #cv_form_popup #employee_identification_form .form_inputs_wrap .inputs_wrap, #private_area_contact_form #employee_identification_form .form_inputs_wrap .inputs_wrap {
        column-gap: 16px; } }
    @media (max-width: 767.98px) {
      #contact_us_popup #employee_identification_form .form_inputs_wrap .inputs_wrap, #cv_form_popup #employee_identification_form .form_inputs_wrap .inputs_wrap, #private_area_contact_form #employee_identification_form .form_inputs_wrap .inputs_wrap {
        row-gap: 24px; }
        #contact_us_popup #employee_identification_form .form_inputs_wrap .inputs_wrap > .form_title, #cv_form_popup #employee_identification_form .form_inputs_wrap .inputs_wrap > .form_title, #private_area_contact_form #employee_identification_form .form_inputs_wrap .inputs_wrap > .form_title {
          margin-bottom: -12px; } }
    @media (min-width: 1400px) {
      #contact_us_popup #employee_identification_form .form_inputs_wrap .form_field_wrap, #cv_form_popup #employee_identification_form .form_inputs_wrap .form_field_wrap, #private_area_contact_form #employee_identification_form .form_inputs_wrap .form_field_wrap {
        width: 37.5%; } }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      #contact_us_popup #employee_identification_form .form_inputs_wrap .form_field_wrap, #cv_form_popup #employee_identification_form .form_inputs_wrap .form_field_wrap, #private_area_contact_form #employee_identification_form .form_inputs_wrap .form_field_wrap {
        flex: 1 1 34.6%;
        /* Adjust to desired base width */
        min-width: 200px;
        /* Optional: to set a minimum width */
        box-sizing: border-box; } }
    #contact_us_popup #employee_identification_form .form_inputs_wrap .form_field_wrap input, #cv_form_popup #employee_identification_form .form_inputs_wrap .form_field_wrap input, #private_area_contact_form #employee_identification_form .form_inputs_wrap .form_field_wrap input {
      height: 40px; }
      @media (max-width: 767.98px) {
        #contact_us_popup #employee_identification_form .form_inputs_wrap .form_field_wrap input, #cv_form_popup #employee_identification_form .form_inputs_wrap .form_field_wrap input, #private_area_contact_form #employee_identification_form .form_inputs_wrap .form_field_wrap input {
          height: 48px; } }
  #contact_us_popup #employee_identification_form .wrap_button, #cv_form_popup #employee_identification_form .wrap_button, #private_area_contact_form #employee_identification_form .wrap_button {
    display: flex;
    align-items: flex-start; }
    @media (max-width: 767.98px) {
      #contact_us_popup #employee_identification_form .wrap_button, #cv_form_popup #employee_identification_form .wrap_button, #private_area_contact_form #employee_identification_form .wrap_button {
        margin-top: -8px; } }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      #contact_us_popup #employee_identification_form .wrap_button, #cv_form_popup #employee_identification_form .wrap_button, #private_area_contact_form #employee_identification_form .wrap_button {
        flex: 0 0 auto;
        /* Fit content size, don’t grow or shrink */
        max-width: none;
        /* Prevent restriction of width */
        box-sizing: border-box;
        /* Ensure consistent sizing */ } }
  #contact_us_popup #employee_identification_form #submitButton, #cv_form_popup #employee_identification_form #submitButton, #private_area_contact_form #employee_identification_form #submitButton {
    background-color: #EDF7FF;
    color: #004B99;
    gap: 8px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    font-size: 16px;
    border-radius: 8px;
    color: #004B99;
    position: relative;
    transition: all 0.3s ease; }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      #contact_us_popup #employee_identification_form #submitButton, #cv_form_popup #employee_identification_form #submitButton, #private_area_contact_form #employee_identification_form #submitButton {
        margin-top: 18px;
        font-size: 14px; } }
    @media (min-width: 1400px) {
      #contact_us_popup #employee_identification_form #submitButton, #cv_form_popup #employee_identification_form #submitButton, #private_area_contact_form #employee_identification_form #submitButton {
        margin-top: 21px; } }
    #contact_us_popup #employee_identification_form #submitButton:hover, #cv_form_popup #employee_identification_form #submitButton:hover, #private_area_contact_form #employee_identification_form #submitButton:hover {
      background-color: #EAF1FE; }
    #contact_us_popup #employee_identification_form #submitButton:active, #cv_form_popup #employee_identification_form #submitButton:active, #private_area_contact_form #employee_identification_form #submitButton:active {
      background-color: #D6E4FE; }
    @media (max-width: 767.98px) {
      #contact_us_popup #employee_identification_form #submitButton, #cv_form_popup #employee_identification_form #submitButton, #private_area_contact_form #employee_identification_form #submitButton {
        width: 100%;
        height: 48px; } }
    #contact_us_popup #employee_identification_form #submitButton.disabled, #cv_form_popup #employee_identification_form #submitButton.disabled, #private_area_contact_form #employee_identification_form #submitButton.disabled {
      cursor: not-allowed;
      background: #F2F2F2;
      color: #CDCDCD; }
      #contact_us_popup #employee_identification_form #submitButton.disabled:before, #cv_form_popup #employee_identification_form #submitButton.disabled:before, #private_area_contact_form #employee_identification_form #submitButton.disabled:before {
        filter: grayscale(100%) brightness(295%); }
    #contact_us_popup #employee_identification_form #submitButton:before, #cv_form_popup #employee_identification_form #submitButton:before, #private_area_contact_form #employee_identification_form #submitButton:before {
      content: '';
      background-image: url("../assets/icons/loud_icon.svg");
      height: 24px;
      width: 24px;
      background-size: 12px 12px;
      background-repeat: no-repeat;
      background-position: center; }
    #contact_us_popup #employee_identification_form #submitButton.button_loading, #cv_form_popup #employee_identification_form #submitButton.button_loading, #private_area_contact_form #employee_identification_form #submitButton.button_loading {
      cursor: not-allowed; }
      #contact_us_popup #employee_identification_form #submitButton.button_loading:before, #cv_form_popup #employee_identification_form #submitButton.button_loading:before, #private_area_contact_form #employee_identification_form #submitButton.button_loading:before {
        animation: rotateIcon 1s ease-in-out infinite; }

@keyframes rotateIcon {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  #contact_us_popup #employee_identification_form .person_det, #cv_form_popup #employee_identification_form .person_det, #private_area_contact_form #employee_identification_form .person_det {
    column-gap: 64px; }
    #contact_us_popup #employee_identification_form .person_det .wrap_det, #cv_form_popup #employee_identification_form .person_det .wrap_det, #private_area_contact_form #employee_identification_form .person_det .wrap_det {
      display: flex;
      flex-direction: column; }
      #contact_us_popup #employee_identification_form .person_det .wrap_det label, #cv_form_popup #employee_identification_form .person_det .wrap_det label, #private_area_contact_form #employee_identification_form .person_det .wrap_det label {
        line-height: 150%; }
        @media (max-width: 767.98px) {
          #contact_us_popup #employee_identification_form .person_det .wrap_det label, #cv_form_popup #employee_identification_form .person_det .wrap_det label, #private_area_contact_form #employee_identification_form .person_det .wrap_det label {
            text-align: start; } }
        #contact_us_popup #employee_identification_form .person_det .wrap_det label:first-child, #cv_form_popup #employee_identification_form .person_det .wrap_det label:first-child, #private_area_contact_form #employee_identification_form .person_det .wrap_det label:first-child {
          color: #294C6A;
          font-size: 14px;
          font-weight: 500; }
        #contact_us_popup #employee_identification_form .person_det .wrap_det label:last-child, #cv_form_popup #employee_identification_form .person_det .wrap_det label:last-child, #private_area_contact_form #employee_identification_form .person_det .wrap_det label:last-child {
          color: #444;
          font-size: 16px;
          font-weight: 400; }
  @media (max-width: 767.98px) {
    #contact_us_popup #employee_identification_form .error_massage, #cv_form_popup #employee_identification_form .error_massage, #private_area_contact_form #employee_identification_form .error_massage {
      text-align: start; } }
  @media (min-width: 768px) {
    #contact_us_popup #employee_identification_form .error_massage, #cv_form_popup #employee_identification_form .error_massage, #private_area_contact_form #employee_identification_form .error_massage {
      margin-top: -8px; } }

#contact_us_popup h3, #cv_form_popup h3, #private_area_contact_form h3 {
  color: #294C6A;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px; }

#contact_us_popup h4, #cv_form_popup h4, #private_area_contact_form h4 {
  color: #294C6A;
  text-align: right;
  font-size: 16px;
  margin-bottom: 8px;
  padding: 0; }
  @media (max-width: 991.98px) {
    #contact_us_popup h4, #cv_form_popup h4, #private_area_contact_form h4 {
      font-size: 18px; } }

#contact_us_popup .form_field_label, #cv_form_popup .form_field_label, #private_area_contact_form .form_field_label {
  font-weight: 500;
  font-size: 14px;
  display: flex;
  padding-right: 4px;
  color: #294C6A;
  margin-bottom: 4rem; }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    #contact_us_popup .form_field_label, #cv_form_popup .form_field_label, #private_area_contact_form .form_field_label {
      font-size: 12px; } }
  #contact_us_popup .form_field_label .star, #cv_form_popup .form_field_label .star, #private_area_contact_form .form_field_label .star {
    font-size: 0; }
    #contact_us_popup .form_field_label .star:before, #cv_form_popup .form_field_label .star:before, #private_area_contact_form .form_field_label .star:before {
      content: "|" " " attr(data-after);
      font-size: 14px;
      font-weight: normal;
      padding-right: 4rem;
      color: #294C6A; }
      @media (min-width: 768px) and (max-width: 1399.98px) {
        #contact_us_popup .form_field_label .star:before, #cv_form_popup .form_field_label .star:before, #private_area_contact_form .form_field_label .star:before {
          font-size: 12px; } }

@media (max-width: 767.98px) {
  #contact_us_popup .form_upload_file > .d-flex, #cv_form_popup .form_upload_file > .d-flex, #private_area_contact_form .form_upload_file > .d-flex {
    row-gap: 16px; } }

#contact_us_popup .file_sort_option label, #cv_form_popup .file_sort_option label, #private_area_contact_form .file_sort_option label {
  font-size: 14px;
  border: 1px solid #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 124px;
  cursor: pointer;
  padding: 0px 16px 0px 16px;
  text-align: center; }

#contact_us_popup .file_sort_option input:checked ~ label, #cv_form_popup .file_sort_option input:checked ~ label, #private_area_contact_form .file_sort_option input:checked ~ label {
  background-color: #004B99;
  color: white;
  pointer-events: none; }

#contact_us_popup .form_inputs_wrap, #cv_form_popup .form_inputs_wrap, #private_area_contact_form .form_inputs_wrap {
  margin-bottom: 16rem;
  border-radius: 16px;
  background: #FFFFFF;
  padding: 16px 24px 24px 24px; }
  @media (max-width: 991.98px) {
    #contact_us_popup .form_inputs_wrap, #cv_form_popup .form_inputs_wrap, #private_area_contact_form .form_inputs_wrap {
      max-width: 100%;
      padding: 12rem 16rem 16rem;
      margin-bottom: 12rem; } }

#contact_us_popup .form_inputs, #cv_form_popup .form_inputs, #private_area_contact_form .form_inputs {
  display: flex;
  row-gap: 24rem;
  --bs-gutter-x: 24px; }
  @media (max-width: 767.98px) {
    #contact_us_popup .form_inputs, #cv_form_popup .form_inputs, #private_area_contact_form .form_inputs {
      row-gap: 24rem; }
      #contact_us_popup .form_inputs .label_select_filter, #cv_form_popup .form_inputs .label_select_filter, #private_area_contact_form .form_inputs .label_select_filter {
        width: 100%;
        color: #444;
        font-size: 14rem;
        font-weight: 500; } }

#contact_us_popup .wrap_upload_file, #cv_form_popup .wrap_upload_file, #private_area_contact_form .wrap_upload_file {
  border: 1.5px dashed #004B99;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  position: relative;
  height: 146px;
  row-gap: 8px;
  background-color: #F7FAFF; }
  @media (max-width: 767.98px) {
    #contact_us_popup .wrap_upload_file, #cv_form_popup .wrap_upload_file, #private_area_contact_form .wrap_upload_file {
      border-style: solid;
      border-width: 2px;
      padding: 0;
      height: 64px;
      background-color: #FFFFFF;
      border-radius: 8px; } }
  #contact_us_popup .wrap_upload_file .add_file_labels, #cv_form_popup .wrap_upload_file .add_file_labels, #private_area_contact_form .wrap_upload_file .add_file_labels {
    border-radius: 8px;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-self: center;
    display: flex;
    text-align: center;
    flex-direction: column;
    color: #003785;
    line-height: normal;
    align-items: center; }
    #contact_us_popup .wrap_upload_file .add_file_labels:before, #cv_form_popup .wrap_upload_file .add_file_labels:before, #private_area_contact_form .wrap_upload_file .add_file_labels:before {
      content: '';
      background: url(../assets/icons/icon_file.svg) no-repeat top;
      display: inline-flex;
      width: 40px;
      height: 40px;
      margin-bottom: 8px;
      background-size: 32px; }
      @media (max-width: 991.98px) {
        #contact_us_popup .wrap_upload_file .add_file_labels:before, #cv_form_popup .wrap_upload_file .add_file_labels:before, #private_area_contact_form .wrap_upload_file .add_file_labels:before {
          width: 40px;
          height: 40px;
          top: 5rem;
          background-size: 24px; } }
    @media (max-width: 767.98px) {
      #contact_us_popup .wrap_upload_file .add_file_labels, #cv_form_popup .wrap_upload_file .add_file_labels, #private_area_contact_form .wrap_upload_file .add_file_labels {
        padding: 12px;
        text-align: right;
        flex-direction: row;
        border-style: none;
        justify-content: flex-start;
        max-width: 100%;
        gap: 8px;
        border-radius: 8px; }
        #contact_us_popup .wrap_upload_file .add_file_labels:before, #cv_form_popup .wrap_upload_file .add_file_labels:before, #private_area_contact_form .wrap_upload_file .add_file_labels:before {
          background-position: bottom;
          content: '';
          display: inline-block;
          width: 30.5rem;
          height: 38rem; } }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      #contact_us_popup .wrap_upload_file .add_file_labels, #cv_form_popup .wrap_upload_file .add_file_labels, #private_area_contact_form .wrap_upload_file .add_file_labels {
        width: 100%; }
        #contact_us_popup .wrap_upload_file .add_file_labels .title_16, #cv_form_popup .wrap_upload_file .add_file_labels .title_16, #private_area_contact_form .wrap_upload_file .add_file_labels .title_16 {
          font-size: 14px; } }
    @media (min-width: 992px) {
      #contact_us_popup .wrap_upload_file .add_file_labels, #cv_form_popup .wrap_upload_file .add_file_labels, #private_area_contact_form .wrap_upload_file .add_file_labels {
        display: flex; } }
    #contact_us_popup .wrap_upload_file .add_file_labels .add_file, #cv_form_popup .wrap_upload_file .add_file_labels .add_file, #private_area_contact_form .wrap_upload_file .add_file_labels .add_file {
      font-weight: 500; }
    #contact_us_popup .wrap_upload_file .add_file_labels .user_cv_instructions, #cv_form_popup .wrap_upload_file .add_file_labels .user_cv_instructions, #private_area_contact_form .wrap_upload_file .add_file_labels .user_cv_instructions {
      font-size: 14px;
      font-weight: 400; }
  #contact_us_popup .wrap_upload_file:hover, #cv_form_popup .wrap_upload_file:hover, #private_area_contact_form .wrap_upload_file:hover {
    border-radius: 12px; }
    #contact_us_popup .wrap_upload_file:hover .add_file_labels, #cv_form_popup .wrap_upload_file:hover .add_file_labels, #private_area_contact_form .wrap_upload_file:hover .add_file_labels {
      background-color: #EAF1FE; }
  #contact_us_popup .wrap_upload_file:active .add_file_labels, #cv_form_popup .wrap_upload_file:active .add_file_labels, #private_area_contact_form .wrap_upload_file:active .add_file_labels {
    background-color: #D6E4FE; }

#contact_us_popup #file_info_container, #cv_form_popup #file_info_container, #private_area_contact_form #file_info_container {
  display: flex;
  row-gap: 8px;
  flex-direction: column; }
  @media (max-width: 767.98px) {
    #contact_us_popup #file_info_container, #cv_form_popup #file_info_container, #private_area_contact_form #file_info_container {
      row-gap: 12px; } }
  #contact_us_popup #file_info_container #num_documents, #cv_form_popup #file_info_container #num_documents, #private_area_contact_form #file_info_container #num_documents {
    display: none;
    font-size: 18px;
    color: #294C6A; }
    @media (max-width: 767.98px) {
      #contact_us_popup #file_info_container #num_documents, #cv_form_popup #file_info_container #num_documents, #private_area_contact_form #file_info_container #num_documents {
        text-align: start; } }

#contact_us_popup .input_cv_file, #contact_us_popup .files, #cv_form_popup .input_cv_file, #cv_form_popup .files, #private_area_contact_form .input_cv_file, #private_area_contact_form .files {
  cursor: pointer; }

#contact_us_popup .wrap_fake_name, #cv_form_popup .wrap_fake_name, #private_area_contact_form .wrap_fake_name {
  border-radius: 12px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  position: relative;
  padding: 12px 20px 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    #contact_us_popup .wrap_fake_name, #cv_form_popup .wrap_fake_name, #private_area_contact_form .wrap_fake_name {
      height: 64px;
      border-radius: 8px; }
      #contact_us_popup .wrap_fake_name .reset-file, #cv_form_popup .wrap_fake_name .reset-file, #private_area_contact_form .wrap_fake_name .reset-file {
        top: 21px; } }
  @media (max-width: 991.98px) {
    #contact_us_popup .wrap_fake_name, #cv_form_popup .wrap_fake_name, #private_area_contact_form .wrap_fake_name {
      padding: 8px 16px 16px 8px; }
      #contact_us_popup .wrap_fake_name .reset-file, #cv_form_popup .wrap_fake_name .reset-file, #private_area_contact_form .wrap_fake_name .reset-file {
        margin-right: -25px; } }
  #contact_us_popup .wrap_fake_name > div, #cv_form_popup .wrap_fake_name > div, #private_area_contact_form .wrap_fake_name > div {
    max-width: 100%; }

#contact_us_popup .input_cv_file, #contact_us_popup .files, #cv_form_popup .input_cv_file, #cv_form_popup .files, #private_area_contact_form .input_cv_file, #private_area_contact_form .files {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%; }

#contact_us_popup .wrap_fake_name, #cv_form_popup .wrap_fake_name, #private_area_contact_form .wrap_fake_name {
  height: 92px;
  align-self: auto;
  display: none;
  margin-bottom: 0rem; }

#contact_us_popup .upload_date, #cv_form_popup .upload_date, #private_area_contact_form .upload_date {
  color: #294C6A;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: right;
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 16rem;
  max-width: 50%; }

#contact_us_popup .wrap_upload, #cv_form_popup .wrap_upload, #private_area_contact_form .wrap_upload {
  padding: 16rem 24rem 24px 24px;
  align-self: stretch;
  border-radius: 16px;
  background: var(--White, #FFF);
  margin-bottom: 16rem; }
  #contact_us_popup .wrap_upload.errorBorder, #cv_form_popup .wrap_upload.errorBorder, #private_area_contact_form .wrap_upload.errorBorder {
    width: 99.9%;
    position: relative;
    border: 1.5px solid #DB0F1B;
    margin-bottom: 20rem; }
    #contact_us_popup .wrap_upload.errorBorder > #user_cv-error, #cv_form_popup .wrap_upload.errorBorder > #user_cv-error, #private_area_contact_form .wrap_upload.errorBorder > #user_cv-error {
      position: initial;
      margin-top: 32px;
      font-size: 16px;
      border-radius: 8px;
      background: #FFF4F4;
      display: flex;
      padding: 8px 16px;
      align-items: center; }
    @media (max-width: 767.98px) {
      #contact_us_popup .wrap_upload.errorBorder, #cv_form_popup .wrap_upload.errorBorder, #private_area_contact_form .wrap_upload.errorBorder {
        border: 1.5px solid #DB0F1B; } }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      #contact_us_popup .wrap_upload.errorBorder, #cv_form_popup .wrap_upload.errorBorder, #private_area_contact_form .wrap_upload.errorBorder {
        margin-bottom: 33rem;
        border-radius: 8px; } }
  #contact_us_popup .wrap_upload h3:after, #cv_form_popup .wrap_upload h3:after, #private_area_contact_form .wrap_upload h3:after {
    content: " " attr(data-after);
    font-size: 18px;
    font-weight: normal;
    padding-right: 4rem;
    color: #294C6A; }
  @media (max-width: 991.98px) {
    #contact_us_popup .wrap_upload, #cv_form_popup .wrap_upload, #private_area_contact_form .wrap_upload {
      margin-bottom: 12rem;
      max-width: 100%; } }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    #contact_us_popup .wrap_upload.file_chosen .title_16, #cv_form_popup .wrap_upload.file_chosen .title_16, #private_area_contact_form .wrap_upload.file_chosen .title_16 {
      font-size: 14px; }
    #contact_us_popup .wrap_upload.file_chosen .upload_date, #cv_form_popup .wrap_upload.file_chosen .upload_date, #private_area_contact_form .wrap_upload.file_chosen .upload_date {
      font-size: 12px; } }
  #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorMax label, #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorType label, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorMax label, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorType label, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorMax label, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorType label {
    pointer-events: none; }
  #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorBorder, #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorMax, #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorType, #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorCv, #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorSort, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorBorder, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorMax, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorType, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorCv, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorSort, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorBorder, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorMax, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorType, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorCv, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorSort {
    border: 1px solid #DB0F1B;
    margin-bottom: 28px; }
    #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorBorder #user_cv-error, #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorBorder #errorMax_label, #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorBorder #errorType_label, #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorBorder #errorCv_label, #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorBorder #errorSort_label, #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorMax #user_cv-error, #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorMax #errorMax_label, #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorMax #errorType_label, #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorMax #errorCv_label, #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorMax #errorSort_label, #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorType #user_cv-error, #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorType #errorMax_label, #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorType #errorType_label, #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorType #errorCv_label, #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorType #errorSort_label, #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorCv #user_cv-error, #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorCv #errorMax_label, #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorCv #errorType_label, #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorCv #errorCv_label, #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorCv #errorSort_label, #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorSort #user_cv-error, #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorSort #errorMax_label, #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorSort #errorType_label, #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorSort #errorCv_label, #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name.errorSort #errorSort_label, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorBorder #user_cv-error, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorBorder #errorMax_label, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorBorder #errorType_label, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorBorder #errorCv_label, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorBorder #errorSort_label, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorMax #user_cv-error, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorMax #errorMax_label, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorMax #errorType_label, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorMax #errorCv_label, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorMax #errorSort_label, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorType #user_cv-error, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorType #errorMax_label, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorType #errorType_label, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorType #errorCv_label, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorType #errorSort_label, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorCv #user_cv-error, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorCv #errorMax_label, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorCv #errorType_label, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorCv #errorCv_label, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorCv #errorSort_label, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorSort #user_cv-error, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorSort #errorMax_label, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorSort #errorType_label, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorSort #errorCv_label, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name.errorSort #errorSort_label, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorBorder #user_cv-error, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorBorder #errorMax_label, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorBorder #errorType_label, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorBorder #errorCv_label, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorBorder #errorSort_label, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorMax #user_cv-error, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorMax #errorMax_label, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorMax #errorType_label, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorMax #errorCv_label, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorMax #errorSort_label, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorType #user_cv-error, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorType #errorMax_label, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorType #errorType_label, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorType #errorCv_label, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorType #errorSort_label, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorCv #user_cv-error, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorCv #errorMax_label, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorCv #errorType_label, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorCv #errorCv_label, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorCv #errorSort_label, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorSort #user_cv-error, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorSort #errorMax_label, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorSort #errorType_label, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorSort #errorCv_label, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name.errorSort #errorSort_label {
      line-height: 170%;
      color: #DB0F1B;
      position: absolute;
      top: 100%;
      margin-right: 4px; }
  @media (max-width: 767.98px) {
    #contact_us_popup .wrap_upload.file_chosen, #cv_form_popup .wrap_upload.file_chosen, #private_area_contact_form .wrap_upload.file_chosen {
      margin-bottom: 12rem; } }
  #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name {
    position: relative;
    display: flex;
    row-gap: 12px; }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name {
        row-gap: 8px;
        border-radius: 8px; } }
    @media (max-width: 767.98px) {
      #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name {
        row-gap: 8px;
        height: 122px;
        max-width: 100%;
        align-items: flex-start;
        text-align: right; } }
    #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name .add_file_fake_name, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name .add_file_fake_name, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name .add_file_fake_name {
      overflow: hidden;
      display: flex;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      color: #294C6A;
      white-space: nowrap;
      text-overflow: ellipsis;
      text-align: right;
      font-weight: 500;
      line-height: normal;
      margin-bottom: 12px; }
      @media (max-width: 767.98px) {
        #contact_us_popup .wrap_upload.file_chosen .wrap_fake_name .add_file_fake_name, #cv_form_popup .wrap_upload.file_chosen .wrap_fake_name .add_file_fake_name, #private_area_contact_form .wrap_upload.file_chosen .wrap_fake_name .add_file_fake_name {
          margin-bottom: 4px;
          max-width: 80%; } }
  #contact_us_popup .wrap_upload .reset-file, #cv_form_popup .wrap_upload .reset-file, #private_area_contact_form .wrap_upload .reset-file {
    border-radius: 4px;
    background-image: url(../assets/icons/garbage.svg);
    width: 32px;
    height: 32px;
    background-size: 16px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center; }
    #contact_us_popup .wrap_upload .reset-file:hover, #cv_form_popup .wrap_upload .reset-file:hover, #private_area_contact_form .wrap_upload .reset-file:hover {
      background-color: #F2F9FF; }
    #contact_us_popup .wrap_upload .reset-file:active, #cv_form_popup .wrap_upload .reset-file:active, #private_area_contact_form .wrap_upload .reset-file:active {
      background-color: #E8F3FD; }
      #contact_us_popup .wrap_upload .reset-file:active:hover, #cv_form_popup .wrap_upload .reset-file:active:hover, #private_area_contact_form .wrap_upload .reset-file:active:hover {
        background-color: #F2F9FF; }
    #contact_us_popup .wrap_upload .reset-file:disabled, #cv_form_popup .wrap_upload .reset-file:disabled, #private_area_contact_form .wrap_upload .reset-file:disabled {
      background-color: #F2F2F2; }
      #contact_us_popup .wrap_upload .reset-file:disabled *, #cv_form_popup .wrap_upload .reset-file:disabled *, #private_area_contact_form .wrap_upload .reset-file:disabled * {
        color: #CDCDCD; }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      #contact_us_popup .wrap_upload .reset-file, #cv_form_popup .wrap_upload .reset-file, #private_area_contact_form .wrap_upload .reset-file {
        top: 21px; } }

#contact_us_popup .upload_file_notes, #cv_form_popup .upload_file_notes, #private_area_contact_form .upload_file_notes {
  padding-bottom: 16px;
  color: var(--text-text-titles, #294C6A);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
  #contact_us_popup .upload_file_notes ul, #cv_form_popup .upload_file_notes ul, #private_area_contact_form .upload_file_notes ul {
    padding-inline-start: 16px; }
  #contact_us_popup .upload_file_notes li, #cv_form_popup .upload_file_notes li, #private_area_contact_form .upload_file_notes li {
    line-height: 18rem; }
  @media (max-width: 767.98px) {
    #contact_us_popup .upload_file_notes, #cv_form_popup .upload_file_notes, #private_area_contact_form .upload_file_notes {
      text-align: right;
      font-style: normal;
      font-weight: 400; } }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    #contact_us_popup .upload_file_notes, #cv_form_popup .upload_file_notes, #private_area_contact_form .upload_file_notes {
      font-size: 14px; } }

#contact_us_popup .accordion_content_inputs, #cv_form_popup .accordion_content_inputs, #private_area_contact_form .accordion_content_inputs {
  display: flex;
  flex-direction: column;
  row-gap: 16rem; }
  @media (max-width: 991.98px) {
    #contact_us_popup .accordion_content_inputs, #cv_form_popup .accordion_content_inputs, #private_area_contact_form .accordion_content_inputs {
      row-gap: 24rem; } }
  #contact_us_popup .accordion_content_inputs .form_field_label, #cv_form_popup .accordion_content_inputs .form_field_label, #private_area_contact_form .accordion_content_inputs .form_field_label {
    padding-bottom: 0; }
  #contact_us_popup .accordion_content_inputs #multi_ul li, #cv_form_popup .accordion_content_inputs #multi_ul li, #private_area_contact_form .accordion_content_inputs #multi_ul li {
    padding: 0 !important; }
  #contact_us_popup .accordion_content_inputs #multi_ul .multi_label, #cv_form_popup .accordion_content_inputs #multi_ul .multi_label, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_label {
    border-radius: 6px;
    height: 100%;
    padding: 7rem 7px 7px 16px !important;
    gap: 8px;
    direction: rtl;
    width: 100%;
    cursor: pointer;
    color: #294C6A;
    text-align: right;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    max-height: 40px; }
    #contact_us_popup .accordion_content_inputs #multi_ul .multi_label span, #cv_form_popup .accordion_content_inputs #multi_ul .multi_label span, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_label span {
      max-width: 80%;
      padding-right: 10rem !important;
      overflow: hidden;
      -webkit-line-clamp: 1;
      /* Number of lines to show */
      -webkit-box-orient: vertical;
      -webkit-box-lines: multiple;
      /* Allow multiple lines */
      text-overflow: ellipsis;
      /* Ellipsis for overflowed text */
      white-space: nowrap;
      /* Prevent text from wrapping */ }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      #contact_us_popup .accordion_content_inputs #multi_ul .multi_label, #cv_form_popup .accordion_content_inputs #multi_ul .multi_label, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_label {
        font-size: 14px;
        max-height: 36px;
        padding: 7px !important; }
        #contact_us_popup .accordion_content_inputs #multi_ul .multi_label span, #cv_form_popup .accordion_content_inputs #multi_ul .multi_label span, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_label span {
          padding-right: 4px !important; } }
    @media (max-width: 767.98px) {
      #contact_us_popup .accordion_content_inputs #multi_ul .multi_label, #cv_form_popup .accordion_content_inputs #multi_ul .multi_label, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_label {
        font-size: 16px; } }
    @media (max-width: 1399.98px) {
      #contact_us_popup .accordion_content_inputs #multi_ul .multi_label, #cv_form_popup .accordion_content_inputs #multi_ul .multi_label, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_label {
        color: #294C6A;
        text-align: right;
        font-style: normal;
        font-weight: 400;
        line-height: normal; } }
  #contact_us_popup .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:hover + label:before, #contact_us_popup .accordion_content_inputs #multi_ul .multi_input[type="radio"]:hover + label:before, #cv_form_popup .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:hover + label:before, #cv_form_popup .accordion_content_inputs #multi_ul .multi_input[type="radio"]:hover + label:before, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:hover + label:before, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_input[type="radio"]:hover + label:before {
    background-image: url(../assets/icons/selected-light.svg);
    backdrop-filter: brightness(120%) saturate(20%) grayscale(100%);
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      #contact_us_popup .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:hover + label:before, #contact_us_popup .accordion_content_inputs #multi_ul .multi_input[type="radio"]:hover + label:before, #cv_form_popup .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:hover + label:before, #cv_form_popup .accordion_content_inputs #multi_ul .multi_input[type="radio"]:hover + label:before, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:hover + label:before, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_input[type="radio"]:hover + label:before {
        background-size: 60%; } }
  #contact_us_popup .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:checked + label, #contact_us_popup .accordion_content_inputs #multi_ul .multi_input[type="radio"]:checked + label, #cv_form_popup .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:checked + label, #cv_form_popup .accordion_content_inputs #multi_ul .multi_input[type="radio"]:checked + label, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:checked + label, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_input[type="radio"]:checked + label {
    font-weight: 500;
    background-color: #D6E4FE; }
    #contact_us_popup .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:checked + label:hover, #contact_us_popup .accordion_content_inputs #multi_ul .multi_input[type="radio"]:checked + label:hover, #cv_form_popup .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:checked + label:hover, #cv_form_popup .accordion_content_inputs #multi_ul .multi_input[type="radio"]:checked + label:hover, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:checked + label:hover, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_input[type="radio"]:checked + label:hover {
      background-color: #EAF1FE; }
    #contact_us_popup .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:checked + label:active, #contact_us_popup .accordion_content_inputs #multi_ul .multi_input[type="radio"]:checked + label:active, #cv_form_popup .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:checked + label:active, #cv_form_popup .accordion_content_inputs #multi_ul .multi_input[type="radio"]:checked + label:active, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:checked + label:active, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_input[type="radio"]:checked + label:active {
      background: #D6E4FE; }
  #contact_us_popup .accordion_content_inputs #multi_ul .multi_input[type="checkbox"] + label:before, #contact_us_popup .accordion_content_inputs #multi_ul .multi_input[type="radio"] + label:before, #cv_form_popup .accordion_content_inputs #multi_ul .multi_input[type="checkbox"] + label:before, #cv_form_popup .accordion_content_inputs #multi_ul .multi_input[type="radio"] + label:before, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_input[type="checkbox"] + label:before, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_input[type="radio"] + label:before {
    height: 24rem;
    width: 24rem;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    content: '';
    display: inline-block;
    color: transparent;
    background-color: white;
    line-height: 15px;
    vertical-align: middle; }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      #contact_us_popup .accordion_content_inputs #multi_ul .multi_input[type="checkbox"] + label:before, #contact_us_popup .accordion_content_inputs #multi_ul .multi_input[type="radio"] + label:before, #cv_form_popup .accordion_content_inputs #multi_ul .multi_input[type="checkbox"] + label:before, #cv_form_popup .accordion_content_inputs #multi_ul .multi_input[type="radio"] + label:before, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_input[type="checkbox"] + label:before, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_input[type="radio"] + label:before {
        border-radius: 4px; } }
  #contact_us_popup .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:focus-visible, #contact_us_popup .accordion_content_inputs #multi_ul .multi_input[type="radio"]:focus-visible, #cv_form_popup .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:focus-visible, #cv_form_popup .accordion_content_inputs #multi_ul .multi_input[type="radio"]:focus-visible, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:focus-visible, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_input[type="radio"]:focus-visible {
    outline: 4px solid #004B99; }
  #contact_us_popup .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:focus-visible + label:before, #contact_us_popup .accordion_content_inputs #multi_ul .multi_input[type="radio"]:focus-visible + label:before, #cv_form_popup .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:focus-visible + label:before, #cv_form_popup .accordion_content_inputs #multi_ul .multi_input[type="radio"]:focus-visible + label:before, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:focus-visible + label:before, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_input[type="radio"]:focus-visible + label:before {
    outline: 4px solid #004B99; }
  #contact_us_popup .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:checked + label:before, #contact_us_popup .accordion_content_inputs #multi_ul .multi_input[type="radio"]:checked + label:before, #cv_form_popup .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:checked + label:before, #cv_form_popup .accordion_content_inputs #multi_ul .multi_input[type="radio"]:checked + label:before, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:checked + label:before, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_input[type="radio"]:checked + label:before {
    border: 1px solid #004B99;
    background-image: url(../assets/icons/selected.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFFFFF; }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      #contact_us_popup .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:checked + label:before, #contact_us_popup .accordion_content_inputs #multi_ul .multi_input[type="radio"]:checked + label:before, #cv_form_popup .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:checked + label:before, #cv_form_popup .accordion_content_inputs #multi_ul .multi_input[type="radio"]:checked + label:before, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:checked + label:before, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_input[type="radio"]:checked + label:before {
        background-size: 60%; } }
  #contact_us_popup .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:checked:focus + label:before, #contact_us_popup .accordion_content_inputs #multi_ul .multi_input[type="radio"]:checked:focus + label:before, #cv_form_popup .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:checked:focus + label:before, #cv_form_popup .accordion_content_inputs #multi_ul .multi_input[type="radio"]:checked:focus + label:before, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_input[type="checkbox"]:checked:focus + label:before, #private_area_contact_form .accordion_content_inputs #multi_ul .multi_input[type="radio"]:checked:focus + label:before {
    border: 1px solid #002371; }
  #contact_us_popup .accordion_content_inputs .designedSelect, #cv_form_popup .accordion_content_inputs .designedSelect, #private_area_contact_form .accordion_content_inputs .designedSelect {
    margin-top: 20rem;
    max-width: 32%; }
    #contact_us_popup .accordion_content_inputs .designedSelect select.s-hidden, #cv_form_popup .accordion_content_inputs .designedSelect select.s-hidden, #private_area_contact_form .accordion_content_inputs .designedSelect select.s-hidden {
      visibility: hidden; }
    @media (max-width: 991.98px) {
      #contact_us_popup .accordion_content_inputs .designedSelect, #cv_form_popup .accordion_content_inputs .designedSelect, #private_area_contact_form .accordion_content_inputs .designedSelect {
        max-width: 100%; } }
    #contact_us_popup .accordion_content_inputs .designedSelect .order_form_input, #cv_form_popup .accordion_content_inputs .designedSelect .order_form_input, #private_area_contact_form .accordion_content_inputs .designedSelect .order_form_input {
      width: 100%; }

#contact_us_popup .relation_wrap, #cv_form_popup .relation_wrap, #private_area_contact_form .relation_wrap {
  padding: 12px 20px 20px 20px;
  gap: 8px;
  border-radius: 16px;
  background-color: #FFFFFF;
  margin-bottom: 12rem; }
  #contact_us_popup .relation_wrap .radio_wrap, #cv_form_popup .relation_wrap .radio_wrap, #private_area_contact_form .relation_wrap .radio_wrap {
    width: 128px;
    margin-top: 16px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    display: flex; }
    #contact_us_popup .relation_wrap .radio_wrap.error, #cv_form_popup .relation_wrap .radio_wrap.error, #private_area_contact_form .relation_wrap .radio_wrap.error {
      border: 1px solid #DB0F1B; }
    #contact_us_popup .relation_wrap .radio_wrap > :last-child label, #cv_form_popup .relation_wrap .radio_wrap > :last-child label, #private_area_contact_form .relation_wrap .radio_wrap > :last-child label {
      border-radius: 4px 0 0 4px; }
    #contact_us_popup .relation_wrap .radio_wrap > :first-child, #cv_form_popup .relation_wrap .radio_wrap > :first-child, #private_area_contact_form .relation_wrap .radio_wrap > :first-child {
      border-left: 1px solid #D9D9D9; }
      #contact_us_popup .relation_wrap .radio_wrap > :first-child label, #cv_form_popup .relation_wrap .radio_wrap > :first-child label, #private_area_contact_form .relation_wrap .radio_wrap > :first-child label {
        border-radius: 0 4px 4px 0; }
  #contact_us_popup .relation_wrap label#user\[relation\]-error, #cv_form_popup .relation_wrap label#user\[relation\]-error, #private_area_contact_form .relation_wrap label#user\[relation\]-error {
    margin-right: 4px; }
  #contact_us_popup .relation_wrap .accordion_content_p b, #contact_us_popup .relation_wrap .accordion_content_p strong, #cv_form_popup .relation_wrap .accordion_content_p b, #cv_form_popup .relation_wrap .accordion_content_p strong, #private_area_contact_form .relation_wrap .accordion_content_p b, #private_area_contact_form .relation_wrap .accordion_content_p strong, #private_area_personal_details_form .relation_wrap .accordion_content_p b, #private_area_personal_details_form .relation_wrap .accordion_content_p strong, #login_private_area_popup .relation_wrap .accordion_content_p b, #login_private_area_popup .relation_wrap .accordion_content_p strong {
    font-weight: 500; }

  @media (max-width: 767.98px) {
    #contact_us_popup .relation_wrap .accordion_content_p#bold, #cv_form_popup .relation_wrap .accordion_content_p#bold, #private_area_contact_form .relation_wrap .accordion_content_p#bold {
      font-weight: 500; } }
  #contact_us_popup .relation_wrap .accordion_content_inputs, #cv_form_popup .relation_wrap .accordion_content_inputs, #private_area_contact_form .relation_wrap .accordion_content_inputs {
    margin-bottom: 16px;
    gap: 0; }
  #contact_us_popup .relation_wrap #relation_titles, #cv_form_popup .relation_wrap #relation_titles, #private_area_contact_form .relation_wrap #relation_titles {
    text-align: right; }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      #contact_us_popup .relation_wrap #relation_titles, #cv_form_popup .relation_wrap #relation_titles, #private_area_contact_form .relation_wrap #relation_titles {
        font-size: 16px; } }
  #contact_us_popup .relation_wrap .form_field_wrap_radio, #cv_form_popup .relation_wrap .form_field_wrap_radio, #private_area_contact_form .relation_wrap .form_field_wrap_radio {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    color: #004B99; }
    #contact_us_popup .relation_wrap .form_field_wrap_radio:focus-visible, #cv_form_popup .relation_wrap .form_field_wrap_radio:focus-visible, #private_area_contact_form .relation_wrap .form_field_wrap_radio:focus-visible {
      outline: 4px solid #DB0F1B; }
    #contact_us_popup .relation_wrap .form_field_wrap_radio input[name="user[relations]"] + label, #cv_form_popup .relation_wrap .form_field_wrap_radio input[name="user[relations]"] + label, #private_area_contact_form .relation_wrap .form_field_wrap_radio input[name="user[relations]"] + label {
      font-size: 16px; }
    #contact_us_popup .relation_wrap .form_field_wrap_radio input[name="user[relations]"].error + label, #cv_form_popup .relation_wrap .form_field_wrap_radio input[name="user[relations]"].error + label, #private_area_contact_form .relation_wrap .form_field_wrap_radio input[name="user[relations]"].error + label {
      border: 1.5px solid #DB0F1B; }
    #contact_us_popup .relation_wrap .form_field_wrap_radio input[type="radio"]:checked:focus-visible + label, #cv_form_popup .relation_wrap .form_field_wrap_radio input[type="radio"]:checked:focus-visible + label, #private_area_contact_form .relation_wrap .form_field_wrap_radio input[type="radio"]:checked:focus-visible + label {
      outline: 4px solid #94BBFC;
      box-shadow: 0 0 0 6px #004B99; }
    #contact_us_popup .relation_wrap .form_field_wrap_radio label:not(.error), #cv_form_popup .relation_wrap .form_field_wrap_radio label:not(.error), #private_area_contact_form .relation_wrap .form_field_wrap_radio label:not(.error) {
      display: flex;
      text-align: center;
      align-items: center;
      padding: 0 20px;
      cursor: pointer;
      height: 32px;
      width: 100%;
      justify-content: center; }
      #contact_us_popup .relation_wrap .form_field_wrap_radio label:not(.error):hover, #cv_form_popup .relation_wrap .form_field_wrap_radio label:not(.error):hover, #private_area_contact_form .relation_wrap .form_field_wrap_radio label:not(.error):hover {
        background-color: #EAF1FE; }
      #contact_us_popup .relation_wrap .form_field_wrap_radio label:not(.error):focus, #contact_us_popup .relation_wrap .form_field_wrap_radio label:not(.error):active, #cv_form_popup .relation_wrap .form_field_wrap_radio label:not(.error):focus, #cv_form_popup .relation_wrap .form_field_wrap_radio label:not(.error):active, #private_area_contact_form .relation_wrap .form_field_wrap_radio label:not(.error):focus, #private_area_contact_form .relation_wrap .form_field_wrap_radio label:not(.error):active {
        background-color: #D6E4FE; }
    #contact_us_popup .relation_wrap .form_field_wrap_radio input:checked ~ label:not(.error), #cv_form_popup .relation_wrap .form_field_wrap_radio input:checked ~ label:not(.error), #private_area_contact_form .relation_wrap .form_field_wrap_radio input:checked ~ label:not(.error) {
      background: #004B99;
      color: white; }
      #contact_us_popup .relation_wrap .form_field_wrap_radio input:checked ~ label:not(.error):hover, #cv_form_popup .relation_wrap .form_field_wrap_radio input:checked ~ label:not(.error):hover, #private_area_contact_form .relation_wrap .form_field_wrap_radio input:checked ~ label:not(.error):hover {
        background-color: #003785; }

#contact_us_popup .accordion_content, #cv_form_popup .accordion_content, #private_area_contact_form .accordion_content {
  width: 94%;
  max-width: 94%;
  margin-top: 8rem;
  color: #294C6A;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 8rem; }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    #contact_us_popup .accordion_content, #cv_form_popup .accordion_content, #private_area_contact_form .accordion_content {
      font-size: 14px; } }
  @media (max-width: 767.98px) {
    #contact_us_popup .accordion_content, #cv_form_popup .accordion_content, #private_area_contact_form .accordion_content {
      font-size: 16px;
      padding-left: 0; } }

#contact_us_popup .friend_wrap .accordion_content_p, #cv_form_popup .friend_wrap .accordion_content_p, #private_area_contact_form .friend_wrap .accordion_content_p {
  margin-bottom: 16px; }

#contact_us_popup .friend_wrap .accordion_content_inputs, #cv_form_popup .friend_wrap .accordion_content_inputs, #private_area_contact_form .friend_wrap .accordion_content_inputs {
  max-width: 32%; }
  @media (max-width: 991.98px) {
    #contact_us_popup .friend_wrap .accordion_content_inputs, #cv_form_popup .friend_wrap .accordion_content_inputs, #private_area_contact_form .friend_wrap .accordion_content_inputs {
      width: initial;
      max-width: initial; } }

#contact_us_popup .friend_wrap .accordion_content, #cv_form_popup .friend_wrap .accordion_content, #private_area_contact_form .friend_wrap .accordion_content {
  width: 100%; }
  @media (max-width: 991.98px) {
    #contact_us_popup .friend_wrap .accordion_content, #cv_form_popup .friend_wrap .accordion_content, #private_area_contact_form .friend_wrap .accordion_content {
      width: initial;
      max-width: initial; } }

#contact_us_popup .accordion_wrap .accordion_content, #cv_form_popup .accordion_wrap .accordion_content, #private_area_contact_form .accordion_wrap .accordion_content {
  display: none; }

#contact_us_popup .accordion_wrap, #contact_us_popup .friend_wrap, #cv_form_popup .accordion_wrap, #cv_form_popup .friend_wrap, #private_area_contact_form .accordion_wrap, #private_area_contact_form .friend_wrap {
  direction: rtl;
  border-radius: 12px;
  background: #FFF;
  padding: 12rem 16rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 12rem;
  text-align: right; }
  #contact_us_popup .accordion_wrap.focused, #contact_us_popup .friend_wrap.focused, #cv_form_popup .accordion_wrap.focused, #cv_form_popup .friend_wrap.focused, #private_area_contact_form .accordion_wrap.focused, #private_area_contact_form .friend_wrap.focused {
    width: 99.5%; }
  @media (max-width: 767.98px) {
    #contact_us_popup .accordion_wrap, #contact_us_popup .friend_wrap, #cv_form_popup .accordion_wrap, #cv_form_popup .friend_wrap, #private_area_contact_form .accordion_wrap, #private_area_contact_form .friend_wrap {
      margin-bottom: 12px;
      border-radius: 16px; } }
  #contact_us_popup .accordion_wrap .accordion_content, #contact_us_popup .friend_wrap .accordion_content, #cv_form_popup .accordion_wrap .accordion_content, #cv_form_popup .friend_wrap .accordion_content, #private_area_contact_form .accordion_wrap .accordion_content, #private_area_contact_form .friend_wrap .accordion_content {
    max-width: 94%; }
    @media (max-width: 767.98px) {
      #contact_us_popup .accordion_wrap .accordion_content, #contact_us_popup .friend_wrap .accordion_content, #cv_form_popup .accordion_wrap .accordion_content, #cv_form_popup .friend_wrap .accordion_content, #private_area_contact_form .accordion_wrap .accordion_content, #private_area_contact_form .friend_wrap .accordion_content {
        max-width: 88%; } }
  #contact_us_popup .accordion_wrap .accordion_btn, #contact_us_popup .friend_wrap .accordion_btn, #cv_form_popup .accordion_wrap .accordion_btn, #cv_form_popup .friend_wrap .accordion_btn, #private_area_contact_form .accordion_wrap .accordion_btn, #private_area_contact_form .friend_wrap .accordion_btn {
    position: relative;
    cursor: pointer;
    width: 100%;
    text-align: start; }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      #contact_us_popup .accordion_wrap .accordion_btn, #contact_us_popup .friend_wrap .accordion_btn, #cv_form_popup .accordion_wrap .accordion_btn, #cv_form_popup .friend_wrap .accordion_btn, #private_area_contact_form .accordion_wrap .accordion_btn, #private_area_contact_form .friend_wrap .accordion_btn {
        font-size: 16px; } }
    #contact_us_popup .accordion_wrap .accordion_btn:after, #contact_us_popup .friend_wrap .accordion_btn:after, #cv_form_popup .accordion_wrap .accordion_btn:after, #cv_form_popup .friend_wrap .accordion_btn:after, #private_area_contact_form .accordion_wrap .accordion_btn:after, #private_area_contact_form .friend_wrap .accordion_btn:after {
      content: '';
      background: url(../assets/icons/arrow_down.svg) center/contain no-repeat;
      display: inline-block;
      height: 32rem;
      width: 32rem;
      position: absolute;
      left: 3rem;
      top: 1rem;
      background-size: 16px;
      transform: rotate(0);
      transition: transform 0.5s; }
      @media (max-width: 767.98px) {
        #contact_us_popup .accordion_wrap .accordion_btn:after, #contact_us_popup .friend_wrap .accordion_btn:after, #cv_form_popup .accordion_wrap .accordion_btn:after, #cv_form_popup .friend_wrap .accordion_btn:after, #private_area_contact_form .accordion_wrap .accordion_btn:after, #private_area_contact_form .friend_wrap .accordion_btn:after {
          left: 0rem;
          height: 24rem;
          width: 24rem;
          background-size: 12px;
          top: 9%; } }
      @media (min-width: 768px) and (max-width: 1399.98px) {
        #contact_us_popup .accordion_wrap .accordion_btn:after, #contact_us_popup .friend_wrap .accordion_btn:after, #cv_form_popup .accordion_wrap .accordion_btn:after, #cv_form_popup .friend_wrap .accordion_btn:after, #private_area_contact_form .accordion_wrap .accordion_btn:after, #private_area_contact_form .friend_wrap .accordion_btn:after {
          top: 5px; } }
    #contact_us_popup .accordion_wrap .accordion_btn.active:after, #contact_us_popup .friend_wrap .accordion_btn.active:after, #cv_form_popup .accordion_wrap .accordion_btn.active:after, #cv_form_popup .friend_wrap .accordion_btn.active:after, #private_area_contact_form .accordion_wrap .accordion_btn.active:after, #private_area_contact_form .friend_wrap .accordion_btn.active:after {
      transform: rotate(180deg); }

#contact_us_popup .b, #cv_form_popup .b, #private_area_contact_form .b {
  font-weight: 500;
  color: #294C6A;
  text-align: right;
  font-style: normal;
  line-height: 177.778%; }

#contact_us_popup .sub-title, #cv_form_popup .sub-title, #private_area_contact_form .sub-title {
  color: #294C6A;
  font-weight: 400;
  line-height: 32px; }

#contact_us_popup .order_form_checkbox_wrap, #cv_form_popup .order_form_checkbox_wrap, #private_area_contact_form .order_form_checkbox_wrap {
  display: flex;
  flex-direction: column;
  margin-top: 16rem;
  direction: rtl;
  padding: 16rem 24rem;
  justify-content: center;
  gap: 8rem;
  align-self: stretch;
  border-radius: 16px;
  background: #EAF1FE;
  position: relative; }
  @media (max-width: 767.98px) {
    #contact_us_popup .order_form_checkbox_wrap, #cv_form_popup .order_form_checkbox_wrap, #private_area_contact_form .order_form_checkbox_wrap {
      display: none; } }
  #contact_us_popup .order_form_checkbox_wrap a, #cv_form_popup .order_form_checkbox_wrap a, #private_area_contact_form .order_form_checkbox_wrap a {
    color: #0075FF;
    font-weight: 500;
    text-decoration: underline; }
  #contact_us_popup .order_form_checkbox_wrap #self_accept_disclaimer[type="checkbox"]:checked ~ label.order_form_checkbox_label:before, #cv_form_popup .order_form_checkbox_wrap #self_accept_disclaimer[type="checkbox"]:checked ~ label.order_form_checkbox_label:before, #private_area_contact_form .order_form_checkbox_wrap #self_accept_disclaimer[type="checkbox"]:checked ~ label.order_form_checkbox_label:before {
    background-image: url(../assets/icons/selected.svg);
    background-repeat: no-repeat;
    width: 32rem;
    background-color: white;
    height: 32rem;
    border-radius: 4px;
    border: 1.5px solid #294C6A;
    background-position: center; }
  #contact_us_popup .order_form_checkbox_wrap #self_accept_disclaimer:focus-visible + label:before, #cv_form_popup .order_form_checkbox_wrap #self_accept_disclaimer:focus-visible + label:before, #private_area_contact_form .order_form_checkbox_wrap #self_accept_disclaimer:focus-visible + label:before {
    outline: 4px solid #004B99; }
  #contact_us_popup .order_form_checkbox_wrap #self_accept_disclaimer[type="checkbox"]:hover + label:before, #contact_us_popup .order_form_checkbox_wrap #self_accept_disclaimer[type="radio"]:hover + label:before, #cv_form_popup .order_form_checkbox_wrap #self_accept_disclaimer[type="checkbox"]:hover + label:before, #cv_form_popup .order_form_checkbox_wrap #self_accept_disclaimer[type="radio"]:hover + label:before, #private_area_contact_form .order_form_checkbox_wrap #self_accept_disclaimer[type="checkbox"]:hover + label:before, #private_area_contact_form .order_form_checkbox_wrap #self_accept_disclaimer[type="radio"]:hover + label:before {
    background-image: url(../assets/icons/selected-light.svg);
    backdrop-filter: brightness(120%) saturate(20%) grayscale(100%);
    background-repeat: no-repeat;
    background-position: center;
    height: 32rem;
    width: 32rem;
    border: 1px solid #D9D9D9;
    border-radius: 4px; }
  #contact_us_popup .order_form_checkbox_wrap #self_accept_disclaimer:checked + label:before, #cv_form_popup .order_form_checkbox_wrap #self_accept_disclaimer:checked + label:before, #private_area_contact_form .order_form_checkbox_wrap #self_accept_disclaimer:checked + label:before {
    border: 1px solid #004B99;
    background-image: url(../assets/icons/selected.svg);
    background-repeat: no-repeat;
    background-position: center; }
  #contact_us_popup .order_form_checkbox_wrap .order_form_checkbox_label, #cv_form_popup .order_form_checkbox_wrap .order_form_checkbox_label, #private_area_contact_form .order_form_checkbox_wrap .order_form_checkbox_label {
    text-align: start;
    display: flex;
    align-items: flex-start; }
    #contact_us_popup .order_form_checkbox_wrap .order_form_checkbox_label:checked:before, #cv_form_popup .order_form_checkbox_wrap .order_form_checkbox_label:checked:before, #private_area_contact_form .order_form_checkbox_wrap .order_form_checkbox_label:checked:before {
      background-image: url(../assets/icons/selected-light.svg);
      backdrop-filter: brightness(120%) saturate(20%) grayscale(100%);
      background-repeat: no-repeat;
      background-position: center; }
    #contact_us_popup .order_form_checkbox_wrap .order_form_checkbox_label:hover:before, #cv_form_popup .order_form_checkbox_wrap .order_form_checkbox_label:hover:before, #private_area_contact_form .order_form_checkbox_wrap .order_form_checkbox_label:hover:before {
      background-image: url(../assets/icons/selected-light.svg);
      backdrop-filter: brightness(120%) saturate(20%) grayscale(100%);
      background-repeat: no-repeat;
      background-position: center;
      border-color: #DB0F1B; }
    #contact_us_popup .order_form_checkbox_wrap .order_form_checkbox_label:before, #cv_form_popup .order_form_checkbox_wrap .order_form_checkbox_label:before, #private_area_contact_form .order_form_checkbox_wrap .order_form_checkbox_label:before {
      content: '';
      align-self: center;
      border-radius: 4px;
      display: inline-block;
      width: 32rem;
      height: 32rem;
      cursor: pointer;
      margin-left: 16rem;
      border: 1px solid #7A7A7A;
      background-color: var(--White, #FFF); }
    #contact_us_popup .order_form_checkbox_wrap .order_form_checkbox_label p, #cv_form_popup .order_form_checkbox_wrap .order_form_checkbox_label p, #private_area_contact_form .order_form_checkbox_wrap .order_form_checkbox_label p {
      color: #294C6A;
      text-align: right;
      font-size: 16px;
      font-weight: 400;
      line-height: normal; }
      @media (min-width: 768px) and (max-width: 1399.98px) {
        #contact_us_popup .order_form_checkbox_wrap .order_form_checkbox_label p, #cv_form_popup .order_form_checkbox_wrap .order_form_checkbox_label p, #private_area_contact_form .order_form_checkbox_wrap .order_form_checkbox_label p {
          font-size: 14px; } }
    #contact_us_popup .order_form_checkbox_wrap .order_form_checkbox_label a, #cv_form_popup .order_form_checkbox_wrap .order_form_checkbox_label a, #private_area_contact_form .order_form_checkbox_wrap .order_form_checkbox_label a {
      color: #004B99;
      font-style: normal;
      font-weight: 500;
      text-decoration-line: underline; }

#contact_us_popup .order_form_checkbox_label.errorBorder:before, #cv_form_popup .order_form_checkbox_label.errorBorder:before, #private_area_contact_form .order_form_checkbox_label.errorBorder:before {
  border-color: #DB0F1B; }

#contact_us_popup {
  border-radius: 32px;
  background: #F7FAFF;
  padding: 20px 24px 24px 24px;
  box-shadow: 0 0 48px 0 #294C6A40; }
  @media (max-width: 991.98px) {
    #contact_us_popup {
      border-radius: 0;
      padding: 0; } }
  #contact_us_popup .form_title {
    margin: 0;
    padding: 0 !important; }
  #contact_us_popup .form_subtitle {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 150%;
    color: #294C6A; }
    @media (max-width: 991.98px) {
      #contact_us_popup .form_subtitle {
        font-size: 18px; } }
  @media (max-width: 991.98px) {
    #contact_us_popup .popup_header {
      padding: 16px 16px 0 16px; } }
  #contact_us_popup .wrap_popup {
    padding-top: 20px; }
    @media (max-width: 991.98px) {
      #contact_us_popup .wrap_popup {
        padding-right: 16px;
        padding-left: 16px;
        max-height: 100vh; } }
  @media (min-width: 992px) {
    #contact_us_popup .scroll-wrapper {
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      padding-right: 22rem;
      direction: ltr; }
      #contact_us_popup .scroll-wrapper > * {
        direction: rtl; }
      #contact_us_popup .scroll-wrapper::-webkit-scrollbar {
        width: 6px; }
      #contact_us_popup .scroll-wrapper::-webkit-scrollbar-thumb {
        background-color: #D6E4FE;
        border-radius: 16px;
        width: 6px; }
      #contact_us_popup .scroll-wrapper::-webkit-scrollbar-track {
        background-color: #EDF7FF;
        border-radius: 16px; } }
  @media (max-width: 991.98px) {
    #contact_us_popup .wrap_fake_name {
      height: auto !important; }
      #contact_us_popup .wrap_fake_name > div {
        width: calc(100% - 45px); }
      #contact_us_popup .wrap_fake_name .add_file_fake_name {
        max-width: 100% !important; } }
  #contact_us_popup .pop_up_bottom {
    margin-top: 24rem;
    flex: 0 0 auto !important; }
  #contact_us_popup [type='submit'] {
    padding: 0 32px;
    border-radius: 12px;
    color: white;
    min-width: 123px;
    min-height: 56px;
    margin-right: auto; }
    @media (max-width: 991.98px) {
      #contact_us_popup [type='submit'] {
        width: 100%;
        min-width: auto; } }

.error_massage {
  padding: 8px 16px;
  border-radius: 8px;
  background: #FFF4F4;
  color: #DB0F1B;
  font-size: 14px;
  line-height: 142.857%; }

#send_user_cv .error_massage {
  margin-top: 10px; }

.designedSelect {
  cursor: pointer;
  display: inline-block;
  width: 100%; }
  .designedSelect .s-hidden {
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    visibility: hidden; }
  .designedSelect .styledSelect {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: right;
    position: relative; }
    .designedSelect .styledSelect:after {
      content: '';
      display: inline-block;
      width: 32px;
      height: 100%;
      max-height: 32px;
      background: url(../assets/icons/arrow_down.svg) center no-repeat;
      transition: transform 0.3s ease;
      background-size: 12px; }
    .designedSelect .styledSelect.active, .designedSelect .styledSelect.selected {
      border: 1.5px solid #004B99; }
    .designedSelect .styledSelect.active:after {
      transform: rotate(180deg); }
  .designedSelect .options {
    display: none;
    position: absolute;
    top: 116%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    padding: 12rem;
    list-style: none;
    background-color: white;
    border: solid 1.5px #004B99;
    border-radius: 8px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1); }
  .designedSelect .options .list_wrap {
    height: auto;
    padding: 3px 0 0 3px;
    max-height: 200px;
    overflow-y: auto;
    direction: ltr;
    /* Custom scrollbar styles */ }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      .designedSelect .options .list_wrap {
        padding: 2px 0 0 2px; } }
    .designedSelect .options .list_wrap::-webkit-scrollbar {
      width: 6px;
      background-color: transparent; }
    .designedSelect .options .list_wrap::-webkit-scrollbar-thumb {
      background-color: #004B99;
      border-radius: 16px; }
    .designedSelect .options .list_wrap::-webkit-scrollbar-track {
      background-color: #D9D9D9;
      border-radius: 16px; }
    .designedSelect .options .list_wrap::-webkit-scrollbar-button {
      display: none; }
  @media (min-width: 768px) {
    .designedSelect .options {
      min-width: 238rem; } }
  .designedSelect .options li {
    direction: rtl;
    height: 40px;
    display: flex;
    align-items: center;
    margin: 0 0;
    color: #294C6A;
    line-height: 1.3;
    text-align: right;
    font-size: 16rem;
    font-style: normal;
    font-weight: 400;
    padding: 4rem 12rem 4rem 0; }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      .designedSelect .options li {
        height: 36px; } }
    .designedSelect .options li:not(:last-child) {
      margin-bottom: 4px; }
    @media (min-width: 768px) and (max-width: 1399.98px) {
      .designedSelect .options li {
        font-size: 14px; } }
    .designedSelect .options li:not(:last-child) {
      padding: 4rem 12rem 4rem 0; }
  .designedSelect .options li:focus, .designedSelect .options li:active {
    border-radius: 6px;
    background: #D6E4FE; }

.designedSelect .styledSelect span {
  color: #294C6A;
  text-align: right;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 16rem; }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    .designedSelect .styledSelect span {
      font-size: 14px; } }

.designedSelect .styledSelect.active:after {
  transform: rotate(180deg); }

.form_title {
  color: #294C6A;
  font-style: normal;
  font-weight: 500;
  text-align: right;
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 150%; }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    .form_title {
      font-size: 24px;
      line-height: 100%;
      margin-bottom: 12px; } }
  @media (max-width: 991.98px) {
    .form_title {
      margin-bottom: 12rem;
      padding-top: 16rem;
      padding-bottom: 0rem;
      padding-right: 29rem;
      color: #294C6A;
      font-size: 20rem;
      font-style: normal;
      font-weight: 500;
      line-height: 160%; } }

.label_form {
  display: flex;
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  color: #294C6A;
  margin-bottom: 4rem; }
  .label_form:after {
    content: "|" "  " attr(data-after);
    font-weight: 400;
    padding-right: 4rem; }
  @media (max-width: 767.98px) {
    .label_form {
      padding-top: 6rem;
      font-size: 14rem;
      font-weight: 500; } }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    .label_form {
      font-size: 12px; } }

.order_form_checkbox_title {
  font-size: 14px; }
  .order_form_checkbox_title:after {
    content: ' | שדה חובה';
    font-size: 14px;
    font-weight: normal;
    padding-right: 4rem; }

#user_cv-error, #more_file-error, #errorMax_label, #errorType_label, #errorCv_label, #errorSort_label {
  position: absolute;
  top: 129%;
  right: 0; }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    #user_cv-error, #more_file-error, #errorMax_label, #errorType_label, #errorCv_label, #errorSort_label {
      top: 104%; } }
  @media (max-width: 767.98px) {
    #user_cv-error, #more_file-error, #errorMax_label, #errorType_label, #errorCv_label, #errorSort_label {
      top: 90%;
      right: 5rem; } }

#self_accept_disclaimer-error {
  padding-bottom: 10px;
  padding-right: 24px; }

.wrap_popup {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1 0 0;
  padding: 16px 0 0; }
  @media (max-width: 767.98px) {
    .wrap_popup {
      padding: 0rem;
      flex: 1;
      overflow-x: hidden; } }

label.error, label.accept, #errorMax_label, #errorType_label, #errorCv_label, #errorSort_label {
  color: #DB0F1B;
  margin-top: 5px;
  width: 100%;
  text-align: right;
  font-size: 14px; }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    label.error, label.accept, #errorMax_label, #errorType_label, #errorCv_label, #errorSort_label {
      font-size: 12px; } }

.field_really_simple_captcha img {
  width: 150px;
  object-fit: contain; }

#not-found-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 85.4rem;
  text-align: center;
  margin-bottom: auto;
  margin-top: auto; }
  @media (max-width: 767.98px) {
    #not-found-container {
      padding-bottom: 0rem;
      padding-left: 21rem;
      padding-right: 21rem; } }
  #not-found-container h2 {
    color: #294C6A;
    font-size: 32px; }
  #not-found-container h1 {
    color: #294C6A;
    font-size: 32px;
    margin-top: 123rem; }
    #not-found-container h1 p {
      text-align: center;
      font-size: 32px;
      font-weight: 500; }
      @media (max-width: 767.98px) {
        #not-found-container h1 p {
          text-align: center;
          font-size: 24rem;
          font-weight: 500; } }
  #not-found-container h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 32px;
    font-weight: 400 !important; }
    @media (max-width: 767.98px) {
      #not-found-container h2 {
        font-size: 20rem;
        font-weight: 400;
        margin-bottom: 31rem; } }
  #not-found-container .not-small {
    border-radius: 16px;
    background: var(--Button-Blue-Regular, #004B99);
    display: flex;
    height: 56px;
    padding: 20px 48px;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: white;
    font-size: 24px; }
    #not-found-container .not-small:hover {
      background-color: #003785; }
    #not-found-container .not-small:active {
      background-color: #002371; }
    @media (max-width: 991.98px) {
      #not-found-container .not-small {
        display: none; } }
  #not-found-container .d-md-none {
    height: 60px;
    border-radius: 16px;
    box-shadow: 0rem 0rem 15rem 0rem rgba(0, 0, 0, 0.1);
    padding: 15rem 55rem 16rem;
    color: white;
    text-align: center;
    font-size: 20rem;
    font-weight: 500;
    text-align: center; }
    #not-found-container .d-md-none:hover {
      background-color: #003785; }
    #not-found-container .d-md-none:active {
      background-color: #002371; }

.bg-footer {
  height: 251.6rem;
  background-size: cover;
  width: 100%;
  flex-shrink: 0;
  background-image: url(../assets/icons/bottom-close.svg);
  background-repeat: no-repeat; }
  @media (max-width: 767.98px) {
    .bg-footer {
      height: 281rem;
      background-image: url(../assets/icons/bottom-close-small.svg); } }

.bg-under-footer {
  background-color: var(--primary-orange, #EC7200); }
  @media (max-width: 767.98px) {
    .bg-under-footer {
      height: 281rem;
      width: 100%; } }

.page-template-template-finish {
  overflow-y: hidden; }
  .page-template-template-finish:before {
    content: ' ';
    background-image: url(../assets/icons/finish-right-bg.svg);
    position: absolute;
    bottom: 0rem;
    left: 67%;
    top: 33%;
    width: 33%;
    height: 68%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1; }
  .page-template-template-finish:after {
    content: ' ';
    background-image: url(../assets/icons/finish-left-bg.svg);
    position: absolute;
    bottom: 0rem;
    right: 67%;
    top: 4%;
    width: 33%;
    height: 71%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1; }
  .page-template-template-finish .finish-container {
    margin-top: 40rem;
    margin-bottom: auto;
    text-align: center;
    padding: 40rem 24rem 32rem; }
    .page-template-template-finish .finish-container h1 {
      text-align: center;
      font-size: 32rem;
      font-weight: 300;
      margin-bottom: 6rem; }
    .page-template-template-finish .finish-container h2 {
      text-align: center;
      font-size: 18rem;
      font-weight: 500;
      margin-bottom: 6rem; }
    .page-template-template-finish .finish-container h3 {
      text-align: center;
      font-size: 16rem;
      font-weight: 300; }

.submitted {
  border-radius: 16px;
  box-shadow: 0rem 0px 15rem 0px rgba(0, 0, 0, 0.1);
  background: #EC7200;
  color: #fff;
  text-align: center;
  font-size: 20rem;
  font-weight: 500;
  padding: 15rem 55rem 16rem; }

.to-home {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 0px 15rem 0px rgba(0, 0, 0, 0.1);
  padding: 15rem 55rem 16rem;
  color: var(--primary-orange, #EC7200);
  text-align: center;
  font-size: 20rem;
  font-weight: 500; }

#refresh_orders_form {
  gap: 10px; }

.header_top {
  margin-top: 64px; }

.private_area_pages {
  padding: 32px 40px;
  gap: 24px; }

.not_editable_personal_details {
  color: #444444; }
  .not_editable_personal_details .item {
    min-width: 128px; }

.heading_medium {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6; }

.label_medium {
  color: #294C6A;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43; }

.body_regular {
  font-size: 18px;
  line-height: 1.555; }

.custom_row {
  background-color: white;
  box-shadow: 0px 0px 32px 0px #09368A0F, 0px 0px 12px 0px #09368A0A, 0px 0px 4px 0px #09368A0A;
  padding: 24px 32px;
  border-radius: 16px; }

.gx_24 {
  --bs-gutter-x: 24px; }

.private_area_menu {
  background-color: #F7FAFF;
  padding: 32px 24px;
  gap: 20px;
  color: #004B99; }
  .private_area_menu .title_area {
    padding-right: 12px;
    padding-left: 12px; }
  .private_area_menu .menu_items {
    gap: 8px; }
  .private_area_menu .menu_item {
    padding-right: 8px;
    padding-left: 16px;
    gap: 4px;
    border-radius: 8px; }
    .private_area_menu .menu_item.active {
      background-color: #EAF1FE; }
      .private_area_menu .menu_item.active .title {
        font-weight: 500; }
    .private_area_menu .menu_item .title {
      line-height: 1.5; }
