﻿.thumb-link:hover .event-card-title {
  text-decoration: underline !important;
  cursor         : pointer !important;
}

.vdo-ico-mn {
  font-size: 80px;
  color    : #e34c4c !important;
}

.mb-btn-search {
  border     : 1px solid #fff !important;
  border-left: none !important;
  height     : 35px;
}

.mb-btn-input {
  border-right: none !important;
}

.footer-line {
  position        : fixed;
  left            : 0;
  right           : 0;
  bottom          : 0;
  height          : 5px;
  background-color: var(--default-blue);
  z-index         : 999;
  pointer-events  : none;
}

@media (min-width: 992px) {
  .main-menu {
    bottom  : auto !important;
    position: static !important;
  }
}

.dcust_slide {
  background-color: var(--default-white);
  padding         : 180px 0;
}

.main-carousel {
  padding : 0 40px;
  position: relative;
}

.main-carousel .carousel-inner {
  overflow: hidden;
}

.main-carousel .carousel-item .row {
  margin-left : -5px;
  margin-right: -5px;
}

.main-carousel .carousel-item .col-md-4 {
  padding-left : 5px;
  padding-right: 5px;
}

.slide-box {
  background-color: #e0e0e0;
  border-radius   : 8px;
  box-shadow      : 0 4px 8px rgba(0, 0, 0, 0.05);
  overflow        : hidden;
  padding-top     : 133%;
  position        : relative;
  width           : 100%;
}

.SlideImageLoader {
  object-fit: cover;
  top       : 0;
  z-index   : 1;
}

.SlideImageLoader,
.carousel-caption-overlay {
  height  : 100%;
  left    : 0;
  position: absolute;
  width   : 100%;
}

.carousel-caption-overlay {
  align-items: flex-end;
  background : linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, transparent 70%);
  bottom     : 0;
  display    : flex;
  z-index    : 2;
}

.slide-text-content {
  color      : var(--default-white);
  padding    : 15px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  width      : 100%;
}

.slide-title {
  display           : -webkit-box;
  font-size         : 1.1rem;
  font-weight       : 700;
  line-clamp        : 2;
  -webkit-line-clamp: 2;
  line-height       : 1.7;
  margin-bottom     : 0;
  overflow          : hidden;
  -webkit-box-orient: vertical;
  text-shadow       : 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.carousel-control-next,
.carousel-control-prev {
  align-items     : center;
  background-color: var(--default-white);
  background      : none !important;
  border          : none !important;
  border-radius   : 50%;
  box-shadow      : none !important;
  display         : flex;
  height          : 32px;
  justify-content : center;
  opacity         : 1;
  position        : absolute;
  top             : 50%;
  width           : 32px;
  z-index         : 10;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-image: none !important;
  color           : #888;
  font-family     : FontAwesome;
  font-size       : 28px;
  height          : auto;
  line-height     : 1;
  width           : auto;
}

.carousel-control-prev-icon:before {
  content: "\f104";
  left   : -15px;
}

.carousel-control-next-icon:before,
.carousel-control-prev-icon:before {
  background     : hsla(0, 0%, 100%, 0.95) !important;
  border         : 1px solid var(--default-blue) !important;
  border-radius  : 50% !important;
  color          : #333;
  font-family    : FontAwesome;
  box-shadow     : 0 1px 4px rgba(0, 0, 0, 0.12) !important;
  color          : var(--default-blue);
  display        : flex;
  height         : 25px;
  width          : 25px;
  justify-content: center;
  line-height    : 1 !important;
  position       : absolute;
  top            : 0;
  z-index        : 4 !important;
  font-size      : 21px;
}

.carousel-control-next-icon:before {
  content: "\f105";
  right  : -15px;
}

.promo-boxes-container {
  margin-bottom: 0;
  margin-top   : 0;
}

.promo-box {
  background   : var(--default-white);
  border       : 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow   : 0 5px 15px rgba(0, 0, 0, 0.05);
  height       : 100%;
  padding      : 20px;
  text-align   : center;
}

.promo-icon {
  color        : var(--default-blue);
  font-size    : 40px;
  margin-bottom: 15px;
}

.promo-box h3 {
  color      : #067baf;
  font-size  : 15px;
  font-weight: 700;
}

.promo-box p {
  color     : #666;
  font-size : 14px;
  margin-top: 10px;
  text-align: left;
}

.promo-link {
  color          : var(--default-white);
  font-weight    : 700;
  text-decoration: none;
}

.promo-link:hover {
  text-decoration: underline;
}

.ud-card-footer:hover a.ud-card-link,
.ud-card-footer:hover a.ud-card-link .fa {
  color: var(--default-white) !important;
}

.ud-card-footer:hover a.ud-card-link-black,
.ud-card-footer:hover a.ud-card-link-black .fa {
  color: var(--default-black) !important;
}

.promo-box .promo-img-card {
  background   : #f5f5f5;
  border-radius: 8px 8px 0 0;
  box-shadow   : 0 2px 8px rgba(0, 0, 0, 0.08);
  display      : block;
  height       : 160px;
  margin-bottom: 12px;
  object-fit   : cover;
  width        : 100%;
}

.slide-card {
  box-shadow    : 0 4px 15px rgba(0, 0, 0, 0.07);
  display       : flex;
  flex-direction: column;
  overflow      : hidden;
  position      : relative;
  padding       : 25px 0px;
}

.slide-card-img {
  aspect-ratio: 16/9;
  display     : block;
  min-height  : 220px;
  object-fit  : cover;
  width       : 100%;
}

.slide-card-caption {
  align-items: flex-end;
  background : linear-gradient(0deg,
      rgba(0, 0, 0, 0.85) 70%,
      rgba(0, 0, 0, 0.1));
  border-radius: 0 0 12px 12px;
  bottom       : 0;
  color        : var(--default-white);
  display      : flex;
  left         : 0;
  min-height   : 60px;
  padding      : 18px 16px 14px;
  position     : absolute;
  right        : 0;
  width        : 100%;
  z-index      : 2;
}

#webCarousel .carousel-item .row {
  margin-left : -5px;
  margin-right: -5px;
}

#webCarousel .carousel-item .row>[class*="col-"] {
  padding-left : 5px;
  padding-right: 5px;
}

.other-links-section {
  padding: 2rem 0;
}

.section-header,
.section-title {
  position: relative;
}

.section-title {
  color         : var(--default-blue);
  display       : inline-block;
  font-size     : clamp(17px, 2vw, 21px);
  margin        : 15px 0 0 15px;
  padding-bottom: 0.5rem;
}

.section-title:after {
  bottom  : 0;
  content : "";
  height  : 3px;
  left    : 0;
  position: absolute;
  width   : 60%;
}

.other-links-section .section-header .section-title {
  color      : var(--default-blue);
  font-size  : clamp(17px, 2vw, 21px);
  line-height: 1.2;
  margin     : 0;
}

.link-card {
  background   : var(--default-white);
  border       : 1px solid #d6d6d6;
  border-radius: 0.75rem;
  box-shadow   : 0 4px 15px rgba(0, 0, 0, 0.03);
  height       : 100px;
  overflow     : hidden;
}

.link-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.link-card-content {
  color          : inherit;
  gap            : 0.875rem;
  height         : 100%;
  padding        : 1rem;
  text-decoration: none;
}

.link-card-content,
.link-icon {
  align-items: center;
  display    : flex;
}

.link-icon {
  background     : rgba(15, 78, 135, 0.08);
  border-radius  : 8px;
  flex-shrink    : 0;
  height         : 40px;
  justify-content: center;
  padding        : 8px;
  width          : 40px;
}

.link-icon img {
  height    : 100%;
  object-fit: contain;
  width     : 100%;
}

.link-details {
  flex-grow: 1;
  overflow : hidden;
}

.link-title {
  color        : var(--default-blue);
  font-size    : 0.95rem;
  line-height  : 1.8;
  margin       : 0 0 0.25rem;
  overflow     : hidden;
  text-overflow: ellipsis;
  white-space  : nowrap;
}

.rm-padding {
  padding-bottom: 0 !important;
  padding-top   : 0 !important;
}

.link-description {
  display           : -webkit-box;
  font-size         : 0.8rem;
  -webkit-line-clamp: 1;
  line-clamp        : 1;
  line-height       : 1.4;
  -webkit-box-orient: vertical;
  overflow          : hidden;
}

.link-exchange-rate {
  color      : var(--default-blue);
  font-size  : 0.8rem;
  font-weight: 500;
}

.row.g-4 {
  margin: -0.5rem;
}

.row.g-4>[class*="col-"] {
  padding: 0.5rem;
}

@media (max-width: 991.98px) {
  .link-card {
    height: 80px;
  }

  .link-card-content {
    padding: 0.875rem;
  }
}

@media (max-width: 767.98px) {
  .link-icon {
    height : 32px;
    padding: 6px;
    width  : 32px;
  }

  .link-title {
    font-size: 0.85rem;
  }

  .link-description,
  .link-exchange-rate {
    font-size: 0.75rem;
  }
}

.news-card {
  background   : var(--default-white);
  border       : 1px solid #d6d6d6;
  border-radius: 6px;
  box-shadow   : 0 1px 5px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.05);
  height       : 100%;
  overflow     : hidden;
}

.news-card:hover {
  background-color: #f8f9fa;
}

.news-card-media {
  background : #f5f5f5;
  overflow   : hidden;
  padding-top: 56.25%;
  position   : relative;
}

.news-card-link {
  display: block;
}

.news-card-img,
.news-card-link {
  height  : 100%;
  left    : 0;
  position: absolute;
  top     : 0;
  width   : 100%;
}

.news-card-img {
  background: #f5f5f5;
  object-fit: cover;
}

.news-card-img.IconImageLoader {
  background: none;
  position  : absolute;
}

.news-card-content {
  padding: 20px;
}

.news-meta {
  margin-bottom: 6px;
}

.news-date {
  color    : #666;
  font-size: 0.75rem;
}

.news-title {
  color             : #1a1a1a;
  display           : -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp        : 2;
  margin            : 0;
  -webkit-box-orient: vertical;
  height            : 46px;
  overflow          : hidden;
}

.news-title:hover {
  color          : var(--default-blue);
  text-decoration: none;
}

.row>[class*="col-"] {
  padding-left : 10px;
  padding-right: 10px;
}

.row {
  margin-left : -8px;
  margin-right: -8px;
}

@media (max-width: 991.98px) {
  .news-card-content {
    padding: 10px;
  }
}

@media (max-width: 767.98px) {
  .news-title {
    font-size: 0.8125rem;
  }

  .news-date {
    font-size: 0.6875rem;
  }
}

.news-panel {
  background   : var(--default-white);
  border-radius: 8px;
  height       : 100%;
}

.news-list,
.news-panel {
  display       : flex;
  flex-direction: column;
}

.course-item,
.news-item {
  height  : 90px;
  position: relative;
}

.news-link {
  background     : var(--default-white);
  border-radius  : 6px;
  color          : inherit;
  display        : flex;
  gap            : 1rem;
  height         : 100%;
  padding        : 0.75rem;
  text-decoration: none;
}

.news-media {
  flex    : 0 0 120px;
  height  : 65px;
  overflow: hidden;
  position: relative;
}

.news-media img {
  height         : 100%;
  left           : 0;
  object-fit     : cover;
  object-position: center;
  position       : absolute;
  top            : 0;
  width          : 100%;
}

.news-media .IconImageLoader {
  background-position: 50%;
  background-repeat  : no-repeat;
  background-size    : cover;
}

.news-media>.lazy-wrap {
  background: transparent;
  display   : block;
  height    : 100%;
  inset     : 0;
  overflow  : hidden;
  position  : absolute;
  width     : 100%;
}

.news-media>.lazy-wrap.lazy-wrap--compact>img {
  height         : 100% !important;
  inset          : 0;
  object-fit     : contain;
  object-position: center;
  opacity        : 1;
  position       : absolute;
  visibility     : visible;
  width          : 100% !important;
}

.news-media>.lazy-wrap.lazy-error:after {
  content: none !important;
}

.news-media>.lazy-wrap.lazy-error>img {
  background: var(--default-white);
  object-fit: contain;
}

.course-item {
  background     : var(--default-white);
  border-radius  : 6px;
  display        : flex;
  flex-direction : column;
  justify-content: center;
  min-height     : 105px;
  padding        : 0 10px;
}

.news-divider {
  border-color: #d7dee5;
  margin      : 0 0 15px 13px;
}

.course-content,
.news-content {
  display        : flex;
  flex           : 1;
  flex-direction : column;
  justify-content: center;
}

.tax-school-carousel-content {
  margin-top: 15px !important;
}

.tax-school-carousel-content a {
  color: #555454;
}

.course-date,
.news-date {
  color        : #666;
  font-size    : 0.75rem;
  margin-bottom: 0.25rem;
}

.course-title,
.news-title {
  display           : -webkit-box;
  font-size         : 0.875rem;
  font-weight       : 500;
  -webkit-line-clamp: 2;
  line-clamp        : 2;
  line-height       : 1.4;
  margin            : 0;
  -webkit-box-orient: vertical;
  overflow          : hidden;
}

.course-item:hover,
.news-link:hover {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .news-media {
    flex  : 0 0 100px;
    height: 75px;
  }

  .course-item,
  .news-item {
    height: 90px;
  }
}

.dother_linkb {
  background: var(--default-white);
  padding   : 2rem 0;
}

.new-sidebar {
  display: flex;
  gap    : 1rem;
  margin : 0 -0.5rem;
}

.gdt-card-web.noborder {
  background   : var(--default-white);
  border-radius: 6px;
  overflow     : hidden;
}

.quick-links-carousel img.img-fluid {
  aspect-ratio : 16/9;
  border-radius: 6px;
  object-fit   : cover;
  width        : 100%;
}

.btn-next-prev-nts {
  align-items    : center;
  background     : hsla(0, 0%, 100%, 0.9);
  border-radius  : 50%;
  display        : flex;
  height         : 32px;
  justify-content: center;
  opacity        : 1;
  top            : 45%;
  width          : 32px;
}

.btn-next-prev-nts:hover {
  background: #fff;
}

.btn-next-prev-nts img {
  height: 20px;
  width : 20px;
}

.gdt-card-header-web {
  margin : 0;
  padding: 0.75rem 1rem;
}

.gdt-section-title-web {
  color    : #1a1a1a;
  display  : inline-block;
  font-size: 1.25rem;
  position : relative;
}

.gdt-media {
  align-items  : center;
  border       : 1px solid #d9d9d9;
  border-radius: 4px;
  display      : flex;
  gap          : 2px;
  margin-bottom: 0.5rem;
  padding      : 0.75rem;
}

.gdt-media,
.gdt-media:hover {
  background-color: #f8f9fa;
}

.gdt-media-img {
  flex-shrink : 0;
  height      : 40px;
  margin-right: 0.75rem;
  object-fit  : contain;
  width       : 40px;
}

.gdt-media-body {
  flex: 1;
}

.gdt-title {
  font-size  : 14px;
  line-height: 1.5;
}

.gdt-title a {
  color          : #1a1a1a;
  text-decoration: none;
}

.gdt-title a:hover {
  color: var(--default-blue);
}

.wrap {
  white-space: normal;
}

.mobile-prokas {
  display    : flex;
  min-width  : 135px;
  white-space: nowrap;
}

.mobile-redmore {
  position     : absolute;
  margin-bottom: 10px;
}

.nowrap {
  overflow     : hidden;
  text-overflow: ellipsis;
  white-space  : nowrap;
}

@media (max-width: 767.98px) {
  .new-sidebar {
    flex-direction: column;
  }

  .col-6 {
    padding: 0;
    width  : 100%;
  }

  .gdt-media-img {
    height: 32px;
    width : 32px;
  }

  .gdt-title {
    font-size: 0.8125rem;
  }
}

.quick-links-section {
  padding: 1rem 0;
}

.gdt-card-web {
  height : 100%;
  margin : 0;
  padding: 0.75rem;
}

.col-6 {
  padding: 0 0.5rem;
}

.container {
  padding: 0 1rem;
}

.gdt-card-body {
  padding: 12px;
}

.gdt-media:not(:last-child) {
  margin-bottom: 0.75rem;
}

.wv {
  display: none !important;
}

.mv {
  display: block !important;
}

@media (min-width: 992px) {
  .wv {
    display: block !important;
  }

  .mv {
    display: none !important;
  }
}

body.zoom-accessibility .mv,
body.zoom-accessibility .wv {
  display: block !important;
}

img,
video {
  height   : auto;
  max-width: 100%;
}

.container,
.row,
[class*="col-"] {
  min-width: 0;
}

.header-fixed {
  z-index: 1030;
}

.blog-header .brand-container {
  align-items: center;
  display    : flex;
  gap        : 12px;
}

.blog-header .brand-logo {
  max-height: 64px;
  width     : auto;
}

@media (max-width: 991.98px) {
  .blog-header .brand-logo {
    max-height: 56px;
  }
}

.blog-header .brand-subtitle,
.blog-header .brand-title {
  color      : var(--default-blue);
  line-height: 1.2;
  margin     : 0;
  text-shadow: none;
}

.blog-header .brand-title {
  font-size: 15px;
}

.blog-header .brand-subtitle {
  font-size: 18px;
}

.header-utils .input-group {
  margin-bottom: 0 !important;
  max-width    : 100%;
  width        : 460px;
}

.quick-links-grid {
  display              : grid;
  gap                  : 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 992px) {
  .quick-links-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.quick-link-card {
  align-items    : center;
  background     : var(--default-white);
  border         : 1px solid #d9d9d9;
  border-radius  : 8px;
  display        : flex;
  gap            : 10px;
  padding        : 8px 10px;
  text-decoration: none;
}

.quick-link-icon img {
  height    : 28px;
  object-fit: contain;
  width     : 28px;
}

.quick-link-title {
  color      : #1a1a1a;
  font-size  : clamp(12px, 1.1vw, 14px);
  line-height: 1.3;
  margin     : 0;
}

.quick-link-title.nowrap {
  white-space: nowrap;
}

.quick-link-title.nowrap,
.quick-link-title.wrap {
  display           : -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp        : 2;
  -webkit-box-orient: vertical;
  overflow          : hidden;
}

.quick-links-panel .carousel {
  border-radius: 8px;
  overflow     : hidden;
}

.quick-links-panel .carousel-inner {
  min-height: 220px;
}

.quick-links-panel .carousel-media {
  background   : #f6f8ff;
  border-radius: 8px;
  height       : 250px;
  overflow     : hidden;
}

@media (max-width: 991.98px) {
  .quick-links-panel .carousel-inner {
    min-height: 180px;
  }

  .quick-links-panel .carousel-media {
    height: 180px;
  }
}

.quick-links-panel .carousel-img {
  display   : block;
  height    : 100%;
  object-fit: cover;
  width     : 100%;
}

.header-utils {
  display        : flex;
  justify-content: flex-end;
}

.header-utils .utils-container {
  align-items: center;
  display    : flex;
  gap        : 12px;
  width      : 100%;
}

.header-utils .form-control {
  font-size: 14px;
  height   : 36px;
}

.header-utils .btn-search,
.header-utils .input-group-append .btn {
  height                   : 36px;
  border-radius            : 23px;
  border-top-left-radius   : 0 !important;
  border-bottom-left-radius: 0 !important;
}

body.force-desktop-on-zoom .wv {
  display: block !important;
}

body.force-desktop-on-zoom .mv {
  display: none !important;
}

html.pre-force-desktop .mv {
  display   : none !important;
  visibility: hidden !important;
}

html.pre-force-desktop .wv {
  display: block !important;
}

body.force-desktop-on-zoom .mv,
body.force-desktop-on-zoom .mv * {
  display   : none !important;
  visibility: hidden !important;
}

body.force-desktop-on-zoom .navbar-expand-lg .navbar-collapse,
body.force-desktop-on-zoom .navbar-expand-md .navbar-collapse,
html.pre-force-desktop .navbar-expand-lg .navbar-collapse,
html.pre-force-desktop .navbar-expand-md .navbar-collapse {
  display   : flex !important;
  flex-basis: auto !important;
  height    : auto !important;
  visibility: visible !important;
}

body.force-desktop-on-zoom .navbar-expand-lg .navbar-toggler,
body.force-desktop-on-zoom .navbar-expand-md .navbar-toggler,
body.force-desktop-on-zoom .site-header,
html.pre-force-desktop .navbar-expand-lg .navbar-toggler,
html.pre-force-desktop .navbar-expand-md .navbar-toggler,
html.pre-force-desktop .site-header {
  display: none !important;
}

@media (min-width: 992px) {
  .blog-header .row.align-items-center {
    flex-wrap: nowrap;
  }

  .blog-header .col-3 {
    flex: 0 0 auto;
  }

  .header-utils {
    flex: 1 1 auto;
  }

  .header-utils .utils-container {
    justify-content: flex-end;
  }
}

.pdtop-20 {
  padding-top: 10px;
}

.border-panel {
  border-bottom: 1px solid #d9d9d9;
}

.ud-section .ud-section-header {
  align-items  : center;
  display      : flex;
  gap          : 10px;
  margin-bottom: 15px;
}

.ud-section .ud-title-icon {
  align-items    : center;
  background     : linear-gradient(135deg, var(--ud-accent), var(--ud-accent-2));
  border         : 1px solid rgba(18, 23, 148, 0.18);
  border-radius  : 5px;
  box-shadow     : 0 3px 8px rgba(18, 23, 148, 0.15);
  color          : var(--default-white);
  display        : inline-flex;
  height         : 50px;
  justify-content: center;
  width          : 32px;
}

.ud-section .ud-title-icon .ud-svg {
  height: 18px;
  width : 18px;
}

.ud-section .ud-title {
  color         : var(--ud-accent);
  font-size     : clamp(17px, 2vw, 21px);
  line-height   : 1.25;
  margin        : 0;
  padding-bottom: 8px;
  position      : relative;
}

.ud-section .ud-title:after {
  background: linear-gradient(90deg,
      var(--ud-accent) 0,
      var(--ud-accent-2) 60%,
      var(--ud-warm) 100%);
  border-radius: 999px;
  bottom       : 0;
  box-shadow   : 0 2px 6px rgba(0, 0, 0, 0.08);
  content      : "";
  height       : 3px;
  left         : 0;
  position     : absolute;
  width        : min(123px, 60%);
}

.promo-box.ud-card {
  background   : var(--default-white);
  border       : 1px solid #d3d3d3;
  border-radius: 14px;
  box-shadow   : 0 1px 5px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.05);
  margin       : 0;
  min-height   : 140px;
  padding      : 15px;
  position     : relative;
}

.promo-box.ud-card:hover {
  border-color: #d9d9d9;
  box-shadow  : 0 4px 14px rgba(0, 0, 0, 0.04);
}

.promo-box.ud-card:before {
  background             : linear-gradient(90deg, var(--ud-accent), var(--ud-warm));
  border-top-left-radius : 14px;
  border-top-right-radius: 14px;
  content                : "";
  height                 : 5px;
  left                   : 0;
  opacity                : 0.95;
  position               : absolute;
  top                    : 0;
  width                  : 100%;
}

.ud-card-body {
  padding-top: 6px;
}

.ud-card-icon {
  align-items    : center;
  background     : rgba(18, 23, 148, 0.1);
  border-radius  : 6px;
  color          : var(--ud-accent);
  display        : inline-flex;
  height         : 28px;
  justify-content: center;
  margin-bottom  : 10px;
  width          : 28px;
}

.ud-card-icon .ud-svg {
  height: 16px;
  width : 16px;
}

.ud-date {
  color      : #1a1a1a;
  font-size  : 1.05rem;
  font-weight: 700;
  margin     : 0 0 5px;
  white-space: nowrap;
}

.ud-desc {
  color    : #555;
  font-size: 0.95rem;
  margin   : 0;
}

.ud-card-footer {
  display        : flex;
  justify-content: flex-end;
  margin-top     : 12px;
}

.black,
.black .fa {
  color: var(--default-black);
}

.ud-card-link,
.ud-card-link-black {
  font-weight    : inherit;
  position       : relative;
  text-decoration: inherit;
}

.ud-card-link {
  color: var(--default-white);
}

.ud-card-link-black {
  color      : var(--default-blue);
  font-weight: bold;
}

.ud-card-link:after {
  color: var(--default-white);
}

.ud-card-link-black:after,
.ud-card-link:after {
  content    : "\f054";
  font-family: FontAwesome;
  font-size  : 12px;
  margin-left: 6px;
}

.ud-card-link-black:after {
  color      : var(--default-blue) !important;
  font-weight: bold;
}

.promo-boxes-container>div:nth-child(2) .ud-card {
  background: linear-gradient(180deg, #f6f8ff 0, var(--default-white) 100%);
}

.promo-boxes-container>div:nth-child(2) .ud-card:before {
  background: linear-gradient(90deg, var(--ud-accent), var(--ud-accent-2));
}

.promo-boxes-container>div:nth-child(3) .ud-card {
  background: linear-gradient(180deg, #fff6ec 0, var(--default-white) 100%);
}

.promo-boxes-container>div:nth-child(3) .ud-card:before {
  background: linear-gradient(90deg, #f79630, #f7b75a);
}

.promo-boxes-container>div:nth-child(4) .ud-card {
  background: linear-gradient(180deg, #f1fbf7 0, var(--default-white) 100%);
}

.promo-boxes-container>div:nth-child(4) .ud-card:before {
  background: linear-gradient(90deg, #0ba77e, #36c5a2);
}

@media (max-width: 991.98px) {
  .ud-section .ud-title {
    font-size: 18px;
  }

  .ud-section .ud-title:after {
    height: 5px;
    width : 140px;
  }

  .promo-box.ud-card {
    padding: 16px;
  }

  .ud-desc {
    font-size: 0.9rem;
  }
}

.margintop-160 {
  margin-top: 160px;
}

.mv-section .mv-section-header {
  align-items  : center;
  display      : flex;
  gap          : 10px;
  margin-bottom: 15px;
}

.mv-section .mv-title-icon {
  align-items    : center;
  background     : linear-gradient(135deg, var(--mv-accent), var(--mv-accent-2));
  border-radius  : 5px;
  box-shadow     : 0 2px 6px rgba(0, 0, 0, 0.12);
  color          : var(--default-white);
  display        : inline-flex;
  height         : 50px;
  justify-content: center;
  width          : 30px;
}

.mv-section .mv-title-icon .mv-svg {
  height: 18px;
  width : 18px;
}

.mv-section .mv-title {
  color         : var(--mv-accent);
  font-size     : clamp(17px, 2vw, 21px);
  line-height   : 1.25;
  margin        : 0;
  padding-bottom: 8px;
  position      : relative;
}

.mv-section .mv-title:after {
  background   : linear-gradient(90deg, var(--mv-accent), var(--mv-accent-2));
  border-radius: 999px;
  bottom       : 0;
  box-shadow   : 0 2px 5px rgba(0, 0, 0, 0.06);
  content      : "";
  height       : 3px;
  left         : 0;
  position     : absolute;
  width        : min(220px, 60%);
}

.mv-section .mv-card {
  background: linear-gradient(var(--default-white), var(--default-white)) padding-box,
    linear-gradient(135deg, rgba(15, 90, 224, 0.35), rgba(6, 182, 212, 0.35)) border-box;
  border       : 1px solid #b5bff4;
  border-radius: 12px;
  box-shadow   : 0 1px 6px rgba(0, 0, 0, 0.06);
  overflow     : hidden;
}

.mv-section .mv-card:before,
.mv-section .mv-content:before {
  display: none;
}

.mv-section .mv-badge {
  display: none !important;
}

.mv-section .mv-media {
  background   : #f7f9ff;
  border-bottom: 1px solid #eef2ff;
  position     : relative;
}

.mv-section .mv-media:before {
  background    : linear-gradient(180deg, transparent 70%, rgba(15, 90, 224, 0.08));
  content       : "";
  inset         : 0;
  pointer-events: none;
  position      : absolute;
}

.mv-section .mv-media .news-card-img {
  display: block;
  width  : 100%;
}

.mv-section .mv-media .news-card-img[src$="default.png"] {
  filter : grayscale(15%) contrast(95%);
  opacity: 0.85;
}

.mv-section .mv-content {
  padding : 12px 14px 14px;
  position: relative;
}

.mv-section .mv-content .news-date {
  background   : #eef2ff;
  border       : 1px solid #dbe4ff;
  border-radius: 999px;
  color        : var(--mv-accent);
  display      : inline-block;
  font-size    : 0.82rem;
  font-weight  : 600;
  padding      : 2px 8px;
}

.mv-section .mv-content .news-title {
  color          : #111827;
  font-weight    : 700;
  line-height    : 1.35;
  margin-top     : 6px;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .mv-section .mv-title {
    font-size: 18px;
  }

  .mv-section .mv-title:after {
    height: 5px;
    width : 140px;
  }
}

.carousel-link-nowrap {
  overflow     : hidden;
  text-overflow: ellipsis;
  white-space  : nowrap;
}

.rt-line {
  align-items    : center;
  display        : flex;
  gap            : 5px;
  justify-content: space-between;
}

.rt-badge {
  border: 1px solid #D9D9D9;

  border-radius: 8px;
  font-size    : 11px;
  line-height  : 1.25;
  padding      : 2px 5px;
  white-space  : nowrap;
}

.rt-badge.is-critical {
  background-color: #FEE2E2;
  color           : #991B1B;
  border-color    : #FECACA;
}

.rt-badge.is-new {
  background-color: #DCFCE7;
  color           : #166534;
  border-color    : #BBF7D0;
}

.rt-badge.is-soon {
  background-color: #FFF4E6;
  color           : #8A4B00;
  border-color    : #FFECCF;
}

.rt-badge.is-upcoming {
  background-color: #e5edf1;
  color           : #0F4E87;
  border-color    : #cfcdcb !important;
}

.rt-badge.is-later {
  background-color: #F3F4F6;
  color           : #475569;
  border-color    : #E5E7EB;
}

.rt-badge.is-past {
  background-color: #F7F7F7;
  color           : #6B7280;
  border-color    : #E5E7EB;
}

.rt-badge.rt-badge--plain {
  background: transparent;
  color     : var(--rtb-past-ink);
}

.padding25 {
  padding: 25px;
}

.other-links-section .section-header {
  margin-bottom: 10px;
  text-align   : center;
}

.other-links-section .section-title {
  color    : var(--ol-ink);
  font-size: 1.75rem;
  margin   : 0;
}

.other-links-section .link-item {
  align-items    : center;
  background     : #fafafa;
  border         : 1px solid #c2c7cd;
  border-radius  : 0.75rem;
  box-shadow     : var(--default-box-shadow);
  color          : inherit;
  display        : flex;
  gap            : 1rem;
  height         : 90px;
  margin-bottom  : 15px;
  padding        : 5px 0 0 15px;
  text-decoration: none;
}

.other-links-section .link-item:hover {
  background-color: #f0f2ff;
  border-color    : var(--ol-accent);
}

.other-links-section .link-item-icon {
  align-items     : center;
  background-color: #fff;
  border          : 1px solid #ddd;
  border-radius   : 0.625rem;
  display         : flex;
  flex-shrink     : 0;
  height          : 48px;
  justify-content : center;
  padding         : 8px;
  width           : 48px;
}

.other-links-section .link-item-icon img {
  height    : 100%;
  object-fit: contain;
  width     : 100%;
}

.other-links-section .link-item-details {
  min-width: 0;
}

.other-links-section .link-item-title {
  color        : var(--default-blue);
  font-size    : 1rem;
  line-height  : 1.8;
  margin       : 0 0 0.25rem;
  overflow     : hidden;
  text-overflow: ellipsis;
  white-space  : nowrap;
}

.other-links-section .link-item-description {
  color        : var(--ol-muted);
  font-size    : 0.875rem;
  margin       : 0;
  overflow     : hidden;
  text-overflow: ellipsis;
  white-space  : nowrap;
}

.other-links-section .link-exchange-rate {
  color        : var(--ol-accent);
  font-size    : 0.8125rem;
  font-weight  : 600;
  margin-top   : 0.375rem;
  overflow     : hidden;
  text-align   : center;
  text-overflow: ellipsis;
  white-space  : nowrap;
}

.other-links-section .link-item:focus-visible {
  box-shadow    : 0 0 0 4px rgba(18, 23, 148, 0.1);
  outline       : 2px solid var(--ol-accent);
  outline-offset: 3px;
}

.pt25 {
  padding-top: 25px;
}

.ribbon-title {
  --rt-color           : var(--default-blue);
  --rt-height          : 40px;
  --rt-angle           : 16px;
  --rt-rule            : 3px;
  --rt-gap             : 8px;
  --rt-tuck            : calc(var(--rt-angle) - 2px);
  align-items          : center;
  column-gap           : var(--rt-gap);
  display              : grid;
  grid-template-columns: max-content 1fr;
  isolation            : isolate;
  margin-bottom        : 12px;
  min-width            : 0;
  text-align           : initial;
}

.ribbon-title:after {
  background   : var(--rt-color);
  border-radius: 2px;
  content      : "";
  grid-column  : 2/-1;
  height       : var(--rt-rule);
  margin-left  : calc(var(--rt-gap) - var(--rt-tuck));
}

.ribbon-title>.section-title {
  align-items  : center;
  background   : var(--rt-color);
  border-radius: 6px 0 0 6px;
  clip-path    : polygon(0 0,
      calc(100% - var(--rt-angle)) 0,
      100% 50%,
      calc(100% - var(--rt-angle)) 100%,
      0 100%);
  color      : var(--default-white);
  display    : inline-flex;
  font-size  : 20px;
  height     : var(--rt-height);
  line-height: 1;
  margin     : 0;
  padding    : 0 12px;
}

@supports not (clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)) {
  .ribbon-title>.section-title {
    border-bottom-right-radius: 0;
    border-top-right-radius   : 0;
    clip-path                 : none;
  }
}

@media (max-width: 991.98px) {
  .ribbon-title {
    --rt-height: 30px;
    --rt-angle : 14px;
    --rt-gap   : 6px;
  }
}

.ribbon-title.ribbon-title--center {
  grid-template-columns: 1fr max-content 1fr;
}

.ribbon-title.ribbon-title--center:before {
  background   : var(--rt-color);
  border-radius: 2px;
  content      : "";
  grid-column  : 1/2;
  height       : var(--rt-rule);
  margin-right : calc(var(--rt-gap) - var(--rt-tuck));
}

.ribbon-title.ribbon-title--center:after {
  background   : var(--rt-color);
  border-radius: 2px;
  grid-column  : 3/-1;
  height       : var(--rt-rule);
  margin-left  : calc(var(--rt-gap) - var(--rt-tuck));
}

.ribbon-title.ribbon-title--center>.section-title {
  border-radius: 0;
  clip-path    : polygon(var(--rt-angle) 0,
      calc(100% - var(--rt-angle)) 0,
      100% 50%,
      calc(100% - var(--rt-angle)) 100%,
      var(--rt-angle) 100%,
      0 50%);
}

@supports not (clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)) {
  .ribbon-title.ribbon-title--center>.section-title {
    border-radius: 6px;
    clip-path    : none;
  }
}

@media (max-width: 991.98px) {
  .ribbon-title.ribbon-title--center {
    --rt-gap: 6px;
  }
}

.font20 {
  font-size: 20px;
}

.header-icon-rule {
  --tile-w      : 44px;
  --tile-h      : 32px;
  --gap         : 10px;
  --rule-h      : 3px;
  align-items   : center;
  display       : inline-flex;
  gap           : var(--gap);
  padding-bottom: 10px;
  position      : relative;
  --hdr-icon    : url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M10.6 13.4a4 4 0 0 0 0-5.6l-1.4-1.4a4 4 0 0 0-5.6 5.6l1 1m8.8-.8a4 4 0 0 0 0 5.6l1.4 1.4a4 4 0 1 0 5.6-5.6l-1-1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>");
}

.header-icon-rule:before {
  background         : var(--hdr-color);
  background-color   : var(--default-blue);
  background-image   : var(--hdr-icon);
  background-position: 50%;
  background-repeat  : no-repeat;
  background-size    : 20px 20px;
  border-radius      : 6px;
  color              : var(--default-white);
  content            : "";
  display            : inline-block;
  font-size          : 20px;
  font-weight        : 700;
  height             : 50px;
  line-height        : 1;
  place-items        : center;
  width              : 30px;
}

.header-icon-rule:after {
  background   : var(--hdr-color);
  border-radius: 2px;
  bottom       : 0;
  content      : "";
  height       : var(--rule-h);
  left         : calc(var(--tile-w) + var(--gap));
  position     : absolute;
  right        : 0;
}

.header-icon-rule .section-title {
  color      : inherit;
  line-height: 1.2;
  margin     : 0;
}

@media (max-width: 991.98px) {
  .header-icon-rule {
    --tile-w: 40px;
    --tile-h: 30px;
    --gap   : 8px;
  }
}

.header-icon-rule--calendar {
  --hdr-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><rect x='3' y='5' width='18' height='16' rx='2' ry='2' fill='none' stroke='white' stroke-width='2'/><path d='M3 9h18' stroke='white' stroke-width='2'/><path d='M8 3v4M16 3v4' stroke='white' stroke-width='2' stroke-linecap='round'/></svg>");
}

.header-icon-rule--info {
  --hdr-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><circle cx='12' cy='12' r='10' fill='none' stroke='white' stroke-width='2'/><path d='M12 10v6' stroke='white' stroke-width='2' stroke-linecap='round'/><circle cx='12' cy='7' r='1.5' fill='white'/></svg>");
}

.header-icon-rule--doc {
  --hdr-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2h8l4 4v16H6z" fill="none" stroke="white" stroke-width="2"/><path d="M14 2v6h6" fill="none" stroke="white" stroke-width="2"/></svg>');
}

.ql-focus {
  --ql-accent : var(--default-blue);
  --ql-ink    : #1f2937;
  --ql-muted  : #64748b;
  --ql-border : #d9d9d9;
  --ql-bg     : #f8fafc;
  --ql-item-bg: var(--default-white);
}

.ql-focus__header {
  align-items          : center;
  column-gap           : 8px;
  display              : grid;
  grid-template-columns: max-content 1fr;
  margin-bottom        : 12px;
  position             : relative;
}

.ql-focus__header:after {
  background   : var(--ql-accent);
  border-radius: 2px;
  content      : "";
  grid-column  : 2/-1;
  height       : 3px;
}

.ql-focus__title {
  background   : var(--ql-accent);
  border-radius: 6px;
  color        : var(--default-white);
  font-size    : 18px;
  line-height  : 1.2;
  margin       : 0;
  padding      : 6px 12px;
}

.ql-focus__grid {
  display              : grid;
  gap                  : 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 767.98px) {
  .ql-focus__grid {
    grid-template-columns: 1fr;
  }
}

.ql-focus__item {
  align-items          : center;
  background           : var(--ql-item-bg);
  border               : 1px solid var(--ql-border);
  border-radius        : 8px;
  box-shadow           : 0 1px 2px rgba(0, 0, 0, 0.04);
  color                : var(--ql-ink);
  display              : grid;
  gap                  : 12px;
  grid-template-columns: 44px 1fr 16px;
  height               : 100%;
  padding              : 10px 12px;
  text-decoration      : none;
}

.ql-focus__item:hover {
  background  : #f0f2ff;
  border-color: var(--ql-accent);
}

.ql-focus__item:after {
  background  : 50%/16px 16px no-repeat url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'><path d='M7 5l6 5-6 5' stroke='%23121794' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  content     : "";
  height      : 16px;
  justify-self: end;
  width       : 16px;
}

.ql-focus__icon {
  align-items    : center;
  background     : #eef2ff;
  border-radius  : 8px;
  display        : flex;
  height         : 44px;
  justify-content: center;
  width          : 44px;
}

.ql-focus__icon img {
  height    : 100%;
  object-fit: contain;
  width     : 100%;
}

.ql-focus__item-title {
  color      : var(--ql-ink);
  font-size  : 0.95rem;
  line-height: 1.35;
  margin     : 0;
  min-width  : 0;
}

.ql-focus__item-title.nowrap,
.ql-focus__item-title.wrap {
  display           : -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp        : 2;
  -webkit-box-orient: vertical;
  overflow          : hidden;
  word-break        : break-word;
}

.ql-focus__item:focus-visible {
  box-shadow    : 0 0 0 4px rgba(18, 23, 148, 0.1);
  outline       : 2px solid var(--ql-accent);
  outline-offset: 3px;
}

.ql-rail {
  --qlr-accent: var(--default-blue);
  --qlr-ink   : #1f2937;
  --qlr-border: #d9d9d9;
  --qlr-bg    : var(--default-white);
  --qlr-soft  : #eef2ff;
}

.ql-rail__header {
  align-items          : center;
  column-gap           : 8px;
  display              : grid;
  grid-template-columns: max-content 1fr;
  margin-bottom        : 12px;
}

.ql-rail__header:after {
  background   : var(--qlr-accent);
  border-radius: 2px;
  content      : "";
  grid-column  : 2/-1;
  height       : 3px;
}

.ql-rail__title {
  background   : var(--qlr-accent);
  border-radius: 6px;
  color        : var(--default-white);
  font-size    : 18px;
  line-height  : 1.2;
  margin       : 0;
  padding      : 6px 12px;
}

.ql-rail__list {
  display: grid;
  gap    : 10px;
}

.ql-rail__item {
  align-items          : center;
  background           : var(--qlr-bg);
  background-color     : #f6f8ff;
  border               : 1px solid #d4d6db;
  border-radius        : 12px;
  color                : var(--qlr-ink);
  display              : grid;
  gap                  : 12px;
  grid-template-columns: 40px 1fr 15px;
  overflow             : hidden;
  padding              : 5px 10px;
  position             : relative;
  text-decoration      : none;
}

.ql-rail__item:before {
  background               : var(--qlr-accent);
  border-bottom-left-radius: 12px;
  border-top-left-radius   : 12px;
  bottom                   : 0;
  content                  : "";
  left                     : 0;
  position                 : absolute;
  top                      : 0;
  width                    : 4px;
}

.ql-rail__item:after {
  background  : 50%/16px 16px no-repeat url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'><path d='M7 5l6 5-6 5' stroke='%23121794' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  content     : "";
  height      : 16px;
  justify-self: end;
  width       : 16px;
}

.ql-rail__item:hover {
  background  : #f6f8ff;
  border-color: var(--qlr-accent);
}

.ql-rail__icon {
  align-items    : center;
  display        : flex;
  height         : 40px;
  justify-content: center;
  width          : 40px;
}

.ql-rail__icon img {
  height    : 100%;
  object-fit: contain;
  width     : 100%;
}

.ql-rail__text {
  font-size  : 0.95rem;
  line-height: 1.35;
  min-width  : 0;
}

.ql-rail__text.wrap {
  display           : -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp        : 2;
  -webkit-box-orient: vertical;
  overflow          : hidden;
  word-break        : break-word;
}

.ql-rail__item:focus-visible {
  box-shadow    : 0 0 0 4px rgba(18, 23, 148, 0.1);
  outline       : 2px solid var(--qlr-accent);
  outline-offset: 3px;
}

.ql-card {
  --qlc-bg    : var(--default-white);
  --qlc-radius: 12px;
  background  : var(--qlc-bg);
  border      : 1px solid #d9d9d9;
  border-right: none;
  border-top  : none;
  padding     : 14px;
}

.ql-eq .col-md-6 {
  padding-left : 0 !important;
  padding-right: 0 !important;
}

.ql-card .carousel-media {
  border-radius: 8px;
  overflow     : hidden;
}

.ql-fieldset {
  --qlfs-border: #d9d9d9;
  --qlfs-bg    : var(--default-white);
  --qlfs-accent: var(--default-blue);
  background   : var(--qlfs-bg);
  border-bottom: 0;
  border-left  : none;
  border-radius: 0 !important;
  border-top   : 0;
  margin-top   : 0;
  padding      : 16px;
  position     : relative;
}

@media (min-width: 992px) {
  .ns-card {
    padding: 10px 30px;
  }
}

.ns-card>.row {
  row-gap: 1px;
}

.promo-boxes-container .mb-4,
.promo-boxes-container.my-4 {
  margin-bottom: 0 !important;
}

.ns-card .section-header {
  margin-top: 30px;
}

.slide-card-wrapper {
  border-top-left-radius : 0;
  border-top-right-radius: 0;
  margin-top             : 133px;
  padding-bottom         : 21px;
  padding-top            : 30px;
}

.dbcdoc,
.dcust_timelinen,
.news-section,
.other-links-section-wrapper,
.quick-links-section,
.slide-card-wrapper {
  margin-bottom: 0;
}

#taxSchoolCarousel,
#taxSchoolCarouselMb {
  position   : relative;
  --ts-aspect: 16/9;
}

#taxSchoolCarousel .carousel-inner,
#taxSchoolCarouselMb .carousel-inner {
  overflow: hidden;
  position: relative;
}

#taxSchoolCarousel .carousel-item,
#taxSchoolCarouselMb .carousel-item {
  backface-visibility: hidden;
  display            : none;
  float              : left;
  margin-right       : -100%;
  position           : relative;
  width              : 100%;
}

#taxSchoolCarousel .carousel-item-next,
#taxSchoolCarousel .carousel-item-prev,
#taxSchoolCarousel .carousel-item.active,
#taxSchoolCarouselMb .carousel-item-next,
#taxSchoolCarouselMb .carousel-item-prev,
#taxSchoolCarouselMb .carousel-item.active {
  display: block;
}

#taxSchoolCarousel .carousel-item-next,
#taxSchoolCarousel .carousel-item-prev,
#taxSchoolCarouselMb .carousel-item-next,
#taxSchoolCarouselMb .carousel-item-prev {
  left    : 0;
  position: absolute;
  top     : 0;
}

#taxSchoolCarousel .carousel-item-next.carousel-item-left,
#taxSchoolCarousel .carousel-item-prev.carousel-item-right {
  opacity : 1;
  position: relative;
}

#taxSchoolCarousel .carousel-control-next,
#taxSchoolCarousel .carousel-control-prev {
  background    : none !important;
  height        : 48px;
  left          : auto;
  margin        : 0;
  opacity       : 1 !important;
  pointer-events: auto;
  position      : absolute;
  right         : auto;
  top           : 50%;
  width         : 48px;
  z-index       : 5;
}

#taxSchoolCarousel .carousel-control-prev {
  left: 4px !important;
}

#taxSchoolCarousel .carousel-control-next {
  right: 4px !important;
}


#taxSchoolCarousel .carousel-control-next-icon,
#taxSchoolCarousel .carousel-control-prev-icon {
  background : none !important;
  color      : #333;
  filter     : drop-shadow(0 2px 3px rgba(0, 0, 0, 0.25));
  font-family: FontAwesome;
  font-size  : 42px;
  height     : auto;
  line-height: 1;
  position   : relative;
  width      : auto;
  z-index    : 1;
}

#taxSchoolCarousel .carousel-control-next-icon:before,
#taxSchoolCarousel .carousel-control-prev-icon:before {
  background   : none;
  border       : none;
  border-radius: 0;
  box-shadow   : none;
  display      : inline-block;
  padding      : 0px;
}

#taxSchoolCarousel .carousel-control-prev-icon:before {
  content    : "\f104";
  font-family: FontAwesome;
  color      : var(--default-blue);
  top        : -15px;
}

#taxSchoolCarousel .carousel-control-next-icon:before {
  content    : "\f105";
  font-family: FontAwesome;
  color      : var(--default-blue);
  top        : -15px;
}

#taxSchoolCarousel .carousel-img,
#taxSchoolCarousel .carousel-item,
#taxSchoolCarousel .carousel-media {
  z-index: 1;
}

#webCarousel {
  position: relative;
}

#webCarousel .carousel-inner {
  overflow: hidden;
  position: relative;
}

#webCarousel .carousel-item {
  backface-visibility: hidden;
  display            : none;
  float              : left;
  margin-right       : -100%;
  position           : relative;
  width              : 100%;
  z-index            : 0;
}

#webCarousel .carousel-item-next,
#webCarousel .carousel-item-prev,
#webCarousel .carousel-item.active {
  display: block;
}

#webCarousel .carousel-item-next,
#webCarousel .carousel-item-prev {
  left    : 0;
  position: absolute;
  top     : 0;
  z-index : 2;
}

#webCarousel .carousel-control-next,
#webCarousel .carousel-control-prev {
  background    : none !important;
  height        : 48px;
  margin        : 0;
  opacity       : 1 !important;
  pointer-events: auto;
  position      : absolute;
  top           : 50%;
  width         : 48px;
  z-index       : 900 !important;
}

#webCarousel .carousel-control-prev {
  left: 4px !important;
}

#webCarousel .carousel-control-next {
  right: 4px !important;
}

#webCarousel .carousel-control-next-icon,
#webCarousel .carousel-control-prev-icon {
  background : none !important;
  color      : #333;
  font-family: FontAwesome;
  font-size  : 42px;
  height     : auto;
  line-height: 1;
  position   : relative;
  width      : auto;
  z-index    : 1;
}

#webCarousel .carousel-control-next-icon:before,
#webCarousel .carousel-control-prev-icon:before {
  background   : none;
  border       : none;
  border-radius: 0px;
  box-shadow   : none;
  display      : inline-block;
  padding      : 0px;
}

#webCarousel .carousel-control-prev-icon:before {
  content    : "\f104";
  font-family: FontAwesome;
  color      : var(--default-blue);
}

#webCarousel .carousel-control-next-icon:before {
  content    : "\f105";
  font-family: FontAwesome;
  color      : var(--default-blue);
}

#webCarousel .carousel-item.active {
  z-index: 1;
}


#taxSchoolCarousel .carousel-item {
  z-index: 0;
}

#taxSchoolCarousel .carousel-item.active {
  opacity: 1;
  z-index: 1;
}

#taxSchoolCarousel .carousel-item-next,
#taxSchoolCarousel .carousel-item-prev {
  opacity: 0.01;
  z-index: 2;
}

.carousel .CourseImageLoader,
.carousel .SlideImageLoader,
.carousel .carousel-img,
.carousel .slide-card-img {
  z-index: 0 !important;
}

#footer .footer-col-title {
  padding-left: 2px;
  position    : relative;
}

#footer .footer-links {
  list-style: none;
  margin    : 0;
  padding   : 0;
}

#footer .footer-link-item {
  align-items: flex-start;
  display    : flex;
  font-size  : 14px;
  gap        : 8px;
  line-height: 1.35;
  margin     : 0 0 9px;
  min-width  : 0;
  padding    : 0;
  position   : relative;
}

#footer .footer-link-item:before {
  color      : #5d7abf;
  font-family: FontAwesome;
  font-size  : 11px;
  left       : 2px;
  position   : absolute;
  top        : 4px;
}

#footer .footer-link-icon {
  color  : #5d7abf;
  display: none;
}

#footer .footer-link-anchor {
  color          : #143c5f;
  display        : inline-block;
  flex           : 1 1 auto;
  font-weight    : 500;
  letter-spacing : 0.15px;
  max-width      : 100%;
  min-width      : 0;
  position       : relative;
  text-decoration: none;
  vertical-align : top;
}

#footer .footer-link-anchor:focus,
#footer .footer-link-anchor:hover {
  color: var(--default-white);
}

#footer .footer-col {
  flex     : 1 1 200px;
  margin   : 0;
  min-width: 0;
}

@media (min-width: 768px) {
  #footer .footer-col {
    margin-bottom: 0;
  }
}

#footer .footer-col-title span {
  border-bottom : 1px solid hsla(0, 0%, 100%, 0.12);
  color         : #0f4e87;
  display       : inline-block;
  font-size     : 15px;
  font-weight   : 700;
  letter-spacing: 0.3px;
  margin        : 0 0 12px;
  padding       : 0 0 7px;
  position      : relative;
  width         : 100%;
}

#footer .footer-link-anchor:focus-visible {
  border-radius  : 4px;
  outline        : 2px solid #3f8dff;
  outline-offset : 2px;
  text-decoration: none;
}

.dcust_timelinen .ns-card,
.gdt-card,
.gdt-panel,
.link-card-wrapper,
.ns-card,
.other-links-section,
.taxpayer-page {
  background   : var(--gdt-panel-bg, var(--default-white));
  border-radius: 0 !important;
  box-sizing   : border-box;
  position     : relative;
}

.ns-card.upcoming-align {
  padding-bottom: clamp(22px, 2.2vw, 34px);
  padding-top   : clamp(18px, 1.9vw, 28px);
}

.gdt-shell .gdt-panel>.container,
.gdt-shell .row>[class*="col-"]>.container {
  max-width    : 100%;
  padding-left : 0 !important;
  padding-right: 0 !important;
}

.ds-content-web-right .gdt-card,
.ds-content-web-right .ns-card {
  --gdt-panel-edge: clamp(16px, 1.5vw, 24px);
}

.gdt-stack>* {
  width: 100%;
}

.gdt-stack>*+* {
  margin-top: var(--gdt-stack-gap, clamp(22px, 2.6vw, 38px));
}

.gdt-stack--tight>*+* {
  margin-top: 0;
}

.gdt-card-body .gdt-media:not(:last-child) {
  margin-bottom: clamp(12px, 1.3vw, 16px);
}

.gdt-panel h1,
.gdt-panel h2,
.gdt-panel h3,
.gdt-panel h4,
.gdt-panel h5 {
  margin-top: 0;
  word-break: break-word;
}

.gdt-panel .moul {
  letter-spacing: 0.3px;
}

@media (max-width: 575.98px) {

  .gdt-card,
  .gdt-panel,
  .ns-card,
  .taxpayer-page {
    --gdt-panel-edge: 18px;
    padding         : clamp(16px, 4.5vw, 22px) var(--gdt-panel-edge) clamp(20px, 5vw, 26px);
  }
}

:root {
  --gdt-radius-xs   : 8px;
  --gdt-radius-sm   : 8px;
  --gdt-radius-md   : 8px;
  --gdt-radius-lg   : 8px;
  --gdt-radius-xl   : 8px;
  --gdt-badge-radius: 8px;
  --gdt-panel-radius: var(--gdt-radius-xl);
  --gdt-card-radius : var(--gdt-radius-lg);
}

.promo-box.ud-card,
.taxpayer-card,
.timeline-div-first,
.timeline-div-then,
.ud-mobile-card {
  border-radius: var(--gdt-card-radius) !important;
}

.link-card,
.news-card,
.ql-focus__item,
.ql-rail__item,
.tp-badge {
  border-radius: 20px !important;
}

.promo-box.ud-card:before,
.timeline-div-first:before,
.timeline-div-then:before {
  border-top-left-radius : var(--gdt-card-radius);
  border-top-right-radius: var(--gdt-card-radius);
}

.default-container {
  line-height: 1.7;
  margin-top : 155px;
}

.title-center-default-panel {
  color      : var(--default-blue);
  font-size  : 21px;
  line-height: 1.7;
  text-align : center;
}

.filtering-section input,
.filtering-section select {
  width: 150px !important;
}

#search_prokas_web {
  width: 190px !important;
}

.btn,
.form-control {
  border-radius: 8px;
}

.form-control {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.05);
}

a:hover {
  text-decoration: none !important;
}

.udm-badge {
  min-width: 75px;
}

.gdt-card,
.gdt-card-web {
  --gdt-card-pad   : 0px;
  --gdt-card-radius: 16px;
  --gdt-brand      : var(--default-blue);
  --gdt-gray       : #d9d9d9;
  overflow         : hidden;
  padding          : var(--gdt-card-pad) !important;
  position         : relative;
}

.gdt-card .gdt-card-header,
.gdt-card-web .gdt-card-header-web,
.gdt-card-web>.section-header,
.gdt-card>.section-header {
  background   : var(--default-blue);
  box-sizing   : border-box;
  color        : #f1f2f3 !important;
  display      : block !important;
  margin-bottom: 0;
  margin-left  : calc(var(--gdt-card-pad) * -1);
  margin-right : calc(var(--gdt-card-pad) * -1);
  margin-top   : calc(var(--gdt-card-pad) * -1);
  padding      : 5px 15px;
  width        : 100% !important;
}

.gdt-card .gdt-card-header .row,
.gdt-card-web .gdt-card-header-web .row,
.gdt-card-web>.section-header .row,
.gdt-card>.section-header .row {
  margin-left : 0 !important;
  margin-right: 0 !important;
}

.gdt-card .gdt-section-title,
.gdt-card .section-title,
.gdt-card-web .gdt-section-title-web {
  color      : var(--default-white) !important;
  line-height: 1.7;
  margin     : 0;
}

.ns-card {
  border       : 1px solid #d9d9d9;
  border-bottom: 0;
  border-top   : 0;
  overflow     : hidden;
  position     : relative;
}

.ns-card:before {
  background: linear-gradient(180deg,
      var(--default-blue) 0,
      #4e61eb 60%,
      #8aa5ff 100%) 0 /6px 100% no-repeat,
    linear-gradient(180deg, var(--default-blue) 0, #4e61eb 60%, #8aa5ff 100%) 100% /6px 100% no-repeat,
    linear-gradient(90deg, var(--default-blue) 0, #4e61eb 60%, #8aa5ff 100%) top / 100% 6px no-repeat,
    linear-gradient(90deg, var(--default-blue) 0, #4e61eb 60%, #8aa5ff 100%) bottom / 100% 6px no-repeat;
}

@media (max-width: 991.98px) {
  .ns-card:before {
    width: var(--ns-ribbon-w-m, 5px);
  }
}

.page-panel {
  --panel-pad-x: 16px;
  --panel-pad-y: 14px;
  border-radius: 10px 10px 0 0 !important;
  border-top   : 1px solid #d9d9d9;
}

.page-panel.ns-card {
  padding: 0 !important;
}

.page-panel .page-panel-inner {
  padding: 35px 12px 35px 20px;
}

.page-panel .container {
  padding-left : 0 !important;
  padding-right: 0 !important;
}

.page-panel .gdt-breadcrumb {
  margin : 4px 0 10px !important;
  padding: 0 !important;
}

.page-panel .title-center-default-panel,
.page-panel h1,
.page-panel h2 {
  margin: 0 0 12px !important;
}

.page-panel .row {
  margin-left : 0;
  margin-right: 0;
}

.page-panel .row>[class*="col-"] {
  padding-left : 10px;
  padding-right: 10px;
}

.page-panel .ns-card {
  border      : none;
  margin-left : 0;
  margin-right: 0;
  margin-top  : 35px !important;
  padding     : 0;
}

.page-panel .gdt-card,
.page-panel .other-links-section,
.page-panel .quick-links-section,
.page-panel .ud-section {
  margin-top: 0;
}

@media (min-width: 992px) {
  .page-panel {
    --panel-pad-x: 18px;
    --panel-pad-y: 16px;
  }
}

@media (max-width: 991.98px) {
  .page-panel {
    --panel-pad-x: 14px;
    --panel-pad-y: 12px;
  }

  .page-panel .row>[class*="col-"] {
    padding-left : 6px;
    padding-right: 6px;
  }
}

div .breadcrumb,
nav .breadcrumb {
  display           : block;
  margin            : 0 0 14px;
  overflow-x        : auto;
  padding           : 8px 12px;
  white-space       : nowrap;
  width             : 100%;
  -ms-overflow-style: none;
  scrollbar-width   : none;
}

div .breadcrumb::-webkit-scrollbar,
nav .breadcrumb::-webkit-scrollbar {
  display: none;
}

div .breadcrumb .breadcrumb-item,
nav .breadcrumb .breadcrumb-item {
  align-items: center;
  display    : inline-flex;
}

div .breadcrumb .breadcrumb-item+.breadcrumb-item:before,
nav .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
  color  : #0f4e87;
  content: "→";
  margin : 0 2px;
}

div .breadcrumb .breadcrumb-item>a,
nav .breadcrumb .breadcrumb-item>a {
  color          : var(--default-blue);
  text-decoration: none;
}

div .breadcrumb .breadcrumb-item>a :hover,
nav .breadcrumb .breadcrumb-item>a :hover {
  text-decoration: underline;
}

@media (max-width : 991.98px) {

  div .breadcrumb,
  nav .breadcrumb {
    margin-bottom: 12px;
    padding      : 6px 10px;
  }
}

.gdt-card {
  --rail-accent: var(--default-blue);
  --rail-border: #d9d9d9;
  --rail-bg    : var(--default-white);
  --rail-soft  : #eef2ff;
  --rail-ink   : #1f2937;
}

.gdt-card .gdt-card-body .gdt-media {
  align-items  : center;
  background   : var(--rail-bg);
  border       : 1px solid #d9d9d9;
  border-radius: 12px;
  box-shadow   : 0 1px 2px rgba(0, 0, 0, 0.04);
  color        : var(--rail-ink);
  display      : flex !important;
  gap          : 12px;
  min-height   : 72px;
  overflow     : hidden;
  padding      : 15px;
  position     : relative;
}

.gdt-card .gdt-card-body .gdt-media :before {
  background               : var(--rail-accent);
  border-bottom-left-radius: 12px;
  border-top-left-radius   : 12px;
  bottom                   : 0;
  content                  : "";
  left                     : 0;
  position                 : absolute;
  top                      : 0;
  width                    : 4px;
}

.gdt-card .gdt-card-body .gdt-media :not(.no-icon):after {
  align-self : center;
  background : 50%/16px 16px no-repeat url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'><path d='M7 5l6 5-6 5' stroke='%23121794' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  content    : "";
  flex       : 0 0 16px;
  height     : 16px;
  margin-left: auto;
  opacity    : 0.9;
  width      : 16px;
}

.gdt-card .gdt-card-body .gdt-media>div :first-child {
  background   : transparent;
  border-radius: 0;
  display      : initial;
  height       : auto;
  width        : auto;
}

.gdt-card .gdt-card-body .gdt-media img.gdt-media-img {
  background   : #fff;
  border-radius: 10px;
  flex         : 0 0 auto;
  height       : 80px;
  object-fit   : contain;
  padding      : 0px;
  width        : 80px;
  border       : 1px solid #d9d9d9;
}

.gdt-card .gdt-card-body .gdt-media .gdt-media-body {
  min-width: 0;
}

.gdt-card .gdt-card-body .gdt-media .gdt-date {
  color      : #3f51b5;
  display    : block;
  font-weight: 600;
  margin     : 0 0 6px;
  white-space: nowrap;

}

.gdt-card .gdt-card-body .gdt-media .gdt-title {
  color      : #111827;
  line-height: 1.7;
  margin     : 0;
}

.gdt-card .gdt-card-body .gdt-media .gdt-title a {
  color          : #111827;
  text-decoration: none;
}

.gdt-card .gdt-title-row {
  align-items: center;
  display    : flex;
  gap        : 10px;
}

.gdt-card .gdt-detail-link {
  margin-left: auto;
}

.gdt-card .gdt-detail-link a {
  align-items    : center;
  display        : inline-flex;
  font-size      : 0;
  justify-content: center;
  position       : relative;
}

.gdt-card .gdt-detail-link a :after {
  color      : #121794;
  content    : "\f054";
  font-family: FontAwesome;
  font-size  : 12px;
  margin-left: 6px;
}

.gdt-card .gdt-card-body .gdt-media :hover {
  background  : #f6f8ff;
  border-color: var(--rail-accent);
}

.gdt-card .gdt-card-body .gdt-media :hover .gdt-detail-link a {
  background  : #eef2ff;
  border-color: var(--rail-accent);
}

.gdt-card .gdt-card-body .gdt-media+.gdt-media {
  margin-top: 10px;
}

.gdt-card .gdt-card-body .gdt-media :has(.gdt-detail-link):after {
  display: none !important;
}

@media (max-width : 991.98px) {
  .gdt-card .gdt-card-body .gdt-media img.gdt-media-img {
    height: 45px;
    width : 55px;
  }
}

.gdt-card .div-side-link>a {
  align-items          : center;
  background           : var(--rail-bg, var(--default-white));
  border               : 1px solid var(--rail-border, #d9d9d9);
  border-radius        : 12px;
  color                : var(--rail-ink, #1f2937);
  display              : grid !important;
  gap                  : 12px;
  grid-template-columns: 44px 1fr 16px;
  min-width            : 0;
  overflow             : hidden;
  padding              : 5px 10px;
  position             : relative;
  text-align           : left !important;
  text-decoration      : none;
}

.gdt-card .div-side-link>a :before {
  background               : var(--rail-accent, var(--default-blue));
  border-bottom-left-radius: 12px;
  border-top-left-radius   : 12px;
  bottom                   : 0;
  content                  : "";
  left                     : 0;
  position                 : absolute;
  top                      : 0;
  width                    : 4px;
}

.gdt-card .div-side-link>a :after {
  background  : 50%/16px 16px no-repeat url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'><path d='M7 5l6 5-6 5' stroke='%23121794' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  content     : "";
  height      : 16px;
  justify-self: end;
  opacity     : 0.9;
  width       : 16px;
}

.gdt-card .div-side-link .cls-icons {
  display: contents !important;
}

.gdt-card .div-side-link .gdt-media-img {
  background   : #ebf1f5;
  border       : 1px solid #cfcece;
  border-radius: 8px;
  grid-column  : 1;
  height       : 35px;
  margin       : 0 !important;
  object-fit   : contain;
  padding      : 4px;
  width        : 35px;
}

.gdt-card .div-side-link .gdt-title {
  color             : #111827;
  display           : -webkit-box;
  font-size         : 0.95rem;
  grid-column       : 2;
  -webkit-line-clamp: 2;
  line-clamp        : 2;
  line-height       : 1.35;
  margin            : 0 !important;
  min-width         : 0;
  padding           : 0 !important;
  text-align        : left !important;
  white-space       : normal;
  -webkit-box-orient: vertical;
  overflow          : hidden;
}

.gdt-card .div-side-link>a :hover {
  background  : #f6f8ff;
  border-color: var(--rail-accent, var(--default-blue));
}

.gdt-card .gdt-card-body .row>[class*="col-"] {
  margin-bottom: 10px;
}

@media (max-width : 991.98px) {
  .gdt-card .div-side-link>a {
    gap    : 10px;
    padding: 10px;
  }

  .gdt-card .div-side-link .gdt-media-img {
    height : 65px;
    padding: 3px;
    width  : 65px;
  }
}

.gdt-card .div-side-link>a,
.gdt-card .gdt-card-body .gdt-media,
.ql-focus__item,
.ql-rail__item {
  direction       : ltr;
  text-orientation: mixed !important;
  writing-mode    : horizontal-tb !important;
}

.gdt-card .div-side-link .gdt-title,
.gdt-card .gdt-card-body .gdt-media .gdt-title,
.gdt-card .gdt-card-body .gdt-media .gdt-title span,
.ql-focus__item-title,
.ql-rail__text {
  display           : -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp        : 2;
  line-height       : 1.8;
  overflow-wrap     : anywhere;
  white-space       : normal !important;
  word-break        : normal !important;
  -webkit-box-orient: vertical;
  overflow          : hidden;
}

.gdt-card .div-side-link .cls-icons,
.gdt-card .div-side-link .cls-icons-text,
.gdt-card .div-side-link .gdt-title,
.gdt-card .div-side-link .gdt-title span {
  overflow-wrap   : anywhere !important;
  text-orientation: mixed !important;
  white-space     : normal !important;
  word-break      : normal !important;
  writing-mode    : horizontal-tb !important;
}

.gdt-card .div-side-link .gdt-title,
.gdt-card .div-side-link>a {
  min-width: 0;
}

@media (min-width : 992px) {

  .tpl-eservice .e-service-container,
  .tpl-eservice .law-container-breadcrumb {
    margin-bottom: 0;
    margin-left  : auto !important;
    margin-right : auto !important;
    max-width    : 1240px !important;
    padding-left : 15px;
    padding-right: 15px;
  }
}

.card-slide-imp {
  padding: 0 5px 0 13px !important;
}

.article_relative {
  border     : none !important;
  font-size  : 12px;
  font-weight: 400;
  opacity    : 0.8;
}

.read-more-link {
  float: right;
}

.view-all-link {
  background-color: #f0f8ff;
  border          : 1px solid #2196f3;
  border-radius   : 15px;
  float           : right;
  font-size       : 14px;
  font-weight     : 700;
  margin-right    : 10px;
  margin-top      : 16px;
  padding         : 2px 10px;
}

.slide-card-caption a {
  color: var(--default-white) !important;
}

.card-feedback {
  border    : 1px solid #d9d9d9;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.05);
  padding   : 20px;
}

.carousel .carousel-item {
  position: relative;
}

.carousel .carousel-item .lazy-wrap {
  display : block;
  height  : auto;
  position: relative;
  width   : 100%;
}

.carousel .carousel-item .lazy-wrap.lazy-wrap--absfill {
  aspect-ratio: 16/9;
  height      : auto;
}

.carousel .carousel-item .lazy-wrap img {
  display   : block;
  height    : auto;
  object-fit: cover;
  width     : 100%;
}

.carousel .CourseImageLoader {
  opacity   : 1;
  visibility: visible;
}

#taxSchoolMobileCarouselMb .carousel-inner {
  overflow: hidden;
  position: relative;
}

#taxSchoolMobileCarouselMb .carousel-item {
  backface-visibility: hidden;
  display            : none;
  float              : left;
  margin-right       : -100%;
  position           : relative;
  width              : 100%;
  z-index            : 0;
}

#taxSchoolMobileCarouselMb .carousel-item-next,
#taxSchoolMobileCarouselMb .carousel-item-prev,
#taxSchoolMobileCarouselMb .carousel-item.active {
  display: block;
}

#taxSchoolMobileCarouselMb .carousel-item-next,
#taxSchoolMobileCarouselMb .carousel-item-prev {
  left    : 0;
  position: absolute;
  top     : 0;
  z-index : 2;
}

#taxSchoolMobileCarouselMb .carousel-item.active {
  z-index: 1;
}

#taxSchoolMobileCarouselMb .CourseImageLoader,
#taxSchoolMobileCarouselMb .SlideImageLoader,
#taxSchoolMobileCarouselMb .carousel-img {
  position: relative;
  z-index : 0 !important;
}

#taxSchoolMobileCarouselMb .carousel-item img,
#taxSchoolMobileCarouselMb .lazy-wrap img {
  aspect-ratio: auto !important;
  display     : block;
  height      : auto !important;
  object-fit  : contain !important;
  width       : 100% !important;
}

#taxSchoolMobileCarouselMb .lazy-wrap.lazy-wrap--absfill {
  aspect-ratio: auto !important;
  height      : auto !important;
}

#taxSchoolMobileCarouselMb.carousel.carousel-fade .carousel-inner {
  overflow: hidden;
  position: relative;
}

#taxSchoolMobileCarouselMb.carousel.carousel-fade .carousel-item {
  display       : block;
  filter        : none;
  inset         : 0 0 0 0;
  opacity       : 0;
  pointer-events: none;
  position      : absolute;
  width         : 100%;
  z-index       : 0;
}

#taxSchoolMobileCarouselMb.carousel.carousel-fade .carousel-item.active {
  filter        : none;
  opacity       : 1;
  pointer-events: auto;
  position      : relative;
  z-index       : 1;
}

#taxSchoolMobileCarouselMb.carousel.carousel-fade .carousel-item-next {
  opacity: 0;
  z-index: 2;
}

#taxSchoolMobileCarouselMb.carousel.carousel-fade .carousel-item-prev {
  opacity: 0;
  z-index: 2;
}

.carousel img.CourseImageLoader.img-fade-in:not(.loaded) {
  font   : 0/0 caption;
  opacity: 0 !important;
}

.carousel img.CourseImageLoader.img-fade-in.loaded {
  font   : 0/0 caption;
  opacity: 1 !important;
}

.CourseImageLoader,
.SlideImageLoader,
.carousel .carousel-item .lazy-wrap img,
.carousel .carousel-item img,
.carousel-img,
.slide-card-img {
  backface-visibility: hidden;
}

#taxSchoolCarousel .carousel-media,
#taxSchoolCarouselMb .carousel-media {
  align-items                              : center;
  aspect-ratio                             : var(--ts-aspect);
  /* background                            : var(--default-white); */
  /* border                                : 1px solid #d9d9d9; */
  /* border-radius                         : 6px; */
  display                                  : flex;
  justify-content                          : center;
  position                                 : relative;
  width                                    : 100%;
}

@supports not (aspect-ratio: 16/9) {

  #taxSchoolCarousel .carousel-media,
  #taxSchoolCarouselMb .carousel-media {
    padding-top: 56.25%;
  }

  #taxSchoolCarousel .carousel-media>img,
  #taxSchoolCarouselMb .carousel-media>img {
    inset   : 0;
    position: absolute;
  }
}

#taxSchoolCarousel .carousel-media>img.carousel-img,
#taxSchoolCarouselMb .carousel-media>img.carousel-img {
  backface-visibility: hidden;
  display            : block;
  height             : 100%;
  object-fit         : contain;
  object-position    : center;
  width              : 100%;
}

#taxSchoolCarousel .carousel-content,
#taxSchoolCarouselMb .carousel-content {
  margin-top: 8px;
}

#taxSchoolCarousel .carousel-control-next,
#taxSchoolCarousel .carousel-control-prev,
#taxSchoolCarouselMb .carousel-control-next,
#taxSchoolCarouselMb .carousel-control-prev {
  width: 44px;
}

#taxSchoolCarousel .carousel-control-next-icon,
#taxSchoolCarousel .carousel-control-prev-icon,
#taxSchoolCarouselMb .carousel-control-next-icon,
#taxSchoolCarouselMb .carousel-control-prev-icon {
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.25));
}

#slide_show_nts.gdt-card-web {
  height : auto !important;
  padding: 10px 0;
}

#taxSchoolCarousel .carousel-media {
  aspect-ratio: 16/9;
  min-height  : 0;
}

@media (max-width: 767.98px) {
  #taxSchoolCarousel .carousel-media {
    aspect-ratio: 4/3;
  }
}

#taxSchoolCarousel .carousel-media>.lazy-wrap.lazy-wrap--absfill {
  border-radius: inherit;
  height       : 100%;
  inset        : 0;
  position     : absolute !important;
  width        : 100%;
  border-radius: 8px;
  border       : 1px solid #ddd;
}

#taxSchoolCarousel .carousel-media>.lazy-wrap.lazy-wrap--absfill>img,
#taxSchoolCarousel .carousel-media>img.carousel-img {
  backface-visibility: hidden;
  display            : block;
  height             : 100% !important;
  object-fit         : contain !important;
  object-position    : center;
  width              : 100% !important;
}

@media screen and (min-width: 992px) {
  .header-fixed {
    position: fixed !important;
  }
}

.default-box {
  border       : 1px solid #d9d9d9 !important;
  border-radius: 8px !important;
  box-shadow   : 0 1px 5px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.05) !important;
}

#footer .footer-links .footer-link-item {
  align-items: flex-start;
  display    : flex;
  flex-wrap  : nowrap;
  gap        : 6px;
  min-width  : 0;
}

#footer .footer-links .footer-link-item>.footer-link-icon,
#footer .footer-links .footer-link-item>i {
  flex: 0 0 auto;
}

#footer .footer-links .footer-link-item .footer-link-anchor,
#footer .footer-links .footer-link-item>span {
  flex         : 1 1 auto;
  line-height  : 1.5;
  max-width    : 100%;
  min-width    : 0;
  overflow     : visible;
  overflow-wrap: anywhere;
  text-overflow: unset;
  white-space  : normal;
  word-break   : break-word;
}

#zendeskLauncher.zen-launch-btn--zd {
  align-items  : center;
  background   : #03a65a;
  border       : none;
  border-radius: 999px;
  bottom       : 18px;
  box-shadow   : 0 6px 18px rgba(0, 0, 0, 0.18);
  color        : #0b1f1a;
  cursor       : pointer;
  display      : inline-flex;
  font-family  : inherit;
  font-size    : 14px;
  font-weight  : 700;
  gap          : 8px;
  height       : 40px;
  line-height  : 1;
  padding      : 0 14px;
  position     : fixed;
  right        : 18px;
  z-index      : 1000;
}

#zendeskLauncher .zen-launch-icon {
  display: inline-flex;
}

#zendeskLauncher .zen-launch-icon svg {
  fill  : currentColor;
  height: 16px;
  width : 16px;
}

#zendeskLauncher .zen-launch-label {
  white-space: nowrap;
}

#zendeskLauncher:hover {
  filter: brightness(0.96);
}

#zendeskLauncher:focus-visible {
  outline       : 2px solid #fff;
  outline-offset: 3px;
}

@media (max-width: 575.98px) {
  #zendeskLauncher.zen-launch-btn--zd {
    bottom : 35px;
    height : 35px;
    padding: 0 12px;
    right  : 14px;
  }
}

@media (max-width: 575.98px) {
  @media (max-width: 400px) {
    #zendeskLauncher .zen-launch-label {
      display: none;
    }

    #zendeskLauncher {
      justify-content: center;
      width          : 44px;
    }
  }
}

.mv-section.mv-modern .mv-card {
  background   : var(--default-white) !important;
  border       : 1px solid #cfd8f6 !important;
  border-radius: 14px !important;
  box-shadow   : 0 6px 18px rgba(15, 78, 135, 0.06) !important;
  overflow     : hidden !important;
  position     : relative !important;
}

.mv-section.mv-modern .mv-card:before {
  background: linear-gradient(90deg, #0f4e87, #06b6d4) !important;
  content   : "" !important;
  height    : 4px !important;
  left      : 0 !important;
  position  : absolute !important;
  right     : 0 !important;
  top       : 0 !important;
  z-index   : 2 !important;
}

.mv-section.mv-modern .mv-card:hover {
  box-shadow: 0 12px 28px rgba(15, 78, 135, 0.14) !important;
}

.mv-section.mv-modern .mv-media {
  aspect-ratio : 16/10 !important;
  background   : #f6f8ff !important;
  border-bottom: 1px solid #eef2ff !important;
  overflow     : hidden !important;
}

.mv-section.mv-modern .mv-media .lazy-wrap--absfill {
  inset   : 0 !important;
  position: absolute !important;
}

.mv-section.mv-modern .mv-media .news-card-img {
  height    : 100% !important;
  object-fit: cover !important;
  width     : 100% !important;
}

.mv-section.mv-modern .mv-media .news-card-img[src$="default.png"] {
  background: #f7f9ff !important;
  filter    : none !important;
  object-fit: contain !important;
  opacity   : 1 !important;
  padding   : 6% !important;
}

.mv-section.mv-modern .mv-content {
  padding: 12px 14px 14px !important;
}

.mv-section.mv-modern .mv-content .news-date {
  background   : #eef2ff !important;
  border       : 1px solid #dbe4ff !important;
  border-radius: 999px !important;
  color        : var(--mv-accent) !important;
  display      : inline-block !important;
  font-size    : 12px !important;
  font-weight  : 700 !important;
  padding      : 2px 10px !important;
}

.mv-section.mv-modern .mv-content .rt-badge {
  border-radius: 999px !important;
  font-weight  : 700 !important;
  padding      : 2px 8px !important;
}

.mv-section.mv-modern .news-title {
  color         : #0b2440 !important;
  font-weight   : 800 !important;
  letter-spacing: 0.2px !important;
  line-height   : 1.35 !important;
  margin-top    : 6px !important;
}

.mv-section.mv-modern .news-title:hover {
  color          : var(--default-blue) !important;
  text-decoration: none !important;
}

.mv-section.mv-modern .mv-card:after {
  border-radius: 8px !important;
  box-shadow   : 0 2px 6px rgba(0, 0, 0, 0.15) !important;
  color        : #fff !important;
  content      : "" !important;
  display      : grid !important;
  font-size    : 13px !important;
  font-weight  : 800 !important;
  height       : 28px !important;
  left         : 10px !important;
  place-items  : center !important;
  position     : absolute !important;
  top          : 10px !important;
  width        : 28px !important;
  z-index      : 3 !important;
}

.mv-section.mv-modern .mv-r1:after {
  background: linear-gradient(180deg, #0f4e87, #1b64c0) !important;
  content   : "1" !important;
}

.mv-section.mv-modern .mv-r2:after {
  background: linear-gradient(180deg, #0e7490, #0891b2) !important;
  content   : "2" !important;
}

.mv-section.mv-modern .mv-r3:after {
  background: linear-gradient(180deg, #b45309, #d97706) !important;
  content   : "3" !important;
}

.mv-section.mv-modern .mv-r4:after {
  background: linear-gradient(180deg, #6d28d9, #7c3aed) !important;
  content   : "4" !important;
}

.mv-section.mv-modern .mv-r5:after {
  background: linear-gradient(180deg, #1d4ed8, #2563eb) !important;
  content   : "5" !important;
}

.mv-section.mv-modern .mv-r6:after {
  background: linear-gradient(180deg, #059669, #10b981) !important;
  content   : "6" !important;
}

.mv-section.mv-modern .mv-r7:after {
  background: linear-gradient(180deg, #db2777, #ec4899) !important;
  content   : "7" !important;
}

.mv-section.mv-modern .mv-r8:after {
  background: linear-gradient(180deg, #0ea5e9, #38bdf8) !important;
  content   : "8" !important;
}

.mv-section.mv-modern .mv-card a:focus-visible {
  border-radius : 10px !important;
  outline       : 2px solid var(--default-blue) !important;
  outline-offset: 3px !important;
}

@media (max-width: 991.98px) {
  .mv-section.mv-modern .mv-media {
    aspect-ratio: 4/3 !important;
  }

  .mv-section.mv-modern .mv-card {
    border-radius: 12px !important;
  }
}

.other-links-section.ol-modern {
  --ol-ink   : #0b2440;
  --ol-muted : #5b6b80;
  --ol-accent: var(--default-blue);
  --ol-soft  : #eef2ff;
  --ol-border: #ccd4e5;
  --ol-hover : #f4f7ff;
}

.other-links-section.ol-modern .link-item {
  align-items: center !important;
  background : linear-gradient(90deg, var(--ol-accent), #06b6d4) 0 /4px 100% no-repeat,
    linear-gradient(#fff, #fff) !important;
  border         : 1px solid var(--ol-border) !important;
  border-color   : var(--ol-border) !important;
  border-radius  : 12px !important;
  box-shadow     : 0 2px 10px rgba(15, 78, 135, 0.05) !important;
  display        : flex !important;
  gap            : 12px !important;
  min-height     : 100px !important;
  overflow       : hidden !important;
  padding        : 10px 12px 10px 14px !important;
  position       : relative !important;
  text-decoration: none !important;
}

.other-links-section.ol-modern .link-item:before {
  background             : linear-gradient(90deg, var(--ol-accent), #06b6d4) !important;
  border-top-left-radius : 12px !important;
  border-top-right-radius: 12px !important;
  content                : none !important;
  height                 : 4px !important;
  left                   : 0 !important;
  opacity                : 0.9 !important;
  position               : absolute !important;
  right                  : 0 !important;
  top                    : 0 !important;
}

.other-links-section.ol-modern .link-item:after {
  background : 50%/16px 16px no-repeat url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M7 5l6 5-6 5' stroke='%231b64c0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") !important;
  content    : "" !important;
  height     : 18px !important;
  margin-left: auto !important;
  opacity    : 0.85 !important;
  width      : 18px !important;
}

.other-links-section.ol-modern .link-item:focus-visible {
  box-shadow    : 0 0 0 4px rgba(27, 100, 192, 0.15) !important;
  outline       : 2px solid var(--ol-accent) !important;
  outline-offset: 3px !important;
}

.other-links-section.ol-modern .link-item-icon {
  align-items    : center !important;
  background     : linear-gradient(180deg, #f6f8ff, #eef2ff) !important;
  border         : 1px solid #b5cbdd !important;
  border-radius  : 12px !important;
  box-shadow     : inset 0 0 0 2px #f9fbff, 0 2px 8px rgba(15, 78, 135, 0.06) !important;
  display        : flex !important;
  flex           : 0 0 80px !important;
  height         : 80px !important;
  justify-content: center !important;
  width          : 80px !important;
}

.other-links-section.ol-modern .link-item-icon img {
  height    : 100% !important;
  object-fit: contain !important;
  width     : 100% !important;
}

.other-links-section.ol-modern .link-item-title {
  color         : var(--default-blue) !important;
  font-weight   : 800 !important;
  letter-spacing: 0.2px !important;
  margin        : 0 0 2px !important;
  overflow      : hidden !important;
  text-overflow : ellipsis !important;
  white-space   : nowrap !important;
}

.other-links-section.ol-modern .link-item-description {
  color             : var(--ol-muted) !important;
  display           : -webkit-box !important;
  font-size         : 0.9rem !important;
  -webkit-line-clamp: 1 !important;
  line-clamp        : 1 !important;
  margin            : 0 !important;
  -webkit-box-orient: vertical !important;
  overflow          : hidden !important;
}

.other-links-section.ol-modern .link-exchange-rate {
  background   : #f7f9ff !important;
  border       : 1px dashed #cfe0ff !important;
  border-radius: 10px !important;
  color        : #0f4e87 !important;
  display      : none !important;
  font-weight  : 600 !important;
  line-height  : 1.35 !important;
  margin-top   : 6px !important;
  padding      : 6px 10px !important;
}

.other-links-section.ol-modern .row.g-3>[class*="col-"] {
  display: flex !important;
}

.other-links-section.ol-modern .row.g-3>[class*="col-"]>.link-item {
  width: 100% !important;
}

.other-links-section.ol-modern.ol-compact .link-item {
  min-height: 84px !important;
  padding   : 8px 10px !important;
}

.other-links-section.ol-modern.ol-compact .link-item-icon {
  flex-basis: 46px !important;
  height    : 46px !important;
  width     : 46px !important;
}

@media (max-width: 991.98px) {
  .other-links-section.ol-modern .link-item {
    min-height: 86px !important;
  }

  .other-links-section.ol-modern .link-item-icon {
    height: 48px !important;
    width : 48px !important;
  }
}

.other-links-section.ol-modern .link-exchange-rate:not(:empty) {
  display: block !important;
}

.other-links-section.ol-modern .link-item:hover {
  background: linear-gradient(90deg, var(--ol-accent), #06b6d4) 0 /4px 100% no-repeat,
    var(--ol-hover) !important;
  border-color: #b8c6e6 !important;
}

.news-section.ns-modern .news-panel {
  background    : #fff !important;
  border        : 1px solid var(--nw-border) !important;
  border-radius : 16px !important;
  box-shadow    : 0 4px 18px rgba(15, 78, 135, 0.08) !important;
  display       : flex !important;
  flex-direction: column !important;
  gap           : 12px !important;
  overflow      : hidden !important;
  padding       : 16px 18px 12px !important;
  position      : relative !important;
}

.news-section.ns-modern .news-panel:hover {
  box-shadow: 0 10px 28px rgba(15, 78, 135, 0.15) !important;
}

.news-section.ns-modern .section-header {
  align-items    : center !important;
  border-bottom  : 1px solid #ccd4e5 !important;
  display        : flex !important;
  gap            : 12px !important;
  justify-content: space-between !important;
  margin         : 0 0 8px !important;
  padding        : 4px 0 6px !important;
}

.news-section.ns-modern .section-header .section-title {
  align-items: center !important;
  display    : flex !important;
  flex       : 1 1 auto !important;
  font-size  : clamp(17px, 2vw, 21px) !important;
  gap        : 8px !important;
  margin     : 0 !important;
  min-width  : 0 !important;
}

.news-section.ns-modern .section-header .section-title i {
  background             : linear-gradient(90deg, var(--nw-accent), #06b6d4) !important;
  -webkit-background-clip: text !important;
  background-clip        : text !important;
  color                  : transparent !important;
  font-size              : 1.1rem !important;
}

.news-section.ns-modern .view-all-link {
  align-items    : center !important;
  background     : linear-gradient(90deg, var(--nw-accent), #06b6d4) !important;
  border-radius  : 8px !important;
  color          : #fff !important;
  display        : inline-flex !important;
  font-size      : 0.8rem !important;
  font-weight    : 700 !important;
  gap            : 6px !important;
  line-height    : 1.1 !important;
  padding        : 4px 10px !important;
  text-decoration: none !important;
}

.news-section.ns-modern .view-all-link:hover {
  background: linear-gradient(90deg, #1b64c0, #06b6d4) !important;
}

.news-section.ns-modern .course-list,
.news-section.ns-modern .news-list {
  display       : flex !important;
  flex-direction: column !important;
  gap           : 14px !important;
}

.news-section.ns-modern .course-item,
.news-section.ns-modern .news-item {
  display : flex !important;
  position: relative !important;
}

.news-section.ns-modern .news-link {
  align-items    : flex-start !important;
  background     : #f9fbfe !important;
  border         : 1px solid #ccd4e5 !important;
  border-radius  : 14px !important;
  display        : flex !important;
  gap            : 14px !important;
  padding        : 10px 12px !important;
  text-decoration: none !important;
  width          : 100% !important;
}

.news-section.ns-modern .news-link:hover {
  background  : #f1f6fd !important;
  border-color: #c6d3e4 !important;
  box-shadow  : 0 4px 16px rgba(15, 78, 135, 0.12) !important;
}

.news-section.ns-modern .course-content {
  align-items   : flex-start !important;
  background    : #f9fbfe !important;
  border        : 1px solid #ccd4e5 !important;
  border-radius : 14px !important;
  display       : flex !important;
  flex-direction: column !important;
  gap           : 6px !important;
  padding       : 10px 12px !important;
  width         : 100% !important;
}

.news-section.ns-modern .course-content:hover {
  background  : #f1f6fd !important;
  border-color: #c6d3e4 !important;
  box-shadow  : 0 4px 16px rgba(15, 78, 135, 0.12) !important;
}

.news-section.ns-modern .news-media {
  align-items    : center !important;
  display        : flex !important;
  justify-content: center !important;
  overflow       : hidden !important;
  position       : relative !important;
  border-radius  : 22px;
  background     : #f6f8ff;
  border         : 1px solid #d7dae3;
  width          : 84px;
  height         : 84px;
}

.news-section.ns-modern .news-media .lazy-wrap--compact,
.news-section.ns-modern .news-media img {
  height    : 100% !important;
  object-fit: contain;
  width     : 100% !important;
}

.news-section.ns-modern .news-media img[src$="default.png"] {
  filter    : grayscale(0.15) !important;
  object-fit: contain !important;
  opacity   : 0.85 !important;
  padding   : 14px !important;
}

.news-section.ns-modern .news-content {
  display       : flex !important;
  flex          : 1 1 auto !important;
  flex-direction: column !important;
  gap           : 6px !important;
}

.news-section.ns-modern .course-row {
  align-items    : flex-start !important;
  display        : flex !important;
  flex           : 1 1 auto !important;
  gap            : 12px !important;
  justify-content: space-between !important;
  min-width      : 0 !important;
}

.news-section.ns-modern .news-date {
  background   : #eef2ff !important;
  border       : 1px solid #dbe4ff !important;
  border-radius: 999px !important;
  color        : #0f4e87 !important;
  font-size    : 0.7rem !important;
  font-weight  : 700 !important;
  padding      : 4px 10px !important;
  width        : max-content !important;
}

.news-section.ns-modern .course-title,
.news-section.ns-modern .news-title {
  color             : #0b2440 !important;
  display           : block !important;
  font-weight       : 800 !important;
  -webkit-line-clamp: 2 !important;
  line-clamp        : unset !important;
  line-height       : 1.35 !important;
  margin            : 0 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: unset !important;
  overflow          : hidden !important;
  text-overflow     : ellipsis !important;
  white-space       : nowrap !important;
  word-break        : break-word !important;
  -webkit-box-orient: unset !important;
}

.news-section.ns-modern .read-more-link {
  background     : #e6f4ff !important;
  border         : 1px solid #c8def2 !important;
  border-radius  : 8px !important;
  color          : #1b64c0 !important;
  font-size      : 0.72rem !important;
  font-weight    : 700 !important;
  padding        : 4px 10px !important;
  text-decoration: none !important;
  white-space    : nowrap !important;
}

.news-section.ns-modern .read-more-link:hover {
  background  : #d9eeff !important;
  border-color: #b5d3ec !important;
}

.news-section.ns-modern .news-divider {
  display: none !important;
}

.news-section.ns-modern .course-content:focus-visible,
.news-section.ns-modern .news-link:focus-visible {
  outline       : 2px solid var(--nw-accent) !important;
  outline-offset: 3px !important;
}

.news-section.ns-modern.ns-compact .news-media {
  flex-basis: 90px !important;
}

.news-section.ns-modern.ns-compact .news-panel {
  padding: 14px 16px 10px !important;
}

.news-section.ns-modern.ns-compact .course-content,
.news-section.ns-modern.ns-compact .news-link {
  padding: 8px 10px !important;
}

@media (max-width: 991.98px) {
  .news-section.ns-modern .news-media {
    flex-basis: 96px !important;
  }

  .news-section.ns-modern .news-panel {
    padding: 14px 16px 10px !important;
  }
}

@media (max-width: 575.98px) {
  .news-section.ns-modern .news-link {
    flex-direction: column !important;
  }

  .news-section.ns-modern .news-media {
    flex-basis: auto !important;
    height    : 170px !important;
    width     : 100% !important;
  }

  .news-section.ns-modern .news-date {
    font-size: 0.66rem !important;
  }
}

.news-section.ns-modern .course-content:hover,
.news-section.ns-modern .news-link:hover,
.news-section.ns-modern .news-panel:hover {
  box-shadow: 0 4px 16px rgba(15, 78, 135, 0.12) !important;
}

.news-section.ns-modern .news-link .news-media {
  flex: 0 0 84px !important;
}

.news-section.ns-modern .news-link .news-content {
  flex     : 1 1 auto !important;
  min-width: 0 !important;
}

.news-section.ns-modern .course-title>span,
.news-section.ns-modern .news-title>span {
  display      : inline-block !important;
  max-width    : 100% !important;
  overflow     : inherit !important;
  text-overflow: inherit !important;
  white-space  : inherit !important;
}

.news-section.ns-modern .course-content,
.news-section.ns-modern .news-link {
  border-radius : 12px !important;
  display       : flex !important;
  flex-direction: row !important;
  gap           : 14px !important;
}

.news-section.ns-modern .ns-courses-modern .course-content,
.news-section.ns-modern .ns-courses-modern .course-row {
  min-width: 0 !important;
}

.news-section.ns-modern .ns-courses-modern .course-title {
  display           : -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  line-clamp        : 2 !important;
  -webkit-box-orient: vertical !important;
  font-weight       : 800 !important;
  line-height       : 1.35 !important;
  margin            : 0 !important;
  max-width         : 100% !important;
  overflow          : hidden !important;
  text-overflow     : ellipsis !important;
  width             : 100% !important;
}

.news-section.ns-modern .ns-courses-modern .course-title>span {
  display      : inline !important;
  max-width    : 100% !important;
  overflow     : inherit !important;
  text-overflow: inherit !important;
  white-space  : inherit !important;
}

.news-section.ns-modern .ns-courses-modern .news-date {
  display      : inline-block !important;
  max-width    : 100% !important;
  overflow     : hidden !important;
  text-overflow: ellipsis !important;
  white-space  : nowrap !important;
}

.news-section.ns-modern:not(.ns-allow-multiline-left) .news-link .news-title {
  -webkit-line-clamp: unset !important;
  line-clamp        : unset !important;
  white-space       : nowrap !important;
  -webkit-box-orient: unset !important;
  height            : auto !important;
}

.content-btom-nts {
  position: absolute;
  top     : 60%;
  width   : 92%;
}

.ql-hub-modern .news-panel {
  border       : 1px solid #ccd4e5 !important;
  border-radius: 16px !important;
  box-shadow   : 0 4px 18px rgba(15, 78, 135, 0.08) !important;
  padding      : 16px !important;
}

.ql-hub-modern .section-header {
  background             : linear-gradient(90deg, var(--default-blue), #06b6d4) !important;
  -webkit-background-clip: text !important;
  background-clip        : text !important;
  color                  : transparent !important;
  justify-content        : space-between !important;
  padding                : 0 0 6px !important;
}

.ql-hub-modern .section-header,
.ql-hub-modern .section-header .section-title {
  align-items: center !important;
  display    : flex !important;
  font-size  : 1.05rem !important;
  font-weight: 800 !important;
  gap        : 8px !important;
  margin     : 0 !important;
}

.ql-hub-modern .section-header .section-title {
  color: var(--default-blue) !important;
}

.ql-hub-modern .section-header .section-title i {
  background             : linear-gradient(90deg, var(--default-blue), #06b6d4) !important;
  -webkit-background-clip: text !important;
  background-clip        : text !important;
  color                  : transparent !important;
}

.ql-hub-modern #taxSchoolCarousel .carousel-media {
  /* background: radial-gradient(circle at 45% 35%,
      #fff 0,
      #f6f9ff 55%,
      #eef3fb 100%) !important;
  border       : 1px solid #ccd4e5 !important;
  border-radius: 12px !important; */
  overflow: hidden !important;
}

.ql-hub-modern #taxSchoolCarousel .carousel-img {
  background: #fff !important;
  object-fit: contain !important;
}

.ql-hub-modern #taxSchoolCarousel .carousel-img[src$="default.png"] {
  background: #f6f8ff !important;
  padding   : 10px !important;
}

.ql-hub-modern #taxSchoolCarousel .carousel-control-next-icon:before,
.ql-hub-modern #taxSchoolCarousel .carousel-control-prev-icon:before {
  background     : hsla(0, 0%, 100%, 0.95) !important;
  border         : 1px solid var(--default-blue) !important;
  border-radius  : 50% !important;
  color          : #333;
  font-family    : FontAwesome;
  box-shadow     : 0 1px 4px rgba(0, 0, 0, 0.12) !important;
  color          : var(--default-blue);
  display        : flex;
  height         : 25px;
  width          : 25px;
  justify-content: center;
  line-height    : 1 !important;
  position       : absolute;
  top            : 0;
  z-index        : 4 !important;
  font-size      : 21px;
}

.ql-hub-modern .ql-rail__list {
  display: grid !important;
  gap    : 10px !important;
}

@media (min-width: 992px) {
  .ql-hub-modern .ql-rail--2col .ql-rail__list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.ql-hub-modern .ql-rail__item {
  align-items          : center !important;
  background           : #f9fbfe !important;
  border               : 1px solid #ccd4e5 !important;
  border-radius        : 12px !important;
  color                : #1f2937 !important;
  display              : grid !important;
  gap                  : 12px !important;
  grid-template-columns: 48px 1fr 16px !important;
  padding              : 10px 12px !important;
  position             : relative !important;
  text-decoration      : none !important;
  max-height           : 69px;
}

.ql-hub-modern .ql-rail__item:before {
  background               : linear-gradient(180deg, var(--default-blue), #06b6d4) !important;
  border-bottom-left-radius: 12px !important;
  border-top-left-radius   : 12px !important;
  bottom                   : 0 !important;
  content                  : "" !important;
  left                     : 0 !important;
  position                 : absolute !important;
  top                      : 0 !important;
  width                    : 3px !important;
}

.ql-hub-modern .ql-rail__item:after {
  background  : 50%/16px 16px no-repeat url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'><path d='M7 5l6 5-6 5' stroke='%231b64c0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") !important;
  content     : "" !important;
  height      : 16px !important;
  justify-self: end !important;
  opacity     : 0.9 !important;
  width       : 16px !important;
}

.ql-hub-modern .ql-rail__icon {
  align-items    : center !important;
  background     : #eef2ff !important;
  border-radius  : 10px !important;
  display        : flex !important;
  height         : 48px !important;
  justify-content: center !important;
  width          : 48px !important;
}

.ql-hub-modern .ql-rail__icon img {
  height    : 100% !important;
  object-fit: contain !important;
  width     : 100% !important;
}

.ql-hub-modern .ql-rail__text {
  font-size    : 0.95rem !important;
  line-height  : 1.65 !important;
  min-width    : 0 !important;
  overflow     : visible !important;
  text-overflow: clip !important;
  white-space  : normal !important;
}

.ql-hub-modern .ql-rail__item:focus-visible {
  outline       : 2px solid var(--default-blue) !important;
  outline-offset: 3px !important;
}

.ql-hub-modern .news-panel .news-list {
  gap: 12px !important;
}

.ud-section.ud-modern .ud-card {
  background: linear-gradient(90deg, var(--default-blue), #06b6d4) top / 100% 3px no-repeat,
    #fff !important;
  border        : 1px solid #ccd4e5 !important;
  border-radius : 14px !important;
  box-shadow    : 0 4px 16px rgba(15, 78, 135, 0.08) !important;
  display       : flex !important;
  flex-direction: column !important;
  overflow      : hidden !important;
}

.ud-section.ud-modern .ud-card-body {
  display       : flex !important;
  flex-direction: column !important;
  gap           : 6px !important;
  padding       : 14px 16px 12px !important;
}

.rt-line {
  align-items    : center !important;
  display        : flex !important;
  gap            : 10px !important;
  justify-content: space-between !important;
  margin         : 0 0 4px !important;
}

.ud-date {
  color           : #0f4e87 !important;
  font-size       : 15px !important;
  font-weight     : 800 !important;
  margin          : 0 !important;
  /* overflow     : hidden !important; */
  text-overflow   : ellipsis !important;
  white-space     : nowrap !important;
  line-height     : 1.8 !important;
}

.rt-badge {
  border       : 1px solid transparent !important;
  border-radius: 999px !important;
  font-size    : 0.72rem !important;
  font-weight  : 700 !important;
  line-height  : 1 !important;
  padding      : 5px !important;
  white-space  : nowrap !important;
}

.rt-badge.is-today {
  background  : #fff3cd !important;
  border-color: #ffe08a !important;
  color       : #8a6d3b !important;
}

.rt-badge.is-soon {
  background  : #FFECCF !important;
  border-color: #cfcdcb !important;
  color       : #0f766e !important;
}

.rt-badge.is-later {
  background  : #eef2ff !important;
  border-color: #cfe0ff !important;
  color       : #1b64c0 !important;
}

.ud-desc {
  display           : -webkit-box !important;
  font-size         : 0.85rem !important;
  -webkit-line-clamp: 2 !important;
  line-clamp        : 2 !important;
  line-height       : 1.4 !important;
  margin            : 0 !important;
  -webkit-box-orient: vertical !important;
  color             : #0b2440 !important;
  overflow          : hidden !important;
  text-overflow     : ellipsis !important;
  word-break        : break-word !important;
}

.mv-section.mv-modern.mv-plus .mv-card {
  background: linear-gradient(#fff, #fff) padding-box,
    radial-gradient(circle at 85% 12%, rgba(6, 182, 212, 0.18), transparent 60%) border-box !important;
  isolation: isolate !important;
  position : relative !important;
}

.mv-section.mv-modern.mv-plus .mv-card:before {
  background: linear-gradient(135deg,
      #0f4e87,
      #06b6d4 45%,
      #1b64c0 70%,
      #06b6d4) !important;
  border-radius         : inherit !important;
  content               : "" !important;
  inset                 : 0 !important;
  -webkit-mask          : linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) !important;
  mask                  : linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) !important;
  -webkit-mask-composite: xor !important;
  mask-composite        : exclude !important;
  opacity               : 0.35 !important;
  padding               : 1px !important;
  pointer-events        : none !important;
  position              : absolute !important;
}

@media (prefers-reduced-motion: no-preference) {
  .mv-section.mv-modern.mv-plus .mv-card:before {
    background-size: 300% 300% !important;
  }
}

.mv-section.mv-modern.mv-plus .mv-card:after {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2),
    inset 0 0 0 3px hsla(0, 0%, 100%, 0.55) !important;
  font-size: 12px !important;
}

.mv-section.mv-modern.mv-plus .mv-media {
  background: #f6f8ff linear-gradient(180deg, rgba(15, 78, 135, 0.06), rgba(6, 182, 212, 0.04)) !important;
}

.mv-section.mv-modern.mv-plus .mv-media:after {
  background: linear-gradient(180deg,
      transparent 60%,
      rgba(15, 78, 135, 0.1)) !important;
  content       : "" !important;
  inset         : 0 !important;
  mix-blend-mode: normal !important;
  pointer-events: none !important;
  position      : absolute !important;
}

.mv-section.mv-modern.mv-plus .mv-media .news-card-img[src$="default.png"] {
  filter : none !important;
  opacity: 1 !important;
  padding: 10% !important;
}

.mv-section.mv-modern.mv-plus .mv-media .news-card-img[src$="default.png"]:after {
  background: 50%/60% 60% no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 24 24'%3E%3Cpath fill='%230f4e87' d='M5 3h14a2 2 0 0 1 2 2v14l-4-4H5a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2' opacity='.25'/%3E%3Cpath fill='%230f4e87' d='M7 8h10v2H7zm0 4h6v2H7z'/%3E%3C/svg%3E") !important;
  content   : "" !important;
  inset     : 22% 22% 22% 22% !important;
  opacity   : 0.5 !important;
  position  : absolute !important;
}

.mv-section.mv-modern.mv-plus .mv-content {
  padding: 14px 16px 16px !important;
}

.mv-section.mv-modern.mv-plus .mv-content .news-date {
  background: #eef2ff !important;
  border    : 1px solid #dbe4ff !important;
  color     : #0f4e87 !important;
  font-size : 11px !important;
}

.mv-section.mv-modern.mv-plus .mv-content .rt-badge {
  background: #f1f5ff !important;
  border    : 1px solid #d6e3ff !important;
  color     : #1b64c0 !important;
  font-size : 11px !important;
}

.mv-section.mv-modern.mv-plus .mv-content .news-title {
  display           : -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  line-clamp        : 2 !important;
  -webkit-box-orient: vertical !important;
  line-height       : 1.35 !important;
  margin-top        : 8px !important;
  white-space       : normal !important;
}

.mv-section.mv-modern.mv-plus .mv-card:hover {
  box-shadow: 0 10px 26px rgba(15, 78, 135, 0.15) !important;
}

.mv-section.mv-modern.mv-plus .mv-card:hover:before {
  opacity: 0.5 !important;
}

.mv-section.mv-modern.mv-plus .mv-card a:focus-visible {
  border-radius : 12px !important;
  outline       : 2px solid #06b6d4 !important;
  outline-offset: 3px !important;
}

@media (max-width: 767.98px) {
  .mv-section.mv-modern.mv-plus .mv-media {
    aspect-ratio: 4/3 !important;
  }
}

.bottom-home-card {
  border-bottom             : 1px solid var(--default-border-color);
  border-bottom-left-radius : var(--default-border-radius) !important;
  border-bottom-right-radius: var(--default-border-radius) !important;
  margin-bottom             : 45px;
  padding-bottom            : 36px;
}

#footer {
  background : var(--default-white);
  border-top : 1px solid var(--default-border-color);
  box-shadow : inset 0 -1px 0 #e2e8f0;
  color      : var(--default-blue);
  font-size  : 14px;
  line-height: 1.5;
  padding    : 30px 0 12px;
  position   : relative;
}

#footer .footer-row {
  display  : flex;
  flex-wrap: wrap;
  gap      : 24px 40px;
}

#footer .footer-col-title span:after {
  background   : linear-gradient(90deg, #064681, #06b6d4);
  border-radius: 3px;
  bottom       : 0;
  content      : "";
  height       : 2px;
  left         : 0;
  position     : absolute;
  width        : 56%;
}

#footer .footer-link-icon,
#footer .footer-link-item i {
  color     : #3f6fb1;
  flex      : 0 0 auto;
  font-size : 12px;
  margin-top: 2px;
}

#footer .footer-link-anchor:hover {
  color          : #064681;
  text-decoration: underline;
}

#footer .footer-contact-list {
  list-style: none;
  margin    : 8px 0 0;
  padding   : 0;
}

#footer .footer-contact-list li {
  align-items: flex-start;
  color      : #143c5f;
  display    : flex;
  font-size  : 13px;
  gap        : 10px;
  line-height: 1.35;
  margin     : 0 0 8px;
}

#footer .footer-contact-list li i {
  color     : #064681;
  font-size : 15px;
  margin-top: 2px;
}

#footer .web-visitor {
  background: transparent;
  border    : 0;
  margin    : 0 0 18px;
  padding   : 0;
}

#footer .web-visitor-metrics {
  background   : #f6f9fc;
  border       : 1px solid #dbe3eb;
  border-radius: 12px;
  display      : flex;
  flex-wrap    : wrap;
  gap          : 12px;
  padding      : 12px 16px;
}

#footer .web-visitor-metrics .metric-box {
  background   : #fff;
  border-radius: 10px;
  box-shadow   : 0 1px 2px rgba(15, 78, 135, 0.07);
  flex         : 1 1 130px;
  padding      : 6px 8px;
  text-align   : center;
}

#footer .web-visitor .metric-label {
  color         : #5c6d80 !important;
  font-size     : 11px;
  font-weight   : 600;
  letter-spacing: 0.25px;
  margin        : 0;
}

#footer .web-visitor .metric-value {
  color      : #064681 !important;
  font-size  : 17px;
  font-weight: 700;
  margin-top : 4px;
}

#footer .footer-bottom {
  background    : linear-gradient(90deg, #064681, #075b99 55%, #0674b5);
  color         : #fff;
  font-size     : 12.5px;
  letter-spacing: 0.35px;
  line-height   : 1.4;
  margin-top    : 12px;
  padding       : 12px 0 14px;
  text-align    : center;
}

#footer .footer-bottom a {
  color          : #e3f3ff;
  text-decoration: none;
}

#footer .footer-bottom a:hover {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  #footer {
    padding: 24px 0 8px;
  }

  #footer .footer-row {
    gap: 18px 0;
  }

  #footer .footer-col {
    flex: 1 1 100%;
  }

  #footer .footer-bottom {
    font-size : 11.5px;
    margin-top: 6px;
    padding   : 10px 8px 12px;
  }

  #footer .web-visitor-metrics {
    padding: 10px 12px;
  }

  #footer .web-visitor .metric-value {
    font-size: 15px;
  }
}

.visitor-counter-box {
  background   : var(--default-white);
  border       : 1px solid var(--default-border-color);
  border-radius: var(--default-border-radius);
  margin-bottom: 25px;
  margin-left  : 0 !important;
  margin-right : 0 !important;
  margin-top   : 20px;
  padding      : 5px 15px;
}

.mv2-scope .mv2-grid {
  display              : grid !important;
  gap                  : 16px !important;
  grid-template-columns: 1fr !important;
  margin               : 6px 0 0 !important;
  padding              : 0 !important;
}

@media (min-width: 576px) {
  .mv2-scope .mv2-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.mv2-scope .mv2-card {
  border        : 1px solid #ccd4e5 !important;
  border-radius : 16px !important;
  box-shadow    : 0 6px 18px rgba(15, 78, 135, 0.06) !important;
  display       : flex !important;
  flex-direction: column !important;
  overflow      : hidden !important;
}

.mv2-scope .mv2-head {
  border-bottom  : 1px solid #ccd4e5 !important;
  gap            : 10px !important;
  justify-content: space-between !important;
  padding        : 10px 12px !important;
}

.mv2-scope .mv2-date,
.mv2-scope .mv2-head {
  align-items: center !important;
  display    : flex !important;
}

.mv2-scope .mv2-date {
  gap      : 8px !important;
  min-width: 0 !important;
}

.mv2-scope .mv2-date .rt-badge {
  background   : #eef2ff !important;
  border       : 1px solid #dbe4ff !important;
  border-radius: 999px !important;
  color        : #0f4e87 !important;
  font-size    : 12px !important;
  font-weight  : 700 !important;
  padding      : 4px 10px !important;
}

.mv2-scope .mv2-date .news-date {
  color      : #6b7280 !important;
  font-size  : 12px !important;
  white-space: nowrap !important;
}

.mv2-scope .mv2-read {
  background     : linear-gradient(90deg, #064681, #06b6d4) !important;
  border-radius  : 10px !important;
  color          : #fff !important;
  display        : inline-block !important;
  font-size      : 12px !important;
  font-weight    : 700 !important;
  line-height    : 1 !important;
  padding        : 6px 10px !important;
  text-decoration: none !important;
}

.mv2-scope .mv2-main {
  align-items          : center !important;
  display              : grid !important;
  gap                  : 12px !important;
  grid-template-columns: 84px 1fr !important;
  min-height           : 110px !important;
  padding              : 12px !important;
}

.mv2-scope .mv2-media {
  background   : #f6f8ff !important;
  border       : 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  height       : 84px !important;
  overflow     : hidden !important;
  position     : relative !important;
  width        : 84px !important;
}

.mv2-scope .mv2-media a {
  display: block !important;
  height : 100% !important;
  width  : 100% !important;
}

.mv2-scope .mv2-media .news-card-img {
  background: #f6f8ff !important;
  height    : 100% !important;
  object-fit: contain !important;
  width     : 100% !important;
}

.mv2-scope .mv2-text {
  align-items    : center !important;
  display        : flex !important;
  justify-content: flex-start !important;
  min-width      : 0 !important;
  place-items    : center !important;
  justify-items  : start !important;
  min-height     : 3.4em !important;
  padding        : 0 !important;
}

.mv2-scope .mv2-text .news-title {
  color             : #0b2440 !important;
  display           : -webkit-box !important;
  font-weight       : 800 !important;
  line-clamp        : 2 !important;
  -webkit-line-clamp: 3 !important;
  line-height       : 1.7 !important;
  margin            : 0 !important;
  overflow          : hidden !important;
  text-align        : left !important;
  text-decoration   : none !important;
  text-overflow     : ellipsis !important;
  white-space       : normal !important;
  width             : 100% !important;
  word-break        : break-word !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.mv2-scope .mv2-text .news-title:hover {
  color          : #064681 !important;
  text-decoration: underline !important;
}

@media (max-width: 480px) {
  .mv2-scope .mv2-main {
    gap                  : 10px !important;
    grid-template-columns: 72px 1fr !important;
  }

  .mv2-scope .mv2-media {
    height: 72px !important;
    width : 72px !important;
  }
}

.mv2-scope .mv2-media>.lazy-wrap {
  display : block !important;
  height  : 100% !important;
  overflow: hidden !important;
  width   : 100% !important;
}

.mv2-scope .mv2-media>.lazy-wrap>img {
  background: #f6f8ff !important;
  height    : 100% !important;
  object-fit: contain !important;
  width     : 100% !important;
}

.mv2-scope .mv2-media .mv2-media-link {
  background : transparent !important;
  display    : block !important;
  inset      : 0 !important;
  position   : absolute !important;
  text-indent: -9999px !important;
}

.mv2-scope.mv2-center .mv2-text {
  display    : grid !important;
  place-items: center !important;
}

.mv2-scope.mv2-center .mv2-text .news-title {
  text-align: left !important;
}

.mv2-scope .mv2-text .news-title>span {
  display: inline !important;
}

.other_link_title:after {
  background: linear-gradient(90deg, #0f4e87, #034683);
}

@media (max-width: 991.98px) {
  .mobile-scope .mobile-header-spacer {
    background: var(--default-blue);
    display   : block;
    height    : 120px;
    position  : absolute !important;
    width     : 100% !important;
    z-index   : 9;
  }

  .mobile-scope .mobile-header-spacer+* {
    margin-top: 6px;
  }

  body.mobile-has-fixed-header .mv {
    padding-top: var(--m-header-h, 88px);
  }

  body.mobile-has-fixed-header .mv> :first-child {
    margin-top: 6px;
  }

  .mobile-scope .udm-upcoming {
    --ud-brand  : var(--default-blue);
    --ud-blue   : #4b69ff;
    --ud-yellow : #f5a623;
    --ud-green  : #23b26d;
    --ud-card-bg: var(--default-white);
    --ud-card-br: 14px;
  }

  .mobile-scope .udm-head {
    align-items: center;
    display    : flex;
    gap        : 10px;
    margin     : 6px 2px 10px;
  }

  .mobile-scope .udm-ico {
    align-items    : center;
    background     : var(--ud-brand);
    border-radius  : 8px;
    color          : var(--default-white);
    display        : inline-flex;
    height         : 34px;
    justify-content: center;
    width          : 34px;
  }

  .mobile-scope .udm-title {
    font-size     : 18px;
    line-height   : 1.2;
    margin        : 0;
    padding-bottom: 6px;
    position      : relative;
  }

  .mobile-scope .udm-title:after {
    background   : linear-gradient(90deg, var(--ud-brand), #ffb84a);
    border-radius: 4px;
    bottom       : 0;
    content      : "";
    height       : 4px;
    left         : 0;
    max-width    : 160px;
    position     : absolute;
    right        : 0;
  }

  .mobile-scope .udm-list {
    display       : flex;
    flex-direction: column;
    gap           : 10px;
    list-style    : none;
    margin        : 8px 0 0;
    padding       : 0;
  }

  .mobile-scope .udm-card {
    background     : var(--ud-card-bg);
    border         : 1px solid #d9d9d9;
    border-radius  : 8px;
    box-shadow     : 0 1px 5px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.05);
    color          : inherit;
    display        : block;
    margin-bottom  : 8px;
    padding        : 12px 42px 14px 14px;
    position       : relative;
    text-decoration: none;
  }

  .mobile-scope .udm-li:nth-child(3n + 1) .udm-card:before,
  .mobile-scope .udm-li:nth-child(3n + 2) .udm-card:before,
  .mobile-scope .udm-li:nth-child(3n + 3) .udm-card:before {
    border-radius: 3px;
    content      : "";
    height       : 3px;
    left         : 12px;
    position     : absolute;
    right        : 12px;
    top          : -2px;
  }

  .mobile-scope .udm-li:nth-child(3n + 1) .udm-card:before {
    background: var(--ud-yellow);
  }

  .mobile-scope .udm-li:nth-child(3n + 2) .udm-card:before {
    background: var(--ud-blue);
  }

  .mobile-scope .udm-li:nth-child(3n + 3) .udm-card:before {
    background: var(--ud-green);
  }

}

@media (max-width: 991.98px) {
  .mobile-scope .udm-card:focus-visible {
    outline       : 2px solid var(--ud-brand);
    outline-offset: 2px;
  }
}

@media (max-width: 991.98px) {
  .mobile-scope .udm-row {
    align-items    : center;
    display        : flex;
    gap            : 10px;
    justify-content: space-between;
  }

  .mobile-scope .udm-date {
    font-size: 16px;
    margin   : 0;
  }

  .mobile-scope .udm-badge {
    background   : #eef2ff;
    border-radius: 999px;
    color        : var(--ud-brand);
    font-size    : 12px;
    font-weight  : 600;
    line-height  : 1;
    padding      : 6px 10px;
    white-space  : nowrap;
  }

  .mobile-scope .udm-text {
    font-size  : 13.5px;
    line-height: 1.35;
    margin     : 8px 0 0;
  }

  .mobile-scope .clamp-2 {
    -webkit-line-clamp: 2;
    line-clamp        : 2;
  }

  .mobile-scope .clamp-2,
  .mobile-scope .clamp-3 {
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    overflow          : hidden;
    text-overflow     : ellipsis;
  }

  .mobile-scope .clamp-3 {
    -webkit-line-clamp: 3;
    line-clamp        : 3;
  }

  .mobile-scope .udm-chevron {
    border-bottom: 2px solid #6b7a90;
    border-right : 2px solid #6b7a90;
    height       : 9px;
    margin-top   : -6px;
    opacity      : 0.55;
    position     : absolute;
    right        : 16px;
    top          : 50%;
    width        : 9px;
  }

  .mobile-scope .udm-footer {
    margin-top: 10px;
    text-align: right;
  }

  .mobile-scope .udm-more {
    align-items    : center;
    color          : var(--ud-brand);
    display        : inline-flex;
    font-size      : 13.5px;
    font-weight    : 600;
    gap            : 6px;
    text-decoration: none;
  }
}

@media (max-width: 991.98px) {
  .mobile-scope {
    --m-pad: 14px;
  }

  .mobile-scope .container,
  .mobile-scope .mv>.row,
  .mobile-scope .section-pad,
  .mobile-scope.container {
    padding-left : max(var(--m-pad), env(safe-area-inset-left)) !important;
    padding-right: max(var(--m-pad), env(safe-area-inset-right)) !important;
  }

  .mobile-scope>.row {
    margin-left : 0 !important;
    margin-right: 0 !important;
  }

  .mobile-scope .mobile-bleed,
  .mobile-scope .mobile-bleed>.row {
    margin-left  : calc(max(var(--m-pad), env(safe-area-inset-left)) * -1) !important;
    margin-right : calc(max(var(--m-pad), env(safe-area-inset-right)) * -1) !important;
    padding-left : 0 !important;
    padding-right: 0 !important;
  }

  body,
  html {
    overflow-x: hidden;
  }

  .mobile-scope .mstories {
    position     : relative;
    --mst-pad    : 8px;
    --mst-thumb  : 78px;
    --mst-title-h: 32px;
    padding      : 8px 0 10px;
    z-index      : 1;
  }

  .mobile-scope .mstories-nav.mstories-next {
    right: max(8px, env(safe-area-inset-right));
  }

  .mobile-scope .mstories-nav.mstories-prev {
    left: max(8px, env(safe-area-inset-left));
  }

  .mobile-scope img {
    height   : auto;
    max-width: 100%;
  }

  .mobile-scope .mobile-pad,
  .mobile-scope .mv>.row {
    padding-left : max(var(--m-pad), env(safe-area-inset-left)) !important;
    padding-right: max(var(--m-pad), env(safe-area-inset-right)) !important;
  }

  .mobile-scope .upcoming-snap {
    display                   : grid;
    gap                       : 12px;
    grid-auto-columns         : 86%;
    grid-auto-flow            : column;
    overflow-x                : auto;
    overscroll-behavior-x     : contain;
    padding                   : 2px 0 6px;
    scroll-snap-type          : x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width           : none;
  }
}

@media (max-width: 991.98px) {
  .mobile-scope .upcoming-snap::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .mobile-scope .upcoming-card {
    background       : var(--default-white);
    border           : 1px solid rgba(0, 0, 0, 0.08);
    border-radius    : 14px;
    box-shadow       : 0 2px 6px hsla(0, 0%, 8%, 0.04);
    color            : inherit;
    display          : block;
    min-height       : 110px;
    padding          : 14px 12px 16px;
    position         : relative;
    scroll-snap-align: start;
    text-decoration  : none;
  }

  .mobile-scope .upcoming-accent {
    background   : #e0e0e0;
    border-radius: 3px;
    height       : 3px;
    left         : 12px;
    position     : absolute;
    right        : 12px;
    top          : -2px;
  }

  .mobile-scope .upcoming-accent--yellow {
    background: #f5a623;
  }

  .mobile-scope .upcoming-accent--blue {
    background: #4b69ff;
  }

  .mobile-scope .upcoming-accent--green {
    background: #23b26d;
  }

  .mobile-scope .upcoming-date {
    background   : rgba(0, 0, 0, 0.05);
    border-radius: 999px;
    display      : inline-block;
    font-size    : 13px !important;
    line-height  : 1.1;
    margin-bottom: 8px;
    margin-top   : 6px;
    padding      : 4px 10px;
  }

  .mobile-scope .upcoming-text {
    display           : -webkit-box;
    font-size         : 13px !important;
    line-clamp        : 3;
    line-height       : 1.35;
    margin            : 0;
    -webkit-box-orient: vertical;
    overflow          : hidden;
  }
}

@media (max-width: 991.98px) {
  @media (min-width: 420px) and (max-width: 991.98px) {
    .mobile-scope .upcoming-snap {
      grid-auto-columns: 72%;
    }
  }
}

@media (max-width: 991.98px) {
  .mobile-scope .timeline-title h5 {
    font-size: 16px !important;
    margin   : 0 8px;
  }

  .mobile-scope .mstories-thumb .mstories-ring {
    border-radius : 50%;
    border-width  : 2px !important;
    border        : 2px solid #3f8dff;
    box-shadow    : inset 0 0 0 2px rgba(63, 141, 255, 0.15);
    inset         : 0;
    pointer-events: none;
    position      : absolute;
  }
}

@media (max-width: 991.98px) {
  .mobile-scope .mstories-card:focus-visible {
    outline-width: 2px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --m-pad: 14px;
  }

  .mv>.row:not(.force-padding0) {
    padding-left : max(var(--m-pad), env(safe-area-inset-left)) !important;
    padding-right: max(var(--m-pad), env(safe-area-inset-right)) !important;
  }

  .force-padding0 {
    padding: 0 !important;
  }

  .mobile-bleed,
  .mobile-bleed>.row {
    margin-bottom: 10px;
    margin-left  : calc(max(var(--m-pad), env(safe-area-inset-left)) * -1) !important;
    margin-right : calc(max(var(--m-pad), env(safe-area-inset-right)) * -1) !important;
    margin-top   : 112px;
    padding-left : 0 !important;
    padding-right: 0 !important;
  }

  .mstories-thumb .mstories-ring {
    border-width: 2px !important;
  }
}

@media (max-width: 991.98px) {
  .mstories-card:focus-visible {
    outline-width: 2px;
  }
}

@media (max-width: 991.98px) {
  .mobile-scope .mobile-main-menu {
    --mnav-bg         : var(--default-blue);
    --mnav-bg-alt     : #0f1670;
    --mnav-accent     : #3f8dff;
    --mnav-accent-soft: #1b2e9e;
  }

  .mobile-scope .brand-bar-compact {
    background   : var(--mnav-bg);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
    padding      : 6px 10px 4px;
  }

  .mobile-scope .brand-mini {
    align-items    : center;
    background     : transparent !important;
    display        : flex;
    gap            : 10px;
    justify-content: center;
    margin         : 0 auto;
    max-width      : 100%;
    padding        : 2px 0 0;
  }

  .mobile-scope .brand-mini-logo {
    flex  : 0 0 auto;
    height: 50px !important;
    width : auto;
  }

  .mobile-scope .brand-mini-text {
    align-items   : center;
    display       : flex;
    flex-direction: column;
    gap           : 2px;
    min-width     : 0;
  }

  .mobile-scope .nav-main-menu {
    background                : var(--mnav-bg);
    border-radius             : 0;
    max-height                : 85vh;
    overflow-y                : auto;
    padding                   : 8px 0 24px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width           : thin;
  }
}

@media (max-width: 991.98px) {
  .mobile-scope .nav-main-menu::-webkit-scrollbar {
    width: 6px;
  }

  .mobile-scope .nav-main-menu::-webkit-scrollbar-track {
    background: var(--mnav-bg);
  }

  .mobile-scope .nav-main-menu::-webkit-scrollbar-thumb {
    background   : hsla(0, 0%, 100%, 0.25);
    border-radius: 3px;
  }
}

@media (max-width: 991.98px) {
  .mobile-scope .mobile-nav-root {
    list-style: none;
    margin    : 4px 0 0;
    padding   : 0;
  }

  .mobile-scope .mobile-nav-root .nav-item:last-child {
    border-bottom: 0;
  }

  .mobile-scope .mobile-nav-root .nav-link {
    align-items    : left;
    text-align     : left;
    color          : #f0f6ff;
    display        : flex;
    font-size      : 14px;
    font-weight    : 500;
    line-height    : 1.2;
    padding        : 10px 14px;
    position       : relative;
    text-decoration: none;
  }

  .mobile-scope .mobile-nav-root .nav-link:focus,
  .mobile-scope .mobile-nav-root .nav-link:hover {
    background: var(--mnav-bg-alt);
    color     : var(--default-white);
  }

  .mobile-scope .mobile-nav-root .nav-link.active {
    background : linear-gradient(90deg, var(--mnav-accent-soft), var(--mnav-bg));
    box-shadow : inset 3px 0 0 0 var(--mnav-accent);
    font-weight: 600;
  }

  .mobile-scope .mobile-nav-root .has-children>.nav-link.dropdown-toggle {
    padding-right: 30px;
  }

  .mobile-scope .mobile-nav-root .has-children>.nav-link.dropdown-toggle:after {
    border-bottom: 2px solid;
    border-right : 2px solid;
    border-color : transparent currentcolor currentcolor transparent;
    border-style : solid;
    border-width : 2px;
    content      : "";
    height       : 10px;
    margin-top   : -5px;
    opacity      : 0.85;
    position     : absolute;
    right        : 14px;
    top          : 50%;
    width        : 10px;
  }

  .mobile-scope .dropdown-menu {
    background: var(--default-blue) !important;
    border    : 0;
    float     : none;
    margin    : 0;
    padding   : 3px 0 6px;
    position  : static;
  }

  .mobile-scope .dropdown-item {
    color      : #dce9f9;
    font-size  : 13.2px;
    line-height: 1.2;
    padding    : 6px 18px 6px 30px;
    position   : relative;
  }

  .mobile-scope .dropdown-item:focus,
  .mobile-scope .dropdown-item:hover {
    background: #144676;
    color     : var(--default-white);
  }

  .mobile-scope .dropdown-item.active:before,
  .mobile-scope .dropdown-item:hover:before {
    opacity: 1;
  }

  .mobile-scope .dropdown-item.active {
    background : #165082;
    color      : var(--default-white);
    font-weight: 600;
  }

  .mobile-scope .nav-utility-row {
    padding: 0 0 0 20px;
  }

  .mobile-scope .nav-utility-row ul {
    align-items: center;
    display    : flex;
    gap        : 6px;
    list-style : none;
    margin     : 0;
    padding    : 0;
  }

  .mobile-scope .nav-utility-row .social-icons-inline .soc {
    align-items    : center;
    background     : hsla(0, 0%, 100%, 0.18);
    border-radius  : 50%;
    color          : var(--default-white);
    display        : inline-flex;
    font-size      : 15px;
    height         : 30px;
    justify-content: center;
    text-decoration: none;
    width          : 30px;
  }

  .mobile-scope .nav-utility-row .social-icons-inline .soc:focus,
  .mobile-scope .nav-utility-row .social-icons-inline .soc:hover {
    background: hsla(0, 0%, 100%, 0.28);
  }

  .mobile-scope .nav-utility-row .lang-switcher-language.pill {
    align-items  : center;
    background   : var(--default-white);
    border-radius: 999px;
    box-shadow   : 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.15);
    color        : #123b71;
    cursor       : pointer;
    display      : inline-flex;
    font-size    : 12.5px;
    font-weight  : 600;
    gap          : 6px;
    line-height  : 1;
    padding      : 6px 12px 6px 8px;
  }

  .mobile-scope .nav-utility-row .locale-switcher-language.pill:hover {
    background: #e9f2ff;
  }

  .mobile-scope .nav-utility-row .locale-switcher-language .flag {
    border-radius: 50%;
    display      : inline-flex;
    height       : 16px;
    overflow     : hidden;
    width        : 16px;
  }

  .mobile-scope .nav-utility-row .locale-switcher-language .flag img {
    height    : 100%;
    object-fit: cover;
    width     : 100%;
  }

  .mobile-scope .nav-section-bottom {
    background    : transparent;
    border-top    : 1px solid hsla(0, 0%, 100%, 0.18);
    display       : flex;
    flex-direction: column;
    gap           : 8px;
    list-style    : none;
    margin        : 12px 0 0;
    padding       : 0 14px 10px;
  }

  .mobile-scope .nav-section-bottom .nav-item .nav-link {
    align-items    : center;
    background     : hsla(0, 0%, 100%, 0.12);
    border         : 1px solid hsla(0, 0%, 100%, 0.18);
    border-radius  : 5px;
    color          : var(--default-white);
    display        : flex;
    font-size      : 13px;
    font-weight    : 500;
    gap            : 8px;
    min-height     : 40px;
    padding        : 9px 12px;
    text-decoration: none;
  }

  .mobile-scope .nav-section-bottom .nav-item .nav-link:focus,
  .mobile-scope .nav-section-bottom .nav-item .nav-link:hover {
    background: hsla(0, 0%, 100%, 0.18);
  }

  .mobile-scope .nav-section-bottom .hotline .nav-link {
    background: #d93b3b;
  }

  .mobile-scope .nav-section-bottom .hotline .nav-link:hover {
    background: #c53232;
  }

  .mobile-scope .nav-section-bottom .feedback .nav-link {
    background: #176ab1;
  }

  .mobile-scope .nav-section-bottom .feedback .nav-link:hover {
    background: #11558d;
  }

  .mobile-scope .nav-section-bottom .ut-ico {
    height: auto;
    width : 18px;
  }
}

@media (max-width: 991.98px) {

  .mobile-scope .dropdown-item:focus-visible,
  .mobile-scope .nav-main-menu .nav-link:focus-visible,
  .mobile-scope .nav-utility-row .locale-switcher-language:focus-visible,
  .mobile-scope .nav-utility-row a:focus-visible {
    outline       : 2px solid var(--mnav-accent);
    outline-offset: 2px;
  }
}

@media (max-width: 991.98px) {
  @media (max-width: 420px) {
    .mobile-scope .nav-utility-row {
      flex-wrap: wrap;
      row-gap  : 4px;
    }

    .mobile-scope .brand-mini-logo {
      height: 42px;
    }
  }
}

@media (max-width: 991.98px) {

  .mobile-scope .brand-bar-compact,
  .mobile-scope .mobile-main-menu,
  .mobile-scope .nav-main-menu,
  .mobile-scope-header {
    background: var(--default-blue) !important;
  }

  .brand-bar-compact,
  .mobile-brand-wrapper {
    background-color: var(--default-blue) !important;
    margin-top      : 0;
    padding-top     : 10px;
  }

  .mobile-scope .main-nav {
    padding: 0 !important;
  }

  .mobile-scope .logo-menu {
    background   : transparent !important;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
    padding      : 0 0 6px;
  }

  .mobile-scope .logo-menu img {
    background: transparent !important;
    display   : block;
    height    : auto;
    margin    : 5px auto;
    max-width : 85px;
    width     : 85px;
  }

  .mobile-scope .brand-mini-sub,
  .mobile-scope .brand-mini-title {
    color      : var(--default-white);
    font-size  : clamp(12px, 3.6vw, 15px);
    line-height: 1.7;
  }

  .mobile-scope .brand-mini-sub {
    margin-top: -8px;
  }

  .mobile-scope .dropdown-item:before {
    background: #5aa8ff;
    left      : 16px;
  }

  .mobile-scope .nav-utility-row .social-icons-inline .soc:hover {
    background: hsla(0, 0%, 100%, 0.3);
  }

  .mobile-scope .nav-utility-row .lang-switch-inline .locale-switcher-language.pill {
    align-items: center;
    display    : inline-flex;
    font-size  : 12px;
    gap        : 5px;
    height     : 30px;
    padding    : 0 10px 0 6px;
  }

  .mobile-scope .nav-section-bottom .nav-item .nav-link:hover {
    background: hsla(0, 0%, 100%, 0.22);
  }

  .mobile-scope .nav-section-bottom .feedback .nav-link,
  .mobile-scope .nav-section-bottom .hotline .nav-link {
    background: hsla(0, 0%, 100%, 0.12);
  }

  .mobile-scope .nav-section-bottom .feedback .nav-link:hover,
  .mobile-scope .nav-section-bottom .hotline .nav-link:hover {
    background: hsla(0, 0%, 100%, 0.22);
  }

  .mobile-scope .mobile-brand-header .brand-container {
    display: none !important;
  }
}

@media (max-width: 991.98px) {

  .mobile-scope .dropdown-item:focus-visible,
  .mobile-scope .nav-main-menu .nav-link:focus-visible,
  .mobile-scope .nav-section-bottom .nav-link:focus-visible,
  .mobile-scope .nav-utility-row .locale-switcher-language:focus-visible,
  .mobile-scope .nav-utility-row a:focus-visible {
    outline       : 2px solid #3f8dff;
    outline-offset: 2px;
  }
}

@media (max-width: 991.98px) {
  @media (max-width: 420px) {
    .mobile-scope .nav-utility-row .lang-switch-inline {
      order: 2;
    }
  }
}

@media (max-width: 991.98px) {
  .mobile-scope .mobile-sticky-header {
    background-color: var(--default-blue);
    left            : 0;
    position        : fixed;
    right           : 0;
    top             : 0;
    z-index         : 1030;
  }

  .mobile-scope .mobile-top-bar {
    align-items    : center;
    display        : flex;
    justify-content: space-between;
    padding        : 8px 0;
    width          : 100%;
  }

  .mobile-scope .navbar-toggler {
    border-color: var(--default-white);
    color       : var(--default-white);
    font-size   : 15px !important;
    margin-left : 10px;
    margin-top  : 20px;
    padding     : 6px 10px;
  }

  .mobile-scope .mobile-top-bar-spacer {
    width: 38px;
  }

  .mobile-scope .brand-link {
    text-decoration: none;
  }

  .mobile-scope .brand-mini {
    align-items: center;
    display    : flex;
    gap        : 8px;
  }

  .mobile-scope .brand-mini-logo {
    height: 42px;
  }

  .mobile-scope .brand-mini-text {
    color: var(--default-white);
  }

  .mobile-scope .brand-mini-sub,
  .mobile-scope .brand-mini-title {
    font-size  : clamp(11px, 3.2vw, 14px);
    line-height: 1.3;
    margin     : 0;
  }

  .mobile-scope .mobile-inline-search-container {
    padding: 5px 50px 0px 90px;
    width  : 99%;
  }

  .mobile-scope .mobile-inline-search .input-group {
    border-radius: 20px;
    overflow     : hidden;
  }

  .mobile-scope .nav-main-menu {
    bottom  : 0;
    left    : 0;
    position: fixed;
    right   : 0;
    top     : 0;
    z-index : 1040;
  }

  .mobile-scope .close-nav-btn {
    color    : var(--default-white);
    font-size: 2rem !important;
    opacity  : 1;
    position : absolute;
    right    : 15px;
    top      : 10px;
    z-index  : 1041;
  }

  .mobile-scope #navbarSupportedContent,
  .mobile-scope .nav-main-menu {
    z-index: 1055 !important;
  }

  .mobile-scope #navbarSupportedContent {
    height  : 100% !important;
    inset   : 0 !important;
    margin  : 0 !important;
    position: fixed !important;
    width   : 100% !important;
  }

  .mobile-scope #navbarSupportedContent.nav-under-header,
  .mobile-scope .nav-main-menu.nav-under-header {
    height: calc(100vh - var(--m-header-h, 64px)) !important;
    top   : var(--m-header-h, 64px) !important;
  }

  .mobile-scope #navbarSupportedContent.nav-under-header .logo-menu,
  .mobile-scope .nav-main-menu.nav-under-header .logo-menu {
    margin-top: 8px;
  }

  .mobile-scope #navbarSupportedContent .navbar-nav .dropdown-menu,
  .mobile-scope .nav-main-menu .navbar-nav .dropdown-menu {
    border-radius: 8px 0 0 8px !important;
    box-shadow   : none !important;
    display      : block !important;
    left         : auto !important;
    margin       : 0 0 0 17px !important;
    max-height   : none !important;
    overflow     : visible !important;
    padding      : 0 !important;
    position     : static !important;
    top          : auto !important;
    visibility   : visible !important;
    width        : auto !important;
    z-index      : auto !important;
  }
}

.mobile-scope #navbarSupportedContent .dropdown-toggle:after,
.mobile-scope .nav-main-menu .dropdown-toggle:after {
  content: none;
}

.mobile-scope #navbarSupportedContent .nav-item.has-children>.nav-link.dropdown-toggle,
.mobile-scope .nav-main-menu .nav-item.has-children>.nav-link.dropdown-toggle {
  padding-right: 36px;
  position     : relative;
}

.mobile-scope #navbarSupportedContent .nav-item.has-children>.nav-link.dropdown-toggle:after,
.mobile-scope .nav-main-menu .nav-item.has-children>.nav-link.dropdown-toggle:after {
  border-color: transparent currentcolor currentcolor transparent;
  border-style: solid;
  border-width: 2px;
  content     : "";
  height      : 10px;
  margin-top  : -5px;
  opacity     : 0.9;
  position    : absolute;
  right       : 14px;
  top         : 50%;
  width       : 10px;
}

.mobile-scope #navbarSupportedContent .dropdown-menu .dropdown-toggle,
.mobile-scope .nav-main-menu .dropdown-menu .dropdown-toggle {
  padding-right: 30px;
  position     : relative;
}

.mobile-scope #navbarSupportedContent .dropdown-menu .dropdown-toggle:after,
.mobile-scope .nav-main-menu .dropdown-menu .dropdown-toggle:after {
  border-bottom: 2px solid;
  border-right : 2px solid;
  content      : "";
  height       : 8px;
  margin-top   : -4px;
  opacity      : 0.9;
  position     : absolute;
  right        : 12px;
  top          : 50%;
  width        : 8px;
}

.mobile-scope #navbarSupportedContent,
.mobile-scope .nav-main-menu {
  height    : 100% !important;
  inset     : 0 !important;
  overflow-y: auto;
  position  : fixed !important;
  width     : 100% !important;
  z-index   : 1055 !important;
}

.mobile-scope #navbarSupportedContent.nav-under-header {
  height: calc(100vh - var(--m-header-h, 64px)) !important;
  top   : var(--m-header-h, 64px) !important;
}

.mobile-scope .nav-main-menu .dropdown-menu {
  border    : 0 !important;
  box-shadow: none !important;
  display   : none;
  float     : none !important;
  margin    : 0 !important;
  padding   : 0 !important;
  position  : static !important;
}

.mobile-scope .nav-main-menu .dropdown-menu.show,
.mobile-scope .nav-main-menu .dropdown.show>.dropdown-menu {
  display: block;
}

.mobile-scope .nav-main-menu .dropdown-toggle:after {
  content: none !important;
}

.mobile-scope .nav-main-menu .nav-caret {
  margin-left: 6px;
  position   : relative;
}

.mobile-scope .nav-main-menu .nav-caret .fa {
  font-size  : 16px;
  line-height: 1;
}

.mobile-scope .nav-main-menu .dropdown>.nav-link .fa-angle-up {
  display: none;
}

.mobile-scope .nav-main-menu .dropdown.show>.nav-link .fa-angle-up,
.mobile-scope .nav-main-menu .dropdown>.nav-link .fa-angle-down,
.mobile-scope .nav-main-menu .dropdown>.nav-link[aria-expanded="true"] .fa-angle-up {
  display: inline-block;
}

.mobile-scope .nav-main-menu .dropdown.show>.nav-link .fa-angle-down,
.mobile-scope .nav-main-menu .dropdown>.nav-link[aria-expanded="true"] .fa-angle-down {
  display: none;
}

.mobile-scope .nav-main-menu .dropdown-item .sub-bullet {
  margin-right: 8px;
  opacity     : 0.9;
}

@media (max-width: 991.98px) {
  .mobile-scope .nav-main-menu .nav-item.dropdown>.dropdown-menu {
    border    : 0 !important;
    box-shadow: none !important;
    display   : none !important;
    float     : none !important;
    margin    : 0 !important;
    padding   : 0 !important;
    position  : static !important;
  }

  .mobile-scope .nav-main-menu .nav-item.dropdown.show>.dropdown-menu,
  .mobile-scope .nav-main-menu .nav-item.dropdown>.nav-link[aria-expanded="true"]+.dropdown-menu {
    display: block !important;
  }

  .mobile-scope .nav-main-menu .dropdown-toggle:after {
    content: none !important;
  }

  .mobile-scope .nav-main-menu .nav-item.dropdown>.nav-link .fa-angle-up {
    display: none !important;
  }

  .mobile-scope .nav-main-menu .nav-item.dropdown.show>.nav-link .fa-angle-up,
  .mobile-scope .nav-main-menu .nav-item.dropdown>.nav-link[aria-expanded="true"] .fa-angle-up {
    display: inline-block !important;
  }

  .mobile-scope .nav-main-menu .nav-item.dropdown.show>.nav-link .fa-angle-down,
  .mobile-scope .nav-main-menu .nav-item.dropdown>.nav-link[aria-expanded="true"] .fa-angle-down,
  body .mobile-scope #navbarSupportedContent.nav-main-menu .nav-item.dropdown:not(.show)>.dropdown-menu {
    display: none !important;
  }

  body .mobile-scope #navbarSupportedContent.nav-main-menu .nav-item.dropdown.show>.dropdown-menu,
  body .mobile-scope #navbarSupportedContent.nav-main-menu .nav-item.dropdown>.nav-link[aria-expanded="true"]+.dropdown-menu {
    display: block !important;
  }

  .mobile-scope #navbarSupportedContent.nav-main-menu .dropdown-toggle:after {
    content: none !important;
  }

  .mobile-scope #navbarSupportedContent.nav-main-menu .nav-item.dropdown>.nav-link .fa-angle-up {
    display: none !important;
  }

  .mobile-scope #navbarSupportedContent.nav-main-menu .nav-item.dropdown.show>.nav-link .fa-angle-up,
  .mobile-scope #navbarSupportedContent.nav-main-menu .nav-item.dropdown>.nav-link[aria-expanded="true"] .fa-angle-up {
    display: inline-block !important;
  }

  .mobile-scope #navbarSupportedContent.nav-main-menu .nav-item.dropdown.show>.nav-link .fa-angle-down,
  .mobile-scope #navbarSupportedContent.nav-main-menu .nav-item.dropdown>.nav-link[aria-expanded="true"] .fa-angle-down {
    display: none !important;
  }

  .mobile-scope .nav-main-menu .menu-footer {
    margin-top: 0;
    padding   : 10px;
  }

  .mobile-scope .nav-main-menu .nav-utility-row {
    align-items    : center;
    display        : flex;
    gap            : 12px;
    justify-content: space-between;
    padding        : 5px;
    background     : #fffbfb;
    border-radius  : 30px;
  }

  .mobile-scope .nav-main-menu .social-icons-inline {
    align-items: center;
    display    : flex;
    gap        : 10px;
    list-style : none;
    margin     : 0;
    padding    : 0;
  }

  .mobile-scope .nav-main-menu .social-icons-inline .soc {
    background     : none !important;
    border         : 1px solid #0f4e87;
    border-radius  : 50%;
    display        : grid;
    height         : 30px;
    place-items    : center;
    text-decoration: none;
    width          : 30px;
  }

  .mobile-scope .fa-facebook-official,
  .mobile-scope .fa-telegram {
    color    : #0f4e87 !important;
    font-size: 16px;
  }

  .mobile-scope .fa-youtube-play {
    color    : #fb0505 !important;
    font-size: 16px;
  }

  .mobile-scope .fa-instagram {
    color    : #fe00bb !important;
    font-size: 16px;
  }

  .mobile-scope .nav-main-menu .social-icons-inline .soc:hover {
    background: hsla(0, 0%, 100%, 0.22);
  }

  .mobile-scope .nav-main-menu .lang-switch-inline {
    list-style: none;
    margin    : 0;
    padding   : 0;
  }

  .mobile-scope .nav-main-menu .locale-switcher-language.pill {
    align-items  : center;
    background   : #2196f3;
    border-radius: 999px;
    color        : var(--default-white);
    cursor       : pointer;
    display      : inline-flex;
    gap          : 8px;
    padding      : 6px 12px;
    user-select  : none;
  }

  .mobile-scope .nav-main-menu .locale-switcher-language.pill:hover {
    background: #2196f3;
  }

  .mobile-scope .nav-main-menu .locale-switcher-language .flag img {
    display: block;
    height : 18px;
    width  : 18px;
  }

  .mobile-scope .nav-main-menu .nav-section-bottom {
    display   : grid;
    gap       : 10px;
    list-style: none;
    margin    : 6px 0 0;
    padding   : 0;
  }

  .mobile-scope .nav-main-menu .nav-section-bottom .nav-item .nav-link {
    align-items    : center;
    background     : hsla(0, 0%, 100%, 0.1);
    border         : 1px solid hsla(0, 0%, 100%, 0.18);
    border-radius  : 12px;
    color          : var(--default-white);
    display        : flex;
    gap            : 12px;
    padding        : 12px 14px;
    text-decoration: none;
  }

  .mobile-scope .nav-main-menu .nav-section-bottom .nav-item .nav-link:hover {
    background: hsla(0, 0%, 100%, 0.16);
  }

  .mobile-scope .nav-main-menu .nav-section-bottom .ut-ico {
    height: 28px;
    width : 28px;
  }

  .mobile-scope .nav-main-menu .nav-section-bottom .hotline .nav-link {
    background  : hsla(0, 0%, 100%, 0.16);
    border-color: hsla(0, 0%, 100%, 0.25);
    font-weight : 600;
  }

  .mobile-scope .mstories-progress {
    background    : transparent;
    border-radius : 999px;
    bottom        : 4px;
    height        : 3px;
    left          : 0;
    margin        : 0;
    overflow      : hidden;
    pointer-events: none;
    position      : absolute;
    right         : 0;
    z-index       : 4;
  }

  .mobile-scope .mstories-progress-bar {
    background: #3f8dff;
    display   : none;
    height    : 100%;
    width     : 0;
  }

  .mobile-scope .mstories-progress-bar.is-visible {
    display: block !important;
  }

  .mobile-scope .mstories-viewport {
    display       : block;
    height        : calc(var(--mst-thumb, 78px) + 6px + var(--mst-title-h, 32px) + var(--mst-pad, 8px));
    margin-top    : 10px;
    min-height    : calc(var(--mst-thumb, 78px) + 15px + var(--mst-title-h, 32px) + var(--mst-pad, 8px));
    overflow      : hidden;
    padding-bottom: 8px;
    position      : relative;
    width         : 100%;
  }

  .mobile-scope .mstories-track {
    align-items : flex-start;
    display     : flex;
    gap         : 12px;
    touch-action: pan-y;
    will-change : transform;
  }

  .mobile-scope .mstories-item {
    flex : 0 0 auto;
    width: 112px;
  }

  .mobile-scope .mstories-card {
    align-items    : center;
    color          : inherit;
    display        : flex;
    flex-direction : column;
    padding        : 6px 4px;
    text-decoration: none;
  }

  .mobile-scope .mstories-thumb {
    background   : #f3f6ff;
    border-radius: 50%;
    height       : var(--mst-thumb, 78px);
    margin-bottom: 6px;
    overflow     : hidden;
    position     : relative;
    width        : var(--mst-thumb, 78px);
  }

  .mobile-scope .mstories-thumb img {
    display   : block;
    font      : 0/0 caption;
    height    : 100%;
    object-fit: cover;
    width     : 100%;
  }

  .mobile-scope .mstories-title {
    color             : #0b2440;
    display           : -webkit-box;
    font-size         : 12.5px;
    line-height       : 1.4;
    text-align        : center;
    -webkit-box-orient: vertical;
    height            : 29px;
    -webkit-line-clamp: 2;
    line-clamp        : 2;
    overflow          : hidden;
  }

  .mobile-scope .mstories-nav {
    background   : rgba(0, 0, 0, 0.35);
    border       : 0;
    border-radius: 50%;
    color        : var(--default-white);
    cursor       : pointer;
    display      : grid;
    height       : 34px;
    place-items  : center;
    position     : absolute;
    top          : calc(var(--mst-pad, 8px) + var(--mst-thumb, 78px) / 2);
    width        : 34px;
    z-index      : 3;
  }

  .mobile-scope .mstories-prev {
    left  : max(8px, env(safe-area-inset-left));
    margin: 10px 0 0 15px;
  }

  .mobile-scope .mstories-next {
    margin: 10px 15px 0 0;
    right : max(8px, env(safe-area-inset-right));
  }

  .mobile-scope .mstories-nav[disabled] {
    opacity       : 0.35;
    pointer-events: none;
  }

  .mobile-scope .mstories-item.is-new .mstories-ring {
    border-color: #3f8dff;
    box-shadow  : inset 0 0 0 2px rgba(63, 141, 255, 0.18);
  }

  .mobile-scope .mstories-item.is-seen .mstories-ring {
    border-color: #cfd6e6;
    box-shadow  : none;
  }

  .mobile-scope .mstories-item.is-active .mstories-ring {
    border-color: #22c55e;
    box-shadow  : inset 0 0 0 2px rgba(34, 197, 94, 0.22);
  }

  .mobile-scope .mstories-item.is-seen .mstories-title {
    color: #6b7a90;
  }
}

@media (min-width: 420px) and (max-width: 991.98px) {
  .mobile-scope .mstories-item {
    width: 128px;
  }
}

@media (max-width: 360px) {
  .mobile-scope .mstories {
    --mst-thumb  : 70px;
    --mst-title-h: 30px;
  }
}

@media (max-width: 991.98px) {
  @media (max-width: 360px) {
    .mobile-scope .mstories {
      --mst-thumb  : 70px;
      --mst-title-h: 30px;
    }
  }
}

@media (max-width: 991.98px) {

  .mobile-scope #navbarSupportedContent.nav-main-menu.nav-fullscreen,
  .mobile-scope #navbarSupportedContent.nav-main-menu.nav-fullscreen.collapse.show,
  .mobile-scope #navbarSupportedContent.nav-main-menu.nav-fullscreen.collapsing {
    height                    : 100vh !important;
    inset                     : 0;
    max-height                : 100vh !important;
    overflow-y                : auto;
    position                  : fixed;
    -webkit-overflow-scrolling: touch;
    z-index                   : 1055;
  }

  .mobile-scope #navbarSupportedContent.nav-main-menu.nav-under-header.nav-fullscreen,
  .mobile-scope #navbarSupportedContent.nav-main-menu.nav-under-header.nav-fullscreen.collapse.show,
  .mobile-scope #navbarSupportedContent.nav-main-menu.nav-under-header.nav-fullscreen.collapsing {
    height    : calc(100vh - var(--m-header-h, 64px)) !important;
    max-height: calc(100vh - var(--m-header-h, 64px)) !important;
    top       : var(--m-header-h, 64px);
  }

  .mobile-scope #navbarSupportedContent.nav-main-menu.nav-fullscreen.is-closing {
    opacity: 0;
  }

  body.mobile-nav-open {
    overflow: hidden;
  }

  .mobile-scope .mobile-nav-root>.nav-item>.nav-link {
    gap         : 0 !important;
    padding-left: 16px !important;
  }

  .mobile-scope .mobile-nav-root>.nav-item.has-children>.nav-link.dropdown-toggle {
    padding-right: 36px !important;
  }

  .mobile-scope .mobile-nav-root>.nav-item .nav-caret {
    margin-left: 8px;
  }
}

.mobile-rt-badge {
  display: inline-block;
  width  : 100%;
}

.mobile-rt-badge span.udm-date {
  float     : left;
  text-align: left;
}

.mobile-rt-badge span.rt-badge {
  float     : right;
  text-align: right;
}

.udm-text {
  display           : -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp        : 2;
  overflow          : hidden;
  overflow-wrap     : anywhere;
  text-overflow     : ellipsis;
  white-space       : normal;
  word-break        : normal;
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .mobile-scope .mstories-progress-bar {
    display: none !important;
  }
}

.mv .gdt-card {
  border       : 1px solid #d9d9d9 !important;
  border-radius: 8px !important;
  box-shadow   : 0 1px 5px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.05) !important;
  margin-bottom: 20px !important;
}

.mv a,
.mv div,
.mv h1,
.mv h2,
.mv h3,
.mv h4,
.mv h5,
.mv h6,
.mv input,
.mv label,
.mv li,
.mv p,
.mv span {
  font-size: 12px;
}

.mv .gdt-section-title {
  font-size: 13px !important;
}

.mv .gdt-card-header {
  text-align: center !important;
}

@media (max-width: 991.98px) {
  span.sm-content-status-note {
    font-size: 10px !important;
  }

  .default-container {
    margin-top: 10px !important;
  }

  .faqsm-container {
    margin-top   : 135px !important;
    margin-bottom: 15px !important;
  }

  .gdt-card .gdt-card-body .gdt-media {
    border-radius: 8px !important;
    gap          : 8px !important;
    min-height   : 60px !important;
    padding      : 5px 10px 10px 15px;
  }

  #taxSchoolCarousel .carousel-media,
  #taxSchoolCarouselMb .carousel-media {
    border: none !important;
  }

  .CourseImageLoader,
  .lazy-wrap {
    border-radius: 0 !important;
  }

  .gdt-card-web {
    border: none !important;
  }

  .page-panel .page-panel-inner,
  .page-panel.ns-card {
    background   : transparent !important;
    border       : none !important;
    border-radius: 0 !important;
    padding      : 0 !important;
  }

  .gdt-breadcrumb-wrap {
    margin-top: 115px !important;
  }

  .taxpayer-header {
    margin: 0 !important;
  }

  div .breadcrumb,
  nav .breadcrumb {
    margin-bottom: 0 !important;
  }

  .mobile-container {
    padding: 0 !important;
  }

  .taxpayer-card {
    gap       : 25px !important;
    min-height: 75px !important;
    padding   : 10px 0 10px 10px !important;
  }

  .tp-title {
    margin-top: 14px !important;
  }

  .gdt-media-img,
  .gdt-media>div.cls-icons {
    margin: 0 !important;
  }

  .ps-wrapper {
    border       : 1px solid #d9d9d9 !important;
    border-radius: 8px !important;
    box-shadow   : 0 1px 5px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px !important;
    padding      : 15px !important;
  }

  .law-container-breadcrumb {
    margin-top   : 128px !important;
    margin-bottom: 10px;
  }

  .filtering-section {
    margin-bottom: 10px !important;
  }

  .btn-down-law {
    border-radius: 12px !important;
  }

  #footer,
  #footer-bot {
    background: var(--default-blue);
    border-top: 1px solid #f5f5f5;
    bottom    : 0;
    position  : fixed;
    z-index   : 10;
  }

  body {
    padding-bottom: 300px;
  }

  .default-margin-mobile-container {
    margin-top: 128px !important;
  }

  .data-web-card:first-child {
    margin-top: 10px !important;
  }

  .data-web-card .event-thumb {
    aspect-ratio : 16/10 !important;
    background   : #f3f6fb !important;
    border-radius: 12px !important;
    flex         : 0 0 100px !important;
    height       : 67px !important;
    overflow     : hidden !important;
    position     : relative;
  }

  .data-web-card .event-thumb img {
    display   : block;
    height    : 100% !important;
    object-fit: contain !important;
    width     : 100% !important;
  }

  .btn-ir-detail {
    padding: 5px !important;
  }

  .data-web-card {
    margin-bottom: 20px !important;
    min-height   : 135px !important;
  }

  .event-card-title {
    display           : -webkit-box !important;
    height            : 38px !important;
    line-clamp        : 2 !important;
    -webkit-line-clamp: 2 !important;
    overflow          : hidden !important;
    text-overflow     : ellipsis;
    -webkit-box-orient: vertical !important;
    line-height       : 1.7 !important;
  }

  .e-service-container {
    background   : transparent !important;
    border-radius: 8px !important;
    margin       : 10px !important;
    padding      : 0 !important;
  }

  .force-padding15-mobile {
    padding: 0 15px !important;
  }

  .description-parent {
    border       : 1px solid #d9d9d9 !important;
    border-radius: 8px !important;
    box-shadow   : 0 1px 5px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.05);
    margin       : 5px 20px 0 !important;
  }

  .width100-if-mobile {
    width: 100% !important;
  }

  .article-container {
    border       : 1px solid #d9d9d9 !important;
    border-radius: 8px !important;
    box-shadow   : 0 1px 5px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.05) !important;
    margin-bottom: 20px !important;
    padding-left : 15px !important;
    padding-right: 15px !important;
  }
}

.wrapper-right-btn {
  align-items    : center !important;
  display        : flex !important;
  flex-wrap      : wrap !important;
  float          : none !important;
  gap            : 5px !important;
  justify-content: flex-end !important;
  margin-top     : auto !important;
  text-align     : right !important;
  width          : 100% !important;

  position    : absolute;
  bottom      : 10px;
  right       : 0;
  margin-right: 10px;
}

.filtering-section {
  background   : var(--default-white);
  border       : 1px solid #d9d9d9;
  border-radius: 8px;
  box-shadow   : 0 1px 5px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.is-mobile .gdt-breadcrumb-wrap,
.mv .gdt-breadcrumb-wrap,
.mv .law-container-breadcrumb .is-mobile .law-container-breadcrumb {
  margin-top: 130px !important;
}

.is-mobile .taxpayer-header,
.mv .taxpayer-header {
  margin: 0 !important;
}

.e-service-filter {
  background   : transparent !important;
  border       : none !important;
  border-radius: 0 !important;
  box-shadow   : none !important;
  margin-bottom: 20px !important;
  padding      : 0 !important;
}

@media screen and (min-width: 992px) {
  .tp-title {
    margin-top: 30px !important;
  }

  .gdt-card .gdt-card-header,
  .gdt-card-web .gdt-card-header-web,
  .gdt-card-web>.section-header,
  .gdt-card>.section-header {
    background: transparent !important;
  }

  .gdt-card .gdt-card-header,
  .gdt-card .gdt-section-title,
  .gdt-card .section-title,
  .gdt-card-web .gdt-card-header-web,
  .gdt-card-web .gdt-section-title-web,
  .gdt-card-web>.section-header,
  .gdt-card>.section-header {
    color: var(--default-blue) !important;
  }
}

#mobile-filter-container .filtering-section .row,
#web-filter-container .filtering-section .row {
  align-items : flex-end !important;
  margin-left : -6px !important;
  margin-right: -6px !important;
}

#mobile-filter-container .filtering-section .row>[class*=" col-"],
#mobile-filter-container .filtering-section .row>[class^="col-"],
#web-filter-container .filtering-section .row>[class*=" col-"],
#web-filter-container .filtering-section .row>[class^="col-"] {
  padding-left : 6px !important;
  padding-right: 6px !important;
}

#mobile-filter-container .filtering-section label,
#web-filter-container .filtering-section label {
  color      : #26416b !important;
  display    : block !important;
  font-size  : 12px !important;
  line-height: 1.1 !important;
  margin     : 0 0 5px 6px !important;
}

#mobile-filter-container .filtering-section .form-control,
#mobile-filter-container .filtering-section input.form-control,
#mobile-filter-container .filtering-section select.form-control,
#web-filter-container .filtering-section .form-control,
#web-filter-container .filtering-section input.form-control,
#web-filter-container .filtering-section select.form-control {
  width: 100% !important;
}

@media (min-width: 992px) {
  #web-filter-container .filtering-section .form-control {
    border-radius: 6px !important;
    height       : 36px !important;
    padding      : 6px 10px !important;
  }

  #web-filter-container .filtering-section .d-flex {
    align-items: stretch !important;
  }

  #web-filter-container .filtering-section .d-flex>.form-control {
    flex: 1 1 auto !important;
  }

  #web-filter-container .filtering-section .d-flex>.btn {
    align-items: center !important;
    display    : inline-flex !important;
    height     : 36px !important;
    margin-left: 8px !important;
    padding    : 0 14px !important;
  }
}

@media (max-width: 991.98px) {
  #mobile-filter-container .filtering-section .form-control {
    border-radius: 6px !important;
    height       : 34px !important;
    padding      : 6px 10px !important;
  }

  #mobile-filter-container .filtering-section .row>[class*=" col-"].mb-2,
  #mobile-filter-container .filtering-section .row>[class^="col-"].mb-2 {
    margin-bottom: 8px !important;
  }

  #mobile-filter-container .filtering-section .d-flex {
    align-items: stretch !important;
  }

  #mobile-filter-container .filtering-section .d-flex>.form-control {
    flex: 1 1 auto !important;
  }

  #mobile-filter-container .filtering-section .d-flex>.btn {
    align-items: center !important;
    display    : inline-flex !important;
    height     : 34px !important;
    margin-left: 8px !important;
    padding    : 0 12px !important;
  }
}

#mobile-filter-container .filtering-section .form-control:disabled,
#mobile-filter-container .filtering-section select[aria-disabled="true"],
#mobile-filter-container .filtering-section select[disabled],
#web-filter-container .filtering-section .form-control:disabled,
#web-filter-container .filtering-section select[aria-disabled="true"],
#web-filter-container .filtering-section select[disabled] {
  background-color: #efefef !important;
  border-color    : #d7dce5 !important;
  color           : #96a0b0 !important;
  cursor          : not-allowed !important;
  opacity         : 1 !important;
}

#mobile-filter-container .filtering-section select:disabled,
#web-filter-container .filtering-section select:disabled {
  -webkit-text-fill-color: #96a0b0 !important;
}

@media (max-width: 991.98px) {
  #mobile-filter-container #data-form-mobile.filtering-section .row {
    align-items : flex-end !important;
    margin-left : -6px !important;
    margin-right: -6px !important;
  }

  #mobile-filter-container #data-form-mobile.filtering-section .row>[class*=" col-"],
  #mobile-filter-container #data-form-mobile.filtering-section .row>[class^="col-"] {
    padding-left : 6px !important;
    padding-right: 6px !important;
  }

  #mobile-filter-container #data-form-mobile.filtering-section label {
    color      : #26416b !important;
    display    : block !important;
    font-size  : 12px !important;
    line-height: 1.1 !important;
    margin     : 0 0 4px 6px !important;
  }

  #mobile-filter-container #data-form-mobile.filtering-section .form-control,
  #mobile-filter-container #data-form-mobile.filtering-section input.form-control,
  #mobile-filter-container #data-form-mobile.filtering-section select.form-control {
    border-radius: 6px !important;
    height       : 34px !important;
    padding      : 6px 10px !important;
    width        : 100% !important;
  }

  #mobile-filter-container #data-form-mobile.filtering-section .d-flex {
    align-items: stretch !important;
    display    : flex !important;
    gap        : 8px !important;
  }

  #mobile-filter-container #data-form-mobile.filtering-section .d-flex>* {
    margin: 0 !important;
  }

  #mobile-filter-container #data-form-mobile.filtering-section .d-flex>.form-control {
    flex     : 1 1 auto !important;
    min-width: 0 !important;
  }

  #mobile-filter-container #data-form-mobile.filtering-section .d-flex>.btn {
    align-items    : center !important;
    display        : inline-flex !important;
    flex           : 0 0 auto !important;
    height         : 34px !important;
    justify-content: center !important;
    padding        : 0 12px !important;
  }
}

.force-padding0 {
  padding: 0 !important;
}

.force-no-background {
  background      : transparent !important;
  background-color: none !important;
}

@media (max-width: 991.98px) {

  .mobile-scope .data-mobile-card.card-event .event-icon-box,
  .mv .data-mobile-card.card-event .event-icon-box {
    --ev-w       : 96px;
    --ev-h       : 72px;
    border-radius: 8px !important;
    flex         : 0 0 var(--ev-w) !important;
    height       : var(--ev-h) !important;
    overflow     : hidden !important;
    width        : var(--ev-w) !important;
  }

  .mobile-scope .data-mobile-card.card-event .event-icon-box .lazy-wrap,
  .mv .data-mobile-card.card-event .event-icon-box .lazy-wrap {
    display: block !important;
    height : 100% !important;
    width  : 100% !important;
  }

  .mobile-scope .data-mobile-card.card-event .event-icon-box img,
  .mv .data-mobile-card.card-event .event-icon-box img {
    border-radius: 8px !important;
    display      : block !important;
    height       : 100% !important;
    margin       : 0 !important;
    object-fit   : cover !important;
    width        : 100% !important;
  }

  .mobile-scope .data-mobile-card.card-event .card-body-event .d-flex,
  .mv .data-mobile-card.card-event .card-body-event .d-flex {
    align-items: flex-start !important;
    gap        : 10px !important;
  }
}

.other-link-container {
  background                : var(--default-white);
  border                    : 1px solid #d9d9d9;
  border-radius             : 8px;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
  box-shadow                : 0 1px 5px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.05);
  padding                   : 30px 15px;
}

.other-link-container .card {
  border       : none !important;
  margin-bottom: 15px;
  margin-left  : 17px;
  padding      : 0 !important;
  width        : 100%;
}

#faq_container .links-title strong {
  margin-left: 18px !important;
}

#faq_container .links-title a {
  color      : var(--default-blue) !important;
  font-size  : 13px;
  margin-left: 5px;
}

.color-white {
  color: var(--default-white) !important;
}

.slide-padding {
  padding: 25px 25px 20px 40px !important;
}

.single-slide-container {
  margin-top: 140px !important;
  position  : relative !important;
  z-index   : 1 !important;
}

.single-slide-wrapper .row {
  align-items: stretch !important;
}

.single-slide-wrapper .slide-meta-panel {
  background   : var(--default-blue) !important;
  border-radius: var(--default-border-radius) !important;
  color        : var(--default-white) !important;
  display      : flex !important;
}

.single-slide-wrapper .slide-meta-inner {
  contain       : layout paint !important;
  display       : flex !important;
  flex          : 1 1 auto !important;
  flex-direction: column !important;
  min-height    : 400px !important;
  overflow      : hidden !important;
  padding       : 12px 12px 88px !important;
  position      : relative !important;
}

.single-slide-wrapper .slide-numbering {
  bottom   : 36px !important;
  display  : flex !important;
  flex-wrap: wrap !important;
  gap      : 6px !important;
  left     : 12px !important;
  margin   : auto 0 0 !important;
  padding  : 0 0 4px !important;
  position : absolute !important;
  right    : 12px !important;
  z-index  : 2 !important;
}

.single-slide-wrapper .slide-meta-panel .ud-card-footer {
  bottom  : 8px !important;
  margin  : 0 !important;
  padding : 0 !important;
  position: absolute !important;
  right   : 12px !important;
  z-index : 2 !important;
}

.single-slide-wrapper .current-slide-title {
  color                : var(--default-white) !important;
  /* display           : -webkit-box !important; */
  font-size            : 15px !important;
  -webkit-line-clamp   : 6 !important;
  line-clamp           : 6 !important;
  line-height          : 1.75 !important;
  margin               : 12px 0 18px !important;
  max-height           : 280px !important;
  min-height           : 280px !important;
  overflow             : hidden !important;
  padding              : 20px 28px 0 19px !important;
  -webkit-box-orient   : vertical !important;
  position             : relative !important;
  text-align           : left !important;
  text-align-last      : left !important;
  white-space          : normal !important;
  word-break           : break-word !important;
}

.single-slide-wrapper .current-slide-title.can-justify {
  text-align     : justify !important;
  text-align-last: left !important;
  text-justify   : inter-character !important;
}

.single-slide-wrapper .current-slide-title:before {
  background    : var(--default-blue) !important;
  content       : "" !important;
  height        : 100% !important;
  pointer-events: none !important;
  position      : absolute !important;
  right         : 0 !important;
  top           : 0 !important;
  width         : 22px !important;
  z-index       : 1 !important;
}

.single-slide-wrapper .current-slide-title.is-overflow:after {
  content: none !important;
  display: none !important;
}

.single-slide-wrapper .slide-index-btn {
  background   : var(--default-white) !important;
  border       : 1px solid var(--default-white) !important;
  border-radius: 50% !important;
  box-shadow   : none !important;
  color        : var(--default-blue) !important;
  cursor       : pointer !important;
  font-size    : 12px !important;
  font-weight  : 600 !important;
  height       : 25px !important;
  line-height  : 23px !important;
  outline      : none !important;
  padding      : 0 !important;
  text-align   : center !important;
  width        : 25px !important;
}

.single-slide-wrapper .slide-index-btn.active,
.single-slide-wrapper .slide-index-btn:hover {
  background  : #ff9800 !important;
  border-color: #ff9800 !important;
  color       : var(--default-blue) !important;
}

.single-slide-wrapper .slide-index-btn:active,
.single-slide-wrapper .slide-index-btn:focus {
  box-shadow: none !important;
  outline   : none !important;
}

.single-slide-wrapper .slide-card {
  height  : 100% !important;
  position: relative !important;
}

.single-slide-wrapper .slide-card .slide-card-img {
  border-radius: var(--default-border-radius) !important;
  display      : block !important;
  height       : 100% !important;
  object-fit   : cover !important;
  width        : 100% !important;
}

@media (min-width: 992px) {

  .single-slide-wrapper .col-md-4,
  .single-slide-wrapper .col-md-8 {
    display: flex !important;
  }

  .single-slide-wrapper .col-md-8>.carousel {
    flex : 1 1 auto !important;
    width: 100% !important;
  }
}

.single-slide-wrapper.is-locking .slide-numbering,
.single-slide-wrapper.is-locking .ud-card-footer {
  pointer-events: none !important;
  visibility    : hidden !important;
}

@media (max-width: 991.98px) {
  #mSlides {
    --m-img-h  : 450px;
    --m-title-h: 66px;
  }

  #mSlides .m-stage {
    height  : calc(var(--m-img-h) + var(--m-title-h) + 14px) !important;
    overflow: hidden !important;
    position: relative !important;
  }

  #mSlides .m-stage .m-slide-item {
    background     : transparent !important;
    display        : flex !important;
    flex-direction : column !important;
    inset          : 0 !important;
    justify-content: flex-start !important;
    opacity        : 0 !important;
    pointer-events : none !important;
    position       : absolute !important;
  }

  #mSlides .m-stage .m-slide-item.active {
    opacity       : 1 !important;
    pointer-events: auto !important;
    z-index       : 2 !important;
  }

  #mSlides .m-stage .m-slide-item.leaving {
    opacity: 0 !important;
    z-index: 1 !important;
  }

  #mSlides .m-stage .lazy-wrap {
    height  : auto !important;
    overflow: hidden !important;
    position: relative !important;
    width   : 100% !important;
  }

  #mSlides .m-stage .lazy-wrap--absfill {
    height: auto !important;
  }

  #mSlides .m-stage .lazy-wrap>img,
  #mSlides .m-stage .m-slide-img {
    display      : block !important;
    height       : var(--m-img-h) !important;
    margin-top   : 30px !important;
    min-height   : var(--m-img-h) !important;
    object-fit   : fill;
    position     : static !important;
    width        : 96% !important;
    margin-left  : 15px;
    border-radius: 10px;
  }

  #mSlides .m-stage .m-slide-title {
    display           : -webkit-box !important;
    font-size         : 14px !important;
    height            : var(--m-title-h) !important;
    -webkit-line-clamp: 3 !important;
    line-clamp        : 3 !important;
    line-height       : 1.65 !important;
    margin            : 10px 10px 0 !important;
    padding           : 0 10px !important;
    -webkit-box-orient: vertical !important;
    color             : #222 !important;
    overflow          : hidden !important;
    text-align        : center;
    z-index           : 0 !important;
  }

  #mSlides .m-control {
    align-items       : center !important;
    background        : hsla(0, 0%, 100%, 0.95) !important;
    border            : 1px solid var(--default-blue) !important;
    border-radius     : 50% !important;
    box-shadow        : 0 1px 4px rgba(0, 0, 0, 0.12) !important;
    color             : var(--default-blue) !important;
    cursor            : pointer !important;
    display           : flex !important;
    height            : 25px !important;
    justify-content   : center !important;
    line-height       : 1 !important;
    position          : absolute !important;
    /* top            : calc(var(--m-img-h) / 2 - 18px) !important; */
    top               : calc(var(--m-img-h) / 2 - -12px) !important;
    user-select       : none !important;
    width             : 25px !important;
    z-index           : 4 !important;
  }

  #mSlides .m-prev {
    left: 8px !important;
  }

  #mSlides .m-next {
    right: 8px !important;
  }

  #mSlides .m-control:focus {
    box-shadow: 0 0 0 2px rgba(255, 152, 0, 0.35) !important;
    outline   : none !important;
  }

  #mSlides .m-slide-numbering {
    display                   : flex !important;
    flex-wrap                 : nowrap !important;
    gap                       : 6px !important;
    justify-content           : center !important;
    padding                   : var(--pad-t) 10px var(--pad-b) !important;
    --btn                     : 28px;
    --pad-t                   : 8px;
    --pad-b                   : 12px;
    align-items               : center !important;
    min-height                : calc(var(--btn) + var(--pad-t) + var(--pad-b)) !important;
    overflow-x                : auto !important;
    overflow-y                : hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width           : none;
    margin-top                : 5px;
  }

  #mSlides .m-slide-numbering .m-slide-index-btn {
    align-items       : center !important;
    appearance        : none !important;
    -webkit-appearance: none !important;
    background        : var(--default-white) !important;
    border            : 1px solid var(--default-blue) !important;
    border-radius     : 50% !important;
    box-shadow        : none !important;
    box-sizing        : border-box !important;
    color             : var(--default-blue) !important;
    display           : inline-flex !important;
    flex              : 0 0 25px !important;
    font-size         : 13px !important;
    font-weight       : 600 !important;
    height            : 25px !important;
    justify-content   : center !important;
    line-height       : 30px !important;
    outline           : none !important;
    padding           : 0 !important;
    width             : 25px !important;
  }

  #mSlides .m-slide-numbering .m-slide-index-btn.active,
  #mSlides .m-slide-numbering .m-slide-index-btn:hover {
    background  : #ff9800 !important;
    border-color: #ff9800 !important;
    color       : var(--default-blue) !important;
  }

  #mSlides .m-slide-numbering.is-scroll {
    justify-content: flex-start !important;
  }
}

@media (max-width: 575.98px) {
  #mSlides .m-slide-numbering {
    display                   : flex;
    flex-wrap                 : nowrap !important;
    gap                       : 6px;
    justify-content           : center !important;
    margin-top                : 8px;
    overflow-x                : auto !important;
    overflow-y                : hidden !important;
    padding                   : 6px 10px 4px;
    -webkit-overflow-scrolling: touch;
    box-sizing                : border-box;
  }

  #mSlides .m-slide-numbering.is-scroll {
    justify-content: flex-start !important;
  }
}

#mSlides {
  margin-top: 107px;
}

#mSlides .m-slide-item {
  display: none !important;
}

#mSlides .m-slide-item.active {
  display: block !important;
}

@media (max-width: 575.98px) {
  #mSlides {
    --m-img-h  : 450px;
    --m-line   : 22px;
    --m-lines  : 3;
    --m-title-h: calc(var(--m-line) * var(--m-lines));
  }

  #mSlides .m-stage {
    min-height: calc(var(--m-img-h) + var(--m-title-h) + 12px);
    position  : relative;
  }

  #mSlides .m-slide-link {
    color          : inherit;
    display        : block;
    text-decoration: none;
  }

  #mSlides .m-slide-img {
    display   : block;
    height    : var(--m-img-h);
    object-fit: cover;
    width     : 100%;
  }

  #mSlides .m-slide-title {
    display           : -webkit-box;
    -webkit-line-clamp: var(--m-lines);
    line-clamp        : var(--m-lines);
    line-height       : var(--m-line);
    margin            : 8px 10px 0;
    max-height        : var(--m-title-h);
    overflow          : hidden;
    -webkit-box-orient: vertical;
  }

  #mSlides .m-slide-numbering .m-slide-index-btn {
    flex: 0 0 auto !important;
  }
}

@media (max-width: 991.98px) {
  #mSlides .m-slide-numbering::-webkit-scrollbar {
    background: transparent !important;
    height    : 0 !important;
  }
}

@media (min-width: 992px) and (hover: hover) and (pointer: fine) {
  #mSlides .m-slide-numbering {
    scrollbar-gutter: stable;
  }
}

.btn-send-comment {
  background-color: var(--default-blue) !important;
  color           : var(--default-white) !important;
}

.tree-title {
  position    : relative !important;
  cursor      : pointer !important;
  user-select : none !important;
  padding-left: 18px !important;

  line-height: 1.7 !important;
}

.tree-title:before {
  content: "\f0d7" !important;

  font-family: FontAwesome !important;
  display    : inline-block !important;
  position   : absolute !important;
  left       : 3px !important;
  top        : 10px !important;

  width: 23px !important;
  color: var(--default-blue) !important;
}

.tree-title.expanded:before {
  top : 10px !important;
  left: 5px !important;

}

.section-title-with-controls {
  position    : relative !important;
  cursor      : pointer !important;
  user-select : none !important;
  padding-left: 18px !important;
}

.section-title-with-controls:before {
  content    : "\f0d7" !important;
  font-family: FontAwesome !important;
  display    : inline-block !important;
  position   : absolute !important;
  left       : 0 !important;
  top        : 3px !important;
  width      : 10px !important;
  color      : var(--default-blue) !important;
}

.section-title-with-controls.state-expanded:before {
  top : 10px !important;
  left: 5px !important;

}

.main-tree.section-root.state-collapsed>li>.tree {
  display: block !important;

}

.main-tree.section-root.state-collapsed>li>.tree>.tree-item {
  display: none !important;

}

.tree-title,
.section-title-with-controls {
  pointer-events: auto !important;
  user-select   : none !important;
}

.exchange-rate-table-wrapper .text-center p {
  cursor: default !important;
}

.exchange-rate-table-wrapper .ex-title {
  font-weight: bold !important;
}

.exchange-rate-table-wrapper .ex-symbol {
  color      : var(--default-blue) !important;
  font-weight: bold !important;
}

.bold {
  font-weight: bold !important;
}

#faq_container .links-title strong {
  margin-left: 18px !important;
}

#faq_container .links-title a {
  color      : var(--default-blue) !important;
  font-size  : 13px !important;
  margin-left: 5px !important;
}

#faq_container .tree-title {
  position      : relative !important;
  cursor        : pointer !important;
  user-select   : none !important;
  padding-left  : 18px !important;
  line-height   : 1.7 !important;
  pointer-events: auto !important;
}

#faq_container .tree-title:before {
  content: "\f0d7" !important;

  font-family: FontAwesome !important;
  display    : inline-block !important;
  position   : absolute !important;
  left       : 0 !important;
  top        : 2px !important;
  width      : 23px !important;
  color      : var(--default-blue) !important;
}

#faq_container .tree-title.expanded:before {
  top : 10px !important;
  left: 5px !important;
}

#faq_container .section-title-with-controls {
  position      : relative !important;
  cursor        : pointer !important;
  user-select   : none !important;
  padding-left  : 18px !important;
  pointer-events: auto !important;
}

#faq_container .section-title-with-controls:before {
  content: "\f0d7" !important;

  font-family: FontAwesome !important;
  display    : inline-block !important;
  position   : absolute !important;
  left       : 0 !important;
  top        : 2px !important;
  width      : 23px !important;
  color      : var(--default-blue) !important;
}

#faq_container .section-title-with-controls.state-expanded:before {
  top : 10px !important;
  left: 5px !important;
}

#faq_container .main-tree.section-root.state-collapsed>li>.tree {
  display: block !important;

}

#faq_container .main-tree.section-root.state-collapsed>li>.tree>.tree-item {
  display: none !important;

}

.pagination-law-detail .page-link.is-loading {
  pointer-events: none;
  opacity       : 0.8;
}

.processing {
  display    : inline-flex;
  align-items: center;
  gap        : 3px;
}

.processing--btn {
  vertical-align: middle;
  line-height   : 1;
}

.processing--btn>span {
  width           : 3px;
  height          : 3px;
  border-radius   : 50%;
  display         : inline-block;
  background-color: currentColor;
  opacity         : 0.7;
}

.processing--btn>span:nth-child(1) {
  animation-delay: 0s;
}

.processing--btn>span:nth-child(2) {
  animation-delay: 0.15s;
}

.processing--btn>span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes procPulse {

  0%,
  80%,
  100% {
    opacity: 0.6;
  }

  40% {
    opacity: 1;
  }
}

.pagination-law-detail .page-link.is-loading {
  pointer-events: none;
  opacity       : 0.95;
}

.inp-src-faq {
  min-width: 250px;
  padding  : 8px 10px !important;
}

.space-bottom {
  margin-bottom             : 50px;
  border-bottom             : 1px solid var(--default-border-color);
  border-bottom-left-radius : var(--default-border-radius) !important;
  border-bottom-right-radius: var(--default-border-radius) !important;
}

.space-bottom-no-border {
  margin-bottom: 50px;
}

.survey-launcher {
  align-items  : center;
  background   : var(--default-white);
  border       : 1px solid var(--default-border-color);
  border-radius: 12px;

  bottom     : 18px;
  box-shadow : 0 6px 18px rgba(0, 0, 0, 0.18);
  color      : #fff;
  cursor     : pointer;
  display    : inline-flex;
  font-family: inherit;
  font-size  : 13px;

  font-weight: 700;
  gap        : 4px;

  height: auto;

  line-height: 1.2;
  padding    : 8px 10px;

  position       : fixed;
  left           : 18px;
  z-index        : 1000;
  text-decoration: none;
  flex-direction : column;

  justify-content: center;
  text-align     : center;
  min-width      : 70px;

}

.survey-launcher .survey-launch-icon {
  display: inline-flex;
}

.survey-launcher .survey-launch-icon img {
  height: 50px;
  width : 50px;
}

.survey-launcher .survey-launch-label {
  white-space: nowrap;
  margin-top : 5px;
}

@media (max-width: 575.98px) {
  .survey-launcher {
    height: auto;

    padding: 6px 8px;

    min-width: 60px;
  }

  .survey-launcher .survey-launch-label {
    display: block;

    font-size: 11px;
  }

  .survey-launcher .survey-launch-icon img {
    height: 22px;
    width : 22px;
  }
}

@media (max-width: 575.98px) {
  .survey-launcher {
    height : 38px;
    padding: 0 12px;
  }

  .survey-launcher .survey-launch-label {
    display: none;
  }
}

@media (max-width: 1400px) {
  .survey-launcher {
    display: none !important;
  }

}

/* @media (max-width: 992px) {
  #zendeskLauncher.zen-launch-btn--zd {
    display: none !important;
  }
} */

@media (max-width: 992px) {
  .main-menu {
    padding: 0;
  }
}

.nav-link--highlight-ctas {
  background   : linear-gradient(45deg, #1268b3, #06b6d4);
  color        : #fff !important;
  border-radius: 999px;
  padding-left : 1em !important;
  padding-right: 1em !important;
  margin       : 4px 0;
  line-height  : 1.5;
}

.nav-item.active .nav-link--highlight-ctas::after {
  display: none;
}

@keyframes chatbot-glow {
  0% {
    box-shadow: 0 0 0 0 rgba(6, 182, 212, 0.6);
  }

  70% {
    box-shadow: 0 0 0 8px rgba(6, 182, 212, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(6, 182, 212, 0);
  }
}

.hotline-badge {
  bottom: 65px !important;
}

.hotline-badge__label {
  margin-top: 9px !important;
}

a.default-blue {
  color: var(--default-blue) !important;
}

.sm-content-status-note {
  font-size : 9px;
  font-style: italic;
}

.pointer-link {
  cursor: pointer !important;
}

.event-card-title,
.ud-desc,
.media-body,
.media-body p,
.title-header {
  cursor: default !important;
}

/* hotline */
@media (max-width: 991.98px) {
  .li-hotline {
    display        : inline-flex;
    align-items    : center;
    justify-content: center;
    gap            : 5px;
    /* FORCE CENTER regardless of parent layout */
    position       : relative;
    left           : 50%;
    transform      : translateX(-50%);
    margin         : 5px 0 6px;
    padding        : 7px 15px;
    width          : fit-content;
    max-width      : calc(100% - 24px);
    border         : 1px solid rgba(255, 255, 255, 0.22) !important;
    border-radius  : 999px !important;

    color         : #fff !important;
    font-size     : 13px !important;
    font-weight   : 800 !important;
    line-height   : 1.2 !important;
    letter-spacing: 0.2px;

    box-shadow             : 0 2px 10px rgba(0, 0, 0, 0.14);
    backdrop-filter        : blur(4px);
    -webkit-backdrop-filter: blur(4px);
    cursor                 : default;
    text-align             : center;
    white-space            : nowrap;
  }

  .li-hotline span {
    display        : inline-flex;
    align-items    : center;
    justify-content: center;
    padding        : 4px 10px;
    min-width      : 52px;
    border-radius  : 999px;
    background     : rgba(255, 255, 255, 0.92);
    border         : 1px solid rgba(255, 255, 255, 0.35);
    color          : #dc3545 !important;
    font-weight    : 900 !important;
    letter-spacing : 0.6px;
    line-height    : 1 !important;
  }

  @media (max-width: 360px) {
    .li-hotline {
      white-space: normal;
      flex-wrap  : wrap;
    }
  }
}

/* hotline */

.tax-school-mb .ts-mb-media {
  aspect-ratio : 16/9;
  background   : #f7f9ff;
  border       : 1px solid #e0e0e0;
  border-radius: 8px;
  overflow     : hidden;
  position     : relative;
}

@media (max-width: 767.98px) {
  .tax-school-mb .ts-mb-media {
    aspect-ratio: 4/3;
  }
}

.tax-school-mb .ts-mb-img {
  min-height     : 0 !important;
  height         : 100% !important;
  width          : 100% !important;
  object-fit     : contain !important;
  object-position: center !important;
  background     : transparent !important;
}

#webCarousel .slide-card-img,
#webCarousel .lazy-wrap--absfill>img.slide-card-img {
  object-fit: contain !important;
}

.promo-box.ud-card .rt-line {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
  gap            : 8px;
  flex-wrap      : wrap;
  /* allow wrapping when cramped */
}

/* keep badge on one line and prevent overlap on wide cards */
.promo-box.ud-card .rt-badge {
  flex       : 0 0 auto;
  max-width  : 55%;
  /* room to coexist with the date */
  white-space: nowrap;
  /* single line on wide cards */
  text-align : right;
}

@media (max-width: 767.98px) {
  .force-top-125px {
    margin-top: 125px !important;
  }

  .margin-bottom-20px {
    margin-bottom: 20px;
  }

  .force-top-25px {
    margin-top: 25px !important;
  }

  .for-min-height-100px {
    min-height: 100px !important;
  }

  nav[aria-label="Page navigation"] .pagination-law-detail {
    overflow-x                : auto;
    overflow-y                : hidden;
    flex-wrap                 : nowrap !important;
    /* override Bootstrap wrap */
    justify-content           : flex-start !important;
    /* align from left when scrolling */
    gap                       : 6px;
    padding                   : 10px 11px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width           : auto;
    /* Firefox */
  }

  /* Optional: visible slim scrollbar */
  nav[aria-label="Page navigation"] .pagination-law-detail::-webkit-scrollbar {
    height: 6px;
  }

  nav[aria-label="Page navigation"] .pagination-law-detail::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    border-radius   : 999px;
  }

  nav[aria-label="Page navigation"] .pagination-law-detail>li.page-item {
    flex: 0 0 auto;
    /* keep items from shrinking */
  }

  nav[aria-label="Page navigation"] .pagination-law-detail .page-link {
    min-width : 40px;
    /* touch target */
    text-align: center;
  }

  .promo-box.ud-card .rt-badge {
    flex       : 1 0 100%;
    /* full width line */
    max-width  : 100%;
    white-space: normal;
    /* allow wrapping */
    text-align : center;
    margin-top : 4px;
    /* spacing below date */
  }



}

.more-feed-mobile-link {
  width     : 93%;
  height    : 25px;
  text-align: right;
}

@media (max-width: 991.98px) {
  #btnHardReload {
    position                   : fixed;
    top                        : 28px;
    right                      : 10px;
    z-index                    : 10050;
    width                      : 40px;
    height                     : 40px;
    line-height                : 40px;
    display                    : inline-flex;
    align-items                : center;
    justify-content            : center;
    border-radius              : 999px;
    color                      : #fff !important;
    cursor                     : pointer;
    -webkit-tap-highlight-color: transparent;
    font-size                  : 18px;
    cursor                     : pointer !important;
  }

  #btnHardReload .fa {
    pointer-events: none;
  }
}

/* Hide on desktop */
@media (min-width: 992px) {
  #btnHardReload {
    display: none !important;
  }
}


@media (min-width: 992px) {
  .hotline-badge {
    top: 160px !important;
  }
}

@media (min-width: 992px) {
  .hotline-badge {
    top: 160px !important;
  }
}

@media (max-width: 1200px) {
  .hotline-badge {
    top: 160px !important;
  }

  .hotline-badge__label,
  .hotline-badge__label strong,
  .hotline-badge__number {
    color: #fff !important;
  }
}

.mapouter {
  position: relative;
}

.gmap_canvas {
  position: relative;
}

#mapLoading.address-card-loading {
  position: absolute;
  inset   : 0;
  z-index : 10;

  display        : flex;
  /* always flex; don't toggle display */
  align-items    : center;
  justify-content: center;
  gap            : 8px;

  background: rgba(255, 255, 255, 0.75);
  color     : #0b3a64;

  opacity       : 0;
  visibility    : hidden;
  pointer-events: none;
  transition    : opacity .2s ease, visibility .2s ease;
}

#mapLoading.address-card-loading.is-visible {
  opacity   : 1;
  visibility: visible;
}

#wv_inp_search {
  border-radius             : 23px !important;
  border-top-right-radius   : 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* hotline */
.hotline-badge {
  position                     : fixed !important;
  right                        : max(14px, env(safe-area-inset-right)) !important;
  bottom                       : calc(max(14px, env(safe-area-inset-bottom)) + var(--hot-offset, 52px)) !important;
  display                      : inline-flex !important;
  align-items                  : center !important;
  gap                          : 6px !important;
  padding                      : 0px 10px 9px 10px !important;
  border-radius                : 999px !important;
  color                        : #fff !important;
  text-decoration              : none !important;
  z-index                      : 1000 !important;
  background                   : linear-gradient(45deg, #0083f5, #0b869b);
  /* background                : linear-gradient(45deg, #010b14, #0f4e87); */
  box-shadow                   : 0 10px 24px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .25) !important;
  backdrop-filter              : saturate(1.1) blur(6px) !important;
  -webkit-backdrop-filter      : saturate(1.1) blur(6px) !important;
}

.hotline-badge::before {
  content       : "" !important;
  position      : absolute !important;
  inset         : 2px 8px auto 8px !important;
  height        : 18px !important;
  border-radius : 999px !important;
  background    : linear-gradient(180deg, rgba(255, 255, 255, .35), rgba(255, 255, 255, 0)) !important;
  pointer-events: none !important;
}

/* parts */
.hotline-badge__icon {
  display      : inline-grid !important;
  place-items  : center !important;
  width        : 24px !important;
  height       : 24px !important;
  border-radius: 50% !important;
  background   : radial-gradient(circle at 40% 40%, #ff6b6b 0, #dc3545 55%, #b72034 100%) !important;
  box-shadow   : 0 4px 10px rgba(220, 53, 69, .30) !important;
  color        : #fff !important;
}

.hotline-badge__label,
.hotline-badge__number {
  line-height: 1 !important;
  font-weight: 800 !important;
}

.hotline-badge__label {
  font-size: 12px !important;
  opacity  : .95 !important;
}

.hotline-badge__number {
  background   : linear-gradient(180deg, rgba(255, 255, 255, .95), rgba(255, 255, 255, .85)) !important;
  color        : #dc3545 !important;
  border       : 1px solid rgba(255, 255, 255, .35) !important;
  border-radius: 999px !important;
  padding      : 3px 8px !important;
  /* reduced */
  font-size    : 14px !important;
  box-shadow   : inset 0 1px 0 rgba(255, 255, 255, .6) !important;
}

/* desktop dock */
@media (min-width: 992px) {
  .hotline-badge {
    top   : 160px !important;
    bottom: auto !important;
    right : 18px !important;
  }
}

/* tablet/mobile tweaks */
@media (max-width: 991.98px) {
  .hotline-badge {
    --hot-offset: 44px;
    gap         : 5px !important;
    padding     : 5px 9px !important;
    /* further reduced on mobile */
  }

  .hotline-badge__icon {
    width : 22px !important;
    height: 22px !important;
  }

  .hotline-badge__number {
    font-size: 12px !important;
    padding  : 3px 7px !important;
  }
}

/* tiny screens */
@media (max-width: 360px) {
  .hotline-badge {
    flex-wrap      : wrap !important;
    justify-content: center !important;
    max-width      : calc(100% - 24px) !important;
  }
}

/* interactions */
.hotline-badge:hover {
  filter: brightness(1.02) saturate(1.04) !important;
}

.hotline-badge:focus-visible {
  outline   : 2px solid transparent !important;
  box-shadow: 0 0 0 3px rgba(6, 182, 212, .35), 0 10px 24px rgba(0, 0, 0, .18) !important;
}

/* left-dock variant */
.hotline-badge.hotline-badge--left {
  right: auto !important;
  left : max(14px, env(safe-area-inset-left)) !important;
}