﻿@import url(iconfont.css);
.el-message-box, .el-popup-parent--hidden {
  overflow: hidden
}
.v-modal-enter {
  -webkit-animation: v-modal-in .2s ease;
  animation: v-modal-in .2s ease
}
.v-modal-leave {
  -webkit-animation: v-modal-out .2s ease forwards;
  animation: v-modal-out .2s ease forwards
}
@-webkit-keyframes v-modal-in {
  0% {
    opacity: 0
  }
}
@keyframes v-modal-in {
  0% {
    opacity: 0
  }
}
@-webkit-keyframes v-modal-out {
  to {
    opacity: 0
  }
}
@keyframes v-modal-out {
  to {
    opacity: 0
  }
}
.v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background: #000
}
.el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  transition: .1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px
}
.el-button + .el-button {
  margin-left: 10px
}
.el-button:focus, .el-button:hover {
  color: #409eff;
  border-color: #c6e2ff;
  background-color: #ecf5ff
}
.el-button:active {
  color: #3a8ee6;
  border-color: #3a8ee6;
  outline: 0
}
.el-button::-moz-focus-inner {
  border: 0
}
.el-button [class*=el-icon-] + span {
  margin-left: 5px
}
.el-button.is-plain:focus, .el-button.is-plain:hover {
  background: #fff;
  border-color: #409eff;
  color: #409eff
}
.el-button.is-active, .el-button.is-plain:active {
  color: #3a8ee6;
  border-color: #3a8ee6
}
.el-button.is-plain:active {
  background: #fff;
  outline: 0
}
.el-button.is-disabled, .el-button.is-disabled:focus, .el-button.is-disabled:hover {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background-color: #fff;
  border-color: #ebeef5
}
.el-button.is-disabled.el-button--text {
  background-color: transparent
}
.el-button.is-disabled.is-plain, .el-button.is-disabled.is-plain:focus, .el-button.is-disabled.is-plain:hover {
  background-color: #fff;
  border-color: #ebeef5;
  color: #c0c4cc
}
.el-button.is-loading {
  position: relative;
  pointer-events: none
}
.el-button.is-loading:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  background-color: hsla(0, 0%, 100%, .35)
}
.el-button.is-round {
  border-radius: 20px;
  padding: 12px 23px
}
.el-button.is-circle {
  border-radius: 50%;
  padding: 12px
}
.el-button--primary {
  color: #fff;
  background-color: #409eff;
  border-color: #409eff
}
.el-button--primary:focus, .el-button--primary:hover {
  background: #66b1ff;
  border-color: #66b1ff;
  color: #fff
}
.el-button--primary.is-active, .el-button--primary:active {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #fff
}
.el-button--primary:active {
  outline: 0
}
.el-button--primary.is-disabled, .el-button--primary.is-disabled:active, .el-button--primary.is-disabled:focus, .el-button--primary.is-disabled:hover {
  color: #fff;
  background-color: #a0cfff;
  border-color: #a0cfff
}
.el-button--primary.is-plain {
  color: #409eff;
  background: #ecf5ff;
  border-color: #b3d8ff
}
.el-button--primary.is-plain:focus, .el-button--primary.is-plain:hover {
  background: #409eff;
  border-color: #409eff;
  color: #fff
}
.el-button--primary.is-plain:active {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #fff;
  outline: 0
}
.el-button--primary.is-plain.is-disabled, .el-button--primary.is-plain.is-disabled:active, .el-button--primary.is-plain.is-disabled:focus, .el-button--primary.is-plain.is-disabled:hover {
  color: #8cc5ff;
  background-color: #ecf5ff;
  border-color: #d9ecff
}
.el-button--success {
  color: #fff;
  background-color: #67c23a;
  border-color: #67c23a
}
.el-button--success:focus, .el-button--success:hover {
  background: #85ce61;
  border-color: #85ce61;
  color: #fff
}
.el-button--success.is-active, .el-button--success:active {
  background: #5daf34;
  border-color: #5daf34;
  color: #fff
}
.el-button--success:active {
  outline: 0
}
.el-button--success.is-disabled, .el-button--success.is-disabled:active, .el-button--success.is-disabled:focus, .el-button--success.is-disabled:hover {
  color: #fff;
  background-color: #b3e19d;
  border-color: #b3e19d
}
.el-button--success.is-plain {
  color: #67c23a;
  background: #f0f9eb;
  border-color: #c2e7b0
}
.el-button--success.is-plain:focus, .el-button--success.is-plain:hover {
  background: #67c23a;
  border-color: #67c23a;
  color: #fff
}
.el-button--success.is-plain:active {
  background: #5daf34;
  border-color: #5daf34;
  color: #fff;
  outline: 0
}
.el-button--success.is-plain.is-disabled, .el-button--success.is-plain.is-disabled:active, .el-button--success.is-plain.is-disabled:focus, .el-button--success.is-plain.is-disabled:hover {
  color: #a4da89;
  background-color: #f0f9eb;
  border-color: #e1f3d8
}
.el-button--warning {
  color: #fff;
  background-color: #e6a23c;
  border-color: #e6a23c
}
.el-button--warning:focus, .el-button--warning:hover {
  background: #ebb563;
  border-color: #ebb563;
  color: #fff
}
.el-button--warning.is-active, .el-button--warning:active {
  background: #cf9236;
  border-color: #cf9236;
  color: #fff
}
.el-button--warning:active {
  outline: 0
}
.el-button--warning.is-disabled, .el-button--warning.is-disabled:active, .el-button--warning.is-disabled:focus, .el-button--warning.is-disabled:hover {
  color: #fff;
  background-color: #f3d19e;
  border-color: #f3d19e
}
.el-button--warning.is-plain {
  color: #e6a23c;
  background: #fdf6ec;
  border-color: #f5dab1
}
.el-button--warning.is-plain:focus, .el-button--warning.is-plain:hover {
  background: #e6a23c;
  border-color: #e6a23c;
  color: #fff
}
.el-button--warning.is-plain:active {
  background: #cf9236;
  border-color: #cf9236;
  color: #fff;
  outline: 0
}
.el-button--warning.is-plain.is-disabled, .el-button--warning.is-plain.is-disabled:active, .el-button--warning.is-plain.is-disabled:focus, .el-button--warning.is-plain.is-disabled:hover {
  color: #f0c78a;
  background-color: #fdf6ec;
  border-color: #faecd8
}
.el-button--danger {
  color: #fff;
  background-color: #f56c6c;
  border-color: #f56c6c
}
.el-button--danger:focus, .el-button--danger:hover {
  background: #f78989;
  border-color: #f78989;
  color: #fff
}
.el-button--danger.is-active, .el-button--danger:active {
  background: #dd6161;
  border-color: #dd6161;
  color: #fff
}
.el-button--danger:active {
  outline: 0
}
.el-button--danger.is-disabled, .el-button--danger.is-disabled:active, .el-button--danger.is-disabled:focus, .el-button--danger.is-disabled:hover {
  color: #fff;
  background-color: #fab6b6;
  border-color: #fab6b6
}
.el-button--danger.is-plain {
  color: #f56c6c;
  background: #fef0f0;
  border-color: #fbc4c4
}
.el-button--danger.is-plain:focus, .el-button--danger.is-plain:hover {
  background: #f56c6c;
  border-color: #f56c6c;
  color: #fff
}
.el-button--danger.is-plain:active {
  background: #dd6161;
  border-color: #dd6161;
  color: #fff;
  outline: 0
}
.el-button--danger.is-plain.is-disabled, .el-button--danger.is-plain.is-disabled:active, .el-button--danger.is-plain.is-disabled:focus, .el-button--danger.is-plain.is-disabled:hover {
  color: #f9a7a7;
  background-color: #fef0f0;
  border-color: #fde2e2
}
.el-button--info {
  color: #fff;
  background-color: #909399;
  border-color: #909399
}
.el-button--info:focus, .el-button--info:hover {
  background: #a6a9ad;
  border-color: #a6a9ad;
  color: #fff
}
.el-button--info.is-active, .el-button--info:active {
  background: #82848a;
  border-color: #82848a;
  color: #fff
}
.el-button--info:active {
  outline: 0
}
.el-button--info.is-disabled, .el-button--info.is-disabled:active, .el-button--info.is-disabled:focus, .el-button--info.is-disabled:hover {
  color: #fff;
  background-color: #c8c9cc;
  border-color: #c8c9cc
}
.el-button--info.is-plain {
  color: #909399;
  background: #f4f4f5;
  border-color: #d3d4d6
}
.el-button--info.is-plain:focus, .el-button--info.is-plain:hover {
  background: #909399;
  border-color: #909399;
  color: #fff
}
.el-button--info.is-plain:active {
  background: #82848a;
  border-color: #82848a;
  color: #fff;
  outline: 0
}
.el-button--info.is-plain.is-disabled, .el-button--info.is-plain.is-disabled:active, .el-button--info.is-plain.is-disabled:focus, .el-button--info.is-plain.is-disabled:hover {
  color: #bcbec2;
  background-color: #f4f4f5;
  border-color: #e9e9eb
}
.el-button--medium {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 4px
}
.el-button--mini, .el-button--small {
  font-size: 12px;
  border-radius: 3px
}
.el-button--medium.is-round {
  padding: 10px 20px
}
.el-button--medium.is-circle {
  padding: 10px
}
.el-button--small, .el-button--small.is-round {
  padding: 9px 15px
}
.el-button--small.is-circle {
  padding: 9px
}
.el-button--mini, .el-button--mini.is-round {
  padding: 7px 15px
}
.el-button--mini.is-circle {
  padding: 7px
}
.el-button--text {
  border-color: transparent;
  color: #409eff;
  background: 0 0;
  padding-left: 0;
  padding-right: 0
}
.el-button--text:focus, .el-button--text:hover {
  color: #66b1ff;
  border-color: transparent;
  background-color: transparent
}
.el-button--text:active {
  color: #3a8ee6;
  background-color: transparent
}
.el-button--text.is-disabled, .el-button--text.is-disabled:focus, .el-button--text.is-disabled:hover, .el-button--text:active {
  border-color: transparent
}
.el-button-group .el-button--danger:last-child, .el-button-group .el-button--danger:not(:first-child):not(:last-child), .el-button-group .el-button--info:last-child, .el-button-group .el-button--info:not(:first-child):not(:last-child), .el-button-group .el-button--primary:last-child, .el-button-group .el-button--primary:not(:first-child):not(:last-child), .el-button-group .el-button--success:last-child, .el-button-group .el-button--success:not(:first-child):not(:last-child), .el-button-group .el-button--warning:last-child, .el-button-group .el-button--warning:not(:first-child):not(:last-child), .el-button-group > .el-dropdown > .el-button {
  border-left-color: hsla(0, 0%, 100%, .5)
}
.el-button-group .el-button--danger:first-child, .el-button-group .el-button--danger:not(:first-child):not(:last-child), .el-button-group .el-button--info:first-child, .el-button-group .el-button--info:not(:first-child):not(:last-child), .el-button-group .el-button--primary:first-child, .el-button-group .el-button--primary:not(:first-child):not(:last-child), .el-button-group .el-button--success:first-child, .el-button-group .el-button--success:not(:first-child):not(:last-child), .el-button-group .el-button--warning:first-child, .el-button-group .el-button--warning:not(:first-child):not(:last-child) {
  border-right-color: hsla(0, 0%, 100%, .5)
}
.el-button-group {
  display: inline-block;
  vertical-align: middle
}
.el-button-group:after, .el-button-group:before {
  display: table;
  content: ""
}
.el-button-group:after {
  clear: both
}
.el-button-group > .el-button {
  float: left;
  position: relative
}
.el-button-group > .el-button + .el-button {
  margin-left: 0
}
.el-button-group > .el-button.is-disabled {
  z-index: 1
}
.el-button-group > .el-button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.el-button-group > .el-button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.el-button-group > .el-button:first-child:last-child, .el-input__inner {
  border-radius: 4px
}
.el-button-group > .el-button:first-child:last-child.is-round {
  border-radius: 20px
}
.el-button-group > .el-button:first-child:last-child.is-circle {
  border-radius: 50%
}
.el-button-group > .el-button:not(:first-child):not(:last-child) {
  border-radius: 0
}
.el-button-group > .el-button:not(:last-child) {
  margin-right: -1px
}
.el-button-group > .el-button.is-active, .el-button-group > .el-button:not(.is-disabled):active, .el-button-group > .el-button:not(.is-disabled):focus, .el-button-group > .el-button:not(.is-disabled):hover {
  z-index: 1
}
.el-button-group > .el-dropdown > .el-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.el-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  font-size: 14px
}
.el-textarea__inner {
  display: block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  color: #606266;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  transition: border-color .2s cubic-bezier(.645, .045, .355, 1)
}
.el-textarea__inner:-ms-input-placeholder {
  color: #c0c4cc
}
.el-textarea__inner::-moz-placeholder {
  color: #c0c4cc
}
.el-textarea__inner::placeholder {
  color: #c0c4cc
}
.el-textarea__inner:hover {
  border-color: #c0c4cc
}
.el-textarea__inner:focus {
  outline: 0;
  border-color: #409eff
}
.el-textarea .el-input__count {
  color: #909399;
  background: #fff;
  position: absolute;
  font-size: 12px;
  bottom: 5px;
  right: 10px
}
.el-textarea.is-disabled .el-textarea__inner {
  background-color: #f5f7fa;
  border-color: #e4e7ed;
  color: #c0c4cc;
  cursor: not-allowed
}
.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder {
  color: #c0c4cc
}
.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder {
  color: #c0c4cc
}
.el-textarea.is-disabled .el-textarea__inner::placeholder {
  color: #c0c4cc
}
.el-textarea.is-exceed .el-textarea__inner {
  border-color: #f56c6c
}
.el-textarea.is-exceed .el-input__count {
  color: #f56c6c
}
.el-input {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 100%
}
.el-input::-webkit-scrollbar {
  z-index: 11;
  width: 6px
}
.el-input::-webkit-scrollbar:horizontal {
  height: 6px
}
.el-input::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 6px;
  background: #b4bccc
}
.el-input::-webkit-scrollbar-corner, .el-input::-webkit-scrollbar-track {
  background: #fff
}
.el-input::-webkit-scrollbar-track-piece {
  background: #fff;
  width: 6px
}
.el-input .el-input__clear {
  color: #c0c4cc;
  font-size: 14px;
  cursor: pointer;
  transition: color .2s cubic-bezier(.645, .045, .355, 1)
}
.el-input .el-input__clear:hover {
  color: #909399
}
.el-input .el-input__count {
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: #909399;
  font-size: 12px
}
.el-input .el-input__count .el-input__count-inner {
  background: #fff;
  line-height: normal;
  display: inline-block;
  padding: 0 5px
}
.el-input__inner {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
  width: 100%
}
.el-input__prefix, .el-input__suffix {
  position: absolute;
  -webkit-transition: all .3s;
  text-align: center;
  height: 100%;
  color: #c0c4cc;
  top: 0
}
.el-input__inner::-ms-reveal {
  display: none
}
.el-input__inner:-ms-input-placeholder {
  color: #c0c4cc
}
.el-input__inner::-moz-placeholder {
  color: #c0c4cc
}
.el-input__inner::placeholder {
  color: #c0c4cc
}
.el-input__inner:hover {
  border-color: #c0c4cc
}
.el-input.is-active .el-input__inner, .el-input__inner:focus {
  border-color: #409eff;
  outline: 0
}
.el-input__suffix {
  right: 5px;
  transition: all .3s;
  pointer-events: none
}
.el-input__suffix-inner {
  pointer-events: all
}
.el-input__prefix {
  left: 5px;
  transition: all .3s
}
.el-input__icon {
  height: 100%;
  width: 25px;
  text-align: center;
  transition: all .3s;
  line-height: 40px
}
.el-input__icon:after {
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle
}
.el-input__validateIcon {
  pointer-events: none
}
.el-input.is-disabled .el-input__inner {
  background-color: #f5f7fa;
  border-color: #e4e7ed;
  color: #c0c4cc;
  cursor: not-allowed
}
.el-input.is-disabled .el-input__inner:-ms-input-placeholder {
  color: #c0c4cc
}
.el-input.is-disabled .el-input__inner::-moz-placeholder {
  color: #c0c4cc
}
.el-input.is-disabled .el-input__inner::placeholder {
  color: #c0c4cc
}
.el-input.is-disabled .el-input__icon {
  cursor: not-allowed
}
.el-input.is-exceed .el-input__inner {
  border-color: #f56c6c
}
.el-input.is-exceed .el-input__suffix .el-input__count {
  color: #f56c6c
}
.el-input--suffix .el-input__inner {
  padding-right: 30px
}
.el-input--prefix .el-input__inner {
  padding-left: 30px
}
.el-input--medium {
  font-size: 14px
}
.el-input--medium .el-input__inner {
  height: 36px;
  line-height: 36px
}
.el-input--medium .el-input__icon {
  line-height: 36px
}
.el-input--small {
  font-size: 13px
}
.el-input--small .el-input__inner {
  height: 32px;
  line-height: 32px
}
.el-input--small .el-input__icon {
  line-height: 32px
}
.el-input--mini {
  font-size: 12px
}
.el-input--mini .el-input__inner {
  height: 28px;
  line-height: 28px
}
.el-input--mini .el-input__icon {
  line-height: 28px
}
.el-input-group {
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0
}
.el-input-group > .el-input__inner {
  vertical-align: middle;
  display: table-cell
}
.el-input-group__append, .el-input-group__prepend {
  background-color: #f5f7fa;
  color: #909399;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  padding: 0 20px;
  width: 1px;
  white-space: nowrap
}
.el-input-group--prepend .el-input__inner, .el-input-group__append {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.el-input-group--append .el-input__inner, .el-input-group__prepend {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.el-input-group__append:focus, .el-input-group__prepend:focus {
  outline: 0
}
.el-input-group__append .el-button, .el-input-group__append .el-select, .el-input-group__prepend .el-button, .el-input-group__prepend .el-select {
  display: inline-block;
  margin: -10px -20px
}
.el-input-group__append button.el-button, .el-input-group__append div.el-select .el-input__inner, .el-input-group__append div.el-select:hover .el-input__inner, .el-input-group__prepend button.el-button, .el-input-group__prepend div.el-select .el-input__inner, .el-input-group__prepend div.el-select:hover .el-input__inner {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  border-top: 0;
  border-bottom: 0
}
.el-input-group__append .el-button, .el-input-group__append .el-input, .el-input-group__prepend .el-button, .el-input-group__prepend .el-input {
  font-size: inherit
}
.el-input-group__prepend {
  border-right: 0
}
.el-input-group__append {
  border-left: 0
}
.el-input-group--append .el-select .el-input.is-focus .el-input__inner, .el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent
}
.el-input__inner::-ms-clear {
  display: none;
  width: 0;
  height: 0
}
.el-message-box {
  display: inline-block;
  width: 420px;
  padding-bottom: 10px;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  font-size: 18px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  text-align: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.el-message-box__wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center
}
.el-message-box__wrapper:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle
}
.el-message-box__header {
  position: relative;
  padding: 15px 15px 10px
}
.el-message-box__title {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
  color: #303133
}
.el-message-box__headerbtn {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  border: none;
  outline: 0;
  background: 0 0;
  font-size: 16px;
  cursor: pointer
}
.el-message-box__headerbtn .el-message-box__close {
  color: #909399
}
.el-message-box__headerbtn:focus .el-message-box__close, .el-message-box__headerbtn:hover .el-message-box__close {
  color: #409eff
}
.el-message-box__content {
  padding: 10px 15px;
  color: #606266;
  font-size: 14px
}
.el-message-box__container {
  position: relative
}
.el-message-box__input {
  padding-top: 15px
}
.el-message-box__input input.invalid, .el-message-box__input input.invalid:focus {
  border-color: #f56c6c
}
.el-message-box__status {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px !important
}
.el-message-box__status:before {
  padding-left: 1px
}
.el-message-box__status + .el-message-box__message {
  padding-left: 36px;
  padding-right: 12px
}
.el-message-box__status.el-icon-success {
  color: #67c23a
}
.el-message-box__status.el-icon-info {
  color: #909399
}
.el-message-box__status.el-icon-warning {
  color: #e6a23c
}
.el-message-box__status.el-icon-error {
  color: #f56c6c
}
.el-message-box__message {
  margin: 0
}
.el-message-box__message p {
  margin: 0;
  line-height: 24px
}
.el-message-box__errormsg {
  color: #f56c6c;
  font-size: 12px;
  min-height: 18px;
  margin-top: 2px
}
.el-message-box__btns {
  padding: 5px 15px 0;
  text-align: right
}
.el-message-box__btns button:nth-child(2) {
  margin-left: 10px
}
.el-message-box__btns-reverse {
  flex-direction: row-reverse
}
.el-message-box--center {
  padding-bottom: 30px
}
.el-message-box--center .el-message-box__header {
  padding-top: 30px
}
.el-message-box--center .el-message-box__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}
.el-message-box--center .el-message-box__status {
  position: relative;
  top: auto;
  padding-right: 5px;
  text-align: center;
  transform: translateY(-1px)
}
.el-message-box--center .el-message-box__message {
  margin-left: 0
}
.el-message-box--center .el-message-box__btns, .el-message-box--center .el-message-box__content {
  text-align: center
}
.el-message-box--center .el-message-box__content {
  padding-left: 27px;
  padding-right: 27px
}
.msgbox-fade-enter-active {
  -webkit-animation: msgbox-fade-in .3s;
  animation: msgbox-fade-in .3s
}
.msgbox-fade-leave-active {
  -webkit-animation: msgbox-fade-out .3s;
  animation: msgbox-fade-out .3s
}
@-webkit-keyframes msgbox-fade-in {
  0% {
    transform: translate3d(0, -20px, 0);
    opacity: 0
  }
  to {
    transform: translateZ(0);
    opacity: 1
  }
}
@keyframes msgbox-fade-in {
  0% {
    transform: translate3d(0, -20px, 0);
    opacity: 0
  }
  to {
    transform: translateZ(0);
    opacity: 1
  }
}
@-webkit-keyframes msgbox-fade-out {
  0% {
    transform: translateZ(0);
    opacity: 1
  }
  to {
    transform: translate3d(0, -20px, 0);
    opacity: 0
  }
}
@keyframes msgbox-fade-out {
  0% {
    transform: translateZ(0);
    opacity: 1
  }
  to {
    transform: translate3d(0, -20px, 0);
    opacity: 0
  }
}
.fade-in-linear-enter-active, .fade-in-linear-leave-active {
  transition: opacity .2s linear
}
.fade-in-linear-enter, .fade-in-linear-leave, .fade-in-linear-leave-active {
  opacity: 0
}
.el-fade-in-linear-enter-active, .el-fade-in-linear-leave-active {
  transition: opacity .2s linear
}
.el-fade-in-linear-enter, .el-fade-in-linear-leave, .el-fade-in-linear-leave-active {
  opacity: 0
}
.el-fade-in-enter-active, .el-fade-in-leave-active {
  transition: all .3s cubic-bezier(.55, 0, .1, 1)
}
.el-fade-in-enter, .el-fade-in-leave-active {
  opacity: 0
}
.el-zoom-in-center-enter-active, .el-zoom-in-center-leave-active {
  transition: all .3s cubic-bezier(.55, 0, .1, 1)
}
.el-zoom-in-center-enter, .el-zoom-in-center-leave-active {
  opacity: 0;
  transform: scaleX(0)
}
.el-zoom-in-top-enter-active, .el-zoom-in-top-leave-active {
  opacity: 1;
  transform: scaleY(1);
  transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
  transform-origin: center top
}
.el-zoom-in-top-enter, .el-zoom-in-top-leave-active {
  opacity: 0;
  transform: scaleY(0)
}
.el-zoom-in-bottom-enter-active, .el-zoom-in-bottom-leave-active {
  opacity: 1;
  transform: scaleY(1);
  transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
  transform-origin: center bottom
}
.el-zoom-in-bottom-enter, .el-zoom-in-bottom-leave-active {
  opacity: 0;
  transform: scaleY(0)
}
.el-zoom-in-left-enter-active, .el-zoom-in-left-leave-active {
  opacity: 1;
  transform: scale(1);
  transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
  transform-origin: top left
}
.el-zoom-in-left-enter, .el-zoom-in-left-leave-active {
  opacity: 0;
  transform: scale(.45)
}
.collapse-transition {
  transition: height .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s ease-in-out
}
.horizontal-collapse-transition {
  transition: width .3s ease-in-out, padding-left .3s ease-in-out, padding-right .3s ease-in-out
}
.el-list-enter-active, .el-list-leave-active {
  transition: all 1s
}
.el-list-enter, .el-list-leave-active {
  opacity: 0;
  transform: translateY(-30px)
}
.el-opacity-transition {
  transition: opacity .3s cubic-bezier(.55, 0, .1, 1)
}
@font-face {
  font-family: element-icons;
  src: url(https://cms.static.chanjet.com/90004719560/market/platform/cdn/client/fonts/element-icons.313f7da.woff) format("woff"), url(https://cms.static.chanjet.com/90004719560/market/platform/cdn/client/fonts/element-icons.4520188.ttf) format("truetype");
  font-weight: 400;
  font-display: "auto";
  font-style: normal
}
[class*=" el-icon-"], [class^=el-icon-] {
  font-family: element-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.el-icon-ice-cream-round:before {
  content: "\e6a0"
}
.el-icon-ice-cream-square:before {
  content: "\e6a3"
}
.el-icon-lollipop:before {
  content: "\e6a4"
}
.el-icon-potato-strips:before {
  content: "\e6a5"
}
.el-icon-milk-tea:before {
  content: "\e6a6"
}
.el-icon-ice-drink:before {
  content: "\e6a7"
}
.el-icon-ice-tea:before {
  content: "\e6a9"
}
.el-icon-coffee:before {
  content: "\e6aa"
}
.el-icon-orange:before {
  content: "\e6ab"
}
.el-icon-pear:before {
  content: "\e6ac"
}
.el-icon-apple:before {
  content: "\e6ad"
}
.el-icon-cherry:before {
  content: "\e6ae"
}
.el-icon-watermelon:before {
  content: "\e6af"
}
.el-icon-grape:before {
  content: "\e6b0"
}
.el-icon-refrigerator:before {
  content: "\e6b1"
}
.el-icon-goblet-square-full:before {
  content: "\e6b2"
}
.el-icon-goblet-square:before {
  content: "\e6b3"
}
.el-icon-goblet-full:before {
  content: "\e6b4"
}
.el-icon-goblet:before {
  content: "\e6b5"
}
.el-icon-cold-drink:before {
  content: "\e6b6"
}
.el-icon-coffee-cup:before {
  content: "\e6b8"
}
.el-icon-water-cup:before {
  content: "\e6b9"
}
.el-icon-hot-water:before {
  content: "\e6ba"
}
.el-icon-ice-cream:before {
  content: "\e6bb"
}
.el-icon-dessert:before {
  content: "\e6bc"
}
.el-icon-sugar:before {
  content: "\e6bd"
}
.el-icon-tableware:before {
  content: "\e6be"
}
.el-icon-burger:before {
  content: "\e6bf"
}
.el-icon-knife-fork:before {
  content: "\e6c1"
}
.el-icon-fork-spoon:before {
  content: "\e6c2"
}
.el-icon-chicken:before {
  content: "\e6c3"
}
.el-icon-food:before {
  content: "\e6c4"
}
.el-icon-dish-1:before {
  content: "\e6c5"
}
.el-icon-dish:before {
  content: "\e6c6"
}
.el-icon-moon-night:before {
  content: "\e6ee"
}
.el-icon-moon:before {
  content: "\e6f0"
}
.el-icon-cloudy-and-sunny:before {
  content: "\e6f1"
}
.el-icon-partly-cloudy:before {
  content: "\e6f2"
}
.el-icon-cloudy:before {
  content: "\e6f3"
}
.el-icon-sunny:before {
  content: "\e6f6"
}
.el-icon-sunset:before {
  content: "\e6f7"
}
.el-icon-sunrise-1:before {
  content: "\e6f8"
}
.el-icon-sunrise:before {
  content: "\e6f9"
}
.el-icon-heavy-rain:before {
  content: "\e6fa"
}
.el-icon-lightning:before {
  content: "\e6fb"
}
.el-icon-light-rain:before {
  content: "\e6fc"
}
.el-icon-wind-power:before {
  content: "\e6fd"
}
.el-icon-baseball:before {
  content: "\e712"
}
.el-icon-soccer:before {
  content: "\e713"
}
.el-icon-football:before {
  content: "\e715"
}
.el-icon-basketball:before {
  content: "\e716"
}
.el-icon-ship:before {
  content: "\e73f"
}
.el-icon-truck:before {
  content: "\e740"
}
.el-icon-bicycle:before {
  content: "\e741"
}
.el-icon-mobile-phone:before {
  content: "\e6d3"
}
.el-icon-service:before {
  content: "\e6d4"
}
.el-icon-key:before {
  content: "\e6e2"
}
.el-icon-unlock:before {
  content: "\e6e4"
}
.el-icon-lock:before {
  content: "\e6e5"
}
.el-icon-watch:before {
  content: "\e6fe"
}
.el-icon-watch-1:before {
  content: "\e6ff"
}
.el-icon-timer:before {
  content: "\e702"
}
.el-icon-alarm-clock:before {
  content: "\e703"
}
.el-icon-map-location:before {
  content: "\e704"
}
.el-icon-delete-location:before {
  content: "\e705"
}
.el-icon-add-location:before {
  content: "\e706"
}
.el-icon-location-information:before {
  content: "\e707"
}
.el-icon-location-outline:before {
  content: "\e708"
}
.el-icon-location:before {
  content: "\e79e"
}
.el-icon-place:before {
  content: "\e709"
}
.el-icon-discover:before {
  content: "\e70a"
}
.el-icon-first-aid-kit:before {
  content: "\e70b"
}
.el-icon-trophy-1:before {
  content: "\e70c"
}
.el-icon-trophy:before {
  content: "\e70d"
}
.el-icon-medal:before {
  content: "\e70e"
}
.el-icon-medal-1:before {
  content: "\e70f"
}
.el-icon-stopwatch:before {
  content: "\e710"
}
.el-icon-mic:before {
  content: "\e711"
}
.el-icon-copy-document:before {
  content: "\e718"
}
.el-icon-full-screen:before {
  content: "\e719"
}
.el-icon-switch-button:before {
  content: "\e71b"
}
.el-icon-aim:before {
  content: "\e71c"
}
.el-icon-crop:before {
  content: "\e71d"
}
.el-icon-odometer:before {
  content: "\e71e"
}
.el-icon-time:before {
  content: "\e71f"
}
.el-icon-bangzhu:before {
  content: "\e724"
}
.el-icon-close-notification:before {
  content: "\e726"
}
.el-icon-microphone:before {
  content: "\e727"
}
.el-icon-turn-off-microphone:before {
  content: "\e728"
}
.el-icon-position:before {
  content: "\e729"
}
.el-icon-postcard:before {
  content: "\e72a"
}
.el-icon-message:before {
  content: "\e72b"
}
.el-icon-chat-line-square:before {
  content: "\e72d"
}
.el-icon-chat-dot-square:before {
  content: "\e72e"
}
.el-icon-chat-dot-round:before {
  content: "\e72f"
}
.el-icon-chat-square:before {
  content: "\e730"
}
.el-icon-chat-line-round:before {
  content: "\e731"
}
.el-icon-chat-round:before {
  content: "\e732"
}
.el-icon-set-up:before {
  content: "\e733"
}
.el-icon-turn-off:before {
  content: "\e734"
}
.el-icon-open:before {
  content: "\e735"
}
.el-icon-connection:before {
  content: "\e736"
}
.el-icon-link:before {
  content: "\e737"
}
.el-icon-cpu:before {
  content: "\e738"
}
.el-icon-thumb:before {
  content: "\e739"
}
.el-icon-female:before {
  content: "\e73a"
}
.el-icon-male:before {
  content: "\e73b"
}
.el-icon-guide:before {
  content: "\e73c"
}
.el-icon-news:before {
  content: "\e73e"
}
.el-icon-price-tag:before {
  content: "\e744"
}
.el-icon-discount:before {
  content: "\e745"
}
.el-icon-wallet:before {
  content: "\e747"
}
.el-icon-coin:before {
  content: "\e748"
}
.el-icon-money:before {
  content: "\e749"
}
.el-icon-bank-card:before {
  content: "\e74a"
}
.el-icon-box:before {
  content: "\e74b"
}
.el-icon-present:before {
  content: "\e74c"
}
.el-icon-sell:before {
  content: "\e6d5"
}
.el-icon-sold-out:before {
  content: "\e6d6"
}
.el-icon-shopping-bag-2:before {
  content: "\e74d"
}
.el-icon-shopping-bag-1:before {
  content: "\e74e"
}
.el-icon-shopping-cart-2:before {
  content: "\e74f"
}
.el-icon-shopping-cart-1:before {
  content: "\e750"
}
.el-icon-shopping-cart-full:before {
  content: "\e751"
}
.el-icon-smoking:before {
  content: "\e752"
}
.el-icon-no-smoking:before {
  content: "\e753"
}
.el-icon-house:before {
  content: "\e754"
}
.el-icon-table-lamp:before {
  content: "\e755"
}
.el-icon-school:before {
  content: "\e756"
}
.el-icon-office-building:before {
  content: "\e757"
}
.el-icon-toilet-paper:before {
  content: "\e758"
}
.el-icon-notebook-2:before {
  content: "\e759"
}
.el-icon-notebook-1:before {
  content: "\e75a"
}
.el-icon-files:before {
  content: "\e75b"
}
.el-icon-collection:before {
  content: "\e75c"
}
.el-icon-receiving:before {
  content: "\e75d"
}
.el-icon-suitcase-1:before {
  content: "\e760"
}
.el-icon-suitcase:before {
  content: "\e761"
}
.el-icon-film:before {
  content: "\e763"
}
.el-icon-collection-tag:before {
  content: "\e765"
}
.el-icon-data-analysis:before {
  content: "\e766"
}
.el-icon-pie-chart:before {
  content: "\e767"
}
.el-icon-data-board:before {
  content: "\e768"
}
.el-icon-data-line:before {
  content: "\e76d"
}
.el-icon-reading:before {
  content: "\e769"
}
.el-icon-magic-stick:before {
  content: "\e76a"
}
.el-icon-coordinate:before {
  content: "\e76b"
}
.el-icon-mouse:before {
  content: "\e76c"
}
.el-icon-brush:before {
  content: "\e76e"
}
.el-icon-headset:before {
  content: "\e76f"
}
.el-icon-umbrella:before {
  content: "\e770"
}
.el-icon-scissors:before {
  content: "\e771"
}
.el-icon-mobile:before {
  content: "\e773"
}
.el-icon-attract:before {
  content: "\e774"
}
.el-icon-monitor:before {
  content: "\e775"
}
.el-icon-search:before {
  content: "\e778"
}
.el-icon-takeaway-box:before {
  content: "\e77a"
}
.el-icon-paperclip:before {
  content: "\e77d"
}
.el-icon-printer:before {
  content: "\e77e"
}
.el-icon-document-add:before {
  content: "\e782"
}
.el-icon-document:before {
  content: "\e785"
}
.el-icon-document-checked:before {
  content: "\e786"
}
.el-icon-document-copy:before {
  content: "\e787"
}
.el-icon-document-delete:before {
  content: "\e788"
}
.el-icon-document-remove:before {
  content: "\e789"
}
.el-icon-tickets:before {
  content: "\e78b"
}
.el-icon-folder-checked:before {
  content: "\e77f"
}
.el-icon-folder-delete:before {
  content: "\e780"
}
.el-icon-folder-remove:before {
  content: "\e781"
}
.el-icon-folder-add:before {
  content: "\e783"
}
.el-icon-folder-opened:before {
  content: "\e784"
}
.el-icon-folder:before {
  content: "\e78a"
}
.el-icon-edit-outline:before {
  content: "\e764"
}
.el-icon-edit:before {
  content: "\e78c"
}
.el-icon-date:before {
  content: "\e78e"
}
.el-icon-c-scale-to-original:before {
  content: "\e7c6"
}
.el-icon-view:before {
  content: "\e6ce"
}
.el-icon-loading:before {
  content: "\e6cf"
}
.el-icon-rank:before {
  content: "\e6d1"
}
.el-icon-sort-down:before {
  content: "\e7c4"
}
.el-icon-sort-up:before {
  content: "\e7c5"
}
.el-icon-sort:before {
  content: "\e6d2"
}
.el-icon-finished:before {
  content: "\e6cd"
}
.el-icon-refresh-left:before {
  content: "\e6c7"
}
.el-icon-refresh-right:before {
  content: "\e6c8"
}
.el-icon-refresh:before {
  content: "\e6d0"
}
.el-icon-video-play:before {
  content: "\e7c0"
}
.el-icon-video-pause:before {
  content: "\e7c1"
}
.el-icon-d-arrow-right:before {
  content: "\e6dc"
}
.el-icon-d-arrow-left:before {
  content: "\e6dd"
}
.el-icon-arrow-up:before {
  content: "\e6e1"
}
.el-icon-arrow-down:before {
  content: "\e6df"
}
.el-icon-arrow-right:before {
  content: "\e6e0"
}
.el-icon-arrow-left:before {
  content: "\e6de"
}
.el-icon-top-right:before {
  content: "\e6e7"
}
.el-icon-top-left:before {
  content: "\e6e8"
}
.el-icon-top:before {
  content: "\e6e6"
}
.el-icon-bottom:before {
  content: "\e6eb"
}
.el-icon-right:before {
  content: "\e6e9"
}
.el-icon-back:before {
  content: "\e6ea"
}
.el-icon-bottom-right:before {
  content: "\e6ec"
}
.el-icon-bottom-left:before {
  content: "\e6ed"
}
.el-icon-caret-top:before {
  content: "\e78f"
}
.el-icon-caret-bottom:before {
  content: "\e790"
}
.el-icon-caret-right:before {
  content: "\e791"
}
.el-icon-caret-left:before {
  content: "\e792"
}
.el-icon-d-caret:before {
  content: "\e79a"
}
.el-icon-share:before {
  content: "\e793"
}
.el-icon-menu:before {
  content: "\e798"
}
.el-icon-s-grid:before {
  content: "\e7a6"
}
.el-icon-s-check:before {
  content: "\e7a7"
}
.el-icon-s-data:before {
  content: "\e7a8"
}
.el-icon-s-opportunity:before {
  content: "\e7aa"
}
.el-icon-s-custom:before {
  content: "\e7ab"
}
.el-icon-s-claim:before {
  content: "\e7ad"
}
.el-icon-s-finance:before {
  content: "\e7ae"
}
.el-icon-s-comment:before {
  content: "\e7af"
}
.el-icon-s-flag:before {
  content: "\e7b0"
}
.el-icon-s-marketing:before {
  content: "\e7b1"
}
.el-icon-s-shop:before {
  content: "\e7b4"
}
.el-icon-s-open:before {
  content: "\e7b5"
}
.el-icon-s-management:before {
  content: "\e7b6"
}
.el-icon-s-ticket:before {
  content: "\e7b7"
}
.el-icon-s-release:before {
  content: "\e7b8"
}
.el-icon-s-home:before {
  content: "\e7b9"
}
.el-icon-s-promotion:before {
  content: "\e7ba"
}
.el-icon-s-operation:before {
  content: "\e7bb"
}
.el-icon-s-unfold:before {
  content: "\e7bc"
}
.el-icon-s-fold:before {
  content: "\e7a9"
}
.el-icon-s-platform:before {
  content: "\e7bd"
}
.el-icon-s-order:before {
  content: "\e7be"
}
.el-icon-s-cooperation:before {
  content: "\e7bf"
}
.el-icon-bell:before {
  content: "\e725"
}
.el-icon-message-solid:before {
  content: "\e799"
}
.el-icon-video-camera:before {
  content: "\e772"
}
.el-icon-video-camera-solid:before {
  content: "\e796"
}
.el-icon-camera:before {
  content: "\e779"
}
.el-icon-camera-solid:before {
  content: "\e79b"
}
.el-icon-download:before {
  content: "\e77c"
}
.el-icon-upload2:before {
  content: "\e77b"
}
.el-icon-upload:before {
  content: "\e7c3"
}
.el-icon-picture-outline-round:before {
  content: "\e75f"
}
.el-icon-picture-outline:before {
  content: "\e75e"
}
.el-icon-picture:before {
  content: "\e79f"
}
.el-icon-close:before {
  content: "\e6db"
}
.el-icon-check:before {
  content: "\e6da"
}
.el-icon-plus:before {
  content: "\e6d9"
}
.el-icon-minus:before {
  content: "\e6d8"
}
.el-icon-help:before {
  content: "\e73d"
}
.el-icon-s-help:before {
  content: "\e7b3"
}
.el-icon-circle-close:before {
  content: "\e78d"
}
.el-icon-circle-check:before {
  content: "\e720"
}
.el-icon-circle-plus-outline:before {
  content: "\e723"
}
.el-icon-remove-outline:before {
  content: "\e722"
}
.el-icon-zoom-out:before {
  content: "\e776"
}
.el-icon-zoom-in:before {
  content: "\e777"
}
.el-icon-error:before {
  content: "\e79d"
}
.el-icon-success:before {
  content: "\e79c"
}
.el-icon-circle-plus:before {
  content: "\e7a0"
}
.el-icon-remove:before {
  content: "\e7a2"
}
.el-icon-info:before {
  content: "\e7a1"
}
.el-icon-question:before {
  content: "\e7a4"
}
.el-icon-warning-outline:before {
  content: "\e6c9"
}
.el-icon-warning:before {
  content: "\e7a3"
}
.el-icon-goods:before {
  content: "\e7c2"
}
.el-icon-s-goods:before {
  content: "\e7b2"
}
.el-icon-star-off:before {
  content: "\e717"
}
.el-icon-star-on:before {
  content: "\e797"
}
.el-icon-more-outline:before {
  content: "\e6cc"
}
.el-icon-more:before {
  content: "\e794"
}
.el-icon-phone-outline:before {
  content: "\e6cb"
}
.el-icon-phone:before {
  content: "\e795"
}
.el-icon-user:before {
  content: "\e6e3"
}
.el-icon-user-solid:before {
  content: "\e7a5"
}
.el-icon-setting:before {
  content: "\e6ca"
}
.el-icon-s-tools:before {
  content: "\e7ac"
}
.el-icon-delete:before {
  content: "\e6d7"
}
.el-icon-delete-solid:before {
  content: "\e7c9"
}
.el-icon-eleme:before {
  content: "\e7c7"
}
.el-icon-platform-eleme:before {
  content: "\e7ca"
}
.el-icon-loading {
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite
}
.el-icon--right {
  margin-left: 5px
}
.el-icon--left {
  margin-right: 5px
}
@-webkit-keyframes rotating {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}
@keyframes rotating {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}
.ow-base {
  margin: 0
}
.seowhy {
  display: block;
  width: 0;
  overflow: hidden
}
.anchor-base-info .ow-title-show, .seowhy {
  height: 0
}
a[data-v-55beab1b] {
  pointer-events: auto
}
.ow-title-show[data-v-8dd5becc] {
  padding-top: 80px;
  margin-top: -80px;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: 600;
  display: block
}
.ow-button {
  position: relative;
  pointer-events: auto;
  transition: all .2s linear 0ms;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  border: 1px solid #dcdfe6;
  background: transparent;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  margin: 0;
  padding: 12px 20px;
  font-weight: 500;
  display: inline-block;
  outline: none;
  box-sizing: border-box;
  border-radius: 4px
}
.ow-button.is-round {
  border-radius: 20px
}
.ow-button.is-circle {
  border-radius: 24px;
  padding: 12px
}
.ow-button.is-medium {
  padding: 10px 20px
}
.ow-button.is-medium.is-round {
  border-radius: 20px
}
.ow-button.is-medium.is-circle {
  border-radius: 50%;
  padding: 10px
}
.ow-button.is-mini, .ow-button.is-small {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 3px
}
.ow-button.is-mini.is-round, .ow-button.is-small.is-round {
  border-radius: 15px
}
.ow-button.is-mini.is-circle, .ow-button.is-small.is-circle {
  padding: 9px;
  border-radius: 18px
}
.ow-button.is-mini {
  padding: 7px 15px
}
.ow-button.is-mini.is-circle {
  border-radius: 18px;
  padding: 9px
}
.ow-button:hover {
  background: rgba(30, 30, 30, .1)
}
.ow-button a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit
}
.ow-button.clear {
  padding: 0;
  border: none;
  color: inherit
}
.ow-button.clear:active, .ow-button.clear:hover {
  background: none
}
.ow-button.disabled {
  cursor: not-allowed;
  opacity: .6;
  background: #999
}
.noborder {
  border: none
}
.o0 {
  opacity: 0
}
.ow-button-group {
  display: inline-block;
  vertical-align: middle
}
.ow-button-group:after {
  clear: both;
  content: ""
}
.ow-button-group .ow-button {
  float: left
}
.ow-button-group .ow-button:not(:last-child) {
  margin-right: -1px
}
.ow-button-group .ow-button:not(:first-child):not(:last-child) {
  border-radius: 0
}
.ow-button-group .ow-button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.ow-button-group .ow-button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translateZ(0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translateZ(0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translateZ(0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translateZ(0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translateZ(0);
  transition-timing-function: ease;
  box-sizing: content-box
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-slide {
  float: left;
  box-sizing: content-box
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x
}
.swiper-wrapper[data-v-646b4e17] {
  height: 100%;
  box-sizing: content-box
}
.need-init .swiper-wrapper[data-v-646b4e17] .swiper-slide {
  width: 100%;
  height: 100%
}
.swiper-button-next[data-v-646b4e17], .swiper-button-prev[data-v-646b4e17] {
  display: none;
  pointer-events: auto;
  color: #d0d0d0;
  width: 40px;
  z-index: 2;
  height: 40px;
  right: 0;
  top: 50%;
  margin-top: -20px;
  cursor: pointer
}
.swiper-button-next i[data-v-646b4e17], .swiper-button-prev i[data-v-646b4e17] {
  font-size: 40px;
  transition: all .2s linear
}
.swiper-button-next .arrow[data-v-646b4e17], .swiper-button-prev .arrow[data-v-646b4e17] {
  margin: 5px auto;
  width: 30px;
  height: 30px
}
.swiper-button-next .arrow.arrow-left[data-v-646b4e17], .swiper-button-next .arrow.arrow-right[data-v-646b4e17], .swiper-button-prev .arrow.arrow-left[data-v-646b4e17], .swiper-button-prev .arrow.arrow-right[data-v-646b4e17] {
  background: url(https://cms.static.chanjet.com/90004719560/market/platform/image/2022/03/29/6936c9e74ae84e2b98338d019fc58d22.png) no-repeat 50%/contain
}
.arrow-allways .swiper-button-next[data-v-646b4e17], .arrow-allways .swiper-button-prev[data-v-646b4e17], .arrow-hover:hover .swiper-button-next[data-v-646b4e17], .arrow-hover:hover .swiper-button-prev[data-v-646b4e17] {
  display: block
}
.swiper-button-prev[data-v-646b4e17] {
  right: auto;
  left: 0;
  transform: rotate(180deg)
}
.swiper-pagination[data-v-646b4e17] {
  position: absolute;
  z-index: 3;
  pointer-events: auto;
  bottom: 50px;
  width: 100%;
  text-align: center
}
.swiper-pagination[data-v-646b4e17] .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: .8;
  border: 1px solid #fff;
  cursor: pointer;
  transition: all .2s linear
}
.swiper-pagination[data-v-646b4e17] .swiper-active-switch {
  background: #fff
}
.ow-swiper-4 .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}
.ow-swiper-4 .swiper-container-no-flexbox .swiper-slide {
  float: left
}
.ow-swiper-4 .swiper-container-vertical > .swiper-wrapper {
  flex-direction: column
}
.ow-swiper-4 .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}
.ow-swiper-4 .swiper-container-android .swiper-slide, .ow-swiper-4 .swiper-wrapper {
  transform: translateZ(0)
}
.ow-swiper-4 .swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap
}
.ow-swiper-4 .swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}
.ow-swiper-4 .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}
.ow-swiper-4 .swiper-slide-invisible-blank {
  visibility: hidden
}
.ow-swiper-4 .swiper-container-autoheight, .ow-swiper-4 .swiper-container-autoheight .swiper-slide {
  height: auto
}
.ow-swiper-4 .swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}
.ow-swiper-4 .swiper-container-3d {
  perspective: 1200px
}
.ow-swiper-4 .swiper-container-3d .swiper-cube-shadow, .ow-swiper-4 .swiper-container-3d .swiper-slide, .ow-swiper-4 .swiper-container-3d .swiper-slide-shadow-bottom, .ow-swiper-4 .swiper-container-3d .swiper-slide-shadow-left, .ow-swiper-4 .swiper-container-3d .swiper-slide-shadow-right, .ow-swiper-4 .swiper-container-3d .swiper-slide-shadow-top, .ow-swiper-4 .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d
}
.ow-swiper-4 .swiper-container-3d .swiper-slide-shadow-bottom, .ow-swiper-4 .swiper-container-3d .swiper-slide-shadow-left, .ow-swiper-4 .swiper-container-3d .swiper-slide-shadow-right, .ow-swiper-4 .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.ow-swiper-4 .swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}
.ow-swiper-4 .swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}
.ow-swiper-4 .swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}
.ow-swiper-4 .swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}
.ow-swiper-4 .swiper-container-wp8-horizontal, .ow-swiper-4 .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y
}
.ow-swiper-4 .swiper-container-wp8-vertical, .ow-swiper-4 .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x
}
.ow-swiper-4 .swiper-button-next, .ow-swiper-4 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat
}
.ow-swiper-4 .swiper-button-next.swiper-button-disabled, .ow-swiper-4 .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.ow-swiper-4 .swiper-button-prev, .ow-swiper-4 .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto
}
.ow-swiper-4 .swiper-button-next, .ow-swiper-4 .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto
}
.ow-swiper-4 .swiper-button-prev.swiper-button-white, .ow-swiper-4 .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}
.ow-swiper-4 .swiper-button-next.swiper-button-white, .ow-swiper-4 .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}
.ow-swiper-4 .swiper-button-prev.swiper-button-black, .ow-swiper-4 .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}
.ow-swiper-4 .swiper-button-next.swiper-button-black, .ow-swiper-4 .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}
.ow-swiper-4 .swiper-button-lock {
  display: none
}
.ow-swiper-4 .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity .3s;
  transform: translateZ(0);
  z-index: 10
}
.ow-swiper-4 .swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.ow-swiper-4 .swiper-container-horizontal > .swiper-pagination-bullets, .ow-swiper-4 .swiper-pagination-custom, .ow-swiper-4 .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}
.ow-swiper-4 .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}
.ow-swiper-4 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}
.ow-swiper-4 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .ow-swiper-4 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}
.ow-swiper-4 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}
.ow-swiper-4 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}
.ow-swiper-4 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}
.ow-swiper-4 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}
.ow-swiper-4 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}
.ow-swiper-4 button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.ow-swiper-4 .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.ow-swiper-4 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}
.ow-swiper-4 .swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0)
}
.ow-swiper-4 .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}
.ow-swiper-4 .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}
.ow-swiper-4 .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform .2s, top .2s
}
.ow-swiper-4 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}
.ow-swiper-4 .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}
.ow-swiper-4 .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s
}
.ow-swiper-4 .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s
}
.ow-swiper-4 .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}
.ow-swiper-4 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}
.ow-swiper-4 .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}
.ow-swiper-4 .swiper-container-horizontal > .swiper-pagination-progressbar, .ow-swiper-4 .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}
.ow-swiper-4 .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .ow-swiper-4 .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}
.ow-swiper-4 .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}
.ow-swiper-4 .swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0, 0%, 100%, .25)
}
.ow-swiper-4 .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}
.ow-swiper-4 .swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}
.ow-swiper-4 .swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25)
}
.ow-swiper-4 .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}
.ow-swiper-4 .swiper-pagination-lock {
  display: none
}
.ow-swiper-4 .swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}
.ow-swiper-4 .swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}
.ow-swiper-4 .swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}
.ow-swiper-4 .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}
.ow-swiper-4 .swiper-scrollbar-cursor-drag {
  cursor: move
}
.ow-swiper-4 .swiper-scrollbar-lock {
  display: none
}
.ow-swiper-4 .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}
.ow-swiper-4 .swiper-zoom-container > canvas, .ow-swiper-4 .swiper-zoom-container > img, .ow-swiper-4 .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.ow-swiper-4 .swiper-slide-zoomed {
  cursor: move
}
.ow-swiper-4 .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
  animation: swiper-preloader-spin 1s steps(12) infinite
}
.ow-swiper-4 .swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}
.ow-swiper-4 .swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn)
  }
}
@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn)
  }
}
.ow-swiper-4 .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}
.ow-swiper-4 .swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out
}
.ow-swiper-4 .swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}
.ow-swiper-4 .swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}
.ow-swiper-4 .swiper-container-fade .swiper-slide-active, .ow-swiper-4 .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.ow-swiper-4 .swiper-container-cube {
  overflow: visible
}
.ow-swiper-4 .swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}
.ow-swiper-4 .swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}
.ow-swiper-4 .swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0
}
.ow-swiper-4 .swiper-container-cube .swiper-slide-active, .ow-swiper-4 .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.ow-swiper-4 .swiper-container-cube .swiper-slide-active, .ow-swiper-4 .swiper-container-cube .swiper-slide-next, .ow-swiper-4 .swiper-container-cube .swiper-slide-next + .swiper-slide, .ow-swiper-4 .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}
.ow-swiper-4 .swiper-container-cube .swiper-slide-shadow-bottom, .ow-swiper-4 .swiper-container-cube .swiper-slide-shadow-left, .ow-swiper-4 .swiper-container-cube .swiper-slide-shadow-right, .ow-swiper-4 .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.ow-swiper-4 .swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: blur(50px);
  z-index: 0
}
.ow-swiper-4 .swiper-container-flip {
  overflow: visible
}
.ow-swiper-4 .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}
.ow-swiper-4 .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}
.ow-swiper-4 .swiper-container-flip .swiper-slide-active, .ow-swiper-4 .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.ow-swiper-4 .swiper-container-flip .swiper-slide-shadow-bottom, .ow-swiper-4 .swiper-container-flip .swiper-slide-shadow-left, .ow-swiper-4 .swiper-container-flip .swiper-slide-shadow-right, .ow-swiper-4 .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.ow-swiper-4 .swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}
.swiper-wrapper[data-v-bcf42656] {
  height: 100%;
  box-sizing: content-box
}
.need-init .swiper-wrapper[data-v-bcf42656] .swiper-slide {
  width: 100%;
  height: 100%
}
.swiper-button-next[data-v-bcf42656], .swiper-button-prev[data-v-bcf42656] {
  display: none;
  pointer-events: auto;
  color: #d0d0d0;
  width: 40px;
  z-index: 2;
  height: 40px;
  right: 0;
  top: 50%;
  margin-top: -20px;
  cursor: pointer
}
.swiper-button-next i[data-v-bcf42656], .swiper-button-prev i[data-v-bcf42656] {
  font-size: 40px;
  transition: all .2s linear
}
.arrow-allways .swiper-button-next[data-v-bcf42656], .arrow-allways .swiper-button-prev[data-v-bcf42656], .arrow-hover:hover .swiper-button-next[data-v-bcf42656], .arrow-hover:hover .swiper-button-prev[data-v-bcf42656] {
  display: block
}
.swiper-button-prev[data-v-bcf42656] {
  right: auto;
  left: 0;
  transform: rotate(180deg)
}
.swiper-pagination[data-v-bcf42656] {
  position: absolute;
  z-index: 3;
  pointer-events: auto;
  bottom: 50px;
  width: 100%;
  text-align: center
}
.swiper-pagination[data-v-bcf42656] .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: .8;
  border: 1px solid #fff;
  cursor: pointer;
  transition: all .2s linear
}
.swiper-pagination[data-v-bcf42656] .swiper-active-switch {
  background: #fff
}
.swiper-scrollbar {
  background: rgba(0, 0, 0, .1);
  right: 3px;
  top: 0;
  border-radius: 10px;
  height: 100%;
  width: 5px
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background: hsla(0, 0%, 100%, .3)
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px
}
.swiper-scrollbar-cursor-drag {
  cursor: move
}
.dib, .icon-bk {
  display: inline-block
}
.icon-bk {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 30px;
  height: 30px
}
i {
  pointer-events: auto;
  position: relative
}
i a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0
}
.hot-zone[data-v-0fbcac9e] {
  overflow: hidden
}
.hot-zone a[data-v-0fbcac9e] {
  display: block;
  position: absolute
}
.hot-zone .ow-udesk[data-v-0fbcac9e] {
  position: absolute
}
.hot-zone .ow-udesk a[data-v-0fbcac9e] {
  display: block;
  width: 100%;
  height: 100%
}
.img[data-v-14c3acb0] {
  display: inline-block;
  background-repeat: no-repeat;
  position: relative
}
.img img[data-v-14c3acb0] {
  width: 100%;
  height: 100%;
  /*display: block;*/
  opacity: 0;
  border-radius: inherit
}
.img.pureImg img[data-v-14c3acb0] {
  opacity: 1
}
.img .img-a[data-v-14c3acb0] {
  opacity: 1;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: auto
}
.img.auto-width[data-v-14c3acb0], .img.auto-width img[data-v-14c3acb0] {
  width: auto
}
.img.auto-height[data-v-14c3acb0] {
  height: auto
}
.img.auto-height img[data-v-14c3acb0] {
  height: auto;
  vertical-align: unset
}
.img-inner-content[data-v-14c3acb0] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
.img-inner-center[data-v-14c3acb0] {
  margin: auto
}
.img-inner[data-v-14c3acb0] {
  height: 100%;
  width: 100%
}
.img-inner-center .img-inner[data-v-14c3acb0] {
  display: table-cell;
  vertical-align: middle
}
.img-inner-bottom .img-inner[data-v-14c3acb0] {
  display: table-cell;
  vertical-align: bottom
}
.img-list .ow-img[data-v-14c3acb0] {
  margin-bottom: 10px;
  vertical-align: inherit
}
.img-horizontal[data-v-14c3acb0] {
  margin: 10px
}
.img-vertical[data-v-14c3acb0] {
  margin-bottom: 10px
}
.none-events[data-v-14c3acb0] {
  pointer-events: none
}
.zIndex20[data-v-14c3acb0] {
  z-index: 20
}
.preView[data-v-14c3acb0] {
  cursor: zoom-in
}
.isWap .title-info[data-v-64501c9e] {
  height: .53333rem;
  line-height: .53333rem;
  padding: 0 .26667rem
}
.isWap .title-info span[data-v-64501c9e] {
  font-size: .32rem
}
.video[data-v-64501c9e] {
  display: inline-block;
  background-repeat: no-repeat;
  pointer-events: auto;
  position: relative
}
.video video[data-v-64501c9e] {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit
}
.video.auto-width[data-v-64501c9e], .video.auto-width video[data-v-64501c9e] {
  width: auto
}
.video.auto-height[data-v-64501c9e] {
  height: auto
}
.video.auto-height video[data-v-64501c9e] {
  height: auto;
  vertical-align: unset
}
.video .cover[data-v-64501c9e] {
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%
}
.playicon[data-v-64501c9e] {
  display: inline-block;
  margin: auto;
  width: 40px;
  color: #fff;
  height: 40px
}
.title-info[data-v-64501c9e] {
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
  pointer-events: auto
}
.title-info[data-v-64501c9e]:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: .6
}
.svga-container[data-v-a5111d2c] canvas, .svga-container[data-v-a5111d2c] object {
  display: block
}
.input[data-v-9d1ae62a] {
  pointer-events: auto;
  width: 100%;
  background-color: #fff;
  display: inline-table
}
.input.required[data-v-9d1ae62a] {
  position: relative
}
.input.required[data-v-9d1ae62a]:before {
  content: "*";
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  color: red;
  line-height: inherit
}
.input input[data-v-9d1ae62a] {
  -webkit-appearance: none;
  background-image: none;
  background-color: inherit;
  border-radius: 4px;
  border: none;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 100%;
  line-height: 1;
  outline: none;
  padding: 0 15px;
  transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
  width: 100%
}
.input > [data-v-9d1ae62a] {
  vertical-align: middle;
  display: table-cell
}
.input .input-item[data-v-9d1ae62a] {
  display: table-cell;
  width: 100%
}
.input .after[data-v-9d1ae62a], .input .before[data-v-9d1ae62a] {
  vertical-align: middle;
  background-color: inherit;
  display: table-cell;
  position: relative;
  border-radius: 4px;
  width: 1px;
  white-space: nowrap
}
.input.ow-type-checkbox label[data-v-9d1ae62a] {
  overflow: hidden;
  display: inline-block;
  line-height: auto
}
.input.ow-type-checkbox input[data-v-9d1ae62a] {
  width: 10px;
  height: 10px;
  display: inline-block;
  opacity: 0;
  position: absolute
}
.input.ow-type-checkbox .check-box-show[data-v-9d1ae62a] {
  border: 1px solid #979797;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  font-size: 12px;
  cursor: pointer;
  position: relative
}
.input.ow-type-checkbox input:checked + span[data-v-9d1ae62a] {
  position: relative
}
.input.ow-type-checkbox input:checked + span[data-v-9d1ae62a]:before {
  position: absolute;
  content: "\e665"
}
.page-con {
  padding: 40px 0
}
.page-con, .pages {
  text-align: center
}
.pages {
  overflow: hidden;
  width: 100%
}
.pages .page-item {
  min-width: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 30px;
  line-height: 24px;
  cursor: pointer;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 2px 10px;
  margin: 3px
}
.pages .page-item.active, .pages .page-item:hover {
  color: #fff
}
.pages .page-item a {
  display: block
}
.hide[data-v-c398fe1e] {
  height: 0
}
.show[data-v-c398fe1e] {
  height: auto !important
}
.show-toggle[data-v-c398fe1e] {
  pointer-events: auto
}
span[data-v-673ce786] {
  display: block; 
}
span[data-v-673ce7861] {
  display: block; height: 28px;
}
.ow-select[data-v-162bbb3c] {
  pointer-events: auto;
  cursor: pointer;
  background: #fff;
  color: #333;
  position: relative;
  border-radius: 10px;
  border-color: #eee
}
.ow-select.required[data-v-162bbb3c] {
  position: relative
}
.ow-select.required[data-v-162bbb3c]:before {
  content: "*";
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  color: red;
  line-height: inherit
}
.ow-select .icon[data-v-162bbb3c] {
  right: 10px
}
.ow-select .span-section[data-v-162bbb3c] {
  position: relative;
  color: inherit;
  height: 40px
}
.ow-select .span-section .after[data-v-162bbb3c], .ow-select .span-section .before[data-v-162bbb3c] {
  vertical-align: middle;
  background-color: inherit;
  display: table-cell;
  position: relative;
  border-radius: 4px;
  width: 1px;
  white-space: nowrap
}
.ow-select .span-section > [data-v-162bbb3c] {
  vertical-align: middle;
  display: table-cell
}
.ow-select .span-section span[data-v-162bbb3c] {
  display: table-cell;
  width: 100%;
  color: inherit
}
.ow-select span[data-v-162bbb3c] {
  padding: 0 15px;
  overflow: hidden;
  height: 40px;
  border-radius: 10px;
  line-height: 40px;
  background: inherit;
  color: inherit
}
.ow-select span.left0[data-v-162bbb3c] {
  padding-left: 0
}
.ow-select .placeholder[data-v-162bbb3c] {
  color: #b7b7b7 !important
}
.ow-select .select-list[data-v-162bbb3c] {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  max-height: 400px;
  background: inherit;
  position: absolute;
  z-index: 31;
  border-color: inherit;
  left: 0;
  right: 0;
  overflow-y: auto
}
.ow-select .select-list.show-top[data-v-162bbb3c] {
  bottom: 120%
}
.ow-select .select-list.show-bottom[data-v-162bbb3c] {
  top: 120%
}
.ow-select .select-list.show-fixed[data-v-162bbb3c] {
  position: fixed;
  bottom: 0
}
.ow-select[data-v-162bbb3c] .ow-select-option {
  display: block;
  background: inherit;
  color: inherit;
  height: 40px;
  line-height: 40px;
  border-color: inherit;
  padding: 0 20px;
  border-bottom: 1px solid #e9e9e9
}
.ow-select[data-v-162bbb3c] .ow-select-option:hover {
  background: #eee
}
.bk[data-v-162bbb3c] {
  background: rgba(0, 0, 0, .4);
  z-index: 30
}
.swiper-slide[data-v-33ddcc79] {
  float: none
}
#udesk_btn {
  display: none
}
.ow-udesk a {
  display: inline-block;
  width: 100%;
  height: 100%
}
.html-show[data-v-1d7764d4] {
  line-height: 1.5;
  font-size: 14px;
  padding-top: .5px
}
.html-show[data-v-1d7764d4] em, .html-show[data-v-1d7764d4] i {
  font-style: italic
}
[dir=ltr] .html-show[data-v-1d7764d4] h1 {
  margin-left: 0
}
[dir=ltr] .html-show[data-v-1d7764d4] h1, [dir=rtl] .html-show[data-v-1d7764d4] h1 {
  margin-right: 0
}
[dir=rtl] .html-show[data-v-1d7764d4] h1 {
  margin-left: 0
}
.html-show[data-v-1d7764d4] h1 {
  display: block;
  font-size: 2em;
  -webkit-margin-before: .67em;
  margin-top: .67em;
  -webkit-margin-after: .67em;
  margin-bottom: .67em;
  -webkit-margin-start: 0;
  -moz-margin-start: 0;
  -webkit-margin-end: 0;
  -moz-margin-end: 0;
  font-weight: 700
}
[dir=ltr] .html-show[data-v-1d7764d4] h2 {
  margin-left: 0
}
[dir=ltr] .html-show[data-v-1d7764d4] h2, [dir=rtl] .html-show[data-v-1d7764d4] h2 {
  margin-right: 0
}
[dir=rtl] .html-show[data-v-1d7764d4] h2 {
  margin-left: 0
}
.html-show[data-v-1d7764d4] h2 {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: .83em;
  margin-top: .83em;
  -webkit-margin-after: .83em;
  margin-bottom: .83em;
  -webkit-margin-start: 0;
  -moz-margin-start: 0;
  -webkit-margin-end: 0;
  -moz-margin-end: 0;
  font-weight: 700
}
[dir=ltr] .html-show[data-v-1d7764d4] h3 {
  margin-left: 0
}
[dir=ltr] .html-show[data-v-1d7764d4] h3, [dir=rtl] .html-show[data-v-1d7764d4] h3 {
  margin-right: 0
}
[dir=rtl] .html-show[data-v-1d7764d4] h3 {
  margin-left: 0
}
.html-show[data-v-1d7764d4] h3 {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
  margin-top: 1em;
  -webkit-margin-after: 1em;
  margin-bottom: 1em;
  -webkit-margin-start: 0;
  -moz-margin-start: 0;
  -webkit-margin-end: 0;
  -moz-margin-end: 0;
  font-weight: 700
}
[dir=ltr] .html-show[data-v-1d7764d4] h4 {
  margin-left: 0
}
[dir=ltr] .html-show[data-v-1d7764d4] h4, [dir=rtl] .html-show[data-v-1d7764d4] h4 {
  margin-right: 0
}
[dir=rtl] .html-show[data-v-1d7764d4] h4 {
  margin-left: 0
}
.html-show[data-v-1d7764d4] h4 {
  display: block;
  -webkit-margin-before: 1.33em;
  margin-top: 1.33em;
  -webkit-margin-after: 1.33em;
  margin-bottom: 1.33em;
  -webkit-margin-start: 0;
  -moz-margin-start: 0;
  -webkit-margin-end: 0;
  -moz-margin-end: 0;
  font-weight: 700
}
[dir=ltr] .html-show[data-v-1d7764d4] h5 {
  margin-left: 0
}
[dir=ltr] .html-show[data-v-1d7764d4] h5, [dir=rtl] .html-show[data-v-1d7764d4] h5 {
  margin-right: 0
}
[dir=rtl] .html-show[data-v-1d7764d4] h5 {
  margin-left: 0
}
.html-show[data-v-1d7764d4] h5 {
  display: block;
  font-size: .83em;
  -webkit-margin-before: 1.67em;
  margin-top: 1.67em;
  -webkit-margin-after: 1.67em;
  margin-bottom: 1.67em;
  -webkit-margin-start: 0;
  -moz-margin-start: 0;
  -webkit-margin-end: 0;
  -moz-margin-end: 0;
  font-weight: 700
}
[dir=ltr] .html-show[data-v-1d7764d4] h6 {
  margin-left: 0
}
[dir=ltr] .html-show[data-v-1d7764d4] h6, [dir=rtl] .html-show[data-v-1d7764d4] h6 {
  margin-right: 0
}
[dir=rtl] .html-show[data-v-1d7764d4] h6 {
  margin-left: 0
}
.html-show[data-v-1d7764d4] h6 {
  display: block;
  font-size: .67em;
  -webkit-margin-before: 2.33em;
  margin-top: 2.33em;
  -webkit-margin-after: 2.33em;
  margin-bottom: 2.33em;
  -webkit-margin-start: 0;
  -moz-margin-start: 0;
  -webkit-margin-end: 0;
  -moz-margin-end: 0;
  font-weight: 700
}
[dir=ltr] .html-show[data-v-1d7764d4] p {
  margin-left: 0
}
[dir=ltr] .html-show[data-v-1d7764d4] p, [dir=rtl] .html-show[data-v-1d7764d4] p {
  margin-right: 0
}
[dir=rtl] .html-show[data-v-1d7764d4] p {
  margin-left: 0
}
.html-show[data-v-1d7764d4] p {
  display: block;
  -webkit-margin-before: 1em;
  margin-top: 1em;
  -webkit-margin-after: 1em;
  margin-bottom: 1em;
  -webkit-margin-start: 0;
  -moz-margin-start: 0;
  -webkit-margin-end: 0;
  -moz-margin-end: 0
}
.html-show[data-v-1d7764d4] b, .html-show[data-v-1d7764d4] strong {
  font-weight: 700
}
.html-show[data-v-1d7764d4] table {
  border-collapse: collapse
}
.html-show[data-v-1d7764d4] table:not([cellpadding]) td, .html-show[data-v-1d7764d4] table:not([cellpadding]) th {
  padding: .4rem
}
.html-show[data-v-1d7764d4] table[border]:not([border="0"]):not([style*=border-width]) td, .html-show[data-v-1d7764d4] table[border]:not([border="0"]):not([style*=border-width]) th {
  border-width: 1px
}
.html-show[data-v-1d7764d4] table[border]:not([border="0"]):not([style*=border-style]) td, .html-show[data-v-1d7764d4] table[border]:not([border="0"]):not([style*=border-style]) th {
  border-style: solid
}
.html-show[data-v-1d7764d4] table[border]:not([border="0"]):not([style*=border-color]) td, .html-show[data-v-1d7764d4] table[border]:not([border="0"]):not([style*=border-color]) th {
  border-color: #ccc
}
.html-show[data-v-1d7764d4] figure {
  display: table;
  margin: 1rem auto
}
.html-show[data-v-1d7764d4] figure figcaption {
  color: #999;
  display: block;
  margin-top: .25rem;
  text-align: center
}
.html-show[data-v-1d7764d4] hr {
  border: solid #ccc;
  border-width: 1px 0 0
}
.html-show[data-v-1d7764d4] code {
  background-color: #e8e8e8;
  border-radius: 3px;
  padding: .1rem .2rem
}
.html-show[data-v-1d7764d4] .mce-content-body:not([dir=rtl]) blockquote {
  border-left: 2px solid #ccc;
  margin-left: 24px;
  padding-left: 16px
}
.html-show[data-v-1d7764d4] .mce-content-body[dir=rtl] blockquote {
  border-right: 2px solid #ccc;
  margin-right: 1.5rem;
  padding-right: 1rem
}
.html-show[data-v-1d7764d4] a[href] {
  color: -webkit-link
}
.mine[data-v-722c103c] {
  z-index: 12;
  left: 0;
  right: 0
}
.mine .contani[data-v-722c103c] {
  width: 100%
}
.mine .contani[data-v-722c103c]::-webkit-scrollbar {
  width: 0;
  height: 0
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, button, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, summary, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}
sub, sup {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
body {
  line-height: 1
}
ol, ul {
  list-style: none
}
a {
  text-decoration: none
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
.dsp-n {
  display: none
}
.dsp-b {
  display: block
}
.dsp-ib {
  display: inline-block
}
body, dd, dl, form, h1, h2, h3, h4, h5, h6, ol, p, ul {
  margin: 0;
  padding: 0
}
a, a:active, a:hover, a:link, a:visited {
  text-decoration: none
}
a:link {
  cursor: pointer
}
:focus {
  outline: none
}
*, :after, :before {
  box-sizing: border-box
}
i {
  font-style: normal
}
ul li {
  list-style: none
}
input {
  outline: none
}
img {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none
}
html {
  min-height: 100%;
  font-size: 37.5px
}
body, html {
  width: 100%
}
body {
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  font-family: SourceHanSansSC, PingFang-SC, PingFangSC, PingFang SC, Microsoft Yahei, Helvetica Neue, Helvetica, Arial, sans-serif;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  -webkit-text-size-adjust: 100% !important
}
.ow-base img, img {
  border: 0;
  vertical-align: middle;
  max-width: 100%
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none
}
input[type=number] {
  -moz-appearance: textfield
}
html.is-wap {
  font-size: 37.5px
}
.hm-t-container {
  display: none
}
.no-pointer {
  cursor: default !important
}
*, a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.fade-enter-active, .fade-leave-active {
  transition: opacity .5s
}
.fade-enter, .fade-leave-to {
  opacity: 0
}
.slide-enter-active, .slide-leave-active {
  transition: height .5s;
  height: 100%
}
.slide-enter, .slide-leave-to {
  height: 0;
  overflow: hidden
}
.slide-to-right-enter-active, .slide-to-right-leave-active {
  transition: transform .5s
}
.slide-to-right-enter, .slide-to-right-leave-to {
  transform: translate3d(100%, 0, 0)
}
.slideTop-enter, .slideTop-leave-to {
  transform: translateY(-10px);
  opacity: 0
}
.slideTop-leave-active {
  transition: all .5s
}
.slideTop-enter-active {
  opacity: 0;
  -webkit-animation: slideTopBotom .5s ease-in;
  animation: slideTopBotom .5s ease-in
}
@-webkit-keyframes slideTopBotom {
  0% {
    transform: translateY(-50px);
    opacity: 0
  }
  70% {
    transform: translateY(5px)
  }
  80% {
    opacity: 1;
    transform: translateY(-3px)
  }
  90% {
    transform: translateY(2px)
  }
  to {
    transform: translate(0);
    opacity: 1
  }
}
@keyframes slideTopBotom {
  0% {
    transform: translateY(-50px);
    opacity: 0
  }
  70% {
    transform: translateY(5px)
  }
  80% {
    opacity: 1;
    transform: translateY(-3px)
  }
  90% {
    transform: translateY(2px)
  }
  to {
    transform: translate(0);
    opacity: 1
  }
}
@-webkit-keyframes fade40In {
  0% {
    opacity: 0
  }
  20% {
    opacity: .2
  }
  to {
    opacity: 1
  }
}
@keyframes fade40In {
  0% {
    opacity: 0
  }
  20% {
    opacity: .2
  }
  to {
    opacity: 1
  }
}
@-webkit-keyframes circle-ani {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}
@keyframes circle-ani {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}
@-webkit-keyframes indbanLeft {
  0% {
    opacity: 0;
    transform: translateX(140px)
  }
  to {
    opacity: 1;
    transform: translateX(0)
  }
}
@keyframes indbanLeft {
  0% {
    opacity: 0;
    transform: translateX(140px)
  }
  to {
    opacity: 1;
    transform: translateX(0)
  }
}
.footer-info .iconfont, .icons .iconfont {
  transition: all .2s linear 0ms
}
.footer-info .iconfont:hover.iconzhihu, .icons .iconfont:hover.iconzhihu {
  background: #486dfb
}
.footer-info .iconfont:hover.icondouyin, .icons .iconfont:hover.icondouyin {
  background: #2b2b2b
}
.footer-info .iconfont:hover.iconweibo, .icons .iconfont:hover.iconweibo {
  background: #fc3e2b
}
.footer-info .iconfont:hover.iconweixin, .icons .iconfont:hover.iconweixin {
  background: #1ad44f
}
.ts {
  transition: all .2s linear 0ms
}
.hover-shodow:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2)
}
.showSlideTop {
  position: relative
}
.showSlideTop .showSlideTopContainer {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -50px, 0);
  top: -180px;
  left: 50%;
  margin-left: -80px;
  position: absolute;
  width: 160px;
  height: 160px;
  padding: 10px;
  border-radius: 10px;
  transition: all .2s linear 0ms;
  background: #fff
}
.showSlideTop .showSlideTopContainer .ow-img {
  width: 100%;
  height: 100%
}
.showSlideTop .showSlideTopContainer:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -10px;
  transform: rotate(45deg);
  border-color: transparent #fff #fff transparent;
  border-style: solid;
  border-width: 10px
}
.showSlideTop:hover .showSlideTopContainer {
  visibility: visible;
  opacity: 1;
  transform: translateZ(0)
}
.line-clamp-1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical
}
.line-clamp-2 {
  -webkit-line-clamp: 2
}
.line-clamp-2, .line-clamp-3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical
}
.line-clamp-3 {
  -webkit-line-clamp: 3
}
.fr {
  float: right
}
.fl {
  float: left
}
.clearfloat:after, .row:after {
  display: block;
  content: "";
  clear: both
}
.transition {
  transition: all .2s linear
}
.posa {
  position: absolute
}
.posr {
  position: relative
}
.posf {
  position: fixed
}
.l0 {
  left: 0
}
.r0 {
  right: 0
}
.b0 {
  bottom: 0
}
.t0 {
  top: 0
}
.w1200 {
  width: 1200px;
  padding: 0 20px;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto
}
.miw1200 {
  min-width: 1240px;
  width: 100%
}
.oh, [ow-oh=true] {
  overflow: hidden
}
.tac {
  text-align: center
}
.taj {
  text-align: justify
}
.tar {
  text-align: right
}
.tal {
  text-align: left
}
.fw700 {
  font-weight: 700
}
.fw600 {
  font-weight: 600
}
.fw500 {
  font-weight: 500
}
.fw400 {
  font-weight: 400
}
.table {
  display: table
}
.table-fixed {
  table-layout: fixed
}
.table-row {
  display: table-row
}
.table-cell {
  display: table-cell
}
.table-cell-middle {
  display: table-cell;
  vertical-align: middle
}
.h100 {
  height: 100%
}
.w100 {
  width: 100%
}
.w20 {
  width: 20%
}
.w25 {
  width: 25%
}
.w40 {
  width: 40%
}
.w50 {
  width: 50%
}
.w60 {
  width: 60%
}
.w75 {
  width: 75%
}
.w80 {
  width: 80%
}
.wh100 {
  width: 100%;
  height: 100%
}
.between-line :after, .between-line :before {
  text-align: center;
  content: "";
  width: 30px;
  height: 1px;
  background: #e0e0e0;
  display: inline-block
}
.fs10 {
  font-size: 10px
}
.fs14 {
  font-size: 14px
}
.fs16 {
  font-size: 16px
}
.fs12 {
  font-size: 12px
}
.fs18 {
  font-size: 18px
}
.fs20 {
  font-size: 20px
}
.fs22 {
  font-size: 22px
}
.fs24 {
  font-size: 24px
}
.fs26 {
  font-size: 26px
}
.fs28 {
  font-size: 28px
}
.fs30 {
  font-size: 30px
}
.fs34 {
  font-size: 34px
}
.fs32 {
  font-size: 32px
}
.fs36 {
  font-size: 36px
}
.fs38 {
  font-size: 38px
}
.fs40 {
  font-size: 40px
}
.between-line {
  display: inline-block;
  font-size: 14px;
  position: relative
}
.between-line:after, .between-line:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: hsla(0, 0%, 100%, .6);
  display: inline-block;
  top: 50%;
  margin-top: -2px
}
.between-line:after {
  right: -42px
}
.between-line:before {
  left: -42px
}
.db {
  display: block
}
.bk-img-show-cover {
  background-size: cover
}
.img-radius {
  border-radius: 10px
}
.cup {
  cursor: pointer
}
.bottom-line-transition {
  position: relative
}
.bottom-line-transition-center:after, .bottom-line-transition:after {
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #f50400
}
.bottom-line-transition-center:after {
  right: 0;
  margin: 0 auto
}
.bottom-line-transition:hover:after {
  width: 100%
}
.mauto {
  margin: auto
}
.flex {
  display: flex
}
.flex-1, .flex-item {
  flex: 1
}
.flex-0 {
  flex: none
}
.flex-align-center {
  align-items: center;
  display: flex
}
.flex-center {
  align-items: center;
  justify-content: center
}
.flex-justify {
  justify-content: space-between
}
.ohimp {
  overflow: hidden !important
}
[data-loading=true] {
  position: relative;
  overflow: hidden
}
[data-loading=true]:after {
  content: attr(loading-text);
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  background: hsla(0, 0%, 100%, .8);
  transform: translate(-50%, -50%);
  border: 100vw solid transparent;
  width: 100%;
  box-sizing: content-box;
  text-align: center
}
.cfff {
  color: #fff
}
.dn {
  height: 0 !important;
  overflow: hidden;
  visibility: hidden;
  opacity: 0
}
#nc {
  background: #fff;
  z-index: 22
}
#nc.nc-container #nc_1_wrapper {
  width: 100%
}
.mfs28 {
  font-size: .37333rem
}
.mfs16 {
  font-size: .21333rem
}
.mfs14 {
  font-size: .18667rem
}
.mfs20 {
  font-size: .26667rem
}
.mfs18 {
  font-size: .24rem
}
.mfs30 {
  font-size: .4rem
}
.mfs32 {
  font-size: .42667rem
}
.mfs34 {
  font-size: .45333rem
}
.mfs24 {
  font-size: .32rem
}
.mfs26 {
  font-size: .34667rem
}
.mfs22 {
  font-size: .29333rem
}
.mfs36 {
  font-size: .48rem
}
.mfs38 {
  font-size: .50667rem
}
.mfs40 {
  font-size: .53333rem
}
.mfs48 {
  font-size: .64rem
}
.mbetween-line :after, .mbetween-line :before {
  text-align: center;
  content: "";
  width: .4rem;
  height: 1px;
  background: #e0e0e0;
  display: inline-block
}
.mimg-radius {
  border-radius: .26667rem
}
.ow-muen-icon {
  width: .48rem;
  position: relative;
  display: inline-block;
  margin: .2rem auto;
  box-sizing: content-box
}
.ow-muen-icon, .ow-muen-icon:after, .ow-muen-icon:before {
  height: .05333rem;
  background: #1a1b1f;
  border-radius: .05333rem;
  transition: all .3s linear
}
.ow-muen-icon:after, .ow-muen-icon:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0
}
.ow-muen-icon:after {
  bottom: -.2rem
}
.ow-muen-icon:before {
  top: -.2rem
}
.ow-muen-icon.active {
  background: transparent
}
.ow-muen-icon.active:after {
  transform: rotate(45deg);
  bottom: 0
}
.ow-muen-icon.active:before {
  transform: rotate(-45deg);
  top: 0
}
[class*=theme-] [class*=t-], [class*=theme-] [class*=t-]:after, [class*=theme-] [class*=t-]:before {
  transition: all .2s linear 0ms
}
[class*=theme-] a {
  color: inherit
}
.t-white-bg, .t-white-bg-after:after, .t-white-bg-all, .t-white-bg-all *, .t-white-bg-before:before {
  background: #fff
}
.t-white-bg-after-s:after, .t-white-bg-all-s, .t-white-bg-all-s *, .t-white-bg-before-s:before, .t-white-bg-s {
  background: #fff !important
}
.t-white-bg-t .t-t, .t-white-bg-t .t-t-after:after, .t-white-bg-t .t-t-before:before, .t-white-bg-t .t-white-bg-t-tt, .t-white-bg-t .t-white-bg-t-tt-after:after, .t-white-bg-t .t-white-bg-t-tt-before:before {
  background: #fff
}
.t-white-bg-t-s .t-t-after-s:after, .t-white-bg-t-s .t-t-before-s:before, .t-white-bg-t-s .t-t-s, .t-white-bg-t-s .t-white-bg-t-tt-after-s:after, .t-white-bg-t-s .t-white-bg-t-tt-before-s:before, .t-white-bg-t-s .t-white-bg-t-tt-s {
  background: #fff !important
}
.t-white-bd, .t-white-bd-after:after, .t-white-bd-all, .t-white-bd-all *, .t-white-bd-before:before {
  border-color: #fff
}
.t-white-bd-after-s:after, .t-white-bd-all-s, .t-white-bd-all-s *, .t-white-bd-before-s:before, .t-white-bd-s {
  border-color: #fff !important
}
.t-white-bd-t .t-t, .t-white-bd-t .t-t-after:after, .t-white-bd-t .t-t-before:before, .t-white-bd-t .t-white-bd-t-tt, .t-white-bd-t .t-white-bd-t-tt-after:after, .t-white-bd-t .t-white-bd-t-tt-before:before {
  border-color: #fff
}
.t-white-bd-t-s .t-t-after-s:after, .t-white-bd-t-s .t-t-before-s:before, .t-white-bd-t-s .t-t-s, .t-white-bd-t-s .t-white-bd-t-tt-after-s:after, .t-white-bd-t-s .t-white-bd-t-tt-before-s:before, .t-white-bd-t-s .t-white-bd-t-tt-s {
  border-color: #fff !important
}
.theme-red {
  --themeMainColor: #e40213;
  --themeMainHoverColor: #ff3444;
  --bkmainColorLight: #ffdddf;
  --bkmainColorDarken: #460106;
  --themeFontColor: #212121;
  --themeFontSubColor: #5c5c5c;
  --themeFontThirdColor: #8d8d8d
}
.theme-red .t-light-bg-color, .theme-red .t-light-bg-color-after:after, .theme-red .t-light-bg-color-all, .theme-red .t-light-bg-color-all *, .theme-red .t-light-bg-color-before:before {
  background-color: #ffdddf
}
.theme-red .t-light-bg-color-after-s:after, .theme-red .t-light-bg-color-all-s, .theme-red .t-light-bg-color-all-s *, .theme-red .t-light-bg-color-before-s:before, .theme-red .t-light-bg-color-s {
  background-color: #ffdddf !important
}
.theme-red .t-light-bg-color-t .t-light-bg-color-t-tt, .theme-red .t-light-bg-color-t .t-light-bg-color-t-tt-after:after, .theme-red .t-light-bg-color-t .t-light-bg-color-t-tt-before:before, .theme-red .t-light-bg-color-t .t-t, .theme-red .t-light-bg-color-t .t-t-after:after, .theme-red .t-light-bg-color-t .t-t-before:before {
  background-color: #ffdddf
}
.theme-red .t-light-bg-color-t-s .t-light-bg-color-t-tt-after-s:after, .theme-red .t-light-bg-color-t-s .t-light-bg-color-t-tt-before-s:before, .theme-red .t-light-bg-color-t-s .t-light-bg-color-t-tt-s, .theme-red .t-light-bg-color-t-s .t-t-after-s:after, .theme-red .t-light-bg-color-t-s .t-t-before-s:before, .theme-red .t-light-bg-color-t-s .t-t-s {
  background-color: #ffdddf !important
}
.theme-red .t-hover-light-bg-color-after:after, .theme-red .t-hover-light-bg-color-all:hover, .theme-red .t-hover-light-bg-color-all:hover *, .theme-red .t-hover-light-bg-color-before:before, .theme-red .t-hover-light-bg-color:hover {
  background-color: #ffdddf
}
.theme-red .t-hover-light-bg-color-after-s:after, .theme-red .t-hover-light-bg-color-all-s:hover, .theme-red .t-hover-light-bg-color-all-s:hover *, .theme-red .t-hover-light-bg-color-before-s:before, .theme-red .t-hover-light-bg-color-s:hover {
  background-color: #ffdddf !important
}
.theme-red .t-hover-light-bg-color-t:hover .t-hover-light-bg-color-t-tt, .theme-red .t-hover-light-bg-color-t:hover .t-hover-light-bg-color-t-tt-after:after, .theme-red .t-hover-light-bg-color-t:hover .t-hover-light-bg-color-t-tt-before:before, .theme-red .t-hover-light-bg-color-t:hover .t-t, .theme-red .t-hover-light-bg-color-t:hover .t-t-after:after, .theme-red .t-hover-light-bg-color-t:hover .t-t-before:before {
  background-color: #ffdddf
}
.theme-red .t-hover-light-bg-color-t-s:hover .t-hover-light-bg-color-t-tt-after-s:after, .theme-red .t-hover-light-bg-color-t-s:hover .t-hover-light-bg-color-t-tt-before-s:before, .theme-red .t-hover-light-bg-color-t-s:hover .t-hover-light-bg-color-t-tt-s, .theme-red .t-hover-light-bg-color-t-s:hover .t-t-after-s:after, .theme-red .t-hover-light-bg-color-t-s:hover .t-t-before-s:before, .theme-red .t-hover-light-bg-color-t-s:hover .t-t-s {
  background-color: #ffdddf !important
}
.theme-red .t-darken-bg-color, .theme-red .t-darken-bg-color-after:after, .theme-red .t-darken-bg-color-all, .theme-red .t-darken-bg-color-all *, .theme-red .t-darken-bg-color-before:before {
  background-color: #460106;
  color: #fff
}
.theme-red .t-darken-bg-color-after-s:after, .theme-red .t-darken-bg-color-all-s, .theme-red .t-darken-bg-color-all-s *, .theme-red .t-darken-bg-color-before-s:before, .theme-red .t-darken-bg-color-s {
  background-color: #460106 !important;
  color: #fff !important
}
.theme-red .t-darken-bg-color-t .t-darken-bg-color-t-tt, .theme-red .t-darken-bg-color-t .t-darken-bg-color-t-tt-after:after, .theme-red .t-darken-bg-color-t .t-darken-bg-color-t-tt-before:before, .theme-red .t-darken-bg-color-t .t-t, .theme-red .t-darken-bg-color-t .t-t-after:after, .theme-red .t-darken-bg-color-t .t-t-before:before {
  background-color: #460106;
  color: #fff
}
.theme-red .t-darken-bg-color-t-s .t-darken-bg-color-t-tt-after-s:after, .theme-red .t-darken-bg-color-t-s .t-darken-bg-color-t-tt-before-s:before, .theme-red .t-darken-bg-color-t-s .t-darken-bg-color-t-tt-s, .theme-red .t-darken-bg-color-t-s .t-t-after-s:after, .theme-red .t-darken-bg-color-t-s .t-t-before-s:before, .theme-red .t-darken-bg-color-t-s .t-t-s {
  background-color: #460106 !important;
  color: #fff !important
}
.theme-red .t-bg-color-gradient, .theme-red .t-bg-color-gradient-after:after, .theme-red .t-bg-color-gradient-all, .theme-red .t-bg-color-gradient-all *, .theme-red .t-bg-color-gradient-before:before {
  background-color: #ff3444;
  color: #fff
}
.theme-red .t-bg-color-gradient-after-s:after, .theme-red .t-bg-color-gradient-all-s, .theme-red .t-bg-color-gradient-all-s *, .theme-red .t-bg-color-gradient-before-s:before, .theme-red .t-bg-color-gradient-s {
  background-color: #ff3444 !important;
  color: #fff !important
}
.theme-red .t-bg-color-gradient-t .t-bg-color-gradient-t-tt, .theme-red .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-after:after, .theme-red .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-before:before, .theme-red .t-bg-color-gradient-t .t-t, .theme-red .t-bg-color-gradient-t .t-t-after:after, .theme-red .t-bg-color-gradient-t .t-t-before:before {
  background-color: #ff3444;
  color: #fff
}
.theme-red .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-after-s:after, .theme-red .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-before-s:before, .theme-red .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-s, .theme-red .t-bg-color-gradient-t-s .t-t-after-s:after, .theme-red .t-bg-color-gradient-t-s .t-t-before-s:before, .theme-red .t-bg-color-gradient-t-s .t-t-s {
  background-color: #ff3444 !important;
  color: #fff !important
}
.theme-red .t-bg-color-gradient, .theme-red .t-bg-color-gradient-after:after, .theme-red .t-bg-color-gradient-all, .theme-red .t-bg-color-gradient-all *, .theme-red .t-bg-color-gradient-before:before {
  background: linear-gradient(180deg, #ff3444, #e40213)
}
.theme-red .t-bg-color-gradient-after-s:after, .theme-red .t-bg-color-gradient-all-s, .theme-red .t-bg-color-gradient-all-s *, .theme-red .t-bg-color-gradient-before-s:before, .theme-red .t-bg-color-gradient-s {
  background: linear-gradient(180deg, #ff3444, #e40213) !important
}
.theme-red .t-bg-color-gradient-t .t-bg-color-gradient-t-tt, .theme-red .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-after:after, .theme-red .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-before:before, .theme-red .t-bg-color-gradient-t .t-t, .theme-red .t-bg-color-gradient-t .t-t-after:after, .theme-red .t-bg-color-gradient-t .t-t-before:before {
  background: linear-gradient(180deg, #ff3444, #e40213)
}
.theme-red .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-after-s:after, .theme-red .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-before-s:before, .theme-red .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-s, .theme-red .t-bg-color-gradient-t-s .t-t-after-s:after, .theme-red .t-bg-color-gradient-t-s .t-t-before-s:before, .theme-red .t-bg-color-gradient-t-s .t-t-s {
  background: linear-gradient(180deg, #ff3444, #e40213) !important
}
.theme-red .t-darken-bg-color-gradient, .theme-red .t-darken-bg-color-gradient-after:after, .theme-red .t-darken-bg-color-gradient-all, .theme-red .t-darken-bg-color-gradient-all *, .theme-red .t-darken-bg-color-gradient-before:before {
  background-color: #460106;
  color: #fff
}
.theme-red .t-darken-bg-color-gradient-after-s:after, .theme-red .t-darken-bg-color-gradient-all-s, .theme-red .t-darken-bg-color-gradient-all-s *, .theme-red .t-darken-bg-color-gradient-before-s:before, .theme-red .t-darken-bg-color-gradient-s {
  background-color: #460106 !important;
  color: #fff !important
}
.theme-red .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt, .theme-red .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-after:after, .theme-red .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-before:before, .theme-red .t-darken-bg-color-gradient-t .t-t, .theme-red .t-darken-bg-color-gradient-t .t-t-after:after, .theme-red .t-darken-bg-color-gradient-t .t-t-before:before {
  background-color: #460106;
  color: #fff
}
.theme-red .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-after-s:after, .theme-red .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-before-s:before, .theme-red .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-s, .theme-red .t-darken-bg-color-gradient-t-s .t-t-after-s:after, .theme-red .t-darken-bg-color-gradient-t-s .t-t-before-s:before, .theme-red .t-darken-bg-color-gradient-t-s .t-t-s {
  background-color: #460106 !important;
  color: #fff !important
}
.theme-red .t-darken-bg-color-gradient, .theme-red .t-darken-bg-color-gradient-after:after, .theme-red .t-darken-bg-color-gradient-all, .theme-red .t-darken-bg-color-gradient-all *, .theme-red .t-darken-bg-color-gradient-before:before {
  background: linear-gradient(180deg, #000, #460106 57%, #460106)
}
.theme-red .t-darken-bg-color-gradient-after-s:after, .theme-red .t-darken-bg-color-gradient-all-s, .theme-red .t-darken-bg-color-gradient-all-s *, .theme-red .t-darken-bg-color-gradient-before-s:before, .theme-red .t-darken-bg-color-gradient-s {
  background: linear-gradient(180deg, #000, #460106 57%, #460106) !important
}
.theme-red .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt, .theme-red .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-after:after, .theme-red .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-before:before, .theme-red .t-darken-bg-color-gradient-t .t-t, .theme-red .t-darken-bg-color-gradient-t .t-t-after:after, .theme-red .t-darken-bg-color-gradient-t .t-t-before:before {
  background: linear-gradient(180deg, #000, #460106 57%, #460106)
}
.theme-red .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-after-s:after, .theme-red .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-before-s:before, .theme-red .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-s, .theme-red .t-darken-bg-color-gradient-t-s .t-t-after-s:after, .theme-red .t-darken-bg-color-gradient-t-s .t-t-before-s:before, .theme-red .t-darken-bg-color-gradient-t-s .t-t-s {
  background: linear-gradient(180deg, #000, #460106 57%, #460106) !important
}
.theme-red body, .theme-red body-after:after, .theme-red body-all, .theme-red body-all *, .theme-red body-before:before {
  color: #212121
}
.theme-red body-after-s:after, .theme-red body-all-s, .theme-red body-all-s *, .theme-red body-before-s:before, .theme-red body-s {
  color: #212121 !important
}
.theme-red body-t .t-t, .theme-red body-t .t-t-after:after, .theme-red body-t .t-t-before:before, .theme-red body-t body-t-tt, .theme-red body-t body-t-tt-after:after, .theme-red body-t body-t-tt-before:before {
  color: #212121
}
.theme-red body-t-s .t-t-after-s:after, .theme-red body-t-s .t-t-before-s:before, .theme-red body-t-s .t-t-s, .theme-red body-t-s body-t-tt-after-s:after, .theme-red body-t-s body-t-tt-before-s:before, .theme-red body-t-s body-t-tt-s {
  color: #212121 !important
}
.theme-red, .theme-red-after:after, .theme-red-all, .theme-red-all *, .theme-red-before:before {
  color: #212121
}
.theme-red-after-s:after, .theme-red-all-s, .theme-red-all-s *, .theme-red-before-s:before, .theme-red-s {
  color: #212121 !important
}
.theme-red-t .t-t, .theme-red-t .t-t-after:after, .theme-red-t .t-t-before:before, .theme-red-t .theme-red-t-tt, .theme-red-t .theme-red-t-tt-after:after, .theme-red-t .theme-red-t-tt-before:before {
  color: #212121
}
.theme-red-t-s .t-t-after-s:after, .theme-red-t-s .t-t-before-s:before, .theme-red-t-s .t-t-s, .theme-red-t-s .theme-red-t-tt-after-s:after, .theme-red-t-s .theme-red-t-tt-before-s:before, .theme-red-t-s .theme-red-t-tt-s {
  color: #212121 !important
}
.theme-red .t-font-color, .theme-red .t-font-color-after:after, .theme-red .t-font-color-all, .theme-red .t-font-color-all *, .theme-red .t-font-color-before:before {
  color: #212121
}
.theme-red .t-font-color-after-s:after, .theme-red .t-font-color-all-s, .theme-red .t-font-color-all-s *, .theme-red .t-font-color-before-s:before, .theme-red .t-font-color-s {
  color: #212121 !important
}
.theme-red .t-font-color-t .t-font-color-t-tt, .theme-red .t-font-color-t .t-font-color-t-tt-after:after, .theme-red .t-font-color-t .t-font-color-t-tt-before:before, .theme-red .t-font-color-t .t-t, .theme-red .t-font-color-t .t-t-after:after, .theme-red .t-font-color-t .t-t-before:before {
  color: #212121
}
.theme-red .t-font-color-t-s .t-font-color-t-tt-after-s:after, .theme-red .t-font-color-t-s .t-font-color-t-tt-before-s:before, .theme-red .t-font-color-t-s .t-font-color-t-tt-s, .theme-red .t-font-color-t-s .t-t-after-s:after, .theme-red .t-font-color-t-s .t-t-before-s:before, .theme-red .t-font-color-t-s .t-t-s {
  color: #212121 !important
}
.theme-red .t-font-color-h-after:after, .theme-red .t-font-color-h-all:hover, .theme-red .t-font-color-h-all:hover *, .theme-red .t-font-color-h-before:before, .theme-red .t-font-color-h:hover {
  color: #212121
}
.theme-red .t-font-color-h-after-s:after, .theme-red .t-font-color-h-all-s:hover, .theme-red .t-font-color-h-all-s:hover *, .theme-red .t-font-color-h-before-s:before, .theme-red .t-font-color-h-s:hover {
  color: #212121 !important
}
.theme-red .t-font-color-h-t:hover .t-font-color-h-t-tt, .theme-red .t-font-color-h-t:hover .t-font-color-h-t-tt-after:after, .theme-red .t-font-color-h-t:hover .t-font-color-h-t-tt-before:before, .theme-red .t-font-color-h-t:hover .t-t, .theme-red .t-font-color-h-t:hover .t-t-after:after, .theme-red .t-font-color-h-t:hover .t-t-before:before {
  color: #212121
}
.theme-red .t-font-color-h-t-s:hover .t-font-color-h-t-tt-after-s:after, .theme-red .t-font-color-h-t-s:hover .t-font-color-h-t-tt-before-s:before, .theme-red .t-font-color-h-t-s:hover .t-font-color-h-t-tt-s, .theme-red .t-font-color-h-t-s:hover .t-t-after-s:after, .theme-red .t-font-color-h-t-s:hover .t-t-before-s:before, .theme-red .t-font-color-h-t-s:hover .t-t-s {
  color: #212121 !important
}
.theme-red .t-sub-font-color, .theme-red .t-sub-font-color-after:after, .theme-red .t-sub-font-color-all, .theme-red .t-sub-font-color-all *, .theme-red .t-sub-font-color-before:before {
  color: #5c5c5c
}
.theme-red .t-sub-font-color-after-s:after, .theme-red .t-sub-font-color-all-s, .theme-red .t-sub-font-color-all-s *, .theme-red .t-sub-font-color-before-s:before, .theme-red .t-sub-font-color-s {
  color: #5c5c5c !important
}
.theme-red .t-sub-font-color-t .t-sub-font-color-t-tt, .theme-red .t-sub-font-color-t .t-sub-font-color-t-tt-after:after, .theme-red .t-sub-font-color-t .t-sub-font-color-t-tt-before:before, .theme-red .t-sub-font-color-t .t-t, .theme-red .t-sub-font-color-t .t-t-after:after, .theme-red .t-sub-font-color-t .t-t-before:before {
  color: #5c5c5c
}
.theme-red .t-sub-font-color-t-s .t-sub-font-color-t-tt-after-s:after, .theme-red .t-sub-font-color-t-s .t-sub-font-color-t-tt-before-s:before, .theme-red .t-sub-font-color-t-s .t-sub-font-color-t-tt-s, .theme-red .t-sub-font-color-t-s .t-t-after-s:after, .theme-red .t-sub-font-color-t-s .t-t-before-s:before, .theme-red .t-sub-font-color-t-s .t-t-s {
  color: #5c5c5c !important
}
.theme-red .t-sub-font-color-h-after:after, .theme-red .t-sub-font-color-h-all:hover, .theme-red .t-sub-font-color-h-all:hover *, .theme-red .t-sub-font-color-h-before:before, .theme-red .t-sub-font-color-h:hover {
  color: #5c5c5c
}
.theme-red .t-sub-font-color-h-after-s:after, .theme-red .t-sub-font-color-h-all-s:hover, .theme-red .t-sub-font-color-h-all-s:hover *, .theme-red .t-sub-font-color-h-before-s:before, .theme-red .t-sub-font-color-h-s:hover {
  color: #5c5c5c !important
}
.theme-red .t-sub-font-color-h-t:hover .t-sub-font-color-h-t-tt, .theme-red .t-sub-font-color-h-t:hover .t-sub-font-color-h-t-tt-after:after, .theme-red .t-sub-font-color-h-t:hover .t-sub-font-color-h-t-tt-before:before, .theme-red .t-sub-font-color-h-t:hover .t-t, .theme-red .t-sub-font-color-h-t:hover .t-t-after:after, .theme-red .t-sub-font-color-h-t:hover .t-t-before:before {
  color: #5c5c5c
}
.theme-red .t-sub-font-color-h-t-s:hover .t-sub-font-color-h-t-tt-after-s:after, .theme-red .t-sub-font-color-h-t-s:hover .t-sub-font-color-h-t-tt-before-s:before, .theme-red .t-sub-font-color-h-t-s:hover .t-sub-font-color-h-t-tt-s, .theme-red .t-sub-font-color-h-t-s:hover .t-t-after-s:after, .theme-red .t-sub-font-color-h-t-s:hover .t-t-before-s:before, .theme-red .t-sub-font-color-h-t-s:hover .t-t-s {
  color: #5c5c5c !important
}
.theme-red .t-third-font-color, .theme-red .t-third-font-color-after:after, .theme-red .t-third-font-color-all, .theme-red .t-third-font-color-all *, .theme-red .t-third-font-color-before:before {
  color: #8d8d8d
}
.theme-red .t-third-font-color-after-s:after, .theme-red .t-third-font-color-all-s, .theme-red .t-third-font-color-all-s *, .theme-red .t-third-font-color-before-s:before, .theme-red .t-third-font-color-s {
  color: #8d8d8d !important
}
.theme-red .t-third-font-color-t .t-t, .theme-red .t-third-font-color-t .t-t-after:after, .theme-red .t-third-font-color-t .t-t-before:before, .theme-red .t-third-font-color-t .t-third-font-color-t-tt, .theme-red .t-third-font-color-t .t-third-font-color-t-tt-after:after, .theme-red .t-third-font-color-t .t-third-font-color-t-tt-before:before {
  color: #8d8d8d
}
.theme-red .t-third-font-color-t-s .t-t-after-s:after, .theme-red .t-third-font-color-t-s .t-t-before-s:before, .theme-red .t-third-font-color-t-s .t-t-s, .theme-red .t-third-font-color-t-s .t-third-font-color-t-tt-after-s:after, .theme-red .t-third-font-color-t-s .t-third-font-color-t-tt-before-s:before, .theme-red .t-third-font-color-t-s .t-third-font-color-t-tt-s {
  color: #8d8d8d !important
}
.theme-red .t-third-font-color-h-after:after, .theme-red .t-third-font-color-h-all:hover, .theme-red .t-third-font-color-h-all:hover *, .theme-red .t-third-font-color-h-before:before, .theme-red .t-third-font-color-h:hover {
  color: #8d8d8d
}
.theme-red .t-third-font-color-h-after-s:after, .theme-red .t-third-font-color-h-all-s:hover, .theme-red .t-third-font-color-h-all-s:hover *, .theme-red .t-third-font-color-h-before-s:before, .theme-red .t-third-font-color-h-s:hover {
  color: #8d8d8d !important
}
.theme-red .t-third-font-color-h-t:hover .t-t, .theme-red .t-third-font-color-h-t:hover .t-t-after:after, .theme-red .t-third-font-color-h-t:hover .t-t-before:before, .theme-red .t-third-font-color-h-t:hover .t-third-font-color-h-t-tt, .theme-red .t-third-font-color-h-t:hover .t-third-font-color-h-t-tt-after:after, .theme-red .t-third-font-color-h-t:hover .t-third-font-color-h-t-tt-before:before {
  color: #8d8d8d
}
.theme-red .t-third-font-color-h-t-s:hover .t-t-after-s:after, .theme-red .t-third-font-color-h-t-s:hover .t-t-before-s:before, .theme-red .t-third-font-color-h-t-s:hover .t-t-s, .theme-red .t-third-font-color-h-t-s:hover .t-third-font-color-h-t-tt-after-s:after, .theme-red .t-third-font-color-h-t-s:hover .t-third-font-color-h-t-tt-before-s:before, .theme-red .t-third-font-color-h-t-s:hover .t-third-font-color-h-t-tt-s {
  color: #8d8d8d !important
}
.theme-red .t-main-bg-color, .theme-red .t-main-bg-color-after:after, .theme-red .t-main-bg-color-all, .theme-red .t-main-bg-color-all *, .theme-red .t-main-bg-color-before:before {
  background-color: #e40213;
  color: #fff
}
.theme-red .t-main-bg-color-after-s:after, .theme-red .t-main-bg-color-all-s, .theme-red .t-main-bg-color-all-s *, .theme-red .t-main-bg-color-before-s:before, .theme-red .t-main-bg-color-s {
  background-color: #e40213 !important;
  color: #fff !important
}
.theme-red .t-main-bg-color-t .t-main-bg-color-t-tt, .theme-red .t-main-bg-color-t .t-main-bg-color-t-tt-after:after, .theme-red .t-main-bg-color-t .t-main-bg-color-t-tt-before:before, .theme-red .t-main-bg-color-t .t-t, .theme-red .t-main-bg-color-t .t-t-after:after, .theme-red .t-main-bg-color-t .t-t-before:before {
  background-color: #e40213;
  color: #fff
}
.theme-red .t-main-bg-color-t-s .t-main-bg-color-t-tt-after-s:after, .theme-red .t-main-bg-color-t-s .t-main-bg-color-t-tt-before-s:before, .theme-red .t-main-bg-color-t-s .t-main-bg-color-t-tt-s, .theme-red .t-main-bg-color-t-s .t-t-after-s:after, .theme-red .t-main-bg-color-t-s .t-t-before-s:before, .theme-red .t-main-bg-color-t-s .t-t-s {
  background-color: #e40213 !important;
  color: #fff !important
}
.theme-red .t-main-bg-color-h, .theme-red .t-main-bg-color-h-after:after, .theme-red .t-main-bg-color-h-all, .theme-red .t-main-bg-color-h-all *, .theme-red .t-main-bg-color-h-before:before {
  background-color: #e40213;
  color: #fff
}
.theme-red .t-main-bg-color-h-after-s:after, .theme-red .t-main-bg-color-h-all-s, .theme-red .t-main-bg-color-h-all-s *, .theme-red .t-main-bg-color-h-before-s:before, .theme-red .t-main-bg-color-h-s {
  background-color: #e40213 !important;
  color: #fff !important
}
.theme-red .t-main-bg-color-h-t .t-main-bg-color-h-t-tt, .theme-red .t-main-bg-color-h-t .t-main-bg-color-h-t-tt-after:after, .theme-red .t-main-bg-color-h-t .t-main-bg-color-h-t-tt-before:before, .theme-red .t-main-bg-color-h-t .t-t, .theme-red .t-main-bg-color-h-t .t-t-after:after, .theme-red .t-main-bg-color-h-t .t-t-before:before {
  background-color: #e40213;
  color: #fff
}
.theme-red .t-main-bg-color-h-t-s .t-main-bg-color-h-t-tt-after-s:after, .theme-red .t-main-bg-color-h-t-s .t-main-bg-color-h-t-tt-before-s:before, .theme-red .t-main-bg-color-h-t-s .t-main-bg-color-h-t-tt-s, .theme-red .t-main-bg-color-h-t-s .t-t-after-s:after, .theme-red .t-main-bg-color-h-t-s .t-t-before-s:before, .theme-red .t-main-bg-color-h-t-s .t-t-s {
  background-color: #e40213 !important;
  color: #fff !important
}
.theme-red .t-main-bg-color-h-after:after, .theme-red .t-main-bg-color-h-all:hover, .theme-red .t-main-bg-color-h-all:hover *, .theme-red .t-main-bg-color-h-before:before, .theme-red .t-main-bg-color-h:hover {
  background-color: #ff3444
}
.theme-red .t-main-bg-color-h-after-s:after, .theme-red .t-main-bg-color-h-all-s:hover, .theme-red .t-main-bg-color-h-all-s:hover *, .theme-red .t-main-bg-color-h-before-s:before, .theme-red .t-main-bg-color-h-s:hover {
  background-color: #ff3444 !important
}
.theme-red .t-main-bg-color-h-t:hover .t-main-bg-color-h-t-tt, .theme-red .t-main-bg-color-h-t:hover .t-main-bg-color-h-t-tt-after:after, .theme-red .t-main-bg-color-h-t:hover .t-main-bg-color-h-t-tt-before:before, .theme-red .t-main-bg-color-h-t:hover .t-t, .theme-red .t-main-bg-color-h-t:hover .t-t-after:after, .theme-red .t-main-bg-color-h-t:hover .t-t-before:before {
  background-color: #ff3444
}
.theme-red .t-main-bg-color-h-t-s:hover .t-main-bg-color-h-t-tt-after-s:after, .theme-red .t-main-bg-color-h-t-s:hover .t-main-bg-color-h-t-tt-before-s:before, .theme-red .t-main-bg-color-h-t-s:hover .t-main-bg-color-h-t-tt-s, .theme-red .t-main-bg-color-h-t-s:hover .t-t-after-s:after, .theme-red .t-main-bg-color-h-t-s:hover .t-t-before-s:before, .theme-red .t-main-bg-color-h-t-s:hover .t-t-s {
  background-color: #ff3444 !important
}
.theme-red .t-hover-main-bg-color-after:after, .theme-red .t-hover-main-bg-color-all:hover, .theme-red .t-hover-main-bg-color-all:hover *, .theme-red .t-hover-main-bg-color-before:before, .theme-red .t-hover-main-bg-color:hover {
  background-color: #e40213;
  color: #fff
}
.theme-red .t-hover-main-bg-color-after-s:after, .theme-red .t-hover-main-bg-color-all-s:hover, .theme-red .t-hover-main-bg-color-all-s:hover *, .theme-red .t-hover-main-bg-color-before-s:before, .theme-red .t-hover-main-bg-color-s:hover {
  background-color: #e40213 !important;
  color: #fff !important
}
.theme-red .t-hover-main-bg-color-t:hover .t-hover-main-bg-color-t-tt, .theme-red .t-hover-main-bg-color-t:hover .t-hover-main-bg-color-t-tt-after:after, .theme-red .t-hover-main-bg-color-t:hover .t-hover-main-bg-color-t-tt-before:before, .theme-red .t-hover-main-bg-color-t:hover .t-t, .theme-red .t-hover-main-bg-color-t:hover .t-t-after:after, .theme-red .t-hover-main-bg-color-t:hover .t-t-before:before {
  background-color: #e40213;
  color: #fff
}
.theme-red .t-hover-main-bg-color-t-s:hover .t-hover-main-bg-color-t-tt-after-s:after, .theme-red .t-hover-main-bg-color-t-s:hover .t-hover-main-bg-color-t-tt-before-s:before, .theme-red .t-hover-main-bg-color-t-s:hover .t-hover-main-bg-color-t-tt-s, .theme-red .t-hover-main-bg-color-t-s:hover .t-t-after-s:after, .theme-red .t-hover-main-bg-color-t-s:hover .t-t-before-s:before, .theme-red .t-hover-main-bg-color-t-s:hover .t-t-s {
  background-color: #e40213 !important;
  color: #fff !important
}
.theme-red .t-hover-main-hover-bg-color-after:after, .theme-red .t-hover-main-hover-bg-color-all:hover, .theme-red .t-hover-main-hover-bg-color-all:hover *, .theme-red .t-hover-main-hover-bg-color-before:before, .theme-red .t-hover-main-hover-bg-color:hover {
  background-color: #ff3444;
  color: #fff
}
.theme-red .t-hover-main-hover-bg-color-after-s:after, .theme-red .t-hover-main-hover-bg-color-all-s:hover, .theme-red .t-hover-main-hover-bg-color-all-s:hover *, .theme-red .t-hover-main-hover-bg-color-before-s:before, .theme-red .t-hover-main-hover-bg-color-s:hover {
  background-color: #ff3444 !important;
  color: #fff !important
}
.theme-red .t-hover-main-hover-bg-color-t:hover .t-hover-main-hover-bg-color-t-tt, .theme-red .t-hover-main-hover-bg-color-t:hover .t-hover-main-hover-bg-color-t-tt-after:after, .theme-red .t-hover-main-hover-bg-color-t:hover .t-hover-main-hover-bg-color-t-tt-before:before, .theme-red .t-hover-main-hover-bg-color-t:hover .t-t, .theme-red .t-hover-main-hover-bg-color-t:hover .t-t-after:after, .theme-red .t-hover-main-hover-bg-color-t:hover .t-t-before:before {
  background-color: #ff3444;
  color: #fff
}
.theme-red .t-hover-main-hover-bg-color-t-s:hover .t-hover-main-hover-bg-color-t-tt-after-s:after, .theme-red .t-hover-main-hover-bg-color-t-s:hover .t-hover-main-hover-bg-color-t-tt-before-s:before, .theme-red .t-hover-main-hover-bg-color-t-s:hover .t-hover-main-hover-bg-color-t-tt-s, .theme-red .t-hover-main-hover-bg-color-t-s:hover .t-t-after-s:after, .theme-red .t-hover-main-hover-bg-color-t-s:hover .t-t-before-s:before, .theme-red .t-hover-main-hover-bg-color-t-s:hover .t-t-s {
  background-color: #ff3444 !important;
  color: #fff !important
}
.theme-red .t-main-font-theme-color, .theme-red .t-main-font-theme-color-after:after, .theme-red .t-main-font-theme-color-all, .theme-red .t-main-font-theme-color-all *, .theme-red .t-main-font-theme-color-before:before {
  color: #e40213
}
.theme-red .t-main-font-theme-color-after-s:after, .theme-red .t-main-font-theme-color-all-s, .theme-red .t-main-font-theme-color-all-s *, .theme-red .t-main-font-theme-color-before-s:before, .theme-red .t-main-font-theme-color-s {
  color: #e40213 !important
}
.theme-red .t-main-font-theme-color-t .t-main-font-theme-color-t-tt, .theme-red .t-main-font-theme-color-t .t-main-font-theme-color-t-tt-after:after, .theme-red .t-main-font-theme-color-t .t-main-font-theme-color-t-tt-before:before, .theme-red .t-main-font-theme-color-t .t-t, .theme-red .t-main-font-theme-color-t .t-t-after:after, .theme-red .t-main-font-theme-color-t .t-t-before:before {
  color: #e40213
}
.theme-red .t-main-font-theme-color-t-s .t-main-font-theme-color-t-tt-after-s:after, .theme-red .t-main-font-theme-color-t-s .t-main-font-theme-color-t-tt-before-s:before, .theme-red .t-main-font-theme-color-t-s .t-main-font-theme-color-t-tt-s, .theme-red .t-main-font-theme-color-t-s .t-t-after-s:after, .theme-red .t-main-font-theme-color-t-s .t-t-before-s:before, .theme-red .t-main-font-theme-color-t-s .t-t-s {
  color: #e40213 !important
}
.theme-red .t-main-font-theme-color-h, .theme-red .t-main-font-theme-color-h-after:after, .theme-red .t-main-font-theme-color-h-all, .theme-red .t-main-font-theme-color-h-all *, .theme-red .t-main-font-theme-color-h-before:before {
  color: #e40213
}
.theme-red .t-main-font-theme-color-h-after-s:after, .theme-red .t-main-font-theme-color-h-all-s, .theme-red .t-main-font-theme-color-h-all-s *, .theme-red .t-main-font-theme-color-h-before-s:before, .theme-red .t-main-font-theme-color-h-s {
  color: #e40213 !important
}
.theme-red .t-main-font-theme-color-h-t .t-main-font-theme-color-h-t-tt, .theme-red .t-main-font-theme-color-h-t .t-main-font-theme-color-h-t-tt-after:after, .theme-red .t-main-font-theme-color-h-t .t-main-font-theme-color-h-t-tt-before:before, .theme-red .t-main-font-theme-color-h-t .t-t, .theme-red .t-main-font-theme-color-h-t .t-t-after:after, .theme-red .t-main-font-theme-color-h-t .t-t-before:before {
  color: #e40213
}
.theme-red .t-main-font-theme-color-h-t-s .t-main-font-theme-color-h-t-tt-after-s:after, .theme-red .t-main-font-theme-color-h-t-s .t-main-font-theme-color-h-t-tt-before-s:before, .theme-red .t-main-font-theme-color-h-t-s .t-main-font-theme-color-h-t-tt-s, .theme-red .t-main-font-theme-color-h-t-s .t-t-after-s:after, .theme-red .t-main-font-theme-color-h-t-s .t-t-before-s:before, .theme-red .t-main-font-theme-color-h-t-s .t-t-s {
  color: #e40213 !important
}
.theme-red .t-main-font-theme-color-h-after:after, .theme-red .t-main-font-theme-color-h-all:hover, .theme-red .t-main-font-theme-color-h-all:hover *, .theme-red .t-main-font-theme-color-h-before:before, .theme-red .t-main-font-theme-color-h:hover {
  color: #ff3444
}
.theme-red .t-main-font-theme-color-h-after-s:after, .theme-red .t-main-font-theme-color-h-all-s:hover, .theme-red .t-main-font-theme-color-h-all-s:hover *, .theme-red .t-main-font-theme-color-h-before-s:before, .theme-red .t-main-font-theme-color-h-s:hover {
  color: #ff3444 !important
}
.theme-red .t-main-font-theme-color-h-t:hover .t-main-font-theme-color-h-t-tt, .theme-red .t-main-font-theme-color-h-t:hover .t-main-font-theme-color-h-t-tt-after:after, .theme-red .t-main-font-theme-color-h-t:hover .t-main-font-theme-color-h-t-tt-before:before, .theme-red .t-main-font-theme-color-h-t:hover .t-t, .theme-red .t-main-font-theme-color-h-t:hover .t-t-after:after, .theme-red .t-main-font-theme-color-h-t:hover .t-t-before:before {
  color: #ff3444
}
.theme-red .t-main-font-theme-color-h-t-s:hover .t-main-font-theme-color-h-t-tt-after-s:after, .theme-red .t-main-font-theme-color-h-t-s:hover .t-main-font-theme-color-h-t-tt-before-s:before, .theme-red .t-main-font-theme-color-h-t-s:hover .t-main-font-theme-color-h-t-tt-s, .theme-red .t-main-font-theme-color-h-t-s:hover .t-t-after-s:after, .theme-red .t-main-font-theme-color-h-t-s:hover .t-t-before-s:before, .theme-red .t-main-font-theme-color-h-t-s:hover .t-t-s {
  color: #ff3444 !important
}
.theme-red .t-hover-main-font-theme-color-after:after, .theme-red .t-hover-main-font-theme-color-all:hover, .theme-red .t-hover-main-font-theme-color-all:hover *, .theme-red .t-hover-main-font-theme-color-before:before, .theme-red .t-hover-main-font-theme-color:hover {
  color: #e40213
}
.theme-red .t-hover-main-font-theme-color-after-s:after, .theme-red .t-hover-main-font-theme-color-all-s:hover, .theme-red .t-hover-main-font-theme-color-all-s:hover *, .theme-red .t-hover-main-font-theme-color-before-s:before, .theme-red .t-hover-main-font-theme-color-s:hover {
  color: #e40213 !important
}
.theme-red .t-hover-main-font-theme-color-t:hover .t-hover-main-font-theme-color-t-tt, .theme-red .t-hover-main-font-theme-color-t:hover .t-hover-main-font-theme-color-t-tt-after:after, .theme-red .t-hover-main-font-theme-color-t:hover .t-hover-main-font-theme-color-t-tt-before:before, .theme-red .t-hover-main-font-theme-color-t:hover .t-t, .theme-red .t-hover-main-font-theme-color-t:hover .t-t-after:after, .theme-red .t-hover-main-font-theme-color-t:hover .t-t-before:before {
  color: #e40213
}
.theme-red .t-hover-main-font-theme-color-t-s:hover .t-hover-main-font-theme-color-t-tt-after-s:after, .theme-red .t-hover-main-font-theme-color-t-s:hover .t-hover-main-font-theme-color-t-tt-before-s:before, .theme-red .t-hover-main-font-theme-color-t-s:hover .t-hover-main-font-theme-color-t-tt-s, .theme-red .t-hover-main-font-theme-color-t-s:hover .t-t-after-s:after, .theme-red .t-hover-main-font-theme-color-t-s:hover .t-t-before-s:before, .theme-red .t-hover-main-font-theme-color-t-s:hover .t-t-s {
  color: #e40213 !important
}
.theme-red .t-main-border-color, .theme-red .t-main-border-color-after:after, .theme-red .t-main-border-color-all, .theme-red .t-main-border-color-all *, .theme-red .t-main-border-color-before:before {
  border-color: #e40213
}
.theme-red .t-main-border-color-after-s:after, .theme-red .t-main-border-color-all-s, .theme-red .t-main-border-color-all-s *, .theme-red .t-main-border-color-before-s:before, .theme-red .t-main-border-color-s {
  border-color: #e40213 !important
}
.theme-red .t-main-border-color-t .t-main-border-color-t-tt, .theme-red .t-main-border-color-t .t-main-border-color-t-tt-after:after, .theme-red .t-main-border-color-t .t-main-border-color-t-tt-before:before, .theme-red .t-main-border-color-t .t-t, .theme-red .t-main-border-color-t .t-t-after:after, .theme-red .t-main-border-color-t .t-t-before:before {
  border-color: #e40213
}
.theme-red .t-main-border-color-t-s .t-main-border-color-t-tt-after-s:after, .theme-red .t-main-border-color-t-s .t-main-border-color-t-tt-before-s:before, .theme-red .t-main-border-color-t-s .t-main-border-color-t-tt-s, .theme-red .t-main-border-color-t-s .t-t-after-s:after, .theme-red .t-main-border-color-t-s .t-t-before-s:before, .theme-red .t-main-border-color-t-s .t-t-s {
  border-color: #e40213 !important
}
.theme-red .t-main-border-color-h, .theme-red .t-main-border-color-h-after:after, .theme-red .t-main-border-color-h-all, .theme-red .t-main-border-color-h-all *, .theme-red .t-main-border-color-h-before:before {
  border-color: #e40213
}
.theme-red .t-main-border-color-h-after-s:after, .theme-red .t-main-border-color-h-all-s, .theme-red .t-main-border-color-h-all-s *, .theme-red .t-main-border-color-h-before-s:before, .theme-red .t-main-border-color-h-s {
  border-color: #e40213 !important
}
.theme-red .t-main-border-color-h-t .t-main-border-color-h-t-tt, .theme-red .t-main-border-color-h-t .t-main-border-color-h-t-tt-after:after, .theme-red .t-main-border-color-h-t .t-main-border-color-h-t-tt-before:before, .theme-red .t-main-border-color-h-t .t-t, .theme-red .t-main-border-color-h-t .t-t-after:after, .theme-red .t-main-border-color-h-t .t-t-before:before {
  border-color: #e40213
}
.theme-red .t-main-border-color-h-t-s .t-main-border-color-h-t-tt-after-s:after, .theme-red .t-main-border-color-h-t-s .t-main-border-color-h-t-tt-before-s:before, .theme-red .t-main-border-color-h-t-s .t-main-border-color-h-t-tt-s, .theme-red .t-main-border-color-h-t-s .t-t-after-s:after, .theme-red .t-main-border-color-h-t-s .t-t-before-s:before, .theme-red .t-main-border-color-h-t-s .t-t-s {
  border-color: #e40213 !important
}
.theme-red .t-main-border-color-h-after:after, .theme-red .t-main-border-color-h-all:hover, .theme-red .t-main-border-color-h-all:hover *, .theme-red .t-main-border-color-h-before:before, .theme-red .t-main-border-color-h:hover {
  border-color: #ff3444
}
.theme-red .t-main-border-color-h-after-s:after, .theme-red .t-main-border-color-h-all-s:hover, .theme-red .t-main-border-color-h-all-s:hover *, .theme-red .t-main-border-color-h-before-s:before, .theme-red .t-main-border-color-h-s:hover {
  border-color: #ff3444 !important
}
.theme-red .t-main-border-color-h-t:hover .t-main-border-color-h-t-tt, .theme-red .t-main-border-color-h-t:hover .t-main-border-color-h-t-tt-after:after, .theme-red .t-main-border-color-h-t:hover .t-main-border-color-h-t-tt-before:before, .theme-red .t-main-border-color-h-t:hover .t-t, .theme-red .t-main-border-color-h-t:hover .t-t-after:after, .theme-red .t-main-border-color-h-t:hover .t-t-before:before {
  border-color: #ff3444
}
.theme-red .t-main-border-color-h-t-s:hover .t-main-border-color-h-t-tt-after-s:after, .theme-red .t-main-border-color-h-t-s:hover .t-main-border-color-h-t-tt-before-s:before, .theme-red .t-main-border-color-h-t-s:hover .t-main-border-color-h-t-tt-s, .theme-red .t-main-border-color-h-t-s:hover .t-t-after-s:after, .theme-red .t-main-border-color-h-t-s:hover .t-t-before-s:before, .theme-red .t-main-border-color-h-t-s:hover .t-t-s {
  border-color: #ff3444 !important
}
.theme-red .t-hover-main-border-color-after:after, .theme-red .t-hover-main-border-color-all:hover, .theme-red .t-hover-main-border-color-all:hover *, .theme-red .t-hover-main-border-color-before:before, .theme-red .t-hover-main-border-color:hover {
  border-color: #e40213
}
.theme-red .t-hover-main-border-color-after-s:after, .theme-red .t-hover-main-border-color-all-s:hover, .theme-red .t-hover-main-border-color-all-s:hover *, .theme-red .t-hover-main-border-color-before-s:before, .theme-red .t-hover-main-border-color-s:hover {
  border-color: #e40213 !important
}
.theme-red .t-hover-main-border-color-t:hover .t-hover-main-border-color-t-tt, .theme-red .t-hover-main-border-color-t:hover .t-hover-main-border-color-t-tt-after:after, .theme-red .t-hover-main-border-color-t:hover .t-hover-main-border-color-t-tt-before:before, .theme-red .t-hover-main-border-color-t:hover .t-t, .theme-red .t-hover-main-border-color-t:hover .t-t-after:after, .theme-red .t-hover-main-border-color-t:hover .t-t-before:before {
  border-color: #e40213
}
.theme-red .t-hover-main-border-color-t-s:hover .t-hover-main-border-color-t-tt-after-s:after, .theme-red .t-hover-main-border-color-t-s:hover .t-hover-main-border-color-t-tt-before-s:before, .theme-red .t-hover-main-border-color-t-s:hover .t-hover-main-border-color-t-tt-s, .theme-red .t-hover-main-border-color-t-s:hover .t-t-after-s:after, .theme-red .t-hover-main-border-color-t-s:hover .t-t-before-s:before, .theme-red .t-hover-main-border-color-t-s:hover .t-t-s {
  border-color: #e40213 !important
}
.theme-red .t-border-color, .theme-red .t-border-color-after:after, .theme-red .t-border-color-all, .theme-red .t-border-color-all *, .theme-red .t-border-color-before:before {
  border-color: #dcdfe6
}
.theme-red .t-border-color-after-s:after, .theme-red .t-border-color-all-s, .theme-red .t-border-color-all-s *, .theme-red .t-border-color-before-s:before, .theme-red .t-border-color-s {
  border-color: #dcdfe6 !important
}
.theme-red .t-border-color-t .t-border-color-t-tt, .theme-red .t-border-color-t .t-border-color-t-tt-after:after, .theme-red .t-border-color-t .t-border-color-t-tt-before:before, .theme-red .t-border-color-t .t-t, .theme-red .t-border-color-t .t-t-after:after, .theme-red .t-border-color-t .t-t-before:before {
  border-color: #dcdfe6
}
.theme-red .t-border-color-t-s .t-border-color-t-tt-after-s:after, .theme-red .t-border-color-t-s .t-border-color-t-tt-before-s:before, .theme-red .t-border-color-t-s .t-border-color-t-tt-s, .theme-red .t-border-color-t-s .t-t-after-s:after, .theme-red .t-border-color-t-s .t-t-before-s:before, .theme-red .t-border-color-t-s .t-t-s {
  border-color: #dcdfe6 !important
}
.theme-red .t-bg-color-gradient-rotate, .theme-red .t-bg-color-gradient-rotate-after:after, .theme-red .t-bg-color-gradient-rotate-all, .theme-red .t-bg-color-gradient-rotate-all *, .theme-red .t-bg-color-gradient-rotate-before:before {
  background: linear-gradient(-90deg, #e40213, transparent)
}
.theme-red .t-bg-color-gradient-rotate-after-s:after, .theme-red .t-bg-color-gradient-rotate-all-s, .theme-red .t-bg-color-gradient-rotate-all-s *, .theme-red .t-bg-color-gradient-rotate-before-s:before, .theme-red .t-bg-color-gradient-rotate-s {
  background: linear-gradient(-90deg, #e40213, transparent) !important
}
.theme-red .t-bg-color-gradient-rotate-t .t-bg-color-gradient-rotate-t-tt, .theme-red .t-bg-color-gradient-rotate-t .t-bg-color-gradient-rotate-t-tt-after:after, .theme-red .t-bg-color-gradient-rotate-t .t-bg-color-gradient-rotate-t-tt-before:before, .theme-red .t-bg-color-gradient-rotate-t .t-t, .theme-red .t-bg-color-gradient-rotate-t .t-t-after:after, .theme-red .t-bg-color-gradient-rotate-t .t-t-before:before {
  background: linear-gradient(-90deg, #e40213, transparent)
}
.theme-red .t-bg-color-gradient-rotate-t-s .t-bg-color-gradient-rotate-t-tt-after-s:after, .theme-red .t-bg-color-gradient-rotate-t-s .t-bg-color-gradient-rotate-t-tt-before-s:before, .theme-red .t-bg-color-gradient-rotate-t-s .t-bg-color-gradient-rotate-t-tt-s, .theme-red .t-bg-color-gradient-rotate-t-s .t-t-after-s:after, .theme-red .t-bg-color-gradient-rotate-t-s .t-t-before-s:before, .theme-red .t-bg-color-gradient-rotate-t-s .t-t-s {
  background: linear-gradient(-90deg, #e40213, transparent) !important
}
.theme-red .t-bg-color-gradient-vertical, .theme-red .t-bg-color-gradient-vertical-after:after, .theme-red .t-bg-color-gradient-vertical-all, .theme-red .t-bg-color-gradient-vertical-all *, .theme-red .t-bg-color-gradient-vertical-before:before {
  background: linear-gradient(0deg, #e40213, transparent)
}
.theme-red .t-bg-color-gradient-vertical-after-s:after, .theme-red .t-bg-color-gradient-vertical-all-s, .theme-red .t-bg-color-gradient-vertical-all-s *, .theme-red .t-bg-color-gradient-vertical-before-s:before, .theme-red .t-bg-color-gradient-vertical-s {
  background: linear-gradient(0deg, #e40213, transparent) !important
}
.theme-red .t-bg-color-gradient-vertical-t .t-bg-color-gradient-vertical-t-tt, .theme-red .t-bg-color-gradient-vertical-t .t-bg-color-gradient-vertical-t-tt-after:after, .theme-red .t-bg-color-gradient-vertical-t .t-bg-color-gradient-vertical-t-tt-before:before, .theme-red .t-bg-color-gradient-vertical-t .t-t, .theme-red .t-bg-color-gradient-vertical-t .t-t-after:after, .theme-red .t-bg-color-gradient-vertical-t .t-t-before:before {
  background: linear-gradient(0deg, #e40213, transparent)
}
.theme-red .t-bg-color-gradient-vertical-t-s .t-bg-color-gradient-vertical-t-tt-after-s:after, .theme-red .t-bg-color-gradient-vertical-t-s .t-bg-color-gradient-vertical-t-tt-before-s:before, .theme-red .t-bg-color-gradient-vertical-t-s .t-bg-color-gradient-vertical-t-tt-s, .theme-red .t-bg-color-gradient-vertical-t-s .t-t-after-s:after, .theme-red .t-bg-color-gradient-vertical-t-s .t-t-before-s:before, .theme-red .t-bg-color-gradient-vertical-t-s .t-t-s {
  background: linear-gradient(0deg, #e40213, transparent) !important
}
.theme-red .t-hover-bg-color-gradient-vertical-after:after, .theme-red .t-hover-bg-color-gradient-vertical-all:hover, .theme-red .t-hover-bg-color-gradient-vertical-all:hover *, .theme-red .t-hover-bg-color-gradient-vertical-before:before, .theme-red .t-hover-bg-color-gradient-vertical:hover {
  background: linear-gradient(0deg, #e40213, transparent)
}
.theme-red .t-hover-bg-color-gradient-vertical-after-s:after, .theme-red .t-hover-bg-color-gradient-vertical-all-s:hover, .theme-red .t-hover-bg-color-gradient-vertical-all-s:hover *, .theme-red .t-hover-bg-color-gradient-vertical-before-s:before, .theme-red .t-hover-bg-color-gradient-vertical-s:hover {
  background: linear-gradient(0deg, #e40213, transparent) !important
}
.theme-red .t-hover-bg-color-gradient-vertical-t:hover .t-hover-bg-color-gradient-vertical-t-tt, .theme-red .t-hover-bg-color-gradient-vertical-t:hover .t-hover-bg-color-gradient-vertical-t-tt-after:after, .theme-red .t-hover-bg-color-gradient-vertical-t:hover .t-hover-bg-color-gradient-vertical-t-tt-before:before, .theme-red .t-hover-bg-color-gradient-vertical-t:hover .t-t, .theme-red .t-hover-bg-color-gradient-vertical-t:hover .t-t-after:after, .theme-red .t-hover-bg-color-gradient-vertical-t:hover .t-t-before:before {
  background: linear-gradient(0deg, #e40213, transparent)
}
.theme-red .t-hover-bg-color-gradient-vertical-t-s:hover .t-hover-bg-color-gradient-vertical-t-tt-after-s:after, .theme-red .t-hover-bg-color-gradient-vertical-t-s:hover .t-hover-bg-color-gradient-vertical-t-tt-before-s:before, .theme-red .t-hover-bg-color-gradient-vertical-t-s:hover .t-hover-bg-color-gradient-vertical-t-tt-s, .theme-red .t-hover-bg-color-gradient-vertical-t-s:hover .t-t-after-s:after, .theme-red .t-hover-bg-color-gradient-vertical-t-s:hover .t-t-before-s:before, .theme-red .t-hover-bg-color-gradient-vertical-t-s:hover .t-t-s {
  background: linear-gradient(0deg, #e40213, transparent) !important
}
.theme-red section.ow-swiper .swiper-pagination .swiper-active-switch {
  background: #e40213
}
.theme-cyan {
  --themeMainColor: #0da5ca;
  --themeMainHoverColor: #0eb6df;
  --bkmainColorLight: #ddf7fd;
  --bkmainColorDarken: #04323e;
  --themeFontColor: #33333b;
  --themeFontSubColor: #66666b;
  --themeFontThirdColor: #99999b
}
.theme-cyan .t-light-bg-color, .theme-cyan .t-light-bg-color-after:after, .theme-cyan .t-light-bg-color-all, .theme-cyan .t-light-bg-color-all *, .theme-cyan .t-light-bg-color-before:before {
  background-color: #ddf7fd
}
.theme-cyan .t-light-bg-color-after-s:after, .theme-cyan .t-light-bg-color-all-s, .theme-cyan .t-light-bg-color-all-s *, .theme-cyan .t-light-bg-color-before-s:before, .theme-cyan .t-light-bg-color-s {
  background-color: #ddf7fd !important
}
.theme-cyan .t-light-bg-color-t .t-light-bg-color-t-tt, .theme-cyan .t-light-bg-color-t .t-light-bg-color-t-tt-after:after, .theme-cyan .t-light-bg-color-t .t-light-bg-color-t-tt-before:before, .theme-cyan .t-light-bg-color-t .t-t, .theme-cyan .t-light-bg-color-t .t-t-after:after, .theme-cyan .t-light-bg-color-t .t-t-before:before {
  background-color: #ddf7fd
}
.theme-cyan .t-light-bg-color-t-s .t-light-bg-color-t-tt-after-s:after, .theme-cyan .t-light-bg-color-t-s .t-light-bg-color-t-tt-before-s:before, .theme-cyan .t-light-bg-color-t-s .t-light-bg-color-t-tt-s, .theme-cyan .t-light-bg-color-t-s .t-t-after-s:after, .theme-cyan .t-light-bg-color-t-s .t-t-before-s:before, .theme-cyan .t-light-bg-color-t-s .t-t-s {
  background-color: #ddf7fd !important
}
.theme-cyan .t-hover-light-bg-color-after:after, .theme-cyan .t-hover-light-bg-color-all:hover, .theme-cyan .t-hover-light-bg-color-all:hover *, .theme-cyan .t-hover-light-bg-color-before:before, .theme-cyan .t-hover-light-bg-color:hover {
  background-color: #ddf7fd
}
.theme-cyan .t-hover-light-bg-color-after-s:after, .theme-cyan .t-hover-light-bg-color-all-s:hover, .theme-cyan .t-hover-light-bg-color-all-s:hover *, .theme-cyan .t-hover-light-bg-color-before-s:before, .theme-cyan .t-hover-light-bg-color-s:hover {
  background-color: #ddf7fd !important
}
.theme-cyan .t-hover-light-bg-color-t:hover .t-hover-light-bg-color-t-tt, .theme-cyan .t-hover-light-bg-color-t:hover .t-hover-light-bg-color-t-tt-after:after, .theme-cyan .t-hover-light-bg-color-t:hover .t-hover-light-bg-color-t-tt-before:before, .theme-cyan .t-hover-light-bg-color-t:hover .t-t, .theme-cyan .t-hover-light-bg-color-t:hover .t-t-after:after, .theme-cyan .t-hover-light-bg-color-t:hover .t-t-before:before {
  background-color: #ddf7fd
}
.theme-cyan .t-hover-light-bg-color-t-s:hover .t-hover-light-bg-color-t-tt-after-s:after, .theme-cyan .t-hover-light-bg-color-t-s:hover .t-hover-light-bg-color-t-tt-before-s:before, .theme-cyan .t-hover-light-bg-color-t-s:hover .t-hover-light-bg-color-t-tt-s, .theme-cyan .t-hover-light-bg-color-t-s:hover .t-t-after-s:after, .theme-cyan .t-hover-light-bg-color-t-s:hover .t-t-before-s:before, .theme-cyan .t-hover-light-bg-color-t-s:hover .t-t-s {
  background-color: #ddf7fd !important
}
.theme-cyan .t-darken-bg-color, .theme-cyan .t-darken-bg-color-after:after, .theme-cyan .t-darken-bg-color-all, .theme-cyan .t-darken-bg-color-all *, .theme-cyan .t-darken-bg-color-before:before {
  background-color: #04323e;
  color: #fff
}
.theme-cyan .t-darken-bg-color-after-s:after, .theme-cyan .t-darken-bg-color-all-s, .theme-cyan .t-darken-bg-color-all-s *, .theme-cyan .t-darken-bg-color-before-s:before, .theme-cyan .t-darken-bg-color-s {
  background-color: #04323e !important;
  color: #fff !important
}
.theme-cyan .t-darken-bg-color-t .t-darken-bg-color-t-tt, .theme-cyan .t-darken-bg-color-t .t-darken-bg-color-t-tt-after:after, .theme-cyan .t-darken-bg-color-t .t-darken-bg-color-t-tt-before:before, .theme-cyan .t-darken-bg-color-t .t-t, .theme-cyan .t-darken-bg-color-t .t-t-after:after, .theme-cyan .t-darken-bg-color-t .t-t-before:before {
  background-color: #04323e;
  color: #fff
}
.theme-cyan .t-darken-bg-color-t-s .t-darken-bg-color-t-tt-after-s:after, .theme-cyan .t-darken-bg-color-t-s .t-darken-bg-color-t-tt-before-s:before, .theme-cyan .t-darken-bg-color-t-s .t-darken-bg-color-t-tt-s, .theme-cyan .t-darken-bg-color-t-s .t-t-after-s:after, .theme-cyan .t-darken-bg-color-t-s .t-t-before-s:before, .theme-cyan .t-darken-bg-color-t-s .t-t-s {
  background-color: #04323e !important;
  color: #fff !important
}
.theme-cyan .t-bg-color-gradient, .theme-cyan .t-bg-color-gradient-after:after, .theme-cyan .t-bg-color-gradient-all, .theme-cyan .t-bg-color-gradient-all *, .theme-cyan .t-bg-color-gradient-before:before {
  background-color: #0eb6df;
  color: #fff
}
.theme-cyan .t-bg-color-gradient-after-s:after, .theme-cyan .t-bg-color-gradient-all-s, .theme-cyan .t-bg-color-gradient-all-s *, .theme-cyan .t-bg-color-gradient-before-s:before, .theme-cyan .t-bg-color-gradient-s {
  background-color: #0eb6df !important;
  color: #fff !important
}
.theme-cyan .t-bg-color-gradient-t .t-bg-color-gradient-t-tt, .theme-cyan .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-after:after, .theme-cyan .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-before:before, .theme-cyan .t-bg-color-gradient-t .t-t, .theme-cyan .t-bg-color-gradient-t .t-t-after:after, .theme-cyan .t-bg-color-gradient-t .t-t-before:before {
  background-color: #0eb6df;
  color: #fff
}
.theme-cyan .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-after-s:after, .theme-cyan .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-before-s:before, .theme-cyan .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-s, .theme-cyan .t-bg-color-gradient-t-s .t-t-after-s:after, .theme-cyan .t-bg-color-gradient-t-s .t-t-before-s:before, .theme-cyan .t-bg-color-gradient-t-s .t-t-s {
  background-color: #0eb6df !important;
  color: #fff !important
}
.theme-cyan .t-bg-color-gradient, .theme-cyan .t-bg-color-gradient-after:after, .theme-cyan .t-bg-color-gradient-all, .theme-cyan .t-bg-color-gradient-all *, .theme-cyan .t-bg-color-gradient-before:before {
  background: linear-gradient(180deg, #0eb6df, #0da5ca)
}
.theme-cyan .t-bg-color-gradient-after-s:after, .theme-cyan .t-bg-color-gradient-all-s, .theme-cyan .t-bg-color-gradient-all-s *, .theme-cyan .t-bg-color-gradient-before-s:before, .theme-cyan .t-bg-color-gradient-s {
  background: linear-gradient(180deg, #0eb6df, #0da5ca) !important
}
.theme-cyan .t-bg-color-gradient-t .t-bg-color-gradient-t-tt, .theme-cyan .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-after:after, .theme-cyan .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-before:before, .theme-cyan .t-bg-color-gradient-t .t-t, .theme-cyan .t-bg-color-gradient-t .t-t-after:after, .theme-cyan .t-bg-color-gradient-t .t-t-before:before {
  background: linear-gradient(180deg, #0eb6df, #0da5ca)
}
.theme-cyan .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-after-s:after, .theme-cyan .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-before-s:before, .theme-cyan .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-s, .theme-cyan .t-bg-color-gradient-t-s .t-t-after-s:after, .theme-cyan .t-bg-color-gradient-t-s .t-t-before-s:before, .theme-cyan .t-bg-color-gradient-t-s .t-t-s {
  background: linear-gradient(180deg, #0eb6df, #0da5ca) !important
}
.theme-cyan .t-darken-bg-color-gradient, .theme-cyan .t-darken-bg-color-gradient-after:after, .theme-cyan .t-darken-bg-color-gradient-all, .theme-cyan .t-darken-bg-color-gradient-all *, .theme-cyan .t-darken-bg-color-gradient-before:before {
  background-color: #04323e;
  color: #fff
}
.theme-cyan .t-darken-bg-color-gradient-after-s:after, .theme-cyan .t-darken-bg-color-gradient-all-s, .theme-cyan .t-darken-bg-color-gradient-all-s *, .theme-cyan .t-darken-bg-color-gradient-before-s:before, .theme-cyan .t-darken-bg-color-gradient-s {
  background-color: #04323e !important;
  color: #fff !important
}
.theme-cyan .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt, .theme-cyan .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-after:after, .theme-cyan .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-before:before, .theme-cyan .t-darken-bg-color-gradient-t .t-t, .theme-cyan .t-darken-bg-color-gradient-t .t-t-after:after, .theme-cyan .t-darken-bg-color-gradient-t .t-t-before:before {
  background-color: #04323e;
  color: #fff
}
.theme-cyan .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-after-s:after, .theme-cyan .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-before-s:before, .theme-cyan .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-s, .theme-cyan .t-darken-bg-color-gradient-t-s .t-t-after-s:after, .theme-cyan .t-darken-bg-color-gradient-t-s .t-t-before-s:before, .theme-cyan .t-darken-bg-color-gradient-t-s .t-t-s {
  background-color: #04323e !important;
  color: #fff !important
}
.theme-cyan .t-darken-bg-color-gradient, .theme-cyan .t-darken-bg-color-gradient-after:after, .theme-cyan .t-darken-bg-color-gradient-all, .theme-cyan .t-darken-bg-color-gradient-all *, .theme-cyan .t-darken-bg-color-gradient-before:before {
  background: linear-gradient(180deg, #000, #04323e 57%, #04323e)
}
.theme-cyan .t-darken-bg-color-gradient-after-s:after, .theme-cyan .t-darken-bg-color-gradient-all-s, .theme-cyan .t-darken-bg-color-gradient-all-s *, .theme-cyan .t-darken-bg-color-gradient-before-s:before, .theme-cyan .t-darken-bg-color-gradient-s {
  background: linear-gradient(180deg, #000, #04323e 57%, #04323e) !important
}
.theme-cyan .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt, .theme-cyan .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-after:after, .theme-cyan .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-before:before, .theme-cyan .t-darken-bg-color-gradient-t .t-t, .theme-cyan .t-darken-bg-color-gradient-t .t-t-after:after, .theme-cyan .t-darken-bg-color-gradient-t .t-t-before:before {
  background: linear-gradient(180deg, #000, #04323e 57%, #04323e)
}
.theme-cyan .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-after-s:after, .theme-cyan .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-before-s:before, .theme-cyan .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-s, .theme-cyan .t-darken-bg-color-gradient-t-s .t-t-after-s:after, .theme-cyan .t-darken-bg-color-gradient-t-s .t-t-before-s:before, .theme-cyan .t-darken-bg-color-gradient-t-s .t-t-s {
  background: linear-gradient(180deg, #000, #04323e 57%, #04323e) !important
}
.theme-cyan body, .theme-cyan body-after:after, .theme-cyan body-all, .theme-cyan body-all *, .theme-cyan body-before:before {
  color: #33333b
}
.theme-cyan body-after-s:after, .theme-cyan body-all-s, .theme-cyan body-all-s *, .theme-cyan body-before-s:before, .theme-cyan body-s {
  color: #33333b !important
}
.theme-cyan body-t .t-t, .theme-cyan body-t .t-t-after:after, .theme-cyan body-t .t-t-before:before, .theme-cyan body-t body-t-tt, .theme-cyan body-t body-t-tt-after:after, .theme-cyan body-t body-t-tt-before:before {
  color: #33333b
}
.theme-cyan body-t-s .t-t-after-s:after, .theme-cyan body-t-s .t-t-before-s:before, .theme-cyan body-t-s .t-t-s, .theme-cyan body-t-s body-t-tt-after-s:after, .theme-cyan body-t-s body-t-tt-before-s:before, .theme-cyan body-t-s body-t-tt-s {
  color: #33333b !important
}
.theme-cyan, .theme-cyan-after:after, .theme-cyan-all, .theme-cyan-all *, .theme-cyan-before:before {
  color: #33333b
}
.theme-cyan-after-s:after, .theme-cyan-all-s, .theme-cyan-all-s *, .theme-cyan-before-s:before, .theme-cyan-s {
  color: #33333b !important
}
.theme-cyan-t .t-t, .theme-cyan-t .t-t-after:after, .theme-cyan-t .t-t-before:before, .theme-cyan-t .theme-cyan-t-tt, .theme-cyan-t .theme-cyan-t-tt-after:after, .theme-cyan-t .theme-cyan-t-tt-before:before {
  color: #33333b
}
.theme-cyan-t-s .t-t-after-s:after, .theme-cyan-t-s .t-t-before-s:before, .theme-cyan-t-s .t-t-s, .theme-cyan-t-s .theme-cyan-t-tt-after-s:after, .theme-cyan-t-s .theme-cyan-t-tt-before-s:before, .theme-cyan-t-s .theme-cyan-t-tt-s {
  color: #33333b !important
}
.theme-cyan .t-font-color, .theme-cyan .t-font-color-after:after, .theme-cyan .t-font-color-all, .theme-cyan .t-font-color-all *, .theme-cyan .t-font-color-before:before {
  color: #33333b
}
.theme-cyan .t-font-color-after-s:after, .theme-cyan .t-font-color-all-s, .theme-cyan .t-font-color-all-s *, .theme-cyan .t-font-color-before-s:before, .theme-cyan .t-font-color-s {
  color: #33333b !important
}
.theme-cyan .t-font-color-t .t-font-color-t-tt, .theme-cyan .t-font-color-t .t-font-color-t-tt-after:after, .theme-cyan .t-font-color-t .t-font-color-t-tt-before:before, .theme-cyan .t-font-color-t .t-t, .theme-cyan .t-font-color-t .t-t-after:after, .theme-cyan .t-font-color-t .t-t-before:before {
  color: #33333b
}
.theme-cyan .t-font-color-t-s .t-font-color-t-tt-after-s:after, .theme-cyan .t-font-color-t-s .t-font-color-t-tt-before-s:before, .theme-cyan .t-font-color-t-s .t-font-color-t-tt-s, .theme-cyan .t-font-color-t-s .t-t-after-s:after, .theme-cyan .t-font-color-t-s .t-t-before-s:before, .theme-cyan .t-font-color-t-s .t-t-s {
  color: #33333b !important
}
.theme-cyan .t-font-color-h-after:after, .theme-cyan .t-font-color-h-all:hover, .theme-cyan .t-font-color-h-all:hover *, .theme-cyan .t-font-color-h-before:before, .theme-cyan .t-font-color-h:hover {
  color: #33333b
}
.theme-cyan .t-font-color-h-after-s:after, .theme-cyan .t-font-color-h-all-s:hover, .theme-cyan .t-font-color-h-all-s:hover *, .theme-cyan .t-font-color-h-before-s:before, .theme-cyan .t-font-color-h-s:hover {
  color: #33333b !important
}
.theme-cyan .t-font-color-h-t:hover .t-font-color-h-t-tt, .theme-cyan .t-font-color-h-t:hover .t-font-color-h-t-tt-after:after, .theme-cyan .t-font-color-h-t:hover .t-font-color-h-t-tt-before:before, .theme-cyan .t-font-color-h-t:hover .t-t, .theme-cyan .t-font-color-h-t:hover .t-t-after:after, .theme-cyan .t-font-color-h-t:hover .t-t-before:before {
  color: #33333b
}
.theme-cyan .t-font-color-h-t-s:hover .t-font-color-h-t-tt-after-s:after, .theme-cyan .t-font-color-h-t-s:hover .t-font-color-h-t-tt-before-s:before, .theme-cyan .t-font-color-h-t-s:hover .t-font-color-h-t-tt-s, .theme-cyan .t-font-color-h-t-s:hover .t-t-after-s:after, .theme-cyan .t-font-color-h-t-s:hover .t-t-before-s:before, .theme-cyan .t-font-color-h-t-s:hover .t-t-s {
  color: #33333b !important
}
.theme-cyan .t-sub-font-color, .theme-cyan .t-sub-font-color-after:after, .theme-cyan .t-sub-font-color-all, .theme-cyan .t-sub-font-color-all *, .theme-cyan .t-sub-font-color-before:before {
  color: #66666b
}
.theme-cyan .t-sub-font-color-after-s:after, .theme-cyan .t-sub-font-color-all-s, .theme-cyan .t-sub-font-color-all-s *, .theme-cyan .t-sub-font-color-before-s:before, .theme-cyan .t-sub-font-color-s {
  color: #66666b !important
}
.theme-cyan .t-sub-font-color-t .t-sub-font-color-t-tt, .theme-cyan .t-sub-font-color-t .t-sub-font-color-t-tt-after:after, .theme-cyan .t-sub-font-color-t .t-sub-font-color-t-tt-before:before, .theme-cyan .t-sub-font-color-t .t-t, .theme-cyan .t-sub-font-color-t .t-t-after:after, .theme-cyan .t-sub-font-color-t .t-t-before:before {
  color: #66666b
}
.theme-cyan .t-sub-font-color-t-s .t-sub-font-color-t-tt-after-s:after, .theme-cyan .t-sub-font-color-t-s .t-sub-font-color-t-tt-before-s:before, .theme-cyan .t-sub-font-color-t-s .t-sub-font-color-t-tt-s, .theme-cyan .t-sub-font-color-t-s .t-t-after-s:after, .theme-cyan .t-sub-font-color-t-s .t-t-before-s:before, .theme-cyan .t-sub-font-color-t-s .t-t-s {
  color: #66666b !important
}
.theme-cyan .t-sub-font-color-h-after:after, .theme-cyan .t-sub-font-color-h-all:hover, .theme-cyan .t-sub-font-color-h-all:hover *, .theme-cyan .t-sub-font-color-h-before:before, .theme-cyan .t-sub-font-color-h:hover {
  color: #66666b
}
.theme-cyan .t-sub-font-color-h-after-s:after, .theme-cyan .t-sub-font-color-h-all-s:hover, .theme-cyan .t-sub-font-color-h-all-s:hover *, .theme-cyan .t-sub-font-color-h-before-s:before, .theme-cyan .t-sub-font-color-h-s:hover {
  color: #66666b !important
}
.theme-cyan .t-sub-font-color-h-t:hover .t-sub-font-color-h-t-tt, .theme-cyan .t-sub-font-color-h-t:hover .t-sub-font-color-h-t-tt-after:after, .theme-cyan .t-sub-font-color-h-t:hover .t-sub-font-color-h-t-tt-before:before, .theme-cyan .t-sub-font-color-h-t:hover .t-t, .theme-cyan .t-sub-font-color-h-t:hover .t-t-after:after, .theme-cyan .t-sub-font-color-h-t:hover .t-t-before:before {
  color: #66666b
}
.theme-cyan .t-sub-font-color-h-t-s:hover .t-sub-font-color-h-t-tt-after-s:after, .theme-cyan .t-sub-font-color-h-t-s:hover .t-sub-font-color-h-t-tt-before-s:before, .theme-cyan .t-sub-font-color-h-t-s:hover .t-sub-font-color-h-t-tt-s, .theme-cyan .t-sub-font-color-h-t-s:hover .t-t-after-s:after, .theme-cyan .t-sub-font-color-h-t-s:hover .t-t-before-s:before, .theme-cyan .t-sub-font-color-h-t-s:hover .t-t-s {
  color: #66666b !important
}
.theme-cyan .t-third-font-color, .theme-cyan .t-third-font-color-after:after, .theme-cyan .t-third-font-color-all, .theme-cyan .t-third-font-color-all *, .theme-cyan .t-third-font-color-before:before {
  color: #99999b
}
.theme-cyan .t-third-font-color-after-s:after, .theme-cyan .t-third-font-color-all-s, .theme-cyan .t-third-font-color-all-s *, .theme-cyan .t-third-font-color-before-s:before, .theme-cyan .t-third-font-color-s {
  color: #99999b !important
}
.theme-cyan .t-third-font-color-t .t-t, .theme-cyan .t-third-font-color-t .t-t-after:after, .theme-cyan .t-third-font-color-t .t-t-before:before, .theme-cyan .t-third-font-color-t .t-third-font-color-t-tt, .theme-cyan .t-third-font-color-t .t-third-font-color-t-tt-after:after, .theme-cyan .t-third-font-color-t .t-third-font-color-t-tt-before:before {
  color: #99999b
}
.theme-cyan .t-third-font-color-t-s .t-t-after-s:after, .theme-cyan .t-third-font-color-t-s .t-t-before-s:before, .theme-cyan .t-third-font-color-t-s .t-t-s, .theme-cyan .t-third-font-color-t-s .t-third-font-color-t-tt-after-s:after, .theme-cyan .t-third-font-color-t-s .t-third-font-color-t-tt-before-s:before, .theme-cyan .t-third-font-color-t-s .t-third-font-color-t-tt-s {
  color: #99999b !important
}
.theme-cyan .t-third-font-color-h-after:after, .theme-cyan .t-third-font-color-h-all:hover, .theme-cyan .t-third-font-color-h-all:hover *, .theme-cyan .t-third-font-color-h-before:before, .theme-cyan .t-third-font-color-h:hover {
  color: #99999b
}
.theme-cyan .t-third-font-color-h-after-s:after, .theme-cyan .t-third-font-color-h-all-s:hover, .theme-cyan .t-third-font-color-h-all-s:hover *, .theme-cyan .t-third-font-color-h-before-s:before, .theme-cyan .t-third-font-color-h-s:hover {
  color: #99999b !important
}
.theme-cyan .t-third-font-color-h-t:hover .t-t, .theme-cyan .t-third-font-color-h-t:hover .t-t-after:after, .theme-cyan .t-third-font-color-h-t:hover .t-t-before:before, .theme-cyan .t-third-font-color-h-t:hover .t-third-font-color-h-t-tt, .theme-cyan .t-third-font-color-h-t:hover .t-third-font-color-h-t-tt-after:after, .theme-cyan .t-third-font-color-h-t:hover .t-third-font-color-h-t-tt-before:before {
  color: #99999b
}
.theme-cyan .t-third-font-color-h-t-s:hover .t-t-after-s:after, .theme-cyan .t-third-font-color-h-t-s:hover .t-t-before-s:before, .theme-cyan .t-third-font-color-h-t-s:hover .t-t-s, .theme-cyan .t-third-font-color-h-t-s:hover .t-third-font-color-h-t-tt-after-s:after, .theme-cyan .t-third-font-color-h-t-s:hover .t-third-font-color-h-t-tt-before-s:before, .theme-cyan .t-third-font-color-h-t-s:hover .t-third-font-color-h-t-tt-s {
  color: #99999b !important
}
.theme-cyan .t-main-bg-color, .theme-cyan .t-main-bg-color-after:after, .theme-cyan .t-main-bg-color-all, .theme-cyan .t-main-bg-color-all *, .theme-cyan .t-main-bg-color-before:before {
  background-color: #0da5ca;
  color: #fff
}
.theme-cyan .t-main-bg-color-after-s:after, .theme-cyan .t-main-bg-color-all-s, .theme-cyan .t-main-bg-color-all-s *, .theme-cyan .t-main-bg-color-before-s:before, .theme-cyan .t-main-bg-color-s {
  background-color: #0da5ca !important;
  color: #fff !important
}
.theme-cyan .t-main-bg-color-t .t-main-bg-color-t-tt, .theme-cyan .t-main-bg-color-t .t-main-bg-color-t-tt-after:after, .theme-cyan .t-main-bg-color-t .t-main-bg-color-t-tt-before:before, .theme-cyan .t-main-bg-color-t .t-t, .theme-cyan .t-main-bg-color-t .t-t-after:after, .theme-cyan .t-main-bg-color-t .t-t-before:before {
  background-color: #0da5ca;
  color: #fff
}
.theme-cyan .t-main-bg-color-t-s .t-main-bg-color-t-tt-after-s:after, .theme-cyan .t-main-bg-color-t-s .t-main-bg-color-t-tt-before-s:before, .theme-cyan .t-main-bg-color-t-s .t-main-bg-color-t-tt-s, .theme-cyan .t-main-bg-color-t-s .t-t-after-s:after, .theme-cyan .t-main-bg-color-t-s .t-t-before-s:before, .theme-cyan .t-main-bg-color-t-s .t-t-s {
  background-color: #0da5ca !important;
  color: #fff !important
}
.theme-cyan .t-main-bg-color-h, .theme-cyan .t-main-bg-color-h-after:after, .theme-cyan .t-main-bg-color-h-all, .theme-cyan .t-main-bg-color-h-all *, .theme-cyan .t-main-bg-color-h-before:before {
  background-color: #0da5ca;
  color: #fff
}
.theme-cyan .t-main-bg-color-h-after-s:after, .theme-cyan .t-main-bg-color-h-all-s, .theme-cyan .t-main-bg-color-h-all-s *, .theme-cyan .t-main-bg-color-h-before-s:before, .theme-cyan .t-main-bg-color-h-s {
  background-color: #0da5ca !important;
  color: #fff !important
}
.theme-cyan .t-main-bg-color-h-t .t-main-bg-color-h-t-tt, .theme-cyan .t-main-bg-color-h-t .t-main-bg-color-h-t-tt-after:after, .theme-cyan .t-main-bg-color-h-t .t-main-bg-color-h-t-tt-before:before, .theme-cyan .t-main-bg-color-h-t .t-t, .theme-cyan .t-main-bg-color-h-t .t-t-after:after, .theme-cyan .t-main-bg-color-h-t .t-t-before:before {
  background-color: #0da5ca;
  color: #fff
}
.theme-cyan .t-main-bg-color-h-t-s .t-main-bg-color-h-t-tt-after-s:after, .theme-cyan .t-main-bg-color-h-t-s .t-main-bg-color-h-t-tt-before-s:before, .theme-cyan .t-main-bg-color-h-t-s .t-main-bg-color-h-t-tt-s, .theme-cyan .t-main-bg-color-h-t-s .t-t-after-s:after, .theme-cyan .t-main-bg-color-h-t-s .t-t-before-s:before, .theme-cyan .t-main-bg-color-h-t-s .t-t-s {
  background-color: #0da5ca !important;
  color: #fff !important
}
.theme-cyan .t-main-bg-color-h-after:after, .theme-cyan .t-main-bg-color-h-all:hover, .theme-cyan .t-main-bg-color-h-all:hover *, .theme-cyan .t-main-bg-color-h-before:before, .theme-cyan .t-main-bg-color-h:hover {
  background-color: #0eb6df
}
.theme-cyan .t-main-bg-color-h-after-s:after, .theme-cyan .t-main-bg-color-h-all-s:hover, .theme-cyan .t-main-bg-color-h-all-s:hover *, .theme-cyan .t-main-bg-color-h-before-s:before, .theme-cyan .t-main-bg-color-h-s:hover {
  background-color: #0eb6df !important
}
.theme-cyan .t-main-bg-color-h-t:hover .t-main-bg-color-h-t-tt, .theme-cyan .t-main-bg-color-h-t:hover .t-main-bg-color-h-t-tt-after:after, .theme-cyan .t-main-bg-color-h-t:hover .t-main-bg-color-h-t-tt-before:before, .theme-cyan .t-main-bg-color-h-t:hover .t-t, .theme-cyan .t-main-bg-color-h-t:hover .t-t-after:after, .theme-cyan .t-main-bg-color-h-t:hover .t-t-before:before {
  background-color: #0eb6df
}
.theme-cyan .t-main-bg-color-h-t-s:hover .t-main-bg-color-h-t-tt-after-s:after, .theme-cyan .t-main-bg-color-h-t-s:hover .t-main-bg-color-h-t-tt-before-s:before, .theme-cyan .t-main-bg-color-h-t-s:hover .t-main-bg-color-h-t-tt-s, .theme-cyan .t-main-bg-color-h-t-s:hover .t-t-after-s:after, .theme-cyan .t-main-bg-color-h-t-s:hover .t-t-before-s:before, .theme-cyan .t-main-bg-color-h-t-s:hover .t-t-s {
  background-color: #0eb6df !important
}
.theme-cyan .t-hover-main-bg-color-after:after, .theme-cyan .t-hover-main-bg-color-all:hover, .theme-cyan .t-hover-main-bg-color-all:hover *, .theme-cyan .t-hover-main-bg-color-before:before, .theme-cyan .t-hover-main-bg-color:hover {
  background-color: #0da5ca;
  color: #fff
}
.theme-cyan .t-hover-main-bg-color-after-s:after, .theme-cyan .t-hover-main-bg-color-all-s:hover, .theme-cyan .t-hover-main-bg-color-all-s:hover *, .theme-cyan .t-hover-main-bg-color-before-s:before, .theme-cyan .t-hover-main-bg-color-s:hover {
  background-color: #0da5ca !important;
  color: #fff !important
}
.theme-cyan .t-hover-main-bg-color-t:hover .t-hover-main-bg-color-t-tt, .theme-cyan .t-hover-main-bg-color-t:hover .t-hover-main-bg-color-t-tt-after:after, .theme-cyan .t-hover-main-bg-color-t:hover .t-hover-main-bg-color-t-tt-before:before, .theme-cyan .t-hover-main-bg-color-t:hover .t-t, .theme-cyan .t-hover-main-bg-color-t:hover .t-t-after:after, .theme-cyan .t-hover-main-bg-color-t:hover .t-t-before:before {
  background-color: #0da5ca;
  color: #fff
}
.theme-cyan .t-hover-main-bg-color-t-s:hover .t-hover-main-bg-color-t-tt-after-s:after, .theme-cyan .t-hover-main-bg-color-t-s:hover .t-hover-main-bg-color-t-tt-before-s:before, .theme-cyan .t-hover-main-bg-color-t-s:hover .t-hover-main-bg-color-t-tt-s, .theme-cyan .t-hover-main-bg-color-t-s:hover .t-t-after-s:after, .theme-cyan .t-hover-main-bg-color-t-s:hover .t-t-before-s:before, .theme-cyan .t-hover-main-bg-color-t-s:hover .t-t-s {
  background-color: #0da5ca !important;
  color: #fff !important
}
.theme-cyan .t-hover-main-hover-bg-color-after:after, .theme-cyan .t-hover-main-hover-bg-color-all:hover, .theme-cyan .t-hover-main-hover-bg-color-all:hover *, .theme-cyan .t-hover-main-hover-bg-color-before:before, .theme-cyan .t-hover-main-hover-bg-color:hover {
  background-color: #0eb6df;
  color: #fff
}
.theme-cyan .t-hover-main-hover-bg-color-after-s:after, .theme-cyan .t-hover-main-hover-bg-color-all-s:hover, .theme-cyan .t-hover-main-hover-bg-color-all-s:hover *, .theme-cyan .t-hover-main-hover-bg-color-before-s:before, .theme-cyan .t-hover-main-hover-bg-color-s:hover {
  background-color: #0eb6df !important;
  color: #fff !important
}
.theme-cyan .t-hover-main-hover-bg-color-t:hover .t-hover-main-hover-bg-color-t-tt, .theme-cyan .t-hover-main-hover-bg-color-t:hover .t-hover-main-hover-bg-color-t-tt-after:after, .theme-cyan .t-hover-main-hover-bg-color-t:hover .t-hover-main-hover-bg-color-t-tt-before:before, .theme-cyan .t-hover-main-hover-bg-color-t:hover .t-t, .theme-cyan .t-hover-main-hover-bg-color-t:hover .t-t-after:after, .theme-cyan .t-hover-main-hover-bg-color-t:hover .t-t-before:before {
  background-color: #0eb6df;
  color: #fff
}
.theme-cyan .t-hover-main-hover-bg-color-t-s:hover .t-hover-main-hover-bg-color-t-tt-after-s:after, .theme-cyan .t-hover-main-hover-bg-color-t-s:hover .t-hover-main-hover-bg-color-t-tt-before-s:before, .theme-cyan .t-hover-main-hover-bg-color-t-s:hover .t-hover-main-hover-bg-color-t-tt-s, .theme-cyan .t-hover-main-hover-bg-color-t-s:hover .t-t-after-s:after, .theme-cyan .t-hover-main-hover-bg-color-t-s:hover .t-t-before-s:before, .theme-cyan .t-hover-main-hover-bg-color-t-s:hover .t-t-s {
  background-color: #0eb6df !important;
  color: #fff !important
}
.theme-cyan .t-main-font-theme-color, .theme-cyan .t-main-font-theme-color-after:after, .theme-cyan .t-main-font-theme-color-all, .theme-cyan .t-main-font-theme-color-all *, .theme-cyan .t-main-font-theme-color-before:before {
  color: #0da5ca
}
.theme-cyan .t-main-font-theme-color-after-s:after, .theme-cyan .t-main-font-theme-color-all-s, .theme-cyan .t-main-font-theme-color-all-s *, .theme-cyan .t-main-font-theme-color-before-s:before, .theme-cyan .t-main-font-theme-color-s {
  color: #0da5ca !important
}
.theme-cyan .t-main-font-theme-color-t .t-main-font-theme-color-t-tt, .theme-cyan .t-main-font-theme-color-t .t-main-font-theme-color-t-tt-after:after, .theme-cyan .t-main-font-theme-color-t .t-main-font-theme-color-t-tt-before:before, .theme-cyan .t-main-font-theme-color-t .t-t, .theme-cyan .t-main-font-theme-color-t .t-t-after:after, .theme-cyan .t-main-font-theme-color-t .t-t-before:before {
  color: #0da5ca
}
.theme-cyan .t-main-font-theme-color-t-s .t-main-font-theme-color-t-tt-after-s:after, .theme-cyan .t-main-font-theme-color-t-s .t-main-font-theme-color-t-tt-before-s:before, .theme-cyan .t-main-font-theme-color-t-s .t-main-font-theme-color-t-tt-s, .theme-cyan .t-main-font-theme-color-t-s .t-t-after-s:after, .theme-cyan .t-main-font-theme-color-t-s .t-t-before-s:before, .theme-cyan .t-main-font-theme-color-t-s .t-t-s {
  color: #0da5ca !important
}
.theme-cyan .t-main-font-theme-color-h, .theme-cyan .t-main-font-theme-color-h-after:after, .theme-cyan .t-main-font-theme-color-h-all, .theme-cyan .t-main-font-theme-color-h-all *, .theme-cyan .t-main-font-theme-color-h-before:before {
  color: #0da5ca
}
.theme-cyan .t-main-font-theme-color-h-after-s:after, .theme-cyan .t-main-font-theme-color-h-all-s, .theme-cyan .t-main-font-theme-color-h-all-s *, .theme-cyan .t-main-font-theme-color-h-before-s:before, .theme-cyan .t-main-font-theme-color-h-s {
  color: #0da5ca !important
}
.theme-cyan .t-main-font-theme-color-h-t .t-main-font-theme-color-h-t-tt, .theme-cyan .t-main-font-theme-color-h-t .t-main-font-theme-color-h-t-tt-after:after, .theme-cyan .t-main-font-theme-color-h-t .t-main-font-theme-color-h-t-tt-before:before, .theme-cyan .t-main-font-theme-color-h-t .t-t, .theme-cyan .t-main-font-theme-color-h-t .t-t-after:after, .theme-cyan .t-main-font-theme-color-h-t .t-t-before:before {
  color: #0da5ca
}
.theme-cyan .t-main-font-theme-color-h-t-s .t-main-font-theme-color-h-t-tt-after-s:after, .theme-cyan .t-main-font-theme-color-h-t-s .t-main-font-theme-color-h-t-tt-before-s:before, .theme-cyan .t-main-font-theme-color-h-t-s .t-main-font-theme-color-h-t-tt-s, .theme-cyan .t-main-font-theme-color-h-t-s .t-t-after-s:after, .theme-cyan .t-main-font-theme-color-h-t-s .t-t-before-s:before, .theme-cyan .t-main-font-theme-color-h-t-s .t-t-s {
  color: #0da5ca !important
}
.theme-cyan .t-main-font-theme-color-h-after:after, .theme-cyan .t-main-font-theme-color-h-all:hover, .theme-cyan .t-main-font-theme-color-h-all:hover *, .theme-cyan .t-main-font-theme-color-h-before:before, .theme-cyan .t-main-font-theme-color-h:hover {
  color: #0eb6df
}
.theme-cyan .t-main-font-theme-color-h-after-s:after, .theme-cyan .t-main-font-theme-color-h-all-s:hover, .theme-cyan .t-main-font-theme-color-h-all-s:hover *, .theme-cyan .t-main-font-theme-color-h-before-s:before, .theme-cyan .t-main-font-theme-color-h-s:hover {
  color: #0eb6df !important
}
.theme-cyan .t-main-font-theme-color-h-t:hover .t-main-font-theme-color-h-t-tt, .theme-cyan .t-main-font-theme-color-h-t:hover .t-main-font-theme-color-h-t-tt-after:after, .theme-cyan .t-main-font-theme-color-h-t:hover .t-main-font-theme-color-h-t-tt-before:before, .theme-cyan .t-main-font-theme-color-h-t:hover .t-t, .theme-cyan .t-main-font-theme-color-h-t:hover .t-t-after:after, .theme-cyan .t-main-font-theme-color-h-t:hover .t-t-before:before {
  color: #0eb6df
}
.theme-cyan .t-main-font-theme-color-h-t-s:hover .t-main-font-theme-color-h-t-tt-after-s:after, .theme-cyan .t-main-font-theme-color-h-t-s:hover .t-main-font-theme-color-h-t-tt-before-s:before, .theme-cyan .t-main-font-theme-color-h-t-s:hover .t-main-font-theme-color-h-t-tt-s, .theme-cyan .t-main-font-theme-color-h-t-s:hover .t-t-after-s:after, .theme-cyan .t-main-font-theme-color-h-t-s:hover .t-t-before-s:before, .theme-cyan .t-main-font-theme-color-h-t-s:hover .t-t-s {
  color: #0eb6df !important
}
.theme-cyan .t-hover-main-font-theme-color-after:after, .theme-cyan .t-hover-main-font-theme-color-all:hover, .theme-cyan .t-hover-main-font-theme-color-all:hover *, .theme-cyan .t-hover-main-font-theme-color-before:before, .theme-cyan .t-hover-main-font-theme-color:hover {
  color: #0da5ca
}
.theme-cyan .t-hover-main-font-theme-color-after-s:after, .theme-cyan .t-hover-main-font-theme-color-all-s:hover, .theme-cyan .t-hover-main-font-theme-color-all-s:hover *, .theme-cyan .t-hover-main-font-theme-color-before-s:before, .theme-cyan .t-hover-main-font-theme-color-s:hover {
  color: #0da5ca !important
}
.theme-cyan .t-hover-main-font-theme-color-t:hover .t-hover-main-font-theme-color-t-tt, .theme-cyan .t-hover-main-font-theme-color-t:hover .t-hover-main-font-theme-color-t-tt-after:after, .theme-cyan .t-hover-main-font-theme-color-t:hover .t-hover-main-font-theme-color-t-tt-before:before, .theme-cyan .t-hover-main-font-theme-color-t:hover .t-t, .theme-cyan .t-hover-main-font-theme-color-t:hover .t-t-after:after, .theme-cyan .t-hover-main-font-theme-color-t:hover .t-t-before:before {
  color: #0da5ca
}
.theme-cyan .t-hover-main-font-theme-color-t-s:hover .t-hover-main-font-theme-color-t-tt-after-s:after, .theme-cyan .t-hover-main-font-theme-color-t-s:hover .t-hover-main-font-theme-color-t-tt-before-s:before, .theme-cyan .t-hover-main-font-theme-color-t-s:hover .t-hover-main-font-theme-color-t-tt-s, .theme-cyan .t-hover-main-font-theme-color-t-s:hover .t-t-after-s:after, .theme-cyan .t-hover-main-font-theme-color-t-s:hover .t-t-before-s:before, .theme-cyan .t-hover-main-font-theme-color-t-s:hover .t-t-s {
  color: #0da5ca !important
}
.theme-cyan .t-main-border-color, .theme-cyan .t-main-border-color-after:after, .theme-cyan .t-main-border-color-all, .theme-cyan .t-main-border-color-all *, .theme-cyan .t-main-border-color-before:before {
  border-color: #0da5ca
}
.theme-cyan .t-main-border-color-after-s:after, .theme-cyan .t-main-border-color-all-s, .theme-cyan .t-main-border-color-all-s *, .theme-cyan .t-main-border-color-before-s:before, .theme-cyan .t-main-border-color-s {
  border-color: #0da5ca !important
}
.theme-cyan .t-main-border-color-t .t-main-border-color-t-tt, .theme-cyan .t-main-border-color-t .t-main-border-color-t-tt-after:after, .theme-cyan .t-main-border-color-t .t-main-border-color-t-tt-before:before, .theme-cyan .t-main-border-color-t .t-t, .theme-cyan .t-main-border-color-t .t-t-after:after, .theme-cyan .t-main-border-color-t .t-t-before:before {
  border-color: #0da5ca
}
.theme-cyan .t-main-border-color-t-s .t-main-border-color-t-tt-after-s:after, .theme-cyan .t-main-border-color-t-s .t-main-border-color-t-tt-before-s:before, .theme-cyan .t-main-border-color-t-s .t-main-border-color-t-tt-s, .theme-cyan .t-main-border-color-t-s .t-t-after-s:after, .theme-cyan .t-main-border-color-t-s .t-t-before-s:before, .theme-cyan .t-main-border-color-t-s .t-t-s {
  border-color: #0da5ca !important
}
.theme-cyan .t-main-border-color-h, .theme-cyan .t-main-border-color-h-after:after, .theme-cyan .t-main-border-color-h-all, .theme-cyan .t-main-border-color-h-all *, .theme-cyan .t-main-border-color-h-before:before {
  border-color: #0da5ca
}
.theme-cyan .t-main-border-color-h-after-s:after, .theme-cyan .t-main-border-color-h-all-s, .theme-cyan .t-main-border-color-h-all-s *, .theme-cyan .t-main-border-color-h-before-s:before, .theme-cyan .t-main-border-color-h-s {
  border-color: #0da5ca !important
}
.theme-cyan .t-main-border-color-h-t .t-main-border-color-h-t-tt, .theme-cyan .t-main-border-color-h-t .t-main-border-color-h-t-tt-after:after, .theme-cyan .t-main-border-color-h-t .t-main-border-color-h-t-tt-before:before, .theme-cyan .t-main-border-color-h-t .t-t, .theme-cyan .t-main-border-color-h-t .t-t-after:after, .theme-cyan .t-main-border-color-h-t .t-t-before:before {
  border-color: #0da5ca
}
.theme-cyan .t-main-border-color-h-t-s .t-main-border-color-h-t-tt-after-s:after, .theme-cyan .t-main-border-color-h-t-s .t-main-border-color-h-t-tt-before-s:before, .theme-cyan .t-main-border-color-h-t-s .t-main-border-color-h-t-tt-s, .theme-cyan .t-main-border-color-h-t-s .t-t-after-s:after, .theme-cyan .t-main-border-color-h-t-s .t-t-before-s:before, .theme-cyan .t-main-border-color-h-t-s .t-t-s {
  border-color: #0da5ca !important
}
.theme-cyan .t-main-border-color-h-after:after, .theme-cyan .t-main-border-color-h-all:hover, .theme-cyan .t-main-border-color-h-all:hover *, .theme-cyan .t-main-border-color-h-before:before, .theme-cyan .t-main-border-color-h:hover {
  border-color: #0eb6df
}
.theme-cyan .t-main-border-color-h-after-s:after, .theme-cyan .t-main-border-color-h-all-s:hover, .theme-cyan .t-main-border-color-h-all-s:hover *, .theme-cyan .t-main-border-color-h-before-s:before, .theme-cyan .t-main-border-color-h-s:hover {
  border-color: #0eb6df !important
}
.theme-cyan .t-main-border-color-h-t:hover .t-main-border-color-h-t-tt, .theme-cyan .t-main-border-color-h-t:hover .t-main-border-color-h-t-tt-after:after, .theme-cyan .t-main-border-color-h-t:hover .t-main-border-color-h-t-tt-before:before, .theme-cyan .t-main-border-color-h-t:hover .t-t, .theme-cyan .t-main-border-color-h-t:hover .t-t-after:after, .theme-cyan .t-main-border-color-h-t:hover .t-t-before:before {
  border-color: #0eb6df
}
.theme-cyan .t-main-border-color-h-t-s:hover .t-main-border-color-h-t-tt-after-s:after, .theme-cyan .t-main-border-color-h-t-s:hover .t-main-border-color-h-t-tt-before-s:before, .theme-cyan .t-main-border-color-h-t-s:hover .t-main-border-color-h-t-tt-s, .theme-cyan .t-main-border-color-h-t-s:hover .t-t-after-s:after, .theme-cyan .t-main-border-color-h-t-s:hover .t-t-before-s:before, .theme-cyan .t-main-border-color-h-t-s:hover .t-t-s {
  border-color: #0eb6df !important
}
.theme-cyan .t-hover-main-border-color-after:after, .theme-cyan .t-hover-main-border-color-all:hover, .theme-cyan .t-hover-main-border-color-all:hover *, .theme-cyan .t-hover-main-border-color-before:before, .theme-cyan .t-hover-main-border-color:hover {
  border-color: #0da5ca
}
.theme-cyan .t-hover-main-border-color-after-s:after, .theme-cyan .t-hover-main-border-color-all-s:hover, .theme-cyan .t-hover-main-border-color-all-s:hover *, .theme-cyan .t-hover-main-border-color-before-s:before, .theme-cyan .t-hover-main-border-color-s:hover {
  border-color: #0da5ca !important
}
.theme-cyan .t-hover-main-border-color-t:hover .t-hover-main-border-color-t-tt, .theme-cyan .t-hover-main-border-color-t:hover .t-hover-main-border-color-t-tt-after:after, .theme-cyan .t-hover-main-border-color-t:hover .t-hover-main-border-color-t-tt-before:before, .theme-cyan .t-hover-main-border-color-t:hover .t-t, .theme-cyan .t-hover-main-border-color-t:hover .t-t-after:after, .theme-cyan .t-hover-main-border-color-t:hover .t-t-before:before {
  border-color: #0da5ca
}
.theme-cyan .t-hover-main-border-color-t-s:hover .t-hover-main-border-color-t-tt-after-s:after, .theme-cyan .t-hover-main-border-color-t-s:hover .t-hover-main-border-color-t-tt-before-s:before, .theme-cyan .t-hover-main-border-color-t-s:hover .t-hover-main-border-color-t-tt-s, .theme-cyan .t-hover-main-border-color-t-s:hover .t-t-after-s:after, .theme-cyan .t-hover-main-border-color-t-s:hover .t-t-before-s:before, .theme-cyan .t-hover-main-border-color-t-s:hover .t-t-s {
  border-color: #0da5ca !important
}
.theme-cyan .t-border-color, .theme-cyan .t-border-color-after:after, .theme-cyan .t-border-color-all, .theme-cyan .t-border-color-all *, .theme-cyan .t-border-color-before:before {
  border-color: #dcdfe6
}
.theme-cyan .t-border-color-after-s:after, .theme-cyan .t-border-color-all-s, .theme-cyan .t-border-color-all-s *, .theme-cyan .t-border-color-before-s:before, .theme-cyan .t-border-color-s {
  border-color: #dcdfe6 !important
}
.theme-cyan .t-border-color-t .t-border-color-t-tt, .theme-cyan .t-border-color-t .t-border-color-t-tt-after:after, .theme-cyan .t-border-color-t .t-border-color-t-tt-before:before, .theme-cyan .t-border-color-t .t-t, .theme-cyan .t-border-color-t .t-t-after:after, .theme-cyan .t-border-color-t .t-t-before:before {
  border-color: #dcdfe6
}
.theme-cyan .t-border-color-t-s .t-border-color-t-tt-after-s:after, .theme-cyan .t-border-color-t-s .t-border-color-t-tt-before-s:before, .theme-cyan .t-border-color-t-s .t-border-color-t-tt-s, .theme-cyan .t-border-color-t-s .t-t-after-s:after, .theme-cyan .t-border-color-t-s .t-t-before-s:before, .theme-cyan .t-border-color-t-s .t-t-s {
  border-color: #dcdfe6 !important
}
.theme-cyan .t-bg-color-gradient-rotate, .theme-cyan .t-bg-color-gradient-rotate-after:after, .theme-cyan .t-bg-color-gradient-rotate-all, .theme-cyan .t-bg-color-gradient-rotate-all *, .theme-cyan .t-bg-color-gradient-rotate-before:before {
  background: linear-gradient(-90deg, #0da5ca, transparent)
}
.theme-cyan .t-bg-color-gradient-rotate-after-s:after, .theme-cyan .t-bg-color-gradient-rotate-all-s, .theme-cyan .t-bg-color-gradient-rotate-all-s *, .theme-cyan .t-bg-color-gradient-rotate-before-s:before, .theme-cyan .t-bg-color-gradient-rotate-s {
  background: linear-gradient(-90deg, #0da5ca, transparent) !important
}
.theme-cyan .t-bg-color-gradient-rotate-t .t-bg-color-gradient-rotate-t-tt, .theme-cyan .t-bg-color-gradient-rotate-t .t-bg-color-gradient-rotate-t-tt-after:after, .theme-cyan .t-bg-color-gradient-rotate-t .t-bg-color-gradient-rotate-t-tt-before:before, .theme-cyan .t-bg-color-gradient-rotate-t .t-t, .theme-cyan .t-bg-color-gradient-rotate-t .t-t-after:after, .theme-cyan .t-bg-color-gradient-rotate-t .t-t-before:before {
  background: linear-gradient(-90deg, #0da5ca, transparent)
}
.theme-cyan .t-bg-color-gradient-rotate-t-s .t-bg-color-gradient-rotate-t-tt-after-s:after, .theme-cyan .t-bg-color-gradient-rotate-t-s .t-bg-color-gradient-rotate-t-tt-before-s:before, .theme-cyan .t-bg-color-gradient-rotate-t-s .t-bg-color-gradient-rotate-t-tt-s, .theme-cyan .t-bg-color-gradient-rotate-t-s .t-t-after-s:after, .theme-cyan .t-bg-color-gradient-rotate-t-s .t-t-before-s:before, .theme-cyan .t-bg-color-gradient-rotate-t-s .t-t-s {
  background: linear-gradient(-90deg, #0da5ca, transparent) !important
}
.theme-cyan .t-bg-color-gradient-vertical, .theme-cyan .t-bg-color-gradient-vertical-after:after, .theme-cyan .t-bg-color-gradient-vertical-all, .theme-cyan .t-bg-color-gradient-vertical-all *, .theme-cyan .t-bg-color-gradient-vertical-before:before {
  background: linear-gradient(0deg, #0da5ca, transparent)
}
.theme-cyan .t-bg-color-gradient-vertical-after-s:after, .theme-cyan .t-bg-color-gradient-vertical-all-s, .theme-cyan .t-bg-color-gradient-vertical-all-s *, .theme-cyan .t-bg-color-gradient-vertical-before-s:before, .theme-cyan .t-bg-color-gradient-vertical-s {
  background: linear-gradient(0deg, #0da5ca, transparent) !important
}
.theme-cyan .t-bg-color-gradient-vertical-t .t-bg-color-gradient-vertical-t-tt, .theme-cyan .t-bg-color-gradient-vertical-t .t-bg-color-gradient-vertical-t-tt-after:after, .theme-cyan .t-bg-color-gradient-vertical-t .t-bg-color-gradient-vertical-t-tt-before:before, .theme-cyan .t-bg-color-gradient-vertical-t .t-t, .theme-cyan .t-bg-color-gradient-vertical-t .t-t-after:after, .theme-cyan .t-bg-color-gradient-vertical-t .t-t-before:before {
  background: linear-gradient(0deg, #0da5ca, transparent)
}
.theme-cyan .t-bg-color-gradient-vertical-t-s .t-bg-color-gradient-vertical-t-tt-after-s:after, .theme-cyan .t-bg-color-gradient-vertical-t-s .t-bg-color-gradient-vertical-t-tt-before-s:before, .theme-cyan .t-bg-color-gradient-vertical-t-s .t-bg-color-gradient-vertical-t-tt-s, .theme-cyan .t-bg-color-gradient-vertical-t-s .t-t-after-s:after, .theme-cyan .t-bg-color-gradient-vertical-t-s .t-t-before-s:before, .theme-cyan .t-bg-color-gradient-vertical-t-s .t-t-s {
  background: linear-gradient(0deg, #0da5ca, transparent) !important
}
.theme-cyan .t-hover-bg-color-gradient-vertical-after:after, .theme-cyan .t-hover-bg-color-gradient-vertical-all:hover, .theme-cyan .t-hover-bg-color-gradient-vertical-all:hover *, .theme-cyan .t-hover-bg-color-gradient-vertical-before:before, .theme-cyan .t-hover-bg-color-gradient-vertical:hover {
  background: linear-gradient(0deg, #0da5ca, transparent)
}
.theme-cyan .t-hover-bg-color-gradient-vertical-after-s:after, .theme-cyan .t-hover-bg-color-gradient-vertical-all-s:hover, .theme-cyan .t-hover-bg-color-gradient-vertical-all-s:hover *, .theme-cyan .t-hover-bg-color-gradient-vertical-before-s:before, .theme-cyan .t-hover-bg-color-gradient-vertical-s:hover {
  background: linear-gradient(0deg, #0da5ca, transparent) !important
}
.theme-cyan .t-hover-bg-color-gradient-vertical-t:hover .t-hover-bg-color-gradient-vertical-t-tt, .theme-cyan .t-hover-bg-color-gradient-vertical-t:hover .t-hover-bg-color-gradient-vertical-t-tt-after:after, .theme-cyan .t-hover-bg-color-gradient-vertical-t:hover .t-hover-bg-color-gradient-vertical-t-tt-before:before, .theme-cyan .t-hover-bg-color-gradient-vertical-t:hover .t-t, .theme-cyan .t-hover-bg-color-gradient-vertical-t:hover .t-t-after:after, .theme-cyan .t-hover-bg-color-gradient-vertical-t:hover .t-t-before:before {
  background: linear-gradient(0deg, #0da5ca, transparent)
}
.theme-cyan .t-hover-bg-color-gradient-vertical-t-s:hover .t-hover-bg-color-gradient-vertical-t-tt-after-s:after, .theme-cyan .t-hover-bg-color-gradient-vertical-t-s:hover .t-hover-bg-color-gradient-vertical-t-tt-before-s:before, .theme-cyan .t-hover-bg-color-gradient-vertical-t-s:hover .t-hover-bg-color-gradient-vertical-t-tt-s, .theme-cyan .t-hover-bg-color-gradient-vertical-t-s:hover .t-t-after-s:after, .theme-cyan .t-hover-bg-color-gradient-vertical-t-s:hover .t-t-before-s:before, .theme-cyan .t-hover-bg-color-gradient-vertical-t-s:hover .t-t-s {
  background: linear-gradient(0deg, #0da5ca, transparent) !important
}
.theme-cyan section.ow-swiper .swiper-pagination .swiper-active-switch {
  background: #0da5ca
}
.theme-cobalt {
  --themeMainColor: #31c2c4;
  --themeMainHoverColor: #27aeb0;
  --bkmainColorLight: #e5f8f8;
  --bkmainColorDarken: #0f3b3c;
  --themeFontColor: #33333b;
  --themeFontSubColor: #66666b;
  --themeFontThirdColor: #99999b
}
.theme-cobalt .t-light-bg-color, .theme-cobalt .t-light-bg-color-after:after, .theme-cobalt .t-light-bg-color-all, .theme-cobalt .t-light-bg-color-all *, .theme-cobalt .t-light-bg-color-before:before {
  background-color: #e5f8f8
}
.theme-cobalt .t-light-bg-color-after-s:after, .theme-cobalt .t-light-bg-color-all-s, .theme-cobalt .t-light-bg-color-all-s *, .theme-cobalt .t-light-bg-color-before-s:before, .theme-cobalt .t-light-bg-color-s {
  background-color: #e5f8f8 !important
}
.theme-cobalt .t-light-bg-color-t .t-light-bg-color-t-tt, .theme-cobalt .t-light-bg-color-t .t-light-bg-color-t-tt-after:after, .theme-cobalt .t-light-bg-color-t .t-light-bg-color-t-tt-before:before, .theme-cobalt .t-light-bg-color-t .t-t, .theme-cobalt .t-light-bg-color-t .t-t-after:after, .theme-cobalt .t-light-bg-color-t .t-t-before:before {
  background-color: #e5f8f8
}
.theme-cobalt .t-light-bg-color-t-s .t-light-bg-color-t-tt-after-s:after, .theme-cobalt .t-light-bg-color-t-s .t-light-bg-color-t-tt-before-s:before, .theme-cobalt .t-light-bg-color-t-s .t-light-bg-color-t-tt-s, .theme-cobalt .t-light-bg-color-t-s .t-t-after-s:after, .theme-cobalt .t-light-bg-color-t-s .t-t-before-s:before, .theme-cobalt .t-light-bg-color-t-s .t-t-s {
  background-color: #e5f8f8 !important
}
.theme-cobalt .t-hover-light-bg-color-after:after, .theme-cobalt .t-hover-light-bg-color-all:hover, .theme-cobalt .t-hover-light-bg-color-all:hover *, .theme-cobalt .t-hover-light-bg-color-before:before, .theme-cobalt .t-hover-light-bg-color:hover {
  background-color: #e5f8f8
}
.theme-cobalt .t-hover-light-bg-color-after-s:after, .theme-cobalt .t-hover-light-bg-color-all-s:hover, .theme-cobalt .t-hover-light-bg-color-all-s:hover *, .theme-cobalt .t-hover-light-bg-color-before-s:before, .theme-cobalt .t-hover-light-bg-color-s:hover {
  background-color: #e5f8f8 !important
}
.theme-cobalt .t-hover-light-bg-color-t:hover .t-hover-light-bg-color-t-tt, .theme-cobalt .t-hover-light-bg-color-t:hover .t-hover-light-bg-color-t-tt-after:after, .theme-cobalt .t-hover-light-bg-color-t:hover .t-hover-light-bg-color-t-tt-before:before, .theme-cobalt .t-hover-light-bg-color-t:hover .t-t, .theme-cobalt .t-hover-light-bg-color-t:hover .t-t-after:after, .theme-cobalt .t-hover-light-bg-color-t:hover .t-t-before:before {
  background-color: #e5f8f8
}
.theme-cobalt .t-hover-light-bg-color-t-s:hover .t-hover-light-bg-color-t-tt-after-s:after, .theme-cobalt .t-hover-light-bg-color-t-s:hover .t-hover-light-bg-color-t-tt-before-s:before, .theme-cobalt .t-hover-light-bg-color-t-s:hover .t-hover-light-bg-color-t-tt-s, .theme-cobalt .t-hover-light-bg-color-t-s:hover .t-t-after-s:after, .theme-cobalt .t-hover-light-bg-color-t-s:hover .t-t-before-s:before, .theme-cobalt .t-hover-light-bg-color-t-s:hover .t-t-s {
  background-color: #e5f8f8 !important
}
.theme-cobalt .t-darken-bg-color, .theme-cobalt .t-darken-bg-color-after:after, .theme-cobalt .t-darken-bg-color-all, .theme-cobalt .t-darken-bg-color-all *, .theme-cobalt .t-darken-bg-color-before:before {
  background-color: #0f3b3c;
  color: #fff
}
.theme-cobalt .t-darken-bg-color-after-s:after, .theme-cobalt .t-darken-bg-color-all-s, .theme-cobalt .t-darken-bg-color-all-s *, .theme-cobalt .t-darken-bg-color-before-s:before, .theme-cobalt .t-darken-bg-color-s {
  background-color: #0f3b3c !important;
  color: #fff !important
}
.theme-cobalt .t-darken-bg-color-t .t-darken-bg-color-t-tt, .theme-cobalt .t-darken-bg-color-t .t-darken-bg-color-t-tt-after:after, .theme-cobalt .t-darken-bg-color-t .t-darken-bg-color-t-tt-before:before, .theme-cobalt .t-darken-bg-color-t .t-t, .theme-cobalt .t-darken-bg-color-t .t-t-after:after, .theme-cobalt .t-darken-bg-color-t .t-t-before:before {
  background-color: #0f3b3c;
  color: #fff
}
.theme-cobalt .t-darken-bg-color-t-s .t-darken-bg-color-t-tt-after-s:after, .theme-cobalt .t-darken-bg-color-t-s .t-darken-bg-color-t-tt-before-s:before, .theme-cobalt .t-darken-bg-color-t-s .t-darken-bg-color-t-tt-s, .theme-cobalt .t-darken-bg-color-t-s .t-t-after-s:after, .theme-cobalt .t-darken-bg-color-t-s .t-t-before-s:before, .theme-cobalt .t-darken-bg-color-t-s .t-t-s {
  background-color: #0f3b3c !important;
  color: #fff !important
}
.theme-cobalt .t-bg-color-gradient, .theme-cobalt .t-bg-color-gradient-after:after, .theme-cobalt .t-bg-color-gradient-all, .theme-cobalt .t-bg-color-gradient-all *, .theme-cobalt .t-bg-color-gradient-before:before {
  background-color: #27aeb0;
  color: #fff
}
.theme-cobalt .t-bg-color-gradient-after-s:after, .theme-cobalt .t-bg-color-gradient-all-s, .theme-cobalt .t-bg-color-gradient-all-s *, .theme-cobalt .t-bg-color-gradient-before-s:before, .theme-cobalt .t-bg-color-gradient-s {
  background-color: #27aeb0 !important;
  color: #fff !important
}
.theme-cobalt .t-bg-color-gradient-t .t-bg-color-gradient-t-tt, .theme-cobalt .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-after:after, .theme-cobalt .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-before:before, .theme-cobalt .t-bg-color-gradient-t .t-t, .theme-cobalt .t-bg-color-gradient-t .t-t-after:after, .theme-cobalt .t-bg-color-gradient-t .t-t-before:before {
  background-color: #27aeb0;
  color: #fff
}
.theme-cobalt .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-after-s:after, .theme-cobalt .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-before-s:before, .theme-cobalt .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-s, .theme-cobalt .t-bg-color-gradient-t-s .t-t-after-s:after, .theme-cobalt .t-bg-color-gradient-t-s .t-t-before-s:before, .theme-cobalt .t-bg-color-gradient-t-s .t-t-s {
  background-color: #27aeb0 !important;
  color: #fff !important
}
.theme-cobalt .t-bg-color-gradient, .theme-cobalt .t-bg-color-gradient-after:after, .theme-cobalt .t-bg-color-gradient-all, .theme-cobalt .t-bg-color-gradient-all *, .theme-cobalt .t-bg-color-gradient-before:before {
  background: linear-gradient(180deg, #27aeb0, #31c2c4)
}
.theme-cobalt .t-bg-color-gradient-after-s:after, .theme-cobalt .t-bg-color-gradient-all-s, .theme-cobalt .t-bg-color-gradient-all-s *, .theme-cobalt .t-bg-color-gradient-before-s:before, .theme-cobalt .t-bg-color-gradient-s {
  background: linear-gradient(180deg, #27aeb0, #31c2c4) !important
}
.theme-cobalt .t-bg-color-gradient-t .t-bg-color-gradient-t-tt, .theme-cobalt .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-after:after, .theme-cobalt .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-before:before, .theme-cobalt .t-bg-color-gradient-t .t-t, .theme-cobalt .t-bg-color-gradient-t .t-t-after:after, .theme-cobalt .t-bg-color-gradient-t .t-t-before:before {
  background: linear-gradient(180deg, #27aeb0, #31c2c4)
}
.theme-cobalt .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-after-s:after, .theme-cobalt .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-before-s:before, .theme-cobalt .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-s, .theme-cobalt .t-bg-color-gradient-t-s .t-t-after-s:after, .theme-cobalt .t-bg-color-gradient-t-s .t-t-before-s:before, .theme-cobalt .t-bg-color-gradient-t-s .t-t-s {
  background: linear-gradient(180deg, #27aeb0, #31c2c4) !important
}
.theme-cobalt .t-darken-bg-color-gradient, .theme-cobalt .t-darken-bg-color-gradient-after:after, .theme-cobalt .t-darken-bg-color-gradient-all, .theme-cobalt .t-darken-bg-color-gradient-all *, .theme-cobalt .t-darken-bg-color-gradient-before:before {
  background-color: #0f3b3c;
  color: #fff
}
.theme-cobalt .t-darken-bg-color-gradient-after-s:after, .theme-cobalt .t-darken-bg-color-gradient-all-s, .theme-cobalt .t-darken-bg-color-gradient-all-s *, .theme-cobalt .t-darken-bg-color-gradient-before-s:before, .theme-cobalt .t-darken-bg-color-gradient-s {
  background-color: #0f3b3c !important;
  color: #fff !important
}
.theme-cobalt .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt, .theme-cobalt .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-after:after, .theme-cobalt .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-before:before, .theme-cobalt .t-darken-bg-color-gradient-t .t-t, .theme-cobalt .t-darken-bg-color-gradient-t .t-t-after:after, .theme-cobalt .t-darken-bg-color-gradient-t .t-t-before:before {
  background-color: #0f3b3c;
  color: #fff
}
.theme-cobalt .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-after-s:after, .theme-cobalt .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-before-s:before, .theme-cobalt .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-s, .theme-cobalt .t-darken-bg-color-gradient-t-s .t-t-after-s:after, .theme-cobalt .t-darken-bg-color-gradient-t-s .t-t-before-s:before, .theme-cobalt .t-darken-bg-color-gradient-t-s .t-t-s {
  background-color: #0f3b3c !important;
  color: #fff !important
}
.theme-cobalt .t-darken-bg-color-gradient, .theme-cobalt .t-darken-bg-color-gradient-after:after, .theme-cobalt .t-darken-bg-color-gradient-all, .theme-cobalt .t-darken-bg-color-gradient-all *, .theme-cobalt .t-darken-bg-color-gradient-before:before {
  background: linear-gradient(180deg, #000, #0f3b3c 57%, #0f3b3c)
}
.theme-cobalt .t-darken-bg-color-gradient-after-s:after, .theme-cobalt .t-darken-bg-color-gradient-all-s, .theme-cobalt .t-darken-bg-color-gradient-all-s *, .theme-cobalt .t-darken-bg-color-gradient-before-s:before, .theme-cobalt .t-darken-bg-color-gradient-s {
  background: linear-gradient(180deg, #000, #0f3b3c 57%, #0f3b3c) !important
}
.theme-cobalt .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt, .theme-cobalt .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-after:after, .theme-cobalt .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-before:before, .theme-cobalt .t-darken-bg-color-gradient-t .t-t, .theme-cobalt .t-darken-bg-color-gradient-t .t-t-after:after, .theme-cobalt .t-darken-bg-color-gradient-t .t-t-before:before {
  background: linear-gradient(180deg, #000, #0f3b3c 57%, #0f3b3c)
}
.theme-cobalt .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-after-s:after, .theme-cobalt .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-before-s:before, .theme-cobalt .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-s, .theme-cobalt .t-darken-bg-color-gradient-t-s .t-t-after-s:after, .theme-cobalt .t-darken-bg-color-gradient-t-s .t-t-before-s:before, .theme-cobalt .t-darken-bg-color-gradient-t-s .t-t-s {
  background: linear-gradient(180deg, #000, #0f3b3c 57%, #0f3b3c) !important
}
.theme-cobalt body, .theme-cobalt body-after:after, .theme-cobalt body-all, .theme-cobalt body-all *, .theme-cobalt body-before:before {
  color: #33333b
}
.theme-cobalt body-after-s:after, .theme-cobalt body-all-s, .theme-cobalt body-all-s *, .theme-cobalt body-before-s:before, .theme-cobalt body-s {
  color: #33333b !important
}
.theme-cobalt body-t .t-t, .theme-cobalt body-t .t-t-after:after, .theme-cobalt body-t .t-t-before:before, .theme-cobalt body-t body-t-tt, .theme-cobalt body-t body-t-tt-after:after, .theme-cobalt body-t body-t-tt-before:before {
  color: #33333b
}
.theme-cobalt body-t-s .t-t-after-s:after, .theme-cobalt body-t-s .t-t-before-s:before, .theme-cobalt body-t-s .t-t-s, .theme-cobalt body-t-s body-t-tt-after-s:after, .theme-cobalt body-t-s body-t-tt-before-s:before, .theme-cobalt body-t-s body-t-tt-s {
  color: #33333b !important
}
.theme-cobalt, .theme-cobalt-after:after, .theme-cobalt-all, .theme-cobalt-all *, .theme-cobalt-before:before {
  color: #33333b
}
.theme-cobalt-after-s:after, .theme-cobalt-all-s, .theme-cobalt-all-s *, .theme-cobalt-before-s:before, .theme-cobalt-s {
  color: #33333b !important
}
.theme-cobalt-t .t-t, .theme-cobalt-t .t-t-after:after, .theme-cobalt-t .t-t-before:before, .theme-cobalt-t .theme-cobalt-t-tt, .theme-cobalt-t .theme-cobalt-t-tt-after:after, .theme-cobalt-t .theme-cobalt-t-tt-before:before {
  color: #33333b
}
.theme-cobalt-t-s .t-t-after-s:after, .theme-cobalt-t-s .t-t-before-s:before, .theme-cobalt-t-s .t-t-s, .theme-cobalt-t-s .theme-cobalt-t-tt-after-s:after, .theme-cobalt-t-s .theme-cobalt-t-tt-before-s:before, .theme-cobalt-t-s .theme-cobalt-t-tt-s {
  color: #33333b !important
}
.theme-cobalt .t-font-color, .theme-cobalt .t-font-color-after:after, .theme-cobalt .t-font-color-all, .theme-cobalt .t-font-color-all *, .theme-cobalt .t-font-color-before:before {
  color: #33333b
}
.theme-cobalt .t-font-color-after-s:after, .theme-cobalt .t-font-color-all-s, .theme-cobalt .t-font-color-all-s *, .theme-cobalt .t-font-color-before-s:before, .theme-cobalt .t-font-color-s {
  color: #33333b !important
}
.theme-cobalt .t-font-color-t .t-font-color-t-tt, .theme-cobalt .t-font-color-t .t-font-color-t-tt-after:after, .theme-cobalt .t-font-color-t .t-font-color-t-tt-before:before, .theme-cobalt .t-font-color-t .t-t, .theme-cobalt .t-font-color-t .t-t-after:after, .theme-cobalt .t-font-color-t .t-t-before:before {
  color: #33333b
}
.theme-cobalt .t-font-color-t-s .t-font-color-t-tt-after-s:after, .theme-cobalt .t-font-color-t-s .t-font-color-t-tt-before-s:before, .theme-cobalt .t-font-color-t-s .t-font-color-t-tt-s, .theme-cobalt .t-font-color-t-s .t-t-after-s:after, .theme-cobalt .t-font-color-t-s .t-t-before-s:before, .theme-cobalt .t-font-color-t-s .t-t-s {
  color: #33333b !important
}
.theme-cobalt .t-font-color-h-after:after, .theme-cobalt .t-font-color-h-all:hover, .theme-cobalt .t-font-color-h-all:hover *, .theme-cobalt .t-font-color-h-before:before, .theme-cobalt .t-font-color-h:hover {
  color: #33333b
}
.theme-cobalt .t-font-color-h-after-s:after, .theme-cobalt .t-font-color-h-all-s:hover, .theme-cobalt .t-font-color-h-all-s:hover *, .theme-cobalt .t-font-color-h-before-s:before, .theme-cobalt .t-font-color-h-s:hover {
  color: #33333b !important
}
.theme-cobalt .t-font-color-h-t:hover .t-font-color-h-t-tt, .theme-cobalt .t-font-color-h-t:hover .t-font-color-h-t-tt-after:after, .theme-cobalt .t-font-color-h-t:hover .t-font-color-h-t-tt-before:before, .theme-cobalt .t-font-color-h-t:hover .t-t, .theme-cobalt .t-font-color-h-t:hover .t-t-after:after, .theme-cobalt .t-font-color-h-t:hover .t-t-before:before {
  color: #33333b
}
.theme-cobalt .t-font-color-h-t-s:hover .t-font-color-h-t-tt-after-s:after, .theme-cobalt .t-font-color-h-t-s:hover .t-font-color-h-t-tt-before-s:before, .theme-cobalt .t-font-color-h-t-s:hover .t-font-color-h-t-tt-s, .theme-cobalt .t-font-color-h-t-s:hover .t-t-after-s:after, .theme-cobalt .t-font-color-h-t-s:hover .t-t-before-s:before, .theme-cobalt .t-font-color-h-t-s:hover .t-t-s {
  color: #33333b !important
}
.theme-cobalt .t-sub-font-color, .theme-cobalt .t-sub-font-color-after:after, .theme-cobalt .t-sub-font-color-all, .theme-cobalt .t-sub-font-color-all *, .theme-cobalt .t-sub-font-color-before:before {
  color: #66666b
}
.theme-cobalt .t-sub-font-color-after-s:after, .theme-cobalt .t-sub-font-color-all-s, .theme-cobalt .t-sub-font-color-all-s *, .theme-cobalt .t-sub-font-color-before-s:before, .theme-cobalt .t-sub-font-color-s {
  color: #66666b !important
}
.theme-cobalt .t-sub-font-color-t .t-sub-font-color-t-tt, .theme-cobalt .t-sub-font-color-t .t-sub-font-color-t-tt-after:after, .theme-cobalt .t-sub-font-color-t .t-sub-font-color-t-tt-before:before, .theme-cobalt .t-sub-font-color-t .t-t, .theme-cobalt .t-sub-font-color-t .t-t-after:after, .theme-cobalt .t-sub-font-color-t .t-t-before:before {
  color: #66666b
}
.theme-cobalt .t-sub-font-color-t-s .t-sub-font-color-t-tt-after-s:after, .theme-cobalt .t-sub-font-color-t-s .t-sub-font-color-t-tt-before-s:before, .theme-cobalt .t-sub-font-color-t-s .t-sub-font-color-t-tt-s, .theme-cobalt .t-sub-font-color-t-s .t-t-after-s:after, .theme-cobalt .t-sub-font-color-t-s .t-t-before-s:before, .theme-cobalt .t-sub-font-color-t-s .t-t-s {
  color: #66666b !important
}
.theme-cobalt .t-sub-font-color-h-after:after, .theme-cobalt .t-sub-font-color-h-all:hover, .theme-cobalt .t-sub-font-color-h-all:hover *, .theme-cobalt .t-sub-font-color-h-before:before, .theme-cobalt .t-sub-font-color-h:hover {
  color: #66666b
}
.theme-cobalt .t-sub-font-color-h-after-s:after, .theme-cobalt .t-sub-font-color-h-all-s:hover, .theme-cobalt .t-sub-font-color-h-all-s:hover *, .theme-cobalt .t-sub-font-color-h-before-s:before, .theme-cobalt .t-sub-font-color-h-s:hover {
  color: #66666b !important
}
.theme-cobalt .t-sub-font-color-h-t:hover .t-sub-font-color-h-t-tt, .theme-cobalt .t-sub-font-color-h-t:hover .t-sub-font-color-h-t-tt-after:after, .theme-cobalt .t-sub-font-color-h-t:hover .t-sub-font-color-h-t-tt-before:before, .theme-cobalt .t-sub-font-color-h-t:hover .t-t, .theme-cobalt .t-sub-font-color-h-t:hover .t-t-after:after, .theme-cobalt .t-sub-font-color-h-t:hover .t-t-before:before {
  color: #66666b
}
.theme-cobalt .t-sub-font-color-h-t-s:hover .t-sub-font-color-h-t-tt-after-s:after, .theme-cobalt .t-sub-font-color-h-t-s:hover .t-sub-font-color-h-t-tt-before-s:before, .theme-cobalt .t-sub-font-color-h-t-s:hover .t-sub-font-color-h-t-tt-s, .theme-cobalt .t-sub-font-color-h-t-s:hover .t-t-after-s:after, .theme-cobalt .t-sub-font-color-h-t-s:hover .t-t-before-s:before, .theme-cobalt .t-sub-font-color-h-t-s:hover .t-t-s {
  color: #66666b !important
}
.theme-cobalt .t-third-font-color, .theme-cobalt .t-third-font-color-after:after, .theme-cobalt .t-third-font-color-all, .theme-cobalt .t-third-font-color-all *, .theme-cobalt .t-third-font-color-before:before {
  color: #99999b
}
.theme-cobalt .t-third-font-color-after-s:after, .theme-cobalt .t-third-font-color-all-s, .theme-cobalt .t-third-font-color-all-s *, .theme-cobalt .t-third-font-color-before-s:before, .theme-cobalt .t-third-font-color-s {
  color: #99999b !important
}
.theme-cobalt .t-third-font-color-t .t-t, .theme-cobalt .t-third-font-color-t .t-t-after:after, .theme-cobalt .t-third-font-color-t .t-t-before:before, .theme-cobalt .t-third-font-color-t .t-third-font-color-t-tt, .theme-cobalt .t-third-font-color-t .t-third-font-color-t-tt-after:after, .theme-cobalt .t-third-font-color-t .t-third-font-color-t-tt-before:before {
  color: #99999b
}
.theme-cobalt .t-third-font-color-t-s .t-t-after-s:after, .theme-cobalt .t-third-font-color-t-s .t-t-before-s:before, .theme-cobalt .t-third-font-color-t-s .t-t-s, .theme-cobalt .t-third-font-color-t-s .t-third-font-color-t-tt-after-s:after, .theme-cobalt .t-third-font-color-t-s .t-third-font-color-t-tt-before-s:before, .theme-cobalt .t-third-font-color-t-s .t-third-font-color-t-tt-s {
  color: #99999b !important
}
.theme-cobalt .t-third-font-color-h-after:after, .theme-cobalt .t-third-font-color-h-all:hover, .theme-cobalt .t-third-font-color-h-all:hover *, .theme-cobalt .t-third-font-color-h-before:before, .theme-cobalt .t-third-font-color-h:hover {
  color: #99999b
}
.theme-cobalt .t-third-font-color-h-after-s:after, .theme-cobalt .t-third-font-color-h-all-s:hover, .theme-cobalt .t-third-font-color-h-all-s:hover *, .theme-cobalt .t-third-font-color-h-before-s:before, .theme-cobalt .t-third-font-color-h-s:hover {
  color: #99999b !important
}
.theme-cobalt .t-third-font-color-h-t:hover .t-t, .theme-cobalt .t-third-font-color-h-t:hover .t-t-after:after, .theme-cobalt .t-third-font-color-h-t:hover .t-t-before:before, .theme-cobalt .t-third-font-color-h-t:hover .t-third-font-color-h-t-tt, .theme-cobalt .t-third-font-color-h-t:hover .t-third-font-color-h-t-tt-after:after, .theme-cobalt .t-third-font-color-h-t:hover .t-third-font-color-h-t-tt-before:before {
  color: #99999b
}
.theme-cobalt .t-third-font-color-h-t-s:hover .t-t-after-s:after, .theme-cobalt .t-third-font-color-h-t-s:hover .t-t-before-s:before, .theme-cobalt .t-third-font-color-h-t-s:hover .t-t-s, .theme-cobalt .t-third-font-color-h-t-s:hover .t-third-font-color-h-t-tt-after-s:after, .theme-cobalt .t-third-font-color-h-t-s:hover .t-third-font-color-h-t-tt-before-s:before, .theme-cobalt .t-third-font-color-h-t-s:hover .t-third-font-color-h-t-tt-s {
  color: #99999b !important
}
.theme-cobalt .t-main-bg-color, .theme-cobalt .t-main-bg-color-after:after, .theme-cobalt .t-main-bg-color-all, .theme-cobalt .t-main-bg-color-all *, .theme-cobalt .t-main-bg-color-before:before {
  background-color: #31c2c4;
  color: #fff
}
.theme-cobalt .t-main-bg-color-after-s:after, .theme-cobalt .t-main-bg-color-all-s, .theme-cobalt .t-main-bg-color-all-s *, .theme-cobalt .t-main-bg-color-before-s:before, .theme-cobalt .t-main-bg-color-s {
  background-color: #31c2c4 !important;
  color: #fff !important
}
.theme-cobalt .t-main-bg-color-t .t-main-bg-color-t-tt, .theme-cobalt .t-main-bg-color-t .t-main-bg-color-t-tt-after:after, .theme-cobalt .t-main-bg-color-t .t-main-bg-color-t-tt-before:before, .theme-cobalt .t-main-bg-color-t .t-t, .theme-cobalt .t-main-bg-color-t .t-t-after:after, .theme-cobalt .t-main-bg-color-t .t-t-before:before {
  background-color: #31c2c4;
  color: #fff
}
.theme-cobalt .t-main-bg-color-t-s .t-main-bg-color-t-tt-after-s:after, .theme-cobalt .t-main-bg-color-t-s .t-main-bg-color-t-tt-before-s:before, .theme-cobalt .t-main-bg-color-t-s .t-main-bg-color-t-tt-s, .theme-cobalt .t-main-bg-color-t-s .t-t-after-s:after, .theme-cobalt .t-main-bg-color-t-s .t-t-before-s:before, .theme-cobalt .t-main-bg-color-t-s .t-t-s {
  background-color: #31c2c4 !important;
  color: #fff !important
}
.theme-cobalt .t-main-bg-color-h, .theme-cobalt .t-main-bg-color-h-after:after, .theme-cobalt .t-main-bg-color-h-all, .theme-cobalt .t-main-bg-color-h-all *, .theme-cobalt .t-main-bg-color-h-before:before {
  background-color: #31c2c4;
  color: #fff
}
.theme-cobalt .t-main-bg-color-h-after-s:after, .theme-cobalt .t-main-bg-color-h-all-s, .theme-cobalt .t-main-bg-color-h-all-s *, .theme-cobalt .t-main-bg-color-h-before-s:before, .theme-cobalt .t-main-bg-color-h-s {
  background-color: #31c2c4 !important;
  color: #fff !important
}
.theme-cobalt .t-main-bg-color-h-t .t-main-bg-color-h-t-tt, .theme-cobalt .t-main-bg-color-h-t .t-main-bg-color-h-t-tt-after:after, .theme-cobalt .t-main-bg-color-h-t .t-main-bg-color-h-t-tt-before:before, .theme-cobalt .t-main-bg-color-h-t .t-t, .theme-cobalt .t-main-bg-color-h-t .t-t-after:after, .theme-cobalt .t-main-bg-color-h-t .t-t-before:before {
  background-color: #31c2c4;
  color: #fff
}
.theme-cobalt .t-main-bg-color-h-t-s .t-main-bg-color-h-t-tt-after-s:after, .theme-cobalt .t-main-bg-color-h-t-s .t-main-bg-color-h-t-tt-before-s:before, .theme-cobalt .t-main-bg-color-h-t-s .t-main-bg-color-h-t-tt-s, .theme-cobalt .t-main-bg-color-h-t-s .t-t-after-s:after, .theme-cobalt .t-main-bg-color-h-t-s .t-t-before-s:before, .theme-cobalt .t-main-bg-color-h-t-s .t-t-s {
  background-color: #31c2c4 !important;
  color: #fff !important
}
.theme-cobalt .t-main-bg-color-h-after:after, .theme-cobalt .t-main-bg-color-h-all:hover, .theme-cobalt .t-main-bg-color-h-all:hover *, .theme-cobalt .t-main-bg-color-h-before:before, .theme-cobalt .t-main-bg-color-h:hover {
  background-color: #27aeb0
}
.theme-cobalt .t-main-bg-color-h-after-s:after, .theme-cobalt .t-main-bg-color-h-all-s:hover, .theme-cobalt .t-main-bg-color-h-all-s:hover *, .theme-cobalt .t-main-bg-color-h-before-s:before, .theme-cobalt .t-main-bg-color-h-s:hover {
  background-color: #27aeb0 !important
}
.theme-cobalt .t-main-bg-color-h-t:hover .t-main-bg-color-h-t-tt, .theme-cobalt .t-main-bg-color-h-t:hover .t-main-bg-color-h-t-tt-after:after, .theme-cobalt .t-main-bg-color-h-t:hover .t-main-bg-color-h-t-tt-before:before, .theme-cobalt .t-main-bg-color-h-t:hover .t-t, .theme-cobalt .t-main-bg-color-h-t:hover .t-t-after:after, .theme-cobalt .t-main-bg-color-h-t:hover .t-t-before:before {
  background-color: #27aeb0
}
.theme-cobalt .t-main-bg-color-h-t-s:hover .t-main-bg-color-h-t-tt-after-s:after, .theme-cobalt .t-main-bg-color-h-t-s:hover .t-main-bg-color-h-t-tt-before-s:before, .theme-cobalt .t-main-bg-color-h-t-s:hover .t-main-bg-color-h-t-tt-s, .theme-cobalt .t-main-bg-color-h-t-s:hover .t-t-after-s:after, .theme-cobalt .t-main-bg-color-h-t-s:hover .t-t-before-s:before, .theme-cobalt .t-main-bg-color-h-t-s:hover .t-t-s {
  background-color: #27aeb0 !important
}
.theme-cobalt .t-hover-main-bg-color-after:after, .theme-cobalt .t-hover-main-bg-color-all:hover, .theme-cobalt .t-hover-main-bg-color-all:hover *, .theme-cobalt .t-hover-main-bg-color-before:before, .theme-cobalt .t-hover-main-bg-color:hover {
  background-color: #31c2c4;
  color: #fff
}
.theme-cobalt .t-hover-main-bg-color-after-s:after, .theme-cobalt .t-hover-main-bg-color-all-s:hover, .theme-cobalt .t-hover-main-bg-color-all-s:hover *, .theme-cobalt .t-hover-main-bg-color-before-s:before, .theme-cobalt .t-hover-main-bg-color-s:hover {
  background-color: #31c2c4 !important;
  color: #fff !important
}
.theme-cobalt .t-hover-main-bg-color-t:hover .t-hover-main-bg-color-t-tt, .theme-cobalt .t-hover-main-bg-color-t:hover .t-hover-main-bg-color-t-tt-after:after, .theme-cobalt .t-hover-main-bg-color-t:hover .t-hover-main-bg-color-t-tt-before:before, .theme-cobalt .t-hover-main-bg-color-t:hover .t-t, .theme-cobalt .t-hover-main-bg-color-t:hover .t-t-after:after, .theme-cobalt .t-hover-main-bg-color-t:hover .t-t-before:before {
  background-color: #31c2c4;
  color: #fff
}
.theme-cobalt .t-hover-main-bg-color-t-s:hover .t-hover-main-bg-color-t-tt-after-s:after, .theme-cobalt .t-hover-main-bg-color-t-s:hover .t-hover-main-bg-color-t-tt-before-s:before, .theme-cobalt .t-hover-main-bg-color-t-s:hover .t-hover-main-bg-color-t-tt-s, .theme-cobalt .t-hover-main-bg-color-t-s:hover .t-t-after-s:after, .theme-cobalt .t-hover-main-bg-color-t-s:hover .t-t-before-s:before, .theme-cobalt .t-hover-main-bg-color-t-s:hover .t-t-s {
  background-color: #31c2c4 !important;
  color: #fff !important
}
.theme-cobalt .t-hover-main-hover-bg-color-after:after, .theme-cobalt .t-hover-main-hover-bg-color-all:hover, .theme-cobalt .t-hover-main-hover-bg-color-all:hover *, .theme-cobalt .t-hover-main-hover-bg-color-before:before, .theme-cobalt .t-hover-main-hover-bg-color:hover {
  background-color: #27aeb0;
  color: #fff
}
.theme-cobalt .t-hover-main-hover-bg-color-after-s:after, .theme-cobalt .t-hover-main-hover-bg-color-all-s:hover, .theme-cobalt .t-hover-main-hover-bg-color-all-s:hover *, .theme-cobalt .t-hover-main-hover-bg-color-before-s:before, .theme-cobalt .t-hover-main-hover-bg-color-s:hover {
  background-color: #27aeb0 !important;
  color: #fff !important
}
.theme-cobalt .t-hover-main-hover-bg-color-t:hover .t-hover-main-hover-bg-color-t-tt, .theme-cobalt .t-hover-main-hover-bg-color-t:hover .t-hover-main-hover-bg-color-t-tt-after:after, .theme-cobalt .t-hover-main-hover-bg-color-t:hover .t-hover-main-hover-bg-color-t-tt-before:before, .theme-cobalt .t-hover-main-hover-bg-color-t:hover .t-t, .theme-cobalt .t-hover-main-hover-bg-color-t:hover .t-t-after:after, .theme-cobalt .t-hover-main-hover-bg-color-t:hover .t-t-before:before {
  background-color: #27aeb0;
  color: #fff
}
.theme-cobalt .t-hover-main-hover-bg-color-t-s:hover .t-hover-main-hover-bg-color-t-tt-after-s:after, .theme-cobalt .t-hover-main-hover-bg-color-t-s:hover .t-hover-main-hover-bg-color-t-tt-before-s:before, .theme-cobalt .t-hover-main-hover-bg-color-t-s:hover .t-hover-main-hover-bg-color-t-tt-s, .theme-cobalt .t-hover-main-hover-bg-color-t-s:hover .t-t-after-s:after, .theme-cobalt .t-hover-main-hover-bg-color-t-s:hover .t-t-before-s:before, .theme-cobalt .t-hover-main-hover-bg-color-t-s:hover .t-t-s {
  background-color: #27aeb0 !important;
  color: #fff !important
}
.theme-cobalt .t-main-font-theme-color, .theme-cobalt .t-main-font-theme-color-after:after, .theme-cobalt .t-main-font-theme-color-all, .theme-cobalt .t-main-font-theme-color-all *, .theme-cobalt .t-main-font-theme-color-before:before {
  color: #31c2c4
}
.theme-cobalt .t-main-font-theme-color-after-s:after, .theme-cobalt .t-main-font-theme-color-all-s, .theme-cobalt .t-main-font-theme-color-all-s *, .theme-cobalt .t-main-font-theme-color-before-s:before, .theme-cobalt .t-main-font-theme-color-s {
  color: #31c2c4 !important
}
.theme-cobalt .t-main-font-theme-color-t .t-main-font-theme-color-t-tt, .theme-cobalt .t-main-font-theme-color-t .t-main-font-theme-color-t-tt-after:after, .theme-cobalt .t-main-font-theme-color-t .t-main-font-theme-color-t-tt-before:before, .theme-cobalt .t-main-font-theme-color-t .t-t, .theme-cobalt .t-main-font-theme-color-t .t-t-after:after, .theme-cobalt .t-main-font-theme-color-t .t-t-before:before {
  color: #31c2c4
}
.theme-cobalt .t-main-font-theme-color-t-s .t-main-font-theme-color-t-tt-after-s:after, .theme-cobalt .t-main-font-theme-color-t-s .t-main-font-theme-color-t-tt-before-s:before, .theme-cobalt .t-main-font-theme-color-t-s .t-main-font-theme-color-t-tt-s, .theme-cobalt .t-main-font-theme-color-t-s .t-t-after-s:after, .theme-cobalt .t-main-font-theme-color-t-s .t-t-before-s:before, .theme-cobalt .t-main-font-theme-color-t-s .t-t-s {
  color: #31c2c4 !important
}
.theme-cobalt .t-main-font-theme-color-h, .theme-cobalt .t-main-font-theme-color-h-after:after, .theme-cobalt .t-main-font-theme-color-h-all, .theme-cobalt .t-main-font-theme-color-h-all *, .theme-cobalt .t-main-font-theme-color-h-before:before {
  color: #31c2c4
}
.theme-cobalt .t-main-font-theme-color-h-after-s:after, .theme-cobalt .t-main-font-theme-color-h-all-s, .theme-cobalt .t-main-font-theme-color-h-all-s *, .theme-cobalt .t-main-font-theme-color-h-before-s:before, .theme-cobalt .t-main-font-theme-color-h-s {
  color: #31c2c4 !important
}
.theme-cobalt .t-main-font-theme-color-h-t .t-main-font-theme-color-h-t-tt, .theme-cobalt .t-main-font-theme-color-h-t .t-main-font-theme-color-h-t-tt-after:after, .theme-cobalt .t-main-font-theme-color-h-t .t-main-font-theme-color-h-t-tt-before:before, .theme-cobalt .t-main-font-theme-color-h-t .t-t, .theme-cobalt .t-main-font-theme-color-h-t .t-t-after:after, .theme-cobalt .t-main-font-theme-color-h-t .t-t-before:before {
  color: #31c2c4
}
.theme-cobalt .t-main-font-theme-color-h-t-s .t-main-font-theme-color-h-t-tt-after-s:after, .theme-cobalt .t-main-font-theme-color-h-t-s .t-main-font-theme-color-h-t-tt-before-s:before, .theme-cobalt .t-main-font-theme-color-h-t-s .t-main-font-theme-color-h-t-tt-s, .theme-cobalt .t-main-font-theme-color-h-t-s .t-t-after-s:after, .theme-cobalt .t-main-font-theme-color-h-t-s .t-t-before-s:before, .theme-cobalt .t-main-font-theme-color-h-t-s .t-t-s {
  color: #31c2c4 !important
}
.theme-cobalt .t-main-font-theme-color-h-after:after, .theme-cobalt .t-main-font-theme-color-h-all:hover, .theme-cobalt .t-main-font-theme-color-h-all:hover *, .theme-cobalt .t-main-font-theme-color-h-before:before, .theme-cobalt .t-main-font-theme-color-h:hover {
  color: #27aeb0
}
.theme-cobalt .t-main-font-theme-color-h-after-s:after, .theme-cobalt .t-main-font-theme-color-h-all-s:hover, .theme-cobalt .t-main-font-theme-color-h-all-s:hover *, .theme-cobalt .t-main-font-theme-color-h-before-s:before, .theme-cobalt .t-main-font-theme-color-h-s:hover {
  color: #27aeb0 !important
}
.theme-cobalt .t-main-font-theme-color-h-t:hover .t-main-font-theme-color-h-t-tt, .theme-cobalt .t-main-font-theme-color-h-t:hover .t-main-font-theme-color-h-t-tt-after:after, .theme-cobalt .t-main-font-theme-color-h-t:hover .t-main-font-theme-color-h-t-tt-before:before, .theme-cobalt .t-main-font-theme-color-h-t:hover .t-t, .theme-cobalt .t-main-font-theme-color-h-t:hover .t-t-after:after, .theme-cobalt .t-main-font-theme-color-h-t:hover .t-t-before:before {
  color: #27aeb0
}
.theme-cobalt .t-main-font-theme-color-h-t-s:hover .t-main-font-theme-color-h-t-tt-after-s:after, .theme-cobalt .t-main-font-theme-color-h-t-s:hover .t-main-font-theme-color-h-t-tt-before-s:before, .theme-cobalt .t-main-font-theme-color-h-t-s:hover .t-main-font-theme-color-h-t-tt-s, .theme-cobalt .t-main-font-theme-color-h-t-s:hover .t-t-after-s:after, .theme-cobalt .t-main-font-theme-color-h-t-s:hover .t-t-before-s:before, .theme-cobalt .t-main-font-theme-color-h-t-s:hover .t-t-s {
  color: #27aeb0 !important
}
.theme-cobalt .t-hover-main-font-theme-color-after:after, .theme-cobalt .t-hover-main-font-theme-color-all:hover, .theme-cobalt .t-hover-main-font-theme-color-all:hover *, .theme-cobalt .t-hover-main-font-theme-color-before:before, .theme-cobalt .t-hover-main-font-theme-color:hover {
  color: #31c2c4
}
.theme-cobalt .t-hover-main-font-theme-color-after-s:after, .theme-cobalt .t-hover-main-font-theme-color-all-s:hover, .theme-cobalt .t-hover-main-font-theme-color-all-s:hover *, .theme-cobalt .t-hover-main-font-theme-color-before-s:before, .theme-cobalt .t-hover-main-font-theme-color-s:hover {
  color: #31c2c4 !important
}
.theme-cobalt .t-hover-main-font-theme-color-t:hover .t-hover-main-font-theme-color-t-tt, .theme-cobalt .t-hover-main-font-theme-color-t:hover .t-hover-main-font-theme-color-t-tt-after:after, .theme-cobalt .t-hover-main-font-theme-color-t:hover .t-hover-main-font-theme-color-t-tt-before:before, .theme-cobalt .t-hover-main-font-theme-color-t:hover .t-t, .theme-cobalt .t-hover-main-font-theme-color-t:hover .t-t-after:after, .theme-cobalt .t-hover-main-font-theme-color-t:hover .t-t-before:before {
  color: #31c2c4
}
.theme-cobalt .t-hover-main-font-theme-color-t-s:hover .t-hover-main-font-theme-color-t-tt-after-s:after, .theme-cobalt .t-hover-main-font-theme-color-t-s:hover .t-hover-main-font-theme-color-t-tt-before-s:before, .theme-cobalt .t-hover-main-font-theme-color-t-s:hover .t-hover-main-font-theme-color-t-tt-s, .theme-cobalt .t-hover-main-font-theme-color-t-s:hover .t-t-after-s:after, .theme-cobalt .t-hover-main-font-theme-color-t-s:hover .t-t-before-s:before, .theme-cobalt .t-hover-main-font-theme-color-t-s:hover .t-t-s {
  color: #31c2c4 !important
}
.theme-cobalt .t-main-border-color, .theme-cobalt .t-main-border-color-after:after, .theme-cobalt .t-main-border-color-all, .theme-cobalt .t-main-border-color-all *, .theme-cobalt .t-main-border-color-before:before {
  border-color: #31c2c4
}
.theme-cobalt .t-main-border-color-after-s:after, .theme-cobalt .t-main-border-color-all-s, .theme-cobalt .t-main-border-color-all-s *, .theme-cobalt .t-main-border-color-before-s:before, .theme-cobalt .t-main-border-color-s {
  border-color: #31c2c4 !important
}
.theme-cobalt .t-main-border-color-t .t-main-border-color-t-tt, .theme-cobalt .t-main-border-color-t .t-main-border-color-t-tt-after:after, .theme-cobalt .t-main-border-color-t .t-main-border-color-t-tt-before:before, .theme-cobalt .t-main-border-color-t .t-t, .theme-cobalt .t-main-border-color-t .t-t-after:after, .theme-cobalt .t-main-border-color-t .t-t-before:before {
  border-color: #31c2c4
}
.theme-cobalt .t-main-border-color-t-s .t-main-border-color-t-tt-after-s:after, .theme-cobalt .t-main-border-color-t-s .t-main-border-color-t-tt-before-s:before, .theme-cobalt .t-main-border-color-t-s .t-main-border-color-t-tt-s, .theme-cobalt .t-main-border-color-t-s .t-t-after-s:after, .theme-cobalt .t-main-border-color-t-s .t-t-before-s:before, .theme-cobalt .t-main-border-color-t-s .t-t-s {
  border-color: #31c2c4 !important
}
.theme-cobalt .t-main-border-color-h, .theme-cobalt .t-main-border-color-h-after:after, .theme-cobalt .t-main-border-color-h-all, .theme-cobalt .t-main-border-color-h-all *, .theme-cobalt .t-main-border-color-h-before:before {
  border-color: #31c2c4
}
.theme-cobalt .t-main-border-color-h-after-s:after, .theme-cobalt .t-main-border-color-h-all-s, .theme-cobalt .t-main-border-color-h-all-s *, .theme-cobalt .t-main-border-color-h-before-s:before, .theme-cobalt .t-main-border-color-h-s {
  border-color: #31c2c4 !important
}
.theme-cobalt .t-main-border-color-h-t .t-main-border-color-h-t-tt, .theme-cobalt .t-main-border-color-h-t .t-main-border-color-h-t-tt-after:after, .theme-cobalt .t-main-border-color-h-t .t-main-border-color-h-t-tt-before:before, .theme-cobalt .t-main-border-color-h-t .t-t, .theme-cobalt .t-main-border-color-h-t .t-t-after:after, .theme-cobalt .t-main-border-color-h-t .t-t-before:before {
  border-color: #31c2c4
}
.theme-cobalt .t-main-border-color-h-t-s .t-main-border-color-h-t-tt-after-s:after, .theme-cobalt .t-main-border-color-h-t-s .t-main-border-color-h-t-tt-before-s:before, .theme-cobalt .t-main-border-color-h-t-s .t-main-border-color-h-t-tt-s, .theme-cobalt .t-main-border-color-h-t-s .t-t-after-s:after, .theme-cobalt .t-main-border-color-h-t-s .t-t-before-s:before, .theme-cobalt .t-main-border-color-h-t-s .t-t-s {
  border-color: #31c2c4 !important
}
.theme-cobalt .t-main-border-color-h-after:after, .theme-cobalt .t-main-border-color-h-all:hover, .theme-cobalt .t-main-border-color-h-all:hover *, .theme-cobalt .t-main-border-color-h-before:before, .theme-cobalt .t-main-border-color-h:hover {
  border-color: #27aeb0
}
.theme-cobalt .t-main-border-color-h-after-s:after, .theme-cobalt .t-main-border-color-h-all-s:hover, .theme-cobalt .t-main-border-color-h-all-s:hover *, .theme-cobalt .t-main-border-color-h-before-s:before, .theme-cobalt .t-main-border-color-h-s:hover {
  border-color: #27aeb0 !important
}
.theme-cobalt .t-main-border-color-h-t:hover .t-main-border-color-h-t-tt, .theme-cobalt .t-main-border-color-h-t:hover .t-main-border-color-h-t-tt-after:after, .theme-cobalt .t-main-border-color-h-t:hover .t-main-border-color-h-t-tt-before:before, .theme-cobalt .t-main-border-color-h-t:hover .t-t, .theme-cobalt .t-main-border-color-h-t:hover .t-t-after:after, .theme-cobalt .t-main-border-color-h-t:hover .t-t-before:before {
  border-color: #27aeb0
}
.theme-cobalt .t-main-border-color-h-t-s:hover .t-main-border-color-h-t-tt-after-s:after, .theme-cobalt .t-main-border-color-h-t-s:hover .t-main-border-color-h-t-tt-before-s:before, .theme-cobalt .t-main-border-color-h-t-s:hover .t-main-border-color-h-t-tt-s, .theme-cobalt .t-main-border-color-h-t-s:hover .t-t-after-s:after, .theme-cobalt .t-main-border-color-h-t-s:hover .t-t-before-s:before, .theme-cobalt .t-main-border-color-h-t-s:hover .t-t-s {
  border-color: #27aeb0 !important
}
.theme-cobalt .t-hover-main-border-color-after:after, .theme-cobalt .t-hover-main-border-color-all:hover, .theme-cobalt .t-hover-main-border-color-all:hover *, .theme-cobalt .t-hover-main-border-color-before:before, .theme-cobalt .t-hover-main-border-color:hover {
  border-color: #31c2c4
}
.theme-cobalt .t-hover-main-border-color-after-s:after, .theme-cobalt .t-hover-main-border-color-all-s:hover, .theme-cobalt .t-hover-main-border-color-all-s:hover *, .theme-cobalt .t-hover-main-border-color-before-s:before, .theme-cobalt .t-hover-main-border-color-s:hover {
  border-color: #31c2c4 !important
}
.theme-cobalt .t-hover-main-border-color-t:hover .t-hover-main-border-color-t-tt, .theme-cobalt .t-hover-main-border-color-t:hover .t-hover-main-border-color-t-tt-after:after, .theme-cobalt .t-hover-main-border-color-t:hover .t-hover-main-border-color-t-tt-before:before, .theme-cobalt .t-hover-main-border-color-t:hover .t-t, .theme-cobalt .t-hover-main-border-color-t:hover .t-t-after:after, .theme-cobalt .t-hover-main-border-color-t:hover .t-t-before:before {
  border-color: #31c2c4
}
.theme-cobalt .t-hover-main-border-color-t-s:hover .t-hover-main-border-color-t-tt-after-s:after, .theme-cobalt .t-hover-main-border-color-t-s:hover .t-hover-main-border-color-t-tt-before-s:before, .theme-cobalt .t-hover-main-border-color-t-s:hover .t-hover-main-border-color-t-tt-s, .theme-cobalt .t-hover-main-border-color-t-s:hover .t-t-after-s:after, .theme-cobalt .t-hover-main-border-color-t-s:hover .t-t-before-s:before, .theme-cobalt .t-hover-main-border-color-t-s:hover .t-t-s {
  border-color: #31c2c4 !important
}
.theme-cobalt .t-border-color, .theme-cobalt .t-border-color-after:after, .theme-cobalt .t-border-color-all, .theme-cobalt .t-border-color-all *, .theme-cobalt .t-border-color-before:before {
  border-color: #dcdfe6
}
.theme-cobalt .t-border-color-after-s:after, .theme-cobalt .t-border-color-all-s, .theme-cobalt .t-border-color-all-s *, .theme-cobalt .t-border-color-before-s:before, .theme-cobalt .t-border-color-s {
  border-color: #dcdfe6 !important
}
.theme-cobalt .t-border-color-t .t-border-color-t-tt, .theme-cobalt .t-border-color-t .t-border-color-t-tt-after:after, .theme-cobalt .t-border-color-t .t-border-color-t-tt-before:before, .theme-cobalt .t-border-color-t .t-t, .theme-cobalt .t-border-color-t .t-t-after:after, .theme-cobalt .t-border-color-t .t-t-before:before {
  border-color: #dcdfe6
}
.theme-cobalt .t-border-color-t-s .t-border-color-t-tt-after-s:after, .theme-cobalt .t-border-color-t-s .t-border-color-t-tt-before-s:before, .theme-cobalt .t-border-color-t-s .t-border-color-t-tt-s, .theme-cobalt .t-border-color-t-s .t-t-after-s:after, .theme-cobalt .t-border-color-t-s .t-t-before-s:before, .theme-cobalt .t-border-color-t-s .t-t-s {
  border-color: #dcdfe6 !important
}
.theme-cobalt .t-bg-color-gradient-rotate, .theme-cobalt .t-bg-color-gradient-rotate-after:after, .theme-cobalt .t-bg-color-gradient-rotate-all, .theme-cobalt .t-bg-color-gradient-rotate-all *, .theme-cobalt .t-bg-color-gradient-rotate-before:before {
  background: linear-gradient(-90deg, #31c2c4, transparent)
}
.theme-cobalt .t-bg-color-gradient-rotate-after-s:after, .theme-cobalt .t-bg-color-gradient-rotate-all-s, .theme-cobalt .t-bg-color-gradient-rotate-all-s *, .theme-cobalt .t-bg-color-gradient-rotate-before-s:before, .theme-cobalt .t-bg-color-gradient-rotate-s {
  background: linear-gradient(-90deg, #31c2c4, transparent) !important
}
.theme-cobalt .t-bg-color-gradient-rotate-t .t-bg-color-gradient-rotate-t-tt, .theme-cobalt .t-bg-color-gradient-rotate-t .t-bg-color-gradient-rotate-t-tt-after:after, .theme-cobalt .t-bg-color-gradient-rotate-t .t-bg-color-gradient-rotate-t-tt-before:before, .theme-cobalt .t-bg-color-gradient-rotate-t .t-t, .theme-cobalt .t-bg-color-gradient-rotate-t .t-t-after:after, .theme-cobalt .t-bg-color-gradient-rotate-t .t-t-before:before {
  background: linear-gradient(-90deg, #31c2c4, transparent)
}
.theme-cobalt .t-bg-color-gradient-rotate-t-s .t-bg-color-gradient-rotate-t-tt-after-s:after, .theme-cobalt .t-bg-color-gradient-rotate-t-s .t-bg-color-gradient-rotate-t-tt-before-s:before, .theme-cobalt .t-bg-color-gradient-rotate-t-s .t-bg-color-gradient-rotate-t-tt-s, .theme-cobalt .t-bg-color-gradient-rotate-t-s .t-t-after-s:after, .theme-cobalt .t-bg-color-gradient-rotate-t-s .t-t-before-s:before, .theme-cobalt .t-bg-color-gradient-rotate-t-s .t-t-s {
  background: linear-gradient(-90deg, #31c2c4, transparent) !important
}
.theme-cobalt .t-bg-color-gradient-vertical, .theme-cobalt .t-bg-color-gradient-vertical-after:after, .theme-cobalt .t-bg-color-gradient-vertical-all, .theme-cobalt .t-bg-color-gradient-vertical-all *, .theme-cobalt .t-bg-color-gradient-vertical-before:before {
  background: linear-gradient(0deg, #31c2c4, transparent)
}
.theme-cobalt .t-bg-color-gradient-vertical-after-s:after, .theme-cobalt .t-bg-color-gradient-vertical-all-s, .theme-cobalt .t-bg-color-gradient-vertical-all-s *, .theme-cobalt .t-bg-color-gradient-vertical-before-s:before, .theme-cobalt .t-bg-color-gradient-vertical-s {
  background: linear-gradient(0deg, #31c2c4, transparent) !important
}
.theme-cobalt .t-bg-color-gradient-vertical-t .t-bg-color-gradient-vertical-t-tt, .theme-cobalt .t-bg-color-gradient-vertical-t .t-bg-color-gradient-vertical-t-tt-after:after, .theme-cobalt .t-bg-color-gradient-vertical-t .t-bg-color-gradient-vertical-t-tt-before:before, .theme-cobalt .t-bg-color-gradient-vertical-t .t-t, .theme-cobalt .t-bg-color-gradient-vertical-t .t-t-after:after, .theme-cobalt .t-bg-color-gradient-vertical-t .t-t-before:before {
  background: linear-gradient(0deg, #31c2c4, transparent)
}
.theme-cobalt .t-bg-color-gradient-vertical-t-s .t-bg-color-gradient-vertical-t-tt-after-s:after, .theme-cobalt .t-bg-color-gradient-vertical-t-s .t-bg-color-gradient-vertical-t-tt-before-s:before, .theme-cobalt .t-bg-color-gradient-vertical-t-s .t-bg-color-gradient-vertical-t-tt-s, .theme-cobalt .t-bg-color-gradient-vertical-t-s .t-t-after-s:after, .theme-cobalt .t-bg-color-gradient-vertical-t-s .t-t-before-s:before, .theme-cobalt .t-bg-color-gradient-vertical-t-s .t-t-s {
  background: linear-gradient(0deg, #31c2c4, transparent) !important
}
.theme-cobalt .t-hover-bg-color-gradient-vertical-after:after, .theme-cobalt .t-hover-bg-color-gradient-vertical-all:hover, .theme-cobalt .t-hover-bg-color-gradient-vertical-all:hover *, .theme-cobalt .t-hover-bg-color-gradient-vertical-before:before, .theme-cobalt .t-hover-bg-color-gradient-vertical:hover {
  background: linear-gradient(0deg, #31c2c4, transparent)
}
.theme-cobalt .t-hover-bg-color-gradient-vertical-after-s:after, .theme-cobalt .t-hover-bg-color-gradient-vertical-all-s:hover, .theme-cobalt .t-hover-bg-color-gradient-vertical-all-s:hover *, .theme-cobalt .t-hover-bg-color-gradient-vertical-before-s:before, .theme-cobalt .t-hover-bg-color-gradient-vertical-s:hover {
  background: linear-gradient(0deg, #31c2c4, transparent) !important
}
.theme-cobalt .t-hover-bg-color-gradient-vertical-t:hover .t-hover-bg-color-gradient-vertical-t-tt, .theme-cobalt .t-hover-bg-color-gradient-vertical-t:hover .t-hover-bg-color-gradient-vertical-t-tt-after:after, .theme-cobalt .t-hover-bg-color-gradient-vertical-t:hover .t-hover-bg-color-gradient-vertical-t-tt-before:before, .theme-cobalt .t-hover-bg-color-gradient-vertical-t:hover .t-t, .theme-cobalt .t-hover-bg-color-gradient-vertical-t:hover .t-t-after:after, .theme-cobalt .t-hover-bg-color-gradient-vertical-t:hover .t-t-before:before {
  background: linear-gradient(0deg, #31c2c4, transparent)
}
.theme-cobalt .t-hover-bg-color-gradient-vertical-t-s:hover .t-hover-bg-color-gradient-vertical-t-tt-after-s:after, .theme-cobalt .t-hover-bg-color-gradient-vertical-t-s:hover .t-hover-bg-color-gradient-vertical-t-tt-before-s:before, .theme-cobalt .t-hover-bg-color-gradient-vertical-t-s:hover .t-hover-bg-color-gradient-vertical-t-tt-s, .theme-cobalt .t-hover-bg-color-gradient-vertical-t-s:hover .t-t-after-s:after, .theme-cobalt .t-hover-bg-color-gradient-vertical-t-s:hover .t-t-before-s:before, .theme-cobalt .t-hover-bg-color-gradient-vertical-t-s:hover .t-t-s {
  background: linear-gradient(0deg, #31c2c4, transparent) !important
}
.theme-cobalt section.ow-swiper .swiper-pagination .swiper-active-switch {
  background: #31c2c4
}
.theme-lake-blue {
  --themeMainColor: #68a6f6;
  --themeMainHoverColor: #5292e5;
  --bkmainColorLight: #ecf4fe;
  --bkmainColorDarken: #062f65;
  --themeFontColor: #33333b;
  --themeFontSubColor: #66666b;
  --themeFontThirdColor: #99999b
}
.theme-lake-blue .t-light-bg-color, .theme-lake-blue .t-light-bg-color-after:after, .theme-lake-blue .t-light-bg-color-all, .theme-lake-blue .t-light-bg-color-all *, .theme-lake-blue .t-light-bg-color-before:before {
  background-color: #ecf4fe
}
.theme-lake-blue .t-light-bg-color-after-s:after, .theme-lake-blue .t-light-bg-color-all-s, .theme-lake-blue .t-light-bg-color-all-s *, .theme-lake-blue .t-light-bg-color-before-s:before, .theme-lake-blue .t-light-bg-color-s {
  background-color: #ecf4fe !important
}
.theme-lake-blue .t-light-bg-color-t .t-light-bg-color-t-tt, .theme-lake-blue .t-light-bg-color-t .t-light-bg-color-t-tt-after:after, .theme-lake-blue .t-light-bg-color-t .t-light-bg-color-t-tt-before:before, .theme-lake-blue .t-light-bg-color-t .t-t, .theme-lake-blue .t-light-bg-color-t .t-t-after:after, .theme-lake-blue .t-light-bg-color-t .t-t-before:before {
  background-color: #ecf4fe
}
.theme-lake-blue .t-light-bg-color-t-s .t-light-bg-color-t-tt-after-s:after, .theme-lake-blue .t-light-bg-color-t-s .t-light-bg-color-t-tt-before-s:before, .theme-lake-blue .t-light-bg-color-t-s .t-light-bg-color-t-tt-s, .theme-lake-blue .t-light-bg-color-t-s .t-t-after-s:after, .theme-lake-blue .t-light-bg-color-t-s .t-t-before-s:before, .theme-lake-blue .t-light-bg-color-t-s .t-t-s {
  background-color: #ecf4fe !important
}
.theme-lake-blue .t-hover-light-bg-color-after:after, .theme-lake-blue .t-hover-light-bg-color-all:hover, .theme-lake-blue .t-hover-light-bg-color-all:hover *, .theme-lake-blue .t-hover-light-bg-color-before:before, .theme-lake-blue .t-hover-light-bg-color:hover {
  background-color: #ecf4fe
}
.theme-lake-blue .t-hover-light-bg-color-after-s:after, .theme-lake-blue .t-hover-light-bg-color-all-s:hover, .theme-lake-blue .t-hover-light-bg-color-all-s:hover *, .theme-lake-blue .t-hover-light-bg-color-before-s:before, .theme-lake-blue .t-hover-light-bg-color-s:hover {
  background-color: #ecf4fe !important
}
.theme-lake-blue .t-hover-light-bg-color-t:hover .t-hover-light-bg-color-t-tt, .theme-lake-blue .t-hover-light-bg-color-t:hover .t-hover-light-bg-color-t-tt-after:after, .theme-lake-blue .t-hover-light-bg-color-t:hover .t-hover-light-bg-color-t-tt-before:before, .theme-lake-blue .t-hover-light-bg-color-t:hover .t-t, .theme-lake-blue .t-hover-light-bg-color-t:hover .t-t-after:after, .theme-lake-blue .t-hover-light-bg-color-t:hover .t-t-before:before {
  background-color: #ecf4fe
}
.theme-lake-blue .t-hover-light-bg-color-t-s:hover .t-hover-light-bg-color-t-tt-after-s:after, .theme-lake-blue .t-hover-light-bg-color-t-s:hover .t-hover-light-bg-color-t-tt-before-s:before, .theme-lake-blue .t-hover-light-bg-color-t-s:hover .t-hover-light-bg-color-t-tt-s, .theme-lake-blue .t-hover-light-bg-color-t-s:hover .t-t-after-s:after, .theme-lake-blue .t-hover-light-bg-color-t-s:hover .t-t-before-s:before, .theme-lake-blue .t-hover-light-bg-color-t-s:hover .t-t-s {
  background-color: #ecf4fe !important
}
.theme-lake-blue .t-darken-bg-color, .theme-lake-blue .t-darken-bg-color-after:after, .theme-lake-blue .t-darken-bg-color-all, .theme-lake-blue .t-darken-bg-color-all *, .theme-lake-blue .t-darken-bg-color-before:before {
  background-color: #062f65;
  color: #fff
}
.theme-lake-blue .t-darken-bg-color-after-s:after, .theme-lake-blue .t-darken-bg-color-all-s, .theme-lake-blue .t-darken-bg-color-all-s *, .theme-lake-blue .t-darken-bg-color-before-s:before, .theme-lake-blue .t-darken-bg-color-s {
  background-color: #062f65 !important;
  color: #fff !important
}
.theme-lake-blue .t-darken-bg-color-t .t-darken-bg-color-t-tt, .theme-lake-blue .t-darken-bg-color-t .t-darken-bg-color-t-tt-after:after, .theme-lake-blue .t-darken-bg-color-t .t-darken-bg-color-t-tt-before:before, .theme-lake-blue .t-darken-bg-color-t .t-t, .theme-lake-blue .t-darken-bg-color-t .t-t-after:after, .theme-lake-blue .t-darken-bg-color-t .t-t-before:before {
  background-color: #062f65;
  color: #fff
}
.theme-lake-blue .t-darken-bg-color-t-s .t-darken-bg-color-t-tt-after-s:after, .theme-lake-blue .t-darken-bg-color-t-s .t-darken-bg-color-t-tt-before-s:before, .theme-lake-blue .t-darken-bg-color-t-s .t-darken-bg-color-t-tt-s, .theme-lake-blue .t-darken-bg-color-t-s .t-t-after-s:after, .theme-lake-blue .t-darken-bg-color-t-s .t-t-before-s:before, .theme-lake-blue .t-darken-bg-color-t-s .t-t-s {
  background-color: #062f65 !important;
  color: #fff !important
}
.theme-lake-blue .t-bg-color-gradient, .theme-lake-blue .t-bg-color-gradient-after:after, .theme-lake-blue .t-bg-color-gradient-all, .theme-lake-blue .t-bg-color-gradient-all *, .theme-lake-blue .t-bg-color-gradient-before:before {
  background-color: #5292e5;
  color: #fff
}
.theme-lake-blue .t-bg-color-gradient-after-s:after, .theme-lake-blue .t-bg-color-gradient-all-s, .theme-lake-blue .t-bg-color-gradient-all-s *, .theme-lake-blue .t-bg-color-gradient-before-s:before, .theme-lake-blue .t-bg-color-gradient-s {
  background-color: #5292e5 !important;
  color: #fff !important
}
.theme-lake-blue .t-bg-color-gradient-t .t-bg-color-gradient-t-tt, .theme-lake-blue .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-after:after, .theme-lake-blue .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-before:before, .theme-lake-blue .t-bg-color-gradient-t .t-t, .theme-lake-blue .t-bg-color-gradient-t .t-t-after:after, .theme-lake-blue .t-bg-color-gradient-t .t-t-before:before {
  background-color: #5292e5;
  color: #fff
}
.theme-lake-blue .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-after-s:after, .theme-lake-blue .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-before-s:before, .theme-lake-blue .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-s, .theme-lake-blue .t-bg-color-gradient-t-s .t-t-after-s:after, .theme-lake-blue .t-bg-color-gradient-t-s .t-t-before-s:before, .theme-lake-blue .t-bg-color-gradient-t-s .t-t-s {
  background-color: #5292e5 !important;
  color: #fff !important
}
.theme-lake-blue .t-bg-color-gradient, .theme-lake-blue .t-bg-color-gradient-after:after, .theme-lake-blue .t-bg-color-gradient-all, .theme-lake-blue .t-bg-color-gradient-all *, .theme-lake-blue .t-bg-color-gradient-before:before {
  background: linear-gradient(180deg, #5292e5, #68a6f6)
}
.theme-lake-blue .t-bg-color-gradient-after-s:after, .theme-lake-blue .t-bg-color-gradient-all-s, .theme-lake-blue .t-bg-color-gradient-all-s *, .theme-lake-blue .t-bg-color-gradient-before-s:before, .theme-lake-blue .t-bg-color-gradient-s {
  background: linear-gradient(180deg, #5292e5, #68a6f6) !important
}
.theme-lake-blue .t-bg-color-gradient-t .t-bg-color-gradient-t-tt, .theme-lake-blue .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-after:after, .theme-lake-blue .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-before:before, .theme-lake-blue .t-bg-color-gradient-t .t-t, .theme-lake-blue .t-bg-color-gradient-t .t-t-after:after, .theme-lake-blue .t-bg-color-gradient-t .t-t-before:before {
  background: linear-gradient(180deg, #5292e5, #68a6f6)
}
.theme-lake-blue .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-after-s:after, .theme-lake-blue .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-before-s:before, .theme-lake-blue .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-s, .theme-lake-blue .t-bg-color-gradient-t-s .t-t-after-s:after, .theme-lake-blue .t-bg-color-gradient-t-s .t-t-before-s:before, .theme-lake-blue .t-bg-color-gradient-t-s .t-t-s {
  background: linear-gradient(180deg, #5292e5, #68a6f6) !important
}
.theme-lake-blue .t-darken-bg-color-gradient, .theme-lake-blue .t-darken-bg-color-gradient-after:after, .theme-lake-blue .t-darken-bg-color-gradient-all, .theme-lake-blue .t-darken-bg-color-gradient-all *, .theme-lake-blue .t-darken-bg-color-gradient-before:before {
  background-color: #062f65;
  color: #fff
}
.theme-lake-blue .t-darken-bg-color-gradient-after-s:after, .theme-lake-blue .t-darken-bg-color-gradient-all-s, .theme-lake-blue .t-darken-bg-color-gradient-all-s *, .theme-lake-blue .t-darken-bg-color-gradient-before-s:before, .theme-lake-blue .t-darken-bg-color-gradient-s {
  background-color: #062f65 !important;
  color: #fff !important
}
.theme-lake-blue .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt, .theme-lake-blue .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-after:after, .theme-lake-blue .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-before:before, .theme-lake-blue .t-darken-bg-color-gradient-t .t-t, .theme-lake-blue .t-darken-bg-color-gradient-t .t-t-after:after, .theme-lake-blue .t-darken-bg-color-gradient-t .t-t-before:before {
  background-color: #062f65;
  color: #fff
}
.theme-lake-blue .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-after-s:after, .theme-lake-blue .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-before-s:before, .theme-lake-blue .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-s, .theme-lake-blue .t-darken-bg-color-gradient-t-s .t-t-after-s:after, .theme-lake-blue .t-darken-bg-color-gradient-t-s .t-t-before-s:before, .theme-lake-blue .t-darken-bg-color-gradient-t-s .t-t-s {
  background-color: #062f65 !important;
  color: #fff !important
}
.theme-lake-blue .t-darken-bg-color-gradient, .theme-lake-blue .t-darken-bg-color-gradient-after:after, .theme-lake-blue .t-darken-bg-color-gradient-all, .theme-lake-blue .t-darken-bg-color-gradient-all *, .theme-lake-blue .t-darken-bg-color-gradient-before:before {
  background: linear-gradient(180deg, #000, #062f65 57%, #062f65)
}
.theme-lake-blue .t-darken-bg-color-gradient-after-s:after, .theme-lake-blue .t-darken-bg-color-gradient-all-s, .theme-lake-blue .t-darken-bg-color-gradient-all-s *, .theme-lake-blue .t-darken-bg-color-gradient-before-s:before, .theme-lake-blue .t-darken-bg-color-gradient-s {
  background: linear-gradient(180deg, #000, #062f65 57%, #062f65) !important
}
.theme-lake-blue .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt, .theme-lake-blue .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-after:after, .theme-lake-blue .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-before:before, .theme-lake-blue .t-darken-bg-color-gradient-t .t-t, .theme-lake-blue .t-darken-bg-color-gradient-t .t-t-after:after, .theme-lake-blue .t-darken-bg-color-gradient-t .t-t-before:before {
  background: linear-gradient(180deg, #000, #062f65 57%, #062f65)
}
.theme-lake-blue .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-after-s:after, .theme-lake-blue .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-before-s:before, .theme-lake-blue .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-s, .theme-lake-blue .t-darken-bg-color-gradient-t-s .t-t-after-s:after, .theme-lake-blue .t-darken-bg-color-gradient-t-s .t-t-before-s:before, .theme-lake-blue .t-darken-bg-color-gradient-t-s .t-t-s {
  background: linear-gradient(180deg, #000, #062f65 57%, #062f65) !important
}
.theme-lake-blue body, .theme-lake-blue body-after:after, .theme-lake-blue body-all, .theme-lake-blue body-all *, .theme-lake-blue body-before:before {
  color: #33333b
}
.theme-lake-blue body-after-s:after, .theme-lake-blue body-all-s, .theme-lake-blue body-all-s *, .theme-lake-blue body-before-s:before, .theme-lake-blue body-s {
  color: #33333b !important
}
.theme-lake-blue body-t .t-t, .theme-lake-blue body-t .t-t-after:after, .theme-lake-blue body-t .t-t-before:before, .theme-lake-blue body-t body-t-tt, .theme-lake-blue body-t body-t-tt-after:after, .theme-lake-blue body-t body-t-tt-before:before {
  color: #33333b
}
.theme-lake-blue body-t-s .t-t-after-s:after, .theme-lake-blue body-t-s .t-t-before-s:before, .theme-lake-blue body-t-s .t-t-s, .theme-lake-blue body-t-s body-t-tt-after-s:after, .theme-lake-blue body-t-s body-t-tt-before-s:before, .theme-lake-blue body-t-s body-t-tt-s {
  color: #33333b !important
}
.theme-lake-blue, .theme-lake-blue-after:after, .theme-lake-blue-all, .theme-lake-blue-all *, .theme-lake-blue-before:before {
  color: #33333b
}
.theme-lake-blue-after-s:after, .theme-lake-blue-all-s, .theme-lake-blue-all-s *, .theme-lake-blue-before-s:before, .theme-lake-blue-s {
  color: #33333b !important
}
.theme-lake-blue-t .t-t, .theme-lake-blue-t .t-t-after:after, .theme-lake-blue-t .t-t-before:before, .theme-lake-blue-t .theme-lake-blue-t-tt, .theme-lake-blue-t .theme-lake-blue-t-tt-after:after, .theme-lake-blue-t .theme-lake-blue-t-tt-before:before {
  color: #33333b
}
.theme-lake-blue-t-s .t-t-after-s:after, .theme-lake-blue-t-s .t-t-before-s:before, .theme-lake-blue-t-s .t-t-s, .theme-lake-blue-t-s .theme-lake-blue-t-tt-after-s:after, .theme-lake-blue-t-s .theme-lake-blue-t-tt-before-s:before, .theme-lake-blue-t-s .theme-lake-blue-t-tt-s {
  color: #33333b !important
}
.theme-lake-blue .t-font-color, .theme-lake-blue .t-font-color-after:after, .theme-lake-blue .t-font-color-all, .theme-lake-blue .t-font-color-all *, .theme-lake-blue .t-font-color-before:before {
  color: #33333b
}
.theme-lake-blue .t-font-color-after-s:after, .theme-lake-blue .t-font-color-all-s, .theme-lake-blue .t-font-color-all-s *, .theme-lake-blue .t-font-color-before-s:before, .theme-lake-blue .t-font-color-s {
  color: #33333b !important
}
.theme-lake-blue .t-font-color-t .t-font-color-t-tt, .theme-lake-blue .t-font-color-t .t-font-color-t-tt-after:after, .theme-lake-blue .t-font-color-t .t-font-color-t-tt-before:before, .theme-lake-blue .t-font-color-t .t-t, .theme-lake-blue .t-font-color-t .t-t-after:after, .theme-lake-blue .t-font-color-t .t-t-before:before {
  color: #33333b
}
.theme-lake-blue .t-font-color-t-s .t-font-color-t-tt-after-s:after, .theme-lake-blue .t-font-color-t-s .t-font-color-t-tt-before-s:before, .theme-lake-blue .t-font-color-t-s .t-font-color-t-tt-s, .theme-lake-blue .t-font-color-t-s .t-t-after-s:after, .theme-lake-blue .t-font-color-t-s .t-t-before-s:before, .theme-lake-blue .t-font-color-t-s .t-t-s {
  color: #33333b !important
}
.theme-lake-blue .t-font-color-h-after:after, .theme-lake-blue .t-font-color-h-all:hover, .theme-lake-blue .t-font-color-h-all:hover *, .theme-lake-blue .t-font-color-h-before:before, .theme-lake-blue .t-font-color-h:hover {
  color: #33333b
}
.theme-lake-blue .t-font-color-h-after-s:after, .theme-lake-blue .t-font-color-h-all-s:hover, .theme-lake-blue .t-font-color-h-all-s:hover *, .theme-lake-blue .t-font-color-h-before-s:before, .theme-lake-blue .t-font-color-h-s:hover {
  color: #33333b !important
}
.theme-lake-blue .t-font-color-h-t:hover .t-font-color-h-t-tt, .theme-lake-blue .t-font-color-h-t:hover .t-font-color-h-t-tt-after:after, .theme-lake-blue .t-font-color-h-t:hover .t-font-color-h-t-tt-before:before, .theme-lake-blue .t-font-color-h-t:hover .t-t, .theme-lake-blue .t-font-color-h-t:hover .t-t-after:after, .theme-lake-blue .t-font-color-h-t:hover .t-t-before:before {
  color: #33333b
}
.theme-lake-blue .t-font-color-h-t-s:hover .t-font-color-h-t-tt-after-s:after, .theme-lake-blue .t-font-color-h-t-s:hover .t-font-color-h-t-tt-before-s:before, .theme-lake-blue .t-font-color-h-t-s:hover .t-font-color-h-t-tt-s, .theme-lake-blue .t-font-color-h-t-s:hover .t-t-after-s:after, .theme-lake-blue .t-font-color-h-t-s:hover .t-t-before-s:before, .theme-lake-blue .t-font-color-h-t-s:hover .t-t-s {
  color: #33333b !important
}
.theme-lake-blue .t-sub-font-color, .theme-lake-blue .t-sub-font-color-after:after, .theme-lake-blue .t-sub-font-color-all, .theme-lake-blue .t-sub-font-color-all *, .theme-lake-blue .t-sub-font-color-before:before {
  color: #66666b
}
.theme-lake-blue .t-sub-font-color-after-s:after, .theme-lake-blue .t-sub-font-color-all-s, .theme-lake-blue .t-sub-font-color-all-s *, .theme-lake-blue .t-sub-font-color-before-s:before, .theme-lake-blue .t-sub-font-color-s {
  color: #66666b !important
}
.theme-lake-blue .t-sub-font-color-t .t-sub-font-color-t-tt, .theme-lake-blue .t-sub-font-color-t .t-sub-font-color-t-tt-after:after, .theme-lake-blue .t-sub-font-color-t .t-sub-font-color-t-tt-before:before, .theme-lake-blue .t-sub-font-color-t .t-t, .theme-lake-blue .t-sub-font-color-t .t-t-after:after, .theme-lake-blue .t-sub-font-color-t .t-t-before:before {
  color: #66666b
}
.theme-lake-blue .t-sub-font-color-t-s .t-sub-font-color-t-tt-after-s:after, .theme-lake-blue .t-sub-font-color-t-s .t-sub-font-color-t-tt-before-s:before, .theme-lake-blue .t-sub-font-color-t-s .t-sub-font-color-t-tt-s, .theme-lake-blue .t-sub-font-color-t-s .t-t-after-s:after, .theme-lake-blue .t-sub-font-color-t-s .t-t-before-s:before, .theme-lake-blue .t-sub-font-color-t-s .t-t-s {
  color: #66666b !important
}
.theme-lake-blue .t-sub-font-color-h-after:after, .theme-lake-blue .t-sub-font-color-h-all:hover, .theme-lake-blue .t-sub-font-color-h-all:hover *, .theme-lake-blue .t-sub-font-color-h-before:before, .theme-lake-blue .t-sub-font-color-h:hover {
  color: #66666b
}
.theme-lake-blue .t-sub-font-color-h-after-s:after, .theme-lake-blue .t-sub-font-color-h-all-s:hover, .theme-lake-blue .t-sub-font-color-h-all-s:hover *, .theme-lake-blue .t-sub-font-color-h-before-s:before, .theme-lake-blue .t-sub-font-color-h-s:hover {
  color: #66666b !important
}
.theme-lake-blue .t-sub-font-color-h-t:hover .t-sub-font-color-h-t-tt, .theme-lake-blue .t-sub-font-color-h-t:hover .t-sub-font-color-h-t-tt-after:after, .theme-lake-blue .t-sub-font-color-h-t:hover .t-sub-font-color-h-t-tt-before:before, .theme-lake-blue .t-sub-font-color-h-t:hover .t-t, .theme-lake-blue .t-sub-font-color-h-t:hover .t-t-after:after, .theme-lake-blue .t-sub-font-color-h-t:hover .t-t-before:before {
  color: #66666b
}
.theme-lake-blue .t-sub-font-color-h-t-s:hover .t-sub-font-color-h-t-tt-after-s:after, .theme-lake-blue .t-sub-font-color-h-t-s:hover .t-sub-font-color-h-t-tt-before-s:before, .theme-lake-blue .t-sub-font-color-h-t-s:hover .t-sub-font-color-h-t-tt-s, .theme-lake-blue .t-sub-font-color-h-t-s:hover .t-t-after-s:after, .theme-lake-blue .t-sub-font-color-h-t-s:hover .t-t-before-s:before, .theme-lake-blue .t-sub-font-color-h-t-s:hover .t-t-s {
  color: #66666b !important
}
.theme-lake-blue .t-third-font-color, .theme-lake-blue .t-third-font-color-after:after, .theme-lake-blue .t-third-font-color-all, .theme-lake-blue .t-third-font-color-all *, .theme-lake-blue .t-third-font-color-before:before {
  color: #99999b
}
.theme-lake-blue .t-third-font-color-after-s:after, .theme-lake-blue .t-third-font-color-all-s, .theme-lake-blue .t-third-font-color-all-s *, .theme-lake-blue .t-third-font-color-before-s:before, .theme-lake-blue .t-third-font-color-s {
  color: #99999b !important
}
.theme-lake-blue .t-third-font-color-t .t-t, .theme-lake-blue .t-third-font-color-t .t-t-after:after, .theme-lake-blue .t-third-font-color-t .t-t-before:before, .theme-lake-blue .t-third-font-color-t .t-third-font-color-t-tt, .theme-lake-blue .t-third-font-color-t .t-third-font-color-t-tt-after:after, .theme-lake-blue .t-third-font-color-t .t-third-font-color-t-tt-before:before {
  color: #99999b
}
.theme-lake-blue .t-third-font-color-t-s .t-t-after-s:after, .theme-lake-blue .t-third-font-color-t-s .t-t-before-s:before, .theme-lake-blue .t-third-font-color-t-s .t-t-s, .theme-lake-blue .t-third-font-color-t-s .t-third-font-color-t-tt-after-s:after, .theme-lake-blue .t-third-font-color-t-s .t-third-font-color-t-tt-before-s:before, .theme-lake-blue .t-third-font-color-t-s .t-third-font-color-t-tt-s {
  color: #99999b !important
}
.theme-lake-blue .t-third-font-color-h-after:after, .theme-lake-blue .t-third-font-color-h-all:hover, .theme-lake-blue .t-third-font-color-h-all:hover *, .theme-lake-blue .t-third-font-color-h-before:before, .theme-lake-blue .t-third-font-color-h:hover {
  color: #99999b
}
.theme-lake-blue .t-third-font-color-h-after-s:after, .theme-lake-blue .t-third-font-color-h-all-s:hover, .theme-lake-blue .t-third-font-color-h-all-s:hover *, .theme-lake-blue .t-third-font-color-h-before-s:before, .theme-lake-blue .t-third-font-color-h-s:hover {
  color: #99999b !important
}
.theme-lake-blue .t-third-font-color-h-t:hover .t-t, .theme-lake-blue .t-third-font-color-h-t:hover .t-t-after:after, .theme-lake-blue .t-third-font-color-h-t:hover .t-t-before:before, .theme-lake-blue .t-third-font-color-h-t:hover .t-third-font-color-h-t-tt, .theme-lake-blue .t-third-font-color-h-t:hover .t-third-font-color-h-t-tt-after:after, .theme-lake-blue .t-third-font-color-h-t:hover .t-third-font-color-h-t-tt-before:before {
  color: #99999b
}
.theme-lake-blue .t-third-font-color-h-t-s:hover .t-t-after-s:after, .theme-lake-blue .t-third-font-color-h-t-s:hover .t-t-before-s:before, .theme-lake-blue .t-third-font-color-h-t-s:hover .t-t-s, .theme-lake-blue .t-third-font-color-h-t-s:hover .t-third-font-color-h-t-tt-after-s:after, .theme-lake-blue .t-third-font-color-h-t-s:hover .t-third-font-color-h-t-tt-before-s:before, .theme-lake-blue .t-third-font-color-h-t-s:hover .t-third-font-color-h-t-tt-s {
  color: #99999b !important
}
.theme-lake-blue .t-main-bg-color, .theme-lake-blue .t-main-bg-color-after:after, .theme-lake-blue .t-main-bg-color-all, .theme-lake-blue .t-main-bg-color-all *, .theme-lake-blue .t-main-bg-color-before:before {
  background-color: #68a6f6;
  color: #fff
}
.theme-lake-blue .t-main-bg-color-after-s:after, .theme-lake-blue .t-main-bg-color-all-s, .theme-lake-blue .t-main-bg-color-all-s *, .theme-lake-blue .t-main-bg-color-before-s:before, .theme-lake-blue .t-main-bg-color-s {
  background-color: #68a6f6 !important;
  color: #fff !important
}
.theme-lake-blue .t-main-bg-color-t .t-main-bg-color-t-tt, .theme-lake-blue .t-main-bg-color-t .t-main-bg-color-t-tt-after:after, .theme-lake-blue .t-main-bg-color-t .t-main-bg-color-t-tt-before:before, .theme-lake-blue .t-main-bg-color-t .t-t, .theme-lake-blue .t-main-bg-color-t .t-t-after:after, .theme-lake-blue .t-main-bg-color-t .t-t-before:before {
  background-color: #68a6f6;
  color: #fff
}
.theme-lake-blue .t-main-bg-color-t-s .t-main-bg-color-t-tt-after-s:after, .theme-lake-blue .t-main-bg-color-t-s .t-main-bg-color-t-tt-before-s:before, .theme-lake-blue .t-main-bg-color-t-s .t-main-bg-color-t-tt-s, .theme-lake-blue .t-main-bg-color-t-s .t-t-after-s:after, .theme-lake-blue .t-main-bg-color-t-s .t-t-before-s:before, .theme-lake-blue .t-main-bg-color-t-s .t-t-s {
  background-color: #68a6f6 !important;
  color: #fff !important
}
.theme-lake-blue .t-main-bg-color-h, .theme-lake-blue .t-main-bg-color-h-after:after, .theme-lake-blue .t-main-bg-color-h-all, .theme-lake-blue .t-main-bg-color-h-all *, .theme-lake-blue .t-main-bg-color-h-before:before {
  background-color: #68a6f6;
  color: #fff
}
.theme-lake-blue .t-main-bg-color-h-after-s:after, .theme-lake-blue .t-main-bg-color-h-all-s, .theme-lake-blue .t-main-bg-color-h-all-s *, .theme-lake-blue .t-main-bg-color-h-before-s:before, .theme-lake-blue .t-main-bg-color-h-s {
  background-color: #68a6f6 !important;
  color: #fff !important
}
.theme-lake-blue .t-main-bg-color-h-t .t-main-bg-color-h-t-tt, .theme-lake-blue .t-main-bg-color-h-t .t-main-bg-color-h-t-tt-after:after, .theme-lake-blue .t-main-bg-color-h-t .t-main-bg-color-h-t-tt-before:before, .theme-lake-blue .t-main-bg-color-h-t .t-t, .theme-lake-blue .t-main-bg-color-h-t .t-t-after:after, .theme-lake-blue .t-main-bg-color-h-t .t-t-before:before {
  background-color: #68a6f6;
  color: #fff
}
.theme-lake-blue .t-main-bg-color-h-t-s .t-main-bg-color-h-t-tt-after-s:after, .theme-lake-blue .t-main-bg-color-h-t-s .t-main-bg-color-h-t-tt-before-s:before, .theme-lake-blue .t-main-bg-color-h-t-s .t-main-bg-color-h-t-tt-s, .theme-lake-blue .t-main-bg-color-h-t-s .t-t-after-s:after, .theme-lake-blue .t-main-bg-color-h-t-s .t-t-before-s:before, .theme-lake-blue .t-main-bg-color-h-t-s .t-t-s {
  background-color: #68a6f6 !important;
  color: #fff !important
}
.theme-lake-blue .t-main-bg-color-h-after:after, .theme-lake-blue .t-main-bg-color-h-all:hover, .theme-lake-blue .t-main-bg-color-h-all:hover *, .theme-lake-blue .t-main-bg-color-h-before:before, .theme-lake-blue .t-main-bg-color-h:hover {
  background-color: #5292e5
}
.theme-lake-blue .t-main-bg-color-h-after-s:after, .theme-lake-blue .t-main-bg-color-h-all-s:hover, .theme-lake-blue .t-main-bg-color-h-all-s:hover *, .theme-lake-blue .t-main-bg-color-h-before-s:before, .theme-lake-blue .t-main-bg-color-h-s:hover {
  background-color: #5292e5 !important
}
.theme-lake-blue .t-main-bg-color-h-t:hover .t-main-bg-color-h-t-tt, .theme-lake-blue .t-main-bg-color-h-t:hover .t-main-bg-color-h-t-tt-after:after, .theme-lake-blue .t-main-bg-color-h-t:hover .t-main-bg-color-h-t-tt-before:before, .theme-lake-blue .t-main-bg-color-h-t:hover .t-t, .theme-lake-blue .t-main-bg-color-h-t:hover .t-t-after:after, .theme-lake-blue .t-main-bg-color-h-t:hover .t-t-before:before {
  background-color: #5292e5
}
.theme-lake-blue .t-main-bg-color-h-t-s:hover .t-main-bg-color-h-t-tt-after-s:after, .theme-lake-blue .t-main-bg-color-h-t-s:hover .t-main-bg-color-h-t-tt-before-s:before, .theme-lake-blue .t-main-bg-color-h-t-s:hover .t-main-bg-color-h-t-tt-s, .theme-lake-blue .t-main-bg-color-h-t-s:hover .t-t-after-s:after, .theme-lake-blue .t-main-bg-color-h-t-s:hover .t-t-before-s:before, .theme-lake-blue .t-main-bg-color-h-t-s:hover .t-t-s {
  background-color: #5292e5 !important
}
.theme-lake-blue .t-hover-main-bg-color-after:after, .theme-lake-blue .t-hover-main-bg-color-all:hover, .theme-lake-blue .t-hover-main-bg-color-all:hover *, .theme-lake-blue .t-hover-main-bg-color-before:before, .theme-lake-blue .t-hover-main-bg-color:hover {
  background-color: #68a6f6;
  color: #fff
}
.theme-lake-blue .t-hover-main-bg-color-after-s:after, .theme-lake-blue .t-hover-main-bg-color-all-s:hover, .theme-lake-blue .t-hover-main-bg-color-all-s:hover *, .theme-lake-blue .t-hover-main-bg-color-before-s:before, .theme-lake-blue .t-hover-main-bg-color-s:hover {
  background-color: #68a6f6 !important;
  color: #fff !important
}
.theme-lake-blue .t-hover-main-bg-color-t:hover .t-hover-main-bg-color-t-tt, .theme-lake-blue .t-hover-main-bg-color-t:hover .t-hover-main-bg-color-t-tt-after:after, .theme-lake-blue .t-hover-main-bg-color-t:hover .t-hover-main-bg-color-t-tt-before:before, .theme-lake-blue .t-hover-main-bg-color-t:hover .t-t, .theme-lake-blue .t-hover-main-bg-color-t:hover .t-t-after:after, .theme-lake-blue .t-hover-main-bg-color-t:hover .t-t-before:before {
  background-color: #68a6f6;
  color: #fff
}
.theme-lake-blue .t-hover-main-bg-color-t-s:hover .t-hover-main-bg-color-t-tt-after-s:after, .theme-lake-blue .t-hover-main-bg-color-t-s:hover .t-hover-main-bg-color-t-tt-before-s:before, .theme-lake-blue .t-hover-main-bg-color-t-s:hover .t-hover-main-bg-color-t-tt-s, .theme-lake-blue .t-hover-main-bg-color-t-s:hover .t-t-after-s:after, .theme-lake-blue .t-hover-main-bg-color-t-s:hover .t-t-before-s:before, .theme-lake-blue .t-hover-main-bg-color-t-s:hover .t-t-s {
  background-color: #68a6f6 !important;
  color: #fff !important
}
.theme-lake-blue .t-hover-main-hover-bg-color-after:after, .theme-lake-blue .t-hover-main-hover-bg-color-all:hover, .theme-lake-blue .t-hover-main-hover-bg-color-all:hover *, .theme-lake-blue .t-hover-main-hover-bg-color-before:before, .theme-lake-blue .t-hover-main-hover-bg-color:hover {
  background-color: #5292e5;
  color: #fff
}
.theme-lake-blue .t-hover-main-hover-bg-color-after-s:after, .theme-lake-blue .t-hover-main-hover-bg-color-all-s:hover, .theme-lake-blue .t-hover-main-hover-bg-color-all-s:hover *, .theme-lake-blue .t-hover-main-hover-bg-color-before-s:before, .theme-lake-blue .t-hover-main-hover-bg-color-s:hover {
  background-color: #5292e5 !important;
  color: #fff !important
}
.theme-lake-blue .t-hover-main-hover-bg-color-t:hover .t-hover-main-hover-bg-color-t-tt, .theme-lake-blue .t-hover-main-hover-bg-color-t:hover .t-hover-main-hover-bg-color-t-tt-after:after, .theme-lake-blue .t-hover-main-hover-bg-color-t:hover .t-hover-main-hover-bg-color-t-tt-before:before, .theme-lake-blue .t-hover-main-hover-bg-color-t:hover .t-t, .theme-lake-blue .t-hover-main-hover-bg-color-t:hover .t-t-after:after, .theme-lake-blue .t-hover-main-hover-bg-color-t:hover .t-t-before:before {
  background-color: #5292e5;
  color: #fff
}
.theme-lake-blue .t-hover-main-hover-bg-color-t-s:hover .t-hover-main-hover-bg-color-t-tt-after-s:after, .theme-lake-blue .t-hover-main-hover-bg-color-t-s:hover .t-hover-main-hover-bg-color-t-tt-before-s:before, .theme-lake-blue .t-hover-main-hover-bg-color-t-s:hover .t-hover-main-hover-bg-color-t-tt-s, .theme-lake-blue .t-hover-main-hover-bg-color-t-s:hover .t-t-after-s:after, .theme-lake-blue .t-hover-main-hover-bg-color-t-s:hover .t-t-before-s:before, .theme-lake-blue .t-hover-main-hover-bg-color-t-s:hover .t-t-s {
  background-color: #5292e5 !important;
  color: #fff !important
}
.theme-lake-blue .t-main-font-theme-color, .theme-lake-blue .t-main-font-theme-color-after:after, .theme-lake-blue .t-main-font-theme-color-all, .theme-lake-blue .t-main-font-theme-color-all *, .theme-lake-blue .t-main-font-theme-color-before:before {
  color: #68a6f6
}
.theme-lake-blue .t-main-font-theme-color-after-s:after, .theme-lake-blue .t-main-font-theme-color-all-s, .theme-lake-blue .t-main-font-theme-color-all-s *, .theme-lake-blue .t-main-font-theme-color-before-s:before, .theme-lake-blue .t-main-font-theme-color-s {
  color: #68a6f6 !important
}
.theme-lake-blue .t-main-font-theme-color-t .t-main-font-theme-color-t-tt, .theme-lake-blue .t-main-font-theme-color-t .t-main-font-theme-color-t-tt-after:after, .theme-lake-blue .t-main-font-theme-color-t .t-main-font-theme-color-t-tt-before:before, .theme-lake-blue .t-main-font-theme-color-t .t-t, .theme-lake-blue .t-main-font-theme-color-t .t-t-after:after, .theme-lake-blue .t-main-font-theme-color-t .t-t-before:before {
  color: #68a6f6
}
.theme-lake-blue .t-main-font-theme-color-t-s .t-main-font-theme-color-t-tt-after-s:after, .theme-lake-blue .t-main-font-theme-color-t-s .t-main-font-theme-color-t-tt-before-s:before, .theme-lake-blue .t-main-font-theme-color-t-s .t-main-font-theme-color-t-tt-s, .theme-lake-blue .t-main-font-theme-color-t-s .t-t-after-s:after, .theme-lake-blue .t-main-font-theme-color-t-s .t-t-before-s:before, .theme-lake-blue .t-main-font-theme-color-t-s .t-t-s {
  color: #68a6f6 !important
}
.theme-lake-blue .t-main-font-theme-color-h, .theme-lake-blue .t-main-font-theme-color-h-after:after, .theme-lake-blue .t-main-font-theme-color-h-all, .theme-lake-blue .t-main-font-theme-color-h-all *, .theme-lake-blue .t-main-font-theme-color-h-before:before {
  color: #68a6f6
}
.theme-lake-blue .t-main-font-theme-color-h-after-s:after, .theme-lake-blue .t-main-font-theme-color-h-all-s, .theme-lake-blue .t-main-font-theme-color-h-all-s *, .theme-lake-blue .t-main-font-theme-color-h-before-s:before, .theme-lake-blue .t-main-font-theme-color-h-s {
  color: #68a6f6 !important
}
.theme-lake-blue .t-main-font-theme-color-h-t .t-main-font-theme-color-h-t-tt, .theme-lake-blue .t-main-font-theme-color-h-t .t-main-font-theme-color-h-t-tt-after:after, .theme-lake-blue .t-main-font-theme-color-h-t .t-main-font-theme-color-h-t-tt-before:before, .theme-lake-blue .t-main-font-theme-color-h-t .t-t, .theme-lake-blue .t-main-font-theme-color-h-t .t-t-after:after, .theme-lake-blue .t-main-font-theme-color-h-t .t-t-before:before {
  color: #68a6f6
}
.theme-lake-blue .t-main-font-theme-color-h-t-s .t-main-font-theme-color-h-t-tt-after-s:after, .theme-lake-blue .t-main-font-theme-color-h-t-s .t-main-font-theme-color-h-t-tt-before-s:before, .theme-lake-blue .t-main-font-theme-color-h-t-s .t-main-font-theme-color-h-t-tt-s, .theme-lake-blue .t-main-font-theme-color-h-t-s .t-t-after-s:after, .theme-lake-blue .t-main-font-theme-color-h-t-s .t-t-before-s:before, .theme-lake-blue .t-main-font-theme-color-h-t-s .t-t-s {
  color: #68a6f6 !important
}
.theme-lake-blue .t-main-font-theme-color-h-after:after, .theme-lake-blue .t-main-font-theme-color-h-all:hover, .theme-lake-blue .t-main-font-theme-color-h-all:hover *, .theme-lake-blue .t-main-font-theme-color-h-before:before, .theme-lake-blue .t-main-font-theme-color-h:hover {
  color: #5292e5
}
.theme-lake-blue .t-main-font-theme-color-h-after-s:after, .theme-lake-blue .t-main-font-theme-color-h-all-s:hover, .theme-lake-blue .t-main-font-theme-color-h-all-s:hover *, .theme-lake-blue .t-main-font-theme-color-h-before-s:before, .theme-lake-blue .t-main-font-theme-color-h-s:hover {
  color: #5292e5 !important
}
.theme-lake-blue .t-main-font-theme-color-h-t:hover .t-main-font-theme-color-h-t-tt, .theme-lake-blue .t-main-font-theme-color-h-t:hover .t-main-font-theme-color-h-t-tt-after:after, .theme-lake-blue .t-main-font-theme-color-h-t:hover .t-main-font-theme-color-h-t-tt-before:before, .theme-lake-blue .t-main-font-theme-color-h-t:hover .t-t, .theme-lake-blue .t-main-font-theme-color-h-t:hover .t-t-after:after, .theme-lake-blue .t-main-font-theme-color-h-t:hover .t-t-before:before {
  color: #5292e5
}
.theme-lake-blue .t-main-font-theme-color-h-t-s:hover .t-main-font-theme-color-h-t-tt-after-s:after, .theme-lake-blue .t-main-font-theme-color-h-t-s:hover .t-main-font-theme-color-h-t-tt-before-s:before, .theme-lake-blue .t-main-font-theme-color-h-t-s:hover .t-main-font-theme-color-h-t-tt-s, .theme-lake-blue .t-main-font-theme-color-h-t-s:hover .t-t-after-s:after, .theme-lake-blue .t-main-font-theme-color-h-t-s:hover .t-t-before-s:before, .theme-lake-blue .t-main-font-theme-color-h-t-s:hover .t-t-s {
  color: #5292e5 !important
}
.theme-lake-blue .t-hover-main-font-theme-color-after:after, .theme-lake-blue .t-hover-main-font-theme-color-all:hover, .theme-lake-blue .t-hover-main-font-theme-color-all:hover *, .theme-lake-blue .t-hover-main-font-theme-color-before:before, .theme-lake-blue .t-hover-main-font-theme-color:hover {
  color: #68a6f6
}
.theme-lake-blue .t-hover-main-font-theme-color-after-s:after, .theme-lake-blue .t-hover-main-font-theme-color-all-s:hover, .theme-lake-blue .t-hover-main-font-theme-color-all-s:hover *, .theme-lake-blue .t-hover-main-font-theme-color-before-s:before, .theme-lake-blue .t-hover-main-font-theme-color-s:hover {
  color: #68a6f6 !important
}
.theme-lake-blue .t-hover-main-font-theme-color-t:hover .t-hover-main-font-theme-color-t-tt, .theme-lake-blue .t-hover-main-font-theme-color-t:hover .t-hover-main-font-theme-color-t-tt-after:after, .theme-lake-blue .t-hover-main-font-theme-color-t:hover .t-hover-main-font-theme-color-t-tt-before:before, .theme-lake-blue .t-hover-main-font-theme-color-t:hover .t-t, .theme-lake-blue .t-hover-main-font-theme-color-t:hover .t-t-after:after, .theme-lake-blue .t-hover-main-font-theme-color-t:hover .t-t-before:before {
  color: #68a6f6
}
.theme-lake-blue .t-hover-main-font-theme-color-t-s:hover .t-hover-main-font-theme-color-t-tt-after-s:after, .theme-lake-blue .t-hover-main-font-theme-color-t-s:hover .t-hover-main-font-theme-color-t-tt-before-s:before, .theme-lake-blue .t-hover-main-font-theme-color-t-s:hover .t-hover-main-font-theme-color-t-tt-s, .theme-lake-blue .t-hover-main-font-theme-color-t-s:hover .t-t-after-s:after, .theme-lake-blue .t-hover-main-font-theme-color-t-s:hover .t-t-before-s:before, .theme-lake-blue .t-hover-main-font-theme-color-t-s:hover .t-t-s {
  color: #68a6f6 !important
}
.theme-lake-blue .t-main-border-color, .theme-lake-blue .t-main-border-color-after:after, .theme-lake-blue .t-main-border-color-all, .theme-lake-blue .t-main-border-color-all *, .theme-lake-blue .t-main-border-color-before:before {
  border-color: #68a6f6
}
.theme-lake-blue .t-main-border-color-after-s:after, .theme-lake-blue .t-main-border-color-all-s, .theme-lake-blue .t-main-border-color-all-s *, .theme-lake-blue .t-main-border-color-before-s:before, .theme-lake-blue .t-main-border-color-s {
  border-color: #68a6f6 !important
}
.theme-lake-blue .t-main-border-color-t .t-main-border-color-t-tt, .theme-lake-blue .t-main-border-color-t .t-main-border-color-t-tt-after:after, .theme-lake-blue .t-main-border-color-t .t-main-border-color-t-tt-before:before, .theme-lake-blue .t-main-border-color-t .t-t, .theme-lake-blue .t-main-border-color-t .t-t-after:after, .theme-lake-blue .t-main-border-color-t .t-t-before:before {
  border-color: #68a6f6
}
.theme-lake-blue .t-main-border-color-t-s .t-main-border-color-t-tt-after-s:after, .theme-lake-blue .t-main-border-color-t-s .t-main-border-color-t-tt-before-s:before, .theme-lake-blue .t-main-border-color-t-s .t-main-border-color-t-tt-s, .theme-lake-blue .t-main-border-color-t-s .t-t-after-s:after, .theme-lake-blue .t-main-border-color-t-s .t-t-before-s:before, .theme-lake-blue .t-main-border-color-t-s .t-t-s {
  border-color: #68a6f6 !important
}
.theme-lake-blue .t-main-border-color-h, .theme-lake-blue .t-main-border-color-h-after:after, .theme-lake-blue .t-main-border-color-h-all, .theme-lake-blue .t-main-border-color-h-all *, .theme-lake-blue .t-main-border-color-h-before:before {
  border-color: #68a6f6
}
.theme-lake-blue .t-main-border-color-h-after-s:after, .theme-lake-blue .t-main-border-color-h-all-s, .theme-lake-blue .t-main-border-color-h-all-s *, .theme-lake-blue .t-main-border-color-h-before-s:before, .theme-lake-blue .t-main-border-color-h-s {
  border-color: #68a6f6 !important
}
.theme-lake-blue .t-main-border-color-h-t .t-main-border-color-h-t-tt, .theme-lake-blue .t-main-border-color-h-t .t-main-border-color-h-t-tt-after:after, .theme-lake-blue .t-main-border-color-h-t .t-main-border-color-h-t-tt-before:before, .theme-lake-blue .t-main-border-color-h-t .t-t, .theme-lake-blue .t-main-border-color-h-t .t-t-after:after, .theme-lake-blue .t-main-border-color-h-t .t-t-before:before {
  border-color: #68a6f6
}
.theme-lake-blue .t-main-border-color-h-t-s .t-main-border-color-h-t-tt-after-s:after, .theme-lake-blue .t-main-border-color-h-t-s .t-main-border-color-h-t-tt-before-s:before, .theme-lake-blue .t-main-border-color-h-t-s .t-main-border-color-h-t-tt-s, .theme-lake-blue .t-main-border-color-h-t-s .t-t-after-s:after, .theme-lake-blue .t-main-border-color-h-t-s .t-t-before-s:before, .theme-lake-blue .t-main-border-color-h-t-s .t-t-s {
  border-color: #68a6f6 !important
}
.theme-lake-blue .t-main-border-color-h-after:after, .theme-lake-blue .t-main-border-color-h-all:hover, .theme-lake-blue .t-main-border-color-h-all:hover *, .theme-lake-blue .t-main-border-color-h-before:before, .theme-lake-blue .t-main-border-color-h:hover {
  border-color: #5292e5
}
.theme-lake-blue .t-main-border-color-h-after-s:after, .theme-lake-blue .t-main-border-color-h-all-s:hover, .theme-lake-blue .t-main-border-color-h-all-s:hover *, .theme-lake-blue .t-main-border-color-h-before-s:before, .theme-lake-blue .t-main-border-color-h-s:hover {
  border-color: #5292e5 !important
}
.theme-lake-blue .t-main-border-color-h-t:hover .t-main-border-color-h-t-tt, .theme-lake-blue .t-main-border-color-h-t:hover .t-main-border-color-h-t-tt-after:after, .theme-lake-blue .t-main-border-color-h-t:hover .t-main-border-color-h-t-tt-before:before, .theme-lake-blue .t-main-border-color-h-t:hover .t-t, .theme-lake-blue .t-main-border-color-h-t:hover .t-t-after:after, .theme-lake-blue .t-main-border-color-h-t:hover .t-t-before:before {
  border-color: #5292e5
}
.theme-lake-blue .t-main-border-color-h-t-s:hover .t-main-border-color-h-t-tt-after-s:after, .theme-lake-blue .t-main-border-color-h-t-s:hover .t-main-border-color-h-t-tt-before-s:before, .theme-lake-blue .t-main-border-color-h-t-s:hover .t-main-border-color-h-t-tt-s, .theme-lake-blue .t-main-border-color-h-t-s:hover .t-t-after-s:after, .theme-lake-blue .t-main-border-color-h-t-s:hover .t-t-before-s:before, .theme-lake-blue .t-main-border-color-h-t-s:hover .t-t-s {
  border-color: #5292e5 !important
}
.theme-lake-blue .t-hover-main-border-color-after:after, .theme-lake-blue .t-hover-main-border-color-all:hover, .theme-lake-blue .t-hover-main-border-color-all:hover *, .theme-lake-blue .t-hover-main-border-color-before:before, .theme-lake-blue .t-hover-main-border-color:hover {
  border-color: #68a6f6
}
.theme-lake-blue .t-hover-main-border-color-after-s:after, .theme-lake-blue .t-hover-main-border-color-all-s:hover, .theme-lake-blue .t-hover-main-border-color-all-s:hover *, .theme-lake-blue .t-hover-main-border-color-before-s:before, .theme-lake-blue .t-hover-main-border-color-s:hover {
  border-color: #68a6f6 !important
}
.theme-lake-blue .t-hover-main-border-color-t:hover .t-hover-main-border-color-t-tt, .theme-lake-blue .t-hover-main-border-color-t:hover .t-hover-main-border-color-t-tt-after:after, .theme-lake-blue .t-hover-main-border-color-t:hover .t-hover-main-border-color-t-tt-before:before, .theme-lake-blue .t-hover-main-border-color-t:hover .t-t, .theme-lake-blue .t-hover-main-border-color-t:hover .t-t-after:after, .theme-lake-blue .t-hover-main-border-color-t:hover .t-t-before:before {
  border-color: #68a6f6
}
.theme-lake-blue .t-hover-main-border-color-t-s:hover .t-hover-main-border-color-t-tt-after-s:after, .theme-lake-blue .t-hover-main-border-color-t-s:hover .t-hover-main-border-color-t-tt-before-s:before, .theme-lake-blue .t-hover-main-border-color-t-s:hover .t-hover-main-border-color-t-tt-s, .theme-lake-blue .t-hover-main-border-color-t-s:hover .t-t-after-s:after, .theme-lake-blue .t-hover-main-border-color-t-s:hover .t-t-before-s:before, .theme-lake-blue .t-hover-main-border-color-t-s:hover .t-t-s {
  border-color: #68a6f6 !important
}
.theme-lake-blue .t-border-color, .theme-lake-blue .t-border-color-after:after, .theme-lake-blue .t-border-color-all, .theme-lake-blue .t-border-color-all *, .theme-lake-blue .t-border-color-before:before {
  border-color: #dcdfe6
}
.theme-lake-blue .t-border-color-after-s:after, .theme-lake-blue .t-border-color-all-s, .theme-lake-blue .t-border-color-all-s *, .theme-lake-blue .t-border-color-before-s:before, .theme-lake-blue .t-border-color-s {
  border-color: #dcdfe6 !important
}
.theme-lake-blue .t-border-color-t .t-border-color-t-tt, .theme-lake-blue .t-border-color-t .t-border-color-t-tt-after:after, .theme-lake-blue .t-border-color-t .t-border-color-t-tt-before:before, .theme-lake-blue .t-border-color-t .t-t, .theme-lake-blue .t-border-color-t .t-t-after:after, .theme-lake-blue .t-border-color-t .t-t-before:before {
  border-color: #dcdfe6
}
.theme-lake-blue .t-border-color-t-s .t-border-color-t-tt-after-s:after, .theme-lake-blue .t-border-color-t-s .t-border-color-t-tt-before-s:before, .theme-lake-blue .t-border-color-t-s .t-border-color-t-tt-s, .theme-lake-blue .t-border-color-t-s .t-t-after-s:after, .theme-lake-blue .t-border-color-t-s .t-t-before-s:before, .theme-lake-blue .t-border-color-t-s .t-t-s {
  border-color: #dcdfe6 !important
}
.theme-lake-blue .t-bg-color-gradient-rotate, .theme-lake-blue .t-bg-color-gradient-rotate-after:after, .theme-lake-blue .t-bg-color-gradient-rotate-all, .theme-lake-blue .t-bg-color-gradient-rotate-all *, .theme-lake-blue .t-bg-color-gradient-rotate-before:before {
  background: linear-gradient(-90deg, #68a6f6, transparent)
}
.theme-lake-blue .t-bg-color-gradient-rotate-after-s:after, .theme-lake-blue .t-bg-color-gradient-rotate-all-s, .theme-lake-blue .t-bg-color-gradient-rotate-all-s *, .theme-lake-blue .t-bg-color-gradient-rotate-before-s:before, .theme-lake-blue .t-bg-color-gradient-rotate-s {
  background: linear-gradient(-90deg, #68a6f6, transparent) !important
}
.theme-lake-blue .t-bg-color-gradient-rotate-t .t-bg-color-gradient-rotate-t-tt, .theme-lake-blue .t-bg-color-gradient-rotate-t .t-bg-color-gradient-rotate-t-tt-after:after, .theme-lake-blue .t-bg-color-gradient-rotate-t .t-bg-color-gradient-rotate-t-tt-before:before, .theme-lake-blue .t-bg-color-gradient-rotate-t .t-t, .theme-lake-blue .t-bg-color-gradient-rotate-t .t-t-after:after, .theme-lake-blue .t-bg-color-gradient-rotate-t .t-t-before:before {
  background: linear-gradient(-90deg, #68a6f6, transparent)
}
.theme-lake-blue .t-bg-color-gradient-rotate-t-s .t-bg-color-gradient-rotate-t-tt-after-s:after, .theme-lake-blue .t-bg-color-gradient-rotate-t-s .t-bg-color-gradient-rotate-t-tt-before-s:before, .theme-lake-blue .t-bg-color-gradient-rotate-t-s .t-bg-color-gradient-rotate-t-tt-s, .theme-lake-blue .t-bg-color-gradient-rotate-t-s .t-t-after-s:after, .theme-lake-blue .t-bg-color-gradient-rotate-t-s .t-t-before-s:before, .theme-lake-blue .t-bg-color-gradient-rotate-t-s .t-t-s {
  background: linear-gradient(-90deg, #68a6f6, transparent) !important
}
.theme-lake-blue .t-bg-color-gradient-vertical, .theme-lake-blue .t-bg-color-gradient-vertical-after:after, .theme-lake-blue .t-bg-color-gradient-vertical-all, .theme-lake-blue .t-bg-color-gradient-vertical-all *, .theme-lake-blue .t-bg-color-gradient-vertical-before:before {
  background: linear-gradient(0deg, #68a6f6, transparent)
}
.theme-lake-blue .t-bg-color-gradient-vertical-after-s:after, .theme-lake-blue .t-bg-color-gradient-vertical-all-s, .theme-lake-blue .t-bg-color-gradient-vertical-all-s *, .theme-lake-blue .t-bg-color-gradient-vertical-before-s:before, .theme-lake-blue .t-bg-color-gradient-vertical-s {
  background: linear-gradient(0deg, #68a6f6, transparent) !important
}
.theme-lake-blue .t-bg-color-gradient-vertical-t .t-bg-color-gradient-vertical-t-tt, .theme-lake-blue .t-bg-color-gradient-vertical-t .t-bg-color-gradient-vertical-t-tt-after:after, .theme-lake-blue .t-bg-color-gradient-vertical-t .t-bg-color-gradient-vertical-t-tt-before:before, .theme-lake-blue .t-bg-color-gradient-vertical-t .t-t, .theme-lake-blue .t-bg-color-gradient-vertical-t .t-t-after:after, .theme-lake-blue .t-bg-color-gradient-vertical-t .t-t-before:before {
  background: linear-gradient(0deg, #68a6f6, transparent)
}
.theme-lake-blue .t-bg-color-gradient-vertical-t-s .t-bg-color-gradient-vertical-t-tt-after-s:after, .theme-lake-blue .t-bg-color-gradient-vertical-t-s .t-bg-color-gradient-vertical-t-tt-before-s:before, .theme-lake-blue .t-bg-color-gradient-vertical-t-s .t-bg-color-gradient-vertical-t-tt-s, .theme-lake-blue .t-bg-color-gradient-vertical-t-s .t-t-after-s:after, .theme-lake-blue .t-bg-color-gradient-vertical-t-s .t-t-before-s:before, .theme-lake-blue .t-bg-color-gradient-vertical-t-s .t-t-s {
  background: linear-gradient(0deg, #68a6f6, transparent) !important
}
.theme-lake-blue .t-hover-bg-color-gradient-vertical-after:after, .theme-lake-blue .t-hover-bg-color-gradient-vertical-all:hover, .theme-lake-blue .t-hover-bg-color-gradient-vertical-all:hover *, .theme-lake-blue .t-hover-bg-color-gradient-vertical-before:before, .theme-lake-blue .t-hover-bg-color-gradient-vertical:hover {
  background: linear-gradient(0deg, #68a6f6, transparent)
}
.theme-lake-blue .t-hover-bg-color-gradient-vertical-after-s:after, .theme-lake-blue .t-hover-bg-color-gradient-vertical-all-s:hover, .theme-lake-blue .t-hover-bg-color-gradient-vertical-all-s:hover *, .theme-lake-blue .t-hover-bg-color-gradient-vertical-before-s:before, .theme-lake-blue .t-hover-bg-color-gradient-vertical-s:hover {
  background: linear-gradient(0deg, #68a6f6, transparent) !important
}
.theme-lake-blue .t-hover-bg-color-gradient-vertical-t:hover .t-hover-bg-color-gradient-vertical-t-tt, .theme-lake-blue .t-hover-bg-color-gradient-vertical-t:hover .t-hover-bg-color-gradient-vertical-t-tt-after:after, .theme-lake-blue .t-hover-bg-color-gradient-vertical-t:hover .t-hover-bg-color-gradient-vertical-t-tt-before:before, .theme-lake-blue .t-hover-bg-color-gradient-vertical-t:hover .t-t, .theme-lake-blue .t-hover-bg-color-gradient-vertical-t:hover .t-t-after:after, .theme-lake-blue .t-hover-bg-color-gradient-vertical-t:hover .t-t-before:before {
  background: linear-gradient(0deg, #68a6f6, transparent)
}
.theme-lake-blue .t-hover-bg-color-gradient-vertical-t-s:hover .t-hover-bg-color-gradient-vertical-t-tt-after-s:after, .theme-lake-blue .t-hover-bg-color-gradient-vertical-t-s:hover .t-hover-bg-color-gradient-vertical-t-tt-before-s:before, .theme-lake-blue .t-hover-bg-color-gradient-vertical-t-s:hover .t-hover-bg-color-gradient-vertical-t-tt-s, .theme-lake-blue .t-hover-bg-color-gradient-vertical-t-s:hover .t-t-after-s:after, .theme-lake-blue .t-hover-bg-color-gradient-vertical-t-s:hover .t-t-before-s:before, .theme-lake-blue .t-hover-bg-color-gradient-vertical-t-s:hover .t-t-s {
  background: linear-gradient(0deg, #68a6f6, transparent) !important
}
.theme-lake-blue section.ow-swiper .swiper-pagination .swiper-active-switch {
  background: #68a6f6
}
.theme-t-red {
  --themeMainColor: #f44;
  --themeMainHoverColor: #ea3636;
  --bkmainColorLight: #ffe8e8;
  --bkmainColorDarken: #630000;
  --themeFontColor: #33333b;
  --themeFontSubColor: #66666b;
  --themeFontThirdColor: #99999b
}
.theme-t-red .t-light-bg-color, .theme-t-red .t-light-bg-color-after:after, .theme-t-red .t-light-bg-color-all, .theme-t-red .t-light-bg-color-all *, .theme-t-red .t-light-bg-color-before:before {
  background-color: #ffe8e8
}
.theme-t-red .t-light-bg-color-after-s:after, .theme-t-red .t-light-bg-color-all-s, .theme-t-red .t-light-bg-color-all-s *, .theme-t-red .t-light-bg-color-before-s:before, .theme-t-red .t-light-bg-color-s {
  background-color: #ffe8e8 !important
}
.theme-t-red .t-light-bg-color-t .t-light-bg-color-t-tt, .theme-t-red .t-light-bg-color-t .t-light-bg-color-t-tt-after:after, .theme-t-red .t-light-bg-color-t .t-light-bg-color-t-tt-before:before, .theme-t-red .t-light-bg-color-t .t-t, .theme-t-red .t-light-bg-color-t .t-t-after:after, .theme-t-red .t-light-bg-color-t .t-t-before:before {
  background-color: #ffe8e8
}
.theme-t-red .t-light-bg-color-t-s .t-light-bg-color-t-tt-after-s:after, .theme-t-red .t-light-bg-color-t-s .t-light-bg-color-t-tt-before-s:before, .theme-t-red .t-light-bg-color-t-s .t-light-bg-color-t-tt-s, .theme-t-red .t-light-bg-color-t-s .t-t-after-s:after, .theme-t-red .t-light-bg-color-t-s .t-t-before-s:before, .theme-t-red .t-light-bg-color-t-s .t-t-s {
  background-color: #ffe8e8 !important
}
.theme-t-red .t-hover-light-bg-color-after:after, .theme-t-red .t-hover-light-bg-color-all:hover, .theme-t-red .t-hover-light-bg-color-all:hover *, .theme-t-red .t-hover-light-bg-color-before:before, .theme-t-red .t-hover-light-bg-color:hover {
  background-color: #ffe8e8
}
.theme-t-red .t-hover-light-bg-color-after-s:after, .theme-t-red .t-hover-light-bg-color-all-s:hover, .theme-t-red .t-hover-light-bg-color-all-s:hover *, .theme-t-red .t-hover-light-bg-color-before-s:before, .theme-t-red .t-hover-light-bg-color-s:hover {
  background-color: #ffe8e8 !important
}
.theme-t-red .t-hover-light-bg-color-t:hover .t-hover-light-bg-color-t-tt, .theme-t-red .t-hover-light-bg-color-t:hover .t-hover-light-bg-color-t-tt-after:after, .theme-t-red .t-hover-light-bg-color-t:hover .t-hover-light-bg-color-t-tt-before:before, .theme-t-red .t-hover-light-bg-color-t:hover .t-t, .theme-t-red .t-hover-light-bg-color-t:hover .t-t-after:after, .theme-t-red .t-hover-light-bg-color-t:hover .t-t-before:before {
  background-color: #ffe8e8
}
.theme-t-red .t-hover-light-bg-color-t-s:hover .t-hover-light-bg-color-t-tt-after-s:after, .theme-t-red .t-hover-light-bg-color-t-s:hover .t-hover-light-bg-color-t-tt-before-s:before, .theme-t-red .t-hover-light-bg-color-t-s:hover .t-hover-light-bg-color-t-tt-s, .theme-t-red .t-hover-light-bg-color-t-s:hover .t-t-after-s:after, .theme-t-red .t-hover-light-bg-color-t-s:hover .t-t-before-s:before, .theme-t-red .t-hover-light-bg-color-t-s:hover .t-t-s {
  background-color: #ffe8e8 !important
}
.theme-t-red .t-darken-bg-color, .theme-t-red .t-darken-bg-color-after:after, .theme-t-red .t-darken-bg-color-all, .theme-t-red .t-darken-bg-color-all *, .theme-t-red .t-darken-bg-color-before:before {
  background-color: #630000;
  color: #fff
}
.theme-t-red .t-darken-bg-color-after-s:after, .theme-t-red .t-darken-bg-color-all-s, .theme-t-red .t-darken-bg-color-all-s *, .theme-t-red .t-darken-bg-color-before-s:before, .theme-t-red .t-darken-bg-color-s {
  background-color: #630000 !important;
  color: #fff !important
}
.theme-t-red .t-darken-bg-color-t .t-darken-bg-color-t-tt, .theme-t-red .t-darken-bg-color-t .t-darken-bg-color-t-tt-after:after, .theme-t-red .t-darken-bg-color-t .t-darken-bg-color-t-tt-before:before, .theme-t-red .t-darken-bg-color-t .t-t, .theme-t-red .t-darken-bg-color-t .t-t-after:after, .theme-t-red .t-darken-bg-color-t .t-t-before:before {
  background-color: #630000;
  color: #fff
}
.theme-t-red .t-darken-bg-color-t-s .t-darken-bg-color-t-tt-after-s:after, .theme-t-red .t-darken-bg-color-t-s .t-darken-bg-color-t-tt-before-s:before, .theme-t-red .t-darken-bg-color-t-s .t-darken-bg-color-t-tt-s, .theme-t-red .t-darken-bg-color-t-s .t-t-after-s:after, .theme-t-red .t-darken-bg-color-t-s .t-t-before-s:before, .theme-t-red .t-darken-bg-color-t-s .t-t-s {
  background-color: #630000 !important;
  color: #fff !important
}
.theme-t-red .t-bg-color-gradient, .theme-t-red .t-bg-color-gradient-after:after, .theme-t-red .t-bg-color-gradient-all, .theme-t-red .t-bg-color-gradient-all *, .theme-t-red .t-bg-color-gradient-before:before {
  background-color: #ea3636;
  color: #fff
}
.theme-t-red .t-bg-color-gradient-after-s:after, .theme-t-red .t-bg-color-gradient-all-s, .theme-t-red .t-bg-color-gradient-all-s *, .theme-t-red .t-bg-color-gradient-before-s:before, .theme-t-red .t-bg-color-gradient-s {
  background-color: #ea3636 !important;
  color: #fff !important
}
.theme-t-red .t-bg-color-gradient-t .t-bg-color-gradient-t-tt, .theme-t-red .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-after:after, .theme-t-red .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-before:before, .theme-t-red .t-bg-color-gradient-t .t-t, .theme-t-red .t-bg-color-gradient-t .t-t-after:after, .theme-t-red .t-bg-color-gradient-t .t-t-before:before {
  background-color: #ea3636;
  color: #fff
}
.theme-t-red .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-after-s:after, .theme-t-red .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-before-s:before, .theme-t-red .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-s, .theme-t-red .t-bg-color-gradient-t-s .t-t-after-s:after, .theme-t-red .t-bg-color-gradient-t-s .t-t-before-s:before, .theme-t-red .t-bg-color-gradient-t-s .t-t-s {
  background-color: #ea3636 !important;
  color: #fff !important
}
.theme-t-red .t-bg-color-gradient, .theme-t-red .t-bg-color-gradient-after:after, .theme-t-red .t-bg-color-gradient-all, .theme-t-red .t-bg-color-gradient-all *, .theme-t-red .t-bg-color-gradient-before:before {
  background: linear-gradient(180deg, #ea3636, #f44)
}
.theme-t-red .t-bg-color-gradient-after-s:after, .theme-t-red .t-bg-color-gradient-all-s, .theme-t-red .t-bg-color-gradient-all-s *, .theme-t-red .t-bg-color-gradient-before-s:before, .theme-t-red .t-bg-color-gradient-s {
  background: linear-gradient(180deg, #ea3636, #f44) !important
}
.theme-t-red .t-bg-color-gradient-t .t-bg-color-gradient-t-tt, .theme-t-red .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-after:after, .theme-t-red .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-before:before, .theme-t-red .t-bg-color-gradient-t .t-t, .theme-t-red .t-bg-color-gradient-t .t-t-after:after, .theme-t-red .t-bg-color-gradient-t .t-t-before:before {
  background: linear-gradient(180deg, #ea3636, #f44)
}
.theme-t-red .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-after-s:after, .theme-t-red .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-before-s:before, .theme-t-red .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-s, .theme-t-red .t-bg-color-gradient-t-s .t-t-after-s:after, .theme-t-red .t-bg-color-gradient-t-s .t-t-before-s:before, .theme-t-red .t-bg-color-gradient-t-s .t-t-s {
  background: linear-gradient(180deg, #ea3636, #f44) !important
}
.theme-t-red .t-darken-bg-color-gradient, .theme-t-red .t-darken-bg-color-gradient-after:after, .theme-t-red .t-darken-bg-color-gradient-all, .theme-t-red .t-darken-bg-color-gradient-all *, .theme-t-red .t-darken-bg-color-gradient-before:before {
  background-color: #630000;
  color: #fff
}
.theme-t-red .t-darken-bg-color-gradient-after-s:after, .theme-t-red .t-darken-bg-color-gradient-all-s, .theme-t-red .t-darken-bg-color-gradient-all-s *, .theme-t-red .t-darken-bg-color-gradient-before-s:before, .theme-t-red .t-darken-bg-color-gradient-s {
  background-color: #630000 !important;
  color: #fff !important
}
.theme-t-red .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt, .theme-t-red .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-after:after, .theme-t-red .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-before:before, .theme-t-red .t-darken-bg-color-gradient-t .t-t, .theme-t-red .t-darken-bg-color-gradient-t .t-t-after:after, .theme-t-red .t-darken-bg-color-gradient-t .t-t-before:before {
  background-color: #630000;
  color: #fff
}
.theme-t-red .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-after-s:after, .theme-t-red .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-before-s:before, .theme-t-red .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-s, .theme-t-red .t-darken-bg-color-gradient-t-s .t-t-after-s:after, .theme-t-red .t-darken-bg-color-gradient-t-s .t-t-before-s:before, .theme-t-red .t-darken-bg-color-gradient-t-s .t-t-s {
  background-color: #630000 !important;
  color: #fff !important
}
.theme-t-red .t-darken-bg-color-gradient, .theme-t-red .t-darken-bg-color-gradient-after:after, .theme-t-red .t-darken-bg-color-gradient-all, .theme-t-red .t-darken-bg-color-gradient-all *, .theme-t-red .t-darken-bg-color-gradient-before:before {
  background: linear-gradient(180deg, #000, #630000 57%, #630000)
}
.theme-t-red .t-darken-bg-color-gradient-after-s:after, .theme-t-red .t-darken-bg-color-gradient-all-s, .theme-t-red .t-darken-bg-color-gradient-all-s *, .theme-t-red .t-darken-bg-color-gradient-before-s:before, .theme-t-red .t-darken-bg-color-gradient-s {
  background: linear-gradient(180deg, #000, #630000 57%, #630000) !important
}
.theme-t-red .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt, .theme-t-red .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-after:after, .theme-t-red .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-before:before, .theme-t-red .t-darken-bg-color-gradient-t .t-t, .theme-t-red .t-darken-bg-color-gradient-t .t-t-after:after, .theme-t-red .t-darken-bg-color-gradient-t .t-t-before:before {
  background: linear-gradient(180deg, #000, #630000 57%, #630000)
}
.theme-t-red .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-after-s:after, .theme-t-red .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-before-s:before, .theme-t-red .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-s, .theme-t-red .t-darken-bg-color-gradient-t-s .t-t-after-s:after, .theme-t-red .t-darken-bg-color-gradient-t-s .t-t-before-s:before, .theme-t-red .t-darken-bg-color-gradient-t-s .t-t-s {
  background: linear-gradient(180deg, #000, #630000 57%, #630000) !important
}
.theme-t-red body, .theme-t-red body-after:after, .theme-t-red body-all, .theme-t-red body-all *, .theme-t-red body-before:before {
  color: #33333b
}
.theme-t-red body-after-s:after, .theme-t-red body-all-s, .theme-t-red body-all-s *, .theme-t-red body-before-s:before, .theme-t-red body-s {
  color: #33333b !important
}
.theme-t-red body-t .t-t, .theme-t-red body-t .t-t-after:after, .theme-t-red body-t .t-t-before:before, .theme-t-red body-t body-t-tt, .theme-t-red body-t body-t-tt-after:after, .theme-t-red body-t body-t-tt-before:before {
  color: #33333b
}
.theme-t-red body-t-s .t-t-after-s:after, .theme-t-red body-t-s .t-t-before-s:before, .theme-t-red body-t-s .t-t-s, .theme-t-red body-t-s body-t-tt-after-s:after, .theme-t-red body-t-s body-t-tt-before-s:before, .theme-t-red body-t-s body-t-tt-s {
  color: #33333b !important
}
.theme-t-red, .theme-t-red-after:after, .theme-t-red-all, .theme-t-red-all *, .theme-t-red-before:before {
  color: #33333b
}
.theme-t-red-after-s:after, .theme-t-red-all-s, .theme-t-red-all-s *, .theme-t-red-before-s:before, .theme-t-red-s {
  color: #33333b !important
}
.theme-t-red-t .t-t, .theme-t-red-t .t-t-after:after, .theme-t-red-t .t-t-before:before, .theme-t-red-t .theme-t-red-t-tt, .theme-t-red-t .theme-t-red-t-tt-after:after, .theme-t-red-t .theme-t-red-t-tt-before:before {
  color: #33333b
}
.theme-t-red-t-s .t-t-after-s:after, .theme-t-red-t-s .t-t-before-s:before, .theme-t-red-t-s .t-t-s, .theme-t-red-t-s .theme-t-red-t-tt-after-s:after, .theme-t-red-t-s .theme-t-red-t-tt-before-s:before, .theme-t-red-t-s .theme-t-red-t-tt-s {
  color: #33333b !important
}
.theme-t-red .t-font-color, .theme-t-red .t-font-color-after:after, .theme-t-red .t-font-color-all, .theme-t-red .t-font-color-all *, .theme-t-red .t-font-color-before:before {
  color: #33333b
}
.theme-t-red .t-font-color-after-s:after, .theme-t-red .t-font-color-all-s, .theme-t-red .t-font-color-all-s *, .theme-t-red .t-font-color-before-s:before, .theme-t-red .t-font-color-s {
  color: #33333b !important
}
.theme-t-red .t-font-color-t .t-font-color-t-tt, .theme-t-red .t-font-color-t .t-font-color-t-tt-after:after, .theme-t-red .t-font-color-t .t-font-color-t-tt-before:before, .theme-t-red .t-font-color-t .t-t, .theme-t-red .t-font-color-t .t-t-after:after, .theme-t-red .t-font-color-t .t-t-before:before {
  color: #33333b
}
.theme-t-red .t-font-color-t-s .t-font-color-t-tt-after-s:after, .theme-t-red .t-font-color-t-s .t-font-color-t-tt-before-s:before, .theme-t-red .t-font-color-t-s .t-font-color-t-tt-s, .theme-t-red .t-font-color-t-s .t-t-after-s:after, .theme-t-red .t-font-color-t-s .t-t-before-s:before, .theme-t-red .t-font-color-t-s .t-t-s {
  color: #33333b !important
}
.theme-t-red .t-font-color-h-after:after, .theme-t-red .t-font-color-h-all:hover, .theme-t-red .t-font-color-h-all:hover *, .theme-t-red .t-font-color-h-before:before, .theme-t-red .t-font-color-h:hover {
  color: #33333b
}
.theme-t-red .t-font-color-h-after-s:after, .theme-t-red .t-font-color-h-all-s:hover, .theme-t-red .t-font-color-h-all-s:hover *, .theme-t-red .t-font-color-h-before-s:before, .theme-t-red .t-font-color-h-s:hover {
  color: #33333b !important
}
.theme-t-red .t-font-color-h-t:hover .t-font-color-h-t-tt, .theme-t-red .t-font-color-h-t:hover .t-font-color-h-t-tt-after:after, .theme-t-red .t-font-color-h-t:hover .t-font-color-h-t-tt-before:before, .theme-t-red .t-font-color-h-t:hover .t-t, .theme-t-red .t-font-color-h-t:hover .t-t-after:after, .theme-t-red .t-font-color-h-t:hover .t-t-before:before {
  color: #33333b
}
.theme-t-red .t-font-color-h-t-s:hover .t-font-color-h-t-tt-after-s:after, .theme-t-red .t-font-color-h-t-s:hover .t-font-color-h-t-tt-before-s:before, .theme-t-red .t-font-color-h-t-s:hover .t-font-color-h-t-tt-s, .theme-t-red .t-font-color-h-t-s:hover .t-t-after-s:after, .theme-t-red .t-font-color-h-t-s:hover .t-t-before-s:before, .theme-t-red .t-font-color-h-t-s:hover .t-t-s {
  color: #33333b !important
}
.theme-t-red .t-sub-font-color, .theme-t-red .t-sub-font-color-after:after, .theme-t-red .t-sub-font-color-all, .theme-t-red .t-sub-font-color-all *, .theme-t-red .t-sub-font-color-before:before {
  color: #66666b
}
.theme-t-red .t-sub-font-color-after-s:after, .theme-t-red .t-sub-font-color-all-s, .theme-t-red .t-sub-font-color-all-s *, .theme-t-red .t-sub-font-color-before-s:before, .theme-t-red .t-sub-font-color-s {
  color: #66666b !important
}
.theme-t-red .t-sub-font-color-t .t-sub-font-color-t-tt, .theme-t-red .t-sub-font-color-t .t-sub-font-color-t-tt-after:after, .theme-t-red .t-sub-font-color-t .t-sub-font-color-t-tt-before:before, .theme-t-red .t-sub-font-color-t .t-t, .theme-t-red .t-sub-font-color-t .t-t-after:after, .theme-t-red .t-sub-font-color-t .t-t-before:before {
  color: #66666b
}
.theme-t-red .t-sub-font-color-t-s .t-sub-font-color-t-tt-after-s:after, .theme-t-red .t-sub-font-color-t-s .t-sub-font-color-t-tt-before-s:before, .theme-t-red .t-sub-font-color-t-s .t-sub-font-color-t-tt-s, .theme-t-red .t-sub-font-color-t-s .t-t-after-s:after, .theme-t-red .t-sub-font-color-t-s .t-t-before-s:before, .theme-t-red .t-sub-font-color-t-s .t-t-s {
  color: #66666b !important
}
.theme-t-red .t-sub-font-color-h-after:after, .theme-t-red .t-sub-font-color-h-all:hover, .theme-t-red .t-sub-font-color-h-all:hover *, .theme-t-red .t-sub-font-color-h-before:before, .theme-t-red .t-sub-font-color-h:hover {
  color: #66666b
}
.theme-t-red .t-sub-font-color-h-after-s:after, .theme-t-red .t-sub-font-color-h-all-s:hover, .theme-t-red .t-sub-font-color-h-all-s:hover *, .theme-t-red .t-sub-font-color-h-before-s:before, .theme-t-red .t-sub-font-color-h-s:hover {
  color: #66666b !important
}
.theme-t-red .t-sub-font-color-h-t:hover .t-sub-font-color-h-t-tt, .theme-t-red .t-sub-font-color-h-t:hover .t-sub-font-color-h-t-tt-after:after, .theme-t-red .t-sub-font-color-h-t:hover .t-sub-font-color-h-t-tt-before:before, .theme-t-red .t-sub-font-color-h-t:hover .t-t, .theme-t-red .t-sub-font-color-h-t:hover .t-t-after:after, .theme-t-red .t-sub-font-color-h-t:hover .t-t-before:before {
  color: #66666b
}
.theme-t-red .t-sub-font-color-h-t-s:hover .t-sub-font-color-h-t-tt-after-s:after, .theme-t-red .t-sub-font-color-h-t-s:hover .t-sub-font-color-h-t-tt-before-s:before, .theme-t-red .t-sub-font-color-h-t-s:hover .t-sub-font-color-h-t-tt-s, .theme-t-red .t-sub-font-color-h-t-s:hover .t-t-after-s:after, .theme-t-red .t-sub-font-color-h-t-s:hover .t-t-before-s:before, .theme-t-red .t-sub-font-color-h-t-s:hover .t-t-s {
  color: #66666b !important
}
.theme-t-red .t-third-font-color, .theme-t-red .t-third-font-color-after:after, .theme-t-red .t-third-font-color-all, .theme-t-red .t-third-font-color-all *, .theme-t-red .t-third-font-color-before:before {
  color: #99999b
}
.theme-t-red .t-third-font-color-after-s:after, .theme-t-red .t-third-font-color-all-s, .theme-t-red .t-third-font-color-all-s *, .theme-t-red .t-third-font-color-before-s:before, .theme-t-red .t-third-font-color-s {
  color: #99999b !important
}
.theme-t-red .t-third-font-color-t .t-t, .theme-t-red .t-third-font-color-t .t-t-after:after, .theme-t-red .t-third-font-color-t .t-t-before:before, .theme-t-red .t-third-font-color-t .t-third-font-color-t-tt, .theme-t-red .t-third-font-color-t .t-third-font-color-t-tt-after:after, .theme-t-red .t-third-font-color-t .t-third-font-color-t-tt-before:before {
  color: #99999b
}
.theme-t-red .t-third-font-color-t-s .t-t-after-s:after, .theme-t-red .t-third-font-color-t-s .t-t-before-s:before, .theme-t-red .t-third-font-color-t-s .t-t-s, .theme-t-red .t-third-font-color-t-s .t-third-font-color-t-tt-after-s:after, .theme-t-red .t-third-font-color-t-s .t-third-font-color-t-tt-before-s:before, .theme-t-red .t-third-font-color-t-s .t-third-font-color-t-tt-s {
  color: #99999b !important
}
.theme-t-red .t-third-font-color-h-after:after, .theme-t-red .t-third-font-color-h-all:hover, .theme-t-red .t-third-font-color-h-all:hover *, .theme-t-red .t-third-font-color-h-before:before, .theme-t-red .t-third-font-color-h:hover {
  color: #99999b
}
.theme-t-red .t-third-font-color-h-after-s:after, .theme-t-red .t-third-font-color-h-all-s:hover, .theme-t-red .t-third-font-color-h-all-s:hover *, .theme-t-red .t-third-font-color-h-before-s:before, .theme-t-red .t-third-font-color-h-s:hover {
  color: #99999b !important
}
.theme-t-red .t-third-font-color-h-t:hover .t-t, .theme-t-red .t-third-font-color-h-t:hover .t-t-after:after, .theme-t-red .t-third-font-color-h-t:hover .t-t-before:before, .theme-t-red .t-third-font-color-h-t:hover .t-third-font-color-h-t-tt, .theme-t-red .t-third-font-color-h-t:hover .t-third-font-color-h-t-tt-after:after, .theme-t-red .t-third-font-color-h-t:hover .t-third-font-color-h-t-tt-before:before {
  color: #99999b
}
.theme-t-red .t-third-font-color-h-t-s:hover .t-t-after-s:after, .theme-t-red .t-third-font-color-h-t-s:hover .t-t-before-s:before, .theme-t-red .t-third-font-color-h-t-s:hover .t-t-s, .theme-t-red .t-third-font-color-h-t-s:hover .t-third-font-color-h-t-tt-after-s:after, .theme-t-red .t-third-font-color-h-t-s:hover .t-third-font-color-h-t-tt-before-s:before, .theme-t-red .t-third-font-color-h-t-s:hover .t-third-font-color-h-t-tt-s {
  color: #99999b !important
}
.theme-t-red .t-main-bg-color, .theme-t-red .t-main-bg-color-after:after, .theme-t-red .t-main-bg-color-all, .theme-t-red .t-main-bg-color-all *, .theme-t-red .t-main-bg-color-before:before {
  background-color: #f44;
  color: #fff
}
.theme-t-red .t-main-bg-color-after-s:after, .theme-t-red .t-main-bg-color-all-s, .theme-t-red .t-main-bg-color-all-s *, .theme-t-red .t-main-bg-color-before-s:before, .theme-t-red .t-main-bg-color-s {
  background-color: #f44 !important;
  color: #fff !important
}
.theme-t-red .t-main-bg-color-t .t-main-bg-color-t-tt, .theme-t-red .t-main-bg-color-t .t-main-bg-color-t-tt-after:after, .theme-t-red .t-main-bg-color-t .t-main-bg-color-t-tt-before:before, .theme-t-red .t-main-bg-color-t .t-t, .theme-t-red .t-main-bg-color-t .t-t-after:after, .theme-t-red .t-main-bg-color-t .t-t-before:before {
  background-color: #f44;
  color: #fff
}
.theme-t-red .t-main-bg-color-t-s .t-main-bg-color-t-tt-after-s:after, .theme-t-red .t-main-bg-color-t-s .t-main-bg-color-t-tt-before-s:before, .theme-t-red .t-main-bg-color-t-s .t-main-bg-color-t-tt-s, .theme-t-red .t-main-bg-color-t-s .t-t-after-s:after, .theme-t-red .t-main-bg-color-t-s .t-t-before-s:before, .theme-t-red .t-main-bg-color-t-s .t-t-s {
  background-color: #f44 !important;
  color: #fff !important
}
.theme-t-red .t-main-bg-color-h, .theme-t-red .t-main-bg-color-h-after:after, .theme-t-red .t-main-bg-color-h-all, .theme-t-red .t-main-bg-color-h-all *, .theme-t-red .t-main-bg-color-h-before:before {
  background-color: #f44;
  color: #fff
}
.theme-t-red .t-main-bg-color-h-after-s:after, .theme-t-red .t-main-bg-color-h-all-s, .theme-t-red .t-main-bg-color-h-all-s *, .theme-t-red .t-main-bg-color-h-before-s:before, .theme-t-red .t-main-bg-color-h-s {
  background-color: #f44 !important;
  color: #fff !important
}
.theme-t-red .t-main-bg-color-h-t .t-main-bg-color-h-t-tt, .theme-t-red .t-main-bg-color-h-t .t-main-bg-color-h-t-tt-after:after, .theme-t-red .t-main-bg-color-h-t .t-main-bg-color-h-t-tt-before:before, .theme-t-red .t-main-bg-color-h-t .t-t, .theme-t-red .t-main-bg-color-h-t .t-t-after:after, .theme-t-red .t-main-bg-color-h-t .t-t-before:before {
  background-color: #f44;
  color: #fff
}
.theme-t-red .t-main-bg-color-h-t-s .t-main-bg-color-h-t-tt-after-s:after, .theme-t-red .t-main-bg-color-h-t-s .t-main-bg-color-h-t-tt-before-s:before, .theme-t-red .t-main-bg-color-h-t-s .t-main-bg-color-h-t-tt-s, .theme-t-red .t-main-bg-color-h-t-s .t-t-after-s:after, .theme-t-red .t-main-bg-color-h-t-s .t-t-before-s:before, .theme-t-red .t-main-bg-color-h-t-s .t-t-s {
  background-color: #f44 !important;
  color: #fff !important
}
.theme-t-red .t-main-bg-color-h-after:after, .theme-t-red .t-main-bg-color-h-all:hover, .theme-t-red .t-main-bg-color-h-all:hover *, .theme-t-red .t-main-bg-color-h-before:before, .theme-t-red .t-main-bg-color-h:hover {
  background-color: #ea3636
}
.theme-t-red .t-main-bg-color-h-after-s:after, .theme-t-red .t-main-bg-color-h-all-s:hover, .theme-t-red .t-main-bg-color-h-all-s:hover *, .theme-t-red .t-main-bg-color-h-before-s:before, .theme-t-red .t-main-bg-color-h-s:hover {
  background-color: #ea3636 !important
}
.theme-t-red .t-main-bg-color-h-t:hover .t-main-bg-color-h-t-tt, .theme-t-red .t-main-bg-color-h-t:hover .t-main-bg-color-h-t-tt-after:after, .theme-t-red .t-main-bg-color-h-t:hover .t-main-bg-color-h-t-tt-before:before, .theme-t-red .t-main-bg-color-h-t:hover .t-t, .theme-t-red .t-main-bg-color-h-t:hover .t-t-after:after, .theme-t-red .t-main-bg-color-h-t:hover .t-t-before:before {
  background-color: #ea3636
}
.theme-t-red .t-main-bg-color-h-t-s:hover .t-main-bg-color-h-t-tt-after-s:after, .theme-t-red .t-main-bg-color-h-t-s:hover .t-main-bg-color-h-t-tt-before-s:before, .theme-t-red .t-main-bg-color-h-t-s:hover .t-main-bg-color-h-t-tt-s, .theme-t-red .t-main-bg-color-h-t-s:hover .t-t-after-s:after, .theme-t-red .t-main-bg-color-h-t-s:hover .t-t-before-s:before, .theme-t-red .t-main-bg-color-h-t-s:hover .t-t-s {
  background-color: #ea3636 !important
}
.theme-t-red .t-hover-main-bg-color-after:after, .theme-t-red .t-hover-main-bg-color-all:hover, .theme-t-red .t-hover-main-bg-color-all:hover *, .theme-t-red .t-hover-main-bg-color-before:before, .theme-t-red .t-hover-main-bg-color:hover {
  background-color: #f44;
  color: #fff
}
.theme-t-red .t-hover-main-bg-color-after-s:after, .theme-t-red .t-hover-main-bg-color-all-s:hover, .theme-t-red .t-hover-main-bg-color-all-s:hover *, .theme-t-red .t-hover-main-bg-color-before-s:before, .theme-t-red .t-hover-main-bg-color-s:hover {
  background-color: #f44 !important;
  color: #fff !important
}
.theme-t-red .t-hover-main-bg-color-t:hover .t-hover-main-bg-color-t-tt, .theme-t-red .t-hover-main-bg-color-t:hover .t-hover-main-bg-color-t-tt-after:after, .theme-t-red .t-hover-main-bg-color-t:hover .t-hover-main-bg-color-t-tt-before:before, .theme-t-red .t-hover-main-bg-color-t:hover .t-t, .theme-t-red .t-hover-main-bg-color-t:hover .t-t-after:after, .theme-t-red .t-hover-main-bg-color-t:hover .t-t-before:before {
  background-color: #f44;
  color: #fff
}
.theme-t-red .t-hover-main-bg-color-t-s:hover .t-hover-main-bg-color-t-tt-after-s:after, .theme-t-red .t-hover-main-bg-color-t-s:hover .t-hover-main-bg-color-t-tt-before-s:before, .theme-t-red .t-hover-main-bg-color-t-s:hover .t-hover-main-bg-color-t-tt-s, .theme-t-red .t-hover-main-bg-color-t-s:hover .t-t-after-s:after, .theme-t-red .t-hover-main-bg-color-t-s:hover .t-t-before-s:before, .theme-t-red .t-hover-main-bg-color-t-s:hover .t-t-s {
  background-color: #f44 !important;
  color: #fff !important
}
.theme-t-red .t-hover-main-hover-bg-color-after:after, .theme-t-red .t-hover-main-hover-bg-color-all:hover, .theme-t-red .t-hover-main-hover-bg-color-all:hover *, .theme-t-red .t-hover-main-hover-bg-color-before:before, .theme-t-red .t-hover-main-hover-bg-color:hover {
  background-color: #ea3636;
  color: #fff
}
.theme-t-red .t-hover-main-hover-bg-color-after-s:after, .theme-t-red .t-hover-main-hover-bg-color-all-s:hover, .theme-t-red .t-hover-main-hover-bg-color-all-s:hover *, .theme-t-red .t-hover-main-hover-bg-color-before-s:before, .theme-t-red .t-hover-main-hover-bg-color-s:hover {
  background-color: #ea3636 !important;
  color: #fff !important
}
.theme-t-red .t-hover-main-hover-bg-color-t:hover .t-hover-main-hover-bg-color-t-tt, .theme-t-red .t-hover-main-hover-bg-color-t:hover .t-hover-main-hover-bg-color-t-tt-after:after, .theme-t-red .t-hover-main-hover-bg-color-t:hover .t-hover-main-hover-bg-color-t-tt-before:before, .theme-t-red .t-hover-main-hover-bg-color-t:hover .t-t, .theme-t-red .t-hover-main-hover-bg-color-t:hover .t-t-after:after, .theme-t-red .t-hover-main-hover-bg-color-t:hover .t-t-before:before {
  background-color: #ea3636;
  color: #fff
}
.theme-t-red .t-hover-main-hover-bg-color-t-s:hover .t-hover-main-hover-bg-color-t-tt-after-s:after, .theme-t-red .t-hover-main-hover-bg-color-t-s:hover .t-hover-main-hover-bg-color-t-tt-before-s:before, .theme-t-red .t-hover-main-hover-bg-color-t-s:hover .t-hover-main-hover-bg-color-t-tt-s, .theme-t-red .t-hover-main-hover-bg-color-t-s:hover .t-t-after-s:after, .theme-t-red .t-hover-main-hover-bg-color-t-s:hover .t-t-before-s:before, .theme-t-red .t-hover-main-hover-bg-color-t-s:hover .t-t-s {
  background-color: #ea3636 !important;
  color: #fff !important
}
.theme-t-red .t-main-font-theme-color, .theme-t-red .t-main-font-theme-color-after:after, .theme-t-red .t-main-font-theme-color-all, .theme-t-red .t-main-font-theme-color-all *, .theme-t-red .t-main-font-theme-color-before:before {
  color: #f44
}
.theme-t-red .t-main-font-theme-color-after-s:after, .theme-t-red .t-main-font-theme-color-all-s, .theme-t-red .t-main-font-theme-color-all-s *, .theme-t-red .t-main-font-theme-color-before-s:before, .theme-t-red .t-main-font-theme-color-s {
  color: #f44 !important
}
.theme-t-red .t-main-font-theme-color-t .t-main-font-theme-color-t-tt, .theme-t-red .t-main-font-theme-color-t .t-main-font-theme-color-t-tt-after:after, .theme-t-red .t-main-font-theme-color-t .t-main-font-theme-color-t-tt-before:before, .theme-t-red .t-main-font-theme-color-t .t-t, .theme-t-red .t-main-font-theme-color-t .t-t-after:after, .theme-t-red .t-main-font-theme-color-t .t-t-before:before {
  color: #f44
}
.theme-t-red .t-main-font-theme-color-t-s .t-main-font-theme-color-t-tt-after-s:after, .theme-t-red .t-main-font-theme-color-t-s .t-main-font-theme-color-t-tt-before-s:before, .theme-t-red .t-main-font-theme-color-t-s .t-main-font-theme-color-t-tt-s, .theme-t-red .t-main-font-theme-color-t-s .t-t-after-s:after, .theme-t-red .t-main-font-theme-color-t-s .t-t-before-s:before, .theme-t-red .t-main-font-theme-color-t-s .t-t-s {
  color: #f44 !important
}
.theme-t-red .t-main-font-theme-color-h, .theme-t-red .t-main-font-theme-color-h-after:after, .theme-t-red .t-main-font-theme-color-h-all, .theme-t-red .t-main-font-theme-color-h-all *, .theme-t-red .t-main-font-theme-color-h-before:before {
  color: #f44
}
.theme-t-red .t-main-font-theme-color-h-after-s:after, .theme-t-red .t-main-font-theme-color-h-all-s, .theme-t-red .t-main-font-theme-color-h-all-s *, .theme-t-red .t-main-font-theme-color-h-before-s:before, .theme-t-red .t-main-font-theme-color-h-s {
  color: #f44 !important
}
.theme-t-red .t-main-font-theme-color-h-t .t-main-font-theme-color-h-t-tt, .theme-t-red .t-main-font-theme-color-h-t .t-main-font-theme-color-h-t-tt-after:after, .theme-t-red .t-main-font-theme-color-h-t .t-main-font-theme-color-h-t-tt-before:before, .theme-t-red .t-main-font-theme-color-h-t .t-t, .theme-t-red .t-main-font-theme-color-h-t .t-t-after:after, .theme-t-red .t-main-font-theme-color-h-t .t-t-before:before {
  color: #f44
}
.theme-t-red .t-main-font-theme-color-h-t-s .t-main-font-theme-color-h-t-tt-after-s:after, .theme-t-red .t-main-font-theme-color-h-t-s .t-main-font-theme-color-h-t-tt-before-s:before, .theme-t-red .t-main-font-theme-color-h-t-s .t-main-font-theme-color-h-t-tt-s, .theme-t-red .t-main-font-theme-color-h-t-s .t-t-after-s:after, .theme-t-red .t-main-font-theme-color-h-t-s .t-t-before-s:before, .theme-t-red .t-main-font-theme-color-h-t-s .t-t-s {
  color: #f44 !important
}
.theme-t-red .t-main-font-theme-color-h-after:after, .theme-t-red .t-main-font-theme-color-h-all:hover, .theme-t-red .t-main-font-theme-color-h-all:hover *, .theme-t-red .t-main-font-theme-color-h-before:before, .theme-t-red .t-main-font-theme-color-h:hover {
  color: #ea3636
}
.theme-t-red .t-main-font-theme-color-h-after-s:after, .theme-t-red .t-main-font-theme-color-h-all-s:hover, .theme-t-red .t-main-font-theme-color-h-all-s:hover *, .theme-t-red .t-main-font-theme-color-h-before-s:before, .theme-t-red .t-main-font-theme-color-h-s:hover {
  color: #ea3636 !important
}
.theme-t-red .t-main-font-theme-color-h-t:hover .t-main-font-theme-color-h-t-tt, .theme-t-red .t-main-font-theme-color-h-t:hover .t-main-font-theme-color-h-t-tt-after:after, .theme-t-red .t-main-font-theme-color-h-t:hover .t-main-font-theme-color-h-t-tt-before:before, .theme-t-red .t-main-font-theme-color-h-t:hover .t-t, .theme-t-red .t-main-font-theme-color-h-t:hover .t-t-after:after, .theme-t-red .t-main-font-theme-color-h-t:hover .t-t-before:before {
  color: #ea3636
}
.theme-t-red .t-main-font-theme-color-h-t-s:hover .t-main-font-theme-color-h-t-tt-after-s:after, .theme-t-red .t-main-font-theme-color-h-t-s:hover .t-main-font-theme-color-h-t-tt-before-s:before, .theme-t-red .t-main-font-theme-color-h-t-s:hover .t-main-font-theme-color-h-t-tt-s, .theme-t-red .t-main-font-theme-color-h-t-s:hover .t-t-after-s:after, .theme-t-red .t-main-font-theme-color-h-t-s:hover .t-t-before-s:before, .theme-t-red .t-main-font-theme-color-h-t-s:hover .t-t-s {
  color: #ea3636 !important
}
.theme-t-red .t-hover-main-font-theme-color-after:after, .theme-t-red .t-hover-main-font-theme-color-all:hover, .theme-t-red .t-hover-main-font-theme-color-all:hover *, .theme-t-red .t-hover-main-font-theme-color-before:before, .theme-t-red .t-hover-main-font-theme-color:hover {
  color: #f44
}
.theme-t-red .t-hover-main-font-theme-color-after-s:after, .theme-t-red .t-hover-main-font-theme-color-all-s:hover, .theme-t-red .t-hover-main-font-theme-color-all-s:hover *, .theme-t-red .t-hover-main-font-theme-color-before-s:before, .theme-t-red .t-hover-main-font-theme-color-s:hover {
  color: #f44 !important
}
.theme-t-red .t-hover-main-font-theme-color-t:hover .t-hover-main-font-theme-color-t-tt, .theme-t-red .t-hover-main-font-theme-color-t:hover .t-hover-main-font-theme-color-t-tt-after:after, .theme-t-red .t-hover-main-font-theme-color-t:hover .t-hover-main-font-theme-color-t-tt-before:before, .theme-t-red .t-hover-main-font-theme-color-t:hover .t-t, .theme-t-red .t-hover-main-font-theme-color-t:hover .t-t-after:after, .theme-t-red .t-hover-main-font-theme-color-t:hover .t-t-before:before {
  color: #f44
}
.theme-t-red .t-hover-main-font-theme-color-t-s:hover .t-hover-main-font-theme-color-t-tt-after-s:after, .theme-t-red .t-hover-main-font-theme-color-t-s:hover .t-hover-main-font-theme-color-t-tt-before-s:before, .theme-t-red .t-hover-main-font-theme-color-t-s:hover .t-hover-main-font-theme-color-t-tt-s, .theme-t-red .t-hover-main-font-theme-color-t-s:hover .t-t-after-s:after, .theme-t-red .t-hover-main-font-theme-color-t-s:hover .t-t-before-s:before, .theme-t-red .t-hover-main-font-theme-color-t-s:hover .t-t-s {
  color: #f44 !important
}
.theme-t-red .t-main-border-color, .theme-t-red .t-main-border-color-after:after, .theme-t-red .t-main-border-color-all, .theme-t-red .t-main-border-color-all *, .theme-t-red .t-main-border-color-before:before {
  border-color: #f44
}
.theme-t-red .t-main-border-color-after-s:after, .theme-t-red .t-main-border-color-all-s, .theme-t-red .t-main-border-color-all-s *, .theme-t-red .t-main-border-color-before-s:before, .theme-t-red .t-main-border-color-s {
  border-color: #f44 !important
}
.theme-t-red .t-main-border-color-t .t-main-border-color-t-tt, .theme-t-red .t-main-border-color-t .t-main-border-color-t-tt-after:after, .theme-t-red .t-main-border-color-t .t-main-border-color-t-tt-before:before, .theme-t-red .t-main-border-color-t .t-t, .theme-t-red .t-main-border-color-t .t-t-after:after, .theme-t-red .t-main-border-color-t .t-t-before:before {
  border-color: #f44
}
.theme-t-red .t-main-border-color-t-s .t-main-border-color-t-tt-after-s:after, .theme-t-red .t-main-border-color-t-s .t-main-border-color-t-tt-before-s:before, .theme-t-red .t-main-border-color-t-s .t-main-border-color-t-tt-s, .theme-t-red .t-main-border-color-t-s .t-t-after-s:after, .theme-t-red .t-main-border-color-t-s .t-t-before-s:before, .theme-t-red .t-main-border-color-t-s .t-t-s {
  border-color: #f44 !important
}
.theme-t-red .t-main-border-color-h, .theme-t-red .t-main-border-color-h-after:after, .theme-t-red .t-main-border-color-h-all, .theme-t-red .t-main-border-color-h-all *, .theme-t-red .t-main-border-color-h-before:before {
  border-color: #f44
}
.theme-t-red .t-main-border-color-h-after-s:after, .theme-t-red .t-main-border-color-h-all-s, .theme-t-red .t-main-border-color-h-all-s *, .theme-t-red .t-main-border-color-h-before-s:before, .theme-t-red .t-main-border-color-h-s {
  border-color: #f44 !important
}
.theme-t-red .t-main-border-color-h-t .t-main-border-color-h-t-tt, .theme-t-red .t-main-border-color-h-t .t-main-border-color-h-t-tt-after:after, .theme-t-red .t-main-border-color-h-t .t-main-border-color-h-t-tt-before:before, .theme-t-red .t-main-border-color-h-t .t-t, .theme-t-red .t-main-border-color-h-t .t-t-after:after, .theme-t-red .t-main-border-color-h-t .t-t-before:before {
  border-color: #f44
}
.theme-t-red .t-main-border-color-h-t-s .t-main-border-color-h-t-tt-after-s:after, .theme-t-red .t-main-border-color-h-t-s .t-main-border-color-h-t-tt-before-s:before, .theme-t-red .t-main-border-color-h-t-s .t-main-border-color-h-t-tt-s, .theme-t-red .t-main-border-color-h-t-s .t-t-after-s:after, .theme-t-red .t-main-border-color-h-t-s .t-t-before-s:before, .theme-t-red .t-main-border-color-h-t-s .t-t-s {
  border-color: #f44 !important
}
.theme-t-red .t-main-border-color-h-after:after, .theme-t-red .t-main-border-color-h-all:hover, .theme-t-red .t-main-border-color-h-all:hover *, .theme-t-red .t-main-border-color-h-before:before, .theme-t-red .t-main-border-color-h:hover {
  border-color: #ea3636
}
.theme-t-red .t-main-border-color-h-after-s:after, .theme-t-red .t-main-border-color-h-all-s:hover, .theme-t-red .t-main-border-color-h-all-s:hover *, .theme-t-red .t-main-border-color-h-before-s:before, .theme-t-red .t-main-border-color-h-s:hover {
  border-color: #ea3636 !important
}
.theme-t-red .t-main-border-color-h-t:hover .t-main-border-color-h-t-tt, .theme-t-red .t-main-border-color-h-t:hover .t-main-border-color-h-t-tt-after:after, .theme-t-red .t-main-border-color-h-t:hover .t-main-border-color-h-t-tt-before:before, .theme-t-red .t-main-border-color-h-t:hover .t-t, .theme-t-red .t-main-border-color-h-t:hover .t-t-after:after, .theme-t-red .t-main-border-color-h-t:hover .t-t-before:before {
  border-color: #ea3636
}
.theme-t-red .t-main-border-color-h-t-s:hover .t-main-border-color-h-t-tt-after-s:after, .theme-t-red .t-main-border-color-h-t-s:hover .t-main-border-color-h-t-tt-before-s:before, .theme-t-red .t-main-border-color-h-t-s:hover .t-main-border-color-h-t-tt-s, .theme-t-red .t-main-border-color-h-t-s:hover .t-t-after-s:after, .theme-t-red .t-main-border-color-h-t-s:hover .t-t-before-s:before, .theme-t-red .t-main-border-color-h-t-s:hover .t-t-s {
  border-color: #ea3636 !important
}
.theme-t-red .t-hover-main-border-color-after:after, .theme-t-red .t-hover-main-border-color-all:hover, .theme-t-red .t-hover-main-border-color-all:hover *, .theme-t-red .t-hover-main-border-color-before:before, .theme-t-red .t-hover-main-border-color:hover {
  border-color: #f44
}
.theme-t-red .t-hover-main-border-color-after-s:after, .theme-t-red .t-hover-main-border-color-all-s:hover, .theme-t-red .t-hover-main-border-color-all-s:hover *, .theme-t-red .t-hover-main-border-color-before-s:before, .theme-t-red .t-hover-main-border-color-s:hover {
  border-color: #f44 !important
}
.theme-t-red .t-hover-main-border-color-t:hover .t-hover-main-border-color-t-tt, .theme-t-red .t-hover-main-border-color-t:hover .t-hover-main-border-color-t-tt-after:after, .theme-t-red .t-hover-main-border-color-t:hover .t-hover-main-border-color-t-tt-before:before, .theme-t-red .t-hover-main-border-color-t:hover .t-t, .theme-t-red .t-hover-main-border-color-t:hover .t-t-after:after, .theme-t-red .t-hover-main-border-color-t:hover .t-t-before:before {
  border-color: #f44
}
.theme-t-red .t-hover-main-border-color-t-s:hover .t-hover-main-border-color-t-tt-after-s:after, .theme-t-red .t-hover-main-border-color-t-s:hover .t-hover-main-border-color-t-tt-before-s:before, .theme-t-red .t-hover-main-border-color-t-s:hover .t-hover-main-border-color-t-tt-s, .theme-t-red .t-hover-main-border-color-t-s:hover .t-t-after-s:after, .theme-t-red .t-hover-main-border-color-t-s:hover .t-t-before-s:before, .theme-t-red .t-hover-main-border-color-t-s:hover .t-t-s {
  border-color: #f44 !important
}
.theme-t-red .t-border-color, .theme-t-red .t-border-color-after:after, .theme-t-red .t-border-color-all, .theme-t-red .t-border-color-all *, .theme-t-red .t-border-color-before:before {
  border-color: #dcdfe6
}
.theme-t-red .t-border-color-after-s:after, .theme-t-red .t-border-color-all-s, .theme-t-red .t-border-color-all-s *, .theme-t-red .t-border-color-before-s:before, .theme-t-red .t-border-color-s {
  border-color: #dcdfe6 !important
}
.theme-t-red .t-border-color-t .t-border-color-t-tt, .theme-t-red .t-border-color-t .t-border-color-t-tt-after:after, .theme-t-red .t-border-color-t .t-border-color-t-tt-before:before, .theme-t-red .t-border-color-t .t-t, .theme-t-red .t-border-color-t .t-t-after:after, .theme-t-red .t-border-color-t .t-t-before:before {
  border-color: #dcdfe6
}
.theme-t-red .t-border-color-t-s .t-border-color-t-tt-after-s:after, .theme-t-red .t-border-color-t-s .t-border-color-t-tt-before-s:before, .theme-t-red .t-border-color-t-s .t-border-color-t-tt-s, .theme-t-red .t-border-color-t-s .t-t-after-s:after, .theme-t-red .t-border-color-t-s .t-t-before-s:before, .theme-t-red .t-border-color-t-s .t-t-s {
  border-color: #dcdfe6 !important
}
.theme-t-red .t-bg-color-gradient-rotate, .theme-t-red .t-bg-color-gradient-rotate-after:after, .theme-t-red .t-bg-color-gradient-rotate-all, .theme-t-red .t-bg-color-gradient-rotate-all *, .theme-t-red .t-bg-color-gradient-rotate-before:before {
  background: linear-gradient(-90deg, #f44, transparent)
}
.theme-t-red .t-bg-color-gradient-rotate-after-s:after, .theme-t-red .t-bg-color-gradient-rotate-all-s, .theme-t-red .t-bg-color-gradient-rotate-all-s *, .theme-t-red .t-bg-color-gradient-rotate-before-s:before, .theme-t-red .t-bg-color-gradient-rotate-s {
  background: linear-gradient(-90deg, #f44, transparent) !important
}
.theme-t-red .t-bg-color-gradient-rotate-t .t-bg-color-gradient-rotate-t-tt, .theme-t-red .t-bg-color-gradient-rotate-t .t-bg-color-gradient-rotate-t-tt-after:after, .theme-t-red .t-bg-color-gradient-rotate-t .t-bg-color-gradient-rotate-t-tt-before:before, .theme-t-red .t-bg-color-gradient-rotate-t .t-t, .theme-t-red .t-bg-color-gradient-rotate-t .t-t-after:after, .theme-t-red .t-bg-color-gradient-rotate-t .t-t-before:before {
  background: linear-gradient(-90deg, #f44, transparent)
}
.theme-t-red .t-bg-color-gradient-rotate-t-s .t-bg-color-gradient-rotate-t-tt-after-s:after, .theme-t-red .t-bg-color-gradient-rotate-t-s .t-bg-color-gradient-rotate-t-tt-before-s:before, .theme-t-red .t-bg-color-gradient-rotate-t-s .t-bg-color-gradient-rotate-t-tt-s, .theme-t-red .t-bg-color-gradient-rotate-t-s .t-t-after-s:after, .theme-t-red .t-bg-color-gradient-rotate-t-s .t-t-before-s:before, .theme-t-red .t-bg-color-gradient-rotate-t-s .t-t-s {
  background: linear-gradient(-90deg, #f44, transparent) !important
}
.theme-t-red .t-bg-color-gradient-vertical, .theme-t-red .t-bg-color-gradient-vertical-after:after, .theme-t-red .t-bg-color-gradient-vertical-all, .theme-t-red .t-bg-color-gradient-vertical-all *, .theme-t-red .t-bg-color-gradient-vertical-before:before {
  background: linear-gradient(0deg, #f44, transparent)
}
.theme-t-red .t-bg-color-gradient-vertical-after-s:after, .theme-t-red .t-bg-color-gradient-vertical-all-s, .theme-t-red .t-bg-color-gradient-vertical-all-s *, .theme-t-red .t-bg-color-gradient-vertical-before-s:before, .theme-t-red .t-bg-color-gradient-vertical-s {
  background: linear-gradient(0deg, #f44, transparent) !important
}
.theme-t-red .t-bg-color-gradient-vertical-t .t-bg-color-gradient-vertical-t-tt, .theme-t-red .t-bg-color-gradient-vertical-t .t-bg-color-gradient-vertical-t-tt-after:after, .theme-t-red .t-bg-color-gradient-vertical-t .t-bg-color-gradient-vertical-t-tt-before:before, .theme-t-red .t-bg-color-gradient-vertical-t .t-t, .theme-t-red .t-bg-color-gradient-vertical-t .t-t-after:after, .theme-t-red .t-bg-color-gradient-vertical-t .t-t-before:before {
  background: linear-gradient(0deg, #f44, transparent)
}
.theme-t-red .t-bg-color-gradient-vertical-t-s .t-bg-color-gradient-vertical-t-tt-after-s:after, .theme-t-red .t-bg-color-gradient-vertical-t-s .t-bg-color-gradient-vertical-t-tt-before-s:before, .theme-t-red .t-bg-color-gradient-vertical-t-s .t-bg-color-gradient-vertical-t-tt-s, .theme-t-red .t-bg-color-gradient-vertical-t-s .t-t-after-s:after, .theme-t-red .t-bg-color-gradient-vertical-t-s .t-t-before-s:before, .theme-t-red .t-bg-color-gradient-vertical-t-s .t-t-s {
  background: linear-gradient(0deg, #f44, transparent) !important
}
.theme-t-red .t-hover-bg-color-gradient-vertical-after:after, .theme-t-red .t-hover-bg-color-gradient-vertical-all:hover, .theme-t-red .t-hover-bg-color-gradient-vertical-all:hover *, .theme-t-red .t-hover-bg-color-gradient-vertical-before:before, .theme-t-red .t-hover-bg-color-gradient-vertical:hover {
  background: linear-gradient(0deg, #f44, transparent)
}
.theme-t-red .t-hover-bg-color-gradient-vertical-after-s:after, .theme-t-red .t-hover-bg-color-gradient-vertical-all-s:hover, .theme-t-red .t-hover-bg-color-gradient-vertical-all-s:hover *, .theme-t-red .t-hover-bg-color-gradient-vertical-before-s:before, .theme-t-red .t-hover-bg-color-gradient-vertical-s:hover {
  background: linear-gradient(0deg, #f44, transparent) !important
}
.theme-t-red .t-hover-bg-color-gradient-vertical-t:hover .t-hover-bg-color-gradient-vertical-t-tt, .theme-t-red .t-hover-bg-color-gradient-vertical-t:hover .t-hover-bg-color-gradient-vertical-t-tt-after:after, .theme-t-red .t-hover-bg-color-gradient-vertical-t:hover .t-hover-bg-color-gradient-vertical-t-tt-before:before, .theme-t-red .t-hover-bg-color-gradient-vertical-t:hover .t-t, .theme-t-red .t-hover-bg-color-gradient-vertical-t:hover .t-t-after:after, .theme-t-red .t-hover-bg-color-gradient-vertical-t:hover .t-t-before:before {
  background: linear-gradient(0deg, #f44, transparent)
}
.theme-t-red .t-hover-bg-color-gradient-vertical-t-s:hover .t-hover-bg-color-gradient-vertical-t-tt-after-s:after, .theme-t-red .t-hover-bg-color-gradient-vertical-t-s:hover .t-hover-bg-color-gradient-vertical-t-tt-before-s:before, .theme-t-red .t-hover-bg-color-gradient-vertical-t-s:hover .t-hover-bg-color-gradient-vertical-t-tt-s, .theme-t-red .t-hover-bg-color-gradient-vertical-t-s:hover .t-t-after-s:after, .theme-t-red .t-hover-bg-color-gradient-vertical-t-s:hover .t-t-before-s:before, .theme-t-red .t-hover-bg-color-gradient-vertical-t-s:hover .t-t-s {
  background: linear-gradient(0deg, #f44, transparent) !important
}
.theme-t-red section.ow-swiper .swiper-pagination .swiper-active-switch {
  background: #f44
}
.theme-orange-red {
  --themeMainColor: #ff5831;
  --themeMainHoverColor: #ee4017;
  --bkmainColorLight: #ffeae6;
  --bkmainColorDarken: #5d1200;
  --themeFontColor: #33333b;
  --themeFontSubColor: #66666b;
  --themeFontThirdColor: #99999b
}
.theme-orange-red .t-light-bg-color, .theme-orange-red .t-light-bg-color-after:after, .theme-orange-red .t-light-bg-color-all, .theme-orange-red .t-light-bg-color-all *, .theme-orange-red .t-light-bg-color-before:before {
  background-color: #ffeae6
}
.theme-orange-red .t-light-bg-color-after-s:after, .theme-orange-red .t-light-bg-color-all-s, .theme-orange-red .t-light-bg-color-all-s *, .theme-orange-red .t-light-bg-color-before-s:before, .theme-orange-red .t-light-bg-color-s {
  background-color: #ffeae6 !important
}
.theme-orange-red .t-light-bg-color-t .t-light-bg-color-t-tt, .theme-orange-red .t-light-bg-color-t .t-light-bg-color-t-tt-after:after, .theme-orange-red .t-light-bg-color-t .t-light-bg-color-t-tt-before:before, .theme-orange-red .t-light-bg-color-t .t-t, .theme-orange-red .t-light-bg-color-t .t-t-after:after, .theme-orange-red .t-light-bg-color-t .t-t-before:before {
  background-color: #ffeae6
}
.theme-orange-red .t-light-bg-color-t-s .t-light-bg-color-t-tt-after-s:after, .theme-orange-red .t-light-bg-color-t-s .t-light-bg-color-t-tt-before-s:before, .theme-orange-red .t-light-bg-color-t-s .t-light-bg-color-t-tt-s, .theme-orange-red .t-light-bg-color-t-s .t-t-after-s:after, .theme-orange-red .t-light-bg-color-t-s .t-t-before-s:before, .theme-orange-red .t-light-bg-color-t-s .t-t-s {
  background-color: #ffeae6 !important
}
.theme-orange-red .t-hover-light-bg-color-after:after, .theme-orange-red .t-hover-light-bg-color-all:hover, .theme-orange-red .t-hover-light-bg-color-all:hover *, .theme-orange-red .t-hover-light-bg-color-before:before, .theme-orange-red .t-hover-light-bg-color:hover {
  background-color: #ffeae6
}
.theme-orange-red .t-hover-light-bg-color-after-s:after, .theme-orange-red .t-hover-light-bg-color-all-s:hover, .theme-orange-red .t-hover-light-bg-color-all-s:hover *, .theme-orange-red .t-hover-light-bg-color-before-s:before, .theme-orange-red .t-hover-light-bg-color-s:hover {
  background-color: #ffeae6 !important
}
.theme-orange-red .t-hover-light-bg-color-t:hover .t-hover-light-bg-color-t-tt, .theme-orange-red .t-hover-light-bg-color-t:hover .t-hover-light-bg-color-t-tt-after:after, .theme-orange-red .t-hover-light-bg-color-t:hover .t-hover-light-bg-color-t-tt-before:before, .theme-orange-red .t-hover-light-bg-color-t:hover .t-t, .theme-orange-red .t-hover-light-bg-color-t:hover .t-t-after:after, .theme-orange-red .t-hover-light-bg-color-t:hover .t-t-before:before {
  background-color: #ffeae6
}
.theme-orange-red .t-hover-light-bg-color-t-s:hover .t-hover-light-bg-color-t-tt-after-s:after, .theme-orange-red .t-hover-light-bg-color-t-s:hover .t-hover-light-bg-color-t-tt-before-s:before, .theme-orange-red .t-hover-light-bg-color-t-s:hover .t-hover-light-bg-color-t-tt-s, .theme-orange-red .t-hover-light-bg-color-t-s:hover .t-t-after-s:after, .theme-orange-red .t-hover-light-bg-color-t-s:hover .t-t-before-s:before, .theme-orange-red .t-hover-light-bg-color-t-s:hover .t-t-s {
  background-color: #ffeae6 !important
}
.theme-orange-red .t-darken-bg-color, .theme-orange-red .t-darken-bg-color-after:after, .theme-orange-red .t-darken-bg-color-all, .theme-orange-red .t-darken-bg-color-all *, .theme-orange-red .t-darken-bg-color-before:before {
  background-color: #5d1200;
  color: #fff
}
.theme-orange-red .t-darken-bg-color-after-s:after, .theme-orange-red .t-darken-bg-color-all-s, .theme-orange-red .t-darken-bg-color-all-s *, .theme-orange-red .t-darken-bg-color-before-s:before, .theme-orange-red .t-darken-bg-color-s {
  background-color: #5d1200 !important;
  color: #fff !important
}
.theme-orange-red .t-darken-bg-color-t .t-darken-bg-color-t-tt, .theme-orange-red .t-darken-bg-color-t .t-darken-bg-color-t-tt-after:after, .theme-orange-red .t-darken-bg-color-t .t-darken-bg-color-t-tt-before:before, .theme-orange-red .t-darken-bg-color-t .t-t, .theme-orange-red .t-darken-bg-color-t .t-t-after:after, .theme-orange-red .t-darken-bg-color-t .t-t-before:before {
  background-color: #5d1200;
  color: #fff
}
.theme-orange-red .t-darken-bg-color-t-s .t-darken-bg-color-t-tt-after-s:after, .theme-orange-red .t-darken-bg-color-t-s .t-darken-bg-color-t-tt-before-s:before, .theme-orange-red .t-darken-bg-color-t-s .t-darken-bg-color-t-tt-s, .theme-orange-red .t-darken-bg-color-t-s .t-t-after-s:after, .theme-orange-red .t-darken-bg-color-t-s .t-t-before-s:before, .theme-orange-red .t-darken-bg-color-t-s .t-t-s {
  background-color: #5d1200 !important;
  color: #fff !important
}
.theme-orange-red .t-bg-color-gradient, .theme-orange-red .t-bg-color-gradient-after:after, .theme-orange-red .t-bg-color-gradient-all, .theme-orange-red .t-bg-color-gradient-all *, .theme-orange-red .t-bg-color-gradient-before:before {
  background-color: #ee4017;
  color: #fff
}
.theme-orange-red .t-bg-color-gradient-after-s:after, .theme-orange-red .t-bg-color-gradient-all-s, .theme-orange-red .t-bg-color-gradient-all-s *, .theme-orange-red .t-bg-color-gradient-before-s:before, .theme-orange-red .t-bg-color-gradient-s {
  background-color: #ee4017 !important;
  color: #fff !important
}
.theme-orange-red .t-bg-color-gradient-t .t-bg-color-gradient-t-tt, .theme-orange-red .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-after:after, .theme-orange-red .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-before:before, .theme-orange-red .t-bg-color-gradient-t .t-t, .theme-orange-red .t-bg-color-gradient-t .t-t-after:after, .theme-orange-red .t-bg-color-gradient-t .t-t-before:before {
  background-color: #ee4017;
  color: #fff
}
.theme-orange-red .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-after-s:after, .theme-orange-red .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-before-s:before, .theme-orange-red .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-s, .theme-orange-red .t-bg-color-gradient-t-s .t-t-after-s:after, .theme-orange-red .t-bg-color-gradient-t-s .t-t-before-s:before, .theme-orange-red .t-bg-color-gradient-t-s .t-t-s {
  background-color: #ee4017 !important;
  color: #fff !important
}
.theme-orange-red .t-bg-color-gradient, .theme-orange-red .t-bg-color-gradient-after:after, .theme-orange-red .t-bg-color-gradient-all, .theme-orange-red .t-bg-color-gradient-all *, .theme-orange-red .t-bg-color-gradient-before:before {
  background: linear-gradient(180deg, #ee4017, #ff5831)
}
.theme-orange-red .t-bg-color-gradient-after-s:after, .theme-orange-red .t-bg-color-gradient-all-s, .theme-orange-red .t-bg-color-gradient-all-s *, .theme-orange-red .t-bg-color-gradient-before-s:before, .theme-orange-red .t-bg-color-gradient-s {
  background: linear-gradient(180deg, #ee4017, #ff5831) !important
}
.theme-orange-red .t-bg-color-gradient-t .t-bg-color-gradient-t-tt, .theme-orange-red .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-after:after, .theme-orange-red .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-before:before, .theme-orange-red .t-bg-color-gradient-t .t-t, .theme-orange-red .t-bg-color-gradient-t .t-t-after:after, .theme-orange-red .t-bg-color-gradient-t .t-t-before:before {
  background: linear-gradient(180deg, #ee4017, #ff5831)
}
.theme-orange-red .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-after-s:after, .theme-orange-red .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-before-s:before, .theme-orange-red .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-s, .theme-orange-red .t-bg-color-gradient-t-s .t-t-after-s:after, .theme-orange-red .t-bg-color-gradient-t-s .t-t-before-s:before, .theme-orange-red .t-bg-color-gradient-t-s .t-t-s {
  background: linear-gradient(180deg, #ee4017, #ff5831) !important
}
.theme-orange-red .t-darken-bg-color-gradient, .theme-orange-red .t-darken-bg-color-gradient-after:after, .theme-orange-red .t-darken-bg-color-gradient-all, .theme-orange-red .t-darken-bg-color-gradient-all *, .theme-orange-red .t-darken-bg-color-gradient-before:before {
  background-color: #5d1200;
  color: #fff
}
.theme-orange-red .t-darken-bg-color-gradient-after-s:after, .theme-orange-red .t-darken-bg-color-gradient-all-s, .theme-orange-red .t-darken-bg-color-gradient-all-s *, .theme-orange-red .t-darken-bg-color-gradient-before-s:before, .theme-orange-red .t-darken-bg-color-gradient-s {
  background-color: #5d1200 !important;
  color: #fff !important
}
.theme-orange-red .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt, .theme-orange-red .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-after:after, .theme-orange-red .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-before:before, .theme-orange-red .t-darken-bg-color-gradient-t .t-t, .theme-orange-red .t-darken-bg-color-gradient-t .t-t-after:after, .theme-orange-red .t-darken-bg-color-gradient-t .t-t-before:before {
  background-color: #5d1200;
  color: #fff
}
.theme-orange-red .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-after-s:after, .theme-orange-red .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-before-s:before, .theme-orange-red .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-s, .theme-orange-red .t-darken-bg-color-gradient-t-s .t-t-after-s:after, .theme-orange-red .t-darken-bg-color-gradient-t-s .t-t-before-s:before, .theme-orange-red .t-darken-bg-color-gradient-t-s .t-t-s {
  background-color: #5d1200 !important;
  color: #fff !important
}
.theme-orange-red .t-darken-bg-color-gradient, .theme-orange-red .t-darken-bg-color-gradient-after:after, .theme-orange-red .t-darken-bg-color-gradient-all, .theme-orange-red .t-darken-bg-color-gradient-all *, .theme-orange-red .t-darken-bg-color-gradient-before:before {
  background: linear-gradient(180deg, #000, #5d1200 57%, #5d1200)
}
.theme-orange-red .t-darken-bg-color-gradient-after-s:after, .theme-orange-red .t-darken-bg-color-gradient-all-s, .theme-orange-red .t-darken-bg-color-gradient-all-s *, .theme-orange-red .t-darken-bg-color-gradient-before-s:before, .theme-orange-red .t-darken-bg-color-gradient-s {
  background: linear-gradient(180deg, #000, #5d1200 57%, #5d1200) !important
}
.theme-orange-red .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt, .theme-orange-red .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-after:after, .theme-orange-red .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-before:before, .theme-orange-red .t-darken-bg-color-gradient-t .t-t, .theme-orange-red .t-darken-bg-color-gradient-t .t-t-after:after, .theme-orange-red .t-darken-bg-color-gradient-t .t-t-before:before {
  background: linear-gradient(180deg, #000, #5d1200 57%, #5d1200)
}
.theme-orange-red .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-after-s:after, .theme-orange-red .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-before-s:before, .theme-orange-red .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-s, .theme-orange-red .t-darken-bg-color-gradient-t-s .t-t-after-s:after, .theme-orange-red .t-darken-bg-color-gradient-t-s .t-t-before-s:before, .theme-orange-red .t-darken-bg-color-gradient-t-s .t-t-s {
  background: linear-gradient(180deg, #000, #5d1200 57%, #5d1200) !important
}
.theme-orange-red body, .theme-orange-red body-after:after, .theme-orange-red body-all, .theme-orange-red body-all *, .theme-orange-red body-before:before {
  color: #33333b
}
.theme-orange-red body-after-s:after, .theme-orange-red body-all-s, .theme-orange-red body-all-s *, .theme-orange-red body-before-s:before, .theme-orange-red body-s {
  color: #33333b !important
}
.theme-orange-red body-t .t-t, .theme-orange-red body-t .t-t-after:after, .theme-orange-red body-t .t-t-before:before, .theme-orange-red body-t body-t-tt, .theme-orange-red body-t body-t-tt-after:after, .theme-orange-red body-t body-t-tt-before:before {
  color: #33333b
}
.theme-orange-red body-t-s .t-t-after-s:after, .theme-orange-red body-t-s .t-t-before-s:before, .theme-orange-red body-t-s .t-t-s, .theme-orange-red body-t-s body-t-tt-after-s:after, .theme-orange-red body-t-s body-t-tt-before-s:before, .theme-orange-red body-t-s body-t-tt-s {
  color: #33333b !important
}
.theme-orange-red, .theme-orange-red-after:after, .theme-orange-red-all, .theme-orange-red-all *, .theme-orange-red-before:before {
  color: #33333b
}
.theme-orange-red-after-s:after, .theme-orange-red-all-s, .theme-orange-red-all-s *, .theme-orange-red-before-s:before, .theme-orange-red-s {
  color: #33333b !important
}
.theme-orange-red-t .t-t, .theme-orange-red-t .t-t-after:after, .theme-orange-red-t .t-t-before:before, .theme-orange-red-t .theme-orange-red-t-tt, .theme-orange-red-t .theme-orange-red-t-tt-after:after, .theme-orange-red-t .theme-orange-red-t-tt-before:before {
  color: #33333b
}
.theme-orange-red-t-s .t-t-after-s:after, .theme-orange-red-t-s .t-t-before-s:before, .theme-orange-red-t-s .t-t-s, .theme-orange-red-t-s .theme-orange-red-t-tt-after-s:after, .theme-orange-red-t-s .theme-orange-red-t-tt-before-s:before, .theme-orange-red-t-s .theme-orange-red-t-tt-s {
  color: #33333b !important
}
.theme-orange-red .t-font-color, .theme-orange-red .t-font-color-after:after, .theme-orange-red .t-font-color-all, .theme-orange-red .t-font-color-all *, .theme-orange-red .t-font-color-before:before {
  color: #33333b
}
.theme-orange-red .t-font-color-after-s:after, .theme-orange-red .t-font-color-all-s, .theme-orange-red .t-font-color-all-s *, .theme-orange-red .t-font-color-before-s:before, .theme-orange-red .t-font-color-s {
  color: #33333b !important
}
.theme-orange-red .t-font-color-t .t-font-color-t-tt, .theme-orange-red .t-font-color-t .t-font-color-t-tt-after:after, .theme-orange-red .t-font-color-t .t-font-color-t-tt-before:before, .theme-orange-red .t-font-color-t .t-t, .theme-orange-red .t-font-color-t .t-t-after:after, .theme-orange-red .t-font-color-t .t-t-before:before {
  color: #33333b
}
.theme-orange-red .t-font-color-t-s .t-font-color-t-tt-after-s:after, .theme-orange-red .t-font-color-t-s .t-font-color-t-tt-before-s:before, .theme-orange-red .t-font-color-t-s .t-font-color-t-tt-s, .theme-orange-red .t-font-color-t-s .t-t-after-s:after, .theme-orange-red .t-font-color-t-s .t-t-before-s:before, .theme-orange-red .t-font-color-t-s .t-t-s {
  color: #33333b !important
}
.theme-orange-red .t-font-color-h-after:after, .theme-orange-red .t-font-color-h-all:hover, .theme-orange-red .t-font-color-h-all:hover *, .theme-orange-red .t-font-color-h-before:before, .theme-orange-red .t-font-color-h:hover {
  color: #33333b
}
.theme-orange-red .t-font-color-h-after-s:after, .theme-orange-red .t-font-color-h-all-s:hover, .theme-orange-red .t-font-color-h-all-s:hover *, .theme-orange-red .t-font-color-h-before-s:before, .theme-orange-red .t-font-color-h-s:hover {
  color: #33333b !important
}
.theme-orange-red .t-font-color-h-t:hover .t-font-color-h-t-tt, .theme-orange-red .t-font-color-h-t:hover .t-font-color-h-t-tt-after:after, .theme-orange-red .t-font-color-h-t:hover .t-font-color-h-t-tt-before:before, .theme-orange-red .t-font-color-h-t:hover .t-t, .theme-orange-red .t-font-color-h-t:hover .t-t-after:after, .theme-orange-red .t-font-color-h-t:hover .t-t-before:before {
  color: #33333b
}
.theme-orange-red .t-font-color-h-t-s:hover .t-font-color-h-t-tt-after-s:after, .theme-orange-red .t-font-color-h-t-s:hover .t-font-color-h-t-tt-before-s:before, .theme-orange-red .t-font-color-h-t-s:hover .t-font-color-h-t-tt-s, .theme-orange-red .t-font-color-h-t-s:hover .t-t-after-s:after, .theme-orange-red .t-font-color-h-t-s:hover .t-t-before-s:before, .theme-orange-red .t-font-color-h-t-s:hover .t-t-s {
  color: #33333b !important
}
.theme-orange-red .t-sub-font-color, .theme-orange-red .t-sub-font-color-after:after, .theme-orange-red .t-sub-font-color-all, .theme-orange-red .t-sub-font-color-all *, .theme-orange-red .t-sub-font-color-before:before {
  color: #66666b
}
.theme-orange-red .t-sub-font-color-after-s:after, .theme-orange-red .t-sub-font-color-all-s, .theme-orange-red .t-sub-font-color-all-s *, .theme-orange-red .t-sub-font-color-before-s:before, .theme-orange-red .t-sub-font-color-s {
  color: #66666b !important
}
.theme-orange-red .t-sub-font-color-t .t-sub-font-color-t-tt, .theme-orange-red .t-sub-font-color-t .t-sub-font-color-t-tt-after:after, .theme-orange-red .t-sub-font-color-t .t-sub-font-color-t-tt-before:before, .theme-orange-red .t-sub-font-color-t .t-t, .theme-orange-red .t-sub-font-color-t .t-t-after:after, .theme-orange-red .t-sub-font-color-t .t-t-before:before {
  color: #66666b
}
.theme-orange-red .t-sub-font-color-t-s .t-sub-font-color-t-tt-after-s:after, .theme-orange-red .t-sub-font-color-t-s .t-sub-font-color-t-tt-before-s:before, .theme-orange-red .t-sub-font-color-t-s .t-sub-font-color-t-tt-s, .theme-orange-red .t-sub-font-color-t-s .t-t-after-s:after, .theme-orange-red .t-sub-font-color-t-s .t-t-before-s:before, .theme-orange-red .t-sub-font-color-t-s .t-t-s {
  color: #66666b !important
}
.theme-orange-red .t-sub-font-color-h-after:after, .theme-orange-red .t-sub-font-color-h-all:hover, .theme-orange-red .t-sub-font-color-h-all:hover *, .theme-orange-red .t-sub-font-color-h-before:before, .theme-orange-red .t-sub-font-color-h:hover {
  color: #66666b
}
.theme-orange-red .t-sub-font-color-h-after-s:after, .theme-orange-red .t-sub-font-color-h-all-s:hover, .theme-orange-red .t-sub-font-color-h-all-s:hover *, .theme-orange-red .t-sub-font-color-h-before-s:before, .theme-orange-red .t-sub-font-color-h-s:hover {
  color: #66666b !important
}
.theme-orange-red .t-sub-font-color-h-t:hover .t-sub-font-color-h-t-tt, .theme-orange-red .t-sub-font-color-h-t:hover .t-sub-font-color-h-t-tt-after:after, .theme-orange-red .t-sub-font-color-h-t:hover .t-sub-font-color-h-t-tt-before:before, .theme-orange-red .t-sub-font-color-h-t:hover .t-t, .theme-orange-red .t-sub-font-color-h-t:hover .t-t-after:after, .theme-orange-red .t-sub-font-color-h-t:hover .t-t-before:before {
  color: #66666b
}
.theme-orange-red .t-sub-font-color-h-t-s:hover .t-sub-font-color-h-t-tt-after-s:after, .theme-orange-red .t-sub-font-color-h-t-s:hover .t-sub-font-color-h-t-tt-before-s:before, .theme-orange-red .t-sub-font-color-h-t-s:hover .t-sub-font-color-h-t-tt-s, .theme-orange-red .t-sub-font-color-h-t-s:hover .t-t-after-s:after, .theme-orange-red .t-sub-font-color-h-t-s:hover .t-t-before-s:before, .theme-orange-red .t-sub-font-color-h-t-s:hover .t-t-s {
  color: #66666b !important
}
.theme-orange-red .t-third-font-color, .theme-orange-red .t-third-font-color-after:after, .theme-orange-red .t-third-font-color-all, .theme-orange-red .t-third-font-color-all *, .theme-orange-red .t-third-font-color-before:before {
  color: #99999b
}
.theme-orange-red .t-third-font-color-after-s:after, .theme-orange-red .t-third-font-color-all-s, .theme-orange-red .t-third-font-color-all-s *, .theme-orange-red .t-third-font-color-before-s:before, .theme-orange-red .t-third-font-color-s {
  color: #99999b !important
}
.theme-orange-red .t-third-font-color-t .t-t, .theme-orange-red .t-third-font-color-t .t-t-after:after, .theme-orange-red .t-third-font-color-t .t-t-before:before, .theme-orange-red .t-third-font-color-t .t-third-font-color-t-tt, .theme-orange-red .t-third-font-color-t .t-third-font-color-t-tt-after:after, .theme-orange-red .t-third-font-color-t .t-third-font-color-t-tt-before:before {
  color: #99999b
}
.theme-orange-red .t-third-font-color-t-s .t-t-after-s:after, .theme-orange-red .t-third-font-color-t-s .t-t-before-s:before, .theme-orange-red .t-third-font-color-t-s .t-t-s, .theme-orange-red .t-third-font-color-t-s .t-third-font-color-t-tt-after-s:after, .theme-orange-red .t-third-font-color-t-s .t-third-font-color-t-tt-before-s:before, .theme-orange-red .t-third-font-color-t-s .t-third-font-color-t-tt-s {
  color: #99999b !important
}
.theme-orange-red .t-third-font-color-h-after:after, .theme-orange-red .t-third-font-color-h-all:hover, .theme-orange-red .t-third-font-color-h-all:hover *, .theme-orange-red .t-third-font-color-h-before:before, .theme-orange-red .t-third-font-color-h:hover {
  color: #99999b
}
.theme-orange-red .t-third-font-color-h-after-s:after, .theme-orange-red .t-third-font-color-h-all-s:hover, .theme-orange-red .t-third-font-color-h-all-s:hover *, .theme-orange-red .t-third-font-color-h-before-s:before, .theme-orange-red .t-third-font-color-h-s:hover {
  color: #99999b !important
}
.theme-orange-red .t-third-font-color-h-t:hover .t-t, .theme-orange-red .t-third-font-color-h-t:hover .t-t-after:after, .theme-orange-red .t-third-font-color-h-t:hover .t-t-before:before, .theme-orange-red .t-third-font-color-h-t:hover .t-third-font-color-h-t-tt, .theme-orange-red .t-third-font-color-h-t:hover .t-third-font-color-h-t-tt-after:after, .theme-orange-red .t-third-font-color-h-t:hover .t-third-font-color-h-t-tt-before:before {
  color: #99999b
}
.theme-orange-red .t-third-font-color-h-t-s:hover .t-t-after-s:after, .theme-orange-red .t-third-font-color-h-t-s:hover .t-t-before-s:before, .theme-orange-red .t-third-font-color-h-t-s:hover .t-t-s, .theme-orange-red .t-third-font-color-h-t-s:hover .t-third-font-color-h-t-tt-after-s:after, .theme-orange-red .t-third-font-color-h-t-s:hover .t-third-font-color-h-t-tt-before-s:before, .theme-orange-red .t-third-font-color-h-t-s:hover .t-third-font-color-h-t-tt-s {
  color: #99999b !important
}
.theme-orange-red .t-main-bg-color, .theme-orange-red .t-main-bg-color-after:after, .theme-orange-red .t-main-bg-color-all, .theme-orange-red .t-main-bg-color-all *, .theme-orange-red .t-main-bg-color-before:before {
  background-color: #ff5831;
  color: #fff
}
.theme-orange-red .t-main-bg-color-after-s:after, .theme-orange-red .t-main-bg-color-all-s, .theme-orange-red .t-main-bg-color-all-s *, .theme-orange-red .t-main-bg-color-before-s:before, .theme-orange-red .t-main-bg-color-s {
  background-color: #ff5831 !important;
  color: #fff !important
}
.theme-orange-red .t-main-bg-color-t .t-main-bg-color-t-tt, .theme-orange-red .t-main-bg-color-t .t-main-bg-color-t-tt-after:after, .theme-orange-red .t-main-bg-color-t .t-main-bg-color-t-tt-before:before, .theme-orange-red .t-main-bg-color-t .t-t, .theme-orange-red .t-main-bg-color-t .t-t-after:after, .theme-orange-red .t-main-bg-color-t .t-t-before:before {
  background-color: #ff5831;
  color: #fff
}
.theme-orange-red .t-main-bg-color-t-s .t-main-bg-color-t-tt-after-s:after, .theme-orange-red .t-main-bg-color-t-s .t-main-bg-color-t-tt-before-s:before, .theme-orange-red .t-main-bg-color-t-s .t-main-bg-color-t-tt-s, .theme-orange-red .t-main-bg-color-t-s .t-t-after-s:after, .theme-orange-red .t-main-bg-color-t-s .t-t-before-s:before, .theme-orange-red .t-main-bg-color-t-s .t-t-s {
  background-color: #ff5831 !important;
  color: #fff !important
}
.theme-orange-red .t-main-bg-color-h, .theme-orange-red .t-main-bg-color-h-after:after, .theme-orange-red .t-main-bg-color-h-all, .theme-orange-red .t-main-bg-color-h-all *, .theme-orange-red .t-main-bg-color-h-before:before {
  background-color: #ff5831;
  color: #fff
}
.theme-orange-red .t-main-bg-color-h-after-s:after, .theme-orange-red .t-main-bg-color-h-all-s, .theme-orange-red .t-main-bg-color-h-all-s *, .theme-orange-red .t-main-bg-color-h-before-s:before, .theme-orange-red .t-main-bg-color-h-s {
  background-color: #ff5831 !important;
  color: #fff !important
}
.theme-orange-red .t-main-bg-color-h-t .t-main-bg-color-h-t-tt, .theme-orange-red .t-main-bg-color-h-t .t-main-bg-color-h-t-tt-after:after, .theme-orange-red .t-main-bg-color-h-t .t-main-bg-color-h-t-tt-before:before, .theme-orange-red .t-main-bg-color-h-t .t-t, .theme-orange-red .t-main-bg-color-h-t .t-t-after:after, .theme-orange-red .t-main-bg-color-h-t .t-t-before:before {
  background-color: #ff5831;
  color: #fff
}
.theme-orange-red .t-main-bg-color-h-t-s .t-main-bg-color-h-t-tt-after-s:after, .theme-orange-red .t-main-bg-color-h-t-s .t-main-bg-color-h-t-tt-before-s:before, .theme-orange-red .t-main-bg-color-h-t-s .t-main-bg-color-h-t-tt-s, .theme-orange-red .t-main-bg-color-h-t-s .t-t-after-s:after, .theme-orange-red .t-main-bg-color-h-t-s .t-t-before-s:before, .theme-orange-red .t-main-bg-color-h-t-s .t-t-s {
  background-color: #ff5831 !important;
  color: #fff !important
}
.theme-orange-red .t-main-bg-color-h-after:after, .theme-orange-red .t-main-bg-color-h-all:hover, .theme-orange-red .t-main-bg-color-h-all:hover *, .theme-orange-red .t-main-bg-color-h-before:before, .theme-orange-red .t-main-bg-color-h:hover {
  background-color: #ee4017
}
.theme-orange-red .t-main-bg-color-h-after-s:after, .theme-orange-red .t-main-bg-color-h-all-s:hover, .theme-orange-red .t-main-bg-color-h-all-s:hover *, .theme-orange-red .t-main-bg-color-h-before-s:before, .theme-orange-red .t-main-bg-color-h-s:hover {
  background-color: #ee4017 !important
}
.theme-orange-red .t-main-bg-color-h-t:hover .t-main-bg-color-h-t-tt, .theme-orange-red .t-main-bg-color-h-t:hover .t-main-bg-color-h-t-tt-after:after, .theme-orange-red .t-main-bg-color-h-t:hover .t-main-bg-color-h-t-tt-before:before, .theme-orange-red .t-main-bg-color-h-t:hover .t-t, .theme-orange-red .t-main-bg-color-h-t:hover .t-t-after:after, .theme-orange-red .t-main-bg-color-h-t:hover .t-t-before:before {
  background-color: #ee4017
}
.theme-orange-red .t-main-bg-color-h-t-s:hover .t-main-bg-color-h-t-tt-after-s:after, .theme-orange-red .t-main-bg-color-h-t-s:hover .t-main-bg-color-h-t-tt-before-s:before, .theme-orange-red .t-main-bg-color-h-t-s:hover .t-main-bg-color-h-t-tt-s, .theme-orange-red .t-main-bg-color-h-t-s:hover .t-t-after-s:after, .theme-orange-red .t-main-bg-color-h-t-s:hover .t-t-before-s:before, .theme-orange-red .t-main-bg-color-h-t-s:hover .t-t-s {
  background-color: #ee4017 !important
}
.theme-orange-red .t-hover-main-bg-color-after:after, .theme-orange-red .t-hover-main-bg-color-all:hover, .theme-orange-red .t-hover-main-bg-color-all:hover *, .theme-orange-red .t-hover-main-bg-color-before:before, .theme-orange-red .t-hover-main-bg-color:hover {
  background-color: #ff5831;
  color: #fff
}
.theme-orange-red .t-hover-main-bg-color-after-s:after, .theme-orange-red .t-hover-main-bg-color-all-s:hover, .theme-orange-red .t-hover-main-bg-color-all-s:hover *, .theme-orange-red .t-hover-main-bg-color-before-s:before, .theme-orange-red .t-hover-main-bg-color-s:hover {
  background-color: #ff5831 !important;
  color: #fff !important
}
.theme-orange-red .t-hover-main-bg-color-t:hover .t-hover-main-bg-color-t-tt, .theme-orange-red .t-hover-main-bg-color-t:hover .t-hover-main-bg-color-t-tt-after:after, .theme-orange-red .t-hover-main-bg-color-t:hover .t-hover-main-bg-color-t-tt-before:before, .theme-orange-red .t-hover-main-bg-color-t:hover .t-t, .theme-orange-red .t-hover-main-bg-color-t:hover .t-t-after:after, .theme-orange-red .t-hover-main-bg-color-t:hover .t-t-before:before {
  background-color: #ff5831;
  color: #fff
}
.theme-orange-red .t-hover-main-bg-color-t-s:hover .t-hover-main-bg-color-t-tt-after-s:after, .theme-orange-red .t-hover-main-bg-color-t-s:hover .t-hover-main-bg-color-t-tt-before-s:before, .theme-orange-red .t-hover-main-bg-color-t-s:hover .t-hover-main-bg-color-t-tt-s, .theme-orange-red .t-hover-main-bg-color-t-s:hover .t-t-after-s:after, .theme-orange-red .t-hover-main-bg-color-t-s:hover .t-t-before-s:before, .theme-orange-red .t-hover-main-bg-color-t-s:hover .t-t-s {
  background-color: #ff5831 !important;
  color: #fff !important
}
.theme-orange-red .t-hover-main-hover-bg-color-after:after, .theme-orange-red .t-hover-main-hover-bg-color-all:hover, .theme-orange-red .t-hover-main-hover-bg-color-all:hover *, .theme-orange-red .t-hover-main-hover-bg-color-before:before, .theme-orange-red .t-hover-main-hover-bg-color:hover {
  background-color: #ee4017;
  color: #fff
}
.theme-orange-red .t-hover-main-hover-bg-color-after-s:after, .theme-orange-red .t-hover-main-hover-bg-color-all-s:hover, .theme-orange-red .t-hover-main-hover-bg-color-all-s:hover *, .theme-orange-red .t-hover-main-hover-bg-color-before-s:before, .theme-orange-red .t-hover-main-hover-bg-color-s:hover {
  background-color: #ee4017 !important;
  color: #fff !important
}
.theme-orange-red .t-hover-main-hover-bg-color-t:hover .t-hover-main-hover-bg-color-t-tt, .theme-orange-red .t-hover-main-hover-bg-color-t:hover .t-hover-main-hover-bg-color-t-tt-after:after, .theme-orange-red .t-hover-main-hover-bg-color-t:hover .t-hover-main-hover-bg-color-t-tt-before:before, .theme-orange-red .t-hover-main-hover-bg-color-t:hover .t-t, .theme-orange-red .t-hover-main-hover-bg-color-t:hover .t-t-after:after, .theme-orange-red .t-hover-main-hover-bg-color-t:hover .t-t-before:before {
  background-color: #ee4017;
  color: #fff
}
.theme-orange-red .t-hover-main-hover-bg-color-t-s:hover .t-hover-main-hover-bg-color-t-tt-after-s:after, .theme-orange-red .t-hover-main-hover-bg-color-t-s:hover .t-hover-main-hover-bg-color-t-tt-before-s:before, .theme-orange-red .t-hover-main-hover-bg-color-t-s:hover .t-hover-main-hover-bg-color-t-tt-s, .theme-orange-red .t-hover-main-hover-bg-color-t-s:hover .t-t-after-s:after, .theme-orange-red .t-hover-main-hover-bg-color-t-s:hover .t-t-before-s:before, .theme-orange-red .t-hover-main-hover-bg-color-t-s:hover .t-t-s {
  background-color: #ee4017 !important;
  color: #fff !important
}
.theme-orange-red .t-main-font-theme-color, .theme-orange-red .t-main-font-theme-color-after:after, .theme-orange-red .t-main-font-theme-color-all, .theme-orange-red .t-main-font-theme-color-all *, .theme-orange-red .t-main-font-theme-color-before:before {
  color: #ff5831
}
.theme-orange-red .t-main-font-theme-color-after-s:after, .theme-orange-red .t-main-font-theme-color-all-s, .theme-orange-red .t-main-font-theme-color-all-s *, .theme-orange-red .t-main-font-theme-color-before-s:before, .theme-orange-red .t-main-font-theme-color-s {
  color: #ff5831 !important
}
.theme-orange-red .t-main-font-theme-color-t .t-main-font-theme-color-t-tt, .theme-orange-red .t-main-font-theme-color-t .t-main-font-theme-color-t-tt-after:after, .theme-orange-red .t-main-font-theme-color-t .t-main-font-theme-color-t-tt-before:before, .theme-orange-red .t-main-font-theme-color-t .t-t, .theme-orange-red .t-main-font-theme-color-t .t-t-after:after, .theme-orange-red .t-main-font-theme-color-t .t-t-before:before {
  color: #ff5831
}
.theme-orange-red .t-main-font-theme-color-t-s .t-main-font-theme-color-t-tt-after-s:after, .theme-orange-red .t-main-font-theme-color-t-s .t-main-font-theme-color-t-tt-before-s:before, .theme-orange-red .t-main-font-theme-color-t-s .t-main-font-theme-color-t-tt-s, .theme-orange-red .t-main-font-theme-color-t-s .t-t-after-s:after, .theme-orange-red .t-main-font-theme-color-t-s .t-t-before-s:before, .theme-orange-red .t-main-font-theme-color-t-s .t-t-s {
  color: #ff5831 !important
}
.theme-orange-red .t-main-font-theme-color-h, .theme-orange-red .t-main-font-theme-color-h-after:after, .theme-orange-red .t-main-font-theme-color-h-all, .theme-orange-red .t-main-font-theme-color-h-all *, .theme-orange-red .t-main-font-theme-color-h-before:before {
  color: #ff5831
}
.theme-orange-red .t-main-font-theme-color-h-after-s:after, .theme-orange-red .t-main-font-theme-color-h-all-s, .theme-orange-red .t-main-font-theme-color-h-all-s *, .theme-orange-red .t-main-font-theme-color-h-before-s:before, .theme-orange-red .t-main-font-theme-color-h-s {
  color: #ff5831 !important
}
.theme-orange-red .t-main-font-theme-color-h-t .t-main-font-theme-color-h-t-tt, .theme-orange-red .t-main-font-theme-color-h-t .t-main-font-theme-color-h-t-tt-after:after, .theme-orange-red .t-main-font-theme-color-h-t .t-main-font-theme-color-h-t-tt-before:before, .theme-orange-red .t-main-font-theme-color-h-t .t-t, .theme-orange-red .t-main-font-theme-color-h-t .t-t-after:after, .theme-orange-red .t-main-font-theme-color-h-t .t-t-before:before {
  color: #ff5831
}
.theme-orange-red .t-main-font-theme-color-h-t-s .t-main-font-theme-color-h-t-tt-after-s:after, .theme-orange-red .t-main-font-theme-color-h-t-s .t-main-font-theme-color-h-t-tt-before-s:before, .theme-orange-red .t-main-font-theme-color-h-t-s .t-main-font-theme-color-h-t-tt-s, .theme-orange-red .t-main-font-theme-color-h-t-s .t-t-after-s:after, .theme-orange-red .t-main-font-theme-color-h-t-s .t-t-before-s:before, .theme-orange-red .t-main-font-theme-color-h-t-s .t-t-s {
  color: #ff5831 !important
}
.theme-orange-red .t-main-font-theme-color-h-after:after, .theme-orange-red .t-main-font-theme-color-h-all:hover, .theme-orange-red .t-main-font-theme-color-h-all:hover *, .theme-orange-red .t-main-font-theme-color-h-before:before, .theme-orange-red .t-main-font-theme-color-h:hover {
  color: #ee4017
}
.theme-orange-red .t-main-font-theme-color-h-after-s:after, .theme-orange-red .t-main-font-theme-color-h-all-s:hover, .theme-orange-red .t-main-font-theme-color-h-all-s:hover *, .theme-orange-red .t-main-font-theme-color-h-before-s:before, .theme-orange-red .t-main-font-theme-color-h-s:hover {
  color: #ee4017 !important
}
.theme-orange-red .t-main-font-theme-color-h-t:hover .t-main-font-theme-color-h-t-tt, .theme-orange-red .t-main-font-theme-color-h-t:hover .t-main-font-theme-color-h-t-tt-after:after, .theme-orange-red .t-main-font-theme-color-h-t:hover .t-main-font-theme-color-h-t-tt-before:before, .theme-orange-red .t-main-font-theme-color-h-t:hover .t-t, .theme-orange-red .t-main-font-theme-color-h-t:hover .t-t-after:after, .theme-orange-red .t-main-font-theme-color-h-t:hover .t-t-before:before {
  color: #ee4017
}
.theme-orange-red .t-main-font-theme-color-h-t-s:hover .t-main-font-theme-color-h-t-tt-after-s:after, .theme-orange-red .t-main-font-theme-color-h-t-s:hover .t-main-font-theme-color-h-t-tt-before-s:before, .theme-orange-red .t-main-font-theme-color-h-t-s:hover .t-main-font-theme-color-h-t-tt-s, .theme-orange-red .t-main-font-theme-color-h-t-s:hover .t-t-after-s:after, .theme-orange-red .t-main-font-theme-color-h-t-s:hover .t-t-before-s:before, .theme-orange-red .t-main-font-theme-color-h-t-s:hover .t-t-s {
  color: #ee4017 !important
}
.theme-orange-red .t-hover-main-font-theme-color-after:after, .theme-orange-red .t-hover-main-font-theme-color-all:hover, .theme-orange-red .t-hover-main-font-theme-color-all:hover *, .theme-orange-red .t-hover-main-font-theme-color-before:before, .theme-orange-red .t-hover-main-font-theme-color:hover {
  color: #ff5831
}
.theme-orange-red .t-hover-main-font-theme-color-after-s:after, .theme-orange-red .t-hover-main-font-theme-color-all-s:hover, .theme-orange-red .t-hover-main-font-theme-color-all-s:hover *, .theme-orange-red .t-hover-main-font-theme-color-before-s:before, .theme-orange-red .t-hover-main-font-theme-color-s:hover {
  color: #ff5831 !important
}
.theme-orange-red .t-hover-main-font-theme-color-t:hover .t-hover-main-font-theme-color-t-tt, .theme-orange-red .t-hover-main-font-theme-color-t:hover .t-hover-main-font-theme-color-t-tt-after:after, .theme-orange-red .t-hover-main-font-theme-color-t:hover .t-hover-main-font-theme-color-t-tt-before:before, .theme-orange-red .t-hover-main-font-theme-color-t:hover .t-t, .theme-orange-red .t-hover-main-font-theme-color-t:hover .t-t-after:after, .theme-orange-red .t-hover-main-font-theme-color-t:hover .t-t-before:before {
  color: #ff5831
}
.theme-orange-red .t-hover-main-font-theme-color-t-s:hover .t-hover-main-font-theme-color-t-tt-after-s:after, .theme-orange-red .t-hover-main-font-theme-color-t-s:hover .t-hover-main-font-theme-color-t-tt-before-s:before, .theme-orange-red .t-hover-main-font-theme-color-t-s:hover .t-hover-main-font-theme-color-t-tt-s, .theme-orange-red .t-hover-main-font-theme-color-t-s:hover .t-t-after-s:after, .theme-orange-red .t-hover-main-font-theme-color-t-s:hover .t-t-before-s:before, .theme-orange-red .t-hover-main-font-theme-color-t-s:hover .t-t-s {
  color: #ff5831 !important
}
.theme-orange-red .t-main-border-color, .theme-orange-red .t-main-border-color-after:after, .theme-orange-red .t-main-border-color-all, .theme-orange-red .t-main-border-color-all *, .theme-orange-red .t-main-border-color-before:before {
  border-color: #ff5831
}
.theme-orange-red .t-main-border-color-after-s:after, .theme-orange-red .t-main-border-color-all-s, .theme-orange-red .t-main-border-color-all-s *, .theme-orange-red .t-main-border-color-before-s:before, .theme-orange-red .t-main-border-color-s {
  border-color: #ff5831 !important
}
.theme-orange-red .t-main-border-color-t .t-main-border-color-t-tt, .theme-orange-red .t-main-border-color-t .t-main-border-color-t-tt-after:after, .theme-orange-red .t-main-border-color-t .t-main-border-color-t-tt-before:before, .theme-orange-red .t-main-border-color-t .t-t, .theme-orange-red .t-main-border-color-t .t-t-after:after, .theme-orange-red .t-main-border-color-t .t-t-before:before {
  border-color: #ff5831
}
.theme-orange-red .t-main-border-color-t-s .t-main-border-color-t-tt-after-s:after, .theme-orange-red .t-main-border-color-t-s .t-main-border-color-t-tt-before-s:before, .theme-orange-red .t-main-border-color-t-s .t-main-border-color-t-tt-s, .theme-orange-red .t-main-border-color-t-s .t-t-after-s:after, .theme-orange-red .t-main-border-color-t-s .t-t-before-s:before, .theme-orange-red .t-main-border-color-t-s .t-t-s {
  border-color: #ff5831 !important
}
.theme-orange-red .t-main-border-color-h, .theme-orange-red .t-main-border-color-h-after:after, .theme-orange-red .t-main-border-color-h-all, .theme-orange-red .t-main-border-color-h-all *, .theme-orange-red .t-main-border-color-h-before:before {
  border-color: #ff5831
}
.theme-orange-red .t-main-border-color-h-after-s:after, .theme-orange-red .t-main-border-color-h-all-s, .theme-orange-red .t-main-border-color-h-all-s *, .theme-orange-red .t-main-border-color-h-before-s:before, .theme-orange-red .t-main-border-color-h-s {
  border-color: #ff5831 !important
}
.theme-orange-red .t-main-border-color-h-t .t-main-border-color-h-t-tt, .theme-orange-red .t-main-border-color-h-t .t-main-border-color-h-t-tt-after:after, .theme-orange-red .t-main-border-color-h-t .t-main-border-color-h-t-tt-before:before, .theme-orange-red .t-main-border-color-h-t .t-t, .theme-orange-red .t-main-border-color-h-t .t-t-after:after, .theme-orange-red .t-main-border-color-h-t .t-t-before:before {
  border-color: #ff5831
}
.theme-orange-red .t-main-border-color-h-t-s .t-main-border-color-h-t-tt-after-s:after, .theme-orange-red .t-main-border-color-h-t-s .t-main-border-color-h-t-tt-before-s:before, .theme-orange-red .t-main-border-color-h-t-s .t-main-border-color-h-t-tt-s, .theme-orange-red .t-main-border-color-h-t-s .t-t-after-s:after, .theme-orange-red .t-main-border-color-h-t-s .t-t-before-s:before, .theme-orange-red .t-main-border-color-h-t-s .t-t-s {
  border-color: #ff5831 !important
}
.theme-orange-red .t-main-border-color-h-after:after, .theme-orange-red .t-main-border-color-h-all:hover, .theme-orange-red .t-main-border-color-h-all:hover *, .theme-orange-red .t-main-border-color-h-before:before, .theme-orange-red .t-main-border-color-h:hover {
  border-color: #ee4017
}
.theme-orange-red .t-main-border-color-h-after-s:after, .theme-orange-red .t-main-border-color-h-all-s:hover, .theme-orange-red .t-main-border-color-h-all-s:hover *, .theme-orange-red .t-main-border-color-h-before-s:before, .theme-orange-red .t-main-border-color-h-s:hover {
  border-color: #ee4017 !important
}
.theme-orange-red .t-main-border-color-h-t:hover .t-main-border-color-h-t-tt, .theme-orange-red .t-main-border-color-h-t:hover .t-main-border-color-h-t-tt-after:after, .theme-orange-red .t-main-border-color-h-t:hover .t-main-border-color-h-t-tt-before:before, .theme-orange-red .t-main-border-color-h-t:hover .t-t, .theme-orange-red .t-main-border-color-h-t:hover .t-t-after:after, .theme-orange-red .t-main-border-color-h-t:hover .t-t-before:before {
  border-color: #ee4017
}
.theme-orange-red .t-main-border-color-h-t-s:hover .t-main-border-color-h-t-tt-after-s:after, .theme-orange-red .t-main-border-color-h-t-s:hover .t-main-border-color-h-t-tt-before-s:before, .theme-orange-red .t-main-border-color-h-t-s:hover .t-main-border-color-h-t-tt-s, .theme-orange-red .t-main-border-color-h-t-s:hover .t-t-after-s:after, .theme-orange-red .t-main-border-color-h-t-s:hover .t-t-before-s:before, .theme-orange-red .t-main-border-color-h-t-s:hover .t-t-s {
  border-color: #ee4017 !important
}
.theme-orange-red .t-hover-main-border-color-after:after, .theme-orange-red .t-hover-main-border-color-all:hover, .theme-orange-red .t-hover-main-border-color-all:hover *, .theme-orange-red .t-hover-main-border-color-before:before, .theme-orange-red .t-hover-main-border-color:hover {
  border-color: #ff5831
}
.theme-orange-red .t-hover-main-border-color-after-s:after, .theme-orange-red .t-hover-main-border-color-all-s:hover, .theme-orange-red .t-hover-main-border-color-all-s:hover *, .theme-orange-red .t-hover-main-border-color-before-s:before, .theme-orange-red .t-hover-main-border-color-s:hover {
  border-color: #ff5831 !important
}
.theme-orange-red .t-hover-main-border-color-t:hover .t-hover-main-border-color-t-tt, .theme-orange-red .t-hover-main-border-color-t:hover .t-hover-main-border-color-t-tt-after:after, .theme-orange-red .t-hover-main-border-color-t:hover .t-hover-main-border-color-t-tt-before:before, .theme-orange-red .t-hover-main-border-color-t:hover .t-t, .theme-orange-red .t-hover-main-border-color-t:hover .t-t-after:after, .theme-orange-red .t-hover-main-border-color-t:hover .t-t-before:before {
  border-color: #ff5831
}
.theme-orange-red .t-hover-main-border-color-t-s:hover .t-hover-main-border-color-t-tt-after-s:after, .theme-orange-red .t-hover-main-border-color-t-s:hover .t-hover-main-border-color-t-tt-before-s:before, .theme-orange-red .t-hover-main-border-color-t-s:hover .t-hover-main-border-color-t-tt-s, .theme-orange-red .t-hover-main-border-color-t-s:hover .t-t-after-s:after, .theme-orange-red .t-hover-main-border-color-t-s:hover .t-t-before-s:before, .theme-orange-red .t-hover-main-border-color-t-s:hover .t-t-s {
  border-color: #ff5831 !important
}
.theme-orange-red .t-border-color, .theme-orange-red .t-border-color-after:after, .theme-orange-red .t-border-color-all, .theme-orange-red .t-border-color-all *, .theme-orange-red .t-border-color-before:before {
  border-color: #dcdfe6
}
.theme-orange-red .t-border-color-after-s:after, .theme-orange-red .t-border-color-all-s, .theme-orange-red .t-border-color-all-s *, .theme-orange-red .t-border-color-before-s:before, .theme-orange-red .t-border-color-s {
  border-color: #dcdfe6 !important
}
.theme-orange-red .t-border-color-t .t-border-color-t-tt, .theme-orange-red .t-border-color-t .t-border-color-t-tt-after:after, .theme-orange-red .t-border-color-t .t-border-color-t-tt-before:before, .theme-orange-red .t-border-color-t .t-t, .theme-orange-red .t-border-color-t .t-t-after:after, .theme-orange-red .t-border-color-t .t-t-before:before {
  border-color: #dcdfe6
}
.theme-orange-red .t-border-color-t-s .t-border-color-t-tt-after-s:after, .theme-orange-red .t-border-color-t-s .t-border-color-t-tt-before-s:before, .theme-orange-red .t-border-color-t-s .t-border-color-t-tt-s, .theme-orange-red .t-border-color-t-s .t-t-after-s:after, .theme-orange-red .t-border-color-t-s .t-t-before-s:before, .theme-orange-red .t-border-color-t-s .t-t-s {
  border-color: #dcdfe6 !important
}
.theme-orange-red .t-bg-color-gradient-rotate, .theme-orange-red .t-bg-color-gradient-rotate-after:after, .theme-orange-red .t-bg-color-gradient-rotate-all, .theme-orange-red .t-bg-color-gradient-rotate-all *, .theme-orange-red .t-bg-color-gradient-rotate-before:before {
  background: linear-gradient(-90deg, #ff5831, transparent)
}
.theme-orange-red .t-bg-color-gradient-rotate-after-s:after, .theme-orange-red .t-bg-color-gradient-rotate-all-s, .theme-orange-red .t-bg-color-gradient-rotate-all-s *, .theme-orange-red .t-bg-color-gradient-rotate-before-s:before, .theme-orange-red .t-bg-color-gradient-rotate-s {
  background: linear-gradient(-90deg, #ff5831, transparent) !important
}
.theme-orange-red .t-bg-color-gradient-rotate-t .t-bg-color-gradient-rotate-t-tt, .theme-orange-red .t-bg-color-gradient-rotate-t .t-bg-color-gradient-rotate-t-tt-after:after, .theme-orange-red .t-bg-color-gradient-rotate-t .t-bg-color-gradient-rotate-t-tt-before:before, .theme-orange-red .t-bg-color-gradient-rotate-t .t-t, .theme-orange-red .t-bg-color-gradient-rotate-t .t-t-after:after, .theme-orange-red .t-bg-color-gradient-rotate-t .t-t-before:before {
  background: linear-gradient(-90deg, #ff5831, transparent)
}
.theme-orange-red .t-bg-color-gradient-rotate-t-s .t-bg-color-gradient-rotate-t-tt-after-s:after, .theme-orange-red .t-bg-color-gradient-rotate-t-s .t-bg-color-gradient-rotate-t-tt-before-s:before, .theme-orange-red .t-bg-color-gradient-rotate-t-s .t-bg-color-gradient-rotate-t-tt-s, .theme-orange-red .t-bg-color-gradient-rotate-t-s .t-t-after-s:after, .theme-orange-red .t-bg-color-gradient-rotate-t-s .t-t-before-s:before, .theme-orange-red .t-bg-color-gradient-rotate-t-s .t-t-s {
  background: linear-gradient(-90deg, #ff5831, transparent) !important
}
.theme-orange-red .t-bg-color-gradient-vertical, .theme-orange-red .t-bg-color-gradient-vertical-after:after, .theme-orange-red .t-bg-color-gradient-vertical-all, .theme-orange-red .t-bg-color-gradient-vertical-all *, .theme-orange-red .t-bg-color-gradient-vertical-before:before {
  background: linear-gradient(0deg, #ff5831, transparent)
}
.theme-orange-red .t-bg-color-gradient-vertical-after-s:after, .theme-orange-red .t-bg-color-gradient-vertical-all-s, .theme-orange-red .t-bg-color-gradient-vertical-all-s *, .theme-orange-red .t-bg-color-gradient-vertical-before-s:before, .theme-orange-red .t-bg-color-gradient-vertical-s {
  background: linear-gradient(0deg, #ff5831, transparent) !important
}
.theme-orange-red .t-bg-color-gradient-vertical-t .t-bg-color-gradient-vertical-t-tt, .theme-orange-red .t-bg-color-gradient-vertical-t .t-bg-color-gradient-vertical-t-tt-after:after, .theme-orange-red .t-bg-color-gradient-vertical-t .t-bg-color-gradient-vertical-t-tt-before:before, .theme-orange-red .t-bg-color-gradient-vertical-t .t-t, .theme-orange-red .t-bg-color-gradient-vertical-t .t-t-after:after, .theme-orange-red .t-bg-color-gradient-vertical-t .t-t-before:before {
  background: linear-gradient(0deg, #ff5831, transparent)
}
.theme-orange-red .t-bg-color-gradient-vertical-t-s .t-bg-color-gradient-vertical-t-tt-after-s:after, .theme-orange-red .t-bg-color-gradient-vertical-t-s .t-bg-color-gradient-vertical-t-tt-before-s:before, .theme-orange-red .t-bg-color-gradient-vertical-t-s .t-bg-color-gradient-vertical-t-tt-s, .theme-orange-red .t-bg-color-gradient-vertical-t-s .t-t-after-s:after, .theme-orange-red .t-bg-color-gradient-vertical-t-s .t-t-before-s:before, .theme-orange-red .t-bg-color-gradient-vertical-t-s .t-t-s {
  background: linear-gradient(0deg, #ff5831, transparent) !important
}
.theme-orange-red .t-hover-bg-color-gradient-vertical-after:after, .theme-orange-red .t-hover-bg-color-gradient-vertical-all:hover, .theme-orange-red .t-hover-bg-color-gradient-vertical-all:hover *, .theme-orange-red .t-hover-bg-color-gradient-vertical-before:before, .theme-orange-red .t-hover-bg-color-gradient-vertical:hover {
  background: linear-gradient(0deg, #ff5831, transparent)
}
.theme-orange-red .t-hover-bg-color-gradient-vertical-after-s:after, .theme-orange-red .t-hover-bg-color-gradient-vertical-all-s:hover, .theme-orange-red .t-hover-bg-color-gradient-vertical-all-s:hover *, .theme-orange-red .t-hover-bg-color-gradient-vertical-before-s:before, .theme-orange-red .t-hover-bg-color-gradient-vertical-s:hover {
  background: linear-gradient(0deg, #ff5831, transparent) !important
}
.theme-orange-red .t-hover-bg-color-gradient-vertical-t:hover .t-hover-bg-color-gradient-vertical-t-tt, .theme-orange-red .t-hover-bg-color-gradient-vertical-t:hover .t-hover-bg-color-gradient-vertical-t-tt-after:after, .theme-orange-red .t-hover-bg-color-gradient-vertical-t:hover .t-hover-bg-color-gradient-vertical-t-tt-before:before, .theme-orange-red .t-hover-bg-color-gradient-vertical-t:hover .t-t, .theme-orange-red .t-hover-bg-color-gradient-vertical-t:hover .t-t-after:after, .theme-orange-red .t-hover-bg-color-gradient-vertical-t:hover .t-t-before:before {
  background: linear-gradient(0deg, #ff5831, transparent)
}
.theme-orange-red .t-hover-bg-color-gradient-vertical-t-s:hover .t-hover-bg-color-gradient-vertical-t-tt-after-s:after, .theme-orange-red .t-hover-bg-color-gradient-vertical-t-s:hover .t-hover-bg-color-gradient-vertical-t-tt-before-s:before, .theme-orange-red .t-hover-bg-color-gradient-vertical-t-s:hover .t-hover-bg-color-gradient-vertical-t-tt-s, .theme-orange-red .t-hover-bg-color-gradient-vertical-t-s:hover .t-t-after-s:after, .theme-orange-red .t-hover-bg-color-gradient-vertical-t-s:hover .t-t-before-s:before, .theme-orange-red .t-hover-bg-color-gradient-vertical-t-s:hover .t-t-s {
  background: linear-gradient(0deg, #ff5831, transparent) !important
}
.theme-orange-red section.ow-swiper .swiper-pagination .swiper-active-switch {
  background: #ff5831
}
.theme-pink-red {
  --themeMainColor: #eb6f6b;
  --themeMainHoverColor: #ee4017;
  --bkmainColorLight: #fdeded;
  --bkmainColorDarken: #5c0f0c;
  --themeFontColor: #33333b;
  --themeFontSubColor: #66666b;
  --themeFontThirdColor: #99999b
}
.theme-pink-red .t-light-bg-color, .theme-pink-red .t-light-bg-color-after:after, .theme-pink-red .t-light-bg-color-all, .theme-pink-red .t-light-bg-color-all *, .theme-pink-red .t-light-bg-color-before:before {
  background-color: #fdeded
}
.theme-pink-red .t-light-bg-color-after-s:after, .theme-pink-red .t-light-bg-color-all-s, .theme-pink-red .t-light-bg-color-all-s *, .theme-pink-red .t-light-bg-color-before-s:before, .theme-pink-red .t-light-bg-color-s {
  background-color: #fdeded !important
}
.theme-pink-red .t-light-bg-color-t .t-light-bg-color-t-tt, .theme-pink-red .t-light-bg-color-t .t-light-bg-color-t-tt-after:after, .theme-pink-red .t-light-bg-color-t .t-light-bg-color-t-tt-before:before, .theme-pink-red .t-light-bg-color-t .t-t, .theme-pink-red .t-light-bg-color-t .t-t-after:after, .theme-pink-red .t-light-bg-color-t .t-t-before:before {
  background-color: #fdeded
}
.theme-pink-red .t-light-bg-color-t-s .t-light-bg-color-t-tt-after-s:after, .theme-pink-red .t-light-bg-color-t-s .t-light-bg-color-t-tt-before-s:before, .theme-pink-red .t-light-bg-color-t-s .t-light-bg-color-t-tt-s, .theme-pink-red .t-light-bg-color-t-s .t-t-after-s:after, .theme-pink-red .t-light-bg-color-t-s .t-t-before-s:before, .theme-pink-red .t-light-bg-color-t-s .t-t-s {
  background-color: #fdeded !important
}
.theme-pink-red .t-hover-light-bg-color-after:after, .theme-pink-red .t-hover-light-bg-color-all:hover, .theme-pink-red .t-hover-light-bg-color-all:hover *, .theme-pink-red .t-hover-light-bg-color-before:before, .theme-pink-red .t-hover-light-bg-color:hover {
  background-color: #fdeded
}
.theme-pink-red .t-hover-light-bg-color-after-s:after, .theme-pink-red .t-hover-light-bg-color-all-s:hover, .theme-pink-red .t-hover-light-bg-color-all-s:hover *, .theme-pink-red .t-hover-light-bg-color-before-s:before, .theme-pink-red .t-hover-light-bg-color-s:hover {
  background-color: #fdeded !important
}
.theme-pink-red .t-hover-light-bg-color-t:hover .t-hover-light-bg-color-t-tt, .theme-pink-red .t-hover-light-bg-color-t:hover .t-hover-light-bg-color-t-tt-after:after, .theme-pink-red .t-hover-light-bg-color-t:hover .t-hover-light-bg-color-t-tt-before:before, .theme-pink-red .t-hover-light-bg-color-t:hover .t-t, .theme-pink-red .t-hover-light-bg-color-t:hover .t-t-after:after, .theme-pink-red .t-hover-light-bg-color-t:hover .t-t-before:before {
  background-color: #fdeded
}
.theme-pink-red .t-hover-light-bg-color-t-s:hover .t-hover-light-bg-color-t-tt-after-s:after, .theme-pink-red .t-hover-light-bg-color-t-s:hover .t-hover-light-bg-color-t-tt-before-s:before, .theme-pink-red .t-hover-light-bg-color-t-s:hover .t-hover-light-bg-color-t-tt-s, .theme-pink-red .t-hover-light-bg-color-t-s:hover .t-t-after-s:after, .theme-pink-red .t-hover-light-bg-color-t-s:hover .t-t-before-s:before, .theme-pink-red .t-hover-light-bg-color-t-s:hover .t-t-s {
  background-color: #fdeded !important
}
.theme-pink-red .t-darken-bg-color, .theme-pink-red .t-darken-bg-color-after:after, .theme-pink-red .t-darken-bg-color-all, .theme-pink-red .t-darken-bg-color-all *, .theme-pink-red .t-darken-bg-color-before:before {
  background-color: #5c0f0c;
  color: #fff
}
.theme-pink-red .t-darken-bg-color-after-s:after, .theme-pink-red .t-darken-bg-color-all-s, .theme-pink-red .t-darken-bg-color-all-s *, .theme-pink-red .t-darken-bg-color-before-s:before, .theme-pink-red .t-darken-bg-color-s {
  background-color: #5c0f0c !important;
  color: #fff !important
}
.theme-pink-red .t-darken-bg-color-t .t-darken-bg-color-t-tt, .theme-pink-red .t-darken-bg-color-t .t-darken-bg-color-t-tt-after:after, .theme-pink-red .t-darken-bg-color-t .t-darken-bg-color-t-tt-before:before, .theme-pink-red .t-darken-bg-color-t .t-t, .theme-pink-red .t-darken-bg-color-t .t-t-after:after, .theme-pink-red .t-darken-bg-color-t .t-t-before:before {
  background-color: #5c0f0c;
  color: #fff
}
.theme-pink-red .t-darken-bg-color-t-s .t-darken-bg-color-t-tt-after-s:after, .theme-pink-red .t-darken-bg-color-t-s .t-darken-bg-color-t-tt-before-s:before, .theme-pink-red .t-darken-bg-color-t-s .t-darken-bg-color-t-tt-s, .theme-pink-red .t-darken-bg-color-t-s .t-t-after-s:after, .theme-pink-red .t-darken-bg-color-t-s .t-t-before-s:before, .theme-pink-red .t-darken-bg-color-t-s .t-t-s {
  background-color: #5c0f0c !important;
  color: #fff !important
}
.theme-pink-red .t-bg-color-gradient, .theme-pink-red .t-bg-color-gradient-after:after, .theme-pink-red .t-bg-color-gradient-all, .theme-pink-red .t-bg-color-gradient-all *, .theme-pink-red .t-bg-color-gradient-before:before {
  background-color: #ee4017;
  color: #fff
}
.theme-pink-red .t-bg-color-gradient-after-s:after, .theme-pink-red .t-bg-color-gradient-all-s, .theme-pink-red .t-bg-color-gradient-all-s *, .theme-pink-red .t-bg-color-gradient-before-s:before, .theme-pink-red .t-bg-color-gradient-s {
  background-color: #ee4017 !important;
  color: #fff !important
}
.theme-pink-red .t-bg-color-gradient-t .t-bg-color-gradient-t-tt, .theme-pink-red .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-after:after, .theme-pink-red .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-before:before, .theme-pink-red .t-bg-color-gradient-t .t-t, .theme-pink-red .t-bg-color-gradient-t .t-t-after:after, .theme-pink-red .t-bg-color-gradient-t .t-t-before:before {
  background-color: #ee4017;
  color: #fff
}
.theme-pink-red .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-after-s:after, .theme-pink-red .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-before-s:before, .theme-pink-red .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-s, .theme-pink-red .t-bg-color-gradient-t-s .t-t-after-s:after, .theme-pink-red .t-bg-color-gradient-t-s .t-t-before-s:before, .theme-pink-red .t-bg-color-gradient-t-s .t-t-s {
  background-color: #ee4017 !important;
  color: #fff !important
}
.theme-pink-red .t-bg-color-gradient, .theme-pink-red .t-bg-color-gradient-after:after, .theme-pink-red .t-bg-color-gradient-all, .theme-pink-red .t-bg-color-gradient-all *, .theme-pink-red .t-bg-color-gradient-before:before {
  background: linear-gradient(180deg, #ee4017, #eb6f6b)
}
.theme-pink-red .t-bg-color-gradient-after-s:after, .theme-pink-red .t-bg-color-gradient-all-s, .theme-pink-red .t-bg-color-gradient-all-s *, .theme-pink-red .t-bg-color-gradient-before-s:before, .theme-pink-red .t-bg-color-gradient-s {
  background: linear-gradient(180deg, #ee4017, #eb6f6b) !important
}
.theme-pink-red .t-bg-color-gradient-t .t-bg-color-gradient-t-tt, .theme-pink-red .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-after:after, .theme-pink-red .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-before:before, .theme-pink-red .t-bg-color-gradient-t .t-t, .theme-pink-red .t-bg-color-gradient-t .t-t-after:after, .theme-pink-red .t-bg-color-gradient-t .t-t-before:before {
  background: linear-gradient(180deg, #ee4017, #eb6f6b)
}
.theme-pink-red .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-after-s:after, .theme-pink-red .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-before-s:before, .theme-pink-red .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-s, .theme-pink-red .t-bg-color-gradient-t-s .t-t-after-s:after, .theme-pink-red .t-bg-color-gradient-t-s .t-t-before-s:before, .theme-pink-red .t-bg-color-gradient-t-s .t-t-s {
  background: linear-gradient(180deg, #ee4017, #eb6f6b) !important
}
.theme-pink-red .t-darken-bg-color-gradient, .theme-pink-red .t-darken-bg-color-gradient-after:after, .theme-pink-red .t-darken-bg-color-gradient-all, .theme-pink-red .t-darken-bg-color-gradient-all *, .theme-pink-red .t-darken-bg-color-gradient-before:before {
  background-color: #5c0f0c;
  color: #fff
}
.theme-pink-red .t-darken-bg-color-gradient-after-s:after, .theme-pink-red .t-darken-bg-color-gradient-all-s, .theme-pink-red .t-darken-bg-color-gradient-all-s *, .theme-pink-red .t-darken-bg-color-gradient-before-s:before, .theme-pink-red .t-darken-bg-color-gradient-s {
  background-color: #5c0f0c !important;
  color: #fff !important
}
.theme-pink-red .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt, .theme-pink-red .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-after:after, .theme-pink-red .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-before:before, .theme-pink-red .t-darken-bg-color-gradient-t .t-t, .theme-pink-red .t-darken-bg-color-gradient-t .t-t-after:after, .theme-pink-red .t-darken-bg-color-gradient-t .t-t-before:before {
  background-color: #5c0f0c;
  color: #fff
}
.theme-pink-red .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-after-s:after, .theme-pink-red .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-before-s:before, .theme-pink-red .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-s, .theme-pink-red .t-darken-bg-color-gradient-t-s .t-t-after-s:after, .theme-pink-red .t-darken-bg-color-gradient-t-s .t-t-before-s:before, .theme-pink-red .t-darken-bg-color-gradient-t-s .t-t-s {
  background-color: #5c0f0c !important;
  color: #fff !important
}
.theme-pink-red .t-darken-bg-color-gradient, .theme-pink-red .t-darken-bg-color-gradient-after:after, .theme-pink-red .t-darken-bg-color-gradient-all, .theme-pink-red .t-darken-bg-color-gradient-all *, .theme-pink-red .t-darken-bg-color-gradient-before:before {
  background: linear-gradient(180deg, #000, #5c0f0c 57%, #5c0f0c)
}
.theme-pink-red .t-darken-bg-color-gradient-after-s:after, .theme-pink-red .t-darken-bg-color-gradient-all-s, .theme-pink-red .t-darken-bg-color-gradient-all-s *, .theme-pink-red .t-darken-bg-color-gradient-before-s:before, .theme-pink-red .t-darken-bg-color-gradient-s {
  background: linear-gradient(180deg, #000, #5c0f0c 57%, #5c0f0c) !important
}
.theme-pink-red .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt, .theme-pink-red .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-after:after, .theme-pink-red .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-before:before, .theme-pink-red .t-darken-bg-color-gradient-t .t-t, .theme-pink-red .t-darken-bg-color-gradient-t .t-t-after:after, .theme-pink-red .t-darken-bg-color-gradient-t .t-t-before:before {
  background: linear-gradient(180deg, #000, #5c0f0c 57%, #5c0f0c)
}
.theme-pink-red .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-after-s:after, .theme-pink-red .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-before-s:before, .theme-pink-red .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-s, .theme-pink-red .t-darken-bg-color-gradient-t-s .t-t-after-s:after, .theme-pink-red .t-darken-bg-color-gradient-t-s .t-t-before-s:before, .theme-pink-red .t-darken-bg-color-gradient-t-s .t-t-s {
  background: linear-gradient(180deg, #000, #5c0f0c 57%, #5c0f0c) !important
}
.theme-pink-red body, .theme-pink-red body-after:after, .theme-pink-red body-all, .theme-pink-red body-all *, .theme-pink-red body-before:before {
  color: #33333b
}
.theme-pink-red body-after-s:after, .theme-pink-red body-all-s, .theme-pink-red body-all-s *, .theme-pink-red body-before-s:before, .theme-pink-red body-s {
  color: #33333b !important
}
.theme-pink-red body-t .t-t, .theme-pink-red body-t .t-t-after:after, .theme-pink-red body-t .t-t-before:before, .theme-pink-red body-t body-t-tt, .theme-pink-red body-t body-t-tt-after:after, .theme-pink-red body-t body-t-tt-before:before {
  color: #33333b
}
.theme-pink-red body-t-s .t-t-after-s:after, .theme-pink-red body-t-s .t-t-before-s:before, .theme-pink-red body-t-s .t-t-s, .theme-pink-red body-t-s body-t-tt-after-s:after, .theme-pink-red body-t-s body-t-tt-before-s:before, .theme-pink-red body-t-s body-t-tt-s {
  color: #33333b !important
}
.theme-pink-red, .theme-pink-red-after:after, .theme-pink-red-all, .theme-pink-red-all *, .theme-pink-red-before:before {
  color: #33333b
}
.theme-pink-red-after-s:after, .theme-pink-red-all-s, .theme-pink-red-all-s *, .theme-pink-red-before-s:before, .theme-pink-red-s {
  color: #33333b !important
}
.theme-pink-red-t .t-t, .theme-pink-red-t .t-t-after:after, .theme-pink-red-t .t-t-before:before, .theme-pink-red-t .theme-pink-red-t-tt, .theme-pink-red-t .theme-pink-red-t-tt-after:after, .theme-pink-red-t .theme-pink-red-t-tt-before:before {
  color: #33333b
}
.theme-pink-red-t-s .t-t-after-s:after, .theme-pink-red-t-s .t-t-before-s:before, .theme-pink-red-t-s .t-t-s, .theme-pink-red-t-s .theme-pink-red-t-tt-after-s:after, .theme-pink-red-t-s .theme-pink-red-t-tt-before-s:before, .theme-pink-red-t-s .theme-pink-red-t-tt-s {
  color: #33333b !important
}
.theme-pink-red .t-font-color, .theme-pink-red .t-font-color-after:after, .theme-pink-red .t-font-color-all, .theme-pink-red .t-font-color-all *, .theme-pink-red .t-font-color-before:before {
  color: #33333b
}
.theme-pink-red .t-font-color-after-s:after, .theme-pink-red .t-font-color-all-s, .theme-pink-red .t-font-color-all-s *, .theme-pink-red .t-font-color-before-s:before, .theme-pink-red .t-font-color-s {
  color: #33333b !important
}
.theme-pink-red .t-font-color-t .t-font-color-t-tt, .theme-pink-red .t-font-color-t .t-font-color-t-tt-after:after, .theme-pink-red .t-font-color-t .t-font-color-t-tt-before:before, .theme-pink-red .t-font-color-t .t-t, .theme-pink-red .t-font-color-t .t-t-after:after, .theme-pink-red .t-font-color-t .t-t-before:before {
  color: #33333b
}
.theme-pink-red .t-font-color-t-s .t-font-color-t-tt-after-s:after, .theme-pink-red .t-font-color-t-s .t-font-color-t-tt-before-s:before, .theme-pink-red .t-font-color-t-s .t-font-color-t-tt-s, .theme-pink-red .t-font-color-t-s .t-t-after-s:after, .theme-pink-red .t-font-color-t-s .t-t-before-s:before, .theme-pink-red .t-font-color-t-s .t-t-s {
  color: #33333b !important
}
.theme-pink-red .t-font-color-h-after:after, .theme-pink-red .t-font-color-h-all:hover, .theme-pink-red .t-font-color-h-all:hover *, .theme-pink-red .t-font-color-h-before:before, .theme-pink-red .t-font-color-h:hover {
  color: #33333b
}
.theme-pink-red .t-font-color-h-after-s:after, .theme-pink-red .t-font-color-h-all-s:hover, .theme-pink-red .t-font-color-h-all-s:hover *, .theme-pink-red .t-font-color-h-before-s:before, .theme-pink-red .t-font-color-h-s:hover {
  color: #33333b !important
}
.theme-pink-red .t-font-color-h-t:hover .t-font-color-h-t-tt, .theme-pink-red .t-font-color-h-t:hover .t-font-color-h-t-tt-after:after, .theme-pink-red .t-font-color-h-t:hover .t-font-color-h-t-tt-before:before, .theme-pink-red .t-font-color-h-t:hover .t-t, .theme-pink-red .t-font-color-h-t:hover .t-t-after:after, .theme-pink-red .t-font-color-h-t:hover .t-t-before:before {
  color: #33333b
}
.theme-pink-red .t-font-color-h-t-s:hover .t-font-color-h-t-tt-after-s:after, .theme-pink-red .t-font-color-h-t-s:hover .t-font-color-h-t-tt-before-s:before, .theme-pink-red .t-font-color-h-t-s:hover .t-font-color-h-t-tt-s, .theme-pink-red .t-font-color-h-t-s:hover .t-t-after-s:after, .theme-pink-red .t-font-color-h-t-s:hover .t-t-before-s:before, .theme-pink-red .t-font-color-h-t-s:hover .t-t-s {
  color: #33333b !important
}
.theme-pink-red .t-sub-font-color, .theme-pink-red .t-sub-font-color-after:after, .theme-pink-red .t-sub-font-color-all, .theme-pink-red .t-sub-font-color-all *, .theme-pink-red .t-sub-font-color-before:before {
  color: #66666b
}
.theme-pink-red .t-sub-font-color-after-s:after, .theme-pink-red .t-sub-font-color-all-s, .theme-pink-red .t-sub-font-color-all-s *, .theme-pink-red .t-sub-font-color-before-s:before, .theme-pink-red .t-sub-font-color-s {
  color: #66666b !important
}
.theme-pink-red .t-sub-font-color-t .t-sub-font-color-t-tt, .theme-pink-red .t-sub-font-color-t .t-sub-font-color-t-tt-after:after, .theme-pink-red .t-sub-font-color-t .t-sub-font-color-t-tt-before:before, .theme-pink-red .t-sub-font-color-t .t-t, .theme-pink-red .t-sub-font-color-t .t-t-after:after, .theme-pink-red .t-sub-font-color-t .t-t-before:before {
  color: #66666b
}
.theme-pink-red .t-sub-font-color-t-s .t-sub-font-color-t-tt-after-s:after, .theme-pink-red .t-sub-font-color-t-s .t-sub-font-color-t-tt-before-s:before, .theme-pink-red .t-sub-font-color-t-s .t-sub-font-color-t-tt-s, .theme-pink-red .t-sub-font-color-t-s .t-t-after-s:after, .theme-pink-red .t-sub-font-color-t-s .t-t-before-s:before, .theme-pink-red .t-sub-font-color-t-s .t-t-s {
  color: #66666b !important
}
.theme-pink-red .t-sub-font-color-h-after:after, .theme-pink-red .t-sub-font-color-h-all:hover, .theme-pink-red .t-sub-font-color-h-all:hover *, .theme-pink-red .t-sub-font-color-h-before:before, .theme-pink-red .t-sub-font-color-h:hover {
  color: #66666b
}
.theme-pink-red .t-sub-font-color-h-after-s:after, .theme-pink-red .t-sub-font-color-h-all-s:hover, .theme-pink-red .t-sub-font-color-h-all-s:hover *, .theme-pink-red .t-sub-font-color-h-before-s:before, .theme-pink-red .t-sub-font-color-h-s:hover {
  color: #66666b !important
}
.theme-pink-red .t-sub-font-color-h-t:hover .t-sub-font-color-h-t-tt, .theme-pink-red .t-sub-font-color-h-t:hover .t-sub-font-color-h-t-tt-after:after, .theme-pink-red .t-sub-font-color-h-t:hover .t-sub-font-color-h-t-tt-before:before, .theme-pink-red .t-sub-font-color-h-t:hover .t-t, .theme-pink-red .t-sub-font-color-h-t:hover .t-t-after:after, .theme-pink-red .t-sub-font-color-h-t:hover .t-t-before:before {
  color: #66666b
}
.theme-pink-red .t-sub-font-color-h-t-s:hover .t-sub-font-color-h-t-tt-after-s:after, .theme-pink-red .t-sub-font-color-h-t-s:hover .t-sub-font-color-h-t-tt-before-s:before, .theme-pink-red .t-sub-font-color-h-t-s:hover .t-sub-font-color-h-t-tt-s, .theme-pink-red .t-sub-font-color-h-t-s:hover .t-t-after-s:after, .theme-pink-red .t-sub-font-color-h-t-s:hover .t-t-before-s:before, .theme-pink-red .t-sub-font-color-h-t-s:hover .t-t-s {
  color: #66666b !important
}
.theme-pink-red .t-third-font-color, .theme-pink-red .t-third-font-color-after:after, .theme-pink-red .t-third-font-color-all, .theme-pink-red .t-third-font-color-all *, .theme-pink-red .t-third-font-color-before:before {
  color: #99999b
}
.theme-pink-red .t-third-font-color-after-s:after, .theme-pink-red .t-third-font-color-all-s, .theme-pink-red .t-third-font-color-all-s *, .theme-pink-red .t-third-font-color-before-s:before, .theme-pink-red .t-third-font-color-s {
  color: #99999b !important
}
.theme-pink-red .t-third-font-color-t .t-t, .theme-pink-red .t-third-font-color-t .t-t-after:after, .theme-pink-red .t-third-font-color-t .t-t-before:before, .theme-pink-red .t-third-font-color-t .t-third-font-color-t-tt, .theme-pink-red .t-third-font-color-t .t-third-font-color-t-tt-after:after, .theme-pink-red .t-third-font-color-t .t-third-font-color-t-tt-before:before {
  color: #99999b
}
.theme-pink-red .t-third-font-color-t-s .t-t-after-s:after, .theme-pink-red .t-third-font-color-t-s .t-t-before-s:before, .theme-pink-red .t-third-font-color-t-s .t-t-s, .theme-pink-red .t-third-font-color-t-s .t-third-font-color-t-tt-after-s:after, .theme-pink-red .t-third-font-color-t-s .t-third-font-color-t-tt-before-s:before, .theme-pink-red .t-third-font-color-t-s .t-third-font-color-t-tt-s {
  color: #99999b !important
}
.theme-pink-red .t-third-font-color-h-after:after, .theme-pink-red .t-third-font-color-h-all:hover, .theme-pink-red .t-third-font-color-h-all:hover *, .theme-pink-red .t-third-font-color-h-before:before, .theme-pink-red .t-third-font-color-h:hover {
  color: #99999b
}
.theme-pink-red .t-third-font-color-h-after-s:after, .theme-pink-red .t-third-font-color-h-all-s:hover, .theme-pink-red .t-third-font-color-h-all-s:hover *, .theme-pink-red .t-third-font-color-h-before-s:before, .theme-pink-red .t-third-font-color-h-s:hover {
  color: #99999b !important
}
.theme-pink-red .t-third-font-color-h-t:hover .t-t, .theme-pink-red .t-third-font-color-h-t:hover .t-t-after:after, .theme-pink-red .t-third-font-color-h-t:hover .t-t-before:before, .theme-pink-red .t-third-font-color-h-t:hover .t-third-font-color-h-t-tt, .theme-pink-red .t-third-font-color-h-t:hover .t-third-font-color-h-t-tt-after:after, .theme-pink-red .t-third-font-color-h-t:hover .t-third-font-color-h-t-tt-before:before {
  color: #99999b
}
.theme-pink-red .t-third-font-color-h-t-s:hover .t-t-after-s:after, .theme-pink-red .t-third-font-color-h-t-s:hover .t-t-before-s:before, .theme-pink-red .t-third-font-color-h-t-s:hover .t-t-s, .theme-pink-red .t-third-font-color-h-t-s:hover .t-third-font-color-h-t-tt-after-s:after, .theme-pink-red .t-third-font-color-h-t-s:hover .t-third-font-color-h-t-tt-before-s:before, .theme-pink-red .t-third-font-color-h-t-s:hover .t-third-font-color-h-t-tt-s {
  color: #99999b !important
}
.theme-pink-red .t-main-bg-color, .theme-pink-red .t-main-bg-color-after:after, .theme-pink-red .t-main-bg-color-all, .theme-pink-red .t-main-bg-color-all *, .theme-pink-red .t-main-bg-color-before:before {
  background-color: #eb6f6b;
  color: #fff
}
.theme-pink-red .t-main-bg-color-after-s:after, .theme-pink-red .t-main-bg-color-all-s, .theme-pink-red .t-main-bg-color-all-s *, .theme-pink-red .t-main-bg-color-before-s:before, .theme-pink-red .t-main-bg-color-s {
  background-color: #eb6f6b !important;
  color: #fff !important
}
.theme-pink-red .t-main-bg-color-t .t-main-bg-color-t-tt, .theme-pink-red .t-main-bg-color-t .t-main-bg-color-t-tt-after:after, .theme-pink-red .t-main-bg-color-t .t-main-bg-color-t-tt-before:before, .theme-pink-red .t-main-bg-color-t .t-t, .theme-pink-red .t-main-bg-color-t .t-t-after:after, .theme-pink-red .t-main-bg-color-t .t-t-before:before {
  background-color: #eb6f6b;
  color: #fff
}
.theme-pink-red .t-main-bg-color-t-s .t-main-bg-color-t-tt-after-s:after, .theme-pink-red .t-main-bg-color-t-s .t-main-bg-color-t-tt-before-s:before, .theme-pink-red .t-main-bg-color-t-s .t-main-bg-color-t-tt-s, .theme-pink-red .t-main-bg-color-t-s .t-t-after-s:after, .theme-pink-red .t-main-bg-color-t-s .t-t-before-s:before, .theme-pink-red .t-main-bg-color-t-s .t-t-s {
  background-color: #eb6f6b !important;
  color: #fff !important
}
.theme-pink-red .t-main-bg-color-h, .theme-pink-red .t-main-bg-color-h-after:after, .theme-pink-red .t-main-bg-color-h-all, .theme-pink-red .t-main-bg-color-h-all *, .theme-pink-red .t-main-bg-color-h-before:before {
  background-color: #eb6f6b;
  color: #fff
}
.theme-pink-red .t-main-bg-color-h-after-s:after, .theme-pink-red .t-main-bg-color-h-all-s, .theme-pink-red .t-main-bg-color-h-all-s *, .theme-pink-red .t-main-bg-color-h-before-s:before, .theme-pink-red .t-main-bg-color-h-s {
  background-color: #eb6f6b !important;
  color: #fff !important
}
.theme-pink-red .t-main-bg-color-h-t .t-main-bg-color-h-t-tt, .theme-pink-red .t-main-bg-color-h-t .t-main-bg-color-h-t-tt-after:after, .theme-pink-red .t-main-bg-color-h-t .t-main-bg-color-h-t-tt-before:before, .theme-pink-red .t-main-bg-color-h-t .t-t, .theme-pink-red .t-main-bg-color-h-t .t-t-after:after, .theme-pink-red .t-main-bg-color-h-t .t-t-before:before {
  background-color: #eb6f6b;
  color: #fff
}
.theme-pink-red .t-main-bg-color-h-t-s .t-main-bg-color-h-t-tt-after-s:after, .theme-pink-red .t-main-bg-color-h-t-s .t-main-bg-color-h-t-tt-before-s:before, .theme-pink-red .t-main-bg-color-h-t-s .t-main-bg-color-h-t-tt-s, .theme-pink-red .t-main-bg-color-h-t-s .t-t-after-s:after, .theme-pink-red .t-main-bg-color-h-t-s .t-t-before-s:before, .theme-pink-red .t-main-bg-color-h-t-s .t-t-s {
  background-color: #eb6f6b !important;
  color: #fff !important
}
.theme-pink-red .t-main-bg-color-h-after:after, .theme-pink-red .t-main-bg-color-h-all:hover, .theme-pink-red .t-main-bg-color-h-all:hover *, .theme-pink-red .t-main-bg-color-h-before:before, .theme-pink-red .t-main-bg-color-h:hover {
  background-color: #ee4017
}
.theme-pink-red .t-main-bg-color-h-after-s:after, .theme-pink-red .t-main-bg-color-h-all-s:hover, .theme-pink-red .t-main-bg-color-h-all-s:hover *, .theme-pink-red .t-main-bg-color-h-before-s:before, .theme-pink-red .t-main-bg-color-h-s:hover {
  background-color: #ee4017 !important
}
.theme-pink-red .t-main-bg-color-h-t:hover .t-main-bg-color-h-t-tt, .theme-pink-red .t-main-bg-color-h-t:hover .t-main-bg-color-h-t-tt-after:after, .theme-pink-red .t-main-bg-color-h-t:hover .t-main-bg-color-h-t-tt-before:before, .theme-pink-red .t-main-bg-color-h-t:hover .t-t, .theme-pink-red .t-main-bg-color-h-t:hover .t-t-after:after, .theme-pink-red .t-main-bg-color-h-t:hover .t-t-before:before {
  background-color: #ee4017
}
.theme-pink-red .t-main-bg-color-h-t-s:hover .t-main-bg-color-h-t-tt-after-s:after, .theme-pink-red .t-main-bg-color-h-t-s:hover .t-main-bg-color-h-t-tt-before-s:before, .theme-pink-red .t-main-bg-color-h-t-s:hover .t-main-bg-color-h-t-tt-s, .theme-pink-red .t-main-bg-color-h-t-s:hover .t-t-after-s:after, .theme-pink-red .t-main-bg-color-h-t-s:hover .t-t-before-s:before, .theme-pink-red .t-main-bg-color-h-t-s:hover .t-t-s {
  background-color: #ee4017 !important
}
.theme-pink-red .t-hover-main-bg-color-after:after, .theme-pink-red .t-hover-main-bg-color-all:hover, .theme-pink-red .t-hover-main-bg-color-all:hover *, .theme-pink-red .t-hover-main-bg-color-before:before, .theme-pink-red .t-hover-main-bg-color:hover {
  background-color: #eb6f6b;
  color: #fff
}
.theme-pink-red .t-hover-main-bg-color-after-s:after, .theme-pink-red .t-hover-main-bg-color-all-s:hover, .theme-pink-red .t-hover-main-bg-color-all-s:hover *, .theme-pink-red .t-hover-main-bg-color-before-s:before, .theme-pink-red .t-hover-main-bg-color-s:hover {
  background-color: #eb6f6b !important;
  color: #fff !important
}
.theme-pink-red .t-hover-main-bg-color-t:hover .t-hover-main-bg-color-t-tt, .theme-pink-red .t-hover-main-bg-color-t:hover .t-hover-main-bg-color-t-tt-after:after, .theme-pink-red .t-hover-main-bg-color-t:hover .t-hover-main-bg-color-t-tt-before:before, .theme-pink-red .t-hover-main-bg-color-t:hover .t-t, .theme-pink-red .t-hover-main-bg-color-t:hover .t-t-after:after, .theme-pink-red .t-hover-main-bg-color-t:hover .t-t-before:before {
  background-color: #eb6f6b;
  color: #fff
}
.theme-pink-red .t-hover-main-bg-color-t-s:hover .t-hover-main-bg-color-t-tt-after-s:after, .theme-pink-red .t-hover-main-bg-color-t-s:hover .t-hover-main-bg-color-t-tt-before-s:before, .theme-pink-red .t-hover-main-bg-color-t-s:hover .t-hover-main-bg-color-t-tt-s, .theme-pink-red .t-hover-main-bg-color-t-s:hover .t-t-after-s:after, .theme-pink-red .t-hover-main-bg-color-t-s:hover .t-t-before-s:before, .theme-pink-red .t-hover-main-bg-color-t-s:hover .t-t-s {
  background-color: #eb6f6b !important;
  color: #fff !important
}
.theme-pink-red .t-hover-main-hover-bg-color-after:after, .theme-pink-red .t-hover-main-hover-bg-color-all:hover, .theme-pink-red .t-hover-main-hover-bg-color-all:hover *, .theme-pink-red .t-hover-main-hover-bg-color-before:before, .theme-pink-red .t-hover-main-hover-bg-color:hover {
  background-color: #ee4017;
  color: #fff
}
.theme-pink-red .t-hover-main-hover-bg-color-after-s:after, .theme-pink-red .t-hover-main-hover-bg-color-all-s:hover, .theme-pink-red .t-hover-main-hover-bg-color-all-s:hover *, .theme-pink-red .t-hover-main-hover-bg-color-before-s:before, .theme-pink-red .t-hover-main-hover-bg-color-s:hover {
  background-color: #ee4017 !important;
  color: #fff !important
}
.theme-pink-red .t-hover-main-hover-bg-color-t:hover .t-hover-main-hover-bg-color-t-tt, .theme-pink-red .t-hover-main-hover-bg-color-t:hover .t-hover-main-hover-bg-color-t-tt-after:after, .theme-pink-red .t-hover-main-hover-bg-color-t:hover .t-hover-main-hover-bg-color-t-tt-before:before, .theme-pink-red .t-hover-main-hover-bg-color-t:hover .t-t, .theme-pink-red .t-hover-main-hover-bg-color-t:hover .t-t-after:after, .theme-pink-red .t-hover-main-hover-bg-color-t:hover .t-t-before:before {
  background-color: #ee4017;
  color: #fff
}
.theme-pink-red .t-hover-main-hover-bg-color-t-s:hover .t-hover-main-hover-bg-color-t-tt-after-s:after, .theme-pink-red .t-hover-main-hover-bg-color-t-s:hover .t-hover-main-hover-bg-color-t-tt-before-s:before, .theme-pink-red .t-hover-main-hover-bg-color-t-s:hover .t-hover-main-hover-bg-color-t-tt-s, .theme-pink-red .t-hover-main-hover-bg-color-t-s:hover .t-t-after-s:after, .theme-pink-red .t-hover-main-hover-bg-color-t-s:hover .t-t-before-s:before, .theme-pink-red .t-hover-main-hover-bg-color-t-s:hover .t-t-s {
  background-color: #ee4017 !important;
  color: #fff !important
}
.theme-pink-red .t-main-font-theme-color, .theme-pink-red .t-main-font-theme-color-after:after, .theme-pink-red .t-main-font-theme-color-all, .theme-pink-red .t-main-font-theme-color-all *, .theme-pink-red .t-main-font-theme-color-before:before {
  color: #eb6f6b
}
.theme-pink-red .t-main-font-theme-color-after-s:after, .theme-pink-red .t-main-font-theme-color-all-s, .theme-pink-red .t-main-font-theme-color-all-s *, .theme-pink-red .t-main-font-theme-color-before-s:before, .theme-pink-red .t-main-font-theme-color-s {
  color: #eb6f6b !important
}
.theme-pink-red .t-main-font-theme-color-t .t-main-font-theme-color-t-tt, .theme-pink-red .t-main-font-theme-color-t .t-main-font-theme-color-t-tt-after:after, .theme-pink-red .t-main-font-theme-color-t .t-main-font-theme-color-t-tt-before:before, .theme-pink-red .t-main-font-theme-color-t .t-t, .theme-pink-red .t-main-font-theme-color-t .t-t-after:after, .theme-pink-red .t-main-font-theme-color-t .t-t-before:before {
  color: #eb6f6b
}
.theme-pink-red .t-main-font-theme-color-t-s .t-main-font-theme-color-t-tt-after-s:after, .theme-pink-red .t-main-font-theme-color-t-s .t-main-font-theme-color-t-tt-before-s:before, .theme-pink-red .t-main-font-theme-color-t-s .t-main-font-theme-color-t-tt-s, .theme-pink-red .t-main-font-theme-color-t-s .t-t-after-s:after, .theme-pink-red .t-main-font-theme-color-t-s .t-t-before-s:before, .theme-pink-red .t-main-font-theme-color-t-s .t-t-s {
  color: #eb6f6b !important
}
.theme-pink-red .t-main-font-theme-color-h, .theme-pink-red .t-main-font-theme-color-h-after:after, .theme-pink-red .t-main-font-theme-color-h-all, .theme-pink-red .t-main-font-theme-color-h-all *, .theme-pink-red .t-main-font-theme-color-h-before:before {
  color: #eb6f6b
}
.theme-pink-red .t-main-font-theme-color-h-after-s:after, .theme-pink-red .t-main-font-theme-color-h-all-s, .theme-pink-red .t-main-font-theme-color-h-all-s *, .theme-pink-red .t-main-font-theme-color-h-before-s:before, .theme-pink-red .t-main-font-theme-color-h-s {
  color: #eb6f6b !important
}
.theme-pink-red .t-main-font-theme-color-h-t .t-main-font-theme-color-h-t-tt, .theme-pink-red .t-main-font-theme-color-h-t .t-main-font-theme-color-h-t-tt-after:after, .theme-pink-red .t-main-font-theme-color-h-t .t-main-font-theme-color-h-t-tt-before:before, .theme-pink-red .t-main-font-theme-color-h-t .t-t, .theme-pink-red .t-main-font-theme-color-h-t .t-t-after:after, .theme-pink-red .t-main-font-theme-color-h-t .t-t-before:before {
  color: #eb6f6b
}
.theme-pink-red .t-main-font-theme-color-h-t-s .t-main-font-theme-color-h-t-tt-after-s:after, .theme-pink-red .t-main-font-theme-color-h-t-s .t-main-font-theme-color-h-t-tt-before-s:before, .theme-pink-red .t-main-font-theme-color-h-t-s .t-main-font-theme-color-h-t-tt-s, .theme-pink-red .t-main-font-theme-color-h-t-s .t-t-after-s:after, .theme-pink-red .t-main-font-theme-color-h-t-s .t-t-before-s:before, .theme-pink-red .t-main-font-theme-color-h-t-s .t-t-s {
  color: #eb6f6b !important
}
.theme-pink-red .t-main-font-theme-color-h-after:after, .theme-pink-red .t-main-font-theme-color-h-all:hover, .theme-pink-red .t-main-font-theme-color-h-all:hover *, .theme-pink-red .t-main-font-theme-color-h-before:before, .theme-pink-red .t-main-font-theme-color-h:hover {
  color: #ee4017
}
.theme-pink-red .t-main-font-theme-color-h-after-s:after, .theme-pink-red .t-main-font-theme-color-h-all-s:hover, .theme-pink-red .t-main-font-theme-color-h-all-s:hover *, .theme-pink-red .t-main-font-theme-color-h-before-s:before, .theme-pink-red .t-main-font-theme-color-h-s:hover {
  color: #ee4017 !important
}
.theme-pink-red .t-main-font-theme-color-h-t:hover .t-main-font-theme-color-h-t-tt, .theme-pink-red .t-main-font-theme-color-h-t:hover .t-main-font-theme-color-h-t-tt-after:after, .theme-pink-red .t-main-font-theme-color-h-t:hover .t-main-font-theme-color-h-t-tt-before:before, .theme-pink-red .t-main-font-theme-color-h-t:hover .t-t, .theme-pink-red .t-main-font-theme-color-h-t:hover .t-t-after:after, .theme-pink-red .t-main-font-theme-color-h-t:hover .t-t-before:before {
  color: #ee4017
}
.theme-pink-red .t-main-font-theme-color-h-t-s:hover .t-main-font-theme-color-h-t-tt-after-s:after, .theme-pink-red .t-main-font-theme-color-h-t-s:hover .t-main-font-theme-color-h-t-tt-before-s:before, .theme-pink-red .t-main-font-theme-color-h-t-s:hover .t-main-font-theme-color-h-t-tt-s, .theme-pink-red .t-main-font-theme-color-h-t-s:hover .t-t-after-s:after, .theme-pink-red .t-main-font-theme-color-h-t-s:hover .t-t-before-s:before, .theme-pink-red .t-main-font-theme-color-h-t-s:hover .t-t-s {
  color: #ee4017 !important
}
.theme-pink-red .t-hover-main-font-theme-color-after:after, .theme-pink-red .t-hover-main-font-theme-color-all:hover, .theme-pink-red .t-hover-main-font-theme-color-all:hover *, .theme-pink-red .t-hover-main-font-theme-color-before:before, .theme-pink-red .t-hover-main-font-theme-color:hover {
  color: #eb6f6b
}
.theme-pink-red .t-hover-main-font-theme-color-after-s:after, .theme-pink-red .t-hover-main-font-theme-color-all-s:hover, .theme-pink-red .t-hover-main-font-theme-color-all-s:hover *, .theme-pink-red .t-hover-main-font-theme-color-before-s:before, .theme-pink-red .t-hover-main-font-theme-color-s:hover {
  color: #eb6f6b !important
}
.theme-pink-red .t-hover-main-font-theme-color-t:hover .t-hover-main-font-theme-color-t-tt, .theme-pink-red .t-hover-main-font-theme-color-t:hover .t-hover-main-font-theme-color-t-tt-after:after, .theme-pink-red .t-hover-main-font-theme-color-t:hover .t-hover-main-font-theme-color-t-tt-before:before, .theme-pink-red .t-hover-main-font-theme-color-t:hover .t-t, .theme-pink-red .t-hover-main-font-theme-color-t:hover .t-t-after:after, .theme-pink-red .t-hover-main-font-theme-color-t:hover .t-t-before:before {
  color: #eb6f6b
}
.theme-pink-red .t-hover-main-font-theme-color-t-s:hover .t-hover-main-font-theme-color-t-tt-after-s:after, .theme-pink-red .t-hover-main-font-theme-color-t-s:hover .t-hover-main-font-theme-color-t-tt-before-s:before, .theme-pink-red .t-hover-main-font-theme-color-t-s:hover .t-hover-main-font-theme-color-t-tt-s, .theme-pink-red .t-hover-main-font-theme-color-t-s:hover .t-t-after-s:after, .theme-pink-red .t-hover-main-font-theme-color-t-s:hover .t-t-before-s:before, .theme-pink-red .t-hover-main-font-theme-color-t-s:hover .t-t-s {
  color: #eb6f6b !important
}
.theme-pink-red .t-main-border-color, .theme-pink-red .t-main-border-color-after:after, .theme-pink-red .t-main-border-color-all, .theme-pink-red .t-main-border-color-all *, .theme-pink-red .t-main-border-color-before:before {
  border-color: #eb6f6b
}
.theme-pink-red .t-main-border-color-after-s:after, .theme-pink-red .t-main-border-color-all-s, .theme-pink-red .t-main-border-color-all-s *, .theme-pink-red .t-main-border-color-before-s:before, .theme-pink-red .t-main-border-color-s {
  border-color: #eb6f6b !important
}
.theme-pink-red .t-main-border-color-t .t-main-border-color-t-tt, .theme-pink-red .t-main-border-color-t .t-main-border-color-t-tt-after:after, .theme-pink-red .t-main-border-color-t .t-main-border-color-t-tt-before:before, .theme-pink-red .t-main-border-color-t .t-t, .theme-pink-red .t-main-border-color-t .t-t-after:after, .theme-pink-red .t-main-border-color-t .t-t-before:before {
  border-color: #eb6f6b
}
.theme-pink-red .t-main-border-color-t-s .t-main-border-color-t-tt-after-s:after, .theme-pink-red .t-main-border-color-t-s .t-main-border-color-t-tt-before-s:before, .theme-pink-red .t-main-border-color-t-s .t-main-border-color-t-tt-s, .theme-pink-red .t-main-border-color-t-s .t-t-after-s:after, .theme-pink-red .t-main-border-color-t-s .t-t-before-s:before, .theme-pink-red .t-main-border-color-t-s .t-t-s {
  border-color: #eb6f6b !important
}
.theme-pink-red .t-main-border-color-h, .theme-pink-red .t-main-border-color-h-after:after, .theme-pink-red .t-main-border-color-h-all, .theme-pink-red .t-main-border-color-h-all *, .theme-pink-red .t-main-border-color-h-before:before {
  border-color: #eb6f6b
}
.theme-pink-red .t-main-border-color-h-after-s:after, .theme-pink-red .t-main-border-color-h-all-s, .theme-pink-red .t-main-border-color-h-all-s *, .theme-pink-red .t-main-border-color-h-before-s:before, .theme-pink-red .t-main-border-color-h-s {
  border-color: #eb6f6b !important
}
.theme-pink-red .t-main-border-color-h-t .t-main-border-color-h-t-tt, .theme-pink-red .t-main-border-color-h-t .t-main-border-color-h-t-tt-after:after, .theme-pink-red .t-main-border-color-h-t .t-main-border-color-h-t-tt-before:before, .theme-pink-red .t-main-border-color-h-t .t-t, .theme-pink-red .t-main-border-color-h-t .t-t-after:after, .theme-pink-red .t-main-border-color-h-t .t-t-before:before {
  border-color: #eb6f6b
}
.theme-pink-red .t-main-border-color-h-t-s .t-main-border-color-h-t-tt-after-s:after, .theme-pink-red .t-main-border-color-h-t-s .t-main-border-color-h-t-tt-before-s:before, .theme-pink-red .t-main-border-color-h-t-s .t-main-border-color-h-t-tt-s, .theme-pink-red .t-main-border-color-h-t-s .t-t-after-s:after, .theme-pink-red .t-main-border-color-h-t-s .t-t-before-s:before, .theme-pink-red .t-main-border-color-h-t-s .t-t-s {
  border-color: #eb6f6b !important
}
.theme-pink-red .t-main-border-color-h-after:after, .theme-pink-red .t-main-border-color-h-all:hover, .theme-pink-red .t-main-border-color-h-all:hover *, .theme-pink-red .t-main-border-color-h-before:before, .theme-pink-red .t-main-border-color-h:hover {
  border-color: #ee4017
}
.theme-pink-red .t-main-border-color-h-after-s:after, .theme-pink-red .t-main-border-color-h-all-s:hover, .theme-pink-red .t-main-border-color-h-all-s:hover *, .theme-pink-red .t-main-border-color-h-before-s:before, .theme-pink-red .t-main-border-color-h-s:hover {
  border-color: #ee4017 !important
}
.theme-pink-red .t-main-border-color-h-t:hover .t-main-border-color-h-t-tt, .theme-pink-red .t-main-border-color-h-t:hover .t-main-border-color-h-t-tt-after:after, .theme-pink-red .t-main-border-color-h-t:hover .t-main-border-color-h-t-tt-before:before, .theme-pink-red .t-main-border-color-h-t:hover .t-t, .theme-pink-red .t-main-border-color-h-t:hover .t-t-after:after, .theme-pink-red .t-main-border-color-h-t:hover .t-t-before:before {
  border-color: #ee4017
}
.theme-pink-red .t-main-border-color-h-t-s:hover .t-main-border-color-h-t-tt-after-s:after, .theme-pink-red .t-main-border-color-h-t-s:hover .t-main-border-color-h-t-tt-before-s:before, .theme-pink-red .t-main-border-color-h-t-s:hover .t-main-border-color-h-t-tt-s, .theme-pink-red .t-main-border-color-h-t-s:hover .t-t-after-s:after, .theme-pink-red .t-main-border-color-h-t-s:hover .t-t-before-s:before, .theme-pink-red .t-main-border-color-h-t-s:hover .t-t-s {
  border-color: #ee4017 !important
}
.theme-pink-red .t-hover-main-border-color-after:after, .theme-pink-red .t-hover-main-border-color-all:hover, .theme-pink-red .t-hover-main-border-color-all:hover *, .theme-pink-red .t-hover-main-border-color-before:before, .theme-pink-red .t-hover-main-border-color:hover {
  border-color: #eb6f6b
}
.theme-pink-red .t-hover-main-border-color-after-s:after, .theme-pink-red .t-hover-main-border-color-all-s:hover, .theme-pink-red .t-hover-main-border-color-all-s:hover *, .theme-pink-red .t-hover-main-border-color-before-s:before, .theme-pink-red .t-hover-main-border-color-s:hover {
  border-color: #eb6f6b !important
}
.theme-pink-red .t-hover-main-border-color-t:hover .t-hover-main-border-color-t-tt, .theme-pink-red .t-hover-main-border-color-t:hover .t-hover-main-border-color-t-tt-after:after, .theme-pink-red .t-hover-main-border-color-t:hover .t-hover-main-border-color-t-tt-before:before, .theme-pink-red .t-hover-main-border-color-t:hover .t-t, .theme-pink-red .t-hover-main-border-color-t:hover .t-t-after:after, .theme-pink-red .t-hover-main-border-color-t:hover .t-t-before:before {
  border-color: #eb6f6b
}
.theme-pink-red .t-hover-main-border-color-t-s:hover .t-hover-main-border-color-t-tt-after-s:after, .theme-pink-red .t-hover-main-border-color-t-s:hover .t-hover-main-border-color-t-tt-before-s:before, .theme-pink-red .t-hover-main-border-color-t-s:hover .t-hover-main-border-color-t-tt-s, .theme-pink-red .t-hover-main-border-color-t-s:hover .t-t-after-s:after, .theme-pink-red .t-hover-main-border-color-t-s:hover .t-t-before-s:before, .theme-pink-red .t-hover-main-border-color-t-s:hover .t-t-s {
  border-color: #eb6f6b !important
}
.theme-pink-red .t-border-color, .theme-pink-red .t-border-color-after:after, .theme-pink-red .t-border-color-all, .theme-pink-red .t-border-color-all *, .theme-pink-red .t-border-color-before:before {
  border-color: #dcdfe6
}
.theme-pink-red .t-border-color-after-s:after, .theme-pink-red .t-border-color-all-s, .theme-pink-red .t-border-color-all-s *, .theme-pink-red .t-border-color-before-s:before, .theme-pink-red .t-border-color-s {
  border-color: #dcdfe6 !important
}
.theme-pink-red .t-border-color-t .t-border-color-t-tt, .theme-pink-red .t-border-color-t .t-border-color-t-tt-after:after, .theme-pink-red .t-border-color-t .t-border-color-t-tt-before:before, .theme-pink-red .t-border-color-t .t-t, .theme-pink-red .t-border-color-t .t-t-after:after, .theme-pink-red .t-border-color-t .t-t-before:before {
  border-color: #dcdfe6
}
.theme-pink-red .t-border-color-t-s .t-border-color-t-tt-after-s:after, .theme-pink-red .t-border-color-t-s .t-border-color-t-tt-before-s:before, .theme-pink-red .t-border-color-t-s .t-border-color-t-tt-s, .theme-pink-red .t-border-color-t-s .t-t-after-s:after, .theme-pink-red .t-border-color-t-s .t-t-before-s:before, .theme-pink-red .t-border-color-t-s .t-t-s {
  border-color: #dcdfe6 !important
}
.theme-pink-red .t-bg-color-gradient-rotate, .theme-pink-red .t-bg-color-gradient-rotate-after:after, .theme-pink-red .t-bg-color-gradient-rotate-all, .theme-pink-red .t-bg-color-gradient-rotate-all *, .theme-pink-red .t-bg-color-gradient-rotate-before:before {
  background: linear-gradient(-90deg, #eb6f6b, transparent)
}
.theme-pink-red .t-bg-color-gradient-rotate-after-s:after, .theme-pink-red .t-bg-color-gradient-rotate-all-s, .theme-pink-red .t-bg-color-gradient-rotate-all-s *, .theme-pink-red .t-bg-color-gradient-rotate-before-s:before, .theme-pink-red .t-bg-color-gradient-rotate-s {
  background: linear-gradient(-90deg, #eb6f6b, transparent) !important
}
.theme-pink-red .t-bg-color-gradient-rotate-t .t-bg-color-gradient-rotate-t-tt, .theme-pink-red .t-bg-color-gradient-rotate-t .t-bg-color-gradient-rotate-t-tt-after:after, .theme-pink-red .t-bg-color-gradient-rotate-t .t-bg-color-gradient-rotate-t-tt-before:before, .theme-pink-red .t-bg-color-gradient-rotate-t .t-t, .theme-pink-red .t-bg-color-gradient-rotate-t .t-t-after:after, .theme-pink-red .t-bg-color-gradient-rotate-t .t-t-before:before {
  background: linear-gradient(-90deg, #eb6f6b, transparent)
}
.theme-pink-red .t-bg-color-gradient-rotate-t-s .t-bg-color-gradient-rotate-t-tt-after-s:after, .theme-pink-red .t-bg-color-gradient-rotate-t-s .t-bg-color-gradient-rotate-t-tt-before-s:before, .theme-pink-red .t-bg-color-gradient-rotate-t-s .t-bg-color-gradient-rotate-t-tt-s, .theme-pink-red .t-bg-color-gradient-rotate-t-s .t-t-after-s:after, .theme-pink-red .t-bg-color-gradient-rotate-t-s .t-t-before-s:before, .theme-pink-red .t-bg-color-gradient-rotate-t-s .t-t-s {
  background: linear-gradient(-90deg, #eb6f6b, transparent) !important
}
.theme-pink-red .t-bg-color-gradient-vertical, .theme-pink-red .t-bg-color-gradient-vertical-after:after, .theme-pink-red .t-bg-color-gradient-vertical-all, .theme-pink-red .t-bg-color-gradient-vertical-all *, .theme-pink-red .t-bg-color-gradient-vertical-before:before {
  background: linear-gradient(0deg, #eb6f6b, transparent)
}
.theme-pink-red .t-bg-color-gradient-vertical-after-s:after, .theme-pink-red .t-bg-color-gradient-vertical-all-s, .theme-pink-red .t-bg-color-gradient-vertical-all-s *, .theme-pink-red .t-bg-color-gradient-vertical-before-s:before, .theme-pink-red .t-bg-color-gradient-vertical-s {
  background: linear-gradient(0deg, #eb6f6b, transparent) !important
}
.theme-pink-red .t-bg-color-gradient-vertical-t .t-bg-color-gradient-vertical-t-tt, .theme-pink-red .t-bg-color-gradient-vertical-t .t-bg-color-gradient-vertical-t-tt-after:after, .theme-pink-red .t-bg-color-gradient-vertical-t .t-bg-color-gradient-vertical-t-tt-before:before, .theme-pink-red .t-bg-color-gradient-vertical-t .t-t, .theme-pink-red .t-bg-color-gradient-vertical-t .t-t-after:after, .theme-pink-red .t-bg-color-gradient-vertical-t .t-t-before:before {
  background: linear-gradient(0deg, #eb6f6b, transparent)
}
.theme-pink-red .t-bg-color-gradient-vertical-t-s .t-bg-color-gradient-vertical-t-tt-after-s:after, .theme-pink-red .t-bg-color-gradient-vertical-t-s .t-bg-color-gradient-vertical-t-tt-before-s:before, .theme-pink-red .t-bg-color-gradient-vertical-t-s .t-bg-color-gradient-vertical-t-tt-s, .theme-pink-red .t-bg-color-gradient-vertical-t-s .t-t-after-s:after, .theme-pink-red .t-bg-color-gradient-vertical-t-s .t-t-before-s:before, .theme-pink-red .t-bg-color-gradient-vertical-t-s .t-t-s {
  background: linear-gradient(0deg, #eb6f6b, transparent) !important
}
.theme-pink-red .t-hover-bg-color-gradient-vertical-after:after, .theme-pink-red .t-hover-bg-color-gradient-vertical-all:hover, .theme-pink-red .t-hover-bg-color-gradient-vertical-all:hover *, .theme-pink-red .t-hover-bg-color-gradient-vertical-before:before, .theme-pink-red .t-hover-bg-color-gradient-vertical:hover {
  background: linear-gradient(0deg, #eb6f6b, transparent)
}
.theme-pink-red .t-hover-bg-color-gradient-vertical-after-s:after, .theme-pink-red .t-hover-bg-color-gradient-vertical-all-s:hover, .theme-pink-red .t-hover-bg-color-gradient-vertical-all-s:hover *, .theme-pink-red .t-hover-bg-color-gradient-vertical-before-s:before, .theme-pink-red .t-hover-bg-color-gradient-vertical-s:hover {
  background: linear-gradient(0deg, #eb6f6b, transparent) !important
}
.theme-pink-red .t-hover-bg-color-gradient-vertical-t:hover .t-hover-bg-color-gradient-vertical-t-tt, .theme-pink-red .t-hover-bg-color-gradient-vertical-t:hover .t-hover-bg-color-gradient-vertical-t-tt-after:after, .theme-pink-red .t-hover-bg-color-gradient-vertical-t:hover .t-hover-bg-color-gradient-vertical-t-tt-before:before, .theme-pink-red .t-hover-bg-color-gradient-vertical-t:hover .t-t, .theme-pink-red .t-hover-bg-color-gradient-vertical-t:hover .t-t-after:after, .theme-pink-red .t-hover-bg-color-gradient-vertical-t:hover .t-t-before:before {
  background: linear-gradient(0deg, #eb6f6b, transparent)
}
.theme-pink-red .t-hover-bg-color-gradient-vertical-t-s:hover .t-hover-bg-color-gradient-vertical-t-tt-after-s:after, .theme-pink-red .t-hover-bg-color-gradient-vertical-t-s:hover .t-hover-bg-color-gradient-vertical-t-tt-before-s:before, .theme-pink-red .t-hover-bg-color-gradient-vertical-t-s:hover .t-hover-bg-color-gradient-vertical-t-tt-s, .theme-pink-red .t-hover-bg-color-gradient-vertical-t-s:hover .t-t-after-s:after, .theme-pink-red .t-hover-bg-color-gradient-vertical-t-s:hover .t-t-before-s:before, .theme-pink-red .t-hover-bg-color-gradient-vertical-t-s:hover .t-t-s {
  background: linear-gradient(0deg, #eb6f6b, transparent) !important
}
.theme-pink-red section.ow-swiper .swiper-pagination .swiper-active-switch {
  background: #eb6f6b
}
.theme-sky-blue {
  --themeMainColor: #5068c5;
  --themeMainHoverColor: #738ced;
  --bkmainColorLight: #e9ecf8;
  --bkmainColorDarken: #151e3f;
  --themeFontColor: #33333b;
  --themeFontSubColor: #66666b;
  --themeFontThirdColor: #99999b
}
.theme-sky-blue .t-light-bg-color, .theme-sky-blue .t-light-bg-color-after:after, .theme-sky-blue .t-light-bg-color-all, .theme-sky-blue .t-light-bg-color-all *, .theme-sky-blue .t-light-bg-color-before:before {
  background-color: #e9ecf8
}
.theme-sky-blue .t-light-bg-color-after-s:after, .theme-sky-blue .t-light-bg-color-all-s, .theme-sky-blue .t-light-bg-color-all-s *, .theme-sky-blue .t-light-bg-color-before-s:before, .theme-sky-blue .t-light-bg-color-s {
  background-color: #e9ecf8 !important
}
.theme-sky-blue .t-light-bg-color-t .t-light-bg-color-t-tt, .theme-sky-blue .t-light-bg-color-t .t-light-bg-color-t-tt-after:after, .theme-sky-blue .t-light-bg-color-t .t-light-bg-color-t-tt-before:before, .theme-sky-blue .t-light-bg-color-t .t-t, .theme-sky-blue .t-light-bg-color-t .t-t-after:after, .theme-sky-blue .t-light-bg-color-t .t-t-before:before {
  background-color: #e9ecf8
}
.theme-sky-blue .t-light-bg-color-t-s .t-light-bg-color-t-tt-after-s:after, .theme-sky-blue .t-light-bg-color-t-s .t-light-bg-color-t-tt-before-s:before, .theme-sky-blue .t-light-bg-color-t-s .t-light-bg-color-t-tt-s, .theme-sky-blue .t-light-bg-color-t-s .t-t-after-s:after, .theme-sky-blue .t-light-bg-color-t-s .t-t-before-s:before, .theme-sky-blue .t-light-bg-color-t-s .t-t-s {
  background-color: #e9ecf8 !important
}
.theme-sky-blue .t-hover-light-bg-color-after:after, .theme-sky-blue .t-hover-light-bg-color-all:hover, .theme-sky-blue .t-hover-light-bg-color-all:hover *, .theme-sky-blue .t-hover-light-bg-color-before:before, .theme-sky-blue .t-hover-light-bg-color:hover {
  background-color: #e9ecf8
}
.theme-sky-blue .t-hover-light-bg-color-after-s:after, .theme-sky-blue .t-hover-light-bg-color-all-s:hover, .theme-sky-blue .t-hover-light-bg-color-all-s:hover *, .theme-sky-blue .t-hover-light-bg-color-before-s:before, .theme-sky-blue .t-hover-light-bg-color-s:hover {
  background-color: #e9ecf8 !important
}
.theme-sky-blue .t-hover-light-bg-color-t:hover .t-hover-light-bg-color-t-tt, .theme-sky-blue .t-hover-light-bg-color-t:hover .t-hover-light-bg-color-t-tt-after:after, .theme-sky-blue .t-hover-light-bg-color-t:hover .t-hover-light-bg-color-t-tt-before:before, .theme-sky-blue .t-hover-light-bg-color-t:hover .t-t, .theme-sky-blue .t-hover-light-bg-color-t:hover .t-t-after:after, .theme-sky-blue .t-hover-light-bg-color-t:hover .t-t-before:before {
  background-color: #e9ecf8
}
.theme-sky-blue .t-hover-light-bg-color-t-s:hover .t-hover-light-bg-color-t-tt-after-s:after, .theme-sky-blue .t-hover-light-bg-color-t-s:hover .t-hover-light-bg-color-t-tt-before-s:before, .theme-sky-blue .t-hover-light-bg-color-t-s:hover .t-hover-light-bg-color-t-tt-s, .theme-sky-blue .t-hover-light-bg-color-t-s:hover .t-t-after-s:after, .theme-sky-blue .t-hover-light-bg-color-t-s:hover .t-t-before-s:before, .theme-sky-blue .t-hover-light-bg-color-t-s:hover .t-t-s {
  background-color: #e9ecf8 !important
}
.theme-sky-blue .t-darken-bg-color, .theme-sky-blue .t-darken-bg-color-after:after, .theme-sky-blue .t-darken-bg-color-all, .theme-sky-blue .t-darken-bg-color-all *, .theme-sky-blue .t-darken-bg-color-before:before {
  background-color: #151e3f;
  color: #fff
}
.theme-sky-blue .t-darken-bg-color-after-s:after, .theme-sky-blue .t-darken-bg-color-all-s, .theme-sky-blue .t-darken-bg-color-all-s *, .theme-sky-blue .t-darken-bg-color-before-s:before, .theme-sky-blue .t-darken-bg-color-s {
  background-color: #151e3f !important;
  color: #fff !important
}
.theme-sky-blue .t-darken-bg-color-t .t-darken-bg-color-t-tt, .theme-sky-blue .t-darken-bg-color-t .t-darken-bg-color-t-tt-after:after, .theme-sky-blue .t-darken-bg-color-t .t-darken-bg-color-t-tt-before:before, .theme-sky-blue .t-darken-bg-color-t .t-t, .theme-sky-blue .t-darken-bg-color-t .t-t-after:after, .theme-sky-blue .t-darken-bg-color-t .t-t-before:before {
  background-color: #151e3f;
  color: #fff
}
.theme-sky-blue .t-darken-bg-color-t-s .t-darken-bg-color-t-tt-after-s:after, .theme-sky-blue .t-darken-bg-color-t-s .t-darken-bg-color-t-tt-before-s:before, .theme-sky-blue .t-darken-bg-color-t-s .t-darken-bg-color-t-tt-s, .theme-sky-blue .t-darken-bg-color-t-s .t-t-after-s:after, .theme-sky-blue .t-darken-bg-color-t-s .t-t-before-s:before, .theme-sky-blue .t-darken-bg-color-t-s .t-t-s {
  background-color: #151e3f !important;
  color: #fff !important
}
.theme-sky-blue .t-bg-color-gradient, .theme-sky-blue .t-bg-color-gradient-after:after, .theme-sky-blue .t-bg-color-gradient-all, .theme-sky-blue .t-bg-color-gradient-all *, .theme-sky-blue .t-bg-color-gradient-before:before {
  background-color: #738ced;
  color: #fff
}
.theme-sky-blue .t-bg-color-gradient-after-s:after, .theme-sky-blue .t-bg-color-gradient-all-s, .theme-sky-blue .t-bg-color-gradient-all-s *, .theme-sky-blue .t-bg-color-gradient-before-s:before, .theme-sky-blue .t-bg-color-gradient-s {
  background-color: #738ced !important;
  color: #fff !important
}
.theme-sky-blue .t-bg-color-gradient-t .t-bg-color-gradient-t-tt, .theme-sky-blue .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-after:after, .theme-sky-blue .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-before:before, .theme-sky-blue .t-bg-color-gradient-t .t-t, .theme-sky-blue .t-bg-color-gradient-t .t-t-after:after, .theme-sky-blue .t-bg-color-gradient-t .t-t-before:before {
  background-color: #738ced;
  color: #fff
}
.theme-sky-blue .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-after-s:after, .theme-sky-blue .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-before-s:before, .theme-sky-blue .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-s, .theme-sky-blue .t-bg-color-gradient-t-s .t-t-after-s:after, .theme-sky-blue .t-bg-color-gradient-t-s .t-t-before-s:before, .theme-sky-blue .t-bg-color-gradient-t-s .t-t-s {
  background-color: #738ced !important;
  color: #fff !important
}
.theme-sky-blue .t-bg-color-gradient, .theme-sky-blue .t-bg-color-gradient-after:after, .theme-sky-blue .t-bg-color-gradient-all, .theme-sky-blue .t-bg-color-gradient-all *, .theme-sky-blue .t-bg-color-gradient-before:before {
  background: linear-gradient(180deg, #738ced, #5068c5)
}
.theme-sky-blue .t-bg-color-gradient-after-s:after, .theme-sky-blue .t-bg-color-gradient-all-s, .theme-sky-blue .t-bg-color-gradient-all-s *, .theme-sky-blue .t-bg-color-gradient-before-s:before, .theme-sky-blue .t-bg-color-gradient-s {
  background: linear-gradient(180deg, #738ced, #5068c5) !important
}
.theme-sky-blue .t-bg-color-gradient-t .t-bg-color-gradient-t-tt, .theme-sky-blue .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-after:after, .theme-sky-blue .t-bg-color-gradient-t .t-bg-color-gradient-t-tt-before:before, .theme-sky-blue .t-bg-color-gradient-t .t-t, .theme-sky-blue .t-bg-color-gradient-t .t-t-after:after, .theme-sky-blue .t-bg-color-gradient-t .t-t-before:before {
  background: linear-gradient(180deg, #738ced, #5068c5)
}
.theme-sky-blue .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-after-s:after, .theme-sky-blue .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-before-s:before, .theme-sky-blue .t-bg-color-gradient-t-s .t-bg-color-gradient-t-tt-s, .theme-sky-blue .t-bg-color-gradient-t-s .t-t-after-s:after, .theme-sky-blue .t-bg-color-gradient-t-s .t-t-before-s:before, .theme-sky-blue .t-bg-color-gradient-t-s .t-t-s {
  background: linear-gradient(180deg, #738ced, #5068c5) !important
}
.theme-sky-blue .t-darken-bg-color-gradient, .theme-sky-blue .t-darken-bg-color-gradient-after:after, .theme-sky-blue .t-darken-bg-color-gradient-all, .theme-sky-blue .t-darken-bg-color-gradient-all *, .theme-sky-blue .t-darken-bg-color-gradient-before:before {
  background-color: #151e3f;
  color: #fff
}
.theme-sky-blue .t-darken-bg-color-gradient-after-s:after, .theme-sky-blue .t-darken-bg-color-gradient-all-s, .theme-sky-blue .t-darken-bg-color-gradient-all-s *, .theme-sky-blue .t-darken-bg-color-gradient-before-s:before, .theme-sky-blue .t-darken-bg-color-gradient-s {
  background-color: #151e3f !important;
  color: #fff !important
}
.theme-sky-blue .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt, .theme-sky-blue .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-after:after, .theme-sky-blue .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-before:before, .theme-sky-blue .t-darken-bg-color-gradient-t .t-t, .theme-sky-blue .t-darken-bg-color-gradient-t .t-t-after:after, .theme-sky-blue .t-darken-bg-color-gradient-t .t-t-before:before {
  background-color: #151e3f;
  color: #fff
}
.theme-sky-blue .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-after-s:after, .theme-sky-blue .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-before-s:before, .theme-sky-blue .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-s, .theme-sky-blue .t-darken-bg-color-gradient-t-s .t-t-after-s:after, .theme-sky-blue .t-darken-bg-color-gradient-t-s .t-t-before-s:before, .theme-sky-blue .t-darken-bg-color-gradient-t-s .t-t-s {
  background-color: #151e3f !important;
  color: #fff !important
}
.theme-sky-blue .t-darken-bg-color-gradient, .theme-sky-blue .t-darken-bg-color-gradient-after:after, .theme-sky-blue .t-darken-bg-color-gradient-all, .theme-sky-blue .t-darken-bg-color-gradient-all *, .theme-sky-blue .t-darken-bg-color-gradient-before:before {
  background: linear-gradient(180deg, #000, #151e3f 57%, #151e3f)
}
.theme-sky-blue .t-darken-bg-color-gradient-after-s:after, .theme-sky-blue .t-darken-bg-color-gradient-all-s, .theme-sky-blue .t-darken-bg-color-gradient-all-s *, .theme-sky-blue .t-darken-bg-color-gradient-before-s:before, .theme-sky-blue .t-darken-bg-color-gradient-s {
  background: linear-gradient(180deg, #000, #151e3f 57%, #151e3f) !important
}
.theme-sky-blue .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt, .theme-sky-blue .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-after:after, .theme-sky-blue .t-darken-bg-color-gradient-t .t-darken-bg-color-gradient-t-tt-before:before, .theme-sky-blue .t-darken-bg-color-gradient-t .t-t, .theme-sky-blue .t-darken-bg-color-gradient-t .t-t-after:after, .theme-sky-blue .t-darken-bg-color-gradient-t .t-t-before:before {
  background: linear-gradient(180deg, #000, #151e3f 57%, #151e3f)
}
.theme-sky-blue .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-after-s:after, .theme-sky-blue .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-before-s:before, .theme-sky-blue .t-darken-bg-color-gradient-t-s .t-darken-bg-color-gradient-t-tt-s, .theme-sky-blue .t-darken-bg-color-gradient-t-s .t-t-after-s:after, .theme-sky-blue .t-darken-bg-color-gradient-t-s .t-t-before-s:before, .theme-sky-blue .t-darken-bg-color-gradient-t-s .t-t-s {
  background: linear-gradient(180deg, #000, #151e3f 57%, #151e3f) !important
}
.theme-sky-blue body, .theme-sky-blue body-after:after, .theme-sky-blue body-all, .theme-sky-blue body-all *, .theme-sky-blue body-before:before {
  color: #33333b
}
.theme-sky-blue body-after-s:after, .theme-sky-blue body-all-s, .theme-sky-blue body-all-s *, .theme-sky-blue body-before-s:before, .theme-sky-blue body-s {
  color: #33333b !important
}
.theme-sky-blue body-t .t-t, .theme-sky-blue body-t .t-t-after:after, .theme-sky-blue body-t .t-t-before:before, .theme-sky-blue body-t body-t-tt, .theme-sky-blue body-t body-t-tt-after:after, .theme-sky-blue body-t body-t-tt-before:before {
  color: #33333b
}
.theme-sky-blue body-t-s .t-t-after-s:after, .theme-sky-blue body-t-s .t-t-before-s:before, .theme-sky-blue body-t-s .t-t-s, .theme-sky-blue body-t-s body-t-tt-after-s:after, .theme-sky-blue body-t-s body-t-tt-before-s:before, .theme-sky-blue body-t-s body-t-tt-s {
  color: #33333b !important
}
.theme-sky-blue, .theme-sky-blue-after:after, .theme-sky-blue-all, .theme-sky-blue-all *, .theme-sky-blue-before:before {
  color: #33333b
}
.theme-sky-blue-after-s:after, .theme-sky-blue-all-s, .theme-sky-blue-all-s *, .theme-sky-blue-before-s:before, .theme-sky-blue-s {
  color: #33333b !important
}
.theme-sky-blue-t .t-t, .theme-sky-blue-t .t-t-after:after, .theme-sky-blue-t .t-t-before:before, .theme-sky-blue-t .theme-sky-blue-t-tt, .theme-sky-blue-t .theme-sky-blue-t-tt-after:after, .theme-sky-blue-t .theme-sky-blue-t-tt-before:before {
  color: #33333b
}
.theme-sky-blue-t-s .t-t-after-s:after, .theme-sky-blue-t-s .t-t-before-s:before, .theme-sky-blue-t-s .t-t-s, .theme-sky-blue-t-s .theme-sky-blue-t-tt-after-s:after, .theme-sky-blue-t-s .theme-sky-blue-t-tt-before-s:before, .theme-sky-blue-t-s .theme-sky-blue-t-tt-s {
  color: #33333b !important
}
.theme-sky-blue .t-font-color, .theme-sky-blue .t-font-color-after:after, .theme-sky-blue .t-font-color-all, .theme-sky-blue .t-font-color-all *, .theme-sky-blue .t-font-color-before:before {
  color: #33333b
}
.theme-sky-blue .t-font-color-after-s:after, .theme-sky-blue .t-font-color-all-s, .theme-sky-blue .t-font-color-all-s *, .theme-sky-blue .t-font-color-before-s:before, .theme-sky-blue .t-font-color-s {
  color: #33333b !important
}
.theme-sky-blue .t-font-color-t .t-font-color-t-tt, .theme-sky-blue .t-font-color-t .t-font-color-t-tt-after:after, .theme-sky-blue .t-font-color-t .t-font-color-t-tt-before:before, .theme-sky-blue .t-font-color-t .t-t, .theme-sky-blue .t-font-color-t .t-t-after:after, .theme-sky-blue .t-font-color-t .t-t-before:before {
  color: #33333b
}
.theme-sky-blue .t-font-color-t-s .t-font-color-t-tt-after-s:after, .theme-sky-blue .t-font-color-t-s .t-font-color-t-tt-before-s:before, .theme-sky-blue .t-font-color-t-s .t-font-color-t-tt-s, .theme-sky-blue .t-font-color-t-s .t-t-after-s:after, .theme-sky-blue .t-font-color-t-s .t-t-before-s:before, .theme-sky-blue .t-font-color-t-s .t-t-s {
  color: #33333b !important
}
.theme-sky-blue .t-font-color-h-after:after, .theme-sky-blue .t-font-color-h-all:hover, .theme-sky-blue .t-font-color-h-all:hover *, .theme-sky-blue .t-font-color-h-before:before, .theme-sky-blue .t-font-color-h:hover {
  color: #33333b
}
.theme-sky-blue .t-font-color-h-after-s:after, .theme-sky-blue .t-font-color-h-all-s:hover, .theme-sky-blue .t-font-color-h-all-s:hover *, .theme-sky-blue .t-font-color-h-before-s:before, .theme-sky-blue .t-font-color-h-s:hover {
  color: #33333b !important
}
.theme-sky-blue .t-font-color-h-t:hover .t-font-color-h-t-tt, .theme-sky-blue .t-font-color-h-t:hover .t-font-color-h-t-tt-after:after, .theme-sky-blue .t-font-color-h-t:hover .t-font-color-h-t-tt-before:before, .theme-sky-blue .t-font-color-h-t:hover .t-t, .theme-sky-blue .t-font-color-h-t:hover .t-t-after:after, .theme-sky-blue .t-font-color-h-t:hover .t-t-before:before {
  color: #33333b
}
.theme-sky-blue .t-font-color-h-t-s:hover .t-font-color-h-t-tt-after-s:after, .theme-sky-blue .t-font-color-h-t-s:hover .t-font-color-h-t-tt-before-s:before, .theme-sky-blue .t-font-color-h-t-s:hover .t-font-color-h-t-tt-s, .theme-sky-blue .t-font-color-h-t-s:hover .t-t-after-s:after, .theme-sky-blue .t-font-color-h-t-s:hover .t-t-before-s:before, .theme-sky-blue .t-font-color-h-t-s:hover .t-t-s {
  color: #33333b !important
}
.theme-sky-blue .t-sub-font-color, .theme-sky-blue .t-sub-font-color-after:after, .theme-sky-blue .t-sub-font-color-all, .theme-sky-blue .t-sub-font-color-all *, .theme-sky-blue .t-sub-font-color-before:before {
  color: #66666b
}
.theme-sky-blue .t-sub-font-color-after-s:after, .theme-sky-blue .t-sub-font-color-all-s, .theme-sky-blue .t-sub-font-color-all-s *, .theme-sky-blue .t-sub-font-color-before-s:before, .theme-sky-blue .t-sub-font-color-s {
  color: #66666b !important
}
.theme-sky-blue .t-sub-font-color-t .t-sub-font-color-t-tt, .theme-sky-blue .t-sub-font-color-t .t-sub-font-color-t-tt-after:after, .theme-sky-blue .t-sub-font-color-t .t-sub-font-color-t-tt-before:before, .theme-sky-blue .t-sub-font-color-t .t-t, .theme-sky-blue .t-sub-font-color-t .t-t-after:after, .theme-sky-blue .t-sub-font-color-t .t-t-before:before {
  color: #66666b
}
.theme-sky-blue .t-sub-font-color-t-s .t-sub-font-color-t-tt-after-s:after, .theme-sky-blue .t-sub-font-color-t-s .t-sub-font-color-t-tt-before-s:before, .theme-sky-blue .t-sub-font-color-t-s .t-sub-font-color-t-tt-s, .theme-sky-blue .t-sub-font-color-t-s .t-t-after-s:after, .theme-sky-blue .t-sub-font-color-t-s .t-t-before-s:before, .theme-sky-blue .t-sub-font-color-t-s .t-t-s {
  color: #66666b !important
}
.theme-sky-blue .t-sub-font-color-h-after:after, .theme-sky-blue .t-sub-font-color-h-all:hover, .theme-sky-blue .t-sub-font-color-h-all:hover *, .theme-sky-blue .t-sub-font-color-h-before:before, .theme-sky-blue .t-sub-font-color-h:hover {
  color: #66666b
}
.theme-sky-blue .t-sub-font-color-h-after-s:after, .theme-sky-blue .t-sub-font-color-h-all-s:hover, .theme-sky-blue .t-sub-font-color-h-all-s:hover *, .theme-sky-blue .t-sub-font-color-h-before-s:before, .theme-sky-blue .t-sub-font-color-h-s:hover {
  color: #66666b !important
}
.theme-sky-blue .t-sub-font-color-h-t:hover .t-sub-font-color-h-t-tt, .theme-sky-blue .t-sub-font-color-h-t:hover .t-sub-font-color-h-t-tt-after:after, .theme-sky-blue .t-sub-font-color-h-t:hover .t-sub-font-color-h-t-tt-before:before, .theme-sky-blue .t-sub-font-color-h-t:hover .t-t, .theme-sky-blue .t-sub-font-color-h-t:hover .t-t-after:after, .theme-sky-blue .t-sub-font-color-h-t:hover .t-t-before:before {
  color: #66666b
}
.theme-sky-blue .t-sub-font-color-h-t-s:hover .t-sub-font-color-h-t-tt-after-s:after, .theme-sky-blue .t-sub-font-color-h-t-s:hover .t-sub-font-color-h-t-tt-before-s:before, .theme-sky-blue .t-sub-font-color-h-t-s:hover .t-sub-font-color-h-t-tt-s, .theme-sky-blue .t-sub-font-color-h-t-s:hover .t-t-after-s:after, .theme-sky-blue .t-sub-font-color-h-t-s:hover .t-t-before-s:before, .theme-sky-blue .t-sub-font-color-h-t-s:hover .t-t-s {
  color: #66666b !important
}
.theme-sky-blue .t-third-font-color, .theme-sky-blue .t-third-font-color-after:after, .theme-sky-blue .t-third-font-color-all, .theme-sky-blue .t-third-font-color-all *, .theme-sky-blue .t-third-font-color-before:before {
  color: #99999b
}
.theme-sky-blue .t-third-font-color-after-s:after, .theme-sky-blue .t-third-font-color-all-s, .theme-sky-blue .t-third-font-color-all-s *, .theme-sky-blue .t-third-font-color-before-s:before, .theme-sky-blue .t-third-font-color-s {
  color: #99999b !important
}
.theme-sky-blue .t-third-font-color-t .t-t, .theme-sky-blue .t-third-font-color-t .t-t-after:after, .theme-sky-blue .t-third-font-color-t .t-t-before:before, .theme-sky-blue .t-third-font-color-t .t-third-font-color-t-tt, .theme-sky-blue .t-third-font-color-t .t-third-font-color-t-tt-after:after, .theme-sky-blue .t-third-font-color-t .t-third-font-color-t-tt-before:before {
  color: #99999b
}
.theme-sky-blue .t-third-font-color-t-s .t-t-after-s:after, .theme-sky-blue .t-third-font-color-t-s .t-t-before-s:before, .theme-sky-blue .t-third-font-color-t-s .t-t-s, .theme-sky-blue .t-third-font-color-t-s .t-third-font-color-t-tt-after-s:after, .theme-sky-blue .t-third-font-color-t-s .t-third-font-color-t-tt-before-s:before, .theme-sky-blue .t-third-font-color-t-s .t-third-font-color-t-tt-s {
  color: #99999b !important
}
.theme-sky-blue .t-third-font-color-h-after:after, .theme-sky-blue .t-third-font-color-h-all:hover, .theme-sky-blue .t-third-font-color-h-all:hover *, .theme-sky-blue .t-third-font-color-h-before:before, .theme-sky-blue .t-third-font-color-h:hover {
  color: #99999b
}
.theme-sky-blue .t-third-font-color-h-after-s:after, .theme-sky-blue .t-third-font-color-h-all-s:hover, .theme-sky-blue .t-third-font-color-h-all-s:hover *, .theme-sky-blue .t-third-font-color-h-before-s:before, .theme-sky-blue .t-third-font-color-h-s:hover {
  color: #99999b !important
}
.theme-sky-blue .t-third-font-color-h-t:hover .t-t, .theme-sky-blue .t-third-font-color-h-t:hover .t-t-after:after, .theme-sky-blue .t-third-font-color-h-t:hover .t-t-before:before, .theme-sky-blue .t-third-font-color-h-t:hover .t-third-font-color-h-t-tt, .theme-sky-blue .t-third-font-color-h-t:hover .t-third-font-color-h-t-tt-after:after, .theme-sky-blue .t-third-font-color-h-t:hover .t-third-font-color-h-t-tt-before:before {
  color: #99999b
}
.theme-sky-blue .t-third-font-color-h-t-s:hover .t-t-after-s:after, .theme-sky-blue .t-third-font-color-h-t-s:hover .t-t-before-s:before, .theme-sky-blue .t-third-font-color-h-t-s:hover .t-t-s, .theme-sky-blue .t-third-font-color-h-t-s:hover .t-third-font-color-h-t-tt-after-s:after, .theme-sky-blue .t-third-font-color-h-t-s:hover .t-third-font-color-h-t-tt-before-s:before, .theme-sky-blue .t-third-font-color-h-t-s:hover .t-third-font-color-h-t-tt-s {
  color: #99999b !important
}
.theme-sky-blue .t-main-bg-color, .theme-sky-blue .t-main-bg-color-after:after, .theme-sky-blue .t-main-bg-color-all, .theme-sky-blue .t-main-bg-color-all *, .theme-sky-blue .t-main-bg-color-before:before {
  background-color: #5068c5;
  color: #fff
}
.theme-sky-blue .t-main-bg-color-after-s:after, .theme-sky-blue .t-main-bg-color-all-s, .theme-sky-blue .t-main-bg-color-all-s *, .theme-sky-blue .t-main-bg-color-before-s:before, .theme-sky-blue .t-main-bg-color-s {
  background-color: #5068c5 !important;
  color: #fff !important
}
.theme-sky-blue .t-main-bg-color-t .t-main-bg-color-t-tt, .theme-sky-blue .t-main-bg-color-t .t-main-bg-color-t-tt-after:after, .theme-sky-blue .t-main-bg-color-t .t-main-bg-color-t-tt-before:before, .theme-sky-blue .t-main-bg-color-t .t-t, .theme-sky-blue .t-main-bg-color-t .t-t-after:after, .theme-sky-blue .t-main-bg-color-t .t-t-before:before {
  background-color: #5068c5;
  color: #fff
}
.theme-sky-blue .t-main-bg-color-t-s .t-main-bg-color-t-tt-after-s:after, .theme-sky-blue .t-main-bg-color-t-s .t-main-bg-color-t-tt-before-s:before, .theme-sky-blue .t-main-bg-color-t-s .t-main-bg-color-t-tt-s, .theme-sky-blue .t-main-bg-color-t-s .t-t-after-s:after, .theme-sky-blue .t-main-bg-color-t-s .t-t-before-s:before, .theme-sky-blue .t-main-bg-color-t-s .t-t-s {
  background-color: #5068c5 !important;
  color: #fff !important
}
.theme-sky-blue .t-main-bg-color-h, .theme-sky-blue .t-main-bg-color-h-after:after, .theme-sky-blue .t-main-bg-color-h-all, .theme-sky-blue .t-main-bg-color-h-all *, .theme-sky-blue .t-main-bg-color-h-before:before {
  background-color: #5068c5;
  color: #fff
}
.theme-sky-blue .t-main-bg-color-h-after-s:after, .theme-sky-blue .t-main-bg-color-h-all-s, .theme-sky-blue .t-main-bg-color-h-all-s *, .theme-sky-blue .t-main-bg-color-h-before-s:before, .theme-sky-blue .t-main-bg-color-h-s {
  background-color: #5068c5 !important;
  color: #fff !important
}
.theme-sky-blue .t-main-bg-color-h-t .t-main-bg-color-h-t-tt, .theme-sky-blue .t-main-bg-color-h-t .t-main-bg-color-h-t-tt-after:after, .theme-sky-blue .t-main-bg-color-h-t .t-main-bg-color-h-t-tt-before:before, .theme-sky-blue .t-main-bg-color-h-t .t-t, .theme-sky-blue .t-main-bg-color-h-t .t-t-after:after, .theme-sky-blue .t-main-bg-color-h-t .t-t-before:before {
  background-color: #5068c5;
  color: #fff
}
.theme-sky-blue .t-main-bg-color-h-t-s .t-main-bg-color-h-t-tt-after-s:after, .theme-sky-blue .t-main-bg-color-h-t-s .t-main-bg-color-h-t-tt-before-s:before, .theme-sky-blue .t-main-bg-color-h-t-s .t-main-bg-color-h-t-tt-s, .theme-sky-blue .t-main-bg-color-h-t-s .t-t-after-s:after, .theme-sky-blue .t-main-bg-color-h-t-s .t-t-before-s:before, .theme-sky-blue .t-main-bg-color-h-t-s .t-t-s {
  background-color: #5068c5 !important;
  color: #fff !important
}
.theme-sky-blue .t-main-bg-color-h-after:after, .theme-sky-blue .t-main-bg-color-h-all:hover, .theme-sky-blue .t-main-bg-color-h-all:hover *, .theme-sky-blue .t-main-bg-color-h-before:before, .theme-sky-blue .t-main-bg-color-h:hover {
  background-color: #738ced
}
.theme-sky-blue .t-main-bg-color-h-after-s:after, .theme-sky-blue .t-main-bg-color-h-all-s:hover, .theme-sky-blue .t-main-bg-color-h-all-s:hover *, .theme-sky-blue .t-main-bg-color-h-before-s:before, .theme-sky-blue .t-main-bg-color-h-s:hover {
  background-color: #738ced !important
}
.theme-sky-blue .t-main-bg-color-h-t:hover .t-main-bg-color-h-t-tt, .theme-sky-blue .t-main-bg-color-h-t:hover .t-main-bg-color-h-t-tt-after:after, .theme-sky-blue .t-main-bg-color-h-t:hover .t-main-bg-color-h-t-tt-before:before, .theme-sky-blue .t-main-bg-color-h-t:hover .t-t, .theme-sky-blue .t-main-bg-color-h-t:hover .t-t-after:after, .theme-sky-blue .t-main-bg-color-h-t:hover .t-t-before:before {
  background-color: #738ced
}
.theme-sky-blue .t-main-bg-color-h-t-s:hover .t-main-bg-color-h-t-tt-after-s:after, .theme-sky-blue .t-main-bg-color-h-t-s:hover .t-main-bg-color-h-t-tt-before-s:before, .theme-sky-blue .t-main-bg-color-h-t-s:hover .t-main-bg-color-h-t-tt-s, .theme-sky-blue .t-main-bg-color-h-t-s:hover .t-t-after-s:after, .theme-sky-blue .t-main-bg-color-h-t-s:hover .t-t-before-s:before, .theme-sky-blue .t-main-bg-color-h-t-s:hover .t-t-s {
  background-color: #738ced !important
}
.theme-sky-blue .t-hover-main-bg-color-after:after, .theme-sky-blue .t-hover-main-bg-color-all:hover, .theme-sky-blue .t-hover-main-bg-color-all:hover *, .theme-sky-blue .t-hover-main-bg-color-before:before, .theme-sky-blue .t-hover-main-bg-color:hover {
  background-color: #5068c5;
  color: #fff
}
.theme-sky-blue .t-hover-main-bg-color-after-s:after, .theme-sky-blue .t-hover-main-bg-color-all-s:hover, .theme-sky-blue .t-hover-main-bg-color-all-s:hover *, .theme-sky-blue .t-hover-main-bg-color-before-s:before, .theme-sky-blue .t-hover-main-bg-color-s:hover {
  background-color: #5068c5 !important;
  color: #fff !important
}
.theme-sky-blue .t-hover-main-bg-color-t:hover .t-hover-main-bg-color-t-tt, .theme-sky-blue .t-hover-main-bg-color-t:hover .t-hover-main-bg-color-t-tt-after:after, .theme-sky-blue .t-hover-main-bg-color-t:hover .t-hover-main-bg-color-t-tt-before:before, .theme-sky-blue .t-hover-main-bg-color-t:hover .t-t, .theme-sky-blue .t-hover-main-bg-color-t:hover .t-t-after:after, .theme-sky-blue .t-hover-main-bg-color-t:hover .t-t-before:before {
  background-color: #5068c5;
  color: #fff
}
.theme-sky-blue .t-hover-main-bg-color-t-s:hover .t-hover-main-bg-color-t-tt-after-s:after, .theme-sky-blue .t-hover-main-bg-color-t-s:hover .t-hover-main-bg-color-t-tt-before-s:before, .theme-sky-blue .t-hover-main-bg-color-t-s:hover .t-hover-main-bg-color-t-tt-s, .theme-sky-blue .t-hover-main-bg-color-t-s:hover .t-t-after-s:after, .theme-sky-blue .t-hover-main-bg-color-t-s:hover .t-t-before-s:before, .theme-sky-blue .t-hover-main-bg-color-t-s:hover .t-t-s {
  background-color: #5068c5 !important;
  color: #fff !important
}
.theme-sky-blue .t-hover-main-hover-bg-color-after:after, .theme-sky-blue .t-hover-main-hover-bg-color-all:hover, .theme-sky-blue .t-hover-main-hover-bg-color-all:hover *, .theme-sky-blue .t-hover-main-hover-bg-color-before:before, .theme-sky-blue .t-hover-main-hover-bg-color:hover {
  background-color: #738ced;
  color: #fff
}
.theme-sky-blue .t-hover-main-hover-bg-color-after-s:after, .theme-sky-blue .t-hover-main-hover-bg-color-all-s:hover, .theme-sky-blue .t-hover-main-hover-bg-color-all-s:hover *, .theme-sky-blue .t-hover-main-hover-bg-color-before-s:before, .theme-sky-blue .t-hover-main-hover-bg-color-s:hover {
  background-color: #738ced !important;
  color: #fff !important
}
.theme-sky-blue .t-hover-main-hover-bg-color-t:hover .t-hover-main-hover-bg-color-t-tt, .theme-sky-blue .t-hover-main-hover-bg-color-t:hover .t-hover-main-hover-bg-color-t-tt-after:after, .theme-sky-blue .t-hover-main-hover-bg-color-t:hover .t-hover-main-hover-bg-color-t-tt-before:before, .theme-sky-blue .t-hover-main-hover-bg-color-t:hover .t-t, .theme-sky-blue .t-hover-main-hover-bg-color-t:hover .t-t-after:after, .theme-sky-blue .t-hover-main-hover-bg-color-t:hover .t-t-before:before {
  background-color: #738ced;
  color: #fff
}
.theme-sky-blue .t-hover-main-hover-bg-color-t-s:hover .t-hover-main-hover-bg-color-t-tt-after-s:after, .theme-sky-blue .t-hover-main-hover-bg-color-t-s:hover .t-hover-main-hover-bg-color-t-tt-before-s:before, .theme-sky-blue .t-hover-main-hover-bg-color-t-s:hover .t-hover-main-hover-bg-color-t-tt-s, .theme-sky-blue .t-hover-main-hover-bg-color-t-s:hover .t-t-after-s:after, .theme-sky-blue .t-hover-main-hover-bg-color-t-s:hover .t-t-before-s:before, .theme-sky-blue .t-hover-main-hover-bg-color-t-s:hover .t-t-s {
  background-color: #738ced !important;
  color: #fff !important
}
.theme-sky-blue .t-main-font-theme-color, .theme-sky-blue .t-main-font-theme-color-after:after, .theme-sky-blue .t-main-font-theme-color-all, .theme-sky-blue .t-main-font-theme-color-all *, .theme-sky-blue .t-main-font-theme-color-before:before {
  color: #5068c5
}
.theme-sky-blue .t-main-font-theme-color-after-s:after, .theme-sky-blue .t-main-font-theme-color-all-s, .theme-sky-blue .t-main-font-theme-color-all-s *, .theme-sky-blue .t-main-font-theme-color-before-s:before, .theme-sky-blue .t-main-font-theme-color-s {
  color: #5068c5 !important
}
.theme-sky-blue .t-main-font-theme-color-t .t-main-font-theme-color-t-tt, .theme-sky-blue .t-main-font-theme-color-t .t-main-font-theme-color-t-tt-after:after, .theme-sky-blue .t-main-font-theme-color-t .t-main-font-theme-color-t-tt-before:before, .theme-sky-blue .t-main-font-theme-color-t .t-t, .theme-sky-blue .t-main-font-theme-color-t .t-t-after:after, .theme-sky-blue .t-main-font-theme-color-t .t-t-before:before {
  color: #5068c5
}
.theme-sky-blue .t-main-font-theme-color-t-s .t-main-font-theme-color-t-tt-after-s:after, .theme-sky-blue .t-main-font-theme-color-t-s .t-main-font-theme-color-t-tt-before-s:before, .theme-sky-blue .t-main-font-theme-color-t-s .t-main-font-theme-color-t-tt-s, .theme-sky-blue .t-main-font-theme-color-t-s .t-t-after-s:after, .theme-sky-blue .t-main-font-theme-color-t-s .t-t-before-s:before, .theme-sky-blue .t-main-font-theme-color-t-s .t-t-s {
  color: #5068c5 !important
}
.theme-sky-blue .t-main-font-theme-color-h, .theme-sky-blue .t-main-font-theme-color-h-after:after, .theme-sky-blue .t-main-font-theme-color-h-all, .theme-sky-blue .t-main-font-theme-color-h-all *, .theme-sky-blue .t-main-font-theme-color-h-before:before {
  color: #5068c5
}
.theme-sky-blue .t-main-font-theme-color-h-after-s:after, .theme-sky-blue .t-main-font-theme-color-h-all-s, .theme-sky-blue .t-main-font-theme-color-h-all-s *, .theme-sky-blue .t-main-font-theme-color-h-before-s:before, .theme-sky-blue .t-main-font-theme-color-h-s {
  color: #5068c5 !important
}
.theme-sky-blue .t-main-font-theme-color-h-t .t-main-font-theme-color-h-t-tt, .theme-sky-blue .t-main-font-theme-color-h-t .t-main-font-theme-color-h-t-tt-after:after, .theme-sky-blue .t-main-font-theme-color-h-t .t-main-font-theme-color-h-t-tt-before:before, .theme-sky-blue .t-main-font-theme-color-h-t .t-t, .theme-sky-blue .t-main-font-theme-color-h-t .t-t-after:after, .theme-sky-blue .t-main-font-theme-color-h-t .t-t-before:before {
  color: #5068c5
}
.theme-sky-blue .t-main-font-theme-color-h-t-s .t-main-font-theme-color-h-t-tt-after-s:after, .theme-sky-blue .t-main-font-theme-color-h-t-s .t-main-font-theme-color-h-t-tt-before-s:before, .theme-sky-blue .t-main-font-theme-color-h-t-s .t-main-font-theme-color-h-t-tt-s, .theme-sky-blue .t-main-font-theme-color-h-t-s .t-t-after-s:after, .theme-sky-blue .t-main-font-theme-color-h-t-s .t-t-before-s:before, .theme-sky-blue .t-main-font-theme-color-h-t-s .t-t-s {
  color: #5068c5 !important
}
.theme-sky-blue .t-main-font-theme-color-h-after:after, .theme-sky-blue .t-main-font-theme-color-h-all:hover, .theme-sky-blue .t-main-font-theme-color-h-all:hover *, .theme-sky-blue .t-main-font-theme-color-h-before:before, .theme-sky-blue .t-main-font-theme-color-h:hover {
  color: #738ced
}
.theme-sky-blue .t-main-font-theme-color-h-after-s:after, .theme-sky-blue .t-main-font-theme-color-h-all-s:hover, .theme-sky-blue .t-main-font-theme-color-h-all-s:hover *, .theme-sky-blue .t-main-font-theme-color-h-before-s:before, .theme-sky-blue .t-main-font-theme-color-h-s:hover {
  color: #738ced !important
}
.theme-sky-blue .t-main-font-theme-color-h-t:hover .t-main-font-theme-color-h-t-tt, .theme-sky-blue .t-main-font-theme-color-h-t:hover .t-main-font-theme-color-h-t-tt-after:after, .theme-sky-blue .t-main-font-theme-color-h-t:hover .t-main-font-theme-color-h-t-tt-before:before, .theme-sky-blue .t-main-font-theme-color-h-t:hover .t-t, .theme-sky-blue .t-main-font-theme-color-h-t:hover .t-t-after:after, .theme-sky-blue .t-main-font-theme-color-h-t:hover .t-t-before:before {
  color: #738ced
}
.theme-sky-blue .t-main-font-theme-color-h-t-s:hover .t-main-font-theme-color-h-t-tt-after-s:after, .theme-sky-blue .t-main-font-theme-color-h-t-s:hover .t-main-font-theme-color-h-t-tt-before-s:before, .theme-sky-blue .t-main-font-theme-color-h-t-s:hover .t-main-font-theme-color-h-t-tt-s, .theme-sky-blue .t-main-font-theme-color-h-t-s:hover .t-t-after-s:after, .theme-sky-blue .t-main-font-theme-color-h-t-s:hover .t-t-before-s:before, .theme-sky-blue .t-main-font-theme-color-h-t-s:hover .t-t-s {
  color: #738ced !important
}
.theme-sky-blue .t-hover-main-font-theme-color-after:after, .theme-sky-blue .t-hover-main-font-theme-color-all:hover, .theme-sky-blue .t-hover-main-font-theme-color-all:hover *, .theme-sky-blue .t-hover-main-font-theme-color-before:before, .theme-sky-blue .t-hover-main-font-theme-color:hover {
  color: #5068c5
}
.theme-sky-blue .t-hover-main-font-theme-color-after-s:after, .theme-sky-blue .t-hover-main-font-theme-color-all-s:hover, .theme-sky-blue .t-hover-main-font-theme-color-all-s:hover *, .theme-sky-blue .t-hover-main-font-theme-color-before-s:before, .theme-sky-blue .t-hover-main-font-theme-color-s:hover {
  color: #5068c5 !important
}
.theme-sky-blue .t-hover-main-font-theme-color-t:hover .t-hover-main-font-theme-color-t-tt, .theme-sky-blue .t-hover-main-font-theme-color-t:hover .t-hover-main-font-theme-color-t-tt-after:after, .theme-sky-blue .t-hover-main-font-theme-color-t:hover .t-hover-main-font-theme-color-t-tt-before:before, .theme-sky-blue .t-hover-main-font-theme-color-t:hover .t-t, .theme-sky-blue .t-hover-main-font-theme-color-t:hover .t-t-after:after, .theme-sky-blue .t-hover-main-font-theme-color-t:hover .t-t-before:before {
  color: #5068c5
}
.theme-sky-blue .t-hover-main-font-theme-color-t-s:hover .t-hover-main-font-theme-color-t-tt-after-s:after, .theme-sky-blue .t-hover-main-font-theme-color-t-s:hover .t-hover-main-font-theme-color-t-tt-before-s:before, .theme-sky-blue .t-hover-main-font-theme-color-t-s:hover .t-hover-main-font-theme-color-t-tt-s, .theme-sky-blue .t-hover-main-font-theme-color-t-s:hover .t-t-after-s:after, .theme-sky-blue .t-hover-main-font-theme-color-t-s:hover .t-t-before-s:before, .theme-sky-blue .t-hover-main-font-theme-color-t-s:hover .t-t-s {
  color: #5068c5 !important
}
.theme-sky-blue .t-main-border-color, .theme-sky-blue .t-main-border-color-after:after, .theme-sky-blue .t-main-border-color-all, .theme-sky-blue .t-main-border-color-all *, .theme-sky-blue .t-main-border-color-before:before {
  border-color: #5068c5
}
.theme-sky-blue .t-main-border-color-after-s:after, .theme-sky-blue .t-main-border-color-all-s, .theme-sky-blue .t-main-border-color-all-s *, .theme-sky-blue .t-main-border-color-before-s:before, .theme-sky-blue .t-main-border-color-s {
  border-color: #5068c5 !important
}
.theme-sky-blue .t-main-border-color-t .t-main-border-color-t-tt, .theme-sky-blue .t-main-border-color-t .t-main-border-color-t-tt-after:after, .theme-sky-blue .t-main-border-color-t .t-main-border-color-t-tt-before:before, .theme-sky-blue .t-main-border-color-t .t-t, .theme-sky-blue .t-main-border-color-t .t-t-after:after, .theme-sky-blue .t-main-border-color-t .t-t-before:before {
  border-color: #5068c5
}
.theme-sky-blue .t-main-border-color-t-s .t-main-border-color-t-tt-after-s:after, .theme-sky-blue .t-main-border-color-t-s .t-main-border-color-t-tt-before-s:before, .theme-sky-blue .t-main-border-color-t-s .t-main-border-color-t-tt-s, .theme-sky-blue .t-main-border-color-t-s .t-t-after-s:after, .theme-sky-blue .t-main-border-color-t-s .t-t-before-s:before, .theme-sky-blue .t-main-border-color-t-s .t-t-s {
  border-color: #5068c5 !important
}
.theme-sky-blue .t-main-border-color-h, .theme-sky-blue .t-main-border-color-h-after:after, .theme-sky-blue .t-main-border-color-h-all, .theme-sky-blue .t-main-border-color-h-all *, .theme-sky-blue .t-main-border-color-h-before:before {
  border-color: #5068c5
}
.theme-sky-blue .t-main-border-color-h-after-s:after, .theme-sky-blue .t-main-border-color-h-all-s, .theme-sky-blue .t-main-border-color-h-all-s *, .theme-sky-blue .t-main-border-color-h-before-s:before, .theme-sky-blue .t-main-border-color-h-s {
  border-color: #5068c5 !important
}
.theme-sky-blue .t-main-border-color-h-t .t-main-border-color-h-t-tt, .theme-sky-blue .t-main-border-color-h-t .t-main-border-color-h-t-tt-after:after, .theme-sky-blue .t-main-border-color-h-t .t-main-border-color-h-t-tt-before:before, .theme-sky-blue .t-main-border-color-h-t .t-t, .theme-sky-blue .t-main-border-color-h-t .t-t-after:after, .theme-sky-blue .t-main-border-color-h-t .t-t-before:before {
  border-color: #5068c5
}
.theme-sky-blue .t-main-border-color-h-t-s .t-main-border-color-h-t-tt-after-s:after, .theme-sky-blue .t-main-border-color-h-t-s .t-main-border-color-h-t-tt-before-s:before, .theme-sky-blue .t-main-border-color-h-t-s .t-main-border-color-h-t-tt-s, .theme-sky-blue .t-main-border-color-h-t-s .t-t-after-s:after, .theme-sky-blue .t-main-border-color-h-t-s .t-t-before-s:before, .theme-sky-blue .t-main-border-color-h-t-s .t-t-s {
  border-color: #5068c5 !important
}
.theme-sky-blue .t-main-border-color-h-after:after, .theme-sky-blue .t-main-border-color-h-all:hover, .theme-sky-blue .t-main-border-color-h-all:hover *, .theme-sky-blue .t-main-border-color-h-before:before, .theme-sky-blue .t-main-border-color-h:hover {
  border-color: #738ced
}
.theme-sky-blue .t-main-border-color-h-after-s:after, .theme-sky-blue .t-main-border-color-h-all-s:hover, .theme-sky-blue .t-main-border-color-h-all-s:hover *, .theme-sky-blue .t-main-border-color-h-before-s:before, .theme-sky-blue .t-main-border-color-h-s:hover {
  border-color: #738ced !important
}
.theme-sky-blue .t-main-border-color-h-t:hover .t-main-border-color-h-t-tt, .theme-sky-blue .t-main-border-color-h-t:hover .t-main-border-color-h-t-tt-after:after, .theme-sky-blue .t-main-border-color-h-t:hover .t-main-border-color-h-t-tt-before:before, .theme-sky-blue .t-main-border-color-h-t:hover .t-t, .theme-sky-blue .t-main-border-color-h-t:hover .t-t-after:after, .theme-sky-blue .t-main-border-color-h-t:hover .t-t-before:before {
  border-color: #738ced
}
.theme-sky-blue .t-main-border-color-h-t-s:hover .t-main-border-color-h-t-tt-after-s:after, .theme-sky-blue .t-main-border-color-h-t-s:hover .t-main-border-color-h-t-tt-before-s:before, .theme-sky-blue .t-main-border-color-h-t-s:hover .t-main-border-color-h-t-tt-s, .theme-sky-blue .t-main-border-color-h-t-s:hover .t-t-after-s:after, .theme-sky-blue .t-main-border-color-h-t-s:hover .t-t-before-s:before, .theme-sky-blue .t-main-border-color-h-t-s:hover .t-t-s {
  border-color: #738ced !important
}
.theme-sky-blue .t-hover-main-border-color-after:after, .theme-sky-blue .t-hover-main-border-color-all:hover, .theme-sky-blue .t-hover-main-border-color-all:hover *, .theme-sky-blue .t-hover-main-border-color-before:before, .theme-sky-blue .t-hover-main-border-color:hover {
  border-color: #5068c5
}
.theme-sky-blue .t-hover-main-border-color-after-s:after, .theme-sky-blue .t-hover-main-border-color-all-s:hover, .theme-sky-blue .t-hover-main-border-color-all-s:hover *, .theme-sky-blue .t-hover-main-border-color-before-s:before, .theme-sky-blue .t-hover-main-border-color-s:hover {
  border-color: #5068c5 !important
}
.theme-sky-blue .t-hover-main-border-color-t:hover .t-hover-main-border-color-t-tt, .theme-sky-blue .t-hover-main-border-color-t:hover .t-hover-main-border-color-t-tt-after:after, .theme-sky-blue .t-hover-main-border-color-t:hover .t-hover-main-border-color-t-tt-before:before, .theme-sky-blue .t-hover-main-border-color-t:hover .t-t, .theme-sky-blue .t-hover-main-border-color-t:hover .t-t-after:after, .theme-sky-blue .t-hover-main-border-color-t:hover .t-t-before:before {
  border-color: #5068c5
}
.theme-sky-blue .t-hover-main-border-color-t-s:hover .t-hover-main-border-color-t-tt-after-s:after, .theme-sky-blue .t-hover-main-border-color-t-s:hover .t-hover-main-border-color-t-tt-before-s:before, .theme-sky-blue .t-hover-main-border-color-t-s:hover .t-hover-main-border-color-t-tt-s, .theme-sky-blue .t-hover-main-border-color-t-s:hover .t-t-after-s:after, .theme-sky-blue .t-hover-main-border-color-t-s:hover .t-t-before-s:before, .theme-sky-blue .t-hover-main-border-color-t-s:hover .t-t-s {
  border-color: #5068c5 !important
}
.theme-sky-blue .t-border-color, .theme-sky-blue .t-border-color-after:after, .theme-sky-blue .t-border-color-all, .theme-sky-blue .t-border-color-all *, .theme-sky-blue .t-border-color-before:before {
  border-color: #dcdfe6
}
.theme-sky-blue .t-border-color-after-s:after, .theme-sky-blue .t-border-color-all-s, .theme-sky-blue .t-border-color-all-s *, .theme-sky-blue .t-border-color-before-s:before, .theme-sky-blue .t-border-color-s {
  border-color: #dcdfe6 !important
}
.theme-sky-blue .t-border-color-t .t-border-color-t-tt, .theme-sky-blue .t-border-color-t .t-border-color-t-tt-after:after, .theme-sky-blue .t-border-color-t .t-border-color-t-tt-before:before, .theme-sky-blue .t-border-color-t .t-t, .theme-sky-blue .t-border-color-t .t-t-after:after, .theme-sky-blue .t-border-color-t .t-t-before:before {
  border-color: #dcdfe6
}
.theme-sky-blue .t-border-color-t-s .t-border-color-t-tt-after-s:after, .theme-sky-blue .t-border-color-t-s .t-border-color-t-tt-before-s:before, .theme-sky-blue .t-border-color-t-s .t-border-color-t-tt-s, .theme-sky-blue .t-border-color-t-s .t-t-after-s:after, .theme-sky-blue .t-border-color-t-s .t-t-before-s:before, .theme-sky-blue .t-border-color-t-s .t-t-s {
  border-color: #dcdfe6 !important
}
.theme-sky-blue .t-bg-color-gradient-rotate, .theme-sky-blue .t-bg-color-gradient-rotate-after:after, .theme-sky-blue .t-bg-color-gradient-rotate-all, .theme-sky-blue .t-bg-color-gradient-rotate-all *, .theme-sky-blue .t-bg-color-gradient-rotate-before:before {
  background: linear-gradient(-90deg, #5068c5, transparent)
}
.theme-sky-blue .t-bg-color-gradient-rotate-after-s:after, .theme-sky-blue .t-bg-color-gradient-rotate-all-s, .theme-sky-blue .t-bg-color-gradient-rotate-all-s *, .theme-sky-blue .t-bg-color-gradient-rotate-before-s:before, .theme-sky-blue .t-bg-color-gradient-rotate-s {
  background: linear-gradient(-90deg, #5068c5, transparent) !important
}
.theme-sky-blue .t-bg-color-gradient-rotate-t .t-bg-color-gradient-rotate-t-tt, .theme-sky-blue .t-bg-color-gradient-rotate-t .t-bg-color-gradient-rotate-t-tt-after:after, .theme-sky-blue .t-bg-color-gradient-rotate-t .t-bg-color-gradient-rotate-t-tt-before:before, .theme-sky-blue .t-bg-color-gradient-rotate-t .t-t, .theme-sky-blue .t-bg-color-gradient-rotate-t .t-t-after:after, .theme-sky-blue .t-bg-color-gradient-rotate-t .t-t-before:before {
  background: linear-gradient(-90deg, #5068c5, transparent)
}
.theme-sky-blue .t-bg-color-gradient-rotate-t-s .t-bg-color-gradient-rotate-t-tt-after-s:after, .theme-sky-blue .t-bg-color-gradient-rotate-t-s .t-bg-color-gradient-rotate-t-tt-before-s:before, .theme-sky-blue .t-bg-color-gradient-rotate-t-s .t-bg-color-gradient-rotate-t-tt-s, .theme-sky-blue .t-bg-color-gradient-rotate-t-s .t-t-after-s:after, .theme-sky-blue .t-bg-color-gradient-rotate-t-s .t-t-before-s:before, .theme-sky-blue .t-bg-color-gradient-rotate-t-s .t-t-s {
  background: linear-gradient(-90deg, #5068c5, transparent) !important
}
.theme-sky-blue .t-bg-color-gradient-vertical, .theme-sky-blue .t-bg-color-gradient-vertical-after:after, .theme-sky-blue .t-bg-color-gradient-vertical-all, .theme-sky-blue .t-bg-color-gradient-vertical-all *, .theme-sky-blue .t-bg-color-gradient-vertical-before:before {
  background: linear-gradient(0deg, #5068c5, transparent)
}
.theme-sky-blue .t-bg-color-gradient-vertical-after-s:after, .theme-sky-blue .t-bg-color-gradient-vertical-all-s, .theme-sky-blue .t-bg-color-gradient-vertical-all-s *, .theme-sky-blue .t-bg-color-gradient-vertical-before-s:before, .theme-sky-blue .t-bg-color-gradient-vertical-s {
  background: linear-gradient(0deg, #5068c5, transparent) !important
}
.theme-sky-blue .t-bg-color-gradient-vertical-t .t-bg-color-gradient-vertical-t-tt, .theme-sky-blue .t-bg-color-gradient-vertical-t .t-bg-color-gradient-vertical-t-tt-after:after, .theme-sky-blue .t-bg-color-gradient-vertical-t .t-bg-color-gradient-vertical-t-tt-before:before, .theme-sky-blue .t-bg-color-gradient-vertical-t .t-t, .theme-sky-blue .t-bg-color-gradient-vertical-t .t-t-after:after, .theme-sky-blue .t-bg-color-gradient-vertical-t .t-t-before:before {
  background: linear-gradient(0deg, #5068c5, transparent)
}
.theme-sky-blue .t-bg-color-gradient-vertical-t-s .t-bg-color-gradient-vertical-t-tt-after-s:after, .theme-sky-blue .t-bg-color-gradient-vertical-t-s .t-bg-color-gradient-vertical-t-tt-before-s:before, .theme-sky-blue .t-bg-color-gradient-vertical-t-s .t-bg-color-gradient-vertical-t-tt-s, .theme-sky-blue .t-bg-color-gradient-vertical-t-s .t-t-after-s:after, .theme-sky-blue .t-bg-color-gradient-vertical-t-s .t-t-before-s:before, .theme-sky-blue .t-bg-color-gradient-vertical-t-s .t-t-s {
  background: linear-gradient(0deg, #5068c5, transparent) !important
}
.theme-sky-blue .t-hover-bg-color-gradient-vertical-after:after, .theme-sky-blue .t-hover-bg-color-gradient-vertical-all:hover, .theme-sky-blue .t-hover-bg-color-gradient-vertical-all:hover *, .theme-sky-blue .t-hover-bg-color-gradient-vertical-before:before, .theme-sky-blue .t-hover-bg-color-gradient-vertical:hover {
  background: linear-gradient(0deg, #5068c5, transparent)
}
.theme-sky-blue .t-hover-bg-color-gradient-vertical-after-s:after, .theme-sky-blue .t-hover-bg-color-gradient-vertical-all-s:hover, .theme-sky-blue .t-hover-bg-color-gradient-vertical-all-s:hover *, .theme-sky-blue .t-hover-bg-color-gradient-vertical-before-s:before, .theme-sky-blue .t-hover-bg-color-gradient-vertical-s:hover {
  background: linear-gradient(0deg, #5068c5, transparent) !important
}
.theme-sky-blue .t-hover-bg-color-gradient-vertical-t:hover .t-hover-bg-color-gradient-vertical-t-tt, .theme-sky-blue .t-hover-bg-color-gradient-vertical-t:hover .t-hover-bg-color-gradient-vertical-t-tt-after:after, .theme-sky-blue .t-hover-bg-color-gradient-vertical-t:hover .t-hover-bg-color-gradient-vertical-t-tt-before:before, .theme-sky-blue .t-hover-bg-color-gradient-vertical-t:hover .t-t, .theme-sky-blue .t-hover-bg-color-gradient-vertical-t:hover .t-t-after:after, .theme-sky-blue .t-hover-bg-color-gradient-vertical-t:hover .t-t-before:before {
  background: linear-gradient(0deg, #5068c5, transparent)
}
.theme-sky-blue .t-hover-bg-color-gradient-vertical-t-s:hover .t-hover-bg-color-gradient-vertical-t-tt-after-s:after, .theme-sky-blue .t-hover-bg-color-gradient-vertical-t-s:hover .t-hover-bg-color-gradient-vertical-t-tt-before-s:before, .theme-sky-blue .t-hover-bg-color-gradient-vertical-t-s:hover .t-hover-bg-color-gradient-vertical-t-tt-s, .theme-sky-blue .t-hover-bg-color-gradient-vertical-t-s:hover .t-t-after-s:after, .theme-sky-blue .t-hover-bg-color-gradient-vertical-t-s:hover .t-t-before-s:before, .theme-sky-blue .t-hover-bg-color-gradient-vertical-t-s:hover .t-t-s {
  background: linear-gradient(0deg, #5068c5, transparent) !important
}
.theme-sky-blue section.ow-swiper .swiper-pagination .swiper-active-switch {
  background: #5068c5
}