/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1050;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 30px;
}
.header .categoryMenu > * {
  margin: 10px 0 0 10px;
}
.header .categoryMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: calc(100% - 110px);
  margin: -10px 0 0 -10px;
}
.header .categoryMenu .link {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
  color: #333;
  text-decoration: none;
}
.header .categoryMenu .link h2 {
  font-size: 16px;
  width: max-content;
}
.header .logo {
  width: 86px;
  height: 28px;
}
.tvb-login-logout {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #f5f6f7;
  border: 0.5px solid rgba(163, 178, 188, 0.35);
  padding: 5px;
}

.tvb-header-menu {
  display: flex;
  align-items: center;
}

.tvb-header-menu h2 {
  font-size: 20px;
}

.tvb-sub-menu-item-arrow {
  width: 12px;
  height: 12px;
}
.header img {
  width: 100%;
}
.header .rowCenterContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header .rowCenterContainer .headerDateInfo > *,
.header .rowCenterContainer .headerLeft > * {
  margin: 10px 0 0 10px;
}
.header .rowCenterContainer .headerDateInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -10px 0 0;
}
.header .rowCenterContainer .headerDateInfo .currentSummary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header
  .rowCenterContainer
  .headerDateInfo
  .currentSummary
  .currentTemperature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .rowCenterContainer .headerLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: -10px 0 0 -10px;
  gap: 15px;
}
.tvb-header-menus {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
}
.header .rowCenterContainer .headerRight > * {
  margin: 10px 0 0 10px;
}
.header .rowCenterContainer .headerRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px 0 0 -10px;
}
.header .rowCenterContainer .weatherIcon {
  height: 30px;
  width: 30px;
}
.header .rowCenterContainer span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .rowCenterContainer .searchBarContainer input {
  position: relative;
  width: 100%;
  max-width: 280px;
  min-width: 280px;
  background: #f5f6f7;
  border-radius: 999px;
  border: 0.5px solid rgba(163, 178, 188, 0.35);
  padding: 0 5px 0 18px;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 0 transparent;
}
.tvb-search-botton {
  width: 44px;
  height: 32px;
  border-radius: 24px;
  background: #231f20;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  text-decoration: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
.tvb-search-botton > svg {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sortingContainer {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sortingContainer .arrow-filled-down {
  cursor: default;
  margin-left: 10px;
}
.searchBarContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 10px;
}
.searchBarContainer input:focus {
  outline: none;
  border: 1px solid #c1dffe;
  -webkit-box-shadow: 0 0 5px 0 #007aff;
  box-shadow: 0 0 5px 0 #007aff;
}
.searchBarContainer input {
  color: #333;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  min-height: 50px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.SocialIconContainer > * {
  margin: 20px 0 0 20px;
}
.SocialIconContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px 0 0 -20px !important;
}
.SocialIconContainer div {
  cursor: default;
}
.SocialIconContainer .copyContainer {
  position: relative;
}
.SocialIconContainer .socialStatus {
  height: 40px;
  width: 120px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.breadcrumbContainer > * {
  margin: 0 0 0 10px;
}
.breadcrumbContainer {
  margin: 0 0 0 -10px !important;
}
.breadcrumbContainer,
.breadcrumbContainer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbContainer h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.breadcrumbContainer .arrow {
  position: relative;
  top: 1px;
  left: 1px;
  padding: 4px;
}
.newsDetail > * {
  margin: 10px 0;
}
.newsDetail {
  width: 100%;
  max-width: 1280px;
}
.newsDetailContainer > * {
  margin: 0 0 15px;
}
.newsDetailContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 1280px;
}
.newsDetailContainer .leftContainer {
  margin-right: 20px !important;
}
.newsDetailContainer .leftContainer .newsEntryContainer > * {
  margin: 5px 0;
}
h1 {
  font-size: 48px;
}

h3 {
  font-size: 20px;
}
h5 {
  font-size: 28px;
}
.breadcrumbContainer h5 {
  font-size: 16px;
  font-weight: 400;
}
.entryCateInfo {
  font-size: 16px;
}
p {
  font-size: 20px;
}
.newsEntryContainer h1 {
  font-size: 28px;
}
input {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .header .rowCenterContainer {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .header .rowCenterContainer::-webkit-scrollbar {
    display: none;
  }
  .header .categoryMenu {
    width: 100%;
  }
  .header .categoryMenu .link {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }
  h5 {
    font-size: 20px;
  }
  .categoryMenu h2 {
    font-size: 18px;
  }
  .newsEntryContainer h1 {
    font-size: 20px;
  }
  .columnContetnContainer {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .newsDetailContainer .leftContainer {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .categoryMenu::-webkit-scrollbar {
    display: none;
  }
  .categoryMenu {
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .categoryMenu {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .searchBarContainer {
    width: 100%;
  }
  .currentSummary .currentTemperature,
  .currentSummary .weatherIcon {
    padding: 2px;
  }
  .currentSummary .dropdown-listing {
    position: absolute;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    z-index: 999;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    top: 100%;
  }
  .currentSummary .arrow-filled-down {
    cursor: default;
    margin-left: 10px;
  }
  .breadcrumbContainer a h5 {
    min-width: 32px;
  }
  #root {
    max-width: unset !important;
    min-width: unset !important;
  }
  #root .header {
    padding: 0 10px;
  }
  #root .content {
    min-width: auto;
    padding: 0 10px;
  }
  .content .leftContainer {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.columnContetnContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.arrow-filled-down {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.arrow-filled-down {
  border-top: 8px solid #000;
}
.arrow {
  border: solid #000;
  border-width: 0 1px 1px 0;
}
.arrow {
  display: inline-block;
  padding: 3px;
  margin: 0;
}
.right {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
hr {
  border: 1px solid #d8d8d8;
  width: 100%;
  margin: 20px 0;
}
.entryCateInfo > * {
  margin: 0 5px;
}
.entryCateInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #929292;
}
.entryCateInfo div:nth-child(2) {
  position: relative;
  top: 1px;
  width: 1px;
  min-height: 16px;
  max-height: 16px;
  background-color: #929292;
}
.entryCateInfo div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.searchTagContainer > * {
  margin: 10px 0 0 10px;
}
.searchTagContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px 0 20px -10px !important;
  width: 100%;
}
.searchTagContainer span {
  padding: 0 10px;
  border-radius: 4px;
  background-color: #e8e8e8;
  word-break: break-word;
  min-height: 28px;
}
.searchTagContainer span,
.searchTagContainer span a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mainContentContainer > * {
  margin: 10px 0;
}
.mainContentContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
  width: 100%;
}
.content {
  position: relative;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 1280px;
}
.content .newsEntryContainer > * {
  margin: 10px 0 20px;
}
.content .newsEntryContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px 0 0;
}
.content .newsEntryContainer .descContainer a {
  color: blue;
}
.content .newsEntryContainer .entryCateInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #929292;
}
.content .newsEntryContainer .entryCateInfo .horizontalLine {
  width: 1px;
  min-height: 16px;
  max-height: 24px;
  margin-left: 0;
  margin-right: 0;
  background-color: #929292;
}
.content .newsEntryContainer .entryCateInfo div:first-child {
  margin-left: 0;
}
.content .newsEntryContainer li:first-child {
}
.content .newsEntryContainer li {
}
.content .leftContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 73%;
  margin-right: 20px;
}
@media screen and (min-width: 1440px) {
  .wrapper {
    min-width: 1280px;
  }
}
html {
  font-size: 16px;
  font-size: 100%;
  overflow: scroll;
}
h1,
h2,
h3,
h5 {
  margin: 0;
}
a,
body {
  font-family:
    Noto Sans TC,
    Helvetica,
    sans-serif;
}
a,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #333;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
#root {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
#root,
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
}
.wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hide {
  display: none;
}
.link {
  color: #333;
  text-decoration: none;
}
.columnContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.rowContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.justifySpackBetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justifyRight {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.alignItemsEnd {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.fontGreen {
  color: #00a852 !important;
}
.backgroundGreen {
  color: #fff !important;
  background-color: #00a852 !important;
}
ul {
  margin: 0;
  padding: 0;
}
.default_img {
  width: 100%;
}
.playerContainer #video::cue {
  color: #fff;
  background: transparent;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
  font-size: 1.2em !important;
  line-height: 1.2 !important;
}
@supports (-ms-ime-align: auto) {
  .playerContainer #video::cue {
    font-size: 1.4em;
  }
}
.playerContainer #videoContainer:-webkit-full-screen {
  width: 100%;
  height: 100%;
}
.playerContainer #videoContainer:-ms-fullscreen {
  width: 100%;
  height: 100%;
}
.playerContainer #videoContainer:fullscreen {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .header .rowCenterContainer .headerRight {
    display: none !important;
  }
  .header .rowCenterContainer {
    margin: 0;
  }
}
@media screen and (max-width: 1230px) {
  #root,
  .wrapper {
    width: 100%;
  }
  #header-img {
    display: none !important;
  }
}

.descContainer p,
h2 {
  margin: 20px 0;
}

.resultsCard {
  background-color: #f7f7f7;
  border-left: 4px solid #00a852;
  border-radius: 4px;
  padding: 24px 28px;
  margin: 28px 0;
}
.resultsCard .resultsTitle {
  font-size: 22px;
  font-weight: 700;
  color: #00a852;
  margin: 0 0 18px;
  line-height: 1.4;
}
.resultsCard .resultsList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}
.resultsCard .resultsList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 14px;
  font-size: 18px;
  line-height: 1.55;
  color: #333;
}
.resultsCard .resultsDay {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #00a852;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 14px;
  border-radius: 999px;
  min-width: 64px;
  letter-spacing: 0.5px;
}
.resultsCard .resultsText {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .resultsCard {
    padding: 18px 20px;
    margin: 20px 0;
  }
  .resultsCard .resultsTitle {
    font-size: 20px;
  }
  .resultsCard .resultsList li {
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 6px;
  }
}

.expertCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-left: 4px solid #00a852;
  border-radius: 4px;
  padding: 22px 26px;
  margin: 20px 0;
}
.expertCard .expertAvatar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid #00a852;
}
.expertCard .expertContent {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.expertCard .expertName {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  line-height: 1.3;
}
.expertCard .expertRole {
  font-size: 15px;
  color: #468c46;
  font-weight: 500;
  margin-top: 4px;
}
.expertCard .expertQuote {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin: 12px 0 0;
  padding-left: 14px;
  border-left: 3px solid #d8d8d8;
}
@media screen and (max-width: 1024px) {
  .expertCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 18px 20px;
    gap: 14px;
  }
  .expertCard .expertAvatar {
    width: 72px;
    height: 72px;
  }
  .expertCard .expertQuote {
    font-size: 16px;
    text-align: left;
    padding-left: 12px;
  }
}

.registrationCard {
  background-color: #fff;
  border: 2px solid #00a852;
  border-radius: 6px;
  padding: 28px 32px;
  margin: 28px 0;
  -webkit-box-shadow: 0 4px 16px rgba(0, 168, 82, 0.08);
  box-shadow: 0 4px 16px rgba(0, 168, 82, 0.08);
}
.registrationCard .registrationTitle {
  font-size: 24px;
  font-weight: 700;
  color: #00a852;
  margin: 0 0 22px;
  line-height: 1.3;
}
.registrationCard .registrationSteps {
  list-style: none;
  counter-reset: registrationStep;
  padding: 0;
  margin: 0 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.registrationCard .registrationSteps li {
  counter-increment: registrationStep;
  position: relative;
  padding: 12px 16px 12px 56px;
  font-size: 18px;
  line-height: 1.55;
  color: #333;
  background-color: #f7f7f7;
  border-radius: 4px;
}
.registrationCard .registrationSteps li::before {
  content: counter(registrationStep);
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #00a852;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 50%;
}
.registrationCard .registrationSteps .stepImportant {
  background-color: #fff7e6;
  border: 1px solid #f0c674;
  font-weight: 500;
}
.registrationCard .registrationSteps .stepImportant::before {
  background-color: #d9534f;
}
.registrationCard .registrationSteps .stepBadge {
  display: inline-block;
  background-color: #d9534f;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 2px 10px;
  border-radius: 3px;
  margin-right: 8px;
  vertical-align: 2px;
}
.registrationCard .registrationDeadline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  color: #6b6b6b;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 0 4px;
  border-top: 1px dashed #d8d8d8;
}
.registrationCard .registrationDeadline::before {
  content: "⏰";
  font-size: 16px;
  position: relative;
  top: 1px;
}
.registrationCard .registrationDeadline #registrationDeadline {
  font-size: 18px;
  font-weight: 700;
  color: #d9534f;
  letter-spacing: 0.3px;
}
.registrationCard .ctaButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  background: -o-linear-gradient(315deg, #00c563, #00a852 55%, #008a44);
  background: linear-gradient(135deg, #00c563, #00a852 55%, #008a44);
  background-size: 200% 200%;
  color: #fff !important;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  padding: 18px 36px;
  border-radius: 8px;
  margin-top: 18px;
  letter-spacing: 1.5px;
  position: relative;
  overflow: hidden;
  -webkit-animation:
    ctaPulse 1.8s ease-in-out infinite,
    ctaGradient 6s ease infinite;
  animation:
    ctaPulse 1.8s ease-in-out infinite,
    ctaGradient 6s ease infinite;
  -webkit-transition:
    -webkit-transform 0.2s ease,
    -webkit-box-shadow 0.2s ease;
  transition:
    -webkit-transform 0.2s ease,
    -webkit-box-shadow 0.2s ease;
  -o-transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    -webkit-transform 0.2s ease,
    -webkit-box-shadow 0.2s ease;
}
.registrationCard .ctaButton::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(
    330deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-animation: ctaShimmer 2.6s ease-in-out infinite;
  animation: ctaShimmer 2.6s ease-in-out infinite;
}
.registrationCard .ctaButton:hover {
  -webkit-transform: translateY(-2px) scale(1.02);
  -ms-transform: translateY(-2px) scale(1.02);
  transform: translateY(-2px) scale(1.02);
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-box-shadow: 0 10px 24px rgba(0, 168, 82, 0.35);
  box-shadow: 0 10px 24px rgba(0, 168, 82, 0.35);
}
.registrationCard .ctaButton:active {
  -webkit-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
.registrationCard .ctaButton .ctaArrow {
  font-size: 26px;
  display: inline-block;
  -webkit-animation: ctaArrow 1.4s ease-in-out infinite;
  animation: ctaArrow 1.4s ease-in-out infinite;
}
@-webkit-keyframes ctaPulse {
  0%,
  100% {
    -webkit-box-shadow:
      0 0 0 0 rgba(0, 168, 82, 0.6),
      0 4px 12px rgba(0, 168, 82, 0.25);
    box-shadow:
      0 0 0 0 rgba(0, 168, 82, 0.6),
      0 4px 12px rgba(0, 168, 82, 0.25);
  }
  50% {
    -webkit-box-shadow:
      0 0 0 16px rgba(0, 168, 82, 0),
      0 4px 12px rgba(0, 168, 82, 0.25);
    box-shadow:
      0 0 0 16px rgba(0, 168, 82, 0),
      0 4px 12px rgba(0, 168, 82, 0.25);
  }
}
@keyframes ctaPulse {
  0%,
  100% {
    -webkit-box-shadow:
      0 0 0 0 rgba(0, 168, 82, 0.6),
      0 4px 12px rgba(0, 168, 82, 0.25);
    box-shadow:
      0 0 0 0 rgba(0, 168, 82, 0.6),
      0 4px 12px rgba(0, 168, 82, 0.25);
  }
  50% {
    -webkit-box-shadow:
      0 0 0 16px rgba(0, 168, 82, 0),
      0 4px 12px rgba(0, 168, 82, 0.25);
    box-shadow:
      0 0 0 16px rgba(0, 168, 82, 0),
      0 4px 12px rgba(0, 168, 82, 0.25);
  }
}
@-webkit-keyframes ctaGradient {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes ctaGradient {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@-webkit-keyframes ctaShimmer {
  0% {
    left: -75%;
  }
  60%,
  100% {
    left: 125%;
  }
}
@keyframes ctaShimmer {
  0% {
    left: -75%;
  }
  60%,
  100% {
    left: 125%;
  }
}
@-webkit-keyframes ctaArrow {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
@keyframes ctaArrow {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .registrationCard .ctaButton,
  .registrationCard .ctaButton::before,
  .registrationCard .ctaButton .ctaArrow {
    -webkit-animation: none;
    animation: none;
  }
}
.finalQuote {
  font-size: 19px;
  line-height: 1.7;
  color: #333;
  background-color: #f7f7f7;
  border-left: 4px solid #d9534f;
  padding: 20px 24px;
  margin: 24px 0;
  border-radius: 0 4px 4px 0;
  font-style: italic;
}
@media screen and (max-width: 1024px) {
  .registrationCard {
    padding: 20px 18px;
  }
  .registrationCard .registrationTitle {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .registrationCard .registrationSteps li {
    font-size: 16px;
    padding: 10px 12px 10px 48px;
  }
  .registrationCard .registrationSteps li::before {
    left: 10px;
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
  .registrationCard .registrationDeadline {
    font-size: 14px;
    padding: 12px 0 4px;
  }
  .registrationCard .registrationDeadline #registrationDeadline {
    font-size: 16px;
  }
  .registrationCard .ctaButton {
    font-size: 18px;
    padding: 16px 22px;
    letter-spacing: 1px;
  }
  .registrationCard .ctaButton .ctaArrow {
    font-size: 22px;
  }
  .finalQuote {
    font-size: 16px;
    padding: 16px 18px;
  }
}

.commentsSection {
  margin: 36px 0 0;
  border-top: 2px solid #e8e8e8;
  padding-top: 24px;
}
.commentsSection .commentsTitle {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.commentsSection .commentsTitle::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 22px;
  background-color: #00a852;
  border-radius: 2px;
}
.commentItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.commentItem:last-child {
  border-bottom: none;
}
.commentItem .commentAvatar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #f0f0f0;
}
.commentItem .commentBody {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.commentItem .commentHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 6px;
}
.commentItem .commentName {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.commentItem .commentTime {
  font-size: 13px;
  color: #929292;
}
.commentItem .commentText {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}
.commentItem .commentAttachment {
  display: block;
  max-width: 360px;
  width: 100%;
  margin: 12px 0 4px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
}
.commentItem .commentActions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  margin-top: 10px;
}
.commentItem .commentAction {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 500;
  color: #6b6b6b;
  cursor: default;
  text-decoration: none;
  font-family: inherit;
  -webkit-transition:
    color 0.18s ease,
    -webkit-transform 0.18s ease;
  transition:
    color 0.18s ease,
    -webkit-transform 0.18s ease;
  -o-transition:
    color 0.18s ease,
    transform 0.18s ease;
  transition:
    color 0.18s ease,
    transform 0.18s ease;
  transition:
    color 0.18s ease,
    transform 0.18s ease,
    -webkit-transform 0.18s ease;
}
.commentItem .commentAction svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition:
    fill 0.18s ease,
    stroke 0.18s ease,
    -webkit-transform 0.18s ease;
  transition:
    fill 0.18s ease,
    stroke 0.18s ease,
    -webkit-transform 0.18s ease;
  -o-transition:
    fill 0.18s ease,
    stroke 0.18s ease,
    transform 0.18s ease;
  transition:
    fill 0.18s ease,
    stroke 0.18s ease,
    transform 0.18s ease;
  transition:
    fill 0.18s ease,
    stroke 0.18s ease,
    transform 0.18s ease,
    -webkit-transform 0.18s ease;
}
.commentItem .commentAction:hover {
  color: #00a852;
}
@media screen and (max-width: 1024px) {
  .commentsSection {
    margin-top: 28px;
    padding-top: 18px;
  }
  .commentsSection .commentsTitle {
    font-size: 20px;
  }
  .commentItem {
    gap: 10px;
    padding: 14px 0;
  }
  .commentItem .commentAvatar {
    width: 40px;
    height: 40px;
  }
  .commentItem .commentText {
    font-size: 15px;
  }
  .commentItem .commentActions {
    gap: 14px;
  }
  .commentItem .commentAction span:not(.likeCount) {
    display: none;
  }
  .commentItem .commentAttachment {
    max-width: 250px;
  }
}

/* =========================
   HEADER RESPONSIVE
   ========================= */
.tvb-search-botton.mb {
  display: none !important;
}

@media screen and (max-width: 1210px) {
  .header {
    padding: 0 10px;
  }

  .header .rowCenterContainer {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 10px 0;
    overflow: visible;
  }

  /* Левая часть: логотип + меню */
  .header .rowCenterContainer .headerLeft {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    gap: 10px;
  }

  /* Навигация */
  .tvb-header-menus {
    display: flex;
    align-items: center;
    gap: 15px;

    width: 100%;
    max-width: 100%;

    overflow-x: auto;
    overflow-y: hidden;

    flex-wrap: nowrap;
    white-space: nowrap;

    scrollbar-width: none;
    -ms-overflow-style: none;

    padding-bottom: 2px;
  }

  .tvb-header-menus::-webkit-scrollbar {
    display: none;
  }

  .tvb-header-menu {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .tvb-header-menu-text {
    white-space: nowrap;
  }

  /* Правая часть остаётся видимой */
  .header .rowCenterContainer .headerRight {
    display: flex !important;
    align-items: center;

    position: absolute;
    top: 0;
    right: 0;

    margin: 0;
  }

  .header .rowCenterContainer .headerRight > * {
    margin: 0 0 0 10px;
  }

  /* Чтобы логотип не залезал под поиск */
  .header .rowCenterContainer .headerLeft > .link {
    padding-right: 100px;
  }

  /* Поле поиска */
  .searchBarContainer {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .header .rowCenterContainer .searchBarContainer input {
    width: 280px;
    min-width: 280px;
  }

  .tvb-header-menu-text {
    margin: 0 !important;
  }
}

/* =========================
   <= 768px
   ========================= */

@media screen and (max-width: 768px) {
  .tvb-search-botton.ds {
    display: none !important;
  }
  .tvb-search-botton.mb {
    display: flex !important;
  }
  /* Поле поиска полностью убираем */
  .header .rowCenterContainer .searchBarContainer input {
    display: none;
  }

  .searchBarContainer > div {
    width: 44px;
    height: 40px;
  }

  /* Лупа */
  .tvb-search-botton {
    position: static;
    width: 32px;
    height: 32px;
    background: transparent;
  }

  .tvb-search-botton > svg {
    width: 32px;
    height: 32px;
  }

  /* Аккаунт */
  .tvb-login-logout {
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
  }

  /* Навигация занимает всю ширину */
  .tvb-header-menus {
    width: 100%;
  }

  /* Немного уменьшаем расстояние */
  .tvb-header-menus {
    gap: 14px;
  }
}

/* FOOTER */

.footer {
  background: #fff;
  border-top: 8px solid;
  -webkit-border-image: -webkit-linear-gradient(
      left,
      #00adee 0,
      #00adee 33.33%,
      #50b748 33.33%,
      #50b748 66.666%,
      #ec1d24 66.666%,
      #ec1d24 100%
    )
    30 / 1 / 0 stretch;

  border-image: linear-gradient(
      to right,
      #00adee 0,
      #00adee 33.33%,
      #50b748 33.33%,
      #50b748 66.666%,
      #ec1d24 66.666%,
      #ec1d24 100%
    )
    30 / 1 / 0 stretch;
}

.footer__container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 44px 56px;
  box-sizing: border-box;
}

.footer__items {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 0;
  padding-bottom: 44px;
  border-bottom: 0.5px solid #d9dddf;
}

.footer__item--arrow {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.footer__item {
  flex: 0 1 160px;
  min-width: 0;
}

.footer__item--title {
  display: block;
  width: fit-content;
  max-width: 200px;
  height: auto;
  color: #231f20;
  font-family: "PingFang TC", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.5px;
  position: relative;
}

.footer__item--title__el {
  margin: 0;
  font-size: 18px;
  font-weight: normal !important;
}

.footer__item--links {
  padding-top: 8px;
}

.footer__item--link {
  display: block;
  height: auto;
  max-width: 200px;
  margin-top: 12px;
  color: #555;
  font-family: "PingFang TC", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.footer__item--link__text {
  margin: 0;
  font-size: 16px;
  font-weight: normal !important;
}

.tvb-footer_copyright-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.3px;
  margin-top: 12px;
  color: #818d95;
}

.footer__social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 44px;
}

.footer__logo {
  width: 100%;
  max-width: 100px;
}

.partner__img {
  width: 44px;
  height: 44px;
}

.social__icon {
  width: 28px;
  height: 28px;
}

.partners__links a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social__links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.partners__title {
  display: none;
  color: #818d95;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.3px;
  margin-bottom: 18px;
}

/* ========================================
   1440px
   ======================================== */

@media (max-width: 1440px) {
  .footer__container {
    padding: 44px 40px;
  }

  .footer__items {
    column-gap: 60px;
  }
}

/* ========================================
   TABLET
   ======================================== */

@media (max-width: 1024px) {
  .footer__container {
    padding: 40px 32px;
  }

  .footer__items {
    column-gap: 40px;
    row-gap: 32px;
  }

  .footer__item {
    flex-basis: 150px;
  }

  .footer__social {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
  }

  .partners__links {
    order: 1;
  }

  .social__box {
    order: 2;
  }

  .copy__right {
    order: 3;
  }

  .social__box,
  .partners__links {
    width: 100%;
    border-bottom: 0.5px solid #d9dddf;
    padding-bottom: 32px;
  }

  .partners__title {
    display: block;
  }
}

/* ========================================
   MOBILE / 768px
   ======================================== */

@media (max-width: 768px) {
  .social__box,
  .partners__links {
    padding-bottom: 20px;
  }

  .footer__social {
    padding-top: 20px;
  }

  .footer__item--arrow {
    display: block;
  }

  .footer__container {
    padding: 32px 24px;
  }

  .footer__items {
    display: flex;
    flex-direction: column;
    gap: 0;

    padding-bottom: 0;
  }

  .footer__item {
    width: 100%;
    flex: none;

    border-bottom: 1px solid #d9dddf;
  }

  .footer__item--header {
    width: 100%;
  }

  .footer__item--title {
    width: 100%;
    max-width: none;

    padding: 16px 0;

    font-size: 18px;
    line-height: 26px;
  }

  .footer__item--title__el {
    font-size: 18px;
  }

  /* Скрываем ссылки на мобильном */
  .footer__item--links {
    display: none;
  }
}
