@charset "UTF-8";

:root {
  --font-text: "Arimo", sans-serif;
  --font-heading: "Libre Caslon Text", sans-serif;
}

html[dir=rtl] {
  --font-text: "Salma Arabic", sans-serif;
  --font-heading: "Salma Arabic", sans-serif;
}

/* Variables for reusability */
.pos-rel {
  position: relative;
}

.mb-40px {
  margin-bottom: 40px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--font-heading);
  font-weight: 700;
}

@media (max-width: 991.98px) {

  h4,
  .h4 {
    font-size: 20px;
    line-height: 30px;
  }

  [dir=rtl] h4,
  [dir=rtl] .h4 {
    font-size: calc(20px + 4px);
  }
}

@media (max-width: 991.98px) {

  h3,
  .h3 {
    font-size: 26px;
    line-height: 39px;
  }

  [dir=rtl] h3,
  [dir=rtl] .h3 {
    font-size: calc(26px + 4px);
  }
}

.f-heading {
  font-family: var(--font-heading) !important;
  font-weight: 700;
}

.f-light {
  font-family: var(--font-text) !important;
  font-weight: 300;
}

.f-medium {
  font-family: var(--font-text) !important;
  font-weight: 500;
}

.f-semi-bold {
  font-family: var(--font-text) !important;
  font-weight: 600;
}

.fs-12 {
  font-size: 12px;
  line-height: 20px;
}

[dir=rtl] .fs-12 {
  font-size: calc(12px + 4px);
}

.fs-14 {
  font-size: 14px;
  line-height: 21px;
}

[dir=rtl] .fs-14 {
  font-size: calc(14px + 4px);
}

.fs-16 {
  font-size: 16px;
  line-height: 24px;
}

[dir=rtl] .fs-16 {
  font-size: calc(16px + 4px);
}

.fs-18 {
  font-size: 18px;
  line-height: 24px;
}

[dir=rtl] .fs-18 {
  font-size: calc(18px + 4px);
}

.fs-20 {
  font-size: 20px;
  line-height: 32px;
}

[dir=rtl] .fs-20 {
  font-size: calc(20px + 4px);
}

.fs-24 {
  font-size: 24px;
  line-height: 36px;
}

[dir=rtl] .fs-24 {
  font-size: calc(24px + 4px);
}

.fs-28 {
  font-size: 28px;
  line-height: 40px;
}

[dir=rtl] .fs-28 {
  font-size: calc(28px + 4px);
}

.fs-32 {
  font-size: 32px;
  line-height: 44px;
}

[dir=rtl] .fs-32 {
  font-size: calc(32px + 4px);
}

.fs-36 {
  font-size: 36px;
  line-height: 48px;
}

[dir=rtl] .fs-36 {
  font-size: calc(36px + 4px);
}

.fs-40 {
  font-size: 40px;
  line-height: 52px;
}

[dir=rtl] .fs-40 {
  font-size: calc(40px + 4px);
}

@font-face {
  font-family: "icomoon";
  src: url("../../icomoon/icomoon.eot?w7rp4c");
  src: url("../../icomoon/icomoon.eot?w7rp4c#iefix") format("embedded-opentype"), url("../../icomoon/icomoon.ttf?w7rp4c") format("truetype"), url("../../icomoon/icomoon.woff?w7rp4c") format("woff"), url("../../icomoon/icomoon.svg?w7rp4c#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Logo:before {
  content: "\e900";
}

.icon-campaigns:before {
  content: "\e901";
}

.icon-events:before {
  content: "\e902";
}

.icon-experiences:before {
  content: "\e903";
}

.icon-home:before {
  content: "\e904";
}

.icon-people:before {
  content: "\e905";
}

.icon-streets:before,
.icon-places:before {
  content: "\e906";
}

.icon-sard:before {
  content: "\e907";
}

.icon-arrow-sm-left:before {
  content: "\e90b";
}

.icon-arrow-sm-right:before {
  content: "\e90c";
}

.icon-delete:before {
  content: "\e910";
}

.icon-filter-filled:before {
  content: "\e913";
}

.icon-ico-cross .path1:before {
  content: "\e914";
  color: rgb(0, 0, 0);
}

.icon-ico-cross .path2:before {
  content: "\e915";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-play-icon:before {
  content: "\e91e";
}

.icon-quotes:before {
  content: "\e922";
}

.icon-share-icon:before {
  content: "\e926";
}

.icon-starIcon:before {
  content: "\e927";
}

@font-face {
  font-family: "Libre Caslon Text";
  src: url("/fonts/LibreCaslonText-Bold.woff2") format("woff2"), url("/fonts/LibreCaslonText-Bold.woff") format("woff"), url("/fonts/LibreCaslonText-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Libre Caslon Text";
  src: url("/fonts/LibreCaslonText-Regular.woff2") format("woff2"), url("/fonts/LibreCaslonText-Regular.woff") format("woff"), url("/fonts/LibreCaslonText-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Libre Caslon Text";
  src: url("/fonts/LibreCaslonText-Italic.woff2") format("woff2"), url("/fonts/LibreCaslonText-Italic.woff") format("woff"), url("/fonts/LibreCaslonText-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Arimo";
  src: url("/fonts/Arimo-Bold.woff2") format("woff2"), url("/fonts/Arimo-Bold.woff") format("woff"), url("/fonts/Arimo-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arimo";
  src: url("/fonts/Arimo-BoldItalic.woff2") format("woff2"), url("/fonts/Arimo-BoldItalic.woff") format("woff"), url("/fonts/Arimo-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Arimo";
  src: url("/fonts/Arimo-Italic.woff2") format("woff2"), url("/fonts/Arimo-Italic.woff") format("woff"), url("/fonts/Arimo-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Arimo";
  src: url("/fonts/Arimo-Medium.woff2") format("woff2"), url("/fonts/Arimo-Medium.woff") format("woff"), url("/fonts/Arimo-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arimo";
  src: url("/fonts/Arimo-Regular.woff2") format("woff2"), url("/fonts/Arimo-Regular.woff") format("woff"), url("/fonts/Arimo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arimo";
  src: url("/fonts/Arimo-SemiBold.woff2") format("woff2"), url("/fonts/Arimo-SemiBold.woff") format("woff"), url("/fonts/Arimo-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arimo";
  src: url("/fonts/Arimo-SemiBoldItalic.woff2") format("woff2"), url("/fonts/Arimo-SemiBoldItalic.woff") format("woff"), url("/fonts/Arimo-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Arimo";
  src: url("/fonts/Arimo-MediumItalic.woff2") format("woff2"), url("/fonts/Arimo-MediumItalic.woff") format("woff"), url("/fonts/Arimo-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Salma Arabic";
  src: local("Salma Arabic Black"), local("SalmaArabic-Black"), url("/fonts/SalmaArabic-Black.woff2") format("woff2"), url("/fonts/SalmaArabic-Black.woff") format("woff"), url("/fonts/SalmaArabic-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Salma Arabic";
  src: local("Salma Arabic Bold"), local("SalmaArabic-Bold"), url("/fonts/SalmaArabic-Bold.woff2") format("woff2"), url("/fonts/SalmaArabic-Bold.woff") format("woff"), url("/fonts/SalmaArabic-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Salma Arabic";
  src: local("Salma Arabic Regular"), local("SalmaArabic-Regular"), url("/fonts/SalmaArabic-Regular.woff2") format("woff2"), url("/fonts/SalmaArabic-Regular.woff") format("woff"), url("/fonts/SalmaArabic-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Salma Arabic";
  src: local("Salma Arabic Light"), local("SalmaArabic-Light"), url("/fonts/SalmaArabic-Light.woff2") format("woff2"), url("/fonts/SalmaArabic-Light.woff") format("woff"), url("/fonts/SalmaArabic-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Salma Arabic";
  src: local("Salma Arabic Medium"), local("SalmaArabic-Medium"), url("/fonts/SalmaArabic-Medium.woff2") format("woff2"), url("/fonts/SalmaArabic-Medium.woff") format("woff"), url("/fonts/SalmaArabic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/*!
 * Bootstrap v5.1.3 (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)
 */
/* Variables for reusability */
: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: #9fd4d4;
  --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: #1d1d1b;
  --bs-secondary: #f8f8f8;
  --bs-success: #c9deb5;
  --bs-info: #9fd4d4;
  --bs-warning: #fad536;
  --bs-danger: #e27362;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-blue: #0426a8;
  --bs-primary-light-blue: #256ee1;
  --bs-grey-01: #f4f4f4;
  --bs-grey-02: #e9e9e9;
  --bs-grey-03: #f1f1f1;
  --bs-grey-04: #d1d1d1;
  --bs-grey-05: #e1e7ec;
  --bs-dark-grey: #424242;
  --bs-black-200: #9a9898;
  --bs-dark-red: #a94442;
  --bs-light-red: #f2dede;
  --bs-black-300: #6c696a;
  --bs-black-400: #4f4c4d;
  --bs-dark-green: #3c763d;
  --bs-light-green: #dff0d8;
  --bs-primary-rgb: 29, 29, 27;
  --bs-secondary-rgb: 248, 248, 248;
  --bs-success-rgb: 201, 222, 181;
  --bs-info-rgb: 159, 212, 212;
  --bs-warning-rgb: 250, 213, 54;
  --bs-danger-rgb: 226, 115, 98;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 29, 29, 27;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 241, 237, 226;
  --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));
  --bs-body-font-family: var(--font-text);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #F1EDE2;
}

*,
*::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(29, 29, 27, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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;
}

h1,
.h1 {
  font-size: calc(1.575rem + 3.9vw);
}

@media (min-width: 1200px) {

  h1,
  .h1 {
    font-size: 4.5rem;
  }
}

h2,
.h2 {
  font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {

  h2,
  .h2 {
    font-size: 3rem;
  }
}

h3,
.h3 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {

  h3,
  .h3 {
    font-size: 2.5rem;
  }
}

h4,
.h4 {
  font-size: calc(1.2875rem + 0.45vw);
}

@media (min-width: 1200px) {

  h4,
  .h4 {
    font-size: 1.625rem;
  }
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small,
.small {
  font-size: 0.875em;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1d1d1b;
  text-decoration: underline;
}

a:hover {
  color: #171716;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr
    /* rtl:ignore */
  ;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend+* {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* 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;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote> :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #F1EDE2;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  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-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}

.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-auto>* {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2>* {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3>* {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4>* {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5>* {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6>* {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 0.375rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 0.375rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 0.5rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 0.5rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 0.625rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 0.625rem;
}

.g-12,
.gx-12 {
  --bs-gutter-x: 0.75rem;
}

.g-12,
.gy-12 {
  --bs-gutter-y: 0.75rem;
}

.g-16,
.gx-16 {
  --bs-gutter-x: 1rem;
}

.g-16,
.gy-16 {
  --bs-gutter-y: 1rem;
}

.g-18,
.gx-18 {
  --bs-gutter-x: 1.125rem;
}

.g-18,
.gy-18 {
  --bs-gutter-y: 1.125rem;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 1.25rem;
}

.g-20,
.gy-20 {
  --bs-gutter-y: 1.25rem;
}

.g-24,
.gx-24 {
  --bs-gutter-x: 1.5rem;
}

.g-24,
.gy-24 {
  --bs-gutter-y: 1.5rem;
}

.g-28,
.gx-28 {
  --bs-gutter-x: 1.75rem;
}

.g-28,
.gy-28 {
  --bs-gutter-y: 1.75rem;
}

.g-32,
.gx-32 {
  --bs-gutter-x: 2rem;
}

.g-32,
.gy-32 {
  --bs-gutter-y: 2rem;
}

.g-40,
.gx-40 {
  --bs-gutter-x: 2.5rem;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 2.5rem;
}

.g-44,
.gx-44 {
  --bs-gutter-x: 2.75rem;
}

.g-44,
.gy-44 {
  --bs-gutter-y: 2.75rem;
}

.g-48,
.gx-48 {
  --bs-gutter-x: 3rem;
}

.g-48,
.gy-48 {
  --bs-gutter-y: 3rem;
}

.g-52,
.gx-52 {
  --bs-gutter-x: 3.25rem;
}

.g-52,
.gy-52 {
  --bs-gutter-y: 3.25rem;
}

.g-56,
.gx-56 {
  --bs-gutter-x: 3.5rem;
}

.g-56,
.gy-56 {
  --bs-gutter-y: 3.5rem;
}

.g-64,
.gx-64 {
  --bs-gutter-x: 4rem;
}

.g-64,
.gy-64 {
  --bs-gutter-y: 4rem;
}

.g-72,
.gx-72 {
  --bs-gutter-x: 4.5rem;
}

.g-72,
.gy-72 {
  --bs-gutter-y: 4.5rem;
}

.g-80,
.gx-80 {
  --bs-gutter-x: 5rem;
}

.g-80,
.gy-80 {
  --bs-gutter-y: 5rem;
}

.g-98,
.gx-98 {
  --bs-gutter-x: 6.125rem;
}

.g-98,
.gy-98 {
  --bs-gutter-y: 6.125rem;
}

.g-100,
.gx-100 {
  --bs-gutter-x: 6.25rem;
}

.g-100,
.gy-100 {
  --bs-gutter-y: 6.25rem;
}

.g-112,
.gx-112 {
  --bs-gutter-x: 7rem;
}

.g-112,
.gy-112 {
  --bs-gutter-y: 7rem;
}

.g-150,
.gx-150 {
  --bs-gutter-x: 9.375rem;
}

.g-150,
.gy-150 {
  --bs-gutter-y: 9.375rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }

  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 0.375rem;
  }

  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 0.375rem;
  }

  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 0.625rem;
  }

  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 0.625rem;
  }

  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 0.75rem;
  }

  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 0.75rem;
  }

  .g-sm-16,
  .gx-sm-16 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-16,
  .gy-sm-16 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-18,
  .gx-sm-18 {
    --bs-gutter-x: 1.125rem;
  }

  .g-sm-18,
  .gy-sm-18 {
    --bs-gutter-y: 1.125rem;
  }

  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 1.25rem;
  }

  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 1.25rem;
  }

  .g-sm-24,
  .gx-sm-24 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-24,
  .gy-sm-24 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-28,
  .gx-sm-28 {
    --bs-gutter-x: 1.75rem;
  }

  .g-sm-28,
  .gy-sm-28 {
    --bs-gutter-y: 1.75rem;
  }

  .g-sm-32,
  .gx-sm-32 {
    --bs-gutter-x: 2rem;
  }

  .g-sm-32,
  .gy-sm-32 {
    --bs-gutter-y: 2rem;
  }

  .g-sm-40,
  .gx-sm-40 {
    --bs-gutter-x: 2.5rem;
  }

  .g-sm-40,
  .gy-sm-40 {
    --bs-gutter-y: 2.5rem;
  }

  .g-sm-44,
  .gx-sm-44 {
    --bs-gutter-x: 2.75rem;
  }

  .g-sm-44,
  .gy-sm-44 {
    --bs-gutter-y: 2.75rem;
  }

  .g-sm-48,
  .gx-sm-48 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-48,
  .gy-sm-48 {
    --bs-gutter-y: 3rem;
  }

  .g-sm-52,
  .gx-sm-52 {
    --bs-gutter-x: 3.25rem;
  }

  .g-sm-52,
  .gy-sm-52 {
    --bs-gutter-y: 3.25rem;
  }

  .g-sm-56,
  .gx-sm-56 {
    --bs-gutter-x: 3.5rem;
  }

  .g-sm-56,
  .gy-sm-56 {
    --bs-gutter-y: 3.5rem;
  }

  .g-sm-64,
  .gx-sm-64 {
    --bs-gutter-x: 4rem;
  }

  .g-sm-64,
  .gy-sm-64 {
    --bs-gutter-y: 4rem;
  }

  .g-sm-72,
  .gx-sm-72 {
    --bs-gutter-x: 4.5rem;
  }

  .g-sm-72,
  .gy-sm-72 {
    --bs-gutter-y: 4.5rem;
  }

  .g-sm-80,
  .gx-sm-80 {
    --bs-gutter-x: 5rem;
  }

  .g-sm-80,
  .gy-sm-80 {
    --bs-gutter-y: 5rem;
  }

  .g-sm-98,
  .gx-sm-98 {
    --bs-gutter-x: 6.125rem;
  }

  .g-sm-98,
  .gy-sm-98 {
    --bs-gutter-y: 6.125rem;
  }

  .g-sm-100,
  .gx-sm-100 {
    --bs-gutter-x: 6.25rem;
  }

  .g-sm-100,
  .gy-sm-100 {
    --bs-gutter-y: 6.25rem;
  }

  .g-sm-112,
  .gx-sm-112 {
    --bs-gutter-x: 7rem;
  }

  .g-sm-112,
  .gy-sm-112 {
    --bs-gutter-y: 7rem;
  }

  .g-sm-150,
  .gx-sm-150 {
    --bs-gutter-x: 9.375rem;
  }

  .g-sm-150,
  .gy-sm-150 {
    --bs-gutter-y: 9.375rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .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%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }

  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 0.375rem;
  }

  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 0.375rem;
  }

  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 0.625rem;
  }

  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 0.625rem;
  }

  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 0.75rem;
  }

  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 0.75rem;
  }

  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 1rem;
  }

  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 1rem;
  }

  .g-md-18,
  .gx-md-18 {
    --bs-gutter-x: 1.125rem;
  }

  .g-md-18,
  .gy-md-18 {
    --bs-gutter-y: 1.125rem;
  }

  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 1.25rem;
  }

  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 1.25rem;
  }

  .g-md-24,
  .gx-md-24 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-24,
  .gy-md-24 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-28,
  .gx-md-28 {
    --bs-gutter-x: 1.75rem;
  }

  .g-md-28,
  .gy-md-28 {
    --bs-gutter-y: 1.75rem;
  }

  .g-md-32,
  .gx-md-32 {
    --bs-gutter-x: 2rem;
  }

  .g-md-32,
  .gy-md-32 {
    --bs-gutter-y: 2rem;
  }

  .g-md-40,
  .gx-md-40 {
    --bs-gutter-x: 2.5rem;
  }

  .g-md-40,
  .gy-md-40 {
    --bs-gutter-y: 2.5rem;
  }

  .g-md-44,
  .gx-md-44 {
    --bs-gutter-x: 2.75rem;
  }

  .g-md-44,
  .gy-md-44 {
    --bs-gutter-y: 2.75rem;
  }

  .g-md-48,
  .gx-md-48 {
    --bs-gutter-x: 3rem;
  }

  .g-md-48,
  .gy-md-48 {
    --bs-gutter-y: 3rem;
  }

  .g-md-52,
  .gx-md-52 {
    --bs-gutter-x: 3.25rem;
  }

  .g-md-52,
  .gy-md-52 {
    --bs-gutter-y: 3.25rem;
  }

  .g-md-56,
  .gx-md-56 {
    --bs-gutter-x: 3.5rem;
  }

  .g-md-56,
  .gy-md-56 {
    --bs-gutter-y: 3.5rem;
  }

  .g-md-64,
  .gx-md-64 {
    --bs-gutter-x: 4rem;
  }

  .g-md-64,
  .gy-md-64 {
    --bs-gutter-y: 4rem;
  }

  .g-md-72,
  .gx-md-72 {
    --bs-gutter-x: 4.5rem;
  }

  .g-md-72,
  .gy-md-72 {
    --bs-gutter-y: 4.5rem;
  }

  .g-md-80,
  .gx-md-80 {
    --bs-gutter-x: 5rem;
  }

  .g-md-80,
  .gy-md-80 {
    --bs-gutter-y: 5rem;
  }

  .g-md-98,
  .gx-md-98 {
    --bs-gutter-x: 6.125rem;
  }

  .g-md-98,
  .gy-md-98 {
    --bs-gutter-y: 6.125rem;
  }

  .g-md-100,
  .gx-md-100 {
    --bs-gutter-x: 6.25rem;
  }

  .g-md-100,
  .gy-md-100 {
    --bs-gutter-y: 6.25rem;
  }

  .g-md-112,
  .gx-md-112 {
    --bs-gutter-x: 7rem;
  }

  .g-md-112,
  .gy-md-112 {
    --bs-gutter-y: 7rem;
  }

  .g-md-150,
  .gx-md-150 {
    --bs-gutter-x: 9.375rem;
  }

  .g-md-150,
  .gy-md-150 {
    --bs-gutter-y: 9.375rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .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-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }

  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 0.375rem;
  }

  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 0.375rem;
  }

  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 0.625rem;
  }

  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 0.625rem;
  }

  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 0.75rem;
  }

  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 0.75rem;
  }

  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-18,
  .gx-lg-18 {
    --bs-gutter-x: 1.125rem;
  }

  .g-lg-18,
  .gy-lg-18 {
    --bs-gutter-y: 1.125rem;
  }

  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 1.25rem;
  }

  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 1.25rem;
  }

  .g-lg-24,
  .gx-lg-24 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-24,
  .gy-lg-24 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-28,
  .gx-lg-28 {
    --bs-gutter-x: 1.75rem;
  }

  .g-lg-28,
  .gy-lg-28 {
    --bs-gutter-y: 1.75rem;
  }

  .g-lg-32,
  .gx-lg-32 {
    --bs-gutter-x: 2rem;
  }

  .g-lg-32,
  .gy-lg-32 {
    --bs-gutter-y: 2rem;
  }

  .g-lg-40,
  .gx-lg-40 {
    --bs-gutter-x: 2.5rem;
  }

  .g-lg-40,
  .gy-lg-40 {
    --bs-gutter-y: 2.5rem;
  }

  .g-lg-44,
  .gx-lg-44 {
    --bs-gutter-x: 2.75rem;
  }

  .g-lg-44,
  .gy-lg-44 {
    --bs-gutter-y: 2.75rem;
  }

  .g-lg-48,
  .gx-lg-48 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-48,
  .gy-lg-48 {
    --bs-gutter-y: 3rem;
  }

  .g-lg-52,
  .gx-lg-52 {
    --bs-gutter-x: 3.25rem;
  }

  .g-lg-52,
  .gy-lg-52 {
    --bs-gutter-y: 3.25rem;
  }

  .g-lg-56,
  .gx-lg-56 {
    --bs-gutter-x: 3.5rem;
  }

  .g-lg-56,
  .gy-lg-56 {
    --bs-gutter-y: 3.5rem;
  }

  .g-lg-64,
  .gx-lg-64 {
    --bs-gutter-x: 4rem;
  }

  .g-lg-64,
  .gy-lg-64 {
    --bs-gutter-y: 4rem;
  }

  .g-lg-72,
  .gx-lg-72 {
    --bs-gutter-x: 4.5rem;
  }

  .g-lg-72,
  .gy-lg-72 {
    --bs-gutter-y: 4.5rem;
  }

  .g-lg-80,
  .gx-lg-80 {
    --bs-gutter-x: 5rem;
  }

  .g-lg-80,
  .gy-lg-80 {
    --bs-gutter-y: 5rem;
  }

  .g-lg-98,
  .gx-lg-98 {
    --bs-gutter-x: 6.125rem;
  }

  .g-lg-98,
  .gy-lg-98 {
    --bs-gutter-y: 6.125rem;
  }

  .g-lg-100,
  .gx-lg-100 {
    --bs-gutter-x: 6.25rem;
  }

  .g-lg-100,
  .gy-lg-100 {
    --bs-gutter-y: 6.25rem;
  }

  .g-lg-112,
  .gx-lg-112 {
    --bs-gutter-x: 7rem;
  }

  .g-lg-112,
  .gy-lg-112 {
    --bs-gutter-y: 7rem;
  }

  .g-lg-150,
  .gx-lg-150 {
    --bs-gutter-x: 9.375rem;
  }

  .g-lg-150,
  .gy-lg-150 {
    --bs-gutter-y: 9.375rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }

  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 0.375rem;
  }

  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 0.375rem;
  }

  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 0.625rem;
  }

  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 0.625rem;
  }

  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 0.75rem;
  }

  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 0.75rem;
  }

  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-18,
  .gx-xl-18 {
    --bs-gutter-x: 1.125rem;
  }

  .g-xl-18,
  .gy-xl-18 {
    --bs-gutter-y: 1.125rem;
  }

  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 1.25rem;
  }

  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 1.25rem;
  }

  .g-xl-24,
  .gx-xl-24 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-24,
  .gy-xl-24 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-28,
  .gx-xl-28 {
    --bs-gutter-x: 1.75rem;
  }

  .g-xl-28,
  .gy-xl-28 {
    --bs-gutter-y: 1.75rem;
  }

  .g-xl-32,
  .gx-xl-32 {
    --bs-gutter-x: 2rem;
  }

  .g-xl-32,
  .gy-xl-32 {
    --bs-gutter-y: 2rem;
  }

  .g-xl-40,
  .gx-xl-40 {
    --bs-gutter-x: 2.5rem;
  }

  .g-xl-40,
  .gy-xl-40 {
    --bs-gutter-y: 2.5rem;
  }

  .g-xl-44,
  .gx-xl-44 {
    --bs-gutter-x: 2.75rem;
  }

  .g-xl-44,
  .gy-xl-44 {
    --bs-gutter-y: 2.75rem;
  }

  .g-xl-48,
  .gx-xl-48 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-48,
  .gy-xl-48 {
    --bs-gutter-y: 3rem;
  }

  .g-xl-52,
  .gx-xl-52 {
    --bs-gutter-x: 3.25rem;
  }

  .g-xl-52,
  .gy-xl-52 {
    --bs-gutter-y: 3.25rem;
  }

  .g-xl-56,
  .gx-xl-56 {
    --bs-gutter-x: 3.5rem;
  }

  .g-xl-56,
  .gy-xl-56 {
    --bs-gutter-y: 3.5rem;
  }

  .g-xl-64,
  .gx-xl-64 {
    --bs-gutter-x: 4rem;
  }

  .g-xl-64,
  .gy-xl-64 {
    --bs-gutter-y: 4rem;
  }

  .g-xl-72,
  .gx-xl-72 {
    --bs-gutter-x: 4.5rem;
  }

  .g-xl-72,
  .gy-xl-72 {
    --bs-gutter-y: 4.5rem;
  }

  .g-xl-80,
  .gx-xl-80 {
    --bs-gutter-x: 5rem;
  }

  .g-xl-80,
  .gy-xl-80 {
    --bs-gutter-y: 5rem;
  }

  .g-xl-98,
  .gx-xl-98 {
    --bs-gutter-x: 6.125rem;
  }

  .g-xl-98,
  .gy-xl-98 {
    --bs-gutter-y: 6.125rem;
  }

  .g-xl-100,
  .gx-xl-100 {
    --bs-gutter-x: 6.25rem;
  }

  .g-xl-100,
  .gy-xl-100 {
    --bs-gutter-y: 6.25rem;
  }

  .g-xl-112,
  .gx-xl-112 {
    --bs-gutter-x: 7rem;
  }

  .g-xl-112,
  .gy-xl-112 {
    --bs-gutter-y: 7rem;
  }

  .g-xl-150,
  .gx-xl-150 {
    --bs-gutter-x: 9.375rem;
  }

  .g-xl-150,
  .gy-xl-150 {
    --bs-gutter-y: 9.375rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }

  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 0.375rem;
  }

  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 0.375rem;
  }

  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 0.625rem;
  }

  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 0.625rem;
  }

  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 0.75rem;
  }

  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 0.75rem;
  }

  .g-xxl-16,
  .gx-xxl-16 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-16,
  .gy-xxl-16 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-18,
  .gx-xxl-18 {
    --bs-gutter-x: 1.125rem;
  }

  .g-xxl-18,
  .gy-xxl-18 {
    --bs-gutter-y: 1.125rem;
  }

  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 1.25rem;
  }

  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 1.25rem;
  }

  .g-xxl-24,
  .gx-xxl-24 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-24,
  .gy-xxl-24 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-28,
  .gx-xxl-28 {
    --bs-gutter-x: 1.75rem;
  }

  .g-xxl-28,
  .gy-xxl-28 {
    --bs-gutter-y: 1.75rem;
  }

  .g-xxl-32,
  .gx-xxl-32 {
    --bs-gutter-x: 2rem;
  }

  .g-xxl-32,
  .gy-xxl-32 {
    --bs-gutter-y: 2rem;
  }

  .g-xxl-40,
  .gx-xxl-40 {
    --bs-gutter-x: 2.5rem;
  }

  .g-xxl-40,
  .gy-xxl-40 {
    --bs-gutter-y: 2.5rem;
  }

  .g-xxl-44,
  .gx-xxl-44 {
    --bs-gutter-x: 2.75rem;
  }

  .g-xxl-44,
  .gy-xxl-44 {
    --bs-gutter-y: 2.75rem;
  }

  .g-xxl-48,
  .gx-xxl-48 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-48,
  .gy-xxl-48 {
    --bs-gutter-y: 3rem;
  }

  .g-xxl-52,
  .gx-xxl-52 {
    --bs-gutter-x: 3.25rem;
  }

  .g-xxl-52,
  .gy-xxl-52 {
    --bs-gutter-y: 3.25rem;
  }

  .g-xxl-56,
  .gx-xxl-56 {
    --bs-gutter-x: 3.5rem;
  }

  .g-xxl-56,
  .gy-xxl-56 {
    --bs-gutter-y: 3.5rem;
  }

  .g-xxl-64,
  .gx-xxl-64 {
    --bs-gutter-x: 4rem;
  }

  .g-xxl-64,
  .gy-xxl-64 {
    --bs-gutter-y: 4rem;
  }

  .g-xxl-72,
  .gx-xxl-72 {
    --bs-gutter-x: 4.5rem;
  }

  .g-xxl-72,
  .gy-xxl-72 {
    --bs-gutter-y: 4.5rem;
  }

  .g-xxl-80,
  .gx-xxl-80 {
    --bs-gutter-x: 5rem;
  }

  .g-xxl-80,
  .gy-xxl-80 {
    --bs-gutter-y: 5rem;
  }

  .g-xxl-98,
  .gx-xxl-98 {
    --bs-gutter-x: 6.125rem;
  }

  .g-xxl-98,
  .gy-xxl-98 {
    --bs-gutter-y: 6.125rem;
  }

  .g-xxl-100,
  .gx-xxl-100 {
    --bs-gutter-x: 6.25rem;
  }

  .g-xxl-100,
  .gy-xxl-100 {
    --bs-gutter-y: 6.25rem;
  }

  .g-xxl-112,
  .gx-xxl-112 {
    --bs-gutter-x: 7rem;
  }

  .g-xxl-112,
  .gy-xxl-112 {
    --bs-gutter-y: 7rem;
  }

  .g-xxl-150,
  .gx-xxl-150 {
    --bs-gutter-x: 9.375rem;
  }

  .g-xxl-150,
  .gy-xxl-150 {
    --bs-gutter-y: 9.375rem;
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(29, 29, 27, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(29, 29, 27, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(29, 29, 27, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table> :not(caption)>*>* {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table>tbody {
  vertical-align: inherit;
}

.table>thead {
  vertical-align: bottom;
}

.table> :not(:first-child) {
  border-top: 2px solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm> :not(caption)>*>* {
  padding: 0.25rem 0.25rem;
}

.table-bordered> :not(caption)>* {
  border-width: 1px 0;
}

.table-bordered> :not(caption)>*>* {
  border-width: 0 1px;
}

.table-borderless> :not(caption)>*>* {
  border-bottom-width: 0;
}

.table-borderless> :not(:first-child) {
  border-top-width: 0;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover>tbody>tr:hover>* {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #d2d2d1;
  --bs-table-striped-bg: #c9c9c8;
  --bs-table-striped-color: #1d1d1b;
  --bs-table-active-bg: #c0c0bf;
  --bs-table-active-color: #1d1d1b;
  --bs-table-hover-bg: #c4c4c3;
  --bs-table-hover-color: #1d1d1b;
  color: #1d1d1b;
  border-color: #c0c0bf;
}

.table-secondary {
  --bs-table-bg: #fefefe;
  --bs-table-striped-bg: #f3f3f3;
  --bs-table-striped-color: #1d1d1b;
  --bs-table-active-bg: #e8e8e7;
  --bs-table-active-color: #1d1d1b;
  --bs-table-hover-bg: #ededed;
  --bs-table-hover-color: #1d1d1b;
  color: #1d1d1b;
  border-color: #e8e8e7;
}

.table-success {
  --bs-table-bg: #f4f8f0;
  --bs-table-striped-bg: #e9ede5;
  --bs-table-striped-color: #1d1d1b;
  --bs-table-active-bg: #dfe2db;
  --bs-table-active-color: #1d1d1b;
  --bs-table-hover-bg: #e4e8e0;
  --bs-table-hover-color: #1d1d1b;
  color: #1d1d1b;
  border-color: #dfe2db;
}

.table-info {
  --bs-table-bg: #ecf6f6;
  --bs-table-striped-bg: #e2ebeb;
  --bs-table-striped-color: #1d1d1b;
  --bs-table-active-bg: #d7e0e0;
  --bs-table-active-color: #1d1d1b;
  --bs-table-hover-bg: #dce6e6;
  --bs-table-hover-color: #1d1d1b;
  color: #1d1d1b;
  border-color: #d7e0e0;
}

.table-warning {
  --bs-table-bg: #fef7d7;
  --bs-table-striped-bg: #f3ecce;
  --bs-table-striped-color: #1d1d1b;
  --bs-table-active-bg: #e8e1c4;
  --bs-table-active-color: #1d1d1b;
  --bs-table-hover-bg: #ede7c9;
  --bs-table-hover-color: #1d1d1b;
  color: #1d1d1b;
  border-color: #e8e1c4;
}

.table-danger {
  --bs-table-bg: #f9e3e0;
  --bs-table-striped-bg: #eed9d6;
  --bs-table-striped-color: #1d1d1b;
  --bs-table-active-bg: #e3cfcc;
  --bs-table-active-color: #1d1d1b;
  --bs-table-hover-bg: #e9d4d1;
  --bs-table-hover-color: #1d1d1b;
  color: #1d1d1b;
  border-color: #e3cfcc;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #edeeef;
  --bs-table-striped-color: #1d1d1b;
  --bs-table-active-bg: #e2e3e4;
  --bs-table-active-color: #1d1d1b;
  --bs-table-hover-bg: #e8e9e9;
  --bs-table-hover-color: #1d1d1b;
  color: #1d1d1b;
  border-color: #e2e3e4;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #F1EDE2;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.5rem;
  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: #212529;
  background-color: #F1EDE2;
  border-color: #8e8e8d;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(29, 29, 27, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  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: 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: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  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;
  -webkit-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;
  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::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

input.form-control::-internal-autofill-selected {
  background: transparent !important;
  box-shadow: none !important;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.5rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.5rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #F1EDE2;
  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 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #8e8e8d;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(29, 29, 27, 0.25);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #F1EDE2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(29, 29, 27, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  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: #8e8e8d;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(29, 29, 27, 0.25);
}

.form-check-input:checked {
  background-color: #1d1d1b;
  border-color: #1d1d1b;
}

.form-check-input:checked[type=checkbox] {
  background-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 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  background-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: #1d1d1b;
  border-color: #1d1d1b;
  background-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,
.form-check-input:disabled~.form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%2829, 29, 27, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238e8e8d'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled]+.btn,
.btn-check:disabled+.btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #F1EDE2, 0 0 0 0.25rem rgba(29, 29, 27, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #F1EDE2, 0 0 0 0.25rem rgba(29, 29, 27, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #1d1d1b;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #bbbbbb;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #1d1d1b;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #bbbbbb;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating>label {
    transition: none;
  }
}

.form-floating>.form-control {
  padding: 1rem 0.75rem;
}

.form-floating>.form-control::-moz-placeholder {
  color: transparent;
}

.form-floating>.form-control::placeholder {
  color: transparent;
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:-webkit-autofill~label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.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: 3;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation> :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {
  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: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #c9deb5;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #1d1d1b;
  background-color: rgba(201, 222, 181, 0.9);
  border-radius: 0.5rem;
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #c9deb5;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23c9deb5' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #c9deb5;
  box-shadow: 0 0 0 0.25rem rgba(201, 222, 181, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: #c9deb5;
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  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 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23c9deb5' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: #c9deb5;
  box-shadow: 0 0 0 0.25rem rgba(201, 222, 181, 0.25);
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: #c9deb5;
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: #c9deb5;
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 222, 181, 0.25);
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
  color: #c9deb5;
}

.form-check-inline .form-check-input~.valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid,
.input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}

.was-validated .input-group .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #e27362;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #1d1d1b;
  background-color: rgba(226, 115, 98, 0.9);
  border-radius: 0.5rem;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #e27362;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e27362'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e27362' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #e27362;
  box-shadow: 0 0 0 0.25rem rgba(226, 115, 98, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: #e27362;
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  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 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e27362'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e27362' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: #e27362;
  box-shadow: 0 0 0 0.25rem rgba(226, 115, 98, 0.25);
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: #e27362;
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: #e27362;
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(226, 115, 98, 0.25);
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
  color: #e27362;
}

.form-check-inline .form-check-input~.invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  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: #212529;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(29, 29, 27, 0.25);
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #1d1d1b;
  border-color: #1d1d1b;
}

.btn-primary:hover {
  color: #fff;
  background-color: #191917;
  border-color: #171716;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #191917;
  border-color: #171716;
  box-shadow: 0 0 0 0.25rem rgba(63, 63, 61, 0.5);
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #171716;
  border-color: #161614;
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(63, 63, 61, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background-color: #1d1d1b;
  border-color: #1d1d1b;
}

.btn-secondary {
  color: #1d1d1b;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

.btn-secondary:hover {
  color: #1d1d1b;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
  color: #1d1d1b;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  box-shadow: 0 0 0 0.25rem rgba(215, 215, 215, 0.5);
}

.btn-check:checked+.btn-secondary,
.btn-check:active+.btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
  color: #1d1d1b;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn-check:checked+.btn-secondary:focus,
.btn-check:active+.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(215, 215, 215, 0.5);
}

.btn-secondary:disabled,
.btn-secondary.disabled {
  color: #1d1d1b;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

.btn-success {
  color: #1d1d1b;
  background-color: #c9deb5;
  border-color: #c9deb5;
}

.btn-success:hover {
  color: #1d1d1b;
  background-color: #d1e3c0;
  border-color: #cee1bc;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
  color: #1d1d1b;
  background-color: #d1e3c0;
  border-color: #cee1bc;
  box-shadow: 0 0 0 0.25rem rgba(175, 193, 158, 0.5);
}

.btn-check:checked+.btn-success,
.btn-check:active+.btn-success,
.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
  color: #1d1d1b;
  background-color: #d4e5c4;
  border-color: #cee1bc;
}

.btn-check:checked+.btn-success:focus,
.btn-check:active+.btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(175, 193, 158, 0.5);
}

.btn-success:disabled,
.btn-success.disabled {
  color: #1d1d1b;
  background-color: #c9deb5;
  border-color: #c9deb5;
}

.btn-info {
  color: #1d1d1b;
  background-color: #9fd4d4;
  border-color: #9fd4d4;
}

.btn-info:hover {
  color: #1d1d1b;
  background-color: #addada;
  border-color: #a9d8d8;
}

.btn-check:focus+.btn-info,
.btn-info:focus {
  color: #1d1d1b;
  background-color: #addada;
  border-color: #a9d8d8;
  box-shadow: 0 0 0 0.25rem rgba(140, 185, 184, 0.5);
}

.btn-check:checked+.btn-info,
.btn-check:active+.btn-info,
.btn-info:active,
.btn-info.active,
.show>.btn-info.dropdown-toggle {
  color: #1d1d1b;
  background-color: #b2dddd;
  border-color: #a9d8d8;
}

.btn-check:checked+.btn-info:focus,
.btn-check:active+.btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(140, 185, 184, 0.5);
}

.btn-info:disabled,
.btn-info.disabled {
  color: #1d1d1b;
  background-color: #9fd4d4;
  border-color: #9fd4d4;
}

.btn-warning {
  color: #1d1d1b;
  background-color: #fad536;
  border-color: #fad536;
}

.btn-warning:hover {
  color: #1d1d1b;
  background-color: #fbdb54;
  border-color: #fbd94a;
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
  color: #1d1d1b;
  background-color: #fbdb54;
  border-color: #fbd94a;
  box-shadow: 0 0 0 0.25rem rgba(217, 185, 50, 0.5);
}

.btn-check:checked+.btn-warning,
.btn-check:active+.btn-warning,
.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
  color: #1d1d1b;
  background-color: #fbdd5e;
  border-color: #fbd94a;
}

.btn-check:checked+.btn-warning:focus,
.btn-check:active+.btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 185, 50, 0.5);
}

.btn-warning:disabled,
.btn-warning.disabled {
  color: #1d1d1b;
  background-color: #fad536;
  border-color: #fad536;
}

.btn-danger {
  color: #1d1d1b;
  background-color: #e27362;
  border-color: #e27362;
}

.btn-danger:hover {
  color: #1d1d1b;
  background-color: #e6887a;
  border-color: #e58172;
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
  color: #1d1d1b;
  background-color: #e6887a;
  border-color: #e58172;
  box-shadow: 0 0 0 0.25rem rgba(196, 102, 87, 0.5);
}

.btn-check:checked+.btn-danger,
.btn-check:active+.btn-danger,
.btn-danger:active,
.btn-danger.active,
.show>.btn-danger.dropdown-toggle {
  color: #1d1d1b;
  background-color: #e88f81;
  border-color: #e58172;
}

.btn-check:checked+.btn-danger:focus,
.btn-check:active+.btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(196, 102, 87, 0.5);
}

.btn-danger:disabled,
.btn-danger.disabled {
  color: #1d1d1b;
  background-color: #e27362;
  border-color: #e27362;
}

.btn-light {
  color: #1d1d1b;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #1d1d1b;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:focus+.btn-light,
.btn-light:focus {
  color: #1d1d1b;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(215, 216, 217, 0.5);
}

.btn-check:checked+.btn-light,
.btn-check:active+.btn-light,
.btn-light:active,
.btn-light.active,
.show>.btn-light.dropdown-toggle {
  color: #1d1d1b;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:checked+.btn-light:focus,
.btn-check:active+.btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(215, 216, 217, 0.5);
}

.btn-light:disabled,
.btn-light.disabled {
  color: #1d1d1b;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:checked+.btn-dark,
.btn-check:active+.btn-dark,
.btn-dark:active,
.btn-dark.active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:checked+.btn-dark:focus,
.btn-check:active+.btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-dark:disabled,
.btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-primary-blue {
  color: #fff;
  background-color: #0426a8;
  border-color: #0426a8;
}

.btn-primary-blue:hover {
  color: #fff;
  background-color: #03208f;
  border-color: #031e86;
}

.btn-check:focus+.btn-primary-blue,
.btn-primary-blue:focus {
  color: #fff;
  background-color: #03208f;
  border-color: #031e86;
  box-shadow: 0 0 0 0.25rem rgba(42, 71, 181, 0.5);
}

.btn-check:checked+.btn-primary-blue,
.btn-check:active+.btn-primary-blue,
.btn-primary-blue:active,
.btn-primary-blue.active,
.show>.btn-primary-blue.dropdown-toggle {
  color: #fff;
  background-color: #031e86;
  border-color: #031d7e;
}

.btn-check:checked+.btn-primary-blue:focus,
.btn-check:active+.btn-primary-blue:focus,
.btn-primary-blue:active:focus,
.btn-primary-blue.active:focus,
.show>.btn-primary-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(42, 71, 181, 0.5);
}

.btn-primary-blue:disabled,
.btn-primary-blue.disabled {
  color: #fff;
  background-color: #0426a8;
  border-color: #0426a8;
}

.btn-primary-light-blue {
  color: #fff;
  background-color: #256ee1;
  border-color: #256ee1;
}

.btn-primary-light-blue:hover {
  color: #fff;
  background-color: #1f5ebf;
  border-color: #1e58b4;
}

.btn-check:focus+.btn-primary-light-blue,
.btn-primary-light-blue:focus {
  color: #fff;
  background-color: #1f5ebf;
  border-color: #1e58b4;
  box-shadow: 0 0 0 0.25rem rgba(70, 132, 230, 0.5);
}

.btn-check:checked+.btn-primary-light-blue,
.btn-check:active+.btn-primary-light-blue,
.btn-primary-light-blue:active,
.btn-primary-light-blue.active,
.show>.btn-primary-light-blue.dropdown-toggle {
  color: #fff;
  background-color: #1e58b4;
  border-color: #1c53a9;
}

.btn-check:checked+.btn-primary-light-blue:focus,
.btn-check:active+.btn-primary-light-blue:focus,
.btn-primary-light-blue:active:focus,
.btn-primary-light-blue.active:focus,
.show>.btn-primary-light-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(70, 132, 230, 0.5);
}

.btn-primary-light-blue:disabled,
.btn-primary-light-blue.disabled {
  color: #fff;
  background-color: #256ee1;
  border-color: #256ee1;
}

.btn-grey-01 {
  color: #1d1d1b;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-grey-01:hover {
  color: #1d1d1b;
  background-color: #f6f6f6;
  border-color: whitesmoke;
}

.btn-check:focus+.btn-grey-01,
.btn-grey-01:focus {
  color: #1d1d1b;
  background-color: #f6f6f6;
  border-color: whitesmoke;
  box-shadow: 0 0 0 0.25rem rgba(212, 212, 211, 0.5);
}

.btn-check:checked+.btn-grey-01,
.btn-check:active+.btn-grey-01,
.btn-grey-01:active,
.btn-grey-01.active,
.show>.btn-grey-01.dropdown-toggle {
  color: #1d1d1b;
  background-color: #f6f6f6;
  border-color: whitesmoke;
}

.btn-check:checked+.btn-grey-01:focus,
.btn-check:active+.btn-grey-01:focus,
.btn-grey-01:active:focus,
.btn-grey-01.active:focus,
.show>.btn-grey-01.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(212, 212, 211, 0.5);
}

.btn-grey-01:disabled,
.btn-grey-01.disabled {
  color: #1d1d1b;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-grey-02 {
  color: #1d1d1b;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

.btn-grey-02:hover {
  color: #1d1d1b;
  background-color: #ececec;
  border-color: #ebebeb;
}

.btn-check:focus+.btn-grey-02,
.btn-grey-02:focus {
  color: #1d1d1b;
  background-color: #ececec;
  border-color: #ebebeb;
  box-shadow: 0 0 0 0.25rem rgba(202, 202, 202, 0.5);
}

.btn-check:checked+.btn-grey-02,
.btn-check:active+.btn-grey-02,
.btn-grey-02:active,
.btn-grey-02.active,
.show>.btn-grey-02.dropdown-toggle {
  color: #1d1d1b;
  background-color: #ededed;
  border-color: #ebebeb;
}

.btn-check:checked+.btn-grey-02:focus,
.btn-check:active+.btn-grey-02:focus,
.btn-grey-02:active:focus,
.btn-grey-02.active:focus,
.show>.btn-grey-02.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(202, 202, 202, 0.5);
}

.btn-grey-02:disabled,
.btn-grey-02.disabled {
  color: #1d1d1b;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

.btn-grey-03 {
  color: #1d1d1b;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.btn-grey-03:hover {
  color: #1d1d1b;
  background-color: #f3f3f3;
  border-color: #f2f2f2;
}

.btn-check:focus+.btn-grey-03,
.btn-grey-03:focus {
  color: #1d1d1b;
  background-color: #f3f3f3;
  border-color: #f2f2f2;
  box-shadow: 0 0 0 0.25rem rgba(209, 209, 209, 0.5);
}

.btn-check:checked+.btn-grey-03,
.btn-check:active+.btn-grey-03,
.btn-grey-03:active,
.btn-grey-03.active,
.show>.btn-grey-03.dropdown-toggle {
  color: #1d1d1b;
  background-color: #f4f4f4;
  border-color: #f2f2f2;
}

.btn-check:checked+.btn-grey-03:focus,
.btn-check:active+.btn-grey-03:focus,
.btn-grey-03:active:focus,
.btn-grey-03.active:focus,
.show>.btn-grey-03.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(209, 209, 209, 0.5);
}

.btn-grey-03:disabled,
.btn-grey-03.disabled {
  color: #1d1d1b;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.btn-grey-04 {
  color: #1d1d1b;
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}

.btn-grey-04:hover {
  color: #1d1d1b;
  background-color: #d8d8d8;
  border-color: #d6d6d6;
}

.btn-check:focus+.btn-grey-04,
.btn-grey-04:focus {
  color: #1d1d1b;
  background-color: #d8d8d8;
  border-color: #d6d6d6;
  box-shadow: 0 0 0 0.25rem rgba(182, 182, 182, 0.5);
}

.btn-check:checked+.btn-grey-04,
.btn-check:active+.btn-grey-04,
.btn-grey-04:active,
.btn-grey-04.active,
.show>.btn-grey-04.dropdown-toggle {
  color: #1d1d1b;
  background-color: #dadada;
  border-color: #d6d6d6;
}

.btn-check:checked+.btn-grey-04:focus,
.btn-check:active+.btn-grey-04:focus,
.btn-grey-04:active:focus,
.btn-grey-04.active:focus,
.show>.btn-grey-04.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(182, 182, 182, 0.5);
}

.btn-grey-04:disabled,
.btn-grey-04.disabled {
  color: #1d1d1b;
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}

.btn-grey-05 {
  color: #1d1d1b;
  background-color: #e1e7ec;
  border-color: #e1e7ec;
}

.btn-grey-05:hover {
  color: #1d1d1b;
  background-color: #e6ebef;
  border-color: #e4e9ee;
}

.btn-check:focus+.btn-grey-05,
.btn-grey-05:focus {
  color: #1d1d1b;
  background-color: #e6ebef;
  border-color: #e4e9ee;
  box-shadow: 0 0 0 0.25rem rgba(196, 201, 205, 0.5);
}

.btn-check:checked+.btn-grey-05,
.btn-check:active+.btn-grey-05,
.btn-grey-05:active,
.btn-grey-05.active,
.show>.btn-grey-05.dropdown-toggle {
  color: #1d1d1b;
  background-color: #e7ecf0;
  border-color: #e4e9ee;
}

.btn-check:checked+.btn-grey-05:focus,
.btn-check:active+.btn-grey-05:focus,
.btn-grey-05:active:focus,
.btn-grey-05.active:focus,
.show>.btn-grey-05.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(196, 201, 205, 0.5);
}

.btn-grey-05:disabled,
.btn-grey-05.disabled {
  color: #1d1d1b;
  background-color: #e1e7ec;
  border-color: #e1e7ec;
}

.btn-dark-grey {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
}

.btn-dark-grey:hover {
  color: #fff;
  background-color: #383838;
  border-color: #353535;
}

.btn-check:focus+.btn-dark-grey,
.btn-dark-grey:focus {
  color: #fff;
  background-color: #383838;
  border-color: #353535;
  box-shadow: 0 0 0 0.25rem rgba(94, 94, 94, 0.5);
}

.btn-check:checked+.btn-dark-grey,
.btn-check:active+.btn-dark-grey,
.btn-dark-grey:active,
.btn-dark-grey.active,
.show>.btn-dark-grey.dropdown-toggle {
  color: #fff;
  background-color: #353535;
  border-color: #323232;
}

.btn-check:checked+.btn-dark-grey:focus,
.btn-check:active+.btn-dark-grey:focus,
.btn-dark-grey:active:focus,
.btn-dark-grey.active:focus,
.show>.btn-dark-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(94, 94, 94, 0.5);
}

.btn-dark-grey:disabled,
.btn-dark-grey.disabled {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
}

.btn-black-200 {
  color: #1d1d1b;
  background-color: #9a9898;
  border-color: #9a9898;
}

.btn-black-200:hover {
  color: #1d1d1b;
  background-color: #a9a7a7;
  border-color: #a4a2a2;
}

.btn-check:focus+.btn-black-200,
.btn-black-200:focus {
  color: #1d1d1b;
  background-color: #a9a7a7;
  border-color: #a4a2a2;
  box-shadow: 0 0 0 0.25rem rgba(135, 134, 133, 0.5);
}

.btn-check:checked+.btn-black-200,
.btn-check:active+.btn-black-200,
.btn-black-200:active,
.btn-black-200.active,
.show>.btn-black-200.dropdown-toggle {
  color: #1d1d1b;
  background-color: #aeadad;
  border-color: #a4a2a2;
}

.btn-check:checked+.btn-black-200:focus,
.btn-check:active+.btn-black-200:focus,
.btn-black-200:active:focus,
.btn-black-200.active:focus,
.show>.btn-black-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(135, 134, 133, 0.5);
}

.btn-black-200:disabled,
.btn-black-200.disabled {
  color: #1d1d1b;
  background-color: #9a9898;
  border-color: #9a9898;
}

.btn-dark-red {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.btn-dark-red:hover {
  color: #fff;
  background-color: #903a38;
  border-color: #873635;
}

.btn-check:focus+.btn-dark-red,
.btn-dark-red:focus {
  color: #fff;
  background-color: #903a38;
  border-color: #873635;
  box-shadow: 0 0 0 0.25rem rgba(182, 96, 94, 0.5);
}

.btn-check:checked+.btn-dark-red,
.btn-check:active+.btn-dark-red,
.btn-dark-red:active,
.btn-dark-red.active,
.show>.btn-dark-red.dropdown-toggle {
  color: #fff;
  background-color: #873635;
  border-color: #7f3332;
}

.btn-check:checked+.btn-dark-red:focus,
.btn-check:active+.btn-dark-red:focus,
.btn-dark-red:active:focus,
.btn-dark-red.active:focus,
.show>.btn-dark-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(182, 96, 94, 0.5);
}

.btn-dark-red:disabled,
.btn-dark-red.disabled {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.btn-light-red {
  color: #1d1d1b;
  background-color: #f2dede;
  border-color: #f2dede;
}

.btn-light-red:hover {
  color: #1d1d1b;
  background-color: #f4e3e3;
  border-color: #f3e1e1;
}

.btn-check:focus+.btn-light-red,
.btn-light-red:focus {
  color: #1d1d1b;
  background-color: #f4e3e3;
  border-color: #f3e1e1;
  box-shadow: 0 0 0 0.25rem rgba(210, 193, 193, 0.5);
}

.btn-check:checked+.btn-light-red,
.btn-check:active+.btn-light-red,
.btn-light-red:active,
.btn-light-red.active,
.show>.btn-light-red.dropdown-toggle {
  color: #1d1d1b;
  background-color: #f5e5e5;
  border-color: #f3e1e1;
}

.btn-check:checked+.btn-light-red:focus,
.btn-check:active+.btn-light-red:focus,
.btn-light-red:active:focus,
.btn-light-red.active:focus,
.show>.btn-light-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(210, 193, 193, 0.5);
}

.btn-light-red:disabled,
.btn-light-red.disabled {
  color: #1d1d1b;
  background-color: #f2dede;
  border-color: #f2dede;
}

.btn-black-300 {
  color: #fff;
  background-color: #6c696a;
  border-color: #6c696a;
}

.btn-black-300:hover {
  color: #fff;
  background-color: #5c595a;
  border-color: #565455;
}

.btn-check:focus+.btn-black-300,
.btn-black-300:focus {
  color: #fff;
  background-color: #5c595a;
  border-color: #565455;
  box-shadow: 0 0 0 0.25rem rgba(130, 128, 128, 0.5);
}

.btn-check:checked+.btn-black-300,
.btn-check:active+.btn-black-300,
.btn-black-300:active,
.btn-black-300.active,
.show>.btn-black-300.dropdown-toggle {
  color: #fff;
  background-color: #565455;
  border-color: #514f50;
}

.btn-check:checked+.btn-black-300:focus,
.btn-check:active+.btn-black-300:focus,
.btn-black-300:active:focus,
.btn-black-300.active:focus,
.show>.btn-black-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 128, 128, 0.5);
}

.btn-black-300:disabled,
.btn-black-300.disabled {
  color: #fff;
  background-color: #6c696a;
  border-color: #6c696a;
}

.btn-black-400 {
  color: #fff;
  background-color: #4f4c4d;
  border-color: #4f4c4d;
}

.btn-black-400:hover {
  color: #fff;
  background-color: #434141;
  border-color: #3f3d3e;
}

.btn-check:focus+.btn-black-400,
.btn-black-400:focus {
  color: #fff;
  background-color: #434141;
  border-color: #3f3d3e;
  box-shadow: 0 0 0 0.25rem rgba(105, 103, 104, 0.5);
}

.btn-check:checked+.btn-black-400,
.btn-check:active+.btn-black-400,
.btn-black-400:active,
.btn-black-400.active,
.show>.btn-black-400.dropdown-toggle {
  color: #fff;
  background-color: #3f3d3e;
  border-color: #3b393a;
}

.btn-check:checked+.btn-black-400:focus,
.btn-check:active+.btn-black-400:focus,
.btn-black-400:active:focus,
.btn-black-400.active:focus,
.show>.btn-black-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(105, 103, 104, 0.5);
}

.btn-black-400:disabled,
.btn-black-400.disabled {
  color: #fff;
  background-color: #4f4c4d;
  border-color: #4f4c4d;
}

.btn-dark-green {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.btn-dark-green:hover {
  color: #fff;
  background-color: #336434;
  border-color: #305e31;
}

.btn-check:focus+.btn-dark-green,
.btn-dark-green:focus {
  color: #fff;
  background-color: #336434;
  border-color: #305e31;
  box-shadow: 0 0 0 0.25rem rgba(89, 139, 90, 0.5);
}

.btn-check:checked+.btn-dark-green,
.btn-check:active+.btn-dark-green,
.btn-dark-green:active,
.btn-dark-green.active,
.show>.btn-dark-green.dropdown-toggle {
  color: #fff;
  background-color: #305e31;
  border-color: #2d592e;
}

.btn-check:checked+.btn-dark-green:focus,
.btn-check:active+.btn-dark-green:focus,
.btn-dark-green:active:focus,
.btn-dark-green.active:focus,
.show>.btn-dark-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(89, 139, 90, 0.5);
}

.btn-dark-green:disabled,
.btn-dark-green.disabled {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.btn-light-green {
  color: #1d1d1b;
  background-color: #dff0d8;
  border-color: #dff0d8;
}

.btn-light-green:hover {
  color: #1d1d1b;
  background-color: #e4f2de;
  border-color: #e2f2dc;
}

.btn-check:focus+.btn-light-green,
.btn-light-green:focus {
  color: #1d1d1b;
  background-color: #e4f2de;
  border-color: #e2f2dc;
  box-shadow: 0 0 0 0.25rem rgba(194, 208, 188, 0.5);
}

.btn-check:checked+.btn-light-green,
.btn-check:active+.btn-light-green,
.btn-light-green:active,
.btn-light-green.active,
.show>.btn-light-green.dropdown-toggle {
  color: #1d1d1b;
  background-color: #e5f3e0;
  border-color: #e2f2dc;
}

.btn-check:checked+.btn-light-green:focus,
.btn-check:active+.btn-light-green:focus,
.btn-light-green:active:focus,
.btn-light-green.active:focus,
.show>.btn-light-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(194, 208, 188, 0.5);
}

.btn-light-green:disabled,
.btn-light-green.disabled {
  color: #1d1d1b;
  background-color: #dff0d8;
  border-color: #dff0d8;
}

.btn-outline-primary {
  color: #1d1d1b;
  border-color: #1d1d1b;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #CFDCE6;
  border-color: #CFDCE6;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(29, 29, 27, 0.5);
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #1d1d1b;
  border-color: #1d1d1b;
}

.btn-check:checked+.btn-outline-primary:focus,
.btn-check:active+.btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(29, 29, 27, 0.5);
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
  color: #1d1d1b;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #f8f8f8;
  border-color: #f8f8f8;
}

.btn-outline-secondary:hover {
  color: #1d1d1b;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 248, 248, 0.5);
}

.btn-check:checked+.btn-outline-secondary,
.btn-check:active+.btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
  color: #1d1d1b;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

.btn-check:checked+.btn-outline-secondary:focus,
.btn-check:active+.btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 248, 248, 0.5);
}

.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
  color: #f8f8f8;
  background-color: transparent;
}

.btn-outline-success {
  color: #c9deb5;
  border-color: #c9deb5;
}

.btn-outline-success:hover {
  color: #1d1d1b;
  background-color: #c9deb5;
  border-color: #c9deb5;
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 222, 181, 0.5);
}

.btn-check:checked+.btn-outline-success,
.btn-check:active+.btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
  color: #1d1d1b;
  background-color: #c9deb5;
  border-color: #c9deb5;
}

.btn-check:checked+.btn-outline-success:focus,
.btn-check:active+.btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 222, 181, 0.5);
}

.btn-outline-success:disabled,
.btn-outline-success.disabled {
  color: #c9deb5;
  background-color: transparent;
}

.btn-outline-info {
  color: #9fd4d4;
  border-color: #9fd4d4;
}

.btn-outline-info:hover {
  color: #1d1d1b;
  background-color: #9fd4d4;
  border-color: #9fd4d4;
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(159, 212, 212, 0.5);
}

.btn-check:checked+.btn-outline-info,
.btn-check:active+.btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
  color: #1d1d1b;
  background-color: #9fd4d4;
  border-color: #9fd4d4;
}

.btn-check:checked+.btn-outline-info:focus,
.btn-check:active+.btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(159, 212, 212, 0.5);
}

.btn-outline-info:disabled,
.btn-outline-info.disabled {
  color: #9fd4d4;
  background-color: transparent;
}

.btn-outline-warning {
  color: #fad536;
  border-color: #fad536;
}

.btn-outline-warning:hover {
  color: #1d1d1b;
  background-color: #fad536;
  border-color: #fad536;
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(250, 213, 54, 0.5);
}

.btn-check:checked+.btn-outline-warning,
.btn-check:active+.btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
  color: #1d1d1b;
  background-color: #fad536;
  border-color: #fad536;
}

.btn-check:checked+.btn-outline-warning:focus,
.btn-check:active+.btn-outline-warning:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(250, 213, 54, 0.5);
}

.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
  color: #fad536;
  background-color: transparent;
}

.btn-outline-danger {
  color: #e27362;
  border-color: #e27362;
}

.btn-outline-danger:hover {
  color: #1d1d1b;
  background-color: #e27362;
  border-color: #e27362;
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(226, 115, 98, 0.5);
}

.btn-check:checked+.btn-outline-danger,
.btn-check:active+.btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
  color: #1d1d1b;
  background-color: #e27362;
  border-color: #e27362;
}

.btn-check:checked+.btn-outline-danger:focus,
.btn-check:active+.btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(226, 115, 98, 0.5);
}

.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
  color: #e27362;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #1d1d1b;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-check:checked+.btn-outline-light,
.btn-check:active+.btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show {
  color: #1d1d1b;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:checked+.btn-outline-light:focus,
.btn-check:active+.btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:disabled,
.btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #CFDCE6;
  border-color: #CFDCE6;
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-check:checked+.btn-outline-dark,
.btn-check:active+.btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:checked+.btn-outline-dark:focus,
.btn-check:active+.btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-outline-primary-blue {
  color: #0426a8;
  border-color: #0426a8;
}

.btn-outline-primary-blue:hover {
  color: #fff;
  background-color: #0426a8;
  border-color: #0426a8;
}

.btn-check:focus+.btn-outline-primary-blue,
.btn-outline-primary-blue:focus {
  box-shadow: 0 0 0 0.25rem rgba(4, 38, 168, 0.5);
}

.btn-check:checked+.btn-outline-primary-blue,
.btn-check:active+.btn-outline-primary-blue,
.btn-outline-primary-blue:active,
.btn-outline-primary-blue.active,
.btn-outline-primary-blue.dropdown-toggle.show {
  color: #fff;
  background-color: #0426a8;
  border-color: #0426a8;
}

.btn-check:checked+.btn-outline-primary-blue:focus,
.btn-check:active+.btn-outline-primary-blue:focus,
.btn-outline-primary-blue:active:focus,
.btn-outline-primary-blue.active:focus,
.btn-outline-primary-blue.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(4, 38, 168, 0.5);
}

.btn-outline-primary-blue:disabled,
.btn-outline-primary-blue.disabled {
  color: #0426a8;
  background-color: transparent;
}

.btn-outline-primary-light-blue {
  color: #256ee1;
  border-color: #256ee1;
}

.btn-outline-primary-light-blue:hover {
  color: #fff;
  background-color: #256ee1;
  border-color: #256ee1;
}

.btn-check:focus+.btn-outline-primary-light-blue,
.btn-outline-primary-light-blue:focus {
  box-shadow: 0 0 0 0.25rem rgba(37, 110, 225, 0.5);
}

.btn-check:checked+.btn-outline-primary-light-blue,
.btn-check:active+.btn-outline-primary-light-blue,
.btn-outline-primary-light-blue:active,
.btn-outline-primary-light-blue.active,
.btn-outline-primary-light-blue.dropdown-toggle.show {
  color: #fff;
  background-color: #256ee1;
  border-color: #256ee1;
}

.btn-check:checked+.btn-outline-primary-light-blue:focus,
.btn-check:active+.btn-outline-primary-light-blue:focus,
.btn-outline-primary-light-blue:active:focus,
.btn-outline-primary-light-blue.active:focus,
.btn-outline-primary-light-blue.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(37, 110, 225, 0.5);
}

.btn-outline-primary-light-blue:disabled,
.btn-outline-primary-light-blue.disabled {
  color: #256ee1;
  background-color: transparent;
}

.btn-outline-grey-01 {
  color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-outline-grey-01:hover {
  color: #1d1d1b;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-check:focus+.btn-outline-grey-01,
.btn-outline-grey-01:focus {
  box-shadow: 0 0 0 0.25rem rgba(244, 244, 244, 0.5);
}

.btn-check:checked+.btn-outline-grey-01,
.btn-check:active+.btn-outline-grey-01,
.btn-outline-grey-01:active,
.btn-outline-grey-01.active,
.btn-outline-grey-01.dropdown-toggle.show {
  color: #1d1d1b;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-check:checked+.btn-outline-grey-01:focus,
.btn-check:active+.btn-outline-grey-01:focus,
.btn-outline-grey-01:active:focus,
.btn-outline-grey-01.active:focus,
.btn-outline-grey-01.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(244, 244, 244, 0.5);
}

.btn-outline-grey-01:disabled,
.btn-outline-grey-01.disabled {
  color: #f4f4f4;
  background-color: transparent;
}

.btn-outline-grey-02 {
  color: #e9e9e9;
  border-color: #e9e9e9;
}

.btn-outline-grey-02:hover {
  color: #1d1d1b;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

.btn-check:focus+.btn-outline-grey-02,
.btn-outline-grey-02:focus {
  box-shadow: 0 0 0 0.25rem rgba(233, 233, 233, 0.5);
}

.btn-check:checked+.btn-outline-grey-02,
.btn-check:active+.btn-outline-grey-02,
.btn-outline-grey-02:active,
.btn-outline-grey-02.active,
.btn-outline-grey-02.dropdown-toggle.show {
  color: #1d1d1b;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

.btn-check:checked+.btn-outline-grey-02:focus,
.btn-check:active+.btn-outline-grey-02:focus,
.btn-outline-grey-02:active:focus,
.btn-outline-grey-02.active:focus,
.btn-outline-grey-02.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(233, 233, 233, 0.5);
}

.btn-outline-grey-02:disabled,
.btn-outline-grey-02.disabled {
  color: #e9e9e9;
  background-color: transparent;
}

.btn-outline-grey-03 {
  color: #f1f1f1;
  border-color: #f1f1f1;
}

.btn-outline-grey-03:hover {
  color: #1d1d1b;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.btn-check:focus+.btn-outline-grey-03,
.btn-outline-grey-03:focus {
  box-shadow: 0 0 0 0.25rem rgba(241, 241, 241, 0.5);
}

.btn-check:checked+.btn-outline-grey-03,
.btn-check:active+.btn-outline-grey-03,
.btn-outline-grey-03:active,
.btn-outline-grey-03.active,
.btn-outline-grey-03.dropdown-toggle.show {
  color: #1d1d1b;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.btn-check:checked+.btn-outline-grey-03:focus,
.btn-check:active+.btn-outline-grey-03:focus,
.btn-outline-grey-03:active:focus,
.btn-outline-grey-03.active:focus,
.btn-outline-grey-03.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(241, 241, 241, 0.5);
}

.btn-outline-grey-03:disabled,
.btn-outline-grey-03.disabled {
  color: #f1f1f1;
  background-color: transparent;
}

.btn-outline-grey-04 {
  color: #d1d1d1;
  border-color: #d1d1d1;
}

.btn-outline-grey-04:hover {
  color: #1d1d1b;
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}

.btn-check:focus+.btn-outline-grey-04,
.btn-outline-grey-04:focus {
  box-shadow: 0 0 0 0.25rem rgba(209, 209, 209, 0.5);
}

.btn-check:checked+.btn-outline-grey-04,
.btn-check:active+.btn-outline-grey-04,
.btn-outline-grey-04:active,
.btn-outline-grey-04.active,
.btn-outline-grey-04.dropdown-toggle.show {
  color: #1d1d1b;
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}

.btn-check:checked+.btn-outline-grey-04:focus,
.btn-check:active+.btn-outline-grey-04:focus,
.btn-outline-grey-04:active:focus,
.btn-outline-grey-04.active:focus,
.btn-outline-grey-04.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(209, 209, 209, 0.5);
}

.btn-outline-grey-04:disabled,
.btn-outline-grey-04.disabled {
  color: #d1d1d1;
  background-color: transparent;
}

.btn-outline-grey-05 {
  color: #e1e7ec;
  border-color: #e1e7ec;
}

.btn-outline-grey-05:hover {
  color: #1d1d1b;
  background-color: #e1e7ec;
  border-color: #e1e7ec;
}

.btn-check:focus+.btn-outline-grey-05,
.btn-outline-grey-05:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 231, 236, 0.5);
}

.btn-check:checked+.btn-outline-grey-05,
.btn-check:active+.btn-outline-grey-05,
.btn-outline-grey-05:active,
.btn-outline-grey-05.active,
.btn-outline-grey-05.dropdown-toggle.show {
  color: #1d1d1b;
  background-color: #e1e7ec;
  border-color: #e1e7ec;
}

.btn-check:checked+.btn-outline-grey-05:focus,
.btn-check:active+.btn-outline-grey-05:focus,
.btn-outline-grey-05:active:focus,
.btn-outline-grey-05.active:focus,
.btn-outline-grey-05.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 231, 236, 0.5);
}

.btn-outline-grey-05:disabled,
.btn-outline-grey-05.disabled {
  color: #e1e7ec;
  background-color: transparent;
}

.btn-outline-dark-grey {
  color: #424242;
  border-color: #424242;
}

.btn-outline-dark-grey:hover {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
}

.btn-check:focus+.btn-outline-dark-grey,
.btn-outline-dark-grey:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 66, 66, 0.5);
}

.btn-check:checked+.btn-outline-dark-grey,
.btn-check:active+.btn-outline-dark-grey,
.btn-outline-dark-grey:active,
.btn-outline-dark-grey.active,
.btn-outline-dark-grey.dropdown-toggle.show {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
}

.btn-check:checked+.btn-outline-dark-grey:focus,
.btn-check:active+.btn-outline-dark-grey:focus,
.btn-outline-dark-grey:active:focus,
.btn-outline-dark-grey.active:focus,
.btn-outline-dark-grey.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 66, 66, 0.5);
}

.btn-outline-dark-grey:disabled,
.btn-outline-dark-grey.disabled {
  color: #424242;
  background-color: transparent;
}

.btn-outline-black-200 {
  color: #9a9898;
  border-color: #9a9898;
}

.btn-outline-black-200:hover {
  color: #1d1d1b;
  background-color: #9a9898;
  border-color: #9a9898;
}

.btn-check:focus+.btn-outline-black-200,
.btn-outline-black-200:focus {
  box-shadow: 0 0 0 0.25rem rgba(154, 152, 152, 0.5);
}

.btn-check:checked+.btn-outline-black-200,
.btn-check:active+.btn-outline-black-200,
.btn-outline-black-200:active,
.btn-outline-black-200.active,
.btn-outline-black-200.dropdown-toggle.show {
  color: #1d1d1b;
  background-color: #9a9898;
  border-color: #9a9898;
}

.btn-check:checked+.btn-outline-black-200:focus,
.btn-check:active+.btn-outline-black-200:focus,
.btn-outline-black-200:active:focus,
.btn-outline-black-200.active:focus,
.btn-outline-black-200.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(154, 152, 152, 0.5);
}

.btn-outline-black-200:disabled,
.btn-outline-black-200.disabled {
  color: #9a9898;
  background-color: transparent;
}

.btn-outline-dark-red {
  color: #a94442;
  border-color: #a94442;
}

.btn-outline-dark-red:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.btn-check:focus+.btn-outline-dark-red,
.btn-outline-dark-red:focus {
  box-shadow: 0 0 0 0.25rem rgba(169, 68, 66, 0.5);
}

.btn-check:checked+.btn-outline-dark-red,
.btn-check:active+.btn-outline-dark-red,
.btn-outline-dark-red:active,
.btn-outline-dark-red.active,
.btn-outline-dark-red.dropdown-toggle.show {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.btn-check:checked+.btn-outline-dark-red:focus,
.btn-check:active+.btn-outline-dark-red:focus,
.btn-outline-dark-red:active:focus,
.btn-outline-dark-red.active:focus,
.btn-outline-dark-red.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(169, 68, 66, 0.5);
}

.btn-outline-dark-red:disabled,
.btn-outline-dark-red.disabled {
  color: #a94442;
  background-color: transparent;
}

.btn-outline-light-red {
  color: #f2dede;
  border-color: #f2dede;
}

.btn-outline-light-red:hover {
  color: #1d1d1b;
  background-color: #f2dede;
  border-color: #f2dede;
}

.btn-check:focus+.btn-outline-light-red,
.btn-outline-light-red:focus {
  box-shadow: 0 0 0 0.25rem rgba(242, 222, 222, 0.5);
}

.btn-check:checked+.btn-outline-light-red,
.btn-check:active+.btn-outline-light-red,
.btn-outline-light-red:active,
.btn-outline-light-red.active,
.btn-outline-light-red.dropdown-toggle.show {
  color: #1d1d1b;
  background-color: #f2dede;
  border-color: #f2dede;
}

.btn-check:checked+.btn-outline-light-red:focus,
.btn-check:active+.btn-outline-light-red:focus,
.btn-outline-light-red:active:focus,
.btn-outline-light-red.active:focus,
.btn-outline-light-red.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(242, 222, 222, 0.5);
}

.btn-outline-light-red:disabled,
.btn-outline-light-red.disabled {
  color: #f2dede;
  background-color: transparent;
}

.btn-outline-black-300 {
  color: #6c696a;
  border-color: #6c696a;
}

.btn-outline-black-300:hover {
  color: #fff;
  background-color: #6c696a;
  border-color: #6c696a;
}

.btn-check:focus+.btn-outline-black-300,
.btn-outline-black-300:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 105, 106, 0.5);
}

.btn-check:checked+.btn-outline-black-300,
.btn-check:active+.btn-outline-black-300,
.btn-outline-black-300:active,
.btn-outline-black-300.active,
.btn-outline-black-300.dropdown-toggle.show {
  color: #fff;
  background-color: #6c696a;
  border-color: #6c696a;
}

.btn-check:checked+.btn-outline-black-300:focus,
.btn-check:active+.btn-outline-black-300:focus,
.btn-outline-black-300:active:focus,
.btn-outline-black-300.active:focus,
.btn-outline-black-300.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 105, 106, 0.5);
}

.btn-outline-black-300:disabled,
.btn-outline-black-300.disabled {
  color: #6c696a;
  background-color: transparent;
}

.btn-outline-black-400 {
  color: #4f4c4d;
  border-color: #4f4c4d;
}

.btn-outline-black-400:hover {
  color: #fff;
  background-color: #4f4c4d;
  border-color: #4f4c4d;
}

.btn-check:focus+.btn-outline-black-400,
.btn-outline-black-400:focus {
  box-shadow: 0 0 0 0.25rem rgba(79, 76, 77, 0.5);
}

.btn-check:checked+.btn-outline-black-400,
.btn-check:active+.btn-outline-black-400,
.btn-outline-black-400:active,
.btn-outline-black-400.active,
.btn-outline-black-400.dropdown-toggle.show {
  color: #fff;
  background-color: #4f4c4d;
  border-color: #4f4c4d;
}

.btn-check:checked+.btn-outline-black-400:focus,
.btn-check:active+.btn-outline-black-400:focus,
.btn-outline-black-400:active:focus,
.btn-outline-black-400.active:focus,
.btn-outline-black-400.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(79, 76, 77, 0.5);
}

.btn-outline-black-400:disabled,
.btn-outline-black-400.disabled {
  color: #4f4c4d;
  background-color: transparent;
}

.btn-outline-dark-green {
  color: #3c763d;
  border-color: #3c763d;
}

.btn-outline-dark-green:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.btn-check:focus+.btn-outline-dark-green,
.btn-outline-dark-green:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 118, 61, 0.5);
}

.btn-check:checked+.btn-outline-dark-green,
.btn-check:active+.btn-outline-dark-green,
.btn-outline-dark-green:active,
.btn-outline-dark-green.active,
.btn-outline-dark-green.dropdown-toggle.show {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.btn-check:checked+.btn-outline-dark-green:focus,
.btn-check:active+.btn-outline-dark-green:focus,
.btn-outline-dark-green:active:focus,
.btn-outline-dark-green.active:focus,
.btn-outline-dark-green.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 118, 61, 0.5);
}

.btn-outline-dark-green:disabled,
.btn-outline-dark-green.disabled {
  color: #3c763d;
  background-color: transparent;
}

.btn-outline-light-green {
  color: #dff0d8;
  border-color: #dff0d8;
}

.btn-outline-light-green:hover {
  color: #1d1d1b;
  background-color: #dff0d8;
  border-color: #dff0d8;
}

.btn-check:focus+.btn-outline-light-green,
.btn-outline-light-green:focus {
  box-shadow: 0 0 0 0.25rem rgba(223, 240, 216, 0.5);
}

.btn-check:checked+.btn-outline-light-green,
.btn-check:active+.btn-outline-light-green,
.btn-outline-light-green:active,
.btn-outline-light-green.active,
.btn-outline-light-green.dropdown-toggle.show {
  color: #1d1d1b;
  background-color: #dff0d8;
  border-color: #dff0d8;
}

.btn-check:checked+.btn-outline-light-green:focus,
.btn-check:active+.btn-outline-light-green:focus,
.btn-outline-light-green:active:focus,
.btn-outline-light-green.active:focus,
.btn-outline-light-green.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(223, 240, 216, 0.5);
}

.btn-outline-light-green:disabled,
.btn-outline-light-green.disabled {
  color: #dff0d8;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #1d1d1b;
  text-decoration: underline;
}

.btn-link:hover {
  color: #171716;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.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;
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.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: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(29, 29, 27, 0.15);
  border-radius: 0.5rem;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }

  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.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.125rem;
}

.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 rgba(29, 29, 27, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #1d1d1b;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(29, 29, 27, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #1d1d1b;
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(29, 29, 27, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn:nth-child(n+3),
.btn-group> :not(.btn-check)+.btn,
.btn-group>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn~.btn,
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #1d1d1b;
  text-decoration: none;
  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: #171716;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #F1EDE2;
  border-color: #dee2e6 #dee2e6 #F1EDE2;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.5rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #1d1d1b;
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  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-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  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.25rem;
}

.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: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .offcanvas-header {
    display: none;
  }

  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .navbar-expand-md .offcanvas-header {
    display: none;
  }

  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@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: 0.5rem;
    padding-left: 0.5rem;
  }

  .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-expand-lg .offcanvas-header {
    display: none;
  }

  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .offcanvas-header {
    display: none;
  }

  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }

  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}

.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(29, 29, 27, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(29, 29, 27, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(29, 29, 27, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(29, 29, 27, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(29, 29, 27, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(29, 29, 27, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(29, 29, 27, 0.55);
  border-color: rgba(29, 29, 27, 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%2829, 29, 27, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(29, 29, 27, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(29, 29, 27, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .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%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(29, 29, 27, 0.125);
  border-radius: 0.5rem;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link+.card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(29, 29, 27, 0.03);
  border-bottom: 1px solid rgba(29, 29, 27, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(29, 29, 27, 0.03);
  border-top: 1px solid rgba(29, 29, 27, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-tabs .nav-link.active {
  background-color: #fff;
  border-bottom-color: #fff;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.5rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

.card-group>.card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-top,
  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-bottom,
  .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-top,
  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-bottom,
  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #F1EDE2;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: #1a1a18;
  background-color: #e8e8e8;
  box-shadow: inset 0 -1px 0 rgba(29, 29, 27, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231a1a18'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #8e8e8d;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(29, 29, 27, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #F1EDE2;
  border: 1px solid rgba(29, 29, 27, 0.125);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/")
    /* rtl: var(--bs-breadcrumb-divider, "/") */
  ;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #1d1d1b;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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) {
  .page-link {
    transition: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: #171716;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  color: #171716;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(29, 29, 27, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #1d1d1b;
  border-color: #1d1d1b;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #111110;
  background-color: #d2d2d1;
  border-color: #bbbbbb;
}

.alert-primary .alert-link {
  color: #0e0e0d;
}

.alert-secondary {
  color: #757573;
  background-color: #fefefe;
  border-color: #fdfdfd;
}

.alert-secondary .alert-link {
  color: #5e5e5c;
}

.alert-success {
  color: #626a59;
  background-color: #f4f8f0;
  border-color: #eff5e9;
}

.alert-success .alert-link {
  color: #4e5547;
}

.alert-info {
  color: #516665;
  background-color: #ecf6f6;
  border-color: #e2f2f2;
}

.alert-info .alert-link {
  color: #415251;
}

.alert-warning {
  color: #756726;
  background-color: #fef7d7;
  border-color: #fef2c3;
}

.alert-warning .alert-link {
  color: #5e521e;
}

.alert-danger {
  color: #88453b;
  background-color: #f9e3e0;
  border-color: #f6d5d0;
}

.alert-danger .alert-link {
  color: #6d372f;
}

.alert-light {
  color: #757574;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light .alert-link {
  color: #5e5e5d;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

.alert-dark .alert-link {
  color: #101214;
}

.alert-primary-blue {
  color: #021765;
  background-color: #cdd4ee;
  border-color: #b4bee5;
}

.alert-primary-blue .alert-link {
  color: #021251;
}

.alert-primary-light-blue {
  color: #164287;
  background-color: #d3e2f9;
  border-color: #bed4f6;
}

.alert-primary-light-blue .alert-link {
  color: #12356c;
}

.alert-grey-01 {
  color: #737372;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}

.alert-grey-01 .alert-link {
  color: #5c5c5b;
}

.alert-grey-02 {
  color: #6f6f6d;
  background-color: #fbfbfb;
  border-color: #f8f8f8;
}

.alert-grey-02 .alert-link {
  color: #595957;
}

.alert-grey-03 {
  color: #727271;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}

.alert-grey-03 .alert-link {
  color: #5b5b5a;
}

.alert-grey-04 {
  color: #656564;
  background-color: #f6f6f6;
  border-color: #f1f1f1;
}

.alert-grey-04 .alert-link {
  color: #515150;
}

.alert-grey-05 {
  color: #6b6e6f;
  background-color: #f9fafb;
  border-color: #f6f8f9;
}

.alert-grey-05 .alert-link {
  color: #565859;
}

.alert-dark-grey {
  color: #282828;
  background-color: #d9d9d9;
  border-color: #c6c6c6;
}

.alert-dark-grey .alert-link {
  color: #202020;
}

.alert-black-200 {
  color: #5c5b5b;
  background-color: #ebeaea;
  border-color: #e1e0e0;
}

.alert-black-200 .alert-link {
  color: #4a4949;
}

.alert-dark-red {
  color: #652928;
  background-color: #eedad9;
  border-color: #e5c7c6;
}

.alert-dark-red .alert-link {
  color: #512120;
}

.alert-light-red {
  color: #726a69;
  background-color: #fcf8f8;
  border-color: #fbf5f5;
}

.alert-light-red .alert-link {
  color: #5b5554;
}

.alert-black-300 {
  color: #413f40;
  background-color: #e2e1e1;
  border-color: #d3d2d2;
}

.alert-black-300 .alert-link {
  color: #343233;
}

.alert-black-400 {
  color: #2f2e2e;
  background-color: #dcdbdb;
  border-color: #cac9ca;
}

.alert-black-400 .alert-link {
  color: #262525;
}

.alert-dark-green {
  color: #244725;
  background-color: #d8e4d8;
  border-color: #c5d6c5;
}

.alert-dark-green .alert-link {
  color: #1d391e;
}

.alert-light-green {
  color: #6b7167;
  background-color: #f9fcf7;
  border-color: #f5fbf3;
}

.alert-light-green .alert-link {
  color: #565a52;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.5rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1d1d1b;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.5rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered>li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(29, 29, 27, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #1d1d1b;
  border-color: #1d1d1b;
}

.list-group-item+.list-group-item {
  border-top-width: 0;
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm>.list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md>.list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg>.list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl>.list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxl>.list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl>.list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxl>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush>.list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #111110;
  background-color: #d2d2d1;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #111110;
  background-color: #bdbdbc;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #111110;
  border-color: #111110;
}

.list-group-item-secondary {
  color: #757573;
  background-color: #fefefe;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #757573;
  background-color: #e5e5e5;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #757573;
  border-color: #757573;
}

.list-group-item-success {
  color: #626a59;
  background-color: #f4f8f0;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #626a59;
  background-color: #dcdfd8;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #626a59;
  border-color: #626a59;
}

.list-group-item-info {
  color: #516665;
  background-color: #ecf6f6;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #516665;
  background-color: #d4dddd;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #516665;
  border-color: #516665;
}

.list-group-item-warning {
  color: #756726;
  background-color: #fef7d7;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #756726;
  background-color: #e5dec2;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #756726;
  border-color: #756726;
}

.list-group-item-danger {
  color: #88453b;
  background-color: #f9e3e0;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #88453b;
  background-color: #e0ccca;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #88453b;
  border-color: #88453b;
}

.list-group-item-light {
  color: #757574;
  background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #757574;
  background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #757574;
  border-color: #757574;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.list-group-item-primary-blue {
  color: #021765;
  background-color: #cdd4ee;
}

.list-group-item-primary-blue.list-group-item-action:hover,
.list-group-item-primary-blue.list-group-item-action:focus {
  color: #021765;
  background-color: #b9bfd6;
}

.list-group-item-primary-blue.list-group-item-action.active {
  color: #fff;
  background-color: #021765;
  border-color: #021765;
}

.list-group-item-primary-light-blue {
  color: #164287;
  background-color: #d3e2f9;
}

.list-group-item-primary-light-blue.list-group-item-action:hover,
.list-group-item-primary-light-blue.list-group-item-action:focus {
  color: #164287;
  background-color: #becbe0;
}

.list-group-item-primary-light-blue.list-group-item-action.active {
  color: #fff;
  background-color: #164287;
  border-color: #164287;
}

.list-group-item-grey-01 {
  color: #737372;
  background-color: #fdfdfd;
}

.list-group-item-grey-01.list-group-item-action:hover,
.list-group-item-grey-01.list-group-item-action:focus {
  color: #737372;
  background-color: #e4e4e4;
}

.list-group-item-grey-01.list-group-item-action.active {
  color: #fff;
  background-color: #737372;
  border-color: #737372;
}

.list-group-item-grey-02 {
  color: #6f6f6d;
  background-color: #fbfbfb;
}

.list-group-item-grey-02.list-group-item-action:hover,
.list-group-item-grey-02.list-group-item-action:focus {
  color: #6f6f6d;
  background-color: #e2e2e2;
}

.list-group-item-grey-02.list-group-item-action.active {
  color: #fff;
  background-color: #6f6f6d;
  border-color: #6f6f6d;
}

.list-group-item-grey-03 {
  color: #727271;
  background-color: #fcfcfc;
}

.list-group-item-grey-03.list-group-item-action:hover,
.list-group-item-grey-03.list-group-item-action:focus {
  color: #727271;
  background-color: #e3e3e3;
}

.list-group-item-grey-03.list-group-item-action.active {
  color: #fff;
  background-color: #727271;
  border-color: #727271;
}

.list-group-item-grey-04 {
  color: #656564;
  background-color: #f6f6f6;
}

.list-group-item-grey-04.list-group-item-action:hover,
.list-group-item-grey-04.list-group-item-action:focus {
  color: #656564;
  background-color: #dddddd;
}

.list-group-item-grey-04.list-group-item-action.active {
  color: #fff;
  background-color: #656564;
  border-color: #656564;
}

.list-group-item-grey-05 {
  color: #6b6e6f;
  background-color: #f9fafb;
}

.list-group-item-grey-05.list-group-item-action:hover,
.list-group-item-grey-05.list-group-item-action:focus {
  color: #6b6e6f;
  background-color: #e0e1e2;
}

.list-group-item-grey-05.list-group-item-action.active {
  color: #fff;
  background-color: #6b6e6f;
  border-color: #6b6e6f;
}

.list-group-item-dark-grey {
  color: #282828;
  background-color: #d9d9d9;
}

.list-group-item-dark-grey.list-group-item-action:hover,
.list-group-item-dark-grey.list-group-item-action:focus {
  color: #282828;
  background-color: #c3c3c3;
}

.list-group-item-dark-grey.list-group-item-action.active {
  color: #fff;
  background-color: #282828;
  border-color: #282828;
}

.list-group-item-black-200 {
  color: #5c5b5b;
  background-color: #ebeaea;
}

.list-group-item-black-200.list-group-item-action:hover,
.list-group-item-black-200.list-group-item-action:focus {
  color: #5c5b5b;
  background-color: #d4d3d3;
}

.list-group-item-black-200.list-group-item-action.active {
  color: #fff;
  background-color: #5c5b5b;
  border-color: #5c5b5b;
}

.list-group-item-dark-red {
  color: #652928;
  background-color: #eedad9;
}

.list-group-item-dark-red.list-group-item-action:hover,
.list-group-item-dark-red.list-group-item-action:focus {
  color: #652928;
  background-color: #d6c4c3;
}

.list-group-item-dark-red.list-group-item-action.active {
  color: #fff;
  background-color: #652928;
  border-color: #652928;
}

.list-group-item-light-red {
  color: #726a69;
  background-color: #fcf8f8;
}

.list-group-item-light-red.list-group-item-action:hover,
.list-group-item-light-red.list-group-item-action:focus {
  color: #726a69;
  background-color: #e3dfdf;
}

.list-group-item-light-red.list-group-item-action.active {
  color: #fff;
  background-color: #726a69;
  border-color: #726a69;
}

.list-group-item-black-300 {
  color: #413f40;
  background-color: #e2e1e1;
}

.list-group-item-black-300.list-group-item-action:hover,
.list-group-item-black-300.list-group-item-action:focus {
  color: #413f40;
  background-color: #cbcbcb;
}

.list-group-item-black-300.list-group-item-action.active {
  color: #fff;
  background-color: #413f40;
  border-color: #413f40;
}

.list-group-item-black-400 {
  color: #2f2e2e;
  background-color: #dcdbdb;
}

.list-group-item-black-400.list-group-item-action:hover,
.list-group-item-black-400.list-group-item-action:focus {
  color: #2f2e2e;
  background-color: #c6c5c5;
}

.list-group-item-black-400.list-group-item-action.active {
  color: #fff;
  background-color: #2f2e2e;
  border-color: #2f2e2e;
}

.list-group-item-dark-green {
  color: #244725;
  background-color: #d8e4d8;
}

.list-group-item-dark-green.list-group-item-action:hover,
.list-group-item-dark-green.list-group-item-action:focus {
  color: #244725;
  background-color: #c2cdc2;
}

.list-group-item-dark-green.list-group-item-action.active {
  color: #fff;
  background-color: #244725;
  border-color: #244725;
}

.list-group-item-light-green {
  color: #6b7167;
  background-color: #f9fcf7;
}

.list-group-item-light-green.list-group-item-action:hover,
.list-group-item-light-green.list-group-item-action:focus {
  color: #6b7167;
  background-color: #e0e3de;
}

.list-group-item-light-green.list-group-item-action.active {
  color: #fff;
  background-color: #6b7167;
  border-color: #6b7167;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #1d1d1b;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231d1d1b'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.5rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #1d1d1b;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(29, 29, 27, 0.25);
  opacity: 1;
}

.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(29, 29, 27, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(29, 29, 27, 0.15);
  border-radius: 0.5rem;
}

.toast.showing {
  opacity: 0;
}

.toast:not(.show) {
  display: none;
}

.toast-container {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container> :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(29, 29, 27, 0.05);
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  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.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(29, 29, 27, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #1d1d1b;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #1d1d1b;
}

.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #1d1d1b;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #1d1d1b;
}

.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #1d1d1b;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #1d1d1b;
  border-radius: 0.5rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0
    /* rtl:ignore */
  ;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(29, 29, 27, 0.2);
  border-radius: 0.3rem;
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top>.popover-arrow,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(29, 29, 27, 0.25);
}

.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end>.popover-arrow,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(29, 29, 27, 0.25);
}

.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom>.popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(29, 29, 27, 0.25);
}

.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start>.popover-arrow,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(29, 29, 27, 0.25);
}

.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(29, 29, 27, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #1d1d1b;
}

.carousel-dark .carousel-caption {
  color: #1d1d1b;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg)
      /* rtl:ignore */
    ;
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {

  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  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-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #1d1d1b;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(29, 29, 27, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(29, 29, 27, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(29, 29, 27, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(29, 29, 27, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  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: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #1d1d1b 55%, rgba(0, 0, 0, 0.8) 75%, #1d1d1b 95%);
  mask-image: linear-gradient(130deg, #1d1d1b 55%, rgba(0, 0, 0, 0.8) 75%, #1d1d1b 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #1d1d1b;
}

.link-primary:hover,
.link-primary:focus {
  color: #171716;
}

.link-secondary {
  color: #f8f8f8;
}

.link-secondary:hover,
.link-secondary:focus {
  color: #f9f9f9;
}

.link-success {
  color: #c9deb5;
}

.link-success:hover,
.link-success:focus {
  color: #d4e5c4;
}

.link-info {
  color: #9fd4d4;
}

.link-info:hover,
.link-info:focus {
  color: #b2dddd;
}

.link-warning {
  color: #fad536;
}

.link-warning:hover,
.link-warning:focus {
  color: #fbdd5e;
}

.link-danger {
  color: #e27362;
}

.link-danger:hover,
.link-danger:focus {
  color: #e88f81;
}

.link-light {
  color: #f8f9fa;
}

.link-light:hover,
.link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}

.link-dark:hover,
.link-dark:focus {
  color: #1a1e21;
}

.link-primary-blue {
  color: #0426a8;
}

.link-primary-blue:hover,
.link-primary-blue:focus {
  color: #031e86;
}

.link-primary-light-blue {
  color: #256ee1;
}

.link-primary-light-blue:hover,
.link-primary-light-blue:focus {
  color: #1e58b4;
}

.link-grey-01 {
  color: #f4f4f4;
}

.link-grey-01:hover,
.link-grey-01:focus {
  color: #f6f6f6;
}

.link-grey-02 {
  color: #e9e9e9;
}

.link-grey-02:hover,
.link-grey-02:focus {
  color: #ededed;
}

.link-grey-03 {
  color: #f1f1f1;
}

.link-grey-03:hover,
.link-grey-03:focus {
  color: #f4f4f4;
}

.link-grey-04 {
  color: #d1d1d1;
}

.link-grey-04:hover,
.link-grey-04:focus {
  color: #dadada;
}

.link-grey-05 {
  color: #e1e7ec;
}

.link-grey-05:hover,
.link-grey-05:focus {
  color: #e7ecf0;
}

.link-dark-grey {
  color: #424242;
}

.link-dark-grey:hover,
.link-dark-grey:focus {
  color: #353535;
}

.link-black-200 {
  color: #9a9898;
}

.link-black-200:hover,
.link-black-200:focus {
  color: #aeadad;
}

.link-dark-red {
  color: #a94442;
}

.link-dark-red:hover,
.link-dark-red:focus {
  color: #873635;
}

.link-light-red {
  color: #f2dede;
}

.link-light-red:hover,
.link-light-red:focus {
  color: #f5e5e5;
}

.link-black-300 {
  color: #6c696a;
}

.link-black-300:hover,
.link-black-300:focus {
  color: #565455;
}

.link-black-400 {
  color: #4f4c4d;
}

.link-black-400:hover,
.link-black-400:focus {
  color: #3f3d3e;
}

.link-dark-green {
  color: #3c763d;
}

.link-dark-green:hover,
.link-dark-green:focus {
  color: #305e31;
}

.link-light-green {
  color: #dff0d8;
}

.link-light-green:hover,
.link-light-green:focus {
  color: #e5f3e0;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(29, 29, 27, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(29, 29, 27, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(29, 29, 27, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #1d1d1b !important;
}

.border-secondary {
  border-color: #f8f8f8 !important;
}

.border-success {
  border-color: #c9deb5 !important;
}

.border-info {
  border-color: #9fd4d4 !important;
}

.border-warning {
  border-color: #fad536 !important;
}

.border-danger {
  border-color: #e27362 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-97 {
  width: 94% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-104 {
  height: 104% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-6 {
  gap: 0.375rem !important;
}

.gap-8 {
  gap: 0.5rem !important;
}

.gap-10 {
  gap: 0.625rem !important;
}

.gap-12 {
  gap: 0.75rem !important;
}

.gap-16 {
  gap: 1rem !important;
}

.gap-18 {
  gap: 1.125rem !important;
}

.gap-20 {
  gap: 1.25rem !important;
}

.gap-24 {
  gap: 1.5rem !important;
}

.gap-28 {
  gap: 1.75rem !important;
}

.gap-32 {
  gap: 2rem !important;
}

.gap-40 {
  gap: 2.5rem !important;
}

.gap-44 {
  gap: 2.75rem !important;
}

.gap-48 {
  gap: 3rem !important;
}

.gap-52 {
  gap: 3.25rem !important;
}

.gap-56 {
  gap: 3.5rem !important;
}

.gap-64 {
  gap: 4rem !important;
}

.gap-72 {
  gap: 4.5rem !important;
}

.gap-80 {
  gap: 5rem !important;
}

.gap-98 {
  gap: 6.125rem !important;
}

.gap-100 {
  gap: 6.25rem !important;
}

.gap-112 {
  gap: 7rem !important;
}

.gap-150 {
  gap: 9.375rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-6 {
  margin: 0.375rem !important;
}

.m-8 {
  margin: 0.5rem !important;
}

.m-10 {
  margin: 0.625rem !important;
}

.m-12 {
  margin: 0.75rem !important;
}

.m-16 {
  margin: 1rem !important;
}

.m-18 {
  margin: 1.125rem !important;
}

.m-20 {
  margin: 1.25rem !important;
}

.m-24 {
  margin: 1.5rem !important;
}

.m-28 {
  margin: 1.75rem !important;
}

.m-32 {
  margin: 2rem !important;
}

.m-40 {
  margin: 2.5rem !important;
}

.m-44 {
  margin: 2.75rem !important;
}

.m-48 {
  margin: 3rem !important;
}

.m-52 {
  margin: 3.25rem !important;
}

.m-56 {
  margin: 3.5rem !important;
}

.m-64 {
  margin: 4rem !important;
}

.m-72 {
  margin: 4.5rem !important;
}

.m-80 {
  margin: 5rem !important;
}

.m-98 {
  margin: 6.125rem !important;
}

.m-100 {
  margin: 6.25rem !important;
}

.m-112 {
  margin: 7rem !important;
}

.m-150 {
  margin: 9.375rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-6 {
  margin-right: 0.375rem !important;
  margin-left: 0.375rem !important;
}

.mx-8 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-10 {
  margin-right: 0.625rem !important;
  margin-left: 0.625rem !important;
}

.mx-12 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

.mx-16 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-18 {
  margin-right: 1.125rem !important;
  margin-left: 1.125rem !important;
}

.mx-20 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.mx-24 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-28 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}

.mx-32 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-40 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-44 {
  margin-right: 2.75rem !important;
  margin-left: 2.75rem !important;
}

.mx-48 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-52 {
  margin-right: 3.25rem !important;
  margin-left: 3.25rem !important;
}

.mx-56 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.mx-64 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-72 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.mx-80 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-98 {
  margin-right: 6.125rem !important;
  margin-left: 6.125rem !important;
}

.mx-100 {
  margin-right: 6.25rem !important;
  margin-left: 6.25rem !important;
}

.mx-112 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.mx-150 {
  margin-right: 9.375rem !important;
  margin-left: 9.375rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-6 {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}

.my-8 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-10 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.my-12 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.my-16 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-18 {
  margin-top: 1.125rem !important;
  margin-bottom: 1.125rem !important;
}

.my-20 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-24 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-28 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.my-32 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-40 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-44 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.my-48 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-52 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}

.my-56 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-64 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-72 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-80 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-98 {
  margin-top: 6.125rem !important;
  margin-bottom: 6.125rem !important;
}

.my-100 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.my-112 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-150 {
  margin-top: 9.375rem !important;
  margin-bottom: 9.375rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-6 {
  margin-top: 0.375rem !important;
}

.mt-8 {
  margin-top: 0.5rem !important;
}

.mt-10 {
  margin-top: 0.625rem !important;
}

.mt-12 {
  margin-top: 0.75rem !important;
}

.mt-16 {
  margin-top: 1rem !important;
}

.mt-18 {
  margin-top: 1.125rem !important;
}

.mt-20 {
  margin-top: 1.25rem !important;
}

.mt-24 {
  margin-top: 1.5rem !important;
}

.mt-28 {
  margin-top: 1.75rem !important;
}

.mt-32 {
  margin-top: 2rem !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.mt-44 {
  margin-top: 2.75rem !important;
}

.mt-48 {
  margin-top: 3rem !important;
}

.mt-52 {
  margin-top: 3.25rem !important;
}

.mt-56 {
  margin-top: 3.5rem !important;
}

.mt-64 {
  margin-top: 4rem !important;
}

.mt-72 {
  margin-top: 4.5rem !important;
}

.mt-80 {
  margin-top: 5rem !important;
}

.mt-98 {
  margin-top: 6.125rem !important;
}

.mt-100 {
  margin-top: 6.25rem !important;
}

.mt-112 {
  margin-top: 7rem !important;
}

.mt-150 {
  margin-top: 9.375rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-6 {
  margin-right: 0.375rem !important;
}

.me-8 {
  margin-right: 0.5rem !important;
}

.me-10 {
  margin-right: 0.625rem !important;
}

.me-12 {
  margin-right: 0.75rem !important;
}

.me-16 {
  margin-right: 1rem !important;
}

.me-18 {
  margin-right: 1.125rem !important;
}

.me-20 {
  margin-right: 1.25rem !important;
}

.me-24 {
  margin-right: 1.5rem !important;
}

.me-28 {
  margin-right: 1.75rem !important;
}

.me-32 {
  margin-right: 2rem !important;
}

.me-40 {
  margin-right: 2.5rem !important;
}

.me-44 {
  margin-right: 2.75rem !important;
}

.me-48 {
  margin-right: 3rem !important;
}

.me-52 {
  margin-right: 3.25rem !important;
}

.me-56 {
  margin-right: 3.5rem !important;
}

.me-64 {
  margin-right: 4rem !important;
}

.me-72 {
  margin-right: 4.5rem !important;
}

.me-80 {
  margin-right: 5rem !important;
}

.me-98 {
  margin-right: 6.125rem !important;
}

.me-100 {
  margin-right: 6.25rem !important;
}

.me-112 {
  margin-right: 7rem !important;
}

.me-150 {
  margin-right: 9.375rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-6 {
  margin-bottom: 0.375rem !important;
}

.mb-8 {
  margin-bottom: 0.5rem !important;
}

.mb-10 {
  margin-bottom: 0.625rem !important;
}

.mb-12 {
  margin-bottom: 0.75rem !important;
}

.mb-16 {
  margin-bottom: 1rem !important;
}

.mb-18 {
  margin-bottom: 1.125rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.mb-24 {
  margin-bottom: 1.5rem !important;
}

.mb-28 {
  margin-bottom: 1.75rem !important;
}

.mb-32 {
  margin-bottom: 2rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.mb-44 {
  margin-bottom: 2.75rem !important;
}

.mb-48 {
  margin-bottom: 3rem !important;
}

.mb-52 {
  margin-bottom: 3.25rem !important;
}

.mb-56 {
  margin-bottom: 3.5rem !important;
}

.mb-64 {
  margin-bottom: 4rem !important;
}

.mb-72 {
  margin-bottom: 4.5rem !important;
}

.mb-80 {
  margin-bottom: 5rem !important;
}

.mb-98 {
  margin-bottom: 6.125rem !important;
}

.mb-100 {
  margin-bottom: 6.25rem !important;
}

.mb-112 {
  margin-bottom: 7rem !important;
}

.mb-150 {
  margin-bottom: 9.375rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-6 {
  margin-left: 0.375rem !important;
}

.ms-8 {
  margin-left: 0.5rem !important;
}

.ms-10 {
  margin-left: 0.625rem !important;
}

.ms-12 {
  margin-left: 0.75rem !important;
}

.ms-16 {
  margin-left: 1rem !important;
}

.ms-18 {
  margin-left: 1.125rem !important;
}

.ms-20 {
  margin-left: 1.25rem !important;
}

.ms-24 {
  margin-left: 1.5rem !important;
}

.ms-28 {
  margin-left: 1.75rem !important;
}

.ms-32 {
  margin-left: 2rem !important;
}

.ms-40 {
  margin-left: 2.5rem !important;
}

.ms-44 {
  margin-left: 2.75rem !important;
}

.ms-48 {
  margin-left: 3rem !important;
}

.ms-52 {
  margin-left: 3.25rem !important;
}

.ms-56 {
  margin-left: 3.5rem !important;
}

.ms-64 {
  margin-left: 4rem !important;
}

.ms-72 {
  margin-left: 4.5rem !important;
}

.ms-80 {
  margin-left: 5rem !important;
}

.ms-98 {
  margin-left: 6.125rem !important;
}

.ms-100 {
  margin-left: 6.25rem !important;
}

.ms-112 {
  margin-left: 7rem !important;
}

.ms-150 {
  margin-left: 9.375rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.p-6 {
  padding: 0.375rem !important;
}

.p-8 {
  padding: 0.5rem !important;
}

.p-10 {
  padding: 0.625rem !important;
}

.p-12 {
  padding: 0.75rem !important;
}

.p-16 {
  padding: 1rem !important;
}

.p-18 {
  padding: 1.125rem !important;
}

.p-20 {
  padding: 1.25rem !important;
}

.p-24 {
  padding: 1.5rem !important;
}

.p-28 {
  padding: 1.75rem !important;
}

.p-32 {
  padding: 2rem !important;
}

.p-40 {
  padding: 2.5rem !important;
}

.p-44 {
  padding: 2.75rem !important;
}

.p-48 {
  padding: 3rem !important;
}

.p-52 {
  padding: 3.25rem !important;
}

.p-56 {
  padding: 3.5rem !important;
}

.p-64 {
  padding: 4rem !important;
}

.p-72 {
  padding: 4.5rem !important;
}

.p-80 {
  padding: 5rem !important;
}

.p-98 {
  padding: 6.125rem !important;
}

.p-100 {
  padding: 6.25rem !important;
}

.p-112 {
  padding: 7rem !important;
}

.p-150 {
  padding: 9.375rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-6 {
  padding-right: 0.375rem !important;
  padding-left: 0.375rem !important;
}

.px-8 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-10 {
  padding-right: 0.625rem !important;
  padding-left: 0.625rem !important;
}

.px-12 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.px-16 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-18 {
  padding-right: 1.125rem !important;
  padding-left: 1.125rem !important;
}

.px-20 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.px-24 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-28 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

.px-32 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-40 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-44 {
  padding-right: 2.75rem !important;
  padding-left: 2.75rem !important;
}

.px-48 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-52 {
  padding-right: 3.25rem !important;
  padding-left: 3.25rem !important;
}

.px-56 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.px-64 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-72 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.px-80 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-98 {
  padding-right: 6.125rem !important;
  padding-left: 6.125rem !important;
}

.px-100 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}

.px-112 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.px-150 {
  padding-right: 9.375rem !important;
  padding-left: 9.375rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-6 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.py-8 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-10 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.py-12 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-16 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-18 {
  padding-top: 1.125rem !important;
  padding-bottom: 1.125rem !important;
}

.py-20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-24 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-28 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.py-32 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-44 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.py-48 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-52 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}

.py-56 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-64 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-72 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-80 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-98 {
  padding-top: 6.125rem !important;
  padding-bottom: 6.125rem !important;
}

.py-100 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.py-112 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-150 {
  padding-top: 9.375rem !important;
  padding-bottom: 9.375rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pt-6 {
  padding-top: 0.375rem !important;
}

.pt-8 {
  padding-top: 0.5rem !important;
}

.pt-10 {
  padding-top: 0.625rem !important;
}

.pt-12 {
  padding-top: 0.75rem !important;
}

.pt-16 {
  padding-top: 1rem !important;
}

.pt-18 {
  padding-top: 1.125rem !important;
}

.pt-20 {
  padding-top: 1.25rem !important;
}

.pt-24 {
  padding-top: 1.5rem !important;
}

.pt-28 {
  padding-top: 1.75rem !important;
}

.pt-32 {
  padding-top: 2rem !important;
}

.pt-40 {
  padding-top: 2.5rem !important;
}

.pt-44 {
  padding-top: 2.75rem !important;
}

.pt-48 {
  padding-top: 3rem !important;
}

.pt-52 {
  padding-top: 3.25rem !important;
}

.pt-56 {
  padding-top: 3.5rem !important;
}

.pt-64 {
  padding-top: 4rem !important;
}

.pt-72 {
  padding-top: 4.5rem !important;
}

.pt-80 {
  padding-top: 5rem !important;
}

.pt-98 {
  padding-top: 6.125rem !important;
}

.pt-100 {
  padding-top: 6.25rem !important;
}

.pt-112 {
  padding-top: 7rem !important;
}

.pt-150 {
  padding-top: 9.375rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pe-6 {
  padding-right: 0.375rem !important;
}

.pe-8 {
  padding-right: 0.5rem !important;
}

.pe-10 {
  padding-right: 0.625rem !important;
}

.pe-12 {
  padding-right: 0.75rem !important;
}

.pe-16 {
  padding-right: 1rem !important;
}

.pe-18 {
  padding-right: 1.125rem !important;
}

.pe-20 {
  padding-right: 1.25rem !important;
}

.pe-24 {
  padding-right: 1.5rem !important;
}

.pe-28 {
  padding-right: 1.75rem !important;
}

.pe-32 {
  padding-right: 2rem !important;
}

.pe-40 {
  padding-right: 2.5rem !important;
}

.pe-44 {
  padding-right: 2.75rem !important;
}

.pe-48 {
  padding-right: 3rem !important;
}

.pe-52 {
  padding-right: 3.25rem !important;
}

.pe-56 {
  padding-right: 3.5rem !important;
}

.pe-64 {
  padding-right: 4rem !important;
}

.pe-72 {
  padding-right: 4.5rem !important;
}

.pe-80 {
  padding-right: 5rem !important;
}

.pe-98 {
  padding-right: 6.125rem !important;
}

.pe-100 {
  padding-right: 6.25rem !important;
}

.pe-112 {
  padding-right: 7rem !important;
}

.pe-150 {
  padding-right: 9.375rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pb-6 {
  padding-bottom: 0.375rem !important;
}

.pb-8 {
  padding-bottom: 0.5rem !important;
}

.pb-10 {
  padding-bottom: 0.625rem !important;
}

.pb-12 {
  padding-bottom: 0.75rem !important;
}

.pb-16 {
  padding-bottom: 1rem !important;
}

.pb-18 {
  padding-bottom: 1.125rem !important;
}

.pb-20 {
  padding-bottom: 1.25rem !important;
}

.pb-24 {
  padding-bottom: 1.5rem !important;
}

.pb-28 {
  padding-bottom: 1.75rem !important;
}

.pb-32 {
  padding-bottom: 2rem !important;
}

.pb-40 {
  padding-bottom: 2.5rem !important;
}

.pb-44 {
  padding-bottom: 2.75rem !important;
}

.pb-48 {
  padding-bottom: 3rem !important;
}

.pb-52 {
  padding-bottom: 3.25rem !important;
}

.pb-56 {
  padding-bottom: 3.5rem !important;
}

.pb-64 {
  padding-bottom: 4rem !important;
}

.pb-72 {
  padding-bottom: 4.5rem !important;
}

.pb-80 {
  padding-bottom: 5rem !important;
}

.pb-98 {
  padding-bottom: 6.125rem !important;
}

.pb-100 {
  padding-bottom: 6.25rem !important;
}

.pb-112 {
  padding-bottom: 7rem !important;
}

.pb-150 {
  padding-bottom: 9.375rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.ps-6 {
  padding-left: 0.375rem !important;
}

.ps-8 {
  padding-left: 0.5rem !important;
}

.ps-10 {
  padding-left: 0.625rem !important;
}

.ps-12 {
  padding-left: 0.75rem !important;
}

.ps-16 {
  padding-left: 1rem !important;
}

.ps-18 {
  padding-left: 1.125rem !important;
}

.ps-20 {
  padding-left: 1.25rem !important;
}

.ps-24 {
  padding-left: 1.5rem !important;
}

.ps-28 {
  padding-left: 1.75rem !important;
}

.ps-32 {
  padding-left: 2rem !important;
}

.ps-40 {
  padding-left: 2.5rem !important;
}

.ps-44 {
  padding-left: 2.75rem !important;
}

.ps-48 {
  padding-left: 3rem !important;
}

.ps-52 {
  padding-left: 3.25rem !important;
}

.ps-56 {
  padding-left: 3.5rem !important;
}

.ps-64 {
  padding-left: 4rem !important;
}

.ps-72 {
  padding-left: 4.5rem !important;
}

.ps-80 {
  padding-left: 5rem !important;
}

.ps-98 {
  padding-left: 6.125rem !important;
}

.ps-100 {
  padding-left: 6.25rem !important;
}

.ps-112 {
  padding-left: 7rem !important;
}

.ps-150 {
  padding-left: 9.375rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-h1 {
  font-size: calc(1.575rem + 3.9vw) !important;
}

.fs-h2 {
  font-size: calc(1.425rem + 2.1vw) !important;
}

.fs-h3 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-h4 {
  font-size: calc(1.2875rem + 0.45vw) !important;
}

.fs-h5 {
  font-size: 1.25rem !important;
}

.fs-h6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(29, 29, 27, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-primary-blue {
  --bs-text-opacity: 1;
  color: #0426a8 !important;
}

.text-primary-light-blue {
  --bs-text-opacity: 1;
  color: #256ee1 !important;
}

.text-grey-01 {
  --bs-text-opacity: 1;
  color: #f4f4f4 !important;
}

.text-grey-02 {
  --bs-text-opacity: 1;
  color: #e9e9e9 !important;
}

.text-grey-03 {
  --bs-text-opacity: 1;
  color: #f1f1f1 !important;
}

.text-grey-04 {
  --bs-text-opacity: 1;
  color: #d1d1d1 !important;
}

.text-grey-05 {
  --bs-text-opacity: 1;
  color: #e1e7ec !important;
}

.text-dark-grey {
  --bs-text-opacity: 1;
  color: #424242 !important;
}

.text-black-200 {
  --bs-text-opacity: 1;
  color: #9a9898 !important;
}

.text-dark-red {
  --bs-text-opacity: 1;
  color: #a94442 !important;
}

.text-light-red {
  --bs-text-opacity: 1;
  color: #f2dede !important;
}

.text-black-300 {
  --bs-text-opacity: 1;
  color: #6c696a !important;
}

.text-black-400 {
  --bs-text-opacity: 1;
  color: #4f4c4d !important;
}

.text-dark-green {
  --bs-text-opacity: 1;
  color: #3c763d !important;
}

.text-light-green {
  --bs-text-opacity: 1;
  color: #dff0d8 !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-primary-blue {
  --bs-bg-opacity: 1;
  background-color: #0426a8 !important;
}

.bg-primary-light-blue {
  --bs-bg-opacity: 1;
  background-color: #256ee1 !important;
}

.bg-grey-01 {
  --bs-bg-opacity: 1;
  background-color: #f4f4f4 !important;
}

.bg-grey-02 {
  --bs-bg-opacity: 1;
  background-color: #e9e9e9 !important;
}

.bg-grey-03 {
  --bs-bg-opacity: 1;
  background-color: #f1f1f1 !important;
}

.bg-grey-04 {
  --bs-bg-opacity: 1;
  background-color: #d1d1d1 !important;
}

.bg-grey-05 {
  --bs-bg-opacity: 1;
  background-color: #e1e7ec !important;
}

.bg-dark-grey {
  --bs-bg-opacity: 1;
  background-color: #424242 !important;
}

.bg-black-200 {
  --bs-bg-opacity: 1;
  background-color: #9a9898 !important;
}

.bg-dark-red {
  --bs-bg-opacity: 1;
  background-color: #a94442 !important;
}

.bg-light-red {
  --bs-bg-opacity: 1;
  background-color: #f2dede !important;
}

.bg-black-300 {
  --bs-bg-opacity: 1;
  background-color: #6c696a !important;
}

.bg-black-400 {
  --bs-bg-opacity: 1;
  background-color: #4f4c4d !important;
}

.bg-dark-green {
  --bs-bg-opacity: 1;
  background-color: #3c763d !important;
}

.bg-light-green {
  --bs-bg-opacity: 1;
  background-color: #dff0d8 !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.5rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.5rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-4 {
  border-radius: 0.25rem !important;
}

.rounded-6 {
  border-radius: 0.375rem !important;
}

.rounded-8 {
  border-radius: 0.5rem !important;
}

.rounded-12 {
  border-radius: 0.75rem !important;
}

.rounded-16 {
  border-radius: 1rem !important;
}

.rounded-20 {
  border-radius: 1rem !important;
}

.rounded-24 {
  border-radius: 1.5rem !important;
}

.rounded-32 {
  border-radius: 2rem !important;
}

.rounded-top {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.rounded-end {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.5rem !important;
  border-top-left-radius: 0.5rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.icon-12 {
  width: 0.75rem !important;
  height: 0.75rem !important;
}

.icon-16 {
  width: 1rem !important;
  height: 1rem !important;
}

.icon-20 {
  width: 1.25rem !important;
  height: 1.25rem !important;
}

.icon-24 {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.icon-28 {
  width: 1.75rem !important;
  height: 1.75rem !important;
}

.icon-32 {
  width: 2rem !important;
  height: 2rem !important;
}

.icon-40 {
  width: 2.5rem !important;
  height: 2.5rem !important;
}

.icon-48 {
  width: 3rem !important;
  height: 3rem !important;
}

.icon-52 {
  width: 3.25rem !important;
  height: 3.25rem !important;
}

.icon-64 {
  width: 4rem !important;
  height: 4rem !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .gap-sm-6 {
    gap: 0.375rem !important;
  }

  .gap-sm-8 {
    gap: 0.5rem !important;
  }

  .gap-sm-10 {
    gap: 0.625rem !important;
  }

  .gap-sm-12 {
    gap: 0.75rem !important;
  }

  .gap-sm-16 {
    gap: 1rem !important;
  }

  .gap-sm-18 {
    gap: 1.125rem !important;
  }

  .gap-sm-20 {
    gap: 1.25rem !important;
  }

  .gap-sm-24 {
    gap: 1.5rem !important;
  }

  .gap-sm-28 {
    gap: 1.75rem !important;
  }

  .gap-sm-32 {
    gap: 2rem !important;
  }

  .gap-sm-40 {
    gap: 2.5rem !important;
  }

  .gap-sm-44 {
    gap: 2.75rem !important;
  }

  .gap-sm-48 {
    gap: 3rem !important;
  }

  .gap-sm-52 {
    gap: 3.25rem !important;
  }

  .gap-sm-56 {
    gap: 3.5rem !important;
  }

  .gap-sm-64 {
    gap: 4rem !important;
  }

  .gap-sm-72 {
    gap: 4.5rem !important;
  }

  .gap-sm-80 {
    gap: 5rem !important;
  }

  .gap-sm-98 {
    gap: 6.125rem !important;
  }

  .gap-sm-100 {
    gap: 6.25rem !important;
  }

  .gap-sm-112 {
    gap: 7rem !important;
  }

  .gap-sm-150 {
    gap: 9.375rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-6 {
    margin: 0.375rem !important;
  }

  .m-sm-8 {
    margin: 0.5rem !important;
  }

  .m-sm-10 {
    margin: 0.625rem !important;
  }

  .m-sm-12 {
    margin: 0.75rem !important;
  }

  .m-sm-16 {
    margin: 1rem !important;
  }

  .m-sm-18 {
    margin: 1.125rem !important;
  }

  .m-sm-20 {
    margin: 1.25rem !important;
  }

  .m-sm-24 {
    margin: 1.5rem !important;
  }

  .m-sm-28 {
    margin: 1.75rem !important;
  }

  .m-sm-32 {
    margin: 2rem !important;
  }

  .m-sm-40 {
    margin: 2.5rem !important;
  }

  .m-sm-44 {
    margin: 2.75rem !important;
  }

  .m-sm-48 {
    margin: 3rem !important;
  }

  .m-sm-52 {
    margin: 3.25rem !important;
  }

  .m-sm-56 {
    margin: 3.5rem !important;
  }

  .m-sm-64 {
    margin: 4rem !important;
  }

  .m-sm-72 {
    margin: 4.5rem !important;
  }

  .m-sm-80 {
    margin: 5rem !important;
  }

  .m-sm-98 {
    margin: 6.125rem !important;
  }

  .m-sm-100 {
    margin: 6.25rem !important;
  }

  .m-sm-112 {
    margin: 7rem !important;
  }

  .m-sm-150 {
    margin: 9.375rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-6 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  .mx-sm-8 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }

  .mx-sm-12 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-sm-16 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-18 {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }

  .mx-sm-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-sm-24 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-28 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .mx-sm-32 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-sm-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-sm-44 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }

  .mx-sm-48 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-52 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }

  .mx-sm-56 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-sm-64 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-sm-72 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-sm-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-sm-98 {
    margin-right: 6.125rem !important;
    margin-left: 6.125rem !important;
  }

  .mx-sm-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }

  .mx-sm-112 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-sm-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-6 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .my-sm-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .my-sm-12 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-sm-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-18 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }

  .my-sm-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-sm-24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-28 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .my-sm-32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-sm-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-sm-44 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .my-sm-48 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-52 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .my-sm-56 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-sm-64 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-sm-72 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-sm-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-sm-98 {
    margin-top: 6.125rem !important;
    margin-bottom: 6.125rem !important;
  }

  .my-sm-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .my-sm-112 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-sm-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-6 {
    margin-top: 0.375rem !important;
  }

  .mt-sm-8 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-10 {
    margin-top: 0.625rem !important;
  }

  .mt-sm-12 {
    margin-top: 0.75rem !important;
  }

  .mt-sm-16 {
    margin-top: 1rem !important;
  }

  .mt-sm-18 {
    margin-top: 1.125rem !important;
  }

  .mt-sm-20 {
    margin-top: 1.25rem !important;
  }

  .mt-sm-24 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-28 {
    margin-top: 1.75rem !important;
  }

  .mt-sm-32 {
    margin-top: 2rem !important;
  }

  .mt-sm-40 {
    margin-top: 2.5rem !important;
  }

  .mt-sm-44 {
    margin-top: 2.75rem !important;
  }

  .mt-sm-48 {
    margin-top: 3rem !important;
  }

  .mt-sm-52 {
    margin-top: 3.25rem !important;
  }

  .mt-sm-56 {
    margin-top: 3.5rem !important;
  }

  .mt-sm-64 {
    margin-top: 4rem !important;
  }

  .mt-sm-72 {
    margin-top: 4.5rem !important;
  }

  .mt-sm-80 {
    margin-top: 5rem !important;
  }

  .mt-sm-98 {
    margin-top: 6.125rem !important;
  }

  .mt-sm-100 {
    margin-top: 6.25rem !important;
  }

  .mt-sm-112 {
    margin-top: 7rem !important;
  }

  .mt-sm-150 {
    margin-top: 9.375rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-6 {
    margin-right: 0.375rem !important;
  }

  .me-sm-8 {
    margin-right: 0.5rem !important;
  }

  .me-sm-10 {
    margin-right: 0.625rem !important;
  }

  .me-sm-12 {
    margin-right: 0.75rem !important;
  }

  .me-sm-16 {
    margin-right: 1rem !important;
  }

  .me-sm-18 {
    margin-right: 1.125rem !important;
  }

  .me-sm-20 {
    margin-right: 1.25rem !important;
  }

  .me-sm-24 {
    margin-right: 1.5rem !important;
  }

  .me-sm-28 {
    margin-right: 1.75rem !important;
  }

  .me-sm-32 {
    margin-right: 2rem !important;
  }

  .me-sm-40 {
    margin-right: 2.5rem !important;
  }

  .me-sm-44 {
    margin-right: 2.75rem !important;
  }

  .me-sm-48 {
    margin-right: 3rem !important;
  }

  .me-sm-52 {
    margin-right: 3.25rem !important;
  }

  .me-sm-56 {
    margin-right: 3.5rem !important;
  }

  .me-sm-64 {
    margin-right: 4rem !important;
  }

  .me-sm-72 {
    margin-right: 4.5rem !important;
  }

  .me-sm-80 {
    margin-right: 5rem !important;
  }

  .me-sm-98 {
    margin-right: 6.125rem !important;
  }

  .me-sm-100 {
    margin-right: 6.25rem !important;
  }

  .me-sm-112 {
    margin-right: 7rem !important;
  }

  .me-sm-150 {
    margin-right: 9.375rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-6 {
    margin-bottom: 0.375rem !important;
  }

  .mb-sm-8 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-10 {
    margin-bottom: 0.625rem !important;
  }

  .mb-sm-12 {
    margin-bottom: 0.75rem !important;
  }

  .mb-sm-16 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-18 {
    margin-bottom: 1.125rem !important;
  }

  .mb-sm-20 {
    margin-bottom: 1.25rem !important;
  }

  .mb-sm-24 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-28 {
    margin-bottom: 1.75rem !important;
  }

  .mb-sm-32 {
    margin-bottom: 2rem !important;
  }

  .mb-sm-40 {
    margin-bottom: 2.5rem !important;
  }

  .mb-sm-44 {
    margin-bottom: 2.75rem !important;
  }

  .mb-sm-48 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-52 {
    margin-bottom: 3.25rem !important;
  }

  .mb-sm-56 {
    margin-bottom: 3.5rem !important;
  }

  .mb-sm-64 {
    margin-bottom: 4rem !important;
  }

  .mb-sm-72 {
    margin-bottom: 4.5rem !important;
  }

  .mb-sm-80 {
    margin-bottom: 5rem !important;
  }

  .mb-sm-98 {
    margin-bottom: 6.125rem !important;
  }

  .mb-sm-100 {
    margin-bottom: 6.25rem !important;
  }

  .mb-sm-112 {
    margin-bottom: 7rem !important;
  }

  .mb-sm-150 {
    margin-bottom: 9.375rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-6 {
    margin-left: 0.375rem !important;
  }

  .ms-sm-8 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-10 {
    margin-left: 0.625rem !important;
  }

  .ms-sm-12 {
    margin-left: 0.75rem !important;
  }

  .ms-sm-16 {
    margin-left: 1rem !important;
  }

  .ms-sm-18 {
    margin-left: 1.125rem !important;
  }

  .ms-sm-20 {
    margin-left: 1.25rem !important;
  }

  .ms-sm-24 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-28 {
    margin-left: 1.75rem !important;
  }

  .ms-sm-32 {
    margin-left: 2rem !important;
  }

  .ms-sm-40 {
    margin-left: 2.5rem !important;
  }

  .ms-sm-44 {
    margin-left: 2.75rem !important;
  }

  .ms-sm-48 {
    margin-left: 3rem !important;
  }

  .ms-sm-52 {
    margin-left: 3.25rem !important;
  }

  .ms-sm-56 {
    margin-left: 3.5rem !important;
  }

  .ms-sm-64 {
    margin-left: 4rem !important;
  }

  .ms-sm-72 {
    margin-left: 4.5rem !important;
  }

  .ms-sm-80 {
    margin-left: 5rem !important;
  }

  .ms-sm-98 {
    margin-left: 6.125rem !important;
  }

  .ms-sm-100 {
    margin-left: 6.25rem !important;
  }

  .ms-sm-112 {
    margin-left: 7rem !important;
  }

  .ms-sm-150 {
    margin-left: 9.375rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .p-sm-6 {
    padding: 0.375rem !important;
  }

  .p-sm-8 {
    padding: 0.5rem !important;
  }

  .p-sm-10 {
    padding: 0.625rem !important;
  }

  .p-sm-12 {
    padding: 0.75rem !important;
  }

  .p-sm-16 {
    padding: 1rem !important;
  }

  .p-sm-18 {
    padding: 1.125rem !important;
  }

  .p-sm-20 {
    padding: 1.25rem !important;
  }

  .p-sm-24 {
    padding: 1.5rem !important;
  }

  .p-sm-28 {
    padding: 1.75rem !important;
  }

  .p-sm-32 {
    padding: 2rem !important;
  }

  .p-sm-40 {
    padding: 2.5rem !important;
  }

  .p-sm-44 {
    padding: 2.75rem !important;
  }

  .p-sm-48 {
    padding: 3rem !important;
  }

  .p-sm-52 {
    padding: 3.25rem !important;
  }

  .p-sm-56 {
    padding: 3.5rem !important;
  }

  .p-sm-64 {
    padding: 4rem !important;
  }

  .p-sm-72 {
    padding: 4.5rem !important;
  }

  .p-sm-80 {
    padding: 5rem !important;
  }

  .p-sm-98 {
    padding: 6.125rem !important;
  }

  .p-sm-100 {
    padding: 6.25rem !important;
  }

  .p-sm-112 {
    padding: 7rem !important;
  }

  .p-sm-150 {
    padding: 9.375rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-sm-6 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-sm-8 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }

  .px-sm-12 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-sm-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-18 {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }

  .px-sm-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-sm-24 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-28 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .px-sm-32 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-sm-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-sm-44 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }

  .px-sm-48 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-sm-52 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }

  .px-sm-56 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-sm-64 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-sm-72 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-sm-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-sm-98 {
    padding-right: 6.125rem !important;
    padding-left: 6.125rem !important;
  }

  .px-sm-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }

  .px-sm-112 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-sm-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-sm-6 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .py-sm-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .py-sm-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-sm-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-18 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }

  .py-sm-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-sm-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-28 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .py-sm-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-sm-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-sm-44 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .py-sm-48 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-sm-52 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .py-sm-56 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-sm-64 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-sm-72 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-sm-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-sm-98 {
    padding-top: 6.125rem !important;
    padding-bottom: 6.125rem !important;
  }

  .py-sm-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .py-sm-112 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-sm-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pt-sm-6 {
    padding-top: 0.375rem !important;
  }

  .pt-sm-8 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-10 {
    padding-top: 0.625rem !important;
  }

  .pt-sm-12 {
    padding-top: 0.75rem !important;
  }

  .pt-sm-16 {
    padding-top: 1rem !important;
  }

  .pt-sm-18 {
    padding-top: 1.125rem !important;
  }

  .pt-sm-20 {
    padding-top: 1.25rem !important;
  }

  .pt-sm-24 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-28 {
    padding-top: 1.75rem !important;
  }

  .pt-sm-32 {
    padding-top: 2rem !important;
  }

  .pt-sm-40 {
    padding-top: 2.5rem !important;
  }

  .pt-sm-44 {
    padding-top: 2.75rem !important;
  }

  .pt-sm-48 {
    padding-top: 3rem !important;
  }

  .pt-sm-52 {
    padding-top: 3.25rem !important;
  }

  .pt-sm-56 {
    padding-top: 3.5rem !important;
  }

  .pt-sm-64 {
    padding-top: 4rem !important;
  }

  .pt-sm-72 {
    padding-top: 4.5rem !important;
  }

  .pt-sm-80 {
    padding-top: 5rem !important;
  }

  .pt-sm-98 {
    padding-top: 6.125rem !important;
  }

  .pt-sm-100 {
    padding-top: 6.25rem !important;
  }

  .pt-sm-112 {
    padding-top: 7rem !important;
  }

  .pt-sm-150 {
    padding-top: 9.375rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pe-sm-6 {
    padding-right: 0.375rem !important;
  }

  .pe-sm-8 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-10 {
    padding-right: 0.625rem !important;
  }

  .pe-sm-12 {
    padding-right: 0.75rem !important;
  }

  .pe-sm-16 {
    padding-right: 1rem !important;
  }

  .pe-sm-18 {
    padding-right: 1.125rem !important;
  }

  .pe-sm-20 {
    padding-right: 1.25rem !important;
  }

  .pe-sm-24 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-28 {
    padding-right: 1.75rem !important;
  }

  .pe-sm-32 {
    padding-right: 2rem !important;
  }

  .pe-sm-40 {
    padding-right: 2.5rem !important;
  }

  .pe-sm-44 {
    padding-right: 2.75rem !important;
  }

  .pe-sm-48 {
    padding-right: 3rem !important;
  }

  .pe-sm-52 {
    padding-right: 3.25rem !important;
  }

  .pe-sm-56 {
    padding-right: 3.5rem !important;
  }

  .pe-sm-64 {
    padding-right: 4rem !important;
  }

  .pe-sm-72 {
    padding-right: 4.5rem !important;
  }

  .pe-sm-80 {
    padding-right: 5rem !important;
  }

  .pe-sm-98 {
    padding-right: 6.125rem !important;
  }

  .pe-sm-100 {
    padding-right: 6.25rem !important;
  }

  .pe-sm-112 {
    padding-right: 7rem !important;
  }

  .pe-sm-150 {
    padding-right: 9.375rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pb-sm-6 {
    padding-bottom: 0.375rem !important;
  }

  .pb-sm-8 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-10 {
    padding-bottom: 0.625rem !important;
  }

  .pb-sm-12 {
    padding-bottom: 0.75rem !important;
  }

  .pb-sm-16 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-18 {
    padding-bottom: 1.125rem !important;
  }

  .pb-sm-20 {
    padding-bottom: 1.25rem !important;
  }

  .pb-sm-24 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-28 {
    padding-bottom: 1.75rem !important;
  }

  .pb-sm-32 {
    padding-bottom: 2rem !important;
  }

  .pb-sm-40 {
    padding-bottom: 2.5rem !important;
  }

  .pb-sm-44 {
    padding-bottom: 2.75rem !important;
  }

  .pb-sm-48 {
    padding-bottom: 3rem !important;
  }

  .pb-sm-52 {
    padding-bottom: 3.25rem !important;
  }

  .pb-sm-56 {
    padding-bottom: 3.5rem !important;
  }

  .pb-sm-64 {
    padding-bottom: 4rem !important;
  }

  .pb-sm-72 {
    padding-bottom: 4.5rem !important;
  }

  .pb-sm-80 {
    padding-bottom: 5rem !important;
  }

  .pb-sm-98 {
    padding-bottom: 6.125rem !important;
  }

  .pb-sm-100 {
    padding-bottom: 6.25rem !important;
  }

  .pb-sm-112 {
    padding-bottom: 7rem !important;
  }

  .pb-sm-150 {
    padding-bottom: 9.375rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .ps-sm-6 {
    padding-left: 0.375rem !important;
  }

  .ps-sm-8 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-10 {
    padding-left: 0.625rem !important;
  }

  .ps-sm-12 {
    padding-left: 0.75rem !important;
  }

  .ps-sm-16 {
    padding-left: 1rem !important;
  }

  .ps-sm-18 {
    padding-left: 1.125rem !important;
  }

  .ps-sm-20 {
    padding-left: 1.25rem !important;
  }

  .ps-sm-24 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-28 {
    padding-left: 1.75rem !important;
  }

  .ps-sm-32 {
    padding-left: 2rem !important;
  }

  .ps-sm-40 {
    padding-left: 2.5rem !important;
  }

  .ps-sm-44 {
    padding-left: 2.75rem !important;
  }

  .ps-sm-48 {
    padding-left: 3rem !important;
  }

  .ps-sm-52 {
    padding-left: 3.25rem !important;
  }

  .ps-sm-56 {
    padding-left: 3.5rem !important;
  }

  .ps-sm-64 {
    padding-left: 4rem !important;
  }

  .ps-sm-72 {
    padding-left: 4.5rem !important;
  }

  .ps-sm-80 {
    padding-left: 5rem !important;
  }

  .ps-sm-98 {
    padding-left: 6.125rem !important;
  }

  .ps-sm-100 {
    padding-left: 6.25rem !important;
  }

  .ps-sm-112 {
    padding-left: 7rem !important;
  }

  .ps-sm-150 {
    padding-left: 9.375rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .rounded-sm {
    border-radius: 0.5rem !important;
  }

  .rounded-sm-0 {
    border-radius: 0 !important;
  }

  .rounded-sm-1 {
    border-radius: 0.2rem !important;
  }

  .rounded-sm-2 {
    border-radius: 0.5rem !important;
  }

  .rounded-sm-3 {
    border-radius: 0.3rem !important;
  }

  .rounded-sm-circle {
    border-radius: 50% !important;
  }

  .rounded-sm-pill {
    border-radius: 50rem !important;
  }

  .rounded-sm-4 {
    border-radius: 0.25rem !important;
  }

  .rounded-sm-6 {
    border-radius: 0.375rem !important;
  }

  .rounded-sm-8 {
    border-radius: 0.5rem !important;
  }

  .rounded-sm-12 {
    border-radius: 0.75rem !important;
  }

  .rounded-sm-16 {
    border-radius: 1rem !important;
  }

  .rounded-sm-20 {
    border-radius: 1rem !important;
  }

  .rounded-sm-24 {
    border-radius: 1.5rem !important;
  }

  .rounded-sm-32 {
    border-radius: 2rem !important;
  }

  .icon-sm-12 {
    width: 0.75rem !important;
    height: 0.75rem !important;
  }

  .icon-sm-16 {
    width: 1rem !important;
    height: 1rem !important;
  }

  .icon-sm-20 {
    width: 1.25rem !important;
    height: 1.25rem !important;
  }

  .icon-sm-24 {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }

  .icon-sm-28 {
    width: 1.75rem !important;
    height: 1.75rem !important;
  }

  .icon-sm-32 {
    width: 2rem !important;
    height: 2rem !important;
  }

  .icon-sm-40 {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }

  .icon-sm-48 {
    width: 3rem !important;
    height: 3rem !important;
  }

  .icon-sm-52 {
    width: 3.25rem !important;
    height: 3.25rem !important;
  }

  .icon-sm-64 {
    width: 4rem !important;
    height: 4rem !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .gap-md-6 {
    gap: 0.375rem !important;
  }

  .gap-md-8 {
    gap: 0.5rem !important;
  }

  .gap-md-10 {
    gap: 0.625rem !important;
  }

  .gap-md-12 {
    gap: 0.75rem !important;
  }

  .gap-md-16 {
    gap: 1rem !important;
  }

  .gap-md-18 {
    gap: 1.125rem !important;
  }

  .gap-md-20 {
    gap: 1.25rem !important;
  }

  .gap-md-24 {
    gap: 1.5rem !important;
  }

  .gap-md-28 {
    gap: 1.75rem !important;
  }

  .gap-md-32 {
    gap: 2rem !important;
  }

  .gap-md-40 {
    gap: 2.5rem !important;
  }

  .gap-md-44 {
    gap: 2.75rem !important;
  }

  .gap-md-48 {
    gap: 3rem !important;
  }

  .gap-md-52 {
    gap: 3.25rem !important;
  }

  .gap-md-56 {
    gap: 3.5rem !important;
  }

  .gap-md-64 {
    gap: 4rem !important;
  }

  .gap-md-72 {
    gap: 4.5rem !important;
  }

  .gap-md-80 {
    gap: 5rem !important;
  }

  .gap-md-98 {
    gap: 6.125rem !important;
  }

  .gap-md-100 {
    gap: 6.25rem !important;
  }

  .gap-md-112 {
    gap: 7rem !important;
  }

  .gap-md-150 {
    gap: 9.375rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-6 {
    margin: 0.375rem !important;
  }

  .m-md-8 {
    margin: 0.5rem !important;
  }

  .m-md-10 {
    margin: 0.625rem !important;
  }

  .m-md-12 {
    margin: 0.75rem !important;
  }

  .m-md-16 {
    margin: 1rem !important;
  }

  .m-md-18 {
    margin: 1.125rem !important;
  }

  .m-md-20 {
    margin: 1.25rem !important;
  }

  .m-md-24 {
    margin: 1.5rem !important;
  }

  .m-md-28 {
    margin: 1.75rem !important;
  }

  .m-md-32 {
    margin: 2rem !important;
  }

  .m-md-40 {
    margin: 2.5rem !important;
  }

  .m-md-44 {
    margin: 2.75rem !important;
  }

  .m-md-48 {
    margin: 3rem !important;
  }

  .m-md-52 {
    margin: 3.25rem !important;
  }

  .m-md-56 {
    margin: 3.5rem !important;
  }

  .m-md-64 {
    margin: 4rem !important;
  }

  .m-md-72 {
    margin: 4.5rem !important;
  }

  .m-md-80 {
    margin: 5rem !important;
  }

  .m-md-98 {
    margin: 6.125rem !important;
  }

  .m-md-100 {
    margin: 6.25rem !important;
  }

  .m-md-112 {
    margin: 7rem !important;
  }

  .m-md-150 {
    margin: 9.375rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-6 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  .mx-md-8 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }

  .mx-md-12 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-md-16 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-18 {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }

  .mx-md-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-md-24 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-28 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .mx-md-32 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-md-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-md-44 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }

  .mx-md-48 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-52 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }

  .mx-md-56 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-md-64 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-md-72 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-md-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-md-98 {
    margin-right: 6.125rem !important;
    margin-left: 6.125rem !important;
  }

  .mx-md-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }

  .mx-md-112 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-md-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-6 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .my-md-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .my-md-12 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-md-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-18 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }

  .my-md-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-md-24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-28 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .my-md-32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-md-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-md-44 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .my-md-48 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-52 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .my-md-56 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-md-64 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-md-72 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-md-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-md-98 {
    margin-top: 6.125rem !important;
    margin-bottom: 6.125rem !important;
  }

  .my-md-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .my-md-112 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-md-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-6 {
    margin-top: 0.375rem !important;
  }

  .mt-md-8 {
    margin-top: 0.5rem !important;
  }

  .mt-md-10 {
    margin-top: 0.625rem !important;
  }

  .mt-md-12 {
    margin-top: 0.75rem !important;
  }

  .mt-md-16 {
    margin-top: 1rem !important;
  }

  .mt-md-18 {
    margin-top: 1.125rem !important;
  }

  .mt-md-20 {
    margin-top: 1.25rem !important;
  }

  .mt-md-24 {
    margin-top: 1.5rem !important;
  }

  .mt-md-28 {
    margin-top: 1.75rem !important;
  }

  .mt-md-32 {
    margin-top: 2rem !important;
  }

  .mt-md-40 {
    margin-top: 2.5rem !important;
  }

  .mt-md-44 {
    margin-top: 2.75rem !important;
  }

  .mt-md-48 {
    margin-top: 3rem !important;
  }

  .mt-md-52 {
    margin-top: 3.25rem !important;
  }

  .mt-md-56 {
    margin-top: 3.5rem !important;
  }

  .mt-md-64 {
    margin-top: 4rem !important;
  }

  .mt-md-72 {
    margin-top: 4.5rem !important;
  }

  .mt-md-80 {
    margin-top: 5rem !important;
  }

  .mt-md-98 {
    margin-top: 6.125rem !important;
  }

  .mt-md-100 {
    margin-top: 6.25rem !important;
  }

  .mt-md-112 {
    margin-top: 7rem !important;
  }

  .mt-md-150 {
    margin-top: 9.375rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-6 {
    margin-right: 0.375rem !important;
  }

  .me-md-8 {
    margin-right: 0.5rem !important;
  }

  .me-md-10 {
    margin-right: 0.625rem !important;
  }

  .me-md-12 {
    margin-right: 0.75rem !important;
  }

  .me-md-16 {
    margin-right: 1rem !important;
  }

  .me-md-18 {
    margin-right: 1.125rem !important;
  }

  .me-md-20 {
    margin-right: 1.25rem !important;
  }

  .me-md-24 {
    margin-right: 1.5rem !important;
  }

  .me-md-28 {
    margin-right: 1.75rem !important;
  }

  .me-md-32 {
    margin-right: 2rem !important;
  }

  .me-md-40 {
    margin-right: 2.5rem !important;
  }

  .me-md-44 {
    margin-right: 2.75rem !important;
  }

  .me-md-48 {
    margin-right: 3rem !important;
  }

  .me-md-52 {
    margin-right: 3.25rem !important;
  }

  .me-md-56 {
    margin-right: 3.5rem !important;
  }

  .me-md-64 {
    margin-right: 4rem !important;
  }

  .me-md-72 {
    margin-right: 4.5rem !important;
  }

  .me-md-80 {
    margin-right: 5rem !important;
  }

  .me-md-98 {
    margin-right: 6.125rem !important;
  }

  .me-md-100 {
    margin-right: 6.25rem !important;
  }

  .me-md-112 {
    margin-right: 7rem !important;
  }

  .me-md-150 {
    margin-right: 9.375rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-6 {
    margin-bottom: 0.375rem !important;
  }

  .mb-md-8 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-10 {
    margin-bottom: 0.625rem !important;
  }

  .mb-md-12 {
    margin-bottom: 0.75rem !important;
  }

  .mb-md-16 {
    margin-bottom: 1rem !important;
  }

  .mb-md-18 {
    margin-bottom: 1.125rem !important;
  }

  .mb-md-20 {
    margin-bottom: 1.25rem !important;
  }

  .mb-md-24 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-28 {
    margin-bottom: 1.75rem !important;
  }

  .mb-md-32 {
    margin-bottom: 2rem !important;
  }

  .mb-md-40 {
    margin-bottom: 2.5rem !important;
  }

  .mb-md-44 {
    margin-bottom: 2.75rem !important;
  }

  .mb-md-48 {
    margin-bottom: 3rem !important;
  }

  .mb-md-52 {
    margin-bottom: 3.25rem !important;
  }

  .mb-md-56 {
    margin-bottom: 3.5rem !important;
  }

  .mb-md-64 {
    margin-bottom: 4rem !important;
  }

  .mb-md-72 {
    margin-bottom: 4.5rem !important;
  }

  .mb-md-80 {
    margin-bottom: 5rem !important;
  }

  .mb-md-98 {
    margin-bottom: 6.125rem !important;
  }

  .mb-md-100 {
    margin-bottom: 6.25rem !important;
  }

  .mb-md-112 {
    margin-bottom: 7rem !important;
  }

  .mb-md-150 {
    margin-bottom: 9.375rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-6 {
    margin-left: 0.375rem !important;
  }

  .ms-md-8 {
    margin-left: 0.5rem !important;
  }

  .ms-md-10 {
    margin-left: 0.625rem !important;
  }

  .ms-md-12 {
    margin-left: 0.75rem !important;
  }

  .ms-md-16 {
    margin-left: 1rem !important;
  }

  .ms-md-18 {
    margin-left: 1.125rem !important;
  }

  .ms-md-20 {
    margin-left: 1.25rem !important;
  }

  .ms-md-24 {
    margin-left: 1.5rem !important;
  }

  .ms-md-28 {
    margin-left: 1.75rem !important;
  }

  .ms-md-32 {
    margin-left: 2rem !important;
  }

  .ms-md-40 {
    margin-left: 2.5rem !important;
  }

  .ms-md-44 {
    margin-left: 2.75rem !important;
  }

  .ms-md-48 {
    margin-left: 3rem !important;
  }

  .ms-md-52 {
    margin-left: 3.25rem !important;
  }

  .ms-md-56 {
    margin-left: 3.5rem !important;
  }

  .ms-md-64 {
    margin-left: 4rem !important;
  }

  .ms-md-72 {
    margin-left: 4.5rem !important;
  }

  .ms-md-80 {
    margin-left: 5rem !important;
  }

  .ms-md-98 {
    margin-left: 6.125rem !important;
  }

  .ms-md-100 {
    margin-left: 6.25rem !important;
  }

  .ms-md-112 {
    margin-left: 7rem !important;
  }

  .ms-md-150 {
    margin-left: 9.375rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .p-md-6 {
    padding: 0.375rem !important;
  }

  .p-md-8 {
    padding: 0.5rem !important;
  }

  .p-md-10 {
    padding: 0.625rem !important;
  }

  .p-md-12 {
    padding: 0.75rem !important;
  }

  .p-md-16 {
    padding: 1rem !important;
  }

  .p-md-18 {
    padding: 1.125rem !important;
  }

  .p-md-20 {
    padding: 1.25rem !important;
  }

  .p-md-24 {
    padding: 1.5rem !important;
  }

  .p-md-28 {
    padding: 1.75rem !important;
  }

  .p-md-32 {
    padding: 2rem !important;
  }

  .p-md-40 {
    padding: 2.5rem !important;
  }

  .p-md-44 {
    padding: 2.75rem !important;
  }

  .p-md-48 {
    padding: 3rem !important;
  }

  .p-md-52 {
    padding: 3.25rem !important;
  }

  .p-md-56 {
    padding: 3.5rem !important;
  }

  .p-md-64 {
    padding: 4rem !important;
  }

  .p-md-72 {
    padding: 4.5rem !important;
  }

  .p-md-80 {
    padding: 5rem !important;
  }

  .p-md-98 {
    padding: 6.125rem !important;
  }

  .p-md-100 {
    padding: 6.25rem !important;
  }

  .p-md-112 {
    padding: 7rem !important;
  }

  .p-md-150 {
    padding: 9.375rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-md-6 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-md-8 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }

  .px-md-12 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-md-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-18 {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }

  .px-md-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-md-24 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-28 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .px-md-32 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-md-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-md-44 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }

  .px-md-48 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-md-52 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }

  .px-md-56 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-md-64 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-md-72 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-md-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-md-98 {
    padding-right: 6.125rem !important;
    padding-left: 6.125rem !important;
  }

  .px-md-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }

  .px-md-112 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-md-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-md-6 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .py-md-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .py-md-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-md-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-18 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }

  .py-md-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-md-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-28 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .py-md-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-md-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-md-44 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .py-md-48 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-md-52 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .py-md-56 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-md-64 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-md-72 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-md-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-md-98 {
    padding-top: 6.125rem !important;
    padding-bottom: 6.125rem !important;
  }

  .py-md-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .py-md-112 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-md-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pt-md-6 {
    padding-top: 0.375rem !important;
  }

  .pt-md-8 {
    padding-top: 0.5rem !important;
  }

  .pt-md-10 {
    padding-top: 0.625rem !important;
  }

  .pt-md-12 {
    padding-top: 0.75rem !important;
  }

  .pt-md-16 {
    padding-top: 1rem !important;
  }

  .pt-md-18 {
    padding-top: 1.125rem !important;
  }

  .pt-md-20 {
    padding-top: 1.25rem !important;
  }

  .pt-md-24 {
    padding-top: 1.5rem !important;
  }

  .pt-md-28 {
    padding-top: 1.75rem !important;
  }

  .pt-md-32 {
    padding-top: 2rem !important;
  }

  .pt-md-40 {
    padding-top: 2.5rem !important;
  }

  .pt-md-44 {
    padding-top: 2.75rem !important;
  }

  .pt-md-48 {
    padding-top: 3rem !important;
  }

  .pt-md-52 {
    padding-top: 3.25rem !important;
  }

  .pt-md-56 {
    padding-top: 3.5rem !important;
  }

  .pt-md-64 {
    padding-top: 4rem !important;
  }

  .pt-md-72 {
    padding-top: 4.5rem !important;
  }

  .pt-md-80 {
    padding-top: 5rem !important;
  }

  .pt-md-98 {
    padding-top: 6.125rem !important;
  }

  .pt-md-100 {
    padding-top: 6.25rem !important;
  }

  .pt-md-112 {
    padding-top: 7rem !important;
  }

  .pt-md-150 {
    padding-top: 9.375rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pe-md-6 {
    padding-right: 0.375rem !important;
  }

  .pe-md-8 {
    padding-right: 0.5rem !important;
  }

  .pe-md-10 {
    padding-right: 0.625rem !important;
  }

  .pe-md-12 {
    padding-right: 0.75rem !important;
  }

  .pe-md-16 {
    padding-right: 1rem !important;
  }

  .pe-md-18 {
    padding-right: 1.125rem !important;
  }

  .pe-md-20 {
    padding-right: 1.25rem !important;
  }

  .pe-md-24 {
    padding-right: 1.5rem !important;
  }

  .pe-md-28 {
    padding-right: 1.75rem !important;
  }

  .pe-md-32 {
    padding-right: 2rem !important;
  }

  .pe-md-40 {
    padding-right: 2.5rem !important;
  }

  .pe-md-44 {
    padding-right: 2.75rem !important;
  }

  .pe-md-48 {
    padding-right: 3rem !important;
  }

  .pe-md-52 {
    padding-right: 3.25rem !important;
  }

  .pe-md-56 {
    padding-right: 3.5rem !important;
  }

  .pe-md-64 {
    padding-right: 4rem !important;
  }

  .pe-md-72 {
    padding-right: 4.5rem !important;
  }

  .pe-md-80 {
    padding-right: 5rem !important;
  }

  .pe-md-98 {
    padding-right: 6.125rem !important;
  }

  .pe-md-100 {
    padding-right: 6.25rem !important;
  }

  .pe-md-112 {
    padding-right: 7rem !important;
  }

  .pe-md-150 {
    padding-right: 9.375rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .pb-md-6 {
    padding-bottom: 0.375rem !important;
  }

  .pb-md-8 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-10 {
    padding-bottom: 0.625rem !important;
  }

  .pb-md-12 {
    padding-bottom: 0.75rem !important;
  }

  .pb-md-16 {
    padding-bottom: 1rem !important;
  }

  .pb-md-18 {
    padding-bottom: 1.125rem !important;
  }

  .pb-md-20 {
    padding-bottom: 1.25rem !important;
  }

  .pb-md-24 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-28 {
    padding-bottom: 1.75rem !important;
  }

  .pb-md-32 {
    padding-bottom: 2rem !important;
  }

  .pb-md-40 {
    padding-bottom: 2.5rem !important;
  }

  .pb-md-44 {
    padding-bottom: 2.75rem !important;
  }

  .pb-md-48 {
    padding-bottom: 3rem !important;
  }

  .pb-md-52 {
    padding-bottom: 3.25rem !important;
  }

  .pb-md-56 {
    padding-bottom: 3.5rem !important;
  }

  .pb-md-64 {
    padding-bottom: 4rem !important;
  }

  .pb-md-72 {
    padding-bottom: 4.5rem !important;
  }

  .pb-md-80 {
    padding-bottom: 5rem !important;
  }

  .pb-md-98 {
    padding-bottom: 6.125rem !important;
  }

  .pb-md-100 {
    padding-bottom: 6.25rem !important;
  }

  .pb-md-112 {
    padding-bottom: 7rem !important;
  }

  .pb-md-150 {
    padding-bottom: 9.375rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .ps-md-6 {
    padding-left: 0.375rem !important;
  }

  .ps-md-8 {
    padding-left: 0.5rem !important;
  }

  .ps-md-10 {
    padding-left: 0.625rem !important;
  }

  .ps-md-12 {
    padding-left: 0.75rem !important;
  }

  .ps-md-16 {
    padding-left: 1rem !important;
  }

  .ps-md-18 {
    padding-left: 1.125rem !important;
  }

  .ps-md-20 {
    padding-left: 1.25rem !important;
  }

  .ps-md-24 {
    padding-left: 1.5rem !important;
  }

  .ps-md-28 {
    padding-left: 1.75rem !important;
  }

  .ps-md-32 {
    padding-left: 2rem !important;
  }

  .ps-md-40 {
    padding-left: 2.5rem !important;
  }

  .ps-md-44 {
    padding-left: 2.75rem !important;
  }

  .ps-md-48 {
    padding-left: 3rem !important;
  }

  .ps-md-52 {
    padding-left: 3.25rem !important;
  }

  .ps-md-56 {
    padding-left: 3.5rem !important;
  }

  .ps-md-64 {
    padding-left: 4rem !important;
  }

  .ps-md-72 {
    padding-left: 4.5rem !important;
  }

  .ps-md-80 {
    padding-left: 5rem !important;
  }

  .ps-md-98 {
    padding-left: 6.125rem !important;
  }

  .ps-md-100 {
    padding-left: 6.25rem !important;
  }

  .ps-md-112 {
    padding-left: 7rem !important;
  }

  .ps-md-150 {
    padding-left: 9.375rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .rounded-md {
    border-radius: 0.5rem !important;
  }

  .rounded-md-0 {
    border-radius: 0 !important;
  }

  .rounded-md-1 {
    border-radius: 0.2rem !important;
  }

  .rounded-md-2 {
    border-radius: 0.5rem !important;
  }

  .rounded-md-3 {
    border-radius: 0.3rem !important;
  }

  .rounded-md-circle {
    border-radius: 50% !important;
  }

  .rounded-md-pill {
    border-radius: 50rem !important;
  }

  .rounded-md-4 {
    border-radius: 0.25rem !important;
  }

  .rounded-md-6 {
    border-radius: 0.375rem !important;
  }

  .rounded-md-8 {
    border-radius: 0.5rem !important;
  }

  .rounded-md-12 {
    border-radius: 0.75rem !important;
  }

  .rounded-md-16 {
    border-radius: 1rem !important;
  }

  .rounded-md-20 {
    border-radius: 1rem !important;
  }

  .rounded-md-24 {
    border-radius: 1.5rem !important;
  }

  .rounded-md-32 {
    border-radius: 2rem !important;
  }

  .icon-md-12 {
    width: 0.75rem !important;
    height: 0.75rem !important;
  }

  .icon-md-16 {
    width: 1rem !important;
    height: 1rem !important;
  }

  .icon-md-20 {
    width: 1.25rem !important;
    height: 1.25rem !important;
  }

  .icon-md-24 {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }

  .icon-md-28 {
    width: 1.75rem !important;
    height: 1.75rem !important;
  }

  .icon-md-32 {
    width: 2rem !important;
    height: 2rem !important;
  }

  .icon-md-40 {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }

  .icon-md-48 {
    width: 3rem !important;
    height: 3rem !important;
  }

  .icon-md-52 {
    width: 3.25rem !important;
    height: 3.25rem !important;
  }

  .icon-md-64 {
    width: 4rem !important;
    height: 4rem !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .gap-lg-6 {
    gap: 0.375rem !important;
  }

  .gap-lg-8 {
    gap: 0.5rem !important;
  }

  .gap-lg-10 {
    gap: 0.625rem !important;
  }

  .gap-lg-12 {
    gap: 0.75rem !important;
  }

  .gap-lg-16 {
    gap: 1rem !important;
  }

  .gap-lg-18 {
    gap: 1.125rem !important;
  }

  .gap-lg-20 {
    gap: 1.25rem !important;
  }

  .gap-lg-24 {
    gap: 1.5rem !important;
  }

  .gap-lg-28 {
    gap: 1.75rem !important;
  }

  .gap-lg-32 {
    gap: 2rem !important;
  }

  .gap-lg-40 {
    gap: 2.5rem !important;
  }

  .gap-lg-44 {
    gap: 2.75rem !important;
  }

  .gap-lg-48 {
    gap: 3rem !important;
  }

  .gap-lg-52 {
    gap: 3.25rem !important;
  }

  .gap-lg-56 {
    gap: 3.5rem !important;
  }

  .gap-lg-64 {
    gap: 4rem !important;
  }

  .gap-lg-72 {
    gap: 4.5rem !important;
  }

  .gap-lg-80 {
    gap: 5rem !important;
  }

  .gap-lg-98 {
    gap: 6.125rem !important;
  }

  .gap-lg-100 {
    gap: 6.25rem !important;
  }

  .gap-lg-112 {
    gap: 7rem !important;
  }

  .gap-lg-150 {
    gap: 9.375rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-6 {
    margin: 0.375rem !important;
  }

  .m-lg-8 {
    margin: 0.5rem !important;
  }

  .m-lg-10 {
    margin: 0.625rem !important;
  }

  .m-lg-12 {
    margin: 0.75rem !important;
  }

  .m-lg-16 {
    margin: 1rem !important;
  }

  .m-lg-18 {
    margin: 1.125rem !important;
  }

  .m-lg-20 {
    margin: 1.25rem !important;
  }

  .m-lg-24 {
    margin: 1.5rem !important;
  }

  .m-lg-28 {
    margin: 1.75rem !important;
  }

  .m-lg-32 {
    margin: 2rem !important;
  }

  .m-lg-40 {
    margin: 2.5rem !important;
  }

  .m-lg-44 {
    margin: 2.75rem !important;
  }

  .m-lg-48 {
    margin: 3rem !important;
  }

  .m-lg-52 {
    margin: 3.25rem !important;
  }

  .m-lg-56 {
    margin: 3.5rem !important;
  }

  .m-lg-64 {
    margin: 4rem !important;
  }

  .m-lg-72 {
    margin: 4.5rem !important;
  }

  .m-lg-80 {
    margin: 5rem !important;
  }

  .m-lg-98 {
    margin: 6.125rem !important;
  }

  .m-lg-100 {
    margin: 6.25rem !important;
  }

  .m-lg-112 {
    margin: 7rem !important;
  }

  .m-lg-150 {
    margin: 9.375rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-6 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  .mx-lg-8 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }

  .mx-lg-12 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-lg-16 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-18 {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }

  .mx-lg-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-lg-24 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-28 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .mx-lg-32 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-lg-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-lg-44 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }

  .mx-lg-48 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-52 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }

  .mx-lg-56 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-lg-64 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-lg-72 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-lg-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-lg-98 {
    margin-right: 6.125rem !important;
    margin-left: 6.125rem !important;
  }

  .mx-lg-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }

  .mx-lg-112 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-lg-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-6 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .my-lg-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .my-lg-12 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-lg-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-18 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }

  .my-lg-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-lg-24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-28 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .my-lg-32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-lg-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-lg-44 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .my-lg-48 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-52 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .my-lg-56 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-lg-64 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-lg-72 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-lg-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-lg-98 {
    margin-top: 6.125rem !important;
    margin-bottom: 6.125rem !important;
  }

  .my-lg-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .my-lg-112 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-lg-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-6 {
    margin-top: 0.375rem !important;
  }

  .mt-lg-8 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-10 {
    margin-top: 0.625rem !important;
  }

  .mt-lg-12 {
    margin-top: 0.75rem !important;
  }

  .mt-lg-16 {
    margin-top: 1rem !important;
  }

  .mt-lg-18 {
    margin-top: 1.125rem !important;
  }

  .mt-lg-20 {
    margin-top: 1.25rem !important;
  }

  .mt-lg-24 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-28 {
    margin-top: 1.75rem !important;
  }

  .mt-lg-32 {
    margin-top: 2rem !important;
  }

  .mt-lg-40 {
    margin-top: 2.5rem !important;
  }

  .mt-lg-44 {
    margin-top: 2.75rem !important;
  }

  .mt-lg-48 {
    margin-top: 3rem !important;
  }

  .mt-lg-52 {
    margin-top: 3.25rem !important;
  }

  .mt-lg-56 {
    margin-top: 3.5rem !important;
  }

  .mt-lg-64 {
    margin-top: 4rem !important;
  }

  .mt-lg-72 {
    margin-top: 4.5rem !important;
  }

  .mt-lg-80 {
    margin-top: 5rem !important;
  }

  .mt-lg-98 {
    margin-top: 6.125rem !important;
  }

  .mt-lg-100 {
    margin-top: 6.25rem !important;
  }

  .mt-lg-112 {
    margin-top: 7rem !important;
  }

  .mt-lg-150 {
    margin-top: 9.375rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-6 {
    margin-right: 0.375rem !important;
  }

  .me-lg-8 {
    margin-right: 0.5rem !important;
  }

  .me-lg-10 {
    margin-right: 0.625rem !important;
  }

  .me-lg-12 {
    margin-right: 0.75rem !important;
  }

  .me-lg-16 {
    margin-right: 1rem !important;
  }

  .me-lg-18 {
    margin-right: 1.125rem !important;
  }

  .me-lg-20 {
    margin-right: 1.25rem !important;
  }

  .me-lg-24 {
    margin-right: 1.5rem !important;
  }

  .me-lg-28 {
    margin-right: 1.75rem !important;
  }

  .me-lg-32 {
    margin-right: 2rem !important;
  }

  .me-lg-40 {
    margin-right: 2.5rem !important;
  }

  .me-lg-44 {
    margin-right: 2.75rem !important;
  }

  .me-lg-48 {
    margin-right: 3rem !important;
  }

  .me-lg-52 {
    margin-right: 3.25rem !important;
  }

  .me-lg-56 {
    margin-right: 3.5rem !important;
  }

  .me-lg-64 {
    margin-right: 4rem !important;
  }

  .me-lg-72 {
    margin-right: 4.5rem !important;
  }

  .me-lg-80 {
    margin-right: 5rem !important;
  }

  .me-lg-98 {
    margin-right: 6.125rem !important;
  }

  .me-lg-100 {
    margin-right: 6.25rem !important;
  }

  .me-lg-112 {
    margin-right: 7rem !important;
  }

  .me-lg-150 {
    margin-right: 9.375rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 0.375rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-10 {
    margin-bottom: 0.625rem !important;
  }

  .mb-lg-12 {
    margin-bottom: 0.75rem !important;
  }

  .mb-lg-16 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-18 {
    margin-bottom: 1.125rem !important;
  }

  .mb-lg-20 {
    margin-bottom: 1.25rem !important;
  }

  .mb-lg-24 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-28 {
    margin-bottom: 1.75rem !important;
  }

  .mb-lg-32 {
    margin-bottom: 2rem !important;
  }

  .mb-lg-40 {
    margin-bottom: 2.5rem !important;
  }

  .mb-lg-44 {
    margin-bottom: 2.75rem !important;
  }

  .mb-lg-48 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-52 {
    margin-bottom: 3.25rem !important;
  }

  .mb-lg-56 {
    margin-bottom: 3.5rem !important;
  }

  .mb-lg-64 {
    margin-bottom: 4rem !important;
  }

  .mb-lg-72 {
    margin-bottom: 4.5rem !important;
  }

  .mb-lg-80 {
    margin-bottom: 5rem !important;
  }

  .mb-lg-98 {
    margin-bottom: 6.125rem !important;
  }

  .mb-lg-100 {
    margin-bottom: 6.25rem !important;
  }

  .mb-lg-112 {
    margin-bottom: 7rem !important;
  }

  .mb-lg-150 {
    margin-bottom: 9.375rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-6 {
    margin-left: 0.375rem !important;
  }

  .ms-lg-8 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-10 {
    margin-left: 0.625rem !important;
  }

  .ms-lg-12 {
    margin-left: 0.75rem !important;
  }

  .ms-lg-16 {
    margin-left: 1rem !important;
  }

  .ms-lg-18 {
    margin-left: 1.125rem !important;
  }

  .ms-lg-20 {
    margin-left: 1.25rem !important;
  }

  .ms-lg-24 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-28 {
    margin-left: 1.75rem !important;
  }

  .ms-lg-32 {
    margin-left: 2rem !important;
  }

  .ms-lg-40 {
    margin-left: 2.5rem !important;
  }

  .ms-lg-44 {
    margin-left: 2.75rem !important;
  }

  .ms-lg-48 {
    margin-left: 3rem !important;
  }

  .ms-lg-52 {
    margin-left: 3.25rem !important;
  }

  .ms-lg-56 {
    margin-left: 3.5rem !important;
  }

  .ms-lg-64 {
    margin-left: 4rem !important;
  }

  .ms-lg-72 {
    margin-left: 4.5rem !important;
  }

  .ms-lg-80 {
    margin-left: 5rem !important;
  }

  .ms-lg-98 {
    margin-left: 6.125rem !important;
  }

  .ms-lg-100 {
    margin-left: 6.25rem !important;
  }

  .ms-lg-112 {
    margin-left: 7rem !important;
  }

  .ms-lg-150 {
    margin-left: 9.375rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .p-lg-6 {
    padding: 0.375rem !important;
  }

  .p-lg-8 {
    padding: 0.5rem !important;
  }

  .p-lg-10 {
    padding: 0.625rem !important;
  }

  .p-lg-12 {
    padding: 0.75rem !important;
  }

  .p-lg-16 {
    padding: 1rem !important;
  }

  .p-lg-18 {
    padding: 1.125rem !important;
  }

  .p-lg-20 {
    padding: 1.25rem !important;
  }

  .p-lg-24 {
    padding: 1.5rem !important;
  }

  .p-lg-28 {
    padding: 1.75rem !important;
  }

  .p-lg-32 {
    padding: 2rem !important;
  }

  .p-lg-40 {
    padding: 2.5rem !important;
  }

  .p-lg-44 {
    padding: 2.75rem !important;
  }

  .p-lg-48 {
    padding: 3rem !important;
  }

  .p-lg-52 {
    padding: 3.25rem !important;
  }

  .p-lg-56 {
    padding: 3.5rem !important;
  }

  .p-lg-64 {
    padding: 4rem !important;
  }

  .p-lg-72 {
    padding: 4.5rem !important;
  }

  .p-lg-80 {
    padding: 5rem !important;
  }

  .p-lg-98 {
    padding: 6.125rem !important;
  }

  .p-lg-100 {
    padding: 6.25rem !important;
  }

  .p-lg-112 {
    padding: 7rem !important;
  }

  .p-lg-150 {
    padding: 9.375rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-lg-6 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-lg-8 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }

  .px-lg-12 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-lg-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-18 {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }

  .px-lg-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-lg-24 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-28 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .px-lg-32 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-lg-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-lg-44 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }

  .px-lg-48 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-lg-52 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }

  .px-lg-56 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-lg-64 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-lg-72 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-lg-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-lg-98 {
    padding-right: 6.125rem !important;
    padding-left: 6.125rem !important;
  }

  .px-lg-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }

  .px-lg-112 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-lg-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-lg-6 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .py-lg-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .py-lg-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-lg-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-18 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }

  .py-lg-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-lg-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-28 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .py-lg-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-lg-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-lg-44 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .py-lg-48 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-lg-52 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .py-lg-56 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-lg-64 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-lg-72 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-lg-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-lg-98 {
    padding-top: 6.125rem !important;
    padding-bottom: 6.125rem !important;
  }

  .py-lg-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .py-lg-112 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-lg-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pt-lg-6 {
    padding-top: 0.375rem !important;
  }

  .pt-lg-8 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-10 {
    padding-top: 0.625rem !important;
  }

  .pt-lg-12 {
    padding-top: 0.75rem !important;
  }

  .pt-lg-16 {
    padding-top: 1rem !important;
  }

  .pt-lg-18 {
    padding-top: 1.125rem !important;
  }

  .pt-lg-20 {
    padding-top: 1.25rem !important;
  }

  .pt-lg-24 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-28 {
    padding-top: 1.75rem !important;
  }

  .pt-lg-32 {
    padding-top: 2rem !important;
  }

  .pt-lg-40 {
    padding-top: 2.5rem !important;
  }

  .pt-lg-44 {
    padding-top: 2.75rem !important;
  }

  .pt-lg-48 {
    padding-top: 3rem !important;
  }

  .pt-lg-52 {
    padding-top: 3.25rem !important;
  }

  .pt-lg-56 {
    padding-top: 3.5rem !important;
  }

  .pt-lg-64 {
    padding-top: 4rem !important;
  }

  .pt-lg-72 {
    padding-top: 4.5rem !important;
  }

  .pt-lg-80 {
    padding-top: 5rem !important;
  }

  .pt-lg-98 {
    padding-top: 6.125rem !important;
  }

  .pt-lg-100 {
    padding-top: 6.25rem !important;
  }

  .pt-lg-112 {
    padding-top: 7rem !important;
  }

  .pt-lg-150 {
    padding-top: 9.375rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pe-lg-6 {
    padding-right: 0.375rem !important;
  }

  .pe-lg-8 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-10 {
    padding-right: 0.625rem !important;
  }

  .pe-lg-12 {
    padding-right: 0.75rem !important;
  }

  .pe-lg-16 {
    padding-right: 1rem !important;
  }

  .pe-lg-18 {
    padding-right: 1.125rem !important;
  }

  .pe-lg-20 {
    padding-right: 1.25rem !important;
  }

  .pe-lg-24 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-28 {
    padding-right: 1.75rem !important;
  }

  .pe-lg-32 {
    padding-right: 2rem !important;
  }

  .pe-lg-40 {
    padding-right: 2.5rem !important;
  }

  .pe-lg-44 {
    padding-right: 2.75rem !important;
  }

  .pe-lg-48 {
    padding-right: 3rem !important;
  }

  .pe-lg-52 {
    padding-right: 3.25rem !important;
  }

  .pe-lg-56 {
    padding-right: 3.5rem !important;
  }

  .pe-lg-64 {
    padding-right: 4rem !important;
  }

  .pe-lg-72 {
    padding-right: 4.5rem !important;
  }

  .pe-lg-80 {
    padding-right: 5rem !important;
  }

  .pe-lg-98 {
    padding-right: 6.125rem !important;
  }

  .pe-lg-100 {
    padding-right: 6.25rem !important;
  }

  .pe-lg-112 {
    padding-right: 7rem !important;
  }

  .pe-lg-150 {
    padding-right: 9.375rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 0.375rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-10 {
    padding-bottom: 0.625rem !important;
  }

  .pb-lg-12 {
    padding-bottom: 0.75rem !important;
  }

  .pb-lg-16 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-18 {
    padding-bottom: 1.125rem !important;
  }

  .pb-lg-20 {
    padding-bottom: 1.25rem !important;
  }

  .pb-lg-24 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-28 {
    padding-bottom: 1.75rem !important;
  }

  .pb-lg-32 {
    padding-bottom: 2rem !important;
  }

  .pb-lg-40 {
    padding-bottom: 2.5rem !important;
  }

  .pb-lg-44 {
    padding-bottom: 2.75rem !important;
  }

  .pb-lg-48 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-52 {
    padding-bottom: 3.25rem !important;
  }

  .pb-lg-56 {
    padding-bottom: 3.5rem !important;
  }

  .pb-lg-64 {
    padding-bottom: 4rem !important;
  }

  .pb-lg-72 {
    padding-bottom: 4.5rem !important;
  }

  .pb-lg-80 {
    padding-bottom: 5rem !important;
  }

  .pb-lg-98 {
    padding-bottom: 6.125rem !important;
  }

  .pb-lg-100 {
    padding-bottom: 6.25rem !important;
  }

  .pb-lg-112 {
    padding-bottom: 7rem !important;
  }

  .pb-lg-150 {
    padding-bottom: 9.375rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .ps-lg-6 {
    padding-left: 0.375rem !important;
  }

  .ps-lg-8 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-10 {
    padding-left: 0.625rem !important;
  }

  .ps-lg-12 {
    padding-left: 0.75rem !important;
  }

  .ps-lg-16 {
    padding-left: 1rem !important;
  }

  .ps-lg-18 {
    padding-left: 1.125rem !important;
  }

  .ps-lg-20 {
    padding-left: 1.25rem !important;
  }

  .ps-lg-24 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-28 {
    padding-left: 1.75rem !important;
  }

  .ps-lg-32 {
    padding-left: 2rem !important;
  }

  .ps-lg-40 {
    padding-left: 2.5rem !important;
  }

  .ps-lg-44 {
    padding-left: 2.75rem !important;
  }

  .ps-lg-48 {
    padding-left: 3rem !important;
  }

  .ps-lg-52 {
    padding-left: 3.25rem !important;
  }

  .ps-lg-56 {
    padding-left: 3.5rem !important;
  }

  .ps-lg-64 {
    padding-left: 4rem !important;
  }

  .ps-lg-72 {
    padding-left: 4.5rem !important;
  }

  .ps-lg-80 {
    padding-left: 5rem !important;
  }

  .ps-lg-98 {
    padding-left: 6.125rem !important;
  }

  .ps-lg-100 {
    padding-left: 6.25rem !important;
  }

  .ps-lg-112 {
    padding-left: 7rem !important;
  }

  .ps-lg-150 {
    padding-left: 9.375rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .rounded-lg {
    border-radius: 0.5rem !important;
  }

  .rounded-lg-0 {
    border-radius: 0 !important;
  }

  .rounded-lg-1 {
    border-radius: 0.2rem !important;
  }

  .rounded-lg-2 {
    border-radius: 0.5rem !important;
  }

  .rounded-lg-3 {
    border-radius: 0.3rem !important;
  }

  .rounded-lg-circle {
    border-radius: 50% !important;
  }

  .rounded-lg-pill {
    border-radius: 50rem !important;
  }

  .rounded-lg-4 {
    border-radius: 0.25rem !important;
  }

  .rounded-lg-6 {
    border-radius: 0.375rem !important;
  }

  .rounded-lg-8 {
    border-radius: 0.5rem !important;
  }

  .rounded-lg-12 {
    border-radius: 0.75rem !important;
  }

  .rounded-lg-16 {
    border-radius: 1rem !important;
  }

  .rounded-lg-20 {
    border-radius: 1rem !important;
  }

  .rounded-lg-24 {
    border-radius: 1.5rem !important;
  }

  .rounded-lg-32 {
    border-radius: 2rem !important;
  }

  .icon-lg-12 {
    width: 0.75rem !important;
    height: 0.75rem !important;
  }

  .icon-lg-16 {
    width: 1rem !important;
    height: 1rem !important;
  }

  .icon-lg-20 {
    width: 1.25rem !important;
    height: 1.25rem !important;
  }

  .icon-lg-24 {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }

  .icon-lg-28 {
    width: 1.75rem !important;
    height: 1.75rem !important;
  }

  .icon-lg-32 {
    width: 2rem !important;
    height: 2rem !important;
  }

  .icon-lg-40 {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }

  .icon-lg-48 {
    width: 3rem !important;
    height: 3rem !important;
  }

  .icon-lg-52 {
    width: 3.25rem !important;
    height: 3.25rem !important;
  }

  .icon-lg-64 {
    width: 4rem !important;
    height: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .gap-xl-6 {
    gap: 0.375rem !important;
  }

  .gap-xl-8 {
    gap: 0.5rem !important;
  }

  .gap-xl-10 {
    gap: 0.625rem !important;
  }

  .gap-xl-12 {
    gap: 0.75rem !important;
  }

  .gap-xl-16 {
    gap: 1rem !important;
  }

  .gap-xl-18 {
    gap: 1.125rem !important;
  }

  .gap-xl-20 {
    gap: 1.25rem !important;
  }

  .gap-xl-24 {
    gap: 1.5rem !important;
  }

  .gap-xl-28 {
    gap: 1.75rem !important;
  }

  .gap-xl-32 {
    gap: 2rem !important;
  }

  .gap-xl-40 {
    gap: 2.5rem !important;
  }

  .gap-xl-44 {
    gap: 2.75rem !important;
  }

  .gap-xl-48 {
    gap: 3rem !important;
  }

  .gap-xl-52 {
    gap: 3.25rem !important;
  }

  .gap-xl-56 {
    gap: 3.5rem !important;
  }

  .gap-xl-64 {
    gap: 4rem !important;
  }

  .gap-xl-72 {
    gap: 4.5rem !important;
  }

  .gap-xl-80 {
    gap: 5rem !important;
  }

  .gap-xl-98 {
    gap: 6.125rem !important;
  }

  .gap-xl-100 {
    gap: 6.25rem !important;
  }

  .gap-xl-112 {
    gap: 7rem !important;
  }

  .gap-xl-150 {
    gap: 9.375rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-6 {
    margin: 0.375rem !important;
  }

  .m-xl-8 {
    margin: 0.5rem !important;
  }

  .m-xl-10 {
    margin: 0.625rem !important;
  }

  .m-xl-12 {
    margin: 0.75rem !important;
  }

  .m-xl-16 {
    margin: 1rem !important;
  }

  .m-xl-18 {
    margin: 1.125rem !important;
  }

  .m-xl-20 {
    margin: 1.25rem !important;
  }

  .m-xl-24 {
    margin: 1.5rem !important;
  }

  .m-xl-28 {
    margin: 1.75rem !important;
  }

  .m-xl-32 {
    margin: 2rem !important;
  }

  .m-xl-40 {
    margin: 2.5rem !important;
  }

  .m-xl-44 {
    margin: 2.75rem !important;
  }

  .m-xl-48 {
    margin: 3rem !important;
  }

  .m-xl-52 {
    margin: 3.25rem !important;
  }

  .m-xl-56 {
    margin: 3.5rem !important;
  }

  .m-xl-64 {
    margin: 4rem !important;
  }

  .m-xl-72 {
    margin: 4.5rem !important;
  }

  .m-xl-80 {
    margin: 5rem !important;
  }

  .m-xl-98 {
    margin: 6.125rem !important;
  }

  .m-xl-100 {
    margin: 6.25rem !important;
  }

  .m-xl-112 {
    margin: 7rem !important;
  }

  .m-xl-150 {
    margin: 9.375rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-6 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  .mx-xl-8 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }

  .mx-xl-12 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-xl-16 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-18 {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }

  .mx-xl-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-xl-24 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-28 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .mx-xl-32 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xl-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xl-44 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }

  .mx-xl-48 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-52 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }

  .mx-xl-56 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-xl-64 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xl-72 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-xl-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xl-98 {
    margin-right: 6.125rem !important;
    margin-left: 6.125rem !important;
  }

  .mx-xl-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }

  .mx-xl-112 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-xl-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-6 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .my-xl-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .my-xl-12 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-xl-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-18 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }

  .my-xl-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-xl-24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-28 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .my-xl-32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xl-44 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .my-xl-48 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-52 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .my-xl-56 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-xl-64 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xl-72 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xl-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xl-98 {
    margin-top: 6.125rem !important;
    margin-bottom: 6.125rem !important;
  }

  .my-xl-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .my-xl-112 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-xl-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-6 {
    margin-top: 0.375rem !important;
  }

  .mt-xl-8 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-10 {
    margin-top: 0.625rem !important;
  }

  .mt-xl-12 {
    margin-top: 0.75rem !important;
  }

  .mt-xl-16 {
    margin-top: 1rem !important;
  }

  .mt-xl-18 {
    margin-top: 1.125rem !important;
  }

  .mt-xl-20 {
    margin-top: 1.25rem !important;
  }

  .mt-xl-24 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-28 {
    margin-top: 1.75rem !important;
  }

  .mt-xl-32 {
    margin-top: 2rem !important;
  }

  .mt-xl-40 {
    margin-top: 2.5rem !important;
  }

  .mt-xl-44 {
    margin-top: 2.75rem !important;
  }

  .mt-xl-48 {
    margin-top: 3rem !important;
  }

  .mt-xl-52 {
    margin-top: 3.25rem !important;
  }

  .mt-xl-56 {
    margin-top: 3.5rem !important;
  }

  .mt-xl-64 {
    margin-top: 4rem !important;
  }

  .mt-xl-72 {
    margin-top: 4.5rem !important;
  }

  .mt-xl-80 {
    margin-top: 5rem !important;
  }

  .mt-xl-98 {
    margin-top: 6.125rem !important;
  }

  .mt-xl-100 {
    margin-top: 6.25rem !important;
  }

  .mt-xl-112 {
    margin-top: 7rem !important;
  }

  .mt-xl-150 {
    margin-top: 9.375rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-6 {
    margin-right: 0.375rem !important;
  }

  .me-xl-8 {
    margin-right: 0.5rem !important;
  }

  .me-xl-10 {
    margin-right: 0.625rem !important;
  }

  .me-xl-12 {
    margin-right: 0.75rem !important;
  }

  .me-xl-16 {
    margin-right: 1rem !important;
  }

  .me-xl-18 {
    margin-right: 1.125rem !important;
  }

  .me-xl-20 {
    margin-right: 1.25rem !important;
  }

  .me-xl-24 {
    margin-right: 1.5rem !important;
  }

  .me-xl-28 {
    margin-right: 1.75rem !important;
  }

  .me-xl-32 {
    margin-right: 2rem !important;
  }

  .me-xl-40 {
    margin-right: 2.5rem !important;
  }

  .me-xl-44 {
    margin-right: 2.75rem !important;
  }

  .me-xl-48 {
    margin-right: 3rem !important;
  }

  .me-xl-52 {
    margin-right: 3.25rem !important;
  }

  .me-xl-56 {
    margin-right: 3.5rem !important;
  }

  .me-xl-64 {
    margin-right: 4rem !important;
  }

  .me-xl-72 {
    margin-right: 4.5rem !important;
  }

  .me-xl-80 {
    margin-right: 5rem !important;
  }

  .me-xl-98 {
    margin-right: 6.125rem !important;
  }

  .me-xl-100 {
    margin-right: 6.25rem !important;
  }

  .me-xl-112 {
    margin-right: 7rem !important;
  }

  .me-xl-150 {
    margin-right: 9.375rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 0.375rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-10 {
    margin-bottom: 0.625rem !important;
  }

  .mb-xl-12 {
    margin-bottom: 0.75rem !important;
  }

  .mb-xl-16 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-18 {
    margin-bottom: 1.125rem !important;
  }

  .mb-xl-20 {
    margin-bottom: 1.25rem !important;
  }

  .mb-xl-24 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-28 {
    margin-bottom: 1.75rem !important;
  }

  .mb-xl-32 {
    margin-bottom: 2rem !important;
  }

  .mb-xl-40 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xl-44 {
    margin-bottom: 2.75rem !important;
  }

  .mb-xl-48 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-52 {
    margin-bottom: 3.25rem !important;
  }

  .mb-xl-56 {
    margin-bottom: 3.5rem !important;
  }

  .mb-xl-64 {
    margin-bottom: 4rem !important;
  }

  .mb-xl-72 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xl-80 {
    margin-bottom: 5rem !important;
  }

  .mb-xl-98 {
    margin-bottom: 6.125rem !important;
  }

  .mb-xl-100 {
    margin-bottom: 6.25rem !important;
  }

  .mb-xl-112 {
    margin-bottom: 7rem !important;
  }

  .mb-xl-150 {
    margin-bottom: 9.375rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-6 {
    margin-left: 0.375rem !important;
  }

  .ms-xl-8 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-10 {
    margin-left: 0.625rem !important;
  }

  .ms-xl-12 {
    margin-left: 0.75rem !important;
  }

  .ms-xl-16 {
    margin-left: 1rem !important;
  }

  .ms-xl-18 {
    margin-left: 1.125rem !important;
  }

  .ms-xl-20 {
    margin-left: 1.25rem !important;
  }

  .ms-xl-24 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-28 {
    margin-left: 1.75rem !important;
  }

  .ms-xl-32 {
    margin-left: 2rem !important;
  }

  .ms-xl-40 {
    margin-left: 2.5rem !important;
  }

  .ms-xl-44 {
    margin-left: 2.75rem !important;
  }

  .ms-xl-48 {
    margin-left: 3rem !important;
  }

  .ms-xl-52 {
    margin-left: 3.25rem !important;
  }

  .ms-xl-56 {
    margin-left: 3.5rem !important;
  }

  .ms-xl-64 {
    margin-left: 4rem !important;
  }

  .ms-xl-72 {
    margin-left: 4.5rem !important;
  }

  .ms-xl-80 {
    margin-left: 5rem !important;
  }

  .ms-xl-98 {
    margin-left: 6.125rem !important;
  }

  .ms-xl-100 {
    margin-left: 6.25rem !important;
  }

  .ms-xl-112 {
    margin-left: 7rem !important;
  }

  .ms-xl-150 {
    margin-left: 9.375rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .p-xl-6 {
    padding: 0.375rem !important;
  }

  .p-xl-8 {
    padding: 0.5rem !important;
  }

  .p-xl-10 {
    padding: 0.625rem !important;
  }

  .p-xl-12 {
    padding: 0.75rem !important;
  }

  .p-xl-16 {
    padding: 1rem !important;
  }

  .p-xl-18 {
    padding: 1.125rem !important;
  }

  .p-xl-20 {
    padding: 1.25rem !important;
  }

  .p-xl-24 {
    padding: 1.5rem !important;
  }

  .p-xl-28 {
    padding: 1.75rem !important;
  }

  .p-xl-32 {
    padding: 2rem !important;
  }

  .p-xl-40 {
    padding: 2.5rem !important;
  }

  .p-xl-44 {
    padding: 2.75rem !important;
  }

  .p-xl-48 {
    padding: 3rem !important;
  }

  .p-xl-52 {
    padding: 3.25rem !important;
  }

  .p-xl-56 {
    padding: 3.5rem !important;
  }

  .p-xl-64 {
    padding: 4rem !important;
  }

  .p-xl-72 {
    padding: 4.5rem !important;
  }

  .p-xl-80 {
    padding: 5rem !important;
  }

  .p-xl-98 {
    padding: 6.125rem !important;
  }

  .p-xl-100 {
    padding: 6.25rem !important;
  }

  .p-xl-112 {
    padding: 7rem !important;
  }

  .p-xl-150 {
    padding: 9.375rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xl-6 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-xl-8 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }

  .px-xl-12 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-xl-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-18 {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }

  .px-xl-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-xl-24 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-28 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .px-xl-32 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xl-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xl-44 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }

  .px-xl-48 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xl-52 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }

  .px-xl-56 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-xl-64 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-xl-72 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-xl-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-xl-98 {
    padding-right: 6.125rem !important;
    padding-left: 6.125rem !important;
  }

  .px-xl-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }

  .px-xl-112 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-xl-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xl-6 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .py-xl-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .py-xl-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-xl-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-18 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }

  .py-xl-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-xl-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-28 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .py-xl-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xl-44 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .py-xl-48 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xl-52 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .py-xl-56 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-xl-64 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xl-72 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-xl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xl-98 {
    padding-top: 6.125rem !important;
    padding-bottom: 6.125rem !important;
  }

  .py-xl-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .py-xl-112 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-xl-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pt-xl-6 {
    padding-top: 0.375rem !important;
  }

  .pt-xl-8 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-10 {
    padding-top: 0.625rem !important;
  }

  .pt-xl-12 {
    padding-top: 0.75rem !important;
  }

  .pt-xl-16 {
    padding-top: 1rem !important;
  }

  .pt-xl-18 {
    padding-top: 1.125rem !important;
  }

  .pt-xl-20 {
    padding-top: 1.25rem !important;
  }

  .pt-xl-24 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-28 {
    padding-top: 1.75rem !important;
  }

  .pt-xl-32 {
    padding-top: 2rem !important;
  }

  .pt-xl-40 {
    padding-top: 2.5rem !important;
  }

  .pt-xl-44 {
    padding-top: 2.75rem !important;
  }

  .pt-xl-48 {
    padding-top: 3rem !important;
  }

  .pt-xl-52 {
    padding-top: 3.25rem !important;
  }

  .pt-xl-56 {
    padding-top: 3.5rem !important;
  }

  .pt-xl-64 {
    padding-top: 4rem !important;
  }

  .pt-xl-72 {
    padding-top: 4.5rem !important;
  }

  .pt-xl-80 {
    padding-top: 5rem !important;
  }

  .pt-xl-98 {
    padding-top: 6.125rem !important;
  }

  .pt-xl-100 {
    padding-top: 6.25rem !important;
  }

  .pt-xl-112 {
    padding-top: 7rem !important;
  }

  .pt-xl-150 {
    padding-top: 9.375rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pe-xl-6 {
    padding-right: 0.375rem !important;
  }

  .pe-xl-8 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-10 {
    padding-right: 0.625rem !important;
  }

  .pe-xl-12 {
    padding-right: 0.75rem !important;
  }

  .pe-xl-16 {
    padding-right: 1rem !important;
  }

  .pe-xl-18 {
    padding-right: 1.125rem !important;
  }

  .pe-xl-20 {
    padding-right: 1.25rem !important;
  }

  .pe-xl-24 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-28 {
    padding-right: 1.75rem !important;
  }

  .pe-xl-32 {
    padding-right: 2rem !important;
  }

  .pe-xl-40 {
    padding-right: 2.5rem !important;
  }

  .pe-xl-44 {
    padding-right: 2.75rem !important;
  }

  .pe-xl-48 {
    padding-right: 3rem !important;
  }

  .pe-xl-52 {
    padding-right: 3.25rem !important;
  }

  .pe-xl-56 {
    padding-right: 3.5rem !important;
  }

  .pe-xl-64 {
    padding-right: 4rem !important;
  }

  .pe-xl-72 {
    padding-right: 4.5rem !important;
  }

  .pe-xl-80 {
    padding-right: 5rem !important;
  }

  .pe-xl-98 {
    padding-right: 6.125rem !important;
  }

  .pe-xl-100 {
    padding-right: 6.25rem !important;
  }

  .pe-xl-112 {
    padding-right: 7rem !important;
  }

  .pe-xl-150 {
    padding-right: 9.375rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 0.375rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-10 {
    padding-bottom: 0.625rem !important;
  }

  .pb-xl-12 {
    padding-bottom: 0.75rem !important;
  }

  .pb-xl-16 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-18 {
    padding-bottom: 1.125rem !important;
  }

  .pb-xl-20 {
    padding-bottom: 1.25rem !important;
  }

  .pb-xl-24 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-28 {
    padding-bottom: 1.75rem !important;
  }

  .pb-xl-32 {
    padding-bottom: 2rem !important;
  }

  .pb-xl-40 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xl-44 {
    padding-bottom: 2.75rem !important;
  }

  .pb-xl-48 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-52 {
    padding-bottom: 3.25rem !important;
  }

  .pb-xl-56 {
    padding-bottom: 3.5rem !important;
  }

  .pb-xl-64 {
    padding-bottom: 4rem !important;
  }

  .pb-xl-72 {
    padding-bottom: 4.5rem !important;
  }

  .pb-xl-80 {
    padding-bottom: 5rem !important;
  }

  .pb-xl-98 {
    padding-bottom: 6.125rem !important;
  }

  .pb-xl-100 {
    padding-bottom: 6.25rem !important;
  }

  .pb-xl-112 {
    padding-bottom: 7rem !important;
  }

  .pb-xl-150 {
    padding-bottom: 9.375rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .ps-xl-6 {
    padding-left: 0.375rem !important;
  }

  .ps-xl-8 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-10 {
    padding-left: 0.625rem !important;
  }

  .ps-xl-12 {
    padding-left: 0.75rem !important;
  }

  .ps-xl-16 {
    padding-left: 1rem !important;
  }

  .ps-xl-18 {
    padding-left: 1.125rem !important;
  }

  .ps-xl-20 {
    padding-left: 1.25rem !important;
  }

  .ps-xl-24 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-28 {
    padding-left: 1.75rem !important;
  }

  .ps-xl-32 {
    padding-left: 2rem !important;
  }

  .ps-xl-40 {
    padding-left: 2.5rem !important;
  }

  .ps-xl-44 {
    padding-left: 2.75rem !important;
  }

  .ps-xl-48 {
    padding-left: 3rem !important;
  }

  .ps-xl-52 {
    padding-left: 3.25rem !important;
  }

  .ps-xl-56 {
    padding-left: 3.5rem !important;
  }

  .ps-xl-64 {
    padding-left: 4rem !important;
  }

  .ps-xl-72 {
    padding-left: 4.5rem !important;
  }

  .ps-xl-80 {
    padding-left: 5rem !important;
  }

  .ps-xl-98 {
    padding-left: 6.125rem !important;
  }

  .ps-xl-100 {
    padding-left: 6.25rem !important;
  }

  .ps-xl-112 {
    padding-left: 7rem !important;
  }

  .ps-xl-150 {
    padding-left: 9.375rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .rounded-xl {
    border-radius: 0.5rem !important;
  }

  .rounded-xl-0 {
    border-radius: 0 !important;
  }

  .rounded-xl-1 {
    border-radius: 0.2rem !important;
  }

  .rounded-xl-2 {
    border-radius: 0.5rem !important;
  }

  .rounded-xl-3 {
    border-radius: 0.3rem !important;
  }

  .rounded-xl-circle {
    border-radius: 50% !important;
  }

  .rounded-xl-pill {
    border-radius: 50rem !important;
  }

  .rounded-xl-4 {
    border-radius: 0.25rem !important;
  }

  .rounded-xl-6 {
    border-radius: 0.375rem !important;
  }

  .rounded-xl-8 {
    border-radius: 0.5rem !important;
  }

  .rounded-xl-12 {
    border-radius: 0.75rem !important;
  }

  .rounded-xl-16 {
    border-radius: 1rem !important;
  }

  .rounded-xl-20 {
    border-radius: 1rem !important;
  }

  .rounded-xl-24 {
    border-radius: 1.5rem !important;
  }

  .rounded-xl-32 {
    border-radius: 2rem !important;
  }

  .icon-xl-12 {
    width: 0.75rem !important;
    height: 0.75rem !important;
  }

  .icon-xl-16 {
    width: 1rem !important;
    height: 1rem !important;
  }

  .icon-xl-20 {
    width: 1.25rem !important;
    height: 1.25rem !important;
  }

  .icon-xl-24 {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }

  .icon-xl-28 {
    width: 1.75rem !important;
    height: 1.75rem !important;
  }

  .icon-xl-32 {
    width: 2rem !important;
    height: 2rem !important;
  }

  .icon-xl-40 {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }

  .icon-xl-48 {
    width: 3rem !important;
    height: 3rem !important;
  }

  .icon-xl-52 {
    width: 3.25rem !important;
    height: 3.25rem !important;
  }

  .icon-xl-64 {
    width: 4rem !important;
    height: 4rem !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .gap-xxl-6 {
    gap: 0.375rem !important;
  }

  .gap-xxl-8 {
    gap: 0.5rem !important;
  }

  .gap-xxl-10 {
    gap: 0.625rem !important;
  }

  .gap-xxl-12 {
    gap: 0.75rem !important;
  }

  .gap-xxl-16 {
    gap: 1rem !important;
  }

  .gap-xxl-18 {
    gap: 1.125rem !important;
  }

  .gap-xxl-20 {
    gap: 1.25rem !important;
  }

  .gap-xxl-24 {
    gap: 1.5rem !important;
  }

  .gap-xxl-28 {
    gap: 1.75rem !important;
  }

  .gap-xxl-32 {
    gap: 2rem !important;
  }

  .gap-xxl-40 {
    gap: 2.5rem !important;
  }

  .gap-xxl-44 {
    gap: 2.75rem !important;
  }

  .gap-xxl-48 {
    gap: 3rem !important;
  }

  .gap-xxl-52 {
    gap: 3.25rem !important;
  }

  .gap-xxl-56 {
    gap: 3.5rem !important;
  }

  .gap-xxl-64 {
    gap: 4rem !important;
  }

  .gap-xxl-72 {
    gap: 4.5rem !important;
  }

  .gap-xxl-80 {
    gap: 5rem !important;
  }

  .gap-xxl-98 {
    gap: 6.125rem !important;
  }

  .gap-xxl-100 {
    gap: 6.25rem !important;
  }

  .gap-xxl-112 {
    gap: 7rem !important;
  }

  .gap-xxl-150 {
    gap: 9.375rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-6 {
    margin: 0.375rem !important;
  }

  .m-xxl-8 {
    margin: 0.5rem !important;
  }

  .m-xxl-10 {
    margin: 0.625rem !important;
  }

  .m-xxl-12 {
    margin: 0.75rem !important;
  }

  .m-xxl-16 {
    margin: 1rem !important;
  }

  .m-xxl-18 {
    margin: 1.125rem !important;
  }

  .m-xxl-20 {
    margin: 1.25rem !important;
  }

  .m-xxl-24 {
    margin: 1.5rem !important;
  }

  .m-xxl-28 {
    margin: 1.75rem !important;
  }

  .m-xxl-32 {
    margin: 2rem !important;
  }

  .m-xxl-40 {
    margin: 2.5rem !important;
  }

  .m-xxl-44 {
    margin: 2.75rem !important;
  }

  .m-xxl-48 {
    margin: 3rem !important;
  }

  .m-xxl-52 {
    margin: 3.25rem !important;
  }

  .m-xxl-56 {
    margin: 3.5rem !important;
  }

  .m-xxl-64 {
    margin: 4rem !important;
  }

  .m-xxl-72 {
    margin: 4.5rem !important;
  }

  .m-xxl-80 {
    margin: 5rem !important;
  }

  .m-xxl-98 {
    margin: 6.125rem !important;
  }

  .m-xxl-100 {
    margin: 6.25rem !important;
  }

  .m-xxl-112 {
    margin: 7rem !important;
  }

  .m-xxl-150 {
    margin: 9.375rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-6 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  .mx-xxl-8 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }

  .mx-xxl-12 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-xxl-16 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-18 {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }

  .mx-xxl-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-xxl-24 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-28 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .mx-xxl-32 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xxl-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xxl-44 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }

  .mx-xxl-48 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-52 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }

  .mx-xxl-56 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-xxl-64 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xxl-72 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-xxl-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xxl-98 {
    margin-right: 6.125rem !important;
    margin-left: 6.125rem !important;
  }

  .mx-xxl-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }

  .mx-xxl-112 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-xxl-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-6 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .my-xxl-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .my-xxl-12 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-xxl-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-18 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }

  .my-xxl-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-xxl-24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-28 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .my-xxl-32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xxl-44 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .my-xxl-48 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-52 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .my-xxl-56 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-xxl-64 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xxl-72 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xxl-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xxl-98 {
    margin-top: 6.125rem !important;
    margin-bottom: 6.125rem !important;
  }

  .my-xxl-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .my-xxl-112 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-xxl-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-6 {
    margin-top: 0.375rem !important;
  }

  .mt-xxl-8 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-10 {
    margin-top: 0.625rem !important;
  }

  .mt-xxl-12 {
    margin-top: 0.75rem !important;
  }

  .mt-xxl-16 {
    margin-top: 1rem !important;
  }

  .mt-xxl-18 {
    margin-top: 1.125rem !important;
  }

  .mt-xxl-20 {
    margin-top: 1.25rem !important;
  }

  .mt-xxl-24 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-28 {
    margin-top: 1.75rem !important;
  }

  .mt-xxl-32 {
    margin-top: 2rem !important;
  }

  .mt-xxl-40 {
    margin-top: 2.5rem !important;
  }

  .mt-xxl-44 {
    margin-top: 2.75rem !important;
  }

  .mt-xxl-48 {
    margin-top: 3rem !important;
  }

  .mt-xxl-52 {
    margin-top: 3.25rem !important;
  }

  .mt-xxl-56 {
    margin-top: 3.5rem !important;
  }

  .mt-xxl-64 {
    margin-top: 4rem !important;
  }

  .mt-xxl-72 {
    margin-top: 4.5rem !important;
  }

  .mt-xxl-80 {
    margin-top: 5rem !important;
  }

  .mt-xxl-98 {
    margin-top: 6.125rem !important;
  }

  .mt-xxl-100 {
    margin-top: 6.25rem !important;
  }

  .mt-xxl-112 {
    margin-top: 7rem !important;
  }

  .mt-xxl-150 {
    margin-top: 9.375rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-6 {
    margin-right: 0.375rem !important;
  }

  .me-xxl-8 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-10 {
    margin-right: 0.625rem !important;
  }

  .me-xxl-12 {
    margin-right: 0.75rem !important;
  }

  .me-xxl-16 {
    margin-right: 1rem !important;
  }

  .me-xxl-18 {
    margin-right: 1.125rem !important;
  }

  .me-xxl-20 {
    margin-right: 1.25rem !important;
  }

  .me-xxl-24 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-28 {
    margin-right: 1.75rem !important;
  }

  .me-xxl-32 {
    margin-right: 2rem !important;
  }

  .me-xxl-40 {
    margin-right: 2.5rem !important;
  }

  .me-xxl-44 {
    margin-right: 2.75rem !important;
  }

  .me-xxl-48 {
    margin-right: 3rem !important;
  }

  .me-xxl-52 {
    margin-right: 3.25rem !important;
  }

  .me-xxl-56 {
    margin-right: 3.5rem !important;
  }

  .me-xxl-64 {
    margin-right: 4rem !important;
  }

  .me-xxl-72 {
    margin-right: 4.5rem !important;
  }

  .me-xxl-80 {
    margin-right: 5rem !important;
  }

  .me-xxl-98 {
    margin-right: 6.125rem !important;
  }

  .me-xxl-100 {
    margin-right: 6.25rem !important;
  }

  .me-xxl-112 {
    margin-right: 7rem !important;
  }

  .me-xxl-150 {
    margin-right: 9.375rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-6 {
    margin-bottom: 0.375rem !important;
  }

  .mb-xxl-8 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-10 {
    margin-bottom: 0.625rem !important;
  }

  .mb-xxl-12 {
    margin-bottom: 0.75rem !important;
  }

  .mb-xxl-16 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-18 {
    margin-bottom: 1.125rem !important;
  }

  .mb-xxl-20 {
    margin-bottom: 1.25rem !important;
  }

  .mb-xxl-24 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-28 {
    margin-bottom: 1.75rem !important;
  }

  .mb-xxl-32 {
    margin-bottom: 2rem !important;
  }

  .mb-xxl-40 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xxl-44 {
    margin-bottom: 2.75rem !important;
  }

  .mb-xxl-48 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-52 {
    margin-bottom: 3.25rem !important;
  }

  .mb-xxl-56 {
    margin-bottom: 3.5rem !important;
  }

  .mb-xxl-64 {
    margin-bottom: 4rem !important;
  }

  .mb-xxl-72 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xxl-80 {
    margin-bottom: 5rem !important;
  }

  .mb-xxl-98 {
    margin-bottom: 6.125rem !important;
  }

  .mb-xxl-100 {
    margin-bottom: 6.25rem !important;
  }

  .mb-xxl-112 {
    margin-bottom: 7rem !important;
  }

  .mb-xxl-150 {
    margin-bottom: 9.375rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-6 {
    margin-left: 0.375rem !important;
  }

  .ms-xxl-8 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-10 {
    margin-left: 0.625rem !important;
  }

  .ms-xxl-12 {
    margin-left: 0.75rem !important;
  }

  .ms-xxl-16 {
    margin-left: 1rem !important;
  }

  .ms-xxl-18 {
    margin-left: 1.125rem !important;
  }

  .ms-xxl-20 {
    margin-left: 1.25rem !important;
  }

  .ms-xxl-24 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-28 {
    margin-left: 1.75rem !important;
  }

  .ms-xxl-32 {
    margin-left: 2rem !important;
  }

  .ms-xxl-40 {
    margin-left: 2.5rem !important;
  }

  .ms-xxl-44 {
    margin-left: 2.75rem !important;
  }

  .ms-xxl-48 {
    margin-left: 3rem !important;
  }

  .ms-xxl-52 {
    margin-left: 3.25rem !important;
  }

  .ms-xxl-56 {
    margin-left: 3.5rem !important;
  }

  .ms-xxl-64 {
    margin-left: 4rem !important;
  }

  .ms-xxl-72 {
    margin-left: 4.5rem !important;
  }

  .ms-xxl-80 {
    margin-left: 5rem !important;
  }

  .ms-xxl-98 {
    margin-left: 6.125rem !important;
  }

  .ms-xxl-100 {
    margin-left: 6.25rem !important;
  }

  .ms-xxl-112 {
    margin-left: 7rem !important;
  }

  .ms-xxl-150 {
    margin-left: 9.375rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .p-xxl-6 {
    padding: 0.375rem !important;
  }

  .p-xxl-8 {
    padding: 0.5rem !important;
  }

  .p-xxl-10 {
    padding: 0.625rem !important;
  }

  .p-xxl-12 {
    padding: 0.75rem !important;
  }

  .p-xxl-16 {
    padding: 1rem !important;
  }

  .p-xxl-18 {
    padding: 1.125rem !important;
  }

  .p-xxl-20 {
    padding: 1.25rem !important;
  }

  .p-xxl-24 {
    padding: 1.5rem !important;
  }

  .p-xxl-28 {
    padding: 1.75rem !important;
  }

  .p-xxl-32 {
    padding: 2rem !important;
  }

  .p-xxl-40 {
    padding: 2.5rem !important;
  }

  .p-xxl-44 {
    padding: 2.75rem !important;
  }

  .p-xxl-48 {
    padding: 3rem !important;
  }

  .p-xxl-52 {
    padding: 3.25rem !important;
  }

  .p-xxl-56 {
    padding: 3.5rem !important;
  }

  .p-xxl-64 {
    padding: 4rem !important;
  }

  .p-xxl-72 {
    padding: 4.5rem !important;
  }

  .p-xxl-80 {
    padding: 5rem !important;
  }

  .p-xxl-98 {
    padding: 6.125rem !important;
  }

  .p-xxl-100 {
    padding: 6.25rem !important;
  }

  .p-xxl-112 {
    padding: 7rem !important;
  }

  .p-xxl-150 {
    padding: 9.375rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xxl-6 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-xxl-8 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }

  .px-xxl-12 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-xxl-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-18 {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }

  .px-xxl-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-xxl-24 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-28 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .px-xxl-32 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xxl-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xxl-44 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }

  .px-xxl-48 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xxl-52 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }

  .px-xxl-56 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-xxl-64 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-xxl-72 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-xxl-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-xxl-98 {
    padding-right: 6.125rem !important;
    padding-left: 6.125rem !important;
  }

  .px-xxl-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }

  .px-xxl-112 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-xxl-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xxl-6 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .py-xxl-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .py-xxl-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-xxl-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-18 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }

  .py-xxl-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-xxl-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-28 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .py-xxl-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xxl-44 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .py-xxl-48 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xxl-52 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .py-xxl-56 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-xxl-64 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xxl-72 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-xxl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xxl-98 {
    padding-top: 6.125rem !important;
    padding-bottom: 6.125rem !important;
  }

  .py-xxl-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .py-xxl-112 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-xxl-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pt-xxl-6 {
    padding-top: 0.375rem !important;
  }

  .pt-xxl-8 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-10 {
    padding-top: 0.625rem !important;
  }

  .pt-xxl-12 {
    padding-top: 0.75rem !important;
  }

  .pt-xxl-16 {
    padding-top: 1rem !important;
  }

  .pt-xxl-18 {
    padding-top: 1.125rem !important;
  }

  .pt-xxl-20 {
    padding-top: 1.25rem !important;
  }

  .pt-xxl-24 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-28 {
    padding-top: 1.75rem !important;
  }

  .pt-xxl-32 {
    padding-top: 2rem !important;
  }

  .pt-xxl-40 {
    padding-top: 2.5rem !important;
  }

  .pt-xxl-44 {
    padding-top: 2.75rem !important;
  }

  .pt-xxl-48 {
    padding-top: 3rem !important;
  }

  .pt-xxl-52 {
    padding-top: 3.25rem !important;
  }

  .pt-xxl-56 {
    padding-top: 3.5rem !important;
  }

  .pt-xxl-64 {
    padding-top: 4rem !important;
  }

  .pt-xxl-72 {
    padding-top: 4.5rem !important;
  }

  .pt-xxl-80 {
    padding-top: 5rem !important;
  }

  .pt-xxl-98 {
    padding-top: 6.125rem !important;
  }

  .pt-xxl-100 {
    padding-top: 6.25rem !important;
  }

  .pt-xxl-112 {
    padding-top: 7rem !important;
  }

  .pt-xxl-150 {
    padding-top: 9.375rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pe-xxl-6 {
    padding-right: 0.375rem !important;
  }

  .pe-xxl-8 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-10 {
    padding-right: 0.625rem !important;
  }

  .pe-xxl-12 {
    padding-right: 0.75rem !important;
  }

  .pe-xxl-16 {
    padding-right: 1rem !important;
  }

  .pe-xxl-18 {
    padding-right: 1.125rem !important;
  }

  .pe-xxl-20 {
    padding-right: 1.25rem !important;
  }

  .pe-xxl-24 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-28 {
    padding-right: 1.75rem !important;
  }

  .pe-xxl-32 {
    padding-right: 2rem !important;
  }

  .pe-xxl-40 {
    padding-right: 2.5rem !important;
  }

  .pe-xxl-44 {
    padding-right: 2.75rem !important;
  }

  .pe-xxl-48 {
    padding-right: 3rem !important;
  }

  .pe-xxl-52 {
    padding-right: 3.25rem !important;
  }

  .pe-xxl-56 {
    padding-right: 3.5rem !important;
  }

  .pe-xxl-64 {
    padding-right: 4rem !important;
  }

  .pe-xxl-72 {
    padding-right: 4.5rem !important;
  }

  .pe-xxl-80 {
    padding-right: 5rem !important;
  }

  .pe-xxl-98 {
    padding-right: 6.125rem !important;
  }

  .pe-xxl-100 {
    padding-right: 6.25rem !important;
  }

  .pe-xxl-112 {
    padding-right: 7rem !important;
  }

  .pe-xxl-150 {
    padding-right: 9.375rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pb-xxl-6 {
    padding-bottom: 0.375rem !important;
  }

  .pb-xxl-8 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-10 {
    padding-bottom: 0.625rem !important;
  }

  .pb-xxl-12 {
    padding-bottom: 0.75rem !important;
  }

  .pb-xxl-16 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-18 {
    padding-bottom: 1.125rem !important;
  }

  .pb-xxl-20 {
    padding-bottom: 1.25rem !important;
  }

  .pb-xxl-24 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-28 {
    padding-bottom: 1.75rem !important;
  }

  .pb-xxl-32 {
    padding-bottom: 2rem !important;
  }

  .pb-xxl-40 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xxl-44 {
    padding-bottom: 2.75rem !important;
  }

  .pb-xxl-48 {
    padding-bottom: 3rem !important;
  }

  .pb-xxl-52 {
    padding-bottom: 3.25rem !important;
  }

  .pb-xxl-56 {
    padding-bottom: 3.5rem !important;
  }

  .pb-xxl-64 {
    padding-bottom: 4rem !important;
  }

  .pb-xxl-72 {
    padding-bottom: 4.5rem !important;
  }

  .pb-xxl-80 {
    padding-bottom: 5rem !important;
  }

  .pb-xxl-98 {
    padding-bottom: 6.125rem !important;
  }

  .pb-xxl-100 {
    padding-bottom: 6.25rem !important;
  }

  .pb-xxl-112 {
    padding-bottom: 7rem !important;
  }

  .pb-xxl-150 {
    padding-bottom: 9.375rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .ps-xxl-6 {
    padding-left: 0.375rem !important;
  }

  .ps-xxl-8 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-10 {
    padding-left: 0.625rem !important;
  }

  .ps-xxl-12 {
    padding-left: 0.75rem !important;
  }

  .ps-xxl-16 {
    padding-left: 1rem !important;
  }

  .ps-xxl-18 {
    padding-left: 1.125rem !important;
  }

  .ps-xxl-20 {
    padding-left: 1.25rem !important;
  }

  .ps-xxl-24 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-28 {
    padding-left: 1.75rem !important;
  }

  .ps-xxl-32 {
    padding-left: 2rem !important;
  }

  .ps-xxl-40 {
    padding-left: 2.5rem !important;
  }

  .ps-xxl-44 {
    padding-left: 2.75rem !important;
  }

  .ps-xxl-48 {
    padding-left: 3rem !important;
  }

  .ps-xxl-52 {
    padding-left: 3.25rem !important;
  }

  .ps-xxl-56 {
    padding-left: 3.5rem !important;
  }

  .ps-xxl-64 {
    padding-left: 4rem !important;
  }

  .ps-xxl-72 {
    padding-left: 4.5rem !important;
  }

  .ps-xxl-80 {
    padding-left: 5rem !important;
  }

  .ps-xxl-98 {
    padding-left: 6.125rem !important;
  }

  .ps-xxl-100 {
    padding-left: 6.25rem !important;
  }

  .ps-xxl-112 {
    padding-left: 7rem !important;
  }

  .ps-xxl-150 {
    padding-left: 9.375rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }

  .rounded-xxl {
    border-radius: 0.5rem !important;
  }

  .rounded-xxl-0 {
    border-radius: 0 !important;
  }

  .rounded-xxl-1 {
    border-radius: 0.2rem !important;
  }

  .rounded-xxl-2 {
    border-radius: 0.5rem !important;
  }

  .rounded-xxl-3 {
    border-radius: 0.3rem !important;
  }

  .rounded-xxl-circle {
    border-radius: 50% !important;
  }

  .rounded-xxl-pill {
    border-radius: 50rem !important;
  }

  .rounded-xxl-4 {
    border-radius: 0.25rem !important;
  }

  .rounded-xxl-6 {
    border-radius: 0.375rem !important;
  }

  .rounded-xxl-8 {
    border-radius: 0.5rem !important;
  }

  .rounded-xxl-12 {
    border-radius: 0.75rem !important;
  }

  .rounded-xxl-16 {
    border-radius: 1rem !important;
  }

  .rounded-xxl-20 {
    border-radius: 1rem !important;
  }

  .rounded-xxl-24 {
    border-radius: 1.5rem !important;
  }

  .rounded-xxl-32 {
    border-radius: 2rem !important;
  }

  .icon-xxl-12 {
    width: 0.75rem !important;
    height: 0.75rem !important;
  }

  .icon-xxl-16 {
    width: 1rem !important;
    height: 1rem !important;
  }

  .icon-xxl-20 {
    width: 1.25rem !important;
    height: 1.25rem !important;
  }

  .icon-xxl-24 {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }

  .icon-xxl-28 {
    width: 1.75rem !important;
    height: 1.75rem !important;
  }

  .icon-xxl-32 {
    width: 2rem !important;
    height: 2rem !important;
  }

  .icon-xxl-40 {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }

  .icon-xxl-48 {
    width: 3rem !important;
    height: 3rem !important;
  }

  .icon-xxl-52 {
    width: 3.25rem !important;
    height: 3.25rem !important;
  }

  .icon-xxl-64 {
    width: 4rem !important;
    height: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .fs-h1 {
    font-size: 4.5rem !important;
  }

  .fs-h2 {
    font-size: 3rem !important;
  }

  .fs-h3 {
    font-size: 2.5rem !important;
  }

  .fs-h4 {
    font-size: 1.625rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

html[dir=rtl] ol,
html[dir=rtl] ul {
  padding-right: 2rem;
}

html[dir=rtl] dd {
  margin-right: 0;
}

html[dir=rtl] caption {
  text-align: right;
}

html[dir=rtl] legend {
  float: right;
  padding: 0;
}

html[dir=rtl] .list-unstyled {
  padding-right: 0;
}

html[dir=rtl] .list-inline {
  padding-right: 0;
}

html[dir=rtl] .container,
html[dir=rtl] .container-fluid,
html[dir=rtl] .container-lg,
html[dir=rtl] .container-md,
html[dir=rtl] .container-sm,
html[dir=rtl] .container-xl,
html[dir=rtl] .container-xxl {
  margin-left: auto;
  margin-right: auto;
}

html[dir=rtl] .offset-1 {
  margin-right: 8.33333333%;
}

html[dir=rtl] .offset-2 {
  margin-right: 16.66666667%;
}

html[dir=rtl] .offset-3 {
  margin-right: 25%;
}

html[dir=rtl] .offset-4 {
  margin-right: 33.33333333%;
}

html[dir=rtl] .offset-5 {
  margin-right: 41.66666667%;
}

html[dir=rtl] .offset-6 {
  margin-right: 50%;
}

html[dir=rtl] .offset-7 {
  margin-right: 58.33333333%;
}

html[dir=rtl] .offset-8 {
  margin-right: 66.66666667%;
}

html[dir=rtl] .offset-9 {
  margin-right: 75%;
}

html[dir=rtl] .offset-10 {
  margin-right: 83.33333333%;
}

html[dir=rtl] .offset-11 {
  margin-right: 91.66666667%;
}

html[dir=rtl] .form-control-plaintext.form-control-lg,
html[dir=rtl] .form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 0;
}

html[dir=rtl] .form-select {
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
  -moz-padding-start: calc(0.75rem - 3px);
  background-position: left 0.75rem center;
}

html[dir=rtl] .form-select-sm {
  padding-right: 0.5rem;
}

html[dir=rtl] .form-select-lg {
  padding-right: 1rem;
}

html[dir=rtl] .form-check {
  padding-right: 1.5em;
}

html[dir=rtl] .form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
}

html[dir=rtl] .form-check-input:active {
  filter: brightness(90%);
}

html[dir=rtl] .form-switch {
  padding-right: 2.5em;
}

html[dir=rtl] .form-switch .form-check-input {
  margin-right: -2.5em;
}

html[dir=rtl] .form-check-inline {
  margin-left: 1rem;
}

html[dir=rtl] .form-floating>label {
  right: 0;
  padding: 1rem 0.75rem;
  pointer-events: none;
  transform-origin: 100% 0;
}

html[dir=rtl] .input-group-lg>.form-select,
html[dir=rtl] .input-group-sm>.form-select {
  padding-left: 3rem;
}

html[dir=rtl] .form-control.is-valid,
html[dir=rtl] .was-validated .form-control:valid {
  padding-left: calc(1.5em + 0.75rem);
}

html[dir=rtl] .was-validated textarea.form-control:valid,
html[dir=rtl] textarea.form-control.is-valid {
  padding-left: calc(1.5em + 0.75rem);
}

html[dir=rtl] .form-control.is-invalid,
html[dir=rtl] .was-validated .form-control:invalid {
  padding-left: calc(1.5em + 0.75rem);
}

html[dir=rtl] .was-validated textarea.form-control:invalid,
html[dir=rtl] textarea.form-control.is-invalid {
  padding-left: calc(1.5em + 0.75rem);
}

html[dir=rtl] .dropdown-toggle::after {
  margin-right: 0.255em;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
}

html[dir=rtl] .dropdown-toggle:empty::after {
  margin-right: 0;
}

html[dir=rtl] .dropdown-menu {
  padding: 0;
  margin: 0;
  text-align: right;
}

html[dir=rtl] .dropdown-menu[data-bs-popper] {
  right: 0;
}

html[dir=rtl] .dropdown-menu-start[data-bs-popper] {
  left: auto;
  right: 0;
}

html[dir=rtl] .dropdown-menu-end[data-bs-popper] {
  left: 0;
  right: auto;
}

html[dir=rtl] .dropdown-menu-sm-start[data-bs-popper] {
  left: auto;
  right: 0;
}

html[dir=rtl] .dropdown-menu-sm-end[data-bs-popper] {
  left: 0;
  right: auto;
}

html[dir=rtl] .dropdown-menu-md-start[data-bs-popper] {
  left: auto;
  right: 0;
}

html[dir=rtl] .dropdown-menu-md-end[data-bs-popper] {
  left: 0;
  right: auto;
}

html[dir=rtl] .dropdown-menu-lg-start[data-bs-popper] {
  left: auto;
  right: 0;
}

html[dir=rtl] .dropdown-menu-lg-end[data-bs-popper] {
  left: 0;
  right: auto;
}

html[dir=rtl] .dropdown-menu-xl-start[data-bs-popper] {
  left: auto;
  right: 0;
}

html[dir=rtl] .dropdown-menu-xl-end[data-bs-popper] {
  left: 0;
  right: auto;
}

html[dir=rtl] .dropdown-menu-xxl-start[data-bs-popper] {
  left: auto;
  right: 0;
}

html[dir=rtl] .dropdown-menu-xxl-end[data-bs-popper] {
  left: 0;
  right: auto;
}

html[dir=rtl] .dropup .dropdown-toggle::after {
  margin-right: 0.255em;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
}

html[dir=rtl] .dropup .dropdown-toggle:empty::after {
  margin-right: 0;
}

html[dir=rtl] .dropend .dropdown-menu[data-bs-popper] {
  left: auto;
  right: 100%;
  margin-right: 0.125rem;
}

html[dir=rtl] .dropend .dropdown-toggle::after {
  margin-right: 0.255em;
  border-left: 0;
  border-right: 0.3em solid;
}

html[dir=rtl] .dropend .dropdown-toggle:empty::after {
  margin-right: 0;
}

html[dir=rtl] .dropstart .dropdown-menu[data-bs-popper] {
  left: 100%;
  right: auto;
  margin-left: 0.125rem;
}

html[dir=rtl] .dropstart .dropdown-toggle::after {
  margin-right: 0.255em;
}

html[dir=rtl] .dropstart .dropdown-toggle::before {
  margin-left: 0.255em;
  border-left: 0.3em solid;
}

html[dir=rtl] .dropstart .dropdown-toggle:empty::after {
  margin-right: 0;
}

html[dir=rtl] .dropdown-toggle-split {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}

html[dir=rtl] .dropdown-toggle-split::after,
html[dir=rtl] .dropend .dropdown-toggle-split::after,
html[dir=rtl] .dropup .dropdown-toggle-split::after {
  margin-right: 0;
}

html[dir=rtl] .dropstart .dropdown-toggle-split::before {
  margin-left: 0;
}

html[dir=rtl] .nav {
  flex-wrap: wrap;
  padding-right: 0;
}

html[dir=rtl] .nav-tabs .nav-link {
  background: 0 0;
}

html[dir=rtl] .navbar-brand {
  margin-left: 1rem;
}

html[dir=rtl] .navbar-nav {
  padding-right: 0;
}

html[dir=rtl] .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}

html[dir=rtl] .navbar-expand-sm .navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

html[dir=rtl] .navbar-expand-sm .offcanvas {
  flex-grow: 1;
  visibility: visible !important;
  border-left: 0;
  border-right: 0;
  transform: none;
}

html[dir=rtl] .navbar-expand-md .navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

html[dir=rtl] .navbar-expand-md .offcanvas {
  flex-grow: 1;
  visibility: visible !important;
  border-left: 0;
  border-right: 0;
  transform: none;
}

html[dir=rtl] .navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

html[dir=rtl] .navbar-expand-lg .offcanvas {
  flex-grow: 1;
  visibility: visible !important;
  border-left: 0;
  border-right: 0;
  transform: none;
}

html[dir=rtl] .navbar-expand-xl .navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

html[dir=rtl] .navbar-expand-xl .offcanvas {
  flex-grow: 1;
  visibility: visible !important;
  border-left: 0;
  border-right: 0;
  transform: none;
}

html[dir=rtl] .navbar-expand-xxl .navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

html[dir=rtl] .navbar-expand-xxl .offcanvas {
  flex-grow: 1;
  visibility: visible !important;
  border-left: 0;
  border-right: 0;
  transform: none;
}

html[dir=rtl] .navbar-expand .navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

html[dir=rtl] .navbar-expand .offcanvas {
  flex-grow: 1;
  visibility: visible !important;
  border-left: 0;
  border-right: 0;
  transform: none;
}

html[dir=rtl] .card>hr {
  margin-left: 0;
  margin-right: 0;
}

html[dir=rtl] .card>.list-group:last-child {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}

html[dir=rtl] .card-header-tabs {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

html[dir=rtl] .card-header-pills {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

html[dir=rtl] .card-img-overlay {
  left: 0;
  right: 0;
  padding: 1rem;
}

html[dir=rtl] .card-img,
html[dir=rtl] .card-img-bottom {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}

html[dir=rtl] .accordion-button {
  align-items: center;
  padding: 1rem 1.25rem;
  text-align: right;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, 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;
}

html[dir=rtl] .accordion-button::after {
  flex-shrink: 0;
  margin-left: 0;
  margin-right: auto;
}

html[dir=rtl] .accordion-item:last-of-type {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

html[dir=rtl] .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}

html[dir=rtl] .accordion-item:last-of-type .accordion-collapse {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

html[dir=rtl] .accordion-flush .accordion-item {
  border-left: 0;
  border-right: 0;
}

html[dir=rtl] .pagination {
  padding-right: 0;
}

html[dir=rtl] .page-item:first-child .page-link {
  border-bottom-right-radius: 0.25rem;
}

html[dir=rtl] .page-item:last-child .page-link {
  border-bottom-left-radius: 0.25rem;
}

html[dir=rtl] .pagination-lg .page-item:first-child .page-link {
  border-bottom-right-radius: 0.3rem;
}

html[dir=rtl] .pagination-lg .page-item:last-child .page-link {
  border-bottom-left-radius: 0.3rem;
}

html[dir=rtl] .pagination-sm .page-item:first-child .page-link {
  border-bottom-right-radius: 0.2rem;
}

html[dir=rtl] .pagination-sm .page-item:last-child .page-link {
  border-bottom-left-radius: 0.2rem;
}

html[dir=rtl] .alert-dismissible {
  padding-left: 3rem;
}

html[dir=rtl] .alert-dismissible .btn-close {
  left: 0;
  padding: 1.25rem 1rem;
}

html[dir=rtl] .list-group {
  padding-right: 0;
}

html[dir=rtl] .list-group-item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

html[dir=rtl] .list-group-horizontal>.list-group-item:first-child {
  border-bottom-right-radius: 0.25rem;
}

html[dir=rtl] .list-group-horizontal>.list-group-item:last-child {
  border-bottom-right-radius: 0;
}

html[dir=rtl] .list-group-horizontal-sm>.list-group-item:first-child {
  border-bottom-right-radius: 0.25rem;
}

html[dir=rtl] .list-group-horizontal-sm>.list-group-item:last-child {
  border-bottom-right-radius: 0;
}

html[dir=rtl] .list-group-horizontal-md>.list-group-item:first-child {
  border-bottom-right-radius: 0.25rem;
}

html[dir=rtl] .list-group-horizontal-md>.list-group-item:last-child {
  border-bottom-right-radius: 0;
}

html[dir=rtl] .list-group-horizontal-lg>.list-group-item:first-child {
  border-bottom-right-radius: 0.25rem;
}

html[dir=rtl] .list-group-horizontal-lg>.list-group-item:last-child {
  border-bottom-right-radius: 0;
}

html[dir=rtl] .list-group-horizontal-xl>.list-group-item:first-child {
  border-bottom-right-radius: 0.25rem;
}

html[dir=rtl] .list-group-horizontal-xl>.list-group-item:last-child {
  border-bottom-right-radius: 0;
}

html[dir=rtl] .list-group-horizontal-xxl>.list-group-item:first-child {
  border-bottom-right-radius: 0.25rem;
}

html[dir=rtl] .list-group-horizontal-xxl>.list-group-item:last-child {
  border-bottom-right-radius: 0;
}

html[dir=rtl] .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

html[dir=rtl] .toast-header {
  align-items: center;
  padding: 0.5rem 0.75rem;
}

html[dir=rtl] .toast-header .btn-close {
  margin-left: -0.375rem;
  margin-right: 0.75rem;
}

html[dir=rtl] .modal {
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

html[dir=rtl] .modal-backdrop {
  right: 0;
}

html[dir=rtl] .modal-header {
  flex-shrink: 0;
  align-items: center;
  padding: 1rem 1rem;
}

html[dir=rtl] .modal-footer {
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  padding: 0.75rem;
  border-bottom-left-radius: calc(0.3rem - 1px);
  border-bottom-right-radius: calc(0.3rem - 1px);
}

html[dir=rtl] .tooltip {
  margin: 0;
  text-align: right;
  text-align: start;
}

html[dir=rtl] .bs-tooltip-end .tooltip-arrow,
html[dir=rtl] .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  right: 0;
}

html[dir=rtl] .bs-tooltip-end .tooltip-arrow::before,
html[dir=rtl] .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  left: -1px;
}

html[dir=rtl] .bs-tooltip-start .tooltip-arrow,
html[dir=rtl] .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  left: 0;
}

html[dir=rtl] .bs-tooltip-start .tooltip-arrow::before,
html[dir=rtl] .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  right: -1px;
}

html[dir=rtl] .popover {
  left: 0;
  text-align: right;
  text-align: start;
}

html[dir=rtl] .bs-popover-end>.popover-arrow,
html[dir=rtl] .bs-popover-auto[data-popper-placement^=right]>.popover-arrow {
  right: calc(-0.5rem - 1px);
}

html[dir=rtl] .bs-popover-end>.popover-arrow::before,
html[dir=rtl] .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before {
  right: 0;
}

html[dir=rtl] .bs-popover-end>.popover-arrow::after,
html[dir=rtl] .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
  right: 1px;
}

html[dir=rtl] .bs-popover-bottom .popover-header::before,
html[dir=rtl] .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  right: 50%;
  margin-right: -0.5rem;
}

html[dir=rtl] .bs-popover-start>.popover-arrow,
html[dir=rtl] .bs-popover-auto[data-popper-placement^=left]>.popover-arrow {
  left: calc(-0.5rem - 1px);
}

html[dir=rtl] .bs-popover-start>.popover-arrow::before,
html[dir=rtl] .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before {
  left: 0;
}

html[dir=rtl] .bs-popover-start>.popover-arrow::after,
html[dir=rtl] .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
  left: 1px;
}

html[dir=rtl] .popover-header {
  padding: 0.5rem 1rem;
}

html[dir=rtl] .carousel-item {
  float: right;
  margin-left: -100%;
}

html[dir=rtl] .carousel-control-prev {
  right: 0;
}

html[dir=rtl] .carousel-control-next {
  left: 0;
}

html[dir=rtl] .carousel-indicators {
  left: 0;
  right: 0;
  padding: 0;
  margin-left: 15%;
  margin-right: 15%;
}

html[dir=rtl] .carousel-indicators [data-bs-target] {
  flex: 0 1 auto;
  padding: 0;
  margin-left: 3px;
  margin-right: 3px;
  text-indent: -999px;
}

html[dir=rtl] .carousel-caption {
  left: 15%;
  right: 15%;
  text-align: center;
}

html[dir=rtl] .offcanvas-backdrop {
  right: 0;
}

html[dir=rtl] .offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-left: -0.5rem;
}

html[dir=rtl] .offcanvas-start {
  right: 0;
  border-left: 1px solid;
  transform: translateX(100%);
}

html[dir=rtl] .offcanvas-end {
  left: 0;
  border-right: 1px solid;
  transform: translateX(-100%);
}

html[dir=rtl] .offcanvas-top {
  left: 0;
  right: 0;
}

html[dir=rtl] .offcanvas-bottom {
  left: 0;
  right: 0;
}

html[dir=rtl] .fixed-top {
  left: 0;
  right: 0;
}

html[dir=rtl] .fixed-bottom {
  left: 0;
  right: 0;
}

html[dir=rtl] .stretched-link::after {
  left: 0;
  right: 0;
}

html[dir=rtl] .float-start {
  float: right !important;
}

html[dir=rtl] .float-end {
  float: left !important;
}

html[dir=rtl] .start-0 {
  right: 0 !important;
}

html[dir=rtl] .start-50 {
  right: 50% !important;
}

html[dir=rtl] .start-100 {
  right: 100% !important;
}

html[dir=rtl] .end-0 {
  left: 0 !important;
}

html[dir=rtl] .end-50 {
  left: 50% !important;
}

html[dir=rtl] .end-100 {
  left: 100% !important;
}

html[dir=rtl] .border-end {
  border-left: 1px solid !important;
}

html[dir=rtl] .border-end-0 {
  border-left: 0 !important;
}

html[dir=rtl] .border-start {
  border-right: 1px solid !important;
}

html[dir=rtl] .border-start-0 {
  border-right: 0 !important;
}

html[dir=rtl] .mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

html[dir=rtl] .mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

html[dir=rtl] .mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

html[dir=rtl] .mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

html[dir=rtl] .mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

html[dir=rtl] .mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

html[dir=rtl] .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

html[dir=rtl] .me-0 {
  margin-left: 0 !important;
}

html[dir=rtl] .me-1 {
  margin-left: 0.25rem !important;
}

html[dir=rtl] .me-2 {
  margin-left: 0.5rem !important;
}

html[dir=rtl] .me-3 {
  margin-left: 1rem !important;
}

html[dir=rtl] .me-4 {
  margin-left: 1.5rem !important;
}

html[dir=rtl] .me-5 {
  margin-left: 3rem !important;
}

html[dir=rtl] .me-auto {
  margin-left: auto !important;
}

html[dir=rtl] .ms-0 {
  margin-right: 0 !important;
}

html[dir=rtl] .ms-1 {
  margin-right: 0.25rem !important;
}

html[dir=rtl] .ms-2 {
  margin-right: 0.5rem !important;
}

html[dir=rtl] .ms-3 {
  margin-right: 1rem !important;
}

html[dir=rtl] .ms-4 {
  margin-right: 1.5rem !important;
}

html[dir=rtl] .ms-5 {
  margin-right: 3rem !important;
}

html[dir=rtl] .ms-auto {
  margin-right: auto !important;
}

html[dir=rtl] .px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

html[dir=rtl] .px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

html[dir=rtl] .px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

html[dir=rtl] .px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

html[dir=rtl] .px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

html[dir=rtl] .px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

html[dir=rtl] .pe-0 {
  padding-left: 0 !important;
}

html[dir=rtl] .pe-1 {
  padding-left: 0.25rem !important;
}

html[dir=rtl] .pe-2 {
  padding-left: 0.5rem !important;
}

html[dir=rtl] .pe-3 {
  padding-left: 1rem !important;
}

html[dir=rtl] .pe-4 {
  padding-left: 1.5rem !important;
}

html[dir=rtl] .pe-5 {
  padding-left: 3rem !important;
}

html[dir=rtl] .ps-0 {
  padding-right: 0 !important;
}

html[dir=rtl] .ps-1 {
  padding-right: 0.25rem !important;
}

html[dir=rtl] .ps-2 {
  padding-right: 0.5rem !important;
}

html[dir=rtl] .ps-3 {
  padding-right: 1rem !important;
}

html[dir=rtl] .ps-4 {
  padding-right: 1.5rem !important;
}

html[dir=rtl] .ps-5 {
  padding-right: 3rem !important;
}

html[dir=rtl] .text-start {
  text-align: right !important;
}

html[dir=rtl] .text-end {
  text-align: left !important;
}

html[dir=rtl] .rounded-end {
  border-bottom-left-radius: 0.25rem !important;
}

html[dir=rtl] .rounded-bottom {
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

html[dir=rtl] .rounded-start {
  border-bottom-right-radius: 0.25rem !important;
}

@media (min-width: 576px) {
  html[dir=rtl] .float-sm-start {
    float: right !important;
  }

  html[dir=rtl] .float-sm-end {
    float: left !important;
  }

  html[dir=rtl] .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html[dir=rtl] .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  html[dir=rtl] .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  html[dir=rtl] .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  html[dir=rtl] .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  html[dir=rtl] .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  html[dir=rtl] .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html[dir=rtl] .me-sm-0 {
    margin-left: 0 !important;
  }

  html[dir=rtl] .me-sm-1 {
    margin-left: 0.25rem !important;
  }

  html[dir=rtl] .me-sm-2 {
    margin-left: 0.5rem !important;
  }

  html[dir=rtl] .me-sm-3 {
    margin-left: 1rem !important;
  }

  html[dir=rtl] .me-sm-4 {
    margin-left: 1.5rem !important;
  }

  html[dir=rtl] .me-sm-5 {
    margin-left: 3rem !important;
  }

  html[dir=rtl] .me-sm-auto {
    margin-left: auto !important;
  }

  html[dir=rtl] .ms-sm-0 {
    margin-right: 0 !important;
  }

  html[dir=rtl] .ms-sm-1 {
    margin-right: 0.25rem !important;
  }

  html[dir=rtl] .ms-sm-2 {
    margin-right: 0.5rem !important;
  }

  html[dir=rtl] .ms-sm-3 {
    margin-right: 1rem !important;
  }

  html[dir=rtl] .ms-sm-4 {
    margin-right: 1.5rem !important;
  }

  html[dir=rtl] .ms-sm-5 {
    margin-right: 3rem !important;
  }

  html[dir=rtl] .ms-sm-auto {
    margin-right: auto !important;
  }

  html[dir=rtl] .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  html[dir=rtl] .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  html[dir=rtl] .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  html[dir=rtl] .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  html[dir=rtl] .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  html[dir=rtl] .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  html[dir=rtl] .pe-sm-0 {
    padding-left: 0 !important;
  }

  html[dir=rtl] .pe-sm-1 {
    padding-left: 0.25rem !important;
  }

  html[dir=rtl] .pe-sm-2 {
    padding-left: 0.5rem !important;
  }

  html[dir=rtl] .pe-sm-3 {
    padding-left: 1rem !important;
  }

  html[dir=rtl] .pe-sm-4 {
    padding-left: 1.5rem !important;
  }

  html[dir=rtl] .pe-sm-5 {
    padding-left: 3rem !important;
  }

  html[dir=rtl] .ps-sm-0 {
    padding-right: 0 !important;
  }

  html[dir=rtl] .ps-sm-1 {
    padding-right: 0.25rem !important;
  }

  html[dir=rtl] .ps-sm-2 {
    padding-right: 0.5rem !important;
  }

  html[dir=rtl] .ps-sm-3 {
    padding-right: 1rem !important;
  }

  html[dir=rtl] .ps-sm-4 {
    padding-right: 1.5rem !important;
  }

  html[dir=rtl] .ps-sm-5 {
    padding-right: 3rem !important;
  }

  html[dir=rtl] .text-sm-start {
    text-align: right !important;
  }

  html[dir=rtl] .text-sm-end {
    text-align: left !important;
  }

  html[dir=rtl] .offset-sm-0 {
    margin-right: 0;
  }

  html[dir=rtl] .offset-sm-1 {
    margin-right: 8.33333333%;
  }

  html[dir=rtl] .offset-sm-2 {
    margin-right: 16.66666667%;
  }

  html[dir=rtl] .offset-sm-3 {
    margin-right: 25%;
  }

  html[dir=rtl] .offset-sm-4 {
    margin-right: 33.33333333%;
  }

  html[dir=rtl] .offset-sm-5 {
    margin-right: 41.66666667%;
  }

  html[dir=rtl] .offset-sm-6 {
    margin-right: 50%;
  }

  html[dir=rtl] .offset-sm-7 {
    margin-right: 58.33333333%;
  }

  html[dir=rtl] .offset-sm-8 {
    margin-right: 66.66666667%;
  }

  html[dir=rtl] .offset-sm-9 {
    margin-right: 75%;
  }

  html[dir=rtl] .offset-sm-10 {
    margin-right: 83.33333333%;
  }

  html[dir=rtl] .offset-sm-11 {
    margin-right: 91.66666667%;
  }
}

@media (min-width: 768px) {
  html[dir=rtl] .float-md-start {
    float: right !important;
  }

  html[dir=rtl] .float-md-end {
    float: left !important;
  }

  html[dir=rtl] .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html[dir=rtl] .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  html[dir=rtl] .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  html[dir=rtl] .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  html[dir=rtl] .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  html[dir=rtl] .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  html[dir=rtl] .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html[dir=rtl] .me-md-0 {
    margin-left: 0 !important;
  }

  html[dir=rtl] .me-md-1 {
    margin-left: 0.25rem !important;
  }

  html[dir=rtl] .me-md-2 {
    margin-left: 0.5rem !important;
  }

  html[dir=rtl] .me-md-3 {
    margin-left: 1rem !important;
  }

  html[dir=rtl] .me-md-4 {
    margin-left: 1.5rem !important;
  }

  html[dir=rtl] .me-md-5 {
    margin-left: 3rem !important;
  }

  html[dir=rtl] .me-md-auto {
    margin-left: auto !important;
  }

  html[dir=rtl] .ms-md-0 {
    margin-right: 0 !important;
  }

  html[dir=rtl] .ms-md-1 {
    margin-right: 0.25rem !important;
  }

  html[dir=rtl] .ms-md-2 {
    margin-right: 0.5rem !important;
  }

  html[dir=rtl] .ms-md-3 {
    margin-right: 1rem !important;
  }

  html[dir=rtl] .ms-md-4 {
    margin-right: 1.5rem !important;
  }

  html[dir=rtl] .ms-md-5 {
    margin-right: 3rem !important;
  }

  html[dir=rtl] .ms-md-auto {
    margin-right: auto !important;
  }

  html[dir=rtl] .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  html[dir=rtl] .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  html[dir=rtl] .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  html[dir=rtl] .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  html[dir=rtl] .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  html[dir=rtl] .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  html[dir=rtl] .pe-md-0 {
    padding-left: 0 !important;
  }

  html[dir=rtl] .pe-md-1 {
    padding-left: 0.25rem !important;
  }

  html[dir=rtl] .pe-md-2 {
    padding-left: 0.5rem !important;
  }

  html[dir=rtl] .pe-md-3 {
    padding-left: 1rem !important;
  }

  html[dir=rtl] .pe-md-4 {
    padding-left: 1.5rem !important;
  }

  html[dir=rtl] .pe-md-5 {
    padding-left: 3rem !important;
  }

  html[dir=rtl] .ps-md-0 {
    padding-right: 0 !important;
  }

  html[dir=rtl] .ps-md-1 {
    padding-right: 0.25rem !important;
  }

  html[dir=rtl] .ps-md-2 {
    padding-right: 0.5rem !important;
  }

  html[dir=rtl] .ps-md-3 {
    padding-right: 1rem !important;
  }

  html[dir=rtl] .ps-md-4 {
    padding-right: 1.5rem !important;
  }

  html[dir=rtl] .ps-md-5 {
    padding-right: 3rem !important;
  }

  html[dir=rtl] .text-md-start {
    text-align: right !important;
  }

  html[dir=rtl] .text-md-end {
    text-align: left !important;
  }

  html[dir=rtl] .offset-md-0 {
    margin-right: 0;
  }

  html[dir=rtl] .offset-md-1 {
    margin-right: 8.33333333%;
  }

  html[dir=rtl] .offset-md-2 {
    margin-right: 16.66666667%;
  }

  html[dir=rtl] .offset-md-3 {
    margin-right: 25%;
  }

  html[dir=rtl] .offset-md-4 {
    margin-right: 33.33333333%;
  }

  html[dir=rtl] .offset-md-5 {
    margin-right: 41.66666667%;
  }

  html[dir=rtl] .offset-md-6 {
    margin-right: 50%;
  }

  html[dir=rtl] .offset-md-7 {
    margin-right: 58.33333333%;
  }

  html[dir=rtl] .offset-md-8 {
    margin-right: 66.66666667%;
  }

  html[dir=rtl] .offset-md-9 {
    margin-right: 75%;
  }

  html[dir=rtl] .offset-md-10 {
    margin-right: 83.33333333%;
  }

  html[dir=rtl] .offset-md-11 {
    margin-right: 91.66666667%;
  }
}

@media (min-width: 992px) {
  html[dir=rtl] .float-lg-start {
    float: right !important;
  }

  html[dir=rtl] .float-lg-end {
    float: left !important;
  }

  html[dir=rtl] .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html[dir=rtl] .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  html[dir=rtl] .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  html[dir=rtl] .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  html[dir=rtl] .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  html[dir=rtl] .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  html[dir=rtl] .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html[dir=rtl] .me-lg-0 {
    margin-left: 0 !important;
  }

  html[dir=rtl] .me-lg-1 {
    margin-left: 0.25rem !important;
  }

  html[dir=rtl] .me-lg-2 {
    margin-left: 0.5rem !important;
  }

  html[dir=rtl] .me-lg-3 {
    margin-left: 1rem !important;
  }

  html[dir=rtl] .me-lg-4 {
    margin-left: 1.5rem !important;
  }

  html[dir=rtl] .me-lg-5 {
    margin-left: 3rem !important;
  }

  html[dir=rtl] .me-lg-auto {
    margin-left: auto !important;
  }

  html[dir=rtl] .ms-lg-0 {
    margin-right: 0 !important;
  }

  html[dir=rtl] .ms-lg-1 {
    margin-right: 0.25rem !important;
  }

  html[dir=rtl] .ms-lg-2 {
    margin-right: 0.5rem !important;
  }

  html[dir=rtl] .ms-lg-3 {
    margin-right: 1rem !important;
  }

  html[dir=rtl] .ms-lg-4 {
    margin-right: 1.5rem !important;
  }

  html[dir=rtl] .ms-lg-5 {
    margin-right: 3rem !important;
  }

  html[dir=rtl] .ms-lg-auto {
    margin-right: auto !important;
  }

  html[dir=rtl] .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  html[dir=rtl] .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  html[dir=rtl] .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  html[dir=rtl] .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  html[dir=rtl] .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  html[dir=rtl] .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  html[dir=rtl] .pe-lg-0 {
    padding-left: 0 !important;
  }

  html[dir=rtl] .pe-lg-1 {
    padding-left: 0.25rem !important;
  }

  html[dir=rtl] .pe-lg-2 {
    padding-left: 0.5rem !important;
  }

  html[dir=rtl] .pe-lg-3 {
    padding-left: 1rem !important;
  }

  html[dir=rtl] .pe-lg-4 {
    padding-left: 1.5rem !important;
  }

  html[dir=rtl] .pe-lg-5 {
    padding-left: 3rem !important;
  }

  html[dir=rtl] .ps-lg-0 {
    padding-right: 0 !important;
  }

  html[dir=rtl] .ps-lg-1 {
    padding-right: 0.25rem !important;
  }

  html[dir=rtl] .ps-lg-2 {
    padding-right: 0.5rem !important;
  }

  html[dir=rtl] .ps-lg-3 {
    padding-right: 1rem !important;
  }

  html[dir=rtl] .ps-lg-4 {
    padding-right: 1.5rem !important;
  }

  html[dir=rtl] .ps-lg-5 {
    padding-right: 3rem !important;
  }

  html[dir=rtl] .text-lg-start {
    text-align: right !important;
  }

  html[dir=rtl] .text-lg-end {
    text-align: left !important;
  }

  html[dir=rtl] .offset-lg-0 {
    margin-right: 0;
  }

  html[dir=rtl] .offset-lg-1 {
    margin-right: 8.33333333%;
  }

  html[dir=rtl] .offset-lg-2 {
    margin-right: 16.66666667%;
  }

  html[dir=rtl] .offset-lg-3 {
    margin-right: 25%;
  }

  html[dir=rtl] .offset-lg-4 {
    margin-right: 33.33333333%;
  }

  html[dir=rtl] .offset-lg-5 {
    margin-right: 41.66666667%;
  }

  html[dir=rtl] .offset-lg-6 {
    margin-right: 50%;
  }

  html[dir=rtl] .offset-lg-7 {
    margin-right: 58.33333333%;
  }

  html[dir=rtl] .offset-lg-8 {
    margin-right: 66.66666667%;
  }

  html[dir=rtl] .offset-lg-9 {
    margin-right: 75%;
  }

  html[dir=rtl] .offset-lg-10 {
    margin-right: 83.33333333%;
  }

  html[dir=rtl] .offset-lg-11 {
    margin-right: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  html[dir=rtl] .float-xl-start {
    float: right !important;
  }

  html[dir=rtl] .float-xl-end {
    float: left !important;
  }

  html[dir=rtl] .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html[dir=rtl] .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  html[dir=rtl] .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  html[dir=rtl] .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  html[dir=rtl] .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  html[dir=rtl] .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  html[dir=rtl] .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html[dir=rtl] .me-xl-0 {
    margin-left: 0 !important;
  }

  html[dir=rtl] .me-xl-1 {
    margin-left: 0.25rem !important;
  }

  html[dir=rtl] .me-xl-2 {
    margin-left: 0.5rem !important;
  }

  html[dir=rtl] .me-xl-3 {
    margin-left: 1rem !important;
  }

  html[dir=rtl] .me-xl-4 {
    margin-left: 1.5rem !important;
  }

  html[dir=rtl] .me-xl-5 {
    margin-left: 3rem !important;
  }

  html[dir=rtl] .me-xl-auto {
    margin-left: auto !important;
  }

  html[dir=rtl] .ms-xl-0 {
    margin-right: 0 !important;
  }

  html[dir=rtl] .ms-xl-1 {
    margin-right: 0.25rem !important;
  }

  html[dir=rtl] .ms-xl-2 {
    margin-right: 0.5rem !important;
  }

  html[dir=rtl] .ms-xl-3 {
    margin-right: 1rem !important;
  }

  html[dir=rtl] .ms-xl-4 {
    margin-right: 1.5rem !important;
  }

  html[dir=rtl] .ms-xl-5 {
    margin-right: 3rem !important;
  }

  html[dir=rtl] .ms-xl-auto {
    margin-right: auto !important;
  }

  html[dir=rtl] .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  html[dir=rtl] .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  html[dir=rtl] .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  html[dir=rtl] .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  html[dir=rtl] .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  html[dir=rtl] .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  html[dir=rtl] .pe-xl-0 {
    padding-left: 0 !important;
  }

  html[dir=rtl] .pe-xl-1 {
    padding-left: 0.25rem !important;
  }

  html[dir=rtl] .pe-xl-2 {
    padding-left: 0.5rem !important;
  }

  html[dir=rtl] .pe-xl-3 {
    padding-left: 1rem !important;
  }

  html[dir=rtl] .pe-xl-4 {
    padding-left: 1.5rem !important;
  }

  html[dir=rtl] .pe-xl-5 {
    padding-left: 3rem !important;
  }

  html[dir=rtl] .ps-xl-0 {
    padding-right: 0 !important;
  }

  html[dir=rtl] .ps-xl-1 {
    padding-right: 0.25rem !important;
  }

  html[dir=rtl] .ps-xl-2 {
    padding-right: 0.5rem !important;
  }

  html[dir=rtl] .ps-xl-3 {
    padding-right: 1rem !important;
  }

  html[dir=rtl] .ps-xl-4 {
    padding-right: 1.5rem !important;
  }

  html[dir=rtl] .ps-xl-5 {
    padding-right: 3rem !important;
  }

  html[dir=rtl] .text-xl-start {
    text-align: right !important;
  }

  html[dir=rtl] .text-xl-end {
    text-align: left !important;
  }

  html[dir=rtl] .offset-xl-0 {
    margin-right: 0;
  }

  html[dir=rtl] .offset-xl-1 {
    margin-right: 8.33333333%;
  }

  html[dir=rtl] .offset-xl-2 {
    margin-right: 16.66666667%;
  }

  html[dir=rtl] .offset-xl-3 {
    margin-right: 25%;
  }

  html[dir=rtl] .offset-xl-4 {
    margin-right: 33.33333333%;
  }

  html[dir=rtl] .offset-xl-5 {
    margin-right: 41.66666667%;
  }

  html[dir=rtl] .offset-xl-6 {
    margin-right: 50%;
  }

  html[dir=rtl] .offset-xl-7 {
    margin-right: 58.33333333%;
  }

  html[dir=rtl] .offset-xl-8 {
    margin-right: 66.66666667%;
  }

  html[dir=rtl] .offset-xl-9 {
    margin-right: 75%;
  }

  html[dir=rtl] .offset-xl-10 {
    margin-right: 83.33333333%;
  }

  html[dir=rtl] .offset-xl-11 {
    margin-right: 91.66666667%;
  }
}

@media (min-width: 1400px) {
  html[dir=rtl] .float-xxl-start {
    float: right !important;
  }

  html[dir=rtl] .float-xxl-end {
    float: left !important;
  }

  html[dir=rtl] .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html[dir=rtl] .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  html[dir=rtl] .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  html[dir=rtl] .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  html[dir=rtl] .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  html[dir=rtl] .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  html[dir=rtl] .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html[dir=rtl] .me-xxl-0 {
    margin-left: 0 !important;
  }

  html[dir=rtl] .me-xxl-1 {
    margin-left: 0.25rem !important;
  }

  html[dir=rtl] .me-xxl-2 {
    margin-left: 0.5rem !important;
  }

  html[dir=rtl] .me-xxl-3 {
    margin-left: 1rem !important;
  }

  html[dir=rtl] .me-xxl-4 {
    margin-left: 1.5rem !important;
  }

  html[dir=rtl] .me-xxl-5 {
    margin-left: 3rem !important;
  }

  html[dir=rtl] .me-xxl-auto {
    margin-left: auto !important;
  }

  html[dir=rtl] .ms-xxl-0 {
    margin-right: 0 !important;
  }

  html[dir=rtl] .ms-xxl-1 {
    margin-right: 0.25rem !important;
  }

  html[dir=rtl] .ms-xxl-2 {
    margin-right: 0.5rem !important;
  }

  html[dir=rtl] .ms-xxl-3 {
    margin-right: 1rem !important;
  }

  html[dir=rtl] .ms-xxl-4 {
    margin-right: 1.5rem !important;
  }

  html[dir=rtl] .ms-xxl-5 {
    margin-right: 3rem !important;
  }

  html[dir=rtl] .ms-xxl-auto {
    margin-right: auto !important;
  }

  html[dir=rtl] .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  html[dir=rtl] .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  html[dir=rtl] .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  html[dir=rtl] .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  html[dir=rtl] .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  html[dir=rtl] .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  html[dir=rtl] .pe-xxl-0 {
    padding-left: 0 !important;
  }

  html[dir=rtl] .pe-xxl-1 {
    padding-left: 0.25rem !important;
  }

  html[dir=rtl] .pe-xxl-2 {
    padding-left: 0.5rem !important;
  }

  html[dir=rtl] .pe-xxl-3 {
    padding-left: 1rem !important;
  }

  html[dir=rtl] .pe-xxl-4 {
    padding-left: 1.5rem !important;
  }

  html[dir=rtl] .pe-xxl-5 {
    padding-left: 3rem !important;
  }

  html[dir=rtl] .ps-xxl-0 {
    padding-right: 0 !important;
  }

  html[dir=rtl] .ps-xxl-1 {
    padding-right: 0.25rem !important;
  }

  html[dir=rtl] .ps-xxl-2 {
    padding-right: 0.5rem !important;
  }

  html[dir=rtl] .ps-xxl-3 {
    padding-right: 1rem !important;
  }

  html[dir=rtl] .ps-xxl-4 {
    padding-right: 1.5rem !important;
  }

  html[dir=rtl] .ps-xxl-5 {
    padding-right: 3rem !important;
  }

  html[dir=rtl] .text-xxl-start {
    text-align: right !important;
  }

  html[dir=rtl] .text-xxl-end {
    text-align: left !important;
  }

  html[dir=rtl] .offset-xxl-0 {
    margin-right: 0;
  }

  html[dir=rtl] .offset-xxl-1 {
    margin-right: 8.33333333%;
  }

  html[dir=rtl] .offset-xxl-2 {
    margin-right: 16.66666667%;
  }

  html[dir=rtl] .offset-xxl-3 {
    margin-right: 25%;
  }

  html[dir=rtl] .offset-xxl-4 {
    margin-right: 33.33333333%;
  }

  html[dir=rtl] .offset-xxl-5 {
    margin-right: 41.66666667%;
  }

  html[dir=rtl] .offset-xxl-6 {
    margin-right: 50%;
  }

  html[dir=rtl] .offset-xxl-7 {
    margin-right: 58.33333333%;
  }

  html[dir=rtl] .offset-xxl-8 {
    margin-right: 66.66666667%;
  }

  html[dir=rtl] .offset-xxl-9 {
    margin-right: 75%;
  }

  html[dir=rtl] .offset-xxl-10 {
    margin-right: 83.33333333%;
  }

  html[dir=rtl] .offset-xxl-11 {
    margin-right: 91.66666667%;
  }
}

html,
body {
  height: 100%;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  height: auto;
  min-height: 100vh;
  font-family: var(--font-text);
  color: #1d1d1b;
  background-color: #F1EDE2;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.nav-is-open {
  position: fixed;
  width: 100%;
}

body .main-container {
  position: relative;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--font-heading);
  font-weight: 700;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ol li:not(:last-child) {
  margin-bottom: 16px;
}

.main-content {
  flex-grow: 1;
  z-index: 9;
}

.d-none {
  display: none;
}

.round {
  border-radius: 12px;
}

.round-16 {
  border-radius: 16px;
}

.list-inline {
  display: inline-flex;
}

.btn {
  border-radius: 100px;
  padding: 0.5rem 1rem;
  font-family: var(--font-text);
}

@media (min-width: 992px) {
  .btn {
    padding: 1rem 2rem;
  }
}

.btn.btn-big {
  min-width: 176px;
}

.btn.btn-secondary {
  background-color: transparent;
  border-radius: 0;
  border: 0;
}

.btn.btn-outlined {
  background-color: transparent;
  border: 1px solid #1d1d1b;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
  background-color: transparent;
  border: 1px solid #1d1d1b;
  color: #1d1d1b;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background-image: url("../images/calendar.svg");
  width: 20px;
  height: 20px;
}

.alert {
  border: 0;
  padding: 14px 16px;
  gap: 16px;
}

.modal .modal-dialog .modal-content {
  border: 0;
  border-radius: 8px;
  padding: 32px;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.modal.surveyModal .modal-dialog {
  max-width: 540px;
}

.modal.user-modal .modal-dialog {
  max-width: 880px;
}

.table-wrap {
  border: 1.5px solid #f1f1f1;
  border-radius: 4px;
  background-color: #fff;
}

.table-wrap .table {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  background-color: #fff;
}

[dir=rtl] .table-wrap .table {
  font-size: calc(16px + 4px);
}

.table-wrap .table thead tr {
  background-color: #f4f4f4;
}

.table-wrap .table thead tr th {
  font-family: var(--font-heading);
  padding: 12px 16px;
}

.table-wrap .table tr:not(:last-child) {
  border-bottom: 1.5px solid #f1f1f1;
}

.table-wrap .table tr td {
  padding: 12px 16px;
  color: #424242;
}

.table-wrap .table tr td.action {
  width: 100px;
}

.table-wrap .pagination .page-item .page-link {
  min-width: 34px;
  color: #424242;
  margin-inline-end: 12px;
  border-radius: 4px;
  border-color: #d1d1d1;
  padding: 4px 11px;
  text-align: center;
}

.table-wrap .pagination .page-item.active .page-link {
  background-color: #256ee1;
  color: #fff;
}

.tooltipIntializer.tooltip .tooltip-inner {
  width: 100%;
  max-width: 600px;
  height: 350px;
  text-align: left;
}

.multiple-choice {
  border: 1px solid #e9e9e9;
  margin-inline-start: 12px;
  margin-inline-end: 12px;
  width: calc(100% - 24px);
  padding: 12px;
  border-radius: 8px;
}

.multiple-choice .option-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.multiple-choice label img {
  margin-inline-start: 12px;
}

.multiple-choice .row-option {
  display: flex;
  align-items: center;
}

.multiple-choice .row-option label {
  text-wrap: nowrap;
  margin-bottom: 0;
  margin-inline-end: 10px;
  min-width: 60px;
}

.multiple-choice .row-option a {
  margin-inline-start: 10px;
  width: 30px;
  height: 30px;
}

/* --------------------------------
Badge
-------------------------------- */
.badge-gray {
  background-color: rgba(100, 100, 100, 0.5);
  padding: 4px 12px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

[dir=rtl] .badge-gray {
  font-size: calc(1rem + 4px);
}

/* --------------------------------
End Badge
-------------------------------- */
/* --------------------------------
Background Colors
-------------------------------- */
.bg-videos-home {
  background: rgba(207, 225, 234, 0.4784313725);
}

.bg-videos-home h1,
.bg-videos-home .h1 {
  color: var(--Colors-Dark-2, #3c3c3b);
}

.bg-light-blue {
  background-color: #d4eae8;
}

.bg-green {
  background-color: rgba(201, 222, 181, 0.5);
}

.bg-orange {
  background-color: rgba(252, 202, 177, 0.5);
}

.bg-brown {
  background-color: rgba(222, 217, 209, 0.5);
}

/* --------------------------------
End Background Colors
-------------------------------- */
/* --------------------------------
Custom Bar
-------------------------------- */
.custom-progress {
  display: flex;
  align-items: center;
  position: relative;
  width: 50%;
  height: auto;
  min-height: 48px;
  background: transparent;
  border-radius: 100px;
  border: 1px solid rgba(79, 76, 77, 0.25);
  border-radius: 120px;
  background: rgba(255, 255, 255, 0.42);
}

@media (min-width: 768px) {
  .custom-progress {
    min-height: 60px;
  }
}

.custom-progress .custom-bar {
  color: #575756;
}

.custom-progress .inner-text {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.7rem 0;
  cursor: pointer;
}

.custom-progress .title {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  color: #575756 !important;
  font-size: 1rem;
  font-weight: 400;
  flex: 1 1 auto;
  padding-inline-start: 1.5rem;
  transition: all ease-in-out 0.3s;
  margin-inline-end: 1rem;
  width: calc(100% - 2.5rem);
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

[dir=rtl] .custom-progress .title {
  font-size: calc(1rem + 4px);
}

@media (prefers-reduced-motion: reduce) {
  .custom-progress .title {
    transition: none;
  }
}

@media (min-width: 992px) {
  .custom-progress .title {
    padding-inline-start: 0.75rem;
    margin-inline-end: 0.1rem;
    width: calc(100% - 0.75rem);
  }
}

.custom-progress .title:hover,
.custom-progress .title:active,
.custom-progress .title:focus,
.custom-progress .title.active,
.custom-progress.diamond .title {
  color: #1d1d1b;
  font-weight: 700;
}

.custom-progress .percentage {
  display: flex;
  justify-content: right;
  flex: 0 0 10%;
  font-weight: 700;
  padding-inline-end: 1.5rem;
  text-wrap-mode: nowrap;
  transition: all ease-in-out 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .custom-progress .percentage {
    transition: none;
  }
}

@media (min-width: 992px) {
  .custom-progress .percentage {
    padding-inline-end: 0.75rem;
  }
}

.custom-progress .percentage:hover,
.custom-progress .percentage:active,
.custom-progress .percentage:focus,
.custom-progress .percentage.active {
  font-size: 1rem;
  transition: all ease-in-out 0.3s;
}

[dir=rtl] .custom-progress .percentage:hover,
[dir=rtl] .custom-progress .percentage:active,
[dir=rtl] .custom-progress .percentage:focus,
[dir=rtl] .custom-progress .percentage.active {
  font-size: calc(1rem + 4px);
}

@media (prefers-reduced-motion: reduce) {

  .custom-progress .percentage:hover,
  .custom-progress .percentage:active,
  .custom-progress .percentage:focus,
  .custom-progress .percentage.active {
    transition: none;
  }
}

/* --------------------------------
End Custom Bar
-------------------------------- */
/* --------------------------------
Nav Bottom
-------------------------------- */
.nav-bottom {
  position: sticky;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 15;
  padding: 0.5rem 0 0.15rem 0;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgb(25, 25, 25) 50%, rgb(25, 25, 25) 100%);
  transition: all ease-in-out 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .nav-bottom {
    transition: none;
  }
}

@media (min-width: 768px) {
  .nav-bottom {
    padding: unset;
    height: 82px;
    border-radius: unset;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgb(25, 25, 25) 50%, rgb(25, 25, 25) 100%);
  }
}

.nav-bottom .nav {
  justify-content: center;
}

.nav-bottom .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  padding: 0.15rem 0.25rem;
  font-size: 0.9rem;
  font-weight: 400;
  text-align: center;
}

[dir=rtl] .nav-bottom .nav-item .nav-link {
  font-size: calc(0.9rem + 4px);
}

.nav-bottom .nav-item .nav-link i {
  padding: 3px;
  font-size: 24px;
  display: block;
  text-align: center;
}

.nav-bottom .nav-item .nav-link:hover,
.nav-bottom .nav-item .nav-link:focus,
.nav-bottom .nav-item .nav-link:active,
.nav-bottom .nav-item .nav-link.active {
  color: #fff;
  border-bottom: 1px solid white;
  transition: all ease-in-out 0.4s;
}

@media (prefers-reduced-motion: reduce) {

  .nav-bottom .nav-item .nav-link:hover,
  .nav-bottom .nav-item .nav-link:focus,
  .nav-bottom .nav-item .nav-link:active,
  .nav-bottom .nav-item .nav-link.active {
    transition: none;
  }
}

@media (min-width: 768px) {
  .nav-bottom .nav-item {
    padding: 1rem 0rem;
    height: 80px;
  }

  .nav-bottom .nav-item .nav-link {
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
  }

  [dir=rtl] .nav-bottom .nav-item .nav-link {
    font-size: calc(1.1rem + 4px);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .nav-bottom .nav-item .nav-link {
    color: #fff;
    padding: 0.5rem 0;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .nav-bottom .nav-item .nav-link {
    padding: 0.5rem 1rem;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .nav-bottom .nav-item .nav-link {
    padding: 0.5rem 2.5rem;
  }
}

@media (min-width: 768px) {
  .nav-bottom .nav-item .nav-link i {
    margin-inline-end: 5px;
    padding: 3px;
    font-size: 26px;
  }

  [dir=rtl] .nav-bottom .nav-item .nav-link i {
    font-size: calc(26px + 4px);
  }
}

@media (min-width: 768px) {
  html[dir=rtl] .nav-bottom .nav-item .nav-link {
    font-weight: 700;
  }

  html[dir=rtl] .nav-bottom .nav-item .nav-link i {
    font-size: 18px;
  }

  [dir=rtl] html[dir=rtl] .nav-bottom .nav-item .nav-link i {
    font-size: calc(18px + 4px);
  }
}

/* --------------------------------
End Nav Bottom
-------------------------------- */
/* --------------------------------
Banner
-------------------------------- */
.people .banner {
  height: 100vh;
}

.people .banner .swiper>.text-wrapper .redirect {
  color: white;
}

@media (min-width: 1200px) {
  .people .banner .swiper>.text-wrapper .redirect {
    bottom: 10%;
  }
}

@media (min-width: 1400px) {
  .people .banner .swiper>.text-wrapper .redirect {
    bottom: 11%;
  }
}

.people .banner .swiper .swiper-pagination {
  position: absolute;
  bottom: 70px;
}

@media (min-width: 768px) {
  .people .banner .swiper .swiper-pagination {
    bottom: 100px;
  }
}

.people .banner .swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.people .banner .swiper .swiper-pagination-bullet-active {
  background: white;
}

.home .banner {
  height: calc(100vh - 55px);
  min-height: 512px;
}

.home .banner .video-bg {
  background-color: rgba(29, 29, 27, 0.5);
}

.home .banner .banner-info .banner-heading {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.04rem;
  opacity: 0.8;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

[dir=rtl] .home .banner .banner-info .banner-heading {
  font-size: calc(2rem + 4px);
}

@media (min-width: 992px) {
  .home .banner .banner-info .banner-heading {
    font-size: calc(2.5rem + 1vw + 1vh) !important;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.18rem;
  }
}

@media (min-width: 768px) {
  .home .banner {
    height: calc(100vh - 75px);
  }
}

.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 220px;
  /*Asus zenbook fold adjusted*/
  /* Navigation Bullets */
}

@media (min-width: 430px) {
  .banner {
    height: 245px;
  }
}

@media (min-width: 768px) {
  .banner {
    height: 432px;
  }
}

@media (min-width: 853px) {
  .banner {
    height: calc(100vh - 80px);
  }
}

@media (min-width: 992px) {
  .banner {
    height: 575px;
  }
}

@media (min-width: 1200px) {
  .banner {
    height: calc(100vh - 80px);
  }
}

.banner .text-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  left: 0;
  top: 0;
  z-index: 6;
}

.banner .text-container .mSlide {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .banner .text-container .mSlide {
    height: calc(100vh - 80px);
  }
}

.banner .text-container .mSlide.active {
  opacity: 1;
  visibility: visible;
}

.banner .text-container .mSlide .text-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .banner .text-container {
    height: calc(100vh - 80px);
  }
}

.banner .banner-info {
  position: absolute;
  bottom: 6%;
  width: 100%;
  z-index: 5;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .banner .banner-info {
    bottom: 6%;
  }
}

.banner .banner-info .banner-heading {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* Limit to 3 lines */
  line-clamp: 4;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  /* Ensure it doesn't exceed the container */
  word-break: break-word;
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
}

[dir=rtl] .banner .banner-info .banner-heading {
  font-size: calc(16px + 4px);
}

@media (min-width: 768px) {
  .banner .banner-info .banner-heading {
    bottom: 6%;
  }
}

@media (min-width: 768px) {
  .banner .banner-info .banner-heading {
    font-size: 48px;
    line-height: 60px;
    -webkit-line-clamp: 3;
    /* Limit to 3 lines */
  }

  [dir=rtl] .banner .banner-info .banner-heading {
    font-size: calc(48px + 4px);
  }
}

@media (min-width: 992px) {
  .banner .banner-info .banner-heading {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 4.5rem;
  }

  [dir=rtl] .banner .banner-info .banner-heading {
    font-size: calc(2.75rem + 4px);
  }
}

@media (min-width: 1400px) {
  .banner .banner-info .banner-heading {
    font-size: 3.75rem;
  }

  [dir=rtl] .banner .banner-info .banner-heading {
    font-size: calc(3.75rem + 4px);
  }
}

.banner .banner-info p,
.banner .banner-info a {
  display: inline-flex;
  margin-bottom: 8px;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.banner .banner-info p .bi,
.banner .banner-info p .icon,
.banner .banner-info a .bi,
.banner .banner-info a .icon {
  font-size: 1.25rem;
  line-height: 1;
}

[dir=rtl] .banner .banner-info p .bi,
[dir=rtl] .banner .banner-info p .icon,
[dir=rtl] .banner .banner-info a .bi,
[dir=rtl] .banner .banner-info a .icon {
  font-size: calc(1.25rem + 4px);
}

.banner .banner-info a.btn-outline-secondary:hover {
  background-color: #CFDCE6;
  border-color: #CFDCE6;
  color: #fff;
}

.banner .banner-info h1,
.banner .banner-info .h1 {
  line-height: 1.15;
  margin-bottom: 2rem;
  display: inline-block;
}

.banner .banner-info .container .row .col-xl-9 {
  min-height: 100px;
}

.banner .banner-text {
  width: 100%;
  text-align: center;
}

.banner .banner-text p,
.banner .banner-text a {
  display: inline-block;
  color: #ded9d1;
  margin-bottom: 0;
}

.banner .banner-text p {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.33;
  /* 133.333% */
}

[dir=rtl] .banner .banner-text p {
  font-size: calc(1.1rem + 4px);
}

.banner .banner-text a {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

[dir=rtl] .banner .banner-text a {
  font-size: calc(2.5rem + 4px);
}

@media (min-width: 576px) {
  .banner .banner-text {
    display: inline-flex;
    height: 100%;
    align-items: center;
    text-align: left;
    gap: 1.5rem;
    transition: all ease-in-out 0.3s;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .banner .banner-text {
    transition: none;
  }
}

@media (min-width: 576px) {
  .banner .banner-text p {
    font-size: 1.25rem;
    flex: 1 1 auto;
    transition: all ease-in-out 0.3s;
  }

  [dir=rtl] .banner .banner-text p {
    font-size: calc(1.25rem + 4px);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .banner .banner-text p {
    transition: none;
  }
}

@media (min-width: 576px) {
  .banner .banner-text a {
    line-height: 1.25;
    font-size: 3.5rem;
  }

  [dir=rtl] .banner .banner-text a {
    font-size: calc(3.5rem + 4px);
  }
}

.banner .nav-bullets {
  position: absolute;
  bottom: 5%;
  display: flex;
  justify-content: center;
  gap: 12px;
  z-index: 5;
}

.banner .nav-bullets span {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
}

@media (prefers-reduced-motion: reduce) {
  .banner .nav-bullets span {
    transition: none;
  }
}

.banner .nav-bullets span.active {
  background: #fff;
  width: 32px;
  transition: all ease-in-out 0.5s;
}

@media (prefers-reduced-motion: reduce) {
  .banner .nav-bullets span.active {
    transition: none;
  }
}

@media (min-width: 768px) {
  .banner .nav-bullets {
    bottom: 6%;
    justify-content: flex-start;
  }
}

.banner .banner-carousel {
  position: relative;
  height: 100%;
}

.banner .banner-carousel .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse, rgba(29, 29, 27, 0) 40%, #1d1d1b 100%);
  z-index: 1;
}

.banner .banner-carousel .swiper-horizontal .swiper-action-wrapper {
  display: flex;
  position: absolute;
  bottom: 11%;
  align-items: baseline;
  left: 37.5%;
}

.banner .banner-carousel .swiper-horizontal .swiper-action-wrapper .swiper-pagination-bullets.swiper-pagination {
  text-align: left;
  position: static;
}

.banner .banner-carousel .swiper-horizontal .swiper-action-wrapper .swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 38px;
  border-radius: var(--swiper-pagination-bullet-border-radius, 8px);
  transition: all ease-in-out 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .banner .banner-carousel .swiper-horizontal .swiper-action-wrapper .swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet-active {
    transition: none;
  }
}

.banner .banner-carousel .swiper-horizontal .swiper-action-wrapper .swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet {
  transform: scale(1);
  background: #fff;
  margin-inline: 8px;
  transition: all ease-in-out 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .banner .banner-carousel .swiper-horizontal .swiper-action-wrapper .swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet {
    transition: none;
  }
}

.banner .banner-carousel .swiper-horizontal .swiper-action-wrapper .swiper-btn {
  width: auto;
  height: auto;
  color: #adb5bd;
  position: static;
  padding-inline: 8px;
}

.banner .banner-carousel .swiper-horizontal .swiper-action-wrapper .swiper-btn::after {
  font-size: 12px;
}

[dir=rtl] .banner .banner-carousel .swiper-horizontal .swiper-action-wrapper .swiper-btn::after {
  font-size: calc(12px + 4px);
}

@media (min-width: 576px) {
  .banner .banner-carousel .swiper-horizontal .swiper-action-wrapper {
    bottom: 14%;
    left: unset;
  }
}

.banner .banner-carousel .banner-info {
  position: absolute;
  bottom: 15%;
  width: 100%;
  z-index: 5;
}

.banner .banner-carousel .banner-info .banner-heading {
  opacity: 0.8;
  font-size: 24px;
  line-height: 1.25;
}

[dir=rtl] .banner .banner-carousel .banner-info .banner-heading {
  font-size: calc(24px + 4px);
}

@media (min-width: 768px) {
  .banner .banner-carousel .banner-info .banner-heading {
    font-size: 40px;
  }

  [dir=rtl] .banner .banner-carousel .banner-info .banner-heading {
    font-size: calc(40px + 4px);
  }
}

@media (min-width: 992px) {
  .banner .banner-carousel .banner-info .banner-heading {
    font-size: 64px;
  }

  [dir=rtl] .banner .banner-carousel .banner-info .banner-heading {
    font-size: calc(64px + 4px);
  }
}

.banner .banner-carousel .banner-info p {
  display: inline-block;
}

.banner .banner-carousel .banner-info h1,
.banner .banner-carousel .banner-info .h1 {
  line-height: 1.15;
  margin-bottom: 1.5rem;
  display: inline-block;
}

.banner .banner-carousel .banner-text {
  width: 100%;
}

.banner .banner-carousel .banner-text p,
.banner .banner-carousel .banner-text a {
  display: block;
  width: 100%;
  color: #ded9d1;
  text-align: center;
  margin-bottom: 0.25rem;
}

@media (min-width: 576px) {
  .banner .banner-carousel .banner-text {
    display: flex;
    height: 100%;
  }

  .banner .banner-carousel .banner-text p {
    display: flex;
    flex: 1 1 60%;
    align-items: center;
    justify-content: flex-end;
  }

  .banner .banner-carousel .banner-text a {
    display: flex;
    flex-grow: 1;
    justify-content: flex-start;
    font-size: calc(3rem + 1vw + 0.5vh) !important;
  }
}

.banner .banner-carousel .swiper-pagination {
  bottom: 10.5%;
  z-index: 1;
}

@media (min-width: 768px) {
  .banner .banner-carousel .swiper-pagination {
    position: relative;
    bottom: 130px;
    text-align: start;
  }
}

.banner .banner-carousel .swiper-pagination .swiper-pagination-bullet {
  background: white;
  width: 8px;
  height: 8px;
  transition: all ease-in-out 0.5s;
}

@media (prefers-reduced-motion: reduce) {
  .banner .banner-carousel .swiper-pagination .swiper-pagination-bullet {
    transition: none;
  }
}

.banner .banner-carousel .swiper-pagination .swiper-pagination-bullet-active {
  width: 32px;
  border-radius: 8px;
  transition: all ease-in-out 0.5s;
}

@media (prefers-reduced-motion: reduce) {
  .banner .banner-carousel .swiper-pagination .swiper-pagination-bullet-active {
    transition: none;
  }
}

.banner .img-fluid {
  height: 100vh;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner .text-slider-container {
  position: relative;
  overflow: hidden;
  /* Hide overflowing text */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1 1 40%;
}

.banner .text-slide {
  position: absolute;
  opacity: 0;
  /* Start hidden */
  transform: translateX(100%);
  /* Start off-screen to the right */
}

/* --------------------------------
SARD Banner
-------------------------------- */
@media (max-width: 1199.98px) and (orientation: portrait) {

  .sard-story .banner,
  .campaigns .banner {
    min-height: unset;
    overflow: unset;
  }

  .sard-story .banner .container,
  .campaigns .banner .container {
    padding: 0;
    max-width: 100%;
  }

  .sard-story .banner .container .video-bg,
  .campaigns .banner .container .video-bg {
    position: relative;
  }

  .sard-story .banner .container .img-fluid,
  .campaigns .banner .container .img-fluid {
    height: auto;
    width: 100%;
  }

  .sard-story .banner:not(:has(.video-bg iframe)),
  .campaigns .banner:not(:has(.video-bg iframe)) {
    height: auto;
  }
}

/* --------------------------------
Places Banner
-------------------------------- */
.places-street .banner {
  min-height: calc(100vh - 55px);
}

@media (min-width: 1200px) {
  .places-street .banner {
    min-height: calc(100vh - 80px);
  }
}

/* --------------------------------
End Banner
-------------------------------- */
/* --------------------------------
ABOUT
-------------------------------- */
.about-story {
  position: relative;
  padding: 2.5rem 1.25rem;
  display: flex;
  align-items: center;
  align-content: center;
}

@media (min-width: 576px) {
  .about-story {
    min-height: 425px;
  }
}

@media (min-width: 992px) {
  .about-story {
    padding: 5rem;
  }
}

.about-story img {
  width: 106px;
  height: 80px;
}

@media (min-width: 576px) {
  .about-story img {
    width: 190px;
    height: 145px;
  }
}

.about-story .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  padding: 0;
}

.about-story .container .inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  align-self: stretch;
  text-align: center;
}

@media (min-width: 992px) {
  .about-story .container .inner-container {
    gap: 5rem;
  }
}

.about-story .container .inner-container .inner-heading {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  /* 125% */
  letter-spacing: -0.04rem;
  margin: 0;
}

[dir=rtl] .about-story .container .inner-container .inner-heading {
  font-size: calc(2rem + 4px);
}

@media (min-width: 768px) {
  .about-story .container .inner-container .inner-heading {
    padding: 0;
    font-size: 2.75rem;
  }

  [dir=rtl] .about-story .container .inner-container .inner-heading {
    font-size: calc(2.75rem + 4px);
  }
}

@media (min-width: 1200px) {
  .about-story .container .inner-container .inner-heading {
    font-size: 3.5rem;
  }

  [dir=rtl] .about-story .container .inner-container .inner-heading {
    font-size: calc(3.5rem + 4px);
  }
}

.about-story .container .inner-container p {
  position: sticky;
  color: var(--Colors-Grayed-Out-1, #9d9d9c);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

[dir=rtl] .about-story .container .inner-container p {
  font-size: calc(1rem + 4px);
}

.about-story .container .inner-container p br {
  display: none;
}

@media (min-width: 1200px) {
  .about-story .container .inner-container p {
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: -0.04rem;
    max-width: 1024px;
  }

  [dir=rtl] .about-story .container .inner-container p {
    font-size: calc(2rem + 4px);
  }
}

.about-story .container .inner-container p .line {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  word-spacing: normal;
  white-space: normal;
}

[dir=rtl] .about-story .container .inner-container p .line {
  font-size: calc(1rem + 4px);
}

@media (min-width: 768px) {
  .about-story .container .inner-container p .line {
    font-size: 2rem;
    line-height: 1.25;
  }

  [dir=rtl] .about-story .container .inner-container p .line {
    font-size: calc(2rem + 4px);
  }
}

.about-story .container .inner-container p .line p:empty,
.about-story .container .inner-container p .line br {
  display: none;
}

.about-story .container .inner-container .line {
  -webkit-text-stroke-width: 0em;
  overflow-wrap: normal;
  border-top-width: 0.5px;
  width: 10%;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  position: relative;
  height: 100%;
  border: none;
}

.about-story .container .inner-container .line strong {
  font-weight: 1;
}

.about-story .container .inner-container .word {
  overflow: hidden;
  padding-bottom: 0.1em;
  margin-bottom: -0.1em;
  transform-origin: bottom;
}

.about-story .container .inner-container .line-mask {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(var(--bs-primary-rgb));
  opacity: 0.75;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.about-story .container .inner-container h4,
.about-story .container .inner-container .h4 {
  margin: 0;
  font-size: 18px;
  height: 24px;
  font-weight: 700;
}

[dir=rtl] .about-story .container .inner-container h4,
[dir=rtl] .about-story .container .inner-container .h4 {
  font-size: calc(18px + 4px);
}

@media (min-width: 576px) {

  .about-story .container .inner-container h4,
  .about-story .container .inner-container .h4 {
    font-size: 40px;
    height: 48px;
  }

  [dir=rtl] .about-story .container .inner-container h4,
  [dir=rtl] .about-story .container .inner-container .h4 {
    font-size: calc(40px + 4px);
  }
}

html[dir=rtl] .about-story .container .inner-container .line-mask {
  right: auto;
  left: 0;
}

.people .about-story {
  padding: 3rem 1.5rem;
}

.people .about-story .container {
  gap: 2rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .people .about-story .container {
    gap: 4rem;
  }
}

.people .about-story .container p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42;
  text-align: center;
}

[dir=rtl] .people .about-story .container p {
  font-size: calc(0.875rem + 4px);
}

@media (min-width: 768px) {
  .people .about-story .container p {
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.04rem;
  }

  [dir=rtl] .people .about-story .container p {
    font-size: calc(2rem + 4px);
  }
}

.people .about-story .container h4,
.people .about-story .container .h4 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: -0.03rem;
}

[dir=rtl] .people .about-story .container h4,
[dir=rtl] .people .about-story .container .h4 {
  font-size: calc(1.5rem + 4px);
}

@media (min-width: 768px) {

  .people .about-story .container h4,
  .people .about-story .container .h4 {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.1rem;
  }

  [dir=rtl] .people .about-story .container h4,
  [dir=rtl] .people .about-story .container .h4 {
    font-size: calc(2.5rem + 4px);
  }
}

/* --------------------------------
End ABOUT
-------------------------------- */
/* --------------------------------
Global Container
-------------------------------- */
@media (min-width: 1400px) {

  .container-xxl,
  .container {
    max-width: 1350px;
  }
}

/* --------------------------------
End Container
-------------------------------- */
/* Apply custom scrollbar styles */
.custom-scroll {
  overflow-y: auto;
  scrollbar-width: thin;
  /* Makes the scrollbar thinner */
  scrollbar-color: #e27362 rgba(255, 255, 255, 0.5);
  /* Thumb color and track background */
}

.custom-scroll::-webkit-scrollbar {
  width: 10px;
}

.custom-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.5rem;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #e27362;
  border-radius: 0.5rem;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #e27362;
}

.overlay-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(0deg, rgba(29, 29, 27, 0.5), transparent);
  z-index: 1;
}

.events .breadcrumb-area {
  background-color: #1d1d1b;
  border-top: 1px solid #3c3c3b;
  border-bottom: 1px solid #3c3c3b;
  color: #fff;
  display: none;
}

@media (min-width: 768px) {
  .events .breadcrumb-area {
    display: block;
  }
}

.breadcrumb-area {
  padding: 0.85rem 1rem !important;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  font-size: 12px;
  color: #575756;
}

[dir=rtl] .breadcrumb-area {
  font-size: calc(12px + 4px);
}

@media (min-width: 992px) {
  .breadcrumb-area {
    font-size: 18px;
  }

  [dir=rtl] .breadcrumb-area {
    font-size: calc(18px + 4px);
  }
}

.breadcrumb-area .breadcrumb,
.breadcrumb-area ol.breadcrumb li:not(:last-child) {
  margin: 0;
  flex-wrap: wrap;
}

.breadcrumb-area .breadcrumb-item {
  display: flex;
}

.breadcrumb-area .breadcrumb-item a {
  color: #575756;
  padding-inline-start: 8px;
}

.breadcrumb-area .breadcrumb-item.active a {
  color: #1d1d1b;
  font-weight: bold;
}

.breadcrumb-area .breadcrumb-item+.breadcrumb-item::before {
  content: "";
  background: url(../../images/right-arrow.svg) left 0/16px no-repeat;
  width: 18px;
  height: 24px;
  display: flex;
  flex-shrink: 0;
  padding-inline-start: 0;
}

@media (min-width: 992px) {
  .breadcrumb-area .breadcrumb-item+.breadcrumb-item::before {
    background: url(../../images/right-arrow.svg) left 5px/16px no-repeat;
    width: 24px;
    height: 100%;
  }
}

/* --------------------------------
People Page
-------------------------------- */
.redirect {
  display: none;
}

.people .banner .banner-carousel .banner-info .banner-heading {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 10px;
}

[dir=rtl] .people .banner .banner-carousel .banner-info .banner-heading {
  font-size: calc(32px + 4px);
}

.people .banner .banner-carousel .banner-info .content-people-story {
  font-size: 14px;
  line-height: 20px;
}

[dir=rtl] .people .banner .banner-carousel .banner-info .content-people-story {
  font-size: calc(14px + 4px);
}

.people .redirect {
  margin: 2rem 0 0;
  background: linear-gradient(45deg, #1d1d1b, transparent);
  padding: 24px;
  display: flex;
  justify-content: space-between;
  position: relative;
  border-radius: 16px;
  max-width: 100%;
  min-height: 122px;
}

@media (min-width: 768px) {
  .people .redirect {
    margin: 3rem 0 0;
    padding: 40px 20px 20px 20px;
    border-radius: 19px;
    max-width: 260px;
  }
}

.people .redirect h3,
.people .redirect .h3 {
  max-width: 230px;
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 15px;
}

[dir=rtl] .people .redirect h3,
[dir=rtl] .people .redirect .h3 {
  font-size: calc(32px + 4px);
}

.people .redirect .redirect-desc {
  display: flex;
  align-items: flex-end;
  flex: 1 1 80%;
}

.people .redirect .redirect-arrow {
  display: flex;
  flex: 0 0 20%;
  align-items: flex-start;
  justify-content: flex-end;
}

.people .redirect .button-next {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  padding: 8px;
  background-color: #1d1d1b;
}

.people .redirect .button-next img {
  width: 100%;
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .people .redirect {
    display: flex;
    width: 320px;
    height: 160px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .people .banner .banner-carousel .banner-info {
    display: flex;
    min-height: 65%;
    bottom: unset;
    top: 20%;
  }

  .people .banner .banner-carousel .banner-info .container {
    position: relative;
  }

  .people .banner .banner-carousel .banner-info .banner-heading {
    font-size: 64px;
    line-height: 72px;
    width: 100%;
  }

  [dir=rtl] .people .banner .banner-carousel .banner-info .banner-heading {
    font-size: calc(64px + 4px);
  }

  .people .banner .banner-carousel .banner-info .content-people-story {
    font-size: 24px;
    line-height: 32px;
    width: 422px;
  }

  [dir=rtl] .people .banner .banner-carousel .banner-info .content-people-story {
    font-size: calc(24px + 4px);
  }
}

.ico-tick,
.ico-cross {
  margin-inline-start: 5px;
  width: 24px;
  height: 24px;
  display: flex;
}

.ico-tick {
  background: url("../../images/ico-tick.svg") 0 0 no-repeat;
}

.ico-cross {
  border-radius: 24px;
  background: url("../../images/ico-cross.svg") center center no-repeat;
  background-size: 20px;
  background-color: #000;
}

.story-tag.position-absolute {
  z-index: 1;
}

[text-split] {
  opacity: 0;
}

/* --------------------------------
People Page Banner
-------------------------------- */
.people .banner .video-bg {
  filter: unset;
}

.people .banner .people-info {
  bottom: 32%;
  top: unset;
}

@media (min-width: 768px) {
  .people .banner .people-info {
    bottom: unset;
    top: 15%;
  }
}

@media (min-width: 768px) {
  .people .banner .people-info .banner-heading {
    width: 60%;
    transform: translate3d(0, 10px, 0) !important;
  }
}

.people .banner .people-info .content-people-story {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

[dir=rtl] .people .banner .people-info .content-people-story {
  font-size: calc(14px + 4px);
}

@media (min-width: 768px) {
  .people .banner .people-info .content-people-story {
    width: 50%;
    font-size: 22px;
    line-height: 33px;
    display: block;
  }

  [dir=rtl] .people .banner .people-info .content-people-story {
    font-size: calc(22px + 4px);
  }
}

@media (min-width: 992px) {
  .people .banner .people-info .content-people-story {
    width: 420px;
  }
}

/* --------------------------------
End People Page Banner
-------------------------------- */
.search-results {
  min-height: calc(100vh - 180px);
}

.search-results ul {
  margin-bottom: 2rem;
}

.search-results ul li {
  background: transparent;
  border: unset;
}

.search-results ul li.active a {
  background-color: #1d1d1b;
  border-color: #1d1d1b;
}

.search-results ul li:hover {
  border-color: #1d1d1b;
}

.search-results .pagination .page-item:not(.active) .page-link {
  background-color: transparent;
}

.search-results .pagination .page-item:not(.active) .page-link:focus {
  box-shadow: none;
}

/* --------------------------------
Suggestions
-------------------------------- */
.suggestions-container {
  margin-top: 16px;
}

@media (min-width: 992px) {
  .suggestions-container {
    width: 84%;
    position: absolute;
    top: unset;
    bottom: 5.5%;
    right: 7%;
    margin-top: 0;
  }
}

.suggestions-container .suggestions .suggestions-slide {
  position: relative;
  display: flex;
  height: 9rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  flex: 1 0 0;
  overflow: hidden;
  border-radius: 0.5rem;
}

@media (min-width: 992px) {
  .suggestions-container .suggestions .suggestions-slide {
    height: 12rem;
    border-radius: 1rem;
  }
}

.suggestions-container .suggestions .suggestions-slide .media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.suggestions-container .suggestions .suggestions-slide .slide-content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  background: linear-gradient(180deg, transparent 50%, #1d1d1b 100%);
}

@media (min-width: 992px) {
  .suggestions-container .suggestions .suggestions-slide .slide-content {
    padding: 1rem;
  }
}

.suggestions-container .suggestions .suggestions-slide .slide-content .badge {
  position: absolute;
  right: 0.5rem;
  padding: 0.25rem 0.35rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.125rem;
  flex-shrink: 0;
  border-radius: 1.25rem;
  background: rgba(29, 29, 27, 0.25);
  -webkit-backdrop-filter: blur(0.75rem);
  backdrop-filter: blur(0.75rem);
  text-align: center;
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 0.75rem;
  text-transform: capitalize;
}

[dir=rtl] .suggestions-container .suggestions .suggestions-slide .slide-content .badge {
  font-size: calc(0.5rem + 4px);
}

@media (min-width: 992px) {
  .suggestions-container .suggestions .suggestions-slide .slide-content .badge {
    right: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  [dir=rtl] .suggestions-container .suggestions .suggestions-slide .slide-content .badge {
    font-size: calc(1rem + 4px);
  }
}

.suggestions-container .suggestions .suggestions-slide .slide-content .title {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.33;
}

[dir=rtl] .suggestions-container .suggestions .suggestions-slide .slide-content .title {
  font-size: calc(0.75rem + 4px);
}

@media (min-width: 992px) {
  .suggestions-container .suggestions .suggestions-slide .slide-content .title {
    font-size: 1.5rem;
  }

  [dir=rtl] .suggestions-container .suggestions .suggestions-slide .slide-content .title {
    font-size: calc(1.5rem + 4px);
  }
}

/* --------------------------------
End Suggestions
-------------------------------- */
/* --------------------------------
Compaign being vocal
-------------------------------- */
@media (min-width: 768px) {
  [dir=rtl] .compaign-one-fold .tech-sec-desc {
    padding-inline-start: 20px;
    padding-inline-end: 0;
  }
}

@media (min-width: 1200px) {
  [dir=rtl] .compaign-one-fold .tech-sec-desc {
    padding-inline-start: 0;
    padding-inline-end: 40px;
  }
}

.compaign-one-fold .tech-sec-desc {
  padding: 40px;
  padding-inline: 8px;
}

@media (min-width: 768px) {
  .compaign-one-fold .tech-sec-desc {
    padding-inline-end: 0;
    padding-inline-start: 20px;
  }
}

@media (min-width: 1200px) {
  .compaign-one-fold .tech-sec-desc {
    padding-inline-start: 0;
    padding-inline-end: 40px;
  }
}

.compaign-one-fold .tech-sec-desc .tech-sec-desc-top {
  margin-bottom: 8px;
}

.compaign-one-fold .tech-sec-desc .tech-sec-desc-top p {
  font-size: 16px;
  line-height: 1.5;
}

[dir=rtl] .compaign-one-fold .tech-sec-desc .tech-sec-desc-top p {
  font-size: calc(16px + 4px);
}

@media (min-width: 768px) {
  .compaign-one-fold .tech-sec-desc .tech-sec-desc-top p {
    font-size: 18px;
  }

  [dir=rtl] .compaign-one-fold .tech-sec-desc .tech-sec-desc-top p {
    font-size: calc(18px + 4px);
  }
}

@media (min-width: 1200px) {
  .compaign-one-fold .tech-sec-desc .tech-sec-desc-top p {
    font-size: 22px;
  }

  [dir=rtl] .compaign-one-fold .tech-sec-desc .tech-sec-desc-top p {
    font-size: calc(22px + 4px);
  }
}

.compaign-one-fold .tech-sec-desc h1,
.compaign-one-fold .tech-sec-desc .h1 {
  font-size: 24px;
  margin-bottom: 16px;
}

[dir=rtl] .compaign-one-fold .tech-sec-desc h1,
[dir=rtl] .compaign-one-fold .tech-sec-desc .h1 {
  font-size: calc(24px + 4px);
}

@media (min-width: 992px) {

  .compaign-one-fold .tech-sec-desc h1,
  .compaign-one-fold .tech-sec-desc .h1 {
    font-size: 28px;
    margin-bottom: 24px;
  }

  [dir=rtl] .compaign-one-fold .tech-sec-desc h1,
  [dir=rtl] .compaign-one-fold .tech-sec-desc .h1 {
    font-size: calc(28px + 4px);
  }
}

@media (min-width: 1200px) {

  .compaign-one-fold .tech-sec-desc h1,
  .compaign-one-fold .tech-sec-desc .h1 {
    font-size: 38px;
  }

  [dir=rtl] .compaign-one-fold .tech-sec-desc h1,
  [dir=rtl] .compaign-one-fold .tech-sec-desc .h1 {
    font-size: calc(38px + 4px);
  }
}

.compaign-one-fold .tech-sec-desc .tech-sec-desc-bottom {
  background: url("../images/simple-qoutes.svg") left top no-repeat;
}

@media (max-width: 767.98px) {
  .compaign-one-fold .tech-sec-desc .tech-sec-desc-bottom {
    padding: 10px 0 0 8px;
    background-size: 56px auto;
    width: 100%;
    /* to keep the qoute section always on left */
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .compaign-one-fold .tech-sec-desc .tech-sec-desc-bottom {
    padding: 20px 0 0 32px;
    background-size: 56px auto;
  }
}

.compaign-one-fold .tech-sec-desc .tech-sec-desc-bottom h2,
.compaign-one-fold .tech-sec-desc .tech-sec-desc-bottom .h2 {
  font-size: 24px;
  line-height: 36px;
}

.compaign-one-fold .tech-sec-desc .tech-sec-desc-bottom h2 p,
.compaign-one-fold .tech-sec-desc .tech-sec-desc-bottom .h2 p {
  font-size: 24px;
  line-height: 1.5;
}

[dir=rtl] .compaign-one-fold .tech-sec-desc .tech-sec-desc-bottom h2 p,
[dir=rtl] .compaign-one-fold .tech-sec-desc .tech-sec-desc-bottom .h2 p {
  font-size: calc(24px + 4px);
}

@media (min-width: 1200px) {

  .compaign-one-fold .tech-sec-desc .tech-sec-desc-bottom h2 p,
  .compaign-one-fold .tech-sec-desc .tech-sec-desc-bottom .h2 p {
    font-size: 28px;
  }

  [dir=rtl] .compaign-one-fold .tech-sec-desc .tech-sec-desc-bottom h2 p,
  [dir=rtl] .compaign-one-fold .tech-sec-desc .tech-sec-desc-bottom .h2 p {
    font-size: calc(28px + 4px);
  }
}

[dir=rtl] .compaign-one-fold .tech-sec-desc .tech-sec-desc-bottom h2,
[dir=rtl] .compaign-one-fold .tech-sec-desc .tech-sec-desc-bottom .h2 {
  font-size: calc(24px + 4px);
}

@media (min-width: 1200px) {

  .compaign-one-fold .tech-sec-desc .tech-sec-desc-bottom h2,
  .compaign-one-fold .tech-sec-desc .tech-sec-desc-bottom .h2 {
    font-size: 28px;
    line-height: 44px;
  }

  [dir=rtl] .compaign-one-fold .tech-sec-desc .tech-sec-desc-bottom h2,
  [dir=rtl] .compaign-one-fold .tech-sec-desc .tech-sec-desc-bottom .h2 {
    font-size: calc(28px + 4px);
  }
}

.compaign-one-fold .tech-sec-desc .tech-sec-desc-bottom>p {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

[dir=rtl] .compaign-one-fold .tech-sec-desc .tech-sec-desc-bottom>p {
  font-size: calc(24px + 4px);
}

@media (min-width: 1200px) {
  .compaign-one-fold .tech-sec-desc .tech-sec-desc-bottom>p {
    font-size: 28px;
  }

  [dir=rtl] .compaign-one-fold .tech-sec-desc .tech-sec-desc-bottom>p {
    font-size: calc(28px + 4px);
  }
}

@media (min-width: 768px) {
  .compaign-one-fold .tech-sec-img img {
    height: 43.375rem;
  }
}

@media (min-width: 992px) {
  .compaign-one-fold .tech-sec-img img {
    height: 40.375rem;
  }
}

@media (min-width: 1200px) {
  .compaign-one-fold .tech-sec-img img {
    height: 45.375rem;
  }
}

/* Her story swiper */
@media (min-width: 768px) {
  .her-story-one-fold .her-story-img-wrapper {
    height: 30rem;
  }
}

@media (min-width: 1400px) {
  .her-story-one-fold .her-story-img-wrapper {
    height: 36rem;
  }
}

.her-story-one-fold .her-story-compaign-btn {
  top: 44px;
  right: 24px;
}

@media (max-width: 991.98px) {

  .her-story-one-fold .her-story-detail h2,
  .her-story-one-fold .her-story-detail .h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  [dir=rtl] .her-story-one-fold .her-story-detail h2,
  [dir=rtl] .her-story-one-fold .her-story-detail .h2 {
    font-size: calc(24px + 4px);
  }

  .her-story-one-fold .her-story-detail p {
    font-size: 16px;
  }

  [dir=rtl] .her-story-one-fold .her-story-detail p {
    font-size: calc(16px + 4px);
  }

  .her-story-one-fold .her-story-detail p:empty {
    display: none;
  }
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .her-story-one-fold .her-story-detail p {
    font-size: 18px;
  }

  [dir=rtl] .her-story-one-fold .her-story-detail p {
    font-size: calc(18px + 4px);
  }
}

@media (max-width: 991.98px) and (min-width: 1200px) {
  .her-story-one-fold .her-story-detail p {
    font-size: 22px;
  }

  [dir=rtl] .her-story-one-fold .her-story-detail p {
    font-size: calc(22px + 4px);
  }
}

/* text vertical scroll */
@media (min-width: 768px) {
  .scroll-y {
    height: 365px;
    overflow-y: auto;
    padding-inline-start: 8px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, var(--bs-bg-opacity)) transparent;
  }

  .scroll-y::-webkit-scrollbar {
    width: 6px;
    border-radius: 6px;
  }

  .scroll-y::-webkit-scrollbar-track {
    background: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity));
    border-radius: 3px;
  }

  .scroll-y::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 3px;
  }
}

/* SARD Story Section */
.story-section.story-sec-responsive .story-card {
  max-height: 320px;
}

.story-section.story-sec-responsive .story-card .datentime {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

[dir=rtl] .story-section.story-sec-responsive .story-card .datentime {
  font-size: calc(0.75rem + 4px);
}

@media (min-width: 992px) {
  .story-section.story-sec-responsive .story-card .datentime {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: -0.0175rem;
  }

  [dir=rtl] .story-section.story-sec-responsive .story-card .datentime {
    font-size: calc(0.875rem + 4px);
  }
}

.story-section.story-sec-responsive .story-card-text {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02rem;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

[dir=rtl] .story-section.story-sec-responsive .story-card-text {
  font-size: calc(1rem + 4px);
}

@media (min-width: 768px) {
  .story-section.story-sec-responsive .story-card-text {
    -webkit-line-clamp: 2;
  }
}

@media (min-width: 992px) {
  .story-section.story-sec-responsive .story-card-text {
    -webkit-line-clamp: 2;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: -0.03rem;
    margin-bottom: 0.5rem;
  }

  [dir=rtl] .story-section.story-sec-responsive .story-card-text {
    font-size: calc(1.5rem + 4px);
  }
}

@media (max-width: 767.98px) {
  .story-section.story-sec-responsive .story-title {
    margin-bottom: 8px;
  }

  .story-section.story-sec-responsive .story-title h1,
  .story-section.story-sec-responsive .story-title .h1 {
    font-size: 24px;
  }

  [dir=rtl] .story-section.story-sec-responsive .story-title h1,
  [dir=rtl] .story-section.story-sec-responsive .story-title .h1 {
    font-size: calc(24px + 4px);
  }
}

.story-section.story-sec-responsive .desc {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

[dir=rtl] .story-section.story-sec-responsive .desc {
  font-size: calc(1rem + 4px);
}

@media (min-width: 992px) {
  .story-section.story-sec-responsive .desc {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: -0.03rem;
  }

  [dir=rtl] .story-section.story-sec-responsive .desc {
    font-size: calc(1.5rem + 4px);
  }
}

@media (max-width: 767.98px) {

  .story-section.story-section-one-fold .story-card-text,
  .story-section.story-section-one-fold .story-card-title {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }

  [dir=rtl] .story-section.story-section-one-fold .story-card-text,
  [dir=rtl] .story-section.story-section-one-fold .story-card-title {
    font-size: calc(14px + 4px);
  }

  .story-section.story-section-one-fold .story-right-img {
    width: 104px;
    height: 104px;
  }

  .story-section.story-section-one-fold .alAinRightPanel {
    gap: 16px;
  }

  .story-section.story-section-one-fold .icon-14 {
    width: 14px;
    height: 14px;
  }
}

.story-section.story-section-one-fold .story-card {
  min-height: 170px;
}

@media (min-width: 768px) {
  .story-section.story-section-one-fold .story-card {
    min-height: 320px;
  }
}

@media (max-width: 767.98px) {
  .border-responsive {
    border-top: 1px solid #ded9d1;
  }
}

.truncated-text {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.sard-banner-ideas .suggestion-heading {
  font-size: 18px;
  line-height: 24px;
}

[dir=rtl] .sard-banner-ideas .suggestion-heading {
  font-size: calc(18px + 4px);
}

@media (min-width: 768px) {
  .sard-banner-ideas .suggestion-heading {
    font-size: 22px;
    line-height: 33px;
  }

  [dir=rtl] .sard-banner-ideas .suggestion-heading {
    font-size: calc(22px + 4px);
  }
}

@media (min-width: 1200px) {
  .sard-banner-ideas .suggestion-heading {
    font-size: 36px;
    line-height: 80px;
  }

  [dir=rtl] .sard-banner-ideas .suggestion-heading {
    font-size: calc(36px + 4px);
  }
}

.sard-banner-ideas .msg-box {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 1rem;
}

[dir=rtl] .sard-banner-ideas .msg-box {
  font-size: calc(16px + 4px);
}

.sard-banner-ideas .msg-box.invalid-feedback {
  color: #fff;
}

.story-inner-page .banner .container .video-bg {
  height: 100% !important;
}

.story-inner-page .banner .container .text-container {
  height: 100%;
}

.story-inner-page .banner .container .text-container .mSlide {
  height: 100%;
}

.story-inner-page .banner .container .text-container .mSlide .banner-info.people-info {
  top: 6%;
  bottom: auto;
}

@media (max-width: 1199.98px) and (orientation: portrait) {
  .story-inner-page .banner {
    height: auto;
  }
}

@media (max-width: 1199.98px) and (orientation: portrait) {

  .campaigns .banner,
  .sard-story.inner .banner {
    height: auto;
  }
}

.sard-story.inner .banner-suggestions .banner .banner-info.people-info {
  top: 6%;
  bottom: auto;
}

.sard-story.inner .banner-suggestions .banner .text-container {
  height: auto;
  top: 15%;
}

@media (min-width: 768px) {
  .sard-story.inner .banner-suggestions .banner .text-container {
    top: 10%;
  }
}

/* --------------------------------
Direction RTL
-------------------------------- */
html[dir=rtl] nav,
html[dir=rtl] .search-results {
  direction: rtl;
}

html[dir=rtl] .compaign-one-fold .tech-sec-desc .tech-sec-desc-bottom {
  background: url("../images/simple-qoutes-rtl.svg") right top no-repeat;
}

.btn-primary {
  background-color: #CFDCE6;
  border-color: #CFDCE6;
}

.btn-primary:hover,
.btn-primary:active {
  background-color: #CFDCE6;
  border-color: #CFDCE6;
}

.btn-primary:focus+.btn-primary,
.btn-primary:focus,
.btn-primary:active:focus {
  background-color: #CFDCE6;
  border-color: #CFDCE6;
  box-shadow: none;
  outline: none;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1465px;
  }
}

.events .header {
  position: relative;
  background-color: #1d1d1b;
}

.header {
  padding: 0 0.25rem;
  position: absolute;
  width: 100%;
  z-index: 20;
  pointer-events: none;
  transition: all 0.3s;
}

@media (min-width: 576px) {
  .header {
    padding: 0 1rem;
  }
}

.header .dropdown-menu.show li::focus-visible {
  outline: none;
}

.header .dropdown-menu.show li::focus-visible a {
  background-color: #e27362;
}

.header .container {
  padding: 0.85rem 0.5rem;
}

.header.additional-option {
  position: relative;
}

.header.additional-option .btn-gray {
  background-color: #e27362;
  border-color: #e27362;
}

.header.additional-option .nav-icon {
  margin-inline-start: 15px;
  color: #000;
}

.header .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.5rem 0.5rem;
  gap: 0.25rem;
  line-height: 1rem;
  white-space: nowrap;
}

[dir=rtl] .header .btn {
  font-size: calc(0.75rem + 4px);
}

.header .btn span {
  display: none;
}

@media (min-width: 768px) {
  .header .btn {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 700;
  }

  [dir=rtl] .header .btn {
    font-size: calc(1rem + 4px);
  }

  .header .btn span {
    display: inline-block;
  }

  .header .btn span img {
    height: 16px;
    width: 16px;
  }
}

@media (min-width: 1200px) {
  .header .btn {
    height: 3.5rem;
    padding: 1rem 1.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
    /* 133.333% */
    gap: 1rem;
  }

  [dir=rtl] .header .btn {
    font-size: calc(1.125rem + 4px);
  }

  .header .btn span img {
    height: unset;
    width: unset;
  }
}

.header .btn i {
  font-size: 24px;
  line-height: 32px;
}

[dir=rtl] .header .btn i {
  font-size: calc(24px + 4px);
}

.header .btn:focus {
  box-shadow: none;
}

.header .dropdown .dropdown-menu.show {
  padding: 0;
  min-width: 100%;
  margin-top: -4px !important;
  border-radius: 16px;
}

.header .btn-gray {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.08);
}

.header .btn-gray:focus,
.header .btn-gray:active,
.header .btn-gray:focus-visible,
.header .btn-gray:focus-within,
.header .dropdown-toggle.show:focus,
.header .dropdown-toggle.show:focus-within {
  box-shadow: none;
}

.header .btn-gray:hover,
.header .btn-gray:active {
  color: #fff;
  background-color: #CFDCE6;
  border-color: #CFDCE6;
}

.header .dropdown-item:hover,
.header .dropdown-item:focus {
  color: rgba(255, 255, 255, 0.75);
  background-color: #CFDCE6;
}

.header li:first-child .dropdown-item:hover {
  border-radius: 16px 16px 0 0;
}

.header li:last-child .dropdown-item:hover {
  border-radius: 0 0 16px 16px;
}

.header .part-1,
.header .part-2,
.header .part-3 {
  display: flex;
  flex: 1 1 33%;
  width: 33%;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 576px) {

  .header .part-1,
  .header .part-2,
  .header .part-3 {
    gap: 20px;
  }
}

.header .part-1 {
  flex: 1 1 33%;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

@media (min-width: 576px) {
  .header .part-1 {
    flex: 1 1 33%;
  }
}

.header .part-1:not(:has(.dropdown)) .nav-icon {
  margin-inline-start: 16px;
}

.header .part-2 {
  flex: 1 1 33%;
  justify-content: center;
}

.header .part-3 {
  flex: 1 1 34%;
  justify-content: flex-end;
}

.header .header-logo {
  width: 95px;
}

@media (min-width: 992px) {
  .header .header-logo {
    width: 160px;
  }
}

.header .nav-icon {
  position: relative;
  width: 24px;
  color: #fff;
  cursor: pointer;
  transition: all 0.6s;
}

.header .ms-auto {
  margin-inline-start: auto;
}

.header a {
  pointer-events: all;
}

.submit-story .btn {
  display: none;
}

@media (min-width: 768px) {
  .submit-story .btn {
    display: flex;
  }
}

.nav-main {
  position: fixed;
  z-index: 20;
  background: #f1ede2;
  color: #1d1d1b;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  will-change: transform;
  transform: translateY(-100%);
  transition: height 0.6s ease-in-out;
  z-index: 15;
}

.nav-main .nav-link {
  border: 1px solid #878787;
  margin: 0 0.05em;
  border-radius: 40px;
  margin-inline-end: 8px;
  margin-block-end: 8px;
  padding: 0.4rem 0.7rem;
  font-size: 12px;
}

[dir=rtl] .nav-main .nav-link {
  font-size: calc(12px + 4px);
}

@media (min-width: 768px) {
  .nav-main .nav-link {
    font-size: 18px;
    padding: 0.5rem 0.75rem;
  }

  [dir=rtl] .nav-main .nav-link {
    font-size: calc(18px + 4px);
  }
}

.nav-main .nav-link:hover,
.nav-main .nav-link.active {
  background-color: #CFDCE6;
  color: #fff;
  border-color: #CFDCE6;
}

.inner-page .header {
  position: static;
}

html.dark-mode .nav-main {
  background: #e27362;
  color: #f8f8f8;
  border-color: transparent;
}

.nav-main .container {
  height: 100%;
}

.nav-main .nav-box {
  padding: 0;
}

.nav-is-open .header,
.inner-page .header {
  position: relative;
  background-color: #f1ede2;
}

.nav-is-open .header .btn-outline-secondary,
.inner-page .header .btn-outline-secondary {
  color: #fff;
  background-color: #e27362;
  border-color: #e27362;
}

.nav-is-open .header .btn-outline-secondary:hover,
.inner-page .header .btn-outline-secondary:hover {
  color: #fff;
  background-color: #e27362;
}

.nav-is-open .header .nav-icon,
.inner-page .header .nav-icon {
  color: #e27362;
}

.nav-is-open .header .header-logo,
.inner-page .header .header-logo {
  filter: brightness(0.1);
}

@media only screen and (min-width: 992px) {
  .nav-main .nav-box {
    height: calc(100% - 15px);
  }

  .header .header-logo {
    width: 140px;
    height: auto;
  }
}

.nav-main .nav-box .u-list {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.nav-main .nav-box .u-list li {
  flex: 1;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-top: -1px;
  padding: 0;
  line-height: 0.6;
  position: relative;
}

.nav-main .nav-box .u-list li:first-child {
  margin-top: 0;
}

.nav-main .nav-box .u-list li a {
  display: flex;
  width: calc(100% - 15px);
  align-items: start;
}

@media only screen and (max-width: 991px) {
  .nav-main .nav-box .u-list li a {
    width: calc(100% - 15px);
    padding: 15px 0 15px 7.5px;
  }
}

.nav-main .nav-box .u-list li a span {
  transition: all 0.3s;
}

.nav-main .nav-box .u-list li a span.menu-item {
  font-size: 4vh;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  transform: translateY(-0.04em);
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .nav-main .nav-box .u-list li a span.menu-item {
    font-size: 3vh;
  }
}

@media only screen and (min-width: 1200px) {
  .nav-main .nav-box .u-list li a span.menu-item {
    font-size: 4vh;
  }
}

.nav-main .nav-box .u-list li a span.count {
  padding-inline-end: 0.5rem;
  margin-inline-start: auto;
  position: relative;
  z-index: 3;
}

.nav-main .nav-box .u-list li a span.count:before {
  content: "(";
}

.nav-main .nav-box .u-list li a span.count:after {
  content: ")";
}

@media only screen and (max-width: 991px) {
  .nav-main .nav-box .u-list li a span.count {
    margin-inline-start: auto;
  }
}

.nav-main .nav-box .u-list li a span.type {
  width: 7.5em;
  padding-inline-end: 3rem;
  text-align: left;
}

@media only screen and (max-width: 991px) {
  .nav-main .nav-box .u-list li a span.type {
    display: none;
  }
}

.nav-main .nav-box .u-list li a span.text {
  font-size: 13vh;
  white-space: nowrap;
  color: #e27362;
  display: inline-block;
  position: relative;
  max-width: 0;
  transform: translateY(0.0352em) translateX(100vw);
}

@media only screen and (min-width: 992px) {
  .nav-main .nav-box .u-list li a span.text {
    font-size: 23vh;
  }
}

@media only screen and (max-width: 991px) {
  .nav-main .nav-box .u-list li a span.text {
    display: none;
  }
}

.nav-main .nav-box .u-list li a span.text:before {
  position: absolute;
  top: -0.5vh;
  left: -15px;
  z-index: 2;
  width: 15vh;
  content: "";
  height: 130%;
  background: linear-gradient(90deg, #f8f8f8 0%, rgba(242, 243, 239, 0) 100%);
  transition: all 0.3s 0.15s;
}

html.dark-mode .nav-main .nav-box .u-list li a span.text:before {
  background: linear-gradient(90deg, #1d1d1b 0%, rgba(0, 0, 0, 0) 100%);
}

.nav-main .nav-box .u-list li a .nav-item-preview {
  display: flex;
  justify-content: space-evenly;
  max-width: 0;
  margin-inline-start: 0;
  position: relative;
  height: 15.5vh;
  overflow: hidden;
  transition: max-width 0.3s;
}

@media only screen and (max-width: 991px) {
  .nav-main .nav-box .u-list li a .nav-item-preview {
    display: none;
  }
}

@media (min-width: 992px) and (orientation: portrait) {
  .nav-main .nav-box .u-list li a .nav-item-preview {
    display: none !important;
  }
}

.nav-main .nav-box .u-list li a .nav-item-preview div {
  margin-inline-start: 15px;
  height: 100%;
  position: relative;
  background: #1d1d1b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-main .nav-box .u-list li a .nav-item-preview div:first-of-type:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0%;
  content: "";
  height: 100%;
  background: linear-gradient(90deg, #f8f8f8 0%, rgba(242, 243, 239, 0) 100%);
  transition: all 0.3s 0.15s;
}

html.dark-mode .nav-main .nav-box ul li a .nav-item-preview div:first-of-type:before {
  background: linear-gradient(90deg, #1d1d1b 0%, rgba(0, 0, 0, 0) 100%);
}

.nav-main .nav-box .u-list li a .nav-item-preview div img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.6s;
}

.nav-main .nav-box .u-list li a .nav-item-preview div img[data-aspect-ratio="1/1"] {
  aspect-ratio: 1/1;
}

.nav-main .nav-box .u-list li a .nav-item-preview div img[data-aspect-ratio="16/9"] {
  aspect-ratio: 16/9;
}

.nav-main .nav-box .u-list li a .nav-item-preview div span {
  font-size: 13vh;
  white-space: nowrap;
  position: absolute;
  right: 0;
  opacity: 0;
  color: #e27362;
  transform: translateY(0.0352em);
}

@media only screen and (min-width: 992px) {
  .nav-main .nav-box .u-list li a .nav-item-preview div span {
    font-size: 23vh;
  }
}

.nav-main .nav-box .u-list li a .nav-item-preview div.nav-img-moving,
.nav-main .nav-box .u-list li a .nav-item-preview div.nav-img-still,
.nav-main .nav-box .u-list li a .nav-item-preview div.nav-img-family,
.nav-main .nav-box .u-list li a .nav-item-preview div.nav-img-shop,
.nav-main .nav-box .u-list li a .nav-item-preview div.nav-img-print {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.nav-main .nav-box .u-list li a .nav-item-preview div.nav-img-moving:hover img,
.nav-main .nav-box .u-list li a .nav-item-preview div.nav-img-still:hover img,
.nav-main .nav-box .u-list li a .nav-item-preview div.nav-img-family:hover img,
.nav-main .nav-box .u-list li a .nav-item-preview div.nav-img-shop:hover img,
.nav-main .nav-box .u-list li a .nav-item-preview div.nav-img-print:hover img {
  transform: scale(1.1);
}

.nav-main .nav-box .u-list li a .nav-item-preview div.nav-img-moving {
  aspect-ratio: 16/9;
}

.nav-main .nav-box .u-list li a .nav-item-preview div.nav-img-still {
  aspect-ratio: 16/9;
}

.nav-main .nav-box .u-list li a .nav-item-preview div.nav-img-family {
  aspect-ratio: 1/1;
}

.nav-main .nav-box .u-list li a .nav-item-preview div.nav-img-shop,
.nav-main .nav-box .u-list li a .nav-item-preview div.nav-img-print {
  aspect-ratio: 16/11;
  background: #fff;
}

.nav-main .nav-box .u-list li a .nav-item-preview div.nav-img-shop img,
.nav-main .nav-box .u-list li a .nav-item-preview div.nav-img-print img {
  max-width: calc(100% - 6rem);
  max-height: calc(100% - 2rem);
  -o-object-position: center center;
  object-position: center center;
}

html.dark-mode .nav-main .nav-box .u-list li a .nav-item-preview div.nav-img-shop,
html.dark-mode .nav-main .nav-box .u-list li a .nav-item-preview div.nav-img-print {
  background: #1d1d1b;
}

.nav-main .nav-box .u-list li a:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 10rem;
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  background: linear-gradient(-90deg, #f8f8f8 0%, rgba(242, 243, 239, 0) 100%);
  pointer-events: none;
}

html.dark-mode .nav-main .nav-box .u-list li a:after {
  background: linear-gradient(-90deg, black 0%, rgba(0, 0, 0, 0) 100%);
}

@media only screen and (max-width: 991px) {
  .nav-main .nav-box .u-list li a:after {
    display: none;
  }
}

.nav-main .nav-box .u-list li a:hover {
  color: #e27362;
}

@media only screen and (min-width: 992px) {
  .nav-main .nav-box .u-list li a:hover {
    width: auto;
  }

  .nav-main .nav-box .u-list li a:hover span.count {
    margin-inline-start: 0;
  }

  .nav-main .nav-box .u-list li a:hover span.text {
    max-width: 100%;
    opacity: 1;
    transform: translateY(0.0352em) translateX(0%);
  }
}

.nav-main .nav-box .u-list li a:hover span.type {
  display: none;
}

.nav-main .nav-box .u-list li a:hover:after {
  opacity: 1;
}

.nav-main .nav-box .u-list li a:hover .nav-item-preview {
  max-width: 100%;
  transition: max-width 0.9s;
  margin-inline-start: auto;
}

.nav-main .nav-box .u-list li a:hover .nav-item-preview div:first-of-type:before {
  width: 50%;
}

.nav-main .nav-box .u-list li a:hover .nav-item-preview div span {
  opacity: 1;
}

.nav-main .nav-box .u-list li.has-text a:after {
  position: absolute;
  top: -2.5vh;
  right: 0;
  z-index: 2;
  width: 0;
  content: "";
  height: 130%;
  background: linear-gradient(-90deg, #f8f8f8 0%, rgba(242, 243, 239, 0) 100%);
  transition: all 0.3s;
}

html.dark-mode .nav-main .nav-box .u-list li.has-text a:after {
  background: linear-gradient(-90deg, #1d1d1b 0%, #1d1d1b 100%);
}

.nav-main .nav-box .u-list li.has-text a:hover:after {
  width: 15vh;
}

.nav-main .nav-box .u-list li:before,
.nav-main .nav-box .u-list li:after {
  position: absolute;
  z-index: 2;
  content: "";
  height: 1px;
  right: 0;
  width: 0%;
  background: #e27362;
  transition: width 0.45s;
}

.nav-main .nav-box .u-list li:before {
  top: -1px;
}

.nav-main .nav-box .u-list li:after {
  bottom: -1px;
}

.nav-main .nav-box .u-list li:hover:before,
.nav-main .nav-box .u-list li:hover:after {
  width: 100%;
}

.nav-main .nav-bottom {
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

[dir=rtl] .nav-main .nav-bottom {
  font-size: calc(1rem + 4px);
}

.nav-main .nav-bottom em {
  display: block;
}

@media (orientation: landscape) or (min-width: 992px) {
  .nav-main .nav-bottom {
    display: none;
  }
}

body.nav-is-open .nav-main {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
  top: 65px;
  z-index: 15;
}

@media (min-width: 768px) {
  body.nav-is-open .nav-main {
    top: 105px;
  }
}

.redirection-section,
.redirection-section .content-people-story {
  display: none;
}

.redirection-section .banner .content-people-story,
.people .banner .redirection-section {
  display: block;
}

.location-list li {
  padding: 0.75rem 12px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

[dir=rtl] .location-list li {
  font-size: calc(1rem + 4px);
}

@media (min-width: 992px) {
  .location-list li {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
  }

  [dir=rtl] .location-list li {
    font-size: calc(1.5rem + 4px);
  }
}

.location-list li a {
  display: flex;
}

.location-list .pin {
  width: 24px;
  height: 24px;
  border-radius: 16px;
}

@media (min-width: 992px) {
  .location-list .pin {
    width: 32px;
    height: 32px;
  }
}

.search-area .form-control,
.search-area .form-control:hover,
.search-area .form-control:active,
.search-area .form-control:focus,
.search-area .form-control:focus-visible,
.search-area .form-control:focus-within {
  background: transparent;
  border: none;
  border-color: transparent;
  box-shadow: none;
  outline: none;
  font-size: 16px;
}

[dir=rtl] .search-area .form-control,
[dir=rtl] .search-area .form-control:hover,
[dir=rtl] .search-area .form-control:active,
[dir=rtl] .search-area .form-control:focus,
[dir=rtl] .search-area .form-control:focus-visible,
[dir=rtl] .search-area .form-control:focus-within {
  font-size: calc(16px + 4px);
}

@media (min-width: 992px) {

  .search-area .form-control,
  .search-area .form-control:hover,
  .search-area .form-control:active,
  .search-area .form-control:focus,
  .search-area .form-control:focus-visible,
  .search-area .form-control:focus-within {
    font-size: 24px;
  }

  [dir=rtl] .search-area .form-control,
  [dir=rtl] .search-area .form-control:hover,
  [dir=rtl] .search-area .form-control:active,
  [dir=rtl] .search-area .form-control:focus,
  [dir=rtl] .search-area .form-control:focus-visible,
  [dir=rtl] .search-area .form-control:focus-within {
    font-size: calc(24px + 4px);
  }
}

@media (min-width: 1200px) {

  .search-area .form-control,
  .search-area .form-control:hover,
  .search-area .form-control:active,
  .search-area .form-control:focus,
  .search-area .form-control:focus-visible,
  .search-area .form-control:focus-within {
    font-size: 32px;
  }

  [dir=rtl] .search-area .form-control,
  [dir=rtl] .search-area .form-control:hover,
  [dir=rtl] .search-area .form-control:active,
  [dir=rtl] .search-area .form-control:focus,
  [dir=rtl] .search-area .form-control:focus-visible,
  [dir=rtl] .search-area .form-control:focus-within {
    font-size: calc(32px + 4px);
  }
}

.search-area .form-control:-webkit-autofill,
.search-area .form-control:hover:-webkit-autofill,
.search-area .form-control:active:-webkit-autofill,
.search-area .form-control:focus:-webkit-autofill,
.search-area .form-control:focus-visible:-webkit-autofill,
.search-area .form-control:focus-within:-webkit-autofill {
  background-color: transparent !important;
  box-shadow: 0 0 0px 1000px #f1ede2 inset !important;
}

.btn-clear-search {
  padding: 0.5rem 1rem;
}

.input-group {
  border-bottom: 1px solid #d9d9d9;
}

.filter-area {
  padding: 0 0.5rem;
}

@media (min-width: 992px) {
  .filter-area {
    padding: 0;
  }
}

.filter-area>p {
  font-size: 1rem;
  font-weight: 400;
}

[dir=rtl] .filter-area>p {
  font-size: calc(1rem + 4px);
}

@media (min-width: 768px) {
  .filter-area>p {
    font-size: 1.5rem;
  }

  [dir=rtl] .filter-area>p {
    font-size: calc(1.5rem + 4px);
  }
}

.filter-area nav {
  margin-block-end: 1rem;
}

.filter-area .nav-pills {
  padding-bottom: 1rem;
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  align-items: flex-start;
  gap: 0.5rem;
}

.filter-area .nav:hover {
  scrollbar-width: thin;
  scrollbar-color: #e27362 #f4f4f4;
}

.story-inner-page .testimonial-slide-label {
  padding-top: 50px;
}

.header-and-view-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-and-view-all .btn.btn-primary.view-all {
  padding: 0.5rem 0.75rem;
  font-size: 12px;
  font-weight: 700;
}

[dir=rtl] .header-and-view-all .btn.btn-primary.view-all {
  font-size: calc(12px + 4px);
}

@media (min-width: 768px) {
  .header-and-view-all .btn.btn-primary.view-all {
    border-radius: 54px;
    padding: 1rem 2rem;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
  }

  [dir=rtl] .header-and-view-all .btn.btn-primary.view-all {
    font-size: calc(18px + 4px);
  }
}

.header-and-view-all .btn.btn-primary.view-all:hover {
  background: #e27362;
}

.header-and-view-all h3,
.header-and-view-all .h3,
.header-and-view-all .section-heading {
  font-size: 24px;
  line-height: 1rem;
  color: #3C3C3B;
}

[dir=rtl] .header-and-view-all h3,
[dir=rtl] .header-and-view-all .h3,
[dir=rtl] .header-and-view-all .section-heading {
  font-size: calc(24px + 4px);
}

@media (min-width: 768px) {

  .header-and-view-all h3,
  .header-and-view-all .h3,
  .header-and-view-all .section-heading {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 48px;
    line-height: 80px;
  }

  [dir=rtl] .header-and-view-all h3,
  [dir=rtl] .header-and-view-all .h3,
  [dir=rtl] .header-and-view-all .section-heading {
    font-size: calc(48px + 4px);
  }
}

.global-footer {
  background-color: #1D1D1B;
  z-index: 1;
}

.global-footer input[type=text].input-name {
  color: #fff;
  background: transparent;
  border: none;
  width: 120px;
  max-width: 70%;
  border-bottom: 1px solid #495057;
}

.global-footer input[type=text].input-name:focus,
.global-footer input[type=text].input-name:focus-visible,
.global-footer input[type=text].input-name:focus-within {
  border: none;
  outline: none;
}

.global-footer .first-left .brief {
  padding-top: 2rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1rem;
}

[dir=rtl] .global-footer .first-left .brief {
  font-size: calc(0.875rem + 4px);
}

@media (min-width: 768px) {
  .global-footer .first-left .brief {
    font-size: 1.5rem;
    font-weight: 400;
  }

  [dir=rtl] .global-footer .first-left .brief {
    font-size: calc(1.5rem + 4px);
  }
}

.global-footer .first-left .title {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 1rem;
}

[dir=rtl] .global-footer .first-left .title {
  font-size: calc(32px + 4px);
}

@media (min-width: 768px) {
  .global-footer .first-left .title {
    font-size: 36px;
    line-height: 42px;
  }

  [dir=rtl] .global-footer .first-left .title {
    font-size: calc(36px + 4px);
  }
}

.global-footer .input-text {
  font-size: 20px;
  line-height: 36px;
}

[dir=rtl] .global-footer .input-text {
  font-size: calc(20px + 4px);
}

@media (min-width: 768px) {
  .global-footer .input-text {
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 0;
  }

  [dir=rtl] .global-footer .input-text {
    font-size: calc(48px + 4px);
  }
}

.global-footer .input-text span#hiddenSpan {
  position: absolute;
  visibility: hidden;
  max-width: 70%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.global-footer .submit-story {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.75rem;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.08);
  border-radius: 50px;
}

@media (min-width: 992px) {
  .global-footer .submit-story {
    padding: 1rem 1.5rem;
  }
}

.global-footer .submit-story:hover {
  background-color: #adb5bd;
}

@media (min-width: 992px) and (orientation: landscape) {
  .global-footer .first-child {
    padding: 24px 0;
  }

  .global-footer .second-right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
}

@media (min-width: 1200px) {
  .global-footer {
    height: auto;
  }
}

.global-footer .footer-links {
  position: static;
  background-color: #1d1d1b;
  z-index: 5;
}

.global-footer .footer-links .list-group-horizontal {
  justify-content: space-around;
}

@media (min-width: 992px) {
  .global-footer .footer-links .offset-md-1 .list-group {
    justify-content: end;
  }

  .global-footer .footer-links .list-group-horizontal {
    justify-content: center;
  }
}

.global-footer .footer-links .list-group-item {
  background-color: transparent;
  border: none;
  color: #fff;
}

.global-footer .footer-links a {
  font-size: 14px;
}

[dir=rtl] .global-footer .footer-links a {
  font-size: calc(14px + 4px);
}

.global-footer .footer-links a:hover {
  opacity: 0.5;
}

.global-footer p:empty {
  display: none;
}

.text-submit-story {
  position: relative;
  bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
  margin-top: 1.5rem;
  overflow: hidden;
}

[dir=rtl] .text-submit-story {
  font-size: calc(2.5rem + 4px);
}

@media (min-width: 992px) {
  .text-submit-story {
    bottom: -1.875rem;
    font-size: 9.25rem;
    line-height: 15rem;
    margin-top: 0;
  }

  [dir=rtl] .text-submit-story {
    font-size: calc(9.25rem + 4px);
  }
}

/* Marquee container */
.marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

[dir=rtl] .marquee-content {
  animation: scroll-rtl 20s linear infinite;
}

@keyframes scroll-rtl {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(50%);
  }
}

/* Content inside marquee */
.marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: scroll 30s linear infinite;
  transition: all ease 0.5s;
}

@media (prefers-reduced-motion: reduce) {
  .marquee-content {
    transition: none;
  }
}

/* Duplicate the text for seamless effect */
.marquee-content span {
  display: inline-block;
  padding-inline-start: 0.25rem;
  transition: all ease 0.5s;
}

@media (prefers-reduced-motion: reduce) {
  .marquee-content span {
    transition: none;
  }
}

/* Keyframes for scrolling effect */
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.input-container {
  position: relative;
  width: 250px;
  max-width: 400px;
}

.input-container .marquee {
  display: inline-block;
  white-space: nowrap;
  animation: marquee-footer-text 5s linear infinite;
}

@keyframes marquee-footer-text {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

/*** spotlight ***/
.spotlight {
  padding: 40px 0 40px 20px;
  background-color: #f1ede2;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.spotlight .col-8 {
  padding-inline-end: 0;
}

@media (min-width: 768px) {
  .spotlight {
    padding: 60px 0;
  }

  .spotlight .col-8 {
    padding-inline-end: unset;
  }

  .spotlight .spotlight-swiper-arrows .button-next,
  .spotlight .spotlight-swiper-arrows .button-prev {
    width: 48px;
    height: 48px;
  }

  .spotlight .spotlight-swiper-arrows .button-next img,
  .spotlight .spotlight-swiper-arrows .button-prev img {
    width: 36px;
  }
}

@media (min-width: 992px) {
  .spotlight {
    padding: 20px 0;
  }
}

@media (min-width: 1400px) {
  .spotlight {
    padding: 40px 0;
    height: auto;
    min-height: calc(100vh - 79px);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
}

.spotlight h2,
.spotlight .h2 {
  font-size: 24px;
  line-height: 32px;
}

[dir=rtl] .spotlight h2,
[dir=rtl] .spotlight .h2 {
  font-size: calc(24px + 4px);
}

@media (min-width: 768px) {

  .spotlight h2,
  .spotlight .h2 {
    color: #3C3C3B;
    font-size: 48px;
    line-height: 40px;
    margin-bottom: 0;
  }

  [dir=rtl] .spotlight h2,
  [dir=rtl] .spotlight .h2 {
    font-size: calc(48px + 4px);
  }
}

.spotlight .spotlight-swiper-arrows {
  display: flex;
  align-self: center;
  justify-content: flex-end;
  gap: 12%;
  min-width: 80px;
}

.spotlight .spotlight-swiper-arrows .button-prev {
  display: inline-flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #1d1d1b;
}

.spotlight .spotlight-swiper-arrows .button-prev img,
.spotlight .spotlight-swiper-arrows .button-prev svg {
  width: 16px;
  height: 16px;
  margin-inline-start: 0.25rem;
}

@media (min-width: 768px) {

  .spotlight .spotlight-swiper-arrows .button-prev img,
  .spotlight .spotlight-swiper-arrows .button-prev svg {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 768px) {
  .spotlight .spotlight-swiper-arrows .button-prev {
    width: 36px;
    height: 36px;
  }
}

.spotlight .spotlight-swiper-arrows .button-next {
  display: inline-flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #1d1d1b;
}

.spotlight .spotlight-swiper-arrows .button-next img,
.spotlight .spotlight-swiper-arrows .button-next svg {
  width: 16px;
  height: 16px;
  margin-inline-end: 0.25rem;
}

@media (min-width: 768px) {

  .spotlight .spotlight-swiper-arrows .button-next img,
  .spotlight .spotlight-swiper-arrows .button-next svg {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 768px) {
  .spotlight .spotlight-swiper-arrows .button-next {
    width: 36px;
    height: 36px;
  }
}

.spotlight .swiper-slide {
  display: flex;
  width: 365px;
  height: 450px;
  border-radius: 8px;
  overflow: hidden;
  border: 3px solid #f1ede2;
  background-color: #3A505A;
  transition: all ease-in-out 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .spotlight .swiper-slide {
    transition: none;
  }
}

.spotlight .swiper-slide.swiper-slide-active {
  transition: all ease-in-out 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .spotlight .swiper-slide.swiper-slide-active {
    transition: none;
  }
}

.spotlight .swiper-slide .image {
  display: block;
  width: 100%;
  height: auto;
}

.spotlight .swiper-slide .image .img p {
  display: none;
}

.spotlight .swiper-slide .image .img .embeditem {
  display: flex;
  position: relative;
  padding-top: 180%;
  overflow: hidden;
  border-radius: 12px;
}

.spotlight .swiper-slide .image .img .embeditem iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.spotlight .swiper-slide .image.video::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  transform: translate3d(0 -50% 0);
  background-image: url("../images/play-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}

.spotlight .swiper-slide .image .header,
.spotlight .swiper-slide .image header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 24px 24px 0;
  text-align: right;
  z-index: 1;
}

.spotlight .swiper-slide .image .header:empty,
.spotlight .swiper-slide .image header:empty {
  display: none;
}

.spotlight .swiper-slide .image html[dir=rtl] {
  right: 0;
}

.spotlight .swiper-slide .image .label {
  font-family: var(--font-text);
  padding: 6px 12px 8px;
  border-radius: 40px;
  background-color: rgba(172, 172, 172, 0.4);
  z-index: 1;
}

.spotlight .swiper-slide .image .footer,
.spotlight .swiper-slide .image footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 0 18px 18px;
  z-index: 10;
}

.spotlight .swiper-slide .image .footer a,
.spotlight .swiper-slide .image footer a {
  color: #fff;
}

.spotlight .swiper-slide .image .footer p,
.spotlight .swiper-slide .image footer p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  text-shadow: 1px 1px 4px rgba(29, 29, 27, 0.5);
}

[dir=rtl] .spotlight .swiper-slide .image .footer p,
[dir=rtl] .spotlight .swiper-slide .image footer p {
  font-size: calc(16px + 4px);
}

.spotlight .swiper-slide .image .footer .by,
.spotlight .swiper-slide .image footer .by {
  font-weight: 700;
  text-shadow: 1px 1px 4px rgba(29, 29, 27, 0.5);
}

.spotlight .swiper-slide .image html[dir=rtl] {
  right: 0;
}

.spotlight .swiper-slide .image>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.spotlight .swiper-slide .play-icon {
  position: absolute;
  left: 40%;
  top: 45%;
  cursor: pointer;
  z-index: 5;
}

@media (min-width: 2000px) {
  .spotlight .swiper-slide .play-icon {
    left: 45%;
  }
}

.spotlight .swiper-slide .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  cursor: pointer;
}

.spotlight .swiper-slide:hover {
  transform: scale(1.05);
  border: 3px solid #e17460;
  transition: all ease-in-out 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .spotlight .swiper-slide:hover {
    transition: none;
  }
}

.spotlight .swiper-slide.active {
  filter: grayscale(0);
}

.spotlight .swiper-slide .embed-responsive {
  height: 100%;
  display: flex;
  align-items: center;
}

.spotlight .video-container {
  position: relative;
  width: 100%;
  height: 450px;
  padding: 56.25% 0 0 0;
}

.spotlight .video-container.vertical {
  padding-top: 177.78%;
  /* 9:16 Aspect Ratio */
}

.spotlight .video-container>div {
  padding: 0 !important;
  position: static !important;
}

.spotlight .video-container iframe {
  border: none;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.navigation-arrrows .spotlight-swiper-arrows,
.spotlight .spotlight-swiper-arrows {
  display: flex;
  align-self: center;
  justify-content: flex-end;
  gap: 12%;
  min-width: 80px;
}

.navigation-arrrows .spotlight-swiper-arrows .button-prev,
.spotlight .spotlight-swiper-arrows .button-prev {
  display: inline-flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #1d1d1b;
}

.navigation-arrrows .spotlight-swiper-arrows .button-prev img,
.navigation-arrrows .spotlight-swiper-arrows .button-prev svg,
.spotlight .spotlight-swiper-arrows .button-prev img,
.spotlight .spotlight-swiper-arrows .button-prev svg {
  width: 16px;
  height: 16px;
  margin-inline-start: 0.25rem;
}

@media (min-width: 768px) {

  .navigation-arrrows .spotlight-swiper-arrows .button-prev img,
  .navigation-arrrows .spotlight-swiper-arrows .button-prev svg,
  .spotlight .spotlight-swiper-arrows .button-prev img,
  .spotlight .spotlight-swiper-arrows .button-prev svg {
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 768px) {

  .navigation-arrrows .spotlight-swiper-arrows .button-prev,
  .spotlight .spotlight-swiper-arrows .button-prev {
    width: 36px;
    height: 36px;
  }
}

.navigation-arrrows .spotlight-swiper-arrows .button-next,
.spotlight .spotlight-swiper-arrows .button-next {
  display: inline-flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #1d1d1b;
}

.navigation-arrrows .spotlight-swiper-arrows .button-next img,
.navigation-arrrows .spotlight-swiper-arrows .button-next svg,
.spotlight .spotlight-swiper-arrows .button-next img,
.spotlight .spotlight-swiper-arrows .button-next svg {
  width: 16px;
  height: 16px;
  margin-inline-end: 0.25rem;
}

@media (min-width: 768px) {

  .navigation-arrrows .spotlight-swiper-arrows .button-next img,
  .navigation-arrrows .spotlight-swiper-arrows .button-next svg,
  .spotlight .spotlight-swiper-arrows .button-next img,
  .spotlight .spotlight-swiper-arrows .button-next svg {
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 768px) {

  .navigation-arrrows .spotlight-swiper-arrows .button-next,
  .spotlight .spotlight-swiper-arrows .button-next {
    width: 36px;
    height: 36px;
  }
}

.events .spotlight .swiper-slide .image footer .by {
  color: #D9D9D9;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

[dir=rtl] .events .spotlight .swiper-slide .image footer .by {
  font-size: calc(0.875rem + 4px);
}

/*** end spotlight ***/
/*** story section ***/
.spotlight-story,
.story-section {
  padding: 40px 0;
  background-color: #f1ede2;
}

.spotlight-story p,
.story-section p {
  font-size: 22px;
}

[dir=rtl] .spotlight-story p,
[dir=rtl] .story-section p {
  font-size: calc(22px + 4px);
}

.spotlight-story .swiper-pagination,
.story-section .swiper-pagination {
  position: absolute;
  text-align: left;
  padding-inline-end: 1.5rem;
  bottom: 10%;
  left: 2%;
  width: auto;
}

.spotlight-story .swiper-pagination .swiper-pagination-bullet,
.story-section .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.75);
}

.spotlight-story .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.story-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  min-width: 25px;
}

@media (min-width: 768px) {

  .spotlight-story .swiper-pagination,
  .story-section .swiper-pagination {
    bottom: 9%;
  }
}

@media (min-width: 992px) {

  .spotlight-story .swiper-pagination,
  .story-section .swiper-pagination {
    position: absolute;
    left: 33.33333%;
    margin-inline-start: 1.5rem;
    bottom: 26%;
  }
}

@media (min-width: 1200px) {

  .spotlight-story .swiper-pagination,
  .story-section .swiper-pagination {
    bottom: 24%;
  }
}

@media (min-width: 1400px) {

  .spotlight-story .swiper-pagination,
  .story-section .swiper-pagination {
    bottom: 26%;
  }
}

@media (min-width: 992px) {

  .spotlight-story,
  .story-section {
    padding: 80px 0;
  }
}

.story-section p {
  margin-bottom: 0;
}

/*** end story seciton ***/
.animate-img {
  display: block;
  transform: translateY(-100%);
  transition: all ease-in-out 0.5s;
}

@media (prefers-reduced-motion: reduce) {
  .animate-img {
    transition: none;
  }
}

/*** events seciton ***/
.events-section {
  padding: 40px 10px;
  background-color: #f1ede2;
}

.events-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(180deg, rgba(29, 29, 27, 0.75), transparent);
  z-index: 1;
}

.events-section .events-wrapper .event-row {
  overflow-x: auto;
  flex-wrap: nowrap;
  scrollbar-width: thin;
  scroll-snap-type: x mandatory;
}

.events-section .events-wrapper .event-row .col-12 {
  scroll-snap-align: start;
}

.events-section .event-item {
  position: relative;
  height: 280px;
  margin-bottom: 1.5rem;
  border: 1px solid #ced4da;
  border-radius: 18px;
  overflow: hidden;
}

.events-section .event-item .img,
.events-section .event-item .embed-responsive {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #1d1d1b;
}

.events-section .event-item header {
  position: absolute;
  width: 100%;
  padding: 1rem;
  color: #fff;
  font-size: 1.5rem;
  z-index: 2;
}

[dir=rtl] .events-section .event-item header {
  font-size: calc(1.5rem + 4px);
}

.events-section .event-item header .view-more {
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  transition: all ease-in-out 0.4s;
}

@media (prefers-reduced-motion: reduce) {
  .events-section .event-item header .view-more {
    transition: none;
  }
}

.events-section .event-item header .view-more:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.events-section .event-item header .view-more img {
  width: 28px;
}

.events-section .event-item header h5,
.events-section .event-item header .h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.events-section .event-item .align-end {
  text-align: end;
}

.events-section .event-item .item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: all ease-in-out 0.5s;
}

@media (prefers-reduced-motion: reduce) {
  .events-section .event-item .item-image {
    transition: none;
  }
}

.events-section .event-item .item-image:hover,
.events-section .event-item .item-image:active,
.events-section .event-item .item-image:focus,
.events-section .event-item .item-image:focus-visible {
  transform: scale(1.1);
  transition: all ease-in-out 0.5s;
}

@media (prefers-reduced-motion: reduce) {

  .events-section .event-item .item-image:hover,
  .events-section .event-item .item-image:active,
  .events-section .event-item .item-image:focus,
  .events-section .event-item .item-image:focus-visible {
    transition: none;
  }
}

@media (min-width: 576px) {
  .events-section .event-item {
    height: 380px;
  }

  .events-section .event-item header {
    padding: 1rem;
  }

  .events-section .event-item header .view-more {
    width: 2rem;
    height: 2rem;
  }
}

@media (min-width: 768px) {
  .events-section .events-wrapper {
    overflow-x: hidden;
  }

  .events-section .events-wrapper .event-row {
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  .events-section {
    padding: 80px 0;
  }

  .events-section .event-item {
    height: 430px;
  }

  .events-section .event-item header {
    padding: 1rem;
  }

  .events-section .event-item header h5,
  .events-section .event-item header .h5 {
    font-size: 32px;
    line-height: 40px;
  }

  [dir=rtl] .events-section .event-item header h5,
  [dir=rtl] .events-section .event-item header .h5 {
    font-size: calc(32px + 4px);
  }

  .events-section .event-item header .view-more {
    width: 3rem;
    height: 3rem;
  }
}

@media (min-width: 1200px) {
  .events-section .event-item {
    min-height: 492px;
  }
}

/*** //end events seciton ***/
/*** // videos sard seciton ***/
.videos-sard {
  padding: 40px 20px;
  background-color: #dfeaf1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 768px) {
  .videos-sard {
    padding: 40px 0;
  }

  .videos-sard .container {
    padding: unset;
  }
}

@media (min-width: 1600px) and (max-width: 2000px) {
  .videos-sard {
    min-height: calc(100vh - 79px);
    justify-content: space-between;
  }
}

.videos-sard .slide-active .desc .btn {
  display: flex;
  margin-inline-start: auto;
  height: auto;
  white-space: nowrap;
}

.videos-sard .container {
  padding: 0;
}

@media (max-width: 767.98px) {

  .videos-sard h2,
  .videos-sard .h2 {
    color: #3C3C3B;
    font-size: 22px;
    line-height: 32px;
  }

  [dir=rtl] .videos-sard h2,
  [dir=rtl] .videos-sard .h2 {
    font-size: calc(22px + 4px);
  }
}

.videos-sard .videos-tags {
  white-space: nowrap;
  position: relative;
  margin: 0.5rem 0;
  padding-bottom: 0.5rem;
  scroll-snap-type: x mandatory;
  font-family: var(--font-text);
  flex-wrap: nowrap;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.videos-sard .videos-tags li {
  margin-bottom: 5px;
  margin-inline-end: 5px;
}

.videos-sard .videos-tags li.active .btn-outline-primary {
  background-color: #e27362;
  border-color: #e27362;
  color: #fff;
}

.videos-sard .videos-tags .btn-outline-primary {
  padding: 0.25rem 0.75rem;
  border-color: #878787;
  letter-spacing: -0.0225rem;
  text-transform: capitalize;
}

.videos-sard .videos-tags .btn-outline-primary:hover,
.videos-sard .videos-tags .btn-outline-primary.active {
  background-color: #e27362;
  border-color: #e27362;
  color: #fff;
}

.videos-sard .videos-tags .btn-outline-primary:focus,
.videos-sard .videos-tags .btn-outline-primary:focus-visible {
  outline: none;
  box-shadow: none;
}

@media (min-width: 576px) {
  .videos-sard .videos-tags .btn-outline-primary {
    padding: 0.5rem 1rem;
  }
}

.videos-sard .videos-tags a {
  scroll-snap-align: start;
}

.videos-sard .video-swiper-slider {
  width: 100%;
  overflow: hidden;
}

.videos-sard .swiper-wrapper {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

@media (min-width: 1400px) {
  .videos-sard .swiper-wrapper {
    min-height: 600px;
  }
}

@media (min-width: 768px) {
  .videos-sard .swiper-slide:last-child {
    margin-inline-end: 0;
  }
}

.videos-sard .swiper-slide {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.5rem;
  transition: width ease-in 0.25s;
}

@media (min-width: 768px) {
  .videos-sard .swiper-slide {
    width: 22.25%;
    margin-inline-end: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .videos-sard .swiper-slide {
    width: 19.5%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .videos-sard .swiper-slide {
    transition: none;
  }
}

.videos-sard .swiper-slide .media-container,
.videos-sard .swiper-slide .img {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 365px;
  min-height: 365px;
  overflow: hidden;
  margin-bottom: 16px;
  background-color: #1d1d1b;
  border-radius: 12px;
}

@media (min-width: 1400px) {

  .videos-sard .swiper-slide .media-container,
  .videos-sard .swiper-slide .img {
    height: 450px;
    aspect-ratio: 16/9;
  }
}

@media (min-width: 1800px) {

  .videos-sard .swiper-slide .media-container,
  .videos-sard .swiper-slide .img {
    height: 490px;
  }
}

.videos-sard .swiper-slide .media-container.video-container iframe,
.videos-sard .swiper-slide .img.video-container iframe {
  border: none;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) !important;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 768px) {

  .videos-sard .swiper-slide .media-container,
  .videos-sard .swiper-slide .img {
    margin-bottom: 20px;
  }
}

.videos-sard .swiper-slide .media-container>img,
.videos-sard .swiper-slide .img>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.videos-sard .swiper-slide .media-container .detail,
.videos-sard .swiper-slide .img .detail {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(29, 29, 27, 0.25);
}

.videos-sard .swiper-slide .media-container .detail span,
.videos-sard .swiper-slide .img .detail span {
  display: inline-block;
  padding: 6px 8px;
  text-wrap: nowrap;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.25);
}

.videos-sard .swiper-slide .media-container .detail span img,
.videos-sard .swiper-slide .img .detail span img {
  width: auto;
  margin-inline-end: 0;
}

.videos-sard .swiper-slide .media-container .desc,
.videos-sard .swiper-slide .img .desc {
  display: none;
}

.videos-sard .swiper-slide .media-container .video-wrapper,
.videos-sard .swiper-slide .img .video-wrapper {
  width: 100%;
  height: 100%;
}

.videos-sard .swiper-slide .media-container .video-wrapper div,
.videos-sard .swiper-slide .img .video-wrapper div {
  display: flex;
  height: 100%;
  width: auto;
  padding-top: 0 !important;
}

.videos-sard .swiper-slide .media-container .img-container,
.videos-sard .swiper-slide .img .img-container {
  width: auto;
  height: 100%;
}

.videos-sard .swiper-slide .video-container img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .videos-sard .swiper-slide .video-container img {
    transition: none;
  }
}

.videos-sard .swiper-slide .display {
  display: none;
  transition: all ease-in-out 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .videos-sard .swiper-slide .display {
    transition: none;
  }
}

.videos-sard .swiper-slide .desc {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 768px) {
  .videos-sard .swiper-slide .desc {
    flex-direction: row;
    align-items: center;
  }
}

.videos-sard .swiper-slide .desc .vid-desc {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: capitalize;
  margin-bottom: 0;
}

[dir=rtl] .videos-sard .swiper-slide .desc .vid-desc {
  font-size: calc(1rem + 4px);
}

@media (min-width: 768px) {
  .videos-sard .swiper-slide .desc .vid-desc {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 2rem;
  }

  [dir=rtl] .videos-sard .swiper-slide .desc .vid-desc {
    font-size: calc(1.125rem + 4px);
  }
}

.videos-sard .swiper-slide .desc .btn {
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  display: none;
}

[dir=rtl] .videos-sard .swiper-slide .desc .btn {
  font-size: calc(0.75rem + 4px);
}

@media (min-width: 768px) {
  .videos-sard .swiper-slide .desc .btn {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5rem;
    text-transform: capitalize;
  }

  [dir=rtl] .videos-sard .swiper-slide .desc .btn {
    font-size: calc(16px + 4px);
  }
}

.videos-sard .swiper-slide .vid {
  margin-inline-start: auto;
}

.videos-sard .swiper-slide .embeditem {
  position: relative;
  width: 310%;
  padding-top: 472px;
  border-radius: 12px;
  overflow: hidden;
}

.videos-sard .swiper-slide .embeditem iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.videos-sard .swiper-slide .footer,
.videos-sard .swiper-slide footer {
  display: none;
}

.videos-sard .detail img {
  width: 24px;
}

@media (min-width: 768px) {
  .videos-sard .slide-active {
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .videos-sard .slide-active {
    width: 58%;
  }
}

.videos-sard .slide-active .display {
  display: inline-block;
  transition: all ease-in-out 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .videos-sard .slide-active .display {
    transition: none;
  }
}

.videos-sard .slide-active .desc .btn {
  display: inline-block;
}

.videos-sard .slide-active .footer,
.videos-sard .slide-active footer {
  display: flex;
  opacity: 1;
}

.videos-sard .slide-active .embeditem {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 12px;
  overflow: hidden;
}

.videos-sard .slide-active .embeditem iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.videos-sard .slide-active .video-container img {
  max-width: 100%;
  width: 100%;
  height: auto;
  transition: all ease-in-out 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .videos-sard .slide-active .video-container img {
    transition: none;
  }
}

.videos-sard .videos-swiper-arrows {
  display: flex;
  align-self: center;
  justify-content: flex-end;
  gap: 12%;
  min-width: 110px;
}

.videos-sard .videos-swiper-arrows .button-prev {
  display: inline-flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #1d1d1b;
}

.videos-sard .videos-swiper-arrows .button-prev img,
.videos-sard .videos-swiper-arrows .button-prev svg {
  width: 16px;
  height: 16px;
  margin-inline-start: 0.25rem;
}

@media (min-width: 768px) {

  .videos-sard .videos-swiper-arrows .button-prev img,
  .videos-sard .videos-swiper-arrows .button-prev svg {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 768px) {
  .videos-sard .videos-swiper-arrows .button-prev {
    width: 36px;
    height: 36px;
  }
}

.videos-sard .videos-swiper-arrows .button-next {
  display: inline-flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #1d1d1b;
}

.videos-sard .videos-swiper-arrows .button-next img,
.videos-sard .videos-swiper-arrows .button-next svg {
  width: 16px;
  height: 16px;
  margin-inline-end: 0.25rem;
}

@media (min-width: 768px) {

  .videos-sard .videos-swiper-arrows .button-next img,
  .videos-sard .videos-swiper-arrows .button-next svg {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 768px) {
  .videos-sard .videos-swiper-arrows .button-next {
    width: 36px;
    height: 36px;
  }
}

/*** //end videos sard seciton ***/
/* --------------------------------
Section
-------------------------------- */
.section {
  padding: 40px 0;
}

@media (min-width: 992px) {
  .section {
    padding: 40px 0;
  }
}

.section.story-in-focus {
  padding: 40px 8px;
}

@media (min-width: 992px) {
  .section.story-in-focus {
    padding: 80px 0;
  }
}

.highlight-link a {
  color: #e27362;
  text-decoration: underline;
}

.highlight-link a:hover {
  color: #e27362;
  font-weight: 500;
  text-decoration: underline;
}

/* --------------------------------
End Section
-------------------------------- */
/* --------------------------------
Home Section
-------------------------------- */
.home-section {
  background-color: #f1ede2;
  padding: 20px 0;
}

@media (min-width: 992px) {
  .home-section {
    padding: 40px 0;
  }
}

@media (min-width: 1400px) {
  .home-section {
    min-height: calc(100vh - 79px);
  }
}

/* --------------------------------
End Home Section
-------------------------------- */
/* --------------------------------
Journey Section
-------------------------------- */
.journey-section {
  display: flex;
  background-color: #f1ede2;
  padding: 40px 20px;
  min-height: calc(100vh - 60px);
}

@media (min-width: 992px) {
  .journey-section {
    padding: 20px 0 40px;
  }
}

.journey-section .inner-container {
  display: flex;
  flex-direction: column;
  position: sticky;
  min-height: 656px;
  background-color: #fac9bb;
  padding: 0;
  border-radius: 1rem;
  overflow: hidden;
  transform: scale(1);
}

@media (min-width: 768px) {
  .journey-section .inner-container {
    min-height: calc(100vh - 160px);
    transition: all 0.3s ease-in, transform 0.3s ease;
    transform: scale(0.5);
  }
}

@media (min-width: 1400px) {
  .journey-section .inner-container {
    min-height: 580px;
  }
}

.journey-section .inner-container .inner-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  width: 100%;
  z-index: 2;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.75);
}

.journey-section .inner-container .inner-heading h1,
.journey-section .inner-container .inner-heading .h1 {
  font-size: 22px;
  line-height: 1.33;
  letter-spacing: -0.03rem;
  max-width: 60%;
}

[dir=rtl] .journey-section .inner-container .inner-heading h1,
[dir=rtl] .journey-section .inner-container .inner-heading .h1 {
  font-size: calc(22px + 4px);
}

@media (min-width: 992px) {

  .journey-section .inner-container .inner-heading h1,
  .journey-section .inner-container .inner-heading .h1 {
    font-size: 48px;
    letter-spacing: -0.18rem;
    line-height: 1.11;
  }

  [dir=rtl] .journey-section .inner-container .inner-heading h1,
  [dir=rtl] .journey-section .inner-container .inner-heading .h1 {
    font-size: calc(48px + 4px);
  }
}

.journey-section .inner-container .inner-heading p {
  font-size: 14px;
  line-height: 1.43;
}

[dir=rtl] .journey-section .inner-container .inner-heading p {
  font-size: calc(14px + 4px);
}

@media (min-width: 992px) {
  .journey-section .inner-container .inner-heading p {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.04rem;
  }

  [dir=rtl] .journey-section .inner-container .inner-heading p {
    font-size: calc(24px + 4px);
  }
}

.journey-section .inner-container .profiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  flex: 1 1 auto;
  width: 100%;
  height: 43%;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}

.journey-section .inner-container .profiles .profile-wrapper {
  display: flex;
  flex-direction: column;
  height: 50%;
}

.journey-section .inner-container .profiles .profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  width: 48px;
  height: 48px;
  margin: 0.25rem 0.75rem;
  border-radius: 32px;
  transform-origin: center;
  transition: all ease-in-out 0.4s;
}

@media (prefers-reduced-motion: reduce) {
  .journey-section .inner-container .profiles .profile {
    transition: none;
  }
}

.journey-section .inner-container .profiles .profile.highlight {
  width: 52px;
  height: 52px;
  transition: all ease-in-out 0.4s;
}

@media (prefers-reduced-motion: reduce) {
  .journey-section .inner-container .profiles .profile.highlight {
    transition: none;
  }
}

.journey-section .inner-container .profiles .profile .profile-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  transition: all ease-in-out 0.4s;
}

@media (prefers-reduced-motion: reduce) {
  .journey-section .inner-container .profiles .profile .profile-img {
    transition: none;
  }
}

.journey-section .inner-container .profiles .profile .info {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -50%;
  width: 95%;
  visibility: hidden;
  transform: scale(0);
  transition: all ease-in-out 0.4s;
}

@media (prefers-reduced-motion: reduce) {
  .journey-section .inner-container .profiles .profile .info {
    transition: none;
  }
}

.journey-section .inner-container .profiles .profile.active {
  width: 140px;
  height: 140px;
  z-index: 15;
  transform: scale(1);
  transition: all ease-in-out 0.4s;
}

@media (prefers-reduced-motion: reduce) {
  .journey-section .inner-container .profiles .profile.active {
    transition: none;
  }
}

.journey-section .inner-container .profiles .profile.active .profile-img {
  border-radius: 10%;
}

.journey-section .inner-container .profiles .profile.active .info {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 1.5%;
  width: 95%;
  visibility: visible;
  transform: scale(1);
  transition: all ease-in-out 0.4s;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(29, 29, 27, 0.1);
  padding: 0.3rem 0.5rem;
  border-radius: 20px;
  font-weight: bold;
}

@media (prefers-reduced-motion: reduce) {
  .journey-section .inner-container .profiles .profile.active .info {
    transition: none;
  }
}

@media (min-width: 768px) {

  .journey-section .inner-container .profiles .profile:hover,
  .journey-section .inner-container .profiles .profile.hover,
  .journey-section .inner-container .profiles .profile:active,
  .journey-section .inner-container .profiles .profile:focus {
    width: 150px;
    height: 150px;
    z-index: 15;
    transform: scale(1);
    transition: all ease-in-out 0.4s;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {

  .journey-section .inner-container .profiles .profile:hover,
  .journey-section .inner-container .profiles .profile.hover,
  .journey-section .inner-container .profiles .profile:active,
  .journey-section .inner-container .profiles .profile:focus {
    transition: none;
  }
}

@media (min-width: 768px) {

  .journey-section .inner-container .profiles .profile:hover .profile-img,
  .journey-section .inner-container .profiles .profile.hover .profile-img,
  .journey-section .inner-container .profiles .profile:active .profile-img,
  .journey-section .inner-container .profiles .profile:focus .profile-img {
    border-radius: 10%;
  }

  .journey-section .inner-container .profiles .profile:hover .info,
  .journey-section .inner-container .profiles .profile.hover .info,
  .journey-section .inner-container .profiles .profile:active .info,
  .journey-section .inner-container .profiles .profile:focus .info {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 1.5%;
    width: 95%;
    visibility: visible;
    transform: scale(1);
    transition: all ease-in-out 0.4s;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(29, 29, 27, 0.1);
    padding: 0.3rem 0.5rem;
    border-radius: 20px;
    font-weight: bold;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {

  .journey-section .inner-container .profiles .profile:hover .info,
  .journey-section .inner-container .profiles .profile.hover .info,
  .journey-section .inner-container .profiles .profile:active .info,
  .journey-section .inner-container .profiles .profile:focus .info {
    transition: none;
  }
}

@media (min-width: 768px) and (min-width: 1400px) {

  .journey-section .inner-container .profiles .profile:hover,
  .journey-section .inner-container .profiles .profile.hover,
  .journey-section .inner-container .profiles .profile:active,
  .journey-section .inner-container .profiles .profile:focus {
    width: 180px;
    height: 180px;
    z-index: 15;
    transform: scale(1);
    transition: all ease-in-out 0.4s;
  }
}

@media (min-width: 768px) and (min-width: 1400px) and (prefers-reduced-motion: reduce) {

  .journey-section .inner-container .profiles .profile:hover,
  .journey-section .inner-container .profiles .profile.hover,
  .journey-section .inner-container .profiles .profile:active,
  .journey-section .inner-container .profiles .profile:focus {
    transition: none;
  }
}

.journey-section .inner-container .profiles:nth-child(1) .profile-wrapper {
  position: relative;
}

.journey-section .inner-container .profiles:nth-child(1) .profile-wrapper:nth-child(1) .profile {
  inset-inline-start: -30px;
  bottom: -70px;
}

.journey-section .inner-container .profiles:nth-child(1) .profile-wrapper:nth-child(2) .profile {
  inset-inline-start: -50px;
  top: 20px;
}

.journey-section .inner-container .profiles:nth-child(1) .profile-wrapper:nth-child(3) .profile {
  inset-inline-start: -20px;
  bottom: -140px;
}

.journey-section .inner-container .profiles:nth-child(1) .profile-wrapper:nth-child(4) .profile {
  inset-inline-start: -40px;
  top: 70%;
}

.journey-section .inner-container .profiles:nth-child(1) .profile-wrapper:nth-child(5) .profile {
  inset-inline-start: -20px;
  top: 30px;
}

.journey-section .inner-container .profiles:nth-child(1) .profile-wrapper:nth-child(6) .profile {
  inset-inline-start: -15px;
  bottom: -10px;
}

.journey-section .inner-container .profiles:nth-child(1) .profile-wrapper:nth-child(7) .profile {
  inset-inline-start: -90px;
  bottom: -100px;
}

.journey-section .inner-container .profiles:nth-child(3) .profile-wrapper {
  position: relative;
}

.journey-section .inner-container .profiles:nth-child(3) .profile-wrapper:nth-child(1) .profile {
  inset-inline-start: -40px;
  bottom: -80px;
}

.journey-section .inner-container .profiles:nth-child(3) .profile-wrapper:nth-child(2) .profile {
  inset-inline-start: -70px;
  top: 40px;
}

.journey-section .inner-container .profiles:nth-child(3) .profile-wrapper:nth-child(3) .profile {
  inset-inline-start: -30px;
  top: 110px;
}

.journey-section .inner-container .profiles:nth-child(3) .profile-wrapper:nth-child(4) .profile {
  inset-inline-start: -20px;
  bottom: -140px;
}

.journey-section .inner-container .profiles:nth-child(3) .profile-wrapper:nth-child(5) .profile {
  inset-inline-start: -30px;
  top: 20px;
}

.journey-section .inner-container .profiles:nth-child(3) .profile-wrapper:nth-child(6) .profile {
  inset-inline-start: -30px;
  bottom: -60px;
}

@media (min-width: 768px) {
  .journey-section .inner-container .profiles {
    align-items: center;
    top: 0%;
    height: 42%;
    overflow: hidden;
  }

  .journey-section .inner-container .profiles .profile-wrapper {
    height: 100%;
  }

  .journey-section .inner-container .profiles .profile {
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0.25rem;
    transition: all ease-in-out 0.4s;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .journey-section .inner-container .profiles .profile {
    transition: none;
  }
}

@media (min-width: 768px) {
  .journey-section .inner-container .profiles .profile.highlight {
    width: 100px;
    height: 100px;
    transition: all ease-in-out 0.4s;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .journey-section .inner-container .profiles .profile.highlight {
    transition: none;
  }
}

@media (min-width: 768px) {
  .journey-section .inner-container .profiles:nth-child(1) .profile-wrapper {
    position: relative;
  }

  .journey-section .inner-container .profiles:nth-child(1) .profile-wrapper:nth-child(1) .profile {
    inset-inline-start: 5%;
    top: 40%;
  }

  .journey-section .inner-container .profiles:nth-child(1) .profile-wrapper:nth-child(2) .profile {
    inset-inline-start: -50%;
    top: 15%;
  }

  .journey-section .inner-container .profiles:nth-child(1) .profile-wrapper:nth-child(3) .profile {
    inset-inline-start: -25%;
    top: 50%;
  }

  .journey-section .inner-container .profiles:nth-child(1) .profile-wrapper:nth-child(4) .profile {
    inset-inline-start: 5%;
    top: 25%;
  }

  .journey-section .inner-container .profiles:nth-child(1) .profile-wrapper:nth-child(5) .profile {
    inset-inline-start: 40%;
    top: 30%;
  }

  .journey-section .inner-container .profiles:nth-child(1) .profile-wrapper:nth-child(6) .profile {
    inset-inline-start: 60%;
    top: 10%;
  }

  .journey-section .inner-container .profiles:nth-child(1) .profile-wrapper:nth-child(7) .profile {
    inset-inline-start: -10%;
    top: 35%;
  }

  .journey-section .inner-container .profiles:nth-child(3) .profile-wrapper {
    position: relative;
  }

  .journey-section .inner-container .profiles:nth-child(3) .profile-wrapper:nth-child(1) .profile {
    inset-inline-start: -10%;
    top: 20%;
  }

  .journey-section .inner-container .profiles:nth-child(3) .profile-wrapper:nth-child(2) .profile {
    inset-inline-start: -10%;
    top: 30%;
  }

  .journey-section .inner-container .profiles:nth-child(3) .profile-wrapper:nth-child(3) .profile {
    inset-inline-start: 20%;
    top: 30%;
  }

  .journey-section .inner-container .profiles:nth-child(3) .profile-wrapper:nth-child(4) .profile {
    inset-inline-start: 40%;
    top: 25%;
  }

  .journey-section .inner-container .profiles:nth-child(3) .profile-wrapper:nth-child(5) .profile {
    inset-inline-start: 50%;
    top: 5%;
  }

  .journey-section .inner-container .profiles:nth-child(3) .profile-wrapper:nth-child(6) .profile {
    inset-inline-start: 20%;
    top: 40%;
  }
}

@media (min-width: 1200px) {
  .journey-section .inner-container .profiles .profile.highlight {
    width: 150px;
    height: 150px;
  }
}

@media (min-width: 1400px) {
  .journey-section .inner-container .profiles {
    height: 38%;
    overflow: visible;
  }

  .journey-section .inner-container .profile.highlight {
    width: 200px;
    height: 200px;
    transform: scale(1);
    transition: all ease-in-out 0.4s;
  }
}

@media (min-width: 1400px) and (prefers-reduced-motion: reduce) {
  .journey-section .inner-container .profile.highlight {
    transition: none;
  }
}

.journey-section .in-view {
  transform: scale(1);
}

/* --------------------------------
End Journey Section
-------------------------------- */
/* --------------------------------
Inspiring Section
-------------------------------- */
.inspiring-tales-panel {
  margin-bottom: 40px;
  overflow: hidden;
  height: 135px;
}

@media (min-width: 768px) {
  .inspiring-tales-panel {
    height: 256px;
  }
}

.inspiring-tales .inspiring-banner {
  position: relative;
}

.inspiring-tales .inspiring-banner .inspiring-banner-content {
  position: absolute;
  padding: 1rem;
  color: #fff;
}

@media (min-width: 768px) {
  .inspiring-tales .inspiring-banner .inspiring-banner-content {
    padding: 2rem;
  }
}

.inspiring-tales .inspiring-banner .inspiring-banner-content .inspiring-banner-text {
  color: #fff;
  font-size: 14px;
  line-height: 1rem;
  margin-bottom: 8px;
}

[dir=rtl] .inspiring-tales .inspiring-banner .inspiring-banner-content .inspiring-banner-text {
  font-size: calc(14px + 4px);
}

@media (min-width: 768px) {
  .inspiring-tales .inspiring-banner .inspiring-banner-content .inspiring-banner-text {
    font-size: 22px;
    line-height: 32px;
  }

  [dir=rtl] .inspiring-tales .inspiring-banner .inspiring-banner-content .inspiring-banner-text {
    font-size: calc(22px + 4px);
  }
}

.inspiring-tales .inspiring-banner .inspiring-banner-content .inspiring-banner-title {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
}

[dir=rtl] .inspiring-tales .inspiring-banner .inspiring-banner-content .inspiring-banner-title {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {
  .inspiring-tales .inspiring-banner .inspiring-banner-content .inspiring-banner-title {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }

  [dir=rtl] .inspiring-tales .inspiring-banner .inspiring-banner-content .inspiring-banner-title {
    font-size: calc(3.75rem + 4px);
  }
}

.inspiring-tales .inspiring-banner .inspiring-banner-content p {
  font-family: var(--font-text);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.inspiring-tales .inspiring-banner .inpiring-banner-img {
  width: 100%;
  border-radius: 16px;
  height: 135px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 768px) {
  .inspiring-tales .inspiring-banner .inpiring-banner-img {
    height: 256px;
  }
}

.inspiring-tales .inspiring-box {
  position: relative;
  width: 100%;
  padding: 1rem;
  border-radius: 1rem;
  gap: 1.5rem;
}

@media (min-width: 1200px) {
  .inspiring-tales .inspiring-box {
    min-height: 420px;
  }
}

.inspiring-tales .inspiring-quiz {
  background-color: #e17460;
}

.inspiring-tales .inspiring-quiz h3,
.inspiring-tales .inspiring-quiz .h3 {
  font-size: calc(1.25rem + 1vh + 1vw);
  line-height: 1.25;
}

.inspiring-tales .inspiring-quiz .btn-quiz {
  color: rgba(29, 29, 27, 0.9);
  background-color: rgba(255, 255, 255, 0.75);
}

.inspiring-tales .inspiring-quiz .btn-quiz:hover,
.inspiring-tales .inspiring-quiz .btn-quiz:focus,
.inspiring-tales .inspiring-quiz .btn-quiz:active,
.inspiring-tales .inspiring-quiz .btn-quiz.active {
  background-color: white;
  text-shadow: 0 0 0.75px rgba(29, 29, 27, 0.75), 0 0 0.75px rgba(29, 29, 27, 0.75);
  outline: none;
  box-shadow: none;
  transition: all ease-in-out 0.3s;
}

@media (prefers-reduced-motion: reduce) {

  .inspiring-tales .inspiring-quiz .btn-quiz:hover,
  .inspiring-tales .inspiring-quiz .btn-quiz:focus,
  .inspiring-tales .inspiring-quiz .btn-quiz:active,
  .inspiring-tales .inspiring-quiz .btn-quiz.active {
    transition: none;
  }
}

.inspiring-tales .inspiring-quiz .quiz-questions .question {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.inspiring-tales .inspiring-quiz .quiz-questions .question p {
  margin-bottom: 0;
}

.inspiring-tales .inspiring-poll {
  background-color: #fff;
}

.inspiring-tales .inspiring-poll p {
  font-family: var(--font-text);
  font-weight: 700;
}

.inspiring-tales .inspiring-poll .polls {
  flex-wrap: wrap;
  gap: 16px;
}

.inspiring-tales .inspiring-poll .polls .custom-progress .title img {
  width: 24px;
}

.inspiring-tales .progress {
  flex: 1 0 90%;
}

@media (min-width: 1200px) {
  .inspiring-tales .inspiring-quiz .btn-quiz {
    padding: 1.5rem 2rem;
  }

  .inspiring-tales .inspiring-quiz p {
    font-size: 22px;
    line-height: 32px;
  }

  [dir=rtl] .inspiring-tales .inspiring-quiz p {
    font-size: calc(22px + 4px);
  }

  .inspiring-tales .inspiring-quiz #result {
    font-size: 18px;
    line-height: 24px;
  }

  [dir=rtl] .inspiring-tales .inspiring-quiz #result {
    font-size: calc(18px + 4px);
  }

  .inspiring-tales .progress {
    flex: 1 0 45%;
  }
}

/* --------------------------------
End Inspiring Section
-------------------------------- */
/* --------------------------------
Rise Section
-------------------------------- */
.rise {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.rise p {
  font-size: 14px;
  line-height: 20px;
  color: #3C3C3B;
  margin-bottom: 1.5rem;
  font-family: var(--font-text);
}

[dir=rtl] .rise p {
  font-size: calc(14px + 4px);
}

@media (min-width: 768px) {
  .rise p {
    font-size: 22px;
    line-height: 32px;
    max-width: none;
    padding-inline-end: 15%;
    margin-bottom: 40px;
  }

  [dir=rtl] .rise p {
    font-size: calc(22px + 4px);
  }
}

.rise .section-heading .strength {
  vertical-align: baseline;
  height: 2.5rem;
  width: auto;
}

.rise h5,
.rise .h5 {
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

[dir=rtl] .rise h5,
[dir=rtl] .rise .h5 {
  font-size: calc(16px + 4px);
}

@media (min-width: 992px) {

  .rise h5,
  .rise .h5 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 40px;
  }

  [dir=rtl] .rise h5,
  [dir=rtl] .rise .h5 {
    font-size: calc(32px + 4px);
  }
}

.rise .rise-square-wrapper {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 10px;
  border: 1px solid rgba(46, 46, 31, 0.15);
}

@media (min-width: 1200px) {
  .rise .rise-square-wrapper {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}

.rise .rise-square-wrapper .rise-inner-wrapper {
  display: flex;
  flex-direction: row;
}

@media (min-width: 992px) {
  .rise .rise-square-wrapper .rise-inner-wrapper {
    flex-direction: column;
  }
}

.rise .rise-square-wrapper h4.rise-inner-heading,
.rise .rise-square-wrapper .rise-inner-heading.h4 {
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

[dir=rtl] .rise .rise-square-wrapper h4.rise-inner-heading,
[dir=rtl] .rise .rise-square-wrapper .rise-inner-heading.h4 {
  font-size: calc(14px + 4px);
}

@media (min-width: 768px) {

  .rise .rise-square-wrapper h4.rise-inner-heading,
  .rise .rise-square-wrapper .rise-inner-heading.h4 {
    font-size: 32px;
    line-height: 1.25;
  }

  [dir=rtl] .rise .rise-square-wrapper h4.rise-inner-heading,
  [dir=rtl] .rise .rise-square-wrapper .rise-inner-heading.h4 {
    font-size: calc(32px + 4px);
  }
}

@media (min-width: 1200px) {

  .rise .rise-square-wrapper h4.rise-inner-heading,
  .rise .rise-square-wrapper .rise-inner-heading.h4 {
    font-size: 40px;
    line-height: 48px;
  }

  [dir=rtl] .rise .rise-square-wrapper h4.rise-inner-heading,
  [dir=rtl] .rise .rise-square-wrapper .rise-inner-heading.h4 {
    font-size: calc(40px + 4px);
  }
}

.rise .rise-square-wrapper .rise-symbol {
  width: 32px;
  height: 32px;
  padding: 0.5rem;
  margin-inline-end: 10px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .rise .rise-square-wrapper .rise-symbol {
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .rise .rise-square-wrapper .rise-symbol {
    width: 48px;
    height: 48px;
    border-radius: 24px;
  }
}

.rise .rise-square-wrapper .rise-symbol img {
  width: 100%;
}

.rise .rise-square-wrapper .inner-text {
  width: calc(100% - 30px);
}

@media (min-width: 992px) {
  .rise .rise-square-wrapper .inner-text {
    width: 100%;
  }
}

.rise .rise-square-wrapper .rise-description {
  line-height: 1.25;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding-inline-start: inherit;
}

[dir=rtl] .rise .rise-square-wrapper .rise-description {
  font-size: calc(14px + 4px);
}

@media (min-width: 768px) {
  .rise .rise-square-wrapper .rise-description {
    font-size: 16px;
    line-height: 20px;
  }

  [dir=rtl] .rise .rise-square-wrapper .rise-description {
    font-size: calc(16px + 4px);
  }
}

@media (min-width: 992px) {
  .rise .rise-square-wrapper .rise-description {
    font-size: 18px;
    line-height: 24px;
  }

  [dir=rtl] .rise .rise-square-wrapper .rise-description {
    font-size: calc(18px + 4px);
  }
}

@media (min-width: 1200px) {
  .rise .rise-square-wrapper {
    margin-bottom: unset;
  }

  .rise .rise-square-wrapper .rise-inner-wrapper {
    flex-direction: column;
  }

  .rise .rise-square-wrapper .rise-symbol {
    margin-inline-end: unset;
    margin-bottom: 24px;
  }
}

.rise .social-channels {
  font-size: 14px;
  line-height: 24px;
  font-family: var(--font-text);
  flex-wrap: wrap;
}

[dir=rtl] .rise .social-channels {
  font-size: calc(14px + 4px);
}

.rise .social-channels i {
  display: inline-block;
  margin-inline-end: 5px;
}

@media (min-width: 768px) {
  .rise .social-channels {
    font-size: 16px;
    line-height: 24px;
  }

  [dir=rtl] .rise .social-channels {
    font-size: calc(16px + 4px);
  }

  .rise .social-channels .list-group-item:first-child {
    padding-inline-end: 0;
  }
}

.rise .social-channels .list-group-item {
  background: transparent;
  border-color: transparent;
}

/* --------------------------------
End Rise Section
-------------------------------- */
/* --------------------------------
STREETS
-------------------------------- */
.places {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  will-change: transform;
  overflow: hidden;
}

.places .media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.only-map {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  min-width: 100%;
  min-height: 100%;
}

.abu-dhabi-streets {
  position: relative;
  display: flex;
  opacity: 1;
  height: calc(100vh - 40px);
}

@media (min-width: 1400px) {
  .abu-dhabi-streets {
    min-height: 650px;
  }
}

.abu-dhabi-streets .map-bg {
  background-image: url("/map/abu-dhabi.svg");
}

.abu-dhabi-streets .map-switch {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  padding: 0.25rem;
  z-index: 20;
}

.abu-dhabi-streets .map-switch .dropdown {
  width: auto;
}

.abu-dhabi-streets .wrapper {
  display: flex;
  height: 100%;
  position: sticky;
  inset: 0%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

@media (orientation: landscape) {
  .abu-dhabi-streets .wrapper {
    background-position: center;
  }
}

.abu-dhabi-streets .wrapper .title {
  margin-bottom: 30px;
}

.abu-dhabi-streets .wrapper .title .heading-img {
  width: 158px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .abu-dhabi-streets .wrapper .title .heading-img {
    width: 237px;
  }
}

.abu-dhabi-streets .wrapper .description {
  font-weight: 400;
  margin-bottom: 30px;
  max-width: 297px;
  font-size: 14px;
  line-height: 20px;
}

[dir=rtl] .abu-dhabi-streets .wrapper .description {
  font-size: calc(14px + 4px);
}

@media (min-width: 992px) {
  .abu-dhabi-streets .wrapper .description {
    max-width: 497px;
    font-size: 22px;
    line-height: 32px;
  }

  [dir=rtl] .abu-dhabi-streets .wrapper .description {
    font-size: calc(22px + 4px);
  }
}

.abu-dhabi-streets .wrapper .left-panel {
  position: relative;
}

@media (max-width: 767.98px) {
  .abu-dhabi-streets .wrapper .left-panel {
    height: 50%;
  }
}

.abu-dhabi-streets .wrapper .left-panel .explore-streets {
  position: absolute;
  z-index: 20;
}

.abu-dhabi-streets .right-panel {
  position: absolute;
  height: 92%;
  width: 96.5%;
  top: 80px;
}

.abu-dhabi-streets .right-panel .marker {
  position: absolute;
  background-image: url("../images/streets/location-pin.svg");
  background-repeat: no-repeat;
  display: block;
  width: 36px;
  height: 52px;
  background-size: 100%;
  cursor: pointer !important;
}

.abu-dhabi-streets .right-panel .marker.active {
  background-image: url("../images/streets/selected-pin.svg");
  transform-origin: 50% 50%;
  animation: jump 0.75s linear alternate infinite;
}

.abu-dhabi-streets .right-panel .marker:focus,
.abu-dhabi-streets .right-panel .marker:focus-visible {
  outline: none;
  box-shadow: none;
}

@media (orientation: portrait) {
  .abu-dhabi-streets .right-panel a#\31 {
    top: 25%;
    left: 50%;
  }

  .abu-dhabi-streets .right-panel a#\32 {
    top: 43%;
    left: 85%;
  }

  .abu-dhabi-streets .right-panel a#\33 {
    top: 45%;
    left: 5%;
  }

  .abu-dhabi-streets .right-panel a#\34 {
    top: 53%;
    left: 20%;
  }

  .abu-dhabi-streets .right-panel a#\35 {
    top: 65%;
    left: 35%;
  }

  .abu-dhabi-streets .right-panel a#\36 {
    top: 55%;
    left: 65%;
  }

  .abu-dhabi-streets .right-panel a#\37 {
    top: 75%;
    left: 80%;
  }
}

@media (orientation: landscape) {
  .abu-dhabi-streets .right-panel a#\31 {
    top: 20%;
    left: 50%;
  }

  .abu-dhabi-streets .right-panel a#\32 {
    top: 45%;
    left: 70%;
  }

  .abu-dhabi-streets .right-panel a#\33 {
    top: 45%;
    left: 30%;
  }

  .abu-dhabi-streets .right-panel a#\34 {
    top: 55%;
    left: 40%;
  }

  .abu-dhabi-streets .right-panel a#\35 {
    top: 45%;
    left: 55%;
  }

  .abu-dhabi-streets .right-panel a#\36 {
    top: 65%;
    left: 70%;
  }

  .abu-dhabi-streets .right-panel a#\37 {
    top: 77%;
    left: 80%;
  }
}

.abu-dhabi-streets .right-panel .popup {
  position: absolute;
  width: 180px;
  height: 200px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(29, 29, 27, 0.1);
  z-index: 25;
}

.abu-dhabi-streets .right-panel .popup .street-swiper {
  height: 83%;
}

.abu-dhabi-streets .right-panel .popup .street-swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.abu-dhabi-streets .right-panel .popup .street-swiper .swiper-pagination {
  display: flex;
}

.abu-dhabi-streets .right-panel .popup .street-swiper .swiper-pagination-bullet {
  background-color: #fff;
  flex-grow: 1;
  height: 2px;
  border-radius: 2px;
}

.abu-dhabi-streets .right-panel .popup .street {
  padding: 0.25rem;
  height: 17%;
  align-items: center;
  gap: 0.5rem;
}

.abu-dhabi-streets .right-panel .popup .street .link {
  flex: 1 1 80%;
  width: 80%;
  font-weight: 500;
}

.abu-dhabi-streets .right-panel .popup .street .link a {
  display: block;
  color: #e27362;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.abu-dhabi-streets .right-panel .popup .street .symbol {
  flex: 1 0 12%;
}

@keyframes jump {
  0% {
    transform: translate3d(0, 0, 0);
  }

  40% {
    transform: translate3d(0, 10%, 0);
  }

  100% {
    transform: translate3d(0, 20%, 0);
  }
}

.grow-shrink {
  display: inline-block;
  animation: growShrink 0.8s ease-in-out infinite;
}

@keyframes growShrink {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.scroll-spacer {
  height: 0;
}

/* --------------------------------
End STREETS
-------------------------------- */
.rise-img {
  overflow: hidden;
  border-radius: 18px;
  height: auto;
  width: 100%;
  display: block;
}

.rise-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pioneer-section {
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.pioneer-section .swiper {
  width: 100%;
  height: calc(100vh - 160px);
}

@media (min-width: 768px) {
  .pioneer-section .swiper {
    height: calc(100vh - 220px);
  }
}

.pioneer-section .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex-shrink: 0;
  overflow: hidden;
}

.pioneer-section .swiper .swiper-slide .slide-label {
  background-color: rgba(29, 29, 27, 0.5019607843);
  display: none;
}

.pioneer-section .swiper .swiper-slide:hover .slide-label {
  display: block;
}

.pioneer-section .swiper .swiper-slide .pioneer-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pioneer-section .pioneer-detail {
  padding: 1.5rem 1.875rem;
  font-family: var(--font-heading);
}

@media (min-width: 768px) {
  .pioneer-section .pioneer-detail {
    padding: 16px 0;
  }
}

@media (min-width: 425px) and (max-width: 768px) {
  .pioneer-section .pioneer-detail {
    padding: 40px 0;
  }
}

@media (min-width: 1200px) {
  .pioneer-section .pioneer-detail {
    padding: 60px 0 60px 0;
  }
}

.pioneer-section .pioneer-detail .pioneer-title {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
}

[dir=rtl] .pioneer-section .pioneer-detail .pioneer-title {
  font-size: calc(1.25rem + 4px);
}

@media (min-width: 425px) and (max-width: 768px) {
  .pioneer-section .pioneer-detail .pioneer-title {
    margin-inline-end: 40px;
  }
}

@media (min-width: 768px) {
  .pioneer-section .pioneer-detail .pioneer-title {
    font-size: 32px;
    line-height: 50px;
    margin-inline-end: 16px;
  }

  [dir=rtl] .pioneer-section .pioneer-detail .pioneer-title {
    font-size: calc(32px + 4px);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .pioneer-section .pioneer-detail .pioneer-title {
    margin-inline-end: 60px;
    font-size: 50px;
    line-height: 58px;
  }

  [dir=rtl] .pioneer-section .pioneer-detail .pioneer-title {
    font-size: calc(50px + 4px);
  }
}

@media (min-width: 1200px) {
  .pioneer-section .pioneer-detail .pioneer-title {
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.11;
    /* 111.111% */
    letter-spacing: -0.18rem;
  }

  [dir=rtl] .pioneer-section .pioneer-detail .pioneer-title {
    font-size: calc(3rem + 4px);
  }
}

.pioneer-section .pioneer-detail button {
  width: 100%;
  min-width: 130px;
  max-width: 130px;
  height: 56px;
}

.Quotes-section {
  margin: 30px 0;
}

.Quotes-section .quotes-details {
  margin-top: 20px;
  order: 1;
}

@media (min-width: 768px) {
  .Quotes-section .quotes-details {
    margin-top: 0;
    order: initial;
  }
}

@media (min-width: 768px) {
  .Quotes-section {
    margin: 82px 0;
  }
}

.Quotes-section .quotes-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Quotes-section .quotes-img {
  height: 411px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (min-width: 768px) {
  .Quotes-section .quotes-img {
    height: 822px;
  }
}

.Quotes-section .Quotes-story-sec {
  font-size: 16px;
  padding: 24px 12px;
  height: 411px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

[dir=rtl] .Quotes-section .Quotes-story-sec {
  font-size: calc(16px + 4px);
}

@media (min-width: 768px) and (max-width: 1201px) {
  .Quotes-section .Quotes-story-sec .author {
    font-size: 22px;
  }

  [dir=rtl] .Quotes-section .Quotes-story-sec .author {
    font-size: calc(22px + 4px);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .Quotes-section .Quotes-story-sec {
    font-size: 22px;
    padding: 60px 24px;
  }

  [dir=rtl] .Quotes-section .Quotes-story-sec {
    font-size: calc(22px + 4px);
  }
}

@media (min-width: 1024px) and (max-width: 1201px) {
  .Quotes-section .Quotes-story-sec {
    font-size: 22px;
  }

  [dir=rtl] .Quotes-section .Quotes-story-sec {
    font-size: calc(22px + 4px);
  }
}

@media (min-width: 1201px) {
  .Quotes-section .Quotes-story-sec {
    height: 822px;
    font-size: 32px;
    padding: 120px 48px;
  }

  [dir=rtl] .Quotes-section .Quotes-story-sec {
    font-size: calc(32px + 4px);
  }
}

.Quotes-section .quotes-img-1 {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.share-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}

@media (min-width: 1201px) {
  [dir=rtl] .human-section .about-detail {
    padding: 60px 0 60px 60px;
  }
}

.human-section .about-detail {
  height: 100%;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 768px) and (min-width: 1201px) {
  .human-section .about-detail {
    font-size: 32px;
    padding: 60px 40px;
  }

  [dir=rtl] .human-section .about-detail {
    font-size: calc(32px + 4px);
  }
}

@media (min-width: 1201px) {
  .human-section .about-detail {
    padding: 60px 60px 60px 0;
  }
}

.human-section .about-detail h1,
.human-section .about-detail .h1 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
}

[dir=rtl] .human-section .about-detail h1,
[dir=rtl] .human-section .about-detail .h1 {
  font-size: calc(48px + 4px);
}

@media (min-width: 1024px) {

  .human-section .about-detail h1,
  .human-section .about-detail .h1 {
    font-size: 64px;
    line-height: 70px;
  }

  [dir=rtl] .human-section .about-detail h1,
  [dir=rtl] .human-section .about-detail .h1 {
    font-size: calc(64px + 4px);
  }
}

.human-section .about-detail p {
  font-size: 16px;
}

[dir=rtl] .human-section .about-detail p {
  font-size: calc(16px + 4px);
}

@media (min-width: 1024px) {
  .human-section .about-detail p {
    font-size: 20px;
    height: 270px;
    overflow-y: auto;
  }

  [dir=rtl] .human-section .about-detail p {
    font-size: calc(20px + 4px);
  }
}

.human-section .y-scroll {
  min-height: 768px;
  height: 100vh;
  overflow-y: hidden;
  overflow-x: hidden;
  margin-bottom: 2rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, var(--bs-bg-opacity)) transparent;
}

@media (min-width: 768px) {
  .human-section .y-scroll {
    margin-bottom: 0;
  }
}

.human-section .y-scroll::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
}

.human-section .y-scroll::-webkit-scrollbar-track {
  background: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity));
  border-radius: 3px;
}

.human-section .y-scroll::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 3px;
}

.human-section .human-slider .swiper {
  height: 380px;
}

@media (min-width: 768px) {
  .human-section .human-slider .swiper {
    height: calc(100vh - 10px);
    width: 100%;
  }
}

.human-section .human-slider .swiper .slide-label {
  background-color: rgba(29, 29, 27, 0.5019607843);
  z-index: 2;
}

.human-section .human-slider .swiper img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767.98px) {
  .human-section.human-sec-fold .about-detail {
    min-height: auto;
  }

  .human-section.human-sec-fold .about-detail h2,
  .human-section.human-sec-fold .about-detail .h2 {
    font-size: 24px;
  }

  [dir=rtl] .human-section.human-sec-fold .about-detail h2,
  [dir=rtl] .human-section.human-sec-fold .about-detail .h2 {
    font-size: calc(24px + 4px);
  }
}

@media (min-width: 992px) {
  .human-section.human-sec-fold .about-detail p {
    font-size: 18px;
    line-height: 28px;
  }

  [dir=rtl] .human-section.human-sec-fold .about-detail p {
    font-size: calc(18px + 4px);
  }
}

@media (min-width: 768px) {
  .human-section.human-sec-fold .scroll-y {
    height: 365px;
    overflow-y: auto;
    padding-inline-start: 8px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, var(--bs-bg-opacity)) transparent;
  }

  .human-section.human-sec-fold .scroll-y::-webkit-scrollbar {
    width: 6px;
    border-radius: 6px;
  }

  .human-section.human-sec-fold .scroll-y::-webkit-scrollbar-track {
    background: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity));
    border-radius: 3px;
  }

  .human-section.human-sec-fold .scroll-y::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 3px;
  }
}

.spotlight-story,
.story-section {
  padding: 40px 20px;
}

@media (min-width: 768px) {

  .spotlight-story,
  .story-section {
    padding: 40px 0;
  }
}

.spotlight-story .street-heritage,
.story-section .street-heritage {
  background-color: unset;
}

.spotlight-story .story-title,
.story-section .story-title {
  margin-bottom: 20px;
}

@media (min-width: 768px) {

  .spotlight-story .story-title,
  .story-section .story-title {
    margin-bottom: 24px;
  }
}

.spotlight-story .story-title h1,
.spotlight-story .story-title .h1,
.story-section .story-title h1,
.story-section .story-title .h1 {
  font-size: 22px;
  font-weight: 700;
  color: #3C3C3B;
  margin-bottom: 8px;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: -0.1rem;
}

[dir=rtl] .spotlight-story .story-title h1,
[dir=rtl] .spotlight-story .story-title .h1,
[dir=rtl] .story-section .story-title h1,
[dir=rtl] .story-section .story-title .h1 {
  font-size: calc(22px + 4px);
}

@media (min-width: 555px) and (max-width: 768px) {

  .spotlight-story .story-title h1,
  .spotlight-story .story-title .h1,
  .story-section .story-title h1,
  .story-section .story-title .h1 {
    font-size: 32px;
    margin-bottom: 16px;
  }

  [dir=rtl] .spotlight-story .story-title h1,
  [dir=rtl] .spotlight-story .story-title .h1,
  [dir=rtl] .story-section .story-title h1,
  [dir=rtl] .story-section .story-title .h1 {
    font-size: calc(32px + 4px);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {

  .spotlight-story .story-title h1,
  .spotlight-story .story-title .h1,
  .story-section .story-title h1,
  .story-section .story-title .h1 {
    font-size: 40px;
  }

  [dir=rtl] .spotlight-story .story-title h1,
  [dir=rtl] .spotlight-story .story-title .h1,
  [dir=rtl] .story-section .story-title h1,
  [dir=rtl] .story-section .story-title .h1 {
    font-size: calc(40px + 4px);
  }
}

@media (min-width: 1024px) {

  .spotlight-story .story-title h1,
  .spotlight-story .story-title .h1,
  .story-section .story-title h1,
  .story-section .story-title .h1 {
    font-size: 60px;
  }

  [dir=rtl] .spotlight-story .story-title h1,
  [dir=rtl] .spotlight-story .story-title .h1,
  [dir=rtl] .story-section .story-title h1,
  [dir=rtl] .story-section .story-title .h1 {
    font-size: calc(60px + 4px);
  }
}

.spotlight-story .story-right-img,
.story-section .story-right-img {
  width: 192px;
  height: 192px;
  flex-shrink: 0;
  overflow: hidden;
}

.spotlight-story .story-right-img div,
.story-section .story-right-img div {
  width: 100%;
}

.spotlight-story .story-right-img .img,
.spotlight-story .story-right-img div,
.story-section .story-right-img .img,
.story-section .story-right-img div {
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.spotlight-story .story-right-img .img img,
.spotlight-story .story-right-img div img,
.story-section .story-right-img .img img,
.story-section .story-right-img div img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  left: 50%;
  transform: translateX(-50%);
}

.spotlight-story.story-alain,
.story-section.story-alain {
  background-color: rgba(201, 222, 181, 0.5019607843);
}

.spotlight-story.bg-orange,
.story-section.bg-orange {
  background-color: #fccab1;
}

.spotlight-story.bg-green,
.story-section.bg-green {
  background-color: rgba(201, 222, 181, 0.8);
}

.spotlight-story .story-card-mb,
.story-section .story-card-mb {
  margin-bottom: 24px;
}

@media (min-width: 768px) {

  .spotlight-story .story-card-mb,
  .story-section .story-card-mb {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {

  .spotlight-story .story-card-mb.story-card-resp,
  .story-section .story-card-mb.story-card-resp {
    max-height: 664px;
  }
}

.search-filters a {
  font-size: 14px;
  line-height: 20px;
  border-radius: 40px;
  border: 1px solid #878787;
  background-color: transparent;
}

[dir=rtl] .search-filters a {
  font-size: calc(14px + 4px);
}

@media (min-width: 1024px) {
  .search-filters a {
    font-size: 18px;
    line-height: 23px;
  }

  [dir=rtl] .search-filters a {
    font-size: calc(18px + 4px);
  }
}

.search-filters a.active {
  background-color: #e27362;
  color: #fff;
  border-color: #e27362;
}

.story-tag {
  padding: 4px 12px;
  border-radius: 40px;
  background-color: rgba(172, 172, 172, 0.5);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

[dir=rtl] .story-tag {
  font-size: calc(12px + 4px);
}

@media (min-width: 1024px) {
  .story-tag {
    font-size: 16px;
  }

  [dir=rtl] .story-tag {
    font-size: calc(16px + 4px);
  }
}

.story-card {
  width: 100%;
  min-height: 220px;
  overflow: hidden;
}

.story-card .d-flex {
  width: 100%;
  height: 100%;
}

.story-card .d-flex .img {
  width: 100%;
  height: 100%;
}

.story-card .media-container {
  max-height: 320px;
  min-height: 320px;
}

@media (min-width: 1200px) {
  .story-card {
    max-height: 320px;
  }
}

.story-card-text {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: capitalize;
}

[dir=rtl] .story-card-text {
  font-size: calc(1rem + 4px);
}

@media (min-width: 768px) {
  .story-card-text {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  [dir=rtl] .story-card-text {
    font-size: calc(1.5rem + 4px);
  }
}

.alAinRightPanel {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

@media (min-width: 992px) {
  .alAinRightPanel {
    margin-top: 0;
  }
}

.campaigns .home-section.rise .col,
.sard-story.inner .home-section.rise .col {
  justify-content: center;
}

.campaigns .banner-info.people-info,
.sard-story.inner .banner-info.people-info {
  bottom: unset;
  top: 53px;
}

@media (min-width: 768px) {

  .campaigns .banner-info.people-info,
  .sard-story.inner .banner-info.people-info {
    bottom: 6%;
    top: auto;
  }
}

.campaigns .banner-info .content-people-story,
.sard-story.inner .banner-info .content-people-story {
  font-size: 16px;
  line-height: 22px;
}

[dir=rtl] .campaigns .banner-info .content-people-story,
[dir=rtl] .sard-story.inner .banner-info .content-people-story {
  font-size: calc(16px + 4px);
}

.campaigns .banner-info .content-people-story:empty,
.sard-story.inner .banner-info .content-people-story:empty {
  display: none;
}

.campaigns .banner-info p,
.campaigns .banner-info a,
.sard-story.inner .banner-info p,
.sard-story.inner .banner-info a {
  margin-top: 1rem;
}

.campaigns .nav-bullets,
.sard-story.inner .nav-bullets {
  bottom: 37.5%;
  padding-inline-end: 0;
}

.slide-label {
  background: rgba(0, 0, 0, 0.5);
}

.loading-card {
  position: relative;
  overflow: hidden;
}

.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: lightgrey;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.loading-card:not(.loading) .loading-overlay {
  opacity: 0;
  pointer-events: none;
}

.story-card-mb img {
  position: relative;
  z-index: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(0.9);
}

.story-card-mb .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(29, 29, 27, 0.5), transparent);
  z-index: 1;
}

.story-card-mb .datentime {
  color: #D9D9D9;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-bottom: 0;
}

[dir=rtl] .story-card-mb .datentime {
  font-size: calc(0.875rem + 4px);
}

.story-card img {
  position: relative;
  z-index: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.story-card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(29, 29, 27, 0.5), transparent);
  z-index: 1;
}

.story-card .datentime {
  color: #D9D9D9;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-bottom: 0;
}

[dir=rtl] .story-card .datentime {
  font-size: calc(0.875rem + 4px);
}

.story-card-title {
  color: #fff;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1rem;
}

[dir=rtl] .story-card-title {
  font-size: calc(0.875rem + 4px);
}

@media (min-width: 768px) {
  .story-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
  }

  [dir=rtl] .story-card-title {
    font-size: calc(1.5rem + 4px);
  }
}

.story-card-text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1rem;
}

[dir=rtl] .story-card-text {
  font-size: calc(0.875rem + 4px);
}

@media (min-width: 768px) {
  .story-card-text {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
  }

  [dir=rtl] .story-card-text {
    font-size: calc(1.5rem + 4px);
  }
}

/* Tags Marquee */
.tags-marquee {
  padding: 20px 0;
  background-color: #f1ede2;
  max-width: 100%;
  overflow: hidden;
}

.tags-marquee ul {
  display: flex;
  margin-bottom: 24px;
  gap: 12px;
  animation: bounce-marquee 10s ease-in-out infinite alternate;
}

@media (min-width: 768px) {
  .tags-marquee ul {
    margin-bottom: 40px;
    gap: 20px;
  }
}

.tags-marquee ul.reverse-animation {
  animation: marquee-reverse 10s ease-in-out infinite alternate;
}

.tags-marquee ul:hover,
.tags-marquee ul.reverse-animation:hover {
  animation-play-state: paused;
}

.tags-marquee ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-inline-start: 10px;
  white-space: nowrap;
  font-family: var(--font-text);
}

.tags-marquee ul li span img {
  width: 48px;
  height: 48px;
  margin-inline-end: 12px;
  border-radius: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 25%;
  object-position: center 25%;
}

@media (min-width: 768px) {
  .tags-marquee ul li span img {
    width: 78px;
    height: 78px;
    margin-inline-end: 20px;
  }
}

.tags-marquee ul li p {
  margin: 0;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 32px;
}

[dir=rtl] .tags-marquee ul li p {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {
  .tags-marquee ul li p {
    font-size: 48px;
  }

  [dir=rtl] .tags-marquee ul li p {
    font-size: calc(48px + 4px);
  }
}

.tags-marquee ul li p a {
  text-transform: uppercase;
  white-space: nowrap;
}

.tags-marquee ul li.small {
  font-size: 22px;
  line-height: 32px;
  font-family: var(--font-text);
}

[dir=rtl] .tags-marquee ul li.small {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {
  .tags-marquee ul li.small {
    font-size: 48px;
  }

  [dir=rtl] .tags-marquee ul li.small {
    font-size: calc(48px + 4px);
  }
}

.tags-marquee ul li.big {
  font-size: 22px;
  line-height: 32px;
  font-family: var(--font-heading);
}

[dir=rtl] .tags-marquee ul li.big {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {
  .tags-marquee ul li.big {
    font-size: 48px;
  }

  [dir=rtl] .tags-marquee ul li.big {
    font-size: calc(48px + 4px);
  }
}

.tags-marquee ul li.bold {
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
}

[dir=rtl] .tags-marquee ul li.bold {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {
  .tags-marquee ul li.bold {
    font-size: 48px;
  }

  [dir=rtl] .tags-marquee ul li.bold {
    font-size: calc(48px + 4px);
  }
}

.tags-marquee ul:last-child {
  margin-bottom: 0;
}

@keyframes bounce-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee-reverse {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.swiper-slide .by {
  display: flex;
  align-items: center;
}

.swiper-slide .by span img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  margin-inline-end: 10px;
}

.poll-section {
  padding: 20px 8px;
  background-color: #f1ede2;
}

@media (min-width: 768px) {
  .poll-section {
    padding: 40px 0;
  }
}

.poll-section .inspiring-box {
  padding: 16px;
  border-radius: 16px;
  background-color: #d4eae8;
}

@media (min-width: 768px) {
  .poll-section .inspiring-box {
    padding: 20px 40px;
  }
}

.poll-section .badge-rounded {
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.poll-section .badge-rounded i.bi.bi-share-fill {
  width: 24px;
  height: 24px;
  display: block;
  background: url("../../images/ico-share.svg") 0 0 no-repeat;
}

.poll-section .badge-rounded i.bi.bi-share-fill::before {
  content: "" !important;
}

@media (min-width: 768px) {
  .poll-section .badge-rounded {
    width: 40px;
    height: 40px;
    gap: 10px;
  }
}

.poll-section .poll-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.poll-section .poll-share span {
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #706F6F;
}

[dir=rtl] .poll-section .poll-share span {
  font-size: calc(14px + 4px);
}

@media (min-width: 768px) {
  .poll-section .poll-share span {
    color: #1d1d1b;
    font-size: 22px;
  }

  [dir=rtl] .poll-section .poll-share span {
    font-size: calc(22px + 4px);
  }
}

.poll-section .poll-content-container h2,
.poll-section .poll-content-container .h2 {
  color: #3C3C3B;
  font-size: 22px;
  margin: 16px 0 !important;
  font-weight: 700;
  line-height: 32px;
  font-family: var(--font-heading);
}

[dir=rtl] .poll-section .poll-content-container h2,
[dir=rtl] .poll-section .poll-content-container .h2 {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {

  .poll-section .poll-content-container h2,
  .poll-section .poll-content-container .h2 {
    font-size: 48px;
    line-height: 54px;
  }

  [dir=rtl] .poll-section .poll-content-container h2,
  [dir=rtl] .poll-section .poll-content-container .h2 {
    font-size: calc(48px + 4px);
  }
}

.poll-section .poll-content-container p {
  color: #3C3C3B;
  font-size: 1rem;
  line-height: 18.4px;
  margin-bottom: 16px;
}

[dir=rtl] .poll-section .poll-content-container p {
  font-size: calc(1rem + 4px);
}

@media (min-width: 768px) {
  .poll-section .poll-content-container p {
    font-size: 22px;
    line-height: 32px;
  }

  [dir=rtl] .poll-section .poll-content-container p {
    font-size: calc(22px + 4px);
  }
}

.poll-section .poll-content-container .custom-progress:last-child {
  margin-bottom: 2rem;
}

.poll-section .poll-content-container .custom-progress {
  border: none;
  background: rgba(255, 255, 255, 0.42);
  width: 100%;
  margin-bottom: 16px;
}

.poll-section .poll-content-container .custom-progress.active .custom-bar {
  background-color: #f9f9f9;
  border-radius: 48px;
  max-width: 100%;
  min-height: 60px;
}

.poll-section .poll-content-container .custom-progress img {
  width: 24px;
  height: 24px;
}

.poll-section .poll-content-container>.d-flex.orientation {
  flex-direction: column;
}

@media (min-width: 768px) {
  .poll-section .poll-content-container>.d-flex.orientation {
    flex-direction: row;
  }
}

.base-container {
  padding: 40px 20px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .base-container {
    padding: 40px 80px;
    margin-bottom: 40px;
  }
}

.cust-top-border {
  border-top: 1px solid #d9d9d9;
}

.cust-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  border-radius: 40px;
  background: #d9d9d9;
  opacity: 1;
}

.cust-pagination .swiper-pagination-bullet-active {
  width: 48px;
  background: #7fa7d5;
}

.her-story-img-wrapper {
  height: 39.5rem;
}

.her-story-img-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  border-radius: 30px;
  max-width: 100%;
}

@media (min-width: 992px) {
  .her-story-img-wrapper {
    height: 50rem;
  }
}

.her-story-slider .swiper-pagination {
  top: 20px;
  bottom: auto;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.her-story-slider .swiper-pagination-bullet {
  height: 4px;
  width: 100%;
  border-radius: 4px;
  background: #fff;
  opacity: 32%;
}

.her-story-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.her-story-compaign-btn {
  top: 54px;
  right: 26px;
  padding: 5px 8px;
  border-radius: 8px;
  border: none;
  background: #7fa7d5;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

[dir=rtl] .her-story-compaign-btn {
  font-size: calc(14px + 4px);
}

.her-story-slide-label {
  color: #ded9d1;
  background: linear-gradient(0deg, rgba(29, 29, 27, 0.75), transparent);
}

.her-story-slide-label h5,
.her-story-slide-label .h5 {
  font-size: 28px;
  font-weight: 700;
  font-family: var(--font-text);
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

[dir=rtl] .her-story-slide-label h5,
[dir=rtl] .her-story-slide-label .h5 {
  font-size: calc(28px + 4px);
}

.her-story-slide-label p {
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

[dir=rtl] .her-story-slide-label p {
  font-size: calc(22px + 4px);
}

.her-story-detail {
  padding: 16px 0;
}

.her-story-detail a {
  color: #e27362;
  text-decoration: underline;
}

.her-story-detail a:hover {
  color: #e27362;
  font-weight: 500;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .her-story-detail {
    padding: 40px 40px 40px 0;
  }
}

.her-story-detail h2,
.her-story-detail .h2 {
  font-size: 40px;
  font-weight: 700;
}

[dir=rtl] .her-story-detail h2,
[dir=rtl] .her-story-detail .h2 {
  font-size: calc(40px + 4px);
}

@media (min-width: 992px) {

  .her-story-detail h2,
  .her-story-detail .h2 {
    font-size: 60px;
  }

  [dir=rtl] .her-story-detail h2,
  [dir=rtl] .her-story-detail .h2 {
    font-size: calc(60px + 4px);
  }
}

.her-story-detail h3,
.her-story-detail .h3 {
  font-size: 22px;
  font-weight: 700;
}

[dir=rtl] .her-story-detail h3,
[dir=rtl] .her-story-detail .h3 {
  font-size: calc(22px + 4px);
}

@media (min-width: 992px) {

  .her-story-detail h3,
  .her-story-detail .h3 {
    font-size: 40px;
  }

  [dir=rtl] .her-story-detail h3,
  [dir=rtl] .her-story-detail .h3 {
    font-size: calc(40px + 4px);
  }
}

.her-story-detail h4,
.her-story-detail .h4 {
  font-size: 22px;
  font-weight: 400;
  font-family: var(--font-text);
}

[dir=rtl] .her-story-detail h4,
[dir=rtl] .her-story-detail .h4 {
  font-size: calc(22px + 4px);
}

@media (min-width: 992px) {

  .her-story-detail h4,
  .her-story-detail .h4 {
    font-size: 32px;
  }

  [dir=rtl] .her-story-detail h4,
  [dir=rtl] .her-story-detail .h4 {
    font-size: calc(32px + 4px);
  }
}

.her-story-detail p {
  font-size: 16px;
  margin: 0 0 24px 0;
}

[dir=rtl] .her-story-detail p {
  font-size: calc(16px + 4px);
}

@media (min-width: 992px) {
  .her-story-detail p {
    font-size: 22px;
    margin: 40px 0 24px 0;
  }

  [dir=rtl] .her-story-detail p {
    font-size: calc(22px + 4px);
  }
}

.all-stories .banner-info .container {
  padding: 0;
}

@media (min-width: 1200px) {
  .all-stories .banner-info .container {
    padding: unset;
  }
}

.all-stories .health-banner-title {
  display: flex;
  padding: 2.5rem 1.25rem 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
}

@media (min-width: 1200px) {
  .all-stories .health-banner-title {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}

.all-stories .health-banner-title .banner-badge {
  display: inline-flex;
  padding: 0.125rem 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 2.5rem;
  border: 1px solid rgba(135, 135, 135, 0.12);
  background: rgba(172, 172, 172, 0.4);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  letter-spacing: -0.015rem;
  text-transform: capitalize;
}

[dir=rtl] .all-stories .health-banner-title .banner-badge {
  font-size: calc(0.75rem + 4px);
}

@media (min-width: 1200px) {
  .all-stories .health-banner-title .banner-badge {
    display: flex;
    padding: 0.3125rem 0.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    border-radius: 2.5rem;
    background: rgba(255, 255, 255, 0.75);
    color: #1d1d1b;
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: -0.0175rem;
  }

  [dir=rtl] .all-stories .health-banner-title .banner-badge {
    font-size: calc(0.875rem + 4px);
  }
}

.all-stories .health-banner-title .banner-heading {
  color: #fff;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.04rem;
  margin-bottom: 0;
}

[dir=rtl] .all-stories .health-banner-title .banner-heading {
  font-size: calc(2rem + 4px);
}

@media (min-width: 1200px) {
  .all-stories .health-banner-title .banner-heading {
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.125;
    /* 112.5% */
    letter-spacing: -0.16rem;
  }

  [dir=rtl] .all-stories .health-banner-title .banner-heading {
    font-size: calc(3rem + 4px);
  }
}

.all-stories .health-banner-title p {
  color: #fff;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42;
  margin-bottom: 0;
}

[dir=rtl] .all-stories .health-banner-title p {
  font-size: calc(0.875rem + 4px);
}

@media (min-width: 1200px) {
  .all-stories .health-banner-title p {
    color: #fff;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    /* 2.25rem */
    letter-spacing: -0.0375rem;
  }

  [dir=rtl] .all-stories .health-banner-title p {
    font-size: calc(1.875rem + 4px);
  }
}

.all-stories .health-banner-title h5,
.all-stories .health-banner-title .h5 {
  font-family: var(--font-text);
}

.all-stories .health-banner-title h5:not(first-child),
.all-stories .health-banner-title .h5:not(first-child) {
  font-weight: normal;
}

.all-stories .health-banner-title .health-banner-title-text,
.all-stories .health-banner-title a {
  margin-bottom: 0;
}

.all-stories .health-banner-title .health-banner-btn {
  width: 100%;
  justify-content: space-between;
}

.all-stories .story-content a:not(.btn) {
  color: #e27362;
  text-decoration: underline;
}

.all-stories .story-content a:not(.btn):hover {
  color: #e27362;
  font-weight: 500;
  text-decoration: underline;
}

.health-banner {
  position: relative;
}

.health-banner-image img {
  width: 100%;
  height: 22.063rem;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  filter: brightness(0.85);
}

@media (min-width: 992px) {
  .health-banner-image img {
    height: 40.875rem;
  }
}

.health-banner-title {
  position: absolute;
  bottom: 0;
  padding: 16px;
  width: 100%;
  z-index: 10;
}

@media (min-width: 992px) {
  .health-banner-title {
    padding: 40px;
  }
}

@media (min-width: 1400px) {
  .health-banner-title {
    padding: 0;
    left: 40px;
    right: 40px;
    bottom: 40px;
    width: auto;
  }
}

.health-banner-title h1,
.health-banner-title .h1 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

[dir=rtl] .health-banner-title h1,
[dir=rtl] .health-banner-title .h1 {
  font-size: calc(22px + 4px);
}

@media (min-width: 992px) {

  .health-banner-title h1,
  .health-banner-title .h1 {
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 24px;
  }

  [dir=rtl] .health-banner-title h1,
  [dir=rtl] .health-banner-title .h1 {
    font-size: calc(64px + 4px);
  }
}

.health-banner-title-text {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .health-banner-title-text {
    margin-bottom: 24px;
  }
}

.health-banner-title-text h5,
.health-banner-title-text .h5 {
  font-size: 12px;
  font-weight: 700;
  margin-inline-end: 8px;
}

[dir=rtl] .health-banner-title-text h5,
[dir=rtl] .health-banner-title-text .h5 {
  font-size: calc(12px + 4px);
}

@media (min-width: 992px) {

  .health-banner-title-text h5,
  .health-banner-title-text .h5 {
    font-size: 22px;
    margin-inline-end: 24px;
  }

  [dir=rtl] .health-banner-title-text h5,
  [dir=rtl] .health-banner-title-text .h5 {
    font-size: calc(22px + 4px);
  }
}

.health-banner-title-text img {
  background: #fff;
  border-radius: 50%;
  padding: 4px;
  height: 24px;
  width: 24px;
}

@media (min-width: 768px) {
  .health-banner-title-text img {
    padding: 8px;
    height: 40px;
    width: 40px;
  }
}

.health-banner-title-text .time-slot:before {
  content: "";
  display: inline-block;
  margin-inline-end: 8px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #fff;
}

@media (min-width: 768px) {
  .health-banner-title-text .time-slot:before {
    margin-inline-end: 24px;
  }
}

.health-banner-btn {
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

[dir=rtl] .health-banner-btn {
  font-size: calc(12px + 4px);
}

@media (min-width: 768px) {
  .health-banner-btn {
    font-size: 18px;
  }

  [dir=rtl] .health-banner-btn {
    font-size: calc(18px + 4px);
  }
}

.health-banner-btn button {
  border-radius: 54px;
  padding: 8px 12px;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .health-banner-btn button {
    padding: 16px 24px;
  }
}

.health-banner-btn .listen-btn {
  border: 1px solid rgba(255, 255, 255, 0.2392156863);
  background-color: #6b6865;
}

.health-banner-btn .listen-btn img {
  width: 16px;
}

@media (min-width: 768px) {
  .health-banner-btn .listen-btn img {
    width: 24px;
  }
}

.health-banner iframe {
  border-radius: 16px;
}

.journey-text {
  padding: 0 0 16px;
}

.journey-text a {
  color: #e27362;
  text-decoration: underline;
}

.journey-text a:hover {
  color: #e27362;
  font-weight: 500;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .journey-text {
    padding: 40px 0 0 0;
  }
}

.journey-text-top p {
  font-size: 14px;
}

[dir=rtl] .journey-text-top p {
  font-size: calc(14px + 4px);
}

@media (min-width: 992px) {
  .journey-text-top p {
    font-size: 22px;
    padding-bottom: 20px;
  }

  [dir=rtl] .journey-text-top p {
    font-size: calc(22px + 4px);
  }
}

.journey-text-top h2,
.journey-text-top .h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 16px 0;
}

[dir=rtl] .journey-text-top h2,
[dir=rtl] .journey-text-top .h2 {
  font-size: calc(22px + 4px);
}

@media (min-width: 992px) {

  .journey-text-top h2,
  .journey-text-top .h2 {
    font-size: 40px;
    margin: 40px 0;
  }

  [dir=rtl] .journey-text-top h2,
  [dir=rtl] .journey-text-top .h2 {
    font-size: calc(40px + 4px);
  }
}

@media (min-width: 1200px) {

  .journey-text-top h2,
  .journey-text-top .h2 {
    font-size: 64px;
  }

  [dir=rtl] .journey-text-top h2,
  [dir=rtl] .journey-text-top .h2 {
    font-size: calc(64px + 4px);
  }
}

.journey-text-top h5,
.journey-text-top .h5 {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 16px;
}

[dir=rtl] .journey-text-top h5,
[dir=rtl] .journey-text-top .h5 {
  font-size: calc(16px + 4px);
}

@media (min-width: 992px) {

  .journey-text-top h5,
  .journey-text-top .h5 {
    font-size: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  [dir=rtl] .journey-text-top h5,
  [dir=rtl] .journey-text-top .h5 {
    font-size: calc(20px + 4px);
  }
}

@media (min-width: 1200px) {

  .journey-text-top h5,
  .journey-text-top .h5 {
    font-size: 22px;
  }

  [dir=rtl] .journey-text-top h5,
  [dir=rtl] .journey-text-top .h5 {
    font-size: calc(22px + 4px);
  }
}

.journey-text-bottom {
  margin-top: 16px;
}

@media (min-width: 992px) {
  .journey-text-bottom {
    margin-top: 40px;
  }
}

.journey-text-bottom>p {
  font-size: 14px;
  margin-bottom: 16px;
}

[dir=rtl] .journey-text-bottom>p {
  font-size: calc(14px + 4px);
}

.journey-text-bottom>p:last-child {
  padding-bottom: 0;
  border: none;
}

@media (min-width: 992px) {
  .journey-text-bottom>p {
    font-size: 20px;
    margin-bottom: 40px;
  }

  [dir=rtl] .journey-text-bottom>p {
    font-size: calc(20px + 4px);
  }
}

@media (min-width: 1200px) {
  .journey-text-bottom>p {
    font-size: 22px;
  }

  [dir=rtl] .journey-text-bottom>p {
    font-size: calc(22px + 4px);
  }
}

.impac-lives h1,
.impac-lives .h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 24px;
}

[dir=rtl] .impac-lives h1,
[dir=rtl] .impac-lives .h1 {
  font-size: calc(24px + 4px);
}

@media (min-width: 768px) {

  .impac-lives h1,
  .impac-lives .h1 {
    font-size: 36px;
    margin-bottom: 40px;
    line-height: 1.11;
  }

  [dir=rtl] .impac-lives h1,
  [dir=rtl] .impac-lives .h1 {
    font-size: calc(36px + 4px);
  }
}

@media (min-width: 992px) {

  .impac-lives h1,
  .impac-lives .h1 {
    font-size: 48px;
  }

  [dir=rtl] .impac-lives h1,
  [dir=rtl] .impac-lives .h1 {
    font-size: calc(48px + 4px);
  }
}

@media (min-width: 1400px) {

  .impac-lives h1,
  .impac-lives .h1 {
    font-size: 60px;
  }

  [dir=rtl] .impac-lives h1,
  [dir=rtl] .impac-lives .h1 {
    font-size: calc(60px + 4px);
  }
}

.impac-lives img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .impac-lives img {
    height: 28.5rem;
    max-width: 100%;
  }
}

.testimonial {
  position: sticky;
  background: #afcbdb;
  padding: 24px 0;
  text-align: center;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 160px);
}

@media (min-width: 768px) {
  .testimonial {
    padding: 40px 30px;
    transition: all 0.3s ease-in, transform 0.3s ease;
  }
}

.testimonial .testimonial-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.testimonial-img-wrapper img {
  width: 176px;
  height: 176px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.testimonial-img-wrapper h5,
.testimonial-img-wrapper .h5 {
  margin-top: 13px;
  font-size: 16px;
  font-weight: 700;
}

[dir=rtl] .testimonial-img-wrapper h5,
[dir=rtl] .testimonial-img-wrapper .h5 {
  font-size: calc(16px + 4px);
}

@media (min-width: 768px) {

  .testimonial-img-wrapper h5,
  .testimonial-img-wrapper .h5 {
    font-size: 22px;
  }

  [dir=rtl] .testimonial-img-wrapper h5,
  [dir=rtl] .testimonial-img-wrapper .h5 {
    font-size: calc(22px + 4px);
  }
}

.testimonial-img-wrapper p {
  font-size: 14px;
}

[dir=rtl] .testimonial-img-wrapper p {
  font-size: calc(14px + 4px);
}

@media (min-width: 768px) {
  .testimonial-img-wrapper p {
    font-size: 18px;
  }

  [dir=rtl] .testimonial-img-wrapper p {
    font-size: calc(18px + 4px);
  }
}

.clamped-quote {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.clamped-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.expanded {
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  overflow: visible !important;
  transition: all ease-in-out 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .expanded {
    transition: none;
  }
}

.btn-toggle {
  display: none;
  cursor: pointer;
}

.btn:focus,
.btn:focus-visible,
.btn:active,
button:focus,
button:focus-visible,
button:active {
  outline: none;
  box-shadow: none;
}

.more-story img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  border-radius: 16px;
}

@media (min-width: 992px) {
  .more-story img {
    height: 24.25rem;
  }
}

.more-story-detail {
  padding-bottom: 24px;
}

.more-story-detail a {
  color: #e27362;
  text-decoration: underline;
}

.more-story-detail a:hover {
  color: #e27362;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .more-story-detail {
    padding: 20px 16px;
  }
}

@media (min-width: 992px) {
  .more-story-detail {
    padding: 40px 16px 0 16px;
  }
}

.more-story-detail h2,
.more-story-detail .h2 {
  font-size: 22px;
  font-weight: 700;
  color: #3C3C3B;
  padding-bottom: 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid #c6c6c6;
}

[dir=rtl] .more-story-detail h2,
[dir=rtl] .more-story-detail .h2 {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {

  .more-story-detail h2,
  .more-story-detail .h2 {
    font-size: 34px;
    padding-bottom: 24px;
    margin-bottom: 19px;
  }

  [dir=rtl] .more-story-detail h2,
  [dir=rtl] .more-story-detail .h2 {
    font-size: calc(34px + 4px);
  }
}

@media (min-width: 992px) {

  .more-story-detail h2,
  .more-story-detail .h2 {
    font-size: 48px;
  }

  [dir=rtl] .more-story-detail h2,
  [dir=rtl] .more-story-detail .h2 {
    font-size: calc(48px + 4px);
  }
}

.more-story-detail h5,
.more-story-detail .h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

[dir=rtl] .more-story-detail h5,
[dir=rtl] .more-story-detail .h5 {
  font-size: calc(16px + 4px);
}

@media (min-width: 768px) {

  .more-story-detail h5,
  .more-story-detail .h5 {
    font-size: 22px;
    margin-bottom: 42px;
  }

  [dir=rtl] .more-story-detail h5,
  [dir=rtl] .more-story-detail .h5 {
    font-size: calc(22px + 4px);
  }
}

.more-story-detail p {
  font-size: 14px;
  margin-bottom: 8px;
}

[dir=rtl] .more-story-detail p {
  font-size: calc(14px + 4px);
}

@media (min-width: 992px) {
  .more-story-detail p {
    font-size: 22px;
    margin-bottom: 40px;
  }

  [dir=rtl] .more-story-detail p {
    font-size: calc(22px + 4px);
  }
}

@media (min-width: 992px) {
  .more-story-detail .cust-font-size {
    font-size: 32px;
  }

  [dir=rtl] .more-story-detail .cust-font-size {
    font-size: calc(32px + 4px);
  }
}

@media (min-width: 768px) {

  .testimonial-slider-pro h2,
  .testimonial-slider-pro .h2 {
    width: 70%;
  }
}

@media (min-width: 992px) {

  .testimonial-slider-pro h2,
  .testimonial-slider-pro .h2 {
    width: 60%;
  }
}

.news {
  position: relative;
}

@media (min-width: 1400px) {
  .news {
    min-height: 920px;
  }
}

.news-gallery {
  filter: blur(3px);
}

.news-gallery img {
  height: 370px;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (min-width: 768px) {
  .news-gallery img {
    height: 490px;
  }
}

@media (min-width: 992px) {
  .news-gallery img {
    height: 550px;
  }
}

@media (min-width: 1200px) {
  .news-gallery img {
    height: 100%;
  }
}

.news-letter {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 95%;
  background: #fff;
  padding: 20px 16px;
  border-radius: 16px;
}

@media (min-width: 768px) {
  .news-letter {
    width: 680px;
    padding: 40px;
  }
}

.news-letter-form h2,
.news-letter-form .h2 {
  font-size: 22px;
  font-weight: 700;
}

[dir=rtl] .news-letter-form h2,
[dir=rtl] .news-letter-form .h2 {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {

  .news-letter-form h2,
  .news-letter-form .h2 {
    font-size: 34px;
  }

  [dir=rtl] .news-letter-form h2,
  [dir=rtl] .news-letter-form .h2 {
    font-size: calc(34px + 4px);
  }
}

@media (min-width: 992px) {

  .news-letter-form h2,
  .news-letter-form .h2 {
    font-size: 44px;
  }

  [dir=rtl] .news-letter-form h2,
  [dir=rtl] .news-letter-form .h2 {
    font-size: calc(44px + 4px);
  }
}

.news-letter-form p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
  text-align: center;
}

[dir=rtl] .news-letter-form p {
  font-size: calc(14px + 4px);
}

@media (min-width: 768px) {
  .news-letter-form p {
    font-size: 16px;
    margin-bottom: 24px;
  }

  [dir=rtl] .news-letter-form p {
    font-size: calc(16px + 4px);
  }
}

.news-letter-form .form-group {
  background: rgba(222, 217, 209, 0.5019607843);
  padding: 8px 24px 24px 24px;
  border-radius: 16px;
  position: relative;
}

.news-letter-form .form-group .invalid-feedback {
  font-size: 12px;
  position: absolute;
  left: 24px;
  bottom: 5px;
  width: calc(100% - 48px);
}

[dir=rtl] .news-letter-form .form-group .invalid-feedback {
  font-size: calc(12px + 4px);
}

.news-letter-form .form-group .form-label {
  color: #706f6f;
  font-size: 12px;
  font-weight: 700;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 4px;
}

[dir=rtl] .news-letter-form .form-group .form-label {
  font-size: calc(12px + 4px);
}

@media (min-width: 768px) {
  .news-letter-form .form-group .form-label {
    font-size: 16px;
  }

  [dir=rtl] .news-letter-form .form-group .form-label {
    font-size: calc(16px + 4px);
  }
}

.news-letter-form .form-group input {
  border: 1px solid transparent;
  background: transparent;
  font-size: 14px;
  color: #3C3C3B;
  text-overflow: ellipsis;
  padding: 6px 0px;
}

[dir=rtl] .news-letter-form .form-group input {
  font-size: calc(14px + 4px);
}

@media (min-width: 768px) {
  .news-letter-form .form-group input {
    font-size: 16px;
  }

  [dir=rtl] .news-letter-form .form-group input {
    font-size: calc(16px + 4px);
  }
}

.news-letter-form .form-group input.is-invalid {
  border: 1px solid #e27362;
  padding: 6px 4px;
}

.news-letter-form .form-group input.is-invalid:focus {
  box-shadow: none;
  outline: none;
}

.news-letter-form button {
  width: 100%;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 700;
}

[dir=rtl] .news-letter-form button {
  font-size: calc(18px + 4px);
}

@media (min-width: 768px) {
  .news-letter-form button {
    display: block;
    margin: 0 auto;
    width: 200px;
  }
}

.sard {
  background-color: #d49575;
  padding: 40px 24px;
}

@media (min-width: 768px) {
  .sard {
    padding: 40px 0;
  }
}

.sard-banner img {
  margin-bottom: 40px;
  width: 139px;
}

@media (min-width: 768px) {
  .sard-banner img {
    margin-bottom: 80px;
    width: auto;
  }
}

.sard-banner p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: left;
}

[dir=rtl] .sard-banner p {
  font-size: calc(16px + 4px);
}

@media (min-width: 768px) {
  .sard-banner p {
    font-size: 28px;
    line-height: 34px;
    margin: 0 auto 60px auto;
    text-align: center;
  }

  [dir=rtl] .sard-banner p {
    font-size: calc(28px + 4px);
  }
}

.sard-banner-ideas {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .sard-banner-ideas {
    width: 90%;
  }
}

@media (min-width: 992px) {
  .sard-banner-ideas {
    width: 80%;
  }
}

.sard-banner-ideas h4,
.sard-banner-ideas .h4 {
  font-size: 16px;
  color: #3C3C3B;
  line-height: 24px;
}

[dir=rtl] .sard-banner-ideas h4,
[dir=rtl] .sard-banner-ideas .h4 {
  font-size: calc(16px + 4px);
}

@media (min-width: 768px) {

  .sard-banner-ideas h4,
  .sard-banner-ideas .h4 {
    font-size: 36px;
    color: #1d1d1b;
    line-height: 80px;
  }

  [dir=rtl] .sard-banner-ideas h4,
  [dir=rtl] .sard-banner-ideas .h4 {
    font-size: calc(36px + 4px);
  }
}

.sard-banner-ideas button {
  margin-top: 16px;
  padding: 12px 16px;
  width: 104px;
  font-size: 12px;
  font-weight: 700;
}

[dir=rtl] .sard-banner-ideas button {
  font-size: calc(12px + 4px);
}

@media (min-width: 768px) {
  .sard-banner-ideas button {
    padding: 15px 24px;
    font-size: 18px;
    width: 160px;
    margin-top: 16px;
  }

  [dir=rtl] .sard-banner-ideas button {
    font-size: calc(18px + 4px);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .sard-banner-ideas button {
    margin-inline-start: 32px;
  }
}

@media (min-width: 992px) {
  .sard-banner-ideas button {
    margin-top: 0;
  }
}

.sard-banner-ideas input {
  width: 100%;
  padding: 16px 24px;
  background: #fff;
  text-align: center;
  font-weight: 400;
  border: none;
  border-radius: 8px;
  font-size: 12px;
  color: #1d1d1b;
  background: rgba(222, 217, 209, 0.2);
}

[dir=rtl] .sard-banner-ideas input {
  font-size: calc(12px + 4px);
}

.sard-banner-ideas input:focus-visible {
  outline: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .sard-banner-ideas input {
    border-radius: 16px;
    font-size: 32px;
    background: rgba(222, 217, 209, 0.2);
    margin-top: 24px;
  }

  [dir=rtl] .sard-banner-ideas input {
    font-size: calc(32px + 4px);
  }
}

.stories h1,
.stories .h1 {
  font-size: 22px;
  font-weight: 700;
  color: #3C3C3B;
  margin-bottom: 8px;
}

[dir=rtl] .stories h1,
[dir=rtl] .stories .h1 {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {

  .stories h1,
  .stories .h1 {
    font-size: 48px;
    margin-bottom: 16px;
  }

  [dir=rtl] .stories h1,
  [dir=rtl] .stories .h1 {
    font-size: calc(48px + 4px);
  }
}

.stories p {
  font-size: 16px;
  color: #3C3C3B;
  margin-bottom: 24px;
}

[dir=rtl] .stories p {
  font-size: calc(16px + 4px);
}

@media (min-width: 768px) {
  .stories p {
    font-size: 22px;
    margin-bottom: 16px;
  }

  [dir=rtl] .stories p {
    font-size: calc(22px + 4px);
  }
}

.stories .nav {
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 8px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .stories .nav {
    gap: 8px;
  }
}

.stories .nav .nav-item .nav-link {
  white-space: nowrap;
  border: 1px solid #878787;
  padding: 8px 16px;
  height: 40px;
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  color: #1d1d1b;
  border-radius: 40px;
}

[dir=rtl] .stories .nav .nav-item .nav-link {
  font-size: calc(12px + 4px);
}

@media (min-width: 768px) {
  .stories .nav .nav-item .nav-link {
    font-size: 18px;
    font-weight: 400;
  }

  [dir=rtl] .stories .nav .nav-item .nav-link {
    font-size: calc(18px + 4px);
  }
}

.stories .nav .nav-item .nav-link:hover,
.stories .nav .nav-item .nav-link:active,
.stories .nav .nav-item .nav-link:focus,
.stories .nav .nav-item .nav-link.active {
  color: #fff;
  background-color: #CFDCE6;
  border-color: #CFDCE6;
}

.stories .tab-content .tab-details {
  flex-direction: column;
  height: 100%;
}

.stories .tab-content .tab-details h2,
.stories .tab-content .tab-details .h2 {
  font-size: 22px;
  font-weight: 700;
  color: #3C3C3B;
  margin-bottom: 8px;
}

[dir=rtl] .stories .tab-content .tab-details h2,
[dir=rtl] .stories .tab-content .tab-details .h2 {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {

  .stories .tab-content .tab-details h2,
  .stories .tab-content .tab-details .h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }

  [dir=rtl] .stories .tab-content .tab-details h2,
  [dir=rtl] .stories .tab-content .tab-details .h2 {
    font-size: calc(32px + 4px);
  }
}

@media (min-width: 992px) {

  .stories .tab-content .tab-details h2,
  .stories .tab-content .tab-details .h2 {
    font-size: 48px;
  }

  [dir=rtl] .stories .tab-content .tab-details h2,
  [dir=rtl] .stories .tab-content .tab-details .h2 {
    font-size: calc(48px + 4px);
  }
}

.stories .tab-content .tab-details p {
  font-size: 14px;
}

[dir=rtl] .stories .tab-content .tab-details p {
  font-size: calc(14px + 4px);
}

@media (min-width: 768px) {
  .stories .tab-content .tab-details p {
    font-size: 20px;
    color: #3C3C3B;
  }

  [dir=rtl] .stories .tab-content .tab-details p {
    font-size: calc(20px + 4px);
  }
}

@media (min-width: 992px) {
  .stories .tab-content .tab-details p {
    font-size: 22px;
  }

  [dir=rtl] .stories .tab-content .tab-details p {
    font-size: calc(22px + 4px);
  }
}

.stories .tab-content .tab-details button {
  margin-top: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .stories .tab-content .tab-details button {
    width: 137px;
  }
}

.boat-show {
  background: #1d1d1b;
  padding: 24px 8px 10px;
  color: #fff;
}

@media (min-width: 768px) {
  .boat-show {
    padding: 36px 0 0 0;
  }
}

.boat-show-slider {
  padding-bottom: 1rem;
  height: 100%;
}

@media (min-width: 768px) {
  .boat-show-slider {
    padding-bottom: 2rem;
  }
}

.boat-show-slider-img {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.boat-show-slider-detail {
  display: flex;
  justify-content: left;
  flex-direction: column;
  height: 100%;
  gap: 24px;
}

@media (min-width: 768px) {
  .boat-show-slider-detail {
    padding-inline-end: 25px;
  }
}

@media (min-width: 992px) {
  .boat-show-slider-detail {
    padding-inline-end: 40px;
  }
}

.boat-show-slider-detail p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}

[dir=rtl] .boat-show-slider-detail p {
  font-size: calc(14px + 4px);
}

@media (min-width: 768px) {
  .boat-show-slider-detail p {
    font-size: 16px;
  }

  [dir=rtl] .boat-show-slider-detail p {
    font-size: calc(16px + 4px);
  }
}

.boat-show-slider-detail h2,
.boat-show-slider-detail .h2 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #3C3C3B;
}

[dir=rtl] .boat-show-slider-detail h2,
[dir=rtl] .boat-show-slider-detail .h2 {
  font-size: calc(32px + 4px);
}

@media (min-width: 768px) {

  .boat-show-slider-detail h2,
  .boat-show-slider-detail .h2 {
    line-height: 1.125;
    font-weight: 700;
  }
}

@media (min-width: 992px) {

  .boat-show-slider-detail h2,
  .boat-show-slider-detail .h2 {
    font-size: 45px;
    margin-bottom: 16px;
    padding-bottom: 40px;
  }

  [dir=rtl] .boat-show-slider-detail h2,
  [dir=rtl] .boat-show-slider-detail .h2 {
    font-size: calc(45px + 4px);
  }
}

@media (min-width: 1200px) {

  .boat-show-slider-detail h2,
  .boat-show-slider-detail .h2 {
    font-size: 50px;
  }

  [dir=rtl] .boat-show-slider-detail h2,
  [dir=rtl] .boat-show-slider-detail .h2 {
    font-size: calc(50px + 4px);
  }
}

.boat-show-slider-detail ul li {
  font-size: 12px;
  line-height: 18px;
  color: #9d9d9c;
  margin-bottom: 8px;
}

[dir=rtl] .boat-show-slider-detail ul li {
  font-size: calc(12px + 4px);
}

@media (min-width: 992px) {
  .boat-show-slider-detail ul li {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.25;
    letter-spacing: -0.02rem;
    text-transform: capitalize;
  }

  [dir=rtl] .boat-show-slider-detail ul li {
    font-size: calc(16px + 4px);
  }
}

.boat-show-slider-detail .event-btn {
  margin-top: auto;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .boat-show-slider-detail .event-btn {
    margin-bottom: 40px;
  }
}

.boat-show-slider-detail .event-btn h4,
.boat-show-slider-detail .event-btn .h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

[dir=rtl] .boat-show-slider-detail .event-btn h4,
[dir=rtl] .boat-show-slider-detail .event-btn .h4 {
  font-size: calc(18px + 4px);
}

@media (min-width: 992px) {

  .boat-show-slider-detail .event-btn h4,
  .boat-show-slider-detail .event-btn .h4 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
  }

  [dir=rtl] .boat-show-slider-detail .event-btn h4,
  [dir=rtl] .boat-show-slider-detail .event-btn .h4 {
    font-size: calc(32px + 4px);
  }
}

.boat-show-slider-detail .event-btn button {
  width: 120px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

[dir=rtl] .boat-show-slider-detail .event-btn button {
  font-size: calc(14px + 4px);
}

@media (min-width: 992px) {
  .boat-show-slider-detail .event-btn button {
    padding: 16px 24px;
    width: 160px;
    font-size: 18px;
  }

  [dir=rtl] .boat-show-slider-detail .event-btn button {
    font-size: calc(18px + 4px);
  }
}

.boat-show-slider-detail .event-btn span {
  font-size: 16px;
  color: #c6c6c6;
}

[dir=rtl] .boat-show-slider-detail .event-btn span {
  font-size: calc(16px + 4px);
}

.boat-show-slider-detail .detail-right li {
  font-weight: 700;
  color: #fff;
}

.boat-show-slider-img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  border-radius: 24px;
}

@media (orientation: portrait) {
  .boat-show-slider-img img {
    max-height: 50vh;
  }
}

@media (orientation: landscape) {
  .boat-show-slider-img img {
    max-height: 60vh;
  }
}

.boat-show .swiper-pagination {
  bottom: 2rem;
}

@media (min-width: 768px) {
  .boat-show .swiper-pagination {
    bottom: 3rem;
  }
}

.boat-show .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  background: #fff;
  opacity: 1;
  border-radius: 40px;
  margin-inline-end: 8px;
  transition: all ease-in-out 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .boat-show .swiper-pagination .swiper-pagination-bullet {
    transition: none;
  }
}

.boat-show .swiper-pagination .swiper-pagination-bullet-active {
  width: 48px;
  background: #e27362;
  transition: all ease-in-out 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .boat-show .swiper-pagination .swiper-pagination-bullet-active {
    transition: none;
  }
}

.championship-desc p {
  font-size: 16px;
  color: #3C3C3B;
  margin-bottom: 40px;
  text-align: justify;
}

[dir=rtl] .championship-desc p {
  font-size: calc(16px + 4px);
}

@media (min-width: 992px) {
  .championship-desc p {
    font-size: 18px;
    color: #1d1d1b;
  }

  [dir=rtl] .championship-desc p {
    font-size: calc(18px + 4px);
  }
}

@media (min-width: 1200px) {
  .championship-desc p {
    font-size: 22px;
  }

  [dir=rtl] .championship-desc p {
    font-size: calc(22px + 4px);
  }
}

@media (min-width: 992px) {
  .championship-desc {
    padding-inline-end: 26px;
  }
}

.championship-detail li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 16px;
  border-bottom: 1px solid #d9d9d9;
}

@media (min-width: 768px) {
  .championship-detail li {
    padding-block: 24px;
  }
}

.championship-detail li i {
  margin-inline-start: 10px;
  font-size: 22px;
}

[dir=rtl] .championship-detail li i {
  font-size: calc(22px + 4px);
}

.championship-detail li a {
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .championship-detail li p:first-child {
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    margin-inline-end: 12px;
  }

  [dir=rtl] .championship-detail li p:first-child {
    font-size: calc(12px + 4px);
  }
}

.championship-detail p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

[dir=rtl] .championship-detail p {
  font-size: calc(14px + 4px);
}

@media (min-width: 768px) {
  .championship-detail p {
    font-size: 16px;
    line-height: 24px;
  }

  [dir=rtl] .championship-detail p {
    font-size: calc(16px + 4px);
  }
}

.championship-detail .cust-color {
  color: #706f6f;
}

.championship-detail button {
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 700;
}

[dir=rtl] .championship-detail button {
  font-size: calc(16px + 4px);
}

.festival h2,
.festival .h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #3C3C3B;
}

[dir=rtl] .festival h2,
[dir=rtl] .festival .h2 {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {

  .festival h2,
  .festival .h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #1d1d1b;
  }

  [dir=rtl] .festival h2,
  [dir=rtl] .festival .h2 {
    font-size: calc(60px + 4px);
  }
}

.festival-wrap {
  border-radius: 16px;
  padding: 20px 16px;
}

.festival-wrap:nth-child(3n) {
  background-color: #afcbdb;
}

.festival-wrap:nth-child(3n+1) {
  background-color: #cadeb5;
}

.festival-wrap:nth-child(3n+2) {
  background-color: #fac9bc;
}

@media (min-width: 768px) {
  .festival-wrap {
    padding: 40px 20px;
  }
}

@media (min-width: 1200px) {
  .festival-wrap {
    padding: 60px 30px;
  }
}

@media (min-width: 1400px) {
  .festival-wrap {
    padding: 80px 40px;
  }
}

.festival-img {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.festival-img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 16px;
}

@media (min-width: 1200px) {
  .festival-img img {
    height: auto;
  }
}

.festival-detail {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: 24px;
}

@media (min-width: 768px) {
  .festival-detail {
    padding: 0 1rem;
  }
}

@media (min-width: 1200px) {
  .festival-detail {
    padding: 0 2rem;
  }
}

.festival-detail span {
  display: inline-block;
  background: rgba(172, 172, 172, 0.4);
  padding: 5px 8px;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 700;
}

[dir=rtl] .festival-detail span {
  font-size: calc(12px + 4px);
}

@media (min-width: 768px) {
  .festival-detail span {
    font-size: 14px;
  }

  [dir=rtl] .festival-detail span {
    font-size: calc(14px + 4px);
  }
}

.festival-detail h3,
.festival-detail .h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1d1d1b;
  margin: 12px 0;
  line-height: 1.25;
}

[dir=rtl] .festival-detail h3,
[dir=rtl] .festival-detail .h3 {
  font-size: calc(24px + 4px);
}

@media (min-width: 768px) {

  .festival-detail h3,
  .festival-detail .h3 {
    font-size: 40px;
    margin: 24px 0;
  }

  [dir=rtl] .festival-detail h3,
  [dir=rtl] .festival-detail .h3 {
    font-size: calc(40px + 4px);
  }
}

@media (min-width: 1400px) {

  .festival-detail h3,
  .festival-detail .h3 {
    font-size: 64px;
    margin: 24px 0;
  }

  [dir=rtl] .festival-detail h3,
  [dir=rtl] .festival-detail .h3 {
    font-size: calc(64px + 4px);
  }
}

.festival-detail p {
  font-size: 16px;
  color: #1d1d1b;
  margin-bottom: 12px;
}

[dir=rtl] .festival-detail p {
  font-size: calc(16px + 4px);
}

@media (min-width: 768px) {
  .festival-detail p {
    font-size: 22px;
    margin-bottom: 24px;
  }

  [dir=rtl] .festival-detail p {
    font-size: calc(22px + 4px);
  }
}

.festival-detail button {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
}

[dir=rtl] .festival-detail button {
  font-size: calc(14px + 4px);
}

@media (min-width: 768px) {
  .festival-detail button {
    padding: 12px 24px;
    font-size: 16px;
  }

  [dir=rtl] .festival-detail button {
    font-size: calc(16px + 4px);
  }
}

.seats-form {
  background: #d4eae8;
  border-radius: 10px;
  padding: 24px;
}

.seats-form h2,
.seats-form .h2 {
  font-size: 40px;
  margin-bottom: 24px;
}

[dir=rtl] .seats-form h2,
[dir=rtl] .seats-form .h2 {
  font-size: calc(40px + 4px);
}

.seats-form .form-group {
  background: rgba(255, 255, 255, 0.5019607843);
  padding: 16px 24px;
}

.seats-form button {
  display: block;
  width: 200px;
  margin: 0 auto;
}

.seats-banner {
  background: #fccab1;
  padding: 24px 40px;
  border-radius: 16px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .seats-banner {
    margin-bottom: 60px;
  }
}

.seats-banner h4,
.seats-banner .h4 {
  font-size: 22px;
  font-weight: 700;
  color: #1d1d1b;
}

[dir=rtl] .seats-banner h4,
[dir=rtl] .seats-banner .h4 {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {

  .seats-banner h4,
  .seats-banner .h4 {
    font-size: 48px;
  }

  [dir=rtl] .seats-banner h4,
  [dir=rtl] .seats-banner .h4 {
    font-size: calc(48px + 4px);
  }
}

.seats-banner button {
  width: 222px;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 24px;
  white-space: nowrap;
}

[dir=rtl] .seats-banner button {
  font-size: calc(18px + 4px);
}

.glance h1,
.glance .h1 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 24px;
}

[dir=rtl] .glance h1,
[dir=rtl] .glance .h1 {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {

  .glance h1,
  .glance .h1 {
    font-size: 42px;
    margin-bottom: 40px;
  }

  [dir=rtl] .glance h1,
  [dir=rtl] .glance .h1 {
    font-size: calc(42px + 4px);
  }
}

@media (min-width: 992px) {

  .glance h1,
  .glance .h1 {
    font-size: 60px;
  }

  [dir=rtl] .glance h1,
  [dir=rtl] .glance .h1 {
    font-size: calc(60px + 4px);
  }
}

.glance-card {
  background: #fccab1;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
}

.glance-card>h2,
.glance-card>.h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

[dir=rtl] .glance-card>h2,
[dir=rtl] .glance-card>.h2 {
  font-size: calc(18px + 4px);
}

@media (min-width: 768px) {

  .glance-card>h2,
  .glance-card>.h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }

  [dir=rtl] .glance-card>h2,
  [dir=rtl] .glance-card>.h2 {
    font-size: calc(30px + 4px);
  }
}

@media (min-width: 992px) {

  .glance-card>h2,
  .glance-card>.h2 {
    font-size: 40px;
  }

  [dir=rtl] .glance-card>h2,
  [dir=rtl] .glance-card>.h2 {
    font-size: calc(40px + 4px);
  }
}

.glance-card>h2+h2,
.glance-card>.h2+h2,
.glance-card>h2+.h2,
.glance-card>.h2+.h2 {
  margin-bottom: 0 !important;
}

.glance-card>h2:empty,
.glance-card>.h2:empty {
  display: none;
}

.glance-card p:empty {
  display: none;
}

@media (min-width: 768px) {
  .glance-card p {
    font-size: 20px;
  }

  [dir=rtl] .glance-card p {
    font-size: calc(20px + 4px);
  }
}

@media (min-width: 992px) {
  .glance-card p {
    font-size: 22px;
  }

  [dir=rtl] .glance-card p {
    font-size: calc(22px + 4px);
  }
}

.post-sec {
  padding: 24px;
  text-align: center;
}

@media (min-width: 768px) {
  .post-sec {
    padding: 40px;
  }
}

.post-sec h4,
.post-sec .h4 {
  font-size: 22px;
  font-weight: 700;
  color: #1d1d1b;
}

[dir=rtl] .post-sec h4,
[dir=rtl] .post-sec .h4 {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {

  .post-sec h4,
  .post-sec .h4 {
    font-size: 48px;
    margin-bottom: 16px;
  }

  [dir=rtl] .post-sec h4,
  [dir=rtl] .post-sec .h4 {
    font-size: calc(48px + 4px);
  }
}

.post-sec ul {
  margin: 0 auto;
  gap: 16px;
}

.post-sec ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 50%;
}

.post-sec ul li i {
  font-size: 20px;
  color: #3C3C3B;
}

[dir=rtl] .post-sec ul li i {
  font-size: calc(20px + 4px);
}

.story-teller {
  color: #1d1d1b;
}

.story-teller h1,
.story-teller .h1 {
  font-size: 22px;
  font-weight: 700;
}

[dir=rtl] .story-teller h1,
[dir=rtl] .story-teller .h1 {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {

  .story-teller h1,
  .story-teller .h1 {
    font-size: 60px;
  }

  [dir=rtl] .story-teller h1,
  [dir=rtl] .story-teller .h1 {
    font-size: calc(60px + 4px);
  }
}

.story-teller p {
  font-size: 16px;
  margin-bottom: 40px;
}

[dir=rtl] .story-teller p {
  font-size: calc(16px + 4px);
}

@media (min-width: 768px) {
  .story-teller p {
    font-size: 22px;
    margin-bottom: 80px;
  }

  [dir=rtl] .story-teller p {
    font-size: calc(22px + 4px);
  }
}

.story-teller-card {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 24px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .story-teller-card {
    margin-bottom: 75px;
  }
}

.story-teller-card .card-text {
  padding: 24px;
  font-size: 15px;
}

[dir=rtl] .story-teller-card .card-text {
  font-size: calc(15px + 4px);
}

.story-teller-card .card-text h6,
.story-teller-card .card-text .h6 {
  font-weight: 700;
  margin-bottom: 8px;
}

.story-teller-card .card-text p {
  font-size: 15px;
}

[dir=rtl] .story-teller-card .card-text p {
  font-size: calc(15px + 4px);
}

.story-teller-card .card-text a i {
  font-size: 22px;
}

[dir=rtl] .story-teller-card .card-text a i {
  font-size: calc(22px + 4px);
}

.story-teller-card .card-text li a,
.story-teller-card .card-text button {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 700;
}

[dir=rtl] .story-teller-card .card-text li a,
[dir=rtl] .story-teller-card .card-text button {
  font-size: calc(14px + 4px);
}

.story-teller-card .card-text button {
  font-size: 12px;
  font-weight: 400;
}

[dir=rtl] .story-teller-card .card-text button {
  font-size: calc(12px + 4px);
}

.stories-no {
  background: #b35243;
  color: #f1ede2;
  display: flex;
  padding: 2.5rem 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2.5rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .stories-no {
    padding: 40px 0;
  }
}

.stories-no-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .stories-no-card {
    display: flex;
    flex-direction: row;
    padding: 40px 0;
    justify-content: space-between;
    align-items: center;
  }
}

.stories-no h1,
.stories-no .h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

[dir=rtl] .stories-no h1,
[dir=rtl] .stories-no .h1 {
  font-size: calc(2rem + 4px);
}

@media (min-width: 768px) {

  .stories-no h1,
  .stories-no .h1 {
    font-size: 5rem;
    font-weight: 700;
    line-height: 6.5rem;
  }

  [dir=rtl] .stories-no h1,
  [dir=rtl] .stories-no .h1 {
    font-size: calc(5rem + 4px);
  }
}

.stories-no p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

[dir=rtl] .stories-no p {
  font-size: calc(0.875rem + 4px);
}

@media (min-width: 768px) {
  .stories-no p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
  }

  [dir=rtl] .stories-no p {
    font-size: calc(1.5rem + 4px);
  }
}

@media (min-width: 768px) {
  .stories-no.stories-one-fold {
    gap: 2rem;
  }
}

@media (min-width: 768px) {
  .stories-no.stories-one-fold .stories-no-card {
    padding: 30px 0;
  }
}

@media (min-width: 768px) {

  .stories-no.stories-one-fold h1,
  .stories-no.stories-one-fold .h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  [dir=rtl] .stories-no.stories-one-fold h1,
  [dir=rtl] .stories-no.stories-one-fold .h1 {
    font-size: calc(2.5rem + 4px);
  }
}

@media (min-width: 992px) {

  .stories-no.stories-one-fold h1,
  .stories-no.stories-one-fold .h1 {
    font-size: 3rem;
    line-height: 4.5rem;
  }

  [dir=rtl] .stories-no.stories-one-fold h1,
  [dir=rtl] .stories-no.stories-one-fold .h1 {
    font-size: calc(3rem + 4px);
  }
}

@media (min-width: 1200px) {

  .stories-no.stories-one-fold h1,
  .stories-no.stories-one-fold .h1 {
    font-size: 4rem;
  }

  [dir=rtl] .stories-no.stories-one-fold h1,
  [dir=rtl] .stories-no.stories-one-fold .h1 {
    font-size: calc(4rem + 4px);
  }
}

@media (min-width: 1400px) {

  .stories-no.stories-one-fold h1,
  .stories-no.stories-one-fold .h1 {
    font-size: 5rem;
    line-height: 6.5rem;
  }

  [dir=rtl] .stories-no.stories-one-fold h1,
  [dir=rtl] .stories-no.stories-one-fold .h1 {
    font-size: calc(5rem + 4px);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .stories-no.stories-one-fold p {
    font-size: 20px;
  }

  [dir=rtl] .stories-no.stories-one-fold p {
    font-size: calc(20px + 4px);
  }
}

.archeology .archeology-wrap:hover .archeology-img-wrap {
  width: 430px;
}

.archeology .archeology-wrap:hover .archeology-text-wrap {
  opacity: 1;
  width: 600px;
}

.archeology .archeology-wrap .archeology-img-wrap {
  width: 160px;
  height: 51.375rem;
  transition: width 0.5s ease;
}

.archeology .archeology-wrap .archeology-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.archeology .archeology-wrap .archeology-text-wrap {
  opacity: 0;
  width: 0;
  transition: width 0.5s ease;
  padding: 120px 48px;
}

.archeology .archeology-wrap .archeology-text-wrap p {
  font-size: 32px;
  color: #3C3C3B;
  margin-bottom: 36px;
}

[dir=rtl] .archeology .archeology-wrap .archeology-text-wrap p {
  font-size: calc(32px + 4px);
}

.archeology .archeology-wrap .archeology-text-wrap .author {
  font-size: 22px;
  font-weight: 700;
}

[dir=rtl] .archeology .archeology-wrap .archeology-text-wrap .author {
  font-size: calc(22px + 4px);
}

.archeology-mob .archeology-card {
  background: #fff;
  border-radius: 16px;
}

.archeology-mob .archeology-card img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.archeology-mob .archeology-card-text {
  padding: 24px 16px;
}

.archeology-mob .archeology-card-text p {
  font-size: 18px;
  color: #3C3C3B;
}

[dir=rtl] .archeology-mob .archeology-card-text p {
  font-size: calc(18px + 4px);
}

.archeology-mob .archeology-card-text img {
  width: 16px;
}

.archeology-mob .archeology-card-text .author {
  font-size: 16px;
  font-weight: 700;
}

[dir=rtl] .archeology-mob .archeology-card-text .author {
  font-size: calc(16px + 4px);
}

.archeology-mob .archeology-card-text .quote-mark {
  margin-top: -30px;
  width: 40px;
}

.archeology-mob .archeology-card-text a {
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
}

[dir=rtl] .archeology-mob .archeology-card-text a {
  font-size: calc(12px + 4px);
}

.archeology-mob .swiper-pagination .swiper-pagination-bullet {
  background: #e27362;
}

.archeology-mob .swiper-pagination .swiper-pagination-bullet-active {
  width: 32px;
  border-radius: 8px;
  color: #e27362;
}

.share-page {
  padding: 24px;
  text-align: center;
}

@media (min-width: 992px) {
  .share-page {
    padding: 40px;
    border-top: 1px solid #DED9D1;
  }
}

.share-page h4,
.share-page .h4 {
  font-size: 22px;
  font-weight: 700;
  color: #1d1d1b;
}

[dir=rtl] .share-page h4,
[dir=rtl] .share-page .h4 {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {

  .share-page h4,
  .share-page .h4 {
    font-size: 48px;
    margin-bottom: 16px;
  }

  [dir=rtl] .share-page h4,
  [dir=rtl] .share-page .h4 {
    font-size: calc(48px + 4px);
  }
}

.share-page ul {
  margin: 0 auto;
  gap: 16px;
}

.share-page ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 50%;
}

.share-page ul li i {
  font-size: 20px;
  color: #3C3C3B;
}

[dir=rtl] .share-page ul li i {
  font-size: calc(20px + 4px);
}

.archeology-mob .archeology-card {
  background: #fff;
  border-radius: 16px;
}

.archeology-mob .archeology-card img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: calc(100vh - 400px);
  -o-object-position: center 4%;
  object-position: center 4%;
}

@media (min-width: 768px) {
  .archeology-mob .archeology-card img {
    max-height: calc(100vh - 440px);
    -o-object-position: center 8%;
    object-position: center 8%;
  }
}

.archeology-mob .archeology-card-text {
  padding: 24px 16px;
}

.archeology-mob .archeology-card-text p {
  font-size: 22px;
  line-height: 1.25;
  color: #3C3C3B;
}

[dir=rtl] .archeology-mob .archeology-card-text p {
  font-size: calc(22px + 4px);
}

.archeology-mob .archeology-card-text img {
  width: 16px;
}

.archeology-mob .archeology-card-text .author {
  font-size: 16px;
  font-weight: 700;
}

[dir=rtl] .archeology-mob .archeology-card-text .author {
  font-size: calc(16px + 4px);
}

.archeology-mob .archeology-card-text .quote-mark {
  margin-top: -30px;
  width: 40px;
}

.archeology-mob .archeology-card-text a {
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
}

[dir=rtl] .archeology-mob .archeology-card-text a {
  font-size: calc(12px + 4px);
}

.archeology-mob .swiper-pagination .swiper-pagination-bullet {
  background: #e27362;
}

.archeology-mob .swiper-pagination .swiper-pagination-bullet-active {
  width: 32px;
  border-radius: 8px;
  color: #e27362;
}

.archeology-mob-slider {
  position: relative;
  height: 115%;
}

.archeology-mob-slider .swiper-pagination {
  position: absolute;
  bottom: 8%;
  z-index: 1;
}

[dir=rtl] .archeology-desk .active .arc-des-img img {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir=rtl] .archeology-desk .arc-des-text {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.archeology-desk {
  overflow: hidden;
  gap: 1.5rem;
  height: 100%;
}

.archeology-desk .arch {
  flex: 1 1 20%;
  display: flex;
  transition: flex ease 1s;
}

@media (prefers-reduced-motion: reduce) {
  .archeology-desk .arch {
    transition: none;
  }
}

.archeology-desk .arch.active {
  flex: 1 1 80%;
  transition: flex ease 1s;
}

@media (prefers-reduced-motion: reduce) {
  .archeology-desk .arch.active {
    transition: none;
  }
}

.archeology-desk .arc-des-img {
  float: left;
  flex: 0 1 auto;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.archeology-desk .arc-des-text {
  max-width: 0;
  float: left;
  padding: 0;
  background-color: #fff;
  color: #3C3C3B;
  opacity: 0;
  min-height: -moz-fit-content;
  min-height: fit-content;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  transition: visibility ease 1s;
}

@media (min-width: 1200px) {
  .archeology-desk .arc-des-text {
    padding: 0;
  }
}

.archeology-desk .arc-des-text .author {
  font-size: 16px;
  font-weight: 700;
  opacity: 0;
}

[dir=rtl] .archeology-desk .arc-des-text .author {
  font-size: calc(16px + 4px);
}

@media (min-width: 1200px) {
  .archeology-desk .arc-des-text .author {
    font-size: 22px;
  }

  [dir=rtl] .archeology-desk .arc-des-text .author {
    font-size: calc(22px + 4px);
  }
}

.archeology-desk .arc-des-text .author img {
  width: 40px;
  height: 40px;
}

.archeology-desk .arc-des-text p {
  opacity: 0;
  transition: opacity ease-in 0.25s;
  font-size: 16px;
  margin-bottom: 25px;
}

@media (prefers-reduced-motion: reduce) {
  .archeology-desk .arc-des-text p {
    transition: none;
  }
}

[dir=rtl] .archeology-desk .arc-des-text p {
  font-size: calc(16px + 4px);
}

@media (min-width: 1200px) {
  .archeology-desk .arc-des-text p {
    font-size: 22px;
    margin-bottom: 34px;
    overflow-y: auto;
    min-height: 40%;
    max-height: 65%;
  }

  [dir=rtl] .archeology-desk .arc-des-text p {
    font-size: calc(22px + 4px);
  }
}

.archeology-desk .arc-des-text .quote-mark {
  width: 80px;
  height: 80px;
  margin-top: -70px;
  margin-inline-start: -70px;
  position: relative;
  z-index: 1;
}

.archeology-desk .arc-des-text .btn {
  opacity: 0;
}

.archeology-desk img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  border-radius: 16px;
}

.archeology-desk .active .arc-des-img {
  padding-inline-start: 0;
  width: 40%;
}

.archeology-desk .active .arc-des-img img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.archeology-desk .active .arc-des-text {
  max-width: 60%;
  padding: 80px 48px;
  opacity: 1;
  transition: visibility ease 1s;
}

.archeology-desk .transend p,
.archeology-desk .transend .author,
.archeology-desk .transend .btn {
  opacity: 1;
}

.sard-story .poll-section .inspiring-box {
  background-color: #d49575;
  color: #fff;
}

.sard-story .poll-section .inspiring-box h2,
.sard-story .poll-section .inspiring-box .h2,
.sard-story .poll-section .inspiring-box p {
  color: #fff;
}

.sard-story .poll-section .poll-content-container .custom-progress {
  background: rgba(116, 73, 54, 0.1);
}

.custom-progress .title img {
  display: none;
}

.custom-progress.active .title {
  font-weight: bold;
}

.custom-progress.active .title .title-text {
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-progress.active img {
  display: block;
  width: 24px;
}

.sard-story .poll-section .poll-content-container p {
  margin-bottom: 20px;
}

.tech-sec-desc {
  padding: 0 20px 30px 20px;
}

@media (min-width: 576px) {
  .tech-sec-desc {
    padding: 30px 20px;
  }
}

@media (min-width: 768px) {
  .tech-sec-desc {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .tech-sec-desc {
    padding: 50px;
  }
}

@media (min-width: 1200px) {
  .tech-sec-desc {
    padding: 80px 0 40px 0;
  }
}

.tech-sec-desc-top {
  margin-bottom: 40px;
}

.tech-sec-desc h6,
.tech-sec-desc .h6 {
  font-size: 14px;
  color: #3C3C3B;
  margin-bottom: 16px;
  font-family: var(--font-text);
}

[dir=rtl] .tech-sec-desc h6,
[dir=rtl] .tech-sec-desc .h6 {
  font-size: calc(14px + 4px);
}

@media (min-width: 768px) {

  .tech-sec-desc h6,
  .tech-sec-desc .h6 {
    font-size: 18px;
  }

  [dir=rtl] .tech-sec-desc h6,
  [dir=rtl] .tech-sec-desc .h6 {
    font-size: calc(18px + 4px);
  }
}

@media (min-width: 992px) {

  .tech-sec-desc h6,
  .tech-sec-desc .h6 {
    font-size: 22px;
  }

  [dir=rtl] .tech-sec-desc h6,
  [dir=rtl] .tech-sec-desc .h6 {
    font-size: calc(22px + 4px);
  }
}

.tech-sec-desc h1,
.tech-sec-desc .h1 {
  font-size: 22px;
  font-weight: 700;
  color: #3C3C3B;
  margin-bottom: 16px;
}

[dir=rtl] .tech-sec-desc h1,
[dir=rtl] .tech-sec-desc .h1 {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {

  .tech-sec-desc h1,
  .tech-sec-desc .h1 {
    font-size: 26px;
    margin-bottom: 24px;
  }

  [dir=rtl] .tech-sec-desc h1,
  [dir=rtl] .tech-sec-desc .h1 {
    font-size: calc(26px + 4px);
  }
}

@media (min-width: 992px) {

  .tech-sec-desc h1,
  .tech-sec-desc .h1 {
    font-size: 32px;
  }

  [dir=rtl] .tech-sec-desc h1,
  [dir=rtl] .tech-sec-desc .h1 {
    font-size: calc(32px + 4px);
  }
}

@media (min-width: 1200px) {

  .tech-sec-desc h1,
  .tech-sec-desc .h1 {
    font-size: 48px;
  }

  [dir=rtl] .tech-sec-desc h1,
  [dir=rtl] .tech-sec-desc .h1 {
    font-size: calc(48px + 4px);
  }
}

.tech-sec-desc h2,
.tech-sec-desc .h2 {
  font-size: 22px;
  font-weight: 700;
  color: #3C3C3B;
  margin-bottom: 16px;
}

[dir=rtl] .tech-sec-desc h2,
[dir=rtl] .tech-sec-desc .h2 {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {

  .tech-sec-desc h2,
  .tech-sec-desc .h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }

  [dir=rtl] .tech-sec-desc h2,
  [dir=rtl] .tech-sec-desc .h2 {
    font-size: calc(28px + 4px);
  }
}

@media (min-width: 992px) {

  .tech-sec-desc h2,
  .tech-sec-desc .h2 {
    font-size: 40px;
  }

  [dir=rtl] .tech-sec-desc h2,
  [dir=rtl] .tech-sec-desc .h2 {
    font-size: calc(40px + 4px);
  }
}

@media (min-width: 1200px) {

  .tech-sec-desc h2,
  .tech-sec-desc .h2 {
    font-size: 60px;
  }

  [dir=rtl] .tech-sec-desc h2,
  [dir=rtl] .tech-sec-desc .h2 {
    font-size: calc(60px + 4px);
  }
}

.tech-sec-desc p {
  font-size: 14px;
  color: #3C3C3B;
}

[dir=rtl] .tech-sec-desc p {
  font-size: calc(14px + 4px);
}

@media (min-width: 768px) {
  .tech-sec-desc p {
    font-size: 18px;
  }

  [dir=rtl] .tech-sec-desc p {
    font-size: calc(18px + 4px);
  }
}

@media (min-width: 992px) {
  .tech-sec-desc p {
    font-size: 22px;
  }

  [dir=rtl] .tech-sec-desc p {
    font-size: calc(22px + 4px);
  }
}

@media (min-width: 768px) {
  .tech-sec-desc-bottom {
    padding: 24px 0 0 60px;
    background: url("../images/simple-qoutes.svg") left top no-repeat;
    background-size: 94px auto;
  }
}

.tech-sec-desc-bottom h2,
.tech-sec-desc-bottom .h2 {
  font-size: 22px;
  font-weight: 700;
  color: #3C3C3B;
  margin-bottom: 16px;
}

[dir=rtl] .tech-sec-desc-bottom h2,
[dir=rtl] .tech-sec-desc-bottom .h2 {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {

  .tech-sec-desc-bottom h2,
  .tech-sec-desc-bottom .h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }

  [dir=rtl] .tech-sec-desc-bottom h2,
  [dir=rtl] .tech-sec-desc-bottom .h2 {
    font-size: calc(28px + 4px);
  }
}

@media (min-width: 992px) {

  .tech-sec-desc-bottom h2,
  .tech-sec-desc-bottom .h2 {
    font-size: 32px;
  }

  [dir=rtl] .tech-sec-desc-bottom h2,
  [dir=rtl] .tech-sec-desc-bottom .h2 {
    font-size: calc(32px + 4px);
  }
}

@media (min-width: 1200px) {

  .tech-sec-desc-bottom h2,
  .tech-sec-desc-bottom .h2 {
    font-size: 40px;
  }

  [dir=rtl] .tech-sec-desc-bottom h2,
  [dir=rtl] .tech-sec-desc-bottom .h2 {
    font-size: calc(40px + 4px);
  }
}

.tech-sec-desc-bottom p {
  font-size: 14px;
  font-weight: 700;
  color: #1D1D1B;
  margin-bottom: 24px;
}

[dir=rtl] .tech-sec-desc-bottom p {
  font-size: calc(14px + 4px);
}

@media (min-width: 768px) {
  .tech-sec-desc-bottom p {
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
  }

  [dir=rtl] .tech-sec-desc-bottom p {
    font-size: calc(34px + 4px);
  }
}

.tech-sec-img img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom center;
  object-position: bottom center;
}

@media (min-width: 768px) {
  .tech-sec-img img {
    height: 50.375rem;
  }
}

@media (min-width: 992px) {
  .tech-sec-img img {
    height: 55.375rem;
  }
}

@media (min-width: 1200px) {
  .tech-sec-img img {
    height: 61.375rem;
  }
}

.capt-mnt {
  padding: 40px 0;
  /* Trace and Fixit*/
}

.capt-mnt h1,
.capt-mnt .h1 {
  font-size: 22px;
  font-weight: 700px;
  white-space: nowrap;
}

[dir=rtl] .capt-mnt h1,
[dir=rtl] .capt-mnt .h1 {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {

  .capt-mnt h1,
  .capt-mnt .h1 {
    font-size: 32px;
  }

  [dir=rtl] .capt-mnt h1,
  [dir=rtl] .capt-mnt .h1 {
    font-size: calc(32px + 4px);
  }
}

@media (min-width: 992px) {

  .capt-mnt h1,
  .capt-mnt .h1 {
    font-size: 40px;
  }

  [dir=rtl] .capt-mnt h1,
  [dir=rtl] .capt-mnt .h1 {
    font-size: calc(40px + 4px);
  }
}

.capt-mnt .swiper-wrapper .swiper-slide .video-crd>img {
  max-height: 448px;
}

.capt-mnt .video-crd {
  position: relative;
}

.capt-mnt .video-crd header {
  position: absolute;
  right: 24px;
  top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 6px;
  background: rgba(172, 172, 172, 0.4);
  border: 1px solid rgba(135, 135, 135, 0.1215686275);
  border-radius: 32px;
  -webkit-backdrop-filter: blur(48px);
  backdrop-filter: blur(48px);
  z-index: 1;
}

@media (min-width: 768px) {
  .capt-mnt .video-crd header {
    padding: 6px 12px;
    border-radius: 40px;
  }
}

.capt-mnt .video-crd header .label {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

[dir=rtl] .capt-mnt .video-crd header .label {
  font-size: calc(10px + 4px);
}

@media (min-width: 768px) {
  .capt-mnt .video-crd header .label {
    font-size: 16px;
  }

  [dir=rtl] .capt-mnt .video-crd header .label {
    font-size: calc(16px + 4px);
  }
}

@media (max-width: 991.98px) {
  .capt-mnt .video-crd iframe {
    height: 500px !important;
  }
}

@media (max-width: 767.98px) {
  .capt-mnt .video-crd iframe {
    height: 308.51px !important;
  }
}

.capt-mnt .video-crd-content {
  position: absolute;
  bottom: 24px;
  left: 24px;
  color: #fff;
}

.capt-mnt .video-crd-content h6,
.capt-mnt .video-crd-content .h6 {
  font-size: 13px;
  font-weight: 400;
}

[dir=rtl] .capt-mnt .video-crd-content h6,
[dir=rtl] .capt-mnt .video-crd-content .h6 {
  font-size: calc(13px + 4px);
}

@media (min-width: 768px) {

  .capt-mnt .video-crd-content h6,
  .capt-mnt .video-crd-content .h6 {
    font-size: 18px;
    font-weight: 700;
  }

  [dir=rtl] .capt-mnt .video-crd-content h6,
  [dir=rtl] .capt-mnt .video-crd-content .h6 {
    font-size: calc(18px + 4px);
  }
}

.capt-mnt .video-crd-content p {
  font-size: 10px;
}

[dir=rtl] .capt-mnt .video-crd-content p {
  font-size: calc(10px + 4px);
}

@media (min-width: 768px) {
  .capt-mnt .video-crd-content p {
    font-size: 16px;
    font-weight: 700;
  }

  [dir=rtl] .capt-mnt .video-crd-content p {
    font-size: calc(16px + 4px);
  }
}

.capt-mnt .video-crd-content img {
  max-width: 32px;
  height: 32px;
  border-radius: 100%;
  width: 100%;
  /* Adjust based on layout */
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  /* Ensures image fits properly */
}

.capt-mnt-swiper-arrows a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  background: #3C3C3B;
  padding: 8px;
  border-radius: 50%;
  margin-inline-start: 12px;
}

@media (min-width: 768px) {
  .capt-mnt-swiper-arrows a {
    margin-inline-start: 24px;
    width: 48px;
    background: #1d1d1b;
  }
}

.capt-mnt-swiper-arrows a img {
  width: 16px;
}

@media (min-width: 768px) {
  .capt-mnt-swiper-arrows a img {
    width: 32px;
  }
}

.capt-mnt-slider .swiper-slide {
  max-height: 630px;
  overflow: hidden;
  border-radius: 16px;
}

@media (min-width: 768px) {
  .capt-mnt-slider .swiper-slide:nth-child(odd) {
    width: 368px !important;
  }
}

@media (min-width: 768px) {
  .capt-mnt-slider .swiper-slide {
    width: calc(100% - 380px) !important;
    flex-shrink: 0;
    padding-inline-start: 0.75rem;
  }
}

.capt-mnt-slider .swiper-slide .img {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 445px;
  min-height: 445px;
  overflow: hidden;
  margin-bottom: 16px;
  background-color: #1d1d1b;
  border-radius: 12px;
}

.capt-mnt-slider .swiper-slide .img.video-container iframe {
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.capt-mnt-header {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .capt-mnt-header {
    margin-bottom: 40px;
  }
}

/* January 30, 2025 */
.faq h1,
.faq .h1 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}

[dir=rtl] .faq h1,
[dir=rtl] .faq .h1 {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {

  .faq h1,
  .faq .h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 40px;
  }

  [dir=rtl] .faq h1,
  [dir=rtl] .faq .h1 {
    font-size: calc(60px + 4px);
  }
}

.faq-accordion .accordion-button {
  background-color: transparent;
  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus-icon.svg");
  background-repeat: no-repeat;
  transform: none;
}

.faq-accordion .accordion-button::after {
  background-image: url("../images/plus-icon.svg");
  background-repeat: no-repeat;
}

.faq-accordion .accordion-item {
  border: none;
  background-color: transparent;
  padding: 24px 0;
  border-top: 1px solid #ded9d1;
  display: none;
  transition: all 0.3s ease;
}

.faq-accordion .accordion-item:last-of-type {
  border-bottom: 1px solid #ded9d1;
}

.faq-accordion .accordion-item.visible:has(+ .accordion-item:not(.visible)) {
  border-bottom: 1px solid #ded9d1;
}

.faq-accordion .accordion-item h2 button,
.faq-accordion .accordion-item .h2 button {
  font-size: 14px;
  font-weight: 700;
}

[dir=rtl] .faq-accordion .accordion-item h2 button,
[dir=rtl] .faq-accordion .accordion-item .h2 button {
  font-size: calc(14px + 4px);
}

@media (min-width: 768px) {

  .faq-accordion .accordion-item h2 button,
  .faq-accordion .accordion-item .h2 button {
    font-size: 22px;
  }

  [dir=rtl] .faq-accordion .accordion-item h2 button,
  [dir=rtl] .faq-accordion .accordion-item .h2 button {
    font-size: calc(22px + 4px);
  }
}

.faq-accordion .accordion-item p {
  font-size: 12px;
  margin-top: 24px;
}

[dir=rtl] .faq-accordion .accordion-item p {
  font-size: calc(12px + 4px);
}

@media (min-width: 768px) {
  .faq-accordion .accordion-item p {
    font-size: 16px;
  }

  [dir=rtl] .faq-accordion .accordion-item p {
    font-size: calc(16px + 4px);
  }
}

.faq-accordion .accordion-item.visible {
  display: block;
}

.faq .load-more {
  width: 167px;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 700;
}

[dir=rtl] .faq .load-more {
  font-size: calc(18px + 4px);
}

@media (min-width: 768px) {
  .faq .load-more {
    width: 167px;
    padding: 16px 24px;
    font-size: 18px;
  }

  [dir=rtl] .faq .load-more {
    font-size: calc(18px + 4px);
  }
}

.signup-letter {
  position: relative;
  background: #b35243;
  padding: 40px 20px;
}

@media (min-width: 1200px) {
  .signup-letter {
    padding: 80px;
  }
}

.signup-letter h1,
.signup-letter .h1 {
  font-size: 22px;
  font-weight: 700;
  color: #f1ede2;
  margin-bottom: 24px;
}

[dir=rtl] .signup-letter h1,
[dir=rtl] .signup-letter .h1 {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {

  .signup-letter h1,
  .signup-letter .h1 {
    font-size: 60px;
    margin-bottom: 40px;
  }

  [dir=rtl] .signup-letter h1,
  [dir=rtl] .signup-letter .h1 {
    font-size: calc(60px + 4px);
  }
}

.signup-letter-cont {
  color: #f1ede2;
}

.signup-letter-cont h2,
.signup-letter-cont .h2 {
  font-size: 22px;
  font-weight: 700;
}

[dir=rtl] .signup-letter-cont h2,
[dir=rtl] .signup-letter-cont .h2 {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {

  .signup-letter-cont h2,
  .signup-letter-cont .h2 {
    font-size: 40px;
  }

  [dir=rtl] .signup-letter-cont h2,
  [dir=rtl] .signup-letter-cont .h2 {
    font-size: calc(40px + 4px);
  }
}

.signup-letter-cont .form-group {
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.5019607843);
  border-radius: 16px;
}

@media (min-width: 768px) {
  .signup-letter-cont .form-group {
    padding: 16px 24px;
    background: #fff;
  }
}

.signup-letter-cont .form-group label {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

[dir=rtl] .signup-letter-cont .form-group label {
  font-size: calc(12px + 4px);
}

@media (min-width: 768px) {
  .signup-letter-cont .form-group label {
    font-size: 16px;
    color: #3C3C3B;
  }

  [dir=rtl] .signup-letter-cont .form-group label {
    font-size: calc(16px + 4px);
  }
}

.signup-letter-cont .form-group input {
  font-size: 12px;
  font-weight: 400;
  color: #f1ede2;
  border: none;
  padding: 0;
  background-color: transparent;
}

[dir=rtl] .signup-letter-cont .form-group input {
  font-size: calc(12px + 4px);
}

.signup-letter-cont .form-group input::-moz-placeholder {
  color: #F1EDE2;
}

.signup-letter-cont .form-group input::placeholder {
  color: #F1EDE2;
}

.signup-letter-cont .form-group input:focus,
.signup-letter-cont .form-group input:focus-visible {
  box-shadow: none;
  outline: none;
}

@media (min-width: 768px) {
  .signup-letter-cont .form-group input {
    font-size: 18px;
    color: #1d1d1b;
  }

  [dir=rtl] .signup-letter-cont .form-group input {
    font-size: calc(18px + 4px);
  }
}

.signup-letter-cont p {
  font-size: 16px;
  margin-bottom: 24px;
}

[dir=rtl] .signup-letter-cont p {
  font-size: calc(16px + 4px);
}

@media (min-width: 768px) {
  .signup-letter-cont p {
    font-size: 14px;
    margin-bottom: 40px;
  }

  [dir=rtl] .signup-letter-cont p {
    font-size: calc(14px + 4px);
  }
}

.signup-letter-cont button {
  width: 109px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 700;
  margin-top: 12px;
}

[dir=rtl] .signup-letter-cont button {
  font-size: calc(14px + 4px);
}

@media (min-width: 992px) {
  .signup-letter-cont button {
    width: 176px;
    padding: 16px 24px;
    font-size: 18px;
    margin-top: 0;
  }

  [dir=rtl] .signup-letter-cont button {
    font-size: calc(18px + 4px);
  }
}

.services h2,
.services .h2 {
  font-size: 22px;
  font-weight: 700;
  color: #1d1d1b;
  margin-bottom: 24px;
}

[dir=rtl] .services h2,
[dir=rtl] .services .h2 {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {

  .services h2,
  .services .h2 {
    font-size: 36px;
    color: #1d1d1b;
  }

  [dir=rtl] .services h2,
  [dir=rtl] .services .h2 {
    font-size: calc(36px + 4px);
  }
}

.services-rate {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .services-rate {
    padding-inline-start: 40px;
    margin-bottom: 0;
  }
}

.services-rate .form-group {
  padding: 16px;
  background: #fff;
  border-radius: 16px;
  margin-bottom: 16px;
  height: 92px;
}

@media (min-width: 768px) {
  .services-rate .form-group {
    margin-bottom: 24px;
    height: 104px;
  }
}

.services-rate .form-group .form-label {
  font-size: 16px;
  font-weight: 700;
  color: #1d1d1b;
  margin-bottom: 8px;
  display: block;
}

[dir=rtl] .services-rate .form-group .form-label {
  font-size: calc(16px + 4px);
}

@media (min-width: 768px) {
  .services-rate .form-group .form-label {
    font-size: 20px;
  }

  [dir=rtl] .services-rate .form-group .form-label {
    font-size: calc(20px + 4px);
  }
}

.services-rate textarea {
  font-size: 16px;
  color: #878787;
  padding: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  background: #fff;
  margin-bottom: 16px;
}

[dir=rtl] .services-rate textarea {
  font-size: calc(16px + 4px);
}

@media (min-width: 768px) {
  .services-rate textarea {
    padding: 20px 24px;
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) {
  .services-border {
    border-right: 1px solid #d9d9d9;
  }
}

@media (min-width: 768px) {
  .services-reach-out {
    padding-inline-end: 40px;
  }
}

.services .rating {
  float: left;
  height: 46px;
}

.services .rating:not(:checked)>input {
  position: absolute;
  top: -9999px;
}

.services .rating:not(:checked)>label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 22px;
  color: #ccc;
  margin-inline-end: 8px;
}

[dir=rtl] .services .rating:not(:checked)>label {
  font-size: calc(22px + 4px);
}

.services .rating:not(:checked)>label:before {
  content: "\f586";
  font-family: "bootstrap-icons" !important;
}

.services .rating>input:checked~label {
  color: #3C3C3B;
}

.services .rating:not(:checked)>label:hover,
.services .rating:not(:checked)>label:hover~label {
  color: #3C3C3B;
}

.services .rating>input:checked+label:hover,
.services .rating>input:checked+label:hover~label,
.services .rating>input:checked~label:hover,
.services .rating>input:checked~label:hover~label,
.services .rating>label:hover~input:checked~label {
  color: #3C3C3B;
}

.podcast .search-filters {
  margin-bottom: 12px;
  padding-bottom: 12px;
  overflow-x: auto;
}

@media (min-width: 768px) {
  .podcast .search-filters {
    margin-bottom: 40px;
  }
}

.podcast .search-filters a {
  white-space: nowrap;
}

.podcast .story-card {
  background-color: #ccc;
}

@media (max-width: 767.98px) {
  .podcast .story-card {
    height: 170px;
  }
}

.podcast .story-card .media-container-podcast {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.podcast .story-card .media-container-podcast .img,
.podcast .story-card .media-container-podcast iframe {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.podcast .story-card .media-container-podcast .img div,
.podcast .story-card .media-container-podcast iframe div {
  display: flex;
  height: 100%;
  width: auto;
  padding-top: 0 !important;
  aspect-ratio: 16/9;
  align-items: center;
  justify-content: center;
  background-color: #1d1d1b;
}

.podcast .story-card img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.podcast .story-card a img {
  width: 16px;
}

@media (min-width: 768px) {
  .podcast .story-card a img {
    width: 32px;
  }
}

.podcast .story-card p {
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

[dir=rtl] .podcast .story-card p {
  font-size: calc(14px + 4px);
}

@media (min-width: 768px) {
  .podcast .story-card p {
    font-size: 24px;
  }

  [dir=rtl] .podcast .story-card p {
    font-size: calc(24px + 4px);
  }
}

.expl-more {
  padding: 40px 20px;
  background-color: #f1ede2;
}

@media (min-width: 768px) {
  .expl-more {
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .expl-more {
    padding: 40px;
  }
}

@media (min-width: 768px) {
  .expl-more-detail {
    padding: 0 30px;
  }
}

@media (min-width: 992px) {
  .expl-more-detail {
    padding: 0 40px;
  }
}

.expl-more-detail h1,
.expl-more-detail .h1 {
  font-size: 22px;
  font-weight: 700;
  color: #3C3C3B;
  margin-bottom: 16px;
}

[dir=rtl] .expl-more-detail h1,
[dir=rtl] .expl-more-detail .h1 {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {

  .expl-more-detail h1,
  .expl-more-detail .h1 {
    font-size: 38px;
    margin-bottom: 20px;
  }

  [dir=rtl] .expl-more-detail h1,
  [dir=rtl] .expl-more-detail .h1 {
    font-size: calc(38px + 4px);
  }
}

@media (min-width: 992px) {

  .expl-more-detail h1,
  .expl-more-detail .h1 {
    font-size: 60px;
  }

  [dir=rtl] .expl-more-detail h1,
  [dir=rtl] .expl-more-detail .h1 {
    font-size: calc(60px + 4px);
  }
}

.expl-more-detail p {
  font-size: 14px;
  color: #3C3C3B;
}

[dir=rtl] .expl-more-detail p {
  font-size: calc(14px + 4px);
}

@media (min-width: 992px) {
  .expl-more-detail p {
    font-size: 18px;
    color: #1d1d1b;
  }

  [dir=rtl] .expl-more-detail p {
    font-size: calc(18px + 4px);
  }
}

@media (min-width: 1200px) {
  .expl-more-detail p {
    font-size: 22px;
    color: #1d1d1b;
  }

  [dir=rtl] .expl-more-detail p {
    font-size: calc(22px + 4px);
  }
}

@media (max-width: 767.98px) {
  .expl-more .story-card {
    height: 168.5px;
  }
}

.expl-more .story-card img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.expl-more .story-card a img {
  width: 16px;
}

@media (min-width: 768px) {
  .expl-more .story-card a img {
    width: 32px;
  }
}

.expl-more .story-card p {
  font-size: 14px;
  font-weight: 700;
}

[dir=rtl] .expl-more .story-card p {
  font-size: calc(14px + 4px);
}

@media (min-width: 768px) {
  .expl-more .story-card p {
    font-size: 22px;
  }

  [dir=rtl] .expl-more .story-card p {
    font-size: calc(22px + 4px);
  }
}

.submit-story-section {
  overflow: hidden;
}

.submit-story-section .sbmt-str img.img-bg {
  min-height: 100vh;
  width: 100%;
}

@media (min-width: 768px) {
  .submit-story-section .sbmt-str img.img-bg {
    height: calc(100vh - 163px);
    min-height: 100%;
    height: 100%;
  }
}

.submit-story-section .sbmt-str img.img-bg.last {
  min-height: 30%;
}

@media (min-width: 768px) {
  .submit-story-section .sbmt-str img.img-bg.last {
    height: 100%;
  }
}

.sbmt-str,
.sbmt-str img.img-bg {
  min-height: 64vh;
  height: auto;
}

@media (min-width: 768px) {

  .sbmt-str,
  .sbmt-str img.img-bg {
    height: 900px;
  }
}

@media (min-width: 992px) {

  .sbmt-str,
  .sbmt-str img.img-bg {
    height: 1200px;
  }
}

@media (min-width: 1200px) {

  .sbmt-str,
  .sbmt-str img.img-bg {
    height: 100%;
  }
}

.sbmt-str {
  position: relative;
  align-items: start;
  justify-content: center;
  overflow: hidden;
  background-color: #1D1D1B;
}

@media (min-width: 768px) {
  .sbmt-str {
    display: flex;
  }
}

.sbmt-str .img-bg {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  filter: brightness(0.75);
  width: 100%;
}

@media (max-width: 767.98px) {
  .sbmt-str .img-bg {
    height: 545px;
  }
}

@media (min-width: 1200px) {
  .sbmt-str .br-6 {
    border-right: 5px solid #F1EDE2;
  }
}

.sbmt-str-toptext {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
  padding-inline-end: 15px;
  padding-inline-start: 15px;
}

@media (min-width: 1200px) {
  .sbmt-str-toptext {
    width: 450px;
    top: 40px;
    left: 40px;
  }
}

.sbmt-str-toptext h1,
.sbmt-str-toptext .h1 {
  font-size: 32px;
  font-weight: 700;
}

[dir=rtl] .sbmt-str-toptext h1,
[dir=rtl] .sbmt-str-toptext .h1 {
  font-size: calc(32px + 4px);
}

@media (min-width: 992px) {

  .sbmt-str-toptext h1,
  .sbmt-str-toptext .h1 {
    font-size: 64px;
  }

  [dir=rtl] .sbmt-str-toptext h1,
  [dir=rtl] .sbmt-str-toptext .h1 {
    font-size: calc(64px + 4px);
  }
}

.sbmt-str-toptext p {
  font-size: 14px;
  font-weight: 400;
}

[dir=rtl] .sbmt-str-toptext p {
  font-size: calc(14px + 4px);
}

@media (min-width: 992px) {
  .sbmt-str-toptext p {
    font-size: 22px;
  }

  [dir=rtl] .sbmt-str-toptext p {
    font-size: calc(22px + 4px);
  }
}

.sbmt-str-bottomtext {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 1;
}

@media (min-width: 768px) {
  .sbmt-str-bottomtext {
    width: 450px;
  }
}

@media (min-width: 992px) {
  .sbmt-str-bottomtext {
    bottom: 50px;
    left: 50px;
  }
}

.sbmt-str-bottomtext p {
  font-size: 18px;
  font-weight: 400;
}

[dir=rtl] .sbmt-str-bottomtext p {
  font-size: calc(18px + 4px);
}

@media (min-width: 992px) {
  .sbmt-str-bottomtext p {
    font-size: 32px;
  }

  [dir=rtl] .sbmt-str-bottomtext p {
    font-size: calc(32px + 4px);
  }
}

.sbmt-str-bsc-info {
  position: absolute;
  top: 130px;
  width: calc(100% - 30px);
  background: #f1ede2;
  padding: 16px 20px;
  border-radius: 12px;
  z-index: 5;
  margin-inline-start: 15px;
  margin-inline-end: 15px;
  height: auto;
  font-size: 16px;
  line-height: 24px;
}

[dir=rtl] .sbmt-str-bsc-info {
  font-size: calc(16px + 4px);
}

@media (min-width: 768px) {
  .sbmt-str-bsc-info {
    top: 115px;
  }
}

@media (min-width: 992px) {
  .sbmt-str-bsc-info {
    max-width: calc(100% - 30px);
    top: 210px;
  }
}

@media (min-width: 1200px) {
  .sbmt-str-bsc-info {
    max-width: 800px;
    width: 100%;
    right: calc(50% - 720px);
    left: auto;
    padding: 40px;
    border-radius: 16px;
    top: 40px;
  }
}

@media (min-width: 1200px) and (orientation: portrait) {
  .sbmt-str-bsc-info {
    top: 20%;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .sbmt-str-bsc-info {
    max-width: 680px;
    right: calc(50% - 600px);
  }
}

.sbmt-str-bsc-info h3,
.sbmt-str-bsc-info .h3 {
  font-size: 18px;
  font-weight: 700;
  color: #3C3C3B;
  margin-bottom: 8px;
  font-family: var(--font-text);
}

[dir=rtl] .sbmt-str-bsc-info h3,
[dir=rtl] .sbmt-str-bsc-info .h3 {
  font-size: calc(18px + 4px);
}

@media (min-width: 992px) {

  .sbmt-str-bsc-info h3,
  .sbmt-str-bsc-info .h3 {
    font-size: 22px;
  }

  [dir=rtl] .sbmt-str-bsc-info h3,
  [dir=rtl] .sbmt-str-bsc-info .h3 {
    font-size: calc(22px + 4px);
  }
}

.sbmt-str-bsc-info .cust-margin {
  margin-bottom: 20px;
}

.sbmt-str-bsc-info .form-group label {
  font-size: 12px;
  font-weight: 700;
  color: #706f6f;
  margin-bottom: 4px;
}

[dir=rtl] .sbmt-str-bsc-info .form-group label {
  font-size: calc(12px + 4px);
}

@media (min-width: 992px) {
  .sbmt-str-bsc-info .form-group label {
    font-size: 14px;
    margin-bottom: 8px;
  }

  [dir=rtl] .sbmt-str-bsc-info .form-group label {
    font-size: calc(14px + 4px);
  }
}

.sbmt-str-bsc-info .form-group input {
  font-size: 16px;
  font-weight: 400;
  color: #3C3C3B;
  border: none;
  background: transparent;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
}

.sbmt-str-bsc-info textarea {
  height: 100px;
  color: #878787;
  font-weight: 400;
  font-size: 14px;
  resize: none;
  text-align: left;
  border: none;
  padding: 0;
}

[dir=rtl] .sbmt-str-bsc-info textarea {
  font-size: calc(14px + 4px);
}

@media (min-width: 768px) {
  .sbmt-str-bsc-info textarea {
    height: 116px;
  }
}

@media (min-width: 992px) {
  .sbmt-str-bsc-info textarea {
    height: 140px;
    font-size: 16px;
  }

  [dir=rtl] .sbmt-str-bsc-info textarea {
    font-size: calc(16px + 4px);
  }
}

.sbmt-str-bsc-info .text-area {
  position: relative;
}

.sbmt-str-bsc-info .text-area i {
  right: 16px;
  bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  background: #e27362;
  font-size: 22px;
  color: #fff;
}

[dir=rtl] .sbmt-str-bsc-info .text-area i {
  font-size: calc(22px + 4px);
}

.sbmt-str-bsc-info .text-area i::before {
  font-size: 20px;
}

[dir=rtl] .sbmt-str-bsc-info .text-area i::before {
  font-size: calc(20px + 4px);
}

/* Submit your stories Feb 04  */
.submit-your-story-wrapper header {
  background: var(--Colors-Whites-Pale, #f1ede2);
}

.submit-your-story-wrapper header.header .part-1,
.submit-your-story-wrapper header.header .part-2,
.submit-your-story-wrapper header.header .part-3 {
  flex-basis: auto;
}

.submit-your-story-wrapper header.header .header-logo img[type=svg] {
  filter: invert(1);
}

.submit-your-story-wrapper header .icon-Logo {
  color: #fff;
}

.submit-your-story-wrapper header .btn-outline-secondary {
  color: #fff;
  background-color: #e27362;
  border-color: #e27362;
}

.submit-your-story-wrapper header .btn-outline-secondary:hover {
  color: #fff;
  background-color: #e27362;
}

.submit-your-story-wrapper header .nav-icon {
  margin-inline-start: 10px;
  color: #1d1d1b;
}

.submit-your-story-wrapper .breadcrumb-area {
  margin-top: 67px;
}

@media (min-width: 768px) {
  .submit-your-story-wrapper .breadcrumb-area {
    margin-top: 107px;
  }
}

.news-letter-notification {
  display: none;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  /* Close Button */
}

.news-letter-notification #lottie-animation {
  margin: 0 auto;
  width: 150px;
  height: 150px;
}

.news-letter-notification .desc {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news-letter-notification h3,
.news-letter-notification .h3 {
  color: #1d1d1b;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: -0.03rem;
  width: 75%;
}

[dir=rtl] .news-letter-notification h3,
[dir=rtl] .news-letter-notification .h3 {
  font-size: calc(1.5rem + 4px);
}

@media (min-width: 768px) {

  .news-letter-notification h3,
  .news-letter-notification .h3 {
    width: 100%;
    font-size: 3rem;
    line-height: 1.16;
    margin-bottom: 16px;
    letter-spacing: -0.12rem;
  }

  [dir=rtl] .news-letter-notification h3,
  [dir=rtl] .news-letter-notification .h3 {
    font-size: calc(3rem + 4px);
  }
}

.news-letter-notification p {
  color: #3C3C3B;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4285;
}

[dir=rtl] .news-letter-notification p {
  font-size: calc(0.875rem + 4px);
}

@media (min-width: 768px) {
  .news-letter-notification p {
    font-size: 1.5rem;
    line-height: 1.33;
    letter-spacing: -0.03rem;
  }

  [dir=rtl] .news-letter-notification p {
    font-size: calc(1.5rem + 4px);
  }
}

.news-letter-notification .modal-content {
  background-color: #F1EDE2;
  margin: 0;
  padding: 20px;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: space-evenly;
  top: 20%;
  box-shadow: 4px 4px 12px rgba(29, 29, 27, 0.5);
  border-radius: 16px;
}

@media (min-width: 768px) {
  .news-letter-notification .modal-content {
    height: 100%;
    top: unset;
  }
}

.news-letter-notification .modal-content .close-message {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
}

.news-letter-notification .modal-content .close-message i {
  font-size: 32px;
  cursor: pointer;
  color: #6c757d;
}

[dir=rtl] .news-letter-notification .modal-content .close-message i {
  font-size: calc(32px + 4px);
}

.news-letter-notification .modal-content .close-message i:hover {
  color: #343a40;
}

.news-letter-notification .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  display: block;
}

.news-letter-notification .close:hover,
.news-letter-notification .close:focus {
  opacity: 0.5;
  cursor: pointer;
}

/* Fancy Scrollbar */
/* Container with horizontal scrolling */
.scroll-container {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
  transition: scroll 0.3s ease-in-out;
  height: 60px;
  scroll-behavior: smooth;
}

/* Hide scrollbar by default */
.scroll-container::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: transparent;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* Show minimal scrollbar on hover */
.scroll-container:hover {
  scrollbar-width: thin;
  scrollbar-color: rgba(100, 125, 125, 0.25) transparent;
  /* Firefox */
}

.scroll-container:hover::-webkit-scrollbar {
  opacity: 1;
}

.scroll-container:hover::-webkit-scrollbar-thumb {
  background: transparent;
  /* Subtle blue */
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.scroll-container:hover::-webkit-scrollbar-thumb:hover {
  background: rgba(100, 125, 125, 0.1);
  /* Brighter blue on hover */
  cursor: pointer;
}

/* Privacy Poilicy */
.icon-Logo.header-logo {
  width: 120%;
  height: 2.5rem;
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
}

[dir=rtl] .icon-Logo.header-logo {
  font-size: calc(2.5rem + 4px);
}

@media (min-width: 768px) {
  .icon-Logo.header-logo {
    width: 160px;
    height: 80px;
    font-size: 60px;
  }

  [dir=rtl] .icon-Logo.header-logo {
    font-size: calc(60px + 4px);
  }
}

.privay-policy-wrapper .icon-Logo.header-logo,
.solid-bg .icon-Logo.header-logo {
  color: #1d1d1b;
}

.text-based h1,
.text-based .h1,
.text-based p {
  margin-block-end: 24px;
}

@media (min-width: 992px) {

  .text-based h1,
  .text-based .h1,
  .text-based p {
    margin-block-end: 32px;
  }
}

.text-based h1,
.text-based .h1 {
  font-size: 60px;
}

[dir=rtl] .text-based h1,
[dir=rtl] .text-based .h1 {
  font-size: calc(60px + 4px);
}

@media (max-width: 991.98px) {

  .text-based h1,
  .text-based .h1 {
    font-size: 32px;
  }

  [dir=rtl] .text-based h1,
  [dir=rtl] .text-based .h1 {
    font-size: calc(32px + 4px);
  }
}

.text-based h2,
.text-based .h2 {
  color: var(--Colors-Dark-2, #3C3C3B);
  font-family: Arimo;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

[dir=rtl] .text-based h2,
[dir=rtl] .text-based .h2 {
  font-size: calc(22px + 4px);
}

@media (max-width: 991.98px) {

  .text-based h2,
  .text-based .h2 {
    font-size: 18px;
  }

  [dir=rtl] .text-based h2,
  [dir=rtl] .text-based .h2 {
    font-size: calc(18px + 4px);
  }
}

.text-based p {
  color: var(--Colors-Dark-2, #3C3C3B);
  font-family: Arimo;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

[dir=rtl] .text-based p {
  font-size: calc(16px + 4px);
}

@media (max-width: 991.98px) {
  .text-based p {
    font-size: 14px;
  }

  [dir=rtl] .text-based p {
    font-size: calc(14px + 4px);
  }
}

.text-based.terms-section,
.text-based.policy-section {
  padding: 24px 0 40px 8px;
}

@media (min-width: 992px) {

  .text-based.terms-section,
  .text-based.policy-section {
    padding: 40px 0;
  }
}

.text-based .terms-section ol {
  margin: 0;
  padding: 0;
}

.text-based .terms-section ol li::marker {
  color: var(--Colors-Dark-2, #3C3C3B);
  font-family: Arimo;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

[dir=rtl] .text-based .terms-section ol li::marker {
  font-size: calc(22px + 4px);
}

.privay-policy-wrapper .container.d-none {
  display: block !important;
}

.together-we-rise-left,
.together-we-rise-right {
  padding: 0 12px;
}

.together-we-rise-left {
  width: calc(100% - 600px);
}

.together-we-rise-right {
  width: 600px;
  position: relative;
}

.together-we-rise-right .inner-together-rise {
  border-radius: 18px;
  overflow: hidden;
}

.together-we-rise-right img {
  width: auto;
  height: 822px;
}

.rise-content {
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.festival {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.festival .festival-wrap {
  position: sticky;
  top: 1rem;
}

@media (min-width: 768px) {
  .festival .festival-wrap {
    top: 2rem;
  }
}

@media (min-width: 1400px) {
  .festival .festival-wrap {
    top: 1rem;
  }
}

/* One fold elements */
.banner p {
  font-size: 22px;
  line-height: 32px;
}

[dir=rtl] .banner p {
  font-size: calc(22px + 4px);
}

h2.section-heading,
.section-heading.h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 1rem;
}

[dir=rtl] h2.section-heading,
[dir=rtl] .section-heading.h2 {
  font-size: calc(24px + 4px);
}

@media (min-width: 992px) {

  h2.section-heading,
  .section-heading.h2 {
    font-size: 2rem;
    line-height: 2rem;
  }

  [dir=rtl] h2.section-heading,
  [dir=rtl] .section-heading.h2 {
    font-size: calc(2rem + 4px);
  }
}

@media (min-width: 1200px) {

  h2.section-heading,
  .section-heading.h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 24px;
  }

  [dir=rtl] h2.section-heading,
  [dir=rtl] .section-heading.h2 {
    font-size: calc(42px + 4px);
  }
}

/* street-heritage */
.street-heritage-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.street-heritage {
  background: #fccab1;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.street-heritage .container {
  background: #fccab1;
  position: sticky;
  top: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.street-heritage section {
  padding: 0;
}

@media (min-width: 768px) {
  .street-heritage section {
    padding: 40px 0;
  }
}

.street-heritage .heritage-content {
  display: flex;
}

.street-heritage .heritage-content:nth-child(even) {
  flex-direction: row-reverse !important;
}

@media (max-width: 767.98px) {
  .street-heritage .heritage-content {
    flex-direction: column;
  }
}

.street-heritage:first-child .heritage-content {
  padding-bottom: 40px;
}

.street-heritage:last-child .heritage-content {
  padding-top: 40px;
}

.street-heritage P {
  font-weight: 400;
  text-transform: capitalize;
}

.street-heritage .story-header {
  margin-block-end: 24px;
}

@media (min-width: 768px) {
  .street-heritage .story-header {
    margin-block-end: 40px;
  }
}

.street-heritage .story-header>img {
  margin-inline-end: 1rem;
  width: 48px;
}

@media (min-width: 768px) {
  .street-heritage .story-header>img {
    width: 64px;
  }
}

.street-heritage .story-header p {
  margin: 0;
  color: #5C5C5B;
  font-size: 1rem;
  line-height: 125%;
}

[dir=rtl] .street-heritage .story-header p {
  font-size: calc(1rem + 4px);
}

.street-heritage .story-content h4,
.street-heritage .story-content .h4 {
  color: #3C3C3B;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  font-family: var(--font-heading);
  margin-block-end: 1rem;
}

[dir=rtl] .street-heritage .story-content h4,
[dir=rtl] .street-heritage .story-content .h4 {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {

  .street-heritage .story-content h4,
  .street-heritage .story-content .h4 {
    color: var(--Colors-Main-Matte, #1D1D1B);
    font-size: 40px;
    line-height: 48px;
    margin-block-end: 1.5rem;
  }

  [dir=rtl] .street-heritage .story-content h4,
  [dir=rtl] .street-heritage .story-content .h4 {
    font-size: calc(40px + 4px);
  }
}

.street-heritage .story-content p {
  color: #1d1d1b;
  line-height: 150%;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .street-heritage .story-content p {
    color: var(--Colors-Main-Matte, #1D1D1B);
    font-size: 22px;
    line-height: 150%;
    margin-block-end: 24px;
  }

  [dir=rtl] .street-heritage .story-content p {
    font-size: calc(22px + 4px);
  }
}

.street-heritage .left-street-heritage {
  width: 100%;
  flex: 1 1 100%;
  margin-inline-end: 0;
}

@media (min-width: 768px) {
  .street-heritage .left-street-heritage {
    width: calc(100% - 504px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin-inline-end: 80px;
  }
}

@media (min-width: 768px) {
  .street-heritage .flex-md-row-reverse .left-street-heritage {
    margin-inline-start: 80px;
  }
}

@media (min-width: 768px) {
  .street-heritage:nth-child(even) .left-street-heritage {
    margin-inline-end: unset;
    margin-inline-start: 80px;
  }
}

.street-heritage:nth-child(even) .heritage-content {
  flex-direction: row-reverse;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .street-heritage:nth-child(even) .heritage-content {
    flex-direction: column;
  }
}

.aspect-box {
  width: 100%;
  padding-top: 100%;
  position: relative;
  flex: 1 1 65%;
}

.aspect-box.responive-img {
  min-height: 353px;
}

@media (min-width: 768px) {
  .aspect-box {
    padding-top: 40%;
  }
}

.aspect-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 25%;
  object-position: center 25%;
}

.spotlight .swiper-wrapper {
  padding: 20px 0 0 !important;
}

@media (min-width: 768px) {
  .spotlight .swiper-wrapper {
    padding: 20px 0 !important;
  }
}

.leadership-section .leadership-banner {
  margin-bottom: 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  border-radius: 16px;
}

@media (min-width: 992px) {
  .leadership-section .leadership-banner {
    height: 650px;
  }
}

.leadership-section .leadership-banner img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .leadership-section .leadership-banner img {
    max-height: 650px;
  }
}

.leadership-section .leadership-banner img[src$=".gif"] {
  width: 50px;
  height: 50px;
}

.leadership-section ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.leadership-section ul li {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  padding-block-end: 24px;
}

@media (min-width: 992px) {
  .leadership-section ul li {
    flex-basis: 33%;
    padding-block-end: 40px;
    padding-inline-end: 20px;
  }
}

@media (max-width: 991.98px) {
  .leadership-section ul li:last-child {
    padding-bottom: 0;
  }
}

.leadership-section ul li h3,
.leadership-section ul li .h3 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

[dir=rtl] .leadership-section ul li h3,
[dir=rtl] .leadership-section ul li .h3 {
  font-size: calc(18px + 4px);
}

@media (min-width: 992px) {

  .leadership-section ul li h3,
  .leadership-section ul li .h3 {
    font-size: 40px;
    line-height: 48px;
  }

  [dir=rtl] .leadership-section ul li h3,
  [dir=rtl] .leadership-section ul li .h3 {
    font-size: calc(40px + 4px);
  }
}

.leadership-section ul li p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

[dir=rtl] .leadership-section ul li p {
  font-size: calc(14px + 4px);
}

@media (min-width: 992px) {
  .leadership-section ul li p {
    font-size: 22px;
    line-height: 32px;
  }

  [dir=rtl] .leadership-section ul li p {
    font-size: calc(22px + 4px);
  }
}

.amplify-section {
  padding: 40px 0;
  background-color: #B35243;
}

@media (min-width: 992px) {
  .amplify-section {
    padding: 40px 0;
  }
}

.amplify-section .impac-lives h1,
.amplify-section .impac-lives .h1 {
  color: #F1EDE2;
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

[dir=rtl] .amplify-section .impac-lives h1,
[dir=rtl] .amplify-section .impac-lives .h1 {
  font-size: calc(22px + 4px);
}

@media (min-width: 992px) {

  .amplify-section .impac-lives h1,
  .amplify-section .impac-lives .h1 {
    font-size: 60px;
    line-height: 80px;
    /* 133.333% */
  }

  [dir=rtl] .amplify-section .impac-lives h1,
  [dir=rtl] .amplify-section .impac-lives .h1 {
    font-size: calc(60px + 4px);
  }
}

.spotlight-story .row>div>p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

[dir=rtl] .spotlight-story .row>div>p {
  font-size: calc(0.875rem + 4px);
}

@media (min-width: 768px) {
  .spotlight-story .row>div>p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
  }

  [dir=rtl] .spotlight-story .row>div>p {
    font-size: calc(1.5rem + 4px);
  }
}

.spotlight-story .story-content h2,
.spotlight-story .story-content .h2 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

[dir=rtl] .spotlight-story .story-content h2,
[dir=rtl] .spotlight-story .story-content .h2 {
  font-size: calc(1.125rem + 4px);
}

@media (min-width: 768px) {

  .spotlight-story .story-content h2,
  .spotlight-story .story-content .h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.5rem;
  }

  [dir=rtl] .spotlight-story .story-content h2,
  [dir=rtl] .spotlight-story .story-content .h2 {
    font-size: calc(3rem + 4px);
  }
}

.spotlight-story .story-content p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

[dir=rtl] .spotlight-story .story-content p {
  font-size: calc(0.875rem + 4px);
}

@media (min-width: 768px) {
  .spotlight-story .story-content p {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  [dir=rtl] .spotlight-story .story-content p {
    font-size: calc(1rem + 4px);
  }
}

.spotlight-story .story-title,
.spotlight-story .story-section .story-title {
  margin-bottom: 0;
}

@media (min-width: 768px) {

  .spotlight-story .story-title,
  .spotlight-story .story-section .story-title {
    margin-bottom: 20px;
  }
}

.heritage-content-row {
  display: flex;
}

.heritage-content-row:nth-child(even) {
  flex-direction: row-reverse !important;
}

.all-stories .breadcrumb-area {
  position: absolute;
  width: 100%;
  top: 96px;
  left: 0;
  z-index: 12;
  border: none;
}

.all-stories .breadcrumb-area .breadcrumb-item.active a {
  color: #fff;
}

/* Video Section adjustment */
.video-wraper-qoutes {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 472px;
  min-height: 472px;
  overflow: hidden;
  margin-bottom: 16px;
  background-color: #1d1d1b;
  border-radius: 12px;
}

.video-wraper-qoutes iframe,
.video-wraper-qoutes video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wraper-qoutes .video-wraper-qoutes div:first-child {
  width: 100%;
  height: 100%;
  padding-top: 85% !important;
}

.story-qoutes-section {
  position: relative;
  padding: 40px 0px;
}

@media (min-width: 992px) {
  .story-qoutes-section .container {
    position: sticky;
    inset: 0%;
  }
}

.story-qoutes-section .swiper-slide {
  border-radius: 24px;
  padding: 40px 24px 24px 24px;
}

@media (max-width: 767.98px) {
  .story-qoutes-section .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .story-qoutes-section .swiper-slide {
    display: flex;
  }
}

@media (min-width: 1200px) {
  .story-qoutes-section .swiper-slide {
    padding: 2rem;
    height: calc(100vh - 160px);
  }
}

@media (min-width: 1400px) {
  .story-qoutes-section .swiper-slide {
    height: calc(100vh - 170px);
  }
}

@media (min-width: 1600px) {
  .story-qoutes-section .swiper-slide {
    height: calc(100vh - 180px);
  }
}

.story-qoutes-section .swiper-slide:nth-child(n+1) {
  background-color: #c9deb5;
}

.story-qoutes-section .swiper-slide:nth-child(2n+1) {
  background-color: #fccab1;
}

.story-qoutes-section .swiper-slide:nth-child(3n+1) {
  background-color: #afcadb;
}

.story-qoutes-section .swiper-slide .story-text::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/story-quotes.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 80px 62px;
  pointer-events: none;
  z-index: 0;
}

@media (min-width: 992px) {
  .story-qoutes-section .swiper-slide .story-text::before {
    background-size: 180px auto;
  }
}

.story-qoutes-section .swiper-slide .img-quote {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

@media (min-width: 992px) {
  .story-qoutes-section .swiper-slide .img-quote {
    max-width: 100%;
    max-height: 100%;
    height: auto;
  }
}

.story-qoutes-section .story-slide {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}

@media (min-width: 992px) {
  .story-qoutes-section .story-slide {
    flex-direction: row;
    gap: 32px;
    flex: 1;
  }
}

.story-qoutes-section .img-wraper-qoutes {
  position: relative;
  display: flex;
  height: 100%;
}

@media (max-width: 575.98px) {
  .story-qoutes-section .img-wraper-qoutes {
    position: relative;
    width: 100%;
    padding-top: 100%;
  }

  .story-qoutes-section .img-wraper-qoutes img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (min-width: 768px) {
  .story-qoutes-section .img-wraper-qoutes {
    margin: 0 auto;
  }
}

@media (min-width: 769px) {
  .story-qoutes-section .img-wraper-qoutes {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .story-qoutes-section .img-wraper-qoutes {
    flex: 0 0 35%;
  }
}

.story-qoutes-section .img-highlight {
  max-width: 55%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  inset-inline-start: -12px;
  top: -32px;
  z-index: 1;
}

@media (min-width: 992px) {
  .story-qoutes-section .img-highlight {
    inset-inline-start: auto;
    top: -17px;
    inset-inline-end: -90px;
  }
}

@media (min-width: 1200px) {
  .story-qoutes-section .img-highlight {
    top: -25px;
    right: -60px;
  }
}

.story-qoutes-section .img-highlight>img {
  width: 140px;
  height: auto;
}

@media (min-width: 992px) {
  .story-qoutes-section .img-highlight>img {
    width: 170px;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .story-qoutes-section .img-highlight>img {
    width: 200px;
    height: auto;
  }
}

.story-qoutes-section .story-text {
  padding: 1rem 0;
  font-family: var(--font-heading);
  font-size: 1.85rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1 1 auto;
}

[dir=rtl] .story-qoutes-section .story-text {
  font-size: calc(1.85rem + 4px);
}

@media (min-width: 992px) {
  .story-qoutes-section .story-text {
    padding: 0;
    margin-block-start: 140px;
    height: calc(100% - 140px);
  }
}

@media (min-width: 1200px) {
  .story-qoutes-section .story-text {
    max-width: none;
  }

  .story-qoutes-section .story-text p {
    margin-bottom: 2rem;
    font-size: 1.85rem;
    line-height: 38px;
  }

  [dir=rtl] .story-qoutes-section .story-text p {
    font-size: calc(1.85rem + 4px);
  }

  .story-qoutes-section .story-text .btn.btn-sm.btn-outline-dark,
  .story-qoutes-section .story-text .btn-group-sm>.btn.btn-outline-dark {
    margin-top: 42px;
  }
}

@media (min-width: 1400px) {
  .story-qoutes-section .story-text {
    margin-block-start: 160px;
    height: calc(100% - 160px);
  }
}

.story-qoutes-section .story-text .author {
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  min-height: 40px;
}

[dir=rtl] .story-qoutes-section .story-text .author {
  font-size: calc(18px + 4px);
}

@media (min-width: 768px) {
  .story-qoutes-section .story-text .author {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  [dir=rtl] .story-qoutes-section .story-text .author {
    font-size: calc(1.5rem + 4px);
  }
}

@media (min-width: 1200px) {
  .story-qoutes-section .story-text .author {
    margin-bottom: 2rem;
    font-size: 2rem;
  }

  [dir=rtl] .story-qoutes-section .story-text .author {
    font-size: calc(2rem + 4px);
  }
}

.story-qoutes-section .story-text .author img {
  width: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.story-qoutes-section .story-text p {
  position: relative;
  font-size: 22px;
  font-family: var(--font-heading);
  line-height: 1.25;
  color: #1d1d1b;
  flex: 1 1 140px;
  max-height: 140px;
  overflow-y: auto;
  overflow-x: hidden;
  /* Hide default and add custom scrollbar */
  /* Show minimal scrollbar on hover */
}

[dir=rtl] .story-qoutes-section .story-text p {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {
  .story-qoutes-section .story-text p {
    font-size: 1.75rem;
  }

  [dir=rtl] .story-qoutes-section .story-text p {
    font-size: calc(1.75rem + 4px);
  }
}

.story-qoutes-section .story-text p::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background: transparent;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.story-qoutes-section .story-text p:hover {
  scrollbar-width: thin;
  scrollbar-color: rgba(66, 66, 66, 0.25) transparent;
}

.story-qoutes-section .story-text p:hover::-webkit-scrollbar {
  opacity: 1;
}

.story-qoutes-section .story-text p:hover::-webkit-scrollbar-thumb {
  background: transparent;
  /* Subtle blue */
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.story-qoutes-section .story-text p:hover::-webkit-scrollbar-thumb:hover {
  background: rgba(66, 66, 66, 0.1);
  cursor: pointer;
}

.story-qoutes-section .story-text .btn {
  font-weight: 700;
}

.faq h1,
.faq .h1 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}

[dir=rtl] .faq h1,
[dir=rtl] .faq .h1 {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {

  .faq h1,
  .faq .h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 40px;
  }

  [dir=rtl] .faq h1,
  [dir=rtl] .faq .h1 {
    font-size: calc(60px + 4px);
  }
}

.faq-accordion h2.accordion-header button,
.faq-accordion .accordion-header.h2 button {
  font-family: var(--font-text);
  font-size: 22px;
  font-weight: 700;
}

[dir=rtl] .faq-accordion h2.accordion-header button,
[dir=rtl] .faq-accordion .accordion-header.h2 button {
  font-size: calc(22px + 4px);
}

.faq-accordion .accordion-button {
  background-color: transparent;
  box-shadow: none;
}

.faq-accordion .accordion-button:after {
  background-image: url("../images/plus-icon.svg");
  background-repeat: no-repeat;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus-icon.svg");
  background-repeat: no-repeat;
  transform: none;
}

.faq-accordion .accordion-item {
  border: none;
  background-color: transparent;
  padding: 24px 0;
  border-top: 1px solid #DED9D1;
  display: none;
  transition: all 0.3s ease;
}

.faq-accordion .accordion-item:last-of-type {
  border-bottom: 1px solid #DED9D1;
}

.faq-accordion .accordion-item h2 button,
.faq-accordion .accordion-item .h2 button {
  font-size: 14px;
  font-weight: 700;
}

[dir=rtl] .faq-accordion .accordion-item h2 button,
[dir=rtl] .faq-accordion .accordion-item .h2 button {
  font-size: calc(14px + 4px);
}

@media (min-width: 768px) {

  .faq-accordion .accordion-item h2 button,
  .faq-accordion .accordion-item .h2 button {
    font-size: 22px;
  }

  [dir=rtl] .faq-accordion .accordion-item h2 button,
  [dir=rtl] .faq-accordion .accordion-item .h2 button {
    font-size: calc(22px + 4px);
  }
}

.faq-accordion .accordion-item p {
  font-size: 12px;
  margin-top: 24px;
}

[dir=rtl] .faq-accordion .accordion-item p {
  font-size: calc(12px + 4px);
}

@media (min-width: 768px) {
  .faq-accordion .accordion-item p {
    font-size: 16px;
  }

  [dir=rtl] .faq-accordion .accordion-item p {
    font-size: calc(16px + 4px);
  }
}

.faq-accordion .accordion-item.visible {
  display: block;
}

.faq .load-more {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

[dir=rtl] .faq .load-more {
  font-size: calc(18px + 4px);
}

.signup-letter {
  position: relative;
  background: #B35243;
  padding: 40px 20px;
  min-height: auto;
}

@media (min-width: 768px) {
  .signup-letter {
    min-height: 500px;
  }
}

.signup-letter img {
  border-radius: 16px;
}

@media (min-width: 1200px) {
  .signup-letter {
    padding: 80px;
  }
}

.signup-letter h1,
.signup-letter .h1 {
  font-size: 22px;
  font-weight: 700;
  color: #F1EDE2;
  margin-bottom: 24px;
}

[dir=rtl] .signup-letter h1,
[dir=rtl] .signup-letter .h1 {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {

  .signup-letter h1,
  .signup-letter .h1 {
    font-size: 60px;
    margin-bottom: 40px;
  }

  [dir=rtl] .signup-letter h1,
  [dir=rtl] .signup-letter .h1 {
    font-size: calc(60px + 4px);
  }
}

.signup-letter-cont {
  color: #F1EDE2;
}

.signup-letter-cont h2,
.signup-letter-cont .h2 {
  font-size: 22px;
  font-weight: 700;
}

[dir=rtl] .signup-letter-cont h2,
[dir=rtl] .signup-letter-cont .h2 {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {

  .signup-letter-cont h2,
  .signup-letter-cont .h2 {
    font-size: 40px;
  }

  [dir=rtl] .signup-letter-cont h2,
  [dir=rtl] .signup-letter-cont .h2 {
    font-size: calc(40px + 4px);
  }
}

.signup-letter-cont .form-group {
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.5019607843);
  border-radius: 16px;
}

@media (min-width: 768px) {
  .signup-letter-cont .form-group {
    padding: 16px 24px;
    background: #fff;
  }
}

.signup-letter-cont .form-group label {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

[dir=rtl] .signup-letter-cont .form-group label {
  font-size: calc(12px + 4px);
}

@media (min-width: 768px) {
  .signup-letter-cont .form-group label {
    font-size: 16px;
    color: #3C3C3B;
  }

  [dir=rtl] .signup-letter-cont .form-group label {
    font-size: calc(16px + 4px);
  }
}

.signup-letter-cont .form-group input {
  font-size: 12px;
  font-weight: 400;
  color: #F1EDE2;
  border: none;
  padding: 0;
  background-color: transparent;
}

[dir=rtl] .signup-letter-cont .form-group input {
  font-size: calc(12px + 4px);
}

@media (min-width: 768px) {
  .signup-letter-cont .form-group input {
    font-size: 18px;
    color: #1d1d1b;
  }

  [dir=rtl] .signup-letter-cont .form-group input {
    font-size: calc(18px + 4px);
  }
}

.signup-letter-cont .form-group input:Focus,
.signup-letter-cont .form-group input:focus-visible {
  background-color: transparent;
}

.signup-letter-cont .form-group input::-moz-placeholder {
  color: #1D1D1B;
  opacity: 1;
}

.signup-letter-cont .form-group input::placeholder {
  color: #1D1D1B;
  opacity: 1;
}

.signup-letter-cont .form-group input:focus::-moz-placeholder {
  color: #1D1D1B;
}

.signup-letter-cont .form-group input:focus::placeholder {
  color: #1D1D1B;
}

.signup-letter-cont p {
  font-size: 14px;
  margin-bottom: 24px;
}

[dir=rtl] .signup-letter-cont p {
  font-size: calc(14px + 4px);
}

@media (min-width: 768px) {
  .signup-letter-cont p {
    font-size: 16px;
    margin-bottom: 40px;
  }

  [dir=rtl] .signup-letter-cont p {
    font-size: calc(16px + 4px);
  }
}

.signup-letter-cont button {
  width: 109px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 700;
  margin-top: 12px;
}

[dir=rtl] .signup-letter-cont button {
  font-size: calc(14px + 4px);
}

@media (min-width: 992px) {
  .signup-letter-cont button {
    width: 176px;
    padding: 16px 24px;
    font-size: 18px;
    margin-top: 0;
  }

  [dir=rtl] .signup-letter-cont button {
    font-size: calc(18px + 4px);
  }
}

.services h2,
.services .h2 {
  font-size: 22px;
  font-weight: 700;
  color: #1d1d1b;
  margin-bottom: 24px;
}

[dir=rtl] .services h2,
[dir=rtl] .services .h2 {
  font-size: calc(22px + 4px);
}

@media (min-width: 768px) {

  .services h2,
  .services .h2 {
    font-size: 36px;
    color: #1d1d1b;
  }

  [dir=rtl] .services h2,
  [dir=rtl] .services .h2 {
    font-size: calc(36px + 4px);
  }
}

.services-rate {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .services-rate {
    padding-inline-start: 40px;
    margin-bottom: 0;
  }
}

.services-rate .form-group {
  padding: 16px 16px 20px 16px;
  background: #fff;
  border-radius: 16px;
  margin-bottom: 16px;
  height: 92px;
}

@media (min-width: 768px) {
  .services-rate .form-group {
    margin-bottom: 24px;
    height: 104px;
  }
}

.services-rate .form-group .form-label {
  font-size: 16px;
  font-weight: 700;
  color: #1d1d1b;
  margin-bottom: 8px;
  display: block;
}

[dir=rtl] .services-rate .form-group .form-label {
  font-size: calc(16px + 4px);
}

@media (min-width: 768px) {
  .services-rate .form-group .form-label {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 16px;
  }

  [dir=rtl] .services-rate .form-group .form-label {
    font-size: calc(20px + 4px);
  }
}

.services-rate textarea {
  font-size: 16px;
  color: #878787;
  padding: 16px;
  border: 1px solid #D9D9D9;
  border-radius: 16px;
  background: #fff !important;
  margin-bottom: 16px;
}

[dir=rtl] .services-rate textarea {
  font-size: calc(16px + 4px);
}

@media (min-width: 768px) {
  .services-rate textarea {
    padding: 20px 24px;
    margin-bottom: 32px;
  }
}

.services-rate .btn {
  display: flex;
  padding: 0.75rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .services-rate .btn {
    width: 11rem;
    height: 3.4375rem;
    padding: 1rem 1.5rem;
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .services-border {
    border-right: 1px solid #D9D9D9;
  }
}

@media (min-width: 768px) {
  .services-reach-out {
    padding-inline-end: 28px;
  }
}

.services .rating {
  float: left;
  height: 46px;
}

.services .rating:not(:checked)>input {
  position: absolute;
  top: -9999px;
}

.services .rating:not(:checked)>label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 22px;
  color: #ccc;
  margin-inline-end: 8px;
}

[dir=rtl] .services .rating:not(:checked)>label {
  font-size: calc(22px + 4px);
}

.services .rating:not(:checked)>label:before {
  content: "\f586";
  font-family: "bootstrap-icons" !important;
}

.services .rating>input:checked~label {
  color: #3C3C3B;
}

.services .rating:not(:checked)>label:hover,
.services .rating:not(:checked)>label:hover~label {
  color: #3C3C3B;
}

.services .rating>input:checked+label:hover,
.services .rating>input:checked+label:hover~label,
.services .rating>input:checked~label:hover,
.services .rating>input:checked~label:hover~label,
.services .rating>label:hover~input:checked~label {
  color: #3C3C3B;
}

.file-upload-wrapper {
  margin: 0 auto;
  width: 100px;
  text-align: center;
}

.custom-file-input {
  display: none;
}

.custom-file-label {
  cursor: pointer;
  padding: 10px 20px;
  display: inline-block;
}

.preview-container img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

/* bugs AWD-295 */
.about-us .blue-bg,
.sard-story1 .blue-bg {
  padding: 0;
}

.about-us .blue-bg>.container,
.sard-story1 .blue-bg>.container {
  max-width: 100%;
  padding: 0;
}

.about-us .blue-bg>.container .testimonial,
.sard-story1 .blue-bg>.container .testimonial {
  border-radius: 0;
}

.about-us .banner,
.sard-story1 .banner {
  min-height: 80vh;
}

.about-us .banner .text-container,
.sard-story1 .banner .text-container {
  top: 0;
}

.about-us .banner .banner-info,
.sard-story1 .banner .banner-info {
  padding: 1.5rem 1.25rem 0 1.25rem;
  bottom: 1.5rem;
}

@media (min-width: 768px) {

  .about-us .banner .banner-info,
  .sard-story1 .banner .banner-info {
    bottom: 2.5rem;
    padding: 2.5rem 2.5rem 0rem 2.5rem;
  }
}

.about-us .testimonial,
.sard-story1 .testimonial {
  min-height: 300px;
}

@media (min-width: 768px) {

  .about-us .testimonial,
  .sard-story1 .testimonial {
    min-height: 500px;
  }
}

.about-us .testimonial .swiper-wrapper,
.sard-story1 .testimonial .swiper-wrapper {
  margin-top: 0;
}

@media (min-width: 768px) {

  .about-us .testimonial .swiper-wrapper,
  .sard-story1 .testimonial .swiper-wrapper {
    margin-top: 0;
  }
}

.about-us .testimonial .testimonial-slide-label h2,
.about-us .testimonial .testimonial-slide-label .h2,
.sard-story1 .testimonial .testimonial-slide-label h2,
.sard-story1 .testimonial .testimonial-slide-label .h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

[dir=rtl] .about-us .testimonial .testimonial-slide-label h2,
[dir=rtl] .about-us .testimonial .testimonial-slide-label .h2,
[dir=rtl] .sard-story1 .testimonial .testimonial-slide-label h2,
[dir=rtl] .sard-story1 .testimonial .testimonial-slide-label .h2 {
  font-size: calc(1.5rem + 4px);
}

@media (min-width: 768px) {

  .about-us .testimonial .testimonial-slide-label h2,
  .about-us .testimonial .testimonial-slide-label .h2,
  .sard-story1 .testimonial .testimonial-slide-label h2,
  .sard-story1 .testimonial .testimonial-slide-label .h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 3rem;
  }

  [dir=rtl] .about-us .testimonial .testimonial-slide-label h2,
  [dir=rtl] .about-us .testimonial .testimonial-slide-label .h2,
  [dir=rtl] .sard-story1 .testimonial .testimonial-slide-label h2,
  [dir=rtl] .sard-story1 .testimonial .testimonial-slide-label .h2 {
    font-size: calc(2rem + 4px);
  }
}

@media (min-width: 1200px) {

  .about-us .testimonial .testimonial-slide-label h2,
  .about-us .testimonial .testimonial-slide-label .h2,
  .sard-story1 .testimonial .testimonial-slide-label h2,
  .sard-story1 .testimonial .testimonial-slide-label .h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  [dir=rtl] .about-us .testimonial .testimonial-slide-label h2,
  [dir=rtl] .about-us .testimonial .testimonial-slide-label .h2,
  [dir=rtl] .sard-story1 .testimonial .testimonial-slide-label h2,
  [dir=rtl] .sard-story1 .testimonial .testimonial-slide-label .h2 {
    font-size: calc(3rem + 4px);
  }
}

.about-us .banner-info .banner-heading,
.sard-story1 .banner-info .banner-heading {
  margin-bottom: 1.5rem;
}

.about-us .banner-info .btn-primary,
.sard-story1 .banner-info .btn-primary {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: capitalize;
}

[dir=rtl] .about-us .banner-info .btn-primary,
[dir=rtl] .sard-story1 .banner-info .btn-primary {
  font-size: calc(0.875rem + 4px);
}

@media (min-width: 992px) {

  .about-us .banner-info .btn-primary,
  .sard-story1 .banner-info .btn-primary {
    padding: 1rem 1.5rem;
    font-size: 1.125rem;
  }

  [dir=rtl] .about-us .banner-info .btn-primary,
  [dir=rtl] .sard-story1 .banner-info .btn-primary {
    font-size: calc(1.125rem + 4px);
  }
}

.about-us .blue-bg {
  padding: 80px 0;
}

.about-us .blue-bg .testimonial {
  border-radius: 0;
}

.search-filters.scroll-container {
  display: flex;
  align-items: center;
}

.search-filters.scroll-container .btn-outline-primary {
  padding: 0.45rem 1.2rem;
  margin-inline-end: 8px;
}

.search-filters.scroll-container .btn-outline-primary.active {
  background-color: #e27362;
  border-color: #e27362;
  color: #fff;
}

.search-filters.scroll-container .btn-outline-primary.active:focus,
.search-filters.scroll-container .btn-outline-primary:focus,
.search-filters.scroll-container .btn-outline-primary:focus-visible {
  border: none;
  outline: none;
  box-shadow: unset;
}

.btn-outline-primary.active:focus,
.btn-outline-secondary.active:focus {
  box-shadow: unset;
}

.btn-outline-primary:focus,
.btn-outline-primary:focus-visible,
.btn-outline-secondary:focus,
.btn-outline-secondary:focus-visible {
  box-shadow: unset;
  outline: none;
  box-shadow: none;
}

.reachout-to-us .icon-Logo.header-logo {
  color: #1d1d1b;
}

.reachout-to-us .stars {
  font-size: 22px;
  cursor: pointer;
}

[dir=rtl] .reachout-to-us .stars {
  font-size: calc(22px + 4px);
}

.reachout-to-us .star {
  float: left;
  width: 24px;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  margin-inline-end: 8px;
}

.reachout-to-us .star::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
}

[dir=rtl] .reachout-to-us .star::before {
  font-size: calc(22px + 4px);
}

.reachout-to-us .star::before {
  color: #9D9D9C;
  content: "\f588";
}

.reachout-to-us .star.active::before {
  color: #1d1d1b;
  content: "\f586";
}

.reachout-to-us .succ-message,
.reachout-to-us .error-message {
  width: 100%;
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: -24px;
}

[dir=rtl] .reachout-to-us .succ-message,
[dir=rtl] .reachout-to-us .error-message {
  font-size: calc(16px + 4px);
}

.reachout-to-us .succ-message {
  color: #198754;
}

.reachout-to-us .error-message {
  color: #e27362;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.text-area.cont {
  position: relative;
}

.form-control:focus,
.form-control:focus-visible {
  outline: none;
  box-shadow: none;
}

textarea {
  resize: none;
}

.sard-story.inner .section {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .sard-story.inner .section {
    padding: 60px 0;
  }
}

.sard-story.inner .icon-Logo.header-logo {
  color: #1d1d1b;
}

.sard-story.inner .header {
  z-index: 0;
  position: relative;
}

.sard-story.inner .banner {
  z-index: 0;
}

.sard-story.inner .banner .video-bg iframe {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
}

.sard-story.inner .her-story-slider .swiper-pagination-bullet-active,
.sard-story.inner .her-story-compaign-btn {
  background: #e27362;
}

.sard-story.inner .her-story-img-wrapper img {
  width: 100% !important;
  height: 100%;
  border-radius: 24px;
}

.sard-story.inner.story-inner-page .banner .video-bg iframe {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100% !important;
  height: 56.25vw !important;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
}

.human-section button {
  display: none;
}

.dot-border {
  border: 1px dashed #c6c6c6;
  border-radius: 16px;
  color: #1d1d1b;
  resize: none;
  padding: 16px;
  background-color: transparent;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

[dir=rtl] .dot-border {
  font-size: calc(16px + 4px);
}

.textarea-container {
  border-radius: 16px;
  padding: 16px 16px 60px 16px;
}

.audio-story button#micButton,
.audio-story .recording-area {
  border: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.audio-story .recording-area {
  right: auto;
  left: 15px;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.audio-story .recording-area #stopButton {
  border: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  background: transparent;
}

.audio-story .recording-area select {
  margin-inline-start: 5px;
}

.audio-story .recording-area select:focus,
.audio-story .recording-area select:focus-visible {
  outline: none;
  box-shadow: none;
}

.audio-story #lottie-animation-recording svg path[stroke="rgb(26,24,24)"] {
  stroke: white !important;
}

.necessary {
  color: #e27362;
}

.impac-lives p {
  margin-bottom: 32px;
  font-size: 22px;
}

[dir=rtl] .impac-lives p {
  font-size: calc(22px + 4px);
}

.health-banner-image {
  cursor: pointer;
}

.event-inner-page section {
  padding: 20px 0;
}

.event-inner-page .icon-Logo.header-logo {
  color: #1d1d1b;
}

.event-inner-page .breadcrumb-area .breadcrumb-item.active a {
  color: #1D1D1B;
}

.events .breadcrumb-area .breadcrumb-item.active a {
  color: #fff;
  margin-inline-start: 0.5rem;
}

.btn.ticket-price {
  height: 34px;
  line-height: 0;
}

.championship-desc p:last-child {
  margin-bottom: 0 !important;
}

.light-blue-spotlight .spotlight {
  background: #C5D5DB !important;
}

.journey-section .inner-container .profile,
a[data-url] {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* Prevents text selection */
}

.story-card,
.story-section .story-card-mb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.about-us .testimonial-slide-label {
  padding-top: 50px;
}

@media (min-width: 768px) {
  .about-us .testimonial-slide-label {
    padding: 0;
  }
}

.testimonial-slide-label {
  position: relative;
}

.testimonial-slide-label h2,
.testimonial-slide-label .h2 {
  margin: 24px auto 40px auto;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  width: 100%;
  padding-inline: 20px;
  position: relative;
}

[dir=rtl] .testimonial-slide-label h2,
[dir=rtl] .testimonial-slide-label .h2 {
  font-size: calc(22px + 4px);
}

.testimonial-slide-label h2::after,
.testimonial-slide-label .h2::after {
  content: "";
  background: url("../../images/quotes.svg") 0 0 no-repeat;
  background-size: cover;
  width: 64px;
  height: 45px;
  display: block;
  position: absolute;
  left: 0;
  z-index: -1;
  top: -15px;
}

@media (min-width: 768px) {

  .testimonial-slide-label h2::after,
  .testimonial-slide-label .h2::after {
    width: 100px;
    height: 70px;
    left: -60px;
  }
}

@media (min-width: 1200px) {

  .testimonial-slide-label h2::after,
  .testimonial-slide-label .h2::after {
    width: 144px;
    height: 100px;
    left: -80px;
  }
}

@media (min-width: 768px) {

  .testimonial-slide-label h2,
  .testimonial-slide-label .h2 {
    font-size: 32px;
    line-height: 38px;
    width: 80%;
    min-height: 100px;
  }

  [dir=rtl] .testimonial-slide-label h2,
  [dir=rtl] .testimonial-slide-label .h2 {
    font-size: calc(32px + 4px);
  }
}

@media (min-width: 992px) {

  .testimonial-slide-label h2,
  .testimonial-slide-label .h2 {
    font-size: 48px;
    line-height: 56px;
  }

  [dir=rtl] .testimonial-slide-label h2,
  [dir=rtl] .testimonial-slide-label .h2 {
    font-size: calc(48px + 4px);
  }
}

@media (min-width: 1200px) {

  .testimonial-slide-label h2,
  .testimonial-slide-label .h2 {
    width: 85%;
  }
}

.events .testimonial-slide-label h2.clamped-quote,
.events .testimonial-slide-label .clamped-quote.h2 {
  margin-top: 0;
  padding-top: 20px;
  min-height: 150px;
}

.events .testimonial-slide-label h2.clamped-quote::after,
.events .testimonial-slide-label .clamped-quote.h2::after {
  content: "";
  top: 5px;
  left: 10px;
}

@media (min-width: 768px) {

  .events .testimonial-slide-label h2.clamped-quote::after,
  .events .testimonial-slide-label .clamped-quote.h2::after {
    width: 180px;
    height: 126px;
    left: 0;
  }
}

@media (min-width: 768px) {

  .events .testimonial-slide-label h2.clamped-quote,
  .events .testimonial-slide-label .clamped-quote.h2 {
    width: 100%;
  }
}

@media (min-width: 992px) {

  .events .testimonial-slide-label h2.clamped-quote,
  .events .testimonial-slide-label .clamped-quote.h2 {
    width: 80%;
  }
}

@media (min-width: 1200px) {

  .events .testimonial-slide-label h2.clamped-quote,
  .events .testimonial-slide-label .clamped-quote.h2 {
    width: 90%;
  }
}

@media (min-width: 992px) {

  .testimonial-slider .swiper-horizontal>.swiper-pagination-bullets,
  .testimonial-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: auto;
    bottom: -6px;
  }
}

.events .testimonial {
  border-radius: 16px;
}

.story-section .story-title .btn {
  max-height: 36px;
  white-space: nowrap;
  line-height: 1;
}

@media (min-width: 768px) {
  .story-section .story-title .btn {
    max-height: none;
  }
}

.videos-sard .swiper-slide .img .detail span.lis {
  display: none;
}

p:empty {
  display: none;
}

p:empty:has(> br) {
  display: none;
}

p {
  white-space: collapse;
}

.current {
  font-weight: bold;
}

@media (min-width: 992px) {
  .banner.no-solid-header {
    min-height: calc(100vh - 80px);
  }
}

@media (min-width: 768px) {
  [dir=rtl] .left-text-right-image .right-section {
    right: auto;
    left: 0;
  }
}

/*  */
.left-text-right-image {
  padding: 0;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .left-text-right-image {
    height: auto;
  }
}

@media (min-width: 1400px) {
  .left-text-right-image {
    min-height: calc(100vh - 79px);
  }
}

.left-text-right-image .right-section {
  position: static;
}

@media (min-width: 768px) {
  .left-text-right-image .right-section {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media (min-width: 768px) {
  .left-text-right-image .right-section>div {
    height: 1000px;
  }
}

@media (min-width: 768px) {
  .left-text-right-image .right-section .swiper {
    height: 1000px;
  }
}

.left-text-right-image .right-section .swiper.reverse-slider,
.left-text-right-image .right-section .img-area {
  margin-inline-start: 40px;
}

.home-section.rise .content-together-we-rise {
  flex-direction: column-reverse;
}

.home-section.rise .content-together-we-rise .rise-img {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .home-section.rise .content-together-we-rise {
    flex-direction: row;
  }
}

.search-results .nav.nav-pills a {
  padding: 0.45rem 1.2rem;
  border-radius: 100px;
  border: 1px solid #878787;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
  color: #1d1d1b;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.search-results .nav.nav-pills a.active {
  background-color: #e27362;
  border-color: #e27362;
  color: #fff;
}

@media (min-width: 768px) {
  .search-results .nav.nav-pills a {
    font-size: 1rem;
  }

  [dir=rtl] .search-results .nav.nav-pills a {
    font-size: calc(1rem + 4px);
  }
}

.news-letter-form input::-webkit-autofill {
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: rgba(222, 216, 209, 0.5) !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.labels {
  font-family: var(--font-text);
  padding: 8px 16px;
  border-radius: 40px;
  z-index: 1;
  color: #3C3C3B;
  cursor: pointer;
  border: 1px solid rgba(135, 135, 135, 0.12);
  background: rgba(172, 172, 172, 0.4);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 32px;
  display: inline-block;
}

[dir=rtl] .labels {
  font-size: calc(16px + 4px);
}

.agenda-img-one {
  overflow: hidden;
}

.agenda-img-two {
  overflow: hidden;
}

.agenda-img-two .festival-img img {
  height: 160px !important;
}

@media (min-width: 768px) {
  .agenda-img-two .festival-img img {
    height: 220px !important;
  }
}

@media (min-width: 1400px) {
  .agenda-img-two .festival-img img {
    height: 300px !important;
  }
}

.agenda-img-three {
  overflow: hidden;
}

.agenda-img-three .festival-img img {
  height: 160px !important;
}

@media (min-width: 768px) {
  .agenda-img-three .festival-img img {
    height: 220px !important;
  }
}

@media (min-width: 1400px) {
  .agenda-img-three .festival-img img {
    height: 300px !important;
  }
}

/* managing empty tags */
.left-street-heritage p:empty {
  display: none;
}

.video-bg video::-webkit-media-controls {
  display: none !important;
}

.events .breadcrumb-area .breadcrumb-item+.breadcrumb-item::before {
  background: url(../../images/right-arrow-grey.svg) left 4px/16px no-repeat;
}

.sard-story.inner .img.embed-responsive,
.event-inner-page .img.embed-responsive {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sard-story.inner .img.embed-responsive div,
.event-inner-page .img.embed-responsive div {
  display: flex;
  height: 100%;
  min-height: 220px;
  width: 100%;
  padding-top: 0 !important;
  aspect-ratio: 16/9;
}

@media (min-width: 576px) {

  .sard-story.inner .img.embed-responsive div,
  .event-inner-page .img.embed-responsive div {
    min-height: 340px;
  }
}

@media (min-width: 768px) {

  .sard-story.inner .img.embed-responsive div,
  .event-inner-page .img.embed-responsive div {
    min-height: 400px;
  }
}

@media (min-width: 1200px) {

  .sard-story.inner .img.embed-responsive div,
  .event-inner-page .img.embed-responsive div {
    min-height: calc(100vh - 79px);
  }
}

@media (min-width: 1400px) {

  .sard-story.inner .img.embed-responsive div,
  .event-inner-page .img.embed-responsive div {
    width: auto;
  }
}

@media (min-width: 2400px) {

  .sard-story.inner .img.embed-responsive div,
  .event-inner-page .img.embed-responsive div {
    width: 100%;
  }
}

.sard-story.inner .img.embed-responsive .video-wrapper,
.event-inner-page .img.embed-responsive .video-wrapper {
  width: 100%;
}

@media (min-width: 992px) {

  .sard-story.inner .suggestions-container,
  .event-inner-page .suggestions-container {
    bottom: 10%;
  }
}

@media (min-width: 1200px) {

  .sard-story.inner .suggestions-container,
  .event-inner-page .suggestions-container {
    bottom: 5.5%;
  }
}

/*----------------------------------------------------------------------------------------------------------*/
/*--------------------------------------- Video/image Responsivness --------------------------------------- */
/*----------------------------------------------------------------------------------------------------------*/
.player.right-content-area-supported {
  width: 100%;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}

/*  for ifram area */
.media-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: height 0.5s ease-in-out;
  width: 100%;
  height: 365px;
  min-height: 365px;
  overflow: hidden;
  background-color: #3A505A;
}

.media-container .img-container {
  display: flex;
  justify-content: center;
}

.media-container .img-container img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 25%;
  object-position: center 25%;
}

.media-container>div,
.media-container .video-wrapper {
  position: relative;
  transition: width 0.5s ease-in-out;
  overflow: hidden;
}

.media-container>div iframe,
.media-container .video-wrapper iframe {
  border: none;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.media-container>div>div,
.media-container .video-wrapper>div {
  height: 100%;
  filter: brightness(0.85);
}

@media (max-width: 767.98px) {
  .media-container.resp-container {
    min-height: 170px;
  }
}

.media-container.right-media-container {
  min-height: 104px;
}

@media (min-width: 768px) {
  .media-container.right-media-container {
    min-height: 192px;
  }
}

.spotlight .spotlight-slider-wrapper .media-container {
  min-height: 100%;
}

.spotlight .spotlight-slider-wrapper .media-container>div,
.spotlight .spotlight-slider-wrapper .media-container>div iframe,
.spotlight .spotlight-slider-wrapper .media-container>p,
.spotlight .spotlight-slider-wrapper .media-container>p iframe,
.spotlight .spotlight-slider-wrapper .media-container .video-wrapper,
.spotlight .spotlight-slider-wrapper .media-container .video-wrapper iframe {
  width: 100%;
  min-height: 100%;
  display: flex;
  aspect-ratio: 9/16;
  padding-top: 0 !important;
}

@media (min-width: 992px) {
  .banner img.img-fluid {
    width: 100%;
    max-height: 100vh;
  }
}

.banner .video-bg {
  position: absolute;
  inset: 0;
  z-index: 5;
  overflow: hidden;
  filter: brightness(0.75);
}

.banner .video-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner .video-bg .img,
.banner .video-bg .embed-responsive {
  background-color: #1d1d1b;
}

.square-img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  /* Ensures image fits properly */
}

.all-stories .banner.share-watch {
  height: calc(100vh - 60px);
  min-height: 512px;
}

.all-stories .banner.share-watch .container .text-container {
  bottom: 35px;
  z-index: 6;
  height: auto;
}

.all-stories .banner.share-watch .container .text-container .mSlide .text-wrapper {
  display: flex;
}

@media (min-width: 912px) {
  .sard-story.sard-inner-story .text-container {
    bottom: 100px;
  }
}

/*----------------------------------------------------------------------------------------------------------*/
/*--------------------------------------- Video/image Responsivness --------------------------------------- */
/*----------------------------------------------------------------------------------------------------------*/
.one-fold {
  height: calc(100vh - 80px);
}

@media (orientation: portrait) and (min-width: 992px) {
  .one-fold.archeology-container {
    height: calc(60vh - 80px);
  }
}

@media (orientation: portrait) and (min-width: 1200px) {
  .one-fold {
    height: auto;
  }
}

.one-fold.archeology-container {
  padding-bottom: 64px;
  padding-top: 40px;
}

@media (min-width: 992px) {
  .one-fold.archeology-container {
    padding: 50px 0;
  }
}

.one-fold.archeology-container .container {
  height: 100%;
}

@media (min-width: 1200px) {
  .one-fold {
    padding: 60px 0;
  }
}

.no-data {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
}

[dir=rtl] .no-data {
  font-size: calc(16px + 4px);
}

.no-data img {
  width: 48px;
  height: 48px;
}

.home-section .custom-progress .custom-bar {
  height: 60px;
}

/* exceptions for extra large screens */
@media (min-width: 1400px) {
  .spotlight .swiper-slide {
    height: calc(100vh - 280px);
    height: 100%;
    aspect-ratio: 9/16;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3.125),
only screen and (min-resolution: 300dpi) {
  /* For Retina and 4K+ displays */
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi) {
  /* High-DPI screens (Retina, 4K, 5K, etc.) */
}

.journey img {
  border-radius: 16px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

[dir=rtl] .img-highlight {
  width: 140px;
  height: 123px;
  display: block;
}

[dir=rtl] .img-highlight img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  [dir=rtl] .img-highlight {
    right: auto;
    left: -90px;
  }
}

@media (min-width: 1200px) {
  [dir=rtl] .img-highlight {
    left: -60px;
  }
}

/* --------------------------------
          DropDown Generic
-------------------------------- */
.dropdown-menu.show {
  padding: 0;
  min-width: 100%;
  margin-top: -3px !important;
  border-radius: 16px;
}

.dropdown-menu li .dropdown-item:hover,
.dropdown-menu li .dropdown-item:focus,
.dropdown-menu li .dropdown-item.active {
  color: rgba(255, 255, 255, 0.75);
  background-color: #CFDCE6;
}

.dropdown-menu li:first-child .dropdown-item:hover,
.dropdown-menu li:first-child .dropdown-item.active {
  border-radius: 16px 16px 0 0;
}

.dropdown-menu li:last-child .dropdown-item:hover,
.dropdown-menu li:last-child .dropdown-item.active {
  border-radius: 0 0 16px 16px;
}

/* --------------------------------
          End DropDown Generic
-------------------------------- */
/* --------------------------------
          Arrows Generic
-------------------------------- */
html[dir=ltr] .rt-arrow,
.rt-arrow {
  animation: ltrAnimRight 0.8s ease-in-out infinite alternate;
}

html[dir=ltr] .lt-arrow,
.lt-arrow {
  animation: ltrAnimLeft 0.8s ease-in-out infinite alternate;
}

html[dir=rtl] .rt-arrow {
  transform: scaleX(-1);
  animation: rtlAnimRight 0.8s ease-in-out infinite alternate;
}

html[dir=rtl] .lt-arrow {
  transform: scaleX(-1);
  animation: rtlAnimLeft 0.8s ease-in-out infinite alternate;
}

html[dir=rtl] .bi-arrow-right::before,
html[dir=rtl] .bi-arrow-left::before,
html[dir=rtl] .breadcrumb-item::before {
  transform: rotate(180deg);
}

@keyframes ltrAnimLeft {
  0% {
    transform: translateX(-4px);
  }

  100% {
    transform: translateX(4px);
  }
}

@keyframes ltrAnimRight {
  0% {
    transform: translateX(4px);
  }

  100% {
    transform: translateX(-4px);
  }
}

@keyframes rtlAnimLeft {
  0% {
    transform: scaleX(-1) translateX(-4px);
  }

  100% {
    transform: scaleX(-1) translateX(4px);
  }
}

@keyframes rtlAnimRight {
  0% {
    transform: scaleX(-1) translateX(4px);
  }

  100% {
    transform: scaleX(-1) translateX(-4px);
  }
}

/* --------------------------------
          End Arrows Generic
-------------------------------- */
/* --------------------------------
          Direction RTL
-------------------------------- */
html[dir=rtl] .videos-sard .videos-tags .btn-outline-primary {
  min-width: 65px;
  flex-shrink: 0;
}

html[dir=rtl] h1,
html[dir=rtl] .h1,
html[dir=rtl] h2,
html[dir=rtl] .h2,
html[dir=rtl] h3,
html[dir=rtl] .h3,
html[dir=rtl] h4,
html[dir=rtl] .h4,
html[dir=rtl] h5,
html[dir=rtl] .h5,
html[dir=rtl] h6,
html[dir=rtl] .h6,
html[dir=rtl] p,
html[dir=rtl] a,
html[dir=rtl] button,
html[dir=rtl] span {
  letter-spacing: normal !important;
}

html[dir=rtl] .events .testimonial-slide-label .clamped-quote::after {
  content: "";
  left: unset;
  right: 10px;
  transform: scaleX(-1);
}

@media (min-width: 768px) {
  html[dir=rtl] .events .testimonial-slide-label .clamped-quote::after {
    left: unset;
    right: 0;
  }
}

html[dir=rtl] .testimonial-slide-label h2::after,
html[dir=rtl] .testimonial-slide-label .h2::after {
  left: unset;
  right: 0;
}

@media (min-width: 768px) {

  html[dir=rtl] .testimonial-slide-label h2::after,
  html[dir=rtl] .testimonial-slide-label .h2::after {
    left: unset;
    right: -60px;
  }
}

@media (min-width: 1200px) {

  html[dir=rtl] .testimonial-slide-label h2::after,
  html[dir=rtl] .testimonial-slide-label .h2::after {
    left: unset;
    right: -80px;
  }
}

html[dir=rtl] .news-letter-form .form-group input {
  text-align: right;
}

html[dir=rtl] .story-qoutes-section .swiper-slide .story-text::before {
  transform: scaleX(-1);
}

/* --------------------------------
          End Direction RTL
-------------------------------- */
@media (min-width: 1400px) {

  .pioneer-wrapper,
  .testimonial-wrapper {
    min-height: calc(100vh - 79px);
  }
}

/* --------------------------------
          Loader Display
-------------------------------- */
.req-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(29, 29, 27, 0.5);
  z-index: 1000;
}

.req-loader {
  position: absolute;
  top: 40%;
  left: 42.5%;
  transform: translate(-50%, -50%);
  border: 8px solid #fff;
  border-top: 8px solid #e27362;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@media (min-width: 768px) {
  .req-loader {
    left: 46%;
  }
}

@media (min-width: 992px) {
  .req-loader {
    left: 47.25%;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

html,
body {
  transition: 0.3s ease-in-out;
}

/*---------------------------------------
Arrows scale on hover
---------------------------------------*/
@keyframes grow-shrink {
  0% {
    transform: translateX(0px);
    transition: transform 0.2s cubic-bezier(0.4, 0.22, 0.28, 1);
  }

  100% {
    transform: translateX(-2.8px);
    transition: transform 0.2s cubic-bezier(0.4, 0.22, 0.28, 1);
  }
}

@keyframes grow-shrink-head {
  0% {
    transform: translateX(0px);
    transition: transform 0.2s cubic-bezier(0.4, 0.22, 0.28, 1);
  }

  100% {
    transform: translateX(-2.8px);
    transition: transform 0.2s cubic-bezier(0.4, 0.22, 0.28, 1);
  }
}

@keyframes grow-shrink-negative {
  0% {
    transform: translateX(0px);
    transition: transform 0.2s cubic-bezier(0.4, 0.22, 0.28, 1);
  }

  100% {
    transform: translateX(1.8px);
    transition: transform 0.2s cubic-bezier(0.4, 0.22, 0.28, 1);
  }
}

a[aria-label="Next slide"].button-next svg:hover #myLine {
  transition: transform 0.2s cubic-bezier(0.4, 0.22, 0.28, 1);
  animation: grow-shrink 1.5s ease-in-out;
}

a[aria-label="Previous slide"].button-prev svg:hover #myLine {
  transition: transform 0.2s cubic-bezier(0.4, 0.22, 0.28, 1);
  animation: grow-shrink-negative 1.5s ease-in-out;
}

.submit-story:hover span i.bi-arrow-right {
  transition: 0.3s ease-in-out;
  font-size: 1.13rem;
}

.banner .banner-info a.btn:hover i.bi-arrow-right {
  transition: 0.3s ease-in-out;
  font-size: 1.13rem;
}

.events-section .event-item header .view-more:hover img {
  transition: all ease-in-out 0.3s;
  width: 32px;
}

@media (prefers-reduced-motion: reduce) {
  .events-section .event-item header .view-more:hover img {
    transition: none;
  }
}

#thinking-emoji {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
}

#thinking-emoji svg {
  position: absolute;
  left: 0;
  top: 3px;
}

@media (max-width: 767.98px) {
  #thinking-emoji {
    width: 18px;
    height: 18px;
  }
}

.sard-story .story-in-focus .btn.btn-outline-primary {
  margin-top: 15px;
}

html[dir=rtl] .people .redirect {
  padding-right: 70px;
}

@media (min-width: 768px) {
  html[dir=rtl] .people .redirect {
    padding-right: 70px;
  }
}

@media (min-width: 992px) {
  html[dir=rtl] .people .redirect {
    padding-right: 70px;
  }
}

html[dir=rtl] .stories .nav {
  flex-wrap: nowrap;
}

html[dir=rtl] .inspiring-tales .inspiring-quiz .quiz-questions .question ul {
  padding-right: 0;
}

/* Past events video visibility issues  */
.video-bg.shorts>div {
  position: static !important;
}

.videos-sard .row.g-0 .btn.btn-primary.view-all {
  font-size: 10px;
}

@media (min-width: 375px) {
  .videos-sard .row.g-0 .btn.btn-primary.view-all {
    font-size: 16px;
  }
}

.share-tooltip {
  display: none;
  position: absolute;
  top: 0;
  right: 40px;
  left: auto;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 8px 10px;
  z-index: 100;
  white-space: nowrap;
}

.share-tooltip a {
  margin: 0 5px;
  display: inline-block;
}

.share-tooltip img {
  width: 24px;
  height: 24px;
}

html[dir=rtl] .share-tooltip {
  left: 40px;
  right: auto;
}

.social-area {
  position: relative;
}

.social-area:hover .share-tooltip {
  display: flex;
  align-items: center;
}

a.whatsApp-share:hover .bi-whatsapp {
  color: #25D366;
}

a.linkedIn-share:hover .bi-linkedin {
  color: #0077B5;
}

a.facebook-share:hover .bi-facebook {
  color: #1877F2;
}

a.twitter-share:hover .bi-twitter-x {
  color: #1DA1F2;
}

.her-story-slide-label {
  color: #ded9d1;
  background: linear-gradient(0deg, rgba(29, 29, 27, 0.75), transparent);
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}

html[dir=rtl] .tech-sec-desc-bottom {
  padding-right: 60px;
  padding-left: 24px;
  width: 100%;
  transform: rotate(0deg);
  background-position: right;
}

.tech-sec-desc-bottom {
  min-height: 66px;
  width: 100%;
}

.tech-sec-desc-bottom:empty {
  display: none;
}

[dir=rtl] .people .banner .banner-carousel .banner-info .banner-heading {
  line-height: 82px;
}

/*# sourceMappingURL=style.css.map */


/* -------------------------------
  Custom CSS Changes After UAT QA
-------------------------------- */

.about-story .container .inner-container .line-mask {
  background-color: #cfdce6;
  mix-blend-mode: screen;
}

.about-story .container .inner-container .inner-heading,
.about-story .container .inner-container p {
  color: #1a1a1b;
}

.journey-section .inner-container {
  background-color: #cfdce6;
}

.global-footer input[type=text].input-name {
  color: #1a1a1b;
}

.global-footer .submit-story {
  color: #1a1a1b;
  border-color: rgba(0, 0, 0, 0.95)
}

.global-footer .footer-links {
  background-color: #cfdce6;
}

.global-footer .footer-links .list-group-item {
  color: #1a1a1b;
}

/* pin location updated after uat*/

.abu-dhabi-streets .map-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}



@media (orientation: portrait) {

  @media (min-width: 330px) {
    .abu-dhabi-streets .map-bg {
      background-size: 600%;
      background-position: 42% -10%;
    }
  }

  @media (min-width: 360px) {
    .abu-dhabi-streets .map-bg {
      background-size: 385%;
    background-position: 41% -40%;
    }
  }

  @media (min-width: 390px) {
    .abu-dhabi-streets .map-bg {
      background-size: 425%;
      background-position: 41% -100%;
    }
  }

  /* @media (min-height: 710px) {
    .abu-dhabi-streets .map-bg {
      background-size: 435%;
    }
  } */

  @media (min-width: 540px) {
    .abu-dhabi-streets .map-bg {
      background-size: 375%;
      background-position: 42% 20%;
    }
  }

  .abu-dhabi-streets .right-panel a#\31 {
    top: 36%;
    left: 39%;
  }

  .abu-dhabi-streets .right-panel a#\32 {
    top: 58%;
    left: 53%;
  }

  .abu-dhabi-streets .right-panel a#\33 {
    top: 53%;
    left: 19%;
  }

  .abu-dhabi-streets .right-panel a#\34 {
    top: 61%;
    left: 18%;
  }

  .abu-dhabi-streets .right-panel a#\35 {
    top: 66%;
    left: 42%;
  }

  .abu-dhabi-streets .right-panel a#\36 {
    top: 51%;
    left: 61%;
  }

  .abu-dhabi-streets .right-panel a#\37 {
    top: 75%;
    left: 80%;
  }

}

@media (orientation: landscape) {

  .abu-dhabi-streets .right-panel a#\31 {
    top: 10%;
    left: 42%;
  }

  .abu-dhabi-streets .right-panel a#\32 {
    top: 29%;
    left: 44%;
  }

  .abu-dhabi-streets .right-panel a#\33 {
    top: 31%;
    left: 37%;
  }

  .abu-dhabi-streets .right-panel a#\34 {
    top: 35%;
    left: 36%;
  }

  .abu-dhabi-streets .right-panel a#\35 {
    top: 38%;
    left: 42%;
  }

  .abu-dhabi-streets .right-panel a#\36 {
    top: 20%;
    left: 45%;
  }

  .abu-dhabi-streets .right-panel a#\37 {
    top: 77%;
    left: 80%;
  }
}

/* stories change after UAT */
.sbmt-str>.container-fluid .row .col-12:nth-child(2) {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: auto;
  position: relative;
}

.sbmt-str,
.sbmt-str img.img-bg {
  min-height: 100vh;
  height: auto;
}

.sbmt-str-toptext {
  display: none;
}

/* If bottomtext need to be on top then top text must hide or else remove bottomtext style  */
.sbmt-str-bottomtext {
  bottom: unset;
  left: 2.5%;
  top: 1.5%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 95%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y: auto;
}

@media (orientation: portrait) {
  @media (min-height: 667px) {
    .sbmt-str-bottomtext {
      height: 65%;
    }
  }

  @media (min-height: 767px) {
    .sbmt-str-bottomtext {
      height: 75%;
    }
  }
}

.sbmt-str-bsc-info {
  top: 35%;
}

@media (min-width: 768px) {
  .sbmt-str>.container-fluid .row .col-12:nth-child(2) {
    align-items: flex-start;
  }

  .sbmt-str-bottomtext {
    top: 5%;
    left: 5%;
    width: 90%;
    justify-content: center;
  }

  .sbmt-str-bsc-info {
    top: 55%;
  }

  html[dir=rtl] .sbmt-str .row {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1200px) {
  .sbmt-str-bsc-info {
    top: 7%;
  }

  .sbmt-str,
  .sbmt-str img.img-bg {
    min-height: 900px;
    height: 100vh;
  }

  .sbmt-str>.container-fluid .row .col-12:nth-child(2) {
    align-items: flex-start;
  }

  .sbmt-str-bottomtext {
    width: 70%;
    height: 90%;
    top: 25%;
    left: 15%;
    right: 15%;
    justify-content: flex-start;
  }
  
  /*overriding for Mac*/


  .bi::before,[class*=" bi-"]::before,[class^=bi-]::before {
       display: block;
    vertical-align: unset;
  }


}

.banner .video-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
 
.banner .video-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}

.journey-section .inner-container .profiles:nth-child(3) .profile-wrapper:nth-child(7) .profile {
    inset-inline-start: -30px;
    top: 70px;
}