/* Min breakpoint width */
/* MAx breakpoint width */

.maintenance-filter {
  top: 225px !important; }
  .maintenance-filter.maintenance-filter-offset {
    top: 160px !important; }

.filter {
  padding-bottom: 170px !important;
  top: 118px !important; }
  .filter.filter-offset {
    padding-bottom: 95px !important;
    top: 95px !important; }

.filter__actions {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 15;
  width: 100%;
  background-color: var(--filter-background-color); }
  .filter__actions div {
    background-color: var(--filter-background-color);
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-color: var(--filter-border-color);
    padding: 12px 15px;
    text-align: center;
    width: 50%; }
    .filter__actions div:first-child {
      float: left;
      border-right-width: 0.5px;
      display: none; }
      @media (max-width: 767px) {
        .filter__actions div:first-child {
          display: inherit; } }
    .filter__actions div:last-child {
      float: right;
      border-left-width: 0.5px; }
      @media (min-width: 768px) {
        .filter__actions div:last-child {
          width: 100%; } }
    .filter__actions div svg {
      width: 14px !important;
      height: 14px !important; }
      .filter__actions div svg path {
        fill: var(--color-primary) !important; }
    .filter__actions div span {
      display: inline-block;
      vertical-align: middle; }
  .filter__actions-text {
    font-size: 13px;
    font-weight: 600;
    padding-left: 5px;
    color: var(--color-primary); }
  .filter__actions-count {
    float: right;
    background-color: var(--filter-option-color);
    color: var(--color-primary);
    font-size: 12px;
    font-weight: 600;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50%; }

#invalid-scheme {
  display: block; }
  #invalid-scheme .modal {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999999990; }
    #invalid-scheme .modal .network {
      background-color: #ffffff;
      padding: 30px 35px;
      border-radius: 5px;
      width: 330px; }
      #invalid-scheme .modal .network > div:first-child > div:first-child > span.icon {
        display: none; }
    #invalid-scheme .modal .page__error-description {
      text-align: center;
      color: rgba(0, 0, 0, 0.6); }

.exploreHeading {
  margin-bottom: 10px; }

.faqWrapper {
  max-width: 896px;
  padding: 0 16px;
  display: flex;
  flex-direction: column; }
  .faqWrapper .faqTitle {
    margin-bottom: 15px;
    color: #262626;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 700; }
  .faqWrapper .faqBlock {
    display: flex;
    flex-direction: column; }
    .faqWrapper .faqBlock .collapseV2:not(:last-child)::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.1); }
    .faqWrapper .faqBlock .collapse:not(:last-child)::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.1); }
    .faqWrapper .faqBlock .collapse__header {
      justify-content: space-between;
      padding: 16px 0; }
      .faqWrapper .faqBlock .collapse__header-title {
        font-size: 14px;
        color: #262626; }
    .faqWrapper .faqBlock .collapse__indicator-icon svg {
      width: 20px !important;
      height: 20px !important; }
      .faqWrapper .faqBlock .collapse__indicator-icon svg path {
        fill: #262626 !important; }
    .faqWrapper .faqBlock .collapse__body {
      margin-bottom: 25px; }
      .faqWrapper .faqBlock .collapse__body h4 {
        color: #262626;
        font-weight: 450; }
      .faqWrapper .faqBlock .collapse__body ol {
        list-style-type: decimal;
        margin: 12px 12px 12px 24px; }

.mfContent {
  max-width: 896px;
  max-height: 403px;
  padding: 16px;
  background-color: var(--level-2-menu-bg);
  overflow: hidden scroll;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  margin: 50px 0; }
  @media screen and (max-width: 767px) {
    .mfContent {
      margin: 25px 0; } }
  .mfContent h2 {
    color: #000000;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 600; }
  .mfContent span {
    color: #6a6a6a;
    font-weight: 400;
    line-height: 1.7;
    font-size: 14px; }
  .mfContent h3 {
    color: #000000;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 500; }
  .mfContent ol {
    list-style-type: decimal;
    margin: 12px 12px 12px 24px; }
  .mfContent ul {
    list-style-type: disc;
    margin: 12px 12px 12px 24px; }
  .mfContent a {
    font-size: 14px; }
  .mfContent .table {
    margin-top: 15px;
    border-spacing: 0px !important;
    border-collapse: collapse !important;
    border: 1px solid #262626 !important; }
    .mfContent .table thead {
      font-weight: 500 !important; }
      .mfContent .table thead th {
        padding: 10px;
        border: 1px solid #262626 !important;
        border: 0px 0xp 0px 0px !important; }
    .mfContent .table tbody .cell1 {
      width: fit-content !important; }
    .mfContent .table tbody td {
      border: 1px solid #262626 !important;
      border-radius: 0px !important; }
  .mfContent td {
    padding-top: 0px !important;
    align-items: start !important;
    justify-content: start !important;
    text-align: start !important; }
    .mfContent td span {
      line-height: 21px !important; }
  .mfContent p.seo-img {
    text-align: center !important; }

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

.siteFooter {
  width: 100%;
  background-color: var(--footer-bg-color);
  color: #fff;
  padding-block: 64px;
  font-size: 14px; }
  .siteFooter .footer {
    max-width: 1126px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1140px) {
      .siteFooter .footer {
        padding-left: 24px;
        padding-right: 24px; } }
  .siteFooter a {
    text-decoration: none; }

.home-bread-crumb-container {
  max-width: 1142px;
  margin: 0 auto;
  padding: 8px 16px;
  height: 24px; }
  @media (min-width: 1280px) {
    .home-bread-crumb-container {
      margin-top: 64px; } }

@media (min-width: 768px) {
  .home-bread-crumb-container-loggedin {
    margin-top: 0px; } }

.home-heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 928px;
  padding: 0 16px;
  margin: 24px auto;
  text-align: left; }
  @media (min-width: 992px) {
    .home-heading {
      text-align: center;
      margin-bottom: 0; } }
  .home-heading h1 {
    color: #262626;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.47px; }
    @media (min-width: 992px) {
      .home-heading h1 {
        font-size: 32px;
        text-align: center;
        line-height: 48px;
        letter-spacing: -0.69px; } }
  .home-heading span {
    color: #6a6a6a;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.8px; }

