
@font-face {
  font-family: 'pf_dintext_promedium3';
  src: url("../fonts/pfdintextpro-medium-wf3.woff2") format("woff2"), url("../fonts/pfdintextpro-medium-wf3.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pf_dintext_proregular3';
  src: url("../fonts/pfdintextpro-regular-wf3.woff2") format("woff2"), url("../fonts/pfdintextpro-regular-wf3.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.grid--inline {
  font-size: 0;
}
.grid--inline:after {
  display: none;
}
.grid--out {
  margin-left: -30px;
  margin-right: -30px;
}
.grid:after, .grid:before {
  content: "";
  display: table;
}
.grid:after {
  clear: both;
}

[class^="grid-col-"] {
  float: left;
  box-sizing: border-box;
  padding: 0 0;
}
.grid--inline [class^="grid-col-"] {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
.grid--inline [class^="grid-col-"][data-valign="middle"] {
  vertical-align: middle;
}
.grid--inline [class^="grid-col-"][data-valign="bottom"] {
  vertical-align: bottom;
}

.grid-col-full {
  width: 100%;
}
.grid-col-1of2 {
  width: 50%;
}
.grid-col-1of3 {
  width: 33.33333%;
}
.grid-col-1of4 {
  width: 25%;
}
.grid-col-1of5 {
  width: 20%;
}
.grid-col-1of6 {
  width: 16.66667%;
}
.grid-col-1of7 {
  width: 14.28571%;
}
.grid-col-1of8 {
  width: 12.5%;
}
.grid-col-1of9 {
  width: 11.11111%;
}
.grid-col-1of10 {
  width: 10%;
}
.grid-col-1of11 {
  width: 9.09091%;
}
.grid-col-1of12 {
  width: 8.33333%;
}
.grid-col-2of3 {
  width: 66.66667%;
}
.grid-col-2of4 {
  width: 50%;
}
.grid-col-2of5 {
  width: 40%;
}
.grid-col-2of6 {
  width: 33.33333%;
}
.grid-col-2of7 {
  width: 28.57143%;
}
.grid-col-2of8 {
  width: 25%;
}
.grid-col-2of9 {
  width: 22.22222%;
}
.grid-col-2of10 {
  width: 20%;
}
.grid-col-2of11 {
  width: 18.18182%;
}
.grid-col-2of12 {
  width: 16.66667%;
}
.grid-col-3of4 {
  width: 75%;
}
.grid-col-3of5 {
  width: 60%;
}
.grid-col-3of6 {
  width: 50%;
}
.grid-col-3of7 {
  width: 42.85714%;
}
.grid-col-3of8 {
  width: 37.5%;
}
.grid-col-3of9 {
  width: 33.33333%;
}
.grid-col-3of10 {
  width: 30%;
}
.grid-col-3of11 {
  width: 27.27273%;
}
.grid-col-3of12 {
  width: 25%;
}
.grid-col-4of5 {
  width: 80%;
}
.grid-col-4of6 {
  width: 66.66667%;
}
.grid-col-4of7 {
  width: 57.14286%;
}
.grid-col-4of8 {
  width: 50%;
}
.grid-col-4of9 {
  width: 44.44444%;
}
.grid-col-4of10 {
  width: 40%;
}
.grid-col-4of11 {
  width: 36.36364%;
}
.grid-col-4of12 {
  width: 33.33333%;
}
.grid-col-5of6 {
  width: 83.33333%;
}
.grid-col-5of7 {
  width: 71.42857%;
}
.grid-col-5of8 {
  width: 62.5%;
}
.grid-col-5of9 {
  width: 55.55556%;
}
.grid-col-5of10 {
  width: 50%;
}
.grid-col-5of11 {
  width: 45.45455%;
}
.grid-col-5of12 {
  width: 41.66667%;
}
.grid-col-6of7 {
  width: 85.71429%;
}
.grid-col-6of8 {
  width: 75%;
}
.grid-col-6of9 {
  width: 66.66667%;
}
.grid-col-6of10 {
  width: 60%;
}
.grid-col-6of11 {
  width: 54.54545%;
}
.grid-col-6of12 {
  width: 50%;
}
.grid-col-7of8 {
  width: 87.5%;
}
.grid-col-7of9 {
  width: 77.77778%;
}
.grid-col-7of10 {
  width: 70%;
}
.grid-col-7of11 {
  width: 63.63636%;
}
.grid-col-7of12 {
  width: 58.33333%;
}
.grid-col-8of9 {
  width: 88.88889%;
}
.grid-col-8of10 {
  width: 80%;
}
.grid-col-8of11 {
  width: 72.72727%;
}
.grid-col-8of12 {
  width: 66.66667%;
}
.grid-col-9of10 {
  width: 90%;
}
.grid-col-9of11 {
  width: 81.81818%;
}
.grid-col-9of12 {
  width: 75%;
}
.grid-col-10of11 {
  width: 90.90909%;
}
.grid-col-10of12 {
  width: 83.33333%;
}
.grid-col-11of12 {
  width: 91.66667%;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.h3-primary {
  font-family: "pf_dintext_promedium3", sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
.h3-primary-height--fixed{
  height: 43px;
}
.h3-secondary {
  font-family: "pf_dintext_promedium3", sans-serif;
  font-size: 19px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.h4-primary {
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 19px;
  line-height: 24px;
}

.btn {
  display: inline-block;
  box-sizing: border-box;
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 14px;
  padding: 8px 10px;
  color: #ffffff;
  background-color: #db000b;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}
.btn:hover {
  color: #ffffff;
  background-color: #8b0001;
}
.btn + .btn {
  margin-left: 20px;
}
.btn--full {
  width: 100%;
  box-sizing: border-box;
}
.btn--bordered {
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 2px #db000b;
  color: #db000b;
}
.btn--bordered:hover {
  box-shadow: inset 0px 0px 0px 2px #8b0001;
}
.btn--md {
  font-family: "pf_dintext_promedium3", sans-serif;
  font-size: 18px;
  padding: 10px 20px;
}

.text-break {
  word-wrap: break-word;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.bar-list {
  margin: 30px 50px 30px 0;
}
.bar-list__item {
  position: relative;
  margin-bottom: 40px;
  padding-top: 4px;
  padding-left: 170px;
}
.bar-list__text {
  position: absolute;
  font-size: 14px;
  line-height: 100%;
  color: inherit;
  width: 150px;
  padding-right: 20px;
  text-align: right;
  left: 0;
  top: 0;
}
.bar-list__bar {
  position: relative;
  width: 0%;
  height: 5px;
  color: #292a2c;
  background-color: #292a2c;
}
.bar-list__bar:after {
  content: attr(data-number);
  position: absolute;
  width: 28px;
  height: 28px;
  left: 100%;
  top: 50%;
  text-align: center;
  line-height: 28px;
  margin-top: -16px;
  margin-left: -2px;
  border: 2px solid;
  border-radius: 50%;
}
.bar-list__bar--white {
  color: #ffffff;
  background-color: #ffffff;
}
.bar-list__bar--red {
  color: #db000b;
  background-color: #db000b;
}
.bar-list__bar--gray {
  color: #4e6c73;
  background-color: #4e6c73;
}
.bar-list__bar--gray-light {
  color: #80828c;
  background-color: #80828c;
}
.js-animate-bar-list .bar-list__bar, .js-animate-bar-list-multiple .bar-list__bar {
  -webkit-transition: 1s;
          transition: 1s;
}
.js-animate-bar-list .bar-list__bar:nth-of-type(2), .js-animate-bar-list-multiple .bar-list__bar:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.js-animate-bar-list .bar-list__bar:nth-of-type(3), .js-animate-bar-list-multiple .bar-list__bar:nth-of-type(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-animate-bar-list .bar-list__bar:nth-of-type(4), .js-animate-bar-list-multiple .bar-list__bar:nth-of-type(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-animate-bar-list .bar-list__bar:nth-of-type(5), .js-animate-bar-list-multiple .bar-list__bar:nth-of-type(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js-animate-bar-list .bar-list__bar:nth-of-type(6), .js-animate-bar-list-multiple .bar-list__bar:nth-of-type(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.js-animate-bar-list .bar-list__bar:nth-of-type(7), .js-animate-bar-list-multiple .bar-list__bar:nth-of-type(7) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.js-animate-bar-list .bar-list__bar:nth-of-type(8), .js-animate-bar-list-multiple .bar-list__bar:nth-of-type(8) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.js-animate-bar-list .bar-list__bar:nth-of-type(9), .js-animate-bar-list-multiple .bar-list__bar:nth-of-type(9) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.js-animate-bar-list .bar-list__bar:nth-of-type(10), .js-animate-bar-list-multiple .bar-list__bar:nth-of-type(10) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.js-animate-bar-list .bar-list__bar:nth-of-type(11), .js-animate-bar-list-multiple .bar-list__bar:nth-of-type(11) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.js-animate-bar-list .bar-list__bar:nth-of-type(12), .js-animate-bar-list-multiple .bar-list__bar:nth-of-type(12) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.bar-list--flat {
  margin: 0;
}
.bar-list--flat .bar-list__item {
  margin-top: 19px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 19px;
  padding-right: 200px;
  border-bottom: 1px solid #dedede;
}
.bar-list--flat .bar-list__item:last-child {
  border: 0;
}
.bar-list--flat .bar-list__bar {
  height: 43px;
  background: -webkit-repeating-linear-gradient(135deg, #8a8b8e, #8a8b8e 5px, #58595d 5px, #58595d 10px);
  background: repeating-linear-gradient(-45deg, #8a8b8e, #8a8b8e 5px, #58595d 5px, #58595d 10px);
}
.bar-list--flat .bar-list__bar:after {
  border-radius: 0;
  width: 50px;
  height: 43px;
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 30px;
  line-height: 43px;
  border: 0;
  margin: 0;
  top: 0;
  color: #ffffff;
  background-color: #292a2c;
}
.bar-list--flat .bar-list__bar:before {
  content: attr(data-note);
  position: absolute;
  width: 150px;
  left: 100%;
  top: 0;
  margin-left: 53px;
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 19px;
  line-height: 43px;
  color: #6b6b6b;
}
.bar-list--flat .bar-list__text {
  font-size: 19px;
  line-height: 43px;
  font-family: "pf_dintext_proregular3", sans-serif;
  color: #2f2f2f;
}
.bar-list--multiple {
  font-size: 0;
  margin: 0;
}
.bar-list--multiple .bar-list__item {
  padding: 0;
}
.bar-list--multiple .bar-list__item > * {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
.bar-list--multiple .bar-list__bar-wrapper {
  width: 40%;
}
.bar-list--multiple .bar-list__bar-wrapper .bar-list__bar:after {
  font-family: "pf_dintext_promedium3", sans-serif;
  font-size: 22px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -21px;
  margin-left: auto;
  border: 3px solid;
}
.bar-list--multiple .bar-list__bar-wrapper:first-child {
  padding-left: 40px;
  text-align: right;
}
.bar-list--multiple .bar-list__bar-wrapper:first-child .bar-list__bar:after {
  left: auto;
  right: 100%;
  margin-left: -3px;
}
.bar-list--multiple .bar-list__bar-wrapper:last-child {
  padding-right: 40px;
  text-align: left;
}
.bar-list--multiple .bar-list__bar-wrapper:last-child .bar-list__bar:after {
  right: auto;
  left: 100%;
  margin-right: -3px;
}
.bar-list--multiple .bar-list__bar {
  display: inline-block;
}
.bar-list--multiple .bar-list__text {
  position: relative;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  width: 20%;
}

.simple-pie {
  position: relative;
  width: 160px;
  height: 160px;
  background-color: #4e6c73;
  border-radius: 50%;
}
.simple-pie > canvas {
  position: relative;
  z-index: 1;
}
.simple-pie:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 154px;
  height: 154px;
  background-color: #191919;
  border-radius: 50%;
  z-index: 2;
}
.simple-pie--inline {
  display: inline-block;
  vertical-align: middle;
}
.simple-pie--white {
  background-color: #79a8b3;
  color: #6b6b6b;
}
.simple-pie--white:before {
  background-color: #ffffff;
}
.simple-pie--sm {
  width: 130px;
  height: 130px;
}
.simple-pie--sm:before {
  left: 4px;
  top: 4px;
  width: 122px;
  height: 122px;
}
.simple-pie--lg {
  width: 280px;
  height: 280px;
}
.simple-pie--lg:before {
  left: 4px;
  top: 4px;
  width: 272px;
  height: 272px;
}

.simple-pie__arc {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.simple-pie__text {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 144px;
  height: 104px;
  padding: 25px 5px;
  text-align: center;
  z-index: 5;
}
.simple-pie__text > strong {
  display: block;
  font-family: 'PFDinTextPro-Regular', sans-serif;
  font-size: 48px;
  line-height: 70px;
  font-weight: normal;
  color: #db000b;
}
.simple-pie__text > span {
  display: block;
  font-size: 14px;
  line-height: 120%;
}
.simple-pie--sm .simple-pie__text {
  left: 0;
  top: 0;
  width: 122px;
  height: 100px;
}
.simple-pie--sm .simple-pie__text > strong {
  font-size: 42px;
  line-height: 1.2;
}
.simple-pie--sm .simple-pie__text > span {
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.simple-pie--lg .simple-pie__text {
  left: 4px;
  top: 4px;
  width: 260px;
  height: 185px;
  padding-top: 60px;
}
.simple-pie--lg .simple-pie__text > strong {
  font-size: 80px;
  line-height: 100px;
  font-weight: normal;
  color: #db000b;
}
.simple-pie--lg .simple-pie__text > span {
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 19px;
}

.box-out {
  margin-left: -30px;
  margin-right: -30px;
}

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

.box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-flex__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding: 20px;
}
.box-flex__item--md {
  padding-top: 50px;
  padding-bottom: 50px;
}

[class^="icon-red-arr"] {
  font-size: 0;
}
[class^="icon-red-arr"]:after {
  display: inline-block;
  vertical-align: top;
  content: '';
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.icon-red-arr--up:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA6ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6M0IxRUM3RUJDNEQ0RTUxMTk5Q0VBNDFDQjcyREQyQjIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0YwNTQzREEyMENEMTFFNjk2NDJBQzkxN0NBNzFENTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0YwNTQzRDkyMENEMTFFNjk2NDJBQzkxN0NBNzFENTkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTMyBXaW5kb3dzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InV1aWQ6RUU4RURCOTc0MDFCRTYxMUI5MEFCRTlBQ0Y0NDgwOEMiIHN0UmVmOmRvY3VtZW50SUQ9InV1aWQ6OUZFQjlCMkE4QkRDRTUxMTg1MDFGODA3OEMyMDhDMEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5ICZkBAAAB60lEQVR42ryWvUtCURjGj9cUw6YiMrQcwtzsYyuKHBraag+C2otGHR0CaeovaImCoqUtmiQhtwSXEIuilAxXo0iSnvdyDlzFe+9rXXvgB4f78T68956Px1USfsGQBmJgFoyBfvABXsAtKICmXZE+m/tBsAvWwajFc6/gGByAitlDLpPOPCAJErILrqjbfbAHGhyzYXAB5sTvlQOroNb+L9qNsn80EvL9rKzX0cwrO4oKZxSV9bydzJIOdNSpw0T7P6NZdw98wnl9gggoq852ujHSBvw6TFHdbfUZiQ3um+7AiAg/3enQmCmqr6mdIcA1Cl1fCffQoI4+5hlS/RiZTXONgplL4YlMiMbDow6N6RrTcIbMwlwjbzQivoolUV5Y1qExXWMajmt2E4MmgtGoEl8R39U3HRobDW0mjU+TU9NUzfq7qJ+etxgpGQ3rJ2f6s1ZLgNbZJgaHnOluVszqnkFb1Fme83etijGMSHlNHnxV0VtR/YImT9ijHptR/eZ/7Y2TFCHU3khHebpHXaVlVmk5qSkKZMC8g0Y3IK4igvE8owtroOiQUVHWa5jFAsoMizJD/EU5WccygyjDJZCy211MJkNKvl/jRjmlkCE3BmzWkcqN5W5zY6dEPEXHBO3ecolQF8/dJOIfAQYA2oaiKEXNqf4AAAAASUVORK5CYII=");
}
.icon-red-arr--right:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA6ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6M0IxRUM3RUJDNEQ0RTUxMTk5Q0VBNDFDQjcyREQyQjIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjcyRkI2REIyMENEMTFFNkIyMUZGMThGMjVCMzdGQTgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjcyRkI2REEyMENEMTFFNkIyMUZGMThGMjVCMzdGQTgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTMyBXaW5kb3dzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InV1aWQ6RUU4RURCOTc0MDFCRTYxMUI5MEFCRTlBQ0Y0NDgwOEMiIHN0UmVmOmRvY3VtZW50SUQ9InV1aWQ6OUZFQjlCMkE4QkRDRTUxMTg1MDFGODA3OEMyMDhDMEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6t/mqTAAAB+klEQVR42rSWv0tCURTHr68UQ6cgMjQjxFzCfkBDQekUbTU1FPQfFC2FLkFDILX0TzQELm3RJBk5FAnSIiaBKRmtRo8eSefIvaCPp+/c5+vAZ9F3z5dzz73nfh0l5mGEUIAoMA+MA0PAN/AGPAEFoGmWZNDkfz+wD2wDYz2+ewcugHOg1u0jR5fKnEASSPAqqIHVngIngEYRGwGugEVmPXLAOvCp74VeKNunEOPrszyfoZiLVxRh9kSE53MZiSVtqMiowoS+Z3jqXgA36R54PazZ+KIKqkAYqIrK9qhCw0dJFni8YwO+UaoY5t0V24jsUCvybm0yVyTM/JlrGUHMr4jJ4KOswK2rxdfYT7EkK4j5oyg2K9Px3/pHh2Dg9oYqOIdiE7JHTAhq5VfmDIdY8PmhtcUmEVSoB8OGcCv8aEoFbhv2yxmaZFqpzCrTC5SroKJYxYoQ9gv7Vl1ZbW0rISoolqcKYV/ahbBvRCGMvMIfvjr16Dcu01aEMH9BjCt8gw5kKpQYVxhnwKGl2SgZeACn0EKI2YhPeeqfjnyKe5WOlxqtQAZYslHoHogLi9D+nuEPG0DRJqEiz6d1swXoGZa5h+gncjxPTw8iBGPAsYXpovJ1Mb1QLysnItDmG30m90j4xqqsbzRyxDP4TOD05ldE5aOO7Ij/BBgAroObYpReROsAAAAASUVORK5CYII=");
}
.icon-red-arr--down:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA6ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6M0IxRUM3RUJDNEQ0RTUxMTk5Q0VBNDFDQjcyREQyQjIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzdEOTdBMUQyMENEMTFFNjg4MjRBNTE5RERDN0NDREQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzdEOTdBMUMyMENEMTFFNjg4MjRBNTE5RERDN0NDREQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTMyBXaW5kb3dzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InV1aWQ6RUU4RURCOTc0MDFCRTYxMUI5MEFCRTlBQ0Y0NDgwOEMiIHN0UmVmOmRvY3VtZW50SUQ9InV1aWQ6OUZFQjlCMkE4QkRDRTUxMTg1MDFGODA3OEMyMDhDMEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4pn/rbAAACC0lEQVR42ryWTUsCURSGT6Zi5EqIDM0KMQmiL2hR0Mcq2tUiCuo3FG0CJQhcBNKq/xD9gHYRLSQlF0VBtBFrURkVboskSTpnPFfUZrxXGzvwgM69c945c+8987akoR0UwoIMIWNIN9KGfCJPyBVygxRkSayScQ+yiawhXTXmvSCHyD7ybDSpxaAyGxJGQlyFalC1e8guklcR60COkAloPJLIApKtXotqofgfhYDvj3M+XTE7VxQEcyLI+ex6YmETKtKrMFS9ZrTr7hAHmB85JIBkRGUbTRICzrsuKrPw2XBD8+KV3p7oDM0UAs4/RGIjSv3K2d7QWFmMkliPbJYrsg3eywS0ujt/jdE1GnPthGVpfBbZxqCndq4sgT0YAE/suEKQftM1GnOuLssqdFh4axpG4f0Dnmfn4SuVrhAsF6IxmkNzax0B6vqPsvq/X9+0ZCK5N3Fa7Nb+vpIQzZHEI2192iDXKiusrc/ZCdgCfu1/Pn0Pmek5FSFtg9R9zkjQd3tRfNTBcVUh7ZxZ+Qt7gGyp3EXJH3oHSuupGJS/8F+9sZ8shOiN9BqjTeoeUfYqFV9qsgIxZNJEoXNkVliE8u8ZXVhEUiYJpThf3sgWkGeYYg/xl0hynpoeRAjOIBFZdzHYDBG+P6tq5UR4y3yjW3KOhG/M1Osb9RzxMHUB6t58RHLc6pQd8Y8AAwCRwJM0QDqFUAAAAABJRU5ErkJggg==");
}
.icon-red-arr--left:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA6ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6M0IxRUM3RUJDNEQ0RTUxMTk5Q0VBNDFDQjcyREQyQjIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUU4MkM5RjQyMENEMTFFNjg5QkZGQTFEN0UxNTM4RDUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUU4MkM5RjMyMENEMTFFNjg5QkZGQTFEN0UxNTM4RDUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTMyBXaW5kb3dzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InV1aWQ6RUU4RURCOTc0MDFCRTYxMUI5MEFCRTlBQ0Y0NDgwOEMiIHN0UmVmOmRvY3VtZW50SUQ9InV1aWQ6OUZFQjlCMkE4QkRDRTUxMTg1MDFGODA3OEMyMDhDMEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7sKcoKAAACAUlEQVR42rSWv0tCURTHj88fGDoZkaEZIeYS9oMain44RVtNDQX9B0VLoEvgEERT/0M0BC1t0SQZORQJ0iImgT3JcDWSHknnyH1h8p7v3ufrwGfR+86Xc++5535tRfAAR0hIDJlGhpE+5BN5RR6RPNI0SuIw+D+A7CFbyFCXdW/IGXKCVPQW2XQqcyJJJMGq4A2q9hg5RBQesQHkEpkD85FF1pBa51l0CmV6FAL2fYbl0xRzsYqiYE1EWT6XlljSgoq0Kkx0nhl13TPi5roHXg806x+8gg0kgshqZbu8Qnb/IAQfbsF3kOQVo7w76jYS27xCgfQVuKIR8G5utCrkDMovqZPBLyL0VShCJb4qspWUP0YTZJJr626uwRkJ/wp9V99Fm2WKxEaMmiH0dA/2fh8opRezQhQhibcxLAi3xFpTN+hcyuOzoBRL4AyPts6NttVENEisbLSKtk1eWmmdFzWIScEyieV4VpIgnVe7oEDrU+Qk9vBVRQXr5xcirU/58w72wp4i+7yC8syCiBCw/E1Ts1G0MZAxshDqbKSn/OifWv6IeZU/LzVZgTQyb6HQHRJXLUL7e0Y/rCMFi4QKLJ+iZwvIMywyD9FLZFmerh5EFVxGUkbTRacZUuz7Gq+VUyPY5hv9BvdI9Y2yqG/UcsQT9EzQ9GZXpMFGHbcj/hFgANHjoBkMWc1pAAAAAElFTkSuQmCC");
}
.icon-red-arr-backward:after {
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAqVJREFUeNq0lk1IVFEYhu8MYYSh1qIihBCCKCSpNrkyaKIII5hlU6uJFvazyzKwRS3SyVViEQotIncZ9kehBW5y1UKoCUmQKEoXxWRB5KLp+eC9cLzcuXdGxwPPnHvmnPO95/c7X+KjV+vFpAZIw0HYB1ugHhbgG7yFV/AQfkYZSkSImUgXnId1Xnz6A7egBwphDZIlOmZgBjphLYxDB+yBDduLvxOWq9yhemt3Sf0y5czMjPTCRZWfmgGM5+OmNZNYv0t92/VXDi5DsZTYDTVYhAuI3PUqTIieIeuHGi1pV5jYCXggoeMIvfCWmRA8QjYqQVvSYXfPNsGAvs+tRMiS+p9V0exudsWu6vQ9o+GgV4WEnSHtudnt9pfRCl91mnbT6L1XpcRy7iR7B39ha1IX1u7R6zghOjfByYj6zsDsPujCm/20iaVUNxIj9JxsGvaGiYAdrAMhXR8pT63hp0WFNyVE7mv2E7CD0c4GZmIXeR4OUTcRYmJSeYuJNarwKUKkOUIkXULET36/Ro8DUjRIngv/LcIkNIXU5eE7tAXrwvA1kvLeNtqGwObWyM9N237Z4XDqfNdk/+ehLWKv6/X5y8S+qLAt5K6csn1ScYkodTmo1RMzFiHqD/KziU2p0Frics7CUUd0IDggrYKJ3gkxsV/5lK1nVms6Vs76Vwp2X8p+NuhBmnURV82D2Kt6T34y51U39cqu2S/4jviaRNsZzekqzSpLdkx2r7tef959EvQerUToMNlt/8mCuWAMMqyX1U7W6HJnqBk9lp2bepBDA54r0KeGg3R8ok0u6zBYez6H1L9PLi02lMsoLNsI//RMjMip2r1bwHCdLmyrE1fa4H9Y/OLOaLXixn4FTYVKg9RgRJxyIuI6+dQ5eY7xciLi/wIMAG0UcwqvHDvCAAAAAElFTkSuQmCC');
}
.icon-red-arr-forward:after {
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAArFJREFUeNq0Vk1IVUEUnvsQJRR/ClJECEGIJBRxo6sWKokYke18tCqC7GdX/oAucmG+pEVSIgoKktAiw/whSKM2tSoQ6kUkSBSpi+L5KsIWvb4D38AwzL3vqdcD3zt33j1zvntmzpw53ieVq9JIIdAGNAC1QAlQACSBdeANsAw8AraCHHkBZELSDVwFDqj08ge4C9wCEi6DiM/EKLAK3ABygCWgA6gBiipSvzzRHHfwvdh1cl40k8jEySBwneN5cQDn8XRhrXp5lZzbyr9iQBeQ8iMboMFf4BpIRtUOBaQXoYaBbC5pt4usHXhAotMgeqp2KSBshpoloSzptLlnh4F7fL6yFyIRzr/MofgtNsn6mH0LMBxTIQj8jHPPxW+vXkYZfGM2VcHovQpJsJzHoN4B20BphAdWztHzMIkY3QceePHfloWfRr6bsb4qzupwzuFnkVr2Zc0isG0fA03CI5FV889XltEllifJzinrnd78jyQuDwjwNXW1kJVx8NkyeglU8quE9DcrimI0LcBRg3TKh0xHXiYJkmL4nrWM9qQTXOpNfoQp5TxLtfCT7UiUlE79JP8oDFgKIRrh86SDSM5SFfDQQVTAx59C9pWDIz4kcUYkJIdY8zTJIlP7O5Drk0x6P78I2QoH9Y6Me+YgEbnDfVIBJFrqqFciPAciZy2jF6xtMYeDt0yOlgyO2xnqZbuCHOdB3LcKIrfqBJMlpsKVQfoV/wldiG+StBVfcyGkqM5DnaLffrPqb5pXAu+jvRCdhLqvryxgw+5BpnmzSlLM7jZCRvSEfm7zQnY2PD3AEA3HMHGOm5xRMog9Hsc5f4gNUNpWLsq27CDwj8djhkV1DRmbhON8Hth6o6+Uj/8h/YsZ0X71jcNsmhI7bVLtjrjR6IjzWVM3eOctZdIR/xdgAIaozObUdIksAAAAAElFTkSuQmCC');
}
.icon-red-arr-fast-down:after {
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAArNJREFUeNq0lk9IVFEUxt88oghjtAKNEGQgCEWUaJOrWTRhhBHZrnFWRpBWuyyjhGpRmrhIJEKhRTTQogn7Iy1GoUW1ciGkEQkSRX82MVkgtsi+D74H1+G9d6+FF35z3513z/neue/c+07ivVfhWVoVaAf7wV6wA1SCRfAFTINJ8BD8iHOUiBGjSC84AzZ79rYEboEboBQ2wY8wzIJ50AM2gSLoAnvA1l0rvxLsNe7Sfc47L7usS2R00g/OafyUDuB8zhbWfGJLg2zb9NcAuABWosSua8JvcBYid7w1NoieRDcMNmpJe8PEjoP7EjoCoefePzYIHkQ3LkEuad58Z9VgRNen/0eITfbdGtJvjSnWp+x7homjIU/aAyaAV0YazEUIjumd0+/lYBk5+KxsasKk2RAxT8t7ALwwblFoGja5iOWsR/cGLIOdvjYs99FUmJDRLoHbxjjNAEAuZjnfasPTfzvFMrpXsLyKAa19WmMKP3B4hY/UZzbgp1mDVw6G/RI5BepAg4PNa/XNjKxWgw8OhkF0XIUrjsm5oL6WYkmtb8nRmNF9k7DLNggO56Sv05uZUxVj0wGGjOiC5UuBCcsGr9TlT4p90qAuxuYlN7ucm23EIbjA5iPFZjRosax7scx5SpncbRHbp37G1z5gO2YxOqS0TxlRFY0EiGpH1U+WnyCN2ohhJwjbPbBd0bwDuykGG8/1BGEW3tU5acuwnKLLa0MvOGSuL/+l4CC+KtE2PM0Ji4OCapGcJQs70R2W32vr+T1rRfdY37MO+V1Vg+T1ZeWEcYcI4yIKhG4GQmEFz0UwqImjMHyil+wiUs/5uByT/aAKIGspl1VZtg380fYo6FBl9i3CcVLboMWoK/nw31m/mBGtV904rKKptNYitbwizhgVcVJn6ldVxEWXivivAAMAiGrW9IttWmoAAAAASUVORK5CYII=');
}
.icon-red-arr-fast-top:after {
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAqFJREFUeNq0Vk1IVFEUfvMWiSTj6KJaCCG4sY2EG6VdPihkRBoXQlObDCFHXQSN2UYwwd+VP4socOEPtNCwP1zMBG5q5cKFunBgEINqE5MKgYv0O/A9ucl7994pPPBx586753z33HvOPSey41x0DBIDEkATUA9cAcqBfeAbsA5kgSXgl85QREMmJP1AD1DqmOU3MAmMAIWgBW6IYhLIAWmgBMgAXcB1oKLm+DAiI+dd/C7r+qiXtPFMjIwCTzh/LwZgfMvkVi5Sdo26cf41BjwFjsPIhrngCOgFyQunSAFpJ4Yp4AKPtD+I7C6wQKJWEK06/yggvI1hhYRypIvqnV0CZvi7+3+IRKif4lTsXlY9m+bHD1gYD9mtOhXvXwP3FYIgnXe8QyHsdhniD4A/jCaTzDG3EhZr07Qr9mMulSSPPmF3mwblaqCd97tGYt1xbjPhxX5CyDx+W7bY6QxzKs9jt/HuDUdPyOo4+WzhladcfJ7efTTofeFYJ2RVnOwW4ZUvKW6gWqPnr68SsijPt2BxJKkAQxLJNzT35j/OUZevt4RpzEDUrOxyi5Em8hiY1yR4OX8eCNlXTq5a5myaSdpnud4/4j0h2+Ck0VJ5gFH4Q/FOJw0cN1zmgUibZULvMgofWXp3h2PWZYWVwncT51trUGwniUNCrXe059H+ksuqOstHeczgVY4kvgjxkEZnlHbFfsF/9QdJGsduHoYo1iteOYp3mSDvYKcDQwvtPj/PenYLw1vWs3u0+1cPssjKKgtWNB6aiDoUonGfKKjheQZMcOFLqUcWQXMaDKxfr6g/cTZaw1q5JNuyStajLKuCPKp5HPE+DEeZsI1KXymb/yn9i+rRefWNU2yaCsU2qWc7Yk/piKN8U7+zamdsOuITAQYAgAPJD3CsptIAAAAASUVORK5CYII=');
}
.lineChart {
  position: relative;
  padding: 20px 0 20px 50px;
}

.lineChart__chart {
  height: 282px;
  width: 100%;
  margin-left: -3px;
}

.lineChart__x-axis {
  position: absolute;
  top: 338px;
  width: calc(100% - 50px);
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 15px;
  color: #bbbbbb;
  text-align: center;
}
.lineChart__x-axis:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  background-color: #4b4c4d;
}
.lineChart__x-axis span {
  position: relative;
  display: inline-block;
  padding: 0 17px;
  background: #292a2c;
}

.lineChart__y-axis {
  position: absolute;
  left: 0;
  top: 300px;
  height: 15px;
  width: 280px;
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 15px;
  color: #bbbbbb;
  text-align: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.lineChart__y-axis:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  background-color: #4b4c4d;
}
.lineChart__y-axis span {
  position: relative;
  display: inline-block;
  padding: 0 17px;
  background: #292a2c;
}

.lineChart__x-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: calc((100% - 50px)*14/15);
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 15px;
  color: #bbbbbb;
  left: 50px;
  margin-left: calc((100% - 50px)/15);
  top: 310px;
  -ms-flex-flow: row;
      flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lineChart__x-labels > span {
  width: 14px;
  text-align: center;
}

.lineChart__y-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 15px;
  color: #bbbbbb;
  left: 30px;
  top: 20px;
  -ms-flex-flow: column;
      flex-flow: column;
  height: 250px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lineChart .data-group polyline {
  fill: none;
  stroke: #db000b;
  stroke-width: 3;
}

.lineChart .data-group circle {
  fill: #292a2c;
  stroke: #8e9198;
  stroke-width: 3;
  cursor: pointer;
}

.lineChart .data-group circle.is-win {
  stroke: #db000b;
}

.lineChart .data-group-prev polyline {
  fill: none;
  stroke: #bbbbbb;
  stroke-width: 1;
}

.lineChart .data-group-prev circle {
  fill: #292a2c;
  stroke: #8e9198;
  stroke-width: 3;
  cursor: pointer;
}

.lineChart .data-group-prev circle.is-win {
  stroke: #db000b;
}

.lineChart .grid-group line {
  stroke: #4b4c4d;
  stroke-width: 1;
}

.lineChart .fill-group polyline {
  fill: #212122;
}

.lineChart .label-group text {
  fill: #bbbbbb;
  font-size: 15px;
  font-family: "PFDinTextPro-Regular", sans-serif;
}

.lineChart__navigation [data-action] {
  position: absolute;
  cursor: pointer;
  transition: all .3s ease;
}
.lineChart__navigation [data-action="right"] {
  top: -20px;
  right: 35px;
}
.lineChart__navigation [data-action="left"] {
  top: -20px;
  right: 35px;
}
.lineChart__navigation [data-action="up"] {
  left: -6px;
  top: -38px;
}
.lineChart__navigation [data-action="down"] {
  left: -4px;
  top: 340px;
}
.lineChart__navigation [data-action="fast-backward"]{
  top: -20px;
  right: 105px;
}
.lineChart__navigation [data-action="fast-forward"]{
  top: -20px;
  right: 0px;
}
/*//move-btn*/
.lineChart__navigation [data-action="fast-forward"].add-left-btn{
  right:0px;
}
.lineChart__navigation [data-action="fast-top"]{
  top: -10px;
  left: -6px;
}
.lineChart__navigation [data-action="fast-down"]{
  left: -4px;
  top: 308px;
}
.lineChart__actions {
  padding-top: 70px;
  font-family: "pf_dintext_promedium3", sans-serif;
  font-size: 15px;
  line-height: 1;
}
.lineChart__actions a[data-type] {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  padding: 8px 28px;
  border: 1px solid #db000b;
  margin-right: 7px;
}
.lineChart__actions a[data-type].is-active {
  background-color: #db000b;
}
.lineChart__actions a[data-type]:hover {
  border-color: #8b0001;
  background-color: #8b0001;
}
.lineChart__actions a[data-action="compare"] {
  padding-right: 20px;
  color: #ffffff;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA6ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6M0IxRUM3RUJDNEQ0RTUxMTk5Q0VBNDFDQjcyREQyQjIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjZCMTMyNDIyMERBMTFFNkJGMzRFNjNGNTY4MjkzNDgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjZCMTMyNDEyMERBMTFFNkJGMzRFNjNGNTY4MjkzNDgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTMyBXaW5kb3dzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InV1aWQ6RUU4RURCOTc0MDFCRTYxMUI5MEFCRTlBQ0Y0NDgwOEMiIHN0UmVmOmRvY3VtZW50SUQ9InV1aWQ6OUZFQjlCMkE4QkRDRTUxMTg1MDFGODA3OEMyMDhDMEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4Gq0rIAAAAhUlEQVR42mL4//8/AwjfZuDmgbGRMRMDENxh5KkDUmeAtAQDGmAE6QRJArE6EN8EYgeV/19ewBQwATlfQIJQSZCiA8gmMYLsgVoDEjwAVXQbiO1AJsEVICk6AsTKQPwWiBWYGAgAJjTdB6C6QVbogNzHhMX+mzD7SfLmSmySYEAoqAECDAC7u2O0hUEySAAAAABJRU5ErkJggg==") 100% 50% no-repeat;
}
.lineChart__actions a[data-action="compare"]:hover {
  opacity: 0.7;
}
.lineChart__actions .box-flex__item {
  padding: 0;
}

.lineChart-popup {
  position: absolute;
  width: 200px;
  height: 62px;
  padding-top: 30px;
  margin-left: -96px;
  color: #ffffff;
  background: #58595d;
  z-index: 1000;
  -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s;
}
.lineChart-popup:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-top: -1px;
  margin-left: -9px;
  border: 9px solid transparent;
  border-top-color: #58595d;
}
.lineChart-popup:not(.is-visible) {
  opacity: 0;
  left: -9999px !important;
  top: -9999px !important;
}
.lineChart-popup.is-visible {
  opacity: 1;
  margin-top: -120px;
}

.lineChart-popup__title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  background-color: #db000b;
}

.lineChart-popup__result {
  text-align: center;
  font-size: 0;
  white-space: nowrap;
}
.lineChart-popup__result > * {
  display: inline-block;
  vertical-align: middle;
}
.lineChart-popup__result img {
  width: 56px;
  height: 56px;
}

.lineChart-popup__score {
  width: 70px;
  text-align: center;
  white-space: nowrap;
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 30px;
}

.media-list a {
  display: inline-block;
}
.media-list a:not([class]) {
  color: #00aced;
  text-decoration: none;
}
.media-list a:not([class]):hover {
  color: #000000;
}
.media-list [data-theme="dark"] a:not([class]) {
  color: #88a1b2;
  text-decoration: none;
}
.media-list [data-theme="dark"] a:not([class]):hover {
  color: #ffffff;
}

.media-list__item[data-size="sm"] {
  padding: 13px 17px 13px 27px;
}
.media-list__item[data-size="xs"] {
  padding: 10px 0;
}
.media-list__item[data-border="1"]:not(:first-child) {
  border-top: 1px solid #d2d2d2;
}
.media-list__item[data-border="1"]:not(:first-child)[data-theme="dark"] {
  border-top: 1px solid #37393c;
}
.media-list__item:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}

.media-list__img {
  float: left;
}
.media-list__img img {
  max-width: 100%;
  height: auto;
}
[data-size="sm"] .media-list__img {
  max-width: 84px;
  padding-right: 18px;
}
[data-size="xs"] .media-list__img {
  max-width: 46px;
  padding-right: 10px;
}

.media-list__body {
  overflow: hidden;
}
.media-list__body p > span {
  color: #8e8e8e;
}
[data-theme="dark"] .media-list__body {
  color: #ffffff;
}

.social-updates {
  padding: 0 0 10px 0;
  background-color: #000000;
}
.social-updates .gl-tabs > ul {
  padding-left: 27px;
  padding-right: 17px;
}

.social-updates__heading {
  display: block;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  color: inherit;
  margin-bottom: 15px;
}
.social-updates__heading > * {
  font-size: 12px;
  line-height: 1.5;
}

.social-updates__heading-img {
  display: inline-block;
  vertical-align: middle;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
}
.social-updates__heading-img > img {
  max-width: 46px;
  height: auto;
}

.social-updates__heading-meta {
  display: inline-block;
  vertical-align: middle;
}
.social-updates__heading-meta > strong {
  color: #00aced;
  margin-left: 10px;
}
.social-updates__heading-meta > span {
  font-size: 11px;
  margin-left: 10px;
}

.social-updates__title {
  font: 20px/100% "pf_dintext_promedium3", sans-serif;
  padding: 15px 17px 5px 27px;
  margin-bottom: 10px;
  color: #ffffff;
}

.social-updates__body {
  color: #4f5257;
  background-color: #ffffff;
  padding: 15px 17px 20px 27px;
}
.social-updates__body p {
  font: 12px/18px Arial, sans-serif;
  margin-bottom: 10px;
}
.social-updates__body a {
  word-break: break-word;
  word-wrap: break-word;
}
.social-updates__body a:not([class]) {
  color: #00aced;
}
.social-updates__body p img {
  max-width: 100%;
  height: auto;
}

.gl-tabs > ul[data-size="sm"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style-type: none;
}
.gl-tabs > ul[data-size="sm"] > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #5d6065;
  margin: 0 4px;
  text-align: center;
}
.gl-tabs > ul[data-size="sm"] > li svg > * {
  fill: #cfd0d1;
}
.gl-tabs > ul[data-size="sm"] > li:first-child {
  margin-left: 0;
}
.gl-tabs > ul[data-size="sm"] > li:last-child {
  margin-right: 0;
}
.gl-tabs > ul[data-size="sm"] > li.ui-state-active {
  background-color: #ffffff;
}
.gl-tabs > ul[data-size="sm"] > li.ui-state-active svg > * {
  fill: #4f4f4f;
}
.gl-tabs > ul[data-size="sm"] a {
  display: block;
  height: 28px;
  line-height: 28px;
}
.gl-tabs > ul[data-size="sm"] a > * {
  display: inline-block;
  vertical-align: middle;
}

.team-stat-result {
  height: 100px;
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 80px;
  line-height: 100px;
  color: #ffffff;
}

.team-stat-head {
  font-size: 14px;
  padding: 36px 0 26px;
  margin: -15px -30px 15px;
  color: #c9c9c9;
  background-color: #191919;
}
.team-stat-head__place {
  height: 140px;
  font-family: "pf_dintext_promedium3", sans-serif;
  font-size: 120px;
  line-height: 140px;
  color: #ffffff;
}
.team-stat-head__shots, .team-stat-head__goals {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 15px;
  font-family: 'PFDinTextPro-Medium', sans-serif;
  font-size: 14px;
  line-height: 120%;
}
.team-stat-head__shots > strong, .team-stat-head__goals > strong {
  font-size: 48px;
  line-height: 70px;
  font-weight: normal;
}
.team-stat-head__shots > strong {
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .team-stat-head__shots {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.team-stat-head__goals > strong {
  color: #db000b;
}
@media only screen and (max-width: 1200px) {
  .team-stat-head__goals {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.team-stat-head--main {
  padding: 0 0 10px;
  margin: 0;
}
.team-stat-head--main .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.team-stat-head--main [class^=grid-col-] {
  float: none;
}
.team-stat-head--main [class^=grid-col-]:nth-of-type(1) {
  width: 120px;
}
.team-stat-head--main [class^=grid-col-]:nth-of-type(3) {
  width: 340px;
}
.team-stat-head--main .team-stat-head__place {
  width: 100%;
  height: 84px;
  font-size: 86px;
  line-height: 84px;
}
.team-stat-head--main .team-stat-head__shots {
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin: 0;
}
.team-stat-head--main .team-stat-head__shots > strong {
  font-size: 42px;
  line-height: 52px;
  font-family: 'PFDinTextPro-Medium', sans-serif;
}
.team-stat-head--main .team-stat-head__goals {
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin: 0;
}
.team-stat-head--main .team-stat-head__goals > strong {
  font-size: 42px;
  line-height: 52px;
  font-family: 'PFDinTextPro-Medium', sans-serif;
}
.team-stat-head--main .grid-col-3of7 {
  white-space: nowrap;
}
.team-stat-head--main .grid-col-3of7 > * {
  white-space: normal;
}
.team-stat-head--main .bar-list {
  margin-top: -15px;
  margin-bottom: -15px;
}
.team-stat-head--main .bar-list__item {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 10px;
  padding-left: 130px;
}
.team-stat-head--main .bar-list__text {
  width: 120px;
  padding-right: 10px;
}
.team-stat-head--main .bar-list__bar:after {
  font-family: 'PFDinTextPro-Regular', sans-serif;
}
@media only screen and (max-width: 1280px) {
  .team-stat-head--main {
    font-size: 12px;
    line-height: 1.2;
  }
  .team-stat-head--main .team-stat-head__shots,
  .team-stat-head--main .team-stat-head__goals {
    font-size: 12px;
  }
  .team-stat-head--main .team-stat-head__shots > strong,
  .team-stat-head--main .team-stat-head__goals > strong {
    line-height: 48px;
  }
  .team-stat-head--main .bar-list {
    margin-right: 40px;
  }
  .team-stat-head--main .bar-list__item {
    margin-left: 0;
    padding-left: 115px;
  }
  .team-stat-head--main .bar-list__text {
    width: 105px;
    font-size: 12px;
  }
  .team-stat-head--main .simple-pie--sm .simple-pie__text > span {
    font-size: 12px;
  }
}

.team-stat-avg {
  margin-left: 12px;
  margin-right: 12px;
  background-color: #fff;
}
.team-stat-avg > * {
  display: inline-block;
  vertical-align: top;
}
.team-stat-avg ul.b-filter {
  margin: 0 !important;
  padding-left: 0px !important;
}
.team-stat-avg ul.b-filter > li:first-child {
  padding-left: 0 !important;
}
@media only screen and (max-width: 1200px) {
  .team-stat-avg ul.b-filter > li {
    padding-left: 5px !important;
  }
}
.team-stat-avg .view-btn {
  right: 15px;
}
.team-stat-avg ~ .teamList {
  margin-top: 0;
}

.team-stat-avg__list {
  width: 50%;
  padding: 14px 20px;
  box-sizing: border-box;
  white-space: nowrap;
}
.team-stat-avg__list > * {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.team-stat-avg__item > * {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}
.team-stat-avg__item:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1200px) {
  .team-stat-avg__item:not(:first-child) {
    margin-left: 10px;
  }
}

.team-stat-avg__label {
  display: inline-block;
  font: 16px/24px 'pf_din_text_cond_proregular', sans-serif;
  vertical-align: middle;
}

.team-stat-avg__value {
  font: 21px/24px 'PFDinTextPro-Regular', sans-serif;
  width: 44px;
  height: 24px;
  margin-left: 10px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 1200px) {
  .team-stat-avg__value {
    margin-left: 5px;
  }
}

.team-stat-playerlist {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 100%;
  color: #ffffff;
  background-color: #595a61;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 100;
}
.contentWrapper .content .team-stat-playerlist a.btn {
  color: #ffffff;
  line-height: 120%;
}
.team-stat-playerlist table {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.team-stat-playerlist table th {
  font-weight: normal;
  padding: 18px 5px 5px;
  border-top: 1px solid #3f4044;
}
.team-stat-playerlist table td {
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 30px;
  font-weight: normal;
  padding: 12px 5px 20px;
}
.team-stat-playerlist table tr > *:first-child {
  padding-left: 10px;
}
.team-stat-playerlist table tr > *:first-child {
  padding-right: 10px;
}

.teamGrid .item:hover {
  z-index: 200;
}
.teamGrid .item:hover .team-stat-playerlist {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.game-toggle__h2 {
  font-size: 30px;
  font-family: "pf_dintext_promedium3", sans-serif;
  font-weight: normal;
  color: #28292b;
  margin: 0 0 20px;
  margin-top: 30px;
}

.game-toggle__h3 {
  font-size: 18px;
  font-family: "pf_dintext_promedium3", sans-serif;
  font-weight: normal;
  color: #28292b;
  margin: 0 0 20px;
}

.game-toggle:not(.is-active) {
  margin-bottom: 1px;
}
.game-toggle:last-child {
  margin-bottom: 0;
}

.game-toggle__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 15px;
  line-height: 1.46667;
  color: #c2c2c2;
  background-color: #4c4e52;
  cursor: pointer;
}
.game-toggle.is-active .game-toggle__header:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -9px;
  border: 9px solid transparent;
  border-top-color: #4c4e52;
}
.game-toggle__header:hover {
  background-color: rgba(76, 78, 82, 0.9);
}
.game-toggle.is-active .game-toggle__header:hover:after {
  border-top-color: rgba(76, 78, 82, 0.9);
}
.game-toggle__header[data-processing="true"] {
  opacity: 0.9;
}

.game-toggle__header-section {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 62%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.game-toggle__header-section:first-of-type, .game-toggle__header-section:last-of-type {
  width: 19%;
}
.game-toggle__header-section:last-of-type {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.game-toggle__header-section > * {
  box-sizing: inherit;
}
@media only screen and (max-width: 1280px) {
  .game-toggle__header-section {
    width: 60%;
  }
  .game-toggle__header-section:first-of-type, .game-toggle__header-section:last-of-type {
    width: 20%;
  }
}

.game-toggle__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 105px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #2d2e30;
  font-family: "pf_dintext_proregular3", sans-serif;
  line-height: 24px;
}
.game-toggle__date > * {
  padding-top: 10px;
  font-weight: normal;
}
.game-toggle__date > strong {
  font-family: "pf_dintext_promedium3", sans-serif;
  font-size: 50px;
}
.game-toggle__header:hover .game-toggle__date {
  background-color: rgba(45, 46, 48, 0.9);
}

.game-toggle__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 5px 5px 15px;
  white-space: nowrap;
}
@media only screen and (max-width: 1280px) {
  .game-toggle__place {
    line-height: 1.2;
  }
}

.game-toggle__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  line-height: 24px;
}
.game-toggle__team strong {
  font-size: 30px;
  font-family: "pf_dintext_promedium3", sans-serif;
  font-weight: normal;
  color: #ffffff;
  margin: 0 0 20px;
}
.game-toggle__team--home {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right;
}
@media only screen and (max-width: 1280px) {
  .game-toggle__team strong {
    font-size: 22px;
  }
}

.game-toggle__team__logo {
  width: 60px;
  text-align: center;
}

.game-toggle__team__name {
  width: 205px;
}
.game-toggle__team--home .game-toggle__team__name {
  text-align: right;
  padding-right: 15px;
}
.game-toggle__team--guest .game-toggle__team__name {
  text-align: left;
  padding-left: 15px;
}
@media only screen and (max-width: 1280px) {
  .game-toggle__team__name {
    width: 160px;
  }
}

.game-toggle__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  margin-left: -5px;
  margin-right: -5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.game-toggle__score {
  position: relative;
  font-size: 0;
  line-height: 24px;
  color: #ffffff;
  white-space: nowrap;
}
.game-toggle__score > * {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.game-toggle__score span {
  font-size: 50px;
  width: 50px;
  text-align: center;
}
.game-toggle__score small {
  width: 10px;
  height: 20px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
}
.game-toggle__score small:before, .game-toggle__score small:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -2px;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 50%;
}
.game-toggle__score small:before {
  top: 0;
}
.game-toggle__score small:after {
  bottom: 0;
}
.game-toggle__score sub {
  font-size: 15px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  margin-top: 10px;
  text-transform: uppercase;
  text-align: center;
}

.game-toggle__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  padding: 5px 15px 5px 5px;
}

.game-toggle__body {
  display: none;
  font: 15px/24px "pf_dintext_proregular3", sans-serif;
  background-color: #eeeeee;
}
.game-toggle:not(:last-of-type) .game-toggle__body {
  border-bottom: 20px solid #191919;
}
.game-toggle.is-active .game-toggle__body {
  display: block;
}

.game-toggle__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.game-toggle__detail-head {
  width: 100%;
  line-height: 1;
  text-align: center;
  padding: 30px 20px 20px;
}
.game-toggle__detail-head > a {
  color: #0061af;
  margin-left: 5px;
  margin-right: 5px;
}

.game-toggle__detail-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 410px;
}
.game-toggle__detail-team--guest {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 1280px) {
  .game-toggle__detail-team {
    width: 350px;
  }
}

.game-toggle__detail-team__logo {
  width: 200px;
  height: 97px;
  text-align: center;
}

.game-toggle__detail-team__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 97px;
}
.game-toggle__detail-team__name strong {
  font-size: 30px;
  font-family: "pf_dintext_promedium3", sans-serif;
  font-weight: normal;
  color: #28292b;
  margin: 0 0 20px;
}
@media only screen and (max-width: 1280px) {
  .game-toggle__detail-team__name strong {
    font-size: 22px;
  }
}

.game-toggle__detail-team__score-list {
  width: 100%;
}
.game-toggle__detail-team--home .game-toggle__detail-team__score-list {
  text-align: right;
}
.game-toggle__detail-team--guest .game-toggle__detail-team__score-list {
  text-align: left;
}

.game-toggle__detail-result {
  position: relative;
  color: #232323;
}

.game-toggle__detail-score {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: normal;
  font-family: "pf_dintext_proregular3", sans-serif;
}
.game-toggle__detail-score > * {
  position: relative;
}
.game-toggle__detail-score span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 90px;
  width: 87px;
  height: 97px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: -0.1em;
  text-indent: -0.1em;
  background-color: #ffffff;
}
.game-toggle__detail-score small {
  width: 34px;
  height: 36px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
}
.game-toggle__detail-score small:before, .game-toggle__detail-score small:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background-color: #232323;
  border-radius: 50%;
}
.game-toggle__detail-score small:before {
  top: 0;
}
.game-toggle__detail-score small:after {
  bottom: 0;
}
.game-toggle__detail-score sub {
  font-size: 24px;
  line-height: 1;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  margin-top: 7px;
  text-transform: lowercase;
  text-align: center;
}

.game-toggle__detail-score-info {
  position: absolute;
  width: 100%;
  top: 137px;
  text-align: center;
  font-family: "pf_dintext_promedium3", sans-serif;
}
.game-toggle__detail-score-info > * {
  margin-left: 5px;
  margin-right: 5px;
}

.game-toggle__detail-team__score-list {
  padding: 40px 0 0;
}
.game-toggle__detail-team__score-list strong {
  font-family: "pf_dintext_promedium3", sans-serif;
  font-weight: normal;
  margin-left: 5px;
  margin-right: 5px;
}

.game-toggle__detail-actions {
  width: 100%;
  text-align: center;
  padding: 20px 35px 35px;
}
.game-toggle__detail-actions a {
  min-width: 164px;
  font-size: 18px;
  line-height: 1;
  font-family: "pf_dintext_promedium3", sans-serif;
  padding: 13px;
  margin-left: 15px;
  margin-right: 15px;
}
.game-toggle__detail-actions a, .game-toggle__detail-actions a:hover, .game-toggle__detail-actions a:active, .game-toggle__detail-actions a:visited {
  color: #ffffff !important;
  text-decoration: none;
}
.game-toggle__detail-actions a:hover {
  background-color: #2d2e30;
}

.game-toggle__detail-history {
  text-align: center;
  padding: 45px 0;
}

.game-toggle__detail-history-score {
  font-size: 50px;
  line-height: 1;
  color: #8e9198;
  margin-bottom: 70px;
}
.game-toggle__detail-history-score strong {
  color: #db000b;
  border-bottom: 3px solid;
}

.game-toggle__detail-statistics {
  text-align: center;
  padding: 45px 20px;
}

.game-toggle__rating {
  font-size: 0;
  line-height: 0;
}

.game-toggle__rating-legend {
  margin: 20px 0;
  color: #4c4e52;
}

.game-toggle__rating-item {
  display: inline-block;
  margin-left: 9px;
  margin-right: 9px;
  width: 9px;
  height: 9px;
  border: 4px solid #8e9198;
  border-radius: 50%;
  vertical-align: middle;
}
.game-toggle__rating-item--sm {
  width: 5px;
  height: 5px;
  border-width: 2px;
}
.game-toggle__rating-item.is-win {
  border-color: #db000b;
}
.game-toggle__rating-legend .game-toggle__rating-item {
  margin-left: 15px;
}
.game-toggle__rating-legend .game-toggle__rating-item:first-child {
  margin-left: 0;
}

.game-toggle__detail-history .game-toggle__lastgames {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 410px;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.game-toggle__lastgames-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-family: "pf_dintext_proregular3", sans-serif;
  text-align: left;
  color: #4c4e52 !important;
  background-color: #ffffff;
}
.game-toggle__lastgames-item > * {
  padding: 7px;
}
.game-toggle__lastgames-item:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.game-toggle__detail-statistics .game-toggle__lastgames-item:not(:first-child) {
  border-top: 1px solid #d9d9d9;
}
.game-toggle__detail-history .game-toggle__lastgames-item {
  width: 190px;
  margin-bottom: 13px;
}

.game-toggle__lastgames-item__date {
  font-size: 13px;
}

.game-toggle__lastgames-item__logo {
  width: 28px;
  height: auto;
}

.game-toggle__lastgames-item__score {
  width: 50px;
  white-space: nowrap;
  text-align: center;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-nowrap {
  white-space: nowrap;
}

.m-l--30 {
  margin-left: -30px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-r--30 {
  margin-right: -30px;
}

.p-t-0 {
  padding-top: 0;
}
.p-t-10 {
  padding-top: 10px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-t-50 {
  padding-top: 50px;
}
.p-b-0 {
  padding-bottom: 0;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-l-50 {
  padding-left: 50px;
}
.p-l-100 {
  padding-left: 100px;
}
.p-l-150 {
  padding-left: 150px;
}
.p-r-40 {
  padding-right: 40px;
}

.c-gray-primary {
  color: #9e9e9e;
}
.c-gray-secondary {
  color: #4e6c73;
}
.c-white {
  color: #fff;
}

.bg-dark-primary {
  color: #fff;
  background-color: #191919;
}
.bg-dark-secondary {
  color: #fff;
  background-color: #292a2c;
}
.bg-dark-tertiary {
  color: #fff;
  background-color: #35373a;
}
.bg-gray-primary {
  color: #2f2f2f;
  background-color: #eeeeee;
}
.bg-gray-secondary {
  color: #fff;
  background-color: #a2a6af;
}
.bg-gray-tertiary {
  color: #fff;
  background-color: #7a7d84;
}
.bg-white {
  color: #2f2f2f;
  background-color: #ffffff;
}
.bg-red-primary {
  color: #fff;
  background-color: #db000b;
}

.bd-l-70-gray {
  position: relative;
}
.bd-l-70-gray:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 70%;
  left: 0;
  top: 15%;
  background-color: #393a3d;
}

.fz-19 {
  font-size: 19px;
}

.ff-pfd {
  font-family: "pf_dintext_proregular3", sans-serif;
}

@charset "UTF-8";
@font-face {
  font-family: 'pf_dintext_promedium3';
  src: url("../fonts/pfdintextpro-medium-wf3.woff2") format("woff2"), url("../fonts/pfdintextpro-medium-wf3.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pf_dintext_proregular3';
  src: url("../fonts/pfdintextpro-regular-wf3.woff2") format("woff2"), url("../fonts/pfdintextpro-regular-wf3.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.grid--inline {
  font-size: 0;
}
.grid--inline:after {
  display: none;
}
.grid--out {
  margin-left: -30px;
  margin-right: -30px;
}
.grid:after, .grid:before {
  content: "";
  display: table;
}
.grid:after {
  clear: both;
}

[class^="grid-col-"] {
  float: left;
  box-sizing: border-box;
  padding: 0 0;
}
.grid--inline [class^="grid-col-"] {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
.grid--inline [class^="grid-col-"][data-valign="middle"] {
  vertical-align: middle;
}
.grid--inline [class^="grid-col-"][data-valign="bottom"] {
  vertical-align: bottom;
}

.grid-col-full {
  width: 100%;
}
.grid-col-1of2 {
  width: 50%;
}
.grid-col-1of3 {
  width: 33.33333%;
}
.grid-col-1of4 {
  width: 25%;
}
.grid-col-1of5 {
  width: 20%;
}
.grid-col-1of6 {
  width: 16.66667%;
}
.grid-col-1of7 {
  width: 14.28571%;
}
.grid-col-1of8 {
  width: 12.5%;
}
.grid-col-1of9 {
  width: 11.11111%;
}
.grid-col-1of10 {
  width: 10%;
}
.grid-col-1of11 {
  width: 9.09091%;
}
.grid-col-1of12 {
  width: 8.33333%;
}
.grid-col-2of3 {
  width: 66.66667%;
}
.grid-col-2of4 {
  width: 50%;
}
.grid-col-2of5 {
  width: 40%;
}
.grid-col-2of6 {
  width: 33.33333%;
}
.grid-col-2of7 {
  width: 28.57143%;
}
.grid-col-2of8 {
  width: 25%;
}
.grid-col-2of9 {
  width: 22.22222%;
}
.grid-col-2of10 {
  width: 20%;
}
.grid-col-2of11 {
  width: 18.18182%;
}
.grid-col-2of12 {
  width: 16.66667%;
}
.grid-col-3of4 {
  width: 75%;
}
.grid-col-3of5 {
  width: 60%;
}
.grid-col-3of6 {
  width: 50%;
}
.grid-col-3of7 {
  width: 42.85714%;
}
.grid-col-3of8 {
  width: 37.5%;
}
.grid-col-3of9 {
  width: 33.33333%;
}
.grid-col-3of10 {
  width: 30%;
}
.grid-col-3of11 {
  width: 27.27273%;
}
.grid-col-3of12 {
  width: 25%;
}
.grid-col-4of5 {
  width: 80%;
}
.grid-col-4of6 {
  width: 66.66667%;
}
.grid-col-4of7 {
  width: 57.14286%;
}
.grid-col-4of8 {
  width: 50%;
}
.grid-col-4of9 {
  width: 44.44444%;
}
.grid-col-4of10 {
  width: 40%;
}
.grid-col-4of11 {
  width: 36.36364%;
}
.grid-col-4of12 {
  width: 33.33333%;
}
.grid-col-5of6 {
  width: 83.33333%;
}
.grid-col-5of7 {
  width: 71.42857%;
}
.grid-col-5of8 {
  width: 62.5%;
}
.grid-col-5of9 {
  width: 55.55556%;
}
.grid-col-5of10 {
  width: 50%;
}
.grid-col-5of11 {
  width: 45.45455%;
}
.grid-col-5of12 {
  width: 41.66667%;
}
.grid-col-6of7 {
  width: 85.71429%;
}
.grid-col-6of8 {
  width: 75%;
}
.grid-col-6of9 {
  width: 66.66667%;
}
.grid-col-6of10 {
  width: 60%;
}
.grid-col-6of11 {
  width: 54.54545%;
}
.grid-col-6of12 {
  width: 50%;
}
.grid-col-7of8 {
  width: 87.5%;
}
.grid-col-7of9 {
  width: 77.77778%;
}
.grid-col-7of10 {
  width: 70%;
}
.grid-col-7of11 {
  width: 63.63636%;
}
.grid-col-7of12 {
  width: 58.33333%;
}
.grid-col-8of9 {
  width: 88.88889%;
}
.grid-col-8of10 {
  width: 80%;
}
.grid-col-8of11 {
  width: 72.72727%;
}
.grid-col-8of12 {
  width: 66.66667%;
}
.grid-col-9of10 {
  width: 90%;
}
.grid-col-9of11 {
  width: 81.81818%;
}
.grid-col-9of12 {
  width: 75%;
}
.grid-col-10of11 {
  width: 90.90909%;
}
.grid-col-10of12 {
  width: 83.33333%;
}
.grid-col-11of12 {
  width: 91.66667%;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.h3-primary {
  font-family: "pf_dintext_promedium3", sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}

.h3-secondary {
  font-family: "pf_dintext_promedium3", sans-serif;
  font-size: 19px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.h4-primary {
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 19px;
  line-height: 24px;
}

.btn {
  display: inline-block;
  box-sizing: border-box;
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 14px;
  padding: 8px 10px;
  color: #ffffff;
  background-color: #db000b;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}
.btn:hover {
  color: #ffffff;
  background-color: #8b0001;
}
.btn + .btn {
  margin-left: 20px;
}
.btn--full {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn--bordered {
  background-color: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #db000b;
  -moz-box-shadow: inset 0px 0px 0px 2px #db000b;
  box-shadow: inset 0px 0px 0px 2px #db000b;
  color: #db000b;
}
.btn--bordered:hover {
  -webkit-box-shadow: inset 0px 0px 0px 2px #8b0001;
  -moz-box-shadow: inset 0px 0px 0px 2px #8b0001;
  box-shadow: inset 0px 0px 0px 2px #8b0001;
}
.btn--md {
  font-family: "pf_dintext_promedium3", sans-serif;
  font-size: 18px;
  padding: 10px 20px;
}

.text-break {
  word-wrap: break-word;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.bar-list {
  margin: 30px 50px 30px 0;
}
.bar-list__item {
  position: relative;
  margin-bottom: 40px;
  padding-top: 4px;
  padding-left: 170px;
}
.bar-list__text {
  position: absolute;
  font-size: 14px;
  line-height: 100%;
  color: inherit;
  width: 150px;
  padding-right: 20px;
  text-align: right;
  left: 0;
  top: 0;
}
.bar-list__bar {
  position: relative;
  width: 0%;
  height: 5px;
  color: #292a2c;
  background-color: #292a2c;
}
.bar-list__bar:after {
  content: attr(data-number);
  position: absolute;
  width: 28px;
  height: 28px;
  left: 100%;
  top: 50%;
  text-align: center;
  line-height: 28px;
  margin-top: -16px;
  margin-left: -2px;
  border: 2px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.bar-list__bar--white {
  color: #ffffff;
  background-color: #ffffff;
}
.bar-list__bar--red {
  color: #db000b;
  background-color: #db000b;
}
.bar-list__bar--gray {
  color: #4e6c73;
  background-color: #4e6c73;
}
.bar-list__bar--gray-light {
  color: #80828c;
  background-color: #80828c;
}
.js-animate-bar-list .bar-list__bar, .js-animate-bar-list-multiple .bar-list__bar {
  transition: 1s;
}
.js-animate-bar-list .bar-list__bar:nth-of-type(2), .js-animate-bar-list-multiple .bar-list__bar:nth-of-type(2) {
  transition-delay: 0.1s;
}
.js-animate-bar-list .bar-list__bar:nth-of-type(3), .js-animate-bar-list-multiple .bar-list__bar:nth-of-type(3) {
  transition-delay: 0.2s;
}
.js-animate-bar-list .bar-list__bar:nth-of-type(4), .js-animate-bar-list-multiple .bar-list__bar:nth-of-type(4) {
  transition-delay: 0.3s;
}
.js-animate-bar-list .bar-list__bar:nth-of-type(5), .js-animate-bar-list-multiple .bar-list__bar:nth-of-type(5) {
  transition-delay: 0.4s;
}
.js-animate-bar-list .bar-list__bar:nth-of-type(6), .js-animate-bar-list-multiple .bar-list__bar:nth-of-type(6) {
  transition-delay: 0.5s;
}
.js-animate-bar-list .bar-list__bar:nth-of-type(7), .js-animate-bar-list-multiple .bar-list__bar:nth-of-type(7) {
  transition-delay: 0.6s;
}
.js-animate-bar-list .bar-list__bar:nth-of-type(8), .js-animate-bar-list-multiple .bar-list__bar:nth-of-type(8) {
  transition-delay: 0.7s;
}
.js-animate-bar-list .bar-list__bar:nth-of-type(9), .js-animate-bar-list-multiple .bar-list__bar:nth-of-type(9) {
  transition-delay: 0.8s;
}
.js-animate-bar-list .bar-list__bar:nth-of-type(10), .js-animate-bar-list-multiple .bar-list__bar:nth-of-type(10) {
  transition-delay: 0.9s;
}
.js-animate-bar-list .bar-list__bar:nth-of-type(11), .js-animate-bar-list-multiple .bar-list__bar:nth-of-type(11) {
  transition-delay: 1s;
}
.js-animate-bar-list .bar-list__bar:nth-of-type(12), .js-animate-bar-list-multiple .bar-list__bar:nth-of-type(12) {
  transition-delay: 1.1s;
}
.bar-list--flat {
  margin: 0;
}
.bar-list--flat .bar-list__item {
  margin-top: 19px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 19px;
  padding-right: 200px;
  border-bottom: 1px solid #dedede;
}
.bar-list--flat .bar-list__item:last-child {
  border: 0;
}
.bar-list--flat .bar-list__bar {
  height: 43px;
  background: repeating-linear-gradient(-45deg, #8a8b8e, #8a8b8e 5px, #58595d 5px, #58595d 10px);
}
.bar-list--flat .bar-list__bar:after {
  border-radius: 0;
  width: 50px;
  height: 43px;
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 30px;
  line-height: 43px;
  border: 0;
  margin: 0;
  top: 0;
  color: #ffffff;
  background-color: #292a2c;
}
.bar-list--flat .bar-list__bar:before {
  content: attr(data-note);
  position: absolute;
  width: 150px;
  left: 100%;
  top: 0;
  margin-left: 53px;
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 19px;
  line-height: 43px;
  color: #6b6b6b;
}
.bar-list--flat .bar-list__text {
  font-size: 19px;
  line-height: 43px;
  font-family: "pf_dintext_proregular3", sans-serif;
  color: #2f2f2f;
}
.bar-list--multiple {
  font-size: 0;
  margin: 0;
}
.bar-list--multiple .bar-list__item {
  padding: 0;
}
.bar-list--multiple .bar-list__item > * {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
.bar-list--multiple .bar-list__bar-wrapper {
  width: 40%;
}
.bar-list--multiple .bar-list__bar-wrapper .bar-list__bar:after {
  font-family: "pf_dintext_promedium3", sans-serif;
  font-size: 22px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -21px;
  margin-left: auto;
  border: 3px solid;
}
.bar-list--multiple .bar-list__bar-wrapper:first-child {
  padding-left: 40px;
  text-align: right;
}
.bar-list--multiple .bar-list__bar-wrapper:first-child .bar-list__bar:after {
  left: auto;
  right: 100%;
  margin-left: -3px;
}
.bar-list--multiple .bar-list__bar-wrapper:last-child {
  padding-right: 40px;
  text-align: left;
}
.bar-list--multiple .bar-list__bar-wrapper:last-child .bar-list__bar:after {
  right: auto;
  left: 100%;
  margin-right: -3px;
}
.bar-list--multiple .bar-list__bar {
  display: inline-block;
}
.bar-list--multiple .bar-list__text {
  position: relative;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  width: 20%;
}

.simple-pie {
  position: relative;
  width: 160px;
  height: 160px;
  background-color: #4e6c73;
  border-radius: 50%;
}
.simple-pie > canvas {
  position: relative;
  z-index: 1;
}
.simple-pie:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 154px;
  height: 154px;
  background-color: #191919;
  border-radius: 50%;
  z-index: 2;
}
.simple-pie--inline {
  display: inline-block;
  vertical-align: middle;
}
.simple-pie--white {
  background-color: #79a8b3;
  color: #6b6b6b;
}
.simple-pie--white:before {
  background-color: #ffffff;
}
.simple-pie--sm {
  width: 130px;
  height: 130px;
}
.simple-pie--sm:before {
  left: 4px;
  top: 4px;
  width: 122px;
  height: 122px;
}
.simple-pie--lg {
  width: 280px;
  height: 280px;
}
.simple-pie--lg:before {
  left: 4px;
  top: 4px;
  width: 272px;
  height: 272px;
}

.simple-pie__arc {
  transform: rotate(-90deg);
}

.simple-pie__text {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 144px;
  height: 104px;
  padding: 25px 5px;
  text-align: center;
  z-index: 5;
}
.simple-pie__text > strong {
  display: block;
  font-family: 'PFDinTextPro-Regular', sans-serif;
  font-size: 48px;
  line-height: 70px;
  font-weight: normal;
  color: #db000b;
}
.simple-pie__text > span {
  display: block;
  font-size: 14px;
  line-height: 120%;
}
.simple-pie--sm .simple-pie__text {
  left: 0;
  top: 0;
  width: 122px;
  height: 100px;
}
.simple-pie--sm .simple-pie__text > strong {
  font-size: 42px;
  line-height: 1.2;
}
.simple-pie--sm .simple-pie__text > span {
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.simple-pie--lg .simple-pie__text {
  left: 4px;
  top: 4px;
  width: 260px;
  height: 185px;
  padding-top: 60px;
}
.simple-pie--lg .simple-pie__text > strong {
  font-size: 80px;
  line-height: 100px;
  font-weight: normal;
  color: #db000b;
}
.simple-pie--lg .simple-pie__text > span {
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 19px;
}

.box-out {
  margin-left: -30px;
  margin-right: -30px;
}

.box-inline {
  display: inline-block;
  vertical-align: middle;
}
.box-inline--baseline{
  vertical-align: top;
}
.box-flex {
  display: flex;
}

.box-flex__item {
  flex: 1 1 0%;
  padding: 20px;
}
.box-flex__item--md {
  padding-top: 50px;
  padding-bottom: 50px;
}

[class^="icon-red-arr"] {
  font-size: 0;
}
[class^="icon-red-arr"]:after {
  display: inline-block;
  vertical-align: top;
  content: '';
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.icon-red-arr--up:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA6ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6M0IxRUM3RUJDNEQ0RTUxMTk5Q0VBNDFDQjcyREQyQjIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0YwNTQzREEyMENEMTFFNjk2NDJBQzkxN0NBNzFENTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0YwNTQzRDkyMENEMTFFNjk2NDJBQzkxN0NBNzFENTkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTMyBXaW5kb3dzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InV1aWQ6RUU4RURCOTc0MDFCRTYxMUI5MEFCRTlBQ0Y0NDgwOEMiIHN0UmVmOmRvY3VtZW50SUQ9InV1aWQ6OUZFQjlCMkE4QkRDRTUxMTg1MDFGODA3OEMyMDhDMEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5ICZkBAAAB60lEQVR42ryWvUtCURjGj9cUw6YiMrQcwtzsYyuKHBraag+C2otGHR0CaeovaImCoqUtmiQhtwSXEIuilAxXo0iSnvdyDlzFe+9rXXvgB4f78T68956Px1USfsGQBmJgFoyBfvABXsAtKICmXZE+m/tBsAvWwajFc6/gGByAitlDLpPOPCAJErILrqjbfbAHGhyzYXAB5sTvlQOroNb+L9qNsn80EvL9rKzX0cwrO4oKZxSV9bydzJIOdNSpw0T7P6NZdw98wnl9gggoq852ujHSBvw6TFHdbfUZiQ3um+7AiAg/3enQmCmqr6mdIcA1Cl1fCffQoI4+5hlS/RiZTXONgplL4YlMiMbDow6N6RrTcIbMwlwjbzQivoolUV5Y1qExXWMajmt2E4MmgtGoEl8R39U3HRobDW0mjU+TU9NUzfq7qJ+etxgpGQ3rJ2f6s1ZLgNbZJgaHnOluVszqnkFb1Fme83etijGMSHlNHnxV0VtR/YImT9ijHptR/eZ/7Y2TFCHU3khHebpHXaVlVmk5qSkKZMC8g0Y3IK4igvE8owtroOiQUVHWa5jFAsoMizJD/EU5WccygyjDJZCy211MJkNKvl/jRjmlkCE3BmzWkcqN5W5zY6dEPEXHBO3ecolQF8/dJOIfAQYA2oaiKEXNqf4AAAAASUVORK5CYII=");
}
.icon-red-arr--right:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA6ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6M0IxRUM3RUJDNEQ0RTUxMTk5Q0VBNDFDQjcyREQyQjIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjcyRkI2REIyMENEMTFFNkIyMUZGMThGMjVCMzdGQTgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjcyRkI2REEyMENEMTFFNkIyMUZGMThGMjVCMzdGQTgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTMyBXaW5kb3dzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InV1aWQ6RUU4RURCOTc0MDFCRTYxMUI5MEFCRTlBQ0Y0NDgwOEMiIHN0UmVmOmRvY3VtZW50SUQ9InV1aWQ6OUZFQjlCMkE4QkRDRTUxMTg1MDFGODA3OEMyMDhDMEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6t/mqTAAAB+klEQVR42rSWv0tCURTHr68UQ6cgMjQjxFzCfkBDQekUbTU1FPQfFC2FLkFDILX0TzQELm3RJBk5FAnSIiaBKRmtRo8eSefIvaCPp+/c5+vAZ9F3z5dzz73nfh0l5mGEUIAoMA+MA0PAN/AGPAEFoGmWZNDkfz+wD2wDYz2+ewcugHOg1u0jR5fKnEASSPAqqIHVngIngEYRGwGugEVmPXLAOvCp74VeKNunEOPrszyfoZiLVxRh9kSE53MZiSVtqMiowoS+Z3jqXgA36R54PazZ+KIKqkAYqIrK9qhCw0dJFni8YwO+UaoY5t0V24jsUCvybm0yVyTM/JlrGUHMr4jJ4KOswK2rxdfYT7EkK4j5oyg2K9Px3/pHh2Dg9oYqOIdiE7JHTAhq5VfmDIdY8PmhtcUmEVSoB8OGcCv8aEoFbhv2yxmaZFqpzCrTC5SroKJYxYoQ9gv7Vl1ZbW0rISoolqcKYV/ahbBvRCGMvMIfvjr16Dcu01aEMH9BjCt8gw5kKpQYVxhnwKGl2SgZeACn0EKI2YhPeeqfjnyKe5WOlxqtQAZYslHoHogLi9D+nuEPG0DRJqEiz6d1swXoGZa5h+gncjxPTw8iBGPAsYXpovJ1Mb1QLysnItDmG30m90j4xqqsbzRyxDP4TOD05ldE5aOO7Ij/BBgAroObYpReROsAAAAASUVORK5CYII=");
}
.icon-red-arr--down:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA6ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6M0IxRUM3RUJDNEQ0RTUxMTk5Q0VBNDFDQjcyREQyQjIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzdEOTdBMUQyMENEMTFFNjg4MjRBNTE5RERDN0NDREQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzdEOTdBMUMyMENEMTFFNjg4MjRBNTE5RERDN0NDREQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTMyBXaW5kb3dzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InV1aWQ6RUU4RURCOTc0MDFCRTYxMUI5MEFCRTlBQ0Y0NDgwOEMiIHN0UmVmOmRvY3VtZW50SUQ9InV1aWQ6OUZFQjlCMkE4QkRDRTUxMTg1MDFGODA3OEMyMDhDMEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4pn/rbAAACC0lEQVR42ryWTUsCURSGT6Zi5EqIDM0KMQmiL2hR0Mcq2tUiCuo3FG0CJQhcBNKq/xD9gHYRLSQlF0VBtBFrURkVboskSTpnPFfUZrxXGzvwgM69c945c+8987akoR0UwoIMIWNIN9KGfCJPyBVygxRkSayScQ+yiawhXTXmvSCHyD7ybDSpxaAyGxJGQlyFalC1e8guklcR60COkAloPJLIApKtXotqofgfhYDvj3M+XTE7VxQEcyLI+ex6YmETKtKrMFS9ZrTr7hAHmB85JIBkRGUbTRICzrsuKrPw2XBD8+KV3p7oDM0UAs4/RGIjSv3K2d7QWFmMkliPbJYrsg3eywS0ujt/jdE1GnPthGVpfBbZxqCndq4sgT0YAE/suEKQftM1GnOuLssqdFh4axpG4f0Dnmfn4SuVrhAsF6IxmkNzax0B6vqPsvq/X9+0ZCK5N3Fa7Nb+vpIQzZHEI2192iDXKiusrc/ZCdgCfu1/Pn0Pmek5FSFtg9R9zkjQd3tRfNTBcVUh7ZxZ+Qt7gGyp3EXJH3oHSuupGJS/8F+9sZ8shOiN9BqjTeoeUfYqFV9qsgIxZNJEoXNkVliE8u8ZXVhEUiYJpThf3sgWkGeYYg/xl0hynpoeRAjOIBFZdzHYDBG+P6tq5UR4y3yjW3KOhG/M1Osb9RzxMHUB6t58RHLc6pQd8Y8AAwCRwJM0QDqFUAAAAABJRU5ErkJggg==");
}
.icon-red-arr--left:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA6ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6M0IxRUM3RUJDNEQ0RTUxMTk5Q0VBNDFDQjcyREQyQjIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUU4MkM5RjQyMENEMTFFNjg5QkZGQTFEN0UxNTM4RDUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUU4MkM5RjMyMENEMTFFNjg5QkZGQTFEN0UxNTM4RDUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTMyBXaW5kb3dzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InV1aWQ6RUU4RURCOTc0MDFCRTYxMUI5MEFCRTlBQ0Y0NDgwOEMiIHN0UmVmOmRvY3VtZW50SUQ9InV1aWQ6OUZFQjlCMkE4QkRDRTUxMTg1MDFGODA3OEMyMDhDMEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7sKcoKAAACAUlEQVR42rSWv0tCURTHj88fGDoZkaEZIeYS9oMain44RVtNDQX9B0VLoEvgEERT/0M0BC1t0SQZORQJ0iImgT3JcDWSHknnyH1h8p7v3ufrwGfR+86Xc++5535tRfAAR0hIDJlGhpE+5BN5RR6RPNI0SuIw+D+A7CFbyFCXdW/IGXKCVPQW2XQqcyJJJMGq4A2q9hg5RBQesQHkEpkD85FF1pBa51l0CmV6FAL2fYbl0xRzsYqiYE1EWT6XlljSgoq0Kkx0nhl13TPi5roHXg806x+8gg0kgshqZbu8Qnb/IAQfbsF3kOQVo7w76jYS27xCgfQVuKIR8G5utCrkDMovqZPBLyL0VShCJb4qspWUP0YTZJJr626uwRkJ/wp9V99Fm2WKxEaMmiH0dA/2fh8opRezQhQhibcxLAi3xFpTN+hcyuOzoBRL4AyPts6NttVENEisbLSKtk1eWmmdFzWIScEyieV4VpIgnVe7oEDrU+Qk9vBVRQXr5xcirU/58w72wp4i+7yC8syCiBCw/E1Ts1G0MZAxshDqbKSn/OifWv6IeZU/LzVZgTQyb6HQHRJXLUL7e0Y/rCMFi4QKLJ+iZwvIMywyD9FLZFmerh5EFVxGUkbTRacZUuz7Gq+VUyPY5hv9BvdI9Y2yqG/UcsQT9EzQ9GZXpMFGHbcj/hFgANHjoBkMWc1pAAAAAElFTkSuQmCC");
}

.lineChart {
  position: relative;
  padding: 20px 0 20px 50px;
}
.barChart{

}
.lineChart__chart {
  height: 282px;
  width: 100%;
}

.lineChart__x-axis {
  position: absolute;
  top: 338px;
  width: calc(100% - 50px);
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 15px;
  color: #bbbbbb;
  text-align: center;
}
.lineChart__x-axis:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  background-color: #4b4c4d;
}
.lineChart__x-axis span {
  position: relative;
  display: inline-block;
  padding: 0 17px;
  background: #292a2c;
}

.lineChart__y-axis {
  position: absolute;
  left: 0;
  top: 300px;
  height: 15px;
  width: 280px;
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 15px;
  color: #bbbbbb;
  text-align: center;
  transform: rotate(-90deg);
  transform-origin: 0 0;
}
.lineChart__y-axis:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  background-color: #4b4c4d;
}
.lineChart__y-axis span {
  position: relative;
  display: inline-block;
  padding: 0 17px;
  background: #292a2c;
}

.lineChart__x-labels {
  display: flex;
  position: absolute;
  width: calc(100% - 55px);
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 15px;
  color: #bbbbbb;
  left: 81px;
  margin-left: 0;
  top: 310px;
  flex-flow: row;
  justify-content: space-between;
}
.lineChart__x-labels > span {
  width: 55px;
  text-align: center;
}
.lineChart__x-labels > span:first-child{
  margin-left: 4px;
}
.lineChart__y-labels {
  display: flex;
  position: absolute;
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 15px;
  color: #bbbbbb;
  left: 28px;
  top: 29px;
  flex-flow: column;
  height: 242px;
  justify-content: space-between;
}


.lineChart .data-group polyline {
  fill: none;
  stroke: #db000b;
  stroke-width: 3;
}

.lineChart .data-group circle {
  fill: #292a2c;
  stroke: #8e9198;
  stroke-width: 3;
  cursor: pointer;
}

.lineChart .data-group circle.is-win {
  stroke: #db000b;
}

.lineChart .data-group-prev polyline {
  fill: none;
  stroke: #bbbbbb;
  stroke-width: 1;
}

.lineChart .data-group-prev circle {
  fill: #292a2c;
  stroke: #8e9198;
  stroke-width: 3;
  cursor: pointer;
}

.lineChart .data-group-prev circle.is-win {
  stroke: #db000b;
}

.lineChart .grid-group line {
  stroke: #4b4c4d;
  stroke-width: 1;
}

.lineChart .fill-group polyline {
  fill: #212122;
}

.lineChart .label-group text {
  fill: #bbbbbb;
  font-size: 15px;
  font-family: "PFDinTextPro-Regular", sans-serif;
}

.lineChart__navigation [data-action] {
  position: absolute;
  cursor: pointer;
}
.lineChart__navigation [data-action="right"] {
  top: -20px;
  right: 35px;
}
.lineChart__navigation [data-action="left"] {
  top: -20px;
  right: 70px;
}
.lineChart__navigation [data-action="up"] {
  left: -6px;
  top: -20px;
}
.lineChart__navigation [data-action="down"] {
  left: -6px;
  top: 314px;
}

.lineChart__actions {
  padding-top: 70px;
  font-family: "pf_dintext_promedium3", sans-serif;
  font-size: 15px;
  line-height: 1;
}
.lineChart__actions a[data-type] {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  padding: 8px 28px;
  border: 1px solid #db000b;
  margin-right: 7px;
}
.lineChart__actions a[data-type].is-active {
  background-color: #db000b;
}
.lineChart__actions a[data-type]:hover {
  border-color: #8b0001;
  background-color: #8b0001;
}
.lineChart__actions a[data-action="compare"] {
  padding-right: 20px;
  color: #ffffff;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA6ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6M0IxRUM3RUJDNEQ0RTUxMTk5Q0VBNDFDQjcyREQyQjIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjZCMTMyNDIyMERBMTFFNkJGMzRFNjNGNTY4MjkzNDgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjZCMTMyNDEyMERBMTFFNkJGMzRFNjNGNTY4MjkzNDgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTMyBXaW5kb3dzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InV1aWQ6RUU4RURCOTc0MDFCRTYxMUI5MEFCRTlBQ0Y0NDgwOEMiIHN0UmVmOmRvY3VtZW50SUQ9InV1aWQ6OUZFQjlCMkE4QkRDRTUxMTg1MDFGODA3OEMyMDhDMEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4Gq0rIAAAAhUlEQVR42mL4//8/AwjfZuDmgbGRMRMDENxh5KkDUmeAtAQDGmAE6QRJArE6EN8EYgeV/19ewBQwATlfQIJQSZCiA8gmMYLsgVoDEjwAVXQbiO1AJsEVICk6AsTKQPwWiBWYGAgAJjTdB6C6QVbogNzHhMX+mzD7SfLmSmySYEAoqAECDAC7u2O0hUEySAAAAABJRU5ErkJggg==") 100% 50% no-repeat;
}
.lineChart__actions a[data-action="compare"]:hover {
  opacity: 0.7;
}
.lineChart__actions .box-flex__item {
  padding: 0;
}

.lineChart-popup {
  position: absolute;
  width: 200px;
  height: 62px;
  padding-top: 30px;
  margin-left: -96px;
  color: #ffffff;
  background: #58595d;
  z-index: 1000;
  transition: opacity 0.4s;
}
.bar-chart{
  height:45px;
  padding:0;
  display: inline-block;
  width: auto;
  top: 0;

}

.barChart-popup{
  color: #fff;
  height:45px;
  text-align: center;
  padding: 0 20px;
  line-height: 45px;
}
.lineChart-popup:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-top: -1px;
  margin-left: -9px;
  border: 9px solid transparent;
  border-top-color: #58595d;
}
.lineChart-popup:not(.is-visible) {
  opacity: 0;
  left: -9999px !important;
  top: -9999px !important;
}
.chartBar__y-Labels{
  display:block;
  overflow: hidden;
  top:51px;
  left: 21px;
  
}
.barChart-overflow{
  overflow: hidden;
}
.chartBar__y-Labels span{
  display: block;
  margin-bottom: 22px;
  height: 18px;
  text-align: center;
}
.chartBar__x-Labels{
  display: block;
  height: 20px;
  overflow:hidden;
  left:48px;
}
.barChart .lineChart__navigation [data-action="right"]{
  right:0;
}
.barChart .lineChart__navigation [data-action="left"] {
  top: -20px;
  right: 35px;
}
.chartBar__x-Labels span{
  position: absolute;
}
.data-group rect{
  transition: fill .5s ease;
}
.bar-chart-popup{
  font-size: 15px;
  font-family: "pf_dintext_proregular3", sans-serif;
  width:130px;
  padding:0;
  height: 40px;
  margin-top: 0px;
}

.lineChart-popup.is-visible {
  opacity: 1;
  margin-top: -120px;
}
.bar-chart-popup.is-visible{
  margin-top: -57px;
}
.bar-chart.is-visible{
    margin-top: -60px;
}
.lineChart-popup__title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  background-color: #db000b;
}

.lineChart-popup__result {
  text-align: center;
  font-size: 0;
  white-space: nowrap;
}
.lineChart-popup__result > * {
  display: inline-block;
  vertical-align: middle;
}
.lineChart-popup__result img {
  width: 56px;
  height: 56px;
}

.lineChart-popup__score {
  width: 70px;
  text-align: center;
  white-space: nowrap;
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 30px;
}

.media-list a {
  display: inline-block;
}
.media-list a:not([class]) {
  color: #00aced;
  text-decoration: none;
}
.media-list a:not([class]):hover {
  color: #000000;
}
.media-list [data-theme="dark"] a:not([class]) {
  color: #88a1b2;
  text-decoration: none;
}
.media-list [data-theme="dark"] a:not([class]):hover {
  color: #ffffff;
}

.media-list__item[data-size="sm"] {
  padding: 13px 17px 13px 27px;
}
.media-list__item[data-size="xs"] {
  padding: 10px 0;
}
.media-list__item[data-border="1"]:not(:first-child) {
  border-top: 1px solid #d2d2d2;
}
.media-list__item[data-border="1"]:not(:first-child)[data-theme="dark"] {
  border-top: 1px solid #37393c;
}
.media-list__item:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}

.media-list__img {
  float: left;
}
.media-list__img img {
  max-width: 100%;
  height: auto;
}
[data-size="sm"] .media-list__img {
  max-width: 84px;
  padding-right: 18px;
}
[data-size="xs"] .media-list__img {
  max-width: 46px;
  padding-right: 10px;
}

.media-list__body {
  overflow: hidden;
}
.media-list__body p > span {
  color: #8e8e8e;
}
[data-theme="dark"] .media-list__body {
  color: #ffffff;
}

.social-updates {
  padding: 0 0 10px 0;
  background-color: #000000;
}
.social-updates .gl-tabs > ul {
  padding-left: 27px;
  padding-right: 17px;
}

.social-updates__heading {
  display: block;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  color: inherit;
  margin-bottom: 15px;
}
.social-updates__heading > * {
  font-size: 12px;
  line-height: 1.5;
}

.social-updates__heading-img {
  display: inline-block;
  vertical-align: middle;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
}
.social-updates__heading-img > img {
  max-width: 46px;
  height: auto;
}

.social-updates__heading-meta {
  display: inline-block;
  vertical-align: middle;
}
.social-updates__heading-meta > strong {
  color: #00aced;
  margin-left: 10px;
}
.social-updates__heading-meta > span {
  font-size: 11px;
  margin-left: 10px;
}

.social-updates__title {
  font: 20px/100% "pf_dintext_promedium3", sans-serif;
  padding: 15px 17px 5px 27px;
  margin-bottom: 10px;
  color: #ffffff;
}

.social-updates__body {
  color: #4f5257;
  background-color: #ffffff;
  padding: 15px 17px 20px 27px;
}
.social-updates__body p {
  font: 12px/18px Arial, sans-serif;
  margin-bottom: 10px;
}
.social-updates__body a {
  word-break: break-word;
  word-wrap: break-word;
}
.social-updates__body a:not([class]) {
  color: #00aced;
}
.social-updates__body p img {
  max-width: 100%;
  height: auto;
}

.gl-tabs > ul[data-size="sm"] {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  list-style-type: none;
}
.gl-tabs > ul[data-size="sm"] > li {
  -webkit-flex: 1;
  flex: 1;
  background-color: #5d6065;
  margin: 0 4px;
  text-align: center;
}
.gl-tabs > ul[data-size="sm"] > li svg > * {
  fill: #cfd0d1;
}
.gl-tabs > ul[data-size="sm"] > li:first-child {
  margin-left: 0;
}
.gl-tabs > ul[data-size="sm"] > li:last-child {
  margin-right: 0;
}
.gl-tabs > ul[data-size="sm"] > li.ui-state-active {
  background-color: #ffffff;
}
.gl-tabs > ul[data-size="sm"] > li.ui-state-active svg > * {
  fill: #4f4f4f;
}
.gl-tabs > ul[data-size="sm"] a {
  display: block;
  height: 28px;
  line-height: 28px;
}
.gl-tabs > ul[data-size="sm"] a > * {
  display: inline-block;
  vertical-align: middle;
}

.team-stat-result {
  height: 100px;
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 80px;
  line-height: 100px;
  color: #ffffff;
}

.team-stat-head {
  font-size: 14px;
  padding: 36px 0 26px;
  margin: -15px -30px 15px;
  color: #c9c9c9;
  background-color: #191919;
}
.team-stat-head__place {
  height: 140px;
  font-family: "pf_dintext_promedium3", sans-serif;
  font-size: 120px;
  line-height: 140px;
  color: #ffffff;
}
.team-stat-head__shots, .team-stat-head__goals {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 15px;
  font-family: 'PFDinTextPro-Medium', sans-serif;
  font-size: 14px;
  line-height: 120%;
}
.team-stat-head__shots > strong, .team-stat-head__goals > strong {
  font-size: 48px;
  line-height: 70px;
  font-weight: normal;
}
.team-stat-head__shots > strong {
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .team-stat-head__shots {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.team-stat-head__goals > strong {
  color: #db000b;
}
@media only screen and (max-width: 1200px) {
  .team-stat-head__goals {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.team-stat-head--main {
  padding: 0 0 10px;
  margin: 0;
}
.team-stat-head--main .grid {
  display: flex;
}
.team-stat-head--main [class^=grid-col-] {
  float: none;
}
.team-stat-head--main [class^=grid-col-]:nth-of-type(1) {
  width: 120px;
}
.team-stat-head--main [class^=grid-col-]:nth-of-type(3) {
  width: 340px;
}
.team-stat-head--main .team-stat-head__place {
  width: 100%;
  height: 84px;
  font-size: 86px;
  line-height: 84px;
}
.team-stat-head--main .team-stat-head__shots {
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin: 0;
}
.team-stat-head--main .team-stat-head__shots > strong {
  font-size: 42px;
  line-height: 52px;
  font-family: 'PFDinTextPro-Medium', sans-serif;
}
.team-stat-head--main .team-stat-head__goals {
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin: 0;
}
.team-stat-head--main .team-stat-head__goals > strong {
  font-size: 42px;
  line-height: 52px;
  font-family: 'PFDinTextPro-Medium', sans-serif;
}
.team-stat-head--main .grid-col-3of7 {
  white-space: nowrap;
}
.team-stat-head--main .grid-col-3of7 > * {
  white-space: normal;
}
.team-stat-head--main .bar-list {
  margin-top: -15px;
  margin-bottom: -15px;
}
.team-stat-head--main .bar-list__item {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 10px;
  padding-left: 130px;
}
.team-stat-head--main .bar-list__text {
  width: 120px;
  padding-right: 10px;
}
.team-stat-head--main .bar-list__bar:after {
  font-family: 'PFDinTextPro-Regular', sans-serif;
}
@media only screen and (max-width: 1280px) {
  .team-stat-head--main {
    font-size: 12px;
    line-height: 1.2;
  }
  .team-stat-head--main .team-stat-head__shots,
  .team-stat-head--main .team-stat-head__goals {
    font-size: 12px;
  }
  .team-stat-head--main .team-stat-head__shots > strong,
  .team-stat-head--main .team-stat-head__goals > strong {
    line-height: 48px;
  }
  .team-stat-head--main .bar-list {
    margin-right: 40px;
  }
  .team-stat-head--main .bar-list__item {
    margin-left: 0;
    padding-left: 115px;
  }
  .team-stat-head--main .bar-list__text {
    width: 105px;
    font-size: 12px;
  }
  .team-stat-head--main .simple-pie--sm .simple-pie__text > span {
    font-size: 12px;
  }
}

.team-stat-avg {
  margin-left: 12px;
  margin-right: 12px;
  background-color: #fff;
}
.team-stat-avg > * {
  display: inline-block;
  vertical-align: top;
}
.team-stat-avg ul.b-filter {
  margin: 0 !important;
  padding-left: 0px !important;
}
.team-stat-avg ul.b-filter > li:first-child {
  padding-left: 0 !important;
}
@media only screen and (max-width: 1200px) {
  .team-stat-avg ul.b-filter > li {
    padding-left: 5px !important;
  }
}
.team-stat-avg .view-btn {
  right: 15px;
}
.team-stat-avg ~ .teamList {
  margin-top: 0;
}

.team-stat-avg__list {
  width: 50%;
  padding: 14px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.team-stat-avg__list > * {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.team-stat-avg__item > * {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}
.team-stat-avg__item:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1200px) {
  .team-stat-avg__item:not(:first-child) {
    margin-left: 10px;
  }
}

.team-stat-avg__label {
  display: inline-block;
  font: 16px/24px 'pf_din_text_cond_proregular', sans-serif;
  vertical-align: middle;
}

.team-stat-avg__value {
  font: 21px/24px 'PFDinTextPro-Regular', sans-serif;
  width: 44px;
  height: 24px;
  margin-left: 10px;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 1200px) {
  .team-stat-avg__value {
    margin-left: 5px;
  }
}

.team-stat-playerlist {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 100%;
  color: #ffffff;
  background-color: #595a61;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 100;
}
.contentWrapper .content .team-stat-playerlist a.btn {
  color: #ffffff;
  line-height: 120%;
}
.team-stat-playerlist table {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.team-stat-playerlist table th {
  font-weight: normal;
  padding: 18px 5px 5px;
  border-top: 1px solid #3f4044;
}
.team-stat-playerlist table td {
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 30px;
  font-weight: normal;
  padding: 12px 5px 20px;
}
.team-stat-playerlist table tr > *:first-child {
  padding-left: 10px;
}
.team-stat-playerlist table tr > *:first-child {
  padding-right: 10px;
}

.teamGrid .item:hover {
  z-index: 200;
}
.teamGrid .item:hover .team-stat-playerlist {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.game-toggle__h2 {
  font-size: 30px;
  font-family: "pf_dintext_promedium3", sans-serif;
  font-weight: normal;
  color: #28292b;
  margin: 0 0 20px;
  margin-top: 30px;
}

.game-toggle__h3 {
  font-size: 18px;
  font-family: "pf_dintext_promedium3", sans-serif;
  font-weight: normal;
  color: #28292b;
  margin: 0 0 20px;
}

.game-toggle:not(.is-active) {
  margin-bottom: 1px;
}
.game-toggle:last-child {
  margin-bottom: 0;
}

.game-toggle__header {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 15px;
  line-height: 1.46667;
  color: #c2c2c2;
  background-color: #4c4e52;
  cursor: pointer;
}
.game-toggle.is-active .game-toggle__header:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -9px;
  border: 9px solid transparent;
  border-top-color: #4c4e52;
}
.game-toggle__header:hover {
  background-color: rgba(76, 78, 82, 0.9);
}
.game-toggle.is-active .game-toggle__header:hover:after {
  border-top-color: rgba(76, 78, 82, 0.9);
}
.game-toggle__header[data-processing="true"] {
  opacity: 0.9;
}

.game-toggle__header-section {
  box-sizing: border-box;
  display: flex;
  width: 62%;
  flex-direction: row;
}
.game-toggle__header-section:first-of-type, .game-toggle__header-section:last-of-type {
  width: 19%;
}
.game-toggle__header-section:last-of-type {
  justify-content: flex-end;
}
.game-toggle__header-section > * {
  box-sizing: inherit;
}
@media only screen and (max-width: 1280px) {
  .game-toggle__header-section {
    width: 60%;
  }
  .game-toggle__header-section:first-of-type, .game-toggle__header-section:last-of-type {
    width: 20%;
  }
}

.game-toggle__date {
  display: flex;
  width: 105px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #2d2e30;
  font-family: "pf_dintext_proregular3", sans-serif;
  line-height: 24px;
}
.game-toggle__date > * {
  padding-top: 10px;
  font-weight: normal;
}
.game-toggle__date > strong {
  font-family: "pf_dintext_promedium3", sans-serif;
  font-size: 50px;
}
.game-toggle__header:hover .game-toggle__date {
  background-color: rgba(45, 46, 48, 0.9);
}

.game-toggle__place {
  display: flex;
  width: 100px;
  flex-direction: column;
  justify-content: center;
  padding: 5px 5px 5px 15px;
  white-space: nowrap;
}
@media only screen and (max-width: 1280px) {
  .game-toggle__place {
    line-height: 1.2;
  }
}

.game-toggle__team {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 0;
  line-height: 24px;
}
.game-toggle__team strong {
  font-size: 30px;
  font-family: "pf_dintext_promedium3", sans-serif;
  font-weight: normal;
  color: #ffffff;
  margin: 0 0 20px;
}
.game-toggle__team--home {
  flex-direction: row-reverse;
  text-align: right;
}
@media only screen and (max-width: 1280px) {
  .game-toggle__team strong {
    font-size: 22px;
  }
}

.game-toggle__team__logo {
  width: 60px;
  text-align: center;
}

.game-toggle__team__name {
  width: 205px;
}
.game-toggle__team--home .game-toggle__team__name {
  text-align: right;
  padding-right: 15px;
}
.game-toggle__team--guest .game-toggle__team__name {
  text-align: left;
  padding-left: 15px;
}
@media only screen and (max-width: 1280px) {
  .game-toggle__team__name {
    width: 160px;
  }
}

.game-toggle__result {
  display: flex;
  width: 120px;
  margin-left: -5px;
  margin-right: -5px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.game-toggle__score {
  position: relative;
  font-size: 0;
  line-height: 24px;
  color: #ffffff;
  white-space: nowrap;
}
.game-toggle__score > * {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.game-toggle__score span {
  font-size: 50px;
  width: 50px;
  text-align: center;
}
.game-toggle__score small {
  width: 10px;
  height: 20px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
}
.game-toggle__score small:before, .game-toggle__score small:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -2px;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 50%;
}
.game-toggle__score small:before {
  top: 0;
}
.game-toggle__score small:after {
  bottom: 0;
}
.game-toggle__score sub {
  font-size: 15px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  margin-top: 10px;
  text-transform: uppercase;
  text-align: center;
}

.game-toggle__type {
  display: flex;
  width: 175px;
  flex-direction: row;
  align-items: center;
  text-align: right;
  padding: 5px 15px 5px 5px;
}

.game-toggle__body {
  display: none;
  font: 15px/24px "pf_dintext_proregular3", sans-serif;
  background-color: #eeeeee;
}
.game-toggle:not(:last-of-type) .game-toggle__body {
  border-bottom: 20px solid #191919;
}
.game-toggle.is-active .game-toggle__body {
  display: block;
}

.game-toggle__detail {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.game-toggle__detail-head {
  width: 100%;
  line-height: 1;
  text-align: center;
  padding: 30px 20px 20px;
}
.game-toggle__detail-head > a {
  color: #0061af;
  margin-left: 5px;
  margin-right: 5px;
}

.game-toggle__detail-team {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 383px;
}
.game-toggle__detail-team--guest {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1280px) {
  .game-toggle__detail-team {
    width: 325px;
  }
}

.game-toggle__detail-team__logo {
  width: 180px;
  height: 97px;
  text-align: center;
}

@media(max-width: 1000px){

}

.game-toggle__detail-team__name {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 97px;
}
.game-toggle__detail-team__name strong {
  font-size: 30px;
  font-family: "pf_dintext_promedium3", sans-serif;
  font-weight: normal;
  color: #28292b;
  margin: 0 0 20px;
}
@media only screen and (max-width: 1280px) {
  .game-toggle__detail-team__name strong {
    font-size: 22px;
  }
}

.game-toggle__detail-team__score-list {
  width: 100%;
}
.game-toggle__detail-team--home .game-toggle__detail-team__score-list {
  text-align: right;
}
.game-toggle__detail-team--guest .game-toggle__detail-team__score-list {
  text-align: left;
}

.game-toggle__detail-result {
  position: relative;
  color: #232323;
}

.game-toggle__detail-score {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  font-family: "pf_dintext_proregular3", sans-serif;
}
.game-toggle__detail-score > * {
  position: relative;
}
.game-toggle__detail-score span {
  display: flex;
  font-size: 90px;
  width: 87px;
  height: 97px;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.1em;
  text-indent: -0.1em;
  background-color: #ffffff;
}
.game-toggle__detail-score small {
  width: 34px;
  height: 36px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
}
.game-toggle__detail-score small:before, .game-toggle__detail-score small:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background-color: #232323;
  border-radius: 50%;
}
.game-toggle__detail-score small:before {
  top: 0;
}
.game-toggle__detail-score small:after {
  bottom: 0;
}
.game-toggle__detail-score sub {
  font-size: 24px;
  line-height: 1;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  margin-top: 7px;
  text-transform: lowercase;
  text-align: center;
}

.game-toggle__detail-score-info {
  position: absolute;
  width: 100%;
  top: 137px;
  text-align: center;
  font-family: "pf_dintext_promedium3", sans-serif;
}
.game-toggle__detail-score-info > * {
  margin-left: 5px;
  margin-right: 5px;
}

.game-toggle__detail-team__score-list {
  padding: 40px 0 0;
}
.game-toggle__detail-team__score-list strong {
  font-family: "pf_dintext_promedium3", sans-serif;
  font-weight: normal;
  margin-left: 5px;
  margin-right: 5px;
}

.game-toggle__detail-actions {
  width: 100%;
  text-align: center;
  padding: 20px 35px 35px;
}
.game-toggle__detail-actions a {
  min-width: 164px;
  font-size: 18px;
  line-height: 1;
  font-family: "pf_dintext_promedium3", sans-serif;
  padding: 13px;
  margin-left: 15px;
  margin-right: 15px;
}
.game-toggle__detail-actions a, .game-toggle__detail-actions a:hover, .game-toggle__detail-actions a:active, .game-toggle__detail-actions a:visited {
  color: #ffffff !important;
  text-decoration: none;
}
.game-toggle__detail-actions a:hover {
  background-color: #2d2e30;
}

.game-toggle__detail-history {
  text-align: center;
  padding: 45px 0;
}

.game-toggle__detail-history-score {
  font-size: 50px;
  line-height: 1;
  color: #8e9198;
  margin-bottom: 70px;
}
.game-toggle__detail-history-score strong {
  color: #db000b;
  border-bottom: 3px solid;
}

.game-toggle__detail-statistics {
  text-align: center;
  padding: 45px 20px;
}

.game-toggle__rating {
  font-size: 0;
  line-height: 0;
}

.game-toggle__rating-legend {
  margin: 20px 0;
  color: #4c4e52;
}

.game-toggle__rating-item {
  display: inline-block;
  margin-left: 9px;
  margin-right: 9px;
  width: 9px;
  height: 9px;
  border: 4px solid #8e9198;
  border-radius: 50%;
  vertical-align: middle;
}
.game-toggle__rating-item--sm {
  width: 5px;
  height: 5px;
  border-width: 2px;
}
.game-toggle__rating-item.is-win {
  border-color: #db000b;
}
.game-toggle__rating-legend .game-toggle__rating-item {
  margin-left: 15px;
}
.game-toggle__rating-legend .game-toggle__rating-item:first-child {
  margin-left: 0;
}

.game-toggle__detail-history .game-toggle__lastgames {
  display: flex;
  width: 410px;
  flex-flow: row wrap;
  justify-content: space-between;
}

.game-toggle__lastgames-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: "pf_dintext_proregular3", sans-serif;
  text-align: left;
  color: #4c4e52 !important;
  background-color: #ffffff;
}
.game-toggle__lastgames-item > * {
  padding: 7px;
}
.game-toggle__lastgames-item:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.game-toggle__detail-statistics .game-toggle__lastgames-item:not(:first-child) {
  border-top: 1px solid #d9d9d9;
}
.game-toggle__detail-history .game-toggle__lastgames-item {
  width: 190px;
  margin-bottom: 13px;
}

.game-toggle__lastgames-item__date {
  font-size: 13px;
}

.game-toggle__lastgames-item__logo {
  width: 28px;
  height: auto;
}

.game-toggle__lastgames-item__score {
  width: 50px;
  white-space: nowrap;
  text-align: center;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-nowrap {
  white-space: nowrap;
}

.m-l--30 {
  margin-left: -30px;
}
.m-r-20 {
  margin-right: 20px;
}
@media(max-width: 1100px){
  .m-r-20{
    margin-right:9px;
  }
}
.m-r--30 {
  margin-right: -30px;
}

.p-t-0 {
  padding-top: 0;
}
.p-t-10 {
  padding-top: 10px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-t-50 {
  padding-top: 50px;
}
.p-b-0 {
  padding-bottom: 0;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-l-50 {
  padding-left: 50px;
}
.p-l-100 {
  padding-left: 100px;
}
.p-l-150 {
  padding-left: 150px;
}
.p-r-40 {
  padding-right: 40px;
}

.c-gray-primary {
  color: #9e9e9e;
}
.c-gray-secondary {
  color: #4e6c73;
}
.c-white {
  color: #fff;
}

.bg-dark-primary {
  color: #fff;
  background-color: #191919;
}
.bg-dark-secondary {
  color: #fff;
  background-color: #292a2c;
}
.bg-dark-tertiary {
  color: #fff;
  background-color: #35373a;
}
.bg-gray-primary {
  color: #2f2f2f;
  background-color: #eeeeee;
}
.bg-gray-secondary {
  color: #fff;
  background-color: #a2a6af;
}
.bg-gray-tertiary {
  color: #fff;
  background-color: #7a7d84;
}
.bg-white {
  color: #2f2f2f;
  background-color: #ffffff;
}
.bg-red-primary {
  color: #fff;
  background-color: #db000b;
}

.bd-l-70-gray {
  position: relative;
}
.bd-l-70-gray:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 70%;
  left: 0;
  top: 15%;
  background-color: #393a3d;
}

.fz-19 {
  font-size: 19px;
}

.ff-pfd {
  font-family: "pf_dintext_proregular3", sans-serif;
}

.social-page .content-header {
  margin-bottom: 0;
}
.social-page ul.b-filter.graph-filter {
  margin: 0 !important;
  padding: 25px 0 !important;
  background-color: #1b1b1d !important;
}
.social-page ul.b-filter.graph-filter li a {
  color: #8e9198 !important;
}
.social-page ul.b-filter li span.icon {
  position: relative;
  float: left;
  width: 40px;
  height: 24px;
  overflow: hidden;
  top: 3px;
  background: url("../img/social-page/switcher1.png") 0 0 no-repeat;
  font: 0/0 'null', a;
}
.social-page ul.b-filter li.active span.icon {
  background: url("../img/social-page/switcher2.png") 0 0 no-repeat;
}

.avangard-tv {
  font-family: "pf_dintext_promedium3", sans-serif;
  line-height: 1;
  color: #fff;
  margin-left: -30px;
  margin-right: -30px;
  text-align: center;
  background-color: #eee;
}
.avangard-tv__title {
  padding: 50px 0;
  font-size: 19px;
  ╤Бolor: #1c1c1c;
}
.avangard-tv__flex-wrapper {
  display: flex;
  align-items: flex-start;
  flex-flow: row;
  justify-content: space-between;
}
.avangard-tv__block {
  width: 25%;
  font-size: 0;
  display: flex;
  flex-flow: column;
}
.avangard-tv__block--2x {
  width: 50.25%;
}
.avangard-tv__subscribers-block {
  height: 195px;
  /*╤Б╤В╤А╨░╨┤╨░╨╡╤В ╨┐╤А╨╕ ╤Г╨╝╨╡╨╜╤М╤И╨╡╨╜╨╕╨╕ ╤Н╨║╤А╨░╨╜╨░ */
  text-align: center;
  background-color: #35373a;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.avangard-tv__subscribers-block div:first-child {
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 80px;
}
.avangard-tv__subscribers-block div:last-child {
  font-size: 18px;
  color: #9e9e9e;
}
.avangard-tv__looks-block {
  height: 195px;
  /*╤Б╤В╤А╨░╨┤╨░╨╡╤В ╨┐╤А╨╕ ╤Г╨╝╨╡╨╜╤М╤И╨╡╨╜╨╕╨╕ ╤Н╨║╤А╨░╨╜╨░ */
  text-align: center;
  background-color: #191919;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.avangard-tv__looks-block div:first-child {
  font-family: "pf_dintext_proregular3", sans-serif;
  font-size: 60px;
}
.avangard-tv__looks-block div:last-child {
  font-size: 18px;
  color: #9e9e9e;
}
.avangard-tv__main-video {
  position: relative;
  height: 390px;
  overflow: hidden;
}
.avangard-tv__main-video-pic {
  height: 100% !important;
  max-width: none !important;
}
.avangard-tv__popular {
  position: absolute;
  top: 20px;
  left: 20px;
  text-transform: uppercase;
  padding: 10px;
  border: 2px solid #fff;
  font-size: 15px;
}
.avangard-tv__p {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
.avangard-tv__looks {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 19px;
}
.avangard-tv__looks:before {
  content: '';
  background-image: url("../img/social-page/look.png");
  width: 20px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
}
.avangard-tv__play {
  position: absolute;
  top: 50%;
  left: 50%;
  border: none;
  outline: none;
  width: 100px;
  height: 100px;
  cursor: pointer;
  transform: translate(-50%, -50%);
  background-color: transparent;
  background-image: url("../img/social-page/video-start.png");
  background-size: cover;
}
.avangard-tv__secondary-video {
  position: relative;
  text-align: left;
  overflow: hidden;
}
.avangard-tv__secondary-video img {
  max-width: none !important;
}
.avangard-tv__secondary-video p {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 15px;
  margin-bottom: 0 !important;
  margin-right: 20px !important;
}
.avangard-tv__secondary-video .avangard-tv__play {
  width: 50px;
  height: 50px;
}
.avangard-tv__button {
  margin: 30px auto;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "pf_dintext_promedium3", sans-serif;
}

.modal-video {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  opacity: 0;
  z-index: 9999;
}

.modal__overlay {
  z-index: 999;
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

.social-instagram {
  padding: 40px;
  margin-left: -30px;
  margin-right: -30px;
  background-color: #fff;
  display: flex;
}
.social-instagram__many-photos {
  position: relative;
  margin-right: 35px;
  width: 72%;
  min-width: 620px;
}
.social-instagram__sidebar {
  width: 27%;
}
.social-instagram__screen {
  display: none;
}
.social-instagram__screen--active {
  display: block;
}
.social-instagram__list {
  font-size: 0;
  margin-left: -10px;
  margin-bottom: -10px;
  /* ╨╕╨╖-╨╖╨░ ╨╜╨╡╨┐╨╛╨╜╤П╤В╨╜╨╛╨│╨╛ ╨╜╨╕╨╢╨╜╨╡╨│╨╛ ╨╛╤В╤Б╤В╤Г╨┐╨░ ╤Г li */
}
.social-instagram__item {
  margin-left: 10px;
  /*margin-bottom: 10px; */
  /* ╨┐╨╛ ╨╕╨┤╨╡╨╡ ╨╜╤Г╨╢╨╡╨╜, ╨╜╨╛ ╨╕╨╖-╨╖╨░ ╨╜╨╡╨┐╨╛╨╜╤П╤В╨╜╨╛╨│╨╛ ╨╜╨╕╨╢╨╜╨╡╨│╨╛ ╨╛╤В╤Б╤В╤Г╨┐╨░ ╤Г li, ╨╜╨╡ ╤В╤А╨╡╨▒╤Г╨╡╤В╤Б╤П */
  display: inline-block;
  position: relative;
}
.social-instagram__item--active:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border: 5px solid #db000b;
  box-sizing: border-box;
}
.social-instagram__hashtag {
  position: absolute;
  top: 135px;
  left: 70px;
  width: 480px;
  height: 70px;
  line-height: 70px;
  background-color: #fff;
  font-size: 44px;
  text-align: center;
  z-index: 5;
}
.social-instagram__person {
  display: flex;
  align-items: center;
}
.social-instagram__person p {
  font-family: "pf_dintext_promedium3", sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin-left: 10px !important;
  margin-bottom: 0 !important;
}
.social-instagram__text {
  font-family: "pf_dintext_promedium3", sans-serif;
  font-size: 15px;
  margin: 0 !important;
}
.social-instagram__pic {
  margin: 20px 0;
}
.close-window {
  position: absolute;
  top: -40px;;
  right:0;
  cursor: pointer;

}
