/* HELPERS, MIXINS, ANIMATIONS */
/* FONT VARIABLES */
/* COLOR VARIABLES */
/* TRANSITIONS AND ANIMATIONS */
/* BREAKPOINTS */
/* BOOTSTRAP CUSTOM VARS */
/* OWL CAROUSEL VARS */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=cyrillic-ext");
@font-face {
  font-family: "Calibri";
  font-style: normal;
  font-weight: 400;
  src: local("Calibri"), local("Calibri Regular"), local("Calibri-Regular"), url("../fonts/calibri-regular.woff2") format("woff2"), url("../fonts/calibri-regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Calibri";
  font-style: normal;
  font-weight: 700;
  src: local("Calibri Bold"), local("Calibri-Bold"), url("../fonts/calibri-bold.woff2") format("woff2"), url("../fonts/calibri-bold.woff") format("woff");
  font-display: swap;
}
@-webkit-keyframes slide-left-to-right {
  0% {
    left: -150%;
  }
  75% {
    left: 10%;
  }
  100% {
    left: 0;
  }
}
@keyframes slide-left-to-right {
  0% {
    left: -150%;
  }
  75% {
    left: 10%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes slide-top-to-bottom {
  0% {
    top: -200%;
  }
  75% {
    top: 10%;
  }
  100% {
    top: 0;
  }
}
@keyframes slide-top-to-bottom {
  0% {
    top: -200%;
  }
  75% {
    top: 10%;
  }
  100% {
    top: 0;
  }
}
/* FONTS */
/* BOOTSTRAP 4 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "Manrope", sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 15px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #FFCC00;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(178.5, 142.8, 0);
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1170px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

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

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #FFCC00 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(204, 163.2, 0) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #4bb835 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(58.8607594937, 144.4050632911, 41.5949367089) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #ff3a3a !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ff0707 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #FFCC00 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #4bb835 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #ff3a3a !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

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

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

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

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

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

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

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 7.5px !important;
}

.mt-1,
.my-1 {
  margin-top: 7.5px !important;
}

.mr-1,
.mx-1 {
  margin-right: 7.5px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 7.5px !important;
}

.ml-1,
.mx-1 {
  margin-left: 7.5px !important;
}

.m-2 {
  margin: 15px !important;
}

.mt-2,
.my-2 {
  margin-top: 15px !important;
}

.mr-2,
.mx-2 {
  margin-right: 15px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 15px !important;
}

.ml-2,
.mx-2 {
  margin-left: 15px !important;
}

.m-3 {
  margin: 30px !important;
}

.mt-3,
.my-3 {
  margin-top: 30px !important;
}

.mr-3,
.mx-3 {
  margin-right: 30px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 30px !important;
}

.ml-3,
.mx-3 {
  margin-left: 30px !important;
}

.m-4 {
  margin: 45px !important;
}

.mt-4,
.my-4 {
  margin-top: 45px !important;
}

.mr-4,
.mx-4 {
  margin-right: 45px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 45px !important;
}

.ml-4,
.mx-4 {
  margin-left: 45px !important;
}

.m-5 {
  margin: 90px !important;
}

.mt-5,
.my-5 {
  margin-top: 90px !important;
}

.mr-5,
.mx-5 {
  margin-right: 90px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 90px !important;
}

.ml-5,
.mx-5 {
  margin-left: 90px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 7.5px !important;
}

.pt-1,
.py-1 {
  padding-top: 7.5px !important;
}

.pr-1,
.px-1 {
  padding-right: 7.5px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 7.5px !important;
}

.pl-1,
.px-1 {
  padding-left: 7.5px !important;
}

.p-2 {
  padding: 15px !important;
}

.pt-2,
.py-2 {
  padding-top: 15px !important;
}

.pr-2,
.px-2 {
  padding-right: 15px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 15px !important;
}

.pl-2,
.px-2 {
  padding-left: 15px !important;
}

.p-3 {
  padding: 30px !important;
}

.pt-3,
.py-3 {
  padding-top: 30px !important;
}

.pr-3,
.px-3 {
  padding-right: 30px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 30px !important;
}

.pl-3,
.px-3 {
  padding-left: 30px !important;
}

.p-4 {
  padding: 45px !important;
}

.pt-4,
.py-4 {
  padding-top: 45px !important;
}

.pr-4,
.px-4 {
  padding-right: 45px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 45px !important;
}

.pl-4,
.px-4 {
  padding-left: 45px !important;
}

.p-5 {
  padding: 90px !important;
}

.pt-5,
.py-5 {
  padding-top: 90px !important;
}

.pr-5,
.px-5 {
  padding-right: 90px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 90px !important;
}

.pl-5,
.px-5 {
  padding-left: 90px !important;
}

.m-n1 {
  margin: -7.5px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -7.5px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -7.5px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -7.5px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -7.5px !important;
}

.m-n2 {
  margin: -15px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -15px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -15px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -15px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -15px !important;
}

.m-n3 {
  margin: -30px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -30px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -30px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -30px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -30px !important;
}

.m-n4 {
  margin: -45px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -45px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -45px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -45px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -45px !important;
}

.m-n5 {
  margin: -90px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -90px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -90px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -90px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -90px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 7.5px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 7.5px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 7.5px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 7.5px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 7.5px !important;
  }
  .m-sm-2 {
    margin: 15px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 15px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 15px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 15px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 15px !important;
  }
  .m-sm-3 {
    margin: 30px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 30px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 30px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 30px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 30px !important;
  }
  .m-sm-4 {
    margin: 45px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 45px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 45px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 45px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 45px !important;
  }
  .m-sm-5 {
    margin: 90px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 90px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 90px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 90px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 90px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 7.5px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 7.5px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 7.5px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 7.5px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 7.5px !important;
  }
  .p-sm-2 {
    padding: 15px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 15px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 15px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 15px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 15px !important;
  }
  .p-sm-3 {
    padding: 30px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 30px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 30px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 30px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 30px !important;
  }
  .p-sm-4 {
    padding: 45px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 45px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 45px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 45px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 45px !important;
  }
  .p-sm-5 {
    padding: 90px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 90px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 90px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 90px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 90px !important;
  }
  .m-sm-n1 {
    margin: -7.5px !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -7.5px !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -7.5px !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -7.5px !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -7.5px !important;
  }
  .m-sm-n2 {
    margin: -15px !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -15px !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -15px !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -15px !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -15px !important;
  }
  .m-sm-n3 {
    margin: -30px !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -30px !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -30px !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -30px !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -30px !important;
  }
  .m-sm-n4 {
    margin: -45px !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -45px !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -45px !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -45px !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -45px !important;
  }
  .m-sm-n5 {
    margin: -90px !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -90px !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -90px !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -90px !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -90px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 7.5px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 7.5px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 7.5px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 7.5px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 7.5px !important;
  }
  .m-md-2 {
    margin: 15px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 15px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 15px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 15px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 15px !important;
  }
  .m-md-3 {
    margin: 30px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 30px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 30px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 30px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 30px !important;
  }
  .m-md-4 {
    margin: 45px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 45px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 45px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 45px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 45px !important;
  }
  .m-md-5 {
    margin: 90px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 90px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 90px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 90px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 90px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 7.5px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 7.5px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 7.5px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 7.5px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 7.5px !important;
  }
  .p-md-2 {
    padding: 15px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 15px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 15px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 15px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 15px !important;
  }
  .p-md-3 {
    padding: 30px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 30px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 30px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 30px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 30px !important;
  }
  .p-md-4 {
    padding: 45px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 45px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 45px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 45px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 45px !important;
  }
  .p-md-5 {
    padding: 90px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 90px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 90px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 90px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 90px !important;
  }
  .m-md-n1 {
    margin: -7.5px !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -7.5px !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -7.5px !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -7.5px !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -7.5px !important;
  }
  .m-md-n2 {
    margin: -15px !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -15px !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -15px !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -15px !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -15px !important;
  }
  .m-md-n3 {
    margin: -30px !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -30px !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -30px !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -30px !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -30px !important;
  }
  .m-md-n4 {
    margin: -45px !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -45px !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -45px !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -45px !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -45px !important;
  }
  .m-md-n5 {
    margin: -90px !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -90px !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -90px !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -90px !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -90px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 7.5px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 7.5px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 7.5px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 7.5px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 7.5px !important;
  }
  .m-lg-2 {
    margin: 15px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 15px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 15px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 15px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 15px !important;
  }
  .m-lg-3 {
    margin: 30px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 30px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 30px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 30px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 30px !important;
  }
  .m-lg-4 {
    margin: 45px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 45px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 45px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 45px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 45px !important;
  }
  .m-lg-5 {
    margin: 90px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 90px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 90px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 90px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 90px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 7.5px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 7.5px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 7.5px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 7.5px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 7.5px !important;
  }
  .p-lg-2 {
    padding: 15px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 15px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 15px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 15px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 15px !important;
  }
  .p-lg-3 {
    padding: 30px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 30px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 30px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 30px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 30px !important;
  }
  .p-lg-4 {
    padding: 45px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 45px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 45px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 45px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 45px !important;
  }
  .p-lg-5 {
    padding: 90px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 90px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 90px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 90px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 90px !important;
  }
  .m-lg-n1 {
    margin: -7.5px !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -7.5px !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -7.5px !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -7.5px !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -7.5px !important;
  }
  .m-lg-n2 {
    margin: -15px !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -15px !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -15px !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -15px !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -15px !important;
  }
  .m-lg-n3 {
    margin: -30px !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -30px !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -30px !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -30px !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -30px !important;
  }
  .m-lg-n4 {
    margin: -45px !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -45px !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -45px !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -45px !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -45px !important;
  }
  .m-lg-n5 {
    margin: -90px !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -90px !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -90px !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -90px !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -90px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 7.5px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 7.5px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 7.5px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 7.5px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 7.5px !important;
  }
  .m-xl-2 {
    margin: 15px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 15px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 15px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 15px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 15px !important;
  }
  .m-xl-3 {
    margin: 30px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 30px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 30px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 30px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 30px !important;
  }
  .m-xl-4 {
    margin: 45px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 45px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 45px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 45px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 45px !important;
  }
  .m-xl-5 {
    margin: 90px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 90px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 90px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 90px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 90px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 7.5px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 7.5px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 7.5px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 7.5px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 7.5px !important;
  }
  .p-xl-2 {
    padding: 15px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 15px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 15px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 15px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 15px !important;
  }
  .p-xl-3 {
    padding: 30px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 30px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 30px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 30px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 30px !important;
  }
  .p-xl-4 {
    padding: 45px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 45px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 45px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 45px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 45px !important;
  }
  .p-xl-5 {
    padding: 90px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 90px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 90px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 90px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 90px !important;
  }
  .m-xl-n1 {
    margin: -7.5px !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -7.5px !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -7.5px !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -7.5px !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -7.5px !important;
  }
  .m-xl-n2 {
    margin: -15px !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -15px !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -15px !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -15px !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -15px !important;
  }
  .m-xl-n3 {
    margin: -30px !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -30px !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -30px !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -30px !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -30px !important;
  }
  .m-xl-n4 {
    margin: -45px !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -45px !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -45px !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -45px !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -45px !important;
  }
  .m-xl-n5 {
    margin: -90px !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -90px !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -90px !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -90px !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -90px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #FFCC00 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(178.5, 142.8, 0) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #4bb835 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(50.7911392405, 124.6075949367, 35.8924050633) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #ff3a3a !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(236.5, 0, 0) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(255, 229.5, 127.5);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #4bb835;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(75, 184, 53, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #4bb835;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%234bb835' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #4bb835;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 184, 53, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(75, 184, 53, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #4bb835;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%234bb835' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #4bb835;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 184, 53, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(75, 184, 53, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #4bb835;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #4bb835;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #4bb835;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(103.253164557, 205.3544303797, 82.6455696203);
  background-color: rgb(103.253164557, 205.3544303797, 82.6455696203);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 184, 53, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(75, 184, 53, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #4bb835;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #4bb835;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #4bb835;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 184, 53, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(75, 184, 53, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ff3a3a;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 58, 58, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ff3a3a;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff3a3a' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff3a3a' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ff3a3a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 58, 58, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 58, 58, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ff3a3a;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff3a3a' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff3a3a' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ff3a3a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 58, 58, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 58, 58, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff3a3a;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff3a3a;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ff3a3a;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff6d6d;
  background-color: #ff6d6d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 58, 58, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 58, 58, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff3a3a;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff3a3a;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff3a3a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 58, 58, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 58, 58, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    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-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #FFCC00;
  background-color: #FFCC00;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(255, 229.5, 127.5);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(255, 239.7, 178.5);
  border-color: rgb(255, 239.7, 178.5);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #FFCC00;
  background-color: #FFCC00;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 204, 0, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 204, 0, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 204, 0, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 204, 0, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(255, 229.5, 127.5);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(255, 229.5, 127.5);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 204, 0, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 204, 0, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 204, 0, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 204, 0, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #FFCC00;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(255, 239.7, 178.5);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #FFCC00;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(255, 239.7, 178.5);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #FFCC00;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(255, 239.7, 178.5);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.table {
  width: 100%;
  margin-bottom: 30px;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(255, 240.72, 183.6);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(255, 228.48, 122.4);
}

.table-hover .table-primary:hover {
  background-color: rgb(255, 235.62, 158.1);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(255, 235.62, 158.1);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(204.6, 235.12, 198.44);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(161.4, 218.08, 149.96);
}

.table-hover .table-success:hover {
  background-color: rgb(187.7868131868, 228.4881318681, 179.5718681319);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(187.7868131868, 228.4881318681, 179.5718681319);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(255, 199.84, 199.84);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(255, 152.56, 152.56);
}

.table-hover .table-danger:hover {
  background-color: rgb(255, 174.34, 174.34);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(255, 174.34, 174.34);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

/* COMMON STYLES */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #ececec;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #FFCC00;
  color: #ffffff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #ececec;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #FFCC00;
}

.flipclock-wrapper {
  background: red;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  -webkit-user-select: none;
  text-align: center;
  position: relative;
  width: 100%;
  margin: 1em;
}
.flipclock-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.flipclock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000;
}
.flipclock-wrapper .flipclock-label {
  font-size: 0.75em;
}
.flipclock-wrapper.clearfix:after,
.flipclock-wrapper .clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.flipclock-wrapper ul {
  list-style: none;
}

/* Main */
.flipclock-meridium {
  background: none !important;
  -webkit-box-shadow: 0 0 0 !important;
          box-shadow: 0 0 0 !important;
  font-size: 36px !important;
}

.flipclock-meridium a {
  color: #313333;
}

/* Skeleton */
.flipclock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
}

.flipclock-wrapper ul li:first-child {
  z-index: 2;
}

.flipclock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important;
}

.flipclock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden;
  outline: 1px solid transparent;
}

.flipclock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.flipclock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  top: 0;
}

.flipclock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}

.flipclock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.flipclock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 70px;
}

.flipclock-wrapper ul li a div.up div.inn {
  top: 0;
}

.flipclock-wrapper ul li a div.down div.inn {
  bottom: 0;
}

/* PLAY */
.flipclock-wrapper ul.play li.flipclock-before {
  z-index: 3;
}

.flipclock-wrapper .flip {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

.flipclock-wrapper ul.play li.flipclock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
          animation: asd 0.5s 0.5s linear both;
  z-index: 5;
}

.flipclock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px;
}

.flipclock-divider:first-child {
  width: 0;
}

.flipclock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px;
}

.flipclock-divider .flipclock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: black;
  text-shadow: none;
}

.flipclock-divider.minutes .flipclock-label {
  right: -88px;
}

.flipclock-divider.seconds .flipclock-label {
  right: -91px;
}

.flipclock-dot.top {
  top: 30px;
}

.flipclock-dot.bottom {
  bottom: 30px;
}

@-webkit-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}

@keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
.flipclock-wrapper ul.play li.flipclock-active .down {
  -webkit-animation: turn 0.5s 0.5s linear both;
          animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
.flipclock-wrapper ul.play li.flipclock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
          animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
}

@keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
}
.flipclock-wrapper ul li.flipclock-active {
  z-index: 3;
}

/* SHADOW */
.flipclock-wrapper ul.play li.flipclock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
          animation: show 0.5s linear both;
}

.flipclock-wrapper ul.play li.flipclock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
          animation: hide 0.5s 0.3s linear both;
}

/*DOWN*/
.flipclock-wrapper ul.play li.flipclock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
          animation: show 0.5s linear both;
}

.flipclock-wrapper ul.play li.flipclock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.2s linear both;
          animation: hide 0.5s 0.2s linear both;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fc-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1vw;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.fc-wrapper .fc-group .fc-label {
  font-size: 0.875em;
  height: 2em;
  line-height: 2em;
}
.fc-wrapper .fc-group .fc-face {
  float: left;
  width: 4em;
  height: 6em;
  background: #333;
  position: relative;
  border-radius: 0.75rem;
  margin: 0 0.125em;
  -webkit-box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.24), 0 3px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.24), 0 3px 8px rgba(0, 0, 0, 0.05);
  font-weight: bold;
  color: #ccc;
}
.fc-wrapper .fc-group .fc-face .fc-number {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-perspective: 15em;
          perspective: 15em;
}
.fc-wrapper .fc-group .fc-face .fc-number:first-child {
  z-index: 2;
}
.fc-wrapper .fc-group .fc-face .fc-number.before {
  z-index: 3;
}
.fc-wrapper .fc-group .fc-face .fc-number.before .top {
  z-index: 2;
  -webkit-animation: flip-top 0.5s linear both;
          animation: flip-top 0.5s linear both;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.fc-wrapper .fc-group .fc-face .fc-number.before .top:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%);
  -webkit-animation: show-shadow 0.5s linear both;
          animation: show-shadow 0.5s linear both;
}
.fc-wrapper .fc-group .fc-face .fc-number.before .bottom:after {
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%);
  -webkit-animation: show-shadow 0.5s linear both;
          animation: show-shadow 0.5s linear both;
}
.fc-wrapper .fc-group .fc-face .fc-number.active {
  -webkit-animation: indexing 0.5s 0.5s linear both;
          animation: indexing 0.5s 0.5s linear both;
  z-index: 2;
}
.fc-wrapper .fc-group .fc-face .fc-number.active .top:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%);
  -webkit-animation: hide-shadow 0.5s 0.3s linear both;
          animation: hide-shadow 0.5s 0.3s linear both;
}
.fc-wrapper .fc-group .fc-face .fc-number.active .bottom {
  z-index: 2;
  -webkit-animation: flip-bottom 0.5s 0.5s linear both;
          animation: flip-bottom 0.5s 0.5s linear both;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.fc-wrapper .fc-group .fc-face .fc-number.active .bottom:after {
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%);
  -webkit-animation: hide-shadow 0.5s 0.3s linear both;
          animation: hide-shadow 0.5s 0.3s linear both;
}
.fc-wrapper .fc-group .fc-face .fc-number > .top,
.fc-wrapper .fc-group .fc-face .fc-number > .bottom {
  background: #333;
  width: 100%;
  height: 50%;
  font-size: 4.5em;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  -webkit-box-shadow: inset 0 0 0.2em rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 0.2em rgba(0, 0, 0, 0.5);
}
.fc-wrapper .fc-group .fc-face .fc-number > .top:after,
.fc-wrapper .fc-group .fc-face .fc-number > .bottom:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.fc-wrapper .fc-group .fc-face .fc-number > .top:before,
.fc-wrapper .fc-group .fc-face .fc-number > .bottom:before {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
}
.fc-wrapper .fc-group .fc-face .fc-number .top {
  border-radius: 0.75rem 0.75rem 0 0;
  line-height: 1.3333333333;
}
.fc-wrapper .fc-group .fc-face .fc-number .top:after {
  border-radius: 0.75rem 0.75rem 0 0;
}
.fc-wrapper .fc-group .fc-face .fc-number .top:before {
  background: #333;
  opacity: 0.4;
  bottom: 0;
}
.fc-wrapper .fc-group .fc-face .fc-number .bottom {
  border-radius: 0 0 0.75rem 0.75rem;
  line-height: 0;
}
.fc-wrapper .fc-group .fc-face .fc-number .bottom:after {
  border-radius: 0 0 0.75rem 0.75rem;
}
.fc-wrapper .fc-group .fc-face .fc-number .bottom:before {
  background: #ccc;
  opacity: 0.1;
}
.fc-wrapper .fc-divider {
  position: relative;
  width: 1.5em;
  height: 6em;
}
.fc-wrapper .fc-divider:before, .fc-wrapper .fc-divider:after {
  content: " ";
  display: block;
  width: 0.75em;
  height: 0.75em;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.fc-wrapper .fc-divider:before {
  -webkit-transform: translate(-50%, 75%);
          transform: translate(-50%, 75%);
}
.fc-wrapper .fc-divider:after {
  -webkit-transform: translate(-50%, -175%);
          transform: translate(-50%, -175%);
}

@-webkit-keyframes indexing {
  0% {
    z-index: 2;
  }
  1% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}

@keyframes indexing {
  0% {
    z-index: 2;
  }
  1% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@-webkit-keyframes flip-bottom {
  0% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
@keyframes flip-bottom {
  0% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
@-webkit-keyframes flip-top {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
}
@keyframes flip-top {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
}
@-webkit-keyframes show-shadow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show-shadow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide-shadow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide-shadow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

html {
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
  line-height: 1.4;
  overflow-x: hidden;
  background-color: #1f1f1f;
  font-family: "Manrope", sans-serif;
}
body .animate-background .bg-triangles_top,
body .animate-background .bg-triangles_bottom {
  -webkit-animation: none;
          animation: none;
}

a {
  -webkit-transition: 250ms;
  transition: 250ms;
}

.container {
  position: relative;
}

.container-max {
  max-width: 100%;
}
@media (min-width: 768px) {
  .container-max {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-max {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-max {
    max-width: 1170px;
  }
}

@media (min-width: 768px) {
  .container-max.container--header {
    max-width: 980px;
  }
}
@media (min-width: 1200px) {
  .container-max.container--header {
    max-width: 1170px;
  }
}

.media-photo {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
.media-photo:hover {
  -webkit-filter: none;
          filter: none;
}

.modal-opened {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.modal-opened .socials-wrap {
  display: none !important;
}
.modal-opened .animate-background .bg-triangles_top,
.modal-opened .animate-background .bg-triangles_bottom {
  -webkit-animation: none;
          animation: none;
}

.text-link {
  color: #FFCC00;
  border-bottom: 1px solid #FFCC00;
  -webkit-transition: 250ms;
  transition: 250ms;
}
.text-link:hover {
  text-decoration: none;
  color: rgb(229.5, 183.6, 0);
  border-color: transparent;
}

.custom-object-fit {
  background-size: cover;
  background-position: center center;
}
.custom-object-fit img {
  opacity: 0;
}

.mp-hist__stat-item__02 .mp-hist__stat-num {
  padding-left: 15px;
}

.page {
  position: relative;
}

.page__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.icon {
  fill: #9D9D9D;
  -webkit-transition: 250ms;
  transition: 250ms;
}

.icon-round {
  width: 100%;
  height: 100%;
}
.icon-round path {
  fill: #9D9D9D;
  -webkit-transition: 250ms;
  transition: 250ms;
}
.icon-round circle {
  stroke: #9D9D9D;
  -webkit-transition: 250ms;
  transition: 250ms;
}
.icon-round:hover path {
  fill: #FFCC00;
}
.icon-round:hover circle {
  stroke: #FFCC00;
}

.icon-ticket {
  position: absolute;
  top: -10px;
  left: -0.5em;
  z-index: 0;
  width: 9em;
  height: 2.5em;
  fill: #FFCC00;
}
.icon-ticket .ticket-bg {
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
.icon-ticket .ticket-dot {
  fill: #FFCC00;
  -webkit-animation: blinkFill 2.5s ease-in-out 0s infinite normal forwards;
          animation: blinkFill 2.5s ease-in-out 0s infinite normal forwards;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
.icon-ticket .ticket-border {
  fill: #FFCC00;
  -webkit-animation: blinkFill 2.5s ease-in-out 0s infinite normal forwards;
          animation: blinkFill 2.5s ease-in-out 0s infinite normal forwards;
}

@-webkit-keyframes blinkFill {
  0% {
    fill: #d5a500;
  }
  20% {
    fill: #FFCC00;
  }
  40% {
    fill: #f0d775;
  }
  60% {
    fill: #f3e3a5;
  }
  80% {
    fill: #ffea00;
  }
  100% {
    fill: #d5a500;
  }
}

@keyframes blinkFill {
  0% {
    fill: #d5a500;
  }
  20% {
    fill: #FFCC00;
  }
  40% {
    fill: #f0d775;
  }
  60% {
    fill: #f3e3a5;
  }
  80% {
    fill: #ffea00;
  }
  100% {
    fill: #d5a500;
  }
}
/* COMPONENTS */
.header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-top: 16px;
  padding-bottom: 7px;
  background-color: #000000;
}
@media (min-width: 768px) {
  .header {
    padding-top: 18px;
    padding-bottom: 4px;
  }
  .header--signed .btn-ticket-tab1 {
    margin-right: 0;
  }
  .header--signed .header__become-partner--md {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .header {
    padding-top: 22px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .header {
    padding-top: 32px;
    padding-bottom: 11px;
  }
}
@media (min-width: 768px) {
  .header--signed .container-max {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .header--signed .container-max {
    max-width: 1170px;
  }
}
.header--account {
  border: 1px solid #EFBF04;
  border-radius: 100px;
  margin-right: 1px;
  margin-left: 1px;
  padding: 8px 24px;
}
.header--account .col-auto {
  margin: 0;
}
.header--account-logout {
  display: none;
  font-size: 12px;
  line-height: 140%;
  font-weight: 700;
  text-transform: uppercase;
  padding: 9px;
  width: 100%;
  max-width: 105px;
}
@media (min-width: 992px) {
  .header--account-logout {
    display: block;
  }
}
.header__logo-wrap {
  padding-left: 0;
}
@media (min-width: 992px) {
  .header__logo-wrap {
    padding-right: 15px;
  }
}
.header_starter {
  height: 60px;
}
.header__sponsors {
  padding-top: 11px;
  margin-right: 30px;
  font-size: 12px;
  color: #ffffff;
}
.header__sponsors:hover {
  text-decoration: none;
  color: #ffffff;
}
@media (min-width: 992px) {
  .header__sponsors {
    padding-top: 12px;
  }
}
@media (min-width: 1200px) {
  .header__sponsors {
    padding-top: 22px;
    font-size: 14px;
  }
}
.header__become-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 158px;
  height: 28px;
  margin-top: 6px;
  font-size: 8px;
  font-weight: bold;
  line-height: 10px;
  color: #343434;
  text-transform: uppercase;
  background-color: #ffffff;
  border-radius: 100px;
}
.header__become-partner:hover, .header__become-partner:focus {
  color: #343434;
  background-color: #EFBF04;
  text-decoration: none;
}
.header__become-partner:active {
  background-color: #d2b413;
}
@media (min-width: 992px) {
  .header__become-partner {
    margin-top: 7px;
  }
}
@media (min-width: 1200px) {
  .header__become-partner {
    height: 34px;
    margin-top: 15px;
    font-size: 12px;
    line-height: 14px;
  }
}
.header__order-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 230px;
  height: 28px;
  margin-top: 6px;
  margin-right: 55px;
  margin-left: 30px;
  font-size: 8px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #EFBF04;
  border-radius: 100px;
}
.header__order-promo:hover, .header__order-promo:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #d2b413;
}
.header__order-promo:active {
  background-color: #a88a20;
}
@media (min-width: 992px) {
  .header__order-promo {
    margin-top: 7px;
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .header__order-promo {
    width: 200px;
    height: 34px;
    margin-top: 15px;
    font-size: 12px;
    line-height: 14px;
  }
}
.header-nav {
  border: 1px solid #EFBF04;
  border-radius: 100px;
  padding: 7px 25px;
  margin: 0;
}
@media (min-width: 1200px) {
  .header-nav {
    padding: 15px 25px;
  }
}

.navbar {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .navbar {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .navbar {
    margin-top: 10px;
    max-width: 100%;
  }
}
.navbar__login-wrap {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .navbar__lang-wrap {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.navbar__lang {
  position: relative;
  z-index: 200;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .navbar__lang {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .navbar__lang {
    margin-bottom: 10px;
    text-align: right;
  }
}
.navbar__buttons {
  text-align: right;
}
@media (min-width: 768px) {
  .navbar__buttons {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .navbar__buttons {
    margin-bottom: 0;
  }
}
.navbar__buttons .navbar__link {
  margin-right: 20px;
}
.navbar__nav-wrap {
  padding-right: 0;
}
@media (min-width: 992px) {
  .navbar__nav-wrap {
    padding-left: 15px;
    margin-left: auto;
    margin-right: 0;
  }
}
.navbar__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .navbar__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    max-width: 930px;
    gap: 27px;
  }
}
@media (min-width: 1200px) {
  .navbar__nav {
    max-width: 1010px;
    gap: 40px;
  }
}
.navbar__item {
  display: inline-block;
  padding-top: 13px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .navbar__item {
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 0 !important;
    margin-top: 0 !important;
  }
}
.navbar__item.current-menu-item .navbar__link {
  border-bottom-color: #EFBF04;
  color: #EFBF04;
}
.navbar__link {
  color: #fff;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  font-family: "Manrope", sans-serif;
}
.navbar__link:hover {
  text-decoration: none;
  color: #ffffff;
}
.navbar__link:hover svg {
  fill: #ffffff;
}
.navbar__link_ticket {
  display: block;
  position: relative;
  padding-left: 10px;
  color: #ffffff;
  width: 100%;
  height: 100%;
}
.navbar__link_ticket span {
  position: relative;
  z-index: 1;
}
.navbar__link_ticket:hover svg {
  -webkit-animation: none;
          animation: none;
}
.navbar__link_ticket:hover svg .ticket-bg {
  fill: #FFCC00;
}
.navbar__link_ticket:hover svg .ticket-border {
  -webkit-animation: none;
          animation: none;
}
.navbar__link_ticket:hover svg .ticket-dot {
  -webkit-animation: none;
          animation: none;
  fill: transparent;
}
.navbar__link svg {
  fill: #9D9D9D;
  -webkit-transition: 250ms;
  transition: 250ms;
}
.navbar__link[data-lang] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .navbar__link {
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
  }
}
@media (min-width: 1200px) {
  .navbar__link {
    font-size: 14px;
  }
}
.navbar__link--user-icon {
  border: none !important;
}
.navbar__link--user-icon:hover {
  text-decoration: none;
  border: none !important;
}
.navbar__link--user-icon:hover svg {
  stroke: #EFBF04;
}
@media (min-width: 768px) {
  .navbar__link--lang {
    font-size: 14px !important;
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  .navbar__link--lang {
    font-size: 12px !important;
  }
}
@media (min-width: 1200px) {
  .navbar__link--lang {
    font-size: 14px !important;
  }
}
.navbar__link--lang:hover, .navbar__link--lang:focus {
  color: #EFBF04;
}
.navbar__link--lang:active {
  color: #d2b413;
}
@media (min-width: 992px) {
  .navbar__reg-btn {
    font-size: 13px !important;
  }
}
@media (min-width: 768px) {
  .navbar--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .navbar--header {
    display: block;
  }
}
@media (min-width: 992px) {
  .navbar__enter-btn {
    min-width: 100px;
    padding: 7px 20px 6px;
    border-radius: 80px;
    font-size: 8px;
    font-weight: bold;
    line-height: 140%;
    color: #000000;
    background-color: #FFCC00;
    background: linear-gradient(182.81deg, #EFBF04 -47.11%, #DEE3B6 -3.74%, #ECD821 25.63%, #D3A40A 66.94%, #EFBF04 111.46%);
    border: none;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 250ms;
    transition: 250ms;
  }
}
@media (min-width: 1200px) {
  .navbar__enter-btn {
    padding-bottom: 7px;
    font-size: 12px;
  }
}
.navbar__enter-btn:hover, .navbar__enter-btn:focus {
  border: none;
  background-color: #EFBF04;
  background: linear-gradient(182.81deg, #E7B11D -47.11%, #FDD976 -3.74%, #E7B11D 25.63%, #AD8412 66.94%, #E7B11D 111.46%);
}
.navbar__enter-btn:active {
  border: none;
  background-color: #d2b413;
  background: linear-gradient(182.81deg, #C48927 -47.11%, #EBB863 -3.74%, #C48927 25.63%, #926417 66.94%, #C48927 111.46%);
}
.navbar__enter-btn:disabled {
  color: #bebebe;
  border-color: #bebebe;
}
@media (min-width: 992px) {
  .navbar__user-icon {
    width: 28px;
    height: 28px;
    stroke: #ffffff;
    fill: none !important;
  }
}
@media (min-width: 1200px) {
  .navbar__user-icon {
    width: 34px;
    height: 34px;
  }
}

.logotag {
  position: relative;
  z-index: 200;
}
.logotag__img {
  height: 50px;
  width: auto;
}
@media (min-width: 768px) {
  .logotag__img {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .logotag__img {
    height: 50px;
  }
}

.mobile-menu {
  position: absolute;
  top: 29px;
  right: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mobile-menu__btn {
  z-index: 300;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
.mobile-menu__btn:hover {
  opacity: 0.8;
}
.mobile-menu__btn span {
  display: block;
  position: absolute;
  right: 3px;
  top: 3px;
  height: 2px;
  width: 30px;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-menu__btn span:nth-child(1) {
  margin-top: 5px;
  z-index: 9;
}
.mobile-menu__btn span:nth-child(2) {
  margin-top: 15px;
}
.mobile-menu__btn span:nth-child(3) {
  margin-top: 25px;
}
.mobile-menu__modal {
  display: block;
  position: fixed;
  z-index: 100;
  left: -200%;
  top: 0;
  right: 0;
  bottom: 0;
  margin-top: 90px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #0C0805;
}
.mobile-menu.oppened .mobile-menu__btn {
  position: fixed;
  top: 31px;
  right: 40px;
}
.mobile-menu.oppened .mobile-menu__modal {
  left: 0;
}
.mobile-menu.oppened span:nth-child(1),
.mobile-menu.oppened span:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-menu.oppened span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-menu.oppened span:nth-child(2) {
  height: 0;
  width: 0;
}
.mobile-menu.oppened span:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mobile-menu__body {
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.375rem;
}
.mobile-menu__list {
  margin: 0;
  margin-bottom: 30px;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: left;
  border-top: 1px solid #fff;
}
.mobile-menu__list .mobile-menu__item.current-menu-item .mobile-menu__link {
  color: #e4c446;
}
.mobile-menu__list_bottom {
  margin-bottom: 60px;
  border-bottom: none;
  text-align: center;
}
.mobile-menu__list_bottom .mobile-menu__item {
  border-bottom: none;
  padding: 11px 10px 11px 10px;
}
.mobile-menu__list_inner {
  margin-bottom: -10px;
  padding-top: 20px;
  padding-left: 20px;
  font-size: 1.15rem;
}
.mobile-menu__item {
  margin-bottom: 8px;
  padding-bottom: 8px;
  display: block;
  width: 100%;
  text-align: left;
}
.mobile-menu__item:last-child {
  border-bottom: none;
}
.mobile-menu__item_ticket {
  text-align: center;
}
.mobile-menu__link {
  display: block;
  position: relative;
  width: 100%;
  color: #fff !important;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  border-bottom: 1px solid transparent;
}
.mobile-menu__link:hover, .mobile-menu__link:focus {
  text-decoration: none;
}
.mobile-menu__link:hover svg, .mobile-menu__link:focus svg {
  fill: #EFBF04;
}
.mobile-menu__link:hover span, .mobile-menu__link:focus span {
  color: #EFBF04 !important;
  border-bottom: 1px solid #EFBF04;
  text-decoration: none;
}
.mobile-menu__link svg {
  fill: #9D9D9D;
  -webkit-transition: 250ms;
  transition: 250ms;
}
.mobile-menu__link.collapsed .mobile-menu__arrow {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.mobile-menu__link--user-icon {
  -webkit-transition: 250ms;
  transition: 250ms;
}
.mobile-menu__link--user-icon:hover {
  text-decoration: none;
}
.mobile-menu__link--user-icon svg {
  fill: none;
}
.mobile-menu__link--user-icon path, .mobile-menu__link--user-icon circle {
  stroke: #FFB800;
}
.mobile-menu__link--user-icon:hover path,
.mobile-menu__link--user-icon:hover circle {
  stroke: #FFB800;
}
.mobile-menu__link--user-icon:hover .mobile-menu__user-name--full {
  color: #EFBF04;
}
.mobile-menu__ticket {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: auto;
  color: #ffffff;
}
.mobile-menu__ticket span {
  position: relative;
  z-index: 1;
}
.mobile-menu__ticket:hover {
  color: #ffffff;
}
.mobile-menu__ticket:hover svg {
  -webkit-animation: none;
          animation: none;
}
.mobile-menu__ticket:hover svg .ticket-bg {
  fill: #FFCC00;
}
.mobile-menu__ticket:hover svg .ticket-border {
  -webkit-animation: none;
          animation: none;
}
.mobile-menu__ticket:hover svg .ticket-dot {
  -webkit-animation: none;
          animation: none;
  fill: transparent;
}
.mobile-menu__ticket .icon-ticket {
  position: static;
}
.mobile-menu__ticket .ticket-text {
  display: block;
  position: absolute;
  top: 0;
  left: -0.5em;
  width: 100% !important;
  height: 100% !important;
  text-align: center;
  line-height: 2.4em;
}
.mobile-menu__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.mobile-menu__buttons {
  margin-bottom: 40px;
  text-align: center;
}
.mobile-menu__button {
  margin-bottom: 20px;
  text-align: center;
}
.mobile-menu__button a,
.mobile-menu__button .btn {
  font-size: 1.25rem;
}
.mobile-menu .footer__socials {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.mobile-menu .footer__icon {
  height: 30px;
}
.mobile-menu__user-name--title {
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  color: #A9A9A9;
  margin: 0;
}
.mobile-menu__user-name--full {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  color: #fff;
  margin: 0;
  border-bottom: 1px solid transparent;
}
.mobile-menu__user-name--full:hover {
  color: #EFBF04;
  border-bottom: 1px solid #EFBF04;
}
.mobile-menu__enter-btn {
  padding: 0;
  border: none;
  border-bottom: 1px solid transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  color: #fff;
  background-color: transparent;
}
.mobile-menu__enter-btn:hover, .mobile-menu__enter-btn:focus {
  color: #EFBF04;
  border-bottom: 1px solid #EFBF04;
}
.mobile-menu__enter-btn:active {
  color: #d2b413;
  border-bottom: 1px solid #d2b413;
}

.socials-wrap {
  position: fixed;
  top: -200%;
  right: 20px;
}

.socials {
  display: block;
  position: relative;
  height: auto;
  width: 50px;
  padding-bottom: 20px;
  overflow: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  /* INVERSE BACKGROUNDS */
}
.socials.collapsed .socials__body {
  height: 50px;
}
.socials.collapsed .socials__arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.socials.visible {
  opacity: 1;
}
.socials.visible .socials__link,
.socials.visible .socials__btn {
  cursor: pointer;
}
.socials:hover .socials__img,
.socials:hover .socials__arrow {
  fill: #000000;
}
.socials:hover .socials__light::before,
.socials:hover .socials__light::after,
.socials:hover .socials__dark::before,
.socials:hover .socials__dark::after,
.socials:hover .socials__light,
.socials:hover .socials__dark {
  background-color: #FFCC00;
}
.socials__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 10px;
  height: auto;
  overflow: hidden;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
.socials__link {
  text-align: center;
  margin-bottom: 10px;
  cursor: default;
}
.socials__img {
  height: 25px;
  width: auto;
  fill: #9D9D9D;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
.socials__img:hover {
  fill: #ffffff !important;
}
.socials__btn {
  width: 100%;
  background: none;
  border: none;
  cursor: default;
}
.socials__btn:hover .socials__arrow {
  fill: #ffffff;
}
.socials__btn:focus {
  outline: none;
}
.socials__arrow {
  height: 12px;
  width: auto;
  fill: #9D9D9D;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
.socials__light, .socials__dark {
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
.socials__light::before, .socials__light::after, .socials__dark::before, .socials__dark::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 70%;
  height: 20px;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
.socials__light::before, .socials__dark::before {
  right: 50%;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.socials__light::after, .socials__dark::after {
  left: 50%;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.socials__light-wrap {
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.socials__light {
  height: calc(100% - 20px);
  background-color: #ffffff;
}
.socials__light::before, .socials__light::after {
  bottom: 10px;
  background-color: #ffffff;
}
.socials__dark-wrap {
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.socials__dark {
  height: calc(100% - 20px);
  background-color: #000000;
}
.socials__dark::before, .socials__dark::after {
  bottom: 10px;
  background-color: #000000;
}

.auth-modal {
  display: block;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  overflow-y: auto;
}
.auth-modal.closed {
  display: none;
}
.auth-modal.opened {
  opacity: 1;
}
.auth-modal__vote-img {
  width: auto;
  height: 60px;
}
@media (min-width: 768px) {
  .auth-modal__vote-img {
    height: 75px;
  }
}
@media (min-width: 1200px) {
  .auth-modal__vote-img {
    height: 94px;
  }
}
.auth-modal__vote-title {
  padding: 27px 0 13px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 150%;
  color: #000000;
  text-align: center;
}
@media (min-width: 768px) {
  .auth-modal__vote-title {
    padding-top: 23px;
    padding-bottom: 12px;
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .auth-modal__vote-title {
    padding-top: 19px;
    padding-bottom: 10px;
    font-size: 30px;
  }
}
.auth-modal__text {
  padding: 13px 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 150%;
  color: #484848;
  text-align: center;
}
@media (min-width: 768px) {
  .auth-modal__text {
    padding-top: 11px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .auth-modal__text {
    padding-top: 12px;
  }
}
@media (min-width: 1200px) {
  .auth-modal__text {
    padding-top: 10px;
  }
}
.auth-modal__icon-round {
  width: 50px;
  height: 50px;
  fill: #7a7a7a;
}
@media (min-width: 768px) {
  .auth-modal__icon-round {
    width: 52px;
    height: 52px;
  }
}
@media (min-width: 1200px) {
  .auth-modal__icon-round {
    width: 70px;
    height: 70px;
  }
}
.auth-modal__icon-round:hover, .auth-modal__icon-round:focus {
  fill: #EFBF04 !important;
}
.auth-modal__icon-round:hover circle, .auth-modal__icon-round:focus circle {
  stroke: #EFBF04 !important;
}
.auth-modal__icon-round:active {
  fill: #d2b413 !important;
}
.auth-modal__icon-round:active circle {
  stroke: #d2b413 !important;
}
.auth-modal__vote-btn {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  border: none;
  border-radius: 80px;
  padding: 14px 10px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #a5b2c3;
  -webkit-transition: 250ms;
  transition: 250ms;
}
.auth-modal__vote-btn:hover, .auth-modal__vote-btn:focus {
  background-color: #EFBF04;
}
.auth-modal__vote-btn:active {
  background-color: #d2b413;
}
.auth-modal__vote-btn:disabled {
  color: #e0e0e0;
  background-color: #bebebe;
}
.auth-modal__decor-icon {
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .auth-modal__decor-icon {
    width: 52px;
    height: 52px;
  }
}
@media (min-width: 1200px) {
  .auth-modal__decor-icon {
    width: 70px;
    height: 70px;
  }
}

.auth-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 auto;
  padding: 15px;
  min-height: 100vh;
  width: 100%;
  max-width: 440px;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
@media (min-width: 1200px) {
  .auth-wrap {
    max-width: 440px;
  }
}
.auth-wrap_wide {
  max-width: 770px;
}

.auth {
  position: relative;
  margin: auto;
  width: 100%;
  color: #343434;
  background-color: #ffffff;
  border-radius: 12px;
  /*
  // AUTH FORM ELEMENTS
  */
}
.auth__close {
  z-index: 300;
  position: absolute;
  top: 20px;
  right: 20px;
}
.auth__close:hover, .auth__close:focus, .auth__close:active {
  border: none;
  outline: none;
}
.auth__close svg {
  fill: #000000;
}
.auth__close:hover svg {
  fill: #EFBF04;
}
.auth__bottom-socials {
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .auth__bottom-socials {
    padding-top: 40px;
  }
}
.auth__bottom-socials .btn-round-icon {
  margin-right: 10px;
}
.auth__bottom-socials .btn-round-icon:last-child {
  margin-right: 0;
}
.auth__bottom-socials--modal-vote {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.auth__bottom-socials--modal-vote .icon-vote-chooser:hover svg path {
  fill: #FFCC00;
}
.auth__bottom-socials--modal-vote .linkedinvote {
  border: 0;
  background: none;
}
.auth__bottom-socials--modal-vote .emailicon {
  border: 0;
  background: none;
}
.auth__logotag {
  top: 0;
  margin: 24px auto 0;
  text-align: center;
}
@media (min-width: 768px) {
  .auth__logotag {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .auth__logotag {
    margin-top: 24px;
  }
}
.auth__logotag img {
  width: 100%;
  max-width: 94px;
}
.auth__body {
  position: relative;
  padding: 5px 16px 80px;
  height: auto;
}
@media (min-width: 768px) {
  .auth__body {
    padding: 10px 26px 80px;
  }
}
@media (min-width: 1200px) {
  .auth__body {
    padding: 10px 44px 80px;
  }
}
.auth__body--modal-vote {
  padding-bottom: 43px;
}
@media (min-width: 1200px) {
  .auth__body--modal-vote {
    padding-bottom: 64px;
  }
}
.auth__choose {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  cursor: pointer;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
.auth__choose:hover, .auth__choose:focus {
  outline: none;
  -webkit-box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.auth__choose:active, .auth__choose.active {
  border-color: #FFCC00;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.auth__title {
  padding-top: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  color: #EFBF04;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .auth__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .auth__title {
    font-size: 30px;
  }
}
.auth__title--signin {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .auth__title--signin {
    padding-bottom: 24px;
  }
}
.auth__intro {
  padding-top: 8px;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  color: #000000;
  text-align: center;
}
@media (min-width: 768px) {
  .auth__intro {
    padding-top: 10px;
    padding-bottom: 28px;
    font-size: 14px;
  }
}
.auth__img {
  margin-bottom: 20px;
  margin-top: 20px;
  height: auto;
  width: 140px;
}
@media (min-width: 768px) {
  .auth__img {
    width: 140px;
  }
}
@media (min-width: 1200px) {
  .auth__img {
    width: 140px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.auth__text {
  font-size: 1rem;
  color: #9D9D9D;
}
.auth__text_dark {
  color: #343434;
}
.auth__text--recover {
  padding: 8px 10px;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  background: #EAEAEA;
  border-radius: 8px;
  margin-top: 12px;
}
.auth__return-link {
  z-index: 300;
  position: absolute;
  top: 19px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}
.auth__return-link svg {
  stroke: #000000;
}
.auth__return-link:hover {
  color: #EFBF04;
}
.auth__return-link:hover svg {
  stroke: #EFBF04;
}
.auth__code {
  margin-bottom: 40px;
  padding: 25px;
  font-size: 0.875rem;
  text-align: left;
  background-color: #f3f3f3;
}
.auth__form-group {
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}
.auth__form-group .invalid-feedback {
  font-size: 10px;
}
@media (min-width: 768px) {
  .auth__form-group--become-partner {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .auth__form-group--feedback {
    margin-bottom: 24px;
  }
}
.auth__form-checkbox {
  margin-bottom: 30px;
  padding-left: 35px;
}
@media (min-width: 1200px) {
  .auth__form-checkbox {
    padding-left: 40px;
    text-align: left;
  }
}
.auth__label {
  margin-bottom: 0;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  text-align: left;
  color: #000000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 768px) {
  .auth__label {
    font-size: 12px;
    line-height: 14px;
  }
}
.auth__label-check {
  font-size: 14px;
  line-height: 17px;
  text-align: left;
  padding-top: 6px;
}
.auth__label-check:before, .auth__label-check:after {
  left: -35px;
  width: 22px;
  height: 22px;
}
@media (min-width: 1200px) {
  .auth__label-check:before, .auth__label-check:after {
    left: -40px;
  }
}
.auth__label-check-agree {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}
.auth__label-check-terms {
  color: #000000;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}
.auth__label-check-terms:hover, .auth__label-check-terms:focus, .auth__label-check-terms:active {
  color: #EFBF04;
  text-decoration: none;
}
.auth__input {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  padding: 3px 10px 5px 0;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  color: #3d3d3d;
  border: none;
  border-bottom: 1px solid #bebebe;
  border-radius: 0;
  background-color: transparent;
}
.auth__input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #EFBF04;
  background-color: transparent;
  outline: none;
}
@media (min-width: 768px) {
  .auth__input {
    font-size: 14px;
    line-height: normal;
  }
}
.auth__textarea {
  border-radius: 0;
  max-height: 100px;
  border: none;
  border-bottom: 1px solid #bebebe;
}
.auth__form.was-validated .form-control:invalid {
  border-color: #ff3a3a;
}
.auth__form.was-validated .form-control:invalid:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.auth__form.was-validated .form-control:valid {
  border-color: #4bb835;
}
.auth__form.was-validated .form-control:valid:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.auth__form.was-validated .form-control:invalid ~ .invalid-feedback,
.auth__form.was-validated .form-control:invalid ~ .invalid-tooltip,
.auth__form.was-validated .form-control.is-invalid ~ .invalid-feedback,
.auth__form.was-validated .form-control.is-invalid ~ .invalid-tooltip,
.auth__form.was-validated .custom-select:invalid ~ .invalid-feedback,
.auth__form.was-validated .custom-select:invalid ~ .invalid-tooltip,
.auth__form.was-validated .custom-select.is-invalid ~ .invalid-feedback,
.auth__form.was-validated .custom-select.is-invalid ~ .invalid-tooltip {
  margin-top: 0;
  font-size: 10px;
}
.auth__submit-btn {
  display: block;
  width: 100%;
  max-width: 480px;
  padding: 14px;
  margin: 18px auto 24px;
  border: none;
  border-radius: 80px;
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  background-color: #FFCC00;
  background: linear-gradient(182.81deg, #EFBF04 -47.11%, #DEE3B6 -3.74%, #ECD821 25.63%, #D3A40A 66.94%, #EFBF04 111.46%);
  -webkit-transition: 250ms;
  transition: 250ms;
}
@media (min-width: 768px) {
  .auth__submit-btn {
    max-width: 250px;
    margin-top: 38px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1200px) {
  .auth__submit-btn {
    margin-top: 48px;
    margin-bottom: 28px;
  }
}
.auth__submit-btn:hover, .auth__submit-btn:focus {
  color: #000000;
  background-color: #EFBF04;
  background: linear-gradient(182.81deg, #E7B11D -47.11%, #FDD976 -3.74%, #E7B11D 25.63%, #AD8412 66.94%, #E7B11D 111.46%);
}
.auth__submit-btn:active {
  color: #000000;
  background-color: #d2b413;
  background: linear-gradient(182.81deg, #C48927 -47.11%, #EBB863 -3.74%, #C48927 25.63%, #926417 66.94%, #C48927 111.46%);
}
.auth__submit-btn:disabled {
  color: #e0e0e0;
  background-color: #bebebe;
}
@media (min-width: 768px) {
  .auth__submit-btn--signin {
    max-width: 250px;
  }
}
.auth__submit-btn--b-partner {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .auth__submit-btn--b-partner {
    max-width: 250px;
  }
}
.auth__submit-btn--feedback {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .auth__submit-btn--feedback {
    max-width: 250px;
  }
}
.auth__login-wrap {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin-top: 36px;
}
.auth__login-text {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}
.auth__login-btn {
  display: block;
  border: none;
  -webkit-box-shadow: inset 0 0 0 1px #000;
          box-shadow: inset 0 0 0 1px #000;
  border-radius: 80px;
  background-color: transparent;
  text-align: center;
  padding: 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
  margin: 0 auto;
  width: 100%;
  max-width: 480px;
  -webkit-transition: 250ms;
  transition: 250ms;
}
@media (min-width: 768px) {
  .auth__login-btn {
    max-width: 250px;
  }
}
.auth__login-btn:hover, .auth__login-btn:focus {
  background-color: 3A3A3AFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(35.37%, #3A3A3A), color-stop(70.9%, #000000), to(#5E5E5E));
  background: linear-gradient(180deg, #000000 0%, #3A3A3A 35.37%, #000000 70.9%, #5E5E5E 100%);
  color: #fff;
}
.auth__login-btn:active {
  background-color: 3A3A3AFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(35.37%, #161616), color-stop(70.9%, #000000), to(#151515)), -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(35.37%, #3A3A3A), color-stop(70.9%, #000000), to(#5E5E5E));
  background: linear-gradient(180deg, #000000 0%, #161616 35.37%, #000000 70.9%, #151515 100%), linear-gradient(180deg, #000000 0%, #3A3A3A 35.37%, #000000 70.9%, #5E5E5E 100%);
  color: #fff;
}
.auth__forgot-pswd {
  padding: 2px 0 0;
  font-family: "Manrope", sans-serif;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 14px;
  color: #3D3D3D !important;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .auth__forgot-pswd {
    padding-top: 5px;
    font-size: 14px !important;
    line-height: 17px;
  }
}
.auth__forgot-pswd:hover, .auth__forgot-pswd:focus, .auth__forgot-pswd:active {
  text-decoration: none;
  color: #EFBF04 !important;
}
.auth__need-account {
  margin-top: 36px;
}
.auth__need-account-text {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}
.auth__need-account-btn {
  display: block;
  border: none;
  -webkit-box-shadow: inset 0 0 0 1px #000;
          box-shadow: inset 0 0 0 1px #000;
  border-radius: 80px;
  background-color: transparent;
  text-align: center;
  padding: 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
  margin: 0 auto;
  width: 100%;
  max-width: 480px;
  -webkit-transition: 250ms;
  transition: 250ms;
}
@media (min-width: 768px) {
  .auth__need-account-btn {
    max-width: 250px;
  }
}
.auth__need-account-btn:hover, .auth__need-account-btn:focus {
  background-color: 3A3A3AFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(35.37%, #3A3A3A), color-stop(70.9%, #000000), to(#5E5E5E));
  background: linear-gradient(180deg, #000000 0%, #3A3A3A 35.37%, #000000 70.9%, #5E5E5E 100%);
  color: #fff;
}
.auth__need-account-btn:active {
  background-color: 3A3A3AFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(35.37%, #161616), color-stop(70.9%, #000000), to(#151515)), -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(35.37%, #3A3A3A), color-stop(70.9%, #000000), to(#5E5E5E));
  background: linear-gradient(180deg, #000000 0%, #161616 35.37%, #000000 70.9%, #151515 100%), linear-gradient(180deg, #000000 0%, #3A3A3A 35.37%, #000000 70.9%, #5E5E5E 100%);
  color: #fff;
}
.auth__email-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #EAEAEA;
  border-radius: 0 0 12px 12px;
  padding: 16px;
  text-align: center;
}
.auth__email-feedback {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  text-decoration: underline;
}
.auth__email-feedback:hover, .auth__email-feedback:focus, .auth__email-feedback:active {
  color: #EFBF04;
  text-decoration: none;
}
.auth__apply-list {
  background: #EAEAEA;
  border-radius: 8px;
  padding: 8px 8px 2px 24px;
  margin-bottom: 24px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .auth__apply-list {
    margin-top: 16px;
  }
}
.auth__apply-list li {
  text-align: left;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 8px;
}
.auth__apply-text {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
.auth__apply-reg-btn {
  display: block;
  width: 100%;
  max-width: 480px;
  padding: 14px;
  border: none;
  border-radius: 80px;
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  background-color: #FFCC00;
  background: linear-gradient(182.81deg, #EFBF04 -47.11%, #DEE3B6 -3.74%, #ECD821 25.63%, #D3A40A 66.94%, #EFBF04 111.46%);
  -webkit-transition: 250ms;
  transition: 250ms;
}
@media (min-width: 768px) {
  .auth__apply-reg-btn {
    max-width: 250px;
  }
}
.auth__apply-reg-btn:hover, .auth__apply-reg-btn:focus {
  color: #000000;
  background-color: #EFBF04;
  background: linear-gradient(182.81deg, #E7B11D -47.11%, #FDD976 -3.74%, #E7B11D 25.63%, #AD8412 66.94%, #E7B11D 111.46%);
}
.auth__apply-reg-btn:active {
  color: #000000;
  background-color: #d2b413;
  background: linear-gradient(182.81deg, #C48927 -47.11%, #EBB863 -3.74%, #C48927 25.63%, #926417 66.94%, #C48927 111.46%);
}
.auth__apply-login-btn {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 14px;
  background-color: transparent;
  border-radius: 80px;
  border: none;
  -webkit-box-shadow: inset 0 0 0 1px #000;
          box-shadow: inset 0 0 0 1px #000;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
  -webkit-transition: 250ms;
  transition: 250ms;
}
@media (min-width: 768px) {
  .auth__apply-login-btn {
    max-width: 250px;
  }
}
.auth__apply-login-btn:hover, .auth__apply-login-btn:focus {
  background-color: 3A3A3AFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(35.37%, #3A3A3A), color-stop(70.9%, #000000), to(#5E5E5E));
  background: linear-gradient(180deg, #000000 0%, #3A3A3A 35.37%, #000000 70.9%, #5E5E5E 100%);
  color: #fff;
}
.auth__apply-login-btn:active {
  background-color: 3A3A3AFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(35.37%, #161616), color-stop(70.9%, #000000), to(#151515)), -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(35.37%, #3A3A3A), color-stop(70.9%, #000000), to(#5E5E5E));
  background: linear-gradient(180deg, #000000 0%, #161616 35.37%, #000000 70.9%, #151515 100%), linear-gradient(180deg, #000000 0%, #3A3A3A 35.37%, #000000 70.9%, #5E5E5E 100%);
  color: #fff;
}
.auth .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .auth .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #EFBF04;
  background-color: #EFBF04;
}
.auth .was-validated .custom-control-input:valid ~ .custom-control-label::before, .auth .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #EFBF04;
}

.was-validated .form-control.pw-eye-input {
  background-image: none;
}

.g-recaptcha > div {
  margin: 0 auto;
}

.section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 1rem;
  color: #343434;
  background-color: #ffffff;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 1.125rem;
  }
}
.section strong {
  color: #FFCC00;
  font-weight: normal;
}
.section_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0;
  min-height: 100vh;
  text-align: center;
}
.section__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.section__top-logo {
  height: 120px;
  width: auto;
}
@media (min-width: 768px) {
  .section__top-logo {
    height: 230px;
  }
}
@media (min-width: 992px) {
  .section__top-logo {
    height: 135px;
  }
}
@media (min-width: 1200px) {
  .section__top-logo {
    height: 160px;
  }
}
.section__top-logo--main {
  height: 170px;
}
@media (min-width: 768px) {
  .section__top-logo--main {
    height: 181px;
  }
}
@media (min-width: 992px) {
  .section__top-logo--main {
    height: 181px;
  }
}
@media (min-width: 1200px) {
  .section__top-logo--main {
    height: 181px;
  }
}
@media (min-width: 992px) and (max-height: 750px) {
  .section__top-logo--main {
    height: 181px;
  }
}
.section__top-title {
  font-family: "Jost", sans-serif;
  font-size: 26px;
}
@media (min-width: 768px) {
  .section__top-title {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .section__top-title {
    font-size: 55px;
    text-align: left;
    line-height: 1.64;
  }
}
@media (min-width: 992px) and (max-height: 750px) {
  .section__top-title {
    line-height: 1;
  }
}
.section__starter-logo {
  height: 190px;
  max-height: 25vh;
  width: auto;
}
@media (min-width: 768px) {
  .section__starter-logo {
    height: 310px;
  }
}
@media (min-width: 1200px) {
  .section__starter-logo {
    height: 280px;
  }
}
@media screen and (max-height: 850px) and (min-width: 992px) {
  .section__starter-logo {
    height: 200px;
  }
}
.section__starter-title {
  margin-bottom: 25px;
  font-family: "Manrope", sans-serif;
  font-size: 26px;
  text-align: center;
}
@media (min-width: 768px) {
  .section__starter-title {
    font-size: 36px;
  }
}
.section__header {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .section__header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .section__header {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section__header .section__header-img {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section__header .section__header-img {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .section__header .section__header-img {
    margin-bottom: 60px;
  }
}
.section__header-img {
  height: auto;
  width: 115px;
}
@media (min-width: 768px) {
  .section__header-img {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .section__header-img {
    width: 250px;
  }
}
.section__static-img {
  width: auto;
  height: 100%;
  max-height: 130px;
}
@media (min-width: 768px) {
  .section__static-img {
    max-height: 150px;
  }
}
@media (min-width: 1200px) {
  .section__static-img {
    max-height: 210px;
  }
}
.section__title {
  margin-bottom: 30px;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
}
@media (min-width: 768px) {
  .section__title {
    margin-bottom: 40px;
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .section__title {
    margin-bottom: 60px;
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .section__title_small {
    margin-bottom: 15px;
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .section__title_small {
    margin-bottom: 30px;
    font-size: 32px;
  }
}
.section__title_xs {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .section__title_xs {
    font-size: 1.125rem;
  }
}
.section__title_md {
  margin-bottom: 15px;
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .section__title_md {
    margin-bottom: 20px;
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .section__title_md {
    margin-bottom: 25px;
    font-size: 2.25rem;
  }
}
.section__title_xxl {
  font-size: 140px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .section__title_xxl {
    font-size: 240px;
  }
}
@media (min-width: 1200px) {
  .section__title_xxl {
    font-size: 300px;
  }
}
.section__title_lowercase {
  text-transform: none;
}
.section__text:last-child {
  margin-bottom: 0;
}

.footer {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 40px;
  background: #030303;
  border-top: 1px solid #3B3B3B;
}
@media (min-width: 768px) {
  .footer::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    display: none;
  }
}
.footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .footer__list {
    text-align: left;
  }
}
.footer__item {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .footer__item_right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .footer__item_right {
    text-align: left;
  }
}
.footer__link {
  font-size: 1.25rem;
  color: #9D9D9D;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
@media (min-width: 1200px) {
  .footer__link {
    font-size: 1.125rem;
  }
}
.footer__link:hover {
  text-decoration: none;
  color: #ffffff;
}
.footer__logo-wrap {
  margin-bottom: 45px;
  display: block;
  text-align: center;
}
@media (min-width: 1200px) {
  .footer__logo-wrap {
    margin-bottom: 55px;
  }
}
.footer__logo {
  height: 55px;
  width: auto;
}
@media (min-width: 1200px) {
  .footer__logo {
    height: 70px;
  }
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 45px;
}
@media (min-width: 768px) {
  .footer__socials {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .footer__socials {
    max-width: 420px;
  }
}
.footer__link-sn {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  text-decoration: none;
}
.footer__icon {
  height: 35px;
  width: auto;
  fill: #9D9D9D;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
@media (min-width: 768px) {
  .footer__icon {
    height: 45px;
  }
}
@media (min-width: 1200px) {
  .footer__icon {
    height: 40px;
  }
}
.footer__icon:hover {
  fill: #ffffff;
}
.footer__copyright {
  margin: 0;
  font-size: 0.875rem;
  color: #9D9D9D;
}

.flip-clock {
  margin: 20px auto;
  text-align: center;
  -webkit-perspective: 400px;
          perspective: 400px;
  font-family: "Manrope", sans-serif;
}
.flip-clock__piece {
  display: inline-block;
  margin: 0 10px;
}
.flip-clock__piece:first-child .flip-clock__card:after, .flip-clock__piece:last-child .flip-clock__card:after {
  display: none;
}
.flip-clock__slot {
  font-size: 0.6rem;
}
@media (min-width: 768px) {
  .flip-clock__slot {
    font-size: 0.8rem;
  }
}
@media (min-width: 1200px) {
  .flip-clock__slot {
    font-size: 0.9rem;
  }
}
.flip-clock__card {
  position: relative;
}
.flip-clock__card:after {
  content: ":";
  display: block;
  position: absolute;
  top: 50%;
  right: -14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.6rem;
}

.card {
  display: block;
  position: relative;
  padding-bottom: 0.72em;
  font-size: 1.6rem;
  line-height: 0.95;
}
@media (min-width: 576px) {
  .card {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .card {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .card {
    font-size: 3.5rem;
  }
}
.card__top, .card__bottom, .card__back::before, .card__back::after {
  display: block;
  width: 1.8em;
  height: 0.72em;
  color: #ccc;
  background: #222;
  padding: 0.25em 0.25em;
  border-radius: 0.15em 0.15em 0 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.card__bottom {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: solid 1px #000;
  background: #393939;
  border-radius: 0 0 0.15em 0.15em;
  pointer-events: none;
  overflow: hidden;
}
.card__bottom::after {
  display: block;
  margin-top: -0.72em;
}
.card__back::before, .card__bottom::after {
  content: attr(data-value);
}
.card__back {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0%;
  pointer-events: none;
}
.card__back::before {
  position: relative;
  z-index: -1;
  overflow: hidden;
}

.flip .card__back::before {
  -webkit-animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
          animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.flip .card__back .card__bottom {
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
          animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
}

@-webkit-keyframes flipTop {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    z-index: 2;
  }
  99% {
    opacity: 0.99;
  }
  100% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
    opacity: 0;
  }
}

@keyframes flipTop {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    z-index: 2;
  }
  99% {
    opacity: 0.99;
  }
  100% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes flipBottom {
  0%, 50% {
    z-index: -1;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    opacity: 0;
  }
  51% {
    opacity: 0.99;
  }
  100% {
    opacity: 0.99;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    z-index: 5;
  }
}
@keyframes flipBottom {
  0%, 50% {
    z-index: -1;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    opacity: 0;
  }
  51% {
    opacity: 0.99;
  }
  100% {
    opacity: 0.99;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    z-index: 5;
  }
}
.account {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  background-color: #343434;
  background-image: url("../images/bg/cab-user-md.jpg");
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  /* info block for personal data */
  /* language bars for fieldsets */
  /*
  // ACCOUNT FORM ELEMETNS
  */
}
@media (min-width: 768px) {
  .account {
    background-image: url("../images/bg/cab-user-bg.jpg");
  }
}
@media (min-width: 992px) {
  .account {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .account {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.account__menu {
  height: 75%;
  max-height: 420px;
  margin-bottom: 0;
  padding: 20px 15px 30px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0 0 12px 12px;
}
@media (min-width: 992px) {
  .account__menu {
    padding: 20px;
    padding-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .account__menu {
    padding: 45px 20px 100px 20px;
  }
}
.account__menu-item {
  margin-bottom: 17px;
}
.account__menu-item:hover .account__menu-link {
  text-decoration: none;
}
.account__menu-link {
  display: inline-block;
  padding-bottom: 2px;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
.account__menu-link:hover, .account__menu-link:focus {
  color: #EFBF04;
}
.account__menu-link:active {
  color: #EFBF04;
}
.account__menu-link.current-menu-item {
  border-bottom-color: #EFBF04;
  color: #EFBF04;
}
.account__menu-link--awards2019 {
  font-size: 16px;
  font-weight: bold;
  line-height: 14px;
  color: #666666;
  text-transform: uppercase;
}
.account__menu-link--awards2019:hover, .account__menu-link--awards2019:focus {
  color: #EFBF04;
}
.account__menu-link--awards2019:active {
  color: #d2b413;
  border-bottom: 1px solid transparent;
}
@media (min-width: 1200px) {
  .account__menu-link--awards2019 {
    font-size: 16px;
    line-height: 19px;
  }
}
.account__menu-link--exit {
  font-size: 14px;
  line-height: 140%;
  color: #EFBF04;
}
.account__menu-link--exit:hover, .account__menu-link--exit:focus {
  color: #d2b413;
}
.account__menu-link--exit:active {
  color: #a88a20;
  border-bottom: 1px solid transparent;
}
@media (min-width: 1200px) {
  .account__menu-link--exit {
    font-size: 16px;
  }
}
.account__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.account__main {
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 10px;
  padding-right: 10px;
}
.account__subheader {
  padding-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .account__subheader {
    padding-bottom: 50px;
    font-size: 1.125rem;
  }
}
.account__subheader .b-textbox {
  padding-top: 20px;
  padding-bottom: 20px;
}
.account__subheader .b-textbox__img {
  height: 70px;
}
@media (min-width: 768px) {
  .account__subheader .b-textbox__img {
    height: 90px;
  }
}
@media (min-width: 1200px) {
  .account__subheader .b-textbox__img {
    height: 110px;
  }
}
.account__subheader > p {
  position: relative;
  max-width: 260px;
  padding-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .account__subheader > p {
    max-width: initial;
  }
}
.account__title {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  border-color: #000000;
  color: #ffffff;
  border-radius: 12px 12px 0 0;
  text-align: center;
}
.account__title_sm {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .account__title {
    font-size: 1.5rem;
  }
  .account__title_sm {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .account__title {
    font-size: 2.25rem;
  }
  .account__title_sm {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .account__title {
    padding: 10px;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .account__title {
    font-size: 16px;
    line-height: 19px;
  }
}
.account__choose-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .account__choose-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 120px;
  }
}
.account__choose {
  display: block;
  width: 100%;
  height: 100%;
  padding: 55px 10px 10px;
  text-align: center;
  color: #343434;
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  max-width: 200px;
  min-height: 200px;
}
@media (min-width: 1200px) {
  .account__choose {
    max-width: 170px;
    min-height: 170px;
    padding: 40px 10px 5px;
    margin-bottom: 120px;
  }
}
.account__choose:hover, .account__choose:focus {
  border-color: #EFBF04;
  text-decoration: none;
  color: #343434;
  outline: none;
}
.account__choose:active, .account__choose.active {
  border-color: #FFCC00;
}
.account__choose .b-textbox__img {
  margin-bottom: 27px;
  width: 100%;
  max-width: 120px;
  height: auto;
}
@media (min-width: 768px) {
  .account__choose .b-textbox__img {
    max-width: 100px;
  }
}
@media (min-width: 1200px) {
  .account__choose .b-textbox__img {
    margin-bottom: 25px;
    max-width: 100px;
  }
}
.account__choose .b-textbox__title {
  margin-bottom: 0;
}
.account__text {
  font-size: 14px;
  color: #484848;
}
@media (min-width: 1200px) {
  .account__text {
    font-size: 1.25rem;
  }
}
.account__info-text {
  margin-bottom: 0.5rem;
  color: #9D9D9D;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .account__info-text {
    margin-bottom: 1rem;
  }
}
.account__fieldset {
  position: relative;
  padding-top: 30px;
  margin-bottom: 20px !important;
  border-top: 1px solid #FFCC00;
}
@media (min-width: 768px) {
  .account__fieldset {
    padding-top: 45px;
  }
}
.account__fieldset:before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: -10px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 30px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #FFCC00;
  border: 10px solid #ffffff;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .account__fieldset:before {
    top: -29px;
    width: 58px;
    height: 58px;
    line-height: 38px;
    font-size: 1rem;
  }
}
.account__fieldset_ua::before {
  content: "UA";
}
.account__fieldset_en::before {
  content: "EN";
}
.account__fieldset_ru::before {
  content: "RU";
}
.account .req {
  width: auto;
  margin-bottom: 100px;
  margin: 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .account .req {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .account .req {
    font-size: 14px;
  }
}
.account .req__head {
  border-bottom: 1px solid #e5e5e5;
}
.account .req__title {
  font-weight: bold;
  border: none;
  text-align: left;
}
@media (min-width: 1200px) {
  .account .req__title {
    font-size: 14px;
  }
}
.account .req__title:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.account .req__title:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.account .req__row {
  border-bottom: 1px solid #e5e5e5;
}
.account .req__row:last-of-type {
  border-bottom: none;
}
.account .req__cell {
  border: none;
  text-align: left;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .account .req__cell {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .account .req__cell {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.account .req__icon {
  width: 18px;
  height: 18px;
  fill: #343434;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
@media (min-width: 768px) {
  .account .req__icon {
    margin-right: 5px;
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 1200px) {
  .account .req__icon {
    width: 16px;
    height: 16px;
  }
}
.account .req .date {
  display: block;
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  .account .req .date {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .account .req .date {
    font-size: 12px;
  }
}
.account .req .sent {
  color: #0982f2;
  white-space: nowrap;
}
.account .req .await {
  color: #ff9737;
  white-space: nowrap;
}
.account .req .decline {
  color: #e55a1e;
  white-space: nowrap;
}
.account .req .accept {
  color: #2aad0a;
  white-space: nowrap;
}
.account__label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.account__label {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #000000;
}
.account__label_light {
  font-weight: 400;
  line-height: normal;
  color: #000000;
}
.account__change-pswd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 290px;
  min-height: 44px;
  border-radius: 80px;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
}
@media (min-width: 768px) {
  .account__change-pswd {
    max-width: 170px;
    min-height: 34px;
  }
}
.account__change-pswd:hover, .account__change-pswd:focus {
  text-decoration: none;
  background-color: #EFBF04;
}
.account__change-pswd:active {
  background-color: #EFBF04;
}
.account__input {
  display: block;
  width: 100%;
  padding: 0.5em;
  font-size: 1rem;
  border-radius: 100px;
  border: 1px solid #E3E1E5;
}
@media (min-width: 768px) {
  .account__input {
    font-size: 1.125rem;
  }
}
.account__input:focus {
  border-color: #FFCC00;
  background-color: transparent;
  outline: none;
}
.account__textarea {
  border-radius: 14px;
}
.account__tile-wrap {
  position: relative;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
}
.account__tile-wrap .nomination__icon {
  max-width: 88px;
}
@media (min-width: 576px) {
  .account__tile-wrap {
    max-width: 100%;
  }
  .account__tile-wrap .nomination__icon {
    max-width: 150px;
  }
}
@media (min-width: 768px) {
  .account__tile-wrap .nomination__icon {
    max-width: inherit;
  }
}
.account__tile {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: 250ms;
  transition: 250ms;
}
@media (min-width: 768px) {
  .account__tile {
    padding: 30px 10px;
  }
}
.account__tile:hover, .account__tile:focus {
  border-color: #EFBF04;
}
.account__tile:hover .account__tile-img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.account__tile:hover .account__tile-text {
  color: #EFBF04;
}
.account__tile-check:checked ~ .account__tile {
  border-color: #EFBF04;
}
.account__tile-img {
  margin-bottom: 10px;
  width: 100%;
  max-width: 100px;
  height: auto;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: 250ms;
  transition: 250ms;
}
@media (min-width: 768px) {
  .account__tile-img {
    margin-bottom: 20px;
    max-width: 120px;
  }
}
.account__tile-check:checked ~ .account__tile .account__tile-img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.account__img {
  margin-bottom: 10px;
  max-height: 70px;
  width: auto;
}
@media (min-width: 768px) {
  .account__img {
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .account__img {
    margin-bottom: 25px;
    max-height: 85px;
  }
}
.account__tile-text {
  margin-bottom: 0;
  color: #9D9D9D;
  font-size: 0.875rem;
  -webkit-transition: 250ms;
  transition: 250ms;
}
@media (min-width: 1200px) {
  .account__tile-text {
    font-size: 1rem;
  }
}
.account__tile-check:checked ~ .account__tile .account__tile-text {
  color: #343434;
}
.account__tile-check {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.account .was-validated .form-control:invalid, .account .was-validated .form-control:invalid ~ .image-editor {
  border-color: #ff3a3a;
}
.account .was-validated .form-control:invalid:focus, .account .was-validated .form-control:invalid ~ .image-editor:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.account .was-validated .form-control:valid {
  border-color: #4bb835;
}
.account .was-validated .form-control:valid:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.account .was-validated .form-control:invalid ~ .invalid-feedback,
.account .was-validated .form-control:invalid ~ .invalid-tooltip,
.account .was-validated .form-control.is-invalid ~ .invalid-feedback,
.account .was-validated .form-control.is-invalid ~ .invalid-tooltip,
.account .was-validated .custom-select:invalid ~ .invalid-feedback,
.account .was-validated .custom-select:invalid ~ .invalid-tooltip,
.account .was-validated .custom-select.is-invalid ~ .invalid-feedback,
.account .was-validated .custom-select.is-invalid ~ .invalid-tooltip {
  margin-top: 0;
}
.account .form-group {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .account .form-group {
    margin-bottom: 30px;
  }
}

.info-length-wrap {
  position: relative;
}

.info-length {
  position: absolute;
  bottom: 0;
  right: 35px;
  font-size: 0.75rem;
  color: #ababab;
}
.info-length.full {
  color: #ff3a3a;
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
  -webkit-animation-iteration-count: 4;
          animation-iteration-count: 4;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.mycollapse {
  display: block;
}
.mycollapse.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: 500ms ease-out;
  transition: 500ms ease-out;
}
.mycollapse.collapsed {
  display: none;
}

.post h3 {
  font-weight: normal;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .post h3 {
    font-size: 1.375rem;
  }
}
@media (min-width: 1200px) {
  .post h3 {
    font-size: 1.5rem;
  }
}
.post ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post ul li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1.75em;
}
.post ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1em;
  height: 1em;
  font-size: inherit;
  background: url("../images/icons/list-arrow.svg") center center no-repeat;
}
.post ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: li;
}
.post ol li {
  margin-bottom: 1rem;
}
.post ol li::before {
  counter-increment: li;
  content: counter(li) ".";
  display: inline-block;
  width: 1em;
  color: #FFCC00;
}

.image-editor {
  position: relative;
  padding: 15px;
  text-align: center;
  background: #fbfbfb;
  border: solid 1px #9D9D9D;
  border-radius: 12px;
}
.image-editor.error {
  border-color: #ff3a3a;
}
.image-editor.image-loaded .cropit-image-zoom-input {
  display: block;
}
.image-editor__text {
  display: none;
  position: absolute;
  z-index: 0;
  bottom: 0.5em;
  margin: 0;
  width: 100%;
  font-size: 0.875rem;
  color: #9D9D9D;
}
@media (min-width: 768px) {
  .image-editor__text {
    display: block;
  }
}
.image-editor__error {
  display: none;
  width: 100%;
  font-size: 0.875rem;
  color: #ff3a3a;
}
.error .image-editor__error {
  display: block;
}
.image-editor__button {
  font-size: 0.75rem;
  line-height: 1;
  color: #EFBF04;
  border-bottom: 1px solid #EFBF04;
  cursor: pointer;
  -webkit-transition: 250ms;
  transition: 250ms;
}
.image-editor__button:hover {
  border-color: transparent;
  color: #d2b413;
}
.image-editor__button:active {
  color: #a88a20;
}
.image-editor__button input {
  display: none;
}

.image-data-checker {
  opacity: 0;
  margin: 0;
  padding: 0;
  height: 0;
  width: 0;
}

.cropit-preview-wrap {
  display: inline-block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  width: 244px;
  text-align: center;
  font-size: 0;
  border: 2px dashed #ccc;
  border-radius: 3px;
}
@media (min-width: 576px) {
  .cropit-preview-wrap {
    width: 364px;
  }
}
@media (min-width: 768px) {
  .cropit-preview-wrap {
    width: 244px;
  }
}
@media (min-width: 992px) {
  .cropit-preview-wrap {
    width: 292px;
  }
}
@media (min-width: 1200px) {
  .cropit-preview-wrap {
    width: 484px;
  }
}
.cropit-preview-wrap_square {
  width: 254px;
}
.cropit-preview {
  display: inline-block;
  width: 240px;
  height: 120px;
  background-color: #f8f8f8;
  background-image: url("../images/icons/image-loader.svg");
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center center;
}
.cropit-preview.cropit-image-loaded {
  cursor: move;
}
.cropit-preview.cropit-image-loaded .cropit-preview-image-container {
  background-color: #ffffff;
}
@media (min-width: 576px) {
  .cropit-preview {
    zoom: 1.5;
  }
}
@media (min-width: 768px) {
  .cropit-preview {
    zoom: 1;
  }
}
@media (min-width: 992px) {
  .cropit-preview {
    zoom: 1.2;
  }
}
@media (min-width: 1200px) {
  .cropit-preview {
    zoom: 2;
  }
}
.cropit-preview_square {
  width: 250px;
  height: 250px;
  zoom: 1;
}
.cropit-preview-image-container {
  z-index: 1;
}
.cropit-image-input-wrap {
  margin: 0;
}
.cropit-image-zoom-input {
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}

.animate-background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.animate-background .bg-triangles {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.animate-background .bg-triangles_top {
  -webkit-animation-name: flyTop;
          animation-name: flyTop;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.animate-background .bg-triangles_bottom {
  -webkit-animation-name: flyTop;
          animation-name: flyTop;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
  animation-direction: reverse;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.animate-background .triangle {
  display: block;
  position: absolute;
  top: -20%;
  width: 300px;
  height: 300px;
  list-style: none;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform: translate3d(0);
          transform: translate3d(0);
}
.animate-background .triangle svg {
  width: 100%;
  height: auto;
}
.animate-background .triangle-1 {
  top: 30%;
  left: 30%;
  width: 250px;
  height: 250px;
  display: none;
}
@media (min-width: 992px) {
  .animate-background .triangle-1 {
    display: block;
  }
}
.animate-background .triangle-1 svg {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.animate-background .triangle-2 {
  top: 45%;
  left: 80%;
  width: 150px;
  height: 150px;
}
@media (min-width: 992px) {
  .animate-background .triangle-2 {
    display: block;
  }
}
.animate-background .triangle-2 svg {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.animate-background .triangle-3 {
  top: 60%;
  left: 20%;
  width: 80px;
  height: 80px;
  display: none;
}
@media (min-width: 992px) {
  .animate-background .triangle-3 {
    display: block;
  }
}
.animate-background .triangle-3 svg {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.animate-background .triangle-4 {
  top: 15%;
  left: 5%;
  width: 150px;
  height: 150px;
}
@media (min-width: 992px) {
  .animate-background .triangle-4 {
    display: block;
  }
}
.animate-background .triangle-4 svg {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
.animate-background .triangle-5 {
  top: 70%;
  left: 70%;
  width: 90px;
  height: 90px;
}
@media (min-width: 992px) {
  .animate-background .triangle-5 {
    display: block;
  }
}
.animate-background .triangle-5 svg {
  -webkit-transform: rotate(80deg);
          transform: rotate(80deg);
}
.animate-background .triangle-6 {
  top: 10%;
  left: 70%;
  width: 140px;
  height: 140px;
  display: none;
}
@media (min-width: 992px) {
  .animate-background .triangle-6 {
    display: block;
  }
}
.animate-background .triangle-6 svg {
  -webkit-transform: rotate(98deg);
          transform: rotate(98deg);
}
.animate-background .triangle-7 {
  top: 50%;
  left: 60%;
  width: 120px;
  height: 120px;
  display: none;
}
@media (min-width: 992px) {
  .animate-background .triangle-7 {
    display: block;
  }
}
.animate-background .triangle-7 svg {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.animate-background .triangle-8 {
  top: 60%;
  left: 45%;
  width: 90px;
  height: 90px;
  display: none;
}
@media (min-width: 992px) {
  .animate-background .triangle-8 {
    display: block;
  }
}
.animate-background .triangle-8 svg {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.animate-background .triangle-9 {
  top: 20%;
  left: 55%;
  width: 110px;
  height: 110px;
}
@media (min-width: 992px) {
  .animate-background .triangle-9 {
    display: block;
  }
}
.animate-background .triangle-9 svg {
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}
.animate-background .triangle-10 {
  top: 90%;
  left: 40%;
  width: 70px;
  height: 70px;
}
@media (min-width: 992px) {
  .animate-background .triangle-10 {
    display: block;
  }
}
.animate-background .triangle-10 svg {
  -webkit-transform: rotate(250deg);
          transform: rotate(250deg);
}
.animate-background .triangle-11 {
  top: 60%;
  left: 5%;
  width: 200px;
  height: 200px;
}
@media (min-width: 992px) {
  .animate-background .triangle-11 {
    display: block;
  }
}
.animate-background .triangle-11 svg {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
.animate-background .triangle-12 {
  top: 90%;
  left: 90%;
  width: 160px;
  height: 160px;
  display: none;
}
@media (min-width: 992px) {
  .animate-background .triangle-12 {
    display: block;
  }
}
.animate-background .triangle-12 svg {
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}

@-webkit-keyframes flyTop {
  0% {
    -webkit-transform: translate3d(0) rotate(0);
            transform: translate3d(0) rotate(0);
  }
  25% {
    -webkit-transform: translate3d(20px, 5px, 0) rotate(3deg);
            transform: translate3d(20px, 5px, 0) rotate(3deg);
  }
  50% {
    -webkit-transform: translate3d(25px, 25px, 0) rotate(0deg);
            transform: translate3d(25px, 25px, 0) rotate(0deg);
  }
  75% {
    -webkit-transform: translate3d(10px, 15px, 0) rotate(3deg);
            transform: translate3d(10px, 15px, 0) rotate(3deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
            transform: translate3d(0, 0, 0) rotate(0);
  }
}

@keyframes flyTop {
  0% {
    -webkit-transform: translate3d(0) rotate(0);
            transform: translate3d(0) rotate(0);
  }
  25% {
    -webkit-transform: translate3d(20px, 5px, 0) rotate(3deg);
            transform: translate3d(20px, 5px, 0) rotate(3deg);
  }
  50% {
    -webkit-transform: translate3d(25px, 25px, 0) rotate(0deg);
            transform: translate3d(25px, 25px, 0) rotate(0deg);
  }
  75% {
    -webkit-transform: translate3d(10px, 15px, 0) rotate(3deg);
            transform: translate3d(10px, 15px, 0) rotate(3deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
            transform: translate3d(0, 0, 0) rotate(0);
  }
}
.account__menu-header {
  width: 100%;
  height: 25%;
  max-height: 140px;
  border-radius: 12px 12px 0px 0px;
  background-color: #fff;
  backdrop-filter: blur(20px);
}
.account__menu-header-info {
  width: 80%;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #DBDBDB;
}
.account__menu-header-icon {
  width: 34px;
  height: 54px;
}
.account__menu-header-name {
  padding-top: 0;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  padding: 0px;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("../images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
.body-coming-soon {
  background: url("../images/bg/bg-stage-mob-2025.png") center center no-repeat;
  width: 100%;
  height: 100vh;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* --- Media Queries --- */
}
@media (min-width: 576px) {
  .body-coming-soon {
    background: url("../images/bg/bg-stage-2025.png") center center no-repeat;
    background-size: cover;
    gap: 20px;
  }
}
.body-coming-soon .logo {
  width: 195px;
  height: 195px;
  margin: 0 auto;
}
.body-coming-soon .logo img {
  width: 100%;
}
.body-coming-soon .content {
  margin: 0 auto;
  text-align: center;
}
.body-coming-soon .title01 {
  font-size: 24px;
  font-weight: lighter;
  font-family: "Manrope", sans-serif;
  line-height: 95.5%;
  letter-spacing: 3.6px;
  color: #EFBF04;
}
.body-coming-soon .title02 {
  font-size: 44px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  line-height: 70px;
  color: #ffffff;
  letter-spacing: 0.05em;
}
.body-coming-soon .box-year-10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 720px;
  text-align: center;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  padding: 35px 35px 55px;
}
.body-coming-soon .box-year-10 svg {
  min-width: 40px;
}
.body-coming-soon .box-year-10 span {
  padding: 0 6px;
}
.body-coming-soon .box-date {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  width: 90%;
  max-width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 0 0;
  gap: 10px;
  border-top: 1px solid #FFFFFF;
}
.body-coming-soon .line-box {
  width: 100%;
  height: 2px;
  background: #FFFFFF;
}
.body-coming-soon .title-box {
  font-size: 20px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-bottom: 10px;
}
.body-coming-soon .text-date {
  font-size: 20px;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  color: #EFBF04;
}
.body-coming-soon .center-text {
  padding: 0 10px;
}
@media (min-width: 414px) {
  .body-coming-soon .logo {
    width: 180px;
    height: 180px;
  }
  .body-coming-soon .title01 {
    font-size: 22px;
  }
  .body-coming-soon .title02 {
    font-size: 40px;
    line-height: 60px;
  }
  .body-coming-soon .box-date {
    max-width: 580px;
  }
  .body-coming-soon .title-box {
    font-size: 20px;
  }
  .body-coming-soon .text-date {
    font-size: 20px;
  }
}
@media (min-width: 575px) {
  .body-coming-soon .logo {
    width: 210px;
    height: 210px;
  }
  .body-coming-soon .title01 {
    font-size: 28px;
  }
  .body-coming-soon .title02 {
    font-size: 65px;
    line-height: 90px;
  }
}
@media (min-width: 991px) {
  .body-coming-soon .logo {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
  .body-coming-soon .title01 {
    font-size: 48px;
  }
  .body-coming-soon .title02 {
    font-size: 130px;
    line-height: 160px;
  }
  .body-coming-soon .box-year-10 {
    font-size: 40px;
    padding: 15px 35px 35px;
  }
  .body-coming-soon .box-date {
    max-width: 980px;
  }
  .body-coming-soon .title-box {
    font-size: 32px;
  }
  .body-coming-soon .text-date {
    font-size: 40px;
  }
}

.pw-eye-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.pw-eye-input {
  padding-right: 42px;
}

.pw-eye-btn {
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #6b7280;
  opacity: 0.9;
  outline: none;
  z-index: 1;
}

.pw-eye-btn:hover {
  color: #111;
  opacity: 1;
}

.pw-eye-btn:focus:not(:focus-visible) {
  outline: none;
}

.pw-eye-btn svg {
  display: block;
  width: 20px;
  height: 20px;
}

.pw-eye-btn .eye-off {
  display: none;
}

.pw-eye-btn[aria-pressed=true] .eye-on {
  display: none;
}

.pw-eye-btn[aria-pressed=true] .eye-off {
  display: block;
}

/* BLOCKS*/
.btn {
  display: block;
  width: 100%;
  padding: 0.85em;
  text-transform: uppercase;
  line-height: 1;
  color: #343434;
  text-align: center;
  font-size: 1rem;
  border-width: 2px;
  border-style: solid;
  border-color: #343434;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
@media (min-width: 768px) {
  .btn {
    padding: 0.8em;
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .btn {
    padding: 0.7em;
    font-size: 1.25rem;
  }
}
.btn:focus {
  outline: none;
  -webkit-box-shadow: 0 0 2px 2px rgba(52, 52, 52, 0.5);
          box-shadow: 0 0 2px 2px rgba(52, 52, 52, 0.5);
}
.btn:hover {
  color: #ffffff;
  background-color: #FFCC00;
  border-color: #FFCC00;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:active {
  color: #ffffff;
  background-color: rgb(204, 163.2, 0);
  border-color: rgb(204, 163.2, 0);
}
.btn:disabled, .btn:disabled:hover {
  color: #9D9D9D;
  background-color: rgb(144.25, 144.25, 144.25);
  border-color: rgb(144.25, 144.25, 144.25);
  cursor: default;
}
.btn_inline {
  display: inline-block;
  width: auto;
  padding-left: 3em;
  padding-right: 3em;
}
.btn_outline {
  background-color: transparent;
}
.btn_primary {
  text-transform: none;
  color: #ffffff;
  background-color: #FFCC00;
  border-color: #FFCC00;
}
.btn_primary:hover {
  background-color: rgb(219.3, 175.44, 0);
  border-color: rgb(219.3, 175.44, 0);
}
.btn_primary:focus {
  -webkit-box-shadow: 0 0 2px 2px rgba(255, 204, 0, 0.5);
          box-shadow: 0 0 2px 2px rgba(255, 204, 0, 0.5);
}
.btn_primary:active {
  background-color: rgb(178.5, 142.8, 0);
  border-color: rgb(178.5, 142.8, 0);
}
.btn_white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn_white:focus {
  -webkit-box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.5);
}
.btn_white:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn_gold {
  color: #FFCC00;
  border-color: #FFCC00;
}
.btn_gold:focus {
  -webkit-box-shadow: 0 0 2px 2px rgba(255, 204, 0, 0.5);
          box-shadow: 0 0 2px 2px rgba(255, 204, 0, 0.5);
}
.btn_gold:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn_fill {
  position: relative;
  z-index: 0;
  padding: 1em;
  color: #343434;
  border: none;
}
.btn_fill::before, .btn_fill::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  content: "";
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
@media (min-width: 768px) {
  .btn_fill::before, .btn_fill::after {
    border-radius: 27px;
  }
}
@media (min-width: 1200px) {
  .btn_fill::before, .btn_fill::after {
    border-radius: 32px;
  }
}
.btn_fill::before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(173, 173, 173)), color-stop(73%, #fff));
  background-image: linear-gradient(to top, rgb(173, 173, 173) 0%, #fff 73%);
  -webkit-box-shadow: 0px 24px 16px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0px 24px 16px 0 rgba(0, 0, 0, 0.35);
}
.btn_fill::after {
  opacity: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FFCC00), color-stop(73%, #f3eeb6));
  background-image: linear-gradient(to top, #FFCC00 0%, #f3eeb6 73%);
}
.btn_fill:focus {
  -webkit-box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.5);
}
.btn_fill:hover {
  color: #695503;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn_fill:hover::after {
  opacity: 1;
}
.btn_fill:active::after {
  opacity: 0.5;
}
.btn_big {
  padding: 1.1em;
}
@media (min-width: 768px) {
  .btn_big {
    border-radius: 27px;
  }
}
@media (min-width: 1200px) {
  .btn_big {
    border-radius: 32px;
  }
}
.btn_small {
  display: inline-block;
  padding: 0.3em 2em;
  width: auto;
  text-transform: none;
}
.btn_text-normal {
  text-transform: none;
}

.btn-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
}
@media (min-width: 768px) {
  .btn-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 210px;
            flex: 0 0 210px;
  }
}
@media (min-width: 1200px) {
  .btn-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
            flex: 0 0 270px;
  }
}

.btn-tiket {
  margin-top: 0px;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .btn-tiket {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .btn-tiket {
    margin-top: 45px;
    margin-bottom: 0px;
  }
}

.btn-close {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.btn-close:hover .btn-close__cross {
  fill: #F9CF2E;
}
.btn-close__cross {
  width: 100%;
  height: auto;
  fill: #000000;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}

.btn-link {
  color: #FFCC00;
  font-size: 1.125rem;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
.btn-link:hover, .btn-link:focus {
  color: #343434;
  text-decoration: none;
}
.btn-link:focus {
  outline: none;
}
.btn-link_primary {
  color: #fff;
  background: #FFCC00;
  border-radius: 100px;
  height: 40px;
  width: 100%;
}
.btn-link_secondary {
  color: #fff;
  background: #a5b2c3;
  border-radius: 100px;
  height: 40px;
  width: 100%;
}

.btn-round-icon {
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  border: none;
  background: none;
  border-radius: 50%;
  cursor: pointer;
}
@media (min-width: 768px) {
  .btn-round-icon {
    width: 52px;
    height: 52px;
  }
}
@media (min-width: 1200px) {
  .btn-round-icon {
    width: 70px;
    height: 70px;
  }
}
.btn-round-icon:focus {
  outline: none;
}
.btn-round-icon:hover svg {
  fill: #FFCC00;
}
.btn-round-icon path {
  fill: #ffffff !important;
}

.b-badge {
  text-align: center;
}
.b-badge__header {
  white-space: nowrap;
}
.b-badge__header .b-badge__img {
  width: 145px;
}
@media (min-width: 576px) {
  .b-badge__header .b-badge__img {
    width: 200px;
  }
}
.b-badge__img {
  margin-bottom: 10px;
  width: 145px;
  height: auto;
}
@media (min-width: 768px) {
  .b-badge__img {
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .b-badge__img {
    margin-bottom: 25px;
    width: 200px;
  }
}
.b-badge__decor {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  vertical-align: bottom;
  font-size: 40px;
  font-weight: lighter;
  color: #EFBF04;
}
@media (min-width: 768px) {
  .b-badge__decor {
    margin-left: 20px;
    margin-right: 20px;
    top: -15px;
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .b-badge__decor {
    margin-left: 30px;
    margin-right: 30px;
    top: -5px;
    font-size: 58px;
  }
}
.b-badge__text {
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .b-badge__text {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .b-badge__text {
    font-size: 1.375rem;
    font-weight: normal;
  }
}

.b-diploma {
  height: 210px;
  width: 300px;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
.b-diploma:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.b-diploma_big {
  height: 320px;
  width: 450px;
}

.b-textbox {
  display: block;
  padding: 15px;
  padding-bottom: 45px;
  text-align: left;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .b-textbox {
    padding: 15px 35px 45px;
  }
}
@media (min-width: 1200px) {
  .b-textbox {
    padding: 15px 90px 50px;
  }
}
.b-textbox_fixed {
  position: relative;
  top: 0;
  padding: 0 10px 10px;
  min-height: 100px;
  line-height: 100px;
  text-align: center;
}
@media (min-width: 768px) {
  .b-textbox_fixed {
    min-height: 120px;
    line-height: 120px;
  }
}
.b-textbox_fixed:hover {
  top: 5px;
  -webkit-box-shadow: 0px 20px 30px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0px 20px 30px 0 rgba(0, 0, 0, 0.07);
}
.b-textbox_general {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: calc(100% - 40px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.b-textbox_general::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  display: block;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  background-color: #ffffff;
  z-index: -1;
  -webkit-box-shadow: 0px 65px 62px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0px 65px 62px 0 rgba(0, 0, 0, 0.07);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
.b-textbox_general::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-bottom: 5px solid #FFCC00;
  -webkit-box-shadow: 0px 20px 20px rgba(51, 51, 51, 0.15);
          box-shadow: 0px 20px 20px rgba(51, 51, 51, 0.15);
  z-index: -1;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
.b-textbox_general:hover::before {
  -webkit-box-shadow: 0px 20px 30px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0px 20px 30px 0 rgba(0, 0, 0, 0.07);
}
@media (min-width: 1200px) {
  .b-textbox_secondary {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }
}
.b-textbox_secondary::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #FFCC00;
  -webkit-transition: 250ms;
  transition: 250ms;
}
.b-textbox_secondary:hover::after {
  width: 100%;
}
.b-textbox_minpadding {
  padding: 10px;
}
.b-textbox_transparent {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.b-textbox_feedback {
  text-align: center;
}
.b-textbox_feedback .b-textbox__img {
  margin-bottom: 20px;
  height: 70px;
}
@media (min-width: 576px) {
  .b-textbox_feedback .b-textbox__img {
    height: 90px;
  }
}
@media (min-width: 768px) {
  .b-textbox_feedback .b-textbox__img {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .b-textbox_feedback .b-textbox__img {
    height: 120px;
    margin-bottom: 30px;
  }
}
.b-textbox_feedback .b-textbox__title {
  text-transform: none;
  line-height: 1.15;
}
.b-textbox__title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .b-textbox__title {
    font-size: 22px;
    font-weight: normal;
  }
}
.b-textbox__title_sm {
  font-size: 1rem;
  font-weight: bold;
}
.b-textbox__title_normal {
  font-weight: normal;
}
.b-textbox__text {
  color: #000000;
  padding: 30px;
}
@media (max-width: 991px) {
  .b-textbox__text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.b-textbox__text:last-child {
  margin-bottom: 0;
}
.b-textbox__img {
  vertical-align: middle;
  height: 60px;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .b-textbox__img {
    height: 77px;
  }
}
.b-textbox__img_small {
  height: 40px;
}
@media (min-width: 768px) {
  .b-textbox__img_small {
    height: 60px;
  }
}
.b-textbox__img_mid {
  height: 35px;
}
@media (min-width: 768px) {
  .b-textbox__img_mid {
    height: 50px;
  }
}
.b-textbox__img_big {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 80px;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .b-textbox__img_big {
    margin-top: 50px;
    margin-bottom: 50px;
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .b-textbox__img_big {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.b-textbox__img_47 {
  height: 35px;
}
@media (min-width: 768px) {
  .b-textbox__img_47 {
    height: 48px;
  }
}
.b-textbox__img_60 {
  height: 50px;
}
@media (min-width: 768px) {
  .b-textbox__img_60 {
    height: 60px;
  }
}

.b-textbox.b-textbox_feedback {
  padding-top: 30px;
}

.private-area.support .b-textbox__text {
  padding-top: 5px;
  padding-bottom: 5px;
}

.b-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 30px 15px;
  -webkit-box-shadow: 0px 5px 80px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 80px rgba(0, 0, 0, 0.1);
  color: inherit;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
@media (min-width: 1200px) {
  .b-tile {
    padding: 50px 15px;
  }
}
.b-tile:hover {
  text-decoration: none;
  color: #000;
}
.b-tile:hover .btn_white {
  color: #FFCC00;
  border-color: #FFCC00;
}
.b-tile:hover .btn_white:focus {
  -webkit-box-shadow: 0 0 2px 2px rgba(255, 204, 0, 0.5);
          box-shadow: 0 0 2px 2px rgba(255, 204, 0, 0.5);
}
.b-tile:hover .btn_white:hover {
  color: #ffffff;
}
.b-tile_gold {
  border-color: #FFCC00;
}
.b-tile_part {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 25px;
}
.b-tile_jury {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}
.b-tile__img-wrap {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .b-tile__img-wrap {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .b-tile__img-wrap {
    margin-bottom: 30px;
  }
}
.b-tile__img-wrap_rounded {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  padding-top: 18px;
  background-color: transparent;
}
.b-tile__img-wrap_rounded .b-tile__img {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 200px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .b-tile__img-wrap_rounded .b-tile__img {
    height: 153px;
  }
}
@media (min-width: 1200px) {
  .b-tile__img-wrap_rounded .b-tile__img {
    height: 250px;
  }
}
.b-tile__img {
  display: block;
  width: 100%;
  height: auto;
}
.b-tile__img_rounded {
  border-radius: 50%;
}
.b-tile__decor {
  width: 94px;
  height: 3px;
  margin: 0 auto;
  background-color: #EFBF04;
}
@media (min-width: 768px) {
  .b-tile__decor {
    width: 71px;
    height: 2px;
  }
}
@media (min-width: 992px) {
  .b-tile__decor {
    width: 120px;
    height: 4px;
  }
}
.b-tile__title {
  margin-bottom: 0px;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #484848;
  line-height: 26px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .b-tile__title {
    font-size: 20px;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .b-tile__title {
    font-size: 22px;
    font-weight: bold;
  }
}
.b-tile__title:hover {
  color: #EFBF04;
}
.b-tile__subtitle {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #9D9D9D;
}
@media (min-width: 992px) {
  .b-tile__subtitle {
    font-size: 1.125rem;
  }
}
.b-tile__subtitle::before, .b-tile__subtitle::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  height: 1px;
  width: 10%;
  background-color: #9D9D9D;
}
@media (min-width: 768px) {
  .b-tile__subtitle::before, .b-tile__subtitle::after {
    width: 15%;
  }
}
@media (min-width: 992px) {
  .b-tile__subtitle::before, .b-tile__subtitle::after {
    width: 7%;
  }
}
@media (min-width: 1200px) {
  .b-tile__subtitle::before, .b-tile__subtitle::after {
    width: 10%;
  }
}
.b-tile__subtitle:before {
  left: 20px;
}
@media (min-width: 768px) {
  .b-tile__subtitle:before {
    left: 10px;
  }
}
.b-tile__subtitle:after {
  right: 20px;
}
@media (min-width: 768px) {
  .b-tile__subtitle:after {
    right: 10px;
  }
}
.b-tile__text {
  padding: 18px 25px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
  color: #505050;
}
@media (min-width: 992px) {
  .b-tile__text {
    font-size: 16px;
    padding: 23px 32px;
  }
}
@media (min-width: 1200px) {
  .b-tile__text {
    font-size: 18px;
  }
}
.b-tile__footer {
  text-align: center;
}
.b-tile__icon-wrap {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.b-tile__soclink {
  padding-left: 10px;
  padding-right: 10px;
}
.b-tile__soclink:hover .icon {
  fill: #FFCC00;
}
.b-tile__votes {
  margin-top: 25px;
  text-align: center;
  color: #EFBF04;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .b-tile__votes {
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .b-tile__votes {
    margin-top: 25px;
  }
}
.b-tile__votes-big {
  font-size: 36px;
}
@media (min-width: 768px) {
  .b-tile__votes-big {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .b-tile__votes-big {
    font-size: 36px;
  }
}
.b-tile__votes-small {
  text-transform: uppercase;
  font-size: 1rem;
  font-size: 14px;
}
@media (min-width: 768px) {
  .b-tile__votes-small {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .b-tile__votes-small {
    font-size: 14px;
  }
}
.b-tile .b-badge__img {
  margin-bottom: 20px;
  max-height: 65px;
}
@media (min-width: 768px) {
  .b-tile .b-badge__img {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .b-tile .b-badge__img {
    margin-bottom: 45px;
    max-height: 90px;
  }
}
@media (min-width: 576px) {
  .b-tile .b-badge__text {
    min-height: 4.2em;
  }
}

.votes-box {
  width: 300px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-votes__text {
  margin-top: 25px;
  text-align: center;
}
.single-votes__text_lg {
  font-size: 47px;
  color: #EFBF04;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.single-votes__text_sm {
  text-transform: uppercase;
  font-size: 16px;
  color: #EFBF04;
}

.b_gold span {
  color: #EFBF04;
}

.b_silver span {
  color: #BFBFBF;
}

.b_bronze span {
  color: #CD7F32;
}

.winner-decor {
  width: 300px;
  height: 3px;
  margin: 0 auto;
  margin-top: 30px;
  background-color: #EFBF04;
}
@media (min-width: 768px) {
  .winner-decor {
    width: 180px;
    height: 2px;
  }
}
@media (min-width: 992px) {
  .winner-decor {
    width: 260px;
    height: 4px;
  }
}

.five-section {
  padding-bottom: 0px !important;
}
.five-section .row30 {
  margin-right: -15px !important;
  margin-left: -15px !important;
}
@media (min-width: 768px) {
  .five-section .row30 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
}
@media (min-width: 1200px) {
  .five-section .row30 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
}

.five-section-top {
  padding-top: 60px !important;
}
.five-section-top .row30 {
  margin-right: -15px !important;
  margin-left: -15px !important;
}
@media (min-width: 768px) {
  .five-section-top .row30 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
}
@media (min-width: 1200px) {
  .five-section-top .row30 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
}

.b-stage {
  position: relative;
  text-align: center;
}
.b-stage.active::after {
  content: url("../images/icons/arrow.svg");
  display: inline-block;
  height: 25px;
  width: 25px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 768px) {
  .b-stage.active::after {
    position: absolute;
    top: 20px;
    right: -35px;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 1200px) {
  .b-stage.active::after {
    top: 30px;
    right: -45px;
    height: 35px;
    width: 35px;
  }
}
.b-stage.active .b-stage__img {
  -webkit-filter: none;
          filter: none;
}
.b-stage:not(.active) .b-stage__b-textbox {
  margin-bottom: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.b-stage_last.active::after {
  display: none;
}
.b-stage_last .b-stage__b-textbox {
  margin-bottom: 0;
}
.b-stage__img {
  height: 70px;
  width: auto;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media (min-width: 1200px) {
  .b-stage__img {
    height: 100px;
  }
}
.b-stage__b-textbox {
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .b-stage__b-textbox {
    margin-bottom: 0;
    padding: 40px 20px;
  }
}

.b-partner {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .b-partner {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .b-partner {
    margin-bottom: 70px;
  }
}
.b-partner__img {
  max-height: 35px;
  width: auto;
  max-width: 60%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
@media (min-width: 768px) {
  .b-partner__img {
    max-width: 80%;
    max-height: 45px;
  }
}
@media (min-width: 1200px) {
  .b-partner__img {
    max-width: 100%;
    max-height: 55px;
  }
}
.b-partner__img:hover {
  -webkit-filter: none;
          filter: none;
}

.b-winner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 25px;
  width: 100%;
  height: 100%;
  color: #484848;
  text-align: center;
  background: radial-gradient(114.34% 77.13% at 50% 50%, #215BD9 0%, #000000 78.13%);
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
.b-winner:hover {
  text-decoration: none;
  color: #484848;
}
.b-winner__header {
  background-color: #ffffff;
}
.b-winner__body {
  padding: 25px;
}
@media (min-width: 768px) {
  .b-winner__body {
    padding: 15px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .b-winner__body {
    padding: 25px;
    padding-top: 35px;
    padding-bottom: 45px;
  }
}
.b-winner__top {
  position: relative;
  margin-bottom: 20px;
  font-size: 22px;
  color: #d4d4d4;
}
@media (min-width: 768px) {
  .b-winner__top {
    font-size: 18px;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .b-winner__top {
    margin-bottom: 35px;
    font-size: 22px;
  }
}
.b-winner__middle {
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .b-winner__middle {
    margin-bottom: 40px;
  }
}
.b-winner__bottom {
  color: #ffffff;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .b-winner__bottom {
    padding-top: 22px;
  }
}
@media (min-width: 1200px) {
  .b-winner__bottom {
    padding-top: 40px;
  }
}
.b-winner__text {
  display: block;
}
.b-winner__text_sm {
  text-transform: uppercase;
  font-size: 14px;
  color: #484848;
}
@media (min-width: 768px) {
  .b-winner__text_sm {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .b-winner__text_sm {
    font-size: 16px;
  }
}
.b-winner__text_lg {
  font-size: 26px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .b-winner__text_lg {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .b-winner__text_lg {
    font-size: 36px;
  }
}
.b-winner__padding {
  padding-bottom: 20px;
}
.b-winner__name {
  color: #f2f2f2;
  padding-bottom: 30px;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  padding-top: 14px;
}
@media (min-width: 768px) {
  .b-winner__name {
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .b-winner__name {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 30px;
  }
}
.b-winner__color {
  color: #484848;
}
.b-winner__logo {
  width: 100%;
  height: auto;
}
.b-winner__logo_rounded {
  margin-top: 10px;
  margin-bottom: 10px;
  width: auto;
  height: 200px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .b-winner__logo_rounded {
    height: 153px;
  }
}
@media (min-width: 1200px) {
  .b-winner__logo_rounded {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 200px;
  }
}
.b-winner__icon {
  width: auto;
  height: 150px;
}
@media (min-width: 768px) {
  .b-winner__icon {
    height: 115px;
  }
}
@media (min-width: 1200px) {
  .b-winner__icon {
    height: 180px;
  }
}
.b-winner__icons-block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .b-winner__icons-block {
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  .b-winner__icons-block {
    padding-top: 20px;
  }
}
.b-winner__block {
  text-align: center;
  font-size: 0.625rem;
  color: #9D9D9D;
}
@media (min-width: 768px) {
  .b-winner__block {
    font-size: 9px;
  }
}
@media (min-width: 1200px) {
  .b-winner__block {
    font-size: 0.75rem;
  }
}
.b-winner__info {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.b-winner__link {
  position: relative;
  top: 0;
  margin: 0 10px;
}
.b-winner__link:hover {
  top: -5px;
  text-decoration: none;
}
.b-winner__icon-load {
  width: 34px;
  height: auto;
}
@media (min-width: 768px) {
  .b-winner__icon-load {
    width: 28px;
  }
}
@media (min-width: 1200px) {
  .b-winner__icon-load {
    width: 30px;
  }
}

.b-unbreakable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 25px;
  width: 100%;
  height: 100%;
  color: #484848;
  text-align: center;
  background: radial-gradient(114.34% 77.13% at 50% 50%, #215BD9 0%, #000000 78.13%);
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
.b-unbreakable:hover {
  text-decoration: none;
  color: #484848;
}
.b-unbreakable__header {
  background-color: #ffffff;
}
.b-unbreakable__body {
  padding: 25px;
}
@media (min-width: 768px) {
  .b-unbreakable__body {
    padding: 15px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .b-unbreakable__body {
    padding: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.b-unbreakable__top {
  position: relative;
  margin-bottom: 10px;
  font-size: 22px;
  color: #d4d4d4;
}
@media (min-width: 768px) {
  .b-unbreakable__top {
    font-size: 18px;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .b-unbreakable__top {
    margin-bottom: 10px;
    font-size: 22px;
  }
}
.b-unbreakable__middle {
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .b-unbreakable__middle {
    margin-bottom: 20px;
  }
}
.b-unbreakable__bottom {
  color: #ffffff;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .b-unbreakable__bottom {
    padding-top: 22px;
  }
}
@media (min-width: 1200px) {
  .b-unbreakable__bottom {
    padding-top: 40px;
  }
}
.b-unbreakable__text {
  display: block;
}
.b-unbreakable__text_sm {
  text-transform: uppercase;
  font-size: 14px;
  color: #484848;
}
@media (min-width: 768px) {
  .b-unbreakable__text_sm {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .b-unbreakable__text_sm {
    font-size: 16px;
  }
}
.b-unbreakable__text_lg {
  font-size: 26px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .b-unbreakable__text_lg {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .b-unbreakable__text_lg {
    font-size: 36px;
  }
}
.b-unbreakable__padding {
  padding-bottom: 20px;
}
.b-unbreakable__name {
  color: #f2f2f2;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .b-unbreakable__name {
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .b-unbreakable__name {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 0px;
  }
}
.b-unbreakable__color {
  color: #484848;
}
.b-unbreakable__logo {
  width: 100%;
  height: auto;
}
.b-unbreakable__logo_rounded {
  margin-top: 10px;
  margin-bottom: 10px;
  width: auto;
  height: 200px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .b-unbreakable__logo_rounded {
    height: 153px;
  }
}
@media (min-width: 1200px) {
  .b-unbreakable__logo_rounded {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 200px;
  }
}
.b-unbreakable__icon {
  width: auto;
  height: 150px;
}
@media (min-width: 768px) {
  .b-unbreakable__icon {
    height: 115px;
  }
}
@media (min-width: 1200px) {
  .b-unbreakable__icon {
    height: 180px;
  }
}
.b-unbreakable__icons-block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .b-unbreakable__icons-block {
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  .b-unbreakable__icons-block {
    padding-top: 20px;
  }
}
.b-unbreakable__block {
  text-align: center;
  font-size: 0.625rem;
  color: #9D9D9D;
}
@media (min-width: 768px) {
  .b-unbreakable__block {
    font-size: 9px;
  }
}
@media (min-width: 1200px) {
  .b-unbreakable__block {
    font-size: 0.75rem;
  }
}
.b-unbreakable__info {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.b-unbreakable__link {
  position: relative;
  top: 0;
  margin: 0 10px;
}
.b-unbreakable__link:hover {
  top: -5px;
  text-decoration: none;
}
.b-unbreakable__icon-load {
  width: 34px;
  height: auto;
}
@media (min-width: 768px) {
  .b-unbreakable__icon-load {
    width: 28px;
  }
}
@media (min-width: 1200px) {
  .b-unbreakable__icon-load {
    width: 30px;
  }
}

.b-single__header {
  text-align: center;
}
.b-single__body {
  padding: 30px 0 40px;
  font-size: 14px;
  line-height: 150%;
  font-weight: normal;
  color: #505050;
}
@media (min-width: 768px) {
  .b-single__body {
    padding-top: 34px;
  }
}
@media (min-width: 992px) {
  .b-single__body {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .b-single__body {
    padding-top: 40px;
    padding-bottom: 55px;
    font-size: 18px;
    line-height: 150%;
  }
}
.b-single__footer {
  text-align: center;
}
.b-single__img-wrap {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.b-single__img-wrap_rounded {
  max-width: 200px;
  padding: 0;
  background-color: transparent;
}
@media (min-width: 768px) {
  .b-single__img-wrap_rounded {
    max-width: 240px;
  }
}
@media (min-width: 1200px) {
  .b-single__img-wrap_rounded {
    max-width: 240px;
  }
}
.b-single__img-wrap_rounded .b-single__img {
  border-radius: 50%;
}
.b-single__img {
  width: 100%;
  height: auto;
}
.b-single__img_rounded {
  border-radius: 50%;
}
.b-single__title {
  margin-bottom: 15px;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #484848;
  line-height: 26px;
  padding-top: 30px;
}

.b-spons {
  color: #ffffff;
}
.b-spons:hover {
  text-decoration: none;
  color: #ffffff;
}
.b-spons:hover .b-spons__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.b-spons:hover .b-spons__title {
  color: #ffffff;
}
@media (min-width: 768px) {
  .b-spons_big .b-spons__header {
    height: 260px;
    line-height: 260px;
  }
}
@media (min-width: 992px) {
  .b-spons_big .b-spons__header {
    height: 340px;
    line-height: 340px;
  }
}
@media (min-width: 768px) {
  .b-spons_big .b-spons__title {
    margin-top: 30px;
    font-size: 1.625rem;
  }
}
@media (min-width: 992px) {
  .b-spons_big .b-spons__title {
    margin-top: 40px;
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .b-spons_md .b-spons__header {
    height: 220px;
    line-height: 220px;
  }
}
@media (min-width: 768px) {
  .b-spons_md .b-spons__title {
    margin-top: 30px;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .b-spons_md .b-spons__title {
    margin-top: 35px;
    font-size: 1.75rem;
  }
}
.b-spons__header {
  height: 160px;
  line-height: 160px;
  text-align: center;
  background-color: #ffffff;
}
.b-spons__img {
  width: auto;
  height: auto;
  max-width: 60%;
  max-height: 50%;
  vertical-align: middle;
  -webkit-transition: 250ms;
  transition: 250ms;
}
.b-spons__title {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: normal;
  color: #FFCC00;
  -webkit-transition: 250ms;
  transition: 250ms;
}
@media (min-width: 992px) {
  .b-spons__title {
    font-size: 1.375rem;
  }
}

.b-form .form-group {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .b-form .form-group {
    margin-bottom: 45px;
  }
}
.b-form .form-control {
  padding: 0.5em 0.75em;
  height: auto;
  font-size: 1rem;
  -webkit-transition: 250ms;
  transition: 250ms;
}
@media (min-width: 768px) {
  .b-form .form-control {
    font-size: 1.125rem;
  }
}
.b-form .form-label {
  margin-bottom: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.b-form .invalid-feedback {
  text-align: right;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .b-form .invalid-feedback {
    position: absolute;
    right: 12px;
    bottom: 2px;
    width: 50%;
  }
}
.b-form.was-validated .form-control:invalid,
.b-form .form-control.is-invalid,
.b-form .was-validated .custom-select:invalid,
.b-form .custom-select.is-invalid {
  color: rgb(255, 58, 58);
  background-color: #461a1a;
}

.b-award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.b-award__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  text-align: center;
  cursor: pointer;
}
.b-award__item.active .b-award__btn::before {
  display: block;
}
.b-award__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 20px;
  max-height: 210px;
}
.b-award__img {
  width: 100%;
  height: 100%;
  max-height: 150px;
}
.b-award__btn {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 1px solid #FFCC00;
}
.b-award__btn::before {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-color: #FFCC00;
}
.b-award__btn_gold {
  border-color: #EFBF04;
}
.b-award__btn_gold::before {
  background-color: #EFBF04;
}
.b-award__btn_silver {
  border-color: #828282;
}
.b-award__btn_silver::before {
  background-color: #828282;
}
.b-award__btn_bronze {
  border-color: #dd8a3e;
}
.b-award__btn_bronze::before {
  background-color: #dd8a3e;
}

/*top-style*/
.private-area {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #ffffff;
  min-height: 472px;
}
.private-area__title {
  position: relative;
  padding: 12px 22px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  color: #fff;
  background-color: #000000;
  border-radius: 12px 12px 0px 0px;
}
@media (min-width: 992px) {
  .private-area__title {
    text-align: left;
  }
}
.private-area__stages-title {
  padding: 22px 50px 44px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  color: #EFBF04;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .private-area__stages-title {
    padding-top: 70px;
    padding-bottom: 40px;
    font-size: 24px;
    line-height: 29px;
  }
}
@media (min-width: 992px) {
  .private-area__stages-title {
    padding-top: 35px;
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .private-area__stages-title {
    padding-top: 60px;
    padding-bottom: 55px;
    font-size: 28px;
  }
}
.private-area__stages-wrap {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .private-area__stages-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  .private-area__stages-wrap {
    padding-right: 75px;
    padding-left: 75px;
  }
}
@media (min-width: 1200px) {
  .private-area__stages-wrap {
    padding-right: 100px;
    padding-left: 100px;
  }
}
.private-area__stage {
  border: none;
}
@media (min-width: 768px) {
  .private-area__stage {
    border: none;
  }
}
.private-area__stage--active .private-area__stage-wrap--01 {
  background-image: url("../images/icons/01-active-inner.svg");
}
.private-area__stage--active .private-area__stage-wrap--02 {
  background-image: url("../images/icons/02-active-inner.svg");
}
.private-area__stage--active .private-area__stage-wrap--03 {
  background-image: url("../images/icons/03-active-inner.svg");
}
.private-area__stage--active .private-area__stage-date {
  color: #EFBF04;
}
.private-area__stage--active .private-area__stage-icon {
  display: none;
}
.private-area__stage--active .private-area__stage-icon--current {
  display: block;
}
.private-area__stage-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 181px;
  min-height: 82px;
  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .private-area__stage-wrap {
    min-height: 100px;
    padding-right: 15px;
    padding-bottom: 5px;
    margin-bottom: 0;
  }
}
.private-area__stage-wrap--01 {
  background-image: url("../images/icons/01.svg");
  background-size: 76px 60px;
  background-position: right 0 top 50%;
}
@media (min-width: 768px) {
  .private-area__stage-wrap--01 {
    background-size: 102px 80px;
    width: 180px;
  }
}
.private-area__stage-wrap--02 {
  background-image: url("../images/icons/02.svg");
  background-size: 89px 60px;
  background-position: right 0 top 50%;
}
@media (min-width: 768px) {
  .private-area__stage-wrap--02 {
    background-size: 119px 80px;
    width: 170px;
  }
}
.private-area__stage-wrap--03 {
  background-image: url("../images/icons/03.svg");
  background-size: 91px 60px;
  background-position: right 0 top 50%;
}
@media (min-width: 768px) {
  .private-area__stage-wrap--03 {
    background-size: 121px 80px;
    width: 170px;
  }
}
.private-area__stage-icon--apply {
  width: 29px;
  height: 36px;
}
.private-area__stage-icon--vote {
  width: 33px;
  height: 36px;
}
.private-area__stage-icon--cup {
  width: 31px;
  height: 36px;
}
.private-area__stage-icon--current {
  display: none;
}
.private-area__stage-content {
  padding-left: 20px;
}
.private-area__stage-title {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  color: #000000;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .private-area__stage-title {
    font-size: 12px;
    line-height: normal;
    padding-bottom: 8px;
  }
}
.private-area__stage-title--ceremony {
  padding-top: 12px;
}
.private-area__stage-date {
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  color: #000000;
}
@media (min-width: 768px) {
  .private-area__stage-date {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
  }
}
.private-area__text {
  padding: 15px 15px 50px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  text-align: center;
}
@media (min-width: 768px) {
  .private-area__text {
    max-width: 385px;
    padding-top: 45px;
    padding-bottom: 100px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .private-area__text {
    max-width: 420px;
    padding-bottom: 45px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .private-area__text {
    padding-top: 75px;
    padding-bottom: 65px;
    max-width: 670px;
    font-size: 14px;
  }
}

.submitted-app {
  padding-top: 10px;
  padding-bottom: 22px;
  border-top: 1px solid #EFBF04;
}
.submitted-app__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  padding: 12px 0;
  margin-bottom: 0;
}
.submitted-app__header {
  width: 40%;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  color: #484848;
  text-align: left;
}
.submitted-app__value {
  width: 60%;
  font-size: 12px;
  line-height: 14px;
  color: #898989;
  text-align: left;
}
.submitted-app__value.sent {
  color: #0982f2;
}
.submitted-app__value.await {
  color: #ff9737;
}
.submitted-app__value.decline {
  color: #e55a1e;
}
.submitted-app__value.accept {
  color: #2aad0a;
}
.submitted-app__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 290px;
  max-width: 100%;
  min-height: 44px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.submitted-app__link:hover, .submitted-app__link:focus {
  text-decoration: none;
}
.submitted-app__link-md {
  display: block;
  padding: 5px 15px;
  border-radius: 100px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
.submitted-app__link-md:hover, .submitted-app__link-md:focus {
  text-decoration: none;
}
.submitted-app__link-md:active {
  text-decoration: none;
}
@media (min-width: 768px) {
  .submitted-app__subtitle {
    padding-top: 40px;
    text-transform: none;
  }
}
@media (min-width: 768px) {
  .submitted-app__table {
    margin-bottom: 230px !important;
  }
}
@media (min-width: 992px) {
  .submitted-app__table {
    margin-bottom: 10px !important;
  }
}
.submitted-app__t-header {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: normal;
  color: #000000;
}
@media (min-width: 992px) {
  .submitted-app__t-header {
    font-size: 11px !important;
    font-weight: 700 !important;
  }
}
.submitted-app__t-header--number {
  width: 14%;
}
.submitted-app__t-header--type {
  width: 17%;
}
.submitted-app__t-header--nomination {
  width: 39%;
}
.submitted-app__t-header--status {
  width: 16%;
}
.submitted-app__t-header--control {
  width: 14%;
}
.submitted-app__t-cell {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #000000;
}
@media (min-width: 992px) {
  .submitted-app__subheader {
    padding-bottom: 0;
  }
}

.submitted-apps .submitted-app:first-of-type {
  border-top: none;
}

.mobile-menu__body {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #000000;
}
@media (min-width: 768px) {
  .mobile-menu__content {
    max-width: 320px;
  }
}
.mobile-menu__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 5px 11px 20px;
  margin-bottom: 11px;
}
.mobile-menu__user .mobile-menu__user-name--full:hover,
.mobile-menu__user .mobile-menu__user-name--full:focus,
.mobile-menu__user .mobile-menu__user-name--full:active {
  color: #fff;
  border-bottom: 1px solid transparent;
}
.mobile-menu__user-icon {
  width: 15px;
  height: 24px;
}
@media (min-width: 768px) {
  .mobile-menu__user-icon {
    width: 20px;
    height: 32px;
  }
}
.mobile-menu__user-name {
  padding-left: 10px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
  width: auto !important;
  height: auto !important;
}
.mobile-menu__order-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 290px;
  min-height: 44px;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #EFBF04;
  border-radius: 100px;
}
@media (min-width: 768px) {
  .mobile-menu__order-promo {
    display: none;
  }
}
.mobile-menu__order-promo:hover, .mobile-menu__order-promo:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #d2b413;
}
.mobile-menu__order-promo:active {
  background-color: #a88a20;
}
.mobile-menu__become-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 290px;
  min-height: 44px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  color: #343434;
  text-transform: uppercase;
  background-color: #ffffff;
  border-radius: 100px;
}
@media (min-width: 768px) {
  .mobile-menu__become-partner {
    display: none;
  }
}
.mobile-menu__become-partner:hover, .mobile-menu__become-partner:focus {
  color: #343434;
  background-color: #EFBF04;
  text-decoration: none;
}
.mobile-menu__become-partner:active {
  background-color: #d2b413;
}
.mobile-menu__list {
  padding-left: 0;
  padding-top: 16px;
  margin-top: 0;
  margin-top: 11px;
  list-style-type: none;
}
.mobile-menu__item {
  width: 100%;
  padding: 11px 5px 11px 20px;
  margin-bottom: 0;
}
.mobile-menu__login {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.mobile-menu__login-icon {
  min-width: 40px;
  min-height: 40px;
}
.mobile-menu__login-arrow {
  position: absolute;
  top: 33%;
  right: 10px;
}
.mobile-menu__login-arrow path {
  stroke: #ffffff;
  -webkit-transition: stroke 0.2s ease;
  transition: stroke 0.2s ease;
}
.mobile-menu__login:hover .mobile-menu__login-arrow path {
  stroke: #EFBF04;
  -webkit-transition: stroke 0.2s ease;
  transition: stroke 0.2s ease;
}
.mobile-menu__login:hover .mobile-menu__enter-btn {
  color: #EFBF04;
  border-bottom: 1px solid #EFBF04;
}
.mobile-menu__link {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 140%;
  color: #666666;
}
@media (min-width: 768px) {
  .mobile-menu__link {
    font-size: 18px;
    line-height: 22px;
  }
}
.mobile-menu__link--active {
  color: #EFBF04;
}
.mobile-menu__awards2019 {
  display: block;
  width: 100%;
  padding: 32px 5px 10px 20px;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  color: #ffffff;
  border-top: 1px solid #fff;
  text-transform: uppercase;
}
.mobile-menu__awards2019:hover, .mobile-menu__awards2019:focus {
  color: #EFBF04;
  text-decoration: none;
}
.mobile-menu__awards2019:active {
  color: #a88a20;
}
@media (min-width: 768px) {
  .mobile-menu__awards2019 {
    font-size: 18px;
    line-height: 22px;
  }
}
.mobile-menu__exit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
  padding: 15px 5px 10px 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
}
.mobile-menu__exit svg {
  stroke: #fff;
}
.mobile-menu__exit:hover, .mobile-menu__exit:focus {
  color: #EFBF04;
  text-decoration: none;
}
.mobile-menu__exit:hover svg, .mobile-menu__exit:focus svg {
  stroke: #EFBF04;
}
.mobile-menu__exit:active {
  color: #EFBF04;
  text-decoration: none;
}
@media (min-width: 768px) {
  .mobile-menu__exit {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .apply-now {
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .apply-now {
    padding-bottom: 0;
  }
}
.apply-now__form {
  display: none;
}
.apply-now__form--show {
  display: block;
}
.apply-now__choose-title {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #000000;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .apply-now__choose-title {
    font-size: 14px;
  }
}
.apply-now__how-apply {
  color: #EFBF04;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .apply-now__how-apply {
    padding-top: 55px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .apply-now__how-apply {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .apply-now__subheader {
    padding-bottom: 0;
    font-size: 28px;
  }
}

.language-separator {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 24px;
}
.language-separator__line {
  width: 100%;
  height: 2px;
  background-color: #EFBF04;
}
.language-separator__lang {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #EFBF04;
}

.banner-popup {
  border-radius: 4px;
  max-width: calc(100% - 40px);
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 250ms, -webkit-transform 250ms;
  transition: opacity 250ms, -webkit-transform 250ms;
  transition: opacity 250ms, transform 250ms;
  transition: opacity 250ms, transform 250ms, -webkit-transform 250ms;
}
.banner-popup--show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 767px) {
  .banner-popup {
    display: none;
  }
}
.banner-popup__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-radius: 4px 4px 0px 0px;
  background-color: #313131;
}
.banner-popup__title {
  padding: 10px 0 11px 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  color: #fff;
}
.banner-popup__close {
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.banner-popup__close::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  display: block;
  width: 2px;
  height: 26px;
  margin-left: -1px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.banner-popup__close::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 50%;
  display: block;
  width: 2px;
  height: 26px;
  margin-right: -1px;
  background-color: #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.banner-popup__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 34px 38px;
  background-color: #ffffff;
}
.banner-popup__body--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.banner-popup__img-wrap {
  width: 53%;
}
@media (max-width: 767px) {
  .banner-popup__img-wrap .youtube-video {
    height: 400px !important;
  }
}
@media (min-width: 768px) {
  .banner-popup__img-wrap .youtube-video {
    height: 600px !important;
  }
}
@media (min-width: 992px) {
  .banner-popup__img-wrap .youtube-video {
    height: 800px !important;
  }
}
.banner-popup__img-wrap--full-w {
  width: 100%;
  margin-bottom: 15px;
}
.banner-popup__img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.banner-popup__img--ml-0 {
  margin-left: 0;
}
.banner-popup__wrap {
  padding-left: 25px;
}
.banner-popup__wrap--no-pl {
  padding-left: 0;
}
.banner-popup__wrap--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.banner-popup__record {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 5px 0;
  margin-bottom: 0;
}
.banner-popup__param {
  width: 190px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  color: #484848;
}
.banner-popup__value {
  font-size: 14px;
  line-height: 150%;
  color: #686868;
}
.banner-popup__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 172px;
  padding: 10px 20px;
  margin-top: 25px;
  border-radius: 80px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a5b2c3;
}
.banner-popup__link:hover, .banner-popup__link:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #EFBF04;
}
.banner-popup__link:active {
  background-color: #d2b413;
}
.banner-popup__link--flex-item {
  padding-right: 51px;
  padding-left: 51px;
  margin-top: auto;
}

.button-img {
  border: none !important;
}
.button-img img {
  width: 100%;
}

.banner {
  padding: 20px 15px 23px;
  margin-bottom: 30px;
  border-radius: 4px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 20px 25px;
  }
}
@media (min-width: 992px) {
  .banner {
    padding: 30px 25px 30px;
  }
}
@media (min-width: 768px) {
  .banner--wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.banner__img-wrap {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .banner__img-wrap {
    width: 53%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .banner__img-wrap {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .banner__img-wrap--full {
    width: 100%;
    margin-bottom: 12px;
  }
}
.banner__img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .banner__img--ml-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .banner__wrap {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .banner__wrap--ml-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .banner__wrap--w-auto {
    width: auto;
    max-width: initial;
  }
}
.banner__desc {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .banner__desc {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .banner__desc--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.banner__desc-1--flex-item {
  margin-right: 65px;
}
.banner__record {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 6px 0;
  margin-bottom: 0;
}
.banner__param {
  width: 185px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  color: #484848;
}
@media (min-width: 768px) {
  .banner__param {
    width: 190px;
  }
}
@media (min-width: 768px) {
  .banner__param--less-width {
    width: 100px;
  }
}
.banner__value {
  font-size: 14px;
  line-height: 150%;
  color: #686868;
}
.banner__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 260px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .banner__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .banner__btns--max-w {
    max-width: 260px;
    margin-left: 0;
  }
}
.banner__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 12px 5px;
  border: 2px solid #a5b2c3;
  border-radius: 80px;
  font-size: 12px;
  line-height: 140%;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .banner__btn {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
    max-width: 119px;
    padding: 5px;
  }
}
.banner__btn--download {
  margin-bottom: 0;
  color: #ffffff;
  background-color: #a5b2c3;
}
.banner__btn--download:hover, .banner__btn--download:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #EFBF04;
  border-color: #EFBF04;
}
.banner__btn--download:active {
  border-color: #d2b413;
  background-color: #d2b413;
}
.banner__btn--review {
  display: none;
  color: #a5b2c3;
  background-color: transparent;
  -webkit-transition: 250ms;
  transition: 250ms;
}
.banner__btn--review:hover, .banner__btn--review:focus {
  border-color: #EFBF04;
  color: #EFBF04;
}
.banner__btn--review:active {
  border-color: #d2b413;
  color: #d2b413;
}
@media (min-width: 768px) {
  .banner__btn--review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.identity-source {
  padding: 20px 10px;
}
@media (min-width: 768px) {
  .identity-source {
    padding: 20px 40px 58px;
  }
}
@media (min-width: 992px) {
  .identity-source {
    padding-bottom: 60px;
  }
}
.identity-source__title {
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: #000000;
}
@media (min-width: 992px) {
  .identity-source__title {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .identity-source__title {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .identity-source__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .identity-source__img-wrap {
    width: 43%;
  }
}
@media (min-width: 992px) {
  .identity-source__img-wrap {
    width: 40%;
  }
}
.identity-source__img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 280px;
}
@media (min-width: 768px) {
  .identity-source__img {
    margin-left: 0;
  }
}
.identity-source__download {
  max-width: 290px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .identity-source__download {
    margin-left: 20px;
    width: 275px;
  }
}
.identity-source__text {
  padding: 20px 0;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  text-align: center;
}
@media (min-width: 768px) {
  .identity-source__text {
    padding-top: 0;
    padding-bottom: 25px;
    text-align: left;
  }
}
.identity-source__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 12px 5px;
  margin-bottom: 20px;
  border-radius: 80px;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .identity-source__link {
    width: 170px;
    padding: 7px 5px;
    margin-bottom: 30px;
  }
}

.identity__text {
  padding: 5px 0 22px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
  color: #484848;
}
.identity__text--bold {
  padding: 10px 0 0;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .identity__text--bold {
    margin-top: 55px;
  }
}
@media (min-width: 992px) {
  .identity__text--bold {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .identity__text--bold {
    font-size: 18px;
  }
}

.promo__wrap {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .promo__wrap {
    padding-bottom: 55px;
  }
}
@media (min-width: 992px) {
  .promo__wrap {
    padding-right: 30px;
    padding-bottom: 35px;
    padding-left: 30px;
  }
}
.promo__text {
  padding: 20px 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
  color: #484848;
}
@media (min-width: 768px) {
  .promo__text {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .promo__text {
    padding-top: 27px;
  }
}
.promo__subtitle {
  padding: 5px 0 15px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  color: #484848;
}
@media (min-width: 768px) {
  .promo__subtitle {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .promo__subtitle {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .promo__articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .promo__articles {
    margin-bottom: 0;
  }
}
.promo__packages {
  padding: 13px 15px 28px;
  border-radius: 4px;
  background-color: #faf6ed;
}
@media (min-width: 768px) {
  .promo__packages {
    padding: 20px 25px 40px;
  }
}
.promo__package-list {
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
}
@media (min-width: 768px) {
  .promo__package-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 15px;
  }
}
.promo__package-item {
  padding-top: 3px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 150%;
  color: #484848;
}
@media (min-width: 768px) {
  .promo__package-item {
    width: 50%;
    padding-right: 30px;
  }
}
.promo__package-header {
  font-weight: bold;
}
.promo__package-desc {
  padding-left: 0;
  margin-bottom: 1rem;
  list-style-type: none;
}
.promo__package-desc li {
  position: relative;
  padding-left: 10px;
}
.promo__package-desc li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  width: 3px;
  height: 1px;
  background-color: #484848;
}
@media (min-width: 768px) {
  .promo__form {
    margin-top: 10px;
  }
}

.promo-article {
  margin-bottom: 50px;
  border-bottom: 1px dashed #e0e0e0;
}
.promo-article:last-of-type {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .promo-article:last-of-type {
    margin-bottom: 34px;
  }
}
@media (min-width: 992px) {
  .promo-article:last-of-type {
    margin-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .promo-article {
    width: 48%;
    margin-bottom: 34px;
  }
}
@media (min-width: 992px) {
  .promo-article {
    margin-bottom: 48px;
  }
}
.promo-article__img-wrap {
  text-align: center;
}
.promo-article__title {
  padding: 10px 0 25px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .promo-article__title {
    padding-bottom: 17px;
  }
}
@media (min-width: 992px) {
  .promo-article__title {
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .promo-article__title {
    padding-bottom: 25px;
  }
}
.promo-article__link {
  font-size: 18px;
  font-weight: normal;
  line-height: 150%;
  color: #484848;
}
.promo-article__link:hover {
  color: #484848;
  text-decoration: none;
}
@media (min-width: 768px) {
  .promo-article__link {
    display: block;
  }
}
@media (min-width: 992px) {
  .promo-article__link {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .promo-article__link {
    font-size: 18px;
  }
}
.promo-article__img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .promo-article__img {
    width: 100%;
    height: auto;
  }
}

.promo-form__select {
  display: block;
  width: 100%;
  height: 45px;
  padding-left: 10px;
  margin-bottom: 20px;
  border: 1px solid #afafaf;
  border-radius: 4px;
  font-size: 14px;
  color: #686868;
}
@media (min-width: 768px) {
  .promo-form__select {
    margin-bottom: 38px;
  }
}
.promo-form__btn {
  display: block;
  width: 100%;
  max-width: 256px;
  padding: 15px 10px;
  margin-right: auto;
  margin-left: auto;
  border: none;
  border-radius: 80px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a5b2c3;
  -webkit-transition: 250ms;
  transition: 250ms;
}
.promo-form__btn:hover, .promo-form__btn:focus {
  background-color: #EFBF04;
}
.promo-form__btn:active {
  background-color: #d2b413;
}
@media (min-width: 768px) {
  .promo-form__btn {
    max-width: 186px;
  }
}

.support__wrap {
  padding-bottom: 45px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .support__wrap {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .support__wrap {
    padding: 10px 30px 20px;
  }
}
@media (min-width: 1200px) {
  .support__wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.support__text {
  padding-top: 0;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
}
@media (min-width: 992px) {
  .support__text {
    padding-top: 15px;
  }
}
.support__label {
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  color: #3d3d3d;
}
.support__line {
  height: 1px;
  margin-top: 30px;
  margin-bottom: 27px;
  background-color: #e0e0e0;
}
@media (min-width: 768px) {
  .support__line {
    margin-top: 33px;
    margin-bottom: 37px;
  }
}
.support__btn {
  display: block;
  width: 100%;
  padding: 12px 10px;
  border: none;
  border-radius: 80px;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
  text-align: center;
  -webkit-transition: 250ms;
  transition: 250ms;
  background-color: #ffffff;
}
.support__btn:hover, .support__btn:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #EFBF04;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.support__btn:active {
  background-color: #EFBF04;
}
@media (min-width: 768px) {
  .support__btn {
    max-width: 250px;
  }
}

.application__wrap {
  padding-bottom: 60px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .application__wrap {
    padding: 25px 30px 47px;
  }
}
@media (min-width: 1200px) {
  .application__wrap {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .application__choose-nomination-fieldset {
    margin-bottom: 25px;
  }
}
.application__choose-nomination-fieldset p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.application__choose-nomination {
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 150%;
  color: #484848;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .application__choose-nomination {
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .application__choose-nomination {
    padding-top: 10px;
  }
}
.application__nomination-btn {
  position: relative;
  padding: 11px 7px;
}
@media (min-width: 768px) {
  .application__nomination-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
.application__nomination-btn:hover svg {
  fill: #EFBF04;
}
.application__nomination-btn[data-title]:hover:after {
  content: attr(data-title);
  position: absolute;
  z-index: 20;
  bottom: 120%;
  left: 0;
  padding: 5px 7px;
  border-radius: 12px;
  font-size: 12px;
  color: #000000;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 10px 0 #cccccc;
          box-shadow: 0 3px 10px 0 #cccccc;
}
@media (min-width: 768px) {
  .application__nomination-btn[data-title]:hover:after {
    left: -10px;
    width: 350px;
  }
}
@media (min-width: 992px) {
  .application__nomination-btn[data-title]:hover:after {
    width: 318px;
  }
}
@media (min-width: 1200px) {
  .application__nomination-btn[data-title]:hover:after {
    width: 366px;
  }
}
@media (min-width: 768px) {
  .application__nomination-img-wrap {
    width: 100px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 768px) {
  .application__nomination-img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
  }
}
.application__nomination-text {
  font-size: 14px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .application__nomination-text {
    text-align: left;
    width: 65%;
  }
}
@media (min-width: 992px) {
  .application__nomination-text {
    text-align: left;
    width: 65%;
  }
}
.application__nomination-checkbox:checked ~ .application__nomination-btn .application__nomination-text {
  color: #EFBF04;
}
.application__user-applicant {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  color: #484848;
  text-transform: uppercase;
}
.application__user-applicant-wrap {
  margin-bottom: 25px;
}
.application__user-applicant-record {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 10px 0;
  margin-bottom: 0;
}
.application__user-applicant-param {
  width: 135px;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  color: #484848;
}
@media (min-width: 768px) {
  .application__user-applicant-param {
    width: 200px;
  }
}
.application__user-applicant-value {
  font-size: 12px;
  line-height: 14px;
  color: #898989;
}
.application__diff-lang {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  color: #484848;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .application__diff-lang {
    padding-top: 35px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .application__fieldset {
    margin-bottom: 35px !important;
  }
}
.application__fieldset::before {
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 24px;
  border: none;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  line-height: 24px;
  background-color: #EFBF04;
}
@media (min-width: 768px) {
  .application__fieldset::before {
    top: -20px;
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 38px;
    height: 38px;
    font-size: 16px;
    line-height: 37px;
  }
}
.application__input-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  color: #000000;
}
.application__input-field {
  height: auto;
  padding: 11px 15px;
  border: 1px solid #afafaf;
  font-size: 14px;
  color: #686868;
  border-radius: 100px;
}
.application__textarea-field {
  padding: 8px 15px;
  border: 1px solid #afafaf;
  font-size: 14px;
  color: #686868;
  border-radius: 12px;
}
.application__links {
  margin-bottom: 0;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  color: #484848;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .application__links {
    padding-bottom: 25px;
  }
}
.application__logotype-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  color: #484848;
  text-transform: uppercase;
}
.application__requirements {
  padding: 15px;
  background-color: #faf6ed;
  border-radius: 4px;
}
.application__requirements-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  color: #3d3d3d;
}
.application__requirements-record {
  position: relative;
  padding: 10px 10px 10px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 150%;
  color: #3d3d3d;
}
.application__requirements-record::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 5px;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #f2d27f;
}
@media (min-width: 768px) {
  .application__logotype-flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.application__prepare {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .application__prepare {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .application__logotype-wrapper {
    width: 48%;
  }
}
.application__prepare-title {
  padding: 10px 0 15px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  color: #3d3d3d;
}
.application__prepare-body {
  border: 1px solid #afafaf;
  border-radius: 4px;
  text-align: center;
}
.application__dec-line {
  height: 1px;
  background-color: #e0e0e0;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .application__dec-line {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .application__dec-line {
    margin-top: 30px;
  }
}
.application__submit-btn {
  display: block;
  width: 100%;
  max-width: 289px;
  padding: 16px 10px;
  margin-right: auto;
  margin-left: auto;
  border: none;
  border-radius: 80px;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
  color: #000000;
  text-align: center;
}
.application__submit-btn:hover, .application__submit-btn:focus {
  background-color: #EFBF04;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.application__submit-btn:active {
  background-color: #d2b413;
}
.application__submit-btn:disabled {
  background-color: #bebebe;
}
@media (min-width: 768px) {
  .application__submit-btn {
    max-width: 250px;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 16px;
    font-weight: normal;
  }
}
.application__image-editor {
  padding: 5px;
  border: 1px dashed #dcdcdc;
  border-radius: 4px;
  background-color: #f8f8f8;
}
.application__preview-square {
  border: none;
}
.application__onlin-services a {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 32px;
  color: #484848;
  margin-left: 40px;
  padding-bottom: 6px;
  text-decoration: underline;
  text-decoration-color: #EFBF04;
  position: relative;
  display: block;
  margin-left: 0px;
  line-height: 20px;
  padding-left: 45px;
}
@media (min-width: 768px) {
  .application__onlin-services a {
    padding-bottom: 3px;
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .application__onlin-services a {
    display: block;
    line-height: 19px;
  }
}
.application__onlin-services a:hover, .application__onlin-services a:focus {
  color: #EFBF04;
  text-decoration: none;
}
.application__onlin-services a::before {
  content: "";
  top: 0px;
  left: 0px;
  position: absolute;
  display: block;
  width: 32px;
  height: 34px;
  background: url("../images/icons/click-services.svg") no-repeat 0px 0px;
}
@media (max-width: 768px) {
  .application__onlin-services a::before {
    left: 15px;
  }
}
.application__onlin-services p {
  color: #A4A4A4;
  font-size: 12px;
  margin-left: 45px;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .app-review__title {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .app-review__title {
    padding-top: 10px;
  }
}
.app-review__wrap {
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .app-review__wrap {
    padding: 25px 30px;
  }
}
@media (min-width: 1200px) {
  .app-review__wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.app-review__app-number {
  padding-top: 35px;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  color: #484848;
  text-align: center;
}
@media (min-width: 768px) {
  .app-review__app-number {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .app-review__app-number {
    padding-top: 0;
    padding-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .app-review__app-number {
    padding-bottom: 35px;
    font-size: 20px;
    line-height: 24px;
  }
}
.app-review__record {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .app-review__record {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.app-review__param {
  padding: 4px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  color: #3d3d3d;
}
@media (min-width: 768px) {
  .app-review__param {
    min-width: 200px;
  }
}
@media (min-width: 992px) {
  .app-review__param--logo {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.app-review__value {
  padding: 5px 0;
  font-size: 14px;
  line-height: 150%;
  color: #686868;
}
.app-review__value--status {
  color: #EFBF04;
}
.app-review__value--logo {
  padding: 15px 25px;
  border: 2px solid #c4c4c4;
  text-align: center;
}
@media (min-width: 768px) {
  .app-review__value--logo {
    margin-left: 30px;
  }
}
.app-review__value--logo img {
  max-width: 100%;
}
.app-review__meta-info {
  margin-bottom: 37px;
}
@media (min-width: 768px) {
  .app-review__meta-info {
    margin-bottom: 27px;
  }
}
.app-review__meta-info-links-wrap .app-review__value {
  color: #EFBF04;
}
.app-review__user-applicant {
  padding-bottom: 30px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  color: #3d3d3d;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .app-review__user-applicant {
    padding-bottom: 40px;
  }
}
.app-review__applicant-info {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .app-review__applicant-info {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .app-review__diff-languages-item {
    padding-top: 40px;
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .app-review__diff-languages-item:last-of-type {
    margin-bottom: 0 !important;
  }
}
.app-review__diff-languages-item::before {
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 24px;
  border: none;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  line-height: 24px;
  background-color: #EFBF04;
}
@media (min-width: 768px) {
  .app-review__diff-languages-item::before {
    top: -20px;
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 38px;
    height: 38px;
    font-size: 16px;
    line-height: 37px;
  }
}
@media (min-width: 768px) {
  .app-review__line {
    height: 1px;
    margin-bottom: 34px;
    background-color: #e0e0e0;
  }
}

@media (min-width: 768px) {
  .personal-data {
    padding-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .personal-data {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .personal-data {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .personal-data__subtitle {
    padding-top: 30px;
    text-transform: none !important;
  }
}
.personal-data__account-info {
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .personal-data__account-info {
    padding-left: 40px;
    padding-right: 40px;
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .personal-data__account-info {
    padding-bottom: 20px;
  }
}

.section {
  padding-top: 44px;
  padding-bottom: 44px;
}
.section__title {
  position: relative;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  text-transform: none;
}
@media (min-width: 768px) {
  .section__title {
    padding-bottom: 0px;
    font-size: 36px;
    line-height: 43px;
  }
}
@media (min-width: 992px) {
  .section__title {
    padding-bottom: 0px;
    font-size: 44px;
    line-height: 130%;
  }
}
@media (min-width: 1200px) {
  .section__title {
    padding-bottom: 0px;
    font-size: 50px;
    line-height: 150%;
  }
}
@media (min-width: 1200px) {
  .section {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

.section-home {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .section-home {
    padding-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .section-ziro {
    padding-bottom: 0px;
  }
}

.section-ziro-top {
  padding-top: 0px;
}

.section-ziro-bottom {
  padding-bottom: 60px;
}

.footer {
  padding-top: 55px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (min-width: 992px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding-top: 65px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 992px) {
  .footer__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .footer__top {
    margin-bottom: 45px;
  }
}
.footer__logo-wrap {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .footer__logo-wrap {
    margin-bottom: 39px;
  }
}
@media (min-width: 992px) {
  .footer__logo-wrap {
    padding-bottom: 10px;
    margin-bottom: 0;
  }
}
.footer__logo {
  width: 200px;
  height: 40px;
}
@media (min-width: 768px) {
  .footer__logo {
    width: 162px;
    height: 33px;
  }
}
@media (min-width: 992px) {
  .footer__logo {
    width: 218px;
    height: 43px;
  }
}
.footer__list {
  text-align: center;
  list-style: none;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .footer__list {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 480px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .footer__list {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 435px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .footer__list {
    width: 480px;
    padding-bottom: 15px;
  }
}
.footer__list-item {
  padding: 12px 0;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .footer__list-item {
    padding: 5px 0;
  }
}
@media (min-width: 992px) {
  .footer__list-item {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.footer__list-link {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #C1C1C1;
}
.footer__list-link:hover, .footer__list-link:focus {
  color: #FFCC00;
  text-decoration: none;
}
.footer__list-link:active {
  border-bottom-color: #FFCC00;
  color: #FFCC00;
}
.footer__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 240px;
  padding-left: 0;
  list-style: none;
  margin: 0 auto 50px;
}
@media (min-width: 768px) {
  .footer__soc {
    width: 310px;
    margin-right: auto;
    margin-bottom: 18px;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .footer__soc {
    width: 220px;
    padding-bottom: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .footer__soc {
    width: 260px;
  }
}
.footer__soc-link {
  display: block;
}
.footer__soc-link path {
  -webkit-transition: 250ms;
  transition: 250ms;
  fill: #C1C1C1;
}
.footer__soc-link:hover path, .footer__soc-link:focus path {
  fill: #FFCC00;
}
.footer__soc-link:active path {
  fill: #FFCC00;
}
.footer__copyright {
  text-align: center;
}
.footer__copyright-text {
  font-size: 14px;
  line-height: 17px;
  color: #C1C1C1;
}
@media (min-width: 992px) {
  .footer__copyright-text {
    font-size: 12px;
    line-height: 14px;
  }
}

.first-screen {
  padding-top: 0;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .first-screen {
    padding-bottom: 150px;
  }
}
@media (min-width: 1200px) {
  .first-screen {
    padding-bottom: 180px;
  }
}
.first-screen__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center 0;
  background-size: cover;
  background-color: #0C0805;
  background-repeat: no-repeat;
  overflow: hidden;
  background-image: url("../images/bg/bg-mobile-first-screen.jpg");
}
@media (min-width: 640px) {
  .first-screen__bg {
    background-image: url("../images/bg/bg-tablet-first-screen.jpg");
  }
}
@media (min-width: 992px) {
  .first-screen__bg {
    background-image: url("../images/bg/bg-desktop-first-screen.jpg");
  }
}
.first-screen__title {
  text-align: center;
  text-transform: uppercase;
}
.first-screen__title-top {
  font-size: 24px;
  font-weight: 300;
  font-family: "Manrope", sans-serif;
  line-height: 95.5%;
  letter-spacing: 0.15em;
  color: #EFBF04;
}
@media (min-width: 768px) {
  .first-screen__title-top {
    font-size: 32px;
  }
}
@media (min-width: 992px) and (max-height: 750px) {
  .first-screen__title-top {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .first-screen__title-top {
    font-size: 36px;
  }
}
.first-screen__title-bottom {
  font-size: 44px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  color: #ffffff;
}
@media (min-width: 768px) {
  .first-screen__title-bottom {
    font-size: 80px;
    line-height: 96px;
  }
}
@media (min-width: 992px) and (max-height: 750px) {
  .first-screen__title-bottom {
    font-size: 90px;
  }
}
@media (min-width: 1200px) {
  .first-screen__title-bottom {
    font-size: 100px;
    line-height: 110px;
  }
}
.first-screen__title--outer {
  position: relative;
  padding-bottom: 15px;
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  color: #ffffff;
}
@media (min-width: 768px) {
  .first-screen__title--outer {
    padding-bottom: 20px;
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .first-screen__title--outer {
    padding-bottom: 24px;
    font-size: 64px;
  }
}
@media (min-width: 1200px) {
  .first-screen__title--outer {
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 80px;
  }
}
.first-screen__title--404 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: bold;
  line-height: 120px;
}
@media (min-width: 768px) {
  .first-screen__title--404 {
    font-size: 140px;
    line-height: 168px;
  }
}
.first-screen__title--404::after {
  display: none;
}
@media (min-width: 1200px) {
  .first-screen__title--nomination-name {
    font-size: 44px;
  }
}
.first-screen__box-10 {
  max-width: 730px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 10px 15px 15px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .first-screen__box-10 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .first-screen__box-10 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .first-screen__box-10 {
    font-size: 40px;
  }
}
.first-screen__box-10 img {
  min-width: 42px;
}
.first-screen__btn-apply {
  margin-top: 20px;
  margin-bottom: 50px;
}
.first-screen__text {
  padding-top: 12px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
  font-weight: 300;
}
@media (min-width: 768px) {
  .first-screen__text {
    max-width: 580px;
    padding-top: 12px;
  }
}
@media (min-width: 992px) {
  .first-screen__text {
    max-width: 640px;
    padding-top: 12px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .first-screen__text {
    max-width: 100%;
    padding-top: 0;
    font-size: 24px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .first-screen__text--become-partner {
    padding-top: 0;
  }
}
.first-screen__btn-down-wrap {
  position: relative;
  margin-top: auto;
  text-align: center;
}
.first-screen__btn-down {
  width: 20px;
  height: 45px;
  border: none;
  background-color: transparent;
  background-image: url("../images/bg/btn-down-bg.svg");
  background-position: center;
  background-size: 13px 41px;
  background-repeat: no-repeat;
  -webkit-transition: 250ms;
  transition: 250ms;
}
.first-screen__btn-down:hover {
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
.first-screen__soc-list {
  position: fixed;
  z-index: 1;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .first-screen__soc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .first-screen__soc-list {
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  .first-screen__soc-list-item {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.first-screen__soc-list-link {
  padding: 5px 12px;
}
@media (min-width: 992px) {
  .first-screen__soc-list-link {
    padding: 5px 10px;
  }
}
@media (min-width: 768px) {
  .first-screen__soc-list-link {
    padding: 5px 3px;
  }
}
.first-screen__soc-list-link path {
  -webkit-transition: 250ms;
  transition: 250ms;
  fill: #EFBF04;
}
.first-screen__soc-list-link:hover path, .first-screen__soc-list-link:focus path {
  fill: #A9A9A9;
}
@media (min-width: 768px) {
  .first-screen__become-partner {
    margin-right: 75px;
    margin-left: auto;
  }
}
.first-screen__back-home {
  display: inline-block;
  padding: 15px 30px;
  margin: auto;
  margin-top: 40px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  color: #414141;
  text-transform: uppercase;
  text-align: center;
  background-color: #ffffff;
  -webkit-transition: 250ms;
  transition: 250ms;
}
@media (min-width: 768px) {
  .first-screen__back-home {
    padding-top: 14px;
    padding-bottom: 14px;
    margin-top: 32px;
    font-size: 16px;
    line-height: 140%;
  }
}
@media (min-width: 1200px) {
  .first-screen__back-home {
    margin-top: 44px;
  }
}
.first-screen__back-home:hover {
  background-color: #EFBF04;
  text-decoration: none;
}
.first-screen__back-home:active {
  background-color: #d2b413;
}

.fullscreen-bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background: url("../images/home/f1.jpg") center center/cover no-repeat;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
}

.overlay {
  background: radial-gradient(59.01% 59.01% at 50% 50%, rgba(20, 121, 221, 0.8) 0%, #020D17 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.overlay::before {
  content: "";
  position: absolute;
  background: url("../images/home/flag.png") 0px 0px/cover no-repeat;
  opacity: 0.7;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}

.content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.content h2 {
  text-align: center;
  font-size: 30px;
}

.content p {
  text-align: justify;
  font-size: 20px;
}

@media (max-width: 767px) {
  .fullscreen-bg {
    background: url("../images/home/f1.jpg") center center/cover no-repeat;
  }
  .fullscreen-bg__video {
    display: none;
  }
  .overlay h1 {
    font-size: 40px;
  }
}
.btn-video {
  height: 34px;
  padding: 14px 25px 14px 40px;
  margin-right: auto;
  margin-left: auto;
  border: none;
  border-radius: 100px;
  font-size: 12px;
  font-weight: bold;
  font-family: "Manrope", sans-serif;
  line-height: 140%;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-align: left;
  text-transform: uppercase;
  -webkit-transition: 250ms;
  transition: 250ms;
}
.btn-video__icon:hover {
  border: 1px solid #EFBF04;
  text-decoration: none;
  color: #EFBF04;
}

.btn-video__icon::before {
  position: absolute;
  top: 4px;
  margin-left: -25px;
  content: "";
  background: url("../images/home/icon-video.svg") 0px 0px no-repeat;
  width: 16px;
  height: 16px;
}
@media (min-width: 768px) {
  .btn-video__icon::before {
    top: 7px;
  }
}

.btn-video__icon:hover::before {
  background: url("../images/home/icon-video-hover.svg") 0px 0px no-repeat;
}

.btn-gold {
  height: 34px;
  padding: 14px 25px 14px 40px;
  margin-right: auto;
  margin-left: auto;
  border: none;
  border-radius: 100px;
  font-size: 12px;
  font-weight: bold;
  font-family: "Manrope", sans-serif;
  line-height: 140%;
  color: #000;
  border: 1px solid #FFCC00;
  background: #FFCC00;
  text-align: left;
  text-transform: uppercase;
  -webkit-transition: 250ms;
  transition: 250ms;
}
.btn-gold__icon:hover {
  border: 1px solid #FFCC00;
  text-decoration: none;
  color: #FFCC00;
  background: #0066CC;
}

.btn-gold__icon::before {
  position: absolute;
  top: 4px;
  margin-left: -25px;
  content: "";
  background: url("../images/home/icon-video-black.svg") 0px 0px no-repeat;
  width: 16px;
  height: 16px;
}
@media (min-width: 768px) {
  .btn-gold__icon::before {
    top: 7px;
  }
}

.btn-gold__icon:hover::before {
  background: url("../images/home/icon-video-hover.svg") 0px 0px no-repeat;
}

.btn-partner__icon {
  background: #ffffff;
  color: #343534;
  padding: 14px 20px 14px 40px;
}
@media (max-width: 576px) {
  .btn-partner__icon {
    top: 40px;
    position: relative;
    z-index: 100;
    padding: 14px 25px 14px 45px;
  }
}

.btn-partner__icon:hover {
  border: 1px solid #EFBF04;
  background: #EFBF04;
  text-decoration: none;
  color: #343534;
}

.btn-partner__icon::before {
  position: absolute;
  top: 7px;
  margin-left: -25px;
  content: "";
  background: url("../images/home/icon-black-aw.svg") 0px 0px no-repeat;
  width: 16px;
  height: 16px;
}
@media (max-width: 576px) {
  .btn-partner__icon::before {
    top: 14px;
  }
}

.btn-ticket__icon {
  background: #ffffff;
  color: #343534;
  padding: 14px 40px 14px 60px;
}
.btn-ticket__icon:hover {
  border: 1px solid #EFBF04;
  background: #EFBF04;
  text-decoration: none;
  color: #343534;
}

.btn-ticket__icon::before {
  position: absolute;
  top: 7px;
  left: -25px;
  content: "";
  background: url("../images/home/icon-black-aw.svg") 0px 0px no-repeat;
  width: 16px;
  height: 16px;
}

.btn-partner__vote {
  border: 1px solid #EFBF04;
  background: #EFBF04;
  padding: 14px 53px 14px 53px;
  color: #fff;
  text-align: center;
}
@media (max-width: 576px) {
  .btn-partner__vote {
    top: 40px;
    position: relative;
    z-index: 100;
    padding: 14px 53px 14px 53px;
  }
}

.btn-partner__vote:hover {
  border: 1px solid #ceb51f;
  background: #ceb51f;
  text-decoration: none;
  color: #fff;
}

@media (min-width: 768px) {
  .container--mp-stages {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .container--mp-stages {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container--header {
    max-width: 975px;
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1200px) {
  .container--header {
    max-width: 1140px;
  }
}

@media (min-width: 992px) {
  .row--header {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

@media (min-width: 992px) and (max-height: 700px) {
  .row--first-screen-btn-row {
    margin-top: 0px !important;
  }
}

.navbar__nav .navbar__link {
  display: block;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}

.navbar__link_active {
  color: #EFBF04;
}

.navbar__nav .navbar__link:hover,
.navbar__nav .navbar__link:focus {
  color: #EFBF04;
}

.navbar__nav .navbar__link:active {
  border-bottom-color: #EFBF04;
}

.flip-clock {
  margin-top: 0;
  margin-bottom: 0;
}

.flip-clock__slot {
  display: inline-block;
  padding-bottom: 7px;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
}

.flip-clock__card::after {
  color: #ffffff;
}

button[type=submit]:disabled {
  color: #e0e0e0;
  background-color: #bebebe;
}

.recaptcha-feedback {
  display: none;
  color: red;
  text-align: center;
}

.m-cookies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 9999;
  bottom: 0px;
  left: 0;
  padding: 10px 20px;
  width: 100%;
  font-size: 12px;
  color: white;
  background-color: rgb(36, 36, 36);
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.m-cookies.visible {
  opacity: 0.95;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.m-cookies__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-right: 10px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
}
.m-cookies__btns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.m-cookies__btn {
  display: inline-block;
  margin-right: 6px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.4;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.m-cookies__btn:last-child {
  margin-right: 0;
}
.m-cookies__btn:hover, .m-cookies__btn:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
}
.m-cookies__btn_primary {
  color: #ffffff;
  background-color: #EFBF04;
}
.m-cookies__btn_secondary {
  color: #ffffff;
  background-color: #9d9d9d;
}

.ie-popup {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.ie-popup__body {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 290px;
  padding: 25px 10px 10px;
  background-color: #ffffff;
}
@media (min-width: 576px) {
  .ie-popup__body {
    width: 450px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .ie-popup__body {
    width: 550px;
    padding: 25px 25px 5px;
  }
}
.ie-popup__close {
  position: absolute;
  top: 3px;
  right: 3px;
  border: none;
  background-color: transparent;
}
.ie-popup__title {
  padding-bottom: 30px;
  margin-bottom: 0;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .ie-popup__title {
    font-size: 30px;
  }
}
.ie-popup__text {
  font-size: 16px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .ie-popup__text {
    font-size: 18px;
    padding-bottom: 25px;
  }
}
.ie-popup__list {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .ie-popup__list {
    margin-top: 30px;
  }
}

.browser-list {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 576px) {
  .browser-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.browser-list__item {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .browser-list__item {
    width: 25%;
  }
}
.browser-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.browser-list__img {
  width: auto;
  height: 50px;
}
@media (min-width: 768px) {
  .browser-list__img {
    height: 70px;
  }
}

.mp-hist__title {
  display: block;
  color: #EFBF04;
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
}
@media (min-width: 768px) {
  .mp-hist__title {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .mp-hist__title {
    padding-right: 75px;
    padding-left: 75px;
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .mp-hist__title {
    padding-right: 120px;
    padding-left: 120px;
    line-height: 150%;
    font-size: 54px;
  }
}
.mp-hist__title_sub {
  display: block;
  font-family: "Manrope", sans-serif;
  color: #120A04;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}
@media (min-width: 768px) {
  .mp-hist__title_sub {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .mp-hist__title_sub {
    padding-right: 75px;
    padding-left: 75px;
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .mp-hist__title_sub {
    padding-right: 120px;
    padding-left: 120px;
    font-size: 30px;
  }
}
.mp-hist__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0px;
  padding-bottom: 44px;
  padding-left: 0;
  border-bottom: 1px solid #EFBF04;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .mp-hist__stats {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .mp-hist__stats {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .mp-hist__stats {
    padding-bottom: 80px;
    padding-top: 30px;
  }
}
.mp-hist__stat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 296px;
  height: 240px;
  margin-bottom: 15px;
  color: #ffffff;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.mp-hist__stat-item__01 {
  background-image: url("../images/mp/bg-ten-number01.svg");
}
.mp-hist__stat-item__02 {
  background-image: url("../images/mp/bg-ten-number02.svg");
}
.mp-hist__stat-item__03 {
  background-image: url("../images/mp/bg-ten-number03.svg");
}
@media (min-width: 992px) {
  .mp-hist__stat-item {
    width: 320px;
    height: 260px;
  }
}
@media (min-width: 1200px) {
  .mp-hist__stat-item {
    width: 370px;
    height: 300px;
  }
}
.mp-hist__stat-num {
  font-family: "Jost", sans-serif;
  font-size: 62px;
  display: block;
  text-align: center;
  position: relative;
  left: 0px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .mp-hist__stat-num {
    font-size: 62px;
    line-height: 53px;
    margin-top: -20px;
  }
}
@media (min-width: 992px) {
  .mp-hist__stat-num {
    font-size: 72px;
    line-height: inherit;
    margin-top: -15px;
  }
}
@media (min-width: 1200px) {
  .mp-hist__stat-num {
    font-size: 80px;
    line-height: inherit;
    margin-top: -20px;
  }
}
.mp-hist__stat-text {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  position: relative;
  font-weight: 500;
  left: 0px;
}
@media (min-width: 768px) {
  .mp-hist__stat-text {
    padding-bottom: 7px;
  }
}
@media (min-width: 992px) {
  .mp-hist__stat-text {
    padding-bottom: 13px;
    font-size: 16px;
    line-height: 17px;
  }
}
@media (min-width: 1200px) {
  .mp-hist__stat-text {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .mp-hist__bottom {
    padding-top: 52px;
  }
}
@media (min-width: 992px) {
  .mp-hist__bottom {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .mp-hist__bottom {
    padding-top: 54px;
  }
}
.mp-hist__info {
  padding-top: 150px;
  padding-bottom: 36px;
  background-image: url("../images/mp/mp-hist-info-2025.svg");
  background-size: 106px 106px;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
}
@media (min-width: 768px) {
  .mp-hist__info {
    background-size: 106px 106px;
    padding-top: 150px;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .mp-hist__info {
    background-size: 106px 106px;
    padding-top: 150px;
  }
}
@media (min-width: 1200px) {
  .mp-hist__info {
    padding-top: 150px;
    background-size: 106px 106px;
  }
}
.mp-hist__subtitle {
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  line-height: 130%;
  color: #EFBF04;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .mp-hist__subtitle {
    font-size: 28px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .mp-hist__subtitle {
    padding-bottom: 15px;
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .mp-hist__subtitle {
    font-size: 40px;
  }
}
.mp-hist__text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  text-align: center;
  font-family: "Manrope", sans-serif;
}
@media (min-width: 768px) {
  .mp-hist__text {
    padding-right: 20px;
    padding-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .mp-hist__text {
    padding-right: 40px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .mp-hist__text {
    padding-right: 90px;
    padding-bottom: 50px;
    font-size: 18px;
  }
}
.mp-hist__detail-link-container {
  border-bottom: 1px solid #EFBF04;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.mp-hist__detail-link {
  display: block;
  width: 200px;
  padding: 10px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  color: #FFCC00;
  border-radius: 100px;
  border: none;
  background-color: #EFBF04;
  background: linear-gradient(182.81deg, #EFBF04 -47.11%, #DEE3B6 -3.74%, #ECD821 25.63%, #D3A40A 66.94%, #EFBF04 111.46%);
  line-height: 140%;
  color: #1A1A1A;
  text-align: center;
  -webkit-transition: 250ms;
  transition: 250ms;
}
.mp-hist__detail-link:hover, .mp-hist__detail-link:focus {
  color: #1A1A1A;
  text-decoration: none;
  background-color: #E7B11D;
  background: linear-gradient(182.81deg, #E7B11D -47.11%, #FDD976 -3.74%, #E7B11D 25.63%, #AD8412 66.94%, #E7B11D 111.46%);
}
.mp-hist__detail-link:active {
  color: #1A1A1A;
  text-decoration: none;
  background-color: #926417;
  background: linear-gradient(182.81deg, #C48927 -47.11%, #EBB863 -3.74%, #C48927 25.63%, #926417 66.94%, #C48927 111.46%);
}
.mp-hist__prev-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 375px) {
  .mp-hist__prev-list {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .mp-hist__prev-list {
    width: 100%;
    margin-bottom: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 992px) {
  .mp-hist__prev-list {
    width: 100%;
    gap: 26px;
  }
}
.mp-hist__prev-item {
  height: 130px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .mp-hist__prev-item {
    width: 170px;
    height: 160px;
    margin-bottom: 0;
  }
  .mp-hist__prev-item:last-of-type {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .mp-hist__prev-item {
    width: 170px;
    height: 170px;
  }
  .mp-hist__prev-item:last-of-type {
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .mp-hist__prev-item {
    width: 200px;
    height: 146px;
    margin-bottom: 20px;
  }
}
.mp-hist__prev-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  height: 148px;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 375px) {
  .mp-hist__prev-link {
    width: 170px;
    height: 148px;
  }
}
.mp-hist__prev-link svg {
  display: none;
}
.mp-hist__prev-link--2016 {
  background: url("../images/history/hexagon-yellow.svg") 0px 0px no-repeat;
}
@media (max-width: 375px) {
  .mp-hist__prev-link--2016 {
    background-size: contain;
  }
}
.mp-hist__prev-link--2016:hover, .mp-hist__prev-link--2016:focus {
  background: url("../images/history/hexagon-yellow-hover.svg") 0px 0px no-repeat;
}
.mp-hist__prev-link--2017 {
  background: url("../images/history/hexagon-green.svg") 0px 0px no-repeat;
  /*  @media (min-width: 768px) {
       background-image: linear-gradient(180deg, #A8E27A 0%, rgba(255, 255, 255, 0) 100%);
   } */
}
@media (max-width: 375px) {
  .mp-hist__prev-link--2017 {
    background-size: contain;
  }
}
.mp-hist__prev-link--2017:hover, .mp-hist__prev-link--2017:focus {
  background: url("../images/history/hexagon-green-hover.svg") 0px 0px no-repeat;
}
.mp-hist__prev-link--2018 {
  background: url("../images/history/hexagon-azure.svg") 0px 0px no-repeat;
  /* @media (min-width: 768px) {
      background-image: linear-gradient(180deg, #7CE1DB 0%, rgba(255, 255, 255, 0) 100%);

  } */
}
@media (max-width: 375px) {
  .mp-hist__prev-link--2018 {
    background-size: contain;
  }
}
.mp-hist__prev-link--2018:hover, .mp-hist__prev-link--2018:focus {
  background: url("../images/history/hexagon-azure-hover.svg") 0px 0px no-repeat;
}
.mp-hist__prev-link--2019 {
  background: url("../images/history/hexagon-blue.svg") 0px 0px no-repeat;
  /*   @media (min-width: 768px) {
        background-image: linear-gradient(180deg, #91ADF9 0%, rgba(255, 255, 255, 0) 100%);
    } */
}
@media (max-width: 375px) {
  .mp-hist__prev-link--2019 {
    background-size: contain;
  }
}
.mp-hist__prev-link--2019:hover, .mp-hist__prev-link--2019:focus {
  background: url("../images/history/hexagon-blue-hover.svg") 0px 0px no-repeat;
}
.mp-hist__prev-link--2020 {
  background: url("../images/history/hexagon-purple.svg") 0px 0px no-repeat;
  /*  @media (min-width: 768px) {
       background-image: linear-gradient(180deg, #AF92ED 0%, rgba(255, 255, 255, 0) 100%);
   } */
}
@media (max-width: 375px) {
  .mp-hist__prev-link--2020 {
    background-size: contain;
  }
}
.mp-hist__prev-link--2020:hover, .mp-hist__prev-link--2020:focus {
  background: url("../images/history/hexagon-purple-hover.svg") 0px 0px no-repeat;
}
.mp-hist__prev-link--2021 {
  background: url("../images/history/hexagon-pink.svg") 0px 0px no-repeat;
  /* 
              @media (min-width: 768px) {
                  background-image: linear-gradient(180deg, #F0836B 0%, rgba(255, 255, 255, 0) 100%);
              } */
}
@media (max-width: 375px) {
  .mp-hist__prev-link--2021 {
    background-size: contain;
  }
}
.mp-hist__prev-link--2021:hover, .mp-hist__prev-link--2021:focus {
  background: url("../images/history/hexagon-pink-hover.svg") 0px 0px no-repeat;
}
.mp-hist__prev-link--2022 {
  background: url("../images/history/hexagon-red.svg") 0px 0px no-repeat;
  /* 
              @media (min-width: 768px) {
                  background-image: linear-gradient(180deg, #F0836B 0%, rgba(255, 255, 255, 0) 100%);
              } */
}
@media (max-width: 375px) {
  .mp-hist__prev-link--2022 {
    background-size: contain;
  }
}
.mp-hist__prev-link--2022:hover, .mp-hist__prev-link--2022:focus {
  background: url("../images/history/hexagon-red-hover.svg") 0px 0px no-repeat;
}
.mp-hist__prev-link--2023 {
  background: url("../images/history/hexagon-darkgreen.svg") 0px 0px no-repeat;
  /* 
          @media (min-width: 768px) {
              background-image: linear-gradient(180deg, #F0836B 0%, rgba(255, 255, 255, 0) 100%);
          } */
}
@media (max-width: 375px) {
  .mp-hist__prev-link--2023 {
    background-size: contain;
  }
}
.mp-hist__prev-link--2023:hover, .mp-hist__prev-link--2023:focus {
  background: url("../images/history/hexagon-darkgreen-hover.svg") 0px 0px no-repeat;
}
.mp-hist__prev-link:hover {
  text-decoration: none;
}
.mp-hist__prev-link:hover h4 {
  color: #fff !important;
}
.mp-hist__prev-link:hover .mp-hist__prev-link-angle {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (min-width: 768px) {
  .mp-hist__prev-link:hover .mp-hist__prev-link-angle {
    -webkit-transform: translateY(-30px) rotate(-90deg);
            transform: translateY(-30px) rotate(-90deg);
  }
}
@media (min-width: 992px) {
  .mp-hist__prev-link:hover .mp-hist__prev-link-angle {
    -webkit-transform: translateY(-40px) rotate(-90deg);
            transform: translateY(-40px) rotate(-90deg);
  }
}
@media (min-width: 1200px) {
  .mp-hist__prev-link:hover .mp-hist__prev-link-angle {
    -webkit-transform: translateY(-35px) rotate(-90deg);
            transform: translateY(-35px) rotate(-90deg);
  }
}
.mp-hist__prev-link:hover path {
  fill: #ffffff;
}
.mp-hist__awards-icon {
  width: 58px;
  height: auto;
}
@media (min-width: 768px) {
  .mp-hist__awards-icon {
    width: 76px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .mp-hist__awards-icon {
    width: 76px;
    height: auto;
  }
}
.mp-hist__prev-link-title {
  width: 100px;
  margin-bottom: 0;
  font-size: 12px;
  color: #151515;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 375px) {
  .mp-hist__prev-link-title {
    width: 120px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .mp-hist__prev-link-title {
    padding-top: 0px;
    padding-left: 0;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    width: 120px;
  }
}
@media (min-width: 992px) {
  .mp-hist__prev-link-title {
    padding-top: 0px;
    font-size: 16px;
    line-height: 21px;
  }
}
.mp-hist__prev-link-angle {
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
  margin-left: auto;
  -webkit-transition: 500ms;
  transition: 500ms;
}
@media (min-width: 768px) {
  .mp-hist__prev-link-angle {
    margin-top: auto;
    margin-left: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.mp-hist__prev-item-ten {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .mp-hist__prev-item-ten {
    max-width: 200px;
    height: 48px;
  }
}
.mp-hist__prev-item-extra {
  display: none;
}
@media (min-width: 768px) {
  .mp-hist__prev-item-extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mp-hist__prev-item-extra.mobile-extra-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mp-hist__prev-item-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .mp-hist__prev-item-toggle {
    display: none;
  }
}
.mp-hist__prev-item-toggle {
  text-align: center;
  cursor: pointer;
  padding-top: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #000;
}
.mp-hist__prev-item-toggle-container {
  margin: 0 auto;
}
.mp-hist__prev-item-toggle .item-toggle-arrow {
  display: inline-block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transform-box: fill-box;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.mp-hist__prev-item-toggle.mobile-toggle-view .item-toggle-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mp-hist__prev-link-ten {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(35.37%, #3A3A3A), color-stop(70.9%, #000000), to(#5E5E5E));
  background: linear-gradient(180deg, #000000 0%, #3A3A3A 35.37%, #000000 70.9%, #5E5E5E 100%);
  border-radius: 100px;
}
.mp-hist__prev-link-ten:hover {
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(35.37%, #2B2B2B), color-stop(70.9%, #000000), to(#242424));
  background: linear-gradient(180deg, #000000 0%, #2B2B2B 35.37%, #000000 70.9%, #242424 100%);
  color: #fff;
}
.mp-hist__prev-link-ten:active {
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(35.37%, #161616), color-stop(70.9%, #000000), to(#151515));
  background: linear-gradient(180deg, #000000 0%, #161616 35.37%, #000000 70.9%, #151515 100%);
  color: #fff;
}
.mp-hist__prev-link-title-ten {
  margin: 0;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.mp-hist__prev-item-toggle-hide {
  display: none;
}

.mobile-toggle-view .mp-hist__prev-item-toggle-show {
  display: none;
}

.mobile-toggle-view .mp-hist__prev-item-toggle-hide {
  display: block;
}

.mp-about {
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .mp-about {
    padding-bottom: 60px;
  }
}
.mp-about__slider {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .mp-about__slider {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .mp-about__slider {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .mp-about__slider {
    padding-top: 40px;
  }
}
.mp-about__slide {
  height: 560px;
  padding-top: 0px;
  padding-bottom: 0px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .mp-about__slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 360px;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 992px) {
  .mp-about__slide {
    height: 432px;
  }
}
@media (min-width: 1200px) {
  .mp-about__slide {
    height: 548px;
  }
}
.mp-about__img-wrap {
  width: 175px;
  height: 175px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .mp-about__img-wrap {
    width: 230px;
    height: 284px;
  }
}
@media (min-width: 992px) {
  .mp-about__img-wrap {
    width: 280px;
    height: 348px;
  }
}
@media (min-width: 1200px) {
  .mp-about__img-wrap {
    width: 360px;
    height: 448px;
  }
}
.mp-about__img {
  max-width: 100%;
}
.mp-about__img--3 {
  position: relative;
  top: 0px;
}
@media (min-width: 768px) {
  .mp-about__img--3 {
    top: 0;
  }
}
.mp-about__title {
  color: #EFBF04;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .mp-about__title {
    font-size: 54px;
  }
}
.mp-about__content {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 166px);
}
@media (min-width: 768px) {
  .mp-about__content {
    width: calc(100% - 230px);
    padding-top: 10px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .mp-about__content {
    width: calc(100% - 280px);
    padding-top: 39px;
  }
}
@media (min-width: 1200px) {
  .mp-about__content {
    width: calc(100% - 360px);
    padding-top: 56px;
  }
}
.mp-about__text-wrap {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}
.mp-about__text-wrap::before, .mp-about__text-wrap::after {
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 14px;
  height: 11px;
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .mp-about__text-wrap::before, .mp-about__text-wrap::after {
    width: 14px;
    height: 11px;
  }
}
@media (min-width: 992px) {
  .mp-about__text-wrap::before, .mp-about__text-wrap::after {
    width: 14px;
    height: 11px;
  }
}
@media (min-width: 1200px) {
  .mp-about__text-wrap::before, .mp-about__text-wrap::after {
    width: 14px;
    height: 11px;
  }
}
.mp-about__text-wrap::before {
  top: 0;
  background-image: url("../images/mp/quote-top.svg");
  left: 2%;
}
@media (min-width: 768px) {
  .mp-about__text-wrap::before {
    left: 25px;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 992px) {
  .mp-about__text-wrap::before {
    left: 23px;
  }
}
@media (min-width: 1200px) {
  .mp-about__text-wrap::before {
    left: 31px;
  }
}
.mp-about__text-wrap::after {
  bottom: 0;
  background-image: url("../images/mp/quote-bottom.svg");
  right: 2%;
}
@media (min-width: 768px) {
  .mp-about__text-wrap::after {
    left: auto;
    -webkit-transform: none;
            transform: none;
    right: 0%;
  }
}
.mp-about__text {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 150%;
  color: #484848;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}
@media (min-width: 768px) {
  .mp-about__text {
    padding-left: 42px;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .mp-about__text {
    padding-left: 42px;
    font-size: 16px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .mp-about__text {
    padding-left: 60px;
    font-size: 20px;
    width: 100%;
  }
}
.mp-about__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
  margin-top: 0px;
}
@media (min-width: 768px) {
  .mp-about__author {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 15px;
    padding-left: 16px;
  }
}
@media (min-width: 992px) {
  .mp-about__author {
    padding-left: 16px;
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .mp-about__author {
    padding-left: 34px;
    padding-top: 15px;
  }
}
.mp-about__author-text {
  width: 80%;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  color: #FFCC00;
  font-family: "Jost", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .mp-about__author-text {
    width: auto;
    font-size: 24px;
    padding-right: 15px;
    padding-bottom: 2px;
    padding-left: 25px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .mp-about__author-text {
    padding-bottom: 7px;
  }
}
@media (min-width: 1200px) {
  .mp-about__author-text {
    font-size: 30px;
    position: relative;
  }
}
.mp-about__author-position {
  font-size: 12px;
  font-weight: 600;
  line-height: 110%;
  text-align: center;
  color: #484848;
  font-family: "Manrope", sans-serif;
}
@media (min-width: 768px) {
  .mp-about__author-position {
    width: auto;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .mp-about__author-position {
    font-size: 12px;
    position: relative;
  }
}

.slick-slider {
  margin-bottom: 0 !important;
}

.slick-arrow {
  z-index: 10;
  display: none !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
}
.slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
  background-color: #FFCC00;
}
.slick-arrow.slick-disabled {
  background-color: #4e4e4e;
  cursor: default;
}
@media (min-width: 768px) {
  .slick-arrow {
    display: block !important;
  }
}

.slick-next, .slick-prev {
  bottom: 0px !important;
}

.slick-prev::before,
.slick-next::before {
  content: "";
  display: none;
}

.slick-prev {
  background-image: url("../images/mp/slide-arrow-left.svg") !important;
  background-size: 11px 19px !important;
  background-position: 18px center !important;
  background-repeat: no-repeat !important;
}

.slick-next {
  background-image: url("../images/mp/slide-arrow-right.svg") !important;
  background-size: 11px 19px !important;
  background-position: 21px center !important;
  background-repeat: no-repeat !important;
}

.slick-prev {
  right: 51px !important;
  bottom: 70px !important;
}
@media (min-width: 768px) {
  .slick-prev {
    bottom: 50px !important;
  }
}
@media (min-width: 992px) {
  .slick-prev {
    bottom: 70px !important;
  }
}
@media (min-width: 1200px) {
  .slick-prev {
    bottom: 70px !important;
  }
}

.slick-next {
  right: -25px !important;
  bottom: 70px !important;
}
@media (min-width: 768px) {
  .slick-next {
    right: 0px !important;
    bottom: 50px !important;
  }
}
@media (min-width: 992px) {
  .slick-next {
    right: 0px !important;
    bottom: 70px !important;
  }
}
@media (min-width: 1200px) {
  .slick-next {
    right: -25px !important;
    bottom: 70px !important;
  }
}

.slick-dots {
  bottom: 0px;
  left: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .slick-dots {
    bottom: 87px;
    left: 12px;
  }
}
@media (min-width: 992px) {
  .slick-dots {
    bottom: 95px;
    left: -61px;
  }
}
@media (min-width: 1200px) {
  .slick-dots {
    bottom: 95px;
    left: -50px;
  }
}
.slick-dots::before, .slick-dots::after {
  display: block;
  font-size: 16px;
  color: #484848;
  font-weight: 600;
}
.slick-dots::before {
  content: "01";
  margin-right: 23px;
}
.slick-dots::after {
  content: "11";
  margin-left: 23px;
}

.slick-dots li {
  width: 10px;
  height: 3px;
  margin-right: 0;
  margin-left: 0;
  background-color: #EFEFEF;
}
@media (min-width: 768px) {
  .slick-dots li {
    width: 10px;
  }
}

.slick-dots li.slick-active {
  background-color: #FFCC00;
}

.slick-dots li button {
  width: 33px;
  height: 2px;
  padding: 0;
}

.slick-dots li button::before {
  display: none;
}

.slick-list {
  overflow: visible !important;
}

.mp-stages {
  background: url("../images/bg/bg-stage-main.jpg") center center no-repeat;
  background-size: cover;
}
.mp-stages__title {
  color: #EFBF04;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 24px;
}
@media (min-width: 768px) {
  .mp-stages__title {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .mp-stages__title {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .mp-stages__title {
    font-size: 54px;
  }
}
.mp-stages__stages-wrap {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .mp-stages__stages-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .mp-stages__stages-wrap {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .mp-stages__stages-wrap {
    padding-top: 40px;
  }
}
.mp-stages__stage {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .mp-stages__stage {
    width: 33.3%;
  }
}
.mp-stages__stage--active .mp-stages__stage-wrap--01 {
  background-image: url("../images/icons/01-new-active.svg");
}
.mp-stages__stage--active .mp-stages__stage-wrap--02 {
  background-image: url("../images/icons/02-new-active.svg");
}
.mp-stages__stage--active .mp-stages__stage-wrap--03 {
  background-image: url("../images/icons/03-new-active.svg");
}
.mp-stages__stage--active .mp-stages__stage-date {
  color: #EFBF04;
}
.mp-stages__stage--active .mp-stages__stage-icon {
  display: none;
}
.mp-stages__stage--active .mp-stages__stage-icon--current {
  display: block;
}
.mp-stages__stage-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 280px;
  min-height: 120px;
  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .mp-stages__stage-wrap {
    min-height: 120px;
    padding-right: 15px;
    padding-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .mp-stages__stage-wrap {
    max-width: 270px;
    min-height: 120px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .mp-stages__stage-wrap {
    max-width: 350px;
    min-height: 146px;
  }
}
.mp-stages__stage-wrap--01 {
  background-image: url("../images/icons/01-new.svg");
  background-size: 152px 120px;
  background-position: right 10px top 50%;
}
@media (min-width: 768px) {
  .mp-stages__stage-wrap--01 {
    background-size: 152px 120px;
    background-position: right 10px top 50%;
  }
}
@media (min-width: 992px) {
  .mp-stages__stage-wrap--01 {
    background-size: 152px 120px;
    background-position: right 10px top 50%;
  }
}
@media (min-width: 1200px) {
  .mp-stages__stage-wrap--01 {
    background-size: 186px 146px;
    background-position: right 73px top 50%;
  }
}
.mp-stages__stage-wrap--02 {
  background-image: url("../images/icons/02-new.svg");
  background-size: 182px 120px;
  background-position: right 0 top 50%;
}
@media (min-width: 768px) {
  .mp-stages__stage-wrap--02 {
    background-size: 182px 1200px;
    background-position: right 0 top 50%;
  }
}
@media (min-width: 992px) {
  .mp-stages__stage-wrap--02 {
    background-size: 182px 120px;
    background-position: right 0 top 50%;
  }
}
@media (min-width: 1200px) {
  .mp-stages__stage-wrap--02 {
    background-size: 218px 146px;
    background-position: right 39px top 50%;
  }
}
.mp-stages__stage-wrap--03 {
  background-image: url("../images/icons/03-new.svg");
  background-size: 182px 120px;
  background-position: right 0 top 50%;
}
@media (min-width: 768px) {
  .mp-stages__stage-wrap--03 {
    background-size: 182px 120px;
    background-position: right 0 top 50%;
  }
}
@media (min-width: 992px) {
  .mp-stages__stage-wrap--03 {
    background-size: 182px 120px;
    background-position: right 0 top 50%;
  }
}
@media (min-width: 1200px) {
  .mp-stages__stage-wrap--03 {
    padding-right: 0;
    background-size: 221px 146px;
    background-position: right 44px top 50%;
  }
}
.mp-stages__stage-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mp-stages__stage-icon--apply {
  width: 53px;
  height: 65px;
}
@media (min-width: 992px) {
  .mp-stages__stage-icon--apply {
    width: 53px;
    height: 65px;
  }
}
@media (min-width: 1200px) {
  .mp-stages__stage-icon--apply {
    width: 53px;
    height: 65px;
  }
}
.mp-stages__stage-icon--vote {
  width: 60px;
  height: 65px;
}
@media (min-width: 992px) {
  .mp-stages__stage-icon--vote {
    width: 60px;
    height: 65px;
  }
}
@media (min-width: 1200px) {
  .mp-stages__stage-icon--vote {
    width: 60px;
    height: 65px;
  }
}
.mp-stages__stage-icon--cup {
  width: 57px;
  height: 65px;
}
@media (min-width: 992px) {
  .mp-stages__stage-icon--cup {
    width: 57px;
    height: 65px;
  }
}
@media (min-width: 1200px) {
  .mp-stages__stage-icon--cup {
    width: 57px;
    height: 65px;
  }
}
.mp-stages__stage-icon--current {
  display: none;
}
.mp-stages__stage-content {
  padding-left: 30px;
}
@media (min-width: 992px) {
  .mp-stages__stage-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 78px;
  }
}
@media (min-width: 1200px) {
  .mp-stages__stage-content {
    height: 63px;
  }
}
.mp-stages__stage-title {
  padding-bottom: 2px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .mp-stages__stage-title {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 4px;
  }
}
@media (min-width: 992px) {
  .mp-stages__stage-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .mp-stages__stage-title {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .mp-stages__stage-title--ceremony {
    padding-right: 15px;
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .mp-stages__stage-title--ceremony {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .mp-stages__stage-title--ceremony {
    padding-right: 0;
  }
}
.mp-stages__stage-date {
  font-size: 14px;
  font-weight: normal;
  color: #D5D5D5;
  font-family: "Manrope", sans-serif;
}
@media (min-width: 768px) {
  .mp-stages__stage-date {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .mp-stages__stage-date {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .mp-stages__stage-date {
    font-size: 16px;
  }
}
.mp-stages__clock-wrap {
  position: relative;
  padding: 30px 0 60px;
}
.mp-stages__countdown-title {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .mp-stages__countdown-title {
    padding-top: 33px;
    font-size: 24px;
    line-height: 29px;
  }
}
@media (min-width: 1200px) {
  .mp-stages__countdown-title {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }
}
.mp-stages__decor {
  position: absolute;
  width: 31.25%;
  height: 1px;
  background-color: #EDEDED;
}
@media (min-width: 768px) {
  .mp-stages__decor {
    width: 15.23%;
  }
}
@media (min-width: 992px) {
  .mp-stages__decor {
    width: 26%;
  }
}
.mp-stages__decor--top {
  top: 0;
  left: 0;
  display: none;
}
@media (min-width: 768px) {
  .mp-stages__decor--top {
    top: 92px;
    display: block;
  }
}
@media (min-width: 1200px) {
  .mp-stages__decor--top {
    top: 100px;
  }
}
.mp-stages__decor--bottom {
  bottom: 0;
  right: 0;
  display: none;
}
@media (min-width: 768px) {
  .mp-stages__decor--bottom {
    top: 92px;
    bottom: auto;
    display: block;
  }
}
@media (min-width: 1200px) {
  .mp-stages__decor--bottom {
    top: 100px;
  }
}
.mp-stages__decor--top::after, .mp-stages__decor--bottom::after {
  content: "";
  position: absolute;
  top: -2px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #EDEDED;
}
.mp-stages__decor--top::after {
  right: 0;
}
.mp-stages__decor--bottom::after {
  left: 0;
}

.mp-sponsors {
  background: url("../images/bg/bg-footer.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 90px;
}
.mp-sponsors__title {
  color: #EFBF04;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .mp-sponsors__title {
    font-size: 60px;
  }
}
.mp-sponsors__subtitle {
  padding-top: 30px;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .mp-sponsors__subtitle {
    padding-top: 0px;
    padding-bottom: 16px;
    font-size: 26px;
    line-height: 31px;
  }
}
@media (min-width: 992px) {
  .mp-sponsors__subtitle {
    padding-top: 0px;
    padding-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .mp-sponsors__subtitle {
    padding-top: 60px;
    font-size: 36px;
    line-height: 43px;
  }
}
@media (min-width: 768px) {
  .mp-sponsors__subtitle--main {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .mp-sponsors__subtitle--main {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .mp-sponsors__subtitle--main {
    padding-top: 50px;
  }
}
.mp-sponsors__subsubtitle {
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .mp-sponsors__subsubtitle {
    padding-bottom: 23px;
    font-size: 16px;
    line-height: 22px;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .mp-sponsors__subsubtitle {
    padding-bottom: 18px;
    font-size: 24px;
    line-height: 29px;
    margin-top: 30px;
    display: block;
    height: 65px;
  }
}
.mp-sponsors__link {
  display: block;
  width: 100%;
  max-width: 290px;
  height: 100%;
  padding: 9px 0 6px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 3px solid transparent;
  border-radius: 6px;
  background-color: #ffffff;
  text-align: center;
  -webkit-transition: 250ms;
  transition: 250ms;
}
.mp-sponsors__link:hover {
  border-bottom-color: #EFBF04;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (min-width: 768px) {
  .mp-sponsors__link {
    max-width: 465px;
    padding: 30px 0 24px;
  }
}
@media (min-width: 1200px) {
  .mp-sponsors__link {
    max-width: 570px;
    padding: 37px 0;
  }
}
.mp-sponsors__link--oth {
  height: 82px;
}
@media (min-width: 768px) {
  .mp-sponsors__link--oth {
    height: auto;
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  .mp-sponsors__link--oth {
    padding: 10px 0;
  }
}
.mp-sponsors__link--oth svg {
  height: 65px;
  width: 180px;
}
@media (min-width: 768px) {
  .mp-sponsors__link--oth svg {
    height: 90px;
    width: 90%;
  }
}
@media (min-width: 992px) {
  .mp-sponsors__link--oth svg {
    height: 90px;
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .mp-sponsors__link--oth svg {
    height: 100px;
    width: 200px;
  }
}
.mp-sponsors__img {
  width: auto;
}
.mp-sponsors__img--gen {
  height: 59px;
}
@media (min-width: 768px) {
  .mp-sponsors__img--gen {
    height: 70px;
  }
}
@media (min-width: 1200px) {
  .mp-sponsors__img--gen {
    height: 92px;
  }
}
.mp-sponsors__img--mer {
  height: 44px;
}
@media (min-width: 768px) {
  .mp-sponsors__img--mer {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .mp-sponsors__img--mer {
    height: 75px;
  }
}
.mp-sponsors__img--oth {
  height: 65px;
  width: 180px;
}
@media (min-width: 768px) {
  .mp-sponsors__img--oth {
    height: 80px;
    width: 160px;
  }
}
@media (min-width: 1200px) {
  .mp-sponsors__img--oth {
    height: 100px;
    width: 200px;
  }
}
.mp-sponsors__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  padding-left: 0;
  margin: 0 auto;
  list-style: none;
}
@media (min-width: 768px) {
  .mp-sponsors__list {
    max-width: 100%;
    padding-top: 43px;
  }
}
@media (min-width: 992px) {
  .mp-sponsors__list {
    padding-top: 50px;
  }
}
.mp-sponsors__item {
  width: 250px;
  margin-bottom: 14px;
  margin-right: 15px;
  margin-left: 15px;
}
.mp-sponsors__item:nth-child(odd):last-of-type {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .mp-sponsors__item:nth-child(odd):last-of-type {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.mp-sponsors__item h4 {
  font-family: "Manrope", sans-serif;
}
@media (max-width: 768px) {
  .mp-sponsors__item {
    margin-right: 15px;
    margin-left: 15px;
    width: 200px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .mp-sponsors__item {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .mp-sponsors__item {
    width: 280px;
  }
}
@media (min-width: 1200px) {
  .mp-sponsors__item {
    width: 320px;
  }
}

.partners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
@media (min-width: 768px) {
  .partners__list {
    max-width: 100%;
  }
}
.partners__item {
  width: 33.3333333333%;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .partners__item {
    width: 20%;
  }
}
.partners__item:nth-child(odd) {
  text-align: left;
}
@media (min-width: 768px) {
  .partners__item:nth-child(odd) {
    text-align: center;
  }
}
.partners__item:nth-child(even) {
  text-align: right;
}
@media (min-width: 768px) {
  .partners__item:nth-child(even) {
    text-align: center;
  }
}
.partners__item:nth-child(odd):last-of-type {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .partners__item:nth-child(odd):last-of-type {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .partners__link {
    display: block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding: 3px;
    text-align: center;
  }
}
.partners__link svg {
  width: auto;
}
@media (min-width: 768px) {
  .partners__link svg {
    height: 31px;
  }
}
@media (min-width: 992px) {
  .partners__link svg {
    height: 44px;
  }
}
.partners__link img {
  width: auto;
  height: 43px;
}
@media (min-width: 768px) {
  .partners__link img {
    height: 31px;
  }
}
@media (min-width: 992px) {
  .partners__link img {
    height: 44px;
  }
}
.partners__link path {
  -webkit-transition: 250ms;
  transition: 250ms;
  fill: #C1C1C1;
}
.partners__link:hover path, .partners__link:focus path {
  fill: #FFCC00;
}

.location-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.location-place__partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  height: 90px;
  margin: auto;
  border-bottom: 2px solid transparent;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 80px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 80px rgba(0, 0, 0, 0.1);
  -webkit-transition: 250ms;
  transition: 250ms;
}
@media (min-width: 768px) {
  .location-place__partner {
    width: 200px;
    height: 100px;
  }
  .location-place__partner img {
    height: 90px;
    width: 90%;
  }
  .location-place__partner svg {
    height: 90px;
    width: 90%;
  }
}
@media (min-width: 992px) {
  .location-place__partner {
    width: 250px;
    height: 100px;
  }
  .location-place__partner img {
    height: 90px;
    width: 90%;
  }
  .location-place__partner svg {
    height: 90px;
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .location-place__partner {
    width: 320px;
    height: 130px;
  }
}
.location-place__partner:hover {
  border-bottom-color: #EFBF04;
}

.supported__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin: 0 auto;
  list-style: none;
}
@media (min-width: 768px) {
  .supported__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 60%;
  }
}
.supported__item {
  width: 50%;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .supported__item {
    width: 25%;
  }
}
.supported__item:nth-child(odd) {
  text-align: left;
}
@media (min-width: 768px) {
  .supported__item:nth-child(odd) {
    text-align: center;
  }
}
.supported__item:nth-child(even) {
  text-align: right;
}
@media (min-width: 768px) {
  .supported__item:nth-child(even) {
    text-align: center;
  }
}
.supported__item:nth-child(odd):last-of-type {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .supported__item:nth-child(odd):last-of-type {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .supported__link {
    display: block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding: 3px;
    text-align: center;
  }
}
.supported__link svg {
  width: 135px;
  height: 70px;
}
@media (min-width: 768px) {
  .supported__link svg {
    height: 60px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .supported__link svg {
    height: 60px;
    margin-bottom: 30px;
  }
}
.supported__link img {
  width: auto;
  height: 43px;
}
@media (min-width: 768px) {
  .supported__link img {
    height: 31px;
  }
}
@media (min-width: 992px) {
  .supported__link img {
    height: 44px;
  }
}
.supported__link path {
  -webkit-transition: 250ms;
  transition: 250ms;
  fill: #C1C1C1;
}
.supported__link:hover path, .supported__link:focus path {
  fill: #FFCC00;
}

.mp-pubs {
  background: url("../images/bg/bg-content.jpg") center center no-repeat;
  background-size: cover;
}
.mp-pubs__title {
  color: #ffffff;
  font-weight: 600;
}
.mp-pubs__list {
  max-width: 290px;
  padding-top: 10px;
  padding-left: 0;
  margin: 0 auto;
  list-style: none;
}
@media (min-width: 768px) {
  .mp-pubs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .mp-pubs__list {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .mp-pubs__list {
    padding-top: 40px;
  }
}
.mp-pubs__item {
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  .mp-pubs__item {
    width: calc(25% - 15px);
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .mp-pubs__item {
    width: calc(25% - 14px);
  }
}
.mp-pubs__item:last-of-type {
  margin-bottom: 0;
}
.mp-pubs__link picture {
  display: block;
  overflow: hidden;
}
.mp-pubs__link picture img {
  width: 100%;
}
.mp-pubs__link:hover, .mp-pubs__link:focus {
  text-decoration: none;
}
.mp-pubs__link:hover .mp-pubs__subtitle, .mp-pubs__link:focus .mp-pubs__subtitle {
  color: #EFBF04;
}
.mp-pubs .mp-pubs__img {
  -webkit-filter: opacity(100%);
          filter: opacity(100%);
}
.mp-pubs__link:hover .mp-pubs__img, .mp-pubs__link:focus .mp-pubs__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: opacity(100%);
          filter: opacity(100%);
}
.mp-pubs__img {
  -webkit-transition: 250ms;
  transition: 250ms;
  border-radius: 6px;
  width: 100%;
}
@media (min-width: 768px) {
  .mp-pubs__img {
    max-width: 100%;
  }
}
.mp-pubs__subtitle {
  padding: 10px 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  color: #ffffff;
  -webkit-transition: 250ms;
  transition: 250ms;
}
@media (min-width: 768px) {
  .mp-pubs__subtitle {
    padding-bottom: 18px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .mp-pubs__subtitle {
    font-size: 16px;
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1200px) {
  .mp-pubs__subtitle {
    padding-bottom: 21px;
    font-size: 16px;
    letter-spacing: -0.02em;
  }
}

.mp-gallery {
  background: #fff;
}
@media (min-width: 1200px) {
  .mp-gallery {
    padding-top: 20px;
  }
}
.mp-gallery__title {
  color: #EFBF04;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .mp-gallery__title {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .mp-gallery__title {
    font-size: 46px;
  }
}
@media (min-width: 1200px) {
  .mp-gallery__title {
    font-size: 54px;
  }
}
.mp-gallery__list {
  max-width: 290px;
  padding-top: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .mp-gallery__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 100%;
    padding-top: 40px;
  }
}
.mp-gallery__list--mob {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.mp-gallery__item {
  margin-bottom: 30px;
  overflow: hidden;
  background: #000;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .mp-gallery__item {
    width: 330px;
  }
}
@media (min-width: 992px) {
  .mp-gallery__item {
    width: 215px;
  }
}
@media (min-width: 1200px) {
  .mp-gallery__item {
    width: 255px;
  }
}
.mp-gallery .mp-gallery__img {
  -webkit-filter: opacity(70%);
          filter: opacity(70%);
}
.mp-gallery__item:hover .mp-gallery__img, .mp-gallery__item:focus .mp-gallery__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: opacity(100%);
          filter: opacity(100%);
}
.mp-gallery__img {
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.mp-gallery__item-extra {
  display: none;
}
@media (min-width: 768px) {
  .mp-gallery__item-extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mp-gallery__item-extra.mobile-extra-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mp-gallery__item-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .mp-gallery__item-toggle {
    display: none;
  }
}
.mp-gallery__item-toggle {
  text-align: center;
  cursor: pointer;
  padding-top: 5px;
  margin-bottom: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #000;
}
.mp-gallery__item-toggle-container {
  margin: 0 auto;
}
.mp-gallery__item-toggle .item-toggle-arrow {
  display: inline-block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transform-box: fill-box;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.mp-gallery__item-toggle.mobile-toggle-view .item-toggle-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mp-gallery__item-toggle-hide {
  display: none;
}

.mobile-toggle-view .mp-gallery__item-toggle-show {
  display: none;
}

.mobile-toggle-view .mp-gallery__item-toggle-hide {
  display: block;
}

.hist-about__title {
  color: #151515;
  text-transform: uppercase;
}
.hist-about__content {
  padding-top: 40px;
}
@media (min-width: 1200px) {
  .hist-about__content {
    padding-top: 83px;
  }
}
.hist-about__text {
  padding-top: 152px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
  color: #484848;
}
@media (min-width: 992px) {
  .hist-about__text {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .hist-about__text {
    font-size: 18px;
  }
}
.hist-about__text--top {
  padding-bottom: 35px;
  background-image: url("../images/history/about-icon-top.svg");
  background-size: 165px 140px;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .hist-about__text--top {
    padding: 33px 45px 90px 250px;
    background-size: 180px 160px;
    background-position: 0 0;
  }
}
@media (min-width: 992px) {
  .hist-about__text--top {
    padding: 70px 55px 84px 347px;
    background-size: 235px 200px;
  }
}
@media (min-width: 1200px) {
  .hist-about__text--top {
    padding: 90px 150px 114px 362px;
    background-size: 302px 257px;
  }
}
.hist-about__text--bottom {
  background-image: url("../images/history/about-icon-bottom.svg");
  background-size: 165px 140px;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .hist-about__text--bottom {
    padding: 15px 253px 62px 60px;
    background-size: 188px 160px;
    background-position: right 0 top 0;
  }
}
@media (min-width: 992px) {
  .hist-about__text--bottom {
    padding: 45px 347px 62px 100px;
    background-size: 235px 200px;
  }
}
@media (min-width: 1200px) {
  .hist-about__text--bottom {
    padding: 60px 382px 118px 95px;
    background-size: 302px 257px;
  }
}

.hist-ceremony--2016 {
  padding-top: 0;
}
@media (min-width: 1200px) {
  .hist-ceremony--2016 {
    padding-top: 0;
  }
}
.hist-ceremony__title {
  color: #151515;
}
.hist-ceremony__list {
  max-width: 290px;
  padding-top: 35px;
  padding-left: 0;
  margin: 0 auto;
  list-style: none;
}
@media (min-width: 768px) {
  .hist-ceremony__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .hist-ceremony__list {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .hist-ceremony__list {
    padding-top: 58px;
  }
}
.hist-ceremony__item {
  margin-bottom: 27px;
  overflow: hidden;
  background: #000;
}
@media (min-width: 768px) {
  .hist-ceremony__item {
    width: 210px;
  }
}
@media (min-width: 992px) {
  .hist-ceremony__item {
    width: 290px;
  }
}
@media (min-width: 1200px) {
  .hist-ceremony__item {
    width: 355px;
  }
}
.hist-ceremony .hist-ceremony__img {
  -webkit-filter: opacity(70%);
          filter: opacity(70%);
}
.hist-ceremony__item:hover .hist-ceremony__img, .hist-ceremony__item:focus .hist-ceremony__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: opacity(100%);
          filter: opacity(100%);
}
@media (min-width: 768px) {
  .hist-ceremony__item:nth-of-type(4) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .hist-ceremony__item:nth-of-type(5) {
    margin-bottom: 0;
  }
}
.hist-ceremony__item:last-of-type {
  margin-bottom: 0;
}
.hist-ceremony__img {
  max-width: 100%;
  -webkit-transition: 250ms;
  transition: 250ms;
}

.hist-info {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(29.93%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left bottom, left top, from(#151515), to(#151515));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 29.93%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, #151515, #151515);
}
.hist-info__title {
  max-width: 240px;
  margin-right: auto;
  margin-left: auto;
  color: #ffffff;
}
@media (min-width: 768px) {
  .hist-info__title {
    max-width: none;
  }
}
.hist-info__title--2017 {
  max-width: 290px;
}
@media (min-width: 768px) {
  .hist-info__title--2017 {
    max-width: 630px;
  }
}
@media (min-width: 992px) {
  .hist-info__title--2017 {
    max-width: 660px;
  }
}
@media (min-width: 1200px) {
  .hist-info__title--2017 {
    max-width: none;
  }
}
.hist-info__text-wrap {
  padding-top: 18px;
}
@media (min-width: 768px) {
  .hist-info__text-wrap {
    padding-top: 25px;
  }
}
@media (min-width: 992px) {
  .hist-info__text-wrap {
    padding-top: 35px;
  }
}
@media (min-width: 1200px) {
  .hist-info__text-wrap {
    padding-top: 40px;
  }
}
.hist-info__text {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .hist-info__text {
    max-width: 570px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .hist-info__text {
    max-width: 605px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .hist-info__text {
    max-width: 732px;
    font-size: 18px;
    line-height: 30px;
  }
}
.hist-info__stats {
  padding-bottom: 22px;
}
@media (min-width: 768px) {
  .hist-info__stats {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .hist-info__stats {
    padding-top: 5px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .hist-info__stats {
    padding-top: 40px;
    margin-top: 20px;
  }
}
.hist-info__stat-item {
  background-position: 3px center;
}
.hist-info__stat-text {
  padding-bottom: 8px;
}
.hist-info__link {
  display: block;
  max-width: 268px;
  padding: 15px 10px 16px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 80px;
  font-size: 16px;
  color: #414141;
  text-align: center;
  background-color: #ffffff;
}
.hist-info__link:hover, .hist-info__link:focus {
  text-decoration: none;
  background-color: #EFBF04;
}
.hist-info__link:active {
  background-color: #d2b413;
}

.hist-interview__title {
  max-width: 235px;
  margin-right: auto;
  margin-left: auto;
  color: #151515;
}
@media (min-width: 768px) {
  .hist-interview__title {
    max-width: none;
  }
}
.hist-interview__list {
  max-width: 290px;
  padding-top: 35px;
  padding-left: 0;
  margin: 0 auto;
  list-style: none;
}
@media (min-width: 768px) {
  .hist-interview__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .hist-interview__list {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .hist-interview__list {
    padding-top: 58px;
  }
}
.hist-interview__item {
  padding-bottom: 20px;
  border-bottom: 2px dotted #aaaaaa;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .hist-interview__item {
    width: 210px;
    padding-bottom: 18px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .hist-interview__item {
    width: 290px;
    padding-bottom: 13px;
    border-bottom-color: #eeeeee;
  }
}
@media (min-width: 1200px) {
  .hist-interview__item {
    width: 355px;
  }
}
.hist-interview__link picture {
  display: block;
  overflow: hidden;
  background: #000;
}
.hist-interview__link:hover {
  text-decoration: none;
}
.hist-interview__link:hover .hist-interview__text {
  color: #EFBF04;
}
.hist-interview .hist-interview__img {
  -webkit-filter: opacity(70%);
          filter: opacity(70%);
}
.hist-interview__link:hover .hist-interview__img, .hist-interview__link:focus .hist-interview__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: opacity(100%);
          filter: opacity(100%);
}
.hist-interview__item:last-of-type {
  margin-bottom: 0;
}
.hist-interview__img {
  max-width: 100%;
  -webkit-transition: 250ms;
  transition: 250ms;
}
.hist-interview__text {
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
  color: #484848;
  -webkit-transition: 250ms;
  transition: 250ms;
}
@media (min-width: 1200px) {
  .hist-interview__text {
    font-size: 18px;
  }
}

.hist-results {
  background-color: #171717;
}
.hist-results__title {
  color: #ffffff;
}
.hist-results__list {
  max-width: 290px;
  padding-top: 35px;
  padding-left: 0;
  margin: 0 auto;
  list-style: none;
}
@media (min-width: 768px) {
  .hist-results__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .hist-results__list {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .hist-results__list {
    padding-top: 58px;
  }
}
.hist-results__item {
  padding-bottom: 10px;
  margin-bottom: 27px;
  border-bottom: 2px dotted #484848;
}
@media (min-width: 768px) {
  .hist-results__item {
    width: 210px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .hist-results__item {
    width: 290px;
  }
}
@media (min-width: 1200px) {
  .hist-results__item {
    width: 355px;
  }
}
.hist-results__item:last-of-type {
  margin-bottom: 0;
}
.hist-results__link picture {
  display: block;
  overflow: hidden;
}
.hist-results .hist-results__img {
  -webkit-filter: opacity(70%);
          filter: opacity(70%);
}
.hist-results__link:hover .hist-results__img, .hist-results__link:focus .hist-results__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: opacity(100%);
          filter: opacity(100%);
}
.hist-results__link:hover {
  text-decoration: none;
}
.hist-results__link:hover .hist-results__subtitle, .hist-results__link:focus .hist-results__subtitle {
  color: #EFBF04;
}
.hist-results__img {
  max-width: 100%;
  -webkit-transition: 250ms;
  transition: 250ms;
}
.hist-results__subtitle {
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 150%;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: 250ms;
  transition: 250ms;
}
@media (min-width: 992px) {
  .hist-results__subtitle {
    font-size: 18px;
  }
}

.nomination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  max-width: 400px;
  margin: 0 auto -40px;
  list-style: none;
}
@media (min-width: 768px) {
  .nomination__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: none;
  }
}
.nomination__item {
  padding-top: 17px;
  padding-bottom: 17px;
}
@media (min-width: 768px) {
  .nomination__item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .nomination__item {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.nomination__pre-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nomination__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nomination__link:hover, .nomination__link:focus {
  text-decoration: none !important;
}
.nomination__link:hover .nomination__img::before, .nomination__link:focus .nomination__img::before {
  background-image: url("../images/nomination/bg-main-hover-2025.svg");
}
.nomination__link:hover .nomination__img::after, .nomination__link:focus .nomination__img::after {
  -webkit-transform: translate(10px, 8px) rotate(0deg);
          transform: translate(10px, 8px) rotate(0deg);
  opacity: 1;
}
.nomination__link:hover .nomination__icon, .nomination__link:focus .nomination__icon {
  fill: #ffffff;
}
.nomination__link:hover .nomination__text, .nomination__link:focus .nomination__text {
  color: #EFBF04;
  text-decoration: none;
}
.nomination__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 51px;
  height: 55px;
  background-image: none;
  overflow: visible;
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: 450ms;
  transition: 450ms;
}
@media (min-width: 992px) {
  .nomination__img {
    width: 79px;
    height: 88px;
  }
}
.nomination__img::before, .nomination__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 51px;
  height: 55px;
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
}
@media (min-width: 992px) {
  .nomination__img::before, .nomination__img::after {
    width: 79px;
    height: 88px;
  }
}
.nomination__img::before {
  z-index: 1;
  background-image: url("../images/nomination/bg-main-2025.svg");
}
.nomination__img::after {
  z-index: 0;
  background-image: url("../images/nomination/bg-bottom-2025.svg");
  -webkit-transform: translate(0px, 0px) rotate(-15deg);
          transform: translate(0px, 0px) rotate(-15deg);
  opacity: 0;
}
@media (min-width: 992px) {
  .nomination__img::after {
    -webkit-transform: translate(0px, 0px) rotate(-15deg);
            transform: translate(0px, 0px) rotate(-15deg);
  }
}
.nomination__img svg {
  width: 100%;
  height: 33px;
  z-index: 1;
  fill: #000000;
}
@media (min-width: 992px) {
  .nomination__img svg {
    width: 100%;
    height: 50px;
  }
}
.nomination__img svg path {
  -webkit-transition: 450ms;
  transition: 450ms;
}
.nomination__icon {
  fill: #5C5F73;
  overflow: inherit;
}
.nomination__text {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  -webkit-transition: 450ms;
  transition: 450ms;
  font-weight: 500;
}
@media (min-width: 768px) {
  .nomination__text {
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .nomination__text {
    padding-left: 30px;
    padding-right: 50px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .nomination__text {
    font-size: 20px;
  }
}
.nomination-stub__wrap {
  padding-top: 130px;
  background-image: url("../images/nomination/stub-icon.svg");
  background-size: 122px 115px;
  background-position: center 0;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .nomination-stub__wrap {
    max-width: 605px;
    padding-top: 200px;
    margin: auto;
    background-size: 183px 175px;
  }
}
@media (min-width: 992px) {
  .nomination-stub__wrap {
    max-width: 805px;
    padding-top: 220px;
    background-size: 201px 192px;
  }
}
@media (min-width: 1200px) {
  .nomination-stub__wrap {
    max-width: 965px;
    padding-top: 240px;
  }
}
.nomination-stub__text {
  padding: 8px 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
  color: #484848;
  text-align: center;
}
@media (min-width: 992px) {
  .nomination-stub__text {
    padding: 10px 0;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .nomination-stub__text {
    padding: 11px 0;
    font-size: 18px;
  }
}

.partner__header-title {
  padding-bottom: 10px;
  padding-top: 55px;
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
}
.partner__img-header img {
  height: 95px;
}
@media (max-width: 768px) {
  .partner__img-header img {
    height: 60px;
  }
}

.partner_nomination {
  padding-top: 10px;
}
@media (max-width: 768px) {
  .partner_nomination {
    padding-top: 0px;
    margin-top: -5px;
  }
}

.hero-nomination .nomination__img {
  background-image: none;
}
.hero-nomination .nomination__img::before {
  z-index: 1;
  background-image: url("../images/nomination/bg-main-hero.svg");
}
.hero-nomination .nomination__img::after {
  z-index: 0;
  background-image: url("../images/nomination/bg-bottom-hero.svg");
}
.hero-nomination .nomination__icon {
  display: none;
}

.hero-nomination:hover .nomination__img::before {
  background-image: url("../images/nomination/bg-main-hero-hover.svg") !important;
}

.icons-content-hero {
  background: url("../images/icons/hero_of_finance_inside.svg") 0px 0px no-repeat;
  width: 244px;
  height: 230px;
  background-size: 100% auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .icons-content-hero {
    width: 152px;
    height: 145px;
  }
}
@media (max-width: 414px) {
  .icons-content-hero {
    width: 122px;
    height: 115px;
  }
}

.hero-nomination:hover .nomination__text {
  color: #000000;
}

.nezlam-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nezlam-logo-awards img {
  width: 106px;
  height: 141px;
  margin: 0 auto;
}

.nezlam-icon img {
  width: 189px;
  height: 87px;
  margin: 0 auto;
}

/*
.nomination {
  &__list {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    max-width: 400px;
    margin: 0 auto -40px;
    list-style: none;

    @media (min-width: 768px) {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: none;
    }
  }

  &__item {
    padding-top: 17px;
    padding-bottom: 17px;

    @media (min-width: 768px) {
      width: 50%;
    }

    @media (min-width: 992px) {
      padding-top: 22px;
      padding-bottom: 22px;
    }
  }

  &__pre-link {
    display: flex;
    align-items: center;
  }

  &__link {
    display: flex;
    align-items: center;
  }

  &__link:hover,
  &__link:focus {
    text-decoration: none !important;
  }

  &__link:hover .nomination__img,
  &__link:focus .nomination__img {
    background-image: url('../images/nomination/bg-main-hover.svg');
  }

  &__link:hover .nomination__img::before,
  &__link:hover .nomination__img::after,
  &__link:focus .nomination__img::before,
  &__link:focus .nomination__img::after {
    transform: none;
  }

  &__link:hover .nomination__icon {
    fill: #935115;
  }

  &__link:hover .nomination__text,
  &__link:focus .nomination__text {
    color: $color-primary-hover;
    text-decoration: none;
  }

  &__img {
    position: relative;
    z-index: 1;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 51px;
    height: 55px;
    background-image: url('../images/nomination/bg-main.svg');
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: 450ms;

    @media (min-width: 992px) {
      width: 79px;
      height: 88px;
    }
  }

  &__img::before,
  &__img::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 51px;
    height: 55px;
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent;
    transition: 450ms;

    @media (min-width: 992px) {
      width: 79px;
      height: 88px;
    }
  }

  &__img::before {
    transform: translate(5px, -7px);
    background-image: url('../images/nomination/bg-top.svg');

    @media (min-width: 992px) {
      transform: translate(10px, -8px);
    }
  }

  &__img::after {
    transform: translate(-4px, 7px);
    background-image: url('../images/nomination/bg-bottom.svg');

    @media (min-width: 992px) {
      transform: translate(-10px, 8px);
    }
  }

  &__img svg {
    width: 100%;
    height: 33px;


    @media (min-width: 992px) {
      width: 100%;
      height: 50px;
    }
  }

  &__img svg path {
    transition: 450ms;
  }

  &__icon {
    fill: #5C5F73;
  }

  &__text {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    transition: 450ms;
    font-weight: 500;

    @media (min-width: 768px) {
      padding-right: 40px;
    }

    @media (min-width: 992px) {
      padding-left: 30px;
      padding-right: 50px;
      font-size: 18px;
    }

    @media (min-width: 1200px) {
      font-size: 20px;
    }
  }
}

.partner {
  &__header-title {
    padding-bottom: 10px;
    padding-top: 55px;
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
  }

  &__img-header {
    img {
      height: 95px;

      @media (max-width: 768px) {
        height: 60px;
      }
    }
  }
}
.partner_nomination {
  padding-top: 10px;
  @media (max-width: 768px) {
    padding-top: 0px;
    margin-top: -5px;
  }
}


.hero-nomination{
  .nomination{
    &__img {

      background-image: url('../images/nomination/bg-main-hero.svg') !important;
    }
    &__img::before {

      background-image: url('../images/nomination/bg-top-hero.svg');
    }
    &__img::after {

      background-image: url('../images/nomination/bg-bottom-hero.svg');
    }
    &__icon {
      fill: #2A547D;
    }

  }
}

.hero-nomination:hover .nomination__img{background-image: url('../images/nomination/bg-main-hero-hover.svg') !important;}

.hero-nomination:hover .nomination__icon {
    fill: #2A547D;
  }
.icons-content-hero{
    background: url('../images/icons/hero_of_finance_inside.svg') 0px 0px no-repeat;
    width: 244px;
    height: 230px;
    background-size: 100% auto;
    margin: 0 auto;

    @media (max-width: 768px) {
      width: 152px;
      height: 145px;
    }
    @media (max-width: 414px) {
      width: 122px;
      height: 115px;
    }
}


.nezlam-box{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}


.nezlam-logo-awards{
    img {
      width: 106px;
      height: 141px;
      margin: 0 auto;
    }
}

 .nezlam-icon{
     img {
      width: 189px;
      height: 87px;
      margin: 0 auto;
    }

}
*/
.sponsor-gen__title {
  color: #151515;
}
.sponsor-gen__info {
  padding-top: 38px;
}
@media (min-width: 768px) {
  .sponsor-gen__info {
    width: 700px;
    padding-top: 0px;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .sponsor-gen__info {
    width: 795px;
    padding-top: 0px;
  }
}
@media (min-width: 1200px) {
  .sponsor-gen__info {
    width: 990px;
    padding-top: 50px;
  }
}
.sponsor-gen__img-wrap {
  width: 290px;
  padding: 29px 0;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
  -webkit-box-shadow: 0px 5px 80px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 80px rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media (min-width: 768px) {
  .sponsor-gen__img-wrap {
    width: 100%;
    padding: 41px 0 37px;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .sponsor-gen__img-wrap {
    padding: 49px 0;
    margin-top: 30px;
  }
}
.sponsor-gen__img {
  display: block;
  width: auto;
  height: 48px;
  margin: auto;
}
@media (min-width: 768px) {
  .sponsor-gen__img {
    width: auto;
    height: 96px;
  }
}
@media (min-width: 992px) {
  .sponsor-gen__img {
    width: auto;
    height: 135px;
  }
}
.sponsor-gen__text {
  padding-top: 29px;
  padding-bottom: 40px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  color: #727272;
}
@media (min-width: 992px) {
  .sponsor-gen__text {
    padding: 30px 0 10px;
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .sponsor-gen__text {
    padding-top: 35px;
    font-size: 18px;
  }
}

.pb-none {
  padding-bottom: 0px;
}

.gen-partner {
  border-top: 6px solid #131972;
  border-bottom: 6px solid #EFBF04;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
@media (max-width: 768px) {
  .gen-partner {
    height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.gen-partner:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.partner-mer {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 768px) {
  .partner-mer {
    height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 991px) {
  .partner-mer {
    max-width: 450px;
  }
}
.partner-mer:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sponsor-oth {
  background-color: #171717;
  padding-bottom: 0;
  padding-top: 40px;
}
@media (min-width: 1200px) {
  .sponsor-oth {
    padding-bottom: 0;
  }
}
.sponsor-oth__title {
  color: #ffffff;
}
.sponsor-oth__top {
  padding: 37px 0 50px;
}
@media (min-width: 768px) {
  .sponsor-oth__top {
    padding: 56px 0 60px;
  }
}
@media (min-width: 992px) {
  .sponsor-oth__top {
    padding-top: 58px;
  }
}
@media (min-width: 1200px) {
  .sponsor-oth__top {
    padding: 70px 0 110px;
  }
}
.sponsor-oth__bottom {
  padding: 50px 0;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .sponsor-oth__bottom {
    padding: 55px 0;
  }
}
@media (min-width: 992px) {
  .sponsor-oth__bottom {
    padding: 53px 0 58px;
  }
}
@media (min-width: 1200px) {
  .sponsor-oth__bottom {
    padding: 114px 0 100px;
  }
}
.sponsor-oth__list {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .sponsor-oth__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.sponsor-oth__item {
  margin-bottom: 28px;
  color: #484848;
  font-size: 16px;
  line-height: 24px;
}
.sponsor-oth__item h3 {
  font-family: "Manrope", sans-serif;
}
.sponsor-oth__item li {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .sponsor-oth__item {
    width: 45%;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .sponsor-oth__item {
    width: 45%;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .sponsor-oth__item {
    width: 45%;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.sponsor-oth__item:last-of-type {
  margin-bottom: 0;
}
.sponsor-oth__subtitle {
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 130%;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 992px) {
  .sponsor-oth__subtitle {
    padding-top: 28px;
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .sponsor-oth__subtitle {
    padding-top: 26px;
    font-size: 24px;
  }
}
.sponsor-oth__subtitle--1 {
  color: #ffffff;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .sponsor-oth__subtitle--1 {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .sponsor-oth__subtitle--1 {
    padding-right: 0;
    padding-left: 0;
  }
}
.sponsor-oth__subtitle--2 {
  color: #484848;
  padding-top: 50px;
}
.sponsor-oth__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 290px;
  height: 120px;
  margin: auto;
  border-bottom: 2px solid transparent;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 80px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 80px rgba(0, 0, 0, 0.1);
  -webkit-transition: 250ms;
  transition: 250ms;
}
@media (max-width: 768px) {
  .sponsor-oth__link img {
    height: 90px;
    width: 90%;
  }
}
@media (min-width: 768px) {
  .sponsor-oth__link {
    width: 200px;
    height: 100px;
  }
  .sponsor-oth__link img {
    height: 90px;
    width: 90%;
  }
}
@media (min-width: 992px) {
  .sponsor-oth__link {
    width: 100%;
    height: 140px;
  }
  .sponsor-oth__link img {
    height: 90px;
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .sponsor-oth__link {
    width: 100%;
    height: 160px;
  }
}
.sponsor-oth__link:hover {
  border-bottom-color: #EFBF04;
}
.sponsor-oth__text {
  padding-top: 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .sponsor-oth__text {
    padding-top: 30px;
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .sponsor-oth__text {
    padding-top: 26px;
    font-size: 18px;
  }
}
.sponsor-oth__text--1 {
  color: #ffffff;
}
.sponsor-oth__text--2 {
  color: #484848;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .listpartner {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .listpartner {
    width: 795px;
  }
}
@media (min-width: 1200px) {
  .listpartner {
    width: 990px;
  }
}

.sponsor-prods__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 130%;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .sponsor-prods__title {
    font-size: 22px;
  }
}
.sponsor-prods__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 290px;
  padding-left: 0;
  padding: 20px 0 50px;
  margin: 0 auto;
  list-style: none;
}
@media (min-width: 768px) {
  .sponsor-prods__list {
    max-width: none;
    padding: 25px 0 54px;
  }
}
@media (min-width: 992px) {
  .sponsor-prods__list {
    padding: 32px 0 60px;
  }
}
@media (min-width: 1200px) {
  .sponsor-prods__list {
    padding-top: 34px;
  }
}
.sponsor-prods__item {
  width: 130px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .sponsor-prods__item {
    width: 92px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .sponsor-prods__item {
    width: 135px;
  }
}
@media (min-width: 1200px) {
  .sponsor-prods__item {
    width: 170px;
  }
}
.sponsor-prods__item:nth-of-type(5) {
  margin-bottom: 0;
}
.sponsor-prods__item:nth-of-type(6) {
  margin-bottom: 0;
}
.sponsor-prods__img {
  max-width: 100%;
  height: auto;
}
.sponsor-prods__detail-link {
  display: block;
  width: 290px;
  padding: 15px 10px;
  margin: auto;
  border-radius: 80px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a5b2c3;
  -webkit-transition: 250ms;
  transition: 250ms;
}
@media (min-width: 768px) {
  .sponsor-prods__detail-link {
    width: 270px;
  }
}
.sponsor-prods__detail-link:hover {
  color: #ffffff;
  background-color: #EFBF04;
  text-decoration: none;
}
.sponsor-prods__detail-link:active {
  background-color: #d2b413;
}

.sponsor-partners {
  background-color: #171717;
}
.sponsor-partners__title {
  color: #ffffff;
}
.sponsor-partners__list {
  padding-top: 25px;
}
@media (min-width: 768px) {
  .sponsor-partners__list {
    padding-top: 55px;
  }
}
@media (min-width: 992px) {
  .sponsor-partners__list {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .sponsor-partners__list {
    padding-top: 100px;
  }
}

.uafic {
  background: url("../images/sponsors/partners/uafic.png") no-repeat 0px 0px;
  height: 69px;
}
.uafic:hover {
  background: url("../images/sponsors/partners/uafic-hover.png") no-repeat 0px 0px;
}

.asociotion {
  background: url("../images/sponsors/partners/asociotion.png") no-repeat 0px 0px;
  height: 69px;
}
.asociotion:hover {
  background: url("../images/sponsors/partners/asociotion-hover.png") no-repeat 0px 0px;
}

.juri-stub__wrap {
  padding-top: 130px;
  background-image: url("../images/juri/stub-icon.svg");
  background-size: 122px 115px;
  background-position: center 0;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .juri-stub__wrap {
    max-width: 605px;
    padding-top: 200px;
    margin: auto;
    background-size: 183px 175px;
  }
}
@media (min-width: 992px) {
  .juri-stub__wrap {
    max-width: 805px;
    padding-top: 220px;
    background-size: 201px 192px;
  }
}
@media (min-width: 1200px) {
  .juri-stub__wrap {
    max-width: 965px;
    padding-top: 240px;
  }
}
.juri-stub__text {
  padding: 8px 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
  color: #484848;
  text-align: center;
}
@media (min-width: 992px) {
  .juri-stub__text {
    padding: 10px 0;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .juri-stub__text {
    padding: 11px 0;
    font-size: 18px;
  }
}

.juri-title {
  font-family: "Jost", sans-serif;
  font-size: 22px;
  color: #484848;
  text-transform: none;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  padding-top: 20px;
}
.juri-title:hover {
  text-decoration: none;
  color: #EFBF04;
}

.b-juri__img {
  height: 240px !important;
}

.b-juri_part:hover {
  text-decoration: none;
}

.b-single__body {
  padding: 30px 0 40px;
  font-size: 14px;
  line-height: 150%;
  font-weight: normal;
  color: #505050;
}
@media (min-width: 768px) {
  .b-single__body {
    padding-top: 34px;
  }
}
@media (min-width: 992px) {
  .b-single__body {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .b-single__body {
    padding-top: 40px;
    padding-bottom: 55px;
    font-size: 18px;
    line-height: 150%;
  }
}
.b-single__subtitle {
  font-family: "Jost", sans-serif;
  font-size: 22px;
  color: #484848;
  text-transform: none;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .b-single__subtitle {
    font-size: 1.125rem;
  }
}

.b-partner__wrap {
  padding: 25px 20px 40px;
  margin: auto;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 80px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 80px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .b-partner__wrap {
    max-width: 595px;
    padding: 55px 63px 60px;
  }
}
@media (min-width: 992px) {
  .b-partner__wrap {
    max-width: 795px;
    padding: 55px 83px 60px;
  }
}
@media (min-width: 1200px) {
  .b-partner__wrap {
    max-width: 770px;
    padding: 75px 100px 70px;
  }
}

.feedback-form__title {
  margin-bottom: 24px;
  font-family: "Jost", sans-serif;
  color: #EFBF04;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .feedback-form__title {
    margin-bottom: 24px;
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .feedback-form__title {
    margin-bottom: 24px;
    font-size: 30px;
  }
}
.feedback-form__wrap {
  padding: 44px 44px 44px;
  margin: auto;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 65px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 65px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .feedback-form__wrap {
    max-width: 595px;
  }
}
@media (min-width: 992px) {
  .feedback-form__wrap {
    max-width: 795px;
  }
}
@media (min-width: 1200px) {
  .feedback-form__wrap {
    max-width: 770px;
    padding: 44px 44px 44px;
  }
}
@media (min-width: 1200px) {
  .feedback-form .container {
    padding-right: 35px;
    padding-left: 35px;
  }
}
.feedback-form .invalid-feedback {
  font-size: 10px;
}

.feedback-contacts__title {
  margin-bottom: 30px;
  color: #EFBF04;
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .feedback-contacts__title {
    margin-bottom: 38px;
  }
}
@media (min-width: 992px) {
  .feedback-contacts__title {
    margin-bottom: 60px;
    margin-top: 45px;
  }
}
.feedback-contacts__list {
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
  list-style: none;
}
@media (min-width: 768px) {
  .feedback-contacts__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.feedback-contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  width: 100%;
}
.feedback-contacts__item:last-of-type {
  margin-bottom: 0;
}
.feedback-contacts__item img {
  width: 100%;
  max-width: 170px;
}
.feedback-contacts__name {
  padding-top: 10px;
  padding-bottom: 4px;
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
  font-family: "Jost", sans-serif;
  color: #000000;
}
@media (min-width: 992px) {
  .feedback-contacts__name {
    padding-top: 14px;
    padding-bottom: 6px;
  }
}
.feedback-contacts__responsibility {
  padding-top: 4px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 150%;
  color: #000000;
}
@media (min-width: 768px) {
  .feedback-contacts__responsibility {
    padding-bottom: 6px;
  }
}
@media (min-width: 992px) {
  .feedback-contacts__responsibility {
    padding-top: 6px;
    padding-bottom: 21px;
  }
}
.feedback-contacts__email {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #000000;
  text-decoration: underline;
}
.feedback-contacts__email:hover, .feedback-contacts__email:focus, .feedback-contacts__email:active {
  color: #EFBF04;
  text-decoration: none;
}

.feedback-first-screen .first-screen__title {
  font-size: 32px;
}
@media (min-width: 992px) {
  .feedback-first-screen .first-screen__title {
    font-size: 80px;
  }
}
.feedback-first-screen .first-screen__text {
  font-size: 16px;
  line-height: 150%;
}
@media (min-width: 992px) {
  .feedback-first-screen .first-screen__text {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .feedback-first-screen .first-screen__text {
    font-size: 24px;
  }
}

.feedback-page-container {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 52px;
  background-color: #ffffff;
}

.feedback-form,
.feedback-contacts {
  width: 100%;
  padding-top: 0;
}
@media (min-width: 1200px) {
  .feedback-form,
  .feedback-contacts {
    padding-top: 30px;
    width: 50%;
    max-width: 570px;
  }
}

.rules-page__wrap {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .rules-page__wrap {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .rules-page__wrap {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .rules-page__wrap {
    max-width: 970px;
    padding: 0;
    margin: auto;
  }
}
.rules-page__block {
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .rules-page__block {
    padding-bottom: 30px;
  }
}
.rules-page__block-title {
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 130%;
  color: #151515;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .rules-page__block-title {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .rules-page__block-title {
    font-size: 24px;
  }
}
.rules-page__text {
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 150%;
  color: #484848;
}
@media (min-width: 768px) {
  .rules-page__text {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .rules-page__text {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .rules-page__text {
    font-size: 18px;
  }
}

.terms-page__wrap {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .terms-page__wrap {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .terms-page__wrap {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .terms-page__wrap {
    max-width: 970px;
    padding: 0;
    margin: auto;
  }
}
.terms-page__block {
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .terms-page__block {
    padding-bottom: 30px;
  }
}
.terms-page__block-title {
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 130%;
  color: #151515;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .terms-page__block-title {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .terms-page__block-title {
    font-size: 24px;
  }
}
.terms-page__text {
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 150%;
  color: #484848;
}
@media (min-width: 768px) {
  .terms-page__text {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .terms-page__text {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .terms-page__text {
    font-size: 18px;
  }
}
.terms-page__list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.terms-page__item {
  padding-left: 27px;
  background-image: url("../images/terms/arrow.svg");
  background-size: 12px 14px;
  background-position: 0 4px;
  background-repeat: no-repeat;
}

.change-pswd__wrap {
  padding-top: 20px;
  padding-bottom: 58px;
}
@media (min-width: 992px) {
  .change-pswd__wrap {
    padding: 20px 30px 53px;
  }
}
@media (min-width: 1200px) {
  .change-pswd__wrap {
    padding-right: 50px;
    padding-bottom: 30px;
    padding-left: 50px;
  }
}
.change-pswd__decor-line {
  height: 1px;
  margin-top: 31px;
  margin-bottom: 28px;
  background-color: #e0e0e0;
}
@media (min-width: 768px) {
  .change-pswd__decor-line {
    margin-top: 47px;
    margin-bottom: 43px;
  }
}
@media (min-width: 768px) {
  .change-pswd__input {
    height: 45px !important;
  }
}
.change-pswd__btns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (min-width: 768px) {
  .change-pswd__btns-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.change-pswd__submit-btn {
  display: block;
  width: 100%;
  max-width: 450px;
  padding: 14px 15px;
  margin: 0;
  border: none;
  border-radius: 80px;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
  text-align: center;
}
@media (min-width: 768px) {
  .change-pswd__submit-btn {
    max-width: 230px;
    padding: 11px 15px;
    margin-bottom: 0;
  }
}
.change-pswd__submit-btn:disabled {
  color: #e0e0e0;
  background-color: #bebebe;
}
.change-pswd__cancel-btn {
  display: block;
  width: 100%;
  max-width: 450px;
  padding: 12px 15px;
  margin: 0;
  border: 2px solid #5c5c5c;
  border-radius: 80px;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
  text-align: center;
  -webkit-transition: 250ms;
  transition: 250ms;
}
@media (min-width: 768px) {
  .change-pswd__cancel-btn {
    max-width: 230px;
    padding: 9px 15px;
  }
}
.change-pswd__cancel-btn:disabled {
  border-color: #bebebe;
  color: #bebebe;
}
@media (min-width: 768px) {
  .change-pswd {
    padding-bottom: 150px;
  }
}
@media (min-width: 992px) {
  .change-pswd {
    padding-bottom: 25px;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 50px rgba(228, 196, 70, 0);
            box-shadow: 0 0 0 50px rgba(228, 196, 70, 0);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 rgba(228, 196, 70, 0);
            box-shadow: 0 0 0 0 rgba(228, 196, 70, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 50px rgba(228, 196, 70, 0);
            box-shadow: 0 0 0 50px rgba(228, 196, 70, 0);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 rgba(228, 196, 70, 0);
            box-shadow: 0 0 0 0 rgba(228, 196, 70, 0);
  }
}
.btn-to-top-wrap {
  position: relative;
  z-index: 10;
}

.btn-to-top {
  display: none;
}
@media (min-width: 768px) {
  .btn-to-top {
    position: fixed;
    bottom: 50px;
    right: 24px;
    z-index: 10;
    display: block;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background-color: #EFBF04;
    background-image: url("../images/bg/btn-to-top-bg.svg");
    background-size: 14px 8px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 0 0 rgba(228, 196, 70, 0.5);
            box-shadow: 0 0 0 0 rgba(228, 196, 70, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, margin-right 0.5s ease-out, background-color 250ms;
    transition: opacity 0.3s ease, margin-right 0.5s ease-out, background-color 250ms;
  }
}
@media (min-width: 992px) {
  .btn-to-top {
    right: 33px;
  }
}
@media (min-width: 1200px) {
  .btn-to-top {
    right: 52px;
    width: 64px;
    height: 64px;
    background-size: 20px 12px;
  }
}

.btn-to-top:hover {
  -webkit-animation: pulse 1.5s infinite;
          animation: pulse 1.5s infinite;
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
}

.visible {
  -webkit-transition: opacity 0.3s ease, margin-right 0.5s ease-out;
  transition: opacity 0.3s ease, margin-right 0.5s ease-out;
  opacity: 0.6;
}

.btn-main {
  min-width: 214px;
  padding: 14px 10px;
  margin-right: auto;
  margin-left: auto;
  border: none;
  border-radius: 80px;
  background-color: #EFBF04;
  background: linear-gradient(182.81deg, #EFBF04 -47.11%, #DEE3B6 -3.74%, #ECD821 25.63%, #D3A40A 66.94%, #EFBF04 111.46%);
  font-size: 12px;
  font-weight: normal;
  line-height: 140%;
  color: #1A1A1A;
  text-align: center;
  -webkit-transition: 250ms;
  transition: 250ms;
  font-weight: 600;
}
@media (min-width: 768px) {
  .btn-main {
    min-width: 262px;
    font-size: 16px;
  }
}

.pt030 {
  padding: 14px 30px;
}

.btn-main:hover,
.btn-main:focus {
  color: #1A1A1A;
  background-color: #E7B11D;
  background: linear-gradient(182.81deg, #E7B11D -47.11%, #FDD976 -3.74%, #E7B11D 25.63%, #AD8412 66.94%, #E7B11D 111.46%);
  text-decoration: none;
}

.btn-main:active {
  background-color: #926417;
  background: linear-gradient(182.81deg, #C48927 -47.11%, #EBB863 -3.74%, #C48927 25.63%, #926417 66.94%, #C48927 111.46%);
}

.btn-main:disabled {
  background-color: #bebebe;
}

a.btn-main {
  display: inline-block;
}

.vote-counting {
  color: #FFFFFF;
  text-transform: uppercase;
  width: 400px;
  padding-left: 55px;
}
.vote-counting::before {
  content: "";
  position: relative;
  display: block;
  left: 0px;
  top: 28px;
  width: 40px;
  height: 35px;
  background: url("../images/icons/number-vote.svg") no-repeat 0px 0px;
}

.process-request {
  color: #FFFFFF;
  text-transform: uppercase;
  width: 400px;
  padding-left: 20px;
}
.process-request::before {
  content: "";
  position: relative;
  display: block;
  left: 0px;
  top: 28px;
  width: 40px;
  height: 35px;
  background: url("../images/icons/process-request.svg") no-repeat 0px 0px;
}

.mt-100 {
  margin-top: 100px;
}

#tgvote {
  border: 0px;
  background: none;
}

#tgvote:hover svg path {
  fill: #FFCC00;
}

.btn-nominant-vote {
  display: block;
  padding: 14px 10px;
  border: none;
  border-radius: 80px;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  background-color: #EFBF04;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 250ms;
  transition: 250ms;
}
@media (min-width: 768px) {
  .btn-nominant-vote {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media (min-width: 992px) {
  .btn-nominant-vote {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .btn-nominant-vote {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 16px;
  }
}

.btn-nominant-vote:hover,
.btn-nominant-vote:focus {
  color: #ffffff;
  background-color: #FFA800;
  text-decoration: none;
}

.btn-nominant-vote:active {
  background-color: #FFA800;
}

.btn-nominant-vote:disabled {
  background-color: #bebebe;
}

.btn-ticket {
  border-radius: 100px;
  color: #343434;
  text-transform: uppercase;
  text-align: center;
  background-color: #ffffff;
  -webkit-transition: 250ms;
  transition: 250ms;
}
.btn-ticket:hover, .btn-ticket:focus {
  color: #ffffff;
  background-color: #EFBF04;
  text-decoration: none;
}
.btn-ticket:active {
  background-color: #d2b413;
}
.btn-ticket:disabled {
  background-color: #bebebe;
}

.btn-ticket-tab1 {
  height: 28px;
  padding: 9px 48px 0;
  margin: 6px 50px 0 auto;
  font-size: 8px;
  font-weight: bold;
  line-height: 10px;
}

@media (min-width: 992px) {
  .btn-ticket-tab2-desk {
    height: 28px;
    padding: 9px 33px;
    font-size: 8px;
    font-weight: bold;
    line-height: 10px;
  }
}
@media (min-width: 1200px) {
  .btn-ticket-tab2-desk {
    height: 34px;
    padding: 10px 37px;
    font-size: 12px;
    line-height: 14px;
  }
}

.btn-ticket-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 290px;
  min-height: 44px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
}

.btn-main-gold {
  border: none;
  option: none;
  border-radius: 80px;
  background-color: #EFBF04;
  background: linear-gradient(182.81deg, #EFBF04 -47.11%, #DEE3B6 -3.74%, #ECD821 25.63%, #D3A40A 66.94%, #EFBF04 111.46%);
  color: #000000;
  text-align: center;
  -webkit-transition: 250ms;
  transition: 250ms;
  text-decoration: none;
}

.btn-main-gold:hover,
.btn-main-gold:focus {
  color: #000000;
  background-color: #E7B11D;
  background: linear-gradient(182.81deg, #E7B11D -47.11%, #FDD976 -3.74%, #E7B11D 25.63%, #AD8412 66.94%, #E7B11D 111.46%);
  text-decoration: none;
}

.btn-main-gold:active {
  color: #000000;
  background-color: #926417;
  background: linear-gradient(182.81deg, #C48927 -47.11%, #EBB863 -3.74%, #C48927 25.63%, #926417 66.94%, #C48927 111.46%);
  text-decoration: none;
}

.btn-main-gold:disabled {
  background-color: #bebebe;
}

.btn-main-wb,
a.btn-main-wb,
button.btn-main-wb {
  border: none;
  option: none;
  -webkit-box-shadow: inset 0 0 0 1px #000;
          box-shadow: inset 0 0 0 1px #000;
  border-radius: 80px;
  color: #000000;
  background-color: #ffffff;
  text-align: center;
  -webkit-transition: 250ms;
  transition: 250ms;
  text-decoration: none;
}

.btn-main-wb:hover,
.btn-main-wb:focus {
  background-color: 3A3A3AFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(35.37%, #3A3A3A), color-stop(70.9%, #000000), to(#5E5E5E));
  background: linear-gradient(180deg, #000000 0%, #3A3A3A 35.37%, #000000 70.9%, #5E5E5E 100%);
  color: #fff;
  text-decoration: none;
}

a.btn-main-wb:hover,
a.btn-main-wb:focus {
  background-color: 3A3A3AFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(35.37%, #3A3A3A), color-stop(70.9%, #000000), to(#5E5E5E));
  background: linear-gradient(180deg, #000000 0%, #3A3A3A 35.37%, #000000 70.9%, #5E5E5E 100%);
  color: #fff;
  text-decoration: none;
}

button.btn-main-wb:hover,
button.btn-main-wb:focus {
  background-color: 3A3A3AFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(35.37%, #3A3A3A), color-stop(70.9%, #000000), to(#5E5E5E));
  background: linear-gradient(180deg, #000000 0%, #3A3A3A 35.37%, #000000 70.9%, #5E5E5E 100%);
  color: #fff;
  text-decoration: none;
}

.btn-main-wb:active {
  background-color: 3A3A3AFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(35.37%, #161616), color-stop(70.9%, #000000), to(#151515)), -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(35.37%, #3A3A3A), color-stop(70.9%, #000000), to(#5E5E5E));
  background: linear-gradient(180deg, #000000 0%, #161616 35.37%, #000000 70.9%, #151515 100%), linear-gradient(180deg, #000000 0%, #3A3A3A 35.37%, #000000 70.9%, #5E5E5E 100%);
  color: #fff;
  text-decoration: none;
}

a.btn-main-wb:active {
  background-color: 3A3A3AFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(35.37%, #161616), color-stop(70.9%, #000000), to(#151515)), -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(35.37%, #3A3A3A), color-stop(70.9%, #000000), to(#5E5E5E));
  background: linear-gradient(180deg, #000000 0%, #161616 35.37%, #000000 70.9%, #151515 100%), linear-gradient(180deg, #000000 0%, #3A3A3A 35.37%, #000000 70.9%, #5E5E5E 100%);
  color: #fff;
  text-decoration: none;
}

button.btn-main-wb:active {
  background-color: 3A3A3AFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(35.37%, #161616), color-stop(70.9%, #000000), to(#151515)), -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(35.37%, #3A3A3A), color-stop(70.9%, #000000), to(#5E5E5E));
  background: linear-gradient(180deg, #000000 0%, #161616 35.37%, #000000 70.9%, #151515 100%), linear-gradient(180deg, #000000 0%, #3A3A3A 35.37%, #000000 70.9%, #5E5E5E 100%);
  color: #fff;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */