@font-face {
  font-family: "icomoon";
  src: url("../fonts/Icomoon/icomoon.eot?tg0rw9");
  src: url("../fonts/Icomoon/icomoon.eot?tg0rw9#iefix")
      format("embedded-opentype"),
    url("../fonts/Icomoon/icomoon.ttf?tg0rw9") format("truetype"),
    url("../fonts/Icomoon/icomoon.woff?tg0rw9") format("woff"),
    url("../fonts/Icomoon/icomoon.svg?tg0rw9#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-accessibility:before {
  content: "";
}

.icon-account:before {
  content: "";
}

.icon-apps:before {
  content: "";
}

.icon-arrows-down:before {
  content: "";
  color: #202a50;
}

.icon-arrows-right:before {
  content: "";
}

.icon-arrows-up:before {
  content: "";
}

.icon-chat:before {
  content: "";
}

.icon-dashboard:before {
  content: "";
}

.icon-happiness:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-icons-stickybar-newspaper:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-close:before {
  content: "";
}

/* Creating a class for each of the values in the $icon-sizes variable. */
.dda-icon-xs {
  font-size: 12px;
}

.dda-icon-sm {
  font-size: 16px;
}

.dda-icon-md {
  font-size: 24px;
}

.dda-icon-lg {
  font-size: 36px;
}

.dda-icon-xl {
  font-size: 40px;
}

.dda-footer {
  z-index: 888;
  transition: bottom 0.3s;
  height: 60px;
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0px -4px 20px 4px rgba(0, 0, 0, 0.04);
  /* --webkit-backdrop-filter: blur(8px);  
  backdrop-filter: blur(8px);*/
  background: white;
}
@media screen and (max-width: 1440px) {
  .dda-footer {
    height: auto;
    padding: 12px 8px;
    box-shadow: none;
  }
  .dda-footer.white {
    background: transparent;
  }
}
@media screen and (max-width: 600px) {
  .dda-footer {
    height: auto;
    padding: 12px 8px;
    box-shadow: none;
  }
}
.dda-footer__section-btn {
  border: 0;
  background: var(--bg-body);
  width: 64px;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}
.dda-footer__section-btn:hover {
  transform: translateY(-2px);
}

@media screen and (prefers-reduced-motion: reduce) {
  .dda-footer__section-btn,
  .dda-footer__section-btn:hover {
    transform: none;
    transition: none;
  }
}

@media (prefers-reduced-motion) {
  .dda-footer__section-btn,
  .dda-footer__section-btn:hover {
    transform: none;
    transition: none;
  }
}

.transparent .dda-footer__section-btn i,
.transparent .dda-footer__section-btn i::before {
  color: #008954;
}
@media screen and (max-width: 1440px) {
  .dda-footer__section-btn {
    background: var(--bg-body);
    border-radius: 50px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    box-shadow: 0 6px 20px #00000022;
  }
}
.dda-footer__section--bordered {
  border-right: 1px solid #e8e8e8;
}
[dir="rtl"] .dda-footer__section--bordered {
  border-right: unset;
  border-left: 1px solid #e8e8e8;
}
.dda-footer__section-links--right {
  gap: 0.6rem;
}
.dda-footer__section-links--right .dda-footer__section-link:hover {
  color: var(--text-body);
}
.dda-footer__section-links--right .dda-footer__section-link:hover i,
.dda-footer__section-links--right .dda-footer__section-link:hover i:before {
  color: var(--text-body);
}
@media screen and (max-width: 1440px) {
  .dda-footer__section-links {
    gap: 8px;
  }
}
.dda-footer__section-link {
  text-decoration: none;
  color: inherit;
  font-size: 1rem;
  transition: transform 0.2s ease-in-out;
}
.dda-footer__section-link:hover {
  transform: translateY(-2px);
}

@media screen and (prefers-reduced-motion: reduce) {
  .dda-footer__section-link,
  .dda-footer__section-link:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion) {
  .dda-footer__section-link,
  .dda-footer__section-link:hover {
    transform: none;
    transition: none;
  }
}
.dda-footer__section-link--sm {
  font-size: 14px;
}
.dda-footer__section-link--md {
  font-size: 16px;
}
.dda-footer__section-link .icon-apps {
  font-size: 26px;
}
.dda-footer__section-link .icon-mail {
  font-size: 11px;
}
.transparent .dda-footer__section-link {
  color: #008954;
}
.transparent .dda-footer__section-link .primary--text {
  color: #008954;
}
.transparent .dda-footer__section-link i,
.transparent .dda-footer__section-link i::before {
  color: #008954;
}
@media screen and (max-width: 1440px) {
  .dda-footer__section-link {
    background: var(--bg-body);
    border-radius: 50px;
    width: 48px;
    max-width: 48px;
    height: 48px;
    box-shadow: 0 6px 20px #00000022;
  }
  .dda-footer__section-link i.ms--3 {
    margin: 0;
  }
}

.transparent .dda-footer__icon-04 {
  display: none;
}
.dda-footer__icon-04--green {
  display: none;
}
.transparent .dda-footer__icon-04--green {
  display: block;
}
.dda-footer__chat-btn {
  width: 100%;
  margin-right: 10px;
}
@media screen and (max-width: 1440px) {
  .dda-footer__chat-btn {
    margin-right: 0;
    width: 48px;
  }
}
.dda-footer__chat-btn i {
  font-size: 26px;
}
.dda-footer__chat-btn.active i:before {
  content: "î¤Œ";
}
.dda-footer--hidden {
  bottom: -100px;
}
@media screen and (max-width: 600px) {
  .dda-footer p {
    display: none;
  }
  .dda-footer__icon-wrapper {
    width: 64px;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .dda-footer .container {
    padding-left: 0;
    padding-right: 0;
  }
  .dda-footer__section {
    width: 50px;
  }
  .dda-footer__icon-wrapper {
    width: 50px;
  }
}

/* Creating a class for each of the values in the $flexProperties variable. */
.justify-center {
  justify-content: center;
}

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

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

.align-space-between {
  align-items: space-between;
}

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

.align-space-around {
  align-items: space-around;
}

.ps-2 {
  padding-left: 0.5rem;
}
[dir="rtl"] .ps-2 {
  padding-right: 0.5rem;
  padding-left: unset;
}

.ms-2 {
  margin-left: 0.5rem;
}
[dir="rtl"] .ms-2 {
  margin-right: 0.5rem;
  margin-left: unset;
}

.pe-2 {
  padding-right: 0.5rem;
}
[dir="rtl"] .pe-2 {
  padding-right: unset;
  padding-left: 0.5rem;
}

.me-2 {
  margin-right: 0.5rem;
}
[dir="rtl"] .me-2 {
  margin-right: unset;
  margin-left: 0.5rem;
}

.transparent .dda-header-container {
  height: 170px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, #000, #00000000);
}

.dda-header-container .skip-to-main {
  position: absolute;
  top: 10px;
  left: -99999px;
  z-index: 9;
  padding: 15px 20px;
  text-decoration: none;
  color: inherit;
}
.dda-header-container .skip-to-main:focus {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  .dda-header-container .skip-to-main {
    display: none;
  }
}

.dda-main-header {
  height: 100px;
  position: fixed;
  width: 100%;
  z-index: 999 !important;
  padding: 0 15px 0 15px;
}
@media screen and (max-width: 600px) {
  .dda-main-header {
    display: none !important;
  }
}
.transparent .dda-main-header {
  background-color: #00000000;
}
.dda-main-header__logo {
  width: 100%;
  object-fit: contain;
  max-width: 135px;
  height: auto;
}
.transparent .dda-main-header__logo {
  display: none;
}
.dda-main-header__logo--white {
  display: none;
  max-width: 135px;
}
.transparent .dda-main-header__logo--white {
  display: block;
}
.dda-main-header__gov-logo {
  width: 100%;
  object-fit: contain;
  max-width: 120px;
  height: 57px;
  background-image: url("../images/dubai-gov.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.transparent .dda-main-header__gov-logo {
  background-image: url("../images/logo-2-gov.svg");
}
.dda-main-header__dropdown-icon {
  margin-right: 20px;
  background: none;
  border: 0;
}
.transparent .dda-main-header__dropdown-icon {
  margin-right: -20px;
}
.transparent .dda-main-header__dropdown-icon i::before {
  color: #fff;
}
.dda-main-header__separator {
  width: 1px;
  height: 49px;
  opacity: 0.1;
  border-right: solid 1px #000;
}
@media screen and (max-width: 600px) {
  .dda-main-header__logo {
    max-width: 135px;
  }
  .dda-main-header__gov-logo {
    max-width: 120px;
  }
}

@media screen and (max-width: 600px) {
  .dda-main-header {
    padding: 24px 0px;
  }
}

.dda-sub-header__navbar .menu > ul > li > a:hover::after,
.dda-sub-header__navbar .menu > ul > li > a.active::after,
.dda-sub-header__navbar .menu > ul > li > a:focus::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  top: calc(100% + 4px);
  height: 5px;
  background: var(--text-body);
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}
.transparent .dda-sub-header__navbar .menu > ul > li > a:hover::after,
.dda-sub-header__navbar .transparent .menu > ul > li > a:hover::after,
.transparent .dda-sub-header__navbar .menu > ul > li > a.active::after,
.dda-sub-header__navbar .transparent .menu > ul > li > a.active::after,
.transparent .dda-sub-header__navbar .menu > ul > li > a:focus::after,
.dda-sub-header__navbar .transparent .menu > ul > li > a:focus::after {
  background: #fff;
}

.dda-sub-header {
  --menu-height: 60px;
  height: var(--menu-height);
  position: fixed;
  top: 100px;
  width: 100%;
  z-index: 999;
  transition: top 0.3s;
}
@media screen and (max-width: 600px) {
  .dda-sub-header {
    --menu-height: 80px;
    top: 0;
  }
}
.transparent .dda-sub-header {
  background-color: transparent;
}
@media screen and (max-width: 600px) {
  .transparent .dda-sub-header--normal {
    background-color: white;
  }
  .transparent
    .dda-sub-header--normal
    .dda-sub-header__navbar-toggle
    .icon-menu {
    color: #000;
  }
  .transparent .dda-sub-header--normal .dda-sub-header__logo {
    display: block;
  }
  .transparent .dda-sub-header--normal .dda-sub-header__logo--white {
    display: none;
  }
  .transparent .dda-sub-header--normal .dda-sub-header__mobile-action i {
    color: #000;
  }
  .dda-sub-header--normal .dda-sub-header__mobile-action.active > i:before {
    content: "î¤Œ";
  }
}
.dda-sub-header--hidden {
  top: -100px;
  z-index: 0;
}
.dda-sub-header__navbar {
  flex: 1;
  max-width: 50%;
  justify-content: flex-start;
}
@media screen and (max-width: 600px) {
  .dda-sub-header__navbar {
    flex: unset;
  }
}
.dda-sub-header__navbar .menu {
  box-sizing: border-box;
  flex: 1;
}
.dda-sub-header__navbar .menu ul {
  list-style: none;
  padding: 16px;
  margin: 0;
}
.dda-sub-header__navbar .menu ul li,
.dda-sub-header__navbar .menu ul li a {
  color: #202a50;
  cursor: pointer;
  transition: 200ms;
  text-decoration: none;
  white-space: nowrap;
}
.dda-sub-header__navbar .menu ul li a,
.dda-sub-header__navbar .menu ul li a a {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.dda-sub-header__navbar .menu ul li {
  margin-right: 36px;
}
.dda-sub-header__navbar .menu ul li::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 40%;
  transform: translateY(-50%);
}
[dir="rtl"] .dda-sub-header__navbar .menu ul li::before {
  left: 10px;
  right: unset;
}
.dda-sub-header__navbar .menu ul .link::before {
  padding-right: 0;
  display: none;
}
[dir="rtl"] .dda-sub-header__navbar .menu ul .link::before {
  padding-right: unset;
  padding-left: 0;
}
.dda-sub-header__navbar .menu > ul {
  display: flex;
  height: var(--menu-height);
  align-items: center;
}
.dda-sub-header__navbar .menu > ul li {
  position: relative;
  margin: 0 16px;
  font-size: 16px;
  display: flex;
  align-items: center;
  line-height: 2.67;
}
.dda-sub-header__navbar .menu > ul li:hover {
  color: var(--text-body);
}
.dda-sub-header__navbar .menu > ul li.active {
  color: var(--text-body);
}
.dda-sub-header__navbar .menu > ul li ul {
  visibility: hidden;
  opacity: 0;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(183, 183, 183, 0.3);
  min-width: 384px;
  background: #fff;
  color: #202a50;
  position: absolute;
  top: calc(var(--menu-height) - 5px);
  transition: 200ms;
  transition-delay: 200ms;
}
.dda-sub-header__navbar .menu > ul li ul li {
  margin: 0;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
  font-weight: normal;
}
.dda-sub-header__navbar .menu > ul li ul li::before {
  width: 8px;
  height: 8px;
  border: solid var(--text-body);
  border-width: 0 3px 3px 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
[dir="rtl"] .dda-sub-header__navbar .menu > ul li ul li::before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.dda-sub-header__navbar .menu > ul li ul li ul {
  top: -2%;
  left: calc(100% + 18px);
  transform: translate(0);
}
[dir="rtl"] .dda-sub-header__navbar .menu > ul li ul li ul {
  left: unset;
  right: calc(100% + 18px);
}
.dda-sub-header__navbar .menu > ul li ul li:hover {
  color: var(--text-body);
  background: #e8f6fc;
  border-radius: 8px;
}
.dda-sub-header__navbar .menu > ul li ul li:hover > a {
  text-shadow: 0px 0px 1px var(--text-body);
  color: var(--text-body);
}
.dda-sub-header__navbar .menu > ul li:hover > ul,
.dda-sub-header__navbar .menu > ul li > .active + ul {
  opacity: 1;
  visibility: visible;
  transition-delay: 0ms;
}
.dda-sub-header__navbar .menu > ul > li > a {
  justify-content: center;
}
.transparent .dda-sub-header__navbar .menu > ul > li > a {
  color: #fff;
}
.dda-sub-header__actions {
  display: flex;
  gap: 15px;
  position: relative;
  bottom: -1px;
}
@media screen and (max-width: 600px) {
  .dda-sub-header__actions {
    gap: 0;
    position: absolute;
    display: none;
  }
}
.dda-sub-header__actions .search-new .search__input {
  width: 100px;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.dda-sub-header__actions .search-new .search__input:focus {
  width: 248px;
  outline: none;
  box-shadow: 0 0 0 0.125rem var(--text-body);
}
.dda-sub-header__actions a {
  text-decoration: none;
  white-space: nowrap;
}
.dda-sub-header__mobile-actions {
  display: none;
}
@media screen and (max-width: 600px) {
  .dda-sub-header__mobile-actions {
    display: block;
  }
}
.dda-sub-header__mobile-action {
  display: flex;
  background: none;
  border: 0;
}
.transparent .dda-sub-header__mobile-action i {
  color: #fff;
}
.dda-sub-header__mobile-action.active > i:before {
  content: "î¤Œ";
}
.dda-sub-header__logo {
  display: none;
  /* width: 100px;  */
}
.dda-sub-header__logo--white {
  display: none;
}
@media screen and (max-width: 600px) {
  .dda-sub-header__logo {
    display: block;
  }
  .transparent .dda-sub-header__logo {
    display: none;
  }
  .dda-sub-header__logo--white {
    display: none;
    width: 100px;
  }
  .transparent .dda-sub-header__logo--white {
    display: block;
  }
}
.dda-sub-header__navbar-toggle {
  background: none;
  border: 0;
}
@media screen and (max-width: 600px) {
  .dda-sub-header__navbar-toggle.active .icon-menu:before {
    content: "î¤Œ";
  }
}
.dda-sub-header__btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #f9f9f9;
  border: 0;
  font-size: 1rem;
}
.dda-sub-header__btn i {
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .dda-sub-header__btn {
    display: none;
  }
}
.transparent .dda-sub-header__btn {
  background: #ffffff22;
  color: #fff;
}
.transparent .dda-sub-header__btn i {
  color: #fff;
}
.dda-sub-header__btn:hover,
.dda-sub-header__btn:focus {
  color: var(--text-body);
}
.dda-sub-header__btn:hover i,
.dda-sub-header__btn:focus i {
  color: var(--text-body);
}
.dda-sub-header__btn.active i {
  color: var(--text-body);
}
.dda-sub-header__profile {
  border: 2px solid var(--text-body);
}
.dda-sub-header__profile-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.dda-sub-header__locale {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  width: unset;
  padding: 0 16px;
  border-radius: 20px !important;
}
.dda-sub-header__profile-btn {
  width: unset;
  padding-left: 8px;
  padding-right: 16px;
  border-radius: 20px !important;
  gap: 10px;
}
[dir="rtl"] .dda-sub-header__profile-btn {
  flex-direction: row-reverse;
  padding-left: 16px;
  padding-right: 8px;
}
.dda-sub-header__mega-menu {
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.04) !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  width: 100%;
  position: fixed !important;
  left: 0;
  top: 160px !important;
  max-height: calc(100% - 200px);
  overflow: auto;
}
.dda-sub-header .icon-menu {
  display: block;
}
.transparent .dda-sub-header .icon-menu {
  background: #00000000;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .dda-sub-header .menu {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .dda-sub-header .search-new {
    display: none;
  }
}

.dda-sub-header__actions .search-new,
.dda-side-nav .search-new {
  position: relative;
}
.dda-sub-header__actions .search-new i,
.dda-side-nav .search-new i {
  position: absolute;
  left: 24px;
  top: 11px;
  font-size: 20px;
}
.transparent .dda-sub-header__actions .search-new i,
.dda-sub-header__actions .transparent .search-new i,
.transparent .dda-side-nav .search-new i,
.dda-side-nav .transparent .search-new i {
  color: #fff;
}
[dir="rtl"] .dda-sub-header__actions .search-new i,
.dda-sub-header__actions [dir="rtl"] .search-new i,
[dir="rtl"] .dda-side-nav .search-new i,
.dda-side-nav [dir="rtl"] .search-new i {
  left: unset;
  right: 24px;
}
.dda-sub-header__actions .search-new .search__input,
.dda-side-nav .search-new .search__input {
  height: 40px;
  text-indent: 10px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 50px;
  margin-left: 16px;
  padding-left: 24px;
  padding-right: 12px;
  font-size: 0.875rem;
}
.transparent .dda-sub-header__actions .search-new .search__input,
.dda-sub-header__actions .transparent .search-new .search__input,
.transparent .dda-side-nav .search-new .search__input,
.dda-side-nav .transparent .search-new .search__input {
  background-color: #ffffff22;
}
[dir="rtl"] .dda-sub-header__actions .search-new .search__input,
.dda-sub-header__actions [dir="rtl"] .search-new .search__input,
[dir="rtl"] .dda-side-nav .search-new .search__input,
.dda-side-nav [dir="rtl"] .search-new .search__input {
  margin-left: unset;
  margin-right: 16px;
  padding-left: 12px;
  padding-right: 24px;
}
.dda-sub-header__actions .search-new .search__input::placeholder,
.dda-side-nav .search-new .search__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #202a50;
  opacity: 1;
  /* Firefox */
}
.transparent .dda-sub-header__actions .search-new .search__input::placeholder,
.dda-sub-header__actions .transparent .search-new .search__input::placeholder,
.transparent .dda-side-nav .search-new .search__input::placeholder,
.dda-side-nav .transparent .search-new .search__input::placeholder {
  color: #fff;
}
.dda-sub-header__actions .search-new .search__input:-ms-input-placeholder,
.dda-side-nav .search-new .search__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #202a50;
}
.transparent
  .dda-sub-header__actions
  .search-new
  .search__input:-ms-input-placeholder,
.dda-sub-header__actions
  .transparent
  .search-new
  .search__input:-ms-input-placeholder,
.transparent .dda-side-nav .search-new .search__input:-ms-input-placeholder,
.dda-side-nav .transparent .search-new .search__input:-ms-input-placeholder {
  color: #fff;
}
.dda-sub-header__actions .search-new .search__input::-ms-input-placeholder,
.dda-side-nav .search-new .search__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #202a50;
}
.transparent
  .dda-sub-header__actions
  .search-new
  .search__input::-ms-input-placeholder,
.dda-sub-header__actions
  .transparent
  .search-new
  .search__input::-ms-input-placeholder,
.transparent .dda-side-nav .search-new .search__input::-ms-input-placeholder,
.dda-side-nav .transparent .search-new .search__input::-ms-input-placeholder {
  color: #fff;
}

.dda-side-nav {
  transition: top 0.3s;
  width: 376px;
  top: 0;
  left: 0;
  bottom: 0;
  position: fixed;
  box-shadow: 0 0 20px 0 rgba(183, 183, 183, 0.3);
  background-color: #fff;
  z-index: 10;
  /* Style the sidenav links and the dropdown button */
  /* On mouse-over */
  /* Main content */
  /* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
}
[dir="rtl"] .dda-side-nav {
  left: unset;
  right: 0;
}
@media screen and (max-width: 600px) {
  .dda-side-nav {
    top: 80px;
    right: 0;
    width: unset;
    box-shadow: none;
  }
  [dir="rtl"] .dda-side-nav {
    left: 0;
  }
}
.dda-side-nav__quick-links {
  display: none;
  gap: 12px;
}
@media screen and (max-width: 600px) {
  .dda-side-nav__quick-links {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.dda-side-nav__quick-link-btn {
  border: 0;
  font-size: 16px;
  color: inherit;
  text-decoration: none;
  padding: 12px 17px;
  border-radius: 30px;
}

.dark .dda-side-nav__quick-link-btn,
.gold .dda-side-nav__quick-link-btn {
  background-color: black;
}
.dark .dda-sub-header__locale,
.gold .dda-sub-header__locale {
  background-color: black !important;
}
.dark .dda-side-nav__profile-btn,
.gold .dda-side-nav__profile-btn {
  background-color: black !important;
}
.dda-side-nav__quick-link-btn i {
  font-size: 20px;
}
.dda-side-nav__access-btn {
  padding: 10px;
}
.dda-side-nav__profile-btn {
  padding: 10px 14px;
  gap: 10px;
}
.dda-side-nav__content {
  overflow: auto;
}
@media screen and (max-width: 600px) {
  .dda-side-nav__content {
    padding-bottom: 100px !important;
  }
}
.dda-side-nav__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: none !important;
  backdrop-filter: blur(8px);
  /* height: 128px; */
}
@media screen and (max-width: 600px) {
  .dda-side-nav__footer {
    display: flex !important;
  }
}
.dda-side-nav__footer-logo {
  /* width: 90px; */
}
.dda-side-nav__close-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: none;
  border: 0;
  font-size: 1.5rem;
  z-index: 10;
  color: #999999;
}
[dir="rtl"] .dda-side-nav__close-btn {
  right: unset;
  left: 1.5rem;
}
.dda-side-nav__title {
  font-weight: 400;
}
.dda-side-nav .search-new {
  margin-right: 16px;
}
[dir="rtl"] .dda-side-nav .search-new {
  margin-right: unset;
  margin-left: 16px;
}
.transparent .dda-side-nav .search-new .search__input {
  background-color: #cccccc;
}
.dda-side-nav .search-new i {
  left: 10px;
}
[dir="rtl"] .dda-side-nav .search-new i {
  left: unset;
  right: 10px;
}
.dda-side-nav .search__input {
  margin-left: 0 !important;
  width: 100%;
}
[dir="rtl"] .dda-side-nav .search__input {
  margin-left: unset !important;
  margin-right: 0 !important;
}
.dda-side-nav .sidenav a,
.dda-side-nav .dropdown-btn {
  padding: 6px 0;
  text-decoration: none;
  font-size: 16px;
  color: inherit;
  line-height: 2.67;
  display: block;
  border: 0;
  border-bottom: 1px solid #00000022;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
[dir="rtl"] .dda-side-nav .sidenav a,
[dir="rtl"] .dda-side-nav .dropdown-btn {
  text-align: unset;
}
.dda-side-nav .sidenav a:hover,
.dda-side-nav .sidenav a.active,
.dda-side-nav .dropdown-btn:hover,
.dda-side-nav .active {
  color: var(--text-body);
  box-shadow: 0 2px 0 0 var(--text-body);
  border-bottom-color: transparent;
}
.dda-side-nav .sidenav a:hover i::before,
.dda-side-nav .sidenav a.active i::before,
.dda-side-nav .dropdown-btn:hover i::before,
.dda-side-nav .active i::before {
  color: var(--text-body) !important;
}
.dda-side-nav .main {
  margin-left: 200px;
  /* Same as the width of the sidenav */
  font-size: 20px;
  /* Increased text to enable scrolling */
  padding: 0px 10px;
}
@media screen and (max-width: 600px) {
  .dda-side-nav .main {
    margin-left: unset;
    margin-right: 200px;
  }
}
.dda-side-nav .dropdown-container {
  border-radius: 8px;
  display: none;
  padding-left: 24px;
}
.dda-side-nav .dropdown-container a {
  margin-top: 4px;
}
[dir="rtl"] .dda-side-nav .dropdown-container {
  padding-left: 0;
  padding-right: 24px;
}
.dda-side-nav .dropdown-btn i {
  font-size: 1.5rem;
}
.dda-side-nav .dropdown-btn i::before {
  color: #818181;
}
[dir="rtl"] .dda-side-nav .dropdown-btn i {
  transform: rotate(180deg);
}
[dir="rtl"] .dda-side-nav .dropdown-btn.active .icon-arrows-right {
  transform: rotate(0deg);
}
.dda-side-nav .dropdown-btn.active .icon-arrows-right:before {
  content: "î¤…";
}
.dda-side-nav .dropdown-btn:hover i::before {
  color: var(--text-body);
}

.mobile-search {
  padding: 16px 32px;
}
.mobile-search__box {
  position: relative;
}
.mobile-search__icon-search {
  position: absolute;
  left: 8px;
  top: 8px;
}
.mobile-search__input {
  height: 40px;
  width: 100%;
  text-indent: 10px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 50px;
  padding-left: 27px;
  padding-right: 12px;
}
.mobile-search__tag-btn {
  background: #f5f5f5;
  border-radius: 5px;
  border: transparent;
  color: #202a50;
  padding: 4px 15px;
  font-size: 0.875rem;
  margin-bottom: 5px;
}
.mobile-search__filters {
  display: flex;
  flex-wrap: wrap;
}
.mobile-search__filter {
  flex: 50%;
}
.mobile-search__filter-label {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 0.875rem;
  height: 23px;
}
[dir="rtl"] .mobile-search__filter-label {
  padding-left: 0;
  padding-right: 30px;
}
.mobile-search__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border: 2px solid var(--text-body);
  border-radius: 5px;
}
[dir="rtl"] .mobile-search__checkmark {
  right: 0;
}
.mobile-search__checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-search__filter-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.mobile-search__filter-checkbox:focus ~ .mobile-search__checkmark {
  outline: 2px solid var(--text-body);
  outline-offset: 1px;
}
.mobile-search__filter-checkbox:checked ~ .mobile-search__checkmark {
  background-color: var(--text-body);
}
.mobile-search__filter-checkbox:checked ~ .mobile-search__checkmark:after {
  display: block;
}

.dda-login-section {
  position: absolute;
  right: 0;
  top: 45px;
  width: 348px;
  height: 401px;
  padding: 36px 24px 24px;
  border-radius: 8px;
  background-color: #fff;
  margin-top: 8px;
}
[dir="rtl"] .dda-login-section {
  right: unset;
  left: 0;
}
@media screen and (max-width: 600px) {
  .dda-login-section {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 80px;
    width: auto;
    margin: 0;
    height: auto;
    border-radius: 0;
  }
  [dir="rtl"] .dda-login-section {
    right: 0;
    left: 0;
  }
}
.dda-login-section__input {
  background: #f5f5f5;
  height: 48px;
  border-radius: 1.5rem;
  width: 100%;
  border: none;
  text-indent: 12px;
}
.dda-login-section__input:focus {
  outline: none;
  box-shadow: 0 0 0 0.125rem var(--text-body);
}
.dda-login-section input[type="checkbox"]:checked {
  background-color: var(--text-body);
}
.dda-login-section input[type="checkbox"]:checked:after {
  content: "\2713";
  color: white;
}
.dda-login-section input[type="checkbox"] {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 20px !important;
  height: 20px !important;
  appearance: none;
  border-radius: 50%;
  border: 3px solid var(--text-body);
  box-shadow: none;
  font-size: 16px;
}
.dda-login-section__link {
  color: #000;
  text-decoration: none;
}

.dda-profile-section {
  width: 348px;
  padding-right: 25px;
  padding-left: 25px;
  right: 0;
  top: 45px;
}
.dda-profile-section__header {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 61px;
}
.dda-profile-section__listItem {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 48px;
}
.dda-profile-section__listItem--bordered {
  border-bottom: solid 1px #e8e8e8;
}

.dda-accessibility-section {
  padding: 44px 49px 43px 64px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 20px 0 rgba(183, 183, 183, 0.3);
  display: flex;
  overflow: auto;
}
.dda-accessibility-section__fieldset {
  border: 0;
}
.dda-accessibility-section__radio {
  width: 20px;
  height: 20px;
  position: relative;
  appearance: none;
}
[dir="rtl"] .dda-accessibility-section__radio {
  margin-right: unset;
  margin-left: 10px;
}
.dda-accessibility-section__spacer {
  margin-left: 20px;
}
[dir="rtl"] .dda-accessibility-section__spacer {
  margin-right: 20px;
  margin-left: unset;
}
.dda-accessibility-section__radio::after,
.dda-accessibility-section__radio::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  border: 2px solid var(--text-body);
}
.dda-accessibility-section__radio::before {
  width: 10px;
  height: 10px;
  left: 5px;
  top: 5px;
  border-color: transparent !important;
}
.dda-accessibility-section__radio:checked::before {
  border-color: var(--text-body);
  background-color: var(--text-body);
}
.dda-accessibility-section__radio:checked::after {
  border-color: var(--text-body);
}
.dda-accessibility-section__center-section {
  padding-left: 64px;
  padding-right: 64px;
  border-right: 1px solid var(--link-hover);
  border-left: 1px solid var(--link-hover);
}
.dda-accessibility-section__screen-reader-btn {
  width: 100%;
  max-width: 153px;
  height: auto;
}
.dda-accessibility-section p {
  max-width: 200px;
}
.dda-accessibility-section__text-size-btn {
  width: 48px;
  height: 48px;
  padding: 13px 17px;
  background-color: #e8f6fc;
  /* font-size: 13px; */
  font-weight: 500;
  text-align: center;
}
.dda-accessibility-section__text-size-btn--big {
  font-size: 24px;
}
.dda-accessibility-section__text-size-btn--small {
  font-size: 13px;
}
.dda-accessibility-section__text-size-btn--active {
  border: 3px solid var(--text-body);
}
@media screen and (max-width: 600px) {
  .dda-accessibility-section {
    flex-direction: column;
    padding: 32px;
    border-radius: 0;
    height: 100%;
  }
  .dda-accessibility-section__center-section {
    margin: 12px 0;
    padding: 12px 0;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}

.dda-accessibility-section-wrapper {
  width: 938px;
  right: 0;
  top: 54px;
}
[dir="rtl"] .dda-accessibility-section-wrapper {
  left: 0;
  right: unset;
}
@media screen and (max-width: 1440px) {
  .dda-accessibility-section-wrapper {
    position: fixed;
    top: 160px;
    width: unset;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    overflow: auto;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .dda-accessibility-section-wrapper {
    width: unset;
    left: 0;
    right: 0;
    top: 80px;
    bottom: 0;
    position: fixed;
    overflow: auto;
    height: auto;
  }
  [dir="rtl"] .dda-accessibility-section-wrapper {
    right: 0;
    left: 0;
  }
}

.entities-list {
  width: 340px;
  height: 511px;
  border-radius: 12px;
  box-shadow: 0 0 20px 0 rgba(183, 183, 183, 0.3);
  background-color: #fff;
  overflow: scroll;
  top: 80px;
  right: -20px;
}
.entities-list__group {
  list-style: none;
  padding: 0;
}
.entities-list__item {
  height: 90px;
  justify-content: flex-end;
}
.entities-list__item:not(:last-child) {
  border-bottom: solid 1px #f5f5f5;
}
[dir="rtl"] .entities-list__item {
  justify-content: flex-end;
}
.entities-list__img {
  transition: all 0.2s ease-in-out;
  max-height: 50px;
}
.entities-list__img:hover {
  transform: scale(1.1);
}
.entities-list .search-new {
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 21px;
}
.entities-list .search-new i {
  position: absolute;
  left: 34px;
  top: 31px;
}
[dir="rtl"] .entities-list .search-new i {
  left: unset;
  right: 34px;
}
.entities-list .search-new .search__input {
  height: 40px;
  width: 100%;
  text-indent: 12px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 50px;
  padding-left: 24px;
  padding-right: 24px;
}
[dir="rtl"] .entities-list .search-new .search__input {
  margin-left: unset;
  margin-right: 16px;
  padding-left: 12px;
  padding-right: 24px;
}
.entities-list .search-new .search__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #202a50;
  opacity: 1;
  /* Firefox */
}
.entities-list .search-new .search__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #202a50;
}
.entities-list .search-new .search__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #202a50;
}
.entities-list .search-new .search__input:focus {
  outline: none;
  box-shadow: 0 0 0 0.125rem var(--text-body);
}

/* Visibility generators*/
@media screen and (max-width: 576px) {
  .hide-sm {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .hide-md {
    display: none !important;
  }
}

@media screen and (max-width: 1440px) {
  .hide-lg {
    display: none !important;
  }
}

@media screen and (min-width: 1440px) {
  .hide-xl {
    display: none !important;
  }
}

@media screen and (max-width: 576px) {
  .visible-sm {
    display: block !important;
  }
}

@media screen and (max-width: 600px) {
  .visible-md {
    display: block !important;
  }
}

@media screen and (max-width: 1440px) {
  .visible-lg {
    display: block !important;
  }
}

@media screen and (min-width: 1440px) {
  .visible-xl {
    display: block !important;
  }
}

/* Creating a text alignment class for each of the values in the textDecration variable. */
.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

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

.text-align-justify {
  text-align: justify;
}

.position-static {
  position: static;
}

.position-sticky {
  position: sticky;
}

.position-fixed {
  position: fixed;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

/* Creating flex direction classes for each of the values in the $directions variable. */
.flex-row {
  flex-direction: row;
}

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

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

/* Creating padding and margin classes for each of the spacings in the $spacings variable. */
.ps-0 {
  padding-left: 0rem;
}
[dir="rtl"] .ps-0 {
  padding-right: 0rem;
  padding-left: unset;
}

.ms-0 {
  margin-left: 0rem;
}
[dir="rtl"] .ms-0 {
  margin-right: 0rem;
  margin-left: unset;
}

.pe-0 {
  padding-right: 0rem;
}
[dir="rtl"] .pe-0 {
  padding-right: unset;
  padding-left: 0rem;
}

.me-0 {
  margin-right: 0rem;
}
[dir="rtl"] .me-0 {
  margin-right: unset;
  margin-left: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.mt-0 {
  margin-top: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.pr-0 {
  padding-right: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.pa-0 {
  padding-top: 0rem;
  padding-left: 0rem;
  padding-bottom: 0rem;
  padding-right: 0rem;
}

.ma-0 {
  margin-top: 0rem;
  margin-left: 0rem;
  margin-bottom: 0rem;
  margin-right: 0rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.ps-1 {
  padding-left: 0.25rem;
}
[dir="rtl"] .ps-1 {
  padding-right: 0.25rem;
  padding-left: unset;
}

.ms-1 {
  margin-left: 0.25rem;
}
[dir="rtl"] .ms-1 {
  margin-right: 0.25rem;
  margin-left: unset;
}

.pe-1 {
  padding-right: 0.25rem;
}
[dir="rtl"] .pe-1 {
  padding-right: unset;
  padding-left: 0.25rem;
}

.me-1 {
  margin-right: 0.25rem;
}
[dir="rtl"] .me-1 {
  margin-right: unset;
  margin-left: 0.25rem;
}

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

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

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

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

.pl-1 {
  padding-left: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.pa-1 {
  padding-top: 0.25rem;
  padding-left: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.25rem;
}

.ma-1 {
  margin-top: 0.25rem;
  margin-left: 0.25rem;
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
}

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

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

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

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

.ps-2 {
  padding-left: 0.5rem;
}
[dir="rtl"] .ps-2 {
  padding-right: 0.5rem;
  padding-left: unset;
}

.ms-2 {
  margin-left: 0.5rem;
}
[dir="rtl"] .ms-2 {
  margin-right: 0.5rem;
  margin-left: unset;
}

.pe-2 {
  padding-right: 0.5rem;
}
[dir="rtl"] .pe-2 {
  padding-right: unset;
  padding-left: 0.5rem;
}

.me-2 {
  margin-right: 0.5rem;
}
[dir="rtl"] .me-2 {
  margin-right: unset;
  margin-left: 0.5rem;
}

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

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

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

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

.pl-2 {
  padding-left: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.pa-2 {
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
}

.ma-2 {
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}

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

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

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

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

.ps-3 {
  padding-left: 0.75rem;
}
[dir="rtl"] .ps-3 {
  padding-right: 0.75rem;
  padding-left: unset;
}

.ms--3 {
  margin-left: 0.75rem;
}
[dir="rtl"] .ms--3 {
  margin-right: 0.75rem;
  margin-left: unset;
}

.pe-3 {
  padding-right: 0.75rem;
}
[dir="rtl"] .pe-3 {
  padding-right: unset;
  padding-left: 0.75rem;
}

.me-3 {
  margin-right: 0.75rem;
}
[dir="rtl"] .me-3 {
  margin-right: unset;
  margin-left: 0.75rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.pa-3 {
  padding-top: 0.75rem;
  padding-left: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 0.75rem;
}

.ma-3 {
  margin-top: 0.75rem;
  margin-left: 0.75rem;
  margin-bottom: 0.75rem;
  margin-right: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.ps-4 {
  padding-left: 1rem;
}
[dir="rtl"] .ps-4 {
  padding-right: 1rem;
  padding-left: unset;
}

.ms-4 {
  margin-left: 1rem;
}
[dir="rtl"] .ms-4 {
  margin-right: 1rem;
  margin-left: unset;
}

.pe-4 {
  padding-right: 1rem;
}
[dir="rtl"] .pe-4 {
  padding-right: unset;
  padding-left: 1rem;
}

.me-4 {
  margin-right: 1rem;
}
[dir="rtl"] .me-4 {
  margin-right: unset;
  margin-left: 1rem;
}

.pt-4 {
  padding-top: 1rem;
}

.mt-4 {
  margin-top: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.pa-4 {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
}

.ma-4 {
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.ps-5 {
  padding-left: 1.25rem;
}
[dir="rtl"] .ps-5 {
  padding-right: 1.25rem;
  padding-left: unset;
}

.ms-5 {
  margin-left: 1.25rem;
}
[dir="rtl"] .ms-5 {
  margin-right: 1.25rem;
  margin-left: unset;
}

.pe-5 {
  padding-right: 1.25rem;
}
[dir="rtl"] .pe-5 {
  padding-right: unset;
  padding-left: 1.25rem;
}

.me-5 {
  margin-right: 1.25rem;
}
[dir="rtl"] .me-5 {
  margin-right: unset;
  margin-left: 1.25rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.pa-5 {
  padding-top: 1.25rem;
  padding-left: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 1.25rem;
}

.ma-5 {
  margin-top: 1.25rem;
  margin-left: 1.25rem;
  margin-bottom: 1.25rem;
  margin-right: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.ps-6 {
  padding-left: 1.5rem;
}
[dir="rtl"] .ps-6 {
  padding-right: 1.5rem;
  padding-left: unset;
}

.ms-6 {
  margin-left: 1.5rem;
}
[dir="rtl"] .ms-6 {
  margin-right: 1.5rem;
  margin-left: unset;
}

.pe-6 {
  padding-right: 1.5rem;
}
[dir="rtl"] .pe-6 {
  padding-right: unset;
  padding-left: 1.5rem;
}

.me-6 {
  margin-right: 1.5rem;
}
[dir="rtl"] .me-6 {
  margin-right: unset;
  margin-left: 1.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.pa-6 {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
}

.ma-6 {
  margin-top: 1.5rem;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  margin-right: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.ps-7 {
  padding-left: 1.75rem;
}
[dir="rtl"] .ps-7 {
  padding-right: 1.75rem;
  padding-left: unset;
}

.ms-7 {
  margin-left: 1.75rem;
}
[dir="rtl"] .ms-7 {
  margin-right: 1.75rem;
  margin-left: unset;
}

.pe-7 {
  padding-right: 1.75rem;
}
[dir="rtl"] .pe-7 {
  padding-right: unset;
  padding-left: 1.75rem;
}

.me-7 {
  margin-right: 1.75rem;
}
[dir="rtl"] .me-7 {
  margin-right: unset;
  margin-left: 1.75rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.pa-7 {
  padding-top: 1.75rem;
  padding-left: 1.75rem;
  padding-bottom: 1.75rem;
  padding-right: 1.75rem;
}

.ma-7 {
  margin-top: 1.75rem;
  margin-left: 1.75rem;
  margin-bottom: 1.75rem;
  margin-right: 1.75rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.ps-8 {
  padding-left: 2rem;
}
[dir="rtl"] .ps-8 {
  padding-right: 2rem;
  padding-left: unset;
}

.ms-8 {
  margin-left: 2rem;
}
[dir="rtl"] .ms-8 {
  margin-right: 2rem;
  margin-left: unset;
}

.pe-8 {
  padding-right: 2rem;
}
[dir="rtl"] .pe-8 {
  padding-right: unset;
  padding-left: 2rem;
}

.me-8 {
  margin-right: 2rem;
}
[dir="rtl"] .me-8 {
  margin-right: unset;
  margin-left: 2rem;
}

.pt-8 {
  padding-top: 2rem;
}

.mt-8 {
  margin-top: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.pa-8 {
  padding-top: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
}

.ma-8 {
  margin-top: 2rem;
  margin-left: 2rem;
  margin-bottom: 2rem;
  margin-right: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.ps-9 {
  padding-left: 2.25rem;
}
[dir="rtl"] .ps-9 {
  padding-right: 2.25rem;
  padding-left: unset;
}

.ms-9 {
  margin-left: 2.25rem;
}
[dir="rtl"] .ms-9 {
  margin-right: 2.25rem;
  margin-left: unset;
}

.pe-9 {
  padding-right: 2.25rem;
}
[dir="rtl"] .pe-9 {
  padding-right: unset;
  padding-left: 2.25rem;
}

.me-9 {
  margin-right: 2.25rem;
}
[dir="rtl"] .me-9 {
  margin-right: unset;
  margin-left: 2.25rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.pa-9 {
  padding-top: 2.25rem;
  padding-left: 2.25rem;
  padding-bottom: 2.25rem;
  padding-right: 2.25rem;
}

.ma-9 {
  margin-top: 2.25rem;
  margin-left: 2.25rem;
  margin-bottom: 2.25rem;
  margin-right: 2.25rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.ps-10 {
  padding-left: 2.5rem;
}
[dir="rtl"] .ps-10 {
  padding-right: 2.5rem;
  padding-left: unset;
}

.ms-10 {
  margin-left: 2.5rem;
}
[dir="rtl"] .ms-10 {
  margin-right: 2.5rem;
  margin-left: unset;
}

.pe-10 {
  padding-right: 2.5rem;
}
[dir="rtl"] .pe-10 {
  padding-right: unset;
  padding-left: 2.5rem;
}

.me-10 {
  margin-right: 2.5rem;
}
[dir="rtl"] .me-10 {
  margin-right: unset;
  margin-left: 2.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.pa-10 {
  padding-top: 2.5rem;
  padding-left: 2.5rem;
  padding-bottom: 2.5rem;
  padding-right: 2.5rem;
}

.ma-10 {
  margin-top: 2.5rem;
  margin-left: 2.5rem;
  margin-bottom: 2.5rem;
  margin-right: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.ps-11 {
  padding-left: 2.75rem;
}
[dir="rtl"] .ps-11 {
  padding-right: 2.75rem;
  padding-left: unset;
}

.ms-11 {
  margin-left: 2.75rem;
}
[dir="rtl"] .ms-11 {
  margin-right: 2.75rem;
  margin-left: unset;
}

.pe-11 {
  padding-right: 2.75rem;
}
[dir="rtl"] .pe-11 {
  padding-right: unset;
  padding-left: 2.75rem;
}

.me-11 {
  margin-right: 2.75rem;
}
[dir="rtl"] .me-11 {
  margin-right: unset;
  margin-left: 2.75rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

.pa-11 {
  padding-top: 2.75rem;
  padding-left: 2.75rem;
  padding-bottom: 2.75rem;
  padding-right: 2.75rem;
}

.ma-11 {
  margin-top: 2.75rem;
  margin-left: 2.75rem;
  margin-bottom: 2.75rem;
  margin-right: 2.75rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.ps-12 {
  padding-left: 3rem;
}
[dir="rtl"] .ps-12 {
  padding-right: 3rem;
  padding-left: unset;
}

.ms-12 {
  margin-left: 3rem;
}
[dir="rtl"] .ms-12 {
  margin-right: 3rem;
  margin-left: unset;
}

.pe-12 {
  padding-right: 3rem;
}
[dir="rtl"] .pe-12 {
  padding-right: unset;
  padding-left: 3rem;
}

.me-12 {
  margin-right: 3rem;
}
[dir="rtl"] .me-12 {
  margin-right: unset;
  margin-left: 3rem;
}

.pt-12 {
  padding-top: 3rem;
}

.mt-12 {
  margin-top: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.pl-12 {
  padding-left: 3rem;
}

.ml-12 {
  margin-left: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.mr-12 {
  margin-right: 3rem;
}

.pa-12 {
  padding-top: 3rem;
  padding-left: 3rem;
  padding-bottom: 3rem;
  padding-right: 3rem;
}

.ma-12 {
  margin-top: 3rem;
  margin-left: 3rem;
  margin-bottom: 3rem;
  margin-right: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
/* 
.ps-auto {
  padding-left: auto; }
  [dir="rtl"] .ps-auto {
    padding-right: auto;
    padding-left: unset; }
 */
.ms-auto {
  margin-left: auto;
}
[dir="rtl"] .ms-auto {
  margin-right: auto;
  margin-left: unset;
}

/* .pe-auto {
  padding-right: auto; }
  [dir="rtl"] .pe-auto {
    padding-right: unset;
    padding-left: auto; } */

.me-auto {
  margin-right: auto;
}
[dir="rtl"] .me-auto {
  margin-right: unset;
  margin-left: auto;
}
/* 
.pt-auto {
  padding-top: auto; } */

.mt-auto {
  margin-top: auto;
}
/* 
.pb-auto {
  padding-bottom: auto; }
 */
.mb-auto {
  margin-bottom: auto;
}
/* 
.pl-auto {
  padding-left: auto; } */

.ml-auto {
  margin-left: auto;
}

/* .pr-auto {
  padding-right: auto; } */

.mr-auto {
  margin-right: auto;
}
/* 
.pa-auto {
  padding-top: auto;
  padding-left: auto;
  padding-bottom: auto;
  padding-right: auto; } */

.ma-auto {
  margin-top: auto;
  margin-left: auto;
  margin-bottom: auto;
  margin-right: auto;
}

/* .px-auto {
  padding-left: auto;
  padding-right: auto; } */

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
/* 
.py-auto {
  padding-top: auto;
  padding-bottom: auto; } */

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

.banner-wrapper {
  height: 100vh;
  top: -160px;
  position: relative;
  overflow: hidden;
}

.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  background: #fff;
}

.gdrfa-home-banner .slide {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.gdrfa-home-banner .slide .slide-title {
  flex-direction: column;
}

.gdrfa-home-banner .swiper-slide {
  display: flex;
  align-items: flex-end;
  padding: 175px 0 260px 0;
}

.gdrfa-home-banner .swiper-slide:before {
  content: "";
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 9.98%,
    rgba(0, 0, 0, 0.4) 66.71%,
    rgba(0, 0, 0, 0) 100%
  );
  height: 595px;
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 0;
}
