@charset "UTF-8";
/*!
 * Bootstrap v5.0.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * 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-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #ea110c;
  --bs-secondary: #d0d4d9;
  --bs-success: #28a745;
  --bs-info: #17a2b8;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f7f8f9;
  --bs-dark: #19191c;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", 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));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #a1a1a8;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: #a1a1a8;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Spartan", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #19191c;
}

h1, .h1 {
  font-size: calc(2.15rem + 1.8vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.5rem;
  }
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.3125rem;
}

h5, .h5 {
  font-size: 1.09375rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}


strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: #ea110c;
  text-decoration: none;
}
a:hover {
  color: #bb0e0a;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

progress {
  vertical-align: baseline;
}

.display-5 {
  font-size: calc(2.2rem + 2.4vw);
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 4rem;
  }
}

.display-6 {
  font-size: calc(2.12rem + 1.44vw);
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 3.2rem;
  }
}

.display-8 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.figure {
  display: inline-block;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 96%;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 94%;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 94%;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.g-0 {
  --bs-gutter-x: 0;
}

.g-0 {
  --bs-gutter-y: 0;
}

@media (min-width: 576px) {

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #29292e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dfe0e5;
  appearance: none;
  border-radius: 0;
  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:focus {
  color: #29292e;
  background-color: #fff;
  border-color: #ea110c;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(234, 17, 12, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.6em;
}
.form-control::placeholder {
  color: #a1a1a8;
  opacity: 1;
}
.form-control:disabled, .form-control:read-only {
  background-color: #f0f1f3;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not(:read-only)::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not(:read-only)::-webkit-file-upload-button {
  background-color: #dde0e3;
}

textarea.form-control {
  min-height: calc(1.6em + 1rem + 2px);
}

.btn {
  display: inline-block;
  font-weight: 500;
  line-height: 1.6;
  color: #a1a1a8;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #a1a1a8;
}
 .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(234, 17, 12, 0.25);
}
.btn:disabled {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #ea110c;
  border-color: #ea110c;
}
.btn-primary:hover {
  color: #fff;
  background-color: #c70e0a;
  border-color: #bb0e0a;
}
 .btn-primary:focus {
  color: #fff;
  background-color: #c70e0a;
  border-color: #bb0e0a;
  box-shadow: 0 0 0 0 rgba(237, 53, 48, 0.5);
}
 .btn-primary:active {
  color: #fff;
  background-color: #bb0e0a;
  border-color: #b00d09;
}
 .btn-primary:active:focus {
  box-shadow: 0 0 0 0 rgba(237, 53, 48, 0.5);
}
.btn-primary:disabled {
  color: #fff;
  background-color: #ea110c;
  border-color: #ea110c;
}

.btn-outline-secondary {
  color: #d0d4d9;
  border-color: #d0d4d9;
}
.btn-outline-secondary:hover {
  color: #000;
  background-color: #d0d4d9;
  border-color: #d0d4d9;
}
 .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0 rgba(208, 212, 217, 0.5);
}
 .btn-outline-secondary:active {
  color: #000;
  background-color: #d0d4d9;
  border-color: #d0d4d9;
}
 .btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0 rgba(208, 212, 217, 0.5);
}
.btn-outline-secondary:disabled {
  color: #d0d4d9;
  background-color: transparent;
}

.btn-link {
  font-weight: 500;
  color: #ea110c;
  text-decoration: none;
}
.btn-link:hover {
  color: #bb0e0a;
}
.btn-link:disabled {
  color: #d0d4d9;
}

.btn-sm {
  padding: 0.4rem 0.8rem;
  font-size: 0.7875rem;
  border-radius: 0;
}

.collapse:not(.show) {
  display: none;
}


.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 15rem;
  padding: 1rem 0;
  margin: 0;
  font-size: 0.875rem;
  color: #a1a1a8;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}

@media (min-width: 576px) {

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #f0f1f3;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.4rem 2rem;
  clear: both;
  font-weight: 500;
  color: #515155;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #ea110c;
  background-color: transparent;
}
 .dropdown-item:active {
  color: #ea110c;
  text-decoration: none;
  background-color: transparent;
}
 .dropdown-item:disabled {
  color: #515155;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-header {
  display: block;
  padding: 1rem 2rem;
  margin-bottom: 0;
  font-size: 0.765625rem;
  color: #19191c;
  white-space: nowrap;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.25rem 0.75rem;
  color: #29292e;
  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: #bb0e0a;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.navbar > .container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: #515155;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #ea110c;
}
.navbar-light .navbar-toggler {
  color: #515155;
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #e9ecef;
  border-radius: 0;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 500px;
  border-left: 0 solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.overflow-hidden {
  overflow: hidden !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.end-0 {
  right: 0 !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.w-100 {
  width: 100% !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-center {
  align-items: center !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-2 {
  margin-right: 0.5rem !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;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-6 {
  margin-bottom: 4.5rem !important;
}

.mb-7 {
  margin-bottom: 6rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pt-6 {
  padding-top: 4.5rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.text-center {
  text-align: center !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  color: #ea110c !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #a1a1a8 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f7f8f9 !important;
}

.bg-dark {
  background-color: #19191c !important;
}

@media (min-width: 576px) {

  .d-sm-flex {
    display: flex !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {

  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .px-md-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }
}
@media (min-width: 992px) {

  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {

  .d-xl-block {
    display: block !important;
  }
}
@media (min-width: 992px) {

  .vh-lg-100 {
    height: 100vh !important;
  }
}

.btn {
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
  outline: 0;
  white-space: nowrap;
}

.btn-white {
  background: #fff;
  color: #19191c;
}
 .btn-white:active, .btn-white:focus, .btn-white:hover {
  background: #f0f1f3;
  color: #19191c;
}

.btn-round {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
}
.btn-round i {
  margin: 0;
}
.btn-round.btn-sm {
  height: 32px;
  width: 32px;
  line-height: 30px;
}
.btn-round.btn-sm i {
  font-size: 0.6rem;
}

/*rtl:raw:
.btn-round .fa-play{
  padding-left: 3px;
  padding-right: 0;
}
*/
.btn-line {
  padding: 0.5rem 1rem 0.5rem 2.2rem;
}
.btn-line:before {
  content: "";
  width: 16px;
  height: 2px;
  display: block;
  background: #a1a1a8;
  position: absolute;
  left: 15px;
  bottom: 15px;
  transition: all 0.3s ease-in-out;
}
.btn-line:after {
  content: "";
  width: 16px;
  height: 2px;
  display: block;
  background: #a1a1a8;
  position: absolute;
  right: -16px;
  bottom: 15px;
  transition: all 0.3s ease-in-out;
}
.btn-line:hover {
  padding: 0.5rem 2.2rem 0.5rem 1rem;
}
.btn-line:hover:before {
  right: auto;
  left: -16px;
}
.btn-line:hover:after {
  right: 16px;
  left: auto;
  transition: all 0.3s ease-in-out;
  animation: blink-animation 1s steps(5, start) infinite;
}

.btn-line.btn-primary:before {
  background: #fff;
}
.btn-line.btn-primary:after {
  background: #fff;
}

.btn-line.btn-white:before, .btn-line.btn-white:after {
  background: #19191c;
}

.btn-line.text-white {
  padding: 0.5rem 0rem 0.5rem 1.3rem;
}
.btn-line.text-white:before {
  background: #fff;
  left: 0;
}
.btn-line.text-white:after {
  background: #fff;
  right: -16px;
}
.btn-line.text-white:hover {
  padding: 0.5rem 1.3rem 0.5rem 0rem;
}
.btn-line.text-white:hover:before {
  left: -16px;
}
.btn-line.text-white:hover:after {
  right: 0;
}

.btn-line.text-primary {
  padding: 0.5rem 0rem 0.5rem 1.3rem;
}
.btn-line.text-primary:before {
  background: #ea110c;
  left: 0;
}
.btn-line.text-primary:after {
  background: #ea110c;
  right: -16px;
}
.btn-line.text-primary:hover {
  padding: 0.5rem 1.3rem 0.5rem 0rem;
}
.btn-line.text-primary:hover:before {
  left: -16px;
}
.btn-line.text-primary:hover:after {
  right: 0;
}

.btn-line.text-danger {
  padding: 0.5rem 0rem 0.5rem 1.3rem;
}
.btn-line.text-danger:before {
  background: #dc3545;
  left: 0;
}
.btn-line.text-danger:after {
  background: #dc3545;
  right: -16px;
}
.btn-line.text-danger:hover {
  padding: 0.5rem 1.3rem 0.5rem 0rem;
}
.btn-line.text-danger:hover:before {
  left: -16px;
}
.btn-line.text-danger:hover:after {
  right: 0;
}

.btn-line.btn-sm:before {
  bottom: 12px;
}
.btn-line.btn-sm:after {
  bottom: 12px;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

@keyframes rippleanim {
  0% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(234, 17, 12, 0.9);
  }
  100% {
    opacity: 0;
    box-shadow: 0 0 0 15px rgba(234, 17, 12, 0.4);
  }
}
@-webkit-keyframes rippleanim {
  0% {
    opacity: 1;
    background: rgba(234, 17, 12, 0.9);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    background: rgba(234, 17, 12, 0.4);
    transform: scale(1.5);
  }
}

.dropdown-menu {
  box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
}

.dropdown-item {
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
}

.dropdown-toggle:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 0.5rem;
  margin-left: 0.35rem;
  font-weight: 900;
  vertical-align: middle;
  border: none;
}

.dropend .dropdown-toggle:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 0.5rem;
  margin-left: 0.35rem;
  font-weight: 900;
  vertical-align: middle;
  border: none;
}

.dropstart .dropdown-toggle:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-size: 0.5rem;
  margin-left: 0.35rem;
  font-weight: 900;
  vertical-align: middle;
  border: none;
}

.dropdown-menu .dropdown-toggle:after {
  position: absolute;
  right: 25px;
  top: 10px;
}
.dropdown-menu .dropdown-toggle:before {
  position: absolute;
  right: 25px;
  top: 10px;
}

.dropdown-header {
  font-weight: 700;
  padding-top: 0.5rem;
  font-size: 0.875rem;
}

.dropdown-fullwidth {
  position: static;
}
.dropdown-fullwidth .dropdown-menu {
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 1rem 0;
}

@media (min-width: 576px) {
  .dropdown-fullwidth .dropdown-menu {
    max-width: 96%;
  }
}
@media (min-width: 768px) {
  .dropdown-fullwidth .dropdown-menu {
    max-width: 94%;
  }
}
@media (min-width: 992px) {
  .dropdown-fullwidth .dropdown-menu {
    max-width: 94%;
  }
}
@media (min-width: 1200px) {
  .dropdown-fullwidth .dropdown-menu {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .dropdown-fullwidth .dropdown-menu {
    max-width: 1320px;
  }
}
@media (max-width: 1199.98px) {
  .dropdown-fullwidth .dropdown-menu .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 120%;
    visibility: hidden;
    opacity: 0;
    display: block;
    transition: all 0.3s ease-in-out;
  }
  .navbar-expand-lg .navbar-nav .dropdown:hover > .dropdown-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .navbar-expand-lg .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    top: 0;
    visibility: visible;
    opacity: 1;
  }

  .navbar-expand-lg .dropdown-submenu {
    position: relative;
  }
}
.dropdown-toggle-start-icon .dropdown-toggle {
  position: absolute;
  top: 20px;
  left: -40px;
  background: rgba(234, 17, 12, 0.2);
  border: none;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  text-align: center;
  padding: 0;
}
.dropdown-toggle-start-icon .collapsed.dropdown-toggle:after {
  content: "\f00d";
  color: #ea110c;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  top: 5px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.dropdown-toggle-start-icon .dropdown-toggle:after {
  content: "\f00d";
  color: #ea110c;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  top: 5px;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}

.form-line .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  padding-left: 0;
  border-radius: 0;
}
.form-line .form-control:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #ea110c;
  display: block;
}
.form-line .form-control:focus {
  background-color: transparent;
  border-color: #dfe0e5;
}

.form-line .form-control ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ea110c;
  transition: all 0.6s cubic-bezier(0.42, 0, 0, 0.97);
}

.form-line input.form-control:focus ~ .focus-border,
.form-line textarea.form-control:focus ~ .focus-border {
  width: 100%;
}

.nav.flex-column:not(.nav-pills) .nav-link {
  padding-left: 0;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.navbar {
  z-index: 9;
}

.navbar-nav .nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 90px;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}

.navbar-toggler {
  margin-bottom: 0;
  border: 0;
}

.navbar-top {
  padding: 0.2rem 0;
}
.navbar-top span {
  font-size: 0.8125rem;
  color: #515155;
}
.navbar-top a {
  color: #515155;
  font-size: 0.8125rem;
}
.navbar-top a:hover {
  color: #ea110c;
}
.navbar-transparent {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-light .nav .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .nav .nav-link:hover {
  color: #ea110c;
}
.navbar-brand {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767.98px) {
  .navbar-brand {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-toggle:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  top: 8px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
  border: none !important;
  margin: 0;
}

@media (hover: hover) {
  .navbar .dropdown-menu .dropdown-submenu.dropend:hover > .dropdown-toggle:after {
    transform: rotate(90deg);
  }
}

.navbar .dropdown-menu .dropdown-submenu.dropstart .dropdown-toggle:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  top: 8px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
  border: none !important;
  margin: 0;
  font-weight: 900;
}

.navbar .dropdown-menu .dropdown-submenu.dropstart:hover > .dropdown-toggle:before {
  transform: rotate(90deg);
}
@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-collapse {
    box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-toggle::after {
    position: absolute;
    right: 30px;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-toggle::before {
    position: absolute;
    right: 30px;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-menu {
    box-shadow: none;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-menu:before {
    content: none;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-submenu .dropdown-menu {
    padding-left: 20px;
    padding-bottom: 0px;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 30px;
    position: relative;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link {
    line-height: 40px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-expand-lg .dropdown-fullwidth {
    width: 100%;
  }
  .navbar-expand-lg .dropdown-fullwidth .dropdown-menu {
    max-width: 100%;
  }
  .navbar-expand-lg .dropdown-fullwidth .container {
    max-width: 100%;
    padding: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-item > .dropdown-menu {
    background: #f7f8f9;
    padding: 20px 0px;
    margin: 10px 0;
  }

  .navbar-expand-lg .navbar-nav .nav-item > .dropdown-menu .dropdown-submenu .dropdown-menu {
    background: rgba(0, 0, 0, 0.04);
    padding: 20px 0px !important;
  }
}

.progress {
  position: relative;
  overflow-x: visible;
  overflow-y: visible;
}

html {
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  overflow-x: hidden;
  z-index: 0;
  position: relative;
}

main {
  background-color: #fff;
}

header {
  position: relative;
  z-index: 1020;
  background: #fff;
}


strong {
  font-weight: 700;
}

a {
  transition: all 0.3s ease-in-out;
}

h1 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
.h1 > a,
.h3 > a,
.h4 > a,
.h5 > a,
.h6 > a {
  color: #19191c;
}

h1 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover,
.h1 > a:hover,
.h3 > a:hover,
.h4 > a:hover,
.h5 > a:hover,
.h6 > a:hover {
  color: #ea110c;
}

img {
  max-width: 100%;
  height: auto;
}

video {
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

ul {
  list-style-position: inside;
  padding: 0;
  margin: 0;
}

section {
  padding-top: 8rem;
  padding-bottom: 4.8rem;
}

@media (max-width: 767.98px) {
  section {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}
*:focus {
  outline: none !important;
}

::selection {
  color: #fff;
  background: #ea110c;
}

.text-white-stroke {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  transition: all 0.3s ease-in-out;
}


a.text-white-stroke:hover {
  color: #fff !important;
}

.text-dark-stroke {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #19191c;
  transition: all 0.3s ease-in-out;
}


a.text-dark-stroke:hover {
  color: #19191c !important;
}

.text-primary-shadow {
  text-shadow: 0.03em 0.03em 0 #ea110c;
}

small,
.small {
  font-weight: 400;
}

:root {
  --animate-delay: 0.5s;
}

/* rtl:raw:
.glightbox-clean .gclose, .glightbox-modern .gclose{
  right: auto !important;
  left: 20px;
}
*/

@keyframes cursorblink {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes cursorblink {
  100% {
    opacity: 0;
  }
}
@-moz-keyframes cursorblink {
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  to {
    background-position: 0 60px;
  }
}
@keyframes scrolldown {
  0% {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  to {
    background-position: 0 60px;
  }
}

@-webkit-keyframes backtop {
  from {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  0% {
    background-position: 0 60px;
  }
}
@keyframes backtop {
  from {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  0% {
    background-position: 0 60px;
  }
}
/* rtl:raw:
  .rtl-flip {
    transform: scaleX(-1);
  }
  .rtl-flip.bi:before{
    transform: inherit;
  }
*/

@keyframes marqueeAnimation {
  0% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes checkmarkstroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes checkmarkscale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.3, 1.3, 1);
  }
}
@keyframes checkmarkfill {
  100% {
    box-shadow: inset 0px 0px 0px 60px #28a745;
  }
}

.preloader {
  background-color: #fff;
  position: fixed;
  z-index: 1190;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.preloader .preloader-item {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.divider-light {
  height: 1px;
  background: #fff;
  display: block;
  width: 100%;
  margin: 0 auto;
}

[class*=pattern-overlay-] {
  position: relative;
  z-index: 1;
}

.pattern-overlay-1::after {
  content: "";
  background: url(../images/bg/pattern/01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.tiny-slider .item {
  position: relative;
}

/* rtl:raw:
.tiny-slider .tns-controls [data-controls]{
  transform: scaleX(-1) translateY(-50%);
}
*/

.z-index-n9 {
  z-index: -9;
}
.text-primary-hover a {
  color: #a1a1a8;
}
.text-primary-hover a:hover {
  color: #ea110c !important;
}

a.text-primary-hover, button.text-primary-hover {
  color: #d0d4d9;
}
a.text-primary-hover:hover, button.text-primary-hover:hover {
  color: #ea110c !important;
}

.text-primary-hover li {
  color: #d0d4d9;
}
.text-primary-hover li:hover {
  color: #ea110c !important;
}

.bg-primary-multiply {
  background-color: #ea110c;
  mix-blend-mode: multiply;
}
.bg-primary-multiply img {
  mix-blend-mode: multiply;
}

.font-heading {
  font-family: "Spartan", sans-serif !important;
}

.zoom-hover {
  transform: scale(1);
}
.zoom-hover:hover {
  transform: scale(1.2);
}

.opacity-1 {
  opacity: 0.1;
}

.blink-animation {
  transition: all 0.3s ease-in-out;
  animation: blink-animation 1s steps(5, start) infinite;
  visibility: visible;
}

.fill-none {
  fill: none;
}

.fill-primary {
  fill: #ea110c;
}

.fill-dark {
  fill: #19191c;
}

.stroke-primary {
  stroke: #ea110c;
}

.stroke-10 {
  stroke-miterlimit: 10;
}

/*User CSS*/
