a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

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

html {
  box-sizing: border-box;
  touch-action: manipulation;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1;
  font-family: sans-serif;
  text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::after, blockquote::before, q::after, q::before {
  content: "";
  content: none;
}

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

caption {
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

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

pre {
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

em {
  font-style: italic;
}

img {
  border-style: none;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

[tabindex="-1"]:focus {
  outline: 0 !important;
}

fieldset {
  min-width: 0;
}

legend {
  max-width: 100%;
  white-space: normal;
  color: inherit;
  display: block;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

output {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  --width-desktop-safe: 1720px;
  --maxwidth-desktop-safe: calc(100% - 20px * 2);
  --width-mobile-safe: calc(100% - 20px * 2);
  --width-desktop: 1920px;
  --width-mobile: 750px;
  --height-desktop: 1000px;
  --height-mobile: 1000px;
  --fontsize-primary-desktop: 18px;
  --fontsize-primary-mobile: 24px;
  --fontheight-primary: 1.4;
  --fontweight-heavy: 900;
  --fontweight-bold: 700;
  --fontweight-semibold: 600;
  --fontweight-medium: 500;
  --fontweight-normal: 400;
  --fontweight-light: 300;
}

@font-face {
  font-family: Barlow-Regular;
  src: url(../prod/assets/font/Barlow/Barlow-Regular.ttf);
}
@font-face {
  font-family: Barlow-Medium;
  src: url(../prod/assets/font/Barlow/Barlow-Medium.ttf);
}
@font-face {
  font-family: Barlow-SemiBold;
  src: url(../prod/assets/font/Barlow/Barlow-SemiBold.ttf);
}
@font-face {
  font-family: Barlow-Bold;
  src: url(../prod/assets/font/Barlow/Barlow-Bold.ttf);
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
  width: initial;
}
.row::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 700px) {
  .row > .col-xs-1 {
    width: calc(8.3333333333% - 10.8333333333px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-xs-2 {
    width: calc(16.6666666667% - 11.6666666667px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-xs-3 {
    width: calc(25% - 12.5px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-xs-4 {
    width: calc(33.3333333333% - 13.3333333333px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-xs-5 {
    width: calc(41.6666666667% - 14.1666666667px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-xs-6 {
    width: calc(50% - 15px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-xs-7 {
    width: calc(58.3333333333% - 15.8333333333px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-xs-8 {
    width: calc(66.6666666667% - 16.6666666667px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-xs-9 {
    width: calc(75% - 17.5px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-xs-10 {
    width: calc(83.3333333333% - 18.3333333333px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-xs-11 {
    width: calc(91.6666666667% - 19.1666666667px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-xs-12 {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
@media (min-width: 701px) and (max-width: 840px) {
  .row > .col-sm-1 {
    width: calc(8.3333333333% - 10.8333333333px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-sm-2 {
    width: calc(16.6666666667% - 11.6666666667px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-sm-3 {
    width: calc(25% - 12.5px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-sm-4 {
    width: calc(33.3333333333% - 13.3333333333px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-sm-5 {
    width: calc(41.6666666667% - 14.1666666667px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-sm-6 {
    width: calc(50% - 15px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-sm-7 {
    width: calc(58.3333333333% - 15.8333333333px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-sm-8 {
    width: calc(66.6666666667% - 16.6666666667px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-sm-9 {
    width: calc(75% - 17.5px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-sm-10 {
    width: calc(83.3333333333% - 18.3333333333px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-sm-11 {
    width: calc(91.6666666667% - 19.1666666667px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-sm-12 {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
@media (min-width: 841px) and (max-width: 1260px) {
  .row > .col-md-1 {
    width: calc(8.3333333333% - 10.8333333333px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-md-2 {
    width: calc(16.6666666667% - 11.6666666667px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-md-3 {
    width: calc(25% - 12.5px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-md-4 {
    width: calc(33.3333333333% - 13.3333333333px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-md-5 {
    width: calc(41.6666666667% - 14.1666666667px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-md-6 {
    width: calc(50% - 15px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-md-7 {
    width: calc(58.3333333333% - 15.8333333333px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-md-8 {
    width: calc(66.6666666667% - 16.6666666667px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-md-9 {
    width: calc(75% - 17.5px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-md-10 {
    width: calc(83.3333333333% - 18.3333333333px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-md-11 {
    width: calc(91.6666666667% - 19.1666666667px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-md-12 {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
@media (min-width: 1261px) and (max-width: 1600px) {
  .row > .col-lg-1 {
    width: calc(8.3333333333% - 10.8333333333px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-lg-2 {
    width: calc(16.6666666667% - 11.6666666667px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-lg-3 {
    width: calc(25% - 12.5px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-lg-4 {
    width: calc(33.3333333333% - 13.3333333333px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-lg-5 {
    width: calc(41.6666666667% - 14.1666666667px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-lg-6 {
    width: calc(50% - 15px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-lg-7 {
    width: calc(58.3333333333% - 15.8333333333px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-lg-8 {
    width: calc(66.6666666667% - 16.6666666667px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-lg-9 {
    width: calc(75% - 17.5px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-lg-10 {
    width: calc(83.3333333333% - 18.3333333333px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-lg-11 {
    width: calc(91.6666666667% - 19.1666666667px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-lg-12 {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
@media (min-width: 1601px) {
  .row > .col-xl-1 {
    width: calc(8.3333333333% - 10.8333333333px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-xl-2 {
    width: calc(16.6666666667% - 11.6666666667px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-xl-3 {
    width: calc(25% - 12.5px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-xl-4 {
    width: calc(33.3333333333% - 13.3333333333px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-xl-5 {
    width: calc(41.6666666667% - 14.1666666667px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-xl-6 {
    width: calc(50% - 15px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-xl-7 {
    width: calc(58.3333333333% - 15.8333333333px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-xl-8 {
    width: calc(66.6666666667% - 16.6666666667px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-xl-9 {
    width: calc(75% - 17.5px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-xl-10 {
    width: calc(83.3333333333% - 18.3333333333px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-xl-11 {
    width: calc(91.6666666667% - 19.1666666667px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-xl-12 {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.row > .col-1 {
  width: calc(8.3333333333% - 10.8333333333px);
  float: left;
  margin-left: 10px;
}
.row > .col-2 {
  width: calc(16.6666666667% - 11.6666666667px);
  float: left;
  margin-left: 10px;
}
.row > .col-3 {
  width: calc(25% - 12.5px);
  float: left;
  margin-left: 10px;
}
.row > .col-4 {
  width: calc(33.3333333333% - 13.3333333333px);
  float: left;
  margin-left: 10px;
}
.row > .col-5 {
  width: calc(41.6666666667% - 14.1666666667px);
  float: left;
  margin-left: 10px;
}
.row > .col-6 {
  width: calc(50% - 15px);
  float: left;
  margin-left: 10px;
}
.row > .col-7 {
  width: calc(58.3333333333% - 15.8333333333px);
  float: left;
  margin-left: 10px;
}
.row > .col-8 {
  width: calc(66.6666666667% - 16.6666666667px);
  float: left;
  margin-left: 10px;
}
.row > .col-9 {
  width: calc(75% - 17.5px);
  float: left;
  margin-left: 10px;
}
.row > .col-10 {
  width: calc(83.3333333333% - 18.3333333333px);
  float: left;
  margin-left: 10px;
}
.row > .col-11 {
  width: calc(91.6666666667% - 19.1666666667px);
  float: left;
  margin-left: 10px;
}
.row > .col-12 {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}
@media (orientation:portrait) {
  .row > .col-mobile-1 {
    width: calc(8.3333333333% - 10.8333333333px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-mobile-2 {
    width: calc(16.6666666667% - 11.6666666667px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-mobile-3 {
    width: calc(25% - 12.5px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-mobile-4 {
    width: calc(33.3333333333% - 13.3333333333px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-mobile-5 {
    width: calc(41.6666666667% - 14.1666666667px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-mobile-6 {
    width: calc(50% - 15px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-mobile-7 {
    width: calc(58.3333333333% - 15.8333333333px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-mobile-8 {
    width: calc(66.6666666667% - 16.6666666667px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-mobile-9 {
    width: calc(75% - 17.5px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-mobile-10 {
    width: calc(83.3333333333% - 18.3333333333px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-mobile-11 {
    width: calc(91.6666666667% - 19.1666666667px);
    float: left;
    margin-left: 10px;
  }
  .row > .col-mobile-12 {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
@media (max-width: 700px) {
  .row > .col-xs-push-1 {
    margin-left: calc(8.3333333333% - 10.8333333333px + 20px);
  }
  .row > .col-xs-push-2 {
    margin-left: calc(16.6666666667% - 11.6666666667px + 20px);
  }
  .row > .col-xs-push-3 {
    margin-left: calc(25% - 12.5px + 20px);
  }
  .row > .col-xs-push-4 {
    margin-left: calc(33.3333333333% - 13.3333333333px + 20px);
  }
  .row > .col-xs-push-5 {
    margin-left: calc(41.6666666667% - 14.1666666667px + 20px);
  }
  .row > .col-xs-push-6 {
    margin-left: calc(50% - 15px + 20px);
  }
  .row > .col-xs-push-7 {
    margin-left: calc(58.3333333333% - 15.8333333333px + 20px);
  }
  .row > .col-xs-push-8 {
    margin-left: calc(66.6666666667% - 16.6666666667px + 20px);
  }
  .row > .col-xs-push-9 {
    margin-left: calc(75% - 17.5px + 20px);
  }
  .row > .col-xs-push-10 {
    margin-left: calc(83.3333333333% - 18.3333333333px + 20px);
  }
  .row > .col-xs-push-11 {
    margin-left: calc(91.6666666667% - 19.1666666667px + 20px);
  }
  .row > .col-xs-push-12 {
    margin-left: calc(100% - 20px + 20px);
  }
}
@media (min-width: 701px) and (max-width: 840px) {
  .row > .col-sm-push-1 {
    margin-left: calc(8.3333333333% - 10.8333333333px + 20px);
  }
  .row > .col-sm-push-2 {
    margin-left: calc(16.6666666667% - 11.6666666667px + 20px);
  }
  .row > .col-sm-push-3 {
    margin-left: calc(25% - 12.5px + 20px);
  }
  .row > .col-sm-push-4 {
    margin-left: calc(33.3333333333% - 13.3333333333px + 20px);
  }
  .row > .col-sm-push-5 {
    margin-left: calc(41.6666666667% - 14.1666666667px + 20px);
  }
  .row > .col-sm-push-6 {
    margin-left: calc(50% - 15px + 20px);
  }
  .row > .col-sm-push-7 {
    margin-left: calc(58.3333333333% - 15.8333333333px + 20px);
  }
  .row > .col-sm-push-8 {
    margin-left: calc(66.6666666667% - 16.6666666667px + 20px);
  }
  .row > .col-sm-push-9 {
    margin-left: calc(75% - 17.5px + 20px);
  }
  .row > .col-sm-push-10 {
    margin-left: calc(83.3333333333% - 18.3333333333px + 20px);
  }
  .row > .col-sm-push-11 {
    margin-left: calc(91.6666666667% - 19.1666666667px + 20px);
  }
  .row > .col-sm-push-12 {
    margin-left: calc(100% - 20px + 20px);
  }
}
@media (min-width: 841px) and (max-width: 1260px) {
  .row > .col-md-push-1 {
    margin-left: calc(8.3333333333% - 10.8333333333px + 20px);
  }
  .row > .col-md-push-2 {
    margin-left: calc(16.6666666667% - 11.6666666667px + 20px);
  }
  .row > .col-md-push-3 {
    margin-left: calc(25% - 12.5px + 20px);
  }
  .row > .col-md-push-4 {
    margin-left: calc(33.3333333333% - 13.3333333333px + 20px);
  }
  .row > .col-md-push-5 {
    margin-left: calc(41.6666666667% - 14.1666666667px + 20px);
  }
  .row > .col-md-push-6 {
    margin-left: calc(50% - 15px + 20px);
  }
  .row > .col-md-push-7 {
    margin-left: calc(58.3333333333% - 15.8333333333px + 20px);
  }
  .row > .col-md-push-8 {
    margin-left: calc(66.6666666667% - 16.6666666667px + 20px);
  }
  .row > .col-md-push-9 {
    margin-left: calc(75% - 17.5px + 20px);
  }
  .row > .col-md-push-10 {
    margin-left: calc(83.3333333333% - 18.3333333333px + 20px);
  }
  .row > .col-md-push-11 {
    margin-left: calc(91.6666666667% - 19.1666666667px + 20px);
  }
  .row > .col-md-push-12 {
    margin-left: calc(100% - 20px + 20px);
  }
}
@media (min-width: 1261px) and (max-width: 1600px) {
  .row .col-lg-push-1 {
    margin-left: calc(8.3333333333% - 10.8333333333px + 20px);
  }
  .row .col-lg-push-2 {
    margin-left: calc(16.6666666667% - 11.6666666667px + 20px);
  }
  .row .col-lg-push-3 {
    margin-left: calc(25% - 12.5px + 20px);
  }
  .row .col-lg-push-4 {
    margin-left: calc(33.3333333333% - 13.3333333333px + 20px);
  }
  .row .col-lg-push-5 {
    margin-left: calc(41.6666666667% - 14.1666666667px + 20px);
  }
  .row .col-lg-push-6 {
    margin-left: calc(50% - 15px + 20px);
  }
  .row .col-lg-push-7 {
    margin-left: calc(58.3333333333% - 15.8333333333px + 20px);
  }
  .row .col-lg-push-8 {
    margin-left: calc(66.6666666667% - 16.6666666667px + 20px);
  }
  .row .col-lg-push-9 {
    margin-left: calc(75% - 17.5px + 20px);
  }
  .row .col-lg-push-10 {
    margin-left: calc(83.3333333333% - 18.3333333333px + 20px);
  }
  .row .col-lg-push-11 {
    margin-left: calc(91.6666666667% - 19.1666666667px + 20px);
  }
  .row .col-lg-push-12 {
    margin-left: calc(100% - 20px + 20px);
  }
}
@media (min-width: 1601px) {
  .row .col-xl-push-1 {
    margin-left: calc(8.3333333333% - 10.8333333333px + 20px);
  }
  .row .col-xl-push-2 {
    margin-left: calc(16.6666666667% - 11.6666666667px + 20px);
  }
  .row .col-xl-push-3 {
    margin-left: calc(25% - 12.5px + 20px);
  }
  .row .col-xl-push-4 {
    margin-left: calc(33.3333333333% - 13.3333333333px + 20px);
  }
  .row .col-xl-push-5 {
    margin-left: calc(41.6666666667% - 14.1666666667px + 20px);
  }
  .row .col-xl-push-6 {
    margin-left: calc(50% - 15px + 20px);
  }
  .row .col-xl-push-7 {
    margin-left: calc(58.3333333333% - 15.8333333333px + 20px);
  }
  .row .col-xl-push-8 {
    margin-left: calc(66.6666666667% - 16.6666666667px + 20px);
  }
  .row .col-xl-push-9 {
    margin-left: calc(75% - 17.5px + 20px);
  }
  .row .col-xl-push-10 {
    margin-left: calc(83.3333333333% - 18.3333333333px + 20px);
  }
  .row .col-xl-push-11 {
    margin-left: calc(91.6666666667% - 19.1666666667px + 20px);
  }
  .row .col-xl-push-12 {
    margin-left: calc(100% - 20px + 20px);
  }
}

.row-50 {
  margin-left: -50px;
  margin-right: -50px;
  width: calc(100% + 100px);
  width: initial;
}
.row-50::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 700px) {
  .row-50 > .col-xs-1 {
    width: calc(8.3333333333% - 54.1666666667px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-xs-2 {
    width: calc(16.6666666667% - 58.3333333333px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-xs-3 {
    width: calc(25% - 62.5px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-xs-4 {
    width: calc(33.3333333333% - 66.6666666667px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-xs-5 {
    width: calc(41.6666666667% - 70.8333333333px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-xs-6 {
    width: calc(50% - 75px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-xs-7 {
    width: calc(58.3333333333% - 79.1666666667px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-xs-8 {
    width: calc(66.6666666667% - 83.3333333333px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-xs-9 {
    width: calc(75% - 87.5px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-xs-10 {
    width: calc(83.3333333333% - 91.6666666667px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-xs-11 {
    width: calc(91.6666666667% - 95.8333333333px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-xs-12 {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
@media (min-width: 701px) and (max-width: 840px) {
  .row-50 > .col-sm-1 {
    width: calc(8.3333333333% - 54.1666666667px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-sm-2 {
    width: calc(16.6666666667% - 58.3333333333px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-sm-3 {
    width: calc(25% - 62.5px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-sm-4 {
    width: calc(33.3333333333% - 66.6666666667px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-sm-5 {
    width: calc(41.6666666667% - 70.8333333333px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-sm-6 {
    width: calc(50% - 75px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-sm-7 {
    width: calc(58.3333333333% - 79.1666666667px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-sm-8 {
    width: calc(66.6666666667% - 83.3333333333px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-sm-9 {
    width: calc(75% - 87.5px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-sm-10 {
    width: calc(83.3333333333% - 91.6666666667px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-sm-11 {
    width: calc(91.6666666667% - 95.8333333333px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-sm-12 {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
@media (min-width: 841px) and (max-width: 1260px) {
  .row-50 > .col-md-1 {
    width: calc(8.3333333333% - 54.1666666667px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-md-2 {
    width: calc(16.6666666667% - 58.3333333333px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-md-3 {
    width: calc(25% - 62.5px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-md-4 {
    width: calc(33.3333333333% - 66.6666666667px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-md-5 {
    width: calc(41.6666666667% - 70.8333333333px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-md-6 {
    width: calc(50% - 75px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-md-7 {
    width: calc(58.3333333333% - 79.1666666667px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-md-8 {
    width: calc(66.6666666667% - 83.3333333333px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-md-9 {
    width: calc(75% - 87.5px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-md-10 {
    width: calc(83.3333333333% - 91.6666666667px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-md-11 {
    width: calc(91.6666666667% - 95.8333333333px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-md-12 {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
@media (min-width: 1261px) and (max-width: 1600px) {
  .row-50 > .col-lg-1 {
    width: calc(8.3333333333% - 54.1666666667px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-lg-2 {
    width: calc(16.6666666667% - 58.3333333333px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-lg-3 {
    width: calc(25% - 62.5px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-lg-4 {
    width: calc(33.3333333333% - 66.6666666667px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-lg-5 {
    width: calc(41.6666666667% - 70.8333333333px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-lg-6 {
    width: calc(50% - 75px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-lg-7 {
    width: calc(58.3333333333% - 79.1666666667px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-lg-8 {
    width: calc(66.6666666667% - 83.3333333333px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-lg-9 {
    width: calc(75% - 87.5px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-lg-10 {
    width: calc(83.3333333333% - 91.6666666667px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-lg-11 {
    width: calc(91.6666666667% - 95.8333333333px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-lg-12 {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
@media (min-width: 1601px) {
  .row-50 > .col-xl-1 {
    width: calc(8.3333333333% - 54.1666666667px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-xl-2 {
    width: calc(16.6666666667% - 58.3333333333px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-xl-3 {
    width: calc(25% - 62.5px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-xl-4 {
    width: calc(33.3333333333% - 66.6666666667px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-xl-5 {
    width: calc(41.6666666667% - 70.8333333333px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-xl-6 {
    width: calc(50% - 75px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-xl-7 {
    width: calc(58.3333333333% - 79.1666666667px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-xl-8 {
    width: calc(66.6666666667% - 83.3333333333px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-xl-9 {
    width: calc(75% - 87.5px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-xl-10 {
    width: calc(83.3333333333% - 91.6666666667px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-xl-11 {
    width: calc(91.6666666667% - 95.8333333333px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-xl-12 {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
.row-50 > .col-1 {
  width: calc(8.3333333333% - 54.1666666667px);
  float: left;
  margin-left: 50px;
}
.row-50 > .col-2 {
  width: calc(16.6666666667% - 58.3333333333px);
  float: left;
  margin-left: 50px;
}
.row-50 > .col-3 {
  width: calc(25% - 62.5px);
  float: left;
  margin-left: 50px;
}
.row-50 > .col-4 {
  width: calc(33.3333333333% - 66.6666666667px);
  float: left;
  margin-left: 50px;
}
.row-50 > .col-5 {
  width: calc(41.6666666667% - 70.8333333333px);
  float: left;
  margin-left: 50px;
}
.row-50 > .col-6 {
  width: calc(50% - 75px);
  float: left;
  margin-left: 50px;
}
.row-50 > .col-7 {
  width: calc(58.3333333333% - 79.1666666667px);
  float: left;
  margin-left: 50px;
}
.row-50 > .col-8 {
  width: calc(66.6666666667% - 83.3333333333px);
  float: left;
  margin-left: 50px;
}
.row-50 > .col-9 {
  width: calc(75% - 87.5px);
  float: left;
  margin-left: 50px;
}
.row-50 > .col-10 {
  width: calc(83.3333333333% - 91.6666666667px);
  float: left;
  margin-left: 50px;
}
.row-50 > .col-11 {
  width: calc(91.6666666667% - 95.8333333333px);
  float: left;
  margin-left: 50px;
}
.row-50 > .col-12 {
  width: calc(100% - 100px);
  float: left;
  margin-left: 50px;
}
@media (orientation:portrait) {
  .row-50 > .col-mobile-1 {
    width: calc(8.3333333333% - 54.1666666667px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-mobile-2 {
    width: calc(16.6666666667% - 58.3333333333px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-mobile-3 {
    width: calc(25% - 62.5px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-mobile-4 {
    width: calc(33.3333333333% - 66.6666666667px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-mobile-5 {
    width: calc(41.6666666667% - 70.8333333333px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-mobile-6 {
    width: calc(50% - 75px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-mobile-7 {
    width: calc(58.3333333333% - 79.1666666667px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-mobile-8 {
    width: calc(66.6666666667% - 83.3333333333px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-mobile-9 {
    width: calc(75% - 87.5px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-mobile-10 {
    width: calc(83.3333333333% - 91.6666666667px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-mobile-11 {
    width: calc(91.6666666667% - 95.8333333333px);
    float: left;
    margin-left: 50px;
  }
  .row-50 > .col-mobile-12 {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
@media (max-width: 700px) {
  .row-50 > .col-xs-push-1 {
    margin-left: calc(8.3333333333% - 54.1666666667px + 100px);
  }
  .row-50 > .col-xs-push-2 {
    margin-left: calc(16.6666666667% - 58.3333333333px + 100px);
  }
  .row-50 > .col-xs-push-3 {
    margin-left: calc(25% - 62.5px + 100px);
  }
  .row-50 > .col-xs-push-4 {
    margin-left: calc(33.3333333333% - 66.6666666667px + 100px);
  }
  .row-50 > .col-xs-push-5 {
    margin-left: calc(41.6666666667% - 70.8333333333px + 100px);
  }
  .row-50 > .col-xs-push-6 {
    margin-left: calc(50% - 75px + 100px);
  }
  .row-50 > .col-xs-push-7 {
    margin-left: calc(58.3333333333% - 79.1666666667px + 100px);
  }
  .row-50 > .col-xs-push-8 {
    margin-left: calc(66.6666666667% - 83.3333333333px + 100px);
  }
  .row-50 > .col-xs-push-9 {
    margin-left: calc(75% - 87.5px + 100px);
  }
  .row-50 > .col-xs-push-10 {
    margin-left: calc(83.3333333333% - 91.6666666667px + 100px);
  }
  .row-50 > .col-xs-push-11 {
    margin-left: calc(91.6666666667% - 95.8333333333px + 100px);
  }
  .row-50 > .col-xs-push-12 {
    margin-left: calc(100% - 100px + 100px);
  }
}
@media (min-width: 701px) and (max-width: 840px) {
  .row-50 > .col-sm-push-1 {
    margin-left: calc(8.3333333333% - 54.1666666667px + 100px);
  }
  .row-50 > .col-sm-push-2 {
    margin-left: calc(16.6666666667% - 58.3333333333px + 100px);
  }
  .row-50 > .col-sm-push-3 {
    margin-left: calc(25% - 62.5px + 100px);
  }
  .row-50 > .col-sm-push-4 {
    margin-left: calc(33.3333333333% - 66.6666666667px + 100px);
  }
  .row-50 > .col-sm-push-5 {
    margin-left: calc(41.6666666667% - 70.8333333333px + 100px);
  }
  .row-50 > .col-sm-push-6 {
    margin-left: calc(50% - 75px + 100px);
  }
  .row-50 > .col-sm-push-7 {
    margin-left: calc(58.3333333333% - 79.1666666667px + 100px);
  }
  .row-50 > .col-sm-push-8 {
    margin-left: calc(66.6666666667% - 83.3333333333px + 100px);
  }
  .row-50 > .col-sm-push-9 {
    margin-left: calc(75% - 87.5px + 100px);
  }
  .row-50 > .col-sm-push-10 {
    margin-left: calc(83.3333333333% - 91.6666666667px + 100px);
  }
  .row-50 > .col-sm-push-11 {
    margin-left: calc(91.6666666667% - 95.8333333333px + 100px);
  }
  .row-50 > .col-sm-push-12 {
    margin-left: calc(100% - 100px + 100px);
  }
}
@media (min-width: 841px) and (max-width: 1260px) {
  .row-50 > .col-md-push-1 {
    margin-left: calc(8.3333333333% - 54.1666666667px + 100px);
  }
  .row-50 > .col-md-push-2 {
    margin-left: calc(16.6666666667% - 58.3333333333px + 100px);
  }
  .row-50 > .col-md-push-3 {
    margin-left: calc(25% - 62.5px + 100px);
  }
  .row-50 > .col-md-push-4 {
    margin-left: calc(33.3333333333% - 66.6666666667px + 100px);
  }
  .row-50 > .col-md-push-5 {
    margin-left: calc(41.6666666667% - 70.8333333333px + 100px);
  }
  .row-50 > .col-md-push-6 {
    margin-left: calc(50% - 75px + 100px);
  }
  .row-50 > .col-md-push-7 {
    margin-left: calc(58.3333333333% - 79.1666666667px + 100px);
  }
  .row-50 > .col-md-push-8 {
    margin-left: calc(66.6666666667% - 83.3333333333px + 100px);
  }
  .row-50 > .col-md-push-9 {
    margin-left: calc(75% - 87.5px + 100px);
  }
  .row-50 > .col-md-push-10 {
    margin-left: calc(83.3333333333% - 91.6666666667px + 100px);
  }
  .row-50 > .col-md-push-11 {
    margin-left: calc(91.6666666667% - 95.8333333333px + 100px);
  }
  .row-50 > .col-md-push-12 {
    margin-left: calc(100% - 100px + 100px);
  }
}
@media (min-width: 1261px) and (max-width: 1600px) {
  .row-50 .col-lg-push-1 {
    margin-left: calc(8.3333333333% - 54.1666666667px + 100px);
  }
  .row-50 .col-lg-push-2 {
    margin-left: calc(16.6666666667% - 58.3333333333px + 100px);
  }
  .row-50 .col-lg-push-3 {
    margin-left: calc(25% - 62.5px + 100px);
  }
  .row-50 .col-lg-push-4 {
    margin-left: calc(33.3333333333% - 66.6666666667px + 100px);
  }
  .row-50 .col-lg-push-5 {
    margin-left: calc(41.6666666667% - 70.8333333333px + 100px);
  }
  .row-50 .col-lg-push-6 {
    margin-left: calc(50% - 75px + 100px);
  }
  .row-50 .col-lg-push-7 {
    margin-left: calc(58.3333333333% - 79.1666666667px + 100px);
  }
  .row-50 .col-lg-push-8 {
    margin-left: calc(66.6666666667% - 83.3333333333px + 100px);
  }
  .row-50 .col-lg-push-9 {
    margin-left: calc(75% - 87.5px + 100px);
  }
  .row-50 .col-lg-push-10 {
    margin-left: calc(83.3333333333% - 91.6666666667px + 100px);
  }
  .row-50 .col-lg-push-11 {
    margin-left: calc(91.6666666667% - 95.8333333333px + 100px);
  }
  .row-50 .col-lg-push-12 {
    margin-left: calc(100% - 100px + 100px);
  }
}
@media (min-width: 1601px) {
  .row-50 .col-xl-push-1 {
    margin-left: calc(8.3333333333% - 54.1666666667px + 100px);
  }
  .row-50 .col-xl-push-2 {
    margin-left: calc(16.6666666667% - 58.3333333333px + 100px);
  }
  .row-50 .col-xl-push-3 {
    margin-left: calc(25% - 62.5px + 100px);
  }
  .row-50 .col-xl-push-4 {
    margin-left: calc(33.3333333333% - 66.6666666667px + 100px);
  }
  .row-50 .col-xl-push-5 {
    margin-left: calc(41.6666666667% - 70.8333333333px + 100px);
  }
  .row-50 .col-xl-push-6 {
    margin-left: calc(50% - 75px + 100px);
  }
  .row-50 .col-xl-push-7 {
    margin-left: calc(58.3333333333% - 79.1666666667px + 100px);
  }
  .row-50 .col-xl-push-8 {
    margin-left: calc(66.6666666667% - 83.3333333333px + 100px);
  }
  .row-50 .col-xl-push-9 {
    margin-left: calc(75% - 87.5px + 100px);
  }
  .row-50 .col-xl-push-10 {
    margin-left: calc(83.3333333333% - 91.6666666667px + 100px);
  }
  .row-50 .col-xl-push-11 {
    margin-left: calc(91.6666666667% - 95.8333333333px + 100px);
  }
  .row-50 .col-xl-push-12 {
    margin-left: calc(100% - 100px + 100px);
  }
}

* {
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-decoration: none;
}
*:focus {
  outline: none;
}

.off {
  filter: grayscale(100%);
  pointer-events: none;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
}
html.popup-opened,
html.popup-opened body {
  position: relative;
  height: 100% !important;
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

body {
  width: 100%;
  overflow-x: hidden;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: none;
}
body.popup-opened {
  overflow: hidden;
}

.outer {
  width: 100%;
  top: 0;
  z-index: 10;
}
.outer--static {
  position: static;
}
@media (max-width: 700px) {
  .outer--static {
    position: absolute;
    z-index: 12;
  }
  .outer--static.active {
    z-index: 13;
  }
}
@media (min-width: 701px) and (max-width: 840px) {
  .outer--static {
    position: absolute;
    z-index: 12;
  }
  .outer--static.active {
    z-index: 13;
  }
}
.outer--fixed {
  top: 420px;
  position: absolute;
  z-index: 12;
}
@media (max-width: 700px) {
  .outer--fixed {
    height: 0;
  }
}
@media (min-width: 701px) and (max-width: 840px) {
  .outer--fixed {
    height: 0;
  }
}
.outer--popup {
  top: 0px;
  position: absolute;
  z-index: 20;
}
.outer--totop {
  top: auto;
  position: fixed;
  bottom: 200px;
}
@media (max-width: 700px) {
  .outer--totop {
    bottom: 240px;
  }
}
@media (min-width: 701px) and (max-width: 840px) {
  .outer--totop {
    bottom: 240px;
  }
}

.wrapper {
  width: 2000px;
  transform-origin: top left;
  overflow: hidden;
}
.wrapper.popup-opened {
  height: calc(100vh - 70px);
}

.container {
  display: block;
  margin: 0 auto;
  width: 1340px;
  max-width: calc(100% - 32px);
}

hr.split {
  margin: 0;
  border: 0;
  background: transparent;
}
hr.split--low {
  height: 16px;
}
hr.split--medium {
  height: 24px;
}
hr.split--high {
  height: 32px;
}
hr.split--giant {
  height: 48px;
}

.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

.tag {
  display: inline-block;
  background: #eaeaea;
  color: #222222;
  border-radius: 4px;
  padding: 4px 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 700px) {
  .placeholder {
    display: block;
    height: 50px;
  }
}
@media (min-width: 701px) and (max-width: 840px) {
  .placeholder {
    display: block;
    height: 50px;
  }
}

.section {
  position: relative;
  display: block;
  width: 100%;
}
.section__background {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.section__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.section__background video {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__content {
  display: block;
  width: 100%;
  height: 100%;
}

.desktop {
  display: block !important;
}

.desktop-inline {
  display: inline-block !important;
}

.desktop-flex {
  display: flex !important;
}

.desktop-grid {
  display: grid !important;
}

.mobile,
.mobile-inline,
.mobile-flex,
.mobile-grid {
  display: none !important;
}

@media (max-width: 700px) {
  .desktop,
.desktop-inline,
.desktop-flex,
.desktop-grid {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .mobile-inline {
    display: inline-block !important;
  }
  .mobile-flex {
    display: flex !important;
  }
  .mobile-grid {
    display: grid !important;
  }
}
@media (orientation:portrait) {
  .desktop,
.desktop-inline,
.desktop-flex,
.desktop-grid {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .mobile-inline {
    display: inline-block !important;
  }
  .mobile-flex {
    display: flex !important;
  }
  .mobile-grid {
    display: grid !important;
  }
}
.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.button-img .label {
  display: none;
}

.fancybox-active {
  height: auto !important;
}

table {
  width: 100%;
  border-collapse: inherit;
  border-spacing: 2px;
}
table tr th {
  background: #fff;
  font-family: Barlow-Bold;
  padding: 10px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #234988;
}
@media (orientation:portrait) {
  table tr th {
    font-size: 15px;
  }
  table tr th:nth-child(4) {
    width: 110px !important;
  }
}
table tr th:nth-child(4) {
  width: 150px;
}
table tr th:nth-child(5) {
  width: 25%;
}
table tr td {
  background: #fff;
  display: table-cell;
  font-family: Roboto-Bold;
  padding: 8px 10px;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  color: #000;
  font-family: "Barlow-Medium";
}
@media (orientation:portrait) {
  table tr td {
    font-size: 15px;
  }
}
table tr td:nth-child(5) {
  text-align: left;
}

.popup {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup__background, .popup__background--unclosable {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 1000vh;
  transition: opacity 1s;
}
.popup__content {
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: all 0.2s;
  transform: scale(0);
}
.popup__toolbar {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
  padding: 5px;
  display: flex;
  justify-content: flex-end;
}
.popup__toolbar .close {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.popup__toolbar .close svg {
  display: block;
  width: 32px;
  height: 32px;
}
.popup__toolbar .close svg path:not(:last-child) {
  fill: #fff;
}
.popup__toolbar .close svg path:last-child {
  stroke: #fff;
}
.popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.popup.active .popup__background,
.popup.active .popup__background--unclosable {
  opacity: 1;
  visibility: visible;
}
.popup.active .popup__content {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.popup.active .popup__toolbar {
  opacity: 1;
  visibility: visible;
}

.popup--open-image .popup__content .image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.popup--open-video .popup__content {
  width: 80%;
  height: 60%;
}
.popup--open-video .popup__content .embed {
  width: 100%;
  height: 100%;
}
.popup--open-video .popup__content .embed iframe {
  display: block;
  width: 100%;
  height: 100%;
}

html {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
html::-webkit-scrollbar {
  margin-right: 6px;
  width: 6px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
html:hover::-webkit-scrollbar {
  width: 6px;
}
html::-webkit-scrollbar-track {
  background: rgba(222, 200, 148, 0.5);
}
html::-webkit-scrollbar-thumb {
  background: #992a1e;
}
html::-webkit-scrollbar-thumb:hover {
  background: #992a1e;
}
html.popup-opening {
  overflow: "hidden";
}

body.body-article {
  background: transparent;
}

* {
  image-rendering: -webkit-optimize-contrast;
}

.inner {
  width: 2000px;
}
@media (orientation:portrait) {
  .inner {
    width: 768px;
  }
}

.section {
  width: var(--width-desktop);
}
@media (orientation:portrait) {
  .section {
    width: var(--width-mobile);
  }
}
.section__background .background {
  width: 100%;
  height: 100%;
}
.section__background .scrollwatch-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 1px;
  background: transparent;
  pointer-events: none;
}
.section--frame2 {
  margin-top: -1px;
  height: 1370px;
}
@media (orientation:portrait) {
  .section--frame2 {
    height: 1892px;
  }
}
.section--frame3 {
  margin-top: -1px;
  height: 1124px;
}
@media (orientation:portrait) {
  .section--frame3 {
    height: 1141px;
  }
}
.section--frame4 {
  margin-top: -1px;
  height: 1007px;
}
@media (orientation:portrait) {
  .section--frame4 {
    height: 928px;
  }
}
.section--frame5 {
  margin-top: -1px;
  height: 1125px;
}
@media (orientation:portrait) {
  .section--frame5 {
    height: 1028px;
  }
}
.section--footer {
  margin-top: -1px;
  height: 305px;
}
@media (orientation:portrait) {
  .section--footer {
    height: 319px;
  }
}
.section--banner {
  height: auto;
}
@media (orientation:portrait) {
  .section--banner {
    height: auto;
  }
}
.section--banner .section__background {
  position: static;
}
.section--banner .section__content {
  position: absolute;
}

.section .title {
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
  padding: 32px 0 20px;
}
.section .title img {
  display: block;
}
.section .subtitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
  padding: 0px 0 0px;
  font-size: 40px;
  color: #f8efce;
}
.section .subtitle img {
  display: block;
  width: 713px;
  margin: 0 auto 10px;
}

.loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.97);
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  color: #fff;
  z-index: 1000;
}
.loading .multi-ripple {
  width: 2.6rem;
  height: 2.6rem;
  margin: 2rem;
}
.loading .multi-ripple div {
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.3rem solid rgba(255, 255, 255, 0.4);
  -webkit-animation: 1.5s ripple infinite;
          animation: 1.5s ripple infinite;
}
.loading .multi-ripple div:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes ripple {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ripple {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
.loading.active {
  display: flex;
}

.animate__onview {
  opacity: 0;
}

.section--frame3 .title {
  padding: 104px 0 20px;
}

.content .game_content .container {
  display: block;
  margin: 0 auto;
  max-width: calc(100% - 200px);
}
@media (orientation:portrait) {
  .content .game_content .container {
    max-width: calc(100% - 40px);
  }
}
.content .game_content .container .game_content__tabs {
  margin: 16px auto 0;
  display: flex;
  overflow: hidden;
  border: 2px solid #a7c9e1;
  width: 80%;
  height: 50px;
  font-family: Barlow-Medium;
}
@media (orientation:portrait) {
  .content .game_content .container .game_content__tabs {
    width: 100%;
  }
}
.content .game_content .container .game_content__tabs li {
  width: 33.3333333333%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 20px;
}
.content .game_content .container .game_content__tabs li.active {
  color: #1d4279;
  font-weight: bold;
  text-decoration: underline;
}
.content .game_content .container .game_content__tabs li a {
  color: #000;
}
.content .game_content .container .game_content__tabs li a:hover {
  color: #1d4279;
  font-weight: bold;
}
.content .game_content .game_inner__item .content-user {
  display: flex;
  justify-content: end;
}
.content .game_content .game_inner__item .content-user .logged-info {
  display: flex;
  justify-content: space-between;
  margin-right: 100px;
  width: 360px;
  font-size: 22px;
  text-align: right;
}
.content .game_content .game_inner__item .content-user .logged-info .info {
  font-family: "Barlow-Medium";
  color: #1d4279;
}
.content .game_content .game_inner__item .content-user .logged-info .info .text-username a {
  font-family: "Barlow-Medium";
  color: #1d4279;
}
.content .game_content .game_inner__item .content-user .logged-info .btn-log-out {
  font-family: "Barlow-Medium";
  color: #000;
  text-decoration: underline;
}
.content .game_content .game_inner__item .title {
  background: url(../prod/assets/images/title/txt-free-code.png);
  width: 400px;
  height: 57px;
  display: block;
  font-size: 0;
  margin: 30px auto;
}
.content .game_content .game_inner__item .game_event {
  -moz-column-count: 2;
       column-count: 2;
}
@media (orientation:portrait) {
  .content .game_content .game_inner__item .game_event {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.content .game_content .game_inner__item .history-content {
  margin-top: 20px;
  background: #f2f2f2;
}
.content .game_content .game_inner__item .history-content .wrap-table {
  padding: 0 10px;
}
.content .game_content .game_inner__item .history-content .history_menu__links {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.content .game_content .game_inner__item .history-content .history_menu__links li {
  margin: 0 10px;
}
.content .game_content .game_inner__item .history-content .history_menu__links .btn--primary {
  font-family: "Barlow-Bold";
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 2px 10px;
  text-transform: uppercase;
  color: #000;
}
.content .game_content .game_inner__item .history-content .history_menu__links .btn--primary:hover {
  border: 1px solid #234988;
  color: #234988;
}
.content .game_content .game_inner__item .history-content .history_menu__links .active .btn--primary {
  border: 1px solid #234988;
  color: #234988;
}
.content .game_content .game_inner__item .history-content .head-title {
  font-family: Barlow-Bold;
  background: url(../prod/assets/images/bg/bg-blue.png);
  background-size: cover;
  font-size: 3em;
  color: #fff;
  padding: 10px 0;
  text-transform: uppercase;
  text-align: center;
}
.content .game_content .game_inner__item .content-redeemcode {
  display: flex;
  justify-content: center;
}
@media (orientation:portrait) {
  .content .game_content .game_inner__item .content-redeemcode {
    flex-direction: column;
    align-items: center;
  }
}
.content .game_content .game_inner__item .content-redeemcode .content-redeemcode-left {
  background: url(../prod/assets/images/bg/bg-form-login.png);
  width: 680px;
  height: 679px;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content .game_content .game_inner__item .content-redeemcode .content-redeemcode-left .title-redeemcode {
  background-image: url(../prod/assets/_sprites-prod-common.png);
  background-position: 0px -159px;
  width: 492px;
  height: 146px;
  font-size: 0;
  display: block;
  margin: 0px auto 40px;
}
.content .game_content .game_inner__item .content-redeemcode .content-redeemcode-right {
  background: url(../prod/assets/images/bg/bg-form-login.png);
  width: 680px;
  height: 679px;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px;
}
.content .game_content .game_inner__item .content-redeemcode .content-redeemcode-right .title-guide {
  font-size: 3em;
  font-family: Barlow-Bold;
  color: #1d4279;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0;
}
.content .game_content .game_inner__item .content-redeemcode .content-redeemcode-right .content-guide ul li {
  color: #1d4279;
  font-family: "Barlow-Medium";
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.content .game_content .game_inner__item .game_inner__form {
  padding: 0 50px;
}
.content .game_content .game_inner__item .game_inner__form .button-group {
  display: flex;
  justify-content: center;
}
.content .game_content .game_inner__item .game_inner__form .button-group button {
  background-image: url(../prod/assets/_sprites-prod-common.png);
  background-position: 0px -370px;
  width: 277px;
  height: 56px;
  font-size: 30px;
  border: 0;
  font-family: "Barlow-Bold";
  color: #fff;
  text-transform: uppercase;
}
.content .game_content .game_inner__item .game_inner__form .button-group button:focus {
  outline: none;
}
.content .game_content .game_inner__item .game_inner__form ul li {
  display: grid;
  grid-template-columns: 30% 70%;
  margin-bottom: 15px;
}
.content .game_content .game_inner__item .game_inner__form ul li#CaptchaImage {
  grid-template-columns: 60% 40%;
}
.content .game_content .game_inner__item .game_inner__form ul li#CaptchaImage .txt-capcha {
  display: grid;
  grid-template-columns: 50% 50%;
}
.content .game_content .game_inner__item .game_inner__form ul li#CaptchaImage .txt-capcha label {
  height: 45px;
}
.content .game_content .game_inner__item .game_inner__form ul li#CaptchaImage .captcha {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .game_content .game_inner__item .game_inner__form ul li#CaptchaImage .captcha .refresh {
  background-image: url(../prod/assets/_sprites-prod-common.png);
  background-position: -520px -341px;
  width: 44px;
  height: 44px;
  font-size: 0;
}
.content .game_content .game_inner__item .game_inner__form ul li .lable-text {
  font-family: "Barlow-Medium";
  background: #7391d2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
}
.content .game_content .game_inner__item .game_inner__form ul li select,
.content .game_content .game_inner__item .game_inner__form ul li input {
  font-family: "Barlow-Bold";
  height: 45px;
  width: 100%;
  border-radius: 0px;
  border: 1px solid #7391d2;
  padding: 0 20px;
  font-size: 24px;
  color: #244c8c;
}

.hover-light:hover {
  filter: brightness(110%);
  cursor: pointer;
}

.btn--go {
  color: #7d6148;
  line-height: 1.6;
  font-size: 30px;
  font-family: "Barlow-Bold";
  background-image: url(../prod/assets/_sprites-prod-common.png);
  background-position: -520px -198px;
  width: 114px;
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.game_event__item {
  display: grid;
  grid-template-columns: 79.5% auto;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 2px solid #f2dba1;
}
@media (orientation:portrait) {
  .game_event__item {
    grid-template-columns: 83.5% auto;
  }
}
.game_event__item .game_event__item--left {
  padding: 0 5px;
}
.game_event__item .game_event__item--left .game_event__time {
  font-size: 20px;
  color: #000;
  display: flex;
  align-content: center;
  font-weight: 300;
  padding: 5px 0 0 10px;
  font-family: "Barlow-SemiBold";
}
.game_event__item .game_event__item--left .game_event__header {
  display: flex;
  width: 100%;
  align-items: center;
  background: url(../prod/assets/images/bg/bg-blue.png);
  background-size: cover;
  padding: 5px 15px;
}
.game_event__item .game_event__item--left .game_event__header .game_event__title {
  display: block;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  width: calc(100% - 50px);
  margin-left: 10px;
  text-transform: uppercase;
  font-family: "Barlow-Bold";
}
.game_event__item .game_event__item--left .game_event__header .game_event__type {
  display: block;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.game_event__item .game_event__item--left .game_event__header .game_event__type:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.game_event__item .game_event__item--left .game_event__header .game_event__type--fanpage {
  background-image: url(../prod/assets/_sprites-prod-common.png);
  background-position: -573px -287px;
  width: 45px;
  height: 44px;
  display: block;
}

.popup__content {
  background: #fff;
  border-radius: 10px;
  width: 700px;
  height: 600px;
  background-size: 100% 100%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.btn-close {
  display: block;
  position: absolute;
  right: -13px;
  top: -55px;
  background-image: url(../prod/assets/_sprites-prod-common.png);
  background-position: -520px -287px;
  width: 51px;
  height: 52px;
  transition: 0.6s transform ease-in-out;
}

.content-login {
  text-align: center;
}
.content-login .title-img {
  background-image: url(../prod/assets/_sprites-prod-common.png);
  background-position: 0px 0px;
  width: 518px;
  height: 157px;
  display: block;
  font-size: 0;
  margin: auto;
  transform: scale(0.9);
}
.content-login .title-login,
.content-login .title-note {
  font-family: "Barlow-Bold";
  text-transform: uppercase;
  margin: 20px 0 15px;
  font-size: 30px;
  color: #444444;
}
.content-login .title-note {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-login .title-note::before, .content-login .title-note::after {
  content: "";
  background-image: url(../prod/assets/_sprites-prod-common.png);
  background-position: -620px -287px;
  width: 15px;
  height: 15px;
  display: block;
}
.content-login .title-note::before {
  margin-right: 20px;
}
.content-login .title-note::after {
  margin-left: 20px;
}
.content-login .content-note {
  font-family: "Barlow-Regular";
  font-size: 20px;
  text-align: left;
  padding: 0 20px;
  line-height: 1.4;
}
.content-login .content-note span {
  color: red;
}
.content-login .login-frame {
  display: flex;
  justify-content: space-between;
}
.content-login .login-frame .btn-login {
  background-image: url(../prod/assets/_sprites-prod-common.png);
  background-position: -520px 0px;
  width: 127px;
  height: 97px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.9);
}
.content-login .login-frame .btn-login:hover {
  background-image: url(../prod/assets/_sprites-prod-common.png);
  background-position: -520px -99px;
  width: 127px;
  height: 97px;
}
.content-login .login-frame .btn-login:hover span {
  color: #80644a;
  font-family: Barlow-Medium;
}
.content-login .login-frame .btn-login span {
  font-family: "Barlow-Regular";
  color: #fff;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#popup_getcode .popup__content {
  background: #e9ecf6;
  border-radius: 0;
  width: 700px;
  height: auto;
  padding: 30px 0;
}
#popup_getcode .popup__content .btn--go {
  font-size: 25px;
}
#popup_getcode .content-getcode {
  width: 670px;
}
#popup_getcode .game_event__item {
  font-size: 24px;
  margin-bottom: 10px;
  grid-template-columns: 83% auto;
}
#popup_getcode .getcode__description {
  font-size: 24px;
  color: #000;
  display: flex;
  align-content: center;
  font-family: "Barlow-SemiBold";
  padding: 10px;
  border: 2px solid #f2dba1;
}
#popup_getcode .getcode__description a {
  color: #1967e7;
}
#popup_getcode .getcode__description a:hover {
  text-decoration: underline;
}
#popup_getcode .getcode__status {
  font-size: 24px;
  color: #000;
  display: flex;
  align-content: center;
  font-family: "Barlow-SemiBold";
  padding: 10px;
  margin-bottom: 10px;
  border: 2px solid #f2dba1;
}
#popup_getcode .getcode__status .getcode__value {
  color: #ea784c;
}
#popup_getcode .getcode__status .getcode__value.active {
  color: #ea784c;
}
#popup_getcode .getcode__status .getcode__label {
  margin-right: 10px;
}

#popup_notice .popup__content {
  background: url(../prod/assets/images/bg/bg-thongbao.png);
  width: 972px;
  height: 397px;
}
@media (orientation:portrait) {
  #popup_notice .popup__content {
    background: url(../prod/assets/images/bg/bg-thongbao-mb.png);
    width: 750px;
    height: 306px;
  }
}
#popup_notice .popup__content .content-notice {
  width: 700px;
  font-size: 25px;
}
#popup_notice .btn-close {
  right: 50px;
}
#popup_notice .content-notice {
  color: #4b73c2;
  font-family: "Barlow-Bold";
  text-align: center;
  font-size: 30px;
}
#popup_notice .content-notice h1 {
  text-transform: uppercase;
  margin-bottom: 10px;
}

/*# sourceMappingURL=prod.css.map*/