@font-face {
  font-family: 'Anjoman';
  font-weight: 300;
  font-style: normal;
  src: url('https://xstatic.ir/shared/fonts/anjoman/anjoman-light.woff2') format('woff2'),
    url("https://xstatic.ir/shared/fonts/anjoman/anjoman-light.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Anjoman';
  font-weight: 400;
  font-style: normal;
  src: url('https://xstatic.ir/shared/fonts/anjoman/anjoman-regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Anjoman';
  font-weight: 600;
  font-style: normal;
  src: url('https://xstatic.ir/shared/fonts/anjoman/anjoman-semi-bold.woff2') format('woff2'),
    url("https://xstatic.ir/shared/fonts/anjoman/anjoman-semi-bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Anjoman';
  font-weight: 900;
  font-style: normal;
  src: url('https://xstatic.ir/shared/fonts/anjoman/anjoman-heavy.woff2') format('woff2'),
    url("https://xstatic.ir/shared/fonts/anjoman/anjoman-heavy.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Morabba';
  font-weight: 400;
  font-style: normal;
  src: url('https://xstatic.ir/shared/fonts/morabba/morabba-regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Morabba';
  font-weight: 700;
  font-style: normal;
  src: url('https://xstatic.ir/shared/fonts/morabba/morabba-bold.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'IranYekan';
  src: url("https://xstatic.ir/shared/fonts/iranyekanx/iran-yekan.woff") format("woff-variations"),
    url("https://xstatic.ir/shared/fonts/iranyekanx/iran-yekan.woff") format("woff"),
    url("https://xstatic.ir/shared/fonts/iranyekanx/iran-yekan.woff2") format("woff2");
  font-display: fallback;
}

@font-face {
  font-family: 'IranYekan';
  font-style: normal;
  font-weight: 300;
  src: url("https://xstatic.ir/shared/fonts/iranyekanx/iran-yekan-light.woff2") format("woff2"),
    url("https://xstatic.ir/shared/fonts/iranyekanx/iran-yekan-light.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'IranYekan';
  font-style: normal;
  font-weight: 400;
  src: url("https://xstatic.ir/shared/fonts/iranyekanx/iran-yekan-regular.woff2") format("woff2"),
    url("https://xstatic.ir/shared/fonts/iranyekanx/iran-yekan-regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'IranYekan';
  font-style: normal;
  font-weight: 500;
  src: url("https://xstatic.ir/shared/fonts/iranyekanx/iran-yekan-medium.woff2") format("woff2"),
    url("https://xstatic.ir/shared/fonts/iranyekanx/iran-yekan-medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'IranYekan';
  font-style: normal;
  font-weight: 700;
  src: url("https://xstatic.ir/shared/fonts/iranyekanx/iran-yekan-bold.woff2") format("woff2"),
    url("https://xstatic.ir/shared/fonts/iranyekanx/iran-yekan-bold.woff") format("woff");
  font-display: swap;

}

@font-face {
  font-family: 'IranYekan';
  font-style: normal;
  font-weight: 900;
  src: url("https://xstatic.ir/shared/fonts/iranyekanx/iran-yekan-extra-bold.woff2") format("woff2"),
    url("https://xstatic.ir/shared/fonts/iranyekanx/iran-yekan-extra-bold.woff") format("woff");
  font-display: swap;
}


:root {
  --font-family: 'Anjoman', 'Vazirmatn', 'Tahoma', sans-serif;
  --heading-font-family: 'Morabba', 'Vazirmatn', 'Tahoma', sans-serif;
  --ag-font-family: var(--font-family);
  --font-weight: 300;
  --font-weight-regular: 400;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 900;

  --heading-font-weight-regular: 400;
  --heading-font-weight-bold: 700;

  --brand-color: rgb(47, 79, 79);
  --brand-text-color: rgb(256, 256, 256);

  --brand-color-sec: rgb(0, 155, 135);
  --brand-text-color-sec: rgb(256, 256, 256);

  --brand-gradient: linear-gradient(45deg, var(--brand-color), var(--brand-color-sec));
  --brand-gradient-reversed: linear-gradient(45deg, var(--brand-color-sec), var(--brand-color));

  --button-radius: .3em;
  --button-padding: 1rem 2rem;
  --button-height: 3em;
  --button-font-size: 1rem;
  --button-font-weight: 600;

  --border-radius: .5em;
  --border-radius-secondary: 10px;

  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;

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

  --global-backdrop-filter: saturate(180%) blur(20px);
}

[data-theme=light] {
  color-scheme: light;

  --text-color: #212529;
  --heading-text-color: #212529;

  --bg-color: rgb(256, 256, 256);
  --background-primary: rgb(256, 256, 256);
  --background-secondary: rgb(250, 250, 250);
  --background-tertiary: rgb(244, 244, 244);

  --border-primary: rgb(209, 213, 219);
  --border-secondary: #e7ecf0;

  --accent-color: #0044cc;
  --link-hover-color: #0044cc;

  --post-heading: #16205b;
  --post-link: #f47a53;

  --input-color: #f9f9fb;
  --disabled-color: #f2f1f1;

  --card-bg-white-100: rgb(256, 256, 256);
  --card-bg-white-200: #faf6f6;
  --card-bg-white-300: #fffcf9;
  --card-bg-blue-100: #D7E9F7;
  --card-bg-blue-200: #0085f21a;
  --card-bg-blue-300: #f7f9fb;
  --card-bg-orange-100: #F7DCB1;
  --card-bg-green-100: #C9EAE1;
  --card-bg-green-200: #f9fefb;
  --card-bg-red-100: #fffcfa;
  --card-bg-red-200: #fffdfa;
  --card-bg-purple-100: #f2f9fe;

  --header-bg-color: rgb(256, 256, 256);
  --header-sticky-background-primary: rgba(255, 255, 255, .8);
  --header-background-secondary: #003b95;
  --header-border-primary: #e2e2e2;
  --header-border-secondary: #cdcdcd;
  --header-text-color: rgb(256, 256, 256);
  --header-accent-color: rgb(256, 256, 256);
  --header-link-hover-color: #ffb700;

  --mobile-aside-menu-bg-1: rgba(242, 242, 242, .9);
  --mobile-aside-menu-bg-2: rgba(255, 255, 255, .9);
  --mobile-aside-menu-color: #000;

  --footer-background: rgb(256, 256, 256);
  --footer-background-sec: rgb(250, 250, 250);
  --footer-border-color: rgb(225, 225, 226);
  --footer-text-color: rgb(256, 256, 256);
  --footer-accent-color: rgb(256, 256, 256);
  --footer-link-hover-color: #0044cc;
  --footer-pipe-color: rgba(0, 0, 0, 0.48);

  --skeleton-bg-shine: hsl(0deg 0% 0% / 11%);

  --login-bg-color: var(--brand-color-sec);

  --checkout-bg-color: var(--brand-color-sec);

  --notices-bg-color: #f0f0f1;

  --select-bg-color: #f0f0f1;

  --global-backdrop-background: rgba(0, 0, 0, .8);

  --fill-theme-primary: var(--brand-color);

  --notification-background: rgb(256, 256, 256);

  --dialog-bg-color: rgb(250, 250, 250);
}

[data-theme=dark] {
  color-scheme: dark;

  --text-color: rgb(256, 256, 256);
  --heading-text-color: rgb(256, 256, 256);

  --bg-color: #212121;
  --background-primary: #131314;
  --background-secondary: #303030;
  --background-tertiary: #37393b;

  --border-primary: #444746;
  --border-secondary: #696969;

  --accent-color: #0066cc;
  --link-hover-color: #0044cc;

  --post-heading: rgb(256, 256, 256);
  --post-link: #f15928;

  --input-color: #313131;
  --disabled-color: #343434;

  --card-bg-white-100: #FFFFFF1A;
  --card-bg-white-200: #faf6f61A;
  --card-bg-white-300: #fffcf91A;
  --card-bg-blue-100: #D7E9F71A;
  --card-bg-blue-200: #D9E0EF1A;
  --card-bg-blue-300: #f7f9fb1A;
  --card-bg-orange-100: #F7DCB11A;
  --card-bg-green-100: #C9EAE11A;
  --card-bg-green-200: #f9fefb1A;
  --card-bg-red-100: #fffcfa1A;
  --card-bg-red-200: #fffdfa1A;
  --card-bg-purple-100: #f2f9fe1A;

  --header-bg-color: #212121;
  --header-sticky-background-primary: rgba(22, 22, 23, 0.8);
  --header-background-secondary: #1e1f20;
  --header-border-primary: #858585;
  --header-border-secondary: #696969;
  --header-text-color: rgb(256, 256, 256);
  --header-accent-color: rgb(256, 256, 256);
  --header-link-hover-color: #ffb700;

  --footer-background: #212121;
  --footer-background-sec: #303030;
  --footer-border-color: rgb(255, 255, 255 / 12%);
  --footer-text-color: rgb(256, 256, 256);
  --footer-accent-color: rgb(256, 256, 256);
  --footer-link-hover-color: #ffb700;
  --footer-pipe-color: rgba(0, 0, 0, 0.48);

  --mobile-aside-menu-bg-1: rgba(36, 36, 36, .8);
  --mobile-aside-menu-bg-2: rgba(255, 255, 255, .1);
  --mobile-aside-menu-color: rgb(256, 256, 256);

  --skeleton-bg-shine: hsl(0deg 0% 100% / 13%);

  --login-bg-color: rgb(5, 5, 5);

  --checkout-bg-color: rgb(5, 5, 5);

  --notices-bg-color: var(--background-secondary);

  --select-bg-color: var(--background-secondary);

  --global-backdrop-background: rgba(245, 245, 247, .8);

  --fill-theme-primary: rgb(256, 256, 256);

  --notification-background: #3d3d3d;

  --dialog-bg-color: #1e1f20;
}

*,
*::before,
*::after {
  border: 0 solid var(--border-primary);
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  padding: 0;
  direction: rtl;
  scroll-behavior: smooth;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

html {
  width: 100%;
  height: 100%;
  line-height: 1.15;
  scroll-behavior: smooth;
  -ms-text-size-adjust: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: var(--font-family);
  font-weight: var(--font-weight);
  color: var(--text-color);
  background-color: var(--bg-color);
  -webkit-font-smoothing: antialiased;
}

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

@media (min-width: 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: 1100px;
  }
}

.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>* {
  box-sizing: border-box;
  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);
}

main {
  position: relative;
  display: flex;
  flex: 1 0 auto;
  margin: 20px 0;
}

.root {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: var(--brand-color-sec);
  left: 0;
  top: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 1;
  transition: opacity 0.5s linear;
}

#app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  transition: opacity 0.5s linear;
}

.skeleton {
  position: relative !important;
  overflow: hidden !important;
  color: transparent !important;
  border-radius: 0.4em;
  user-select: none !important;
  pointer-events: none !important;
  isolation: isolate !important;
  animation: shine 2s ease-in-out 0.5s infinite !important;
  border-color: transparent !important;
  background-color: var(--skeleton-bg-shine) !important;
}

.skeleton *,
.skeleton::before {
  visibility: hidden !important;
  border-color: transparent !important;
}

@keyframes shine {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.hidden,
[hidden] {
  display: none !important;
  pointer-events: none;
}

[data-theme=light] .invert {
  filter: invert(1);
}

.flex {
  display: flex;
}

h1,
h1 a,
h1 span,
h1 span strong {
  font-size: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight-regular);
}

h2,
h2 a,
h2 span,
h2 span strong {
  font-size: 1.4em;
}

h3,
h3 a,
h3 span,
h3 span strong {
  font-size: 1.3em;
}

h4,
h4 a,
h4 span,
h4 span strong,
h5,
h5 a,
h6,
h6 a,
h5 span,
h6 span,
h5 span strong,
h6 span strong {
  font-size: 1.2em
}

.turbo-user--not-login {
  background-color: var(--background-secondary);
  padding: 50px 40px;
  border-radius: 20px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  border-width: 1px;
  gap: 30px;
}

i {
  display: flex;
  align-items: center;
  justify-content: center
}

i[class^="Res-"]:before,
i[class*=" Res-"]:before {
  font-family: 'FSI-Res';
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  cursor: inherit;
  font-weight: 400;
  font-size: 1.35em;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  text-align: center
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  flex-direction: row-reverse;
}

.btn-row .btn,
.btn-row .btn.full {
  flex: 100%;
}

@media (min-width: 375px) {
  .btn-row .btn {
    flex: 1 1 0;
  }
}

.btn {
  position: relative;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: var(--button-radius);
  cursor: pointer;
  overflow: hidden;
  line-height: 2em;
  gap: 7px;
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  height: 32px;
}

.btn-md {
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  height: 54px;
}

.btn-lg {
  padding: 1rem 2rem;
  font-size: 1rem;
  height: 64px;
  font-weight: var(--button-font-weight);
}


.site-header {
  background: var(--header-bg-color);
  color: var(--text-color);
}

.site-header__top,
.site-header__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.5rem 0;
  height: 52px;
  gap: 14px;
}

.site-header__section {
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 36px;
}

.site-header__section--left {
  flex: 1;
  justify-content: flex-end;
  gap: 14px;
}

.site-header__section--center {
  flex: 5;
  justify-content: center;
}

.site-header__section--right {
  flex: 1;
  justify-content: flex-start;
}

.site-header__bottom {
  flex-direction: column;
  padding: 0.5rem 0;
}

@media (min-width: 768px) {
  .site-header__bottom {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.switch-theme-mode {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 26px;
  z-index: 9;
  font-size: 1.4rem;
}

.switch-theme-mode * {
  cursor: pointer;
}


.switch-light,
.switch-dark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
}

.switch-theme-mode .switch-light,
.switch-theme-mode .switch-dark {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  position: absolute;
  line-height: 1;
}

html[data-theme=light] .switch-theme-mode .switch-dark {
  opacity: 1;
}

html[data-theme=dark] .switch-theme-mode .switch-light {
  opacity: 1;
}

.loginRegister {
  color: #212529;
  padding: 3px 8px;
  display: flex;
  border-radius: 4px;
  gap: 4px;
  align-items: center;
  background: #ffb700;
}

.loginRegister.login {
  padding: 0;
  background: transparent;
  color: currentColor;
}

.loginRegister i {
  font-size: 1.2rem;
}

.loginRegister span {
  font-weight: var(--font-weight-regular);
  cursor: pointer;
}

.loginRegister svg path {
  fill: var(--brand-text-color);
}

.loginRegister img {
  border-radius: 50px;
}

.user-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.user-image {
  display: flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  border-width: 1px;
  align-items: center;
  justify-content: center;
}

.user-image img {
  width: 35px;
  height: 35px;
}

.user-image img#profilePhoto {
  width: 22px;
  height: 22px;
}

.user-image .default-avatar {
  padding: 6px;
  mix-blend-mode: exclusion;
}
.desktop-aside-menu {
  height: 100%;
  width: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--mobile-aside-menu-bg-1);
  color: var(--mobile-aside-menu-color);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  will-change: backdrop-filter;
  contain: paint;
  transform: translateZ(0);
  opacity: 0;
  z-index: -1;
  overflow: hidden;
}

[data-step] {
  animation: fadeIn 0.5s;
  height: 100%;
  width: 100%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.footer {
  position: relative;
  background-color: var(--footer-background);
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
}



.footer .footer-social {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.footer .footer-social i {
  font-size: 20px;
  line-height: 1;
}

@media (min-width:768px) {
  .footer .footer-social {
    justify-content: right;
  }
}

.footer .footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.footer .footer-bottom-section {
  display: flex;
  grid-gap: 4px;
  padding: 12px 0;
  justify-items: center;
  justify-content: space-between;
}

@media (min-width:768px) {

  .footer .footer-customer-services-wrap,
  .footer .footer-contact-wrap {
    text-align: right;
  }

  .footer .footer-bottom-section {
    justify-items: end;
  }
}

.footer .footer-first-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 7px;
  flex: 3;
}

.footer .footer-licenses a {
  display: flex;
  width: 69px;
  height: 69px;
  align-items: center;
  justify-content: center;
  border-radius: var(--button-radius);
  border-width: 1px;
  padding: 10px;
  background-color: var(--footer-background-sec);
  margin-left: 8px;
}

.licenses-nav-wrapper {
  --swiper-navigation-sides-offset: -6px;
  --swiper-pagination-bottom: -8px;
  --swiper-navigation-color: var(--text-color);
  --swiper-pagination-bullet-inactive-color: var(--text-color);
  --swiper-pagination-color: var(--text-color);
  --swiper-pagination-bullet-size: 4px;
  
  position: relative;
  display: flex;
  max-width: 206px;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.swiper-wrapper {
  max-width: 77px;
  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;
  align-items: center;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}


.footer .footer-licenses {
  height: 100%;
  max-width: 69px;
  margin: 0 24px !important;
  overflow: hidden;
  position: static;
}


@media (min-width:768px) {
  .footer .footer-licenses {
    max-width: 154px;
  }

  .swiper-wrapper {
    max-width: 146px;
  }
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  --swiper-navigation-size: 24px;
  position: absolute;
  font-size: 12px;
  border-radius: 100%;
  line-height: 28px;
  padding: 0;
  width: 24px !important;
  height: 24px !important;
  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;
  background-color: var(--background-secondary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next,
.swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none !important;
}

.footer .footer-signature {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  min-height: 55px;
  gap: 7px;
}

@media (min-width: 768px) {
  .footer .footer-signature {
    align-items: flex-start;
  }
}

.footer .footer-signature p {
  margin: 0;
}

.turbo-hero {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  gap: 14px;
}

.turbo-hero .heading {
  text-align: center;
  display: flex;
  font-size: 1.5rem;
  height: 70px;
  align-items: center;
  justify-content: center;
}

.turbo-hero .actions-box {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.turbo-hero span.heading-txt {
  width: 100%;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight-bold);
}

.notices {
  display: flex;
  gap: 12px;
  border-right: 2px solid #ffc33a;
  background-color: var(--notices-bg-color);
  padding: 12px 15px 12px;
  border-radius: var(--border-radius);
  flex-direction: column;
  min-height: 100px;
}

.notices .notices-card {
  display: flex;
  gap: 12px;
  align-items: center;
}

.notices .notices-card-icon {
  position: relative;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
}

.notices .notices-card-text {
  font-size: 1rem;
}

.turbo-ordering {
  display: flex;
  flex: 1;
  flex-direction: column;
}