* {
  box-sizing: border-box;
}

.l-block {
  display: block !important;
}

.mfp-hide {
  display: none !important;
}

.l-flex {
  display: flex;
}

.l-flex-rowwrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .l-2cols {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.l-iblock {
  display: inline-block !important;
}

.l-table {
  display: table;
  width: 100%;
}

.l-table > * {
  display: table-cell;
  vertical-align: top;
}

.l-ibox {
  display: inline-block;
  vertical-align: middle;
}

.l-center {
  margin-right: auto;
  margin-left: auto;
}

.l-ovh {
  overflow: hidden;
}

.l-rel {
  position: relative;
}

.l-pull-left {
  float: left;
  overflow: hidden;
}

.l-pull-right {
  float: right;
  overflow: hidden;
}

.l-space-reset {
  margin-bottom: 0 !important;
}

.l-top-reset,
.l-reset-top {
  margin-top: 0 !important;
}

.l-reset {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.l-last-reset p:last-child {
  margin-bottom: 0 !important;
}

.l-space-xxs {
  margin-bottom: 0.17188rem !important;
}

.l-space-xs {
  margin-bottom: 0.34375rem !important;
}

.l-space-s {
  margin-bottom: 0.6875rem !important;
}

.l-space-ms {
  margin-bottom: 1.03125rem !important;
}

.l-space-top-s {
  margin-top: 0.6875rem;
}

.l-space {
  margin-bottom: 1.375rem !important;
}

.l-space-m {
  margin-bottom: 2.0625rem !important;
}

.l-space-l {
  margin-bottom: 2.75rem !important;
}

.l-space-sl {
  margin-bottom: 3.4375rem !important;
}

.l-space-nl {
  margin-bottom: 2.40625rem !important;
}

.l-space-ml {
  margin-bottom: 4.125rem !important;
}

.l-space-xl {
  margin-bottom: 5.5rem !important;
}

.l-space-xxl {
  margin-bottom: 8.25rem !important;
}

.l-box-xs {
  padding-top: 0.34375rem;
}

.l-box-s {
  padding-top: 0.6875rem;
}

.l-box {
  padding-top: 1.375rem;
}

.l-box-m {
  padding-top: 2.0625rem;
}

.l-box-md {
  padding-top: 1.71875rem;
}

.l-box-l {
  padding-top: 2.75rem;
}

.l-box-ml {
  padding-top: 4.125rem;
}

.l-box-xl {
  padding-top: 5.5rem;
}

.l-box-xxl {
  padding-top: 8.25rem;
}

.l-box-top {
  padding-top: 6.875rem;
}

.l-offs-xs {
  margin-right: 0.34375rem;
  margin-left: 0.34375rem;
}

.l-offs-s {
  margin-right: 0.6875rem;
  margin-left: 0.6875rem;
}

.l-offs-m {
  margin-right: 2.0625rem !important;
  margin-left: 2.0625rem !important;
}

.l-offs-left-m {
  margin-left: 2.0625rem;
}

.l-offs-right-m {
  margin-right: 2.0625rem !important;
}

.l-offs-right-xxs {
  margin-right: 0.17188rem;
}

.l-offs {
  margin-right: 1.375rem;
  margin-left: 1.375rem;
}

.l-offs-right {
  margin-right: 1.375rem !important;
}

.l-offs-left {
  margin-left: 1.375rem !important;
}

.l-offs-l {
  margin-right: 2.75rem;
  margin-left: 2.75rem;
}

.l-offs-left-l {
  margin-left: 2.75rem;
}

.l-offs-left-xl {
  margin-left: 5.5rem;
}

.l-offs-left-nl {
  margin-left: 2.40625rem;
}

.l-offs-right-l {
  margin-right: 2.75rem;
}

.l-offs-right-nl {
  margin-right: 2.40625rem;
}

.l-offs-right-s {
  margin-right: 0.6875rem;
}

.l-offs-right-xl {
  margin-right: 5.5rem;
}

.l-offs-l {
  margin-right: 4.125rem;
  margin-left: 4.125rem;
}

.l-offs-xl {
  margin-right: 5.5rem;
  margin-left: 5.5rem;
}

.l-offs-left-xl {
  margin-left: 5.5rem !important;
}

.l-ind-xs {
  padding-right: 0.34375rem;
  padding-left: 0.34375rem;
}

.l-ind-s {
  padding-right: 0.6875rem;
  padding-left: 0.6875rem;
}

.l-ind-m {
  padding-right: 2.0625rem;
  padding-left: 2.0625rem;
}

.l-ind {
  padding-right: 1.375rem;
  padding-left: 1.375rem;
}

.l-ind-left {
  padding-left: 1.375rem;
}

.l-ind-left-m {
  padding-left: 2.0625rem;
}

.l-ind-l {
  padding-right: 2.75rem;
  padding-left: 2.75rem;
}

.l-ind-ml {
  padding-right: 4.125rem;
  padding-left: 4.125rem;
}

.l-ind-xl {
  padding-right: 5.5rem;
  padding-left: 5.5rem;
}

.l-ind-xxl {
  padding-right: 8.25rem;
  padding-left: 8.25rem;
}

.l-w1of12 {
  width: 8.33333% !important;
}

.l-w2of12 {
  width: 16.66667% !important;
}

.l-w3of12 {
  width: 25% !important;
}

.l-w4of12 {
  width: 33.33333% !important;
}

.l-w5of12 {
  width: 41.66667% !important;
}

.l-w6of12 {
  width: 50% !important;
}

.l-w7of12 {
  width: 58.33333% !important;
}

.l-w8of12 {
  width: 66.66667% !important;
}

.l-w9of12 {
  width: 75% !important;
}

.l-w10of12 {
  width: 83.33333% !important;
}

.l-w11of12 {
  width: 91.66667% !important;
}

.l-w12of12 {
  width: 100% !important;
}

/* Grid for about page */
.l-expertise {
  text-align: center;
  margin-bottom: 2.75rem;
}

.l-expertise > div {
  margin-bottom: 2.75rem;
}

@media (min-width: 992px) {
  .l-expertise {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.375rem;
  }
  .l-expertise > div {
    flex: auto;
  }
}

.l-sitewidth {
  margin-right: auto;
  margin-left: auto;
  width: 1200px;
}

.l-sitewidth:after {
  content: "";
  display: table;
  clear: both;
}

.l-header {
  position: fixed;
  z-index: 20;
  height: 4.375rem;
  z-index: 100;
  right: 0;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  will-change: transform, opacity;
  /* @include breakpoint($m-med) {
		height: $l-header-height;
	} */
}

.l-header.headroom--not-top {
  height: 3.5rem;
}

.l-submenu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  padding-top: 70px;
  background-color: #ececee;
  opacity: 1;
  transition: padding, opacity 0.2s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  will-change: transform, opacity;
}

.no-classlist .l-submenu {
  position: relative;
  top: auto;
  padding-top: 0;
}

.l-submenu.headroom--not-top {
  padding-top: 56px;
  opacity: 0;
  pointer-events: none;
}

.l-demo-progress {
  z-index: 20;
  display: block;
  margin-top: 5.375rem;
}

.p-site-index.a-index .l-demo-progress {
  position: fixed;
  margin-top: 32.8125rem;
}

@media (min-width: 768px) {
  .l-demo-progress {
    position: fixed;
    width: 100%;
  }
  .p-site-index.a-index .l-demo-progress {
    margin-top: 9.75rem;
  }
}

.l-demo-progress .container {
  position: relative;
}

.l-subwrapper {
  position: relative;
  min-height: 54px;
}

.l-footer {
  background-color: #274b62;
  font-size: 0.875rem;
}

.l-copy {
  padding: 0.6875rem;
  background-color: #183547;
}

.l-content {
  position: relative;
  z-index: 10;
  padding-top: 1.375rem;
  padding-bottom: 11.875rem;
  background-image: url("/img/20201022/bgs/content-bg.png");
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .l-content {
    padding-top: 8.5rem;
  }
}

.p-site-contacts .l-content,
.p-site-error .l-content {
  background-image: none;
}

.p-site-index.a-index .l-content {
  margin-top: -3.19375rem;
  padding-top: 0;
}

@media (min-width: 768px) {
  .p-site-index.a-index .l-content {
    margin-top: -4.375rem;
  }
}

.l-article {
  position: relative;
}

@media (min-width: 992px) {
  .p-activedirectory-page .l-article {
    padding-right: 2.75rem;
  }
}

@media (min-width: 992px) {
  .p-scripts-view .l-article {
    padding-right: 2.75rem;
  }
}

.l-social {
  margin-left: 1.375rem;
}

@media (min-width: 992px) {
  .l-social {
    position: absolute;
    right: -25%;
  }
}

.l-checksum {
  /* position: absolute; */
}

.l-card {
  position: relative;
}

.l-formstep {
  margin-bottom: 2.75rem;
}

.l-about {
  background-image: linear-gradient(to bottom, #fff 0%, #fff 70%, #f1f1f1 70%);
}

@media (min-width: 768px) {
  .l-about {
    background-image: linear-gradient(to bottom, #fff 0%, #fff 50%, #f1f1f1 50%);
  }
}

.l-grey {
  background-color: #f1f1f1;
}

/* .no-picture body::before {
	@include centerer();
	position: fixed;
	padding: 40px;
	margin: 20px;
	z-index: 10;
	content: "No support for picture element";
	box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
	font-size: rem(24);
	text-align: center;
	background-color: #f3eeb9;
	border: 1px solid #e5d956;
} */
.l-try {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/20201022/bgs/tryadaxes.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.l-trybuttons {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2.75rem;
  text-align: center;
}

.l-scriptsearch {
  position: absolute;
  z-index: 20;
  width: calc(100% - 20px);
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

@media (min-width: 1200px) {
  .l-right-border {
    border-right: 2px solid #e3e3e3;
  }
}

@media (min-width: 1200px) {
  .l-left-border {
    border-left: 2px solid #e3e3e3;
  }
}

.l-price-summary {
  min-height: 190px !important;
  margin-top: 4.125rem;
}

@media (min-width: 1200px) {
  .l-price-summary {
    border-left: 2px solid #e3e3e3;
  }
}

.l-notification {
  position: fixed;
  bottom: 0;
  left: 5%;
  z-index: 2000000001 !important;
  display: inline-block;
  overflow: hidden;
  padding: 1rem 8rem 0.5rem 4rem;
  width: 90%;
  border: 0;
  border-style: solid;
  border-color: #e49c01;
  border-top-width: 3px;
  border-radius: .125rem;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .l-notification {
    padding: 1rem 2rem 0.5rem 2rem;
  }
}

@media (min-width: 1200px) {
  .l-notification {
    left: 50%;
    margin-left: -600px;
    width: 1200px;
  }
}

.l-notification .l-notification__close {
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -1rem;
  text-decoration: none;
}

@media (max-width: 768px) {
  .l-notification .l-notification__close {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    margin-top: 1rem;
  }
}

.l-tawkmessage {
  position: fixed;
  opacity: 0;
  z-index: 20;
  right: 12px;
  bottom: 42px;
  width: 312px;
  padding: 0.6875rem;
  background-color: #2b7db1;
  color: #fff;
  font-size: 1rem;
  border-radius: 4px;
  line-height: 0.6875;
  transition: opacity 0.2s linear;
}

@media (min-width: 768px) {
  .l-tawkmessage {
    width: 260px;
    right: 12px;
    bottom: 82px;
  }
}

.fadeout {
  -webkit-animation: 5s linear 0s fadeout;
          animation: 5s linear 0s fadeout;
}

.l-video {
  position: relative;
}

.l-video video {
  max-width: 100%;
  display: block;
}

.t-center {
  text-align: center;
}

.t-vcenter {
  vertical-align: middle !important;
}

.t-pointer {
  cursor: pointer;
}

.t-image {
  text-align: center;
}

.t-justified {
  text-align: justify;
}

.t-wrap {
  word-wrap: break-word;
}

.t-left {
  text-align: left !important;
}

.t-right {
  text-align: right;
}

.t-shout,
.t-uppercase {
  text-transform: uppercase;
}

.t-underline {
  text-decoration: underline;
}

.t-nowrap {
  white-space: nowrap;
}

.t-ellipsis {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.t-lh-s {
  line-height: 0.34375;
}

.t-lh {
  line-height: 1.375;
}

.t-lh-m {
  line-height: 1.85625;
}

.t-lh-ms {
  line-height: 1.03125;
}

.t-lh-l {
  line-height: 2.0625;
}

.t-lh-xl {
  line-height: 2.75;
}

.t-size-xxs {
  font-size: 0.5rem;
}

.t-size-xs {
  font-size: 0.75rem;
}

.t-size-s {
  font-size: 0.875rem;
}

.t-size-md {
  font-size: 1.125rem;
}

.t-size-m {
  font-size: 1.375rem;
}

.t-size {
  font-size: 1rem;
}

.t-size-l {
  font-size: 1.5rem !important;
}

.t-size-xl {
  font-size: 1.875rem !important;
}

.t-size-34 {
  font-size: 1.75rem;
}

@media (min-width: 768px) {
  .t-size-34 {
    font-size: 2.125rem;
  }
}

.t-size-big {
  font-size: 2.625rem;
}

.t-light {
  font-weight: 300;
}

.t-regular {
  font-weight: 400;
}

.t-bold {
  font-weight: 600;
}

.t-white {
  color: #fff;
}

.t-white a {
  color: #fff;
}

.t-white a:hover {
  color: #fff;
  text-decoration: underline;
}

.t-blue, .valref {
  color: blue;
}

.note .valref {
  color: #2626d9;
}

.t-alpha {
  color: #e49c01;
}

.t-delta {
  color: #2b7db1;
}

.t-black {
  color: #000;
}

.t-gray {
  color: #8c8c8c;
}

.t-success {
  color: #26b368;
}

.t-gray-dark {
  color: #3c3c3c;
}

.t-gray-light {
  color: #d1d3d4;
}

.t-text {
  color: #3c3c3c;
}

.t-text:hover {
  color: #3c3c3c;
}

.t-pointer {
  cursor: pointer;
}

.t-cursor-default {
  cursor: initial;
}

.t-strong {
  font-weight: 600;
}

.t-nounder {
  text-decoration: none;
}

.t-nounder:hover {
  text-decoration: none;
}

.t-textlink {
  color: #3c3c3c;
  text-decoration: underline;
}

.t-textlink:hover {
  color: #3c3c3c;
}

.t-textlink:hover::before {
  display: none !important;
}

.t-textlink:focus {
  text-decoration: underline;
}

.t-link {
  text-decoration: underline;
}

.t-link:focus {
  text-decoration: underline;
}

.t-thinlink:hover {
  text-decoration: none;
  border-bottom: 1px solid #e49c01;
}

.t-copy {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
}

a.t-copy:hover {
  color: rgba(255, 255, 255, 0.5);
}

.l-ibottom {
  display: inline-block;
  vertical-align: bottom;
}

.t-baseline {
  vertical-align: baseline;
}

.t-sp-b-center,
.t-sp-y-center,
.t-sp-w-center,
.t-sp-b-left,
.p-activedirectory-page h2 {
  position: relative;
}

.t-sp-b-center::after,
.t-sp-y-center::after,
.t-sp-w-center::after,
.t-sp-b-left::after,
.p-activedirectory-page h2::after {
  position: absolute;
  display: block;
  content: "";
  height: 0;
  border-width: 1px;
  border-style: solid;
}

hr.t-sp-b-center,
hr.t-sp-y-center,
hr.t-sp-b-left {
  border-color: transparent;
  clear: both;
}

hr.t-sp-b-left {
  text-align: left;
  width: 46px;
  margin-left: 0;
  border-color: #3d3d3d;
  border-width: 2px;
}

hr.t-sp-b-left::after {
  display: none;
}

.card--beta hr.t-sp-b-left {
  margin-bottom: 0;
}

hr.t-sp-b-center {
  width: 46px;
  border-color: #3d3d3d;
  border-width: 2px;
}

hr.t-sp-b-center::after {
  display: none;
}

.t-sp-b-center::after {
  width: 46px;
  left: 50%;
  bottom: -1.375rem;
  margin-left: -23px;
  border-color: #3d3d3d;
}

.t-sp-w-center::after {
  width: 46px;
  left: 50%;
  bottom: -1.375rem;
  margin-left: -23px;
  border-color: #fff;
}

h3.t-sp-y-center::after {
  left: 50%;
  width: 32px;
  margin-left: -16px;
  bottom: -1.375rem;
  border-color: #e7bd3a;
}

h1.t-sp-b-left,
header.t-sp-b-left {
  margin-bottom: 2.75rem;
}

h1.t-sp-b-left::after,
header.t-sp-b-left::after {
  width: 46px;
  bottom: -1.375rem;
  border-color: #3d3d3d;
}

h3.t-sp-b-left {
  margin-bottom: 2.75rem;
}

h3.t-sp-b-left::after {
  width: 46px;
  bottom: -1.375rem;
  border-color: #3d3d3d;
}

h4.t-sp-b-left {
  margin-bottom: 2.0625rem;
}

h4.t-sp-b-left::after {
  width: 46px;
  bottom: -1.375rem;
  border-color: #3d3d3d;
}

h5.t-sp-b-left {
  margin-bottom: 2.0625rem;
}

h5.t-sp-b-left::after {
  width: 32px;
  bottom: -12px;
  border-color: #3d3d3d;
}

.t-sp-reset::after {
  display: none;
}

.t-headcount {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-indent: -1.5rem;
  font-size: 6.25rem;
  color: #d1d3d4;
  line-height: 5rem;
  vertical-align: baseline;
}

.t-headcount::after {
  display: inline;
  content: counter(counter, decimal-leading-zero);
  vertical-align: baseline;
}

.text-selected {
  display: inline-block;
  background-color: #ffedc7;
}

.t-backtolist-header {
  position: relative;
  margin-top: -2.0625rem;
  margin-bottom: 2.0625rem;
}

.t-backtotop,
.backToTop {
  margin: 1.375rem 0;
  padding-bottom: 0.6875rem;
  display: block;
  color: #e49c01;
  border-bottom: 1px solid #d1d3d4;
}

.t-checksum {
  color: #8c8c8c;
  word-break: break-all;
  font-size: 0.875rem;
}

.t-link-collapse[data-toggle="collapse"] {
  font-size: 1rem;
  display: inline-block;
  margin: 10px 0;
}

.t-link-collapse[data-toggle="collapse"]:before {
  content: '';
}

.t-link-collapse[data-toggle="collapse"][aria-expanded="true"]:before {
  bottom: 2px;
}

/* Mobile or not Mobile */
.is-mobile .m-mobile-hide,
.is-mobile .m-hide-mobile {
  display: none !important;
}

@media (min-width: 601px) {
  .m-sml-l-offs {
    margin-left: 1.375rem !important;
    margin-right: 1.375rem !important;
  }
  .m-sml-l-offs-left-l {
    margin-left: 2.75rem;
  }
  .m-sml-l-ind-left-m {
    padding-left: 2.0625rem;
  }
  .m-sml-l-offs-s {
    margin-left: 0.6875rem !important;
    margin-right: 0.6875rem !important;
  }
  .m-sml-l-w9of12 {
    width: 75%;
  }
  .m-sml-l-w10of12 {
    width: 83.33333%;
  }
}

@media (min-width: 768px) {
  .m-med-none {
    display: none !important;
  }
  .m-med-block {
    display: block !important;
  }
  .m-med-space-l {
    margin-bottom: 2.75rem;
  }
  .m-med-l-box {
    padding-top: 1.375rem;
  }
  .m-med-l-box-l {
    padding-top: 2.75rem;
  }
  .m-med-l-box-xl {
    padding-top: 5.5rem;
  }
  .m-med-l-box-xxl {
    padding-top: 8.25rem;
  }
  .m-med-l-offs {
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }
  .m-med-l-offs-l {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }
  .m-med-l-offs-left-xl {
    margin-left: 5.5rem;
  }
  .m-med-l-offs-left-l {
    margin-left: 2.75rem;
  }
  .m-med-l-offs-left-m {
    margin-left: 2.0625rem;
  }
  .m-med-l-offs-right {
    margin-right: 1.375rem;
  }
  .m-med-l-offs-right-l {
    margin-right: 2.75rem;
  }
  .m-med-l-offs-right-xl {
    margin-right: 5.5rem;
  }
  .m-med-l-w6of12 {
    width: 50%;
  }
  .m-med-l-w9of12 {
    width: 75%;
  }
  .m-med-text-right {
    text-align: right;
  }
  .m-med-ind-xxl {
    margin-left: 8.25rem !important;
    margin-right: 8.25rem !important;
  }
  .m-med-pull-left {
    float: left;
  }
}

@media (min-width: 993px) {
  .m-mid-space-xl {
    margin-bottom: 5.5rem;
  }
  .m-mid-l-box-l {
    padding-top: 2.75rem;
  }
  .m-mid-l-box-xl {
    padding-top: 5.5rem;
  }
  .m-mid-l-box-xxl {
    padding-top: 8.25rem;
  }
  .m-mid-ind-xl {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .m-mid-ind-xxl {
    margin-left: 8.25rem !important;
    margin-right: 8.25rem !important;
  }
  .m-mid-l-w6of12 {
    width: 50%;
  }
  .m-mid-l-offs-left-xl {
    margin-left: 5.5rem;
  }
  .m-mid-l-offs-left-xxl {
    margin-left: 8.25rem;
  }
  .m-mid-l-offs-right-xl {
    margin-right: 5.5rem;
  }
  .m-mid-l-offs-left-tutlist {
    margin-left: 6.6rem;
  }
  .m-mid-visible {
    display: block !important;
  }
  .m-mid-none {
    display: none !important;
  }
  .m-mid-nowrap {
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .m-min-max-block {
    display: block !important;
    width: 100%;
    float: none;
  }
}

@media (max-width: 600px) {
  .m-sml-max-visible {
    display: block !important;
  }
  .m-sml-max-l-box {
    padding-top: 1.375rem;
  }
}

@media (max-width: 768px) {
  .m-med-max-l-offs-s {
    margin-left: 0.6875rem !important;
    margin-right: 0.6875rem !important;
  }
  .m-med-max-break {
    clear: both;
  }
  .m-med-max-center {
    text-align: center;
  }
  .m-med-max-none {
    display: none !important;
  }
  .m-med-max-l-box-reset {
    padding-top: 0;
  }
  .m-med-max-t-center {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .m-mid-max-visible {
    display: block !important;
  }
  .m-mid-max-t-center {
    text-align: center;
  }
  .m-mid-max-l-space-l {
    margin-bottom: 2.75rem;
  }
  .m-mid-max-l-box {
    padding-top: 1.375rem;
  }
  .m-mid-max-l-box-l {
    padding-top: 2.75rem;
  }
  .m-mid-max-l-box-xl {
    padding-top: 5.5rem;
  }
}

@media (min-width: 768px) {
  .l-offs-left-40 {
    margin-left: 40% !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .m-med-mid-l-box-xl {
    padding-top: 5.5rem;
  }
  .m-med-mid-l-box-xxl {
    padding-top: 8.25rem;
  }
  .m-med-mid-l-box-l {
    padding-top: 2.75rem;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .m-med-max-l-box-xl {
    padding-top: 5.5rem;
  }
  .m-med-max-l-box-l {
    padding-top: 2.75rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .m-mid-max-l-box-xl {
    padding-top: 5.5rem;
  }
  .m-mid-max-l-box-l {
    padding-top: 2.75rem;
  }
}

.icon--award-mse, .icon--award-ge, .icon--award-wn, .voted .icon--upvote, .icon--facebook-32, .icon--in-32, .icon--twitter-32, .icon--youtube-32, .icon--rss-32, .icon--facebook-24, .icon--in-24, .icon--twitter-24, .icon--youtube-24, .icon--rss-24, .icon--footer-facebook, .icon--footer-linkedin, .icon--footer-twitter, .icon--footer-youtube, .icon--footer-gplus, .icon--footer-rss, .icon--play, .icon--play-white, .icon--play-a, .icon--download, .icon--download-a, .icon--workload, .icon--env, .icon--security, .icon--audit, .icon--success, .icon--points, .icon--folder, .icon--license, .icon--sendemail, .icon--skype, .icon--mailbox, .icon--movetounit, .icon--addgroups, .icon--user, .icon--award-its, .icon--pr-down, .icon--pr-right, .icon--pr-down-big, .icon--monitor, .icon--close, .icon--close-inverted, .icon--play-b, .icon--play-c, .icon--play-d, .icon--play-e, .icon--play-f, .icon--video-up, .icon--vprev, .icon--vnext, .icon--up, .icon--tutorial, .icon--plus, .t-link-collapse[data-toggle="collapse"][aria-expanded="false"]:before, .icon--minus, .t-link-collapse[data-toggle="collapse"][aria-expanded="true"]:before, .icon--twitter-share, .icon--facebook-share, .icon--reddit-share, .icon--linkedin-share, .icon--twitter-share-hover, .icon--facebook-share-hover, .icon--reddit-share-hover, .icon--linkedin-share-hover, .icon--ok-small, .icon--info, .icon--pdf, .icon--pdf-s, .icon--formok, .icon--formerror, .icon--nav-up, .icon--nav-down, .icon--pdf-g, .icon--doc, .icon--quote, .icon--customers, .icon--expertise, .icon--enterprise, .icon--note-tip, .icon--note-info, .icon--note-caution, .icon--ok, .icon--faq, .icon--forum, .icon--script, .icon--tut, .icon--q, .icon--demo, .icon--eye, .icon--arrow-left, .icon--arrow-right, .icon--arrow-up, .icon--arrow-down, .icon--livedemo, .icon--upvote, .icon--upvote-active, .icon--more, .icon--rss, .icon--reddit-share:hover, .icon--twitter-share:hover, .icon--facebook-share:hover, .icon--linkedin-share:hover, .nav-next, .nav-prev, .dropdown-menu.otherdowns > li > a.active::before {
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.icon--award-mse {
  background-image: url(/img/20200909/sprite.png);
  background-position: -196px 0px;
  width: 110px;
  height: 63px;
  vertical-align: top;
  margin-right: 5px;
}

.icon--award-ge {
  background-image: url(/img/20200909/sprite.png);
  background-position: 0px 0px;
  width: 90px;
  height: 125px;
  vertical-align: top;
  margin-right: 5px;
}

.icon--award-wn {
  background-image: url(/img/20200909/sprite.png);
  background-position: -196px -73px;
  width: 110px;
  height: 63px;
  vertical-align: top;
  margin-right: 5px;
}

.voted .icon--upvote {
  background-image: url(/img/20200909/sprite.png);
  background-position: -582px -274px;
  width: 10px;
  height: 13px;
  vertical-align: baseline;
  margin-right: 6px;
  margin-left: 6px;
}

.icon--facebook-32 {
  background-image: url(/img/20200909/sprite.png);
  background-position: -485px -60px;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin-right: 3px;
  margin-left: 0;
}

.icon--in-32 {
  background-image: url(/img/20200909/sprite.png);
  background-position: 0px -430px;
  width: 41px;
  height: 40px;
  vertical-align: middle;
  margin-right: 3px;
  margin-left: 0;
}

.icon--twitter-32 {
  background-image: url(/img/20200909/sprite.png);
  background-position: -407px -345px;
  width: 46px;
  height: 38px;
  vertical-align: middle;
  margin-right: 3px;
  margin-left: 0;
}

.icon--youtube-32 {
  background-image: url(/img/20200909/sprite.png);
  background-position: -100px -96px;
  width: 41px;
  height: 25px;
  vertical-align: middle;
  margin-right: 3px;
  margin-left: 0;
}

.icon--rss-32 {
  background-image: url(/img/20200909/sprite.png);
  background-position: -485px -338px;
  width: 42px;
  height: 42px;
  vertical-align: middle;
  margin-right: 3px;
  margin-left: 0;
}

.icon--facebook-24 {
  background-image: url(/img/20200909/sprite.png);
  background-position: -546px -114px;
  width: 25px;
  height: 23px;
  vertical-align: middle;
  margin-right: 3px;
  margin-left: 0;
}

.icon--in-24 {
  background-image: url(/img/20200909/sprite.png);
  background-position: -51px -430px;
  width: 42px;
  height: 35px;
  vertical-align: middle;
  margin-right: 3px;
  margin-left: 0;
}

.icon--twitter-24 {
  background-image: url(/img/20200909/sprite.png);
  background-position: -546px -80px;
  width: 26px;
  height: 24px;
  vertical-align: middle;
  margin-right: 3px;
  margin-left: 0;
}

.icon--youtube-24 {
  background-image: url(/img/20200909/sprite.png);
  background-position: -196px -146px;
  width: 31px;
  height: 24px;
  vertical-align: middle;
  margin-right: 3px;
  margin-left: 0;
}

.icon--rss-24 {
  background-image: url(/img/20200909/sprite.png);
  background-position: -546px -147px;
  width: 24px;
  height: 22px;
  vertical-align: middle;
  margin-right: 3px;
  margin-left: 0;
}

.icon--footer-facebook {
  background-image: url(/img/20200909/sprite.png);
  background-position: -582px -389px;
  width: 6px;
  height: 14px;
  vertical-align: middle;
  margin-right: 20px;
  margin-left: 0;
}

.icon--footer-linkedin {
  background-image: url(/img/20200909/sprite.png);
  background-position: -582px -105px;
  width: 15px;
  height: 14px;
  vertical-align: middle;
  margin-right: 20px;
  margin-left: 0;
}

.icon--footer-twitter {
  background-image: url(/img/20200909/sprite.png);
  background-position: -298px -480px;
  width: 18px;
  height: 14px;
  vertical-align: middle;
  margin-right: 20px;
  margin-left: 0;
}

.icon--footer-youtube {
  background-image: url(/img/20200909/sprite.png);
  background-position: -268px -480px;
  width: 20px;
  height: 14px;
  vertical-align: middle;
  margin-right: 20px;
  margin-left: 0;
}

.icon--footer-gplus {
  background-image: url(/img/20200909/sprite.png);
  background-position: -237px -480px;
  width: 21px;
  height: 14px;
  vertical-align: middle;
  margin-right: 3px;
  margin-left: 0;
}

.icon--footer-rss {
  background-image: url(/img/20200909/sprite.png);
  background-position: -582px 0px;
  width: 17px;
  height: 16px;
  vertical-align: middle;
  margin-right: 3px;
  margin-left: 0;
}

.icon--play {
  background-image: url(/img/20200909/sprite.png);
  background-position: -353px -430px;
  width: 27px;
  height: 27px;
  vertical-align: middle;
  margin-right: -2px;
  margin-left: 2px;
}

.icon--play-white {
  background-image: url(/img/20200909/sprite.png);
  background-position: -259px -230px;
  width: 27px;
  height: 27px;
  vertical-align: middle;
  margin-right: -2px;
  margin-left: 2px;
}

.icon--play-a {
  background-image: url(/img/20200909/sprite.png);
  background-position: -546px -45px;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-right: -2px;
  margin-left: 6px;
}

.icon--download {
  background-image: url(/img/20200909/sprite.png);
  background-position: -582px -26px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 3px;
  margin-left: 5px;
}

.icon--download-a {
  background-image: url(/img/20200909/sprite.png);
  background-position: -85px -534px;
  width: 19px;
  height: 15px;
  vertical-align: middle;
  margin-right: 3px;
  margin-left: 5px;
}

.icon--workload {
  background-image: url(/img/20200909/sprite.png);
  background-position: -158px -267px;
  width: 68px;
  height: 50px;
  vertical-align: middle;
  margin-right: 3px;
  margin-left: 0;
}

.icon--env {
  background-image: url(/img/20200909/sprite.png);
  background-position: -485px 0px;
  width: 51px;
  height: 50px;
  vertical-align: middle;
  margin-right: 3px;
  margin-left: 0;
}

.icon--security {
  background-image: url(/img/20200909/sprite.png);
  background-position: -485px -120px;
  width: 43px;
  height: 50px;
  vertical-align: middle;
  margin-right: 3px;
  margin-left: 0;
}

.icon--audit {
  background-image: url(/img/20200909/sprite.png);
  background-position: -236px -267px;
  width: 64px;
  height: 50px;
  vertical-align: middle;
  margin-right: 3px;
  margin-left: 0;
}

.icon--success {
  background-image: url(/img/20200909/sprite.png);
  background-position: -485px -180px;
  width: 47px;
  height: 44px;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
}

.icon--points {
  background-image: url(/img/20200909/sprite.png);
  background-position: -485px -234px;
  width: 46px;
  height: 44px;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
}

.icon--folder {
  background-image: url(/img/20200909/sprite.png);
  background-position: -316px -210px;
  width: 68px;
  height: 44px;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
}

.icon--license {
  background-image: url(/img/20200909/sprite.png);
  background-position: -267px -345px;
  width: 58px;
  height: 44px;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
}

.icon--sendemail {
  background-image: url(/img/20200909/sprite.png);
  background-position: -125px -345px;
  width: 61px;
  height: 44px;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
}

.icon--skype {
  background-image: url(/img/20200909/sprite.png);
  background-position: -196px -345px;
  width: 61px;
  height: 44px;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
}

.icon--mailbox {
  background-image: url(/img/20200909/sprite.png);
  background-position: -394px -210px;
  width: 66px;
  height: 44px;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
}

.icon--movetounit {
  background-image: url(/img/20200909/sprite.png);
  background-position: -310px -267px;
  width: 66px;
  height: 44px;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
}

.icon--addgroups {
  background-image: url(/img/20200909/sprite.png);
  background-position: -386px -267px;
  width: 65px;
  height: 44px;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
}

.icon--user {
  background-image: url(/img/20200909/sprite.png);
  background-position: -315px -430px;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
}

.icon--award-its {
  background-image: url(/img/20200909/sprite.png);
  background-position: 0px -180px;
  width: 90px;
  height: 77px;
  vertical-align: top;
  margin-right: 5px;
  margin-left: 0;
}

.icon--pr-down {
  background-image: url(/img/20200909/sprite.png);
  background-position: -117px -480px;
  width: 18px;
  height: 20px;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
}

.icon--pr-right {
  background-image: url(/img/20200909/sprite.png);
  background-position: -100px -230px;
  width: 38px;
  height: 27px;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
}

.icon--pr-down-big {
  background-image: url(/img/20200909/sprite.png);
  background-position: -47px -480px;
  width: 30px;
  height: 33px;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
}

.icon--monitor {
  background-image: url(/img/20200909/sprite.png);
  background-position: -335px -345px;
  width: 62px;
  height: 40px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 0;
}

.icon--close {
  background-image: url(/img/20200909/sprite.png);
  background-position: -185px -230px;
  width: 27px;
  height: 27px;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
}

.icon--close-inverted {
  background-image: url(/img/20200909/sprite.png);
  background-position: -148px -230px;
  width: 27px;
  height: 27px;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
}

.icon--play-b {
  background-image: url(/img/20200909/sprite.png);
  background-position: -582px -78px;
  width: 15px;
  height: 17px;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
}

.icon--play-c {
  background-image: url(/img/20200909/sprite.png);
  background-position: -582px -368px;
  width: 10px;
  height: 11px;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
}

.icon--play-d {
  background-image: url(/img/20200909/sprite.png);
  background-position: 0px -480px;
  width: 37px;
  height: 44px;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
}

.icon--play-e {
  background-image: url(/img/20200909/sprite.png);
  background-position: -100px 0px;
  width: 86px;
  height: 86px;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
}

.icon--play-f {
  background-image: url(/img/20200909/sprite.png);
  background-position: -58px -345px;
  width: 57px;
  height: 57px;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
}

.icon--video-up {
  background-image: url(/img/20200909/sprite.png);
  background-position: -205px -480px;
  width: 22px;
  height: 15px;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
}

.icon--vprev {
  background-image: url(/img/20200909/sprite.png);
  background-position: -175px -480px;
  width: 20px;
  height: 17px;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
}

.icon--vnext {
  background-image: url(/img/20200909/sprite.png);
  background-position: -145px -480px;
  width: 20px;
  height: 17px;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
}

.icon--up {
  background-image: url(/img/20200909/sprite.png);
  background-position: -582px -344px;
  width: 9px;
  height: 14px;
  vertical-align: top;
  margin-right: 0;
  margin-left: 5px;
}

.icon--tutorial {
  background-image: url(/img/20200909/sprite.png);
  background-position: -28px -534px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 2px;
}

.icon--plus, .t-link-collapse[data-toggle="collapse"][aria-expanded="false"]:before {
  background-image: url(/img/20200909/sprite.png);
  background-position: -546px -275px;
  width: 21px;
  height: 21px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 0;
}

.icon--minus, .t-link-collapse[data-toggle="collapse"][aria-expanded="true"]:before {
  background-image: url(/img/20200909/sprite.png);
  background-position: -546px -244px;
  width: 21px;
  height: 21px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 0;
}

.icon--twitter-share {
  background-image: url(/img/20200909/sprite.png);
  background-position: -510px -430px;
  width: 20px;
  height: 20px;
  vertical-align: baseline;
  margin-right: 4px;
  margin-left: 4px;
}

.icon--facebook-share {
  background-image: url(/img/20200909/sprite.png);
  background-position: -546px -456px;
  width: 20px;
  height: 20px;
  vertical-align: baseline;
  margin-right: 4px;
  margin-left: 0;
}

.icon--reddit-share {
  background-image: url(/img/20200909/sprite.png);
  background-position: -450px -430px;
  width: 20px;
  height: 20px;
  vertical-align: baseline;
  margin-right: 4px;
  margin-left: 4px;
}

.icon--linkedin-share {
  background-image: url(/img/20200909/sprite.png);
  background-position: -390px -430px;
  width: 20px;
  height: 20px;
  vertical-align: baseline;
  margin-right: 4px;
  margin-left: 0;
}

.icon--twitter-share-hover {
  background-image: url(/img/20200909/sprite.png);
  background-position: -87px -480px;
  width: 20px;
  height: 20px;
  vertical-align: baseline;
  margin-right: 4px;
  margin-left: 4px;
}

.icon--facebook-share-hover {
  background-image: url(/img/20200909/sprite.png);
  background-position: -546px -486px;
  width: 20px;
  height: 20px;
  vertical-align: baseline;
  margin-right: 4px;
  margin-left: 0;
}

.icon--reddit-share-hover {
  background-image: url(/img/20200909/sprite.png);
  background-position: -480px -430px;
  width: 20px;
  height: 20px;
  vertical-align: baseline;
  margin-right: 4px;
  margin-left: 4px;
}

.icon--linkedin-share-hover {
  background-image: url(/img/20200909/sprite.png);
  background-position: -420px -430px;
  width: 20px;
  height: 20px;
  vertical-align: baseline;
  margin-right: 4px;
  margin-left: 0;
}

.icon--ok-small {
  background-image: url(/img/20200909/sprite.png);
  background-position: -582px -485px;
  width: 10px;
  height: 7px;
  vertical-align: baseline;
  margin-right: 4px;
  margin-left: 0;
}

.icon--info {
  background-image: url(/img/20200909/sprite.png);
  background-position: -546px -306px;
  width: 22px;
  height: 20px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 2px;
}

.icon--pdf {
  background-image: url(/img/20200909/sprite.png);
  background-position: -237px -146px;
  width: 28px;
  height: 24px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 2px;
}

.icon--pdf-s {
  background-image: url(/img/20200909/sprite.png);
  background-position: 0px -534px;
  width: 18px;
  height: 21px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 2px;
}

.icon--formok {
  background-image: url(/img/20200909/sprite.png);
  background-position: -546px -179px;
  width: 22px;
  height: 23px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 2px;
}

.icon--formerror {
  background-image: url(/img/20200909/sprite.png);
  background-position: -151px -96px;
  width: 27px;
  height: 25px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 2px;
}

.icon--nav-up {
  background-image: url(/img/20200909/sprite.png);
  background-position: -582px -430px;
  width: 11px;
  height: 7px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 2px;
}

.icon--nav-down {
  background-image: url(/img/20200909/sprite.png);
  background-position: -582px -413px;
  width: 11px;
  height: 7px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 2px;
}

.icon--pdf-g {
  background-image: url(/img/20200909/sprite.png);
  background-position: -148px -430px;
  width: 32px;
  height: 33px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 2px;
}

.icon--doc {
  background-image: url(/img/20200909/sprite.png);
  background-position: -190px -430px;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 2px;
}

.icon--quote {
  background-image: url(/img/20200909/sprite.png);
  background-position: -275px -146px;
  width: 28px;
  height: 24px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 2px;
}

.icon--customers {
  background-image: url(/img/20200909/sprite.png);
  background-position: -77px -267px;
  width: 71px;
  height: 58px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 2px;
}

.icon--expertise {
  background-image: url(/img/20200909/sprite.png);
  background-position: 0px -267px;
  width: 67px;
  height: 68px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 2px;
}

.icon--enterprise {
  background-image: url(/img/20200909/sprite.png);
  background-position: 0px -345px;
  width: 48px;
  height: 75px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 2px;
}

.icon--note-tip {
  background-image: url(/img/20200909/sprite.png);
  background-position: -103px -430px;
  width: 35px;
  height: 35px;
  vertical-align: top;
  margin-right: 2px;
  margin-left: 2px;
}

.icon--note-info {
  background-image: url(/img/20200909/sprite.png);
  background-position: -269px -180px;
  width: 36px;
  height: 36px;
  vertical-align: top;
  margin-right: 2px;
  margin-left: 2px;
}

.icon--note-caution {
  background-image: url(/img/20200909/sprite.png);
  background-position: -274px -430px;
  width: 31px;
  height: 29px;
  vertical-align: top;
  margin-right: 2px;
  margin-left: 2px;
}

.icon--ok {
  background-image: url(/img/20200909/sprite.png);
  background-position: -56px -534px;
  width: 19px;
  height: 16px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 2px;
}

.icon--faq {
  background-image: url(/img/20200909/sprite.png);
  background-position: -316px -50px;
  width: 71px;
  height: 70px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 2px;
}

.icon--forum {
  background-image: url(/img/20200909/sprite.png);
  background-position: -397px -50px;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 2px;
}

.icon--script {
  background-image: url(/img/20200909/sprite.png);
  background-position: -316px -130px;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 2px;
}

.icon--tut {
  background-image: url(/img/20200909/sprite.png);
  background-position: -396px -130px;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 2px;
}

.icon--q {
  background-image: url(/img/20200909/sprite.png);
  background-position: -582px -52px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 2px;
}

.icon--demo {
  background-image: url(/img/20200909/sprite.png);
  background-position: -222px -230px;
  width: 27px;
  height: 27px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 6px;
}

.icon--eye {
  background-image: url(/img/20200909/sprite.png);
  background-position: -326px -480px;
  width: 19px;
  height: 13px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 2px;
}

.icon--arrow-left {
  background-image: url(/img/20200909/sprite.png);
  background-position: -582px -153px;
  width: 14px;
  height: 15px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 2px;
}

.icon--arrow-right {
  background-image: url(/img/20200909/sprite.png);
  background-position: -582px -320px;
  width: 9px;
  height: 14px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 0;
}

.icon--arrow-up {
  background-image: url(/img/20200909/sprite.png);
  background-position: -582px -178px;
  width: 15px;
  height: 14px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 2px;
}

.icon--arrow-down {
  background-image: url(/img/20200909/sprite.png);
  background-position: -582px -129px;
  width: 15px;
  height: 14px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 2px;
}

.icon--livedemo {
  background-image: url(/img/20200909/sprite.png);
  background-position: -485px -288px;
  width: 47px;
  height: 40px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 2px;
}

.icon--upvote {
  background-image: url(/img/20200909/sprite.png);
  background-position: -582px -297px;
  width: 10px;
  height: 13px;
  vertical-align: baseline;
  margin-right: 6px;
  margin-left: 6px;
}

.icon--upvote-active {
  background-image: url(/img/20200909/sprite.png);
  background-position: -582px -274px;
  width: 10px;
  height: 13px;
  vertical-align: baseline;
  margin-right: 6px;
  margin-left: 6px;
}

.icon--more {
  background-image: url(/img/20200909/sprite.png);
  background-position: -546px 0px;
  width: 26px;
  height: 35px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 2px;
}

.icon--rss {
  background-image: url(/img/20200909/sprite.png);
  background-position: -232px -430px;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 2px;
}

.icon--reddit-share:hover {
  background-image: url(/img/20200909/sprite.png);
  background-position: -480px -430px;
  width: 20px;
  height: 20px;
  vertical-align: baseline;
  margin-right: 4px;
  margin-left: 4px;
}

.icon--twitter-share:hover {
  background-image: url(/img/20200909/sprite.png);
  background-position: -87px -480px;
  width: 20px;
  height: 20px;
  vertical-align: baseline;
  margin-right: 4px;
  margin-left: 4px;
}

.icon--facebook-share:hover {
  background-image: url(/img/20200909/sprite.png);
  background-position: -546px -486px;
  width: 20px;
  height: 20px;
  vertical-align: baseline;
  margin-right: 4px;
  margin-left: 0;
}

.icon--linkedin-share:hover {
  background-image: url(/img/20200909/sprite.png);
  background-position: -420px -430px;
  width: 20px;
  height: 20px;
  vertical-align: baseline;
  margin-right: 4px;
  margin-left: 0;
}

.icon--download {
  bottom: 3px;
}

.icon--download-a {
  bottom: 2px;
}

.icon--plus, .t-link-collapse[data-toggle="collapse"][aria-expanded="false"]:before {
  bottom: 2px;
}

.icon--up {
  top: 3px;
}

.icon--arrow-left {
  bottom: 0;
}

.icon--arrow-up {
  bottom: 0;
}

.icon--arrow-right {
  bottom: 0;
}

.icon--arrow-down {
  bottom: 0;
}

.pagination .icon--arrow-left {
  bottom: 2px;
}

.pagination .icon--arrow-right {
  bottom: 2px;
}

/*
	Hiding Header
*/
.headroom {
  position: fixed;
  z-index: 100;
  right: 0;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  will-change: transform, opacity;
}

@-webkit-keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden,
.is-hidden,
[ng-cloak],
.ng-cloak {
  display: none !important;
}

.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 400;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

/* :target::before {
	content: "";
	display: block;
	height: 70px;
	margin: -70px 0 0;

	@include breakpoint($m-med) {
		height: 70px;
		margin: -70px 0 0;
	}
} */
a[name] {
  font-size: 0;
  height: 0;
}

html {
  height: 100%;
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body {
  height: 100%;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.375;
  color: #3c3c3c;
  background-color: #fff;
}

body.p-site-contacts {
  background-image: url("/img/20201022/bgs/contacts.jpg");
  background-repeat: no-repeat;
  background-position: center 70px;
  background-size: auto;
}

@media (min-width: 1200px) {
  body.p-site-contacts {
    background-size: contain;
  }
}

/* .no-flexbox body:before {
	display: block;
	content: "NO Flexbox";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2000;
	padding: 20px;
	background-color: #fff;
	font-size: 36px;
} */
section {
  counter-increment: counter;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a {
  color: #e49c01;
  text-decoration: none;
}

a:hover {
  color: #cb8b01;
  text-decoration: underline;
}

a:focus {
  outline: 0;
  outline-offset: 0;
  text-decoration: none;
}

span:focus {
  outline: 0;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.375;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr,
.hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #d1d3d4;
}

hr.debug {
  border-top: 2px dashed #ef596f;
}

.hr {
  height: 0;
  display: block;
  clear: both;
}

hr.space {
  border: 1px solid transparent;
  margin-bottom: 1.375rem;
  margin-top: 0;
  clear: both;
}

hr.space--l {
  margin-bottom: 2.75rem;
}

hr.space--s {
  margin-bottom: 0.6875rem;
}

hr.space--xs {
  margin-bottom: 0.34375rem;
}

hr.space--xl {
  margin-bottom: 5.5rem;
}

hr.space--xxl {
  margin-bottom: 8.25rem;
}

hr.space--ml {
  margin-bottom: 4.125rem;
}

hr.space--m {
  margin-bottom: 2.0625rem;
}

hr.space--bottom {
  margin-top: 0;
  margin-bottom: 1.375rem;
}

hr.space--top {
  margin-bottom: 0;
  margin-top: 1.375rem;
}

hr.hr--nospace {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #d1c9c4;
}

h1 ~ hr,
.hr--heading {
  margin-top: 0;
  margin-bottom: 3.4375rem;
  border: 0;
  border-top: 1px solid #d1c9c4;
}

hr.hr--space-l {
  margin-bottom: 2.75rem;
}

hr.hr--space {
  margin-bottom: 1.375rem;
}

hr.hr--space-s {
  margin-top: 0.6875rem;
  margin-bottom: 0.6875rem;
}

hr.hr--space-m {
  margin-top: 2.0625rem;
  margin-bottom: 2.0625rem;
}

hr.hr--space-xs {
  margin-top: 0.34375rem;
  margin-bottom: 0.34375rem;
}

hr.hr--space-xl {
  margin-bottom: 5.5rem;
}

hr.hr--space-xxl {
  margin-bottom: 8.25rem;
}

.hr--vertical {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1.375rem;
  margin-right: 1.375rem;
  border-left: 1px solid #d1c9c4;
  height: 1.5rem;
  vertical-align: middle;
}

.hr--vertical--sm {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0.6875rem;
  margin-right: 0.6875rem;
  border-left: 1px solid #d1c9c4;
  height: 1rem;
  vertical-align: middle;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

pre {
  font-family: monospace, monospace;
  font-size: 0.875rem;
  -moz-tab-size: 12px;
    -o-tab-size: 12px;
       tab-size: 12px;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  #container.l-content {
    padding-top: 0 !important;
  }
  #sidebar,
  .backToTop,
  .l-footer .subscribe-form,
  #footerawards,
  #footersocial,
  #subscribe-form,
  .l-footer {
    display: none !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/fonts/glyphicons-halflings-regular.eot");
  src: url("/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 12px 12px;
  /* .wf-active & {
				display: block;
			} */
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
}

.nav > li.disabled > a {
  color: #d1d3d4;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #d1d3d4;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #ebe9e8;
  border-color: #e49c01;
}

.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.375;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #ebe9e8 #ebe9e8 #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #8c8c8c;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-docs {
  border: 0;
}

.nav-tabs.nav-docs > li.active > a {
  color: #e49c01;
  border-color: transparent;
}

.nav-tabs.nav-docs > li.active > a:after {
  position: absolute;
  display: block;
  content: '';
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e49c01;
}

.nav-tabs.nav-docs > li > a {
  position: relative;
  padding: 0.34375rem 0.6875rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #3c3c3c;
  border: 2px solid transparent !important;
}

.nav-tabs.nav-docs > li > a:hover:after {
  position: absolute;
  display: block;
  content: '';
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e49c01;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 0;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #2b7db1;
  background-color: transparent;
}

.nav-subm {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.nav-subm > li + li::before {
  position: absolute;
  content: "";
  top: 35%;
  height: 30%;
  width: 1px;
  border-left: 1px solid rgba(192, 192, 192, 0.66);
}

.nav-subm > li {
  position: relative;
  width: auto;
  flex: 1 1 auto;
}

.nav-subm > li:first-child {
  max-width: 200px;
}

.nav-subm > li:first-child a {
  text-align: left;
  padding-left: 0 !important;
}

.c-blogs .nav-subm > li,
.c-site .nav-subm > li,
.a-news .nav-subm > li {
  flex: 0 1 auto;
}

.nav-subm > li > a {
  padding: 16px 0.6875rem;
  font-size: 0.875rem;
  color: #6b6b6b;
  text-align: center;
  white-space: nowrap;
}

.c-blogs .nav-subm > li > a,
.c-site .nav-subm > li > a,
.a-news .nav-subm > li > a {
  padding: 16px 1.375rem;
}

.nav-subm > li > a:hover {
  color: #2b7db1;
  background-color: transparent;
}

.nav-subm > li.active > a, .nav-subm > li.active > a:hover, .nav-subm > li.active > a:focus {
  color: #abadae;
  background-color: transparent;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.subnav-viewport {
  overflow: hidden;
}

.l-submenu .dropdown-menu li.active {
  display: none;
}

.nav-next {
  background-image: url(/img/20200909/sprite.png);
  background-position: -582px -224px;
  width: 9px;
  height: 15px;
  position: absolute;
  width: 20px;
  height: 25px;
  z-index: 10;
  right: -4px;
  top: 18px;
  cursor: pointer;
  opacity: 1;
}

.is-right .nav-next {
  pointer-events: none;
  opacity: 0.5;
}

.nav-prev {
  background-image: url(/img/20200909/sprite.png);
  background-position: -582px -249px;
  width: 9px;
  height: 15px;
  position: absolute;
  width: 20px;
  height: 25px;
  z-index: 10;
  left: -4px;
  top: 18px;
  cursor: pointer;
}

.is-left .nav-prev {
  pointer-events: none;
  opacity: 0.5;
}

.navbar {
  position: relative;
  min-height: 70px;
  margin-bottom: 22px;
}

.headroom--not-top .navbar {
  min-height: 54.6px;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 992px) {
  .navbar {
    border-radius: 0;
  }
}

.navbar-header {
  transition: padding 0.4s;
  padding-top: 12px;
  padding-bottom: 12px;
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

.headroom--not-top .navbar-header {
  padding-top: 4px;
  padding-bottom: 4px;
}

@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  max-height: calc(100vh - 68px);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
    max-height: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}

@media (min-width: 992px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  background-image: url("/img/20201022/svg/logo.svg");
  width: 162px;
  height: 46px;
  display: block;
  text-indent: 120%;
  overflow: hidden;
  white-space: nowrap;
  background-repeat: no-repeat;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

.navbar-toggle {
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 5px 10px 9px;
  background-color: transparent;
  background-image: none;
  border: 0;
  border-radius: 0;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle:hover {
  background-color: transparent;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 0;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 12px -10px;
  font-size: 0.75rem;
  font-weight: 400;
}

.navbar-nav > li > a {
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.4s;
}

@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: -10px;
    margin-bottom: 10px;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px 10px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #3f4c55;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
  .navbar-nav .open .dropdown-menu > li:last-child > a {
    border-bottom: 0;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .headroom--not-top .navbar-nav > li > a {
    padding-top: 17.04px;
    padding-bottom: 17.04px;
  }
  .navbar-nav > li {
    float: left;
    margin-right: 1px;
  }
  .navbar-nav > li > a {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

/*.navbar-form {
	margin-left: -$navbar-padding-horizontal;
	margin-right: -$navbar-padding-horizontal;
	padding: 10px $navbar-padding-horizontal;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	$shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
	@include box-shadow($shadow);

	// Mixin behavior for optimum display
	@include form-inline;

	.form-group {
		@media (max-width: $grid-float-breakpoint-max) {
			margin-bottom: 5px;

			&:last-child {
				margin-bottom: 0;
			}
		}
	}

	// Vertically center in expanded, horizontal navbar
	@include navbar-vertical-align($input-height-base);

	// Undo 100% width for pull classes
	@media (min-width: $grid-float-breakpoint) {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;

		@include box-shadow(none);
	}
}*/
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 15px;
  margin-bottom: 15px;
}

.navbar-btn.btn-sm {
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}

.navbar-btn.btn-xs {
  margin-top: 24px;
  margin-bottom: 24px;
}

.navbar-text {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: white;
  border-bottom: 1px solid #ececee;
  transition: all 0.4s;
}

.headroom--not-top .navbar-inverse {
  background-color: rgba(255, 255, 255, 0.8);
}

.navbar-inverse.navbar-opened {
  background-color: #122430;
}

.navbar-inverse.navbar-opened .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse.navbar-opened .navbar-brand {
  background-image: url(/img/20200909/sprite.png);
  background-position: -100px -180px;
  width: 159px;
  height: 40px;
  margin-left: calc((100% - 160px)/2);
}

.navbar-inverse .navbar-collapse.in .navbar-nav,
.navbar-inverse .navbar-collapse.collapsing .navbar-nav {
  margin: 0.34375rem 0 2.75rem;
}

.navbar-inverse .navbar-collapse.in .navbar-nav .dropdown-menu,
.navbar-inverse .navbar-collapse.collapsing .navbar-nav .dropdown-menu {
  font-size: 0.9375rem;
}

.navbar-inverse .navbar-collapse.in .navbar-nav > li,
.navbar-inverse .navbar-collapse.collapsing .navbar-nav > li {
  padding: 0 12px;
  border-bottom: 1px solid white;
}

.navbar-inverse .navbar-collapse.in .navbar-nav > li > a,
.navbar-inverse .navbar-collapse.collapsing .navbar-nav > li > a {
  padding: 12px 0;
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-collapse.in .navbar-nav > li > a:hover,
.navbar-inverse .navbar-collapse.collapsing .navbar-nav > li > a:hover {
  color: #2b7db1;
}

.navbar-inverse .navbar-collapse.in .navbar-nav > li.dropdown > a:after,
.navbar-inverse .navbar-collapse.collapsing .navbar-nav > li.dropdown > a:after {
  background-image: url(/img/20200909/sprite.png);
  background-position: -582px -464px;
  width: 7px;
  height: 11px;
  display: block;
  content: "";
  position: absolute;
  right: 10px;
  top: 18px;
}

.navbar-inverse .navbar-collapse.in .navbar-nav > li.dropdown.open > a:after,
.navbar-inverse .navbar-collapse.collapsing .navbar-nav > li.dropdown.open > a:after {
  background-image: url(/img/20200909/sprite.png);
  background-position: -582px -447px;
  width: 11px;
  height: 7px;
  right: 10px;
  top: 24px;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #f9f9f9;
}

@media (min-width: 992px) {
  .navbar-inverse .navbar-nav > li > a {
    color: #4c4c4c;
  }
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #4c4c4c;
    background-color: #eaeced;
  }
  .navbar-inverse .navbar-nav > .fixed > a, .navbar-inverse .navbar-nav > .fixed > a:hover,
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover {
    color: #4c4c4c;
    background-color: #eaeced;
  }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-toggle {
  border-color: #cfd3d5;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #4c4c4c;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #eaeced;
  color: #4c4c4c;
}

@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: white;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: white;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #636f77;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #4c4c4c;
}

.navbar-inverse .navbar-link:hover {
  color: #4c4c4c;
}

.navbar-inverse .btn-link {
  color: #4c4c4c;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #4c4c4c;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #d1d3d4;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.34375rem;
  font-size: 2.499rem;
  font-weight: 300;
  color: #3d3d3d;
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 3rem;
  }
}

h1 span,
.h1 span {
  vertical-align: baseline;
}

h2,
.h2 {
  font-size: 1.8rem;
  color: #3d3d3d;
  font-weight: 300;
  position: relative;
  margin-bottom: 2.40625rem;
  margin-top: 3.4375rem;
}

h2::after,
.h2::after {
  position: absolute;
  display: block;
  content: "";
  height: 0;
  border-width: 1px;
  border-style: solid;
  width: 46px;
  bottom: -20px;
  border-color: #3d3d3d;
}

@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 2.25rem;
  }
}

h2.reset::after,
.h2.reset::after {
  display: none;
}

h2.p404 {
  font-size: 3.25rem;
}

h3,
.h3 {
  margin-bottom: 1.03125rem;
  margin-top: 2.75rem;
  font-size: 1.2rem;
  font-weight: 300;
  color: #3d3d3d;
}

@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 1.5rem;
  }
}

h4,
.h4 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 1.375rem;
}

h5,
.h5 {
  font-size: 16px;
  font-weight: 400;
}

h6,
.h6 {
  font-size: 14px;
}

h5.h5--footer-line {
  position: relative;
  text-transform: uppercase;
  line-height: 2;
}

h5.h5--footer-line::after {
  display: block;
  content: "";
  position: absolute;
  width: 108px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
}

h5.h5--footer {
  position: relative;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 1.375rem;
}

p {
  margin: 0 0 22px;
  font-weight: 300;
}

p:empty {
  display: none;
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #d1d3d4;
}

.text-primary {
  color: #e49c01;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #b17901;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #eb212e;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #c7121e;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #e49c01;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #b17901;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #ebe9e8;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 22px;
  font-weight: 300;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.375;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #d1d3d4;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #ebe9e8;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.375;
  color: #d1d3d4;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ebe9e8;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.375;
}

strong {
  font-weight: 500;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 302px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-sml-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-sml-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-sml-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-sml-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-sml-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-sml-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-sml-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-sml-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-sml-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-sml-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-sml-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-sml-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 600px) {
  .col-sml-1, .col-sml-2, .col-sml-3, .col-sml-4, .col-sml-5, .col-sml-6, .col-sml-7, .col-sml-8, .col-sml-9, .col-sml-10, .col-sml-11, .col-sml-12 {
    float: left;
  }
  .col-sml-1 {
    width: 8.33333%;
  }
  .col-sml-2 {
    width: 16.66667%;
  }
  .col-sml-3 {
    width: 25%;
  }
  .col-sml-4 {
    width: 33.33333%;
  }
  .col-sml-5 {
    width: 41.66667%;
  }
  .col-sml-6 {
    width: 50%;
  }
  .col-sml-7 {
    width: 58.33333%;
  }
  .col-sml-8 {
    width: 66.66667%;
  }
  .col-sml-9 {
    width: 75%;
  }
  .col-sml-10 {
    width: 83.33333%;
  }
  .col-sml-11 {
    width: 91.66667%;
  }
  .col-sml-12 {
    width: 100%;
  }
  .col-sml-pull-0 {
    right: auto;
  }
  .col-sml-pull-1 {
    right: 8.33333%;
  }
  .col-sml-pull-2 {
    right: 16.66667%;
  }
  .col-sml-pull-3 {
    right: 25%;
  }
  .col-sml-pull-4 {
    right: 33.33333%;
  }
  .col-sml-pull-5 {
    right: 41.66667%;
  }
  .col-sml-pull-6 {
    right: 50%;
  }
  .col-sml-pull-7 {
    right: 58.33333%;
  }
  .col-sml-pull-8 {
    right: 66.66667%;
  }
  .col-sml-pull-9 {
    right: 75%;
  }
  .col-sml-pull-10 {
    right: 83.33333%;
  }
  .col-sml-pull-11 {
    right: 91.66667%;
  }
  .col-sml-pull-12 {
    right: 100%;
  }
  .col-sml-push-0 {
    left: auto;
  }
  .col-sml-push-1 {
    left: 8.33333%;
  }
  .col-sml-push-2 {
    left: 16.66667%;
  }
  .col-sml-push-3 {
    left: 25%;
  }
  .col-sml-push-4 {
    left: 33.33333%;
  }
  .col-sml-push-5 {
    left: 41.66667%;
  }
  .col-sml-push-6 {
    left: 50%;
  }
  .col-sml-push-7 {
    left: 58.33333%;
  }
  .col-sml-push-8 {
    left: 66.66667%;
  }
  .col-sml-push-9 {
    left: 75%;
  }
  .col-sml-push-10 {
    left: 83.33333%;
  }
  .col-sml-push-11 {
    left: 91.66667%;
  }
  .col-sml-push-12 {
    left: 100%;
  }
  .col-sml-offset-0 {
    margin-left: 0%;
  }
  .col-sml-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sml-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sml-offset-3 {
    margin-left: 25%;
  }
  .col-sml-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sml-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sml-offset-6 {
    margin-left: 50%;
  }
  .col-sml-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sml-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sml-offset-9 {
    margin-left: 75%;
  }
  .col-sml-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sml-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sml-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.caret {
  display: none;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 240px;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 0.875rem;
  text-align: left;
  background-color: #ebedee;
  border-radius: 0;
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 10px 24px;
  clear: both;
  font-weight: normal;
  line-height: 1.375;
  color: #4c4c4c;
  white-space: nowrap;
}

.dropdown-menu.otherdowns {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.dropdown-menu.otherdowns > li > a {
  position: relative;
  padding: 5px 24px;
  padding-left: 2.75rem;
  font-size: 1rem;
}

.dropdown-menu.otherdowns > li > a:hover {
  color: #fff;
  background-color: #e49c01;
}

.dropdown-menu.otherdowns > li > a.active::before {
  background-image: url(/img/20200909/sprite.png);
  background-position: -582px -485px;
  width: 10px;
  height: 7px;
  vertical-align: middle;
  margin-right: 3px;
  margin-left: 0;
  display: block;
  content: "";
  position: absolute;
  left: 24px;
  top: 14px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #f7ab27;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #4c4c4c;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
}

@media (min-width: 992px) {
  .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #4c4c4c;
    text-decoration: none;
    outline: 0;
    background-color: #f2f3f4;
  }
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #d1d3d4;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}

.open > .dropdown-menu,
.fixed > .dropdown-menu {
  display: block;
}

.open > a,
.fixed > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.375;
  color: #d1d3d4;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
  .navbar-fixed-top .navbar-right .dropdown-menu {
    right: auto;
    left: auto;
  }
}

.dropdown--video {
  display: inline-block;
  padding: 0 10px;
}

.dropdown--video .btn {
  margin-right: 0;
}

.dropdown--video .dropdown-menu {
  margin: 0;
  top: 120%;
  box-shadow: 0 2px 6px rgba(60, 60, 60, 0.25);
  background-color: #fff;
  font-size: 1.125rem;
}

.dropdown--video .dropdown-menu .dropdown-menu-thumb {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 42px;
  overflow: hidden;
  margin-right: 20px;
  border: 1px solid #ddd;
}

.dropdown--video .dropdown-menu .dropdown-menu-thumb img {
  display: block;
  position: relative;
  top: -7px;
}

.dropdown--video .dropdown-menu > li > a {
  padding: 10px;
  color: #8c8c8c;
}

.dropdown--video .dropdown-menu > li > a:hover {
  background-color: #eaeced;
}

.dropdown--video .dropdown-menu > li > a .icon {
  margin-right: 12px;
}

.dropdown--video .dropdown-menu > li > a span {
  vertical-align: middle;
}

@media (max-width: 768px) {
  .dropdown--video .dropdown-menu {
    min-width: 50vw;
    left: auto;
    right: 0;
  }
  .dropdown--video .dropdown-menu > li > a {
    padding: 16px;
    font-size: 1rem;
  }
  .dropdown--video .dropdown-menu > li > a .icon {
    margin-right: 12px;
  }
  .dropdown--video .dropdown-menu > li:last-child > a {
    padding-top: 8px;
  }
}

/*# sourceMappingURL=core.css.map */
