@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/* Extend Class
 * ------------------------------------------ */
.flex, .header-menu__nav, .gpw-logo, .gpw-navs > nav, .btn__group, .gpw-steps, .wallet-chart-label__first-line, footer.gpw-toolbar ul, footer.gpw-toolbar .container > .row, body.gpw__home > .gpw__section:not(.gpw-toolbar), body.gpw__home .section__winners.__games, body.gpw__home .section__winners, body .gpw__section.how-to-win .final-prizes-wrapper .final-session, .flex-row, body.gpw__home .section__buttons {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-row, body.gpw__home .section__buttons {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.flex-row > *, body.gpw__home .section__buttons > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.flex-row-auto > *, body.gpw__home .section__buttons > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.flex-start, .gpw-logo {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.flex-end, footer.gpw-toolbar ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.flex-center, .gpw-steps, body.gpw__home .section__buttons, body .gpw__section.how-to-win .final-prizes-wrapper .final-session {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flex-middle, .header-menu__nav, .gpw-logo, .gpw-navs > nav, footer.gpw-toolbar ul, footer.gpw-toolbar .container > .row, body.gpw__home > .gpw__section:not(.gpw-toolbar), body.gpw__home .section__winners.__games {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-top, .gpw-steps, body.gpw__home .section__winners {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-stretch, body.gpw__home .section__winners.__games {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col-auto, body.gpw__home .section__winners .section__note {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.text-left {
  text-align: left;
}

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

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

.mt-5 {
  margin-top: 1.25rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.ml-6 {
  margin-left: 1.5rem !important;
}

.mr-6 {
  margin-right: 1.5rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

.mt-7 {
  margin-top: 1.75rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.ml-7 {
  margin-left: 1.75rem !important;
}

.mr-7 {
  margin-right: 1.75rem !important;
}

.pt-7 {
  padding-top: 1.75rem !important;
}

.pb-7 {
  padding-bottom: 1.75rem !important;
}

.pl-7 {
  padding-left: 1.75rem !important;
}

.pr-7 {
  padding-right: 1.75rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.ml-8 {
  margin-left: 2rem !important;
}

.mr-8 {
  margin-right: 2rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

.mt-9 {
  margin-top: 2.25rem !important;
}

.mb-9 {
  margin-bottom: 2.25rem !important;
}

.ml-9 {
  margin-left: 2.25rem !important;
}

.mr-9 {
  margin-right: 2.25rem !important;
}

.pt-9 {
  padding-top: 2.25rem !important;
}

.pb-9 {
  padding-bottom: 2.25rem !important;
}

.pl-9 {
  padding-left: 2.25rem !important;
}

.pr-9 {
  padding-right: 2.25rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.ml-10 {
  margin-left: 2.5rem !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pl-10 {
  padding-left: 2.5rem !important;
}

.pr-10 {
  padding-right: 2.5rem !important;
}

.mt-11 {
  margin-top: 2.75rem !important;
}

.mb-11 {
  margin-bottom: 2.75rem !important;
}

.ml-11 {
  margin-left: 2.75rem !important;
}

.mr-11 {
  margin-right: 2.75rem !important;
}

.pt-11 {
  padding-top: 2.75rem !important;
}

.pb-11 {
  padding-bottom: 2.75rem !important;
}

.pl-11 {
  padding-left: 2.75rem !important;
}

.pr-11 {
  padding-right: 2.75rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.ml-12 {
  margin-left: 3rem !important;
}

.mr-12 {
  margin-right: 3rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pl-12 {
  padding-left: 3rem !important;
}

.pr-12 {
  padding-right: 3rem !important;
}

.mt-13 {
  margin-top: 3.25rem !important;
}

.mb-13 {
  margin-bottom: 3.25rem !important;
}

.ml-13 {
  margin-left: 3.25rem !important;
}

.mr-13 {
  margin-right: 3.25rem !important;
}

.pt-13 {
  padding-top: 3.25rem !important;
}

.pb-13 {
  padding-bottom: 3.25rem !important;
}

.pl-13 {
  padding-left: 3.25rem !important;
}

.pr-13 {
  padding-right: 3.25rem !important;
}

.mt-14 {
  margin-top: 3.5rem !important;
}

.mb-14 {
  margin-bottom: 3.5rem !important;
}

.ml-14 {
  margin-left: 3.5rem !important;
}

.mr-14 {
  margin-right: 3.5rem !important;
}

.pt-14 {
  padding-top: 3.5rem !important;
}

.pb-14 {
  padding-bottom: 3.5rem !important;
}

.pl-14 {
  padding-left: 3.5rem !important;
}

.pr-14 {
  padding-right: 3.5rem !important;
}

.mt-15 {
  margin-top: 3.75rem !important;
}

.mb-15 {
  margin-bottom: 3.75rem !important;
}

.ml-15 {
  margin-left: 3.75rem !important;
}

.mr-15 {
  margin-right: 3.75rem !important;
}

.pt-15 {
  padding-top: 3.75rem !important;
}

.pb-15 {
  padding-bottom: 3.75rem !important;
}

.pl-15 {
  padding-left: 3.75rem !important;
}

.pr-15 {
  padding-right: 3.75rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.ml-16 {
  margin-left: 4rem !important;
}

.mr-16 {
  margin-right: 4rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pl-16 {
  padding-left: 4rem !important;
}

.pr-16 {
  padding-right: 4rem !important;
}

.mt-17 {
  margin-top: 4.25rem !important;
}

.mb-17 {
  margin-bottom: 4.25rem !important;
}

.ml-17 {
  margin-left: 4.25rem !important;
}

.mr-17 {
  margin-right: 4.25rem !important;
}

.pt-17 {
  padding-top: 4.25rem !important;
}

.pb-17 {
  padding-bottom: 4.25rem !important;
}

.pl-17 {
  padding-left: 4.25rem !important;
}

.pr-17 {
  padding-right: 4.25rem !important;
}

.mt-18 {
  margin-top: 4.5rem !important;
}

.mb-18 {
  margin-bottom: 4.5rem !important;
}

.ml-18 {
  margin-left: 4.5rem !important;
}

.mr-18 {
  margin-right: 4.5rem !important;
}

.pt-18 {
  padding-top: 4.5rem !important;
}

.pb-18 {
  padding-bottom: 4.5rem !important;
}

.pl-18 {
  padding-left: 4.5rem !important;
}

.pr-18 {
  padding-right: 4.5rem !important;
}

.mt-19 {
  margin-top: 4.75rem !important;
}

.mb-19 {
  margin-bottom: 4.75rem !important;
}

.ml-19 {
  margin-left: 4.75rem !important;
}

.mr-19 {
  margin-right: 4.75rem !important;
}

.pt-19 {
  padding-top: 4.75rem !important;
}

.pb-19 {
  padding-bottom: 4.75rem !important;
}

.pl-19 {
  padding-left: 4.75rem !important;
}

.pr-19 {
  padding-right: 4.75rem !important;
}

.mt-20 {
  margin-top: 5rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.ml-20 {
  margin-left: 5rem !important;
}

.mr-20 {
  margin-right: 5rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.pl-20 {
  padding-left: 5rem !important;
}

.pr-20 {
  padding-right: 5rem !important;
}

.mt-21 {
  margin-top: 5.25rem !important;
}

.mb-21 {
  margin-bottom: 5.25rem !important;
}

.ml-21 {
  margin-left: 5.25rem !important;
}

.mr-21 {
  margin-right: 5.25rem !important;
}

.pt-21 {
  padding-top: 5.25rem !important;
}

.pb-21 {
  padding-bottom: 5.25rem !important;
}

.pl-21 {
  padding-left: 5.25rem !important;
}

.pr-21 {
  padding-right: 5.25rem !important;
}

.mt-22 {
  margin-top: 5.5rem !important;
}

.mb-22 {
  margin-bottom: 5.5rem !important;
}

.ml-22 {
  margin-left: 5.5rem !important;
}

.mr-22 {
  margin-right: 5.5rem !important;
}

.pt-22 {
  padding-top: 5.5rem !important;
}

.pb-22 {
  padding-bottom: 5.5rem !important;
}

.pl-22 {
  padding-left: 5.5rem !important;
}

.pr-22 {
  padding-right: 5.5rem !important;
}

.mt-23 {
  margin-top: 5.75rem !important;
}

.mb-23 {
  margin-bottom: 5.75rem !important;
}

.ml-23 {
  margin-left: 5.75rem !important;
}

.mr-23 {
  margin-right: 5.75rem !important;
}

.pt-23 {
  padding-top: 5.75rem !important;
}

.pb-23 {
  padding-bottom: 5.75rem !important;
}

.pl-23 {
  padding-left: 5.75rem !important;
}

.pr-23 {
  padding-right: 5.75rem !important;
}

.mt-24 {
  margin-top: 6rem !important;
}

.mb-24 {
  margin-bottom: 6rem !important;
}

.ml-24 {
  margin-left: 6rem !important;
}

.mr-24 {
  margin-right: 6rem !important;
}

.pt-24 {
  padding-top: 6rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pl-24 {
  padding-left: 6rem !important;
}

.pr-24 {
  padding-right: 6rem !important;
}

.mt-25 {
  margin-top: 6.25rem !important;
}

.mb-25 {
  margin-bottom: 6.25rem !important;
}

.ml-25 {
  margin-left: 6.25rem !important;
}

.mr-25 {
  margin-right: 6.25rem !important;
}

.pt-25 {
  padding-top: 6.25rem !important;
}

.pb-25 {
  padding-bottom: 6.25rem !important;
}

.pl-25 {
  padding-left: 6.25rem !important;
}

.pr-25 {
  padding-right: 6.25rem !important;
}

.mt-26 {
  margin-top: 6.5rem !important;
}

.mb-26 {
  margin-bottom: 6.5rem !important;
}

.ml-26 {
  margin-left: 6.5rem !important;
}

.mr-26 {
  margin-right: 6.5rem !important;
}

.pt-26 {
  padding-top: 6.5rem !important;
}

.pb-26 {
  padding-bottom: 6.5rem !important;
}

.pl-26 {
  padding-left: 6.5rem !important;
}

.pr-26 {
  padding-right: 6.5rem !important;
}

.mt-27 {
  margin-top: 6.75rem !important;
}

.mb-27 {
  margin-bottom: 6.75rem !important;
}

.ml-27 {
  margin-left: 6.75rem !important;
}

.mr-27 {
  margin-right: 6.75rem !important;
}

.pt-27 {
  padding-top: 6.75rem !important;
}

.pb-27 {
  padding-bottom: 6.75rem !important;
}

.pl-27 {
  padding-left: 6.75rem !important;
}

.pr-27 {
  padding-right: 6.75rem !important;
}

.mt-28 {
  margin-top: 7rem !important;
}

.mb-28 {
  margin-bottom: 7rem !important;
}

.ml-28 {
  margin-left: 7rem !important;
}

.mr-28 {
  margin-right: 7rem !important;
}

.pt-28 {
  padding-top: 7rem !important;
}

.pb-28 {
  padding-bottom: 7rem !important;
}

.pl-28 {
  padding-left: 7rem !important;
}

.pr-28 {
  padding-right: 7rem !important;
}

.mt-29 {
  margin-top: 7.25rem !important;
}

.mb-29 {
  margin-bottom: 7.25rem !important;
}

.ml-29 {
  margin-left: 7.25rem !important;
}

.mr-29 {
  margin-right: 7.25rem !important;
}

.pt-29 {
  padding-top: 7.25rem !important;
}

.pb-29 {
  padding-bottom: 7.25rem !important;
}

.pl-29 {
  padding-left: 7.25rem !important;
}

.pr-29 {
  padding-right: 7.25rem !important;
}

.mt-30 {
  margin-top: 7.5rem !important;
}

.mb-30 {
  margin-bottom: 7.5rem !important;
}

.ml-30 {
  margin-left: 7.5rem !important;
}

.mr-30 {
  margin-right: 7.5rem !important;
}

.pt-30 {
  padding-top: 7.5rem !important;
}

.pb-30 {
  padding-bottom: 7.5rem !important;
}

.pl-30 {
  padding-left: 7.5rem !important;
}

.pr-30 {
  padding-right: 7.5rem !important;
}

.mt-31 {
  margin-top: 7.75rem !important;
}

.mb-31 {
  margin-bottom: 7.75rem !important;
}

.ml-31 {
  margin-left: 7.75rem !important;
}

.mr-31 {
  margin-right: 7.75rem !important;
}

.pt-31 {
  padding-top: 7.75rem !important;
}

.pb-31 {
  padding-bottom: 7.75rem !important;
}

.pl-31 {
  padding-left: 7.75rem !important;
}

.pr-31 {
  padding-right: 7.75rem !important;
}

.mt-32 {
  margin-top: 8rem !important;
}

.mb-32 {
  margin-bottom: 8rem !important;
}

.ml-32 {
  margin-left: 8rem !important;
}

.mr-32 {
  margin-right: 8rem !important;
}

.pt-32 {
  padding-top: 8rem !important;
}

.pb-32 {
  padding-bottom: 8rem !important;
}

.pl-32 {
  padding-left: 8rem !important;
}

.pr-32 {
  padding-right: 8rem !important;
}

.mt-33 {
  margin-top: 8.25rem !important;
}

.mb-33 {
  margin-bottom: 8.25rem !important;
}

.ml-33 {
  margin-left: 8.25rem !important;
}

.mr-33 {
  margin-right: 8.25rem !important;
}

.pt-33 {
  padding-top: 8.25rem !important;
}

.pb-33 {
  padding-bottom: 8.25rem !important;
}

.pl-33 {
  padding-left: 8.25rem !important;
}

.pr-33 {
  padding-right: 8.25rem !important;
}

.mt-34 {
  margin-top: 8.5rem !important;
}

.mb-34 {
  margin-bottom: 8.5rem !important;
}

.ml-34 {
  margin-left: 8.5rem !important;
}

.mr-34 {
  margin-right: 8.5rem !important;
}

.pt-34 {
  padding-top: 8.5rem !important;
}

.pb-34 {
  padding-bottom: 8.5rem !important;
}

.pl-34 {
  padding-left: 8.5rem !important;
}

.pr-34 {
  padding-right: 8.5rem !important;
}

.mt-35 {
  margin-top: 8.75rem !important;
}

.mb-35 {
  margin-bottom: 8.75rem !important;
}

.ml-35 {
  margin-left: 8.75rem !important;
}

.mr-35 {
  margin-right: 8.75rem !important;
}

.pt-35 {
  padding-top: 8.75rem !important;
}

.pb-35 {
  padding-bottom: 8.75rem !important;
}

.pl-35 {
  padding-left: 8.75rem !important;
}

.pr-35 {
  padding-right: 8.75rem !important;
}

.mt-36 {
  margin-top: 9rem !important;
}

.mb-36 {
  margin-bottom: 9rem !important;
}

.ml-36 {
  margin-left: 9rem !important;
}

.mr-36 {
  margin-right: 9rem !important;
}

.pt-36 {
  padding-top: 9rem !important;
}

.pb-36 {
  padding-bottom: 9rem !important;
}

.pl-36 {
  padding-left: 9rem !important;
}

.pr-36 {
  padding-right: 9rem !important;
}

.mt-37 {
  margin-top: 9.25rem !important;
}

.mb-37 {
  margin-bottom: 9.25rem !important;
}

.ml-37 {
  margin-left: 9.25rem !important;
}

.mr-37 {
  margin-right: 9.25rem !important;
}

.pt-37 {
  padding-top: 9.25rem !important;
}

.pb-37 {
  padding-bottom: 9.25rem !important;
}

.pl-37 {
  padding-left: 9.25rem !important;
}

.pr-37 {
  padding-right: 9.25rem !important;
}

.mt-38 {
  margin-top: 9.5rem !important;
}

.mb-38 {
  margin-bottom: 9.5rem !important;
}

.ml-38 {
  margin-left: 9.5rem !important;
}

.mr-38 {
  margin-right: 9.5rem !important;
}

.pt-38 {
  padding-top: 9.5rem !important;
}

.pb-38 {
  padding-bottom: 9.5rem !important;
}

.pl-38 {
  padding-left: 9.5rem !important;
}

.pr-38 {
  padding-right: 9.5rem !important;
}

.mt-39 {
  margin-top: 9.75rem !important;
}

.mb-39 {
  margin-bottom: 9.75rem !important;
}

.ml-39 {
  margin-left: 9.75rem !important;
}

.mr-39 {
  margin-right: 9.75rem !important;
}

.pt-39 {
  padding-top: 9.75rem !important;
}

.pb-39 {
  padding-bottom: 9.75rem !important;
}

.pl-39 {
  padding-left: 9.75rem !important;
}

.pr-39 {
  padding-right: 9.75rem !important;
}

.mt-40 {
  margin-top: 10rem !important;
}

.mb-40 {
  margin-bottom: 10rem !important;
}

.ml-40 {
  margin-left: 10rem !important;
}

.mr-40 {
  margin-right: 10rem !important;
}

.pt-40 {
  padding-top: 10rem !important;
}

.pb-40 {
  padding-bottom: 10rem !important;
}

.pl-40 {
  padding-left: 10rem !important;
}

.pr-40 {
  padding-right: 10rem !important;
}

.mt-41 {
  margin-top: 10.25rem !important;
}

.mb-41 {
  margin-bottom: 10.25rem !important;
}

.ml-41 {
  margin-left: 10.25rem !important;
}

.mr-41 {
  margin-right: 10.25rem !important;
}

.pt-41 {
  padding-top: 10.25rem !important;
}

.pb-41 {
  padding-bottom: 10.25rem !important;
}

.pl-41 {
  padding-left: 10.25rem !important;
}

.pr-41 {
  padding-right: 10.25rem !important;
}

.mt-42 {
  margin-top: 10.5rem !important;
}

.mb-42 {
  margin-bottom: 10.5rem !important;
}

.ml-42 {
  margin-left: 10.5rem !important;
}

.mr-42 {
  margin-right: 10.5rem !important;
}

.pt-42 {
  padding-top: 10.5rem !important;
}

.pb-42 {
  padding-bottom: 10.5rem !important;
}

.pl-42 {
  padding-left: 10.5rem !important;
}

.pr-42 {
  padding-right: 10.5rem !important;
}

.mt-43 {
  margin-top: 10.75rem !important;
}

.mb-43 {
  margin-bottom: 10.75rem !important;
}

.ml-43 {
  margin-left: 10.75rem !important;
}

.mr-43 {
  margin-right: 10.75rem !important;
}

.pt-43 {
  padding-top: 10.75rem !important;
}

.pb-43 {
  padding-bottom: 10.75rem !important;
}

.pl-43 {
  padding-left: 10.75rem !important;
}

.pr-43 {
  padding-right: 10.75rem !important;
}

.mt-44 {
  margin-top: 11rem !important;
}

.mb-44 {
  margin-bottom: 11rem !important;
}

.ml-44 {
  margin-left: 11rem !important;
}

.mr-44 {
  margin-right: 11rem !important;
}

.pt-44 {
  padding-top: 11rem !important;
}

.pb-44 {
  padding-bottom: 11rem !important;
}

.pl-44 {
  padding-left: 11rem !important;
}

.pr-44 {
  padding-right: 11rem !important;
}

.mt-45 {
  margin-top: 11.25rem !important;
}

.mb-45 {
  margin-bottom: 11.25rem !important;
}

.ml-45 {
  margin-left: 11.25rem !important;
}

.mr-45 {
  margin-right: 11.25rem !important;
}

.pt-45 {
  padding-top: 11.25rem !important;
}

.pb-45 {
  padding-bottom: 11.25rem !important;
}

.pl-45 {
  padding-left: 11.25rem !important;
}

.pr-45 {
  padding-right: 11.25rem !important;
}

.mt-46 {
  margin-top: 11.5rem !important;
}

.mb-46 {
  margin-bottom: 11.5rem !important;
}

.ml-46 {
  margin-left: 11.5rem !important;
}

.mr-46 {
  margin-right: 11.5rem !important;
}

.pt-46 {
  padding-top: 11.5rem !important;
}

.pb-46 {
  padding-bottom: 11.5rem !important;
}

.pl-46 {
  padding-left: 11.5rem !important;
}

.pr-46 {
  padding-right: 11.5rem !important;
}

.mt-47 {
  margin-top: 11.75rem !important;
}

.mb-47 {
  margin-bottom: 11.75rem !important;
}

.ml-47 {
  margin-left: 11.75rem !important;
}

.mr-47 {
  margin-right: 11.75rem !important;
}

.pt-47 {
  padding-top: 11.75rem !important;
}

.pb-47 {
  padding-bottom: 11.75rem !important;
}

.pl-47 {
  padding-left: 11.75rem !important;
}

.pr-47 {
  padding-right: 11.75rem !important;
}

.mt-48 {
  margin-top: 12rem !important;
}

.mb-48 {
  margin-bottom: 12rem !important;
}

.ml-48 {
  margin-left: 12rem !important;
}

.mr-48 {
  margin-right: 12rem !important;
}

.pt-48 {
  padding-top: 12rem !important;
}

.pb-48 {
  padding-bottom: 12rem !important;
}

.pl-48 {
  padding-left: 12rem !important;
}

.pr-48 {
  padding-right: 12rem !important;
}

.mt-49 {
  margin-top: 12.25rem !important;
}

.mb-49 {
  margin-bottom: 12.25rem !important;
}

.ml-49 {
  margin-left: 12.25rem !important;
}

.mr-49 {
  margin-right: 12.25rem !important;
}

.pt-49 {
  padding-top: 12.25rem !important;
}

.pb-49 {
  padding-bottom: 12.25rem !important;
}

.pl-49 {
  padding-left: 12.25rem !important;
}

.pr-49 {
  padding-right: 12.25rem !important;
}

.mt-50 {
  margin-top: 12.5rem !important;
}

.mb-50 {
  margin-bottom: 12.5rem !important;
}

.ml-50 {
  margin-left: 12.5rem !important;
}

.mr-50 {
  margin-right: 12.5rem !important;
}

.pt-50 {
  padding-top: 12.5rem !important;
}

.pb-50 {
  padding-bottom: 12.5rem !important;
}

.pl-50 {
  padding-left: 12.5rem !important;
}

.pr-50 {
  padding-right: 12.5rem !important;
}

html {
  font-size: 18px;
  /* PHONE */
  /* TABLET */
  /* LAPTOP */
  /* DESKTOP */
  /* XL DESKTOP */
}
@media (min-width: 120px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 540px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 720px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1140px) {
  html {
    font-size: 18px;
  }
  html body div[id^=gpw-table-expand_wrapper],
  html body div[id^=DataTables_] {
    max-width: 100%;
    overflow: hidden;
  }
  html body div[id^=gpw-table-expand_wrapper] > table,
  html body div[id^=DataTables_] > table {
    max-width: 100%;
    width: 100% !important;
  }
  html body div[id^=gpw-table-expand_wrapper] > table tr th,
  html body div[id^=DataTables_] > table tr th {
    width: unset !important;
    padding: 15px 5px;
  }
  html body div[id^=gpw-table-expand_wrapper] table.dataTable.nowrap th,
  html body div[id^=DataTables_] table.dataTable.nowrap th,
  html body div[id^=DataTables_] table.dataTable.nowrap td {
    white-space: unset !important;
  }
  html body div[id^=gpw-table-expand_wrapper] .select2,
  html body div[id^=DataTables_] .select2 {
    min-width: 70px !important;
    max-width: 50px !important;
  }
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html,
body {
  padding: 0;
  margin: 0;
}

a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a:hover, a:focus {
  color: black;
}

a,
button {
  text-decoration: none;
}
a:hover, a:focus,
button:hover,
button:focus {
  outline: none;
  text-decoration: none;
}

button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border-width: 0;
}

img {
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-crisp-edges;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

div,
p,
span,
button,
ul,
ol,
li,
a {
  margin: 0;
  padding: 0;
}

p {
  font-size: 1rem;
}

svg.icon {
  width: 1.75rem;
  height: 1.75rem;
}
svg.icon path {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

button:focus, button:hover,
input:focus,
input:hover,
select:focus,
select:hover {
  outline: none;
}

input[type=text] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

@media (max-width: 767px) {
  .gpw-logo .d-none:before {
    display: none;
  }
  .header-menu {
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }
  .gpw-mobile-menu .header-menu-mobile__dropdown-button {
    border: none;
    position: relative;
    width: 20px;
    height: 20px;
    background: none;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    outline: none;
    margin-left: 16px;
  }
  .gpw-mobile-menu .header-menu-mobile__dropdown-button:before, .gpw-mobile-menu .header-menu-mobile__dropdown-button:after,
  .gpw-mobile-menu .header-menu-mobile__dropdown-button span {
    position: absolute;
    content: "";
    width: 100%;
    height: 5%;
    background: #717070;
    left: 0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .gpw-mobile-menu .header-menu-mobile__dropdown-button:before {
    top: 0;
  }
  .gpw-mobile-menu .header-menu-mobile__dropdown-button span {
    top: 47.5%;
  }
  .gpw-mobile-menu .header-menu-mobile__dropdown-button:after {
    bottom: 0;
  }
  .gpw-mobile-menu__menu {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: calc(100% - 70px);
    bottom: -120%;
    left: 0;
    margin-top: 80px;
    background: rgb(12.25, 12.25, 12.25);
    z-index: 2;
    animation-name: gpw-mobile-menu-hide;
    animation-duration: 0.5s;
  }
  .gpw-mobile-menu__menu .header-menu__link {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    padding: 16px 8px;
    color: #fff !important;
  }
  .gpw-mobile-menu__menu .header-menu__link.active {
    color: #C7AF41 !important;
  }
  .gpw-mobile-menu__menu .gpw-mobile-menu__menu-inner {
    display: none;
    overflow-y: auto;
  }
  .gpw-mobile-menu__menu .gpw-mobile-menu__menu-inner .header-menu__link {
    display: block;
    margin: auto;
  }
  .gpw-mobile-menu.show .gpw-mobile-menu__menu {
    display: flex;
  }
  .gpw-mobile-menu.show .gpw-mobile-menu__menu-inner {
    display: block;
    width: 70%;
  }
  .gpw-mobile-menu.show .header-menu-mobile__dropdown-button:before {
    top: 50%;
    transform: rotate(45deg);
  }
  .gpw-mobile-menu.show .header-menu-mobile__dropdown-button span {
    width: 0;
    left: 50%;
  }
  .gpw-mobile-menu.show .header-menu-mobile__dropdown-button:after {
    bottom: 45%;
    transform: rotate(-45deg);
  }
  .gpw-mobile-menu.show .gpw-mobile-menu__menu {
    animation-name: gpw-mobile-menu-show;
    animation-duration: 0.5s;
    bottom: 0;
  }
  @keyframes gpw-mobile-menu-show {
    0% {
      bottom: -120%;
    }
    100% {
      bottom: 0;
    }
  }
  @keyframes gpw-mobile-menu-hide {
    0% {
      bottom: 0;
    }
    100% {
      bottom: -120%;
    }
  }
  .page-menu {
    display: flex;
    flex-direction: row;
    height: auto !important;
  }
  .page-menu > a {
    min-width: inherit !important;
    white-space: nowrap;
  }
  .gpw-toolbar--header .header-menu__link:not(.__white):hover, .gpw-toolbar--header .header-menu__link:not(.__white):focus, .gpw-toolbar--header .header-menu__link:not(.__white).active {
    color: #191919;
  }
  .gpw-navs .__link:hover:not(.__icon):before {
    display: none !important;
  }
  .btn:hover:before, .btn:focus:before {
    display: none !important;
  }
}
.main-logged-page__title-box .col-6 {
  margin-top: -33px;
}

.wallet-table {
  margin-top: 32px;
}
.wallet-table tbody .wallet-chart__value td {
  font-size: 12px;
}

.gpw-ranking-logged-mobile .__rank {
  display: flex;
  width: 100%;
  flex-flow: row;
  justify-content: space-between;
  background: #f5f5f5;
  padding: 8px;
  align-items: center;
  text-align: center;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  body .gpw__section:not(.gpw-toolbar):first-of-type {
    overflow: hidden;
  }
}
body .gpw__section {
  padding-bottom: 1.5rem;
}
@media (min-width: 960px) {
  body .gpw__section {
    padding-bottom: 3rem;
  }
}
body .gpw__section:nth-child(-n+3) .text {
  margin-bottom: 5px;
}
body .m-t-40 {
  margin-top: 40px;
}
body .m-t-15 {
  margin-top: 15px;
}

.date-range-mobile__filters-popup {
  display: none;
}

@media (max-width: 1199px) {
  .timeline {
    max-width: 100%;
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  .timeline {
    max-width: 100%;
    overflow-x: scroll;
  }
  .date-range .mobile-open-popup-filters {
    font-size: 16px;
    font-weight: bold;
    padding: 0.5rem;
  }
  .date-range-mobile__filters-popup {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 110%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #191919;
    z-index: 2;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .date-range-mobile__filters-popup.open {
    top: 0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .date-range-mobile__filters-popup .top-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1rem;
  }
  .date-range-mobile__filters-popup .top-navigation .return {
    color: #fff;
    font-size: 20px;
  }
  .date-range-mobile__filters-popup .top-navigation .button {
    background: transparent;
    color: #fff;
    font-size: 20px;
  }
  .date-range-mobile__filters-popup .top-navigation .button-clear {
    background: transparent;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    align-self: flex-end;
    display: flex;
  }
  .date-range-mobile__filters-popup .body-form {
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    background: #fff;
    flex: 1;
  }
  .date-range-mobile__filters-popup .body-form .date-range__element {
    max-width: inherit !important;
    margin-bottom: 2rem;
  }
  .date-range-mobile__filters-popup .body-form .date-range__element input {
    font-size: 16px;
  }
  .date-range-mobile__filters-popup .bottom-navigation {
    display: flex;
    justify-content: center;
    padding: 1.5rem 1rem;
    background: #fff;
  }
  #walletChart {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .gpw__page.auth .harmonogram-page__title-box .col-6 {
    margin-top: -15px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .gpw__page.auth .finacial-history-page__title-box .col {
    margin-top: -15px;
    padding-bottom: 30px;
  }
}
.gpw__contact p {
  margin-bottom: 0;
}
.gpw__contact p.text.__note {
  font-size: 1rem;
}

body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}
body.auth .auth-margin-top-2 {
  margin-top: 2rem;
}
@media (min-width: 120px) {
  body .gpw__section.jakgrac > .container > .row {
    margin: 2rem 0;
  }
  body .gpw__section.jakgrac > .container > .row > div:first-child {
    order: 2;
  }
  body .gpw__section.jakgrac > .container > .row > div:last-child {
    order: 1;
  }
}
@media (min-width: 960px) {
  body .gpw__section.jakgrac > .container > .row {
    margin: 5rem 0;
  }
  body .gpw__section.jakgrac > .container > .row > div:first-child {
    order: 1;
  }
  body .gpw__section.jakgrac > .container > .row > div:last-child {
    order: 2;
  }
}
@media (min-width: 120px) {
  body .gpw__section.smartfon > .container > .row {
    margin: 2rem 0;
  }
}
@media (min-width: 960px) {
  body .gpw__section.smartfon > .container > .row {
    margin: 5rem 0;
  }
}
@media (min-width: 120px) {
  body .gpw__section.inwestuj > .container > .row {
    margin: 2.5rem 0;
  }
  body .gpw__section.inwestuj > .container > .row > div:first-child {
    order: 2;
  }
  body .gpw__section.inwestuj > .container > .row > div:last-child {
    order: 1;
    padding-left: 25%;
    text-align: right;
  }
}
@media (min-width: 960px) {
  body .gpw__section.inwestuj > .container > .row {
    margin: 5rem 0;
  }
  body .gpw__section.inwestuj > .container > .row > div:first-child {
    order: 1;
  }
  body .gpw__section.inwestuj > .container > .row > div:last-child {
    order: 2;
    padding-left: 0%;
    text-align: left;
  }
}
body .gpw__section.how-to-win .how-to-win-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 720px) {
  body .gpw__section.how-to-win .how-to-win-wrapper {
    flex-wrap: nowrap;
  }
}
body .gpw__section.how-to-win .how-to-win-wrapper .box {
  width: 100%;
  margin: 15px 0;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 720px) {
  body .gpw__section.how-to-win .how-to-win-wrapper .box {
    width: 48%;
    margin: 0;
  }
}
body .gpw__section.how-to-win .how-to-win-wrapper .box__head {
  color: #fff;
  background: #C7AF41;
  font-size: 18px;
  font-weight: 700;
}
body .gpw__section.how-to-win .how-to-win-wrapper .box h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  text-align: center;
}
@media (min-width: 720px) {
  body .gpw__section.how-to-win .how-to-win-wrapper .box h3 {
    font-size: 32px;
    text-align: left;
  }
}
body .gpw__section.how-to-win .how-to-win-wrapper .box ul {
  font-size: 15px;
  font-family: "PT Sans", sans-serif;
  list-style: none outside;
}
@media (min-width: 720px) {
  body .gpw__section.how-to-win .how-to-win-wrapper .box ul {
    font-size: 18px;
  }
}
body .gpw__section.how-to-win .how-to-win-wrapper .box ul li {
  padding: 0 0 0 23px;
  background: url("/img/check-1675dd3764db18fa7ec65d10e9890b81.svg") no-repeat left top 5px;
}
body .gpw__section.how-to-win .how-to-win-wrapper .box p {
  font-size: 16px;
}
@media (min-width: 720px) {
  body .gpw__section.how-to-win .how-to-win-wrapper .box p {
    font-size: 18px;
  }
  body .gpw__section.how-to-win .how-to-win-wrapper .box p strong {
    font-size: 24px;
  }
}
body .gpw__section.how-to-win .how-to-win-wrapper .box > strong {
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
}
body .gpw__section.how-to-win .how-to-win-wrapper .box .prizesHalfBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
body .gpw__section.how-to-win .how-to-win-wrapper .box .prize {
  background: #f7e5af;
  border: 2px solid #C7AF41;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  max-width: 470px;
  padding: 7px 10px;
  text-align: center;
}
body .gpw__section.how-to-win .how-to-win-wrapper .box .prize.half {
  width: 49.5%;
  display: inline-block;
}
body .gpw__section.how-to-win .how-to-win-wrapper .box .prize span {
  display: block;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  color: #C7AF41;
  font-weight: bold;
}
body .gpw__section.how-to-win .how-to-win-wrapper .box .prize strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans", serif;
}
body .gpw__section.how-to-win .final-prizes-wrapper h3 {
  font-family: "Open Sans", serif;
  font-size: 2rem;
}
body .gpw__section.how-to-win .final-prizes-wrapper h3 span {
  color: #000;
}
body .gpw__section.how-to-win .final-prizes-wrapper .final-session .prize {
  background: #C7AF41;
  border: 2px solid #e0cf8f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 7px 35px;
  text-align: center;
  margin: 0 10px 10px;
}
body .gpw__section.how-to-win .final-prizes-wrapper .final-session .prize span {
  display: block;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
body .gpw__section.how-to-win .final-prizes-wrapper .final-session .prize strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans", serif;
  color: #fff;
}
body .gpw__section.parkiet .box {
  margin-top: 0;
  max-width: 458px;
  margin-bottom: 0;
}
body .gpw__section.parkiet .box__subnote {
  max-width: 414px;
}
body .gpw__section.parkiet .button_more {
  width: 100%;
}
@media (min-width: 540px) {
  body .gpw__section.parkiet .button_more {
    width: 45%;
  }
}
body .gpw__section.parkiet .buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
body .gpw__section.parkiet .buttons > div {
  width: 100%;
}
@media (min-width: 540px) {
  body .gpw__section.parkiet .buttons > div {
    width: 45%;
  }
}
body .gpw__section.parkiet .buttons > div .btn {
  width: 100%;
  border-radius: 15px;
}
@media (min-width: 960px) {
  body .gpw__section.how-to-invest .box__title {
    font-size: 1rem;
    margin-left: 5rem;
  }
}
@media (min-width: 120px) {
  body .gpw__section.how-to-invest .box h3 {
    text-align: center !important;
  }
}
@media (min-width: 1140px) {
  body .gpw__section.how-to-invest .box h3 {
    text-align: left !important;
  }
}
@media (min-width: 120px) {
  body .gpw__section.how-to-invest .box {
    margin-bottom: 25px;
  }
}
body .gpw__section.how-to-invest .box .content-invest {
  padding-top: 1rem;
}
@media (min-width: 960px) {
  body .gpw__section.how-to-invest .box .content-invest {
    padding-top: 0;
    padding-left: 5rem;
  }
}
body .gpw__section.how-to-invest .box ul {
  margin-top: 1rem;
  width: 90%;
}
@media (min-width: 960px) {
  body .gpw__section.how-to-invest .box ul {
    width: 100%;
  }
}
body .gpw__section.how-to-invest .box ul li {
  list-style: none;
  text-align: right;
  position: relative;
  font-size: 1.11rem;
}
body .gpw__section.how-to-invest .box ul li::after {
  content: "";
  position: absolute;
  width: 1.11rem;
  height: 1.11rem;
  border-radius: 50%;
  background-color: #C7AF41;
  transform: translateY(-50%);
  top: 50%;
  right: -2rem;
}
body .gpw__section.how-to-invest .box ul li.list-inverse {
  font-size: 1rem;
}
body .gpw__section.how-to-invest .box ul li.list-inverse::after {
  content: "";
  position: absolute;
  width: 1.11rem;
  height: 1.11rem;
  border-radius: 50%;
  background-color: #C7AF41;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
body .gpw__section.how-to-invest .how-to-invest-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 960px) {
  body .gpw__section.how-to-invest .how-to-invest-wrapper {
    flex-wrap: nowrap;
  }
}
@media (min-width: 720px) {
  body .gpw__section.how-to-invest .how-to-invest-wrapper {
    flex-wrap: nowrap;
  }
}
@media (min-width: 120px) {
  body .gpw__section.how-to-invest .how-to-invest-wrapper {
    flex-wrap: wrap;
  }
}
@media (min-width: 540px) {
  body .gpw__section.how-to-invest .how-to-invest-wrapper {
    flex-wrap: wrap;
  }
}
@media (min-width: 1140px) {
  body .gpw__section.how-to-invest .how-to-invest-wrapper {
    flex-wrap: nowrap;
  }
}
body .gpw__section.how-to-invest .how-to-invest-wrapper .row {
  width: 100%;
  margin: 15px 0;
}
body .gpw__section.how-to-invest .how-to-invest-wrapper .row ul li {
  padding: 0 0 0 23px;
  list-style: none;
  background: url("/img/check-1675dd3764db18fa7ec65d10e9890b81.svg") no-repeat left top 5px;
  margin-bottom: 15px;
}
body .gpw__section.prices .box {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  body .gpw__section.prices .box .box-image {
    max-height: 22.7rem;
    margin-top: -1rem;
  }
}
body .gpw__section.prices .box ul {
  margin-top: 0.7rem;
}
body .gpw__section.prices .box ul li {
  list-style: none;
}
@media (min-width: 960px) {
  body .gpw__section.prices .box ul li {
    font-size: 0.88rem;
  }
}
body .gpw__section.prices .box ul li span {
  color: #C7AF41;
}
body .gpw__section.prices .box__title--prices {
  min-width: 13.27rem;
  text-align: center;
}
@media (min-width: 120px) {
  body .gpw__section.additional-competition .box h3 {
    text-align: center !important;
  }
}
@media (min-width: 120px) {
  body .gpw__section.additional-competition .box {
    margin-bottom: 25px;
  }
}
body .gpw__section.additional-competition .box .text-headline {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
}
body .gpw__section.additional-competition .box .text-headline .btn {
  text-transform: none;
  width: 100%;
  border-radius: 15px;
  background-color: #3d3d3d;
}
body .gpw__section.additional-competition .box .text-headline .btn:hover {
  border-radius: 15px;
}
body .gpw__section.additional-competition .box .additional-competition__content {
  text-align: justify;
}
body .gpw__section.additional-competition .box .additional-competition__content p {
  text-align: justify;
}
@media (min-width: 960px) {
  body .gpw__section.additional-competition .box .additional-competition__content {
    font-size: 0.88rem;
    width: 485px;
    margin-left: auto;
  }
  body .gpw__section.additional-competition .box .additional-competition__content p {
    font-size: 0.88rem;
    text-align: justify;
  }
}
@media (min-width: 120px) {
  body .gpw__section.schedule .box h3 {
    text-align: center !important;
  }
}
@media (min-width: 120px) {
  body .gpw__section.schedule .box {
    margin-bottom: 25px;
  }
}
body .gpw__section.schedule .schedule-box {
  padding-left: 1rem;
  padding-top: 2rem;
}
body .gpw__section.schedule .schedule-item {
  display: grid;
  grid-template-columns: 0.5fr 1.75fr 3fr;
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 26px;
  margin-bottom: 16px;
  font-size: 0.94rem;
}
body .gpw__section.schedule .schedule-item__img {
  width: 1.88rem;
}
body .gpw__section.schedule .schedule-item__date {
  color: #C7AF41;
  font-weight: 700;
}
@media (min-width: 120px) {
  body .gpw__section.training .box h3 {
    text-align: center !important;
  }
}
@media (min-width: 120px) {
  body .gpw__section.training .box {
    margin-bottom: 25px;
  }
}
body .gpw__section.challange {
  height: auto;
  position: relative;
  padding-top: 0 !important;
  background: #fff;
  margin-top: 1rem;
}
@media (min-width: 960px) {
  body .gpw__section.challange {
    height: 130px;
    overflow: visible !important;
    background: #f7e8bb;
    padding-bottom: 0 !important;
    margin-top: 10.5rem;
    margin-bottom: 7rem;
  }
}
body .gpw__section.challange .challange-wrapper {
  box-shadow: 0px 8px 48px rgba(193, 168, 64, 0.2392156863);
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  margin: 0 auto;
  max-width: 650px;
  width: 100%;
}
@media (min-width: 960px) {
  body .gpw__section.challange .challange-wrapper {
    padding: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
  }
}
@media (min-width: 960px) and (min-width: 720px) {
  body .gpw__section.challange .challange-wrapper {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    padding: 25px;
  }
}
body .gpw__section.harmonogram {
  background: #fdfaef;
  padding-top: 50px !important;
}
@media (min-width: 960px) {
  body .gpw__section.harmonogram {
    padding-top: 150px !important;
  }
}
body .gpw__section.harmonogram .dates {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1140px) {
  body .gpw__section.harmonogram .dates {
    flex-wrap: nowrap;
  }
}
body .gpw__section.harmonogram .dates .date {
  text-align: center;
  width: 100%;
  padding: 0 10px;
  margin: 0 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 720px) {
  body .gpw__section.harmonogram .dates .date {
    max-width: 45%;
    margin: 0 0 15px;
  }
}
@media (min-width: 960px) {
  body .gpw__section.harmonogram .dates .date {
    max-width: 30%;
  }
}
body .gpw__section.harmonogram .dates .date b {
  font-size: 18px;
  font-family: "Open Sans", serif;
}
body .gpw__section.harmonogram .dates .date p {
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
}
@media (min-width: 120px) {
  body .gpw__section.materialy > .container > .row {
    margin: 0rem 0;
  }
  body .gpw__section.materialy > .container > .row > div:first-child {
    order: 2;
  }
  body .gpw__section.materialy > .container > .row > div:first-child .btn {
    float: right;
  }
  body .gpw__section.materialy > .container > .row > div:last-child {
    order: 1;
    margin-bottom: 2rem;
  }
}
@media (min-width: 960px) {
  body .gpw__section.materialy > .container > .row {
    margin: 5rem 0;
  }
  body .gpw__section.materialy > .container > .row > div:first-child {
    order: 1;
  }
  body .gpw__section.materialy > .container > .row > div:last-child {
    order: 2;
    margin-bottom: 0;
  }
}
body.gpw__home {
  background: #F7F2E7;
}
@media (min-width: 120px) {
  body.gpw__home .section__image1 {
    max-width: 150%;
    margin: 0% 0% -100% -25%;
  }
}
@media (min-width: 960px) {
  body.gpw__home .section__image1 {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    max-width: 60rem;
    z-index: -1;
    -webkit-transform: translate(0, -30%);
    -moz-transform: translate(0, -30%);
    -ms-transform: translate(0, -30%);
    -o-transform: translate(0, -30%);
    transform: translate(0, -30%);
  }
}
@media (min-width: 120px) {
  body.gpw__home .section__image2 {
    max-width: 200%;
    margin: -25% 0% -100% -25%;
  }
}
@media (min-width: 960px) {
  body.gpw__home .section__image2 {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    max-width: unset !important;
    -webkit-transform: translate(60%, -40%);
    -moz-transform: translate(60%, -40%);
    -ms-transform: translate(60%, -40%);
    -o-transform: translate(60%, -40%);
    transform: translate(60%, -40%);
    z-index: -1;
  }
}
@media (min-width: 120px) {
  body.gpw__home .section__image3 {
    max-height: 30rem;
    position: absolute;
    top: 50%;
    left: 2rem;
    transform: translate(-65%, -55%);
  }
}
@media (min-width: 960px) {
  body.gpw__home .section__image3 {
    position: absolute;
    top: 50%;
    max-height: 32rem;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-70%, -50%);
    -moz-transform: translate(-70%, -50%);
    -ms-transform: translate(-70%, -50%);
    -o-transform: translate(-70%, -50%);
    transform: translate(-70%, -50%);
  }
}
@media (min-width: 120px) {
  body.gpw__home .section__image4 {
    max-width: 100%;
  }
}
@media (min-width: 960px) {
  body.gpw__home .section__image4 {
    position: absolute;
    top: -8rem;
    left: -12.5rem;
    z-index: -1;
    max-width: unset !important;
  }
}
body.gpw__home .section__list {
  list-style-type: square;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
body.gpw__home .section__list li {
  padding: 0.25rem 0;
}
body.gpw__home .section__winners:not(.__games) .section__note {
  position: relative;
}
body.gpw__home .section__winners:not(.__games) .section__note > * {
  display: block;
}
body.gpw__home .section__winners:not(.__games) .section__note:not(:last-child):before {
  content: "";
  position: absolute;
  top: 50%;
  max-height: 5rem;
  height: 5rem;
  right: 0;
  width: 1px;
  background: #fff;
  background-color: #fff;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
body.gpw__home .section__winners.__games {
  padding: 1.5rem 0;
}
body.gpw__home .section__winners.__games .section__note {
  min-height: 100%;
  position: relative;
}
body.gpw__home .section__winners.__games .section__note > * {
  display: block;
}
body.gpw__home .section__winners.__games .section__note:not(:last-child):before {
  content: "";
  position: absolute;
  top: 35%;
  height: 1px;
  right: 0;
  width: 1rem;
  background: #fff;
  background-color: #fff;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
body.gpw__home .section__winners .section__note {
  text-align: center;
  padding: 0.75rem 0.25rem;
}
body.gpw__home .section__note {
  margin-bottom: 0.15rem;
}
body.gpw__home .section__note span {
  font-family: "Open Sans", serif;
  font-weight: 400;
  font-size: 2rem;
}
@media (max-width: 767px) {
  body.gpw__home .section__note span {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  body.gpw__home .section__note span {
    font-size: 1rem;
  }
}
body.gpw__home .section__note span.date-info {
  font-size: 1.25rem;
}
@media (max-width: 575px) {
  body.gpw__home .section__note span.date-info {
    font-size: 1rem;
  }
}
body.gpw__home .section__note p {
  font-family: "Open Sans", serif;
  font-weight: 400;
  font-size: 1.25rem;
}
@media (max-width: 575px) {
  body.gpw__home .section__note p {
    font-size: 1rem;
  }
}
body.gpw__home .section__note b {
  font-size: 2rem;
  font-family: "Open Sans", serif;
  font-weight: 900;
}
@media (max-width: 767px) {
  body.gpw__home .section__note b {
    font-size: 1.5rem;
  }
}
body.gpw__home .section__note b.date-info {
  font-size: 1.5rem;
  padding-bottom: 0.25rem;
}
body.gpw__home .section__note small {
  font-family: "Open Sans", serif;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 0.6rem;
  font-weight: 700;
  display: block;
}
body.gpw__home .section__note small + span {
  font-size: 1rem;
}
body.gpw__home .section__subnote {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.35rem;
}
@media (max-width: 767px) {
  body.gpw__home .section__subnote {
    font-size: 1rem;
  }
}
body.gpw__home .section__subnote b, body.gpw__home .section__subnote strong {
  font-weight: bold;
}
body.gpw__home .section__headline {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 2rem;
}
body.gpw__home .section__headline > small {
  font-size: 1.75rem;
  font-weight: 700;
}
body.gpw__home .section__subheadline {
  font-family: "Open Sans", sans-serif;
  margin: 0.5rem 0;
}
body.gpw__home .section__header-image {
  background-image: url(".");
}
body.gpw__home > .gpw__section:not(.gpw-toolbar) {
  overflow: hidden;
  position: relative;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .background__image {
  pointer-events: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: absolute;
  top: 65%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 1920px;
}
@media (min-width: 120px) {
  body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .background__image {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 10 ")";
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
  }
}
@media (min-width: 960px) {
  body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .background__image {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 75 ")";
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
  }
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .background__homepage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  width: 100%;
  display: none;
}
@media (min-width: 1140px) {
  body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .background__homepage {
    display: block;
  }
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .text {
  color: #fff !important;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .text:not(:last-child) {
  padding-bottom: 0.25rem;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .text.__headline, body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .text.__light, body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .text.__bold {
  font-weight: 900;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .section__winners {
  color: #fff;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .section__winners .section__note:not(:last-child):before {
  background: #fff;
  background-color: #fff;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .section__buttons {
  color: #fff;
  text-align: left;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .section__buttons .btn {
  color: #fff;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .section__buttons .btn:hover {
  color: #fff !important;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .section__note {
  color: #fff;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .section__subnote {
  color: #000;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .section__headline {
  color: #000;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .section__subheadline {
  color: #fff;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):not(:first-of-type) .section__winners {
  color: #000;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):not(:first-of-type) .section__winners .section__note:not(:last-child):before {
  background: #000;
  background-color: #000;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):not(:first-of-type) .section__buttons {
  color: #000;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):not(:first-of-type) .section__buttons .btn {
  color: #000;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):not(:first-of-type) .section__buttons .btn:hover {
  color: #000 !important;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):not(:first-of-type) .section__note {
  color: #000;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):not(:first-of-type) .section__subnote {
  color: #000;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):not(:first-of-type) .section__headline {
  color: #000;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):not(:first-of-type) .section__subheadline {
  color: #000;
}
body > .gpw__section:not(.gpw-toolbar):first-of-type {
  position: relative;
}
body > .gpw__section:not(.gpw-toolbar):first-of-type::before {
  font-family: "fontello";
  position: absolute;
  font-size: 50rem;
  bottom: -20rem;
  right: -5rem;
  color: #F7F2E7;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
  pointer-events: none;
}
body > .gpw__section:not(.gpw-toolbar):nth-child(odd) {
  z-index: 1;
}
body .container-fluid > .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.noscroll {
  overflow: hidden;
}

.gpw-toolbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

footer.gpw-toolbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 0.75rem;
}
footer.gpw-toolbar .container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid rgb(216.75, 216.75, 216.75);
}
footer.gpw-toolbar ul {
  list-style: none;
  margin-bottom: 0 !important;
}
footer.gpw-toolbar ul li {
  width: 100%;
  margin: 10px 0;
  font-size: 13px;
  text-align: center;
  padding: 0;
}
@media (min-width: 540px) {
  footer.gpw-toolbar ul li {
    width: auto;
    margin: 0 0.7rem 0 0;
  }
}
footer.gpw-toolbar ul li:not(.social-group) {
  position: relative;
}
@media (min-width: 540px) {
  footer.gpw-toolbar ul li:not(.social-group):after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    right: -0.5rem;
    background: rgb(229.5, 229.5, 229.5);
    background-color: rgb(229.5, 229.5, 229.5);
  }
}
footer.gpw-toolbar ul li a {
  color: #999999;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  padding: 0.25rem 0.25rem;
}
footer.gpw-toolbar ul li a:hover {
  color: #000;
}

.footer-container {
  background-color: #fff;
}

.partners-wrapper {
  padding-top: 0.88rem;
  padding-bottom: 1rem;
}
.partners-wrapper .partners {
  margin-top: 2rem;
}
@media (min-width: 960px) {
  .partners-wrapper .partners {
    margin-top: 0;
  }
}
.partners-wrapper .partners__title {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (min-width: 960px) {
  .partners-wrapper .partners__title {
    font-size: 0.61rem;
  }
}
@media (min-width: 960px) {
  .partners-wrapper .partners {
    max-width: 1060px;
    padding-inline: 100px;
  }
}
.partners-wrapper .logos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.partners-wrapper .logos__image-phantom {
  display: none;
}
@media (min-width: 120px) {
  .partners-wrapper .logos__image-phantom {
    display: block;
  }
}
.partners-wrapper .logos--gap-small {
  gap: 6px;
}
.partners-wrapper .logos--gap-medium {
  gap: 8px;
}
.partners-wrapper .logos--gap-large {
  gap: 16px;
}
.partners-wrapper .logos--justify-center {
  justify-content: center;
}
.partners-wrapper .logos.logos__main {
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.partners-wrapper .logos.logos__media {
  align-items: center;
}
.add-to-favorite:hover {
  font-weight: 900;
  color: #e7cd4d;
}
.add-to-favorite.loading {
  opacity: 0.4;
  pointer-events: none;
}

.dot {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  background: #717070;
  border-radius: 50%;
}
.dot + * {
  display: inline-block;
  vertical-align: middle;
}
.dot--color-0 {
  background: #ffa612;
}
.dot--color-1 {
  background: #fa6544;
}
.dot--color-2 {
  background: #673ab7;
}
.dot--color-3 {
  background: #003366;
}
.dot--color-4 {
  background: #cc0000;
}
.dot--color-5 {
  background: #e7cd4d;
}
.dot--color-6 {
  background: #ffc107;
}
.dot--color-7 {
  background: #0099CC;
}
.dot--color-8 {
  background: #FFC0CB;
}

.wallet-table {
  border-spacing: 15px 5px;
  border-collapse: separate;
  font-size: 15px;
}
.wallet-table__sep {
  font-size: 2px;
}
.wallet-table tbody tr td {
  white-space: nowrap;
}
.wallet-table tbody tr td:nth-of-type(1), .wallet-table tbody tr td:nth-of-type(1) span {
  color: #717070;
}
.wallet-table tbody tr td:nth-of-type(2), .wallet-table tbody tr td:nth-of-type(2) span {
  font-weight: bold;
  text-align: right;
}

.wallet-chart {
  position: relative;
}
.wallet-chart__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: -1;
}
.wallet-chart__title span {
  font-weight: bold;
  font-size: 18px;
}
.wallet-chart__title small {
  text-transform: uppercase;
  font-size: 12px;
  color: #717070;
}
.wallet-chart__other-position {
  max-height: 0;
  box-sizing: border-box;
  overflow: hidden;
  transition: max-height 0.3s, padding 0.3s;
}
.wallet-chart__other-position.table-row {
  max-height: 1000px;
  transition: max-height 0.6s, padding 0.6s;
}
.wallet-chart__other-position table tbody tr > td {
  font-size: 12px;
}
.wallet-chart__other-position table tbody tr > td:first-child {
  padding-left: 0.5rem;
}
.wallet-chart__other-position-button {
  cursor: pointer;
}
.wallet-chart__other-position-button > i.fas {
  margin-left: 0.3rem;
}
.wallet-chart-label__first-line {
  align-items: center;
  font-size: 0.8rem;
}
.wallet-chart-label__first-line > span {
  display: inline-block;
  margin-right: 0.3rem;
  width: 0.7rem;
  height: 0.7rem;
  border: 0.05rem solid #fff;
}
.wallet-chart-label__other-line {
  font-size: 0.7rem;
  margin-left: 1rem;
}

.pagination {
  font-size: 12px;
  margin-top: 16px;
}

.page-menu > a {
  margin: 0 5px 0 0;
}

.tooltip[role=tooltip] {
  max-width: 80vw;
}

.gpw-steps .step {
  position: relative;
  padding: 0 0.5rem;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.gpw-steps .step.active .number {
  background-color: #191919;
}
.gpw-steps .step:before,
.gpw-steps .step:after {
  position: absolute;
  top: 25px;
  content: "";
  width: 50px;
  height: 1px;
  background: #191919;
}
.gpw-steps .step:first-child:before,
.gpw-steps .step:last-child:after {
  display: none;
}
.gpw-steps .step:before {
  left: 0;
}
.gpw-steps .step:after {
  right: 0;
}
.gpw-steps .step .number {
  font-size: 0.85rem;
  font-weight: 900;
  font-family: "Open Sans", serif;
  display: inline-flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  background-color: rgba(25, 25, 25, 0.4);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.gpw-steps .step .title {
  font-family: "PT Sans", sans-serif;
  font-weight: 300;
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
  .gpw-steps {
    flex-flow: row wrap;
  }
  .gpw-steps .step {
    display: none;
  }
  .gpw-steps .step.active {
    display: block;
  }
  .gpw-steps .step:first-child:before, .gpw-steps .step:last-child:after {
    display: block !important;
  }
}

.gpw-form-required {
  color: red;
}

.gpw-form-validated input.no,
.gpw-form-validated select.no {
  border-color: #ce0e0e;
}
.gpw-form-validated input.no ~ .invalid-feedback,
.gpw-form-validated select.no ~ .invalid-feedback {
  display: block;
}
.gpw-form-validated input.ok,
.gpw-form-validated select.ok {
  border-color: #96eb6a;
}

.form-group label {
  font-size: 14px;
  line-height: 22px;
  font-family: "PT Sans", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  vertical-align: top;
}
.form-group label.error {
  color: #ce0e0e;
}

input, select {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  border-radius: 0px !important;
}
input:hover, input:focus, select:hover, select:focus {
  outline: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

body[class^=gpw__] .form-control {
  color: #000;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #BBB !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #BBB !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #BBB !important;
}

.form-control.error, .form-check-input.error {
  border-color: #ce0e0e;
}
.form-control.valid, .form-check-input.valid {
  border-color: #96eb6a;
}
.form-control ~ label.error, .form-check-input ~ label.error {
  color: #ce0e0e;
  margin: 5px 0 0 0;
}

.form-check {
  display: flex !important;
  align-items: flex-start;
  flex-flow: row wrap;
}
.form-check .form-check-label {
  margin-left: 0.5rem;
}
.form-check label.error {
  width: 100%;
  order: 2;
  padding-left: 0.5rem;
}
.form-check input:required ~ .form-check-label {
  position: relative;
}
.form-check input:required ~ .form-check-label:first-letter {
  padding-left: 10px;
}
.form-check input:required ~ .form-check-label:before {
  position: absolute;
  content: "*";
  left: 0;
  top: 0;
  color: #ce0e0e;
}

.form-text-resend-code-sms {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}

select.loading,
input.loading {
  opacity: 0.4;
  cursor: no-drop;
}

.gpw-toolbar {
  background: transparent;
  background-color: transparent;
}

.gpw__icons {
  padding: 2.5rem 0 !important;
}
.gpw__icons div.text-center {
  margin: 2rem 0;
}

.gpw-description {
  font-family: "Nunito Sans";
  font-weight: 300;
}

.gpw-bg.__light {
  background: #eee;
}

.singleMessage {
  border-bottom: 1px solid #f3f4f5;
}
.singleMessage .date {
  color: #717070;
  font-size: 0.75rem;
}
.singleMessage a {
  color: #000;
}

.color-gold {
  color: #C7AF41 !important;
}

.newsBox {
  padding: 30px 15px 15px;
  border-bottom: 2px solid #C7AF41;
}
.newsBox__title {
  color: #C7AF41;
  font-weight: 700;
  font-size: 22px;
}
.newsBox__content {
  color: #000;
  font-size: 16px;
}
.newsBox__date, .newsBox__update {
  color: #333;
  font-weight: 400;
  font-size: 12px;
}

.text.__headline, .text.__light, .text.__bold {
  font-weight: 900;
}
.text.__bold {
  font-weight: 900;
}
.text.__light {
  font-weight: 300;
}
.text.__h2 {
  font-family: "Open Sans", serif;
  font-weight: 600;
}
.text.__title {
  font-weight: 400;
}
.text.__body {
  font-family: "PT Sans", sans-serif;
}
.text.__note {
  font-family: "PT Sans", sans-serif;
}
.text.__small {
  font-size: 0.7rem;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
}
.text.__list, .text.__list ul {
  padding-left: 1rem;
}
.text.__green {
  color: #e7cd4d;
}

.gpw-headline.__h1 {
  font-size: 60px;
  line-height: 68px;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
}
.gpw-headline.__default, .gpw-headline.gpw-btn.__error {
  font-family: "PT Sans", sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 900;
}
.gpw-headline.__light {
  color: #f3f4f5;
  font-size: 20px;
}

.gpw-sub.__h1 {
  font-size: 16px;
  line-height: 24px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
}

/**
* Nav information
*/
.gpw-nav-info .__title {
  color: #191919;
  font-size: 14px;
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.gpw-nav-info .__description {
  color: #000;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

body[class^=gpw__] h1 {
  font-size: 3rem;
}
body[class^=gpw__] h2 {
  font-size: 2.65rem;
}
body[class^=gpw__] h3 {
  font-size: 2.3rem;
}
body[class^=gpw__] h4 {
  font-size: 1.95rem;
}
body[class^=gpw__] h5 {
  font-size: 1.6rem;
}
body[class^=gpw__] h6 {
  font-size: 1.25rem;
}

.gpw-btn.__default, .gpw-btn.__error {
  background: #191919;
  color: #fff;
}
.gpw-btn.__error {
  background: #ce0e0e;
}

.btn__group > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.btn__group > *:not(:last-child) {
  margin-right: 0.5rem;
}

body[class^=gpw__] .btn {
  min-width: 10rem;
  font-size: 0.85rem;
  font-family: "Open Sans", serif;
  font-weight: 600;
  padding: 0.5rem 0.5rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: #C7AF41;
  color: #fff;
  position: relative;
  z-index: 1;
}
body[class^=gpw__] .btn::before {
  content: "";
  position: absolute;
  width: 0;
  left: 50%;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  background: #191919;
  background-color: #191919;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 25 ")";
  filter: alpha(opacity=25);
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  opacity: 0.25;
  z-index: -1;
}
body[class^=gpw__] .btn:hover, body[class^=gpw__] .btn:focus, body[class^=gpw__] .btn.active {
  border-color: #fff;
  color: white;
  background: #C7AF41;
  outline: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
body[class^=gpw__] .btn:hover::before, body[class^=gpw__] .btn:focus::before, body[class^=gpw__] .btn.active::before {
  width: 100%;
}
body[class^=gpw__] .btn.__error {
  background: #ce0e0e;
  border-color: #ce0e0e;
  color: white;
}
body[class^=gpw__] .btn.__error:hover {
  background: rgb(241.4136363636, 55.0863636364, 55.0863636364);
}
body[class^=gpw__] .btn.__white {
  border-color: transparent;
}
body[class^=gpw__] .btn.__white::before {
  background: rgb(105.4268292683, 92.1097560976, 31.0731707317);
  background-color: rgb(105.4268292683, 92.1097560976, 31.0731707317);
}
body[class^=gpw__] .btn.__white:hover, body[class^=gpw__] .btn.__white:focus {
  border-color: rgb(6.9512195122, 6.0731707317, 2.0487804878);
  color: white;
}
body[class^=gpw__] .btn.__white.__border {
  border-radius: 15px;
}
body[class^=gpw__] .btn.__white.__border:hover, body[class^=gpw__] .btn.__white.__border:focus {
  border-color: rgb(229.5, 229.5, 229.5);
}
body[class^=gpw__] .btn.__white.__border::before {
  background: #C7AF41 !important;
  background-color: #C7AF41 !important;
}
body[class^=gpw__] .btn.yellow {
  border-color: transparent;
}
body[class^=gpw__] .btn.yellow::before {
  background: rgb(191.25, 191.25, 191.25);
  background-color: rgb(191.25, 191.25, 191.25);
}
body[class^=gpw__] .btn.yellow:hover, body[class^=gpw__] .btn.yellow:focus {
  border-color: black;
  color: black;
}
body[class^=gpw__] .btn.yellow.__border {
  border-color: #e7cd4d;
}
body[class^=gpw__] .btn.yellow.__border:hover, body[class^=gpw__] .btn.yellow.__border:focus {
  border-color: rgb(224.9405940594, 192.3762376238, 32.0594059406);
}
body[class^=gpw__] .btn.yellow.__border::before {
  background: #e7cd4d !important;
  background-color: #e7cd4d !important;
}
body[class^=gpw__] .btn.__link-primary {
  color: #509fef;
}
body[class^=gpw__] .btn.__big {
  font-size: 1rem;
  letter-spacing: 1px;
  padding: 0.75rem 2rem;
}
body[class^=gpw__] .btn.__small {
  font-size: 0.6rem;
  min-width: 6rem;
}
body[class^=gpw__] .btn.__fluid {
  min-width: 100%;
}
body[class^=gpw__] .btn.__blue {
  background: #191919;
  color: white;
}
body[class^=gpw__] .btn.__blue:hover {
  color: black;
  background: transparent;
}
body[class^=gpw__] .btn.__square {
  min-width: 0;
  padding: 0.5rem 0.7rem;
}
body[class^=gpw__] .btn.__find-out-more {
  font-size: 0.6rem;
  margin-bottom: 0 !important;
  background-color: #C7AF41 !important;
  border-radius: 15px !important;
  padding: 0.5rem 0 !important;
}
body[class^=gpw__] .btn.__challenge {
  font-size: 1rem;
  padding: 0.33rem 1.77rem;
}
@media (min-width: 960px) {
  body[class^=gpw__] .btn.__challenge {
    font-size: 0.61rem;
  }
}
body[class^=gpw__] .btn.__mid {
  font-size: 0.77rem;
  padding: 0.55rem 4rem;
  font-weight: 700;
}
body[class^=gpw__] .btn.__send_esey {
  font-size: 1rem;
  background-color: #ffe456 !important;
  padding: 0.5rem 0 !important;
}
body[class^=gpw__] .btn.__send_esey:hover {
  border-radius: 15px;
  background-color: red;
}

.gpw-ranking {
  border-left: 1px solid #f3f4f5;
}
.gpw-ranking .__rank {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background: #f3f4f5;
  border-radius: 50%;
  width: 250px;
  height: 250px;
}
.gpw-ranking .__rank .__position {
  font-size: 24px;
  line-height: 32px;
  font-family: "PT Sans", sans-serif;
}
.gpw-ranking .__rank .__shift {
  font-size: 14px;
  line-height: 22px;
  font-family: "PT Sans", sans-serif;
}
.gpw-ranking .__rank .__difference {
  font-size: 14px;
  line-height: 22px;
  font-family: "PT Sans", sans-serif;
  padding: 0 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}

.summary-rank {
  display: flex;
  align-items: center;
}
.summary-rank__wrap {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.summary-rank__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background: #f3f4f5;
  border-radius: 50%;
  min-width: 150px;
  width: 150px;
  min-height: 150px;
  height: 150px;
  position: relative;
}
.summary-rank__circle span {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.summary-rank__circle i {
  font-size: 50px;
  color: #717070;
}
.summary-rank__circle + div {
  padding: 0 0 0 15px;
  font-size: 14px;
}
.summary-rank ul {
  list-style-position: inside;
  font-size: 14px;
  margin: 0;
}
.summary-rank ul li {
  padding: 2px 0 2px 10px;
}

table.dataTable.no-footer,
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none !important;
}

.load-default-table {
  overflow: auto;
}
.load-default-table.load {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 100px;
}
.load-default-table.load:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #fff;
}
.load-default-table.load:after {
  position: absolute;
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid rgb(50.5, 50.5, 50.5);
  border-color: rgb(50.5, 50.5, 50.5) transparent rgb(50.5, 50.5, 50.5) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  z-index: 10;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

table.dataTable thead tr th {
  font: bold 12px/1.4 "PT Sans", sans-serif;
  background-color: #EEE;
  padding: 20px 15px;
  border-bottom: none;
}
table.dataTable tbody tr,
table.dataTable tbody tr.odd {
  background-color: transparent !important;
  border-bottom: 2px solid #f2f2f2;
  font-size: 12px;
  line-height: 20px;
  font-family: "PT Sans", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  padding: 15px 15px;
}
table.dataTable tbody tr td,
table.dataTable tbody tr.odd td {
  background-color: transparent !important;
  font-size: 12px;
  line-height: 20px;
  font-family: "Lato", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  padding: 15px 15px;
}
table.dataTable tbody tr.group,
table.dataTable tbody tr.odd.group {
  background-color: #f2f2f2 !important;
  font: bold 10px/1.2 "PT Sans", sans-serif;
  text-transform: uppercase;
  color: #717070;
}
table.dataTable.collapsed tbody tr td.table-instrument__title {
  padding-left: inherit !important;
}
table.dataTable.collapsed tbody tr td:before {
  display: none !important;
}
table.dataTable.collapsed tbody tr.group td:first-child:before {
  display: none;
}

table#gpw-table-expand tbody tr ul li[data-dtr-index="12"] {
  display: none !important;
}

body table.dataTable.gpw-table-expand-no-sort-schema thead tr th,
body table.dataTable.gpw-table-expand-default-schema thead tr th,
body table.dataTable.gpw-table-expand-default-schema-no-sort-7 thead tr th {
  background-position: center left;
  padding: 15px 5px 15px 18px;
}

.dataTables_wrapper > .dataTables_wrapper {
  max-height: unset !important;
  height: auto !important;
}

.gpw-table {
  width: 100%;
  margin: 26px 0;
  border-spacing: 0;
  border-collapse: separate;
}
.gpw-table p {
  font-size: 12px;
  line-height: 20px;
}
.gpw-table td:not([colspan="12"]) {
  border-bottom: 2px solid #DDD;
}
.gpw-table thead tr th {
  font: bold 12px/1.4 "PT Sans", sans-serif;
  background-color: #EEE;
  padding: 20px 15px;
}
.gpw-table tbody tr:not(.table-primary) td:not([colspan="12"]) {
  border-bottom: 2px solid #f2f2f2;
  font-size: 12px;
  line-height: 20px;
  font-family: "PT Sans", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  padding: 15px 15px;
}
.gpw-table tbody tr.table-primary, .gpw-table tbody tr.table-primary > td, .gpw-table tbody tr.table-primary > th {
  background-color: #455C7F;
}
.gpw-table__more {
  text-align: right;
  padding: 15px;
}
.gpw-table__title {
  background: #f2f2f2;
  font: bold 10px/1.2 "PT Sans", sans-serif;
  text-transform: uppercase;
  color: #717070;
}
.gpw-table__title td {
  text-align: left;
  padding: 15px;
}

.table-instrument__title {
  text-align: left;
  white-space: nowrap;
  font-weight: bold;
}
.table-instrument__status--ZLOZONA {
  color: #0099CC;
}
.table-instrument__status--W_TRAKCIE {
  color: #007bff;
}
.table-instrument__status--ZREALIZOWANA {
  color: #009934;
}
.table-instrument__status--ANULOWANA {
  color: #CC0000;
}
.table-instrument__status--OCZEKUJE {
  color: #ffc107;
}

.table-sort {
  white-space: nowrap;
  cursor: pointer;
}
.table-sort__title {
  display: inline-block;
  vertical-align: middle;
}
.table-sort__icon {
  width: 10px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 0 0 5px;
}
.table-sort__icon:before, .table-sort__icon:after {
  border: 5px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: 0;
  top: 50%;
  position: absolute;
  width: 0;
}
.table-sort__icon:before {
  border-bottom-color: #333;
  margin-top: -11px;
}
.table-sort__icon:after {
  border-top-color: #333;
  margin-top: 1px;
}
.table-sort[data-value=ASC] .table-sort__icon:before {
  border-bottom-color: #BBB;
}
.table-sort[data-value=DESC] .table-sort__icon:after {
  border-top-color: #BBB;
}

table.table-standings {
  min-height: 500px;
}

.gpw-card {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin: 24px 0;
}
.gpw-card .__content {
  display: inline-flex;
  flex: 1;
}
.gpw-card .__icon, .gpw-card .__icon.small {
  display: flex;
  flex-flow: column;
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.gpw-card .__icon p, .gpw-card .__icon.small p {
  font-size: 12px;
}
.gpw-card .__icon i, .gpw-card .__icon.small i {
  font-size: 42px;
}
.gpw-card .__icon.small {
  width: 65px;
  height: 65px;
}
.gpw-card .__icon.small p {
  display: none;
}
.gpw-card .__icon.small i {
  font-size: 24px;
}
.gpw-card .__icon .revert {
  flex-flow: column-reverse;
}

/**
Timetable
 */
.gpw-timetable {
  padding: 20px 100px 45px 100px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.gpw-timetable .__point {
  display: flex;
  flex: 1;
  position: relative;
}
.gpw-timetable .__point:last-child {
  text-align: right;
  flex: 0;
}
.gpw-timetable .__point:last-child .__content {
  position: absolute;
}
.gpw-timetable .__point .__content {
  width: 150px;
  display: inline-block;
  text-align: center;
  margin-left: -75px;
}
.gpw-timetable .__point .__content p, .gpw-timetable .__point .__content b {
  padding: 0;
  margin: 0;
}
.gpw-timetable .__point:after {
  position: absolute;
  width: 100%;
  height: 10px;
  border: 1px solid #191919;
  content: "";
  top: 70px;
}
.gpw-timetable .__point:before {
  position: absolute;
  width: 25px;
  height: 25px;
  background: #191919;
  content: "";
  border-radius: 50%;
  left: -12.5px;
  top: 62.5px;
  z-index: 1;
}
.gpw-timetable .__point .percent {
  height: 10px;
  position: absolute;
  left: 0;
  top: 70px;
  background: #191919;
}

.register-container {
  background: #F7F2E7;
  background-color: #F7F2E7;
}
.register-container .create-user-radio-label {
  line-height: initial;
}
.register-container .create-user-radio-label::after {
  top: 2px !important;
}
.register-container .create-user-radio-label::before {
  top: 2px !important;
}

.gpw__text {
  font-size: 16px;
}
.gpw__text p {
  font-size: 16px;
}
.gpw__text ul {
  list-style-position: outside;
  padding: 0 0 0 20px;
}
.gpw__text ul ul {
  padding: 0 0 0 20px;
}

.date-range {
  padding: 15px 0 0 0;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: flex-end;
}
.date-range__element {
  margin: 0 10px 0 0;
  width: 100%;
  max-width: 140px;
  margin-bottom: 0.5rem;
}
.date-range__title {
  font-size: 12px;
  color: #555;
  font-weight: bold;
  display: block;
  margin: 0 0 5px 0;
}
.date-range__value {
  position: relative;
  border: 2px solid #EEE;
  box-sizing: border-box;
  width: 100%;
}
.date-range__value > input {
  border: 0;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 10px;
  max-width: 100%;
  width: 100%;
  display: block;
}
.date-range__icon {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #717070;
  pointer-events: none;
  font-size: 16px;
}
.date-range__submit {
  font-weight: bold;
  font-size: 13px;
  padding: 3px 10px;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid #191919;
  box-sizing: border-box;
  background: transparent;
  color: black;
  margin: 0 5px 0.5rem 0;
}
.date-range__submit:hover {
  background: #191919;
  color: #fff;
}
.date-range__clear {
  font-weight: bold;
  font-size: 13px;
  padding: 3px 10px;
  margin: 0 5px 0.5rem 0;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid #717070;
  box-sizing: border-box;
  background: transparent;
  color: black;
  white-space: nowrap;
}
.date-range__clear:hover {
  background: #717070;
  color: #fff;
}

.table-select {
  display: inline-block;
  text-align: left;
}
.table-select select {
  opacity: 0;
}
.table-select__label {
  display: block;
}
.table-select .select2 {
  min-width: 100px;
  outline: none;
}
.table-select .select2:focus, .table-select .select2 * {
  outline: none;
}
.table-select[data-field=instrument] .select2 {
  min-width: 120px;
}
.table-select .select2-container--default .select2-selection--single {
  background: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.table-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 20px 0 0;
  color: #717070;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
}
.table-select .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #717070;
}
.table-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: black transparent transparent transparent;
}
.table-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent black transparent;
}
.table-select .select2-container--default .select2-selection--single .select2-selection__clear {
  width: 9px;
  height: 26px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: black;
}

.table-simple-select {
  position: relative;
  border: 2px solid #EEE;
  box-sizing: border-box;
  width: 100%;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 10px;
  max-width: 100%;
  background-color: #fff;
  display: block;
  height: 30px;
}

.select2-results__option {
  font-size: 12px;
  padding: 6px 10px;
}

.select2-container--open .select2-dropdown {
  border: 1px solid #CCC !important;
  border-radius: 0 !important;
  padding: 5px;
}

.table-fixed {
  margin: 26px 0;
  overflow-x: auto !important;
}
.table-fixed .gpw-table {
  margin: 0;
}

.tv-chart iframe, .tv_chart_container iframe {
  max-height: 480px;
}

.nav-item {
  margin: 0 5px 0 0;
}
.nav-item:last-of-type {
  margin: 0;
}

.highlight {
  background: #F7F2E7;
  background-color: #F7F2E7;
}

body[class^=gpw__] .tooltip-inner {
  background: #FFF;
  color: #000;
  border: 1px solid #DDD;
  text-align: left;
  font-size: 14px;
  padding: 7px 10px;
  max-width: 400px;
}
body[class^=gpw__] .bs-tooltip-auto[x-placement^=top] .arrow::before, body[class^=gpw__] .bs-tooltip-top .arrow::before {
  border-top-color: #DDD;
}
body[class^=gpw__] .tooltip.show {
  opacity: 1;
}

.timeline {
  margin: 2rem 0;
  display: flex;
  flex-flow: row;
}
.timeline__item {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  margin: 10px;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  min-width: 100px;
}
.timeline__item:after {
  content: "";
  width: calc(100% - 25px);
  height: 2px;
  background: #DDD;
  position: absolute;
  top: 12.5px;
  left: 35px;
  display: block;
}
.timeline__item:last-of-type:after {
  display: none;
}
.timeline__circle {
  width: 25px;
  height: 25px;
  border: 2px solid #DDD;
  background: #FFF;
  border-radius: 50%;
  margin: 0 0 10px 0;
  box-sizing: border-box;
}
.timeline__item--active .timeline__circle {
  border-color: #191919;
  background: #191919;
}
.timeline__item--active-line:after {
  background: #191919;
}
.timeline__date {
  color: #777;
  font-weight: normal;
  font-size: 12px;
  margin: 0 0 10px 0;
}
.timeline__title {
  font-weight: bold;
  font-size: 15px;
}

.gpw-list {
  border: 1px solid #191919;
  border-radius: 5px;
  list-style: none;
  text-align: center;
}
.gpw-list__item {
  padding: 0.75rem 1.25rem;
  position: relative;
}
.gpw-list__item:after {
  content: "";
  width: calc(100% - 2.5rem);
  height: 1px;
  background: #191919;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 1.25rem;
}
.gpw-list__item:last-of-type:after {
  display: none;
}

.gpw-multiselect {
  margin: 0.5rem 0;
  display: flex;
}
.gpw-multiselect.load {
  max-height: 35px;
  opacity: 0;
}
.gpw-multiselect > button {
  margin-left: 0.5rem;
}
.gpw-multiselect .select2-container {
  min-width: 200px;
}
.gpw-multiselect .select2-container--default .select2-selection--multiple {
  border: 2px solid #DDD;
  border-radius: 0;
  font-size: 0.7rem;
  padding: 0.5rem;
}
.gpw-multiselect .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 2px solid #DDD;
}
.gpw-multiselect .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 0;
  border-radius: 0;
  padding: 3px 5px 3px 14px;
  font-size: 0.6rem;
  font-weight: bold;
  position: relative;
  margin: 0 5px 0 0;
}
.gpw-multiselect .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.gpw-multiselect .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex;
}
.gpw-multiselect .select2-container .select2-search--inline .select2-search__field {
  margin-top: 3px;
}

/*live ranking*/
.form-picker .select2-selection {
  border-radius: 0;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
}
.form-picker .select2-selection__arrow {
  height: calc(1.5em + 0.75rem + 2px) !important;
}

.gpw-pagination .page-item .page-link {
  color: #000;
  background-color: #fff;
}

.pagination .page-item.active .page-link {
  background: #191919;
  background-color: #191919;
  border-color: #191919;
  color: #fff;
}
.pagination .page-item .page-link {
  color: #191919;
}
.pagination .page-item .page-link:hover {
  background: #191919;
  background-color: #191919;
  color: #fff;
  border-color: #191919;
  cursor: pointer;
}
.pagination .page-item .page-link:focus {
  box-shadow: none;
}

.box-size.mini, body > .mini.gpw__section:not(.gpw-toolbar) {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.default-slider {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.default-slider .__item {
  background-color: #fff;
  padding: 16px;
  margin: 5px;
  flex: 1 0 calc(25% - 10px);
}
@media (max-width: 767px) {
  .default-slider .__item {
    flex: 1 0 calc(49% - 10px);
  }
}
.default-slider .__title {
  font-size: 12px;
  font-weight: bold;
  color: #aaa;
  display: block;
  margin: 0 0 9px 0;
}

.carousel-with-title {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.carousel-with-title .item {
  background-color: #fff;
  padding: 16px;
  margin: 0 5px;
  flex: 1 0 calc(20% - 10px);
}
@media (max-width: 767px) {
  .carousel-with-title .item {
    flex: 1 0 calc(49% - 10px);
  }
}
.carousel-with-title .__title {
  font-size: 12px;
  font-weight: bold;
  color: #aaa;
  display: block;
  margin: 0 0 9px 0;
  text-align: center;
}

.gpw-cookie-popup {
  position: fixed;
  bottom: -100%;
  background: #f0d277;
  width: 70%;
  left: 0%;
  padding: 1rem 1.5rem;
  color: #000;
  box-shadow: 0px 8px 48px rgba(103, 88, 25, 0.3215686275);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  z-index: 2;
  border-radius: 4px;
  font-size: 14px;
}
@media (min-width: 960px) {
  .gpw-cookie-popup {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 960px) {
  .gpw-cookie-popup {
    left: 12.5%;
  }
}
.gpw-cookie-popup a {
  color: #000;
  text-decoration: underline;
}
.gpw-cookie-popup a:hover {
  color: #191919;
}
.gpw-cookie-popup__head {
  font-family: "Open Sans", serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.73rem;
}
.gpw-cookie-popup__body {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
}
@media (min-width: 540px) {
  .gpw-cookie-popup__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.gpw-cookie-popup.open {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  bottom: 1rem;
}
.gpw-cookie-popup .button {
  color: #fff;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  font-family: "Open Sans", serif;
  font-weight: 900;
  background: #000000;
  border-radius: 12px;
  color: #e7cd4d;
  text-decoration: underline;
}
@media (min-width: 540px) {
  .gpw-cookie-popup .button {
    margin-left: 1.5rem;
  }
}
.gpw-cookie-popup .button:hover {
  color: #C7AF41;
}

.social-group {
  text-align: center;
  padding: 15px 0;
}
@media (min-width: 720px) {
  .social-group {
    text-align: left;
    padding: 15px 0;
  }
}
.social-group .singleSocial {
  width: 38px;
  height: 38px;
  display: inline-block;
  margin: 0 5px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.25s;
}
.social-group .singleSocial.fb {
  background-image: url("/img/fb-7a96138ebde8ef6cc5f299e313182efd.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.social-group .singleSocial.tw {
  background-image: url("/img/twitter-162a4caf784d2c33eb98dac7f97e4fa3.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.social-group .singleSocial.yb {
  background-image: url("/img/youtube-5eefed8de3ab064b1fb41519ba560e78.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.social-group .singleSocial:hover {
  filter: opacity(0.5);
  -webkit-filter: opacity(0.5);
}

.img-kisgh {
  max-width: 102px !important;
}

@media (min-width: 960px) {
  .facts {
    max-width: 32.88rem;
    margin-top: -1.25rem;
  }
}
.facts__title {
  font-size: 1.11rem;
  font-weight: 700;
  text-align: center;
}
.facts__desc {
  font-size: 1rem;
  word-break: break-word;
  border: 1px solid #C7AF41;
}
@media (min-width: 960px) {
  .facts__desc {
    font-size: 0.72rem;
  }
}

@media (min-width: 960px) {
  .day-quote {
    max-width: 28.11rem;
    margin-left: 1rem;
  }
}
.day-quote__title {
  font-size: 0.88rem;
  font-weight: 700;
  text-align: center;
}
.day-quote__container {
  border: 1px solid #C7AF41;
}
.day-quote__desc {
  padding-inline: 0.75rem;
  font-size: 0.72rem;
  text-align: center;
  word-break: break-word;
}
@media (min-width: 960px) {
  .day-quote__desc {
    padding-inline: 3rem;
  }
}
.day-quote__author {
  font-size: 0.61rem;
  text-align: right;
  padding-right: 1rem;
}

.section-1-img {
  transform: scale(1.3);
}

.section-2-img {
  transform: scale(1.2);
}

.section-3-img {
  transform: scale(1.1);
  padding-bottom: 10px;
}

.section-4-img {
  transform: scale(1.2);
}

.section-5-img {
  transform: scale(1.2);
}

.gpw-navs .__link {
  font-size: 1.25rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  font-family: "PT Sans", sans-serif;
  margin: 0.75rem 1.25rem;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
}
.gpw-navs .__link.__icon {
  padding: 0.5rem 0.25rem;
}
.gpw-navs .__link.__icon i {
  font-size: 1.5rem;
}
.gpw-navs .__link:not(.__icon)::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0px;
  height: 2px;
  background: #e7cd4d;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.gpw-navs .__link:hover, .gpw-navs .__link.active {
  text-decoration: none;
}
.gpw-navs .__link:hover:not(.__icon), .gpw-navs .__link.active:not(.__icon) {
  color: #191919;
}
.gpw-navs .__link:hover:not(.__icon):before, .gpw-navs .__link.active:not(.__icon):before {
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.gpw-navs .__link:hover.__icon, .gpw-navs .__link.active.__icon {
  color: #191919;
}
.gpw-navs .__link:first-child {
  margin-left: 0px;
}
.gpw-navs .__link:last-child {
  margin-right: 0px;
}
.gpw-navs .__link button[type=submit] {
  text-transform: uppercase;
  font-weight: bold;
  background: transparent;
  outline: none;
}
.gpw-navs .mobile-button {
  display: none;
}
@media (max-width: 768px) {
  .gpw-navs .mobile-button {
    display: block;
  }
}
.gpw-navs .mobile-nav {
  display: none;
}
@media (max-width: 768px) {
  .gpw-navs .mobile-nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .gpw-navs .mobile-nav .btn-group {
    width: 100%;
  }
  .gpw-navs .mobile-nav .btn-group .btn.__primary {
    position: absolute;
    display: inline-flex;
    flex: 0;
    width: 45px;
    height: 45px;
    right: 16px;
    top: -49px;
  }
  .gpw-navs .mobile-nav .dropdown-menu {
    width: calc(100% + 5px);
    border: none;
    left: 4px;
    top: 16px !important;
  }
  .gpw-navs .mobile-nav .dropdown-menu .__link {
    display: block;
    width: 100%;
  }
}

.nav.nav-tabs {
  flex-direction: row;
  flex-wrap: nowrap;
}

.gpw-logo {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 960px) {
  .gpw-logo {
    margin-top: -0.85rem;
  }
}
.gpw-logo a {
  display: block;
}
.gpw-logo a img {
  max-height: 25px;
  image-rendering: smooth;
  object-fit: contain;
  margin-bottom: 0.2rem;
}
@media (min-width: 540px) {
  .gpw-logo a img {
    max-height: 35px;
    padding-right: 15px;
    width: 100%;
  }
}
@media (min-width: 960px) {
  .gpw-logo a img {
    max-height: 30px;
    width: 100%;
    margin-bottom: 0;
    padding-right: 10px;
  }
}
@media (min-width: 1140px) {
  .gpw-logo a img {
    max-height: 30px;
    padding-right: 10px;
    width: 100%;
  }
}
.gpw-logo--template {
  grid-template-columns: repeat(3, 0.2fr);
}
.gpw-logo > div {
  position: relative;
}
.gpw-logo > div > img {
  width: 40%;
}
.gpw-logo > div > img:not(:last-of-type) {
  margin-right: 8%;
}

.gpw-logos a {
  display: inline-block;
}
.gpw-logos a img {
  max-height: 20px;
  padding-right: 10px;
  image-rendering: smooth;
  margin-bottom: 0.2rem;
  object-fit: contain;
}
@media (min-width: 540px) {
  .gpw-logos a img {
    max-height: 20px;
    padding-right: 15px;
    max-width: 100px;
  }
}
@media (min-width: 720px) {
  .gpw-logos a img {
    max-height: 20px;
    margin-top: 0.2rem;
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .gpw-logos a img {
    max-height: 38px;
    padding-right: 15px;
  }
}

.gpw-social-media {
  display: none;
}
@media (min-width: 720px) {
  .gpw-social-media {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 540px) {
  .gpw-social-media a img {
    width: 22px;
  }
}
@media (min-width: 960px) {
  .gpw-social-media a img {
    width: 22px;
  }
}
@media (min-width: 1140px) {
  .gpw-social-media a img {
    width: 35px;
    height: 35px;
  }
}

.gpw-social-media a {
  display: inline-block;
}

.gpw-social-media a:hover {
  cursor: pointer;
}

.header-menu__link {
  cursor: pointer;
  font-family: "Open Sans", serif;
  font-weight: 500;
  font-size: 0.9rem;
  color: #000;
  padding: 0 0.7rem 0.75rem 0.7rem;
  margin: 0;
  position: relative;
  background: transparent;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-transform: uppercase;
}
.header-menu__link--icon {
  padding: 0.5rem 0.25rem;
}
.header-menu__link--icon i {
  font-size: 1.5rem;
}
.header-menu__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 0%;
  height: 2px;
  background: #e7cd4d;
  background-color: #e7cd4d;
}
.header-menu__link:not(.header-menu__link--icon):hover, .header-menu__link:not(.header-menu__link--icon).active {
  text-decoration: none;
  color: #fff;
}
.header-menu__link:not(.header-menu__link--icon):hover:before, .header-menu__link:not(.header-menu__link--icon).active:before {
  width: 100%;
}
.header-menu__link:first-child {
  margin-left: 0px;
}
.header-menu__link:last-child {
  margin-right: 0px;
}
.header-menu__link button[type=submit] {
  background: transparent;
  outline: none;
  color: inherit;
  font-weight: 300;
  width: 100%;
}
.header-menu__link button[type=submit]:hover {
  color: #fff;
}
.header-menu__link.active .header-menu__submenu {
  display: block;
}
.header-menu__submenu {
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  width: 200px;
  display: none;
  padding: 1rem;
  border-top: 2px solid #e7cd4d;
  background: #191919;
  line-height: 1;
  color: #fff;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 5;
}
.header-menu__submenu-link {
  padding: 10px 12px;
  display: block;
  box-sizing: border-box;
  color: #fff;
  text-transform: none;
  text-align: left;
  font-size: 0.9rem;
  position: relative;
  font-weight: 300;
  width: 100%;
}
.header-menu__submenu-link:hover, .header-menu__submenu-link:focus {
  text-decoration: none;
  color: #fff;
}

.gpw-toolbar--header .header-menu__link:hover, .gpw-toolbar--header .header-menu__link.active {
  color: #C7AF41;
}

.modal .modal-dialog .modal-content {
  padding: 1rem 0.5rem;
  border: none;
}

.gpw-sell-buy {
  align-items: center;
}
.gpw-sell-buy .__info {
  margin: 0;
}
.gpw-sell-buy .__info .__title {
  font-size: 14px;
  line-height: 22px;
  color: #717070;
  margin: 0;
  padding: 0;
}
.gpw-sell-buy .__info .__value {
  font-size: 16px;
  line-height: 24px;
}
.gpw-sell-buy .__product {
  text-align: right;
  border-left: 1px solid #333;
}
.gpw-sell-buy .__product .__name {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.gpw-sell-buy .__product .__price {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
.gpw-sell-buy .__product .__percent {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

.__icon.__primary, .gpw-card .__primary.__icon.small {
  color: #191919;
}
.__icon.__big, .gpw-card .__big.__icon.small {
  font-size: 62px;
  line-height: 70px;
}

.fa-icon {
  font-size: 16px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
}
.fa-icon:hover {
  text-decoration: none;
}
.fa-icon + * {
  display: inline-block;
  vertical-align: middle;
}

i.text-danger {
  font-style: inherit !important;
}

.filter-range {
  padding: 15px 0 0 0;
  display: flex;
  align-items: flex-end;
}
.filter-range__element {
  margin: 0 10px 0 0;
  width: 100%;
  max-width: 140px;
}
.filter-range__element .select2 {
  position: relative;
  border: 2px solid #EEE;
  box-sizing: border-box;
  width: 100%;
}
.filter-range__title {
  font-size: 12px;
  color: #555;
  font-weight: bold;
  display: block;
  margin: 0 0 5px 0;
}
.filter-range__value {
  position: relative;
  border: 2px solid #EEE;
  box-sizing: border-box;
  width: 100%;
}
.filter-range__value > input {
  border: 0;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 10px;
  max-width: 100%;
  width: 100%;
  display: block;
}
.filter-range__icon {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #717070;
  pointer-events: none;
  font-size: 16px;
}
.filter-range__submit {
  font-weight: bold;
  font-size: 13px;
  padding: 3px 10px;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid #191919;
  box-sizing: border-box;
  background: transparent;
  color: black;
  margin: 0 5px 0 0;
}
.filter-range__submit:hover {
  background: #191919;
  color: #fff;
}
.filter-range__clear {
  font-weight: bold;
  font-size: 13px;
  padding: 3px 10px;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid #717070;
  box-sizing: border-box;
  background: transparent;
  color: black;
}
.filter-range__clear:hover {
  background: #717070;
  color: #fff;
}

.gpw-error-page {
  position: relative;
  min-height: 80vh;
  align-items: center;
  align-content: center;
}
.gpw-error-page::before {
  font-family: "fontello";
  content: "\e825";
  position: absolute;
  font-size: 50rem;
  top: -20rem;
  right: -5rem;
  color: #F7F2E7;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
  pointer-events: none;
  z-index: -1;
}

.ticker__wrapper {
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.ticker__container {
  position: relative;
  overflow: hidden;
  background: #191919;
  font-weight: 600;
  color: #C7AF41;
}
.ticker__container:hover .ticker-content {
  animation-play-state: paused;
}
.ticker__content {
  display: inline-block;
  white-space: nowrap;
  animation: tickerAnimation 50s linear infinite;
}
.ticker__quotation {
  padding-left: 1rem;
  display: inline-flex;
}
.ticker__qprice {
  font-weight: 400;
}

@keyframes tickerAnimation {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
body:not(.auth) .messages-page__title-box,
body:not(.auth) .harmonogram-page__title-box {
  margin-top: 2rem;
}

@media (min-width: 120px) {
  .hide-if-not-selected-instrument {
    display: none;
  }
}
@media (min-width: 960px) {
  .hide-if-not-selected-instrument {
    display: block;
  }
}

.gpw__home {
  position: relative;
}
.gpw__home-bg {
  position: absolute;
  right: 0;
  top: 36%;
  z-index: -1;
}
.gpw__home-bg__additional-section {
  position: absolute;
  left: 0;
  top: 0%;
  z-index: -2;
  max-width: 100%;
}

.header__button__subnote {
  display: flex;
  align-items: center;
  flex-grow: inherit;
  font-size: 1.05rem;
}

.text-figure {
  font-weight: bolder;
  position: relative;
}

.text-figure::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 45px;
  transform: skew(-40deg);
  background: #ffe456;
  left: 6%;
  bottom: 0;
  z-index: -1;
}

.text-icon-1 {
  position: relative;
  margin-left: 50px;
}

.text-icon-1::before {
  content: url("/img/icon-medal-1-f5e0ca95e7d63048819a714f0220eda6.png");
  position: absolute;
  top: -5px;
  left: -50px;
}

.text-icon-2 {
  position: relative;
  margin-left: 50px;
  margin-bottom: 15px;
}
@media (min-width: 540px) {
  .text-icon-2 {
    margin-bottom: 0;
  }
}

.text-icon-2::before {
  position: absolute;
  content: url("/img/icon-medal-2-8631eb447c39bdacf3cec7a524261f61.png");
  top: -5px;
  left: -50px;
}

.box {
  width: 100%;
  margin: 15px 0;
  font-family: "Open Sans", sans-serif;
}
.box p {
  font-size: 1rem;
}
@media (min-width: 960px) {
  .box p {
    font-size: 0.88rem;
  }
}
.box__subtitle {
  font-size: 27px;
  font-weight: 700;
}
.box h2.box__title {
  display: inline-block;
  color: #fff;
  background: #C7AF41;
  font-size: 1rem;
  font-weight: 700;
  padding: 8px 16px;
  line-height: normal;
}
.box__subnote {
  text-align: justify;
  font-size: 1rem;
}
@media (min-width: 960px) {
  .box__subnote {
    font-size: 0.88rem;
  }
}

.box-image {
  max-width: 700px;
  object-fit: contain;
  width: 100%;
  image-rendering: smooth;
}

.text-border {
  position: relative;
}

.text-border::before {
  content: "";
  position: absolute;
  width: 75%;
  height: 6px;
  background: #ffe456;
  left: 0;
  top: 30px;
  z-index: -1;
}

.gpw__home {
  position: relative;
}

.header__button__subnote {
  display: flex;
  align-items: center;
  flex-grow: inherit;
}

.text-figure {
  font-weight: bolder;
  position: relative;
}

.text-figure::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 45px;
  transform: skew(-40deg);
  background: #ffe456;
  left: 6%;
  bottom: 0;
  z-index: -1;
}

.text-icon-1 {
  position: relative;
}

.text-icon-1::before {
  content: url("/img/icon-medal-1-f5e0ca95e7d63048819a714f0220eda6.png");
  margin-right: 15px;
}

.text-icon-2 {
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 540px) {
  .text-icon-2 {
    margin-bottom: 0;
  }
}

.text-icon-2::before {
  content: url("/img/icon-medal-2-8631eb447c39bdacf3cec7a524261f61.png");
  margin-right: 15px;
}

.box-image {
  max-width: 700px;
  object-fit: contain;
  width: 100%;
}

.text-border {
  position: relative;
}

.text-border::before {
  content: "";
  position: absolute;
  width: 75%;
  height: 6px;
  background: #ffe456;
  left: 0;
  top: 30px;
  z-index: -1;
}

.custom-list {
  position: relative;
}

.custom-list::before {
  position: absolute;
  content: url("/img/list-icon-c89f6753bc248fe41566958f7b358b76.png");
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.text-headline {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1060px;
  }
}
.table-icon {
  font-size: 16px;
}
.table-icon--dark {
  color: #000;
}

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