@charset "UTF-8";
/*!
* Style Sheet for ""
* version: 1
* last modified:2023 By Applab
* author: Applab
* website: www.applab.qa
*/
/*b5 start -------------------------------------------------------------------------------------------------------------------*/
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --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;
}

*,
*::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;
}

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

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

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

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

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

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

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

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

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

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

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


strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

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;
}


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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

input,
button,
select,
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;
}

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

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

textarea {
  resize: vertical;
}

::-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;
}

/* 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;
}

[hidden] {
  display: none !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}


.container-lg {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container-lg {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container-lg {
    max-width: 1320px;
  }
}
: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(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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


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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .g-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
 .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}


.dropdown {
  position: relative;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-menu.show {
  display: block;
}

.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 {
  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);
}

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

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

.carousel {
  position: relative;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:begin:remove */

/* 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-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-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;
}

.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-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
@media (min-width: 768px) {
  .text-md-end {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
/*b5 end ---------------------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: "Brando Arabic";
  src: url("../fonts/BrandoArabicLight.eot");
  src: url("../fonts/BrandoArabicLight.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandoArabicLight.woff2") format("woff2"), url("../fonts/BrandoArabicLight.woff") format("woff"), url("../fonts/BrandoArabicLight.ttf") format("truetype"), url("../fonts/BrandoArabicLight.svg#BrandoArabicLight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brando Arabic";
  src: url("../fonts/BrandoArabicSemiBold.eot");
  src: url("../fonts/BrandoArabicSemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandoArabicSemiBold.woff2") format("woff2"), url("../fonts/BrandoArabicSemiBold.woff") format("woff"), url("../fonts/BrandoArabicSemiBold.ttf") format("truetype"), url("../fonts/BrandoArabicSemiBold.svg#BrandoArabicSemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brando Arabic";
  src: url("../fonts/BrandoArabicRegular.eot");
  src: url("../fonts/BrandoArabicRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandoArabicRegular.woff2") format("woff2"), url("../fonts/BrandoArabicRegular.woff") format("woff"), url("../fonts/BrandoArabicRegular.ttf") format("truetype"), url("../fonts/BrandoArabicRegular.svg#BrandoArabicRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brando Arabic";
  src: url("../fonts/BrandoArabicBold.eot");
  src: url("../fonts/BrandoArabicBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandoArabicBold.woff2") format("woff2"), url("../fonts/BrandoArabicBold.woff") format("woff"), url("../fonts/BrandoArabicBold.ttf") format("truetype"), url("../fonts/BrandoArabicBold.svg#BrandoArabicBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary-font: "Brando Arabic", sans-serif;
}

@font-face {
  font-family: "Adelle Sans ARA";
  src: url("../fonts/fonnts.com-adelle_sans_ara_lt-webfont.woff2") format("woff2"), url("../fonts/fonnts.com-adelle_sans_ara_lt-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Adelle Sans ARA";
  src: url("../fonts/fonnts.com-adelle_sans_ara_eb-webfont.woff2") format("woff2"), url("../fonts/fonnts.com-adelle_sans_ara_eb-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Adelle Sans ARA";
  src: url("../fonts/fonnts.com-adelle_sans_ara_regular-webfont.woff2") format("woff2"), url("../fonts/fonnts.com-adelle_sans_ara_regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Adelle Sans ARA";
  src: url("../fonts/fonnts.com-adelle_sans_ara_ut-webfont.woff2") format("woff2"), url("../fonts/fonnts.com-adelle_sans_ara_ut-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Adelle Sans ARA";
  src: url("../fonts/fonnts.com-adelle_sans_ara_sb-webfont.woff2") format("woff2"), url("../fonts/fonnts.com-adelle_sans_ara_sb-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "almujadilah";
  src: url("../fonts/almujadilah.eot?10885387");
  src: url("../fonts/almujadilah.eot?10885387#iefix") format("embedded-opentype"), url("../fonts/almujadilah.woff2?10885387") format("woff2"), url("../fonts/almujadilah.woff?10885387") format("woff"), url("../fonts/almujadilah.ttf?10885387") format("truetype"), url("../fonts/almujadilah.svg?10885387#almujadilah") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'almujadilah';
    src: url('../font/almujadilah.svg?10885387#almujadilah') format('svg');
  }
}
*/
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "almujadilah";
  font-style: normal;
  font-weight: normal;
  speak: never;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-twitter:before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/x-twitter.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  width: 1em;
  height: 1em;
  background-color: rgb(41, 10, 0);
}

.icon-twitter:hover::before {
  background: #fff !important;
}

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */
.icon-facebook:before {
  content: "\f09a";
}

/* '' */

/* '' */
.icon-instagram:before {
  content: "\f16d";
}

/* '' */

/* '' */

/* '' */
.icon-whatsapp:before {
  content: "\f232";
}

/* '' */

/* '' */
.icon-linkedin:before {
  content: "\f31a";
}

/* '' */

.bg-primary {
  background: rgb(212, 59, 44) !important;
}

.btn-primary {
  background: rgb(212, 59, 44);
  border-color: rgb(212, 59, 44);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: rgba(212, 59, 44, 0.8);
  border-color: rgb(212, 59, 44);
}

.text-primary {
  color: rgb(212, 59, 44) !important;
}

.bg-white {
  background: #fff !important;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.bg-secondary {
  background: rgb(217, 130, 64) !important;
}

.text-secondary {
  color: rgb(217, 130, 64) !important;
}

.text-brown {
  color: rgb(41, 10, 0) !important;
}

.text-deep-red-1 {
  color: #7F221A !important;
}

.bg-maroon-1 {
  background: #561210 !important;
}

.bg-dark-sand {
  background: #F0CDB2 !important;
}

.bg-orange-1 {
  background: #E19B66 !important;
}

.btn-speaker {
  background-color: rgba(198, 42, 37, 0.75);
  width: 50px;
  height: 50px;
  border-start-end-radius: 20px;
  display: inline-block;
  transition: all 0.5s ease 0s;
  z-index: 9;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-view-all {
  background: rgb(212, 59, 44);
  color: #fff;
  font-weight: 700;
  font-size: 24px !important;
  padding: 10px 50px;
  border-start-end-radius: 24px !important;
  border-radius: 0;
  text-transform: capitalize;
  line-height: 32px;
  transition: all 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-view-all:hover {
  background: rgb(217, 130, 64);
  color: #fff;
}
.btn-outlines-primary {
  background: #fff;
  border-start-end-radius: 24px;
  color: rgb(212, 59, 44);
  border: 0.1rem solid rgb(212, 59, 44);
}
.btn-outlines-primary:hover {
  color: #fff;
  background: rgb(212, 59, 44);
}
.btn-primary {
  background: rgb(212, 59, 44);
  color: #fff;
  border-start-end-radius: 24px;
}
.btn-add {
  font-size: 16px;
  padding: 15px 40px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .btn-add {
    font-size: 16px;
    padding: 15px 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .btn-add {
    font-size: 14px;
    padding: 15px 20px;
  }
}
@media (max-width: 767.98px) {
  .btn-add {
    width: 100%;
  }
}

body,
html {
  margin: 0;
  direction: ltr;
  min-height: 100%;
}
body[dir=rtl],
html[dir=rtl] {
  direction: rtl;
  font-family: "Cairo", sans-serif;
}

body {
  font-size: 16px;
  font-family: var(--primary-font);
  font-weight: normal;
  background: #fff;
  overflow-x: hidden;
}
html[dir=rtl] body {
  direction: rtl;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  transition: all 300ms;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  transition: all 300ms;
}
a:focus {
  outline: none;
  box-shadow: none !important;
}

p,
.btn,
button,
input,
select,
textarea,
.form-control,
.form-select,
.dropdown-menu {
  font-size: 16px;
}

.form-control {
  padding: 10px;
}

.form-select {
  padding: 10px;
}

@media (max-width: 767.98px) {
  p {
    font-size: 16px;
  }
}

p,
.h6 {
  margin-bottom: 15px;
}

[class*=" icon-"]:before,
[class^=icon-]:before {
  margin: 0;
}

h1, .h1 {
  font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.125rem;
  }
}

h2, .h2 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 3rem;
  }
}

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

h4, .h4 {
  font-size: 24px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 18px;
}

.font-700 {
  font-weight: 700;
}

.font-600 {
  font-weight: 600;
}

.font-300 {
  font-weight: 300;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .fs-20 {
    font-size: 18px;
  }
}

.fs-24 {
  font-size: 24px;
}

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

.font-secondary {
  font-family: "Adelle Sans ARA";
}
html[dir=rtl] .font-secondary {
  font-family: var(--primary-font) !important;
}

.bg-maroon {
  background: rgb(140, 29, 26);
}

.rounded-56 {
  border-start-end-radius: 56px;
}

.text-darkBrown {
  color: rgb(41, 10, 0);
}

@media (max-width: 767.98px) {
  .wd-md-100 {
    width: 100%;
  }
}
.ps-3 {
  padding-inline-start: 1rem !important;
}

.pb-25rem {
  padding-bottom: 25rem;
}
@media (max-width: 991.98px) {
  .pb-25rem {
    padding-bottom: 1rem;
  }
}
p a,
h6 a,
.h6 a {
  color: rgb(212, 59, 44);
}
p a:hover,
h6 a:hover,
.h6 a:hover {
  color: rgb(212, 59, 44);
  text-decoration: underline;
}

body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
  font-weight: 500;
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-weight: 700;
}

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

p {
  font-family: "Adelle Sans ARA", sans-serif;
}
html[dir=rtl] p {
  font-family: var(--primary-font) !important;
}

.about {
  border: 1px solid red;
}
.about p {
  font-size: 20px;
}

.section-title {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .section-title {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 991.98px) {
  .section-title {
    margin-top: 2rem;
  }
}
.section-title h2, .section-title .h2 {
  font-weight: 700;
  line-height: 56px;
}
@media (max-width: 991.98px) {
  .section-title h2, .section-title .h2 {
    line-height: 36px;
  }
}

.section {
  padding-block: 100px;
  position: relative;
}
@media (max-width: 991.98px) {
  .section {
    padding-block: 25px;
  }
}

.hidden {
  display: none;
}

.border-top-primary {
  border-top: 1px solid rgb(212, 59, 44);
}

.pd-inline-5 {
  max-width: 75%;
}

html[dir=rtl] .ms-auto {
  margin-inline-start: auto !important;
  margin-left: initial !important;
}

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

.pattern-top {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 27vw;
}
.pattern-top:before {
  content: "";
  background-color: rgb(217, 130, 64);
  width: 1vw;
  height: 100rem;
  display: inline-block;
  position: absolute;
  inset-inline-start: 0;
}
@media (max-width: 991.98px) {
  .pattern-top:before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .pattern-top {
    display: none;
  }
}
.pattern-top-end {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  width: 27vw;
  transform: scaleX(-1);
}
.pattern-top-end:before {
  content: "";
  background-color: rgb(217, 130, 64);
  width: 1vw;
  height: 100rem;
  display: inline-block;
  position: absolute;
  inset-inline-start: 0;
}
@media (max-width: 991.98px) {
  .pattern-top-end:before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .pattern-top-end {
    display: none;
  }
}
.pattern-bottom {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 15vw;
}
.pattern-bottom:before {
  content: "";
  background-color: rgb(217, 130, 64);
  width: 0.7vw;
  height: 100rem;
  display: inline-block;
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .pattern-bottom:before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .pattern-bottom {
    display: none;
  }
}

@media (min-width: 992px) {
  .text-lg-end {
    text-align: end !important;
  }
}

ol {
  list-style-position: inside;
}
ol li {
  list-style: decimal;
}

.section-terms {
  font-family: Adelle Sans ARA, sans-serif;
}
.section-terms p {
  font-family: inherit;
}
.section-terms ul {
  margin-bottom: 12px;
  list-style-position: outside;
  margin-inline-start: 17px;
}
.section-terms ul li {
  list-style: disc;
}
.dz-hidden-input {
  position: inherit !important;
}
.header {
  position: absolute;
  display: block;
  width: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
  z-index: 9;
  padding: 1rem 3rem;
}
@media (min-width: 992px) and (max-width: 1299px) {
  .header {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991.98px) {
  .header {
    padding: 1rem 1rem;
  }
}
@media (max-width: 991.98px) {
  .header.sticky {
    position: fixed;
    background-color: rgb(217, 130, 64);
    box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.2);
    z-index: 9;
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
    height: 114px;
  }
}
.header.sticky nav {
  padding: 0;
}
@media (max-width: 991.98px) {
  .header.sticky .logo-container img {
    width: 75px;
  }
}

.logo-container {
  flex-shrink: 0;
}
.logo-container img {
  width: 120px;
}
@media (max-width: 991.98px) {
  .logo-container img {
    width: 75px;
  }
}
.accessibility .theme-switcher .accec-ico {
  -webkit-mask-image: url(../images/icon/icon-accessibility.svg);
          mask-image: url(../images/icon/icon-accessibility.svg);
  background-repeat: no-repeat;
  width: 32px;
  height: 33px;
  background: #fff;
}
.accessibility .theme-switcher a {
  padding: 0;
  display: flex;
  align-items: center;
}
.accessibility .theme-switcher a.active {
  background: #fff;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.16);
}
.accessibility .theme-switcher .acces-list.dropdown-menu {
  background: #fff;
  min-width: 15rem;
  padding: 15px;
  display: block !important;
  visibility: hidden;
  opacity: 0;
  transform: translate(1rem);
  transition: all 0.05s cubic-bezier(0.25, 1, 0.5, 1);
  inset-inline-end: 0;
  inset-inline-start: auto;
  box-shadow: 0px 0px 23px -6px rgba(0, 0, 0, 0.57);
  border: none;
  border-radius: 0;
  border-start-end-radius: 27px;
}
@media (max-width: 1160px) and (min-width: 992px) {
  .accessibility .theme-switcher .acces-list.dropdown-menu {
    inset-inline-end: 0px !important;
  }
}
html[dir=rtl] .accessibility .theme-switcher .acces-list.dropdown-menu {
  text-align: right;
}
.accessibility .theme-switcher .acces-list.dropdown-menu:after {
  display: none;
  bottom: 100%;
  inset-inline-start: 74%;
  border: solid transparent;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 10px;
  margin-inline-start: -15px;
  box-shadow: 0px 0px 23px -6px rgba(0, 0, 0, 0.57);
}
.accessibility .theme-switcher .acces-list.dropdown-menu .title {
  padding-bottom: 0;
  margin-bottom: 20px;
}
.accessibility .theme-switcher .acces-list.dropdown-menu .title h3, .accessibility .theme-switcher .acces-list.dropdown-menu .title .h3 {
  color: rgb(212, 59, 44);
  font-size: 20px;
  font-weight: 600;
}
.accessibility .theme-switcher .acces-list.dropdown-menu li {
  color: #000;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-inline-end: 0;
}
.accessibility .theme-switcher .acces-list.dropdown-menu li:first-child {
  border-bottom: none;
  padding-bottom: 0;
}
.accessibility .theme-switcher .acces-list.dropdown-menu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.accessibility .theme-switcher .acces-list.dropdown-menu .t-changer {
  background-color: #000;
  -webkit-mask-image: url(../images/contrast.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
.accessibility .theme-switcher .acces-list.dropdown-menu .nav-item {
  margin-inline-end: 15px;
  position: relative;
  padding-inline-end: 8px;
}
.accessibility .theme-switcher .acces-list.dropdown-menu .nav-item:last-child {
  margin-inline-end: 0;
}
.accessibility .theme-switcher .acces-list.dropdown-menu .nav-item:last-child::before {
  display: none;
}
.accessibility .theme-switcher .acces-list.dropdown-menu .nav-item .nav-link {
  font-size: 17px;
}
.accessibility .theme-switcher .acces-list.dropdown-menu .nav-item .nav-link.contrast {
  background: inherit;
  box-shadow: inherit;
}
.accessibility .theme-switcher .acces-list.dropdown-menu .nav-item::before {
  content: "";
  position: absolute;
  inset-inline-start: 100%;
  top: 48%;
  transform: translateY(-50%);
  height: 15px;
  width: 1px;
  background: #CECECE;
}
.accessibility .theme-switcher .acces-list.dropdown-menu .nav-item.contrast::before {
  display: none;
}
.accessibility:hover .theme-switcher {
  pointer-events: fill;
}
.accessibility:hover .accec-ico:after {
  background-color: #fff;
}
.accessibility:hover .acces-list.dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(0rem);
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  top: 60px !important;
}
.accessibility:hover .acces-list.dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  transform: translate(0rem) !important;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1) !important;
  top: 60px !important;
  inset-inline-end: 0 !important;
  inset-inline-start: auto !important;
}
@media (max-width: 1160px) and (min-width: 992px) {
  .accessibility:hover .acces-list.dropdown-menu.show {
    inset-inline-end: -6px !important;
  }
}

.end-section {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 2rem;
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 991.98px) {
  .end-section {
    border-start-end-radius: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .end-section {
    margin-top: 0.5rem;
  }
}
@media (max-width: 991.98px) {
  .end-section {
    display: none;
  }
}
.end-section.end-section-mb {
  display: none;
}
@media (max-width: 991.98px) {
  .end-section.end-section-mb {
    display: block;
    position: absolute;
    inset-inline-start: 0;
    border-start-end-radius: 27px;
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
    inset-inline-start: 0;
    inset-inline-end: 0;
  }
  .end-section.end-section-mb li {
    padding-inline-start: 25px;
    margin-bottom: 12px;
  }
}

.lang {
  margin: 0px;
  padding-top: 10px;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  font-family: var(--primary-font);
}

.nav-wrapper {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: auto;
  border-radius: 0;
  z-index: 2;
  width: 100%;
  align-items: center;
}
@media (max-width: 991.98px) {
  .nav-wrapper {
    align-items: center;
  }
}
.nav-wrapper .nav-tabs {
  display: flex;
  list-style: none;
  border: none;
  gap: 3rem;
  margin-inline-end: 5rem;
}
@media (min-width: 992px) and (max-width: 1299px) {
  .nav-wrapper .nav-tabs {
    gap: 1.8rem;
    margin-inline-end: 0rem;
  }
}
.nav-wrapper .nav-tab {
  font-size: 24px;
  font-weight: 700;
}
.nav-wrapper .nav-tab a {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-transform: capitalize;
  border: 0;
}
.nav-wrapper .nav-tab a.active {
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1299px) {
  .nav-wrapper .nav-tab a {
    font-size: 19px;
  }
}
.nav-wrapper .nav-tab:last-child {
  margin-inline-end: 0px;
}

.hidden {
  display: none;
}

@media (max-width: 991.98px) {
  .nav-wrapper .nav-tab {
    margin-inline-end: 0;
  }
  .nav-wrapper .nav-tab:last-child {
    padding: 10px 25px;
  }
  .nav-wrapper .nav-tab:not(:last-child) {
    padding: 10px 25px;
    margin: 0;
  }
  .nav-wrapper .nav-container {
    position: fixed;
    display: block;
    z-index: 2;
    top: 0;
    inset-inline-end: -280px;
    width: 280px;
    height: 100%;
    background: #fff;
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .nav-wrapper .nav-container .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 50px;
    width: 100%;
    gap: 5px;
  }
  html[dir=rtl] .nav-wrapper .nav-container {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  }
  .nav-wrapper .menu-btn {
    position: relative;
    display: block;
    margin: 0;
    width: 20px;
    height: 15px;
    cursor: pointer;
    z-index: 4;
    padding-top: 10px;
    border-radius: 10px;
  }
  .nav-wrapper .menu-btn .menu {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
  }
  .nav-wrapper .menu-btn .menu:nth-child(2) {
    margin-top: 4px;
    opacity: 1;
  }
  .nav-wrapper .menu-btn .menu:nth-child(3) {
    margin-top: 4px;
  }
  #menuToggle:checked + .menu-btn .menu {
    transition: transform 0.2s ease;
  }
  #menuToggle:checked + .menu-btn .menu:nth-child(1) {
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }
  #menuToggle:checked + .menu-btn .menu:nth-child(2) {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
  }
  #menuToggle:checked + .menu-btn .menu:nth-child(3) {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
  }
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open .nav-container {
    inset-inline-end: 0;
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
    background-color: rgb(217, 130, 64);
    z-index: 3;
  }
  body.menu-openlabel {
    z-index: 4;
  }
  body.menu-open .register-now {
    display: none;
  }
  @keyframes menu-slide-left {
    0% {
      transform: translateX(200px);
    }
    to {
      transform: translateX(0);
    }
  }
  @keyframes menu-slide-right {
    0% {
      transform: translateX(-200px);
    }
    to {
      transform: translateX(0px);
    }
  }
}
.end-section-mb .accessibility .theme-switcher .acces-list.dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: none;
  transition: none;
  display: none !important;
}
.end-section-mb .accessibility .theme-switcher .acces-list.dropdown-menu.show {
  display: block !important;
  position: relative !important;
  bottom: 0 !important;
  top: 10px !important;
  transform: none !important;
  inset-inline-end: 0 !important;
}
.end-section-mb .accessibility .theme-switcher .acces-list.dropdown-menu::after {
  inset-inline-start: 14%;
}

footer {
  background: rgb(41, 10, 0);
  padding-block: 50px;
}
@media (max-width: 991.98px) {
  footer {
    padding-block: 30px 0;
  }
}
footer h4, footer .h4 {
  color: rgb(217, 130, 64);
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 2.5rem;
}
footer h6, footer .h6 {
  margin-bottom: 1.5rem;
}
footer li {
  margin-bottom: 1rem;
}
footer .footer-up {
  border-bottom: 1px solid #fff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  footer .footer-up {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  footer .footer-up > .row {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  footer .footer-up {
    margin-bottom: 0;
  }
}
footer .footer-down {
  color: #fff;
}
footer .footer-down a {
  color: #fff;
  font-weight: 300;
  font-family: "Adelle Sans ARA", sans-serif;
}
html[dir=rtl] footer .footer-down a {
  font-family: var(--primary-font) !important;
}
footer .footer-down p {
  font-weight: 300;
}
footer .footer-nav-top {
  padding-bottom: 2rem;
}
@media (max-width: 991.98px) {
  footer .footer-nav-top {
    display: none;
  }
}
footer .footer-nav-bottom {
  padding-bottom: 1rem;
}
@media (max-width: 991.98px) {
  footer .footer-nav-bottom {
    padding-bottom: 0 !important;
    padding-top: 1rem;
  }
}
footer a:hover {
  color: rgb(217, 130, 64) !important;
}

.social-links {
  display: flex;
  gap: 1rem;
}
.social-links li a {
  background: rgb(232, 180, 140);
  border-radius: 50%;
  display: flex;
  width: 34px;
  height: 34px;
  justify-content: center;
  align-items: center;
  color: rgb(41, 10, 0);
  transition: all 0.2s ease-in-out;
}
.social-links li a:hover {
  background: rgb(217, 130, 64);
  color: #fff !important;
}
.social-links li a i {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991.98px) {
  .footer-logo {
    width: 150px;
  }
}

.footer-active {
  font-weight: 700 !important;
  font-size: 16px !important;
}

@media (min-width: 992px) {
  .footer-logo {
    width: 300px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.banner-section {
  position: relative;
  z-index: 1;
  min-height: 100%;
}

.home-banner {
  height: 60rem;
  overflow: hidden;
  border-end-end-radius: 200px;
  position: relative;
}
.home-banner:before {
  content: "";
  background-color: rgba(41, 10, 0, 0.72);
  height: 100%;
  width: 100%;
  display: inline-block;
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  border-end-end-radius: 200px;
}
@media (max-width: 991.98px) {
  .home-banner:before {
    border-end-end-radius: 56px;
  }
}
@media (max-width: 991.98px) {
  .home-banner {
    border-end-end-radius: 56px;
    height: 40rem;
  }
}
.home-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-banner .counter-banner {
  position: absolute;
  bottom: 110px;
  inset-inline-start: 50%;
  transform: translate(-50%, 50%);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
@media (min-width: 992px) {
  .home-banner .counter-banner {
    align-items: center;
  }
}
html[dir=rtl] .home-banner .counter-banner {
  transform: translate(50%, 50%);
}
.home-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0rem;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .home-content {
    top: -7rem;
  }
}
@media (max-width: 575.98px) {
  .home-content {
    top: -11rem;
  }
}
@media (max-width: 480px) {
  .home-content {
    top: -9rem;
  }
}
@media (max-width: 575.98px) {
  .home-content .container-lg > .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991.98px) {
  .home-content .banner-logo {
    width: 120px;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
}
@media (max-width: 575.98px) {
  .home-content .banner-logo {
    padding-bottom: 1rem;
  }
}

.event-box {
  color: #fff;
  background: rgb(212, 59, 44);
  padding: 32px;
  border-start-end-radius: 24px;
}
@media (max-width: 991.98px) {
  .event-box {
    padding: 16px;
    margin: 0 auto;
    width: auto;
    border-end-end-radius: 24px;
  }
}
.event-box .event-month {
  font-size: 24px;
  font-family: var(--primary-font);
}
@media (max-width: 991.98px) {
  .event-box .event-month {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .event-box .event-month.mb-3 {
    margin-bottom: 7px !important;
  }
}
.event-box a {
  font-size: 24px;
}
@media (max-width: 991.98px) {
  .event-box a {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .event-icon {
    width: 20px;
  }
}

.banner-header figure {
  position: relative;
  z-index: 1;
}
.banner-header figure:before {
  content: "";
  background-color: rgba(41, 10, 0, 0.72);
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.banner-header img {
  position: relative;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 40rem;
}
@media (max-width: 991px) {
  .banner-header img {
    height: 25rem;
  }
}
@media (max-width: 767.98px) {
  .banner-header img {
    height: 32rem;
  }
}
.banner-content {
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  z-index: 2;
  transform: translateY(-35%);
}
@media (max-width: 991px) {
  .banner-content {
    transform: translateY(0);
  }
  .banner-content .fs-24 {
    font-size: 16px;
  }
  .banner-content h1, .banner-content .h1 {
    font-size: 30px;
  }
  .banner-content h4, .banner-content .h4 {
    font-size: 20px;
  }
}
.banner-content .page-title {
  margin-bottom: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .banner-content .page-title {
    margin-bottom: 5rem;
  }
}
.banner-subsection {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sub-banner {
  height: 30rem;
  border-end-end-radius: 200px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .sub-banner {
    border-end-end-radius: 100px;
  }
}

.sub-banner-content {
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  display: flex;
  align-items: center;
  z-index: 2;
  transform: translateY(15%);
}
.sub-banner-content p {
  margin-bottom: 1.5rem;
  font-size: calc(1.275rem + 0.3vw);
}
@media (max-width: 1600px) {
  .sub-banner-content p {
    font-size: 20px !important;
  }
}
@media (max-width: 991.98px) {
  .sub-banner-content p {
    font-size: 16px !important;
  }
}
@media (max-width: 575.98px) {
  .sub-banner-content p {
    font-size: 15px !important;
  }
}
@media (min-width: 1200px) {
  .sub-banner-content p {
    font-size: 1.5rem;
  }
}

.upload-group {
  margin-bottom: 1.5rem;
}
.upload-group h5, .upload-group .h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.upload-group div {
  font-weight: 300;
  line-height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 60px;
  font-family: "Adelle Sans ARA", sans-serif;
  color: rgb(41, 10, 0);
}
html[dir=rtl] .upload-group div {
  font-family: var(--primary-font) !important;
}
.upload-group span {
  width: 35px;
  height: 1px;
  background: rgb(212, 59, 44);
}
.iti {
  display: flex !important;
  gap: 1.5rem;
}
.iti .iti__flag-container {
  position: relative !important;
}
.iti .iti__selected-flag {
  border: 1px solid rgb(41, 10, 0);
  border-radius: 10px;
  background-color: rgba(41, 10, 0, 0.1);
  padding: 0 10px 0 10px !important;
  gap: 0.5rem;
}
.iti .iti__arrow {
  border: 0 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.iti .iti__arrow.iti__arrow--up {
  transform: rotate(180deg);
}
.iti .iti__selected-dial-code {
  font-family: "Adelle Sans ARA", sans-serif;
  font-weight: 300;
  color: #000;
}
html[dir=rtl] .iti .iti__selected-dial-code {
  font-family: var(--primary-font) !important;
}

.group_member-item {
  border-top: 1px solid rgba(191, 185, 185, 0.2);
  padding-top: 1.5rem;
}

.dropzone {
  border-style: dashed;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(41, 10, 0, 0.1);
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 0;
}
@media (min-width: 992px) {
  .dropzone {
    min-height: 480px;
  }
}
.dropzone .dz-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgb(41, 10, 0) !important;
}
.dropzone .dz-button:before {
  content: "";
  -webkit-mask-image: url(../images/icon/icon-file-upload.svg);
          mask-image: url(../images/icon/icon-file-upload.svg);
  background: rgb(41, 10, 0);
  display: inline-block;
  width: 43px;
  height: 43px;
}
.dropzone .dz-preview .dz-error-message {
  display: none !important;
}
.dropzone .dz-preview.dz-image-preview {
  background: transparent !important;
}
.dropzone .dz-remove {
  color: rgb(212, 59, 44);
}
.dropzone .dz-remove:hover {
  text-decoration: none !important;
}
.dropzone .dz-image {
  border-radius: 0 !important;
  border-start-end-radius: 24px !important;
}

#term_1-error,
#term_2-error {
  padding-inline: 2rem;
}

.term_2_wrap {
  padding-top: 1.5rem;
}

.border-bottom-1 {
  border-bottom: 0.1rem solid #eeeaea;
}

.data-delete {
  display: block;
}

.accordion-form .accordion-header button:not(.collapsed) .data-delete {
  display: none;
}

.paper-file-validation.error {
  display: none;
}
.terms-holder label {
  font-weight: 300;
  font-size: 20px;
  font-family: "Adelle Sans ARA", sans-serif;
}
html[dir=rtl] .terms-holder label {
  font-family: var(--primary-font) !important;
}
@media (max-width: 991.98px) {
  .terms-holder label {
    font-size: 17px;
  }
}

.individual-info,
.groupPresenter-info,
.groupPanel-info {
  display: none;
  padding-top: 0.5rem;
}

.register-form {
  padding-top: 1rem;
}

@media (max-width: 991.98px) {
  .individual-info {
    margin-top: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .individual-info .section-title {
    margin-top: 10px !important;
    margin-bottom: 1rem !important;
  }
}

.form-attendee {
  display: none;
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .form-attendee .dropzone {
    min-height: 200px;
  }
}

.quote-icon .quote-icon-start {
  -webkit-mask-image: url("../images/icon/icon-left-quote.svg");
          mask-image: url("../images/icon/icon-left-quote.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 51px;
  height: 39px;
  display: inline-block;
  background: #fff;
  mask-size: contain;
  -webkit-mask-size: contain;
}
html[dir=rtl] .quote-icon .quote-icon-start {
  transform: scaleX(-1);
}
@media (max-width: 991.98px) {
  .quote-icon .quote-icon-start {
    height: 20px;
  }
}
.quote-icon .quote-icon-end {
  -webkit-mask-image: url("../images/icon/icon-right-quote.svg");
          mask-image: url("../images/icon/icon-right-quote.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 51px;
  height: 39px;
  display: inline-block;
  background: #fff;
  mask-size: contain;
  -webkit-mask-size: contain;
}
html[dir=rtl] .quote-icon .quote-icon-end {
  transform: scaleX(-1);
}
@media (max-width: 991.98px) {
  .quote-icon .quote-icon-end {
    height: 20px;
  }
}

.notify-msg {
  background-color: rgba(217, 130, 64, 0.2);
  padding: 10px;
  border-start-end-radius: 56px;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}

.file-input {
  z-index: 9;
}

.modal .btn-close {
  border: 2px solid rgb(212, 59, 44);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d43b2c'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  opacity: 1;
  background-size: 10px;
  width: 0.5em;
  height: 0.5em;
}
.modal .btn-close:focus {
  box-shadow: none;
}

.custom-modal-content {
  border-radius: 0;
  overflow: hidden;
  border-start-end-radius: 56px;
  padding: 20px 15px;
}

.accordion-form .accordion-header {
  margin-bottom: 1.5rem;
}
.accordion-form .accordion-header button {
  background: transparent;
  border: 1px solid #e1e1e1;
  border-radius: 0 !important;
  border-start-end-radius: 24px !important;
  font-weight: 700;
  font-size: 20px;
  border-bottom: 0;
}
.accordion-form .accordion-header button:focus {
  box-shadow: none;
}
.accordion-form .accordion-header button:not(.collapsed) {
  color: rgb(212, 59, 44) !important;
}
.accordion-form .accordion-item {
  border-top: 0;
  border-start-end-radius: 24px;
  margin-bottom: 1rem;
}
.accordion-form .accordion-button {
  border-inline: 0 !important;
}

.register-now {
  position: fixed;
  inset-inline-end: 0;
  inset-block-start: 50%;
  z-index: 9;
  transform-origin: right;
  margin-inline-end: 23px;
  transform: rotate(-90deg) translateX(50%);
}
html[dir=rtl] .register-now {
  transform: rotate(90deg) translateX(-50%);
  transform-origin: left;
}
.register-now a {
  background: rgb(217, 130, 64);
  color: #fff;
  border-start-end-radius: 30px;
  border-start-start-radius: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  transition: all 0.5s;
  padding: 16px 60px;
  text-transform: capitalize;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.2);
}
.register-now a:hover {
  background: rgb(212, 59, 44);
  color: #fff;
}
@media (max-width: 991.98px) {
  .register-now a {
    padding: 16px 44px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.accordion-button:not(.toggle-rotate)::after {
  transform: rotate(0deg) !important;
}

.accordion-button:after {
  transform: rotate(-180deg) !important;
}

@media (min-width: 1200px) {
  .overview-class {
    margin-bottom: 2rem !important;
  }
}
.overview-class .owl-nav {
  transition: all 0.05s cubic-bezier(0.25, 1, 0.5, 1);
  bottom: -3rem !important;
}

.form-wrapper > p,
.form-presenter > p {
  font-size: 20px;
}
@media (min-width: 992px) {
  .form-wrapper .section-title,
  .form-presenter .section-title {
    margin-bottom: 2rem !important;
  }
}

@media (min-width: 992px) {
  .terms-holder .section-title,
  .register-form .section-title {
    margin-bottom: 2rem !important;
  }
}

.cv-file-path.error {
  display: none;
}

.form-group:has(.error) .dropzone {
  min-height: 620px;
  margin-bottom: 0 !important;
}
.counter-banner {
  background-color: rgba(187, 102, 37, 0.2);
  border-start-end-radius: 32px;
  padding: 40px;
  display: flex;
  align-items: baseline;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .counter-banner {
    flex-direction: column;
  }
}
.counter-banner ul {
  display: flex;
  gap: 30px;
}
@media (max-width: 575.98px) {
  .counter-banner ul {
    gap: 10px;
  }
}
.counter-banner ul span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/counter-subtract.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 93px;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  font-family: "Adelle Sans ARA", sans-serif;
  position: relative;
  margin-bottom: 20px;
}
.counter-banner ul span small, .counter-banner ul span .small {
  font-size: 50px;
  line-height: 1;
  margin-top: 10px;
}
@media (max-width: 575.98px) {
  .counter-banner ul span small, .counter-banner ul span .small {
    font-size: 30px;
    margin-top: 4px;
  }
}
@media (max-width: 480px) {
  .counter-banner ul span small, .counter-banner ul span .small {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .counter-banner ul span {
    width: 100px;
    height: 77px;
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .counter-banner ul span {
    width: 67px;
    height: 51px;
    font-size: 26px;
  }
}
.counter-banner ul span::before {
  content: "";
  display: block;
  background-color: rgb(212, 59, 44);
  width: calc(100% - 18px);
  height: 3px;
  position: absolute;
  left: 9px;
  top: calc(50% - 1.5px);
}
.counter-banner ul span::after {
  content: ":";
  color: #fff;
  position: absolute;
  inset-inline-end: -23px;
  top: 0px;
  font-size: 50px;
  line-height: 2;
}
@media (max-width: 575.98px) {
  .counter-banner ul span::after {
    display: none;
  }
}
.counter-banner ul li:last-child span::after {
  display: none;
}
.counter-banner ul .time-text {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .counter-banner ul .time-text {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .counter-banner ul .time-text {
    font-size: 14px;
  }
}
.counter-banner .event-start-text {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .counter-banner .event-start-text {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .counter-banner .event-start-text {
    font-size: 17px;
  }
}
.counter-banner.inner {
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .counter-banner.inner ul span {
    width: 100px;
    height: 77px;
  }
  .counter-banner.inner ul span::after {
    top: -7px;
  }
  .counter-banner.inner ul span small, .counter-banner.inner ul span .small {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .counter-banner.inner {
    padding: 25px;
  }
  .counter-banner.inner ul {
    gap: 16px;
  }
  .counter-banner.inner ul span {
    width: 89px;
    height: 68px;
    font-size: 40px;
  }
  .counter-banner.inner ul span small, .counter-banner.inner ul span .small {
    font-size: 40px;
  }
  .counter-banner.inner ul span::after {
    inset-inline-end: -14px;
    font-size: 37px;
  }
}
@media (max-width: 991.98px) {
  .counter-banner.inner {
    padding: 20px;
  }
  .counter-banner.inner ul {
    width: 100%;
    justify-content: space-between;
  }
  .counter-banner.inner ul span::after {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .counter-banner.inner ul {
    gap: 6px;
  }
}
@media (max-width: 480px) {
  .counter-banner.inner ul span {
    width: 60px;
    height: 47px;
    font-size: 25px;
  }
  .counter-banner.inner ul span small, .counter-banner.inner ul span .small {
    font-size: 25px;
  }
}

.research-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .research-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.research-top h3, .research-top .h3 {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .research-top h3, .research-top .h3 {
    margin-bottom: 10px;
  }
}
.research-top .select2-new {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}
@media (max-width: 575.98px) {
  .research-top .select2-new {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.select2-new .select2 {
  border-color: rgba(41, 10, 0, 0.09);
  background-color: rgba(41, 10, 0, 0.05);
}
.select2-new .select2-selection__rendered {
  padding-left: 14px !important;
}
.select2-new .select2-selection__arrow {
  background-image: url(../images/down-arrow-black.svg) !important;
}
.select2-new .select2-selection--single {
  max-width: 180px;
  min-width: 180px;
}
.research-item figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(2.53deg, #000000 12.34%, rgba(255, 255, 255, 0) 103.78%);
  background-blend-mode: multiply;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
}
.research-item figure:hover .fig-detail-btm {
  transform: translate3d(0, -60px, 0);
}
.research-item figure:hover .fig-detail-actn {
  opacity: 1;
  transform: translate3d(0, -60px, 0);
}
.research-item figure:hover .research-fig {
  transform: scale(1.2);
}
.research-item .research-fig {
  transition: transform 0.3s;
  width: 100%;
}
.research-item figcaption {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  padding-inline: 20px;
}
.research-item figcaption h4, .research-item figcaption .h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .research-item figcaption h4, .research-item figcaption .h4 {
    font-size: 20px;
  }
}
.research-item figcaption span {
  color: #E8B48C;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .research-item figcaption span {
    font-size: 15px;
  }
}
.research-item figcaption .author {
  color: #D98240;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin-top: 18px;
}
@media (max-width: 991.98px) {
  .research-item figcaption .author {
    font-size: 15px;
  }
}
.research-item figcaption .author::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 24px;
  height: 1px;
  margin-bottom: 18px;
}

.fig-detail-btm {
  transform: translate3d(0, 40px, 0);
  transition: transform 0.3s;
}

.fig-detail-actn {
  opacity: 0;
  transition: opacity 0.2s, transform 0.3s;
  transform: translate3d(0, 40px, 0);
  display: flex;
  gap: 10px;
  margin-top: 14px;
}
.fig-detail-actn .btn-primary {
  border-radius: 0;
  border-start-end-radius: 24px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
}
.fig-detail-actn .btn-primary:active, .fig-detail-actn .btn-primary:focus, .fig-detail-actn .btn-primary:hover {
  border-color: rgb(212, 59, 44);
  background-color: rgb(212, 59, 44);
}
.fig-detail-actn .btn-primary img {
  margin-inline-end: 10px;
  width: auto;
}

.research-section {
  padding-bottom: 200px;
}
.research-section::after {
  content: "";
  display: block;
  background-image: url(../images/bottom-curve-sm.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 270px;
  height: 600px;
  position: absolute;
  bottom: 0;
}
html[dir=rtl] .research-section::after {
  transform: scaleX(-1);
}
@media (max-width: 991.98px) {
  .research-section::after {
    display: none;
  }
}
.form-control,
.form-select {
  border: 1px solid rgb(41, 10, 0);
  border-radius: 10px;
  background-color: rgba(41, 10, 0, 0.1);
  font-family: "Adelle Sans ARA", sans-serif;
  font-weight: 300;
  color: rgb(41, 10, 0) !important;
}
html[dir=rtl] .form-control,
html[dir=rtl] .form-select {
  font-family: var(--primary-font) !important;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none !important;
  outline: none;
  border-color: rgb(41, 10, 0);
}

html[dir=rtl] .form-select {
  background-position: left 0.75rem center;
}

select {
  padding: 10px;
  border-radius: 8px;
  background: #e9e6e5;
}

textarea {
  resize: none;
}

@media (max-width: 991.98px) {
  .form-group {
    margin-bottom: 1rem !important;
  }
}
.form-group label {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0.875rem;
  width: 100%;
  font-family: "Adelle Sans ARA", sans-serif;
}
html[dir=rtl] .form-group label {
  font-family: var(--primary-font) !important;
}
@media (max-width: 991.98px) {
  .form-group label {
    font-size: 17px;
  }
}

.required-field:before {
  content: "*";
  color: rgb(255, 57, 57);
  font-size: 20px;
  font-weight: 300;
  padding-inline-end: 5px;
}

.custom-radio {
  border: 1px solid rgb(212, 59, 44);
  border-radius: 50px;
  padding: 14px 36px;
}
@media (max-width: 767.98px) {
  .custom-radio {
    padding: 10px 15px;
  }
}
.custom-radio input[type=radio] {
  display: none;
}
.custom-radio input[type=radio] + label {
  position: relative;
  display: inline-block;
  padding-inline-start: 1.5rem;
  cursor: pointer;
  line-height: 1em;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .custom-radio input[type=radio] + label {
    font-size: 14px;
    font-weight: 400;
    padding-inline-start: 1.2rem;
  }
}
.custom-radio input[type=radio] + label:before {
  transition: all 0.2s ease;
  border: 1px solid rgb(212, 59, 44);
}
.custom-radio input[type=radio]:checked + label:before {
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em rgb(212, 59, 44);
}

.custom-radio input[type=radio] + label:before,
.custom-radio input[type=radio] + label:after {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  color: white;
  font-family: Times;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.custom-radio.checked {
  background-color: rgb(212, 59, 44);
  color: #fff;
}

.form-check-input {
  border: 2px solid;
}

.imgUpload-wrapper {
  width: 121px;
  height: 121px;
  border-radius: 100%;
  border: 1px solid rgb(41, 10, 0);
  background: rgba(41, 10, 0, 0.1);
  position: relative;
  overflow: hidden;
  margin-top: 0.875rem;
}
.imgUpload-wrapper input {
  opacity: 0;
}
.imgUpload-wrapper .edit-profile {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.imgUpload-wrapper .edit-profile:before {
  content: "\f220";
  font-family: "bootstrap-icons";
  font-size: 2rem;
  color: #000;
  position: absolute;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  font-weight: 700;
}
html[dir=rtl] .imgUpload-wrapper .edit-profile:before {
  transform: translateX(50%);
}
.imgUpload-wrapper .uploadedImage {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.input-group-append {
  margin-bottom: 1rem;
}
.error {
  color: red;
  font-weight: 300;
  font-family: "Adelle Sans ARA", sans-serif;
  padding-top: 0.5rem;
}
html[dir=rtl] .error {
  font-family: var(--primary-font) !important;
}

.valid {
  padding-inline-end: 2rem !important;
}

.form-check-input.valid {
  padding-inline-end: 0 !important;
}

.select2 {
  width: 100% !important;
  border: 1px solid rgb(41, 10, 0);
  border-radius: 10px !important;
  background-color: rgba(41, 10, 0, 0.1);
}

.select2-container--default .select2-selection--single {
  font-family: "Adelle Sans ARA", sans-serif;
  font-weight: 300;
  color: rgb(41, 10, 0) !important;
  min-height: 46px;
  border: 0 !important;
  background: transparent !important;
}
html[dir=rtl] .select2-container--default .select2-selection--single {
  font-family: var(--primary-font) !important;
}
.select2-container--default .select2-selection__rendered {
  padding-top: 10px;
}
.select2-container--default .select2-selection__arrow {
  top: 18px !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  border: 0;
  background-size: 13px;
  background-repeat: no-repeat;
  inset-inline-end: 10px !important;
}
.select2-container--default .select2-selection__arrow b {
  border: 0 !important;
}

.custom-option .select2-selection--single {
  width: 75px;
}

.form-group {
  position: relative;
}

.input-group {
  width: auto;
}

.input-group-addon label {
  margin-inline-start: -6rem;
}

/* Target autofill styles for WebKit browsers */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #e9e6e5 inset !important;
  /* Adjust box shadow to cover autofill background */
  -webkit-text-fill-color: rgb(41, 10, 0) !important;
  /* Text color */
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  /* Override the input value autofill color */
}

select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #e9e6e5 inset !important;
  /* Adjust box shadow to cover autofill background */
  -webkit-text-fill-color: rgb(41, 10, 0) !important;
  /* Text color */
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  /* Override the input value autofill color */
}

html[dir=rtl] .full-name {
  text-align: right !important;
}

.form-check-label {
  font-family: "Adelle Sans ARA", sans-serif;
}
html[dir=rtl] .form-check-label {
  font-family: var(--primary-font) !important;
}
.speaker-detail-modal .btn-close {
  border: none;
  background-size: 16px;
}
html[dir=rtl] .speaker-detail-modal .btn-close {
  margin-right: auto;
  margin-left: inherit;
}
.speaker-detail-modal .modal-header {
  border: none;
  padding-inline: 50px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .speaker-detail-modal .modal-dialog {
    max-width: 955px;
  }
}
.speaker-detail-modal .modal-content {
  border-radius: 0;
  border-start-end-radius: 50px;
}
.speaker-detail-modal .modal-body {
  padding: 60px;
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .speaker-detail-modal .modal-body {
    padding: 30px;
  }
}
.speaker-detail-modal .speaker-top {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #F0CDB2;
  border-start-end-radius: 56px;
  padding: 20px;
}
@media (max-width: 575.98px) {
  .speaker-detail-modal .speaker-top {
    flex-direction: column;
  }
}
.speaker-detail-modal .speaker-top figure {
  margin-bottom: 0;
  overflow: hidden;
  border-start-end-radius: 34px;
  width: 170px;
  height: 200px;
  flex-shrink: 0;
}
.speaker-detail-modal .speaker-data h3, .speaker-detail-modal .speaker-data .h3 {
  color: rgb(212, 59, 44);
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .speaker-detail-modal .speaker-data h3, .speaker-detail-modal .speaker-data .h3 {
    font-size: 30px;
  }
}
.speaker-detail-modal .speaker-data p {
  color: #2A0B09;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--primary-font);
}
.speaker-detail-modal .speaker-data span {
  background-color: #C62A25;
  color: #F9E2E1;
  font-size: 16px;
  font-weight: 700;
  border-start-end-radius: 16px;
  padding: 10px 23px;
  display: inline-block;
}
.speaker-detail-modal .speaker-middile p {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  margin-block: 30px;
}
@media (max-width: 767.98px) {
  .speaker-detail-modal .speaker-middile p {
    font-size: 16px;
  }
}
.speaker-detail-modal .speaker-bottom {
  background-color: #FCF4EE;
  padding: 30px 40px;
  border-start-end-radius: 36px;
}
@media (max-width: 767.98px) {
  .speaker-detail-modal .speaker-bottom {
    padding: 25px;
  }
}
.speaker-detail-modal .speaker-bottom h3, .speaker-detail-modal .speaker-bottom .h3 {
  color: rgb(212, 59, 44);
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .speaker-detail-modal .speaker-bottom h3, .speaker-detail-modal .speaker-bottom .h3 {
    font-size: 18px;
  }
}
.speaker-detail-modal .speaker-bottom p {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0;
  font-family: var(--primary-font);
}
.speaker-detail-modal .speaker-bottom .date-time {
  color: rgb(41, 10, 0);
  font-weight: 700;
  font-size: 18px;
  font-family: "Adelle Sans ARA", sans-serif;
  min-width: 260px;
}
@media (max-width: 767.98px) {
  .speaker-detail-modal .speaker-bottom .date-time {
    font-size: 16px;
    min-width: auto;
  }
}
.speaker-detail-modal .speaker-bottom .date-time span {
  display: block;
  font-size: 16px;
  color: #290a00;
}
.speaker-detail-modal .speaker-bottom .date-time small, .speaker-detail-modal .speaker-bottom .date-time .small {
  font-size: 14px;
  color: rgba(41, 10, 0, 0.5);
  font-family: var(--primary-font);
  margin-inline-start: 10px;
}
.speaker-detail-modal .speaker-information {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(41, 10, 0, 0.2);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .speaker-detail-modal .speaker-information {
    flex-direction: column;
  }
}
.speaker-detail-modal .speaker-information:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.custom-modal .modal-dialog {
  max-width: 900px;
}
.custom-modal .modal-content {
  border: 2px solid rgb(212, 59, 44);
  border-radius: 0;
  overflow: hidden;
  border-top-right-radius: 46px;
  padding: 35px;
}
@media (max-width: 767.98px) {
  .custom-modal .modal-content {
    padding: 15px;
  }
}
.custom-modal .modal-header {
  border: none;
  padding: 0px;
}
.custom-modal .btn-close {
  position: absolute;
  inset-inline-end: 25px;
  top: 25px;
  border: none;
  background-image: none;
  width: auto;
  height: auto;
}
.custom-modal .btn-close::after {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/close-blue.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  width: 20px;
  height: 20px;
  background-color: rgb(212, 59, 44);
}
.custom-modal .modal-body h5, .custom-modal .modal-body .h5 {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .custom-modal .modal-body h5, .custom-modal .modal-body .h5 {
    font-size: 25px;
  }
}
.custom-modal .modal-body p {
  font-size: 18px;
  color: #000;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .custom-modal .modal-body p {
    font-size: 16px;
  }
}
.custom-modal .modal-body .btn {
  height: 44px;
  margin-inline-start: 0px;
  min-width: 150px;
  text-align: start;
  background-color: rgb(212, 59, 44);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid rgb(212, 59, 44);
  border-radius: 0px;
  border-top-right-radius: 20px;
}
body.highcontrast {
  background-color: #000 !important;
}
body.highcontrast .header {
  background-color: #000;
}
body.highcontrast .header .logo-container img {
  filter: brightness(0) invert(1);
}
body.highcontrast .nav-wrapper .nav-tab a {
  color: #f8ef1b;
}
body.highcontrast .end-section {
  background-color: #000;
}
body.highcontrast .lang {
  color: #f8ef1b;
}
body.highcontrast .btn {
  color: #f8ef1b;
  background: #000;
  border-color: #f8ef1b;
}
body.highcontrast h2, body.highcontrast .h2,
body.highcontrast h3,
body.highcontrast .h3,
body.highcontrast p {
  color: #fff !important;
}
body.highcontrast .social-links li a {
  color: #f8ef1b;
}
body.highcontrast .social-links li:hover a {
  background-color: #f8ef1b;
  color: #000;
}
body.highcontrast .accessibility .theme-switcher .acces-list.dropdown-menu {
  background: #000;
  border: 1px solid #f8ef1b;
}
body.highcontrast .accessibility .theme-switcher .acces-list.dropdown-menu li {
  color: #fff;
}
body.highcontrast .accessibility .theme-switcher .acces-list.dropdown-menu .nav-item .nav-link {
  color: #f8ef1b;
}
body.highcontrast .accessibility .theme-switcher .acces-list.dropdown-menu .t-changer {
  background-color: #f8ef1b;
}
body.highcontrast .accessibility .theme-switcher .acces-list.dropdown-menu::after {
  border-bottom-color: #f8ef1b;
}
body.highcontrast .accessibility .theme-switcher .accec-ico {
  background: #f8ef1b;
}
body.highcontrast .video-wrapper .control-button .control-play {
  border-color: #f8ef1b;
}
body.highcontrast .video-wrapper .control-button .control-play::before {
  background-color: #f8ef1b;
}

body.highcontrast {
  /* For older versions of Firefox */
  /* For older versions of Chrome and Safari */
}
body.highcontrast .service-section,
body.highcontrast .testimonials-section,
body.highcontrast .quote-holder {
  background-color: #191919;
}
body.highcontrast .speakers-section,
body.highcontrast .sponsor-section,
body.highcontrast .floorplan-section {
  background-color: #000 !important;
}
body.highcontrast footer {
  background-color: #000;
}
body.highcontrast footer h4, body.highcontrast footer .h4 {
  color: #fff;
}
body.highcontrast a {
  color: #f8ef1b !important;
}
body.highcontrast .social-links li a {
  background-color: #191919;
}
body.highcontrast button {
  background-color: #fff;
}
body.highcontrast .form-control,
body.highcontrast .form-select {
  border: 1px solid #191919;
  background-color: #191919;
  color: #fff !important;
}
body.highcontrast label {
  color: #fff;
}
body.highcontrast label.required-field:before {
  color: #fff;
}
body.highcontrast .custom-radio {
  border-color: #f8ef1b;
}
body.highcontrast .custom-radio.checked {
  background-color: #000;
}
body.highcontrast .custom-radio input[type=radio]:checked + label:before {
  box-shadow: inset 0 0 0 0.2em #000, inset 0 0 0 1em #f8ef1b;
  border-color: #000;
}
body.highcontrast .custom-radio input[type=radio] + label:before {
  border-color: #fff;
}
body.highcontrast .imgUpload-wrapper {
  border-color: #191919;
  background-color: #191919;
}
body.highcontrast .imgUpload-wrapper .edit-profile:before {
  color: #fff;
}
body.highcontrast .dropzone {
  border-color: #191919;
  background-color: #191919;
}
body.highcontrast .upload-group h5, body.highcontrast .upload-group .h5,
body.highcontrast .upload-group div {
  color: #fff;
}
body.highcontrast .upload-group span {
  background: #fff;
}
body.highcontrast .select2 {
  background-color: #191919;
  border-color: #191919;
}
body.highcontrast .iti .iti__selected-flag {
  border-color: #191919;
  background-color: #191919;
}
body.highcontrast .select2-selection__rendered {
  color: #fff !important;
}
body.highcontrast input::-moz-placeholder {
  color: #fff !important;
}
body.highcontrast input::placeholder {
  color: #fff !important;
}
body.highcontrast select {
  color: #fff !important;
}
body.highcontrast .notify-msg {
  background-color: #191919;
  color: #fff !important;
}
body.highcontrast .event-box {
  background: #000;
}
body.highcontrast .pattern-top img,
body.highcontrast .pattern-bottom img,
body.highcontrast .pattern-top-end img {
  filter: grayscale(100%) brightness(50%) contrast(188%) sepia(10%);
}
body.highcontrast .pattern-top:before,
body.highcontrast .pattern-bottom:before,
body.highcontrast .pattern-top-end:before {
  background-color: #191919;
}
body.highcontrast .speakers-section figure:hover a.btn-speaker {
  background-color: #000 !important;
}
body.highcontrast .speakers-section figcaption a {
  border-color: #f8ef1b;
  background: #000;
}
body.highcontrast .speakers-section .text-secondary {
  color: #fff !important;
}
body.highcontrast .inspire-section .card,
body.highcontrast .inspire-section .bg-primary,
body.highcontrast .inspire-section .bg-secondary {
  background-color: #000 !important;
  border: 1px solid #fff;
}
body.highcontrast .inspire-description:before {
  background: #fff;
}
body.highcontrast .border-top-primary {
  border-color: #fff;
}
body.highcontrast .speaker-details {
  background: #000;
}
body.highcontrast .text-primary,
body.highcontrast small,
body.highcontrast .small {
  color: #fff !important;
}
body.highcontrast .owl-nav button {
  border: 1px solid #f8ef1b !important;
  background-color: #000 !important;
}
body.highcontrast .owl-nav button:before {
  color: #f8ef1b !important;
}
body.highcontrast .owl-nav button:hover {
  background-color: #191919 !important;
}
body.highcontrast .owl-nav button.disabled {
  background-color: #191919 !important;
}
body.highcontrast .owl-nav button.disabled:before {
  color: #f8ef1b !important;
}
body.highcontrast .sponsor-section figure {
  background-color: #191919;
}
body.highcontrast button {
  background: #000 !important;
  border: 1px solid #f8ef1b !important;
  color: #f8ef1b !important;
}
body.highcontrast .iti .iti__selected-dial-code {
  color: #fff !important;
}
body.highcontrast .accordion-form h6, body.highcontrast .accordion-form .h6 {
  color: #fff;
}
body.highcontrast .accordion-form .accordion-collapse {
  background-color: #000 !important;
}
body.highcontrast .accordion-form .accordion-button {
  border-color: #fff !important;
}
body.highcontrast .accordion-form .accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}
body.highcontrast .modal-content {
  background-color: #000;
}
body.highcontrast .modal-content h5, body.highcontrast .modal-content .h5 {
  color: #fff !important;
}
body.highcontrast .modal .btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f8ef1b'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") !important;
}
body.highcontrast .sub-banner {
  background-color: #000 !important;
}
body.highcontrast .gather-qatar,
body.highcontrast .expect-section,
body.highcontrast .womens-center {
  background-color: #191919 !important;
}
body.highcontrast .register-now a {
  background-color: #000;
  border: 1px solid #f8ef1b;
}
body.highcontrast .quote-icon-start,
body.highcontrast .quote-icon-end {
  background-color: #fff !important;
}
body.highcontrast .slider-title {
  border-color: #fff;
}
body.highcontrast h6, body.highcontrast .h6 {
  color: #fff;
}
body.highcontrast ::-moz-placeholder {
  color: #fff;
  /* Desired color for the placeholder text */
}
body.highcontrast ::placeholder {
  color: #fff;
  /* Desired color for the placeholder text */
}
body.highcontrast input::-moz-placeholder {
  color: #fff;
  /* Desired color for the placeholder text */
}
body.highcontrast input:-ms-input-placeholder,
body.highcontrast textarea::-webkit-input-placeholder {
  color: #fff;
  /* Desired color for the placeholder text */
}
body.highcontrast .nav-container {
  background-color: #000 !important;
}
body.highcontrast .dropzone .dz-message .dz-button {
  color: #fff !important;
}
body.highcontrast .dropzone .dz-message .dz-button:before {
  background: #fff !important;
}
body.highcontrast .select2-container--default .select2-selection__arrow {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
body.highcontrast .iti .iti__arrow {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
body.highcontrast .accordion-collapse {
  background: #000;
  color: #fff;
  border-inline: 1px solid #f8ef1b;
}
body.highcontrast .icon-twitter:before {
  background-color: #f8ef1b;
}
body.highcontrast .counter-banner, body.highcontrast .agenda-item .accordion-item {
  background-color: #000;
}
body.highcontrast .counter-banner ul span {
  background-image: url("../images/counter-subtract-white.svg");
}
body.highcontrast .counter-banner ul span::before {
  background-color: #fff;
}
body.highcontrast .section.agenda-section, body.highcontrast .speaker-data span, body.highcontrast .speaker-bottom, body.highcontrast .section-memories.bg-white, body.highcontrast .overview-item,
body.highcontrast .section-recap-publish.bg-dark-sand, body.highcontrast .research-section.bg-white {
  background-color: #191919 !important;
}
body.highcontrast .agenda-item .accordion-item .accordion-button, body.highcontrast .agenda-item .accordion-item .accordion-collapse,
body.highcontrast .speaker-detail-modal .btn-close {
  border: none !important;
}
body.highcontrast .agenda-item .event-time, body.highcontrast .agenda-item .event-section, body.highcontrast .agenda-speakers span, body.highcontrast .agenda-speakers h5, body.highcontrast .agenda-speakers .h5,
body.highcontrast .agenda-item .accordion-body span.text-secondary, body.highcontrast .speaker-bottom .date-time, body.highcontrast .tag-memories, body.highcontrast .research-item figcaption span,
body.highcontrast .research-item figcaption .author {
  color: #fff !important;
}
body.highcontrast .agenda-item .accordion-body {
  border-top-color: #fff;
}
body.highcontrast .agenda-item .accordion-button::after {
  background-color: #f8ef1b;
}
body.highcontrast .speaker-detail-modal .speaker-top {
  border-color: #fff;
}
body.highcontrast .speaker-information {
  border-bottom-color: #fff;
}
body.highcontrast .tag-memories, body.highcontrast .section-recap-overview.bg-yellow-light, body.highcontrast .section-recap-gallery.bg-white,
body.highcontrast .research-top .select2 {
  background-color: #000 !important;
}
body.highcontrast .research-top .select2-selection__arrow, body.highcontrast .research-section::after {
  filter: brightness(0) invert(1);
}
body.highcontrast .counter-banner ul span {
  color: #000;
}
