@charset "UTF-8";
/* 
* COLOURS
*/
/*
* Font family and size
*/
/*
* body color
*/
/*
* Link Button
*/
/*
* fontawesome
*/
/*
* slider
*/
ul.grid-guide {
  margin-left: 5px;
  margin-right: 5px;
}

@media screen and (min-width: 480px) {
  ul.grid-guide {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media screen and (min-width: 600px) {
  ul.grid-guide {
    margin-left: 7px;
    margin-right: 7px;
  }
}

@media screen and (min-width: 840px) {
  ul.grid-guide {
    margin-left: 7px;
    margin-right: 7px;
  }
}

@media screen and (min-width: 960px) {
  ul.grid-guide {
    margin-left: 7px;
    margin-right: 7px;
  }
}

@media screen and (min-width: 1280px) {
  ul.grid-guide {
    margin-left: 7px;
    margin-right: 7px;
  }
}

ul.grid-guide > li {
  margin-left: 5px;
  margin-right: 5px;
}

@media screen and (min-width: 480px) {
  ul.grid-guide > li {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media screen and (min-width: 600px) {
  ul.grid-guide > li {
    margin-left: 7px;
    margin-right: 7px;
  }
}

@media screen and (min-width: 840px) {
  ul.grid-guide > li {
    margin-left: 7px;
    margin-right: 7px;
  }
}

@media screen and (min-width: 960px) {
  ul.grid-guide > li {
    margin-left: 7px;
    margin-right: 7px;
  }
}

@media screen and (min-width: 1280px) {
  ul.grid-guide > li {
    margin-left: 7px;
    margin-right: 7px;
  }
}

ul.grid-guide > li {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 480px) {
  ul.grid-guide > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 600px) {
  ul.grid-guide > li {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media screen and (min-width: 840px) {
  ul.grid-guide > li {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media screen and (min-width: 960px) {
  ul.grid-guide > li {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media screen and (min-width: 1280px) {
  ul.grid-guide > li {
    padding-left: 14px;
    padding-right: 14px;
  }
}

ul.grid-guide > li:before,
ul.grid-guide > li:after {
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 480px) {
  ul.grid-guide > li:before,
  ul.grid-guide > li:after {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (min-width: 600px) {
  ul.grid-guide > li:before,
  ul.grid-guide > li:after {
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media screen and (min-width: 840px) {
  ul.grid-guide > li:before,
  ul.grid-guide > li:after {
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media screen and (min-width: 960px) {
  ul.grid-guide > li:before,
  ul.grid-guide > li:after {
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media screen and (min-width: 1280px) {
  ul.grid-guide > li:before,
  ul.grid-guide > li:after {
    padding-left: 7px;
    padding-right: 7px;
  }
}

ul.grid-guide {
  width: calc(100% - 10px);
  padding: 0;
  max-width: 1646px;
  display: flex;
  flex-flow: row wrap;
}

@media screen and (min-width: 600px) {
  ul.grid-guide {
    width: calc(100% - 14px);
  }
}

@media screen and (min-width: 1660px) {
  ul.grid-guide {
    width: calc(100% - 10px);
    margin-left: auto;
    margin-right: auto;
  }
}

ul.grid-guide {
  position: fixed;
  top: 0;
  max-width: 1646px;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.2);
  z-index: 99999999999999;
  left: 0;
  flex-flow: row nowrap;
}

@media screen and (min-width: 1660px) {
  ul.grid-guide {
    left: calc(50%);
    transform: translateX(-50%);
  }
}

ul.grid-guide:after {
  content: 'XXS (360-479) : â€¢ 4 colunas â€¢ $grid-margin-xxs: 10px; â€¢ $grid-gutter-xxs: 10px; â€¢ $grid-padding-xxs: 10px;';
  position: fixed;
  bottom: 0;
  text-align: center;
  z-index: 99;
  color: #fff;
  background: #ff7f32;
  padding: 10px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 480px) {
  ul.grid-guide:after {
    content: 'XS (480 - 599) : â€¢ 6 colunas â€¢ $grid-margin-xxs: 10px; â€¢ $grid-gutter-xxs: 10px; â€¢ $grid-padding-xxs: 10px;';
  }
}

@media screen and (min-width: 600px) {
  ul.grid-guide:after {
    content: 'S (600 - 839) : â€¢ 6 colunas â€¢ $grid-gutter-s: 14px; â€¢ $grid-margin-s: 14px; â€¢ $grid-padding-s: 14px;';
  }
}

@media screen and (min-width: 840px) {
  ul.grid-guide:after {
    content: 'M (840 â€“ 959) : â€¢ 6 colunas â€¢ $grid-gutter-s: 14px; â€¢ $grid-margin-s: 14px; â€¢ $grid-padding-s: 14px;';
  }
}

@media screen and (min-width: 960px) {
  ul.grid-guide:after {
    content: 'L (960 â€“ 1 279) : â€¢ 12 colunas â€¢ $grid-gutter-s: 14px; â€¢ $grid-margin-s: 14px; â€¢ $grid-padding-s: 14px;';
  }
}

@media screen and (min-width: 1280px) {
  ul.grid-guide:after {
    content: 'XL (1280 - 1660) : â€¢ 12 colunas â€¢ $grid-gutter-s: 14px; â€¢ $grid-margin-s: 14px; â€¢ $grid-padding-s: 14px;';
  }
}

ul.grid-guide li {
  list-style: none;
}

ul.grid-guide > li {
  opacity: 0.2;
  display: none;
  height: 100%;
  width: 100%;
  background: blue;
  position: relative;
}

ul.grid-guide > li:before {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  background: #00aa13;
  opacity: 0.4;
}

ul.grid-guide > li:after {
  content: '';
  position: absolute;
  right: 0;
  height: 100%;
  background: #00aa13;
  opacity: 0.4;
}

ul.grid-guide > li:nth-child(-n + 4) {
  display: block;
}

@media screen and (min-width: 480px) {
  ul.grid-guide > li:nth-child(-n + 6) {
    display: block;
  }
}

@media screen and (min-width: 960px) {
  ul.grid-guide > li:nth-child(-n + 12) {
    display: block;
  }
}

.text-color-l1 {
  color: #fff;
}

.text-color-l2 {
  color: #000;
}

.txt-color-white {
  color: #fff !important;
}

.txt-color-black {
  color: #000 !important;
}

b,
strong {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #000;
}

h1 {
  font-size: 46px;
  font-weight: 400;
}

h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

h4:first-child {
  font-weight: 600;
}

h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

p.tiny {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

p.nota,
p.nota a {
  font-size: 10px;
  font-weight: 300;
  line-height: 18px;
  color: gray !important;
}

p.nota a:hover {
  color: #0099ab !important;
}

h4.sec {
  font-weight: 600;
}

p.sec {
  font-weight: 600;
}

p.tiny.sec {
  font-weight: 600;
}

p.nota.sec,
p.nota.sec a {
  font-weight: 600;
}

p.small-text {
  font-size: 12px;
}

.txt-italic {
  font-style: italic;
}

.txt-semibold {
  font-weight: 600;
}

.txt-highlighted {
  color: #0099ab;
}

.riscado {
  text-decoration: line-through;
}

[class*='block-'] h1,
[class*='block-'] h2,
[class*='block-'] h3,
[class*='block-'] h4,
[class*='block-'] h5,
[class*='block-'] h6,
[class*='block-'] p {
  margin-top: 0;
  color: inherit;
}

@media screen and (max-width: 1200px) {
  h2 {
    font-size: 34px;
    line-height: 40px;
  }
  h3 {
    font-size: 28px;
    line-height: 36px;
  }
  h4 {
    font-size: 19px;
    line-height: 27px;
  }
  h5 {
    font-size: 16px;
    line-height: 24px;
  }
  h6 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 992px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
  h4 {
    font-size: 18px;
    line-height: 26px;
  }
  h5 {
    font-size: 16px;
    line-height: 24px;
  }
  h6 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
  h3 {
    font-size: 20px;
    line-height: 28px;
  }
  h4 {
    font-size: 17px;
    line-height: 25px;
  }
  h5 {
    font-size: 16px;
    line-height: 24px;
  }
  h6 {
    font-size: 16px;
    line-height: 24px;
  }
  a.skip {
    display: none;
  }
  p {
    font-size: 14px;
  }
  p.sec {
    font-size: 14px;
  }
  p.sec.nota {
    font-size: 10px;
  }
}

@media screen and (max-width: 480px) {
  h2 {
    font-size: 20px;
    line-height: 28px;
  }
  h3 {
    font-size: 18px;
    line-height: 26px;
  }
  h4 {
    font-size: 16px;
    line-height: 24px;
  }
  h5 {
    font-size: 14px;
    line-height: 22px;
  }
  h6 {
    font-size: 14px;
    line-height: 22px;
  }
  p {
    font-size: 12px;
    line-height: 20px;
  }
  p.tiny {
    font-size: 10px;
    line-height: 18px;
  }
}

ul,
ol {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

body {
  background-color: #f6f6f6;
  overflow: visible;
}

.main {
  background: inherit;
}

.conteudo {
  color: inherit;
  background: inherit;
  overflow: inherit;
}

.anchor,
.anchor li {
  margin: 0;
  display: none;
}

a.skip {
  display: none;
  position: absolute;
  top: -200px;
  z-index: 1;
  margin: 0 35%;
  width: 25%;
  text-align: center;
  padding: 5px;
  font-size: 16px;
  border: 2px solid;
  text-decoration: none;
  background: #ff9;
  border-color: #222;
  color: #282828;
}

a.skip:focus {
  top: 20px;
  z-index: 999;
}

a.skip:hover {
  background: #fff;
}

.skip:active,
a.skip:hover {
  text-decoration: underline;
}

header {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1000;
  background: none;
}

header a {
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
}

header a,
header a:hover {
  text-decoration: none;
}

header a.txt-min {
  text-transform: none !important;
}

header .content-holder {
  width: 100%;
  margin: auto;
}

header[data-scroll-direction='down'] .context-bar {
  transform: translateY(-100%);
}

header .site-disambiguation-mobile {
  display: list-item;
  background: #ebebeb;
}

header .mobile-info-icon {
  display: block;
  border-top: 1px solid #ccc;
}

header .mobile-info-icon .info-icon {
  margin: 12px 0;
}

header .mobile-info-icon .info-icon a {
  width: auto;
  text-transform: none;
  font-size: 11px !important;
  padding: 3px 15px 3px 8px !important;
  display: inline-block !important;
  font-weight: 400 !important;
}

header .mobile-info-icon .info-icon a:hover {
  color: #0099ab !important;
}

header .mobile-info-icon .info-icon a:after {
  content: 'OcorrÃªncias';
  display: inline-block;
  margin-left: 5px;
  vertical-align: 5px;
  font-size: 11px;
}

header .mobile-info-icon .info-icon a[data-info-text]:after {
  content: attr(data-info-text);
}

header .info-icon a {
  display: block;
  width: 83px;
  line-height: 12px;
  text-transform: none;
  font-size: 10px;
  padding: 9px 0 8px;
  color: #bebebe;
}

header .info-icon a:before {
  font-size: 20px;
  line-height: 14px;
  content: '\46';
  font-family: 'brand-icons' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: -6px;
  padding-right: 5px;
  display: none;
}

header .top-bar {
  z-index: 2;
  background: #000;
  position: relative;
  width: 100%;
  transition: all 0.2s ease-out;
}

header .top-bar .content-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  max-width: 100%;
}

header .top-bar .content-holder .left-content,
header .top-bar .content-holder .right-content {
  display: flex;
}

header .top-bar .info-icon {
  display: block;
}

header .top-bar .info-icon {
  margin: 0 !important;
  text-align: center;
}

header .top-bar .info-icon a:hover,
header .top-bar .cos-link a:hover,
header .top-bar .back-to-site a:hover {
  color: #0099ab !important;
}

header .top-bar .language-selector a {
  font-size: 10px;
  padding: 10px 0px 10px 5px;
  width: 41px;
}

header .top-bar .language-selector > div li a {
  padding: 10px;
}

header .top-bar .site-disambiguation {
  position: relative;
  z-index: 10;
  margin-left: 30px;
  display: none;
}

header .top-bar .site-disambiguation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header .top-bar .site-disambiguation a {
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
  padding: 0;
}

header .top-bar .site-disambiguation > a {
  color: #fff;
}

header .top-bar .site-disambiguation > a:hover {
  color: #0099ab;
}

header .top-bar .site-disambiguation > div li a {
  padding: 10px 0;
  display: block;
  color: #bebebe;
}

header .top-bar .site-disambiguation > div li a:hover {
  color: #0099ab;
}

header .top-bar .back-to-site a:after {
  content: '\24';
  display: inline;
  font-size: 10px;
  vertical-align: -2px;
  margin-left: 3px;
  font-family: 'brand-icons' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header .top-bar div ~ .info-icon {
  border-left: 1px solid #333333;
}

header .top-bar .back-to-site,
header .top-bar .cos-link {
  margin-right: 10px;
}

header .top-bar .cos-link a,
header .top-bar .back-to-site a {
  text-transform: none;
  color: #bebebe;
  font-size: 10px;
  font-weight: 300;
  display: inline-block;
  padding: 10px 0;
}

header .top-bar .cos-link a {
  color: #bebebe;
}

header .top-bar .content-holder .left-content > div + div,
header .navigation-bar {
  background: #fff;
  position: relative;
  border-bottom: 1px solid #ccc;
  z-index: 1;
}

header .navigation-bar .content-holder {
  display: flex;
  align-items: stretch;
  margin-bottom: -1px;
  padding: 0 41px 0 10px;
}

header .navigation-bar .logo {
  flex-grow: 1;
  z-index: 5;
  transition: all 0.3s ease-out;
  padding: 13px 0;
  margin-right: 10px;
}

header .navigation-bar .logo a {
  outline: none;
  display: inline-block;
  height: 25px;
  transition: all 0.3s ease-out;
}

header .navigation-bar .site-navigation {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 100%;
  z-index: 2;
  background: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

header .navigation-bar .site-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  height: 100%;
  overflow-x: hidden;
}

header .navigation-bar .site-navigation a.navigation-icon {
  display: block;
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  height: calc(100% + 0px);
  border-bottom: 4px solid transparent;
  transition: all 0.3s ease-out;
}

header .navigation-bar .site-navigation > div {
  z-index: -1;
  position: fixed;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-out;
  height: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  background: #f3f3f3;
  top: 83px;
}

header.navigation-active .navigation-bar .site-navigation {
  border-left-color: transparent;
}

header.navigation-active .navigation-bar .site-navigation > div {
  height: calc(100% - 82px);
  opacity: 1;
  top: 82px;
}

header.navigation-active .navigation-bar .site-navigation > a.navigation-icon:hover {
  color: #0099ab;
  border-color: transparent;
}

header .navigation-bar .site-navigation nav {
  background: #fff;
}

header .navigation-bar .site-navigation nav.first-level a {
  color: #000;
  display: block;
  padding: 7px 12px;
}

header .navigation-bar .site-navigation nav.first-level .active {
  height: 50px;
}

header .navigation-bar .site-navigation nav.first-level .active > nav {
  left: 0%;
  visibility: visible;
  border-top: 1px solid #ccc;
}

header .navigation-bar .site-navigation nav.first-level .active > a {
  border: none;
  position: absolute;
  background: #ebebeb !important;
  width: 100%;
  text-align: center;
  padding: 22px 10px 18px;
  text-transform: uppercase;
  z-index: 3;
  letter-spacing: 0.1em;
  top: 0;
  left: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
}

header .navigation-bar .site-navigation nav.first-level .active > a:not(:only-child):after {
  height: 100%;
  width: 42px;
  top: 0;
  padding-top: 18px;
  left: 0;
  right: auto;
  content: '\23';
}

header .navigation-bar .site-navigation nav.first-level a[class*='btn-'] {
  color: #ffffff;
}

header .navigation-bar .site-navigation nav.first-level a[class*='btn-']:hover {
  color: #ffffff;
}

header .navigation-bar .site-navigation nav.first-level > ul {
  display: block;
}

header .navigation-bar .site-navigation nav.first-level > ul > li > a {
  font-weight: 600;
  border-bottom: 0;
  background: transparent;
  transition: all 0.3s ease-out;
  height: 100%;
  padding: 22px 10px 18px;
  line-height: 12px;
  letter-spacing: 0.1em;
}

header .navigation-bar .site-navigation nav.first-level a {
  color: #000;
  display: block;
  padding: 7px 12px;
}

header .navigation-bar .site-navigation nav.first-level > ul > li:hover > a {
  background: #ebebeb;
}

header .navigation-bar .site-navigation nav.first-level {
  overflow: hidden;
  z-index: 2;
  width: 100%;
  height: 100%;
}

header .navigation-bar .site-navigation nav.first-level a {
  display: block;
  padding: 19px 15px;
  position: relative;
  font-size: 12px;
  font-weight: 600;
}

header .navigation-bar .site-navigation nav.second-level a {
  font-weight: 400;
  text-transform: none;
}

header .navigation-bar .site-navigation nav.first-level a:not(:only-child):after {
  content: '\24';
  position: absolute;
  font-size: 13px;
  right: 5px;
  top: 20px;
  font-family: 'brand-icons' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header .navigation-bar .site-navigation nav.first-level ul > li + li > a,
header .navigation-bar .site-navigation nav.first-level ul > li + li > ul {
  border-top: 1px solid #ccc;
}

header .navigation-bar .site-navigation nav.second-level .active > a {
  top: -51px;
}

header .navigation-bar .site-navigation nav.third-level a {
  text-transform: none;
}

header .navigation-bar .site-navigation nav.second-level {
  z-index: 3;
}

header .navigation-bar .site-navigation nav.third-level {
  z-index: 4;
}

header .navigation-bar .site-navigation nav.second-level,
header .navigation-bar .site-navigation nav.third-level {
  position: absolute;
  left: 100%;
  visibility: hidden;
  transition: all 0.3s ease-out;
  top: 50px;
  width: 100%;
  height: calc(100% - 50px);
}

header .navigation-bar .site-navigation nav.third-level {
  top: 0px;
  height: 100%;
}

header .navigation-bar .site-navigation nav .navdestaque {
  display: block;
  text-align: center;
  max-width: 230px;
  position: relative;
}

header .navigation-bar .site-navigation nav .navdestaque:before {
  content: ' ';
  height: 1px;
  background: #ccc;
  width: 100vw;
  position: absolute;
  display: block;
}

header .navigation-bar .site-navigation nav .navdestaque img {
  width: 100%;
  height: auto;
}

header .navigation-bar .site-navigation nav .navdestaque p {
  text-transform: none;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  margin-top: 10px;
}

header .navigation-bar .site-navigation nav .navdestaque a:hover p {
  color: #0099ab;
}

header .navigation-bar .site-navigation nav li.selected > a {
  background: #ebebeb;
}

header .navigation-bar .site-navigation > a.navigation-icon span,
header .navigation-bar .site-navigation > a.navigation-icon span:before,
header .navigation-bar .site-navigation > a.navigation-icon span:after {
  border-radius: 2px;
  transform-origin: center center;
  transform: rotate(0deg);
  transition: all 0.3s linear;
  content: '';
  background: #000;
  height: 2px;
  width: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
}

header .navigation-bar .site-navigation > a.navigation-icon span:before {
  top: 0;
  margin-top: -5px;
}

header .navigation-bar .site-navigation > a.navigation-icon span:after {
  top: 0;
  margin-top: 5px;
}

header .navigation-bar .site-menu {
  z-index: 5;
}

header .navigation-bar > .content-holder > div:not(.site-navigation):not(.logo) {
  opacity: 1;
  transition: all 0.3s ease-out;
}

header .navigation-bar .site-menu menu {
  display: flex;
  align-items: stretch;
  height: 100%;
  height: 51px;
}

header .navigation-bar .site-menu menu,
header .navigation-bar .site-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header .navigation-bar .site-menu > menu > li {
  border-left: 1px solid #ccc;
  transition: border 0.3s ease-out;
  margin-left: -1px;
  display: flex;
  align-items: stretch;
}

header .navigation-bar .site-menu > menu > li.active,
header .navigation-bar .site-menu > menu > li:hover,
header .navigation-bar .site-menu > menu > li.active + li {
  border-left: 1px solid transparent;
}

header .navigation-bar .site-menu > menu > li:not([class*='-button']):not(.site-menu-dropdown) {
  display: none;
}

header .navigation-bar .site-menu > menu > li:not([data-loaded]) {
  opacity: 0.2;
}

header .navigation-bar .site-menu [class*='-button'] > a {
  color: #000;
  position: relative;
  display: block;
  width: 42px;
  border-bottom: 4px solid transparent;
  transition: all 0.3s ease-out;
}

header .navigation-bar .site-menu [class*='-button'] > a[data-notifications]:after {
  line-height: 15px;
  transition: all 0.3s ease-out;
  content: attr(data-notifications);
  background: #0099ab;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  color: white;
  font-size: 10px;
  font-weight: 300;
  text-align: center;
}

header .navigation-bar .site-menu [class*='-button'] > a[data-notifications]:hover:after,
header .navigation-bar .site-menu [class*='-button'].active > a[data-notifications]:after {
  background-color: #0099ab;
}

header .navigation-bar .site-menu [class*='-button'] > div:not(.search-results) {
  transform-origin: top center;
  transform: rotateX(-90deg);
  overflow: auto;
  transition: all 0.3s ease-out;
  position: absolute;
  z-index: 0;
  top: calc(100% + 1px);
  right: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-right: none;
  border-left: none;
  max-height: calc(100vh - 80px);
}

header .navigation-bar .site-menu [class*='-button'] > a span:before {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'brand-icons' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header .navigation-bar .site-menu [class*='-button'] > a:hover {
  color: #0099ab;
  border-color: #0099ab !important;
  background: #ebebeb;
}

header .navigation-bar .site-menu [class*='-button'].active > a {
  background: #ebebeb;
  border-bottom-color: #000;
}

header .navigation-bar .site-menu [class*='-button'].active > div:not(.search-results) {
  transform: rotateX(0deg);
}

header .navigation-bar .site-menu .user-button .user-box,
header .navigation-bar .site-menu .cart-button .cart-box,
header .navigation-bar .site-menu .services-button .services-box {
  overflow: hidden;
  padding: 20px 15px;
}

header .navigation-bar .site-menu .user-button .user-box.customer-area-box {
  display: flex;
  align-items: stretch;
}

header .navigation-bar .site-menu .user-button .user-box.customer-area-box > div {
  padding: 0 15px 0 0;
  flex-basis: 50%;
  flex-grow: 0;
}

header .navigation-bar .site-menu .user-button .user-box.customer-area-box > div + div {
  border-left: 1px solid #ccc;
  padding-left: 15px;
}

header .navigation-bar .site-menu .user-button.pushed > div {
  display: none !important;
}

header .navigation-bar .site-menu .user-button.pushed > #divUserProfile {
  display: block !important;
}

header .navigation-bar .site-menu .user-button.pushed > #divUserProfile > div {
  display: none !important;
}

header .navigation-bar .site-menu .user-button.pushed > #divUserProfile > #divCustomerArea,
header .navigation-bar .site-menu .user-button.pushed > #divUserProfile > #campaignBox {
  display: block !important;
}

header .navigation-bar .site-menu .user-button > a[data-text] {
  width: auto;
  padding: 0 10px;
}

header .navigation-bar .site-menu .user-button > a[data-text] span {
  top: 0%;
  height: 52px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

header .navigation-bar .site-menu .user-button > a[data-text] span:before {
  position: relative;
  transform: translateY(-50%);
  display: block;
}

header .navigation-bar .site-menu .user-button > a[data-text]:after {
  content: attr(data-text);
  display: inline-block;
  position: relative;
  padding: 0 15px;
  font-size: 12px;
  text-transform: none;
  margin-top: 22px;
}

header .navigation-bar .site-menu .user-button > a span:before {
  font-size: 17px;
  content: '\2b';
  top: 50%;
}

header .navigation-bar .site-menu .user-button > a img {
  position: absolute;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header .navigation-bar .site-menu .user-button.logged-in > a span:before {
  transition: all 0.3s ease-out;
  color: white;
  border-radius: 50%;
  background: #000;
  padding: 5px;
}

header .navigation-bar .site-menu .user-button.logged-in > a:hover span:before {
  background: #0099ab;
}

header .navigation-bar .site-menu .user-button .user-box + .user-box {
  border-top: 1px solid #ccc;
}

header .navigation-bar .site-menu .user-button .user-box p,
header .navigation-bar .site-menu .user-button .user-box h6,
header .navigation-bar .site-menu .user-button .user-box h5,
header .navigation-bar .site-menu .cart-button .cart-box h6,
header .navigation-bar .site-menu .services-button .services-box h6 {
  margin: 0;
}

header .navigation-bar .site-menu .user-button .user-box h5 span {
  font-weight: 300;
}

header .navigation-bar .site-menu .user-button .user-box > div > * + * {
  margin-top: 15px;
}

header .navigation-bar .site-menu .user-button .user-box .new-client-box h6 {
  margin-top: 0px;
}

header .navigation-bar .site-menu .user-button .user-box .new-client-box ul {
  margin-top: 0px;
}

header .navigation-bar .site-menu .user-button .user-box .new-client-box ul li + li {
  margin-top: 5px;
}

header .navigation-bar .site-menu .user-button .user-box ul.quick-links {
  margin: 0;
}

header .navigation-bar .site-menu .user-button .user-box ul li {
  overflow: visible;
}

header .navigation-bar .site-menu .user-button .user-box ul li a {
  text-transform: none;
  color: #000;
  font-weight: 300;
  font-size: 12px;
  text-decoration: underline;
}

header .navigation-bar .site-menu .user-button .user-box ul li a:hover {
  color: #0099ab;
}

header .navigation-bar .site-menu .user-button .user-box ul li p {
  font-weight: 600;
  margin: 0;
}

header .navigation-bar .site-menu .user-button .user-box div.promo-box img {
  width: 100%;
  margin-bottom: 10px;
}

header .navigation-bar .site-menu .user-button .user-box div.promo-box p > img {
  margin-bottom: 10px;
}

header .navigation-bar .site-menu .user-button .user-box div.promo-box p {
  margin: 0;
  font-size: 12px;
  line-height: 15px;
}

header .navigation-bar .site-menu .user-button .user-box div.promo-box a,
header .navigation-bar .site-menu .user-button .user-box div.promo-box a p {
  text-transform: none;
  text-decoration: underline;
  font-size: 12px;
}

header .navigation-bar .site-menu .user-button .user-box div.promo-box a:hover,
header .navigation-bar .site-menu .user-button .user-box div.promo-box a:hover p,
header .navigation-bar .site-menu .user-button .user-box div.promo-box a:hover span {
  color: #0099ab;
  text-decoration: none;
}

header .navigation-bar .site-menu .user-button .user-box .quick-links [class*='icon-'] {
  margin: 0 0 18px;
  position: relative;
  padding: 3px 0 3px 50px;
  font-size: 12px;
  text-transform: none;
  text-decoration: none;
  display: block;
}

header .navigation-bar .site-menu .user-button .user-box [class*='icon-']:before {
  position: absolute;
  left: 0;
}

header .navigation-bar .site-menu .user-button .user-box .icon-user:before {
  font-size: 29px;
  top: 0;
  left: 6px;
  line-height: 18px;
}

header .navigation-bar .site-menu .user-button .user-box .icon-msg-envelope:before {
  font-size: 36px;
  top: 0;
  left: 3px;
  line-height: 17px;
}

header .navigation-bar .site-menu .user-button .user-box .icon-produtos:before {
  font-size: 40px;
  top: 0;
  left: -1px;
  line-height: 17px;
}

header .navigation-bar .site-menu .user-button .user-box .icon-cons-e-faturas:before {
  font-size: 32px;
  top: -8px;
  left: 5px;
}

header .navigation-bar .site-menu .user-button .user-box .icon-encomendas:before {
  font-size: 33px;
  top: -6px;
  left: 5px;
}

header .navigation-bar .site-menu .user-button .user-box .icon-cloud-gerir:before {
  font-size: 44px;
  top: -6px;
  left: 0px;
  line-height: 30px;
}

header .navigation-bar .site-menu .user-button .user-box .icon-saldo:before {
  font-size: 21px;
  top: -3px;
  left: 13px;
}

header .navigation-bar .site-menu .user-button .user-box .icon-meos-solo:before {
  font-size: 25px;
  top: -3px;
  left: 8px;
}

header .navigation-bar .site-menu .cart-button > a span:before {
  font-size: 22px;
  content: '\6c';
}

header .navigation-bar .site-menu .cart-button > a img {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '\75';
  font-family: 'meo-2017' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header .navigation-bar .site-menu .cart-button .cart-box ul {
  margin-top: 10px;
}

header .navigation-bar .site-menu .cart-button .cart-box ul:empty {
  display: none;
}

header .navigation-bar .site-menu .cart-button .cart-box > p {
  margin-top: 10px;
  font-size: 12px;
}

header .navigation-bar .site-menu .cart-button .cart-box ul li {
  overflow: hidden;
}

header .navigation-bar .site-menu .cart-button .cart-box ul:not(.hyperlinks) li {
  padding: 15px 0;
  display: flex;
  align-items: stretch;
}

header .navigation-bar .site-menu .cart-button .cart-box ul:not(.hyperlinks) li + li {
  border-top: 1px solid #ccc;
}

header .navigation-bar .site-menu .cart-button .cart-box ul li img {
  height: 55px;
  margin-right: 10px;
}

header .navigation-bar .site-menu .cart-button .cart-box ul li .item-description {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
}

header .navigation-bar .site-menu .cart-button .cart-box ul li .item-description * {
  width: 100%;
}

header .navigation-bar .site-menu .cart-button .cart-box ul li p {
  margin-bottom: 0;
  font-size: 12px;
}

header .navigation-bar .site-menu .cart-button .cart-box ul.hyperlinks {
  margin-bottom: -20px;
}

header .navigation-bar .site-menu .cart-button .cart-box ul.hyperlinks li:last-child {
  margin-right: 0px;
}

header .navigation-bar .site-menu .cart-button .cart-box ul.hyperlinks li {
  margin-right: 15px;
}

header .navigation-bar .site-menu .services-button > a span:before {
  font-size: 21px;
  content: '\22';
  top: 54%;
}

header .navigation-bar .site-menu .services-button > a img {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '\75';
  font-family: 'meo-2017' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header .navigation-bar .site-menu .services-button .services-box p {
  font-size: 12px;
  margin-top: 10px;
}

header .navigation-bar .site-menu .services-button .services-box ul {
  margin-top: 25px;
}

header .navigation-bar .site-menu .services-button .services-box ul li {
  overflow: visible;
}

header .navigation-bar .site-menu .services-button .services-box ul li img {
  width: 62px;
  height: 72px;
  float: left;
}

header .navigation-bar .site-menu .services-button .services-box ul li p {
  margin-bottom: 0;
}

header .navigation-bar .site-menu .services-button .services-box ul li p + p {
  margin-top: 5px;
}

header .navigation-bar .site-menu .services-button .services-box ul [class*='icon-'] {
  margin: 0 0 25px;
  font-weight: 400;
  color: #252525;
  position: relative;
  padding: 3px 0 3px 65px;
  font-size: 12px;
  text-transform: none;
  text-decoration: none;
  display: block;
}

header .navigation-bar .site-menu .services-button .services-box ul [class*='icon-']:hover {
  color: #0099ab;
}

header .navigation-bar .site-menu .services-button .services-box ul [class*='icon-']:before {
  position: absolute;
  font-size: 45px;
  left: 0;
  line-height: 11px;
}

header .navigation-bar .site-menu .phone-button > a span:before {
  font-size: 23px;
  content: '\e006';
}

header .navigation-bar .site-menu .phone-button > a img {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '\75';
  font-family: 'meo-2017' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header .navigation-bar .site-menu .phone-button .phone-box p {
  font-size: 12px;
  margin-top: 10px;
}

header .navigation-bar .site-menu .phone-button .phone-box ul {
  margin-top: 25px;
}

header .navigation-bar .site-menu .phone-button .phone-box ul li {
  overflow: visible;
}

header .navigation-bar .site-menu .phone-button .phone-box ul li img {
  width: 62px;
  height: 72px;
  float: left;
}

header .navigation-bar .site-menu .phone-button .phone-box ul li p {
  margin-bottom: 0;
}

header .navigation-bar .site-menu .phone-button .phone-box ul li p + p {
  margin-top: 5px;
}

header .navigation-bar .site-menu .phone-button .phone-box ul [class*='icon-'] {
  margin: 0 0 25px;
  font-weight: 400;
  color: #252525;
  position: relative;
  padding: 3px 0 3px 65px;
  font-size: 12px;
  text-transform: none;
  text-decoration: none;
  display: block;
}

header .navigation-bar .site-menu .phone-button .phone-box ul [class*='icon-']:hover {
  color: #0099ab;
}

header .navigation-bar .site-menu .phone-button .phone-box ul [class*='icon-']:before {
  position: absolute;
  font-size: 45px;
  left: 0;
  line-height: 11px;
}

header .navigation-bar .site-menu .search-button > a span:before {
  font-size: 19px;
  content: '\21';
}

header .navigation-bar .site-menu .search-button > div:not(.search-results) {
  max-height: 0px;
  border-width: 0 0 1px 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
  position: absolute;
  z-index: -1;
  right: 0;
  width: 100%;
  background: #fff;
}

header .navigation-bar .site-menu .search-button:not(.active) > .search-results.has-results + div {
  transition: all 0.3s ease-out 0.3s;
}

header .navigation-bar .site-menu .search-button.active > div:not(.search-results) {
  max-height: 140px;
  padding: 11px 0;
}

header .navigation-bar .site-menu .search-button .content-holder {
  padding: 0 15px;
}

header .navigation-bar .site-menu .search-button .content-holder .icon-close-thin {
  position: absolute;
  right: 5px;
  top: 25px;
}

header .navigation-bar .site-menu .search-button > div:not(.search-results) .textbox-ui {
  width: 100%;
}

header .navigation-bar .site-menu .search-button > .search-results {
  top: 160px;
  max-height: calc(100% - 160px);
  padding: 0px 15px;
  position: fixed;
  overflow: hidden;
  transition: top 0.3s ease-out 0s, max-height 0.3s ease-out 0s, transform 0.3s ease-out 0s, padding 0.3s ease-out 0s;
  height: 100%;
  transform-origin: top center;
  transform: rotateX(-90deg);
  width: 100%;
  background: #f6f6f6;
  left: 0;
}

header .navigation-bar .site-menu .search-button.active > .search-results.has-results {
  padding-top: 20px;
  padding-bottom: 0;
  transition: top 0.3s ease-out 0s, max-height 0.3s ease-out 0s, transform 0.3s ease-out 0.4s, padding 0.3s ease-out 0.4s;
  transform: rotateX(0deg);
}

header .navigation-bar .site-menu .search-button.active > .search-results.has-no-results {
  padding-top: 30px;
  padding-bottom: 0;
  transition: top 0.3s ease-out 0s, max-height 0.3s ease-out 0s, transform 0.3s ease-out 0.4s, padding 0.3s ease-out 0.4s;
  transform: rotateX(0deg);
  max-height: 130px;
}

header .navigation-bar .site-menu .search-button.active > .search-results .no-results {
  padding: 20px 30px;
  max-height: 50px;
  flex-basis: 100%;
}

header .navigation-bar .site-menu .search-button.active > .search-results .error-result {
  padding: 20px 15px;
  max-height: 50px;
  flex-basis: 100%;
  text-align: center;
}

header .navigation-bar .site-menu .search-button.active > .search-results .loading-results {
  flex-basis: 100%;
}

header .navigation-bar .site-menu .search-button.active > .search-results .loading-results img {
  width: 20px;
  margin: auto;
  margin-top: 50px;
}

header .search-results-wrapper .loading-results {
  margin-bottom: 30px;
}

header .search-results-wrapper .loading-results .iconLoading:after {
  right: 45%;
  -webkit-animation: rotating 1.5s linear infinite;
  top: 33%;
  height: 15px;
  width: 15px;
  line-height: 0;
  opacity: 1 !important;
  animation: rotating 1.5s linear infinite;
  -webkit-animation: rotating 1.5s linear infinite;
  -moz-animation: rotating 1.5s linear infinite;
  -ms-animation: rotating 1.5s linear infinite;
  -o-animation: rotating 1.5s linear infinite;
  transform-origin: 50%;
}

header .search-results-wrapper .loading-results .iconLoading.iconLoading-black:after {
  content: url(fonts/loadingEPS.svg) !important;
}

header .search-results-wrapper .loading-results .iconLoading.iconLoading-white:after {
  content: url(fonts/loadingbrancoEPS.svg) !important;
}

header .search-results-wrapper .loading-results .iconLoading.icon-s:after {
  width: 30px;
  height: 30px;
}

header .search-results-wrapper .loading-results .iconLoading.icon-m:after {
  width: 50px;
  height: 50px;
}

header .search-results-wrapper .loading-results .iconLoading.icon-l:after {
  width: 70px;
  height: 70px;
}

header .search-results-wrapper .loading-results .iconLoading.icon-xl:after {
  width: 90px;
  height: 90px;
}

[class*=' iconLoading']:after,
[class^='iconLoading']:after {
  font-family: 'brand-icons';
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  transform: translateY(-50%);
  font-weight: normal !important;
}

.search-results-xl.block-loading,
.search-results-xs.block-loading {
  position: static;
}

.search-results-xl.block-loading:after,
.search-results-xs.block-loading:after {
  content: url(fonts/loadingEPS.svg) !important;
  width: 30px;
  height: 30px;
  font-family: 'brand-icons';
  position: absolute;
  top: 50%;
  line-height: 20px;
  font-weight: normal !important;
  right: 50%;
  -webkit-animation: rotating 1.5s linear infinite;
  opacity: 1 !important;
  animation: rotating 1.5s linear infinite;
  -webkit-animation: rotating 1.5s linear infinite;
  -moz-animation: rotating 1.5s linear infinite;
  -ms-animation: rotating 1.5s linear infinite;
  -o-animation: rotating 1.5s linear infinite;
  transform-origin: 50%;
}

.search-results-xl.block-loading:before,
.search-results-xs.block-loading:before {
  content: '';
  display: none;
}

.search-result-li-title[class^='type-']:after,
.search-result-li-title[class*=' type-']:after {
  font-family: 'brand-icons';
  font-weight: normal;
  margin: 0 5px;
  vertical-align: middle;
  line-height: 17px;
  font-size: 26px;
}

.search-result-li-title.type-pdf:after {
  content: '\e018';
}

.search-result-li-title.type-mp3:after {
  content: '\e011';
}

.search-result-li-title.type-mp4:after {
  content: '\e012';
}

.search-result-li-title.type-ppt:after {
  content: '\e014';
}

.search-result-li-title.type-png:after {
  content: '\e015';
}

.search-result-li-title.type-rar:after {
  content: '\e016';
}

.search-result-li-title.type-zip:after {
  content: '\e017';
}

.search-result-li-title.type-xls:after {
  content: '\e019';
}

.search-result-li-title.type-doc:after {
  content: '\e01a';
}

.search-result-li-title.type-avi:after {
  content: '\e01b';
}

.search-result-li-title.type-jpg:after {
  content: '\e013';
}

.search-result-li-title.type-video:after {
  content: '\2d';
  font-size: 18px !important;
}

header .navigation-bar .site-menu .search-button .icon-error-cross {
  position: absolute;
  right: 15px;
  bottom: 8px;
  font-size: 20px;
  cursor: pointer;
  color: #000;
  display: none;
}

header .navigation-bar .site-menu .search-button .icon-error-cross:hover {
  color: #0099ab;
}

header .navigation-bar .site-menu .search-button input[type='search']:not([value='']) ~ .icon-error-cross {
  display: block;
}

header .navigation-bar .site-menu .search-button input[type='search'] {
  padding: 18px 44px 6px 0;
  border: none;
  border-bottom: 1px solid #ccc;
  box-shadow: none !important;
  border-radius: 0;
  font-size: 16px;
  min-height: 40px;
}

header .navigation-bar .site-menu .search-button input[type='search']:focus {
  border-bottom-color: #0099ab;
}

header .navigation-bar .site-menu .search-button input[type='search'] + span {
  font-size: 18px;
  font-weight: 600;
  top: 8px;
  padding-left: 2px;
}

header .navigation-bar .site-menu .search-button input[type='search']:focus + span,
header .navigation-bar .site-menu .search-button input[type='search']:not([value='']) + span {
  font-size: 12px;
  top: 0;
}

header .navigation-bar .site-menu .search-results .custom-scroll-rail-x {
  position: absolute;
  width: 600px;
  background: #ccc;
  height: 5px;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 5px;
}

header .navigation-bar .site-menu .search-results .custom-scroll-rail-y {
  position: absolute;
  height: calc(100% - 20px);
  background: #ccc;
  width: 5px;
  top: 10px;
  right: 0;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  display: none;
}

header .navigation-bar .site-menu .search-results:hover .custom-scroll-rail-y {
  display: block;
}

header .navigation-bar .site-menu .search-results .custom-scroll-bar {
  background: #666;
  height: auto;
  width: auto;
  position: absolute;
  border-radius: inherit;
  transition: transform 0.3s ease-out;
}

header .navigation-bar .site-menu .search-results .custom-scroll-rail-y .custom-scroll-bar:hover,
header .navigation-bar .site-menu .search-results .custom-scroll-rail-y .custom-scroll-bar:focus,
header .navigation-bar .site-menu .search-results .custom-scroll-rail-y .custom-scroll-bar:active,
header .navigation-bar .site-menu .search-results .custom-scroll-rail-y:hover .custom-scroll-bar {
  transform: scaleX(1.8);
  cursor: pointer;
}

header .search-result-list,
header .search-result-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header .search-results-viewport {
  height: calc(100% + 30px);
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: -20px;
  height: calc(100% + 20px);
  overflow-y: hidden;
  overflow-x: auto;
}

header .search-results-viewport.ov-auto {
  overflow-x: hidden;
  overflow-y: auto;
}

header .search-results-wrapper a:not([class*='btn-']) {
  text-transform: none;
}

header .search-results-wrapper {
  position: relative;
  display: block;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  left: 0;
  overflow-y: auto;
}

header .search-results-wrapper > article {
  width: calc(100% - 30px);
  min-width: 215px;
  flex-basis: calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin-left: 15px;
  margin-top: 30px;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
}

header .search-results-wrapper > article .search-result-list {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  flex-grow: 2;
}

header .search-results-wrapper > article .search-result-header {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  margin-bottom: 10px;
}

header .search-results-wrapper > article .search-result-header a {
  float: right;
  color: #000000;
  line-height: 24px;
}

header .search-results-wrapper > article .search-result-header h6 {
  margin: 0px 0 10px;
  display: inline-block;
  color: #000;
}

header .search-results-wrapper > article:only-child:not(.no-results) .search-result-list {
  flex-wrap: wrap;
  margin-right: -50px;
  height: 100%;
}

header .search-results-wrapper > article .search-result-list > li a {
  display: block;
  background: transparent;
  transition: all 0.3s ease-out;
  padding: 15px;
}

header .search-results-wrapper > article .search-result-list > li a:hover {
  background: #ebebeb;
}

header .search-results-wrapper > article .search-result-list > li a:hover .search-result-li-title,
header .search-results-wrapper > article .search-result-list > li a:hover .search-result-date,
header .search-results-wrapper > article .search-result-list > li a:hover .search-result-li-year,
header .search-results-wrapper > article .search-result-list > li a:hover .search-result-li-type,
header .search-results-wrapper > article .search-result-list > li a:hover .search-result-li-desc {
  color: #0099ab;
}

header .search-results-wrapper > article .search-result-list > li .search-result-li-title,
header .search-results-wrapper > article .search-result-list > li .search-result-li-desc {
  color: #000;
  margin-bottom: 2px;
  margin-top: 2px;
  line-height: 17px;
  font-size: 12px;
}

header .search-results-wrapper > article .search-result-list > li .search-result-date {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 2px;
  font-weight: 300;
  color: #333333;
}

header .search-results-wrapper > article .search-result-list > li.store-result {
  display: flex;
  align-items: stretch;
  text-align: center;
  margin-bottom: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

header .search-results-wrapper > article .search-result-list > li.store-result:only-child {
  margin-bottom: 0;
}

header .search-results-wrapper > article .search-result-list > li.store-result a {
  flex-basis: 33.333%;
  max-width: 33.333%;
}

header .search-results-wrapper > article .search-result-list > li.store-result img {
  width: 100%;
  max-width: 110px;
}

header .search-results-wrapper > article .search-result-list > li.store-result h6 {
  margin-top: 10px;
}

header .search-results-wrapper > article .search-result-list > li.package-tariff-result a {
  display: flex;
  align-items: center;
}

header .search-results-wrapper > article .search-result-list > li.package-tariff-result img {
  padding-right: 15px;
}

header .search-results-wrapper > article .search-result-list > li.package-result a {
  display: flex;
  align-items: center;
  padding: 20px;
}

header .search-results-wrapper > article .search-result-list > li.package-result img {
  padding-right: 15px;
  width: 100%;
  max-width: 65px;
}

header .search-results-wrapper > article .search-result-list > li.tv-schedule-result a {
  display: flex;
  align-items: flex-start;
}

header
.searheader
.navigation-bar
.site-menu
.user-button
> a[data-text]:afterch-results-wrapper
> article
.search-result-list
> li.tv-schedule-result
img {
  padding-right: 15px;
}

header .search-results-wrapper > article .search-result-list > li.tv-schedule-result .program-details {
  margin-left: 20px;
}

header .search-results-wrapper > article .search-result-list > li.tv-schedule-result img {
  width: 100%;
  max-width: 128px;
}

header .search-results-wrapper > article .search-result-list > li.tv-schedule-result h6 {
  margin-top: 0;
}

header .search-results-wrapper > article .search-result-list > li.tv-schedule-result .search-result-date,
header .search-results-wrapper > article .search-result-list > li.tv-schedule-result .search-result-li-desc {
  font-size: 12px;
  line-height: 17px;
}

header .search-results-wrapper > article .search-result-list > li.store-location-result a {
  display: flex;
  align-items: center;
}

header .search-results-wrapper > article .search-result-list > li.store-location-result img {
  padding-right: 35px;
  padding-left: 15px;
  max-width: 75px;
}

header .search-results-wrapper > article .search-result-list > li .search-result-category-list {
  color: #999;
  font-size: 10px;
  font-weight: 300;
}

header .search-results-wrapper > article .search-result-list > li .search-result-category-list ul {
  display: inline-block;
}

header .search-results-wrapper > article .search-result-list > li .search-result-category-list ul li {
  display: inline-block;
}

header .search-results-wrapper > article .search-result-list > li .search-result-category-list ul li + li:before {
  content: ', ';
  display: inline;
}

header .search-results-wrapper > article .search-result-list > li.channel-result {
  display: flex;
  align-items: stretch;
  text-align: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

header .search-results-wrapper > article .search-result-list > li.channel-result a {
  flex-basis: 25%;
  max-width: 25%;
}

header .search-results-wrapper > article .search-result-list > li.channel-result img {
  width: 100%;
  max-width: 90px;
}

header .search-results-wrapper > article .search-result-list > li.vc-result {
  display: flex;
  align-items: stretch;
  text-align: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

header .search-results-wrapper > article .search-result-list > li.vc-result a {
  flex-basis: 50%;
  max-width: 50%;
  position: relative;
}

header .search-results-wrapper > article .search-result-list > li.vc-result p {
  line-height: 17px;
}

header .search-results-wrapper > article .search-result-list > li.vc-result .search-result-li-title {
  margin-bottom: 2px;
}

header .search-results-wrapper > article .search-result-list > li.vc-result .search-result-li-year,
header .search-results-wrapper > article .search-result-list > li.vc-result .search-result-li-type {
  margin-bottom: 2px;
  font-size: 12px;
}

header .search-results-wrapper > article .search-result-list > li.vc-result img {
  width: 100%;
  max-width: 260px;
  margin-bottom: 20px;
}

header .search-results-wrapper > article .search-result-list > li.vc-result .label.lbl-hd {
  background: #f00;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  left: auto;
  bottom: auto;
  border-radius: 4px / 10px;
  font-size: 10px;
  font-weight: 400;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
}

header .navigation-bar .site-menu .site-menu-dropdown {
  position: relative;
}

header .navigation-bar .site-menu .site-menu-dropdown a {
  color: #000;
  display: block;
}

header .navigation-bar .site-menu .site-menu-dropdown a:hover {
  color: #0099ab;
  border-color: #0099ab !important;
  background: transparent;
}

header .navigation-bar .site-menu .site-menu-dropdown > a {
  font-weight: 600;
  color: #000;
  padding: 20px 10px 17px;
  position: relative;
  display: block;
  vertical-align: bottom;
  border-bottom: 4px solid transparent;
  transition: all 0.3s ease-out;
}

header .navigation-bar .site-menu .site-menu-dropdown > a:after {
  content: '\68';
  display: inline-block;
  font-family: 'brand-icons' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 0;
  margin-left: 4px;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: -2px;
}

header .navigation-bar .site-menu .site-menu-dropdown > a:hover {
  background: #ebebeb !important;
}

header .navigation-bar .site-menu .site-menu-dropdown.active > a {
  background: #ebebeb;
  border-bottom-color: #000;
}

header .navigation-bar .site-menu .site-menu-dropdown > a span:before {
  font-size: 21px;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '\6c';
  font-family: 'meo-2017' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header .navigation-bar .site-menu .site-menu-dropdown > div {
  overflow: hidden;
  padding: 0 12px;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 100%;
  z-index: -1;
  right: 0;
  width: 100%;
  background: #fff;
}

header:not[alternative] .navigation-bar .site-menu .site-menu-dropdown.active > div {
  border-top: 1px solid #ccc;
}

header .navigation-bar .site-menu .site-menu-dropdown > div > ul {
  margin: 0 -12px;
}

header .navigation-bar .site-menu .site-menu-dropdown > div > ul a {
  padding: 0 10px;
  font-size: 12px;
  line-height: 12px;
}

header .navigation-bar .site-menu .site-menu-dropdown > div li {
  padding: 0;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
}

header .navigation-bar .site-menu .site-menu-dropdown.active > div li {
  padding: 15px 0;
  max-height: 100%;
  opacity: 1;
}

header .navigation-bar .site-menu .site-menu-dropdown.active > div li + li {
  border-top: 1px solid #ccc;
}

header .language-selector {
  float: right;
  position: relative;
  z-index: 10;
  padding: 0;
  border-left: 1px solid #333;
}

header .language-selector ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header .language-selector > div {
  overflow: hidden;
  padding: 0;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 100%;
  z-index: 21;
  right: 0;
  width: 100%;
  background: #000;
}

header .language-selector > a {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  display: inline-block;
  padding: 10px 22px;
  width: 80px;
}

header .language-selector > a:hover {
  color: #0099ab;
}

header .language-selector > a:after {
  content: '\68';
  vertical-align: -2px;
  display: inline-block;
  font-family: 'brand-icons' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 0;
  margin-left: 4px;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header .language-selector > div li {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
}

header .language-selector.active > div li {
  max-height: 100%;
  opacity: 1;
  border-top: 1px solid #333333;
}

header .language-selector > div li a {
  font-size: 12px;
  padding: 10px 22px;
  display: block;
  color: #bebebe;
}

header .language-selector > div li a:hover {
  color: #0099ab;
}

header .context-bar {
  overflow: hidden;
  background-color: #ebebeb;
  transform: translateY(0%);
  transition: transform 0.2s ease-out;
  padding: 15px 0;
  display: none;
}

header .context-bar:empty {
  display: none;
}

header .context-bar .content-holder {
  display: flex;
  align-items: flex-start;
  padding: 0 30px;
}

header .context-bar a {
  white-space: nowrap;
  font-size: 12px !important;
  line-height: 12px;
  display: block;
}

header .context-bar .selected a {
  font-weight: 600;
}

header .context-bar .content-holder > a {
  padding-right: 20px;
  font-weight: 600;
  flex-shrink: 0;
}

header .context-bar .content-holder > a:before {
  content: '\23';
  vertical-align: bottom;
  font-family: 'brand-icons' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}

header .context-bar .content-holder .hyperlinks {
  margin-bottom: -15px;
}

header .context-bar .content-holder .hyperlinks li {
  margin-bottom: 15px;
}

header .context-bar .content-holder .hyperlinks {
  margin-right: 0px;
  flex-grow: 1;
}

header.alternative .top-bar {
  background: #fff;
}

header.alternative .language-selector.active > div li {
  border-top-color: #ccc;
}

header.alternative .top-bar .back-to-site a {
  color: #000;
}

header.alternative .top-bar .cos-link a,
header.alternative .info-icon a {
  color: #808080;
}

header.alternative .top-bar .site-disambiguation a {
  color: black;
}

header.alternative .top-bar .site-disambiguation.active > div li {
  border-top-color: #ccc;
}

header.alternative .top-bar div ~ .info-icon {
  border-left: 1px solid #cccccc;
}

header.alternative .navigation-bar {
  background: #000;
  border-color: #333;
}

header.alternative .navigation-bar .site-menu > menu > li.active,
header.alternative .navigation-bar .site-menu > menu > li.active + li,
header.alternative .navigation-bar .site-menu > menu > li {
  border-left: 1px solid #333333;
}

header.alternative .navigation-bar .site-navigation {
  background: #000;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

header.alternative .navigation-bar .site-navigation nav.first-level a {
  color: #000;
}

header.alternative .navigation-bar .site-navigation nav.second-level a {
  color: #000;
}

header.alternative .navigation-bar .site-navigation > a.navigation-icon:hover {
  background: #333333;
}

header.alternative .navigation-bar .site-menu [class*='-button'] > a {
  color: #fff;
}

header.alternative .navigation-bar .site-menu [class*='-button'] > a:hover {
  background-color: #333;
}

header.alternative .navigation-bar .site-menu [class*='-button'] > a[data-notifications]:after {
  background-color: #0099ab;
}

header.alternative .navigation-bar .site-menu [class*='-button'] > a[data-notifications]:hover:after {
  background-color: #0099ab;
  color: #fff;
}

header.alternative .navigation-bar .site-menu [class*='-button'].active > a {
  background: #333;
  border-bottom-color: #fff;
}

header.alternative .navigation-bar .site-menu .site-menu-dropdown > a {
  color: #fff;
}

header.alternative .navigation-bar .site-menu .site-menu-dropdown.active > a {
  background: #333;
  border-bottom-color: #fff;
}

header.alternative .navigation-bar .site-menu .site-menu-dropdown > div {
  background: #000;
}

header.alternative .navigation-bar .site-menu .site-menu-dropdown a {
  color: #fff;
}

header.alternative .navigation-bar .siteheader .top-bar-menu .user-button.logged-in > a span:before {
  background: white;
  color: #000;
}

header.alternative .navigation-bar .site-menu .user-button.logged-in > a:hover span:before {
  color: white;
}

header.alternative .navigation-bar .site-menu .search-button > .search-results .no-results {
  color: white;
}

header.alternative .navigation-bar .site-menu .search-button > .search-results .error-result p {
  color: white;
}

header.alternative .navigation-bar .site-navigation > a.navigation-icon span,
header.alternative .navigation-bar .site-navigation > a.navigation-icon span:before,
header.alternative .navigation-bar .site-navigation > a.navigation-icon span:after {
  background: #fff;
}

header.alternative .navigation-bar .site-menu .site-menu-dropdown > a:hover {
  background: #333 !important;
}

header.alternative .navigation-bar .site-menu .site-menu-dropdown.active > div li + li {
  border-top: 1px solid #333;
}

header.alternative .language-selector > a {
  color: black;
}

header.alternative .language-selector > div {
  background: #fff;
}

header.alternative .language-selector > div li a {
  color: #808080;
}

header .navigation-bar .site-navigation > a.navigation-icon:hover {
  color: #0099ab;
  border-color: #0099ab;
  background: #ebebeb;
}

header .navigation-bar .site-navigation > a.navigation-icon:hover span,
header .navigation-bar .site-navigation > a.navigation-icon:hover span:before,
header .navigation-bar .site-navigation > a.navigation-icon:hover span:after {
  background: #0099ab;
}

header.navigation-active .navigation-bar .site-navigation > a.navigation-icon span {
  background: transparent;
}

header.navigation-active .navigation-bar .site-navigation > a.navigation-icon span:before {
  transform: rotate(-45deg);
  margin-top: 0;
}

header.navigation-active .navigation-bar .site-navigation > a.navigation-icon span:after {
  transform: rotate(45deg);
  margin-top: 0;
}

header.navigation-active .navigation-bar > .content-holder > div:not(.site-navigation):not(.logo) {
  opacity: 0;
}

header.header-fixed {
  position: fixed;
}

header.header-fixed .warning-msgs:empty ~ .conteudo {
  padding-top: 46px;
}

header.header-fixed .warning-msgs:empty ~ .top-bar {
  margin-top: -34px;
}

header.header-fixed .navigation-bar .logo {
  padding: 10px 0;
}

header.header-fixed .navigation-bar .logo a {
  height: 24px;
}

header.header-fixed .navigation-bar .site-menu .user-button.logged-in > a span:before {
  padding: 3px;
}

header.header-fixed .navigation-bar .site-menu .site-menu-dropdown > a {
  padding: 18px 10px 12px;
}

header.header-fixed.navigation-active .navigation-bar .site-navigation > div {
  height: calc(100% - 76px);
  top: 76px;
}

header.header-fixed .navigation-bar .site-menu .search-button > .search-results {
  top: 161px;
  max-height: calc(100% - 161px);
}

header.header-fixed .navigation-bar .site-menu .user-button > a[data-text]:after {
  margin-top: 17px;
  vertical-align: 0;
}

header.header-fixed .navigation-bar .site-menu .user-button > a[data-text] span,
header.header-fixed .navigation-bar .site-menu menu {
  height: 46px;
}

header.header-fixed .context-bar {
  position: absolute;
  width: 100%;
}

header .navigation-bar .logo a img {
  height: 32px;
}

header.header-fixed .navigation-bar .logo a img {
  height: 26px;
}

header .navigation-bar .logo a img {
  border: none;
  height: 100%;
  display: inline-block;
}

@media screen and (min-width: 481px) {
  header a {
    font-size: 12px;
    line-height: 12px;
  }
  header .info-icon a {
    width: 123px;
    font-size: 12px;
    padding: 10px 0 9px;
  }
  header .info-icon a:before {
    vertical-align: -5px;
  }
  header .navigation-bar > .content-holder {
    padding-right: 61px;
    padding-left: 15px;
  }
  header .top-bar .cos-link a,
  header .top-bar .back-to-site a {
    font-size: 12px;
    line-height: 12px;
  }
  header .top-bar .language-selector > div li a,
  header .top-bar .language-selector a {
    padding: 10px 12px;
    width: 61px;
    font-size: 12px;
    line-height: 12px;
  }
  header .top-bar .back-to-site a:after {
    vertical-align: -1px;
  }
  header .navigation-bar .logo {
    padding: 20px 0;
    margin-right: 0;
  }
  header .navigation-bar .logo a {
    height: 29px;
  }
  header .navigation-bar .site-menu menu {
    height: 71px;
  }
  header .navigation-bar .site-menu [class*='-button'] > a,
  header .navigation-bar .site-navigation {
    width: 62px;
  }
  header .navigation-bar .site-menu [class*='-button'] > a span:before {
    top: 51%;
  }
  header .navigation-bar .site-navigation > a.navigation-icon span,
  header .navigation-bar .site-navigation > a.navigation-icon span:before,
  header .navigation-bar .site-navigation > a.navigation-icon span:after {
    height: 3px;
    width: 24px;
    margin-left: -12px;
  }
  header .navigation-bar .site-navigation > a.navigation-icon span:before {
    margin-top: -7px;
  }
  header .navigation-bar .site-navigation > a.navigation-icon span:after {
    margin-top: 7px;
  }
  header .navigation-bar .site-navigation > div {
    top: 104px;
  }
  header .navigation-bar .site-navigation nav.first-level .active {
    height: 52px;
  }
  header .navigation-bar .site-menu .cart-button .cart-box ul {
    margin-top: 15px;
  }
  header .navigation-bar .site-menu .services-button > a span:before {
    font-size: 28px;
    top: 51%;
  }
  header .navigation-bar .site-menu .cart-button > a span:before {
    font-size: 30px;
    top: 51%;
  }
  header .navigation-bar .site-menu .user-button > a span:before {
    font-size: 24px;
    top: 51%;
  }
  header .navigation-bar .site-menu .search-button > a span:before {
    font-size: 27px;
    top: 51%;
  }
  header .navigation-bar .site-menu .search-button > .search-results {
    top: 180px;
    max-height: calc(100% - 180px);
  }
  header .navigation-bar .site-menu .search-button input[type='search'] + span {
    font-size: 20px;
  }
  header .navigation-bar .site-menu .search-button.active > div:not(.search-results) {
    padding: 15px 0;
    border-left: none;
  }
  header .navigation-bar .site-menu [class*='-button'] > div:not(.search-results) {
    border-left: 1px solid #ccc;
  }
  header .navigation-bar .site-menu [class*='-button'] > a[data-notifications]:after {
    right: 8px;
    top: 8px;
  }
  header .navigation-bar .site-menu [class*='-button']:not(.search-button) > div {
    width: 310px;
  }
  header .navigation-bar .site-menu .user-button.logged-in > a span:before {
    padding: 8px;
  }
  header .navigation-bar .site-menu .user-button > a img {
    width: 40px;
    height: 40px;
  }
  header .navigation-bar .site-menu .user-button .user-box,
  header .navigation-bar .site-menu .cart-button .cart-box,
  header .navigation-bar .site-menu .services-button .services-box {
    padding: 25px 20px;
  }
  header .navigation-bar .site-menu .site-menu-dropdown > div > ul a {
    padding: 0 12px;
  }
  header .navigation-bar .site-menu .site-menu-dropdown > a {
    padding: 28px 12px 25px;
  }
  header .navigation-bar .site-menu .site-menu-dropdown > a:after {
    vertical-align: 0;
  }
  header .navigation-bar .site-menu .user-button .user-box.customer-area-box {
    display: block;
  }
  header .navigation-bar .site-menu .user-button .user-box.customer-area-box > div {
    padding: 0;
    flex-basis: 100%;
  }
  header .navigation-bar .site-menu .user-button .user-box.customer-area-box > div + div {
    border: 0;
    padding: 0;
  }
  header .navigation-bar .site-menu .user-button .user-box .new-client-box h6 {
    margin-top: 20px;
  }
  header .navigation-bar .site-menu .user-button > a[data-text] span {
    height: 72px;
  }
  header .navigation-bar .site-menu .user-button > a[data-text]:after {
    margin-top: 30px;
  }
  header.navigation-active .navigation-bar .site-navigation > div {
    height: calc(100% - 103px);
    top: 103px;
  }
  header.header-fixed.navigation-active .navigation-bar .site-navigation > div {
    height: calc(100% - 78px);
    top: 78px;
  }
  header.header-fixed .navigation-bar .site-menu .site-menu-dropdown > a {
    padding: 16px 10px 12px;
  }
  header.header-fixed .navigation-bar .site-navigation > div {
    top: 106px;
  }
}

@media screen and (min-width: 769px) {
  header a {
    font-size: 14px;
    line-height: 14px;
  }
  header .info-icon a {
    width: 159px;
    padding: 11px 0;
  }
  header .context-bar {
    display: block;
  }
  header.alternative .top-bar .site-disambiguation > div li a {
    color: #808080;
  }
  header.alternative .top-bar .site-disambiguation > div li a:hover {
    color: #0099ab;
  }
  header.navigation-active .navigation-bar .site-navigation > div {
    top: 106px;
  }
  header.header-fixed.navigation-active .navigation-bar .site-navigation > div {
    top: 80px;
    height: calc(100% - 80px);
  }
  header.header-fixed .navigation-bar .site-menu .site-menu-dropdown > a {
    padding: 16px 12px 12px;
  }
  header.header-fixed .navigation-bar .site-menu .search-button > .search-results {
    top: 164px;
    max-height: calc(100% - 164px);
  }
  header .top-bar .language-selector > div li a,
  header .top-bar .language-selector a {
    padding: 10px 22px;
    width: 80px;
    line-height: 14px;
  }
  header .top-bar .site-disambiguation > div li a {
    font-size: 12px;
    font-weight: 300;
  }
  header .top-bar .site-disambiguation > div {
    display: inline-block;
  }
  header .top-bar .site-disambiguation > div ul li {
    display: inline-block;
  }
  header .top-bar .site-disambiguation > div ul li {
    margin-left: 10px;
  }
  header .top-bar .cos-link {
    margin-right: 30px;
  }
  header .top-bar .cos-link a,
  header .top-bar .back-to-site a {
    line-height: 14px;
  }
  header .navigation-bar .logo a {
    height: 32px;
  }
  header .navigation-bar .site-menu .search-button input[type='search'] {
    height: 52px;
  }
  header .navigation-bar > .content-holder {
    padding-right: 79px;
    padding-left: 30px;
  }
  header .navigation-bar .site-navigation {
    width: 80px;
  }
  header .navigation-bar .site-menu [class*='-button'] > a {
    width: 80px;
  }
  header .navigation-bar .site-menu .site-menu-dropdown > a {
    padding: 29px 12px 25px;
  }
  header .navigation-bar .site-navigation > div {
    top: 106px;
  }
  header .navigation-bar .site-menu [class*='-button']:not(.search-button) > div {
    width: 320px;
  }
  header .navigation-bar .site-menu .search-button > .search-results {
    padding-left: 30px;
    padding-right: 30px;
  }
  header .search-results-wrapper .loading-results {
    margin-bottom: 0px;
  }
  header .search-results-wrapper .loading-results .iconLoading:after {
    right: 50%;
  }
  header .search-results-viewport {
    margin-right: -30px;
    margin-left: -30px;
  }
  header .search-results-wrapper {
    display: flex;
    padding-bottom: 75px;
    flex-wrap: wrap;
  }
  header .search-results-wrapper > article {
    padding-right: 15px;
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
    min-width: 315px;
    width: auto;
  }
}

@media screen and (min-width: 993px) {
  header .mobile-info-icon {
    display: none;
  }
  header .site-disambiguation-mobile {
    display: none;
  }
  header .navigation-bar .site-navigation a.navigation-icon {
    display: none;
  }
  header .top-bar .info-icon {
    display: block;
  }
  header .top-bar .site-disambiguation {
    display: block;
  }
  header .search-results-wrapper > article {
    flex-basis: calc(33.33% - 15px);
    max-width: calc(33.33% - 15px);
  }
  header .search-results-wrapper > article .search-result-header h6 {
    margin-top: 10px;
  }
  header .navigation-bar .site-navigation {
    width: auto;
    position: static;
    border: inherit;
    top: inherit;
    right: inherit;
  }
  header .navigation-bar > .content-holder {
    padding-right: 0;
  }
  header .navigation-bar .site-navigation,
  header .navigation-bar .site-navigation nav {
    background: transparent;
  }
  header .navigation-bar .site-navigation nav .navdestaque:before {
    display: none;
  }
  header .navigation-bar .site-menu [class*='-button'] > div:not(.search-results) {
    width: 321px;
  }
  header .navigation-bar .site-menu .search-button > div:not(.search-results) {
    width: 100%;
  }
  header .navigation-bar .site-menu .search-button .content-holder {
    padding: 0 30px;
  }
  header .navigation-bar .site-menu .search-button.active > div:not(.search-results) {
    padding: 30px 0 31px;
  }
  header .navigation-bar .site-menu .search-button input[type='search'] + span {
    font-size: 28px;
    top: 12px;
  }
  header .navigation-bar .site-menu .search-button input[type='search'] {
    font-size: 16px;
    padding: 24px 44px 8px 0;
    min-height: 50px;
  }
  header .navigation-bar .site-menu .search-button > .search-results {
    top: 221px;
    max-height: calc(100% - 221px);
  }
  header .navigation-bar .site-menu .search-button input[type='search']:focus + span,
  header .navigation-bar .site-menu .search-button input[type='search']:not([value='']) + span {
    font-size: 16px;
  }
  header .navigation-bar .site-navigation nav.first-level .active {
    height: inherit;
  }
  header .navigation-bar .site-navigation nav.first-level .active > a,
  header .navigation-bar .site-navigation nav.first-level > ul > li > a {
    position: inherit;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: inherit;
    padding: 30px 8px 24px;
    border-bottom: 4px solid transparent;
  }
  header .navigation-bar .site-navigation nav.first-level ul > li + li > a,
  header .navigation-bar .site-navigation nav.first-level ul > li + li > ul {
    border-top: none;
  }
  header .navigation-bar .site-navigation nav.first-level a {
    position: static;
    font-size: 14px;
    padding: 7px 12px;
  }
  header .navigation-bar .site-navigation nav.first-level a:hover {
    color: #0099ab;
    border-color: #0099ab !important;
  }
  header .navigation-bar .site-navigation nav.first-level a:not(:only-child):after {
    display: none;
  }
  header .navigation-bar .site-navigation nav.first-level > ul {
    display: flex;
    align-items: stretch;
  }
  header .navigation-bar .site-navigation nav.first-level > ul > li:hover > a,
  header .navigation-bar .site-navigation nav.first-level > ul > li.selected > a,
  header .navigation-bar .site-navigation nav.first-level > ul > li.active > a {
    background: #ebebeb;
    border-color: #000;
  }
  header .navigation-bar .site-navigation nav.first-level > ul > li:hover > nav.second-level {
    border-top-width: 1px;
    opacity: 1;
    z-index: 2;
    max-height: 600px;
    box-shadow: 0px 7px 11px 0px rgba(0, 0, 0, 0.03);
  }
  header .navigation-bar .site-navigation nav.second-level .active > a {
    text-align: left;
    padding: 7px 12px;
    border: 0;
    line-height: 22px;
    background: transparent !important;
  }
  header .navigation-bar .site-navigation nav.second-level {
    border-top: 0px solid #d8d8d8;
    top: 100%;
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 100%;
    max-height: 0;
    opacity: 0;
    background: #fff;
    transition: all 0.3s ease-out 0.3s;
    z-index: auto;
    visibility: inherit;
    height: auto;
  }
  header .navigation-bar .site-navigation nav.second-level a {
    text-transform: uppercase;
  }
  header .navigation-bar .site-navigation nav.second-level > ul {
    display: flex;
    padding: 60px 0 70px;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    justify-content: center;
  }
  header .navigation-bar .site-navigation nav.second-level > ul > li {
    padding-left: 30px;
    flex-grow: 0;
    flex-basis: 240px;
  }
  header .navigation-bar .site-navigation nav.second-level > ul > li > ul > li + li {
    margin-top: 15px;
  }
  header .navigation-bar .site-navigation nav.second-level > ul > li > ul > li > a,
  header .navigation-bar .site-navigation nav.second-level > ul > li > ul > li > span {
    font-weight: 600;
    line-height: inherit;
  }
  header .navigation-bar .site-navigation nav.third-level {
    margin-top: 20px;
    position: inherit;
    top: inherit;
    height: auto;
    z-index: auto;
    visibility: inherit;
    width: auto;
    left: inherit;
    transition: inherit;
    border: 0 !important;
  }
  header .navigation-bar .site-navigation nav.third-level > ul > li + li {
    margin-top: 2px;
  }
  header .navigation-bar .site-navigation nav.third-level > ul > li > a {
    font-weight: 300;
    text-transform: none;
    line-height: inherit;
  }
  header .navigation-bar .site-navigation ul {
    overflow-y: inherit;
    height: inherit;
    overflow-x: inherit;
  }
  header .navigation-bar .site-navigation > div {
    opacity: inherit;
    position: inherit;
    z-index: auto;
    left: inherit;
    width: auto;
    transition: inherit;
    height: inherit;
    overflow-y: inherit;
    overflow-x: inherit;
    background: transparent;
    top: inherit;
  }
  header .navigation-bar .site-navigation nav.first-level {
    overflow: inherit;
    z-index: auto;
    width: auto;
    height: inherit;
  }
  header.header-fixed .navigation-bar .site-navigation nav.first-level > ul > li > a {
    padding: 16px 8px 12px;
  }
  header.alternative .navigation-bar .site-navigation nav.first-level > ul > li > a {
    background: rgba(255, 255, 255, 0);
    color: #fff;
  }
  header.alternative .navigation-bar .site-navigation nav.first-level > ul > li:hover > a,
  header.alternative .navigation-bar .site-navigation nav.first-level > ul > li.active > a {
    background: #333 !important;
    border-color: #fff;
  }
  header.alternative .navigation-bar .site-navigation nav.second-level {
    top: auto;
  }
}

@media screen and (min-width: 1201px) {
  header .navigation-bar .site-navigation nav.first-level .active > a,
  header .navigation-bar .site-navigation nav.first-level > ul > li > a {
    font-size: 14px;
    line-height: 14px;
    padding: 29px 10px 24px;
  }
  header .navigation-bar .site-menu .search-button input[type='search']:focus + span,
  header .navigation-bar .site-menu .search-button input[type='search']:not([value='']) + span {
    font-size: 18px;
  }
  header .navigation-bar .site-menu .search-button input[type='search'] {
    font-size: 17px;
  }
  header .navigation-bar .site-navigation nav.second-level .active > a {
    text-align: left;
    padding: 7px 12px;
    border: 0;
    line-height: 22px;
    background: transparent !important;
  }
}

@media screen and (min-width: 1601px) {
  header .search-results-viewport {
    margin-top: -30px;
    height: calc(100% + 30px);
  }
  header .navigation-bar .site-menu .search-button.active > .search-results.has-results {
    padding-top: 30px;
  }
  header .navigation-bar .site-menu .search-button > .search-results {
    top: 221px;
    max-height: calc(100% - 221px);
  }
}

@media screen\0 {
  header .navigation-bar .site-menu .search-button > .search-results {
    padding: 00px 50px;
  }
  header .navigation-bar .site-menu .search-results .custom-scroll-rail-y {
    right: 20px;
  }
}

header.no-exit {
  display: flex;
  width: 100%;
  background: white;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px 30px;
}

header.no-exit .logo {
  height: 32px;
}

header.no-exit .logo img {
  height: 100%;
}

header.no-exit .checkout-icons {
  display: flex;
}

header.no-exit .checkout-icons > div + div {
  margin-left: 15px;
}

header.no-exit .checkout-icons .ic-arrow:before {
  content: '\75';
  font-family: 'brand-icons';
  font-size: 28px;
  vertical-align: middle;
  margin-right: 5px;
}

header.no-exit .checkout-icons .ic-locker:before {
  content: '\29';
  font-family: 'brand-icons';
  font-size: 45px;
  vertical-align: -17px;
}

@media screen and (max-width: 767px) {
  header.no-exit {
    display: block;
    padding: 0;
  }
  header.no-exit .logo {
    border-bottom: 1px solid #ccc;
    padding: 6px 6px 6px 15px;
    height: 40px;
  }
  header.no-exit .checkout-icons {
    margin-top: 5px;
    padding: 3px 10px;
  }
}

@media screen and (max-width: 480px) {
  header.no-exit .checkout-icons {
    display: block;
  }
  header.no-exit .checkout-icons > div + div {
    margin: 0;
  }
  header.no-exit .checkout-icons .ic-arrow:before {
    margin-right: 5px;
    margin-left: 5px;
    width: 35px;
    display: inline-block;
  }
}

.block-search-results .search-results-xl,
.block-search-results .search-results-xs {
  padding: 0 30px;
  max-width: 1600px;
  margin: auto;
  position: relative;
}

.search-input-box .has-action [class*='icon-']:before {
  position: absolute;
  right: 5px;
  font-size: 30px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
}

.input-ui.has-action input {
  padding-right: 50px;
}

.icon-search {
  cursor: pointer;
}

.block-search-results .search-input-box {
  background: #ffffff;
  width: 100%;
}

.block-search-results .search-input-box-wrapper {
  padding: 30px 45px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  max-width: 1600px;
  margin: auto;
}

.block-search-results .search-input-box-wrapper > .input-ui {
  width: 60%;
}

.block-search-results .search-result-list,
.block-search-results .search-result-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.block-search-results .search-results-viewport {
  height: calc(100% + 30px);
  position: relative;
  margin-right: -30px;
  margin-left: -30px;
  margin-top: -30px;
  overflow-y: hidden;
  overflow-x: auto;
}

.block-search-results .search-results-viewport.ov-auto {
  overflow-x: hidden;
  overflow-y: auto;
}

.block-search-results .search-results-xl-wrapper {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  padding-bottom: 75px;
  padding-bottom: 0;
  position: relative;
}

.block-search-results .search-results-xl-wrapper a:not([class*='btn-']) {
  text-transform: none;
  text-decoration: none;
}

.block-search-results .search-results-xl-wrapper > article {
  flex-basis: 100%;
  max-width: 100%;
  padding-right: 15px;
  margin-left: 15px;
  margin-top: 30px;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list {
  display: flex;
  flex-direction: row;
  background: #ffffff;
  flex-wrap: wrap;
}

.block-search-results .search-results-xl-wrapper > article .search-result-header {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  margin-bottom: 10px;
}

.block-search-results .search-results-xl-wrapper > article .search-result-header a {
  float: right;
  color: #000000;
  line-height: 24px;
}

.block-search-results .search-results-xl-wrapper > article .search-result-header h6 {
  margin: 10px 0;
  display: inline-block;
  color: black;
}

.block-search-results .search-results-xl-wrapper > article .search-result-header .btn-holder {
  list-style: none;
  margin: 0;
  padding: 0;
}

.block-search-results .search-results-xl-wrapper > article .search-result-header .btn-holder li {
  display: inline-block;
}

.block-search-results .search-results-xl-wrapper > article .search-result-header .btn-holder li .view-change-h,
.block-search-results .search-results-xl-wrapper > article .search-result-header .btn-holder li .view-change-v {
  line-height: 0;
  color: #c8c8c8;
}

.block-search-results .search-results-xl-wrapper > article .search-result-header .btn-holder li .view-change-h:hover,
.block-search-results .search-results-xl-wrapper > article .search-result-header .btn-holder li .view-change-v:hover {
  color: #0099ab;
}

.block-search-results
.search-results-xl[data-view='list']
.search-results-xl-wrapper
> article
.search-result-header
.btn-holder
li
.view-change-h,
.block-search-results
.search-results-xl[data-view='grid']
.search-results-xl-wrapper
> article
.search-result-header
.btn-holder
li
.view-change-v {
  color: #000000;
}

.block-search-results .search-results-xl-wrapper > article .search-result-header .btn-holder li [class*='icon-']:before {
  line-height: 0;
  font-size: 24px;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li {
  flex-basis: 50%;
  max-width: 50%;
  align-items: stretch;
  flex-wrap: wrap;
  display: flex;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li a {
  display: block;
  background: transparent;
  transition: background 0.2s ease-out;
  padding: 15px;
  flex-basis: 100%;
  max-width: 100%;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li a:hover {
  background: #ebebeb;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li .search-result-li-title,
.block-search-results .search-results-xl-wrapper > article .search-result-list > li .search-result-li-desc {
  margin-bottom: 2px;
  margin-top: 2px;
  line-height: 18px;
  font-size: 14px;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li .search-result-date {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 2px;
  font-weight: 300;
  color: #333333;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.package-result {
  flex-basis: calc(100% / 3);
  max-width: calc(100% / 3);
  align-items: stretch;
  flex-wrap: wrap;
  display: flex;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.package-result a {
  display: flex;
  align-items: center;
  padding: 30px;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.package-result img {
  width: 100%;
  max-width: 80px;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.package-result div {
  margin-left: 20px;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li.package-result a {
  display: flex;
  align-items: center;
  padding: 20px;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li.package-result img {
  padding-right: 15px;
  width: 100%;
  max-width: 65px;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.store-result {
  display: flex;
  align-items: stretch;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
  justify-content: center;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.store-result a {
  flex-basis: 25%;
  max-width: 25%;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.store-result img {
  width: auto;
  max-width: 355px;
  margin-bottom: 20px;
  max-height: 195px;
  height: 100%;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.store-result .search-result-li-title {
  margin: 10px 0;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.store-result .search-result-li-details {
  display: none;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.store-result .search-result-li-price {
  margin-bottom: 0;
  line-height: 26px;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.store-result .search-result-li-desc {
  margin: 0px;
  font-size: 12px;
}

.block-search-results [data-view='list'] .search-results-xl-wrapper > article .search-result-list > li.store-result {
  display: flex;
  align-items: stretch;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
  justify-content: center;
}

.block-search-results [data-view='list'] .search-results-xl-wrapper > article .search-result-list > li.store-result a {
  flex-basis: 100%;
  max-width: 100%;
  display: flex;
}

.block-search-results [data-view='list'] .search-results-xl-wrapper > article .search-result-list > li.store-result img {
  margin-bottom: 0;
  padding-right: 10px;
  max-width: 183px;
  height: auto;
  max-height: 195px;
  width: auto;
}

.block-search-results [data-view='list'] .search-results-xl-wrapper > article .search-result-list > li.store-result .store-title-wrapper {
  padding: 20px 10px;
  flex-grow: 1;
  text-align: left;
}

.block-search-results [data-view='list'] .search-results-xl-wrapper > article .search-result-list > li.store-result .store-price-wrapper {
  padding: 20px 0px 20px 10px;
}

.block-search-results
[data-view='list']
.search-results-xl-wrapper
> article
.search-result-list
> li.store-result
.search-result-li-title {
  margin: 0;
  font-weight: 600;
}

.block-search-results
[data-view='list']
.search-results-xl-wrapper
> article
.search-result-list
> li.store-result
.search-result-li-details {
  display: block;
}

.block-search-results
[data-view='list']
.search-results-xl-wrapper
> article
.search-result-list
> li.store-result
.search-result-li-price {
  margin-bottom: 0;
  line-height: 26px;
}

.block-search-results [data-view='list'] .search-results-xl-wrapper > article .search-result-list > li.store-result .search-result-li-desc {
  margin: 0px;
  font-size: 12px;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.package-tariff-result a,
.block-search-results .search-results-xs-wrapper > article .search-result-list > li.package-tariff-result a {
  display: flex;
  align-items: center;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.package-tariff-result img,
.block-search-results .search-results-xs-wrapper > article .search-result-list > li.package-tariff-result img {
  padding-right: 15px;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.tv-schedule-result a {
  display: flex;
  align-items: flex-start;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.tv-schedule-result .program-details {
  margin-left: 20px;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.tv-schedule-result h6 {
  margin-top: 0;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.tv-schedule-result img {
  width: 100%;
  max-width: 147px;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.tv-schedule-result .search-result-date,
.block-search-results .search-results-xl-wrapper > article .search-result-list > li.tv-schedule-result .search-result-li-desc {
  font-size: 14px;
  line-height: 18px;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.store-location-result a {
  display: flex;
  align-items: center;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.store-location-result img {
  padding-right: 35px;
  padding-left: 15px;
  max-width: 75px;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li .search-result-category-list {
  color: #999;
  font-size: 10px;
  font-weight: 300;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li .search-result-category-list ul {
  display: inline-block;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li .search-result-category-list ul li {
  display: inline-block;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li .search-result-category-list ul li + li:before {
  content: ', ';
  display: inline;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.channel-result {
  display: flex;
  align-items: stretch;
  text-align: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.channel-result a {
  flex-basis: 25%;
  max-width: 25%;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.channel-result img {
  width: 100%;
  max-width: 90px;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.vc-result {
  display: flex;
  align-items: stretch;
  text-align: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.vc-result a {
  flex-basis: 16.66%;
  max-width: 16.66%;
  position: relative;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.vc-result a {
  flex-basis: 16.66%;
  max-width: 16.66%;
  position: relative;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.vc-result p {
  line-height: 17px;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.vc-result .search-result-li-title {
  margin-bottom: 2px;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.vc-result .search-result-li-year,
.block-search-results .search-results-xl-wrapper > article .search-result-list > li.vc-result .search-result-li-type {
  margin-bottom: 2px;
  font-size: 12px;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.vc-result img {
  width: 100%;
  max-width: 260px;
  margin-bottom: 15px;
}

.block-search-results .search-results-xl-wrapper .search-pages-wrapper {
  margin: 0 15px;
  background: #fff;
  padding: 24px;
  flex-basis: 100%;
  max-width: 100%;
  text-align: center;
  justify-items: center;
}

.block-search-results .search-results-xl-wrapper .search-pages-wrapper ul.search-pages {
  display: flex;
  flex-direction: row;
  background: #ffffff;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.block-search-results .search-results-xl-wrapper .search-pages-wrapper ul.search-pages li {
  display: flex;
  align-items: stretch;
  text-align: center;
  justify-content: center;
}

.block-search-results .search-results-xl-wrapper .search-pages-wrapper ul.search-pages li a {
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #c8c8c8;
  text-transform: uppercase;
}

.block-search-results .search-results-xl-wrapper .search-pages-wrapper ul.search-pages li a:hover {
  color: #0099ab;
  background: #ebebeb;
}

.block-search-results .search-results-xl-wrapper .search-pages-wrapper ul.search-pages li.active a {
  color: #000000;
}

.block-search-results .search-results-xl-wrapper .search-pages-wrapper ul.search-pages li.active a:hover {
  background: #ebebeb;
}

.block-search-results .search-results-xs-wrapper {
  position: relative;
}

.block-search-results .search-results-xs-wrapper a:not([class*='btn-']) {
  text-transform: none;
  text-decoration: none;
}

.block-search-results .search-results-xs-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  padding-bottom: 75px;
  padding-bottom: 0;
}

.block-search-results .search-results-xs-wrapper > article {
  flex-basis: calc(25% - 15px);
  max-width: calc(25% - 15px);
}

.block-search-results .search-results-xs-wrapper > article .search-result-list {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  flex-grow: 2;
}

.block-search-results .search-results-xs-wrapper > article .search-result-header {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  margin-bottom: 10px;
}

.block-search-results .search-results-xs-wrapper > article .search-result-header a {
  float: right;
  color: #000000;
  line-height: 24px;
}

.block-search-results .search-results-xs-wrapper > article .search-result-header h6 {
  margin: 10px 0;
  display: inline-block;
  color: black;
}

.block-search-results .search-results-xs-wrapper > article {
  padding-right: 15px;
  margin-left: 15px;
  margin-top: 30px;
  min-width: 270px;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
}

.block-search-results .search-results-xs-wrapper > article:only-child:not(.no-results) {
  width: calc(100% - 15px);
  height: 100%;
  overflow: hidden;
}

.block-search-results .search-results-xs-wrapper > article:only-child:not(.no-results) .search-result-list {
  flex-wrap: wrap;
  margin-right: -50px;
  height: 100%;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li a {
  display: block;
  background: transparent;
  transition: all 0.3s ease-out;
  padding: 15px;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li a:hover {
  background: #ebebeb;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li a:hover .search-result-li-title,
.block-search-results .search-results-xs-wrapper > article .search-result-list > li a:hover .search-result-date,
.block-search-results .search-results-xs-wrapper > article .search-result-list > li a:hover .search-result-li-year,
.block-search-results .search-results-xs-wrapper > article .search-result-list > li a:hover .search-result-li-type,
.block-search-results .search-results-xs-wrapper > article .search-result-list > li a:hover .search-result-li-desc {
  color: #0099ab;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li .search-result-li-title,
.block-search-results .search-results-xs-wrapper > article .search-result-list > li .search-result-li-desc {
  color: #000;
  margin-bottom: 2px;
  margin-top: 2px;
  line-height: 17px;
  font-size: 12px;
  word-break: break-word;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li .search-result-date {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 2px;
  font-weight: 300;
  color: #333333;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li.store-result {
  display: flex;
  align-items: stretch;
  text-align: center;
  margin-bottom: 0px;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li.store-result a {
  flex-basis: 50%;
  max-width: 50%;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li.store-result img {
  width: 100%;
  max-width: 110px;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li.store-result h6 {
  margin-top: 10px;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li.package-tariff-result a {
  display: flex;
  align-items: center;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li.package-tariff-result img {
  padding-right: 15px;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li.tv-schedule-result a {
  display: flex;
  align-items: flex-start;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li.tv-schedule-result .program-details {
  margin-left: 20px;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li.tv-schedule-result img {
  width: 100%;
  max-width: 108px;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li.tv-schedule-result h6 {
  margin-top: 0;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li.tv-schedule-result .search-result-date,
.block-search-results .search-results-xs-wrapper > article .search-result-list > li.tv-schedule-result .search-result-li-desc {
  font-size: 12px;
  line-height: 17px;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li.store-location-result a {
  display: flex;
  align-items: center;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li.store-location-result img {
  padding-right: 35px;
  padding-left: 15px;
  max-width: 75px;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li .search-result-category-list {
  color: #999;
  font-size: 10px;
  font-weight: 300;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li .search-result-category-list ul {
  display: inline-block;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li .search-result-category-list ul li {
  display: inline-block;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li .search-result-category-list ul li + li:before {
  content: ', ';
  display: inline;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li.channel-result {
  display: flex;
  align-items: stretch;
  text-align: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li.channel-result a {
  flex-basis: 33.33%;
  max-width: 33.33%;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li.channel-result img {
  width: 100%;
  max-width: 90px;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li.vc-result {
  display: flex;
  align-items: stretch;
  text-align: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li.vc-result a {
  flex-basis: 50%;
  max-width: 50%;
  position: relative;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li.vc-result p {
  line-height: 17px;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li.vc-result .search-result-li-title {
  margin-bottom: 2px;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li.vc-result .search-result-li-year,
.block-search-results .search-results-xs-wrapper > article .search-result-list > li.vc-result .search-result-li-type {
  margin-bottom: 2px;
  font-size: 12px;
}

.block-search-results .search-results-xs-wrapper > article .search-result-list > li.vc-result img {
  width: 100%;
  max-width: 260px;
  margin-bottom: 5px;
}

.block-search-results .search-results-xl-wrapper > article .search-result-list > li.vc-result .label.lbl-hd,
.block-search-results .search-results-xs-wrapper > article .search-result-list > li.vc-result .label.lbl-hd {
  background: #f00;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  left: auto;
  bottom: auto;
  border-radius: 4px / 10px;
  font-size: 10px;
  font-weight: 400;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
}

.block-search-results .search-results-xl-wrapper > article .no-results {
  width: 60%;
  margin: auto;
  padding: 14px 20px;
}

.block-search-results .search-results-xl-wrapper > article .no-results .no-results-header {
  margin-bottom: 20px;
}

.block-search-results .search-results-xl-wrapper > article .no-results .no-results-header span.searched {
  font-weight: 600;
}

.block-search-results .search-results-xl-wrapper > article .no-results .no-results-desc > p {
  margin-bottom: 0;
  font-weight: 600;
}

.block-search-results .search-results-xl-wrapper > article .no-results .no-results-desc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1199px) {
  .block-search-results .search-results-xs-wrapper > article {
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}

@media screen and (max-width: 992px) {
  .block-search-results .search-results-xl-wrapper > article .search-result-list > li.store-result a {
    flex-basis: 50%;
    max-width: 50%;
  }
  .block-search-results .search-results-xl-wrapper > article .search-result-list > li.store-location-result img {
    padding-left: 0;
    max-width: 40px;
    padding-right: 15px;
  }
  .block-search-results .search-results-xl-wrapper > article .search-result-list > li.vc-result a {
    flex-basis: 25%;
    max-width: 25%;
  }
  .block-search-results .search-results-xl-wrapper > article .search-result-list > li.package-result {
    flex-basis: calc(100% / 2);
    max-width: calc(100% / 2);
  }
}

@media screen and (max-width: 768px) {
  .block-search-results .search-results-xs,
  .block-search-results .search-results-xl {
    padding: 0 15px;
  }
  .block-search-results .search-results-xs-wrapper > article {
    flex-basis: 100%;
    max-width: 100%;
  }
  .block-search-results .search-results-xs-wrapper > article,
  .block-search-results .search-results-xl-wrapper > article {
    padding-right: 0;
    margin-left: 0;
  }
  .block-search-results .search-results-xl-wrapper > article .search-result-list > li {
    flex-basis: 100%;
    max-width: 100%;
  }
  .block-search-results .search-results-xl-wrapper > article .search-result-list > li a {
    flex-basis: 100%;
    max-width: 100%;
  }
  .block-search-results .search-results-xl-wrapper .search-pages-wrapper {
    padding: 24px 0;
    margin: 0;
  }
  .block-search-results .search-results-xl-wrapper > article .no-results,
  .block-search-results .search-input-box-wrapper > .input-ui {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .block-search-results .search-results-xs-wrapper {
    padding-bottom: 0px;
  }
  .block-search-results .search-results-xl-wrapper {
    padding-bottom: 0px;
  }
  .block-search-results .search-results-xl-wrapper > article .search-result-header .btn-holder {
    display: none;
  }
  .block-search-results [data-view='list'] .search-results-xl-wrapper > article .search-result-list > li.store-result {
    display: flex;
    align-items: stretch;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    justify-content: center;
  }
  .block-search-results [data-view='list'] .search-results-xl-wrapper > article .search-result-list > li.store-result a {
    flex-basis: 50%;
    max-width: 50%;
    display: block;
  }
  .block-search-results [data-view='list'] .search-results-xl-wrapper > article .search-result-list > li.store-result img {
    width: auto;
    max-width: 355px;
    margin-bottom: 20px;
    max-height: 195px;
    height: 100%;
    padding-right: 0;
  }
  .block-search-results
[data-view='list']
.search-results-xl-wrapper
> article
.search-result-list
> li.store-result
.store-title-wrapper {
    padding: 0;
    flex-grow: 0;
    text-align: center;
  }
  .block-search-results
[data-view='list']
.search-results-xl-wrapper
> article
.search-result-list
> li.store-result
.store-price-wrapper {
    padding: 0;
  }
  .block-search-results
[data-view='list']
.search-results-xl-wrapper
> article
.search-result-list
> li.store-result
.search-result-li-title {
    margin: 10px 0;
    font-weight: 400;
  }
  .block-search-results
[data-view='list']
.search-results-xl-wrapper
> article
.search-result-list
> li.store-result
.search-result-li-details {
    display: none;
  }
  .block-search-results .search-results-xl-wrapper > article .search-result-list > li.package-result a {
    display: block;
    text-align: center;
    padding: 15px;
  }
  .block-search-results .search-results-xl-wrapper > article .search-result-list > li.package-result div {
    margin-left: 0;
    margin-top: 15px;
  }
  .block-search-results .search-results-xl-wrapper > article .search-result-list > li.package-result img {
    max-width: 65px;
  }
}

@media screen and (max-width: 640px) {
  .block-search-results .search-results-xl-wrapper > article .search-result-list > li.vc-result a {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .block-search-results .search-results-xl-wrapper > article .search-result-list > li.tv-schedule-result img {
    max-width: 108px;
  }
  .block-search-results .search-results-xl-wrapper .search-pages-wrapper ul.search-pages li a {
    padding: 10px;
    font-size: 12px;
  }
}

footer {
  background-color: #333333;
  overflow: hidden;
}

footer .content-holder {
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

footer a,
footer a:hover {
  text-decoration: none;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .footer-top {
  padding: 20px 0 20px;
  border-bottom: 1px solid #808080;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}

footer .footer-top ul {
  margin-left: -10px;
}

footer .footer-top ul li {
  display: inline-block;
  text-align: right;
  margin-left: 10px;
  vertical-align: top;
}

footer .footer-top ul li p {
  color: #bebebe;
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  line-height: 14px;
}

footer .footer-top ul li a {
  font-size: 12px;
  font-weight: 300;
  color: #bebebe;
}

footer .footer-top ul li a,
footer .footer-top ul li p {
  font-size: 10px;
}

footer .footer-top ul li a:hover {
  color: #0099ab;
  opacity: 1;
}

footer .footer-top ul:not(.useful-link) {
  flex-grow: 1;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-basis: 100%;
  align-items: center;
}

footer .footer-top ul li a.complaint-book {
  display: block;
  background: url(../images/icon_livro_reclamacoes.png) no-repeat 0 0;
  width: 99px;
  height: 40px;
  margin-right: 10px;
  margin-left: 0px;
  background-size: 100% auto;
}

footer .footer-top ul li a.complaint-book:hover {
  background: url(../images/icon_livro_reclamacoes_on.png) no-repeat 0 0;
  background-size: 100% auto;
}

footer .site-navigation {
  padding-top: 30px;
  padding-bottom: 15px;
  color: #fff;
}

footer .site-navigation .first-level > ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

footer .site-navigation .first-level > ul > li {
  display: none;
  flex: 1 1 240px;
  padding: 0 10px;
}

footer .site-navigation .first-level > ul > li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
}

footer .site-navigation .first-level > ul > li a:hover {
  color: #0099ab !important;
  opacity: 1 !important;
}

footer .site-navigation .first-level > ul > li.other-links {
  flex: 0 1 100%;
  margin-top: 0;
  display: block;
}

footer .site-navigation .first-level > ul > li.other-links li + li {
  margin-top: 30px;
}

footer .site-navigation .first-level > ul > li.other-links a {
  text-transform: none;
}

footer .site-navigation .first-level > ul > li.other-links [class*='ic-'] {
  display: block;
  padding-left: 50px;
  position: relative;
  color: inherit;
}

footer .site-navigation .first-level > ul > li.other-links [class*='ic-']:before {
  content: '';
  font-family: 'brand-icons';
  position: absolute;
  left: 0px;
  width: 50px;
  height: 45px;
  font-size: 34px;
  font-weight: normal;
}

footer .site-navigation .first-level > ul > li.other-links .ic-servicos:before {
  content: '\22';
  font-size: 32px;
}

footer .site-navigation .first-level > ul > li.other-links .ic-call-help:before {
  content: '\e006';
}

footer .site-navigation .first-level > ul > li.other-links .ic-forum:before {
  content: '\4f';
}

footer .site-navigation .first-level > ul > li.other-links .ic-aderir-pac:before {
  content: '\e005';
}

footer .site-navigation .first-level > ul > li.other-links .ic-blog:before {
  content: '\66';
}

footer .site-navigation .first-level > ul > li.other-links .ic-loja:before {
  content: '\e00e';
}

footer .site-navigation .first-level > ul > li.other-links .ic-servicos:before {
  content: '\22';
  font-size: 32px;
}

footer .site-navigation .first-level > ul > li.other-links p {
  margin: 0;
  font-weight: 600;
  color: inherit;
}

footer .site-navigation .first-level > ul > li.other-links p,
footer .site-navigation .first-level > ul > li.other-links span {
  font-size: 12px;
}

footer .site-navigation .first-level > ul > li.other-links p + span {
  font-weight: 300;
  font-size: 14px;
  color: #bebebe;
}

footer .site-navigation .first-level > ul > li.other-links a:hover span {
  color: inherit;
}

footer .site-navigation .first-level > ul > li .second-level {
  margin-top: 15px;
}

footer .site-navigation .first-level > ul > li .second-level a {
  text-transform: none;
  font-weight: 300;
  color: #bebebe;
}

footer .site-navigation .first-level > ul > li .second-level li + li {
  margin-top: 10px;
}

footer .footer-bottom .socials {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

footer .footer-bottom .socials span,
footer .footer-bottom .socials ul,
footer .footer-bottom .socials ul li {
  display: inline-block;
  line-height: 1em;
  vertical-align: -1px;
}

footer .footer-bottom .socials ul li a {
  padding: 5px;
  display: block;
}

footer .socials ul > li a span {
  background-image: url("../images/social-icons.png");
  display: block;
  height: 15px;
}

footer .social-icon-instagram span {
  background-position: 0px top;
  width: 15px;
}

footer .social-icon-linkedin span {
  background-position: -15px top;
  width: 16px;
}

footer .social-icon-facebook span {
  background-position: -31px top;
  width: 9px;
}

footer .social-icon-twitter span {
  background-position: -40px top;
  width: 15px;
}

footer .social-icon-youtube span {
  background-position: -55px top;
  width: 20px;
}

footer .footer-bottom {
  padding: 20px 0 30px;
  flex-wrap: wrap;
  display: block;
  justify-content: space-between;
  align-items: center;
}

footer .footer-bottom p {
  margin: 0;
  font-size: 10px;
  font-weight: 300;
  color: #bebebe;
}

footer .footer-bottom .logo-footer span {
  color: #e3e3e3;
  line-height: 22px;
  margin-right: 15px;
  font-family: 'Altice';
  font-size: 11px;
  font-weight: 400;
}

footer .footer-bottom .logo-footer span,
footer .footer-bottom .logo-footer img {
  vertical-align: baseline;
}

footer .footer-bottom .logo-footer {
  flex-basis: 100%;
  text-align: right;
  padding-top: 10px;
}

footer.extra-slim .footer-top {
  padding: 10px 0 5px;
}

footer.extra-slim .footer-bottom {
  padding: 5px 0;
}

footer.extra-slim .logo-footer img {
  max-width: 30px;
}

@media screen and (min-width: 480px) {
  footer .footer-bottom {
    flex-wrap: nowrap;
    padding-top: 30px;
    display: flex;
  }
  footer .footer-bottom .logo-footer {
    display: block;
    padding: 0;
    flex-basis: auto;
  }
}

@media screen and (min-width: 768px) {
  footer .site-navigation {
    padding-top: 50px;
  }
  footer .content-holder {
    padding: 0 30px;
  }
  footer .footer-top {
    padding-top: 30px;
    flex-wrap: nowrap;
  }
  footer .footer-top ul li p,
  footer .footer-top ul li a {
    font-size: 12px;
  }
  footer .footer-top ul:not(.useful-link) {
    white-space: nowrap;
    flex-grow: 0;
    margin-top: 0;
    justify-content: space-around;
    flex-basis: auto;
  }
  footer .site-navigation .first-level > ul > li {
    display: block;
  }
  footer .site-navigation .first-level > ul > li.other-links p,
  footer .site-navigation .first-level > ul > li.other-links span {
    font-size: inherit;
  }
  footer .site-navigation .first-level > ul > li,
  footer .site-navigation .first-level > ul > li.other-links {
    flex: 0 1 calc(100% / 3);
  }
  footer .site-navigation .first-level > ul > li:nth-child(n + 4) {
    margin-top: 40px;
  }
  footer .site-navigation .first-level > ul > li.other-links p,
  footer .footer-bottom .socials {
    font-size: 14px;
  }
  footer .footer-bottom p {
    font-size: 12px;
  }
}

@media screen and (min-width: 991px) {
  footer .site-navigation .first-level > ul {
    flex-wrap: nowrap;
  }
  footer .site-navigation .first-level > ul > li {
    flex: 1 1 240px;
    padding: 0 10px;
  }
  footer .site-navigation .first-level > ul > li:nth-child(n + 4) {
    margin-top: 0px;
  }
  footer .site-navigation .first-level > ul > li.other-links {
    flex: 0 1 340px;
  }
}

.search-pages-wrapper {
  background: #fff;
  padding: 10px;
  flex-basis: 100%;
  max-width: 100%;
  text-align: center;
  justify-items: center;
}

.search-pages-wrapper ul.search-pages {
  display: flex;
  flex-direction: row;
  background: #ffffff;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.search-pages-wrapper ul.search-pages li {
  display: flex;
  align-items: stretch;
  text-align: center;
  justify-content: center;
}

.search-pages-wrapper ul.search-pages li a {
  padding: 10px 5px;
  font-size: 12px;
  font-weight: 600;
  color: #c8c8c8;
  text-transform: uppercase;
  text-decoration: none;
}

.search-pages-wrapper ul.search-pages li a:hover {
  color: #0099ab;
  background: #ebebeb;
}

.search-pages-wrapper ul.search-pages li.active a {
  color: #000000;
}

.search-pages-wrapper ul.search-pages li.active a:hover {
  background: #ebebeb;
}

@media screen and (min-width: 481px) {
  .search-pages-wrapper {
    padding: 20px;
  }
  .search-pages-wrapper ul.search-pages li a {
    padding: 10px;
  }
}

@media screen and (min-width: 769px) {
  .search-pages-wrapper ul.search-pages li a {
    padding: 15px;
    font-size: 14px;
  }
}

.labels {
  color: white;
  padding: 0;
  list-style: none;
}

.labels li {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.labels li + li {
  margin-top: 2px;
}

.labels li.spot span.spot-text {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding: 0;
}

.labels li.spot span.spot-text.price {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
}

.labels li.spot span.spot-text.price-old {
  font-size: 14px;
  line-height: 16px;
  text-decoration: line-through;
  opacity: 0.5;
  color: inherit;
}

.labels li.spot sup {
  font-size: 13px;
  vertical-align: top;
  left: 3px;
  top: 10px;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .labels li {
    font-size: 14px;
    line-height: 18px;
  }
  .labels li span {
    padding: 6px 16px;
  }
  .labels li.spot {
    font-size: 26px;
    line-height: 28px;
  }
}

@media screen and (max-width: 992px) {
  .labels li {
    font-size: 12px;
    line-height: 16px;
  }
  .labels li span {
    padding: 5px 13px;
  }
  .labels li.spot span.spot-text.price {
    font-size: 22px;
    line-height: 24px;
  }
  .labels li.spot span.spot-text,
  .labels li.spot span.spot-text.price-old {
    font-size: 12px;
    line-height: 14px;
  }
}

@media screen and (max-width: 767px) {
  .labels li {
    font-size: 12px;
    line-height: 14px;
  }
  .labels li span {
    padding: 5px 13px;
  }
  .labels li.spot span.spot-text.price {
    font-size: 20px;
    line-height: 22px;
  }
  .labels li.spot span.spot-text,
  .labels li.spot span.spot-text.price-old {
    font-size: 12px;
    line-height: 14px;
  }
}

.labels li span:not(.spot-text) {
  z-index: 0;
  position: relative;
  padding: 7px 19px 6px;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTlhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDk5YWIiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.labels li span.label-blue {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTlhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDk5YWIiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.labels li span.label-aqua {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0ZDljMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNGQ5YzMiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.labels li span.label-pink {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5MDA2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOTAwNjIiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.labels li span.label-purple {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E2M2ZjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjYTYzZmNjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E2M2ZjYyIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
}

.labels li span.label-lightBlue {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNiYzJkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYmMyZDciIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.labels li span.label-mediumBlue {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTg4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDU4ODQiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.labels li span.label-darkBlue {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMmU0OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDJlNDgiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.labels li span.label-white {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
}

.labels li span.label-yellow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzcyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmM3MmMiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.labels li span.label-roastedYellow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3YjAxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2IwMTIiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.labels li span.label-limeGreen {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWExMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGFhMTMiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.labels li span.label-green {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNhYTk1OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjM2FhOTU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhYTk1OCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
}

.labels li span.label-black {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.labels li span.label-red {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2MDAxYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNjAwMWEiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.labels li span.label-orange {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmN2YzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjdmMzIiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.labels li span.label-gray {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.labels li span.label-mediumGray {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3YzhjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjN2M4Y2EiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.labels li span.label-darkGray {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhN2E3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YTdhN2QiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.labels li span.label-grayInst {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.labels li span.label-hoverGray {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.labels li span.label-inputsGray {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.labels li span.label-mediumGrayInst {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwODA4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MDgwODAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.labels li span.label-darkGrayInst {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.labels li span.label-indigoBlue {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODRkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg0ZDYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.labels li span.label-black.opaque {
  background-color: #000000;
}

.labels li span.label-white.opaque {
  background-color: #ffffff;
}

.labels li span.label-blue.opaque {
  background-color: #0099ab;
}

.labels li span.label-pink.opaque {
  background-color: #c90062;
}

.labels li span.label-lightBlue.opaque {
  background-color: #3bc2d7;
}

.labels li span.label-mediumBlue.opaque {
  background-color: #005884;
}

.labels li span.label-darkBlue.opaque {
  background-color: #002e48;
}

.labels li span.label-green.opaque {
  background-color: #3aa958;
}

.labels li span.label-roastedYellow.opaque {
  background-color: #e7b012;
}

.labels li span.label-purple.opaque {
  background-color: #a63fcc;
}

.labels li span.label-gray.opaque {
  background-color: #f3f3f3;
}

.labels li span.label-mediumGray.opaque {
  background-color: #c7c8ca;
}

.labels li span.label-darkGray.opaque {
  background-color: #7a7a7d;
}

.labels li span.label-yellow.opaque {
  background-color: #ffc72c;
}

.labels li span.label-limeGreen.opaque {
  background-color: #00aa13;
}

.labels li span.label-red.opaque {
  background-color: #d6001a;
}

.labels li span.label-orange.opaque {
  background-color: #ff7f32;
}

.labels li span.label-mediumGray.opaque {
  background-color: #c7c8ca;
}

.labels li span.label-darkGray.opaque {
  background-color: #7a7a7d;
}

.labels li span.label-grayInst.opaque {
  background-color: #f6f6f6;
}

.labels li span.label-hoverGray.opaque {
  background-color: #ebebeb;
}

.labels li span.label-inputsGray.opaque {
  background-color: #cccccc;
}

.labels li span.label-mediumGrayInst.opaque {
  background-color: #808080;
}

.labels li span.label-darkGrayInst.opaque {
  background-color: #333333;
}

.labels li span.label-indigoBlue.opaque {
  background-color: #0084d6;
}

.labels li span.label-txt-black {
  color: #000000;
}

.labels li span.label-txt-white {
  color: #ffffff;
}

.labels li span.label-txt-blue {
  color: #0099ab;
}

.labels li span.label-txt-pink {
  color: #c90062;
}

input::-ms-clear {
  display: none;
}

input[type='password'],
input[type='text'],
input[type='tel'],
input[type='date'],
input[type='file'],
select,
textarea,
input[type='email'],
.select-ui-display {
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  color: #000000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  font-family: 'Montserrat';
}

input[type='password'],
input[type='text'],
input[type='file'],
input[type='tel'],
input[type='date'],
input[type='email'] {
  -webkit-appearance: none;
}

label {
  display: inherit;
  font-weight: inherit;
  margin: 0;
}

.input-ui textarea {
  resize: vertical;
}

[data-error]:not([data-error='']) input,
[data-error]:not([data-error='']) textarea,
.form-checkbox[data-error]:not([data-error='']) span:before,
[data-error]:not([data-error='']) .form-checkbox span:before,
[data-error]:not([data-error='']) .select-ui-display,
[data-error]:not([data-error='']) .filebox-ui-display {
  border-color: #d6001a !important;
}

[data-alert]:not([data-alert='']) input,
[data-alert]:not([data-alert='']) textarea,
.form-checkbox[data-error]:not([data-alert='']) span:before,
[data-alert]:not([data-alert='']) .form-checkbox span:before,
[data-alert]:not([data-alert='']) .select-ui-display,
[data-alert]:not([data-alert='']) .filebox-ui-display {
  border-color: #ff7f32 !important;
}

.input-ui [data-alert] input:focus {
  border-color: #ff7f32;
  box-shadow: 0px 0px 1px 0px #ff7f32 !important;
}

.input-ui [data-error] input:focus {
  border-color: #e84445;
  box-shadow: 0px 0px 1px 0px #e84445 !important;
}

[data-alert]:not([data-alert='']):after {
  content: attr(data-alert);
  color: #ff7f32;
  font-size: 12px;
  display: block;
  font-style: italic;
  text-align: left;
}

[data-error]:not([data-error='']):after {
  content: attr(data-error);
  color: #d6001a;
  font-size: 12px;
  display: block;
  text-align: left;
}

[data-success]:not([data-success='']):after {
  content: attr(data-success);
  color: #00aa13;
  font-size: 12px;
  display: inline-block;
  font-style: italic;
  text-align: left;
}

[data-success]:not([data-success='']):before {
  position: relative;
  display: inline-block;
  font-size: 12px;
  left: 0;
  margin-left: 2px;
  margin-right: 8px;
  content: '\27';
  background-color: #00aa13;
  color: #fff;
  padding-left: 1px;
  font-family: 'brand-icons';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  line-height: 1.4;
}

.checkbox[data-error]:not([data-error='']):after,
.checkbox[data-alert]:not([data-alert='']):after,
.radio[data-error]:not([data-error='']):after,
.radio[data-alert]:not([data-alert='']):after {
  margin-left: -24px;
}

.textbox-ui [data-error]:not([data-error='']):after,
[data-error]:not([data-error='']):after {
  padding-left: 25px;
  padding-top: 5px;
  background-size: 15px 15px;
  background-position: 2px 6px;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABLUlEQVQokYXSO0pDURDG8V8u6a20CKTRBVgoKi5AbBXf4goMcS1KXIGFaHxip4WdDzCFC4hNQPFV2FqoReZg0BsycDmc+b7/nDNzT6FVLumIDItYxgT68Yob7GIPX8lc6IAHsY8R3aOBBTykkxJ43QMU+nX4ZfHtYQAfOOgC1kMfCH+WYQmjYTjX7nn7D1gL33nsR7FUxFqHaR7PqOIblQA3sBl6irVix6kpKrFu4BInAVb++IYLrXLpu0uPszjGDI5y9M8MbzlCDadR4NT/GcB7hrscMPV4GGs1p8B9ETuYjkQ9wC2sRy71WtX+TWloO4VWuZThVntwH7jAXM4165hCX9x2PD3PIVxF5V7xgkk00/NsRqLRA2wkkN+3nQqMYQVneMQnnmK/GnozAT/v60g6RDYJhgAAAABJRU5ErkJggg==");
}

.textbox-ui [data-alert]:not([data-alert='']):after,
[data-alert]:not([data-alert='']):after {
  padding-left: 25px;
  padding-top: 5px;
  background-size: 18px 15px;
  background-position: 1px 6px;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAYAAADphp8SAAAA40lEQVQ4jaXSvUpDQRCG4eeEQCwUFEvLgNopqRTsUllrk15LSy20CFpoqwT1HvQibGxzFdp6B0IsHHGJ2c05+MHC/HzzsrtMNRn2FLSK14j38JEztkoU3GAzznXJWALt4ijJj6PWCNTGI6qkVuEherVBJ9iK+BmjiLejVwu0hqskf8FTkl+GZy7oDouZm8ISbueB9nFQgPzoMLwzQQt+/6KORjHzB3SBbgNQF+fToA2cZgZ2TD0j0RnWU9A9OhnzMlYyvY7v3dLGAP2MUUA+C/0+BtVk2Hs3Yy8a6q2F8T8hMP4CpagcH6OFJkAAAAAASUVORK5CYII=");
}

::-webkit-credentials-auto-fill-button {
  visibility: hidden;
}

input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}

.input-ui textarea[disabled],
.input-ui input[disabled],
.input-ui input[readonly],
.select-ui select[disabled] + .select-ui-display {
  background: #e9e9e9;
  color: #808080 !important;
  -webkit-opacity: 1;
  -webkit-text-fill-color: #808080;
}

.input-ui input[disabled] + span,
.input-ui input[readonly] + span,
.select-ui select[disabled] + .select-ui-display span,
.select-ui select[disabled] + .select-ui-display div {
  color: #808080 !important;
  -webkit-opacity: 1;
  -webkit-text-fill-color: #808080;
}

.select-ui[data-firefox] select {
  left: -5000px;
  top: -5000px;
  position: fixed;
}

.input-ui {
  position: relative;
  display: block;
  padding: 1px;
}

.input-ui textarea,
.input-ui input {
  background-clip: padding-box;
  box-shadow: 0px 0px 0px 0px #0099ab;
  border-radius: 3px;
  padding: 14px 20px;
  transition: all 0.3s ease-out;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 16px;
  min-height: 50px;
}

.input-ui textarea {
  min-height: 122px;
}

.input-ui:not(.no-placeholder) textarea,
.input-ui:not(.no-placeholder) input,
.select-ui:not(.no-placeholder) .select-ui-display {
  padding: 24px 44px 8px 20px;
}

input[type='date'] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  min-height: 1.2em;
  line-height: 1.4em;
}

.input-ui input[type='date'] {
  height: 50px;
}

.input-ui textarea:focus,
.input-ui input:focus,
.input-ui input:focus + .filebox-ui-display,
.select-ui select:focus ~ .select-ui-display {
  outline: none !important;
  border-color: #0099ab;
  box-shadow: 0px 0px 1px 0px #0099ab;
}

.select-ui-label:empty ~ .select-ui-placeholder,
.input-ui span {
  position: absolute;
  pointer-events: none;
  max-width: calc(100% - 31px);
  top: 18px;
  left: 0;
  padding: 0 10px 0 21px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.4;
  font-size: 12px;
  transition: all 0.2s ease-out 0.05s;
  font-weight: 300;
  font-family: 'Montserrat';
}

.input-ui textarea:focus + span,
.input-ui textarea:not([value=''])[value] + span,
.input-ui textarea:not(:empty) + span,
.input-ui input:focus + span,
.input-ui input:not([value=''])[value] + span,
.input-ui input[type='date'] + span,
.filebox-ui .filebox-ui-content:not(:empty) + .filebox-ui-placeholder,
.select-ui .select-ui-placeholder {
  top: 10px;
  font-size: 10px;
  font-weight: 600;
  color: #000;
  opacity: 1;
}

.input-ui textarea:focus + span, .input-ui textarea:not([value=""]) + span, .input-ui input:focus + span, .input-ui input:not([value=""]) + span, .input-ui input[type="date"] + span, .filebox-ui .filebox-ui-content:not(:empty) + .filebox-ui-placeholder, .select-ui .select-ui-placeholder {
  top: 10px;
  font-size: 10px;
  font-weight: 600;
  color: #000;
  opacity: 1;
}

.form-ui .input-ui textarea[readonly] {
  background: #e9e9e9;
  color: #808080 !important;
}

.form-ui .input-ui textarea[readonly]:not(:empty) + span {
  color: #808080 !important;
}

.form-dark.form-ui .input-ui textarea[readonly] {
  background: rgba(0, 0, 0, 0.05);
}

.filebox-ui input {
  opacity: 0 !important;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 0;
  padding: 0 !important;
  height: calc(100% - 2px);
}

.filebox-ui .filebox-ui-display {
  overflow: hidden;
  flex-grow: 1;
  position: relative;
  padding: 24px 20px 8px 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 20px;
  background: #ffffff;
  min-height: 50px;
}

.filebox-ui .filebox-ui-label {
  display: flex;
  align-items: flex-start;
}

.filebox-ui-text {
  margin: 0;
  font-family: 'Montserrat';
  font-size: 13px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.filebox-ui .filebox-ui-button {
  white-space: nowrap;
  margin: 0;
  color: #000;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-radius: 5px;
  line-height: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 40px;
  border: 2px solid #000;
  position: relative;
  text-align: left !important;
  flex-grow: 0;
  width: auto;
  cursor: pointer;
}

.filebox-ui .filebox-ui-button:hover {
  color: #fff;
  border-color: #0099ab !important;
  background: #0099ab;
  text-decoration: none;
  transform: none;
  opacity: inherit;
}

.filebox-ui .filebox-ui-button:after {
  right: 20px;
  text-align: right;
  content: '\24';
  margin-left: 5px;
  vertical-align: top;
  text-transform: none !important;
  font-family: 'brand-icons';
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  transform: translateY(-50%);
  font-weight: normal !important;
  text-decoration: none !important;
  display: inline-block;
}

.filebox-ui .filebox-ui-content {
  position: absolute;
  top: 24px;
  width: calc(100% - 40px);
}

.filebox-ui .filebox-ui-list {
  list-style: none;
  padding: 5px 0px 5px 20px;
  margin: 0;
  margin-bottom: -5px;
}

.filebox-ui .filebox-ui-list li {
  font-size: 13px;
  font-family: 'Montserrat';
  margin-right: 5px;
  color: #666;
  display: inline;
}

.filebox-ui .filebox-ui-list li:not(:last-child):after {
  content: ', ';
}

.filebox-ui .filebox-ui-list:empty {
  display: none;
}

.filebox-ui .filebox-ui-reset-input {
  background: #333;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 11px;
  right: -5px;
  border-radius: 50%;
}

.filebox-ui .filebox-ui-reset-input:before {
  content: '\7a';
  font-family: 'brand-icons' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 8px;
  padding-left: 6px;
  vertical-align: 2px;
}

.filebox-ui .filebox-ui-reset-input:hover {
  background: #0099ab;
}

.filebox-ui input[disabled] ~ .filebox-ui-display {
  background: #e9e9e9;
  color: #808080 !important;
}

.filebox-ui input[disabled] ~ .filebox-ui-button {
  pointer-events: none;
  opacity: 0.2;
}

.form-dark .filebox-ui input[disabled] ~ .filebox-ui-display {
  background: rgba(0, 0, 0, 0.05);
  color: #808080 !important;
}

.select-ui select {
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px) !important;
  opacity: 0;
  z-index: -1;
}

.select-ui .select-ui-display {
  padding: 16px 44px 16px 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.select-ui-native select {
  z-index: 1;
}

.select-ui-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select-ui-label:empty {
  height: 15px;
}

.select-ui-arrow {
  position: absolute;
  right: 20px;
  width: 10px;
  top: 22px;
  height: 10px;
  pointer-events: none;
}

.select-ui-arrow:before {
  content: '';
  transform: rotate(45deg);
  border-bottom: 2px solid #333;
  height: 100%;
  border-right: 2px solid #333;
  width: 100%;
  margin-top: -3px;
  position: absolute;
}

.background-c-darkgray .select-ui-arrow:before {
  border-bottom: 2px solid #ccc;
  height: 100%;
  border-right: 2px solid #ccc;
}

.select-ui select:focus ~ .select-ui-display + .select-ui-arrow:before {
  border-color: #000 !important;
}

.select-ui-option-list {
  border-color: #ccc;
  position: absolute;
  overflow: auto;
  max-height: 0;
  top: 51px;
  z-index: 50;
  background: #fff;
  left: 3px;
  width: calc(100% - 8px);
  border: 1px solid #ccc;
  border-bottom: 0px;
  border-top: 0px;
}

.invert-select .select-ui-option-list {
  bottom: 51px;
  top: auto;
}

.select-ui.opened .select-ui-option-list {
  max-height: 500px;
  border-bottom: 1px solid #ccc;
}

.invert-select .select-ui.opened .select-ui-option-list {
  border-top: 1px solid #ccc;
  border-bottom: none;
}

.select-ui-option-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.select-ui-option-list ul + ul {
  border-top: 1px solid #ccc;
}

.select-ui-option-list ul li.select-ui-option-list-category {
  font-weight: 600;
  cursor: default;
  padding: 10px 15px 5px;
}

.select-ui-option-list ul li {
  font-size: 12px;
  color: #010101;
  font-family: 'Montserrat';
  font-weight: 400;
  cursor: pointer;
  padding: 5px 15px;
  background: #fff;
  transition: all 0.15s ease-out;
}

.select-ui-option-list ul li[data-disabled='true'] {
  opacity: 0.2;
  cursor: default;
}

.select-ui-option-list ul li:not(.select-ui-option-list-category):not([data-disabled='true']):hover {
  background: #0099ab;
}

.form-ui-item.not-able .select-ui select[disabled] + .select-ui-display .select-ui-label,
.form-ui-item.not-able .select-ui select[disabled] + .select-ui-display,
.form-ui-item.not-able input {
  background: none;
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  border: none;
  padding-left: 0;
}

.form-dark .form-ui-item.not-able input {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.form-ui-item.not-able .select-ui select[disabled] + .select-ui-display .select-ui-label + span,
.form-ui-item.not-able input + span {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  padding-left: 0;
}

.form-dark .form-ui-item.not-able input + span {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.form-ui-item.not-able .select-ui select[disabled] + .select-ui-display + .select-ui-arrow {
  display: none;
}

.form-ui-item.not-able .filebox-ui label.filebox-ui-label div.filebox-ui-display {
  border: none;
  padding-left: 0px;
  background-color: transparent;
}

.form-ui-item.not-able .filebox-ui .filebox-ui-content + .filebox-ui-placeholder {
  padding-left: 0;
}

.form-ui-item.not-able .filebox-ui label.filebox-ui-label p.filebox-ui-button,
.form-ui-item.not-able .filebox-ui .filebox-ui-content i.filebox-ui-reset-input {
  display: none;
}

.datebox-ui input,
.form-dark .datebox-ui input {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABiklEQVQ4ja3UPWgVURAF4O+9tykELQQLIWiRQhD8CWwjQmwU0cJGo60giGiihYiCtmlSCDYqQppgYRTBRrSz0EawsFBBK4uYQgMhJLELwWIm+Fx2TeC9A8Mdzu49O3Pn3G2VZamCVTzCWPVBBfdxCUU3WWQcxTa8RAct7MPeBrHP+U4HW3ESi3hT4ClO54sHcAsfcQWXGwQf4gW+YxjPkp9ulWW5ll+Dt/iZ+Qh2NgjO4n3mgzic+ULRJQZHGgSq2JVRRaedyeMU7iWew7rgyiYr+x/muwX7hqKG24Jx7MEPMdFfoq0LOIRvuCc8+w/qKjyPU/iA45hJ/g4mMSfsNLXZCqfEkH5jCCeSv5hVTQhjP8FVLG8kuCos8RUDOJf8btGqXIvkvnRvbhrKrDDrg6xKVrI98/V1sbqxTvAgzmIBS+KutvFa/Az24xo+ifPcUHAQN8R9HhUDWMN14bV34khG61qrO8NXGVXM+TugRvTd2P0UbBMtL+EMdvQoeAwrBW7irphsL1jG7T+o8EhOuA+7kAAAAABJRU5ErkJggg==);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 98% center;
}

.datebox-ui input {
  background-color: #ffffff;
}

.form-dark .datebox-ui input {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAUCAMAAABVlYYBAAABGlBMVEXMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzVQy4DAAAAXXRSTlMAAgMFCAkLDg8TFhciJCUmJy0vMTM8QERFSEpNTlBTVFVbYGRla2xwdHV2d3h8fYeJi5OWmJudnqKlpqqtr7O1ub/BxcbJy87P2t3g4eTn6eru7/Dx8vP09fr8/f6/FSL9AAAAyElEQVR4AZXP6TKAUACG4U8l+1L2RWXflSUcxy4LWSiL5Lv/28BhpuaYMeP9+fx7oXpfw0/bb1CZQ77FdTdQdQs2BQMNwB7pLAwKqsLhuT5yC1ZJHkl5+62plAmZoZm/yz81htb+l4a6ij+1cTFeaQEm4lmjpjPHU6eHmL9fvtqsqWlj9Qw3S/AKu1J0FuUoOAaXXTU1ezdSvEyin62V9vjt0RNE4uyeo9KRi+zSQ9tBftKh9J8Xka47OYznO6n1cA1Mv1LrcfwDi4k82pcpHzYAAAAASUVORK5CYII=);
}

.datebox-ui input:focus {
  border-color: #ccc !important;
  box-shadow: 0px 0px 1px 0px #ccc !important;
}

.datebox-ui label span {
  padding-right: 40px;
}

.datebox-ui .datebox-ui-datepicker {
  display: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 1px 1px 1px 0px #999;
  position: absolute;
  z-index: 99999;
  background: white;
  right: 0px;
  top: 100%;
}

.datebox-ui .datebox-ui-datepicker:before {
  content: '';
  position: absolute;
  top: -9px;
  border-bottom: 10px solid #313131;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  right: 18px;
}

.datebox-ui .datebox-ui-datepicker.is-focused {
  display: block;
}

.datebox-ui.top-position .datebox-ui-datepicker {
  top: auto;
  bottom: 100%;
}

.datebox-ui.top-position .datebox-ui-datepicker:before {
  top: auto;
  bottom: -22px;
  border-bottom: 10px solid transparent;
  border-top: 10px solid #999999;
}

.form-dark .datebox-ui.top-position .datebox-ui-datepicker:before {
  border-bottom: 10px solid transparent;
}

.datebox-ui .datebox-ui-datepicker-header {
  text-align: center;
  padding: 15px;
  position: relative;
  background: #333333;
  color: white;
  border-radius: 4px 4px 0 0;
}

.datebox-ui .datebox-ui-datepicker-header-title {
  color: white;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
}

.datebox-ui .datebox-ui-datepicker-header-title:not(.datebox-ui-screen-limit) {
  cursor: pointer;
}

.datebox-ui .datebox-ui-datepicker-header-title:hover {
  text-decoration: none;
}

.datebox-ui .datebox-ui-datepicker-header-left-arrow,
.datebox-ui .datebox-ui-datepicker-header-right-arrow {
  cursor: pointer;
  position: absolute;
  left: 5px;
  right: 5px;
}

.datebox-ui .datebox-ui-datepicker-header-left-arrow {
  right: auto;
}

.datebox-ui .datebox-ui-datepicker-header-right-arrow {
  left: auto;
}

.datebox-ui .datebox-ui-datepicker-header-left-arrow:before,
.datebox-ui .datebox-ui-datepicker-header-right-arrow:before {
  font-size: 22px;
  cursor: pointer;
  color: white;
  font-family: 'brand-icons' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.datebox-ui .datebox-ui-datepicker-header-left-arrow:before {
  content: '\23';
}

.datebox-ui .datebox-ui-datepicker-header-right-arrow:before {
  content: '\24';
}

a.datebox-ui-datepicker-header-left-arrow,
a.datebox-ui-datepicker-header-right-arrow {
  text-decoration: none !important;
}

.datebox-ui .datebox-ui-datepicker-body {
  width: 240px;
  padding: 10px 15px;
}

.datebox-ui .datebox-ui-datepicker-body-month {
  display: block;
}

.datebox-ui-datepicker-body-dozen-row,
.datebox-ui-datepicker-body-year-row,
.datebox-ui-datepicker-body-month-week,
.datebox-ui-datepicker-body-month-weekdays {
  display: flex;
  -ms-align: stretch;
  align-items: stretch;
  color: #8e8e8e;
}

.datebox-ui-datepicker-body-month-weekdays {
  font-weight: 600;
}

.datebox-ui-datepicker-dozen-year {
  cursor: pointer;
  width: 37px;
  flex-shrink: 0;
  margin: 8px;
  font-size: 13px;
  line-height: 1.2;
  border-radius: 50%;
  text-align: center;
  padding: 11px 0px;
}

.datebox-ui-datepicker-year-month {
  cursor: pointer;
  width: 32px;
  flex-shrink: 0;
  margin: 10px;
  font-size: 13px;
  line-height: 1.2;
  border-radius: 50%;
  text-align: center;
  padding: 9px 0px;
}

.datebox-ui-datepicker-body-month-day {
  flex-grow: 0;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  margin: 2px;
  font-size: 11px;
  line-height: 1.2;
  border-radius: 50%;
  text-align: center;
  padding: 6px 0px;
}

.datebox-ui-datepicker-body-month-week .datebox-ui-datepicker-body-month-day:not(:empty) {
  cursor: pointer;
}

.datebox-ui-datepicker-body-month-day.disabled {
  color: #ccc;
  opacity: 0.5 !important;
}

.datebox-ui-datepicker-body-month-week .datebox-ui-datepicker-body-month-day:not(:empty):not(.disabled):hover,
.datebox-ui-datepicker-year-month:not(.disabled):hover,
.datebox-ui-datepicker-dozen-year:not(.disabled):hover {
  background: #333333;
  color: #fff;
}

.datebox-ui-datepicker-year-month.selected,
.datebox-ui-datepicker-dozen-year.selected,
.datebox-ui-datepicker-body-month-day.selected {
  background: #333333 !important;
  color: white;
}

.datebox-ui-datepicker-year-month.disabled,
.datebox-ui-datepicker-dozen-year.disabled,
.datebox-ui-datepicker-body-month-day.disabled {
  opacity: 0.3;
  cursor: default !important;
}

.datebox-ui-datepicker-dozen-year.today,
.datebox-ui-datepicker-body-month-day.today {
  border: 1px solid #8e8e8e;
}

.datebox-ui .datebox-ui-datepicker-header-right-arrow.datebox-ui-nav-limit:before,
.datebox-ui .datebox-ui-datepicker-header-left-arrow.datebox-ui-nav-limit:before {
  color: #808080;
}

.textbox-ui .textbox-ui-autocomplete:not(.visible) {
  display: none;
}

.textbox-ui .textbox-ui-autocomplete.visible {
  width: 100%;
  padding: 0px 1px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5000;
  margin-top: -2px;
  padding-top: 0.5px !important;
  text-align: left;
}

.textbox-ui .textbox-ui-autocomplete-list {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #cccccc;
  border-top: 0;
  text-align: left;
}

.textbox-ui .textbox-ui-autocomplete-item {
  display: block;
}

.textbox-ui .textbox-ui-autocomplete-item a {
  display: block;
  padding: 6px 20px;
  color: #010101;
  font-size: 13px;
  background: #f6f6f6;
  text-decoration: none;
}

.textbox-ui .textbox-ui-autocomplete-item:nth-child(even) a {
  background: #fff;
}

.textbox-ui .textbox-ui-autocomplete-item a:focus,
.textbox-ui .textbox-ui-autocomplete-item a:hover {
  text-decoration: none;
  color: #0099ab;
}

.textbox-ui .textbox-ui-autocomplete-tip {
  background: #cccccc;
  color: #010101;
  padding: 6px 15px;
  font-size: 13px;
}

.textbox-ui .textbox-ui-autocomplete-tip i {
  color: white;
}

.form-ui-item .textbox-ui label.has-tooltip {
  position: relative;
}

.form-ui-item .textbox-ui .tooltip-container {
  left: calc(100% - 50px);
  padding: 0;
  font-size: 20px;
  top: 31px;
  transform: translateY(-65%);
  pointer-events: all;
  overflow: visible;
  margin-left: 10px;
  position: absolute;
}

.form-ui-item .textbox-ui .tooltip-container .tooltip-icon.icon-help:before {
  font-size: 27px;
  color: #333;
  cursor: pointer;
}

.form-ui-item .textbox-ui .tooltip-icon {
  text-decoration: none;
}

.form-ui-item .tooltip-icon:not(:hover) + .tooltip-box {
  display: none;
}

.form-ui-item .tooltip-box span {
  position: initial;
  display: block;
  font-size: 12px;
  pointer-events: all;
}

.form-ui-item .tooltip-box h6 {
  font-size: 12px;
  font-weight: 600;
}

.form-ui-item .tooltip-box:before {
  content: ' ';
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background: #ffffff;
  transform: rotate(45deg);
}

.form-ui-item .tooltip-icon + div.tooltip-box {
  padding: 10px;
  min-width: 200px;
  background: #ffffff;
  color: #000000;
  text-transform: none;
  font-size: 12px;
  position: absolute;
  line-height: 14px;
  letter-spacing: 0.2px;
  transition: all 0.3s ease-out;
  white-space: initial;
  z-index: 99999;
  border-radius: 4px;
  border: 1px solid #cccccc;
  text-align: left;
  left: 50%;
  transform: translateX(-50%);
}

.form-ui-item .tooltip-icon:hover + div.tooltip-box,
.form-ui-item .tooltip-container:hover > div.tooltip-box {
  display: block;
}

.form-ui-item > .textbox-ui > label.has-tooltip.top + .tooltip-container > .tooltip-icon + .tooltip-box span.left,
.form-ui-item > .textbox-ui > label.has-tooltip.top + .tooltip-container > .tooltip-icon + .tooltip-box span.center,
.form-ui-item > .textbox-ui > label.has-tooltip.top + .tooltip-container > .tooltip-icon + .tooltip-box span.right {
  padding: 0;
  max-width: none;
  padding-bottom: 5px;
  font-size: 12px;
}

.form-ui-item > .textbox-ui > label.has-tooltip.top + .tooltip-container > .tooltip-icon + .tooltip-box span.left {
  text-align: left !important;
}

.form-ui-item > .textbox-ui > label.has-tooltip.top + .tooltip-container > .tooltip-icon + .tooltip-box span.center {
  text-align: center !important;
}

.form-ui-item > .textbox-ui > label.has-tooltip.top + .tooltip-container > .tooltip-icon + .tooltip-box span.right {
  text-align: right !important;
}

.form-ui-item > .textbox-ui > label.has-tooltip.top + .tooltip-container > .tooltip-icon + .tooltip-box span.center + img {
  display: block;
  margin: 0 auto;
}

.form-ui-item > .textbox-ui > label.has-tooltip.top + .tooltip-container > .tooltip-icon + .tooltip-box span.right + img {
  float: right;
}

.form-ui-item > .textbox-ui > label.has-tooltip.top + .tooltip-container > .tooltip-icon + .tooltip-box h6.center {
  text-align: center !important;
}

.form-ui-item > .textbox-ui > label.has-tooltip.top + .tooltip-container > .tooltip-icon + .tooltip-box h6.left {
  text-align: left !important;
}

.form-ui-item > .textbox-ui > label.has-tooltip.top + .tooltip-container > .tooltip-icon + .tooltip-box h6.right {
  text-align: right !important;
}

.form-ui-item > .textbox-ui > label.has-tooltip.top + .tooltip-container .tooltip-icon + .tooltip-box h6.center + img {
  display: block;
  margin: 0 auto;
}

.form-ui-item > .textbox-ui > label.has-tooltip.top + .tooltip-container .tooltip-icon + .tooltip-box h6.right + img {
  float: right;
}

.form-ui-item > .textbox-ui > label.has-tooltip.top + .tooltip-container > .tooltip-icon.icon-help + .tooltip-box:before {
  left: calc(90% - 5px);
  width: 10px;
  height: 10px;
  background: #ffffff;
  margin-top: 36px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.form-ui-item > .textbox-ui > label.has-tooltip.top + .tooltip-container .tooltip-icon + .tooltip-box {
  left: 99%;
  transform: translateX(-100%);
  bottom: 100%;
  margin-left: 7px;
  margin-bottom: 3px;
}

.background-c-darkgray .form-ui-item .tooltip-box:before {
  background: #ffffff !important;
}

.background-c-darkgray .form-ui-item .tooltip-icon + div.tooltip-box {
  background: #ffffff;
  color: #000000;
}

.form-ui-body-row .form-ui-item:odd:not(:only-child) {
  margin-left: 0;
  margin-right: 10px;
}

.form-ui-body-row .form-ui-item:even {
  margin-left: 10px !important;
  margin-right: 0px;
}

.captcha {
  margin: auto;
  width: 300px;
}

.has-error p:before,
.form-group.has-error p:before {
  color: #d6001a;
  text-transform: none !important;
  content: '\76';
  font-family: 'brand-icons';
  font-size: 21px;
  margin-top: 0px;
  position: absolute;
  margin-left: -26px;
}

.has-warning p:before,
.form-group.has-warning p:before {
  text-transform: none !important;
  content: '\3a';
  font-family: 'brand-icons';
  font-size: 21px;
  margin-top: 0px;
  position: absolute;
  margin-left: -26px;
}

.has-error p,
.has-success p,
.has-warning p {
  margin: 5px 5px 5px -6px;
  line-height: 17px;
  color: #d6001a;
}

.has-success .form-control {
  border-color: #0099ab;
}

.box-ui-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.box-ui-list.horizontal {
  margin-left: -20px;
}

.box-ui-list.horizontal li {
  display: inline-block;
  vertical-align: top;
}

.box-ui-list.horizontal li {
  padding-left: 20px;
}

.radio-inline,
.checkbox-inline {
  padding: 0 20px 0 26px;
  margin-bottom: 5px;
}

.radio,
.checkbox {
  padding-left: 26px;
  margin-top: 0;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: 10px;
}

.radio label,
.checkbox label,
.checkbox-inline,
.checkbox,
.radio-inline,
.radio {
  cursor: default;
}

.checkbox-inline input[type='checkbox'],
.checkbox input[type='checkbox'],
.radio-inline input[type='radio'],
.radio input[type='radio'] {
  opacity: 0;
  height: 18px;
  width: 18px;
  position: relative;
  float: none;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: -25px;
}

.checkbox-ui {
  position: relative;
}

.checkbox-ui input[type='checkbox'] {
  z-index: -1;
  opacity: 0;
  position: absolute;
}

.checkbox-ui input[type='checkbox'] ~ span {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}

.checkbox-ui input[type='checkbox'] ~ span img {
  margin-right: 5px;
  max-height: 22px;
}

.checkbox-ui input[type='checkbox'] ~ span:before {
  content: '';
  background: url(../images/sprite_inputs.svg) -65px 0 no-repeat;
  background-size: 133px auto;
  position: absolute;
  left: -2px;
  top: -1px;
  width: 24px;
  height: 24px;
}

.checkbox-ui.dark-input input[type='checkbox'] ~ span:before,
.form-dark .checkbox-ui input[type='checkbox'] ~ span:before {
  background: url(../images/sprite_inputs_greybg.svg) -65px 0 no-repeat;
  background-size: 133px auto;
}

.checkbox-ui input[type='checkbox']:checked ~ span:before {
  background-position: -87px 0px;
}

.checkbox-ui input[type='checkbox']:focus ~ span:before,
.checkbox-ui[data-error]:not([data-error='']) input[type='checkbox']:focus ~ span:before {
  background-position: -44px 0px;
}

.checkbox-ui input[type='checkbox']:focus:checked ~ span:before,
.checkbox-ui[data-error]:not([data-error='']) input[type='checkbox']:focus:checked ~ span:before {
  background-position: -109px 0px;
}

.checkbox-ui[data-alert]:not([data-alert='']) input[type='checkbox']:not(:checked) ~ span:before {
  background-position: 1px -43px !important;
}

.checkbox-ui[data-error]:not([data-error='']) input[type='checkbox']:not(:checked) ~ span:before {
  background-position: -21px 0px !important;
}

.checkbox-ui.inverted-checkbox input[type='checkbox'] ~ span {
  padding-left: 0;
  padding-right: 30px;
}

.checkbox-ui.inverted-checkbox input[type='checkbox'] ~ span:before {
  left: auto;
  right: -2px;
}

.radiobox-ui {
  position: relative;
}

.radiobox-ui input[type='radio'] {
  z-index: -1;
  opacity: 0;
  position: absolute;
}

.radiobox-ui input[type='radio'] ~ span {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}

.radiobox-ui input[type='radio'] ~ span:before {
  content: '';
  background: url(../images/sprite_inputs.svg) -65px -22px no-repeat;
  background-size: 133px auto;
  position: absolute;
  left: -2px;
  top: -1px;
  width: 24px;
  height: 24px;
}

.radiobox-ui.dark-input input[type='radio'] ~ span:before,
.form-dark .radiobox-ui input[type='radio'] ~ span:before {
  background: url(../images/sprite_inputs_greybg.svg) -65px -22px no-repeat;
  background-size: 133px auto;
}

.radiobox-ui input[type='radio']:checked ~ span:before {
  background-position: -87px -22px;
}

.radiobox-ui input[type='radio']:focus ~ span:before,
.radiobox-ui[data-error]:not([data-error='']) input[type='radio']:focus ~ span:before {
  background-position: -44px -22px;
}

.radiobox-ui input[type='radio']:focus:checked ~ span:before,
.radiobox-ui[data-error]:not([data-error='']) input[type='radio']:focus:checked ~ span:before {
  background-position: -109px -22px;
}

.radiobox-ui[data-alert]:not([data-alert='']) input[type='radio']:not(:checked) ~ span:before {
  background-position: 1px -63px !important;
}

.radiobox-ui[data-error]:not([data-error='']) input[type='radio']:not(:checked) ~ span:before {
  background-position: -21px -22px !important;
}

.radiobox-ui.inverted-radio input[type='radio'] ~ span {
  padding-left: 0;
  padding-right: 30px;
}

.radiobox-ui.inverted-radio input[type='radio'] ~ span:before {
  left: auto;
  right: -2px;
}

.numberbox-ui {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0;
}

.numberbox-ui input {
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -20;
  left: 0;
  width: 0%;
  height: 100%;
}

.numberbox-ui .numberbox-ui-container {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
}

.numberbox-ui input[disabled] ~ .numberbox-ui-container {
  background: #f6f6f6;
  border-color: #ebebeb;
}

.numberbox-ui .numberbox-ui-display {
  display: inline-block;
  min-width: 41px;
  padding: 0 3px;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
}

.numberbox-ui .numberbox-ui-decrement,
.numberbox-ui .numberbox-ui-increment {
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  position: relative;
}

.numberbox-ui .numberbox-ui-decrement:not(.limit):hover,
.numberbox-ui .numberbox-ui-increment:not(.limit):hover {
  background: #eee;
}

.numberbox-ui .numberbox-ui-decrement:before,
.numberbox-ui .numberbox-ui-increment:before,
.numberbox-ui .numberbox-ui-increment:after {
  content: '';
  margin-top: -1px;
  margin-left: -5px;
  background: black;
  height: 1px;
  width: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.numberbox-ui .numberbox-ui-decrement.limit,
.numberbox-ui .numberbox-ui-increment.limit,
.numberbox-ui .numberbox-ui-increment.limit {
  cursor: not-allowed;
}

.numberbox-ui .numberbox-ui-decrement.limit:before,
.numberbox-ui .numberbox-ui-increment.limit:before,
.numberbox-ui .numberbox-ui-increment.limit:after {
  background: #999;
}

.numberbox-ui .numberbox-ui-increment:after {
  transform: rotate(90deg);
  transform-origin: center center;
}

@media screen and (max-width: 767px) {
  .numberbox-ui .numberbox-ui-display {
    font-size: 10px;
    min-width: 31px;
  }
  .numberbox-ui .numberbox-ui-decrement:before,
  .numberbox-ui .numberbox-ui-increment:before,
  .numberbox-ui .numberbox-ui-increment:after {
    width: 6px;
    margin-left: -3px;
  }
  .numberbox-ui .numberbox-ui-decrement,
  .numberbox-ui .numberbox-ui-increment {
    width: 25px;
    height: 25px;
  }
}

.checkbox-inline label,
.checkbox label,
.radio-inline label,
.radio label {
  padding-left: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  margin-bottom: 0;
  vertical-align: middle;
  display: inline;
}

.nopadbot .form-ui-item {
  padding-bottom: 0;
}

.checkbox-inline input[type='checkbox'] ~ span,
.checkbox input[type='checkbox'] ~ span,
.radio-inline input[type='radio'] ~ span,
.radio input[type='radio'] ~ span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -1px -3px 0 -21px;
  vertical-align: middle;
  background: url(../images/sprite_inputs.svg) 0 0 no-repeat;
  background-size: 133px auto;
}

.checkbox-inline input[type='checkbox'] ~ span,
.checkbox input[type='checkbox'] ~ span {
  background-position: -69px -3px;
}

.checkbox-inline input[type='checkbox']:focus ~ span,
.checkbox input[type='checkbox']:focus ~ span {
  background-position: -47px -3px;
}

.checkbox-inline input[type='checkbox']:checked:focus ~ span,
.checkbox input[type='checkbox']:checked:focus ~ span {
  background-position: -112px -3px;
}

.radio-inline input[type='radio'] ~ span,
.radio input[type='radio'] ~ span {
  background-position: -69px -24px;
}

.form-radio {
  position: relative;
  padding-left: 24px;
  margin: 0;
}

.form-radio input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  left: 0;
}

.form-radio input ~ span:before {
  content: '';
  position: absolute;
  border: 1px solid #959595;
  background: white;
  border-radius: 50%;
  height: 17px;
  width: 17px;
  left: 0;
  top: 2px;
}

.form-radio input:checked ~ span:before {
  border-color: #0099ab;
}

.form-radio input:checked ~ span:after {
  content: '';
  position: absolute;
  background: #000;
  height: 11px;
  width: 11px;
  left: 3px;
  top: 5px;
  border-radius: 50%;
}

.form-radio.radio-right {
  padding-right: 24px;
  padding-left: 0;
}

.form-radio.radio-right input ~ span:before {
  right: 0;
  left: auto;
  top: 4px;
}

.form-radio.radio-right input:checked ~ span:after {
  right: 3px;
  left: auto;
  top: 7px;
}

.checkbox-inline input[type='checkbox'][required]:checked ~ p,
.checkbox input[type='checkbox'][required]:checked ~ p {
  display: none;
}

.checkbox-inline input[type='checkbox'][required]:not(:checked) ~ p,
.checkbox input[type='checkbox'][required]:not(:checked) ~ p {
  display: block;
}

.checkbox-inline input[type='checkbox'][disabled] ~ p,
.checkbox input[type='checkbox'][disabled] ~ p {
  display: none;
}

.checkbox-inline.has-error input[type='checkbox'] ~ span,
.checkbox.has-error input[type='checkbox'] ~ span,
.checkbox[data-error]:not([data-error='']) input[type='checkbox'] ~ span,
[data-error] .checkbox input[type='checkbox'] ~ span {
  background-position: -25px -3px;
}

.checkbox-inline.has-alert input[type='checkbox'] ~ span,
.checkbox.has-alert input[type='checkbox'] ~ span,
.checkbox[data-alert]:not([data-alert='']) input[type='checkbox'] ~ span,
[data-alert] .checkbox input[type='checkbox'] ~ span {
  background-position: -3px -46px;
}

.checkbox-inline input[type='checkbox'][disabled] ~ span,
.checkbox input[type='checkbox'][disabled] ~ span {
  background-position: -4px -3px;
}

.checkbox-inline input[type='checkbox']:checked ~ span,
.checkbox input[type='checkbox']:checked ~ span,
.checkbox-inline.has-error input[type='checkbox']:checked ~ span,
.checkbox.has-error input[type='checkbox']:checked ~ span,
.checkbox[data-error]:not([data-alert='']) input[type='checkbox']:checked ~ span {
  background-position: -90px -3px;
}

.checkbox-inline input[type='checkbox']:checked ~ p,
.checkbox input[type='checkbox']:checked ~ p,
.checkbox-inline.has-error input[type='checkbox']:checked ~ p,
.checkbox.has-error input[type='checkbox']:checked ~ p {
  display: none;
}

.checkbox input[type='checkbox']:focus ~ span,
.checkbox[data-error]:not([data-error='']) input[type='checkbox']:focus ~ span {
  background-position: -47px -3px;
}

.checkbox input[type='checkbox']:focus:checked ~ span,
.checkbox[data-error]:not([data-error='']) input[type='checkbox']:focus:checked ~ span {
  background-position: -112px -3px;
}

.radio-inline.has-error input[type='radio'] + span,
.radio.has-error input[type='radio'] + span,
.radio[data-error]:not([data-error='']) input[type='radio'] + span,
[data-error] .radio input[type='radio'] + span {
  background-position: -25px -24px;
}

.radio-inline input[type='radio'][required]:checked ~ p,
.radio input[type='radio'][required]:checked ~ p {
  display: none;
}

.radio-inline input[type='radio'][required]:not(:checked) ~ p,
.radio input[type='radio'][required]:not(:checked) ~ p {
  display: block;
}

.radio-inline input[type='radio'][disabled] + span,
.radio input[type='radio'][disabled] + span {
  background-position: -4px -24px;
}

.radio-inline input[type='radio'][disabled] ~ p,
.radio input[type='radio'][disabled] ~ p {
  display: none;
}

.radio-inline input[type='radio']:checked + span,
.radio input[type='radio']:checked + span,
.radio-inline.has-error input[type='radio']:checked + span,
.radio.has-error input[type='radio']:checked + span,
.radio[data-error]:not([data-error='']) input[type='radio']:checked + span {
  background-position: -90px -24px;
}

.radio-inline input[type='radio']:checked ~ p,
.radio input[type='radio']:checked ~ p,
.radio-inline.has-error input[type='radio']:checked ~ p,
.radio.has-error input[type='radio']:checked ~ p {
  display: none;
}

.radio-inline.has-error input[type='radio'] + span,
.radio.has-error input[type='radio'] + span,
.radio[data-error]:not([data-error='']) input[type='radio'] + span,
[data-error] .radio input[type='radio'] + span {
  background-position: -25px -24px;
}

.radio-inline input[type='radio'][required]:checked ~ p,
.radio input[type='radio'][required]:checked ~ p {
  display: none;
}

.radio-inline input[type='radio'][required]:not(:checked) ~ p,
.radio input[type='radio'][required]:not(:checked) ~ p {
  display: block;
}

.radio-inline input[type='radio'][disabled] + span,
.radio input[type='radio'][disabled] + span {
  background-position: -4px -24px;
}

.radio-inline input[type='radio'][disabled] ~ p,
.radio input[type='radio'][disabled] ~ p {
  display: none;
}

.radio-inline input[type='radio']:checked + span,
.radio input[type='radio']:checked + span,
.radio-inline.has-error input[type='radio']:checked + span,
.radio.has-error input[type='radio']:checked + span,
.radio[data-error]:not([data-error='']) input[type='radio']:checked + span {
  background-position: -90px -24px;
}

.radio-inline input[type='radio']:checked ~ p,
.radio input[type='radio']:checked ~ p,
.radio-inline.has-error input[type='radio']:checked ~ p,
.radio.has-error input[type='radio']:checked ~ p {
  display: none;
}

.radio-inline input[type='radio']:focus + span,
.radio-inline[data-error]:not([data-error='']) input[type='radio']:focus + span,
.radio input[type='radio']:focus + span,
.radio[data-error]:not([data-error='']) input[type='radio']:focus + span {
  background-position: -47px -24px;
}

.radio-inline input[type='radio']:focus:checked + span,
.radio-inline[data-error]:not([data-error='']) input[type='radio']:focus:checked + span,
.radio input[type='radio']:focus:checked + span,
.radio[data-error]:not([data-error='']) input[type='radio']:focus:checked + span {
  background-position: -112px -24px;
}

.form-message {
  text-align: center;
  color: white;
  overflow: hidden;
  padding: 25px 15px;
}

.form-message > div {
  margin-right: -40px;
  position: relative;
  display: inline-block;
  max-width: 480px;
  text-align: left;
}

.form-message > div:before {
  width: 40px;
  position: absolute;
  display: block;
  top: -5px;
  left: -50px;
  font-family: 'brand-icons';
  line-height: 30px;
  text-align: center;
}

.form-message h6 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color: #ffffff;
}

.form-message h6 + p {
  margin-top: 5px;
}

.form-message p {
  margin: 0;
  color: #ffffff;
}

.form-message a {
  text-decoration: underline;
  color: #ffffff;
}

.form-message a:hover {
  color: inherit;
  text-decoration: none;
}

.form-message[data-type] {
  margin: 20px 0;
}

.form-message[data-type='alert'] {
  background: #ff7f32;
}

.form-message[data-type='error'] {
  background: #d6001a;
}

.form-message[data-type='success'] {
  background: #00aa13;
}

.form-message[data-type='alert'] > div:before {
  content: '\3a';
  font-size: 40px;
}

.form-message[data-type='error'] > div:before {
  content: '\7a';
  font-size: 24px;
  padding-left: 12px;
}

.form-message[data-type='success'] > div:before {
  content: '\27';
  font-size: 40px;
}

.form-message.inline {
  padding: 0;
  background: none;
  text-align: left;
  margin-left: 4px;
}

.form-message.inline > div {
  margin-right: auto;
  padding-left: 28px;
  max-width: none;
}

.form-message.inline[data-type='success'] * {
  color: #00aa13;
}

.form-message.inline[data-type='success'] > div:before {
  font-size: 10px;
  line-height: 1.4;
  border-radius: 50%;
  color: #fff;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 2px;
  padding-left: 0;
  background-color: #00aa13;
}

.form-dark ::-webkit-input-placeholder {
  color: #ffffff;
}

.form-dark :-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.form-dark ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.form-dark :-ms-input-placeholder {
  color: #ffffff;
}

.form-dark .form-checkbox span:before {
  border: 1px solid #272727;
  background: #272727;
}

.form-dark .form-checkbox input:checked ~ span:before {
  border-color: #272727;
}

.form-dark input {
  background: transparent;
  color: #ffffff;
  border-color: #525252;
}

.form-dark textarea {
  background: transparent;
  color: #ffffff;
  border-color: #525252;
}

.form-dark .filebox-ui-display {
  background: transparent;
  color: #ffffff;
  border-color: #525252;
}

.form-dark .form-ui-item .textbox-ui span.tooltip-icon.icon-help:before {
  color: #ccc;
}

.form-dark .input-ui input:focus + span,
.form-dark .input-ui input:not([value='']) + span,
.form-dark .input-ui input[type='date'] + span,
.form-dark .filebox-ui .filebox-ui-content:not(:empty) + .filebox-ui-placeholder,
.form-dark .select-ui .select-ui-placeholder {
  color: inherit;
}

.form-dark .select-ui-display {
  background: transparent;
  color: #ffffff;
  border-color: #525252;
}

.form-dark .checkbox-inline input[type='checkbox'] ~ span,
.form-dark .checkbox input[type='checkbox'] ~ span,
.form-dark .radio-inline input[type='radio'] ~ span,
.form-dark .radio input[type='radio'] ~ span,
.input-dark.checkbox-inline input[type='checkbox'] ~ span,
.input-dark.checkbox input[type='checkbox'] ~ span,
.input-dark.radio-inline input[type='radio'] ~ span,
.input-dark.radio input[type='radio'] ~ span {
  background-image: url(../images/sprite_inputs_greybg.svg);
}

.form-dark .filebox-ui .filebox-ui-button {
  color: #ffffff;
  border: 2px solid #ffffff;
}

.form-dark .select-ui select:focus ~ .select-ui-display + .select-ui-arrow:before {
  border-color: #ccc !important;
}

.form-dark .input-ui textarea:focus + span,
.form-dark .input-ui textarea:not([value='']) + span,
.form-dark .input-ui input:focus + span,
.form-dark .input-ui input:not([value='']) + span,
.form-dark .input-ui input[type='date'] + span,
.form-dark .filebox-ui .filebox-ui-content:not(:empty) + .filebox-ui-placeholder,
.form-dark .select-ui .select-ui-placeholder {
  color: #fff !important;
}

.form-dark .input-ui input[disabled] + span,
.select-ui select[disabled] + .select-ui-display span {
  color: #808080 !important;
  -webkit-opacity: 1;
  -webkit-text-fill-color: #808080;
}

.form-dark .input-ui textarea[disabled],
.form-dark .input-ui input[disabled],
.form-dark .select-ui select[disabled] + .select-ui-display {
  background: rgba(0, 0, 0, 0.05);
}

.form-dark .select-ui-option-list ul li {
  background-color: #333;
  color: #fff;
  border-color: #ccc !important;
}

.form-dark .select-ui-option-list ul li.selected {
  color: #fff;
}

.form-dark .datebox-ui .datebox-ui-datepicker-header {
  background: #ccc;
}

.form-dark .datebox-ui .datebox-ui-datepicker:before {
  border-bottom: 10px solid #ccc;
}

.form-dark .datebox-ui .datebox-ui-datepicker-header-title,
.form-dark .datebox-ui .datebox-ui-datepicker-header-right-arrow:before,
.form-dark .datebox-ui .datebox-ui-datepicker-header-left-arrow:before {
  color: #333333;
  text-decoration: none;
}

.form-dark .datebox-ui .datebox-ui-datepicker-header-right-arrow.datebox-ui-nav-limit:before,
.form-dark .datebox-ui .datebox-ui-datepicker-header-left-arrow.datebox-ui-nav-limit:before {
  color: #808080;
}

.form-dark .textbox-ui-autocomplete-tip {
  color: white;
  background-color: #808080;
}

.form-dark .textbox-ui .textbox-ui-autocomplete-item a {
  display: block;
  padding: 6px 15px;
  color: #010101;
  font-size: 13px;
  background: #f6f6f6;
}

.form-dark .textbox-ui .textbox-ui-autocomplete-item:nth-child(even) a {
  background: #fff;
}

.form-dark .textbox-ui .textbox-ui-autocomplete-item a:hover {
  text-decoration: none;
  color: #0099ab;
}

.form-ui {
  width: 100%;
  padding: 30px 15px 50px;
  margin: 0 auto;
  max-width: calc(900px + 30px);
}

.form-ui h3,
.form-ui h4,
.form-ui p,
.form-ui a {
  color: inherit;
}

.form-ui a:hover {
  color: #0099ab;
}

.form-ui.large {
  max-width: calc(1600px + 30px);
}

.form-ui.medium {
  max-width: calc(1200px + 30px);
}

.form-ui.small {
  max-width: calc(600px + 30px);
}

.form-ui-header,
.form-ui-body-header {
  overflow: hidden;
  max-width: 1600px;
  margin: auto;
  padding: 0;
}

.form-ui-header ~ .form-ui-body .form-ui-body-row {
  margin-top: 20px;
}

.form-ui-body-row .form-ui-item:not(:first-child) {
  padding-left: 10px;
  padding-right: 10px;
}

.form-ui-body-row {
  display: flex;
  -ms-pack: start;
  justify-content: flex-start;
  -ms-align: stretch;
  align-items: stretch;
  margin: 20px -10px 0;
  padding: 0px;
}

.form-ui-body-row .form-ui-item {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 100%;
  padding: 0 10px;
}

.form-ui-body-row.c50-25 .form-ui-item:first-child {
  -ms-flex: 0 1 50%;
  flex-basis: 50%;
}

.form-ui-body-row.c50-25 .form-ui-item:not(:first-child) {
  -ms-flex: 0 1 25%;
  flex-basis: 25%;
}

.form-ui-body-row.c25-50 .form-ui-item:first-child {
  -ms-flex: 0 1 25%;
  flex-basis: 25%;
}

.form-ui-body-row.c25-50 .form-ui-item:not(:first-child) {
  -ms-flex: 0 1 50%;
  flex-basis: 50%;
}

.form-ui-body-row.c75-25 .form-ui-item:first-child {
  -ms-flex: 0 1 75%;
  flex-basis: 75%;
}

.form-ui-body-row.c75-25 .form-ui-item:not(:first-child) {
  -ms-flex: 0 1 25%;
  flex-basis: 25%;
}

.form-ui-body-row.c25-75 .form-ui-item:first-child {
  -ms-flex: 0 1 25%;
  flex-basis: 25%;
}

.form-ui-body-row.c25-75 .form-ui-item:not(:first-child) {
  -ms-flex: 0 1 75%;
  flex-basis: 75%;
}

.form-ui-body-row.c50-50 .form-ui-item:first-child {
  -ms-flex: 0 1 50%;
  flex-basis: 50%;
}

.form-ui-body-row.c50-50 .form-ui-item:not(:first-child) {
  -ms-flex: 0 1 50%;
  flex-basis: 50%;
}

.form-ui-body-row.c25 .form-ui-item {
  -ms-flex: 0 1 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.form-ui-body-row.c33 .form-ui-item {
  -ms-flex: 0 1 33.333333%;
  flex-basis: 33.333333%;
  max-width: 33.333333%;
}

.form-ui-body-row.alg-center {
  -ms-pack: center;
  justify-content: center;
  -ms-align: center;
  align-items: center;
}

.form-ui-body + .form-ui-body {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
}

.form-ui-body-row .form-ui-item > p {
  font-weight: 600;
  margin-bottom: 20px;
}

.form-ui-body-row .form-ui-item > p.normal {
  font-weight: 400;
  margin-bottom: 5px;
}

.form-ui-body-row .form-ui-item > p.notalabel,
.form-ui-body-row .form-ui-item > p.notalabel a {
  font-size: 10px;
  font-weight: 300;
  line-height: 18px;
  color: #808080;
  margin: 0;
}

.form-ui-body-row .form-ui-item > p.tiny {
  font-weight: 300;
  margin-top: 5px;
  padding-left: 20px;
  margin-bottom: 0;
  font-style: italic;
}

.form-ui-body-row .form-ui-item > p.tiny a {
  text-decoration: underline;
}

.form-ui-body-row .form-ui-item > p.tiny a:hover {
  color: #0099ab;
  text-decoration: none;
}

.form-ui-body-row .form-ui-item > p.tiny a.lks-normal {
  font-style: normal;
}

.hyperlinks.sideByside {
  flex-wrap: nowrap;
}

.hyperlinks.sideByside li {
  width: 50%;
}

.hyperlinks.sideByside li:last-child {
  text-align: right;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .form-message > div {
    margin-right: 0;
    max-width: calc(100% - 20px);
    text-align: center;
  }
  .form-message > div:before {
    position: relative;
    left: auto;
    margin: 0 auto;
  }
  .form-message[data-type='error'] > div:before {
    padding-left: 0px;
  }
  .form-ui-header ~ .form-ui-body .form-ui-body-row.c25 {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .form-ui-body-row.c25 .form-ui-item {
    flex-basis: 50%;
    max-width: 50%;
    flex-shrink: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 599px) {
  .form-ui-body-row {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .form-ui-body-row .form-ui-item {
    flex-shrink: 0;
    margin-bottom: 20px;
  }
  .form-ui-body-row .form-ui-item:last-child {
    margin-bottom: 0;
  }
  .box-ui-list.horizontal {
    margin-left: 0px;
  }
  .box-ui-list.horizontal li {
    display: block;
    padding: 0;
  }
  .box-ui-list.horizontal li:not(:first-child),
  .form-ui-body-row .form-ui-item,
  .form-ui-body-row .form-ui-item:not(:first-child) {
    padding: 0;
    max-width: none !important;
  }
  .box-ui-list {
    text-align: left !important;
  }
  .filebox-ui .filebox-ui-label {
    display: block;
  }
  .filebox-ui .filebox-ui-button {
    display: inline-block;
    margin-top: 22px;
  }
  .filebox-ui .filebox-ui-display {
    margin-right: 0;
  }
  .space_hours {
    display: none;
  }
}

a[disabled],
button[disabled] {
  pointer-events: none !important;
}

a {
  outline: 0 !important;
  color: inherit;
  text-decoration: underline;
}

a:visited {
  color: inherit;
}

a:focus {
  text-decoration: none;
  color: #0099ab;
}

a:hover {
  color: #0099ab;
  text-decoration: none;
}

a:after,
a:hover:after {
  text-decoration: none !important;
  display: inline-block;
}

a.disabled {
  color: #bababa !important;
  cursor: text;
  pointer-events: none;
}

a.disabled:hover {
  text-decoration: none;
}

a .glyphicon {
  font-size: 75%;
}

.underline {
  text-decoration: underline;
}

.underline:hover {
  text-decoration: none;
}

[class*=' btn-icon']:before,
[class^='btn-icon']:before,
[class*=' btn-icon']:after,
[class^='btn-icon']:after {
  font-family: 'brand-icons';
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  transform: translateY(-50%);
  font-weight: normal !important;
}

[class^='btn-']:before,
[class*=' btn-']:after {
  text-transform: none !important;
}

.btn-icon-left:after,
.btn-icon-right:before,
.lnk-external:before {
  display: none;
}

.btn-loading.icon-s:after,
.btn-loading.icon-m:after,
.btn-loading.icon-l:after,
.btn-loading.icon-xl:after {
  background-size: auto;
}

.btn-loading.icon-s:after {
  width: 30px;
  height: 30px;
}

.btn-loading.icon-m:after {
  width: 50px;
  height: 50px;
}

.btn-loading.icon-l:after {
  width: 70px;
  height: 70px;
}

.btn-loading.icon-xl:after {
  width: 90px;
  height: 90px;
}

.btn-loading.icon-s:before,
.btn-loading.icon-m:before,
.btn-loading.icon-l:before,
.btn-loading.icon-xl:before {
  background-size: auto;
}

.btn-loading.icon-s:before {
  width: 30px;
  height: 30px;
}

.btn-loading.icon-m:before {
  width: 50px;
  height: 50px;
}

.btn-loading.icon-l:before {
  width: 70px;
  height: 70px;
}

.btn-loading.icon-xl:before {
  width: 90px;
  height: 90px;
}

.btn-tiny.btn-loading:after {
  top: 29%;
}

.btn-loading:after {
  right: 17px !important;
  -webkit-animation: rotating 1.5s linear infinite;
  top: 33%;
  height: 15px;
  width: 15px;
  line-height: 0;
  opacity: 1 !important;
  animation: rotating 1.5s linear infinite;
  -webkit-animation: rotating 1.5s linear infinite;
  -moz-animation: rotating 1.5s linear infinite;
  -ms-animation: rotating 1.5s linear infinite;
  -o-animation: rotating 1.5s linear infinite;
  transform-origin: 50%;
}

.btn-loading.iconLoading-black:after,
.btn-icon-left.btn-loading.iconLoading-black:before {
  content: url(fonts/loadingEPS.svg) !important;
}

.btn-loading.iconLoading-white:after,
.btn-icon-left.btn-loading.iconLoading-white:before {
  content: url(fonts/images/loadingbrancoEPS.svg) !important;
}

.btn-icon-left.icon-seta-left:before,
.btn-icon-right.icon-seta-left:after {
  content: '\23';
  margin-right: 5px;
  vertical-align: top;
  line-height: 18px;
}

.btn-icon-left.icon-seta-right:before,
.btn-icon-right.icon-seta-right:after {
  content: '\24';
  margin-left: 5px;
  vertical-align: top;
  line-height: 19px;
}

.btn-icon-left.icon-seta-up:before {
  content: '\40';
  margin-right: 5px;
}

.btn-icon-right.icon-seta-up:after {
  content: '\40';
  margin-left: 5px;
}

.btn-icon-left.icon-seta-bottom:before {
  content: '\73';
  margin-right: 5px;
}

.btn-icon-right.icon-seta-bottom:after {
  content: '\73';
  margin-left: 5px;
}

.btn-icon-left.icon-success:before {
  content: '\27';
  margin-right: 5px;
}

.btn-icon-right.icon-success:after {
  content: '\27';
  margin-left: 5px;
}

.btn-txt.btn-icon-right.icon-success:after {
  line-height: 12px;
}

.btn-icon-left.icon-close-thin:before {
  margin-right: 5px;
  font-size: 10px;
  vertical-align: -1px !important;
}

.btn-icon-right.icon-close-thin:after {
  margin-left: 5px;
  font-size: 10px;
  vertical-align: -1px !important;
}

.btn-txt.btn-icon-right.icon-close-thin:after {
  font-size: 10px;
  vertical-align: -1px !important;
}

.btn-icon-left.icon-close-thin:before {
  margin-right: 5px;
  font-size: 10px;
  vertical-align: -1px !important;
}

.btn-icon-right.icon-close-thin:after {
  margin-left: 5px;
  font-size: 10px;
  vertical-align: -1px !important;
}

.btn-txt.btn-icon-right.icon-close-thin:after {
  font-size: 10px;
  vertical-align: -1px !important;
}

.btn-icon-left.icon-android:before,
.btn-icon-right.icon-android:after {
  content: '\2e';
}

.btn-icon-left.icon-windows:before,
.btn-icon-right.icon-windows:after {
  content: '\62';
}

.btn-fill.btn-icon-left.icon-replay,
.btn-outline.btn-icon-left.icon-replay {
  padding-left: 50px;
}

.btn-icon-left.icon-replay:before {
  content: '\e03a';
  font-size: 20px;
}

.btn-icon-left.icon-apple:before,
.btn-icon-right.icon-apple:after {
  content: '\3d';
}

[class^='icon-seta-bottom']:before,
[class*=' icon-seta-bottom']:before,
[class^='icon-seta-up']:before,
[class*=' icon-seta-up']:before {
  line-height: 1.5 !important;
}

.lnk-external:after {
  font-family: 'Glyphicons Halflings' !important;
  content: '\e164';
  line-height: 16px;
  text-align: right;
  font-weight: normal !important;
  margin-left: 5px;
  margin-right: 3px;
  font-size: 0.8em;
  vertical-align: -1px;
}

.btn-fill.lnk-external:after,
.btn-outline.lnk-external:after {
  position: absolute !important;
  right: 20px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  font-size: 1em;
  vertical-align: -2px;
}

.btn-txt.lnk-external:after {
  margin-left: 5px;
  font-size: 1em;
}

.glyphicon.glyphicon-new-window {
  margin-right: 3px;
}

.btn-icon-left.btn-record-serie:before {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMDggMTI4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMDggMTI4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRjdBRUJFO30NCgkuc3Qxe2ZpbGw6I0YxNjE2Rjt9DQoJLnN0MntmaWxsOiNFRDIwMjQ7fQ0KPC9zdHlsZT4NCjxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjE0NCIgY3k9IjY0IiByPSI2NCIvPg0KPGNpcmNsZSBjbGFzcz0ic3QxIiBjeD0iMTA0IiBjeT0iNjQiIHI9IjY0Ii8+DQo8Y2lyY2xlIGNsYXNzPSJzdDIiIGN4PSI2NCIgY3k9IjY0IiByPSI2NCIvPg0KPC9zdmc+DQo=");
  content: ' ';
  background-repeat: no-repeat;
  height: 12px;
}

.btn-icon-left.btn-record-program:before {
  background-color: #ed2024;
  content: '';
  border-radius: 50%;
  height: 12px;
  width: 12px;
  left: 25px !important;
}

.btn-icon-left.btn-video:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-left: 10px;
  margin-right: 15px;
  left: 15px !important;
}

.btn-icon-left.btn-txt-white.btn-video:before,
.btn-icon-left.btn-txt-black.btn-video:hover:before,
.btn-icon-left.btn-txt-black.btn-video:focus:before {
  border-left: 5px solid #ffffff;
}

.btn-icon-left.btn-txt-black.btn-video:before {
  border-left: 5px solid #000000;
}

.btn-txt.btn-icon-left.btn-video:hover:before,
.btn-txt.btn-icon-left.btn-video:focus:before {
  border-left: 5px solid #0099ab;
}

.btn-txt.btn-icon-left.btn-record-serie:before {
  display: inline-block;
  height: 12px;
  width: 20px;
  vertical-align: -2px !important;
  margin-left: 3px;
  margin-right: 10px;
}

.btn-txt.btn-icon-left.btn-record-program:before {
  display: inline-block;
  height: 12px;
  width: 12px;
  vertical-align: -1px;
  margin-left: 10px;
  margin-right: 13px;
}

.btn-txt.btn-icon-left.btn-video:before {
  display: inline-block;
  vertical-align: -1px;
  margin-left: 15px;
}

.btn-txt.btn-icon-left.icon-replay:before {
  display: inline-block;
  vertical-align: -5px;
  margin-left: 15px;
  margin-right: 10px;
}

.btn-tiny.btn-txt.btn-icon-left.icon-replay:before {
  vertical-align: -6px;
}

.btn-inactive {
  pointer-events: none;
  opacity: 0.2;
}

.btn-fill,
.btn-outline {
  color: #fff;
  background-color: transparent;
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-radius: 5px;
  line-height: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  border: 2px solid transparent;
  position: relative;
  text-align: left !important;
  transition: inherit;
  text-decoration: none;
}

.btn-fill.btn-tiny,
.btn-outline.btn-tiny {
  font-size: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

.btn-txt.btn-tiny {
  font-size: 10px;
}

.btn-txt {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.12em;
  text-decoration: none !important;
  text-align: left !important;
  text-transform: uppercase;
}

.btn-txt.btn-tiny.icon-seta-left:after,
.btn-txt.btn-tiny.icon-android:after,
.btn-txt.btn-tiny.icon-windows:after,
.btn-txt.btn-tiny.icon-apple:after {
  vertical-align: top !important;
  line-height: 19px;
}

[class*='btn-'].btn-txt-white {
  color: #fff;
}

[class*='btn-'].btn-txt-black {
  color: #000;
}

.btn-outline.btn-white {
  background: rgba(255, 255, 255, 0.5);
}

.btn-outline.btn-black {
  background: rgba(0, 0, 0, 0.5);
}

.btn-fill.btn-green,
.btn-outline.btn-green {
  background: #00aa13;
}

.btn-outline.btn-txt-white {
  border-color: #fff;
}

.btn-outline.btn-txt-black {
  border-color: #000;
}

.btn-fill.btn-gray {
  border-color: #333;
  background: #333;
}

.btn-fill.btn-black {
  border-color: #000;
  background: #000;
}

.btn-fill.btn-white {
  border-color: #fff;
  background: #fff;
}

.btn-outline:not(.btn-inactive):hover,
a:hover .btn-outline:not(.btn-inactive),
.btn-fill:not(.btn-inactive):hover,
a:hover .btn-fill:not(.btn-inactive),
.trigger-link-hover:hover .btn-fill:not(.btn-inactive),
.trigger-link-hover:hover .btn-outline:not(.btn-inactive),
.btn-fill:not(.btn-inactive):focus,
.btn-outline:not(.btn-inactive):focus {
  color: #fff;
  border-color: #0099ab;
  background: #0099ab;
  text-decoration: none;
  transform: none;
  opacity: inherit;
}

.btn-fill.btn-green:hover,
.btn-outline.btn-green:hover,
.btn-fill.btn-green:focus,
.btn-outline.btn-green:focus {
  background: #00880f;
  border-color: #00880f;
}

.btn-txt:not(.btn-inactive):hover,
.btn-txt:not(.btn-inactive):focus,
a:hover .btn-txt:not(.btn-inactive) {
  color: #0099ab;
}

[class^='btn-']:active,
[class*=' btn-']:active,
[class^='btn-']:visited,
[class*=' btn-']:visited,
[class^='btn-']:focus,
[class*=' btn-']:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

.btn-fill.btn-icon-right,
.btn-outline.btn-icon-right {
  padding-right: 40px;
}

.btn-fill.btn-icon-left,
.btn-outline.btn-icon-left {
  padding-left: 40px;
}

.btn-fill.btn-icon-left.btn-record-program,
.btn-outline.btn-icon-left.btn-record-program {
  padding-left: 50px;
}

.btn-fill.btn-icon-left.btn-video,
.btn-outline.btn-icon-left.btn-video {
  padding-left: 50px;
}

.btn-fill.btn-icon-right.btn-record-serie,
.btn-outline.btn-icon-right.btn-record-serie {
  padding-left: 50px;
}

.btn-fill.btn-icon-right.icon-android,
.btn-outline.btn-icon-right.icon-android {
  padding-right: 50px;
}

.btn-fill.btn-icon-right.icon-apple,
.btn-outline.btn-icon-right.icon-apple {
  padding-right: 50px;
}

.btn-fill.btn-icon-right.icon-windows,
.btn-outline.btn-icon-right.icon-windows {
  padding-right: 50px;
}

.btn-fill.btn-icon-left.btn-record-serie,
.btn-outline.btn-icon-left.btn-record-serie {
  padding-left: 50px;
}

.btn-fill.btn-icon-left.icon-android,
.btn-outline.btn-icon-left.icon-android {
  padding-left: 50px;
}

.btn-fill.btn-icon-left.icon-apple,
.btn-outline.btn-icon-left.icon-apple {
  padding-left: 50px;
}

.btn-fill.btn-icon-left.icon-windows,
.btn-outline.btn-icon-left.icon-windows {
  padding-left: 50px;
}

.btn-icon-left.icon-android:before,
.btn-icon-right.icon-android:after,
.btn-icon-left.icon-windows:before,
.btn-icon-right.icon-windows:after,
.btn-icon-left.icon-apple:before,
.btn-icon-right.icon-apple:after {
  font-size: 22px;
  line-height: 18px;
  vertical-align: -5px !important;
}

.btn-txt.btn-icon-right.icon-android:after {
  padding-left: 10px;
}

.btn-txt.btn-icon-right.icon-apple:after {
  padding-left: 10px;
}

.btn-txt.btn-icon-right.icon-windows:after {
  padding-left: 10px;
}

.btn-txt.btn-icon-left.icon-android:before {
  padding-right: 10px;
}

.btn-txt.btn-icon-left.icon-apple:before {
  padding-right: 10px;
}

.btn-txt.btn-icon-left.icon-windows:before {
  padding-right: 10px;
}

.btn-fill.lnk-external,
.btn-outline.lnk-external {
  padding-right: 40px;
}

.btn-outline.btn-icon-left:before,
.btn-fill.btn-icon-left:before {
  left: 20px;
  text-align: left;
}

.btn-outline.btn-icon-right:after,
.btn-fill.btn-icon-right:after {
  right: 20px;
  text-align: right;
}

.btn-txt.btn-icon-right:after,
.btn-txt.btn-icon-left:before {
  position: static;
  left: auto;
  top: auto;
  transform: none;
  width: auto;
  height: auto;
  display: inline;
  vertical-align: -2px;
}

.btn-tiny.btn-txt.btn-icon-right:after,
.btn-tiny.btn-txt.btn-icon-left:before {
  vertical-align: -1px;
}

.hyperlinks {
  list-style: none;
  padding: 0;
  margin-bottom: -20px;
  margin-right: -20px;
  align-content: flex-start;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%;
}

ol.hyperlinks {
  flex-direction: column;
  align-content: flex-start;
  align-items: center;
}

.hyperlinks li {
  margin-right: 20px;
  margin-bottom: 20px;
  display: block;
}

ol.hyperlinks li {
  margin: 0 10px 20px;
}

.hyperlinks.forms {
  margin-top: 45px;
  margin-left: 10px;
}

.txt-align-left .hyperlinks li {
  margin: 0 20px 20px 0;
}

.txt-align-center .hyperlinks li,
.hyperlinks.justify li {
  margin: 0 10px 20px;
}

.txt-align-center .hyperlinks li:first-child,
.hyperlinks.justify li:first-child {
  margin-left: 20px;
}

.txt-align-center .hyperlinks li:last-child,
.hyperlinks.justify li:last-child {
  margin-right: 20px;
}

.txt-align-right .hyperlinks li {
  margin: 0 0 20px 20px;
}

.txt-align-left .hyperlinks {
  justify-content: flex-start;
}

.txt-align-center .hyperlinks {
  justify-content: center;
  margin-right: 0px;
  margin-left: 0px;
}

.txt-align-center.box-txt-centerwide .hyperlinks {
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
}

.txt-align-right .hyperlinks {
  justify-content: flex-end;
  margin-right: 0;
}

.hyperlinks.justify {
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .btn-fill,
  .btn-outline {
    font-size: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .btn-txt {
    font-size: 10px;
  }
  .hyperlinks {
    margin-bottom: -15px;
  }
  .hyperlinks li {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .txt-align-left .hyperlinks li {
    margin: 0 15px 15px 0;
  }
  .hyperlinks.justify li,
  .txt-align-center .hyperlinks li {
    margin: 0 7.5px 15px;
  }
  .txt-align-center .hyperlinks li:first-child,
  .hyperlinks.justify li:first-child {
    margin-left: 15px;
  }
  .txt-align-center .hyperlinks li:last-child,
  .hyperlinks.justify li:last-child {
    margin-right: 15px;
  }
  .txt-align-right .hyperlinks li {
    margin: 0 0 20px 20px;
  }
  .txt-align-right .hyperlinks li {
    margin: 0 0 15px 20px;
  }
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

header.navigation-active .site-info-box {
  display: none;
}

.site-info-box {
  width: 100%;
}

.site-info-box p {
  font-size: 10px;
  color: #000000;
  font-weight: 300;
  line-height: 16px;
  margin: 0;
  padding-right: 30px;
}

.site-info-box .no-trafic-box p {
  color: #fff;
}

.site-info-box .no-trafic-box {
  width: 100%;
  background: #0099ab;
  overflow: hidden;
  position: relative;
}

.site-info-box .content {
  max-width: 1600px;
  margin: auto;
  padding: 10px;
  position: relative;
}

.site-info-box .cookies-box {
  width: 100%;
  background: #ebebeb;
  overflow: hidden;
}

.site-info-box .cookies-box.closing {
  max-height: 0;
}

.site-info-box .cookies-box [class*='btn'] {
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 10px;
}

.site-info-box .cookies-box .content {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 10px;
}

.site-info-box .ic-close {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  top: calc(50% - 12px);
  right: 18px;
  width: 16px;
}

.site-info-box .ic-close:after {
  content: '\6f';
  display: inline;
  font-size: 12px;
  vertical-align: -3px;
  margin-left: 3px;
  margin-right: -5px;
  font-family: 'brand-icons' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-info-box .no-trafic-box .ic-close {
  color: #fff;
}

.site-info-box a:not([class*='btn']):not(.ic-close),
.site-info-box a:not([class*='btn']):not(.ic-close):active,
.site-info-box a:not([class*='btn']):not(.ic-close):focus {
  text-decoration: underline;
  text-transform: none;
  font-size: inherit;
}

@media screen and (min-width: 481px) {
  .site-info-box .cookies-box .content {
    padding: 15px;
    flex-direction: row;
  }
  .site-info-box .content {
    padding: 15px;
  }
  .site-info-box .cookies-box [class*='btn'] {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .site-info-box .ic-close:after {
    vertical-align: -1px;
  }
}

.block-404 {
  max-width: 100%;
  min-height: 520px;
}

.block-404 {
  padding: 100px 0;
  background: #000000;
  position: relative;
}

.block-404 .part {
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  margin: auto;
  align-items: center;
  width: 100%;
  min-height: 308px;
  padding: 0 400px;
  text-align: center;
}

.block-404 .part:after {
  content: url("Images/404-left.png");
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.block-404 .part:before {
  content: url("Images/404-right.png");
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.block-404 .text-holder {
  justify-content: center;
  margin: 0 auto;
}

.block-404 .text-holder p {
  margin: 20px 0;
}

@media screen and (max-width: 1199px) {
  .block-404 .part {
    max-width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    margin: auto;
    align-items: center;
    width: 100%;
    min-height: 308px;
    padding: 0;
    text-align: center;
  }
  .block-404 .part .text-holder {
    max-width: calc(100% - 420px);
    margin: auto;
  }
  .block-404 .part:after {
    background-image: url(../../resources/images/404-right.png);
    background-size: 100% 100%;
    display: block;
    width: 375px;
    height: 308px;
    content: '';
    background-repeat: no-repeat;
    left: 100%;
    transform: translateX(-60%);
    background-position: -45px 0;
  }
  .block-404 .part:before {
    background-image: url(../../resources/images/404-left.png);
    background-size: 100% 100%;
    width: 375px;
    height: 308px;
    content: '';
    background-repeat: no-repeat;
    right: 100%;
    transform: translateX(60%);
  }
}

@media screen and (max-width: 767px) {
  .block-404 .part {
    max-width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    margin: auto;
    align-items: center;
    width: 100%;
    min-height: 308px;
    padding: 0;
    text-align: center;
  }
  .block-404 .part .text-holder {
    width: 347px;
    max-width: 100%;
  }
  .block-404 .part:after {
    left: calc(50% + (347px / 2));
    transform: none;
  }
  .block-404 .part:before {
    right: calc(50% + (347px / 2));
    transform: none;
  }
}

@media screen and (max-width: 480px) {
  .block-404 .part {
    max-width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    margin: auto;
    align-items: center;
    width: 100%;
    min-height: 308px;
    padding: 0;
    text-align: center;
  }
  .block-404 .part .text-holder {
    width: 100%;
    max-width: 80%;
  }
  .block-404 .part:after {
    left: calc(50% + (70% / 2));
    background-position: left;
    background-size: 40% 100%;
    image-rendering: -webkit-optimize-contrast;
  }
  .block-404 .part:before {
    right: calc(50% + (80% / 2));
    background-size: 40% 100%;
    background-position: right;
    image-rendering: -webkit-optimize-contrast;
  }
}

.common {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.common *:last-child {
  margin-bottom: 0;
}

.common .container {
  max-width: 991px;
  margin: 0 auto;
}

.common[class*='txt-align-'] .container {
  max-width: 1600px;
  padding: 0 30px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .common {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .common[class*='txt-align-'] .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

[class*='block-'].webpart-txt-down {
  display: flex;
  flex-direction: column-reverse;
}

[class*='block-'] {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

[class*='block-'][data-block-background-cover='true'] {
  background-size: cover;
}

[class*='block-'][data-block-background-vertical-align='top'] {
  background-position: center top;
}

[class*='block-'][data-block-background-vertical-align='center'] {
  background-position: center center;
}

[class*='block-'][data-block-background-vertical-align='bottom'] {
  background-position: center bottom;
}

.block-mosaic a,
.block-mosaic a:hover {
  text-decoration: none;
}

.block-mosaic ul {
  list-style: none;
  padding: 0;
}

.block-mosaic .funzone > li {
  padding: 6px;
  display: flex;
  align-items: center;
}

.block-mosaic .common {
  background-size: cover;
  background-position: center center;
}

.block-mosaic .part {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  margin-top: -6px;
  margin-bottom: -6px;
  padding: 0 7px;
}

.block-mosaic .funzone {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  align-items: stretch;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.block-mosaic .funzone li {
  text-align: left;
}

.block-mosaic .funzone[class*='txt-align-'] li {
  text-align: inherit;
}

.block-mosaic .funzone li div.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.block-mosaic .funzone li div.img-holder {
  position: relative;
  overflow: hidden;
  display: block;
}

.block-mosaic .funzone li div.img-holder img {
  transition: transform 0.4s ease-out;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.block-mosaic .funzone > li:not(:nth-child(6n)):not(:nth-child(6n + 1)) {
  width: 25%;
}

.block-mosaic .funzone li .wrapper .img-holder {
  padding-top: 80.984%;
}

.block-mosaic .funzone li .wrapper:hover .img-holder img,
.block-mosaic .funzone li.active .wrapper .img-holder img {
  transform: scale(1.1);
  z-index: 0;
}

.block-mosaic .funzone > li:not(:nth-child(6n)):not(:nth-child(6n + 1)) .img-holder {
  padding-top: 164.594%;
}

.block-mosaic .funzone > li:nth-child(6n),
.block-mosaic .funzone > li:nth-child(6n + 1) {
  width: 50%;
}

.block-mosaic .funzone li div.details-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  padding-top: 25px;
  z-index: 0;
  max-height: 100%;
}

.block-mosaic .funzone li div.wrapper:not(.background-c-none) div.details-holder:before,
.block-mosaic .funzone li div.wrapper.background-c-black div.details-holder:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.7) 100%);
  transition: all 0.3s ease-out;
}

.block-mosaic .funzone li.active div.details-holder {
  cursor: auto;
}

.block-mosaic .funzone li.active div.wrapper:not(.background-c-none) div.details-holder:before,
.block-mosaic .funzone li.active div.wrapper.background-c-black div.details-holder:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.block-mosaic .funzone {
  color: #ffffff;
}

.block-mosaic .details-holder *:not(a):not(.labels *):not(.labels) {
  color: inherit;
}

.block-mosaic .labels {
  margin-bottom: 14px;
}

.block-mosaic .labels li span {
  padding: 6px 16px;
  font-size: 14px;
}

.block-mosaic .funzone li div.details-holder p,
.block-mosaic .funzone li div.details-holder h2,
.block-mosaic .funzone li div.details-holder h3,
.block-mosaic .funzone li div.details-holder h4,
.block-mosaic .funzone li div.details-holder h5,
.block-mosaic .funzone li div.details-holder h6 {
  margin: 0 0 5px;
  padding: 0;
  color: inherit;
  white-space: normal;
}

.block-mosaic .funzone > li h2 {
  font-size: 30px;
}

.block-mosaic .funzone > li:not(:nth-child(6n)):not(:nth-child(6n + 1)) h2 {
  font-size: 20px;
  line-height: 28px;
}

.block-mosaic .funzone li div.details-holder img {
  margin-bottom: 10px;
  max-height: 80px;
  width: auto;
}

.block-mosaic .funzone li div.details-holder p.tiny {
  margin-bottom: 6px;
  text-transform: uppercase;
}

.block-mosaic .funzone li div.details-holder p {
  margin-bottom: 15px;
  max-width: 100%;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}

.block-mosaic .funzone li div.details-holder h5 {
  margin-bottom: 10px;
}

.block-mosaic .funzone .btn-close {
  position: absolute;
  color: inherit;
  top: 0px;
  right: 0px;
  padding: 15px;
  font-size: 10px;
  line-height: 10px;
  text-decoration: none;
  transition: color 0.3s ease-out;
  opacity: 1;
  z-index: 20;
}

.block-mosaic .funzone .btn-close:hover {
  color: #0099ab;
}

.block-mosaic .funzone .btn-funmenu {
  font-size: 17px;
  text-decoration: none;
  line-height: 40px;
  display: inline-block;
  color: inherit;
  border: solid 2px #ffffff;
  border-radius: 5px;
  width: 43px;
  height: 40px;
  padding-left: 11px;
}

.block-mosaic .funzone .trigger-link-hover:hover .btn-funmenu,
.block-mosaic .funzone .btn-funmenu:hover {
  color: #ffffff;
  border-color: #0099ab;
  background-color: #0099ab;
}

.block-mosaic .funzone .btn-funmenu:before,
.block-mosaic .trigger-link-hover .btn-funmenu:before {
  vertical-align: baseline;
}

.block-mosaic .funzone .menu-funzone span.icon-holder {
  display: inline-block;
}

.block-mosaic .funzone:not([class*='txt-align-']) .menu-funzone span.icon-holder {
  position: absolute;
  right: 0;
  transform: translateY(50%);
}

.block-mosaic .funzone li .details-holder .menu-funzone li {
  height: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s ease-out;
  padding: 0;
  border-bottom: 0;
  width: 100%;
}

.block-mosaic .funzone li .details-holder .menu-funzone li a {
  color: #ffffff;
  display: block;
  padding: 8px 0px;
  position: relative;
}

.block-mosaic .funzone li .details-holder .menu-funzone li a:hover {
  color: #0099ab;
  text-decoration: none;
}

.block-mosaic li.active .details-holder .menu-funzone li {
  max-height: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.block-mosaic li.active .details-holder .menu-funzone li:last-child {
  border-bottom: 0;
}

.block-mosaic .menu-funzone .btn-record-serie:after {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMDggMTI4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMDggMTI4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRjdBRUJFO30NCgkuc3Qxe2ZpbGw6I0YxNjE2Rjt9DQoJLnN0MntmaWxsOiNFRDIwMjQ7fQ0KPC9zdHlsZT4NCjxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjE0NCIgY3k9IjY0IiByPSI2NCIvPg0KPGNpcmNsZSBjbGFzcz0ic3QxIiBjeD0iMTA0IiBjeT0iNjQiIHI9IjY0Ii8+DQo8Y2lyY2xlIGNsYXNzPSJzdDIiIGN4PSI2NCIgY3k9IjY0IiByPSI2NCIvPg0KPC9zdmc+DQo=");
  content: ' ';
  position: absolute;
  right: 0;
  width: 20px;
  height: 12px;
  transform: translateY(50%);
}

.block-mosaic .menu-funzone .btn-record-program:after {
  position: absolute;
  right: 5px;
  background-color: #ed2024;
  content: '';
  border-radius: 50%;
  height: 12px;
  width: 12px;
  transform: translateY(50%);
}

.block-mosaic .menu-funzone .btn-video:after {
  content: ' ';
  position: absolute;
  right: 8px;
  transform: translateY(50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
}

.block-mosaic li.active .details-holder .btn-funmenu {
  display: none;
}

.block-mosaic li:not(.active) .details-holder .btn-close {
  opacity: 0;
  z-index: -999999;
}

.block-mosaic .links-list {
  width: 100%;
  text-align: center;
  padding: 15px;
}

.block-mosaic .links-list ul {
  width: 100%;
  justify-content: center;
  margin-bottom: 0;
}

.block-mosaic .links-list li {
  margin: 0 0 10px 20px;
}

@media screen and (max-width: 1600px) {
  .block-mosaic .part {
    padding: 0 9px;
  }
}

@media screen and (max-width: 1200px) {
  .block-mosaic .funzone > li h2 {
    font-size: 28px;
  }
  .block-mosaic .funzone > li:not(:nth-child(6n)):not(:nth-child(6n + 1)) h2 {
    font-size: 19px;
    line-height: 26px;
  }
}

@media screen and (max-width: 991px) {
  .block-mosaic .container {
    width: 100%;
    height: auto;
  }
  .block-mosaic .funzone {
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    width: auto;
    margin: 0px auto;
    display: block;
  }
  .block-mosaic .part .funzone > li:nth-child(n) {
    width: 80%;
    max-width: 240px;
    display: inline-block;
  }
  .block-mosaic .part .funzone li:nth-child(n) .wrapper,
  .block-mosaic .links-list ul {
    transform: translateY(0px);
  }
  .block-mosaic .part li.active .details-holder .menu-funzone li {
    width: 100%;
    display: block;
  }
  .block-mosaic .funzone li .img-holder {
    padding-top: 164.594% !important;
  }
  .block-mosaic .funzone .details-holder .menu-funzone li {
    transition: all 0.3s ease-out;
  }
  .block-mosaic .links-list {
    padding: 15px;
  }
  .block-mosaic .links-list ul {
    width: 100%;
    justify-content: center;
    float: none;
  }
  .block-mosaic .links-list li {
    margin: 0 10px 10px 10px;
  }
  .block-mosaic .funzone .details-holder .menu-funzone li a {
    font-size: 13px;
  }
  .block-mosaic .part {
    padding: 0;
  }
  .block-mosaic .part .funzone > li:first-child {
    margin-left: 15px;
  }
  .block-mosaic .part .funzone > li:last-child {
    margin-right: 15px;
  }
  .block-mosaic .funzone > li h2,
  .block-mosaic .funzone > li:not(:nth-child(6n)):not(:nth-child(6n + 1)) h2 {
    font-size: 17px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .block-mosaic .funzone .btn-funmenu {
    width: 43px;
    height: 40px;
    line-height: 40px;
    padding-left: 12px;
  }
  .block-mosaic .links-list {
    margin-bottom: 20px;
  }
  .block-mosaic .labels li span {
    padding: 4px 10px;
    font-size: 10px;
  }
  .block-mosaic .funzone > li h2,
  .block-mosaic .funzone > li:not(:nth-child(6n)):not(:nth-child(6n + 1)) h2 {
    font-size: 16px;
    line-height: 24px;
  }
}

.block-multimedia .part {
  max-width: 1600px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.block-multimedia[data-parallax='true'] .part {
  overflow: hidden;
}

.block-multimedia.just-text .part .text-holder {
  padding-top: 50px;
  padding-bottom: 50px;
}

.block-multimedia.just-text .part .text-holder .text-wrap {
  padding: 0 30px;
}

.block-multimedia .timeline {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  left: 0;
  background: #666;
  z-index: 10;
}

.block-multimedia .timeline span {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background: #0099ab;
}

.block-multimedia .video-control-box {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10;
}

.block-multimedia .video-control-box [class*='ctrl-'] {
  display: inline-block;
  width: 29px;
  height: 29px;
  margin-left: 10px;
  background: url("../images/video_sprite.png");
  background-repeat: no-repeat;
  cursor: pointer;
}

.block-multimedia .video-control-box .ctrl-action.play {
  background-position: 0px 0;
}

.block-multimedia .video-control-box .ctrl-action.pause {
  background-position: -32px 0;
}

.block-multimedia .video-control-box .ctrl-action.replay {
  background-position: -64px 0;
}

.block-multimedia .video-control-box .ctrl-sound.on {
  background-position: -96px 0;
}

.block-multimedia .video-control-box .ctrl-sound.off {
  background-position: -128px 0;
}

.block-multimedia[data-nav-colors='black'] .video-control-box .ctrl-action.play,
.block-slideshow li[data-nav-color='black'] .block-multimedia .video-control-box .ctrl-action.play {
  background-position: 0px -35px;
}

.block-multimedia[data-nav-colors='black'] .video-control-box .ctrl-action.pause,
.block-slideshow li[data-nav-color='black'] .block-multimedia .video-control-box .ctrl-action.pause {
  background-position: -32px -35px;
}

.block-multimedia[data-nav-colors='black'] .video-control-box .ctrl-action.replay,
.block-slideshow li[data-nav-color='black'] .block-multimedia .video-control-box .ctrl-action.replay {
  background-position: -64px -35px;
}

.block-multimedia[data-nav-colors='black'] .video-control-box .ctrl-sound.on,
.block-slideshow li[data-nav-color='black'] .block-multimedia .video-control-box .ctrl-sound.on {
  background-position: -96px -35px;
}

.block-multimedia[data-nav-colors='black'] .video-control-box .ctrl-sound.off,
.block-slideshow li[data-nav-color='black'] .block-multimedia .video-control-box .ctrl-sound.off {
  background-position: -128px -35px;
}

.block-multimedia .video-control-box [class*='ctrl-']:hover {
  background-position-y: -70px !important;
}

.block-multimedia .text-holder {
  color: #000000;
  opacity: 1;
  transition: all 0.3s ease-out 0s, opacity 0.5s ease-out 0s;
}

.block-multimedia .text-holder img {
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
}

.block-multimedia .text-holder h2 {
  color: inherit;
  margin-bottom: 12px;
}

.block-multimedia .text-holder h3 {
  color: inherit;
  margin-bottom: 16px;
}

.block-multimedia .text-holder h4 {
  color: inherit;
  margin-bottom: 12px;
}

.block-multimedia .text-holder h5 {
  color: inherit;
  margin-bottom: 8px;
}

.block-multimedia .text-holder p {
  color: inherit;
  margin-bottom: 0px;
}

.block-multimedia .text-holder,
.block-multimedia .image-holder {
  width: 50%;
}

.block-multimedia.no-text .text-holder {
  display: none;
}

.block-multimedia .image-wrap {
  width: 200%;
  position: relative;
}

.block-multimedia .image-wrap img,
.block-multimedia .image-wrap video {
  width: 100%;
  display: block;
}

.block-multimedia .text-wrap {
  overflow: hidden;
  width: 100%;
  padding: 15px 60px 15px 60px;
  margin-left: -100%;
  position: relative;
  white-space: normal;
}

.block-multimedia .part .text-holder .text-wrap:empty {
  padding: 0;
}

.block-multimedia[class*='box-txt-out-'] .text-wrap {
  padding: 30px;
}

.block-multimedia.box-txt-right .text-wrap {
  padding: 15px 60px 15px 60px;
}

.block-multimedia.box-txt-center .text-wrap,
.block-multimedia.box-txt-centerwide .text-wrap {
  padding: 15px 60px 15px 60px;
}

.block-multimedia ul {
  list-style: none;
  padding: 0;
}

.block-multimedia .labels {
  margin-bottom: 20px;
}

.block-multimedia .hyperlinks {
  margin-top: 24px;
}

.block-multimedia[class*='box-txt-out-'] .part {
  flex-direction: column;
  flex-wrap: nowrap;
}

.block-multimedia[class*='box-txt-out-'] .image-holder {
  align-self: flex-start;
}

.block-multimedia[class*='box-txt-out-'] .text-holder {
  align-self: flex-end;
}

.block-multimedia[class*='box-txt-out-'] .text-wrap {
  width: 200%;
}

.block-multimedia.box-txt-out-top .text-holder {
  order: -1;
}

@media screen and (min-width: 768px) {
  .block-multimedia.half-img .image-wrap,
  .block-multimedia.half-img.box-txt-left .image-wrap {
    width: 100%;
    margin-left: 100%;
  }
  .block-multimedia.half-img.box-txt-right .image-wrap {
    margin-left: 0;
  }
  .block-multimedia .common[class*='txt-align-'] .container {
    padding: 0 50px;
  }
  .block-multimedia[video-status='playing']:not([data-ignoremouse]):not(.mousemoved):not(.half-img) .text-holder {
    opacity: 0;
    transition-delay: 0s, 2s;
  }
  .block-multimedia.box-txt-left:not([class*='box-txt-out-']) .text-wrap {
    margin-left: -100%;
  }
  .block-multimedia.box-txt-center:not([class*='box-txt-out-']) .text-wrap {
    margin-left: -50%;
  }
  .block-multimedia.box-txt-centerwide:not([class*='box-txt-out-']) .text-wrap {
    margin-left: -80%;
    width: 160%;
  }
  .block-multimedia.box-txt-right:not([class*='box-txt-out-']) .text-wrap {
    margin-left: 0%;
  }
  .block-multimedia.box-txt-v-top:not([class*='box-txt-out-']) .text-holder {
    align-self: flex-start;
    padding-top: 30px;
  }
  .block-multimedia.box-txt-v-middle:not([class*='box-txt-out-']) .text-holder {
    align-self: center;
  }
  .block-multimedia.box-txt-v-bottom:not([class*='box-txt-out-']) .text-holder {
    align-self: flex-end;
    padding-bottom: 30px;
  }
  .block-multimedia.box-img-v-top:not([class*='box-txt-out-']) .image-holder {
    align-self: flex-start;
  }
  .block-multimedia.box-img-v-middle:not([class*='box-txt-out-']) .image-holder {
    align-self: center;
  }
  .block-multimedia.box-img-v-bottom:not([class*='box-txt-out-']) .image-holder {
    align-self: flex-end;
  }
  section.image-up div.image-wrap {
    margin-top: -8%;
    z-index: 990;
  }
  section.image-up .text-wrap {
    z-index: 999;
  }
}

@media screen and (max-width: 1200px) {
  .block-multimedia .text-holder img {
    margin-bottom: 8px;
  }
  .block-multimedia .text-holder h2 {
    margin-bottom: 11px;
  }
  .block-multimedia .text-holder h3 {
    margin-bottom: 15px;
  }
  .block-multimedia .text-holder h4 {
    margin-bottom: 12px;
  }
  .block-multimedia .text-holder h5 {
    margin-bottom: 5px;
  }
  .block-multimedia .text-holder p {
    margin-bottom: 0px;
  }
  .block-multimedia .text-wrap {
    padding: 15px 45px 15px 45px;
  }
  .block-multimedia.box-txt-right .text-wrap {
    padding: 15px 45px 15px 45px;
  }
  .block-multimedia.box-txt-center .text-wrap {
    padding: 15px 45px 15px 45px;
  }
}

@media screen and (max-width: 991px) {
  .block-multimedia .common[class*='txt-align-'] .container {
    padding: 0 30px;
  }
  .block-multimedia .hyperlinks {
    margin-top: 20px;
  }
  .block-multimedia .labels {
    margin-bottom: 15px;
  }
  .block-multimedia .text-holder h3 {
    margin-bottom: 10px;
  }
  .block-multimedia .text-wrap,
  .block-multimedia.box-txt-center .text-wrap,
  .block-multimedia.box-txt-right .text-wrap {
    padding: 15px 35px 15px 35px;
  }
}

@media screen and (max-width: 767px) {
  .block-multimedia .common[class*='txt-align-'] .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .block-slideshow.keep-behavior .block-multimedia[data-slideitem]:not([class*='box-txt-out-']) .part,
  .block-multimedia:not([data-slideitem]):not([class*='box-txt-out-']) .part {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0;
    position: relative;
  }
  .block-slideshow.keep-behavior .block-multimedia[data-slideitem] .text-wrap,
  .block-multimedia:not([data-slideitem]):not([class*='box-txt-out-']) .text-wrap {
    position: static;
  }
  .block-slideshow.keep-behavior .block-multimedia[data-slideitem] .labels,
  .block-multimedia:not([data-slideitem]):not([class*='box-txt-out-']) .labels {
    position: absolute;
    top: 25px;
    left: 0;
  }
  .block-slideshow.keep-behavior .block-multimedia[data-slideitem] .labels li span,
  .block-multimedia:not([data-slideitem]) .labels li span {
    padding: 7px 19px 6px;
    font-size: 14px;
  }
  .block-multimedia.just-text .part .text-holder {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .block-multimedia .text-holder,
  .block-multimedia .image-holder {
    width: 100%;
  }
  .block-multimedia .image-wrap {
    width: 100%;
  }
  .block-multimedia .image-wrap img {
    width: 100%;
  }
  .block-multimedia[class*='box-txt-out-'] .text-wrap {
    width: 100% !important;
  }
  .block-slideshow .block-multimedia .text-wrap,
  .block-slideshow .block-multimedia.box-txt-right .text-wrap,
  .block-multimedia.box-txt-right .text-wrap,
  .block-multimedia.box-txt-center .text-wrap {
    padding: 15px 30px 15px 30px;
  }
  .block-slideshow.keep-behavior .block-multimedia[data-slideitem] .text-wrap,
  .block-multimedia:not([data-slideitem]) .text-wrap {
    margin-left: 0% !important;
    padding: 25px 30px 25px 30px;
  }
  .block-multimedia .video-control-box {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
  }
  .block-multimedia .hyperlinks {
    margin-top: 15px;
  }
}

@media screen and (max-width: 480px) {
  .block-slideshow.keep-behavior .block-multimedia[data-slideitem] .text-wrap,
  .block-multimedia:not([data-slideitem]) .text-wrap {
    padding: 20px 15px 20px 15px;
  }
  .block-slideshow .block-multimedia .text-wrap {
    padding: 20px 15px 50px 15px;
  }
  .block-multimedia .text-holder .labels {
    margin-bottom: 10px;
  }
  .block-multimedia .text-holder img {
    margin-bottom: 5px;
  }
  .block-multimedia .text-holder h2 {
    margin-bottom: 5px;
  }
  .block-multimedia .text-holder h3 {
    margin-bottom: 5px;
  }
  .block-multimedia .text-holder h4 {
    margin-bottom: 5px;
  }
  .block-multimedia .text-holder p {
    margin-bottom: 10px;
  }
  .block-slideshow.keep-behavior .block-multimedia[data-slideitem] .labels li span,
  .block-multimedia:not([data-slideitem]) .labels li span {
    padding: 5px 13px;
    font-size: 12px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block-multimedia .part .image-holder .image-wrap img[src=''],
  .block-multimedia .part .image-holder .image-wrap img:not([src]) {
    display: none;
  }
}

@media screen and (max-width: 767px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  .block-multimedia .part .image-holder {
    overflow: hidden;
  }
}

.block-slideshow {
  position: relative;
  z-index: 20;
}

.block-slideshow .slide-vp {
  margin: auto;
  overflow: hidden;
  max-width: 1600px;
  width: 100%;
  position: relative;
}

.block-slideshow .item-list {
  list-style: none;
  padding: 0;
  margin: auto;
  position: relative;
}

.block-slideshow .item-list > li {
  opacity: 0;
  width: 100%;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.block-slideshow .item-list > li.active {
  opacity: 1;
  position: relative;
  z-index: 0;
}

.block-slideshow.has3d:not([data-parallax='true']) .slide-vp {
  overflow: visible !important;
}

.block-slideshow.has3d:not([data-parallax='true']) .block-multimedia .image-holder img.is3d,
.block-multimedia.has3d:not([data-parallax='true']) .image-holder img.is3d {
  transform: translateY(60px);
  pointer-events: none;
}

.block-slideshow .item-list > li .block-multimedia .text-holder img,
.block-slideshow .item-list > li .block-multimedia .text-holder h2,
.block-slideshow .item-list > li .block-multimedia .text-holder h3,
.block-slideshow .item-list > li .block-multimedia .text-holder h4,
.block-slideshow .item-list > li .block-multimedia .text-holder h5,
.block-slideshow .item-list > li .block-multimedia .text-holder p,
.block-slideshow .item-list > li .block-multimedia .text-holder .hyperlinks {
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  transform: translateY(50px);
}

.block-slideshow .item-list > li.active .block-multimedia .text-holder img,
.block-slideshow .item-list > li.active .block-multimedia .text-holder h2,
.block-slideshow .item-list > li.active .block-multimedia .text-holder h3,
.block-slideshow .item-list > li.active .block-multimedia .text-holder h4,
.block-slideshow .item-list > li.active .block-multimedia .text-holder h5,
.block-slideshow .item-list > li.active .block-multimedia .text-holder p,
.block-slideshow .item-list > li.active .block-multimedia .text-holder .hyperlinks {
  opacity: 1;
  transform: translateY(0px);
}

.block-slideshow .item-list > li.active .block-multimedia .text-holder .text-wrap > *:nth-child(2) {
  transition-delay: 1s;
}

.block-slideshow .item-list > li.active .block-multimedia .text-holder .text-wrap > *:nth-child(3) {
  transition-delay: 1.1s;
}

.block-slideshow .item-list > li.active .block-multimedia .text-holder .text-wrap > *:nth-child(4) {
  transition-delay: 1.2s;
}

.block-slideshow .item-list > li.active .block-multimedia .text-holder .text-wrap > *:nth-child(5) {
  transition-delay: 1.4s;
}

.block-slideshow .item-list > li.active .block-multimedia .text-holder .text-wrap > *:nth-child(6) {
  transition-delay: 1.6s;
}

.block-slideshow .item-list > li.active .block-multimedia .text-holder .text-wrap > *:not(.labels):nth-child(1),
.block-slideshow .item-list > li.active .block-multimedia .text-holder .text-wrap > .labels ~ *:nth-child(2) {
  transition-delay: 0.8s;
}

.block-slideshow .item-list > li.active .block-multimedia .text-holder .text-wrap > .labels ~ *:nth-child(3) {
  transition-delay: 1s;
}

.block-slideshow .item-list > li.active .block-multimedia .text-holder .text-wrap > .labels ~ *:nth-child(4) {
  transition-delay: 1.1s;
}

.block-slideshow .item-list > li.active .block-multimedia .text-holder .text-wrap > .labels ~ *:nth-child(5) {
  transition-delay: 1.2s;
}

.block-slideshow .item-list > li.active .block-multimedia .text-holder .text-wrap > .labels ~ *:nth-child(6) {
  transition-delay: 1.4s;
}

.block-slideshow .item-list > li.active .block-multimedia .text-holder .text-wrap > .labels ~ *:nth-child(7) {
  transition-delay: 1.6s;
}

.block-slideshow .slide-navigation {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
  overflow: hidden;
}

.block-slideshow .slide-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.block-slideshow .slide-navigation[data-nav-color='white'] ul li,
.block-slideshow .slide-navigation ul li {
  cursor: pointer;
  display: inline-block;
  padding: 6px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-out;
  border-radius: 50%;
}

.block-slideshow .slide-navigation ul li:not(:first-child) {
  margin-left: 10px;
}

.block-slideshow .slide-navigation[data-nav-color='black'] ul li {
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-out;
  border-radius: 50%;
}

.block-slideshow .slide-navigation[data-nav-color='white'] ul li.active,
.block-slideshow .slide-navigation ul li.active {
  background: white;
}

.block-slideshow .slide-navigation[data-nav-color='black'] ul li.active {
  background: #000000;
}

.block-slideshow .block-multimedia {
  display: flex;
  align-items: stretch;
}

.block-slideshow .block-multimedia[class*='box-txt-out-'] .part {
  flex-direction: column;
  flex-wrap: nowrap;
}

.block-slideshow .block-multimedia[class*='box-txt-out-'] .image-holder {
  align-self: flex-start;
}

.block-slideshow .block-multimedia[class*='box-txt-out-'] .text-holder {
  align-self: flex-end;
}

.block-slideshow .block-multimedia[class*='box-txt-out-'] .text-wrap {
  width: 200%;
}

.block-slideshow .block-multimedia.box-txt-out-top .text-holder {
  order: -1;
}

.block-slideshow .slide-arrows {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 100%;
  max-width: calc(100% - 60px);
}

.block-slideshow .slide-arrows ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.block-slideshow .slide-arrows ul [class*='-arrow'] {
  cursor: pointer;
  position: absolute;
  top: -27px;
  line-height: 0;
  width: 55px;
  height: 55px;
  padding: 13px 20px;
}

.block-slideshow .slide-arrows ul [class*='-arrow']:before {
  content: '';
  display: block;
  height: 30px;
  width: 30px;
  transform: rotate(45deg);
  transform-origin: center center;
  margin: auto;
  position: absolute;
}

.block-slideshow .slide-arrows ul [class*='-arrow']:hover:before {
  border-color: #0099ab;
}

.block-slideshow .slide-arrows[data-nav-color='dgray'] ul [class*='-arrow']:not(:hover):before {
  border-color: #333333;
}

.block-slideshow .slide-arrows[data-nav-color='black'] ul [class*='-arrow']:not(:hover):before {
  border-color: #000000;
}

.block-slideshow .slide-arrows[data-nav-color='white'] ul [class*='-arrow']:not(:hover):before {
  border-color: #ffffff;
}

.block-slideshow .slide-arrows ul .left-arrow {
  right: auto;
  left: 0;
  padding-right: 0;
}

.block-slideshow .slide-arrows ul .left-arrow:before {
  border-left: 3px solid white;
  border-bottom: 3px solid white;
}

.block-slideshow .slide-arrows ul .right-arrow {
  left: auto;
  right: 0;
  padding-left: 6px;
}

.block-slideshow .slide-arrows ul .right-arrow:before {
  border-right: 3px solid white;
  border-top: 3px solid white;
}

.block-slideshow.slideshow-preview:not(.touching) .item-list {
  transition: left 0.3s linear;
}

.block-slideshow.slideshow-preview .item-list > li:only-child {
  width: 100%;
  flex-basis: 100%;
}

.block-slideshow.slideshow-preview .item-list > li:not(:only-child) {
  max-width: calc(100% - 40px);
  flex-basis: calc(100% - 40px);
  padding: 5px;
  transition: none;
}

.block-slideshow.slideshow-preview .item-list > li:not(.active) {
  position: absolute;
  opacity: 1;
}

.block-slideshow.slideshow-preview .item-list > li.active .block-multimedia .text-holder {
  opacity: 1;
  transition: none;
}

.block-slideshow.slideshow-preview[data-nav-position='bottom'] .slide-vp .slide-navigation {
  position: static;
  max-width: calc(100% - 50px);
  margin: 0 auto;
  padding-top: 15px 0 0;
  text-align: left;
  min-height: 22px;
}

.block-slideshow.slideshow-preview .slide-arrows [class*='-arrow'] {
  background-color: #333;
}

.block-slideshow.slideshow-preview .item-list > li .block-multimedia {
  width: 100%;
}

.block-slideshow.slideshow-preview .item-list > li .block-multimedia .image-holder .image-wrap:after {
  display: none;
}

.block-slideshow.slideshow-preview .item-list > li .block-multimedia .text-holder {
  align-self: center;
}

.block-slideshow.slideshow-preview .item-list > li .block-multimedia .text-holder .text-wrap {
  padding: 30px 15px 0;
}

@media screen and (min-width: 480px) {
  .block-slideshow.slideshow-preview .item-list > li:not(:only-child) {
    max-width: calc(100% - 150px);
    flex-basis: calc(100% - 150px);
    padding: 10px;
  }
  .block-slideshow.slideshow-preview .item-list > li .block-multimedia .text-holder .text-wrap {
    padding: 50px 30px 0;
  }
  .block-slideshow.slideshow-preview[data-nav-position='bottom'] .slide-vp .slide-navigation {
    max-width: calc(100% - 170px);
  }
}

@media screen and (min-width: 768px) {
  .block-slideshow.slideshow-preview .part:hover .item-list li.active .block-multimedia .text-holder {
    opacity: 1;
    transition: 0.5s 0s;
  }
  .block-slideshow.slideshow-preview .item-list {
    transition: left 0.3s;
    left: 0;
    display: flex;
  }
  .block-slideshow.slideshow-preview .slide-vp,
  .block-slideshow.slideshow-preview .item-list > li .block-multimedia .part {
    max-width: none;
    background-size: contain;
  }
  .block-slideshow.slideshow-preview .item-list > li {
    flex-grow: 0;
    flex-shrink: 0;
    transition: none;
    opacity: 1;
  }
  .block-slideshow.slideshow-preview .slide-arrows {
    top: 50%;
    left: 0;
    max-width: none;
  }
  .block-slideshow.slideshow-preview .slide-arrows [class*='-arrow'] {
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    transition: all 0.3s ease-out;
    position: absolute;
    top: -25px;
    text-decoration: none;
    height: 50px;
    width: 50px;
    font-size: 14px;
    line-height: 50px;
    background: rgba(204, 204, 204, 0.5);
  }
  .block-slideshow.slideshow-preview .slide-arrows [class*='-arrow'] {
    padding: 0;
  }
  .block-slideshow.slideshow-preview .slide-arrows [class*='-arrow']:hover {
    background-color: #0099ab;
  }
  .block-slideshow.slideshow-preview .slide-arrows [class*='-arrow']:before {
    vertical-align: middle;
    font-family: 'brand-icons';
    font-weight: normal;
    text-transform: none;
  }
  .block-slideshow.slideshow-preview .slide-arrows [class*='-arrow']:before {
    transform: none;
    display: inline-block;
    height: auto;
    width: auto;
    border: none;
    position: static;
  }
  .block-slideshow.slideshow-preview .slide-arrows .left-arrow {
    left: 0;
  }
  .block-slideshow.slideshow-preview .slide-arrows .left-arrow:before {
    content: '\7e';
  }
  .block-slideshow.slideshow-preview .slide-arrows .right-arrow {
    right: 0;
  }
  .block-slideshow.slideshow-preview .slide-arrows .right-arrow:before {
    content: '\5c';
  }
  .block-slideshow.slideshow-preview .item-list > li:not(:only-child) {
    max-width: calc(100% - 60px);
    flex-basis: calc(100% - 60px);
  }
  .block-slideshow.slideshow-preview .item-list > li .block-multimedia .text-holder .text-wrap {
    padding: 20px 10px 20px 40px;
  }
  .block-slideshow.slideshow-preview .item-list > li .block-multimedia .text-holder {
    align-self: center;
  }
  .block-slideshow.slideshow-preview[data-nav-position='bottom'] .slide-vp .slide-navigation {
    text-align: center;
    padding-top: 30px;
    width: auto;
  }
  .block-slideshow.slideshow-preview[data-nav-position='bottom'] .slide-arrows {
    top: calc(50% - 36px);
  }
}

@media screen and (min-width: 992px) {
  .block-slideshow.slideshow-preview .item-list > li:not(:only-child) {
    max-width: calc(100% - 240px);
    flex-basis: calc(100% - 240px);
  }
  .block-slideshow.slideshow-preview .item-list > li .block-multimedia .text-holder .text-wrap {
    padding: 20px 10px 20px 60px;
  }
}

@media screen and (min-width: 1200px) {
  .block-slideshow.slideshow-preview .item-list > li:not(:only-child) {
    max-width: calc(100% - 420px);
    flex-basis: calc(100% - 420px);
  }
  .block-slideshow.slideshow-preview[data-nav-position='bottom'] .slide-vp .slide-navigation {
    padding-top: 50px;
  }
  .block-slideshow.slideshow-preview .item-list > li .block-multimedia .text-holder .text-wrap {
    padding: 20px 20px 20px 80px;
  }
}

@media screen and (max-width: 767px) {
  .block-slideshow.slideshow-preview .item-list > li:not(:only-child) .block-multimedia .text-holder .text-wrap {
    margin-left: -30px !important;
    max-width: calc(100% + 60px);
  }
}

@media screen and (max-width: 479px) {
  .block-slideshow.slideshow-preview .item-list > li:not(:only-child) .block-multimedia .text-holder .text-wrap {
    margin-left: -15px !important;
    max-width: calc(100% + 30px);
  }
}

@media screen and (max-width: 767px) {
  .block-slideshow .block-multimedia:not(.has3d):not([data-slideitem='true']) .part.background-c-black .image-wrap:after,
  .block-slideshow .block-multimedia.has3d:not([data-slideitem='true']) .part.background-c-black .image-wrap:before {
    display: none;
    background: none;
  }
  .block-slideshow .block-multimedia:not([data-slideitem='true']) .part {
    background: none !important;
  }
}

@media screen and (min-width: 481px) {
  .block-slideshow .block-multimedia .common[class*='txt-align-'] .container {
    padding: 0 50px;
  }
  .block-slideshow .block-multimedia[video-status='playing']:not(.mousemoved) .text-holder {
    opacity: 0;
    transition-delay: 0s, 2s;
  }
  .block-multimedia[video-status='playing']:not(.mousemoved) .image-wrap:after {
    opacity: 0 !important;
    transition-delay: 0s, 2s !important;
  }
  .block-slideshow:not(.keep-behavior) .block-multimedia.box-txt-left:not([class*='box-txt-out-']) .text-wrap {
    margin-left: -100% !important;
  }
  .block-slideshow:not(.keep-behavior) .block-multimedia.box-txt-center:not([class*='box-txt-out-']) .text-wrap {
    margin-left: -50% !important;
  }
  .block-slideshow:not(.keep-behavior) .block-multimedia.box-txt-centerwide:not([class*='box-txt-out-']) .text-wrap {
    margin-left: -80% !important;
    width: 160% !important;
  }
  .block-slideshow:not(.keep-behavior) .block-multimedia.box-txt-right:not([class*='box-txt-out-']) .text-wrap {
    margin-left: 0% !important;
  }
  .block-slideshow:not(.keep-behavior) .block-multimedia.box-txt-v-top:not([class*='box-txt-out-']) .text-holder {
    align-self: flex-start !important;
  }
  .block-slideshow:not(.keep-behavior) .block-multimedia.box-txt-v-middle:not([class*='box-txt-out-']) .text-holder {
    align-self: center !important;
  }
  .block-slideshow:not(.keep-behavior) .block-multimedia.box-txt-v-bottom:not([class*='box-txt-out-']) .text-holder {
    align-self: flex-end !important;
  }
  .block-slideshow:not(.keep-behavior) .block-multimedia.box-img-v-top:not([class*='box-txt-out-']) .image-holder {
    align-self: flex-start !important;
  }
  .block-slideshow:not(.keep-behavior) .block-multimedia.box-img-v-middle:not([class*='box-txt-out-']) .image-holder {
    align-self: center !important;
  }
  .block-slideshow:not(.keep-behavior) .block-multimedia.box-img-v-bottom:not([class*='box-txt-out-']) .image-holder {
    align-self: flex-end !important;
  }
  .block-slideshow.slideshow-preview:not(.keep-behavior) .block-multimedia.box-txt-right:not([class*='box-txt-out-']) .text-wrap {
    margin-left: -100% !important;
  }
}

@media screen and (max-width: 1200px) {
  .block-slideshow.has3d:not([data-parallax='true']) .block-multimedia .image-holder img.is3d,
  .block-multimedia.has3d:not([data-parallax='true']) .image-holder img.is3d {
    transform: translateY(50px);
  }
  .block-slideshow.slideshow-preview .block-multimedia .text-holder .text-wrap {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .block-slideshow.has3d:not([data-parallax='true']) .block-multimedia .image-holder img.is3d,
  .block-multimedia.has3d:not([data-parallax='true']) .image-holder img.is3d {
    transform: translateY(40px);
  }
}

@media screen and (max-width: 767px) {
  .block-slideshow .item-list {
    align-items: stretch;
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    left: 0;
  }
  .block-slideshow:not(.touching) .item-list {
    transition: all 0.4s ease-out;
  }
  .block-slideshow .item-list > li {
    flex-basis: 100%;
    flex-shrink: 0;
    position: relative;
    opacity: 1;
    display: flex;
    align-items: stretch;
  }
  .block-slideshow .item-list > li [class*='block-'] {
    white-space: normal;
  }
  .block-slideshow:not(.keep-behavior) .block-multimedia .part {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .block-slideshow:not(.keep-behavior) .block-multimedia:not([class*='box-txt-out-']) .image-wrap {
    width: 200% !important;
  }
  .block-slideshow:not(.keep-behavior) .block-multimedia:not([class*='box-txt-out-']) .text-wrap {
    margin-left: -100% !important;
    width: 100% !important;
  }
  .block-slideshow.has3d:not([data-parallax='true']) .slide-vp {
    overflow: hidden !important;
  }
  .block-slideshow:not(.keep-behavior) .block-multimedia .image-holder,
  .block-slideshow:not(.keep-behavior) .block-multimedia .image-wrap {
    height: 100%;
  }
  .block-slideshow:not(.keep-behavior) .block-multimedia .image-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 0;
  }
  .block-slideshow:not(.keep-behavior) .block-multimedia .image-wrap:before {
    z-index: 5;
  }
  .block-slideshow:not(.keep-behavior):not([data-ignoremouse])
.block-multimedia[video-status='playing']:not(.mousemoved)
.image-wrap:after {
    opacity: 0;
  }
  .block-slideshow:not(.keep-behavior) .block-multimedia .image-holder,
  .block-slideshow:not(.keep-behavior) .block-multimedia .text-holder {
    width: 50%;
  }
  .block-multimedia.has3d:not([data-parallax='true']) .part {
    background-position: top;
  }
  .block-slideshow.has3d:not([data-parallax='true']) .block-multimedia .image-holder img.is3d,
  .block-multimedia.has3d:not([data-parallax='true']) .image-holder img.is3d {
    transform: translateY(0px);
  }
  .block-slideshow:not(.has3d) .block-multimedia .part:not(.background-c-none) .image-wrap:after,
  .block-slideshow:not(.has3d) .block-multimedia .part.background-c-black .image-wrap:after,
  .block-slideshow.has3d .block-multimedia .part:not(.background-c-none) .image-wrap:before,
  .block-slideshow.has3d .block-multimedia .part.background-c-black .image-wrap:before {
    content: '';
    pointer-events: none;
    transition: all 0.5s ease-out 0.8s;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    bottom: 0;
    left: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background-size: 100%;
  }
  .block-slideshow:not(.has3d) .block-multimedia .part.background-c-white .image-wrap:after,
  .block-slideshow.has3d .block-multimedia .part.background-c-white .image-wrap:before {
    content: '';
    pointer-events: none;
    transition: all 0.5s ease-out 0.8s;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    bottom: 0;
    left: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background-size: 100%;
  }
  .block-slideshow.slideshow-preview:not(.keep-behavior) .block-multimedia:not([class*='box-txt-out-']) .text-wrap {
    width: 200% !important;
  }
  .block-slideshow.slideshow-preview .block-multimedia .text-holder .text-wrap {
    padding-bottom: 30px;
  }
  .block-slideshow.slideshow-preview .slide-arrows {
    display: none;
  }
  .block-slideshow.slideshow-preview .item-list > li .block-multimedia .image-holder .image-wrap {
    overflow: hidden;
  }
  .block-slideshow.slideshow-preview .item-list > li .block-multimedia .image-holder .image-wrap img {
    position: static;
    width: 100%;
  }
  .block-slideshow:not(.has3d) .block-multimedia.box-txt-right .part:not(.background-c-none) .image-wrap:after,
  .block-slideshow:not(.has3d) .block-multimedia.box-txt-right .part.background-c-black .image-wrap:after,
  .block-slideshow.has3d .block-multimedia.box-txt-right .part:not(.background-c-none) .image-wrap:before,
  .block-slideshow.has3d .block-multimedia.box-txt-right .part.background-c-black .image-wrap:before {
    transform: rotate(0deg);
  }
}

@media screen and (max-width: 479px) {
  .block-slideshow:not(.keep-behavior) .block-multimedia .text-holder {
    align-self: flex-end;
    text-align: left !important;
  }
  .block-slideshow:not(.keep-behavior) .block-multimedia .text-holder .hyperlinks {
    justify-content: flex-start !important;
  }
  .block-slideshow:not(.keep-behavior) .block-multimedia .text-holder .hyperlinks li {
    margin-left: 0;
    margin-right: 20px;
  }
  .block-slideshow:not(.keep-behavior) .block-multimedia[class*='box-txt-out-'] .text-wrap {
    width: 100%;
  }
  .block-slideshow:not(.keep-behavior) .block-multimedia:not([class*='box-txt-out-']) .text-wrap {
    width: 200% !important;
  }
  .block-slideshow li:not(.active) .block-multimedia .image-wrap:after {
    opacity: 0;
  }
  .block-slideshow .slide-navigation {
    position: absolute;
    right: auto;
    text-align: center;
    bottom: 10px;
    width: 100%;
  }
  .block-slideshow:not(.has3d) .block-multimedia .part:not(.background-c-none) .image-wrap:after,
  .block-slideshow.has3d .block-multimedia .part:not(.background-c-none) .image-wrap:before,
  .block-slideshow:not(.has3d) .block-multimedia .part.background-c-black .image-wrap:after,
  .block-slideshow.has3d .block-multimedia .part.background-c-black .image-wrap:before {
    content: '';
    pointer-events: none;
    transition: all 0.5s ease-out 0.8s;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    bottom: 0;
    left: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-size: 100%;
  }
  .block-slideshow:not(.has3d) .block-multimedia .part.background-c-white .image-wrap:after,
  .block-slideshow.has3d .block-multimedia .part.background-c-white .image-wrap:before {
    content: '';
    pointer-events: none;
    transition: all 0.5s ease-out 0.8s;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    bottom: 0;
    left: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC42Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC44NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-size: 100%;
  }
  .block-multimedia[video-status] .part .image-wrap:after {
    transition: all 0.3s ease-out 0s, opacity 0.5s ease-out 0s !important;
  }
  .block-slideshow.slideshow-preview .block-multimedia .text-holder .text-wrap {
    padding-bottom: 15px !important;
  }
}

.block-links.background-c-gray {
  border-color: #fff;
}

.block-links.line-top,
.block-links.line-bot {
  border-width: 1px;
  border-color: #ccc;
}

.block-links .part {
  margin: auto;
  position: relative;
}

.block-links .item-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.block-links:not(.just-links) .item-holder .item {
  flex-basis: calc(100% / 6 - 6px);
  flex-grow: 0;
  flex-shrink: 0;
}

.block-links.self-spaced:not(.just-links):not(.has-toggle) .item-holder .item {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.block-links:not(.just-links) .item-holder .item > a,
.block-links:not(.just-links) .item-holder .item > div {
  display: block;
  padding: 30px;
  transition: all 0.3s ease-out;
  text-align: center;
  position: relative;
  color: #000000;
  text-decoration: none;
}

.block-links:not(.just-links).background-c-black .item-holder .item > a,
.block-links:not(.just-links).background-c-black .item-holder .item > div {
  color: #fff;
}

.block-links:not(.just-links) .item-holder .item > a img,
.block-links:not(.just-links) .item-holder .item > div img {
  max-width: 100%;
  margin-bottom: 35px;
}

.block-links.img_enlarge:not(.just-links) .item-holder .item > a img,
.block-links.img_enlarge:not(.just-links) .item-holder .item > div img {
  max-width: 100px;
}

.block-links:not(.just-links) .item-holder .item .toggle-holder {
  z-index: 200;
  color: #ffffff;
  transition: all 0.3s ease-out;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0%;
  background: black;
  position: absolute;
  overflow: hidden;
  text-align: left;
}

.block-links:not(.just-links) .item-holder .item .toggle-holder .toggle-wrap {
  margin: auto;
  height: 100%;
  width: 100%;
  max-width: 1600px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.block-links:not(.just-links) .item-holder .item:not(.active) .toggle-holder {
  width: 0%;
  left: 50%;
  padding: 0 0;
  transition-delay: 0.2s;
}

.block-links:not(.just-links) .item-holder .item .toggle-holder .image-holder {
  text-align: center;
  color: #0099ab;
  margin-right: 50px;
}

.block-links:not(.just-links) .item-holder .item .toggle-holder .image-holder img {
  display: inline-block;
  margin-bottom: 20px;
}

.block-links:not(.just-links) .item-holder .item .toggle-holder .image-holder p {
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.block-links:not(.just-links) .item-holder .item .toggle-holder .image-holder h4 {
  color: #ffffff;
  margin-bottom: 5px;
  font-weight: 600;
}

.block-links:not(.just-links) .item-holder .item .toggle-holder .image-holder h6 {
  color: #ffffff;
}

.block-links:not(.just-links) .item-holder .item .toggle-holder .text-holder p {
  margin-bottom: 20px;
}

.block-links:not(.just-links) .item-holder .item .toggle-holder .close-toggle {
  transition: all 0.3s ease-out;
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 9px;
  color: white;
  padding: 10px;
  text-decoration: none;
}

.block-links:not(.just-links) .item-holder .item .toggle-holder .close-toggle:hover,
.block-links:not(.just-links) .item-holder .item .toggle-holder .close-toggle:active,
.block-links:not(.just-links) .item-holder .item .toggle-holder .close-toggle:focus {
  text-decoration: none;
  color: #0099ab;
}

.block-links:not(.just-links) .item-holder .item .toggle-holder .close-toggle:before {
  content: '\6f';
  font-family: 'brand-icons' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.block-links:not(.just-links) .item-holder .item > a .text-holder h4 {
  font-weight: 600;
}

.block-links:not(.just-links) .item-holder .item > a .text-holder p {
  margin-bottom: 0px;
  color: inherit;
}

.block-links:not(.has-toggle) .open-toggle {
  display: none;
}

.block-links.has-toggle .item > a > .image-holder,
.block-links.has-toggle .item > a > .text-holder {
  transition: transform 0.3s ease-out;
  transform: translateY(0px);
}

.block-links.has-toggle .item > a:hover > .text-holder {
  transform: translateY(-20px);
}

.block-links.has-toggle .item > a:hover .open-toggle {
  opacity: 1;
  bottom: 30px;
}

.block-links.has-toggle .open-toggle {
  position: absolute;
  transition: all 0.3s ease-out;
  bottom: 15px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  opacity: 0;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  background-size: cover;
  background-position: center center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAARVBMVEUAmq3///8Amq0Amq0Amq0Amq0Amq0Amq0Amq0Amq0Amq0Amq0Amq0Amq0Amq0Amq0Amq0Amq0Amq0Amq0Amq0Amq0Amq0NyZeGAAAAFnRSTlMAAAcQJzg9UWdqeHmHlZiuwsfY7/X49i0NuAAAAKFJREFUeNp1ktsSgyAMBYOCXBSBAOf/P7VVWuvYyT5mZxI4CSlFByYkbo1TMKROhlj2ig91X37CM1A2q7XdCsD+K9aO7GY6mV1GX4fwHVHThY7o/hALI050Y4rg5S12ZE13lM7YFZkKRwNgCOVQDQWU+SnmgkAJGz2F2pCIYf+FBVODPosXh9BoohBbicPF54oflCIRQ5RiFxclr1Y+BvF8XhsPEE2sFOZHAAAAAElFTkSuQmCC);
}

.block-links:not(.just-links) .item > a:hover,
.block-links:not(.just-links).background-c-black .item > a:hover {
  background: transparent;
  text-decoration: none;
  color: #0099ab;
}

.block-links.has-toggle .item-holder .item .toggle-holder .toggle-wrap {
  transition: all 0.3s ease-out 0.2s;
  opacity: 1;
}

.block-links.has-toggle .item-holder .item:not(.active) .toggle-holder .toggle-wrap {
  transition-delay: 0s;
  opacity: 0;
}

.block-links.just-links .item-holder {
  padding: 15px;
  text-align: center;
}

.block-links.just-links .item-holder .item {
  padding: 10px 0;
}

.block-links.just-links .item-holder .item,
.block-links.just-links.no-full-width-centered .item-holder .item {
  margin: 0 10px 0;
}

.block-links.just-links.no-full-width .item-holder .item {
  margin: 0 20px 0 0;
}

.block-links.no-full-width .item-holder {
  justify-content: flex-start;
}

.block-links.no-full-width-centered .item-holder {
  justify-content: center;
}

.block-links.full-width .item-holder .item {
  flex-grow: 1 !important;
}

.block-links.full-width {
  max-width: 100%;
}

@media screen and (min-width: 1600px) {
  .block-links .part {
    padding: 0 calc((100% - 1600px) / 2);
  }
}

@media screen and (max-width: 991px) {
  .block-links:not(.just-links) .item-holder .item .toggle-holder .close-toggle {
    right: 0;
  }
  .block-links:not(.just-links) .item-holder .item .toggle-holder .toggle-wrap {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .block-links:not(.just-links) .item-holder .item {
    flex-basis: calc(100% / 3 - 3px);
  }
  .block-links:not(.just-links) .item-holder .item .hyperlinks {
    -ms-pack: center;
    justify-content: center;
  }
  .block-links:not(.just-links) .item-holder .item .hyperlinks li {
    margin: 0 10px 10px;
  }
  .block-links:not(.just-links) .item-holder .item .toggle-holder {
    text-align: center;
  }
  .block-links:not(.just-links) .item-holder .item .toggle-holder .toggle-wrap {
    flex-direction: column;
  }
  .block-links:not(.just-links) .item-holder .item .toggle-holder .toggle-wrap .image-holder {
    margin: 0 0 15px;
  }
}

@media screen and (max-width: 479px) {
  .block-links.has-toggle .item > a:hover .open-toggle {
    opacity: 1;
    bottom: 20px;
  }
  .block-links:not(.just-links) .item-holder .item > a,
  .block-links:not(.just-links) .item-holder .item > div {
    padding: 30px 15px;
  }
}

.block-questions {
  max-width: 1600px;
  margin: auto;
  padding: 0 30px;
}

.block-questions ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.block-questions ul li:last-child .block-notes .part .content-holder {
  border-bottom: none;
}

.block-questions .block-notes .part .content-holder {
  padding: 10px 0;
  text-align: left;
  white-space: normal;
  border-bottom: 1px solid #cccccc;
}

.block-questions .block-notes .part .content-holder .title-holder {
  position: relative;
}

.block-questions .block-notes .part .content-holder .title-holder p {
  padding-right: 20px;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: inherit;
}

.block-questions .block-notes .part .content-holder .title-holder a {
  display: block;
  color: #000;
}

.block-questions .block-notes .part .content-holder .title-holder a:hover {
  color: #0099ab;
}

.block-questions .block-notes .part .content-holder .title-holder a:after {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .block-questions {
    padding: 0 15px;
  }
  .block-questions .block-notes .part .content-holder .title-holder p {
    font-size: 12px;
  }
}

.block-links.links-premios {
  padding: 40px 0 30px;
}

.block-links.links-premios .common {
  padding: 10px 0 30px;
}

.block-links.links-premios .common h5 {
  font-weight: 600;
  margin: 0;
}

.block-links.links-premios .item-holder .item {
  flex-basis: calc(100% / 8);
}

.block-links.links-premios .item-holder .item > a img {
  max-width: none;
  max-height: 70px;
  width: auto;
  margin-bottom: 0;
}

.block-links.links-premios .item-holder .item > a {
  transition: all 0.4s cubic-bezier(0.52, 0.44, 0.48, 0.8);
  padding: 20px 0;
}

.block-links.links-premios .item-holder .item > a:hover {
  background-color: #ebebeb;
}

.block-links.links-premios .part > a {
  margin: 30px 0 20px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .block-links.links-premios .common h4 {
    font-size: 17px;
  }
  .block-links.links-premios .item-holder .item {
    flex-basis: calc(100% / 4);
  }
  .block-links.links-premios .part > a {
    margin: 20px 0;
  }
}

@media screen and (max-width: 479px) {
  .block-links.links-premios .common h4 {
    font-size: 15px;
  }
  .block-links.links-premios {
    padding: 15px 0 35px;
  }
  .block-links.links-premios .common {
    padding: 15px 0;
  }
  .block-links.links-premios .item-holder .item {
    flex-basis: calc(100% / 2);
  }
  .block-links.links-premios .item-holder .item > a {
    margin: 15px 0;
  }
  .block-links.links-premios .part > a {
    margin: 15px 0 0;
  }
}

.block-links.alt-premios {
  padding: 30px 0;
}

.block-links.alt-premios .part {
  padding: 0 calc((100% - 1200px) / 2);
}

.block-links.alt-premios .common {
  padding: 20px 0 30px;
}

.block-links.alt-premios .common h5 {
  font-weight: 600;
  margin: 0;
}

.block-links.alt-premios .item-holder .item {
  flex-basis: calc(100% / 8);
}

.block-links.alt-premios .item-holder .item > a img {
  max-width: none;
  max-height: 70px;
  width: auto;
  margin-bottom: 0;
}

.block-links.alt-premios .item-holder .item > a {
  transition: all 0.4s cubic-bezier(0.52, 0.44, 0.48, 0.8);
  padding: 20px 0;
}

.block-links.alt-premios .item-holder .item > a:hover {
  background-color: #ebebeb;
}

.block-links.alt-premios .part > a {
  margin: 30px 0 20px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .block-links.alt-premios .common h4 {
    font-size: 17px;
  }
  .block-links.alt-premios .item-holder .item {
    flex-basis: calc(100% / 4);
  }
  .block-links.alt-premios .part > a {
    margin: 20px 0;
  }
}

@media screen and (max-width: 479px) {
  .block-links.alt-premios .common h4 {
    font-size: 15px;
  }
  .block-links.alt-premios {
    padding: 10px 0;
  }
  .block-links.alt-premios .common {
    padding: 20px 0 10px;
  }
  .block-links.alt-premios .item-holder .item {
    flex-basis: calc(100% / 2);
  }
  .block-links.alt-premios .part > a {
    margin: 10px 0 20px;
  }
}

.block-links.links-premios {
  padding: 50px 0;
  border-top: 1px solid #1b1b1b;
}

.block-links.links-premios .common {
  padding: 0 0 50px;
}

.block-links.links-premios .common h5 {
  margin: 0;
  font-family: 'Meo text';
}

.block-links.links-premios,
.block-links.links-premios .part {
  background: #000;
  color: #fff;
  text-align: center;
}

.block-links.links-premios .item-holder .item {
  flex-basis: calc(100% / 8);
}

.block-links.links-premios .item-holder .item > a img {
  max-width: none;
  max-height: 70px;
  width: auto;
  margin-bottom: 0;
}

.block-links.links-premios .item-holder .item > a {
  transition: all 0.4s cubic-bezier(0.52, 0.44, 0.48, 0.8);
  padding: 0;
}

.block-links.links-premios .item-holder .item > a:hover {
  transform: translateY(-5px);
}

.block-links.links-premios .part > a {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .block-links.links-premios {
    padding: 35px 0;
  }
  .block-links.links-premios .common {
    padding: 15px 0 35px;
  }
  .block-links.links-premios .item-holder .item > a {
    padding: 15px 0;
  }
  .block-links.links-premios .common h5 {
    font-size: 17px;
  }
  .block-links.links-premios .item-holder .item {
    flex-basis: calc(100% / 4);
  }
  .block-links.links-premios .part > a {
    margin: 15px 0;
  }
}

@media screen and (max-width: 479px) {
  .block-links.links-premios .common h5 {
    font-size: 15px;
  }
  .block-links.links-premios {
    padding: 15px 0;
  }
  .block-links.links-premios .common {
    padding: 15px 0;
  }
  .block-links.links-premios .item-holder .item {
    flex-basis: calc(100% / 2);
  }
  .block-links.links-premios .part > a {
    margin: 15px 0;
  }
}

.block-links.alt-premios .part,
.block-links.alt-premios.alt-patrocinio .part {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  max-width: 1600px;
  margin: auto;
}

.block-links.alt-premios.alt-patrocinio .part .pp-holder {
  flex-basis: 476px;
  padding: 30px 20px;
  margin: 6px;
  flex-grow: 1;
  flex-shrink: 0;
  box-shadow: 0 7px 11px 0 rgba(0, 0, 0, 0.03);
  background: #ffffff;
}

.block-links.alt-premios.alt-patrocinio .part .pp-holder .item-holder {
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow: hidden;
  margin: 0 -20px;
}

.block-links.alt-premios.alt-patrocinio .part .pp-holder .item-holder .item {
  flex-basis: 0;
  flex-grow: 1;
  margin: 0 10px;
}

.block-links.alt-premios.alt-patrocinio .part .pp-holder[data-numitems='3'] {
  flex-basis: calc((100% - 24px) * 0.3 - 2px);
}

.block-links.alt-premios.alt-patrocinio .part .pp-holder[data-numitems='4'] {
  flex-basis: calc((100% - 24px) * 0.4 - 2px);
}

.block-links.alt-premios.alt-patrocinio .part .pp-holder[data-numitems='5'] {
  flex-basis: calc((100% - 24px) * 0.5 - 2px);
}

.block-links.alt-premios.alt-patrocinio .part .pp-holder[data-numitems='6'] {
  flex-basis: calc((100% - 24px) * 0.6 - 2px);
}

.block-links.alt-premios.alt-patrocinio .part .pp-holder[data-numitems='7'] {
  flex-basis: calc((100% - 24px) * 0.7 - 2px);
}

.block-links.alt-premios.alt-patrocinio .part .pp-holder .item-holder .item > .image-holder {
  transition: all 0.4s cubic-bezier(0.52, 0.44, 0.48, 0.8);
  padding: 20px 0;
}

.block-links.alt-premios.alt-patrocinio .part .pp-holder .item-holder .item > .image-holder:hover {
  background-color: #ebebeb;
  cursor: pointer;
}

.block-links.alt-premios.alt-patrocinio .part .pp-holder .item-holder .item .image-holder img {
  max-width: none;
  max-height: 70px;
  width: auto;
  margin-bottom: 0;
}

.block-links.alt-premios.alt-patrocinio .part .pp-holder .item-holder .item .image-holder img,
.block-links.alt-premios.alt-patrocinio .part .pp-holder .item-holder .item > a .image-holder img {
  max-height: 55px;
}

.block-links.alt-premios.alt-patrocinio .part .pp-holder > a {
  margin-top: 20px;
  display: inline-block;
}

@media screen and (max-width: 1600px) {
  .block-links.alt-premios .part,
  .block-links.alt-premios.alt-patrocinio .part {
    padding: 0 9px;
  }
}

@media screen and (max-width: 920px) {
  .block-links.alt-premios.alt-patrocinio .part .pp-holder[data-numitems='3'] {
    flex-basis: 100%;
    max-width: 100%;
  }
  .block-links.alt-premios.alt-patrocinio .part .pp-holder[data-numitems='4'] {
    flex-basis: 100%;
    max-width: 100%;
  }
  .block-links.alt-premios.alt-patrocinio .part .pp-holder[data-numitems='5'] {
    flex-basis: 100%;
    max-width: 100%;
  }
  .block-links.alt-premios.alt-patrocinio .part .pp-holder[data-numitems='6'] {
    flex-basis: 100%;
    max-width: 100%;
  }
  .block-links.alt-premios.alt-patrocinio .part .pp-holder[data-numitems='7'] {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .block-links.alt-premios.alt-patrocinio .common h4 {
    font-size: 17px;
  }
  .block-links.alt-premios.alt-patrocinio .part .pp-holder .item-holder .item {
    flex-basis: calc(100% / 4);
    margin: 0;
  }
}

@media screen and (max-width: 479px) {
  .block-links.alt-premios.alt-patrocinio .common h4 {
    font-size: 15px;
  }
  .block-links.alt-premios.alt-patrocinio .common {
    padding: 20px 0 10px;
  }
  .block-links.alt-premios.alt-patrocinio .part .pp-holder {
    flex-basis: 100%;
    width: 100%;
  }
  .block-links.alt-premios.alt-patrocinio .part .pp-holder .item-holder .item {
    flex-basis: calc(100% / 3);
    margin: 0;
  }
  .block-links.alt-premios.alt-patrocinio .part .pp-holder > a {
    margin: 10px 0 20px;
  }
}

.block-backtotop {
  position: fixed;
  transiton: all 0.3s ease-out;
  opacity: 1;
  right: 50px;
  bottom: 50px;
  height: 50px;
  width: 50px;
  background: rgba(128, 128, 128, 0.4);
  z-index: 99999999;
}

.block-backtotop .arrow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
}

.block-backtotop .arrow:before {
  content: '\7c';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'brand-icons';
}

@media screen and (max-width: 767px) {
  .block-backtotop {
    right: 15px;
    bottom: 15px;
  }
}

.block-backtotop .block-arrows {
  transform: translate(-50%, -50%) scale(0.8) rotate(180deg);
  margin: 0;
  position: absolute;
  top: 67%;
  left: 50%;
}

.block-backtotop .block-arrows span,
.block-backtotop .block-arrows:before,
.block-backtotop .block-arrows:after {
  -webkit-animation: none !important;
  animation: none !important;
  opacity: 1 !important;
}

@media screen and (max-width: 767px) {
  .block-backtotop {
    right: 15px;
    bottom: 15px;
  }
  .block-backtotop .block-arrows {
    display: block;
  }
}

.block-arrows {
  position: relative;
  display: block;
  width: 42px;
  height: 45px;
  margin: auto;
  margin: -80px auto 35px;
  z-index: 50;
}

.block-arrows span,
.block-arrows:before,
.block-arrows:after {
  width: 22px;
  height: 22px;
  border-bottom: 4px solid white;
  border-left: 4px solid white;
  transform: rotate(-45deg);
  position: absolute;
  -webkit-animation: block-arrows-shine 2.5s linear 0s infinite normal;
  animation: block-arrows-shine 2.5s linear 0s infinite normal;
  opacity: 1;
  border-radius: 0px 0 0px 3px;
}

.block-arrows:before {
  display: none;
}

.block-arrows span {
  top: 10px;
  left: 11px;
  -webkit-animation: block-arrows-shine 2.5s linear 0.3s infinite normal;
  animation: block-arrows-shine 2.5s linear 0.3s infinite normal;
}

.block-arrows:not(.inverted):before,
.block-arrows:not(.inverted):after {
  content: '';
  top: 6px;
  left: 11px;
}

.block-arrows:not(.inverted):after {
  top: 23px;
  -webkit-animation: block-arrows-shine 2.5s linear 0.6s infinite normal;
  animation: block-arrows-shine 2.5s linear 0.6s infinite normal;
}

.block-arrows.dark-arrows span,
.block-arrows.dark-arrows:after {
  border-bottom: 4px solid #000000;
  border-left: 4px solid #000000;
}

@-webkit-keyframes block-arrows-shine {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.7;
  }
  25% {
    opacity: 0.1;
  }
  30% {
    opacity: 0.05;
  }
  55% {
    opacity: 0.1;
  }
  80% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

@keyframes block-arrows-shine {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.7;
  }
  25% {
    opacity: 0.1;
  }
  30% {
    opacity: 0.05;
  }
  55% {
    opacity: 0.1;
  }
  80% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .block-arrows {
    display: none;
  }
}

.block-showcase .part {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.block-showcase .part .viewport {
  overflow: hidden;
  max-width: 1600px;
  margin: auto;
  width: 100%;
}

.block-showcase .part .case {
  transition: all 0.3s ease-out;
  width: 100%;
  overflow: visible;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.block-showcase.items-centered .part .case {
  -ms-pack: center;
  justify-content: center;
}

.block-showcase .part .case .sc-item,
.block-showcase .part .case .sc-item:not(:last-of-type),
.block-showcase .part .case .sc-item:first-of-type {
  margin-right: 7px !important;
  border: none;
}

.block-showcase .part .case .sc-item:first-of-type {
  margin-left: 0;
}

.block-showcase .part .case .sc-item:last-of-type {
  margin-right: 0;
}

.block-showcase .part .case .sc-item {
  transition: all 0.4s ease-out;
  position: relative;
  flex-basis: calc((100% - 42px) / 4);
  flex-grow: 0;
  flex-shrink: 0;
  padding: 30px 0 0px;
  overflow: hidden;
  margin: 0 7px;
  background-color: #ffffff;
}

.block-showcase[data-itemsperviewport='1'] .part .case .sc-item {
  flex-basis: 100%;
  margin: 0 0 !important;
}

.block-showcase[data-itemsperviewport='2'] .part .case .sc-item {
  flex-basis: calc((100% - 14px) / 2);
}

.block-showcase[data-itemsperviewport='3'] .part .case .sc-item {
  flex-basis: calc((100% - 28px) / 3);
}

.block-showcase[data-itemsperviewport='4'] .part .case .sc-item {
  flex-basis: calc((100% - 42px) / 4);
}

.block-showcase .part .case .sc-item p.title {
  margin-bottom: 4px;
}

.block-showcase .part .case .sc-item a {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  text-decoration: none;
}

.block-showcase .part .case .sc-item h5 {
  margin: 0;
}

.block-showcase .part .case .sc-item .image-holder img {
  max-width: 70%;
  width: 100%;
  margin: auto;
  display: block;
}

.block-showcase .part .case .sc-item .label-holder {
  position: relative;
  top: 0;
  padding-bottom: 30px;
  left: 0;
}

.block-showcase .part .case .sc-item .label-holder .labels {
  padding: 0;
  margin: 0;
}

.block-showcase .part .case .sc-item .label-holder p {
  padding: 10px 20px 0;
  margin: 0;
  font-size: 12px;
  color: #c90062;
}

.block-showcase .part .case .sc-item .title-holder {
  padding: 20px 20px;
  display: flex;
  align-items: flex-end;
  -ms-flex-align: flex-end;
}

.block-showcase .part .case .sc-item .title-holder h4 {
  margin: 0;
}

.block-showcase .part .case .sc-item .text-holder {
  text-align: left;
  padding: 20px 20px;
  background-color: #353535;
  color: #ffffff;
  opacity: 1;
  transition: all 0.3s ease-out;
}

.block-showcase .part .case .sc-item .text-holder p.title {
  color: #010101;
  font-size: 24px;
  font-weight: 600;
}

.block-showcase .part .case .sc-item .top-line h4 {
  margin-bottom: -5px;
}

.block-showcase .part .case .sc-item .top-line sup {
  font-size: 60%;
  display: inline;
}

.block-showcase .part .case .sc-item .bot-line .scratch-price {
  text-decoration: line-through;
}

.block-showcase .part .case .sc-item .bot-line sup {
  font-size: 65%;
  display: inline;
}

.block-showcase .part .case .sc-item .toggle-holder {
  transform: translateY(100%);
  z-index: -1;
  padding: 0 20px;
  color: white;
  text-align: left;
  display: flex;
  flex-direction: column;
  -ms-pack: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-out, z-index 0s linear 0.5s;
  background: transparent;
}

.block-showcase .part .case .sc-item[data-outer-left='true'] ~ .sc-item:hover .title-holder,
.block-showcase .part .case .sc-item[data-outer-left='true'] ~ .sc-item:hover .text-holder,
.block-showcase .part .case .sc-item[data-outer-left='true']:hover .title-holder,
.block-showcase .part .case .sc-item[data-outer-left='true']:hover .text-holder {
  opacity: 0;
}

.block-showcase .part .case .sc-item[data-outer-left='true']:hover .toggle-holder,
.block-showcase .part .case .sc-item[data-outer-left='true'] ~ .sc-item:hover .toggle-holder {
  transform: translateY(0px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
  background: rgba(0, 0, 0, 0.9);
}

.block-showcase .part .case .sc-item .toggle-holder .toggle-wrap {
  transition: all 0.5s ease-out 0.1s;
}

.block-showcase .part .case .sc-item .toggle-holder .top-line h4 {
  font-size: 16px;
}

.block-showcase .part .case .sc-item .toggle-holder .bot-line h4 {
  font-weight: 200;
}

.block-showcase .part .case .sc-item .toggle-holder .bot-line h2,
.block-showcase .part .case .sc-item .toggle-holder .bot-line h4 {
  margin-bottom: 0;
}

.block-showcase .part .case .sc-item .top-line h4 span.since {
  margin-right: 10px;
  font-weight: 300;
  font-size: 14px;
}

.block-showcase .part .case .sc-item .toggle-holder .bot-line span.since {
  font-weight: 400;
  font-size: 24px;
  margin-right: 10px;
}

.block-showcase .part .case .sc-item .toggle-holder .bot-line .hyperlinks {
  margin: 10px 0 20px;
  align-items: flex-start;
}

.block-showcase .part .case .sc-item .toggle-holder .bot-line .hyperlinks li {
  margin: 10px 0;
}

.block-showcase .part .case .sc-item.sc-placeholder .text-holder .title,
.block-showcase .part .case .sc-item .toggle-holder .hyperlinks {
  margin-top: 20px;
  width: 100%;
  justify-content: center;
}

.block-showcase .part .case .sc-item.sc-unavailable {
  box-shadow: none !important;
}

.block-showcase .part .case .sc-item.sc-unavailable .image-holder {
  opacity: 0.5;
}

.block-showcase .part .case .sc-item.sc-unavailable .labels li span {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=) !important;
  opacity: 0.5;
}

.block-showcase .part .arrows {
  position: absolute;
  max-width: 1600px;
  z-index: 50;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translateY(-20px) translateX(-50%);
}

.block-showcase .part .arrows a {
  text-align: center;
}

.block-showcase .part .arrows [class*='-arrow'] {
  color: #000000;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 0;
  text-decoration: none;
  height: 50px;
  width: 50px;
  font-size: 14px;
  line-height: 50px;
  background-color: rgba(53, 53, 53, 0.1);
  left: 0px;
}

.block-showcase .part .arrows [class*='-arrow']:hover {
  background-color: #0099ab;
}

.block-showcase .part .arrows [class*='-arrow']:hover:before {
  color: #ffffff;
}

.block-showcase .part .arrows [class*='-arrow']:before {
  vertical-align: middle;
}

.block-showcase .part .arrows [class*='-arrow'].limit {
  color: rgba(40, 40, 40, 0.2);
  cursor: default;
}

.block-showcase .part .arrows [class*='-arrow']:not(.limit):hover {
  color: #0099ab;
}

.block-showcase .part .arrows .right-arrow {
  right: 0px;
  left: auto;
}

.block-showcase .part .arrows .icon-seta-right:before {
  content: '\5c';
}

.block-showcase .part .arrows .icon-seta-left:before {
  content: '\7e';
}

.block-showcase .part .bullet-list {
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 15px;
  width: 100%;
  height: 20px;
}

.block-showcase .part .bullet-list li {
  cursor: pointer;
  display: inline-block;
  padding: 4px;
  background: white;
  transition: all 0.3s ease-out;
  margin: 0 3px;
  border: 2px solid #000000;
  border-radius: 50%;
}

.block-showcase .part .bullet-list li.active {
  background: #000000;
}

.block-showcase[data-bullets='true'] .part {
  padding-bottom: 50px;
}

.block-showcase .part > .hyperlinks {
  margin-left: 0;
  margin-top: 30px;
  margin-bottom: inherit;
}

.block-showcase .part > .hyperlinks li {
  margin-right: auto;
  margin-left: auto;
}

.block-showcase .part .slide-navigation {
  left: 0;
  height: 36px;
  margin: auto;
}

.block-showcase .part .slide-navigation > ul {
  display: flex;
  justify-content: center;
  padding: 15px 30px;
}

.block-showcase .part .slide-navigation > ul li {
  cursor: pointer;
  display: inline-block;
  padding: 6px;
  background: #ededed;
  margin-left: 9px;
  border-radius: 50%;
}

.block-showcase .part .slide-navigation > ul li.active {
  background: #000;
}

.block-showcase .part .slide-navigation > ul li {
  background: #ccc;
}

.block-showcase .part .slide-navigation > ul li.active {
  background: #333;
  z-index: 9;
  pointer-events: none;
}

@media screen and (max-width: 1200px) {
  .block-showcase .part .case .sc-item {
    padding-top: 25px;
  }
}

@media screen and (max-width: 991px) {
  .block-showcase .part .viewport {
    overflow: auto;
  }
  .block-showcase .part .case {
    margin-left: 0 !important;
  }
  .block-showcase .part .case .sc-item {
    flex-basis: 248px;
    padding-top: 20px;
  }
  .block-showcase .part .arrows {
    display: none;
  }
  .block-showcase .part .case .sc-item:hover .toggle-holder .toggle-wrap {
    opacity: 1;
    transform: translateY(0px);
  }
  .block-showcase .part .case .sc-item:hover .toggle-holder {
    box-shadow: inset 0px 0px 200px 400px rgba(0, 0, 0, 0.75);
    transition: all 0.4s cubic-bezier(0.15, 0.51, 0.55, 0.01);
  }
  .block-showcase[data-itemsperviewport='1'] .part .case .sc-item {
    margin: 0 7px !important;
  }
  .block-showcase[data-itemsperviewport='1'] .part .case .sc-item:first-of-type {
    margin-left: 0;
  }
  .block-showcase[data-itemsperviewport='1'] .part .case .sc-item:last-of-type {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .block-showcase .part .slide-navigation {
    display: none;
  }
  .block-showcase .part .case .sc-item {
    flex-basis: 248px;
    min-width: 248px;
  }
  .block-showcase .part .case .sc-item .toggle-holder .bot-line .hyperlinks {
    margin: 10px 0;
  }
  .block-showcase .part .case .sc-item .toggle-holder .bot-line .hyperlinks li {
    margin: 5px 0;
  }
}

@media screen and (max-width: 480px) {
  .block-showcase .part .case .sc-item {
    flex-basis: 60%;
    min-width: 0;
  }
}

.block-notes .part {
  width: 100%;
  color: #000000;
}

.block-notes .part .content-holder {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  padding: 15px 30px;
}

.block-notes[data-custom-size='600'] .part .content-holder {
  max-width: 600px;
}

.block-notes[data-custom-size='900'] .part .content-holder {
  max-width: 900px;
}

.block-notes[data-custom-size='1120'] .part .content-holder {
  max-width: 1120px;
}

.block-notes .part .content-holder .title-holder {
  margin: 12px 0 15px;
}

.block-notes .part .content-holder .title-holder p {
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.block-notes .part .content-holder .title-holder a {
  color: inherit;
  margin: 0;
  text-decoration: none;
}

.block-notes .part .content-holder .title-holder a:before {
  content: attr(data-func-open) " ";
}

.block-notes.open-notes .part .content-holder .title-holder a:before {
  content: attr(data-func-close) " ";
}

.block-notes .part .content-holder .title-holder a:after {
  display: inline;
  font-family: 'brand-icons';
  content: '\73';
  font-weight: normal;
  text-transform: none;
  padding-left: 5px;
  font-size: 12px;
  vertical-align: -2px;
}

.block-notes.open-notes .part .content-holder .title-holder a:after {
  content: '\40';
}

.block-notes .part .content-holder .text-holder p,
.block-notes .part .content-holder .text-holder div {
  font-size: 10px;
  line-height: 16px;
  color: inherit;
  margin: 0;
  display: block;
}

.block-notes .part .content-holder .text-holder p + p {
  padding-top: 10px;
}

.block-notes .part .content-holder .text-holder > ul {
  list-style: disc;
  padding-left: 20px;
}

.block-notes .part .content-holder .text-holder > ul > li {
  overflow: visible;
  font-size: 10px;
  line-height: 16px;
  color: inherit;
}

.block-notes.open-notes .part .content-holder .text-holder,
.block-notes:not(.external-notes) .content-holder .text-holder {
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  margin: 0px 0;
  max-height: 0px;
}

.block-notes .text-holder a {
  text-decoration: underline;
}

.block-notes .text-holder a:hover {
  text-decoration: none;
}

.block-notes.open-notes .part .content-holder .text-holder,
.block-notes.external-notes .part .content-holder .text-holder {
  margin: 15px 0;
}

@media screen and (max-width: 767px) {
  .block-notes .part .content-holder {
    padding: 15px;
  }
}

.block-collapse .switcher {
  cursor: pointer;
}

.block-collapse .collapse-content {
  overflow: hidden;
  transition: height 0.5s cubic-bezier(0.61, 0.01, 0.49, 1.01);
}

.block-collapse .collapse-content > div.wrp {
  display: inline-block;
}

.block-collapse .off {
  height: 0 !important;
}

.block-collapse .on {
  height: auto !important;
}

.block-tabs {
  position: relative;
  z-index: 20;
  overflow: hidden;
  margin-top: -6px;
}

.block-tabs .tab-menu {
  width: 100%;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.block-tabs .tab-menu ul {
  font-size: 0;
  text-align: center;
}

.block-tabs .tab-list,
.block-tabs .tab-menu ul {
  list-style: none;
  padding: 0;
  margin: auto;
  position: relative;
  display: block;
  overflow: visible;
  white-space: nowrap;
  width: 100%;
}

.block-tabs .tab-menu ul {
  margin-bottom: 0px;
  padding-top: 6px;
  background: #333333;
  overflow: hidden;
  background-clip: content-box;
}

.block-tabs .tab-menu ul li {
  font-size: 14px;
  color: #000000;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -12px;
  transform: translateY(-6px);
}

.block-tabs .tab-menu ul li:not(.active) {
  background: transparent !important;
}

.block-tabs .tab-menu ul li:first-of-type {
  margin-left: 15px;
}

.block-tabs .tab-menu ul li:last-of-type {
  margin-right: 15px;
}

.block-tabs .tab-menu ul li a {
  position: relative;
  white-space: nowrap;
  padding: 30px;
  text-decoration: none;
  min-height: 104px;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.block-tabs .tab-menu ul li + li a:before {
  content: '';
  width: 1px;
  position: absolute;
  left: 0;
  top: 30px;
  height: calc(100% - 60px);
  background: #808080;
}

.block-tabs .tab-menu ul li a img {
  margin-bottom: 10px;
}

.block-tabs .tab-menu ul li a:hover {
  color: #0099ab;
}

.block-tabs .tab-menu ul li:not(.active) a:after {
  content: '';
  background: #000000;
  position: absolute;
  opacity: 0;
  top: 6px;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: -1;
}

.block-tabs .tab-menu ul li:not(.active) a:hover:after {
  opacity: 1;
}

.block-tabs .tab-menu ul li.active {
  background: #ffffff;
}

.block-tabs .tab-menu ul li.active a {
  color: #000000;
  font-weight: 600;
}

.block-tabs .tab-menu ul li.active a:before,
.block-tabs .tab-menu ul li.active + li a:before {
  background: none;
}

.block-tabs .tab-menu .arrows {
  position: absolute;
  max-width: 100%;
  z-index: 50;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-20px);
}

.block-tabs .tab-menu .arrows a {
  text-align: center;
}

.block-tabs .tab-menu .arrows [class*='-arrow'] {
  cursor: pointer;
  color: #ffffff;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 0;
  text-decoration: none;
  height: 50px;
  width: 50px;
  font-size: 14px;
  line-height: 50px;
  background: rgba(204, 204, 204, 0.5);
  left: 0px;
}

.block-tabs .tab-menu .arrows [class*='-arrow']:not(.limit):hover {
  background-color: #0099ab;
}

.block-tabs .tab-menu .arrows [class*='-arrow']:not(.limit):hover:before {
  color: #ffffff;
}

.block-tabs .tab-menu .arrows [class*='-arrow']:before {
  vertical-align: middle;
  font-family: 'brand-icons';
  font-weight: normal;
  text-transform: none;
}

.block-tabs .tab-menu .arrows.limit,
.block-tabs .tab-menu .arrows [class*='-arrow'].limit {
  display: none;
}

.block-tabs .tab-menu .arrows [class*='-arrow']:not(.limit):hover {
  color: #0099ab;
}

.block-tabs .tab-menu .arrows .right-arrow:before {
  content: '\5c';
}

.block-tabs .tab-menu .arrows .left-arrow:before {
  content: '\7e';
}

.block-tabs .tab-menu .arrows .right-arrow {
  right: 0px;
  left: auto;
}

.block-tabs.touch .tab-menu ul {
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.block-tabs .tab-vp {
  margin: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-top: 6px solid #fff;
}

.block-tabs .tab-list > li {
  opacity: 0;
  width: 100%;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -2;
}

.block-tabs .tab-list > li.active {
  opacity: 1;
  position: relative;
  z-index: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block-tabs .tab-menu ul li a {
    line-height: 44px;
  }
}

@media screen and (max-width: 991px) {
  .block-tabs .tab-vp {
    border-top: 4px solid #fff;
  }
  .block-tabs .tab-menu ul li a {
    min-height: 86px;
  }
}

@media screen and (max-width: 767px) {
  .block-tabs .tab-menu ul li a {
    font-size: 12px;
    min-height: 0;
    padding: 20px 25px;
    min-height: 82px;
  }
  .block-tabs .tab-menu ul li:not(.active) a:before {
    top: 20px;
    height: calc(100% - 40px);
  }
  .block-tabs .tab-vp {
    border-top: 3px solid #fff;
  }
}

@media screen and (max-width: 480px) {
  .block-tabs .tab-menu ul li a {
    min-height: 72px;
  }
}

.block-tabs .pagination-mode,
.block-tabs[data-pagination-mode=''] {
  display: none;
}

.block-tabs[data-pagination-mode='true'] {
  overflow: visible;
  z-index: 1000;
}

.block-tabs[data-pagination-mode='true'] .part {
  width: 100%;
}

.block-tabs[data-pagination-mode='true'] .pagination-mode {
  display: block;
  position: fixed;
  z-index: 3000;
  right: -320px;
  transition: right 0.25s linear;
  top: 50%;
  transform: translateY(-50%);
}

.block-tabs[data-pagination-mode='true'] .pagination-mode.active {
  right: 0px;
}

.block-tabs[data-pagination-mode='true'] .pagination-mode ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.block-tabs[data-pagination-mode='true'] .pagination-mode ul li {
  text-align: right;
  margin: 8px 0;
}

.block-tabs[data-pagination-mode='true'] .pagination-mode ul li a {
  position: relative;
  text-decoration: none;
  padding: 5px 0;
}

.block-tabs[data-pagination-mode='true'] .pagination-mode ul li a span {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #c5c5c5;
  border-radius: 7px;
  transition: all 0.15s ease-in-out;
  margin: 0px 8px;
  vertical-align: -1px;
}

.block-tabs[data-pagination-mode='true'] .pagination-mode ul li a:before {
  opacity: 0;
  content: attr(data-pagination-text) "";
  white-space: nowrap;
  position: absolute;
  right: 15px;
  transition: all 0.15s ease-in-out;
  font-size: 0;
}

.block-tabs[data-pagination-mode='true'] .tab-menu ul {
  padding: 0;
}

.block-tabs[data-pagination-mode='true'] .tab-menu ul li {
  transform: translateY(0px);
  margin-bottom: 0;
}

.block-tabs[data-pagination-mode='true'] .tab-menu ul li a {
  min-height: auto;
}

.block-tabs[data-pagination-mode='true'] .tab-menu ul li.active {
  background: none;
}

.block-tabs[data-pagination-mode='true'] .tab-menu ul li:not(.active) a:hover {
  background: none;
}

.block-tabs[data-pagination-mode='true'] .tab-menu ul li a:after {
  content: none;
}

.block-tabs[data-pagination-mode='true'] .tab-menu ul li + li a:before {
  content: '';
  width: 1px;
  position: absolute;
  left: 0;
  top: 20px;
  height: calc(100% - 40px);
  background: #cdcdcd;
}

.block-tabs[data-pagination-mode='true'] .tab-menu ul li:last-child:after {
  left: auto;
  right: 0;
}

.block-tabs[data-pagination-mode='true'] .tab-menu .arrows {
  transform: translateY(-25px);
}

@media screen and (min-width: 767px) {
  .block-tabs[data-pagination-mode='true'] .pagination-mode.active {
    right: 20px;
  }
  .block-tabs[data-pagination-mode='true'] .pagination-mode ul li a:hover:before {
    opacity: 1;
    right: 30px;
    font-size: 15px;
  }
}

.block-tabs .tab-menu ul > li:hover a:before,
.block-tabs .tab-menu ul > li:hover + li a:before {
  display: none;
}

.block-tabs[data-block-color] .tab-menu ul > li:hover a:before,
.block-tabs[data-block-color] .tab-menu ul > li:hover + li a:before {
  display: block;
}

.block-tabs[data-pagination-mode='true'] .tab-menu > ul > li.active a {
  color: #fff;
}

.block-tabs[data-pagination-mode='true'] .tab-menu ul > li:hover a:before,
.block-tabs[data-pagination-mode='true'] .tab-menu ul > li:hover + li a:before {
  display: block;
}

.block-tabs[data-block-color='white'] .tab-menu ul {
  background-color: #fff;
}

.block-tabs[data-block-color='white'] .tab-menu ul > li a {
  color: #000;
}

.block-tabs[data-block-color='white'] .tab-menu ul > li a:hover {
  color: #0099ab;
}

.block-tabs[data-block-color='white'] .tab-menu ul > li a:hover:after {
  content: none;
}

.block-tabs[data-block-color='white'] .tab-menu ul > li.active {
  background-color: #ebebeb;
}

.block-tabs[data-block-color='white'][data-pagination-mode='true'] .tab-menu ul > li.active {
  background: none;
}

.block-tabs[data-block-color='white'] .tab-menu ul > li.active a {
  color: #000;
}

.block-tabs[data-block-color='white'] .tab-vp {
  border-top-color: #ebebeb;
}

.block-tabs[data-block-color='gray'] .tab-menu ul {
  background-color: #ebebeb;
}

.block-tabs[data-block-color='gray'] .tab-menu ul > li a {
  color: #000;
}

.block-tabs[data-block-color='gray'] .tab-menu ul > li a:hover {
  color: #0099ab;
}

.block-tabs[data-block-color='gray'] .tab-menu ul > li a:hover:after {
  content: none;
}

.block-tabs[data-block-color='gray'] .tab-menu ul > li.active {
  background-color: #fff;
}

.block-tabs[data-block-color='gray'][data-pagination-mode='true'] .tab-menu ul > li.active {
  background: none;
}

.block-tabs[data-block-color='gray'] .tab-menu ul > li.active a {
  color: #000;
}

.block-navigation .navigation-menu {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

.block-navigation .part {
  padding: 0px 0 30px;
}

.block-navigation .navigation-menu ul {
  list-style: none;
  padding: 0;
  margin: auto;
  position: relative;
  display: block;
  overflow: auto;
  white-space: nowrap;
  text-align: center;
  width: 100%;
}

.block-navigation .navigation-menu ul li {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #cccccc;
  border-bottom: 2px solid #cccccc;
  display: inline-block;
  margin-right: -6px;
  margin-bottom: 0;
}

.block-navigation .navigation-menu ul li.active a,
.block-navigation .navigation-menu ul li.active span {
  border-bottom-color: #000000;
  color: #000000;
}

.block-navigation .navigation-menu ul li:hover a,
.block-navigation .part.txt-color-white .navigation-menu ul li:hover a,
.block-navigation .part.txt-color-white .navigation-menu ul li.active:hover a {
  border-bottom-color: #0099ab;
  color: #0099ab;
}

.block-navigation .navigation-menu ul li a,
.block-navigation .navigation-menu ul li span {
  padding: 15px 0px 10px;
  margin: 0 30px -2px;
  border-bottom: 2px solid #cccccc;
  text-decoration: none;
  display: block;
  color: inherit;
  text-align: center;
  white-space: nowrap;
}

.block-navigation .navigation-menu ul li a img,
.block-navigation .navigation-menu ul li span img {
  margin-bottom: 20px;
}

.block-navigation .navigation-menu ul li a:hover {
  color: #0099ab;
}

.block-navigation .navigation-menu ul li p {
  font-size: 12px;
  font-weight: 600;
}

.block-navigation .navigation-menu ul li:first-of-type {
  margin-left: 15px;
}

.block-navigation .navigation-menu ul li:first-of-type a,
.block-navigation .navigation-menu ul li:first-of-type span {
  margin-left: 0px;
}

.block-navigation .navigation-menu ul li:last-of-type {
  margin-right: 15px;
}

.block-navigation .navigation-menu ul li:last-of-type a,
.block-navigation .navigation-menu ul li:last-of-type span {
  margin-right: 0px;
}

.block-navigation .part.txt-color-white .navigation-menu ul li {
  color: #808080;
  border-bottom: 2px solid #808080;
}

.block-navigation .part.txt-color-white .navigation-menu ul li a,
.block-navigation .part.txt-color-white .navigation-menu ul li span {
  border-bottom: 2px solid #808080;
}

.block-navigation .part.txt-color-white .navigation-menu ul li.active a,
.block-navigation .part.txt-color-white .navigation-menu ul li.active span {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

@media screen and (max-width: 991px) {
  .block-navigation .navigation-menu ul li a,
  .block-navigation .navigation-menu ul li span {
    margin: 0 25px -2px;
    padding: 5px 0;
  }
}

@media screen and (max-width: 767px) {
  .block-navigation .navigation-menu ul li a,
  .block-navigation .navigation-menu ul li span {
    margin: 0 20px -2px;
    padding: 5px 0;
  }
  .block-navigation .navigation-menu ul li a img,
  .block-navigation .navigation-menu ul li span img {
    width: calc(100% - 20px);
    height: auto;
    margin-bottom: 15px;
    image-rendering: -webkit-optimize-contrast;
  }
  .block-navigation .navigation-menu ul li p {
    font-size: 10px;
  }
}

@media screen and (max-width: 480px) {
  .block-navigation .navigation-menu ul li a,
  .block-navigation .navigation-menu ul li span {
    margin: 0 25px -2px;
  }
}

@media screen and (max-width: 480px) {
  .block-navigation .navigation-menu ul li a,
  .block-navigation .navigation-menu ul li span {
    margin: 0 20px -2px;
  }
}

.block-newsletter {
  background: transparent;
  color: inherit;
}

.block-newsletter .part {
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block-newsletter .nwl-head {
  margin-bottom: 10px;
}

.block-newsletter .nwl-form {
  margin-bottom: 10px;
}

.block-newsletter .nwl-head,
.block-newsletter .nwl-footer {
  padding: 0;
}

.block-newsletter .nwl-footer .checkbox label {
  font-size: 12px;
}

.block-newsletter .nwl-head ul {
  display: inline-block;
  margin-left: 20px;
  vertical-align: 4px;
}

.block-newsletter .nwl-head label {
  margin: 0;
  color: #000;
}

.block-newsletter .form-dark .nwl-head label {
  color: inherit;
}

.block-newsletter .nwl-header h4 {
  display: inline-block;
  margin: 0;
  font-size: 30px;
}

.block-newsletter .nwl-head .checkbox {
  display: inline-block;
  margin: 0;
}

.block-newsletter .nwl-head .checkbox + .checkbox {
  margin: 0;
}

.block-newsletter .nwl-body {
  display: none;
}

.block-newsletter .nwl-form {
  display: flex;
  align-items: flex-start;
}

.block-newsletter .nwl-form .form-textbox {
  flex-grow: 1;
  padding-right: 30px;
}

.block-newsletter .nwl-form .form-textbox input {
  margin-bottom: 5px;
}

.block-newsletter .nwl-form a {
  flex-grow: 0;
}

.block-newsletter .nwl-footer a {
  text-decoration: underline;
}

.block-newsletter .nwl-footer a:hover {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .block-newsletter .part {
    padding: 50px 15px;
  }
}

@media screen and (max-width: 767px) {
  .block-newsletter .part {
    align-items: flex-start;
    padding: 40px 20px;
  }
  .block-newsletter .nwl-head {
    margin-bottom: 0px;
  }
  .block-newsletter .nwl-head {
    padding: 0px;
  }
  .block-newsletter .nwl-header h4 {
    font-size: 18px;
  }
  .block-newsletter .nwl-head ul {
    display: none;
  }
  .block-newsletter .nwl-body {
    display: block;
  }
  .block-newsletter .nwl-body p {
    margin: 12px 0 18px;
    font-size: 12px;
  }
  .block-newsletter .nwl-form,
  .block-newsletter .nwl-footer {
    display: none;
  }
}

body.overlay-active {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}

.block-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: -100%;
  overflow: hidden;
  transition: top 0s linear 0.6s;
  z-index: 9999999;
}

.block-overlay .part {
  background-color: transparent;
  transition: all 0.3s ease-out 0.4s;
  min-height: 100%;
  padding: 150px 12px 100px;
}

.block-overlay .part .content-holder {
  max-width: 1070px;
  opacity: 0;
  width: 100%;
  margin: auto;
  transform: translateY(-120px);
  transition: all 0.3s ease-out 0.1s;
}

.block-overlay.small-overlay .part .content-holder {
  max-width: 480px;
}

.block-overlay.small-overlay .part .content-holder .nota {
  padding-top: 10px;
}

.block-overlay .part .content-holder > ul {
  transition: all 0.3s ease-out;
  left: 0;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.block-overlay .part .content-holder > ul > li {
  top: 0;
  left: 0;
  z-index: -2;
  position: absolute;
  opacity: 0;
  width: 100%;
  margin: auto;
  transition: all 0.3s ease-out 0.1s;
  display: inline-block;
}

.block-overlay .part .content-holder > ul > li.active {
  z-index: 0;
  opacity: 1;
  position: relative;
}

.block-overlay .part .content-holder .image-holder img {
  width: 100%;
  background-color: #ffffff;
}

.block-overlay .part .content-holder .image-holder + .text-holder {
  width: calc(100% - 20px);
  transform: translateY(-20px) translateX(20px);
}

.block-overlay .part .content-holder .text-holder {
  padding: 30px;
  white-space: normal;
  background-color: #ffffff;
}

.block-overlay .part .content-holder .text-holder .text-wrap h4 {
  margin-bottom: 12px;
}

.block-overlay .part .content-holder .text-holder .text-wrap h5 {
  margin-bottom: 6px;
}

.block-overlay .part .content-holder .text-holder .text-wrap h5:last-child,
.block-overlay .part .content-holder .text-holder .text-wrap p {
  margin-bottom: 0;
}

.block-overlay .part .content-holder .text-holder .text-wrap a {
  text-decoration: underline;
}

.block-overlay .part .content-holder .text-holder .text-wrap a:hover {
  text-decoration: none;
}

.block-overlay .close-overlay {
  border-radius: 50%;
  text-decoration: none;
  color: white;
  position: absolute;
  bottom: 100%;
  margin-bottom: 5px;
  right: 0px;
  font-size: 9px;
  text-align: center;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-out;
}

.block-overlay .close-overlay:before {
  content: '\6f';
  font-family: 'brand-icons' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 0;
  padding-left: 1px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.block-overlay .close-overlay:hover {
  background: #0099ab;
  color: #fff;
}

.block-overlay.active {
  top: 0;
  transition-delay: 0s;
  overflow: auto;
}

.block-overlay.active .part {
  background-color: rgba(0, 0, 0, 0.7);
  transition-delay: 0s;
  overflow: hidden;
}

.block-overlay.active .part .content-holder {
  transform: translateY(0px);
  transition-delay: 0.2s;
  opacity: 1;
}

.block-overlay .part .arrows {
  position: absolute;
  z-index: 50;
  width: calc(100% + 70px);
  left: 50%;
  top: 50%;
  transform: translateY(-25px) translateX(-50%);
}

.block-overlay .part .arrows [class*='-arrow'] {
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease-out;
  width: 50px;
  padding: 15px 0;
  left: 5px;
  position: absolute;
  top: 0;
  text-decoration: none;
  text-align: center;
  background: rgba(204, 204, 204, 0.5);
}

.block-overlay .part .arrows [class*='-arrow']:before {
  vertical-align: -2px;
}

.block-overlay .part .arrows [class*='-arrow'].limit {
  color: rgba(255, 255, 255, 0.2);
  cursor: default;
  opacity: 0;
}

.block-overlay .part .arrows [class*='-arrow']:not(.limit):hover {
  background: #0099ab;
  color: #fff;
}

.block-overlay .part .arrows .right-arrow {
  right: 5px;
  left: auto;
}

@media screen and (max-width: 991px) {
  .block-overlay .part .content-holder .image-holder + .text-holder {
    width: calc(100% - 10px);
    transform: translateY(-10px) translateX(10px);
  }
}

@media screen and (max-width: 767px) {
  .block-overlay .part {
    padding: 100px 12px;
    overflow: hidden;
  }
  .block-overlay.small-overlay .part .content-holder {
    max-width: none;
  }
  .block-overlay .part .content-holder {
    position: relative;
  }
  .block-overlay .part .content-holder > ul {
    white-space: nowrap;
    position: relative;
  }
  .block-overlay .part .content-holder > ul > li {
    opacity: 1;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .block-overlay .part .content-holder .text-holder {
    padding: 15px;
  }
  .block-overlay .part .content-holder .text-holder .text-wrap h4 {
    margin-bottom: 5px;
  }
  .block-overlay .part .content-holder .text-holder .text-wrap h5 {
    margin-bottom: 8px;
  }
  .block-overlay .part .arrows {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .block-overlay .part {
    padding: 100px 6px 50px;
  }
}

.modal .bl-overlay-video {
  margin-top: 0;
  margin-bottom: 0;
  padding: 150px 12px 100px;
  background: transparent;
}

.modal .bl-overlay-video .content-holder {
  position: relative;
}

.modal .bl-overlay-video .content-holder .wrap-cont {
  background: none;
}

.modal .bl-overlay-video .close {
  text-decoration: none;
  color: white;
  font-size: 9px;
  padding: 5px 8px 0px;
  transition: all 0.3s ease-out;
  position: absolute;
  right: 0;
  top: -32px;
  opacity: 1;
  width: auto;
  height: auto;
  text-indent: 0;
  background: none;
  margin: 0;
  font-weight: normal;
  text-shadow: none;
  line-height: 22px;
}

.modal .bl-overlay-video .close:before {
  content: '\6f';
  font-family: 'brand-icons' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal .bl-overlay-video .close:hover {
  background: #0099ab;
  color: #fff;
  border-radius: 5px;
}

.block-galery .part {
  width: 100%;
}

.block-galery .thumb-holder {
  list-style: none;
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  padding: 0 7px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.block-galery .thumb-holder > li {
  flex-basis: 20%;
  max-width: 20%;
  padding: 10px 6px;
}

.block-galery .thumb-holder > li a {
  position: relative;
  width: 100%;
  display: block;
  opacity: 1;
  transition: all 0.3s ease-out;
  background: #000;
  text-decoration: none;
}

.block-galery .thumb-holder > li a:hover {
  color: inherit;
  text-decoration: none;
}

.block-galery .thumb-holder > li a:hover .image-holder:after,
.block-galery .thumb-holder > li a:hover .image-holder:before {
  opacity: 1;
}

.block-galery .thumb-holder > li a .image-holder img {
  width: 100%;
}

.block-galery .thumb-holder > li a .image-holder {
  width: 100%;
  transition: all 0.3s ease-out;
  position: relative;
  overflow: hidden;
}

.block-galery .thumb-holder > li a .image-holder:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.3s ease-in-out;
}

.block-galery .thumb-holder > li a .image-holder:after {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  content: '+';
  line-height: 20px;
  text-align: center;
  display: block;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  font-weight: 700;
  font-size: 18px;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.block-galery .thumb-holder > li a .text-holder {
  background: #fff;
  box-shadow: 0px 7px 11px 0px rgba(0, 0, 0, 0.03);
}

.block-galery .thumb-holder > li a .text-holder .text-wrap {
  z-index: 2;
  position: relative;
}

.block-galery .thumb-holder > li a .text-holder h4,
.block-galery .thumb-holder > li a .text-holder h5 {
  display: none;
}

.block-galery .thumb-holder > li a .text-holder p {
  color: inherit;
  margin: 0;
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  padding: 15px;
}

.block-galery .thumb-holder > li a .text-holder .text-wrap .social-links {
  display: none;
}

.block-galery .block-overlay .part .content-holder .text-holder {
  position: relative;
}

.block-galery .block-overlay li .text-holder .text-wrap .social-links {
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  bottom: calc(100% + 20px);
  right: 20px;
  padding-left: 0;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.block-galery .block-overlay li .text-holder .text-wrap .social-links li {
  display: inline-block;
  font-size: 30px;
  color: #fff;
}

.block-galery .block-overlay li .text-holder .text-wrap .social-links li:not(:first-child) {
  margin-left: 10px;
}

.block-galery .block-overlay li .text-holder .text-wrap .social-links li a {
  text-decoration: none;
}

.block-galery .block-overlay li .image-holder {
  position: relative;
}

.block-galery .block-overlay li .image-holder:after {
  content: '';
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  transition: opacity 0.3s ease-in-out;
}

.block-galery.small .block-overlay .part .content-holder {
  max-width: 670px;
}

@media screen and (max-width: 1200px) {
  .block-galery .thumb-holder > li {
    flex-basis: 25%;
    max-width: 25%;
  }
  .block-galery .block-overlay .part .content-holder {
    max-width: calc(100% - 70px);
  }
  .block-galery.small .block-overlay .part .content-holder {
    max-width: 670px;
  }
}

@media screen and (max-width: 991px) {
  .block-galery .thumb-holder > li {
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

@media screen and (max-width: 767px) {
  .block-galery .thumb-holder > li {
    flex-basis: 50%;
    max-width: 50%;
  }
  .block-galery .thumb-holder > li a .text-holder .text-wrap .social-links {
    display: none;
  }
  .block-galery .block-overlay .part .content-holder > ul > li {
    padding: 0 8px;
  }
  .block-galery .block-overlay.active .part {
    padding-left: 6px;
    padding-right: 6px;
  }
  .block-galery .block-overlay li .text-holder .text-wrap .social-links {
    bottom: calc(100% + 15px);
    right: 15px;
  }
  .block-galery .block-overlay .part .content-holder,
  .block-galery.small .block-overlay .part .content-holder {
    max-width: calc(100% - 45px);
  }
}

@media screen and (max-width: 479px) {
  .block-galery .block-overlay .part .content-holder > ul > li {
    padding: 0 5px;
  }
  .block-galery .block-overlay .part .content-holder,
  .block-galery.small .block-overlay .part .content-holder {
    max-width: calc(100% - 30px);
  }
}

.block-help-support .links-holder {
  max-width: 1600px;
  padding: 0 15px;
  margin: auto;
  background: none !important;
}

.block-help-support .links-holder > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.block-help-support .links-holder > ul > li {
  flex-basis: 100%;
  flex-shrink: 1;
  flex-grow: 0;
  box-shadow: 0px 7px 11px 0px rgba(0, 0, 0, 0.03);
}

.block-help-support .links-holder + .hyperlinks {
  margin-top: 30px;
  margin-bottom: 30px;
  justify-content: center;
}

.block-help-support .links-holder + .hyperlinks li:only-child {
  margin: 0;
}

.block-help-support .links-holder > ul > li > ul.list-topics {
  list-style: none;
  padding: 0;
}

.block-help-support .links-holder > ul > li > ul.list-topics > li {
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.block-help-support .links-holder > ul > li > ul.list-topics > li:after {
  content: ' ';
  height: 1px;
  width: calc(100% - 40px);
  background-color: #cccccc;
  position: absolute;
  bottom: 0;
  left: auto;
}

.block-help-support .links-holder > ul > li > ul.list-topics > li:last-child:after {
  display: none;
}

.block-help-support .links-holder > ul > li > ul > li a.wrp {
  font-size: 12px;
  display: block;
  text-decoration: none;
  position: relative;
}

.block-help-support .links-holder > ul > li > ul > li a.wrp:hover {
  text-decoration: none;
}

.block-help-support .links-holder > ul > li > ul > li a.wrp:after {
  font-family: 'brand-icons';
  content: '\24';
  font-size: 11px;
  font-weight: normal !important;
  line-height: 16px;
  margin-left: 5px;
  vertical-align: middle;
  white-space: nowrap;
  position: absolute;
  right: -15px;
  top: 4px;
}

.block-help-support .links-holder > ul.block-collapse > li > ul.list-topics > li a.wrp:after {
  content: '\68';
}

.block-help-support .links-holder > ul.block-collapse > li > ul.list-topics > li .switcherOn a.wrp:after {
  content: '\40';
}

.block-help-support .links-holder > ul > li > ul.list-topics > li > div:not(.collapse-content) {
  padding-right: 20px;
}

.block-help-support .links-holder > ul > li > ul.list-topics > li > div.collapse-content {
  display: none;
}

.block-help-support .links-holder > ul.block-collapse > li > ul.list-topics > li > div.collapse-content {
  display: block;
}

.block-help-support .links-holder > ul > li > ul.list-topics > li .collapse-header.switcherOn {
  font-weight: 600;
}

.block-help-support .links-holder > ul > li > ul.list-topics > li .collapse-content .wrp {
  padding: 10px 0 0;
  font-size: 12px;
  line-height: 18px;
}

.block-help-support .links-holder > ul > li > ul.list-topics > li .collapse-content .wrp p {
  font-size: 12px;
  line-height: 18px;
}

.block-help-support .links-holder > ul > li > ul.list-topics > li .collapse-content .wrp ul {
  margin: 20px 0;
  list-style-type: disc;
}

.block-help-support .links-holder > ul > li > ul.list-topics > li .collapse-content .wrp img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 992px) {
  .block-help-support .links-holder {
    padding: 0 24px;
  }
  .block-help-support .links-holder > ul > li {
    flex-basis: calc((100% - 12px));
    margin: 0 6px;
  }
  .block-help-support .links-holder > ul > li:first-child:nth-last-child(2),
  .block-help-support .links-holder > ul > li:first-child:nth-last-child(2) ~ li {
    flex-basis: calc((100% - 24px) / 2);
  }
  .block-help-support .links-holder > ul > li:first-child:nth-last-child(3),
  .block-help-support .links-holder > ul > li:first-child:nth-last-child(3) ~ li {
    flex-basis: calc((100% - 36px) / 3);
  }
  .block-help-support .links-holder > ul > li > ul.list-topics > li {
    padding: 25px;
  }
  .block-help-support .links-holder > ul > li > ul.list-topics > li a.wrp {
    font-size: 14px;
  }
  .block-help-support .links-holder > ul > li > ul.list-topics > li .collapse-content .wrp {
    padding: 20px 0 0;
  }
  .block-help-support .links-holder > ul > li > ul.list-topics > li:after {
    width: calc(100% - 50px);
  }
}

.block-carrossel .box-content {
  max-width: 1200px;
  margin: 0 auto;
}

.block-carrossel .carrosselwrap {
  padding-top: 30px;
}

.block-carrossel .common + .carrosselwrap {
  padding-top: 0;
}

.block-help-support .link-holder {
  max-width: 1600px;
  padding: 0 30px;
  margin: auto;
  background: none !important;
}

.block-help-support .link-holder ul {
  list-style: none;
  padding: 0;
  padding-left: 30px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.block-help-support .link-holder ul li {
  flex-basis: calc(50% - 30px);
  padding: 0 30px;
  flex-shrink: 1;
  background: white;
  flex-grow: 0;
}

.block-help-support .link-holder ul li:nth-child(even) {
  margin-left: 20px;
  flex-basis: 50%;
}

.block-help-support .link-holder ul li:nth-child(n + 3) a {
  border-top: 1px solid #ccc;
}

.block-help-support .link-holder ul li a {
  padding: 23px 0;
  display: block;
  text-decoration: none;
}

.block-help-support .link-holder ul li a:hover {
  text-decoration: none;
}

.block-help-support .link-holder ul li a:after {
  font-family: 'brand-icons';
  content: '\24';
  font-size: 11px;
  font-weight: normal !important;
  line-height: 16px;
  margin-left: 5px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline;
}

.block-help-support .link-holder + .hyperlinks {
  margin-top: 50px;
  margin-bottom: 20px;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .block-help-support .link-holder ul {
    padding-left: 7px;
  }
  .block-help-support .link-holder ul li {
    flex: calc(50% - 15px);
    padding: 0 30px;
  }
  .block-help-support .link-holder ul li:nth-child(even) {
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .block-help-support .link-holder {
    padding: 0 15px;
  }
  .block-help-support .link-holder ul {
    padding-left: 0;
  }
  .block-help-support .link-holder ul li {
    flex-basis: 100% !important;
    padding: 0 20px;
    margin-left: 0px !important;
  }
  .block-help-support .link-holder ul li:nth-child(n + 2) a {
    border-top: 1px solid #ccc;
  }
  .block-help-support .link-holder ul li a {
    font-size: 12px;
    padding: 15px 0;
  }
  .block-help-support .link-holder + .hyperlinks {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.block-showcase-s .carrossel .carrossel-wrapper::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background: transparent;
}

.block-showcase-s .block-slider .box-content,
.block-showcase-s .simple-slide_details .box-content {
  margin: 0 auto;
  color: #fff;
}

.block-showcase-s .block-slider[nav-type='pages'] .carrossel .carrossel-title {
  min-height: 30px;
}

.block-showcase-s .carrossel .carrossel-title {
  margin: 0 50px;
  position: relative;
  text-align: center;
}

.block-showcase-s .carrossel .carrossel-title h3,
.block-showcase-s .carrossel .carrossel-title h4 {
  margin: 0 !important;
  padding: 0;
  line-height: 30px;
}

.block-showcase-s .carrossel .carrossel-title .pages {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.block-showcase-s .carrossel:hover .carrossel-title .pages {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

.block-showcase-s .block-slider.slider-vod .carrossel .carrossel-title .pages a,
.block-showcase-s .carrossel .carrossel-title .pages a.more-channels {
  display: inline-block;
  margin: 0 30px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
}

.block-showcase-s .carrossel .carrossel-title .pages a:hover {
  text-decoration: underline;
}

.block-showcase-s .carrossel .carrossel-title .pages p {
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 10px;
  font-weight: 600;
  color: #808080;
  display: inline-block;
}

.block-showcase-s .carrossel .carrossel-title .pages span {
  margin: 0 5px;
}

.block-showcase-s .carrossel .carrossel-title .pages span:last-child {
  margin-right: 0;
}

.block-showcase-s .carrossel .carrossel-title .pages .current {
  color: #ffffff;
}

.block-showcase-s .carrossel {
  width: 100%;
  position: relative;
}

.block-showcase-s .carrossel-body {
  position: relative;
}

.block-showcase-s .carrossel-body .carrossel-wrapper {
  position: relative;
  padding: 20px 40px;
  white-space: nowrap;
  z-index: 0;
  overflow: hidden;
}

.block-showcase-s .carrossel-body .carrossel-wrapper ul {
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
  position: relative;
  width: 100%;
}

.block-showcase-s .carrossel-body .carrossel-wrapper > ul > li {
  width: calc(100% / 7);
  list-style: none;
  padding: 10px;
  display: inline-block;
  transition: all 0.6s ease-in-out;
  flex-shrink: 0;
}

.block-showcase-s .carrossel-body .carrossel-wrapper > ul > li:not(.is-loading) {
  cursor: pointer;
}

.block-showcase-s .carrossel-body .carrossel-wrapper .carrossel-content {
  display: flex;
}

.block-showcase-s .carrossel-body .carrossel-bullets {
  padding: 10px 0;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.block-showcase-s .carrossel:hover .carrossel-bullets {
  opacity: 1;
}

.block-showcase-s .carrossel-body .carrossel-bullets ul {
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-showcase-s .carrossel-body .carrossel-bullets ul li {
  list-style: none;
  width: 12px;
  height: 12px;
  margin: 0 2px;
}

.block-showcase-s .carrossel-body .carrossel-bullets ul li > * {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  display: block;
}

.block-showcase-s .block-slider[data-items='7'] .carrossel-wrapper > ul > li {
  width: calc(100% / 7);
}

.block-showcase-s .block-slider[data-items='6'] .carrossel-wrapper > ul > li {
  width: calc(100% / 6);
}

.block-showcase-s .block-slider[data-items='5'] .carrossel-wrapper > ul > li {
  width: calc(100% / 5);
}

.block-showcase-s .block-slider[data-items='4'] .carrossel-wrapper > ul > li {
  width: calc(100% / 4);
}

.block-showcase-s .block-slider[data-items='3'] .carrossel-wrapper > ul > li {
  width: calc(100% / 3);
}

.block-showcase-s .block-slider[data-items='2'] .carrossel-wrapper > ul > li {
  width: calc(100% / 2);
}

.block-showcase-s .block-slider[data-items='1'] .carrossel-wrapper > ul > li {
  width: calc(100% / 1);
}

.block-showcase-s .carrossel-body .carrossel-wrapper > ul > li[data-clone] {
  opacity: 1;
}

.block-showcase-s .block-slider .carrossel-wrapper .item-wrapper .img-holder canvas {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
  z-index: 0;
}

.block-showcase-s .block-slider.slider-adults:not(.unlocked) .carrossel-wrapper .item-wrapper .img-holder .slide-overlay {
  opacity: 1;
  visibility: visible;
}

.block-showcase-s .block-slider.slider-adults:not(.unlocked) .carrossel-wrapper .item-wrapper .img-holder img.preview {
  opacity: 0;
}

.block-showcase-s .block-slider.slider-adults.unlocked .carrossel-wrapper .item-wrapper .img-holder canvas {
  opacity: 0;
}

.block-showcase-s .block-slider.slider-adults.unlocked .carrossel-wrapper .item-wrapper .img-holder .slide-overlay .lock:before {
  top: -33px;
}

.block-showcase-s .block-slider:not([data-usernavigated]) li.left-arrow {
  display: none;
}

.block-showcase-s .block-slider:not([data-usernavigated]) .carrossel-body .carrossel-wrapper > ul > li[data-clone] {
  opacity: 0;
}

.block-showcase-s .block-slider .carrossel-controls {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
}

.block-showcase-s .block-slider.is-touch-device .carrossel-controls {
  display: none;
}

.block-showcase-s .block-slider.is-touch-device .carrossel-wrapper {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.block-showcase-s .block-slider .carrossel-controls ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.block-showcase-s .block-slider .carrossel-controls ul [class*='-arrow'] {
  cursor: pointer;
  position: absolute;
  line-height: 0;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  -ms-transform: translateY(-50%);
}

.block-showcase-s .block-slider .carrossel-controls ul [class*='-arrow'].limit {
  display: none;
}

.block-showcase-s .block-slider .carrossel-controls ul [class*='-arrow']:before {
  display: block;
  font-family: 'brand-icons';
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
}

.block-showcase-s .block-slider .carrossel-controls ul [class*='-arrow']:hover {
  background: #0099ab;
}

.block-showcase-s .block-slider .carrossel-controls .left-arrow {
  left: 0;
}

.block-showcase-s .block-slider .carrossel-controls .left-arrow:before {
  content: '\7e';
}

.block-showcase-s .block-slider .carrossel-controls .right-arrow {
  right: 0;
}

.block-showcase-s .block-slider .carrossel-controls .right-arrow:before {
  content: '\5c';
}

.block-showcase-s .block-slider:not(.simple-slide) .carrossel-wrapper .item-wrapper .img-holder {
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}

.block-showcase-s .block-slider:not(.simple-slide) .carrossel-wrapper .item-wrapper {
  background: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: block;
  text-decoration: none;
}

.block-showcase-s .block-slider.slider-canais .carrossel-wrapper .item-wrapper .img-holder {
  background-color: #333;
  text-align: center;
}

.block-showcase-s .block-slider .carrossel-wrapper .item-wrapper .img-holder .btn-remove {
  display: none;
  opacity: 0;
  visibility: hidden;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -10px;
  right: -5px;
  transition: all 0.3s ease-in-out;
}

.block-showcase-s .block-slider .carrossel-wrapper .item-wrapper .img-holder .btn-remove:before {
  content: '\6f';
  color: #000000;
  line-height: 20px;
  font-family: 'brand-icons';
  font-size: 12px;
  font-weight: 600;
  top: 50%;
}

.block-showcase-s .block-slider.w-remove .carrossel-wrapper .item-wrapper .img-holder .btn-remove {
  display: block;
}

.block-showcase-s .block-slider.w-remove:hover .carrossel-wrapper .item-wrapper .img-holder .btn-remove {
  opacity: 1;
  visibility: visible;
}

.block-showcase-s .block-slider .carrossel-wrapper .item-wrapper .img-holder .episode-seen {
  background: url("../images/icon_check.png") no-repeat;
  content: '';
  display: block;
  position: absolute;
  bottom: 13px;
  right: 10px;
  height: 15px;
  width: 15px;
  background-size: contain;
  z-index: 3;
}

.block-showcase-s .block-slider .carrossel-wrapper .item-wrapper .img-holder .ic-playable {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 3;
  background-position: left !important;
  background: url("../images/sprite_playable.svg") no-repeat;
  background-size: cover;
}

.block-showcase-s .block-slider.slider-canais .carrossel-wrapper .item-wrapper .details-holder {
  display: none;
}

.block-showcase-s .block-slider.w-details .carrossel-body .carrossel-controls {
  top: calc(50% - 16px);
}

.block-showcase-s .block-slider.w-desclogo .carrossel-wrapper .item-wrapper .details-holder .channel-logo {
  display: block;
}

.block-showcase-s .block-slider.w-progress .carrossel-wrapper .item-wrapper .progress-bar {
  display: block;
}

.block-showcase-s .block-slider.slider-canais .carrossel-wrapper .item-wrapper .details-on-hover .on-hover-content {
  justify-content: center;
}

.block-showcase-s .block-slider.slider-canais .carrossel-wrapper .item-wrapper .details-on-hover .on-hover-content .hover-desc .btn-box {
  display: none;
}

.block-showcase-s .block-slider .carrossel-wrapper .item-wrapper:hover .img-holder .btn-remove {
  transform: scale(calc(1 / 1.6));
}

.block-showcase-s .block-slider .carrossel-wrapper .item-wrapper .img-holder:hover .progress-bar {
  opacity: 0;
  transition: all 0s ease-in-out;
}

.block-showcase-s .block-slider .carrossel-wrapper .item-wrapper img.preview {
  width: 100%;
}

.block-showcase-s .block-slider .carrossel-wrapper .item-wrapper .progress-bar {
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  z-index: 20;
  left: 0;
  background: #ffffff;
  opacity: 0.8;
  transition: all 0.5s ease-in-out 0.3s;
  display: none;
}

.block-showcase-s .block-slider .carrossel-wrapper .item-wrapper .progress-bar .progress-bar-inner {
  position: absolute;
  left: 0;
  height: 100%;
  background-color: #0099ab;
}

.block-showcase-s .block-slider .carrossel-wrapper .item-wrapper .details-holder {
  display: flex;
  align-content: center;
  transition: all 0.5s ease-in-out;
}

.block-showcase-s .block-slider .carrossel-wrapper .item-wrapper .details-holder p {
  padding: 10px 0;
  padding-right: 10px;
  line-height: 12px;
  font-size: 12px;
  margin: 0;
  vertical-align: middle;
  flex-grow: 1;
  min-width: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.block-showcase-s .block-slider .carrossel-wrapper .item-wrapper .details-holder .channel-logo {
  display: none;
  padding: 5px 0;
  flex-grow: 0;
}

.block-showcase-s .block-slider .carrossel-wrapper .item-wrapper .img-holder .slide-overlay {
  padding: 10px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.5s ease-in-out;
  white-space: normal;
  text-align: center;
  color: #000;
}

.block-showcase-s .block-slider .carrossel-wrapper .item-wrapper .img-holder .slide-overlay * {
  margin-bottom: 0;
  max-width: 100%;
}

.block-showcase-s .block-slider .carrossel-wrapper .item-wrapper .img-holder .slide-overlay h4 {
  margin-bottom: 10px;
  line-height: 22px;
}

.block-showcase-s .block-slider .carrossel-wrapper .item-wrapper .img-holder .slide-overlay *:last-child {
  margin-bottom: 0;
}

.block-showcase-s .block-slider .carrossel-wrapper .item-wrapper:hover,
.block-showcase-s.block-slider .carrossel-wrapper .item-wrapper .img-holder:hover {
  color: #fff;
}

.block-showcase-s .block-slider .carrossel-wrapper .item-wrapper .img-holder:hover .slide-overlay {
  visibility: visible;
  opacity: 1;
}

.block-showcase-s .block-slider .carrossel-wrapper .item-wrapper .details-on-hover {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.block-showcase-s .block-slider .carrossel-wrapper .item-wrapper .details-on-hover .on-hover-content .hover-desc {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  flex-grow: 1;
}

.block-showcase-s .block-slider .carrossel-wrapper .item-wrapper .details-on-hover .on-hover-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px;
  width: 100%;
}

.block-showcase-s .block-slider .carrossel-wrapper .item-wrapper .details-on-hover p {
  text-align: center;
  margin: 5px 0;
  opacity: 0;
  transform: translateY(0px);
  font-weight: 600;
  width: 100%;
  white-space: normal;
  flex-shrink: 1;
  color: #fff;
}

.block-showcase-s .block-slider .carrossel-wrapper .item-wrapper .details-on-hover .btn-box {
  opacity: 0;
  margin-top: 10px;
}

.block-showcase-s .block-slider .carrossel-wrapper .item-wrapper:hover .details-on-hover {
  visibility: visible;
  opacity: 1;
  z-index: 6;
  transition: opacity 0.5s ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160%;
  height: 160%;
  top: -30%;
  left: -30%;
  position: absolute;
  border: 1px solid #fff;
}

.block-showcase-s .block-slider.simple-slide .carrossel-wrapper .item-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
  color: #fff;
  display: block;
}

.block-showcase-s .block-slider.simple-slide .carrossel-wrapper .pending .item-wrapper {
  color: #808080;
  border-color: #808080;
}

.block-showcase-s .block-slider.simple-slide .carrossel-wrapper li.selected .item-wrapper {
  border-color: #0099ab;
}

.block-showcase-s .block-slider.simple-slide .carrossel-wrapper .item-wrapper .details-holder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 2;
  justify-content: center;
  flex-wrap: wrap;
}

.block-showcase-s .block-slider.simple-slide .carrossel-wrapper .item-wrapper .details-holder h4 {
  padding: 0;
  margin: 0;
  line-height: 30px;
  flex-basis: 100%;
}

.block-showcase-s .block-slider.simple-slide .carrossel-wrapper .item-wrapper .img-holder .progress-bar,
.block-showcase-s .block-slider.simple-slide .carrossel .carrossel-title .pages {
  display: none;
}

.block-showcase-s .block-slider.simple-slide .carrossel-wrapper li .item-wrapper .img-holder .slide-overlay {
  background-color: #333;
  opacity: 1;
  visibility: visible;
  color: #fff;
}

.block-showcase-s .block-slider.simple-slide .carrossel-wrapper li.selected .item-wrapper .img-holder .slide-overlay,
.block-showcase-s .block-slider.simple-slide .carrossel-wrapper li.selected .item-wrapper:hover .img-holder .slide-overlay,
.block-showcase-s .block-slider.simple-slide .carrossel-wrapper .item-wrapper:hover .img-holder .slide-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

.block-showcase-s .block-slider.simple-slide .carrossel-controls {
  top: calc(50%);
}

.block-showcase-s .block-slider.simple-slide .carrossel-body .carrossel-wrapper,
.block-showcase-s .episode-tabs + .block-slider .carrossel-body .carrossel-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.block-showcase-s .block-slider.temas-slide .carrossel-wrapper .item-wrapper .img-holder .slide-overlay {
  opacity: 1;
  visibility: visible;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}

.block-showcase-s .block-slider .temas-slide .carrossel-wrapper .item-wrapper .img-holder:hover .slide-overlay {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
}

@media screen and (max-width: 767px) {
  .block-showcase-s .carrossel {
    padding: 0;
  }
  .block-showcase-s .block-slider[nav-type='pages'] .carrossel .carrossel-title {
    min-height: 22px;
  }
  .block-showcase-s .block-slider .carrossel .carrossel-title .pages {
    opacity: 1;
    visibility: visible;
  }
  .block-showcase-s .block-slider.slider-canais .carrossel .carrossel-title .pages {
    position: static;
    text-align: center;
  }
  .block-showcase-s .carrossel .carrossel-title .pages a.more-channels {
    margin-top: 10px;
  }
  .block-showcase-s .block-slider.slider-canais .carrossel .carrossel-title .pages p {
    position: absolute;
    top: 3px;
    right: 0;
  }
  .block-showcase-s .carrossel-body .carrossel-wrapper > ul > li {
    padding: 10px 6px;
  }
  .block-showcase-s .block-slider:not(.simple-slide) .carrossel-wrapper .item-wrapper:hover .img-holder {
    transform: none;
    border: none;
  }
  .block-showcase-s .block-slider:not(.simple-slide) .carrossel-wrapper .item-wrapper:hover .img-holder:before {
    opacity: 0;
  }
  .block-showcase-s .block-slider .carrossel-wrapper .item-wrapper:hover .details-on-hover {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
  }
  .block-showcase-s .block-slider .carrossel-wrapper .item-wrapper .details-on-hover .btn-play {
    margin-bottom: 10px;
  }
  .block-showcase-s .block-slider .carrossel-wrapper .item-wrapper .details-on-hover .btn-video {
    display: none;
  }
  .block-showcase-s .block-slider .carrossel-wrapper .item-wrapper .details-on-hover > * {
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .block-showcase-s .block-slider:not(.slider-canais) .carrossel-wrapper .item-wrapper .details-on-hover p {
    display: none;
  }
  .block-showcase-s .block-slider:not(.simple-slide) .carrossel-wrapper .item-wrapper:hover .details-holder {
    transform: none;
    position: absolute;
    transition: none;
    width: 100%;
    height: auto;
  }
  .block-showcase-s .carrossel .carrossel-title h3 {
    line-height: 22px;
  }
  .block-showcase-s .block-slider .carrossel-body .carrossel-wrapper > ul > li[data-clone] {
    opacity: 1 !important;
  }
  .tit-holder,
  .block-showcase-s .episode-tabs + .block-slider .carrossel .carrossel-title {
    margin: 0 20px;
  }
  .block-showcase-s .block-slider.simple-slide .carrossel-body .carrossel-wrapper,
  .episode-tabs + .block-slider .carrossel-body .carrossel-wrapper {
    padding: 20px;
  }
}

@media screen and (max-width: 576px) {
  .block-showcase-s .carrossel-body .carrossel-wrapper {
    padding: 20px calc((100% - 240px * 2) / 2) 0;
  }
}

@media screen and (max-width: 420px) {
  .block-showcase-s .carrossel-body .carrossel-wrapper {
    padding: 20px calc((100% - 240px) / 2) 0;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.block-showcase-s .part .carrossel-wrapper {
  -webkit-animation: 1.5s ease 0s normal forwards 1 fadein;
  animation: 1.5s ease 0s normal forwards 1 fadein;
}

.block-showcase-s .block-slider:not([data-usernavigated]) .carrossel-body .carrossel-content {
  margin-left: -50px;
}

.block-showcase-s .part {
  width: 100%;
  position: relative;
  overflow: hidden;
  max-width: 1600px;
  margin: auto;
}

.block-showcase-s .part .viewport {
  overflow: hidden;
  max-width: 1600px;
  margin: auto;
  width: 100%;
  padding: 12px;
}

.block-showcase-s .part .carrossel-content:hover .item .item-wrapper .text-holder .title-holder,
.block-showcase-s .part .carrossel-content:hover .item .item-wrapper .text-holder .title-holder p,
.block-showcase-s .part .carrossel-content:hover .item .item-wrapper .text-holder .desc-holder,
.block-showcase-s .part .carrossel-content:hover .item .item-wrapper .text-holder .desc-holder p,
.block-showcase-s .part .carrossel-content:hover .item .item-wrapper .text-holder .price-holder,
.block-showcase-s .part .carrossel-content:hover .item .item-wrapper .text-holder .price-holder p,
.block-showcase-s .part .carrossel-content:hover .item .item-wrapper .image-holder {
  opacity: 0.8;
}

.block-showcase-s .part .carrossel-content:hover .item:not(:hover) > * {
  box-shadow: 0px 7px 11px 0px transparent;
}

.block-showcase-s .part .carrossel-content .item:hover > a {
  opacity: 1;
  color: #000000;
  border: 1px solid #0099ab !important;
  transition: all 0.3s ease-in-out;
}

.block-showcase-s .part .carrossel-content .item:hover .item-wrapper .image-holder,
.block-showcase-s .part .carrossel-content .item:hover .item-wrapper .text-holder * {
  opacity: 1 !important;
}

.block-showcase-s .part .carrossel-content .item {
  margin: 0;
  padding: 10px 0;
  max-width: 500px;
}

.block-showcase-s .showcase-s-details + .showcase-s-case .carrossel-content .item {
  margin: -10px 0 0;
}

.block-showcase-s .part .carrossel-content .item > * {
  text-decoration: none;
  padding: 61px 0;
  height: 320px;
  margin: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  margin: 0 6px;
  box-shadow: 0px 7px 11px 0px rgba(0, 0, 0, 0.03);
}

.block-showcase-s .block-slider .carrossel-controls ul {
  position: absolute;
  max-width: 1600px;
  z-index: 50;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translateY(-20px) translateX(-50%);
}

.block-showcase-s .block-slider .carrossel-controls ul > * {
  text-align: center;
}

.block-showcase-s .block-slider .carrossel-controls ul [class*='-arrow'] {
  color: #000000;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 0;
  text-decoration: none;
  height: 50px;
  width: 50px;
  font-size: 14px;
  line-height: 50px;
  background-color: rgba(53, 53, 53, 0.1);
  left: 0px;
}

.block-showcase-s .block-slider .carrossel-controls ul [class*='-arrow']:hover {
  background-color: #0099ab;
}

.block-showcase-s .block-slider .carrossel-controls ul [class*='-arrow']:hover:before {
  color: #ffffff;
}

.block-showcase-s .block-slider .carrossel-controls ul [class*='-arrow']:before {
  vertical-align: middle;
}

.block-showcase-s .block-slider .carrossel-controls ul [class*='-arrow'].limit {
  opacity: 0;
  visibility: hidden;
  cursor: default;
}

.block-showcase-s .block-slider .carrossel-controls ul .right-arrow {
  right: 0px;
  left: auto;
}

.block-showcase-s .block-slider .carrossel-controls ul .icon-seta-right:before {
  content: '\5c';
}

.block-showcase-s .block-slider .carrossel-controls ul .icon-seta-left:before {
  content: '\7e';
}

.block-showcase-s .block-slider .carrossel-controls ul .right-arrow .carrossel-title {
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.block-showcase-s .block-slider .carrossel-controls ul .right-arrow:hover .carrossel-title {
  position: absolute;
  right: 50px;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  top: 0;
  background: rgba(51, 51, 51, 0.9);
  opacity: 1;
  visibility: visible;
  transition: all 0.5s linear;
}

.block-showcase-s .block-slider .carrossel-controls ul .right-arrow .carrossel-title .pages {
  width: 50px;
}

.block-showcase-s .block-slider .carrossel-controls ul .right-arrow .carrossel-title .pages span:first-child {
  margin: 0 5px 0 0;
}

.block-showcase-s .block-slider .carrossel-controls ul .right-arrow .carrossel-title .pages p {
  font-weight: 200;
  color: #ffffff;
}

.block-showcase-s .block-slider .carrossel-controls ul .right-arrow .carrossel-title .pages .current {
  font-weight: 600;
  color: #ffffff;
}

.block-showcase-s .block-slider[nav-type='pages'] .carrossel .carrossel-title {
  min-height: 40px;
}

.block-showcase-s .carrossel-body .carrossel-wrapper {
  padding: 0 56px;
}

.block-showcase-s .carrossel .carrossel-title .pages .current {
  color: black;
}

.block-showcase-s > div.part div.slide-navigation {
  left: 0;
  height: 22px;
  margin: auto;
}

.block-showcase-s > div.part div.slide-navigation > ul {
  display: flex;
  justify-content: center;
  margin-top: 12px;
  padding-left: 0;
  padding-right: 0;
}

.block-showcase-s > div.part div.slide-navigation > ul li {
  cursor: pointer;
  display: inline-block;
  padding: 6px;
  background: #ededed;
  transition: all 0.3s ease-out;
  margin-left: 10px;
  border-radius: 50%;
}

.block-showcase-s > div.part div.slide-navigation > ul li.active {
  background: #000;
}

.block-showcase-s .showcase-s {
  display: flex;
  flex-direction: row;
}

.block-showcase-s .showcase-s-details + .showcase-s-case {
  position: relative;
  width: 100%;
  max-width: calc(100% - 320px);
}

.block-showcase-s .showcase-s-case {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.block-showcase-s[nav-type='button'] .showcase-s-details {
  padding: 0;
}

.block-showcase-s .showcase-s-details {
  margin: 0 0 0 0px;
  padding: 40px 0 0;
  width: auto;
}

.block-showcase-s .showcase-s-details .details-holder {
  background: #353535;
  padding: 15px 30px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 320px;
  height: 320px;
  position: relative;
}

.block-showcase-s .showcase-s-details .details-holder .txt-holder {
  width: 100%;
}

.block-showcase-s .showcase-s-details .details-holder .txt-holder h3 {
  white-space: normal;
}

.block-showcase-s .showcase-s-details .details-holder .btn-holder {
  position: absolute;
  bottom: 35px;
}

.block-showcase-s .showcase-s-details .details-holder .btn-holder:empty {
  display: none;
}

.block-showcase-s .showcase-s-case .carrossel-content .item .item-wrapper {
  display: flex;
  position: relative;
  align-items: center;
  white-space: normal;
  flex-basis: 100%;
}

.block-showcase-s[data-loading='true'] .carrossel-controls {
  display: none;
}

.block-showcase-s .showcase-error-message > span {
  font-size: 32px;
  margin-bottom: 10px;
  display: block;
}

.block-showcase-s .showcase-error-message > p {
  font-size: 16px;
  font-weight: 400;
}

.block-showcase-s .showcase-error-message > p + p {
  font-size: 14px;
  font-weight: 300;
}

.block-showcase-s .showcase-error-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10px);
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.block-showcase-s .part .carrossel-content .item.is-loading .item-wrapper .title-holder {
  height: 20px;
  width: 70%;
  background: #ccc;
  margin-bottom: 20px;
}

.block-showcase-s .part .carrossel-content .item.is-loading .item-wrapper .price-holder p {
  color: #ccc !important;
}

.block-showcase-s .part .carrossel-content .item.is-loading .image-holder:before {
  display: block;
  content: '';
  width: 120px;
  margin: auto;
  height: 200px;
  background: #ccc;
}

.block-showcase-s .showcase-s-case .carrossel-content .item .item-wrapper .label-holder {
  padding-bottom: 5px;
}

.block-showcase-s .showcase-s-case .carrossel-content .item .item-wrapper .image-holder {
  flex-basis: 50%;
  padding: 20px 0px 20px 20px;
  flex-shrink: 0;
}

.block-showcase-s .showcase-s-case .carrossel-content .item .item-wrapper .image-holder img {
  width: 100%;
  height: auto;
}

.block-showcase-s .showcase-s-case .carrossel-content .item .item-wrapper .text-holder {
  background-color: transparent;
  color: #000000;
  flex-basis: 50%;
  padding: 20px 20px 20px 10px;
  width: 100%;
}

.block-showcase-s .showcase-s-case .carrossel-content .item .item-wrapper .text-holder .labels li span {
  padding: 2px 13px;
  font-size: 16px;
  line-height: 20px;
}

.block-showcase-s .showcase-s-case .carrossel-content .item .item-wrapper .text-holder .notes-holder {
  margin-bottom: 15px;
}

.block-showcase-s .showcase-s-case .carrossel-content .item .item-wrapper .text-holder .notes-holder p {
  font-size: 12px;
  line-height: 16px;
  padding: 0;
  margin: 0;
  color: #c90062;
}

.block-showcase-s .showcase-s-case .carrossel-content .item .item-wrapper .text-holder .btn-holder {
  margin-top: 20px;
}

.block-showcase-s .showcase-s-case .carrossel-content .item .item-wrapper .text-holder .price-holder .new-price {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.block-showcase-s .showcase-s-case .carrossel-content .item .item-wrapper .text-holder .price-holder sup {
  font-size: 60%;
  display: inline;
  padding: 0 2px;
}

.block-showcase-s .showcase-s-case .carrossel-content .item .item-wrapper .text-holder .price-holder p {
  color: #000000;
  font-size: 12px;
  line-height: 12px;
}

.block-showcase-s .showcase-s-case .carrossel-content .item .item-wrapper .text-holder .price-holder .old-price {
  color: #cccccc;
  text-decoration: line-through;
  font-size: 12px;
  line-height: 12px;
}

.block-showcase-s .showcase-s-case .carrossel-content .item .item-wrapper {
  height: 380px;
  align-items: center;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  .block-showcase-s .showcase-s-case .carrossel-content .item .item-wrapper .image-holder {
    max-height: 200px;
    padding: 35px 0 10px 0;
    margin: auto;
    flex-basis: auto;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
  .block-showcase-s .part .carrossel-content .item > * {
    padding: 15px 0;
    height: auto;
  }
  .block-showcase-s .part .showcase-s-details + .showcase-s-case .carrossel-content .item > * {
    padding: 0;
    height: 380px;
  }
  .block-showcase-s .showcase-s-details .details-holder {
    height: 380px;
  }
  .block-showcase-s .showcase-s-case .carrossel-content .item .item-wrapper {
    flex-direction: column;
    display: flex;
    width: 100%;
    padding: 0 15px;
  }
  .block-showcase-s .showcase-s-case .carrossel-content .item .item-wrapper .image-holder img {
    max-height: 150px;
    width: auto;
  }
  .block-showcase-s .showcase-s-case .carrossel-content .item .item-wrapper .text-holder {
    flex-basis: 100%;
    padding: 0;
  }
  .block-showcase-s .showcase-s-case .carrossel-content .item .item-wrapper .label-holder {
    position: absolute;
    top: 7px;
    left: 0;
  }
  .block-showcase-s .showcase-s-case .carrossel-content .item .item-wrapper .text-holder .notes-holder {
    margin-bottom: 5px;
  }
  .block-showcase-s .showcase-s-case .carrossel-content .item .item-wrapper .text-holder .title-holder h5 {
    margin-bottom: 5px;
  }
  .block-showcase-s .showcase-s-case .carrossel-content .item .item-wrapper .text-holder .btn-holder {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .block-showcase-s .part .viewport {
    overflow: auto;
  }
  .block-showcase-s .part .carrossel-content .item {
    flex-basis: 250px;
    min-width: 250px;
    padding: 0 12px 0 0;
  }
  .block-showcase-s .part .carrossel-content .item:hover .toggle-holder .toggle-wrap {
    opacity: 1;
    transform: translateY(0px);
  }
  .block-showcase-s .part .carrossel-content .item:hover .toggle-holder {
    box-shadow: inset 0px 0px 200px 400px rgba(0, 0, 0, 0.75);
    transition: all 0.4s cubic-bezier(0.15, 0.51, 0.55, 0.01);
  }
}

@media screen and (max-width: 767px) {
  .block-showcase-s .part .slide-navigation {
    display: none;
  }
  .block-showcase-s .block-slider:not([data-usernavigated]) .carrossel-body .carrossel-content {
    margin-left: 0;
  }
  .block-showcase-s .part .viewport {
    padding: 0 25px;
    margin-top: -12px;
  }
  .block-showcase-s .showcase-s-details + .showcase-s-case .carrossel-content .item {
    margin: 0;
  }
  .block-showcase-s .part .carrossel-content .item > *,
  .block-showcase-s .part .showcase-s-details + .showcase-s-case .carrossel-content .item > * {
    padding: 25px 0 25px;
    margin-right: 0;
    height: 100%;
  }
  .block-showcase-s .part .carrossel-content .item:hover > * {
    border: none !important;
  }
  .block-showcase-s .block-slider[nav-type='pages'] .carrossel .carrossel-title {
    display: none;
  }
  .block-showcase-s .carrossel-body .carrossel-wrapper {
    padding: 0 20px;
  }
  .block-showcase-s .showcase-s-case .carrossel-content .item .item-wrapper {
    flex-direction: column;
    display: flex;
    width: 100%;
    padding: 0 15px;
    height: 100%;
  }
  .block-showcase-s .showcase-s-case .carrossel-content .item .item-wrapper .image-holder img {
    max-height: 150px;
    width: auto;
  }
  .block-showcase-s .showcase-s-case .carrossel-content .item .item-wrapper .text-holder {
    flex-basis: auto;
    padding: 0;
  }
  .block-showcase-s .showcase-s-case .carrossel-content .item .item-wrapper .label-holder {
    position: absolute;
    top: 0;
    left: 0;
  }
  .block-showcase-s .showcase-s-case .carrossel-content .item .item-wrapper .text-holder .notes-holder {
    margin-bottom: 10px;
  }
  .block-showcase-s .showcase-s-case .carrossel-content .item .item-wrapper .text-holder .price-holder {
    margin-bottom: 15px;
  }
  .block-showcase-s .part .carrossel-content .item .toggle-holder .bot-line .hyperlinks {
    margin: 10px 0;
  }
  .block-showcase-s .part .carrossel-content .item .toggle-holder .bot-line .hyperlinks li {
    margin: 5px 0;
  }
  .block-showcase-s .showcase-s {
    display: flex;
    flex-direction: column;
  }
  .block-showcase-s .showcase-s-details {
    flex-basis: auto;
    min-width: 200px;
    margin: 0;
  }
  .block-showcase-s .showcase-s-details .details-holder {
    padding: 22px 25px;
    width: 100%;
    height: auto;
  }
  .block-showcase-s .showcase-s-details .details-holder .btn-holder {
    position: relative;
    bottom: auto;
  }
  .block-showcase-s .showcase-s-details .details-holder .title {
    margin-bottom: 10px;
  }
  .block-showcase-s .showcase-s-details .details-holder > * {
    margin: 10px 0;
  }
  .block-showcase-s .showcase-s-case .carrossel-content .item .item-wrapper .text-holder .btn-holder {
    display: block;
  }
  .block-showcase-s .showcase-s-case {
    position: relative;
    margin-top: 0px;
    width: 100%;
    max-width: 100%;
  }
  .block-showcase-s .showcase-s-details + .showcase-s-case {
    margin-top: -12px;
    width: 100%;
    max-width: 100%;
    position: relative;
  }
}

.block-podium {
  width: 100%;
}

.block-podium .content-holder {
  background: white;
  margin: auto;
  max-width: 1200px;
  box-shadow: 0px 7px 11px 0px rgba(0, 0, 0, 0.03);
}

.block-podium .content-holder .part {
  padding: 30px 15px;
  overflow: hidden;
}

.block-podium .content-holder .common + .part {
  padding: 0 15px 30px;
}

.block-podium[data-items='2'] .content-holder .part .podium-viewport {
  max-width: calc(200% / 3);
  margin: auto;
}

.block-podium[data-items='2'] .content-holder .part .podium-viewport .competitors-list > li {
  flex-basis: calc((100% - 30px) / 2);
}

.block-podium .content-holder .part .podium-viewport .competitors-list {
  perspective: inherit;
  perspective-origin: inherit;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.block-podium .content-holder .part .podium-viewport .competitors-list > li {
  z-index: 0;
  outline: 1px solid transparent;
  outline-offset: -1px;
  padding-top: 30px;
  margin-top: 0;
  background: #f6f6f6;
  transition: all 0.2s ease-out;
  flex-grow: 0;
  overflow: hidden;
  position: relative;
  flex-basis: calc((100% - 30px) / 3);
}

.block-podium .content-holder .part .podium-viewport .competitors-list > li:not(.active):after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
}

.block-podium .content-holder .part .podium-viewport .competitors-list > li.active {
  z-index: 50;
  transition: all 0.2s ease-out;
  outline-color: #000;
}

.block-podium .content-holder .part .podium-viewport .competitors-list > li:not(.active):hover {
  outline-color: #0099ab;
  opacity: 1;
}

.block-podium .content-holder .part .podium-viewport .competitors-list > li .competitor {
  z-index: -1;
  bottom: 0;
  left: 0;
  position: relative;
  width: 100%;
  margin-top: -30px;
  height: calc(100% + 30px);
  display: flex;
  flex-direction: column;
}

.block-podium .content-holder .part .podium-viewport .competitors-list > li .competitor-header {
  position: relative;
  z-index: 0;
}

.block-podium .content-holder .part .podium-viewport .competitors-list > li .competitor-header:before {
  content: '';
  z-index: -1;
  padding-top: 50%;
  width: 100%;
  display: block;
  background-color: #333;
}

.block-podium .content-holder .part .podium-viewport .competitors-list > li .competitor-header ul.labels {
  transition: top 0.2s ease-out;
  position: absolute;
  top: 30px;
  left: 0;
}

.block-podium .content-holder .part .podium-viewport.touching .competitors-list > li {
  transition: none !important;
}

.block-podium .content-holder .part .podium-viewport .competitors-list > li .competitor-header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.block-podium .content-holder .part .podium-viewport .competitors-list > li .competitor-header h4 {
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0 0 25px 25px;
  line-height: 30px;
  width: 60%;
  z-index: 20;
}

.block-podium .content-holder .part .podium-viewport .competitors-list > li .competitor-body {
  position: relative;
  overflow: hidden;
  flex-grow: 1;
}

.block-podium .content-holder .part .podium-viewport .competitors-list > li .competitor-body .offer-list {
  padding: 0;
  margin: 0;
  padding-bottom: 50px;
}

.block-podium .content-holder .part .podium-viewport .competitors-list > li .competitor-body .offer-list > li {
  transition: all 0.2s ease-out;
  overflow: hidden;
  background: transparent;
  display: block;
  color: black;
}

.block-podium .content-holder .part .podium-viewport .competitors-list > li .competitor-body .offer-list > li * {
  color: inherit;
  margin-bottom: 0;
}

.block-podium
.content-holder
.part
.podium-viewport
.competitors-list
> li
.competitor-body
.offer-list
> li
.offer-header
.offer-type
> * {
  display: inline;
}

.block-podium
.content-holder
.part
.podium-viewport
.competitors-list
> li
.competitor-body
.offer-list
> li
.offer-header
.offer-type
> p {
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
}

.block-podium
.content-holder
.part
.podium-viewport
.competitors-list
> li
.competitor-body
.offer-list
> li
.offer-header
.offer-type
span[class*='icon-']:before {
  font-size: 30px;
  vertical-align: -5px;
}

.block-podium .content-holder .part .podium-viewport .competitors-list > li .competitor-body .offer-list > li .offer-header .offer-title {
  margin-top: 5px;
}

.block-podium
.content-holder
.part
.podium-viewport
.competitors-list
> li
.competitor-body
.offer-list
> li
.offer-header
.offer-title
h4 {
  margin: 0;
  font-weight: 400;
}

.block-podium
.content-holder
.part
.podium-viewport
.competitors-list
> li
.competitor-body
.offer-list
> li
.offer-header
.offer-type
.icon.icon-prod-tv {
  margin-left: -3px;
  margin-right: 7px;
}

.block-podium
.content-holder
.part
.podium-viewport
.competitors-list
> li
.competitor-body
.offer-list
> li
.offer-header
.offer-type
.icon.icon-prod-net {
  margin-left: -3px;
  margin-right: 7px;
}

.block-podium
.content-holder
.part
.podium-viewport
.competitors-list
> li
.competitor-body
.offer-list
> li
.offer-header
.offer-type
.icon.icon-prod-fixo {
  margin-left: -8px;
  margin-right: 2px;
}

.block-podium
.content-holder
.part
.podium-viewport
.competitors-list
> li
.competitor-body
.offer-list
> li
.offer-header
.offer-type
.icon.icon-prod-movel {
  margin-left: -8px;
  margin-right: 3px;
}

.block-podium
.content-holder
.part
.podium-viewport
.competitors-list
> li
.competitor-body
.offer-list
> li
.offer-header
.offer-type
.icon.icon-prod-bandalarga {
  margin-left: -7px;
  margin-right: 4px;
}

.block-podium .content-holder .part .podium-viewport .competitors-list > li .competitor-body .offer-list > li .offer-header {
  transition: all 0.25s ease-out;
  background: transparent;
  padding: 10px 55px 15px 25px;
  position: relative;
  display: block;
  text-decoration: none;
}

.block-podium .content-holder .part .podium-viewport .competitors-list > li.active .competitor-body .offer-list > li.opened .offer-header,
.block-podium .content-holder .part .podium-viewport .competitors-list > li.active .competitor-body .offer-list > li a.offer-header:hover {
  background: #ebebeb;
}

.block-podium .content-holder .part .podium-viewport .competitors-list > li .competitor-body .offer-list > li .offer-body {
  background: transparent;
  transition: all 0.2s ease-out;
}

.block-podium .content-holder .part .podium-viewport .competitors-list > li .competitor-body .offer-list > li.opened .offer-body {
  background: #ebebeb;
}

.block-podium
.content-holder
.part
.podium-viewport
.competitors-list
> li.active
.competitor-body
.offer-list
> li.opened
.offer-body
.promo-list {
  padding: 5px 0 15px;
  box-sizing: content-box;
}

.block-podium .content-holder .part .podium-viewport .competitors-list > li .competitor-body .offer-list > li .offer-body ul {
  padding: 0px 30px;
  list-style: none;
}

.block-podium .content-holder .part .podium-viewport .competitors-list > li .competitor-body .offer-list > li .offer-body ul li {
  font-size: 12px;
  color: #333333;
}

.block-podium
.content-holder
.part
.podium-viewport
.competitors-list
> li
.competitor-body
.offer-list
> li
.offer-body
ul
li.list-header
*,
.block-podium .content-holder .part .podium-viewport .competitors-list > li .competitor-body .offer-list > li .offer-body ul.default li {
  font-weight: 400;
}

.block-podium .content-holder .part .podium-viewport .competitors-list > li .competitor-body .offer-list > li .offer-body ul li * {
  display: inline;
  font-size: inherit;
}

.block-podium
.content-holder
.part
.podium-viewport
.competitors-list
> li
.competitor-body
.offer-list
> li
.offer-body
ul
li:not(.list-header)
+ li {
  margin-top: 10px;
}

.block-podium .content-holder .part .podium-viewport .competitors-list > li .competitor-footer {
  padding: 0 30px 30px;
}

.block-podium .content-holder .part .podium-viewport .competitors-list > li.active .promo-list {
  opacity: 1;
}

.block-podium .content-holder .part .podium-viewport .competitors-list > li .promo-list {
  opacity: 0;
  transition: all 0.2s ease-out;
}

.block-podium .content-holder .part .podium-viewport .competitors-list > li .competitor-footer .competitor-pack {
  padding: 25px 0 0;
  margin-top: 30px;
  border-top: 1px solid #333;
}

.block-podium .content-holder .part .podium-viewport .competitors-list > li .competitor-footer .competitor-pack .pack-name {
  font-size: 10px;
  margin-bottom: 0;
  color: #000;
}

.block-podium .content-holder .part .podium-viewport .competitors-list > li .competitor-footer .competitor-pack .hyperlinks {
  margin-top: 30px;
}

.block-podium
.content-holder
.part
.podium-viewport
.competitors-list
> li:not(.active):hover
.competitor-footer
.competitor-pack
.hyperlinks
a {
  background: #0099ab;
  color: white;
  border-color: #0099ab;
}

.block-podium .content-holder .part .podium-link {
  text-align: center;
  padding: 30px 0 0;
}

[data-foot-note]:not([data-foot-note='']):after {
  content: " (" attr(data-foot-note) ")";
  font-size: 0.8em;
  vertical-align: super;
}

h4[data-foot-note]:after {
  font-size: 0.4em !important;
}

@media screen and (max-width: 767px) {
  .block-podium[data-items='2'] .content-holder .part .podium-viewport,
  .block-podium .content-holder .part .podium-viewport {
    width: calc(250%);
    max-width: 250%;
    transform: translateX(-30%);
  }
  .block-podium[data-items='2'] .content-holder .part .podium-viewport .competitors-list > li {
    flex-basis: calc((100% - 30px) / 3);
  }
}

.pack-price {
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
}

.units:before {
  content: attr(data-currency);
}

.pack-original-price {
  font-size: 12px;
  text-decoration: line-through;
  color: #808080;
}

.pack-price span:not(.units) {
  vertical-align: super;
  font-size: 0.5em;
}

.pack-price span.price-old {
  font-size: 12px;
  color: #808080;
  font-weight: 300;
  text-decoration: line-through;
  display: block;
  width: auto;
  vertical-align: top;
}

.pack-list .pack-price {
  display: block;
  min-height: 48px;
}

.price-description {
  font-size: 10px;
  margin-top: 5px;
}

.price-description * {
  font-size: inherit;
}

.promo-list ul + ul {
  margin-top: 20px;
}

.promo-list h6 {
  color: #c90062 !important;
  margin-bottom: 6px;
  margin-top: 0;
}

.promo-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.promo-list ul li {
  font-size: 10px;
  font-weight: 300;
  line-height: 12px;
}

.promo-list ul li:not(.list-header) + li {
  margin-top: 13px;
}

.block-offer-table .offer-table > li .package-offers ul li.list-header + li {
  margin-top: 0;
}

.toggle-body {
  border-radius: 50%;
}

.toggle-body span:after,
.toggle-body span:before {
  content: '';
  transition: height 0.15s ease-out, top 0.15s ease-out;
  position: absolute;
  background: inherit;
}

.toggle-body span:after {
  top: 50%;
  left: 5px;
  transform: translateY(-1px);
  width: calc(100% - 10px);
  height: 2px;
}

.toggle-body span:before {
  left: 50%;
  top: 5px;
  transform: translateX(-1px);
  height: calc(100% - 10px);
  width: 2px;
}

.block-podium
.content-holder
.part
.podium-viewport
.competitors-list
> li
.competitor-body
.offer-list
> li.opened
.offer-header
.toggle-body
span:before,
.block-offer-table .offer-table > li.opened .toggle-body span:before {
  height: 0;
  top: 50%;
}

.block-podium
.content-holder
.part
.podium-viewport
.competitors-list
> li.active
.competitor-body
.offer-list
> li
a.offer-header:hover
.toggle-body,
.block-offer-table .offer-table > li:not(.opened):hover .toggle-body,
.block-offer-table .offer-table > li.opened .toggle-body:hover {
  transform: scale(1.1);
  background: #0099ab;
}

.block-podium
.content-holder
.part
.podium-viewport
.competitors-list
> li.active
.competitor-body
.offer-list
> li
a.offer-header:hover
.toggle-body
span,
.block-offer-table .offer-table > li:not(.opened):hover .toggle-body span,
.block-offer-table .offer-table > li.opened .toggle-body:hover span {
  background: white;
}

.block-podium .content-holder .part .podium-viewport .competitors-list > li .competitor-body .offer-list > li .offer-header .toggle-body {
  transition: all 0.15s ease-out;
  position: absolute;
  right: 30px;
  top: 20px;
  width: 20px;
  height: 20px;
  padding: 5px;
}

.block-offer-table .offer-table > li .toggle-body {
  cursor: pointer;
  transition: all 0.15s ease-out;
  position: absolute;
  right: 10px;
  top: 40px;
  width: 20px;
  height: 20px;
  padding: 5px;
}

.block-podium
.content-holder
.part
.podium-viewport
.competitors-list
> li.active
.competitor-body
.offer-list
> li
.offer-header
.toggle-body
span,
.block-offer-table .offer-table > li .toggle-body span {
  background: black;
  transition: all 0.15s ease-out;
}

.block-offer-table {
  width: 100%;
}

.block-offer-table .content-holder {
  margin: auto;
  max-width: 1600px;
}

.block-offer-table .content-holder .part {
  padding: 30px;
}

.block-offer-table .content-holder .common + .part {
  padding-top: 0;
}

.block-offer-table .filter-box {
  padding-bottom: 30px;
}

.block-offer-table .filter-box > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.block-offer-table .filter-box > ul > li {
  display: inline-block;
  text-align: left;
  width: 250px;
  margin: 0 10px;
}

.block-offer-table .offer-table {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.block-offer-table .offer-table > li:not(.no-offer) {
  display: flex;
  padding-right: 40px;
  position: relative;
  border-bottom: 1px solid #ccc;
}

.block-offer-table .offer-table > li + li {
  margin-top: -1px;
}

.block-offer-table .offer-table > li:not(.no-offer) > div {
  flex-basis: calc(100% / 8);
  max-width: calc(100% / 8);
  padding: 40px 10px 25px;
}

.block-offer-table .offer-table > li:not(.no-offer) > div:last-of-type {
  text-align: right;
}

.block-offer-table .offer-table > li:not(.no-offer):not(.offer-table-header) > div:empty:before {
  content: '-';
}

.block-offer-table.loading .offer-table > li:not(.offer-table-header) {
  opacity: 0.2;
  pointer-events: none;
}

.block-offer-table.loading .offer-table > li.offer-table-header span {
  opacity: 0.2;
  pointer-events: none;
}

.block-offer-table .offer-table > li.offer-table-header {
  border-bottom: 1px solid #ccc;
}

.block-offer-table .offer-table > li.offer-table-header * {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.block-offer-table .offer-table > li.offer-table-header > div {
  padding: 10px;
}

.block-offer-table .offer-table > li.offer-table-header .checkbox {
  margin-bottom: -4px;
}

.block-offer-table .offer-table > li.offer-table-header > div > span {
  vertical-align: -1px;
}

.block-offer-table .offer-table > li.offer-table-header > div > span.offer {
  color: #c90062;
}

.block-offer-table .offer-table > li > div .promo-list ul:first-child li:first-child {
  font-size: 12px;
}

.block-offer-table .offer-table > li:not(.opened) > div .promo-list > ul:not(.default) > li:nth-of-type(n + 3),
.block-offer-table .offer-table > li:not(.opened) > div .promo-list > ul.default > li:not(:first-of-type),
.block-offer-table .offer-table > li:not(.opened) > div .hyperlinks {
  display: none;
}

.block-offer-table .offer-table > li > div .promo-list ul li h6 {
  font-size: inherit;
}

.block-podium
.content-holder
.part
.podium-viewport
.competitors-list
> li
.competitor-body
.offer-list
> li
.offer-body
ul
li
a:not([class*='btn-']),
.block-offer-table .offer-table > li > div a:not([class*='btn-']) {
  text-decoration: underline;
}

.block-podium
.content-holder
.part
.podium-viewport
.competitors-list
> li
.competitor-body
.offer-list
> li
.offer-body
ul
li
a:not([class*='btn-']):hover,
.block-offer-table .offer-table > li > div a:not([class*='btn-']):hover {
  color: #0099ab;
  text-decoration: none;
}

.block-offer-table .offer-table > li:not(.no-offer):not(.offer-table-header):not(.opened):after {
  content: '';
  cursor: pointer;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

.block-offer-table .offer-table > li:not(.no-offer).opened {
  outline: 2px solid black;
  outline-offset: -2px;
}

.block-offer-table .offer-table > li:not(.no-offer):not(.offer-table-header):not(.opened):hover {
  outline: 1px solid #0099ab;
  outline-offset: -1px;
  z-index: 5;
}

.block-offer-table .offer-table > li .package-offers ul:first-child li.list-header {
  display: none;
}

.block-offer-table .offer-table > li .pack-price {
  font-size: 24px;
}

.block-offer-table .offer-table > li .pack-original-price {
  font-size: 12px;
  margin-top: 2px;
}

.block-offer-table .offer-table > li .price-description,
.block-offer-table .offer-table > li .hyperlinks {
  margin-top: 20px;
}

.block-offer-table .offer-table > li.no-offer {
  padding: 30px 15px 50px;
  text-align: center;
}

.block-offer-table .offer-table-hyperlink {
  padding: 20px 10px;
}

.block-offer-table .offer-table > li:not(.no-offer) > div.package-title h5 {
  line-height: 16px;
}

.block-offer-table .offer-table > li:not(.no-offer) > div.package-title .labels {
  position: absolute;
  top: 10px;
}

.block-offer-table .offer-table > li:not(.no-offer) > div.package-title .labels li {
  font-size: 10px;
  line-height: 14px;
}

.block-offer-table .offer-table > li:not(.no-offer) > div.package-title .labels li span {
  padding: 4px 10px;
}

@media screen and (min-width: 1024px) {
  .block-offer-table .offer-table > li .hyperlinks {
    justify-content: flex-end;
  }
  .block-offer-table .offer-table > li .hyperlinks li {
    margin-right: 0;
  }
}

@media screen and (max-width: 1023px) {
  .block-offer-table .filter-box {
    padding: 0 10px 10px;
  }
  .block-offer-table .content-holder .part {
    padding: 30px 10px;
  }
  .block-offer-table .filter-box > ul {
    text-align: left;
  }
  .block-offer-table .filter-box > ul > li + li {
    margin-top: 10px;
  }
  .block-offer-table .offer-table > li:not(.no-offer) {
    display: block;
    padding: 0px 45px 0 20px;
  }
  .block-offer-table .offer-table > li.offer-table-header {
    padding-bottom: 15px;
  }
  .block-offer-table .offer-table > li.offer-table-header > div:nth-child(n + 7),
  .block-offer-table .offer-table > li.offer-table-header > div:first-child {
    display: none;
  }
  .block-offer-table .offer-table > li:not(.no-offer) > div {
    max-width: 100%;
    padding: 10px 0;
  }
  .block-offer-table .offer-table > li:not(.no-offer):not(.offer-table-header) > div {
    padding: 15px 0;
  }
  .block-offer-table .offer-table > li .toggle-body {
    top: 25px;
    right: 15px;
  }
  .block-offer-table .offer-table > li:not(.no-offer) > div.package-title {
    padding: 40px 0 10px;
  }
  .block-offer-table .offer-table > li:not(.no-offer) > div.package-title h5 {
    margin-bottom: 0;
  }
  .block-offer-table .offer-table > li:not(.opened):not(.no-offer):not(.offer-table-header) > div:not(.package-title):not(.package-pack) {
    display: none;
  }
  .block-offer-table .offer-table > li:not(.no-offer) > div.package-pack {
    text-align: left;
    padding: 10px 0 20px 0;
  }
  .block-offer-table .offer-table > li:not(.opened) > div .pack-original-price {
    display: block;
  }
  .block-offer-table
.offer-table
> li:not(.no-offer):not(.offer-table-header)
> div:not(.package-title):not(.package-pack)
ul.default
li:first-child {
    font-weight: 600;
  }
  .block-offer-table .offer-table > li:not(.no-offer) > div:empty {
    display: none;
  }
  .block-offer-table .offer-table > li > div[class*='package-']:before {
    content: attr(data-text);
    font-size: 11px;
    color: #7a7a7d;
    font-weight: 400;
  }
  .block-offer-table .offer-table > li > div.package-offers:before {
    color: #c90062;
  }
  .block-offer-table .filter-box > ul > li {
    width: calc(50% - 20px);
  }
  .promo-list ul li + li {
    margin-top: 3px;
  }
  .promo-list ul + ul {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .block-offer-table .offer-table > li:not(.no-offer):not(.opened):not(.offer-table-header) {
    display: flex;
    align-items: flex-start;
  }
  .block-offer-table .offer-table > li.offer-table-header {
    display: flex;
    justify-content: center;
  }
  .block-offer-table .offer-table > li:not(.no-offer).opened > div.package-pack {
    position: absolute;
    top: 0;
    right: 45px;
  }
  .block-offer-table .offer-table > li:not(.no-offer).opened > div.package-title {
    padding: 40px 0 30px;
  }
  .block-offer-table .offer-table > li:not(.no-offer) > div.package-title {
    padding: 40px 0;
    flex-grow: 1;
  }
  .block-offer-table .offer-table > li:not(.no-offer) > div.package-pack {
    padding: 30px 0 20px 0;
    text-align: right;
    flex-grow: 1;
  }
  .block-offer-table .offer-table > li .hyperlinks {
    justify-content: flex-end;
  }
  .block-offer-table .offer-table > li .hyperlinks li {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .block-offer-table .filter-box > ul > li {
    width: calc(100% - 20px);
  }
}

span.striked {
  text-decoration: line-through;
}

span.bold {
  font-weight: 600;
}

.block-switcher ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.block-switcher .switcher-menu,
.block-switcher .switcher-list {
  margin: auto;
  overflow: hidden;
  max-width: 1200px;
  width: 100%;
}

.block-switcher .switcher-list {
  margin-top: 30px;
}

.block-switcher .switcher-menu {
  display: flex;
  justify-content: center;
  overflow: visible !important;
  padding: 0 30px;
}

.block-switcher .switcher-menu > ul,
.block-switcher .switcher-list > ul {
  transition: all 0.3s ease-in-out;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}

.block-switcher .switcher-menu > ul {
  width: auto;
  background: #7fccd5;
  border-radius: 4px;
}

.block-switcher .switcher-list > ul > li {
  flex-basis: 100%;
  width: 100%;
  transition: all 0.2s ease-out;
  flex-shrink: 0;
  text-align: center;
  padding: 0;
}

.block-switcher .switcher-list > ul > li > div {
  padding: 0 30px 30px;
}

.block-switcher .switcher-list > ul > li:not(.active) {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.block-switcher .switcher-list > ul > li span {
  font-weight: 600;
  color: #0099ab;
}

.block-switcher .switcher-menu > ul > li {
  flex-basis: auto;
  text-align: center;
  flex-grow: 0;
  z-index: 0;
  position: relative;
  display: flex;
  align-items: center;
}

.block-switcher .switcher-menu > ul > li a {
  display: block;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 14px;
  color: white;
  z-index: 0;
  text-decoration: none;
}

.block-switcher .switcher-menu > ul > li a {
  font-weight: 600;
}

.block-switcher .switcher-menu > ul > li a:before {
  content: '';
  background: #0099ab;
  left: 0;
  transform: scale(1.05);
  top: 0;
  z-index: -1;
  transition: all 0.2s ease-out;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 4px;
}

.block-switcher .switcher-menu > ul > li a:not(.active):before {
  opacity: 0;
  transform: scale(0.9);
}

.txt-align-left .block-switcher .switcher-menu {
  justify-content: flex-start;
}

.txt-align-left .block-switcher .switcher-list > ul > li {
  text-align: left;
}

.block-switcher.alternative .switcher-menu > ul {
  background: rgba(255, 255, 255, 0.5);
}

.block-switcher.alternative .switcher-menu > ul > li a {
  color: #002e48;
}

.block-switcher.alternative .switcher-menu > ul > li a:before {
  background: white;
}

.block-switcher.alternative .switcher-list > ul > li span {
  color: white;
}

@media screen and (max-width: 1200px) {
  .block-switcher .switcher-menu > ul > li a {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 767px) {
  .block-switcher .switcher-menu {
    max-width: 100%;
    padding: 0 15px;
  }
  .block-switcher .switcher-menu > ul > li a {
    font-size: 12px;
  }
  .block-switcher .switcher-menu > ul > li a {
    padding: 10px;
  }
  .block-switcher .switcher-list > ul > li {
    padding: 0 15px;
  }
}

.block-tiles {
  position: relative;
}

.block-tiles .part {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 6px;
}

.block-tiles .part .switch {
  text-align: center;
  padding: 30px 0;
  margin: 0;
}

.block-tiles .part .switch a {
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.block-tiles .part .switch a:after {
  display: inline;
  font-family: 'brand-icons';
  content: '\73';
  font-weight: normal;
  text-transform: none;
  padding-left: 5px;
  font-size: 12px;
  vertical-align: -2px;
}

.block-tiles[data-open-text] .part .switch a:before {
  content: attr(data-open-text);
}

.block-tiles[data-open-text][data-state='open'] .part .switch a:before {
  content: attr(data-close-text);
}

.block-tiles .part .switch a:before {
  content: 'VER MAIS';
}

.block-tiles[data-state='open'] .part .switch a:before {
  content: 'VER MENOS';
}

.block-tiles[data-state='open'] .part .switch a:after {
  content: '\40';
}

.block-tiles[data-show-more='false'] .part .switch {
  display: none;
}

.block-tiles .tile-grid {
  list-style: none;
  padding: 0;
}

.block-tiles .tile-grid {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  align-items: stretch;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
  left: 0;
}

.block-tiles .tile-holder {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s ease;
  padding-top: calc(200% / 2);
}

.block-tiles .part.open .tile-holder {
  padding-top: 300%;
}

.block-tiles .tile-grid > li {
  display: flex;
  align-items: center;
  position: relative;
  width: calc(200% / 4);
  padding-top: calc(100% / 2);
}

.block-tiles .tile-grid > li .wrapper {
  width: calc(100% - 12px);
  position: absolute;
  top: 50%;
  left: 50%;
  height: calc(100% - 12px);
  transform: translate(-50%, -50%);
}

.block-tiles .tile-grid > li .wrapper a {
  text-decoration: none;
}

.block-tiles .tile-grid > li .wrapper .text-holder,
.block-tiles .tile-grid > li .wrapper .image-holder {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}

.block-tiles .tile-grid > li .wrapper .image-holder .image-wrap img {
  transition: transform 0.4s ease-out;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.block-tiles .tile-grid > li .wrapper:hover .image-holder .image-wrap img {
  transform: scale(1.1);
  z-index: 0;
}

.block-tiles .tile-grid > li .wrapper .text-holder {
  visibility: visible;
  transition: background 0.3s ease-in-out;
  padding: 10px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
}

.block-tiles .tile-grid > li .wrapper:hover .text-holder {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.6);
}

.block-tiles .tile-grid > li .wrapper .text-holder .text-wrap {
  position: relative;
  top: 50%;
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
  transform: translateY(-50%);
}

.block-tiles .tile-grid > li .wrapper .text-holder .text-wrap img {
  width: auto;
  max-height: 48px;
  margin-bottom: 5px;
}

.block-tiles .tile-grid > li .wrapper .text-holder .text-wrap .icon {
  display: block;
  font-size: 40px;
  min-height: 48px;
  max-height: 48px;
  transition: font-size 0.4s;
}

.block-tiles .tile-grid > li .wrapper .text-holder .text-wrap .icon.icon-prod-fixo {
  font-size: 46px;
}

.block-tiles .tile-grid > li .wrapper .text-holder .text-wrap .icon.icon-espetaculos,
.block-tiles .tile-grid > li .wrapper .text-holder .text-wrap .icon.icon-jogos,
.block-tiles .tile-grid > li .wrapper .text-holder .text-wrap .icon.icon-routers-wifi,
.block-tiles .tile-grid > li .wrapper .text-holder .text-wrap .icon.icon-donativos,
.block-tiles .tile-grid > li .wrapper .text-holder .text-wrap .icon.icon-experiencias {
  font-size: 50px;
}

.block-tiles .tile-grid > li .wrapper .text-holder .text-wrap h5 {
  margin-top: 0px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.8);
  font-weight: 600;
}

.block-tiles .tile-grid > li .wrapper .text-holder .text-wrap p {
  position: absolute;
  top: 100%;
  left: auto;
  right: auto;
  width: 100%;
  visibility: hidden;
  text-align: center;
  transition: visibility 0.2s ease-in-out;
  margin: 0;
  font-size: 10px;
  line-height: 16px;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.8);
}

.block-tiles .tile-grid > li .wrapper:hover .text-holder .text-wrap p {
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .block-tiles .part {
    padding: 0 24px;
  }
  .block-tiles .tile-holder {
    padding-top: calc(200% / 4);
  }
  .block-tiles .part.open .tile-holder {
    padding-top: calc(300% / 4);
  }
  .block-tiles .tile-grid > li {
    width: calc(200% / 8);
    padding-top: calc(100% / 4);
  }
  .block-tiles .tile-grid > li .wrapper:hover .text-holder .text-wrap p {
    visibility: visible;
  }
}

@media screen and (min-width: 993px) {
  .block-tiles .tile-holder {
    padding-top: calc(200% / 6);
  }
  .block-tiles .part.open .tile-holder {
    padding-top: calc(200% / 4);
  }
  .block-tiles .tile-grid > li {
    width: calc(200% / 6);
    padding-top: calc(100% / 6);
  }
  .block-tiles .tile-grid > li:nth-child(2n):not(:nth-child(8n-2)):not(:nth-child(8n)),
  .block-tiles .tile-grid > li:nth-child(8n-3),
  .block-tiles .tile-grid > li:nth-child(8n-1) {
    width: calc(100% / 6);
  }
  .block-tiles .tile-grid > li .wrapper .text-holder .text-wrap h5 {
    font-size: 14px;
    line-height: 22px;
  }
  .block-tiles .tile-grid > li .wrapper .text-holder .text-wrap p {
    font-size: 14px;
    line-height: 22px;
  }
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}

.service-list li + li {
  margin-top: 15px;
}

.service-list li {
  position: relative;
  display: block;
  padding: 5px 0;
  padding-left: 50px;
}

.service-list span {
  font-size: 47px;
  line-height: 1;
  left: 0;
  top: 11px;
  transform: translateY(-50%);
  position: absolute;
}

.service-list.horizontal {
  display: flex;
  align-items: stretch;
}

.service-list.horizontal li {
  font-size: 12px;
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 0 10px;
  text-align: center;
  max-width: 120px;
}

.service-list.horizontal li span {
  font-size: 57px;
  line-height: 0;
  flex-grow: 0;
  height: 60px;
  position: static;
  transform: none;
}

.service-list.horizontal li + li {
  margin-top: 0;
}

.service-list.horizontal li + li:before {
  content: '';
  width: 1px;
  background: white;
  height: 30px;
  top: 15px;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 991px) {
  .service-list.horizontal {
    flex-wrap: wrap;
  }
  .service-list.horizontal li + li:before {
    display: none;
  }
}

.block-loading {
  position: relative;
  min-height: 150px;
  overflow: hidden;
}

.block-loading:before {
  content: '';
  animation: rotating 1.5s linear infinite;
  -webkit-animation: rotating 1.5s linear infinite;
  position: absolute;
  z-index: 99;
  left: calc(50% - 18px) !important;
  top: calc(50% - 18px) !important;
  width: 36px !important;
  height: 36px !important;
  background: url(../images/loadingEPS.svg) 50% 50% no-repeat !important;
  background-size: cover !important;
}

.box-shadow {
  box-shadow: 0px 7px 11px 0px rgba(0, 0, 0, 0.03);
}

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

.txt-align-center {
  text-align: center !important;
}

.txt-align-right {
  text-align: right !important;
}

.line-top:not([class*='block-']) {
  border-top: 1px solid #ccc;
}

.line-bot:not([class*='block-']) {
  border-bottom: 1px solid #ccc;
}

.line-top[class*='block-'] {
  border-top: none;
}

.line-bot[class*='block-'] {
  border-bottom: none;
}

.line-top[class*='block-']:before,
.line-bot[class*='block-']:after {
  content: '';
  height: 1px;
  background: #ccc;
  width: 100%;
  margin: auto;
  max-width: 1600px;
  display: block;
}

.margin-top,
.space-top {
  padding-top: 50px;
}

.margin-bot,
.margin-bottom,
.space-bot,
.space-bottom {
  padding-bottom: 50px;
}

.background-c-darkgray {
  background-color: #333333 !important;
}

.background-c-white {
  background-color: #ffffff !important;
}

.background-c-gray {
  background-color: #f6f6f6 !important;
}

.background-c-black {
  background-color: #000000 !important;
}

.background-c-none {
  background-color: transparent !important;
}

.background-c-blue {
  background-color: #0099ab !important;
}

.background-c-lightblue {
  background-color: #3bc2d7 !important;
}

.background-c-mediumblue {
  background-color: #005884 !important;
}

.background-c-darkblue {
  background-color: #002e48 !important;
}

.background-c-pink {
  background-color: #c90062 !important;
}

.background-c-yellow {
  background-color: #e7e600 !important;
}

.background-c-green {
  background-color: #3aa958 !important;
}

.background-c-purple {
  background-color: #a63fcc !important;
}

.background-c-roastedYellow {
  background-color: #e7b012 !important;
}

.block-columns .col-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-columns[data-custom-size] .part .col-holder {
  margin: 0 auto;
}

.block-columns[data-custom-size='600'] .part .col-holder {
  max-width: 900px;
}

.block-columns[data-custom-size='900'] .part .col-holder {
  max-width: 900px;
}

.block-columns[data-custom-size='1120'] .part .col-holder {
  max-width: 1120px;
}

.block-columns .col-holder .f-column {
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 6px;
  text-decoration: none;
  color: inherit;
  align-items: stretch;
}

.block-columns .col-holder .f-column img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.block-columns .col-holder .f-column .text-holder img {
  max-width: 100%;
  display: inline-block;
}

.block-columns:not(.cols50-25):not(.no-hover) .col-holder .f-column:hover .text-holder:not([class*='background-c-']) {
  background: #ebebeb !important;
}

.block-columns:not(.cols50-25):not(.no-img-bg) .col-holder .f-column .image-wrap {
  background: #ccc;
}

.block-columns .image-holder {
  flex-shrink: 0;
  flex-grow: 0;
}

.block-columns .text-holder {
  flex-grow: 1;
}

.block-columns .text-holder .text-wrap > * {
  overflow: hidden;
}

.block-columns .text-wrap h5 {
  margin-bottom: 12px;
}

.block-columns .text-wrap h4 {
  margin-bottom: 12px;
  font-weight: 600;
}

.block-columns .text-wrap p {
  margin-bottom: 0px;
}

.block-columns .text-wrap > div ul {
  list-style: disc;
  padding-left: 20px;
}

.block-columns .text-wrap > div ul > li {
  overflow: visible;
}

.block-columns .col-holder .f-column .hyperlinks {
  margin-top: 25px;
  display: flex;
  width: 100%;
  align-self: flex-start;
}

.block-columns .col-holder .f-column .image-wrap {
  width: 100%;
}

.block-columns .col-holder .f-column .text-wrap {
  width: 100%;
  flex-grow: 1;
}

.block-columns .col-holder .text-holder {
  padding: 30px;
  width: 100%;
  margin: auto;
  background: #fff;
  box-shadow: 0px 7px 11px 0px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-flow: column wrap;
  z-index: 1;
}

.block-columns.no-shadow-box .col-holder .text-holder,
.block-columns .col-holder .text-holder.background-c-white {
  box-shadow: none;
}

.block-columns:not(.straight-boxes):not(.cols50-25) .image-holder + .text-holder {
  width: calc(100% - 20px);
  margin-left: 20px;
  margin-top: -20px;
  z-index: 5;
}

.block-columns .text-holder .labels {
  margin-bottom: 25px;
}

.block-columns .image-holder:empty + .text-holder {
  margin-top: 0 !important;
}

.block-columns .image-holder:not(:empty) + .text-holder .labels {
  position: absolute;
  top: 30px;
  left: 0;
  margin: 0;
}

.block-columns .image-holder:empty + .text-holder {
  margin-top: 0;
}

.block-columns .labels li {
  font-size: 14px;
}

.block-columns .labels li span {
  padding: 6px 16px;
}

.block-columns:not(.cols50-25) .part {
  padding: 0 calc(50% - 793px);
}

.block-columns.cols50-25 .image-holder,
.block-columns.cols50-25 .text-holder {
  flex-grow: 1;
}

.block-columns.cols50-25 .f-column.has-image .image-holder,
.block-columns.cols50-25 .col-holder .f-column .text-holder {
  width: 50%;
}

.block-columns.cols50-25 .image-holder {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: row;
}

.block-columns.cols50-25 .col-holder .f-column {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  position: relative;
  text-decoration: none;
  color: inherit;
}

.block-columns.cols50-25 .col-holder .f-column:nth-child(n + 2) {
  border-left: 1px solid #eee;
}

.block-columns.cols50-25 .col-holder .f-column .image-wrap {
  border: 0px solid transparent;
}

.block-columns.cols50-25 .col-holder .f-column h4 span {
  color: inherit;
}

.block-columns .col-holder .f-column,
.block-columns.full-width .col-holder .f-column {
  flex-grow: 1;
}

.block-columns.no-full-width-centered .col-holder {
  justify-content: center;
}

.block-columns[class*='no-full-width'] .col-holder .f-column {
  flex-grow: 0;
}

.block-columns:not(.cols50-25)[data-items='1'] .col-holder,
.block-columns:not(.cols50-25)[data-items='2'] .col-holder {
  max-width: 1182px;
  margin: 0 auto;
}

.block-columns:not(.cols50-25)[data-items='1'] .col-holder .f-column {
  flex-basis: calc(100% / 1);
}

.block-columns:not(.cols50-25)[data-items='2'] .col-holder .f-column {
  flex-basis: calc((100% - 25px) / 2);
}

.block-columns:not(.cols50-25)[data-items='3'] .col-holder .f-column {
  flex-basis: calc((100% - 38px) / 3);
}

.block-columns:not(.cols50-25)[data-items='4'] .col-holder .f-column {
  flex-basis: calc((100% - 48px) / 4);
}

.block-columns:not(.cols50-25)[data-items='5'] .col-holder .f-column {
  flex-basis: calc((100% - 64px) / 5);
}

.block-columns:not(.cols50-25)[data-items='1'] .col-holder .f-column:nth-child(n + 2),
.block-columns:not(.cols50-25)[data-items='2'] .col-holder .f-column:nth-child(n + 3),
.block-columns:not(.cols50-25)[data-items='3'] .col-holder .f-column:nth-child(n + 4),
.block-columns:not(.cols50-25)[data-items='4'] .col-holder .f-column:nth-child(n + 5),
.block-columns:not(.cols50-25)[data-items='5'] .col-holder .f-column:nth-child(n + 6) {
  margin-top: 30px;
}

.block-columns.cols50-25 .col-holder {
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 1600px;
  width: 100%;
  margin: auto;
}

.block-columns.cols50-25 .col-holder .text-holder {
  max-width: 100%;
  padding: 80px 30px 30px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: stretch;
  margin: 0;
  background: transparent;
  box-shadow: none;
}

.block-columns.cols50-25:not(.no-hover) .col-holder .f-column:not([class*='background-c']):hover {
  background: #ebebeb !important;
}

.block-columns.cols50-25 .col-holder .f-column {
  flex-basis: 25%;
  flex-grow: 1;
  margin: 0;
  background: #fff;
}

.block-columns.cols50-25 .col-holder .f-column.has-image {
  flex-basis: 50%;
  flex-grow: 0;
}

.block-columns.cols50-25 .col-holder .f-column:not(.has-image) .image-holder {
  display: none;
}

.block-columns.cols50-25 .col-holder .f-column.has-image:only-child {
  flex-grow: 1;
}

.block-columns.cols50-25 .col-holder .f-column.has-image img {
  float: right;
  max-width: 200%;
}

.block-columns.cols2-3 .col-holder .text-holder {
  flex-grow: 0;
}

.block-columns.cols2-3 .col-holder .text-holder img {
  margin-left: 0;
  margin-bottom: 8px;
}

.block-columns.cols2-3 .col-holder .f-column:only-child .text-holder,
.block-columns.cols2-3 .col-holder .f-column {
  flex-basis: calc(200% / 3);
}

.block-columns.cols2-3 .col-holder .f-column:only-child .image-holder,
.block-columns.cols2-3 .col-holder .f-column:nth-child(2) {
  flex-basis: calc(100% / 3);
}

@media screen and (max-width: 1600px) {
  .block-columns:not(.cols50-25) .part {
    padding: 0 9px;
  }
}

@media screen and (min-width: 768px) {
  .block-columns.cols2-3 .col-holder .f-column:nth-child(n + 3) {
    margin-top: 12px;
  }
  .block-columns.cols2-3[data-window-mode='true'] .col-holder .f-column:nth-child(-n + 2) {
    flex-direction: column-reverse;
  }
  .block-columns.cols2-3[data-window-mode='true'] .col-holder .f-column:nth-child(-n + 2) .text-holder {
    margin-top: 0;
    margin-bottom: -20px;
    margin-left: 0;
  }
  .block-columns.cols2-3[data-window-mode='true'] .col-holder .f-column:nth-child(-n + 2) .labels {
    top: auto;
    transform: translateY(calc(100% + 50px));
    bottom: 0;
  }
  .block-columns.cols2-3[data-window-mode='true'] .col-holder .f-column:nth-child(1) .labels {
    margin-bottom: calc(100% * (326 / 1172));
  }
  .block-columns.cols2-3[data-window-mode='true'] .col-holder .f-column:nth-child(2) .labels {
    margin-bottom: calc(100% * (326 / 585));
  }
  .block-columns.cols2-3 .col-holder .f-column:only-child {
    flex-basis: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    margin: 0;
  }
  .block-columns.cols2-3.invert-content .col-holder .f-column:only-child {
    flex-direction: row;
  }
  .block-columns.cols2-3.mirror-content .col-holder .f-column:only-child .image-holder,
  .block-columns.cols2-3 .col-holder .f-column,
  .block-columns.cols2-3.mirror-content .col-holder .f-column:nth-child(2),
  .block-columns.cols2-3 .col-holder .f-column:nth-child(4) {
    flex-basis: calc((200% - 48px) / 3);
  }
  .block-columns.cols2-3 .col-holder .f-column:only-child .image-holder,
  .block-columns.cols2-3.mirror-content .col-holder .f-column:only-child .text-holder,
  .block-columns.cols2-3 .col-holder .f-column:nth-child(2),
  .block-columns.cols2-3.mirror-content .col-holder .f-column,
  .block-columns.cols2-3 .col-holder .f-column:nth-child(3) {
    flex-basis: calc((100% - 24px) / 3);
  }
  .block-columns.cols2-3 .col-holder .f-column:only-child .image-holder {
    margin: 20px 6px 0;
    z-index: 10;
  }
  .block-columns.cols2-3 .col-holder .f-column:only-child .image-wrap {
    width: calc(100% + 32px);
    margin-left: -32px;
  }
  .block-columns.cols2-3 .col-holder .f-column:only-child .text-holder {
    flex-basis: calc(200% / 3);
    margin-top: 0;
    margin-left: 26px;
    margin-right: 6px;
  }
  .block-columns.cols2-3.invert-content .col-holder .f-column:only-child .text-holder {
    padding-left: 40px;
  }
  .block-columns.cols2-3:not(.invert-content) .col-holder .f-column:only-child .text-holder {
    padding-right: 40px;
  }
  .block-columns.cols2-3.invert-content .col-holder .f-column:only-child .image-wrap {
    margin-left: 20px;
  }
  .block-columns.cols2-3 .col-holder .f-column:only-child .text-holder:only-child {
    flex-grow: 1;
    margin-left: 6px;
  }
  .block-columns.cols2-3 .image-holder:not(:empty) + .text-holder .labels {
    z-index: 10;
  }
  .block-columns.cols2-3 .col-holder .f-column:only-child .text-holder:not(:only-child) .labels {
    left: calc(200% / 3);
    margin-left: -30px;
    top: 50px;
  }
  .block-columns.cols2-3.mirror-content .col-holder .f-column:only-child .text-holder .labels {
    left: calc((100% - 24px) / 3);
    margin-left: -14px;
  }
  .block-columns.cols2-3.invert-content .col-holder .f-column:only-child .text-holder .labels,
  .block-columns.cols2-3.invert-content.mirror-content .col-holder .f-column:only-child .text-holder .labels {
    top: 50px;
    left: 26px;
    margin-left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .block-columns.cols50-25 .col-holder .text-holder {
    padding-top: 70px;
  }
  .block-columns .image-holder + .text-holder {
    width: 100%;
  }
  .block-columns:not(.straight-boxes):not(.cols50-25) .image-holder + .text-holder {
    width: calc(100% - 10px);
    margin-left: 10px;
    margin-top: -10px;
  }
  .block-columns:not(.cols50-25)[data-items='1'] .col-holder .f-column:nth-child(n + 2),
  .block-columns:not(.cols50-25)[data-items='2'] .col-holder .f-column:nth-child(n + 3),
  .block-columns:not(.cols50-25)[data-items='3'] .col-holder .f-column:nth-child(n + 4),
  .block-columns:not(.cols50-25)[data-items='4'] .col-holder .f-column:nth-child(n + 5),
  .block-columns:not(.cols50-25)[data-items='5'] .col-holder .f-column:nth-child(n + 6) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .block-columns .part .col-holder .f-column .text-holder {
    padding: 20px;
  }
  .block-columns.cols50-25 .part .col-holder .f-column,
  .block-columns.cols50-25 .part .col-holder .f-column.has-image {
    flex-basis: calc(100% / 3);
    flex-grow: 1;
  }
  .block-columns.cols50-25 .part .col-holder .f-column .image-holder {
    display: none;
  }
  .block-columns.cols50-25 .part .col-holder .text-holder {
    padding-top: 50px;
  }
  .block-columns .image-holder:not(:empty) + .text-holder .labels {
    top: 20px;
  }
  .block-columns .labels li {
    font-size: 12px;
  }
  .block-columns .labels li span {
    padding: 5px 13px;
  }
  .block-columns.cols2-3:not(.invert-content) .col-holder .f-column:first-child:last-child .text-holder .labels {
    top: 40px;
  }
  .block-columns:not(.cols50-25)[data-items='4'] .col-holder .f-column,
  .block-columns:not(.cols50-25)[data-items='5'] .col-holder .f-column {
    flex-basis: calc((100% - 24px) / 2);
  }
  .block-columns:not(.cols50-25)[data-items='4'] .col-holder .f-column:nth-child(n + 3),
  .block-columns:not(.cols50-25)[data-items='5'] .col-holder .f-column:nth-child(n + 3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .block-columns .col-holder .f-column {
    margin: 0 0 30px;
  }
  .block-columns:not(.cols50-25) .col-holder .f-column:nth-child(n + 2) {
    margin-top: 20px;
  }
  .block-columns:not(.cols50-25) .part {
    padding: 0 12px;
  }
  .block-columns .text-holder .labels {
    margin-bottom: 15px;
  }
  .block-columns .part .col-holder {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }
  .block-columns .part .col-holder .f-column {
    width: calc(100% / 1) !important;
    flex-basis: auto !important;
    align-items: center;
    max-width: 585px;
    margin: 0 auto;
  }
  .block-columns .part .col-holder .f-column:nth-child(n + 2) {
    border-left-width: 0px;
    border-right-width: 0px;
  }
  .block-columns .part .col-holder .f-column .hyperlinks {
    margin-top: 10px;
  }
  .block-columns.cols50-25 .part .col-holder .text-holder {
    padding: 15px;
    display: block;
  }
  .block-columns.cols50-25 .part .col-holder .f-column:nth-child(n + 2) {
    border-top: 1px solid #cccccc;
  }
  .block-columns.cols50-25 .part .col-holder .f-column p {
    margin: 0;
  }
  .block-columns.cols50-25 .part .col-holder .f-column .hyperlinks {
    position: static;
    margin-top: 15px;
  }
  .block-columns .part .col-holder .f-column .text-holder {
    padding: 20px;
  }
  .block-columns .image-holder + .text-holder {
    width: 100%;
  }
  .block-columns:not(.straight-boxes):not(.cols50-25) .image-holder + .text-holder {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 20px);
  }
  .block-columns .image-holder:not(:empty) + .text-holder .labels {
    top: 20px !important;
  }
  .block-columns[data-no-mobile-media='true'] .image-wrap {
    display: none;
  }
  .block-columns[data-no-mobile-media='true'] .labels {
    position: static !important;
    margin-bottom: 15px !important;
  }
}

@media screen and (min-width: 622px) and (max-width: 767px) {
  .block-columns .image-holder:not(:empty) + .text-holder .labels {
    left: calc(50% - (585px / 2));
  }
}
.container {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-height: 800px) {
  footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

input[type='radio'] {
  opacity: 100 !important;
}

p[data-error] {
  font-weight: initial !important;
}

.radio label {
  font-size: 13px;
}

.menu-icon {
  height: 50px;
  margin-top: -5px;
  margin-right: 10px;
}

.col-sm-9 sup {
  top: 0em;
}

.pag_red_sel {
  margin-bottom: 5px;
}

.actionsfeedback {
  color: black;
  background: transparent;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
  display: block;
  position: fixed;
  width: 25%;
  left: 75%;
  height: 100%;
  top: 50px;
  z-index: 1000;
}

#actionsfeedback:empty {
  background: transparent;
}

.timeline-label .label-default {
  display: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.listResults {
  width: 100%;
  display: table;
}

.listResults tr {
  display: table-row !important;
}

.listResults th {
  display: table-cell;
  text-align: center;
  vertical-align: top;
  padding: 5px;
}

.listResults td {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}

.cookie_disclaimer {
  width: 100%;
  background: #ebebeb;
  overflow: hidden;
  position: relative;
  display: block;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border: 1px solid transparent;
  padding-right: 200px;
  text-align: left !important;
}

.cookie_disclaimer p {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 10px;
  line-height: 16px;
  color: #000000;
}

.cookie_disclaimer p:first-of-type {
  display: none;
}

.cookie_disclaimer .close {
  position: absolute;
  right: 0;
  float: right;
  opacity: 1;
  background-color: transparent;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-radius: 5px;
  line-height: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  border: 2px solid black;
  text-decoration: none;
  height: 50px;
  padding-top: 0;
  margin-right: 20px;
}

.cookie_disclaimer .close:after {
  content: 'ACEITAR >';
  font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 46px;
  color: #000;
  text-shadow: 0 1px 0 transparent;
}

.input-ui input:focus ~ .inputlabel,
.input-ui input:not([value=''])[value] ~ .inputlabel {
  top: 10px;
  font-size: 10px;
  font-weight: 600;
  color: #000;
  opacity: 1;
}

#PasswordStrengthBorder {
  border: 1px solid transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-left: 60px;
  height: 50px !important;
  left: initial !important;
}

#PasswordStrengthBar {
  margin-left: 60px;
  border: 1px solid #ccc;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  line-height: 50px;
  height: 50px !important;
  top: 1px !important;
  text-align: center;
  white-space: nowrap;
  padding-left: 20px;
  min-width: 51px;
  z-index: 1000;
}

.modal-backdrop {
  background: transparent !important;
}

.alert {
  position: absolute !important;
  top: 0 !important;
  z-index: 999999 !important;
  width: 100% !important;
  border-radius: 0 !important;
  border: 1px solid transparent !important;
  margin: 20px 0 !important;
  text-align: center !important;
  overflow: hidden !important;
  padding: 50px 15px !important;
  font-size: 14px !important;
  color: #ffffff !important;
}

.alert-danger {
  background: #d6001a !important;
}

.alert-success {
  background: #00aa13 !important;
}

.alert-warning {
  background: #ff7f32 !important;
}
/*# sourceMappingURL=theme.css.map */