

/* Start:/local/templates/minimal_2025/css/reset.css?17766934326485*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* End */


/* Start:/local/templates/minimal_2025/css/bootstrap-grid.css?177669343268338*/
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

 @-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 570px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 760px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

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

@media (min-width: 1280px) {
  .container {
    max-width: 1170px;
  }
}


.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -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 {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

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

.flex-grow-1 {
  -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 {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

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

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

.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

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

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

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

.align-items-stretch {
  -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -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;
  }
}

.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: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !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: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

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

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

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

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

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

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

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

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

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

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !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: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !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: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !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: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !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: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !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;
  }
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity .3s;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  /*-webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);*/
  -webkit-transform: scale(.2);
  -ms-transform: scale(.2);
  -o-transform: scale(.2);
  transform: scale(.2);
  opacity: 0;
}

.modal.show .modal-dialog {
  -/*webkit-transform: translate(0, 0);
  transform: translate(0, 0);*/
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/* End */


/* Start:/local/templates/minimal_2025/css/main.css?178341993846235*/
html.is-hidden {
    overflow: hidden;
}

body {
    margin: 0;
	font-family: 'Montserrat', Arial, Verdana, Tahoma, sans-serif;
}

.gl-wrapper hr {
    height: 1px;
    border: 0;
    background-color: #E2E2E2;
    margin: 25px 0;
}

.gl-wrapper {
    font-size: 16px;
    line-height: 1.2;
    min-width: 320px;
    opacity: 1;
    min-height: 100vh;
}

.gl-wrapper ol, .gl-wrapper ul {
    list-style: none;
    margin-bottom: 0;
}

.gl-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.gl-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

.gl-wrapper ul:not([class]) {
    margin: 0 0 1em;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style-type: disc;
    padding-left: 30px;
}

.gl-wrapper ul:not([class]):last-child {
    margin-bottom: 0;
}

.gl-wrapper ol:not([class]) {
    margin: 0 0 1em;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 30px;
    list-style-type: decimal;
}

.gl-wrapper ol:not([class]):last-child {
    margin-bottom: 0;
}

.gl-wrapper h1, .gl-wrapper .main-title {
    font-size: 29px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1.2em;
    text-transform: uppercase;
}

.gl-wrapper .section-title {
    font-size: 29px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: .5em;
}

.gl-wrapper .min {
    display: block;
}

.gl-wrapper_main-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 51px;
    font-size: 20px;
    font-weight: 500;
    font-family: "Montserrat";
    border: none;
    background-color: #2EBF32;
    gap: 1em;
    border-radius: 16px;
    padding: 0 1.3em;
    color: #fff;
    text-align: center;
    transition: background-color .3s;
    text-decoration: none;
    width: fit-content;
}

.gl-wrapper_main-btn .ico-arrow {
    height: 13px;
    flex: 13px 0 0;
    background: url(/local/templates/minimal_2025/css/../img/icons/arrow.svg) no-repeat center;
    background-size: contain;
    width: 13px;
}

.gl-wrapper_main-btn:hover {
    background-color: #249627;
}

.gl-wrapper_main-btn:active {
    box-shadow: inset 1px 2px #104412;
    border-top: 1px solid #104412;
}

.gl_site-map_section {
    padding: 2em 15px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.gl_site-map_menu {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.gl_site-map_menu a {
    color: #2EBF32;
    border-bottom: 1px solid #2EBF32;
    text-decoration: none;
    transition: border-bottom-color .3s;
}

.gl_site-map_menu a:hover {
    border-bottom-color: transparent;
}

.gl-wrapper_bg-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.54);
    z-index: 110;
}

.gl-wrapper {
    display: flex;
}

.gl-wrapper_mobile-header {
    display: none;
    align-items: center;
    gap: 1em;
    justify-content: space-between;
    position: fixed;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.1);
    padding: .5em;
    top: 0;
    width: 100%;
    z-index: 100;
}

.gl-wrapper_mobile-header .gl-wrapper_logo {
    height: 50px;
    flex: 1 0 0;
    padding-right: 36px;
    display: flex;
    justify-content: center;
}

.gl-wrapper_burger {
    flex: 20px 0 0;
    height: 20px;
    background: url(/local/templates/minimal_2025/css/../img/icons/burger.svg) no-repeat center;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(0%) sepia(96%) saturate(14%) hue-rotate(273deg) brightness(104%) contrast(104%);
    width: 20px;
}

.gl-wrapper_close-btn {
    display: none;
    height: 20px;
    background: url(/local/templates/minimal_2025/css/../img/icons/close.svg) no-repeat center;
    background-size: contain;
    margin-left: auto;
    filter: brightness(0) saturate(100%) invert(0%) sepia(96%) saturate(14%) hue-rotate(273deg) brightness(104%) contrast(104%);
    width: 20px;
}

.gl-wrapper_sidebar {
    flex: 287px 0 0;
    border-right: 1px solid #e2e2e2;
    display: flex;
    flex-direction: column;
    padding: 2.5em 2.7em 1em;
    gap: 6em;
}

.gl-wrapper_sidebar {
    position: sticky;
    top: 0;
    align-self: flex-start;
    max-height: 100vh;
    overflow-y: auto;
    transition: none;
}

.gl-wrapper_main-content {
    flex: 1 0 0;
    padding-bottom: 3em;
}

.gl-wrapper_main-content_pad {
    padding-top: 6em;
    padding-left: 10em;
    display: flex;
    flex-direction: column;
    gap: 4em;
}

.gl-wrapper_main-content_pad.isSafety {
	padding-left: 2em;
    padding-right: 2em;
}

.gl-wrapper_main-content_pad.isSafety .gl-wrapper_narrow-container {
	max-width:100%;
}

.gl-wrapper_main-content_pad p {
    margin-bottom: 1em;
    font-size: 15px;
    line-height: 1.1;
}

.gl-wrapper_main-content_pad p:last-child {
    margin-bottom: 0;
}

.gl-wrapper_main-content_pad .no-mar {
    margin-bottom: 0;
}

.gl-wrapper_logo {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.gl-wrapper_sidebar-menu {
    display: flex;
    flex-direction: column;
    gap: .8em;
    font-size: 17px;
    font-weight: 500;
    color: #5C5C5C;
}

.gl-wrapper_sidebar-menu .title {
    font-weight: 700;
    color: #000;
    font-size: 19px;
    margin-top: 1.2em;
    margin-bottom: .5em;
}

.gl-wrapper_sidebar-menu .title:first-child {
    margin-top: 0;
}

.gl-wrapper_sidebar-menu .title:last-child {
    margin-bottom: 0;
}

.gl-wrapper_sidebar-menu a {
    color: inherit;
    text-decoration: none;
    transition: color .3s;
}

.gl-wrapper_sidebar-menu a:hover {
    color: #2EBF32;
}

.gl-wrapper_sidebar-menu li.active {
    pointer-events: none;
}

.gl-wrapper_sidebar-menu li.active a {
    color: #2EBF32;
    font-weight: 700;
}

.gl-wrapper_banner {
    min-height: 34.5vw;
    background-image: url(/local/templates/minimal_2025/css/../img/bg/bear-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    margin-bottom: 1em;
}

.gl-wrapper_banner .banner-leaves {
    display: block;
    height: 52%;
    background: url(/local/templates/minimal_2025/css/../img/bg/leaves-bg.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 0.3em;
    right: 0;
    left: 0;
    margin: auto;
    width: 61%;
    z-index: 2;
}

.gl-wrapper_center-container {
    max-width: 1043px;
    padding: 2.5em 15px;
    margin-left: auto;
    margin-right: auto;
}

.gl-wrapper_fourth-columns {
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    gap: 2.2em 1.4%;
}

.gl-wrapper_brand-item {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    line-height: 1.35;
    color: inherit;
    text-decoration: none;
    transition: border-color .3s, color .3s;
}

.gl-wrapper_brand-item:hover {
    border-color: #2EBF32;
}

.gl-wrapper_brand-item:hover .item-title {
    color: #2EBF32;
}

.gl-wrapper_brand-item .item-img {
    height: 119px;
    background: #EFF1F4;
    line-height: 1.2;
    padding-left: .5em;
    padding-right: .5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gl-wrapper_brand-item .item-end_img {
    align-items: flex-end;
}

.gl-wrapper_brand-item .item-long_img {
    padding-left: 0;
    padding-right: 0;
}

.gl-wrapper_brand-item .item-long_img img {
    width: 100%;
}

.gl-wrapper_brand-item .item-img_letters {
    flex-direction: column;
    padding-left: 0;
    padding-left: 1em;
    align-items: flex-start;
    font-size: 26px;
}

.gl-wrapper_brand-item .item-img_mod-letters {
    flex-direction: column;
    padding-left: 0;
    padding-left: 1em;
    align-items: flex-start;
    font-size: 23px;
}

.gl-wrapper_brand-item .item-desc {
    display: flex;
    flex-direction: column;
    gap: .7em;
    padding: 1em;
    padding-bottom: 2.8em;
}

.gl-wrapper_brand-item .item-title {
    font-size: 24px;
    font-weight: 700;
    transition: color .3s;
}

.gl-wrapper_brand-item .b-letters {
    font-weight: 700;
    color: #2EBF32;
}

.gl-wrapper_brand-item .l-letters {
    color: #8B8B8B;
}

.gl-wrapper_narrow-container {
    max-width: 847px;
    padding: 0 15px 0 15px;
    display: flex;
    flex-direction: column;
    gap: 2.3em;
    width: 100%;
}

.gl-wrapper_narrow-container.help-page {
	gap: .3em;
}

.gl-wrapper_narrow-container .top-text {
    max-width: 445px;
    margin-bottom: 0;
}

.gl-wrapper_logos-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4em;
}

.gl-wrapper_logos-box {
    padding: 1.4em 3em;
    border-radius: 10px;
}

.gl-wrapper_logos-box_narrow {
    max-width: 410px;
}

.gl-wrapper_logos-list {
    display: grid;
    grid-template-columns: 68% 30%;
    align-items: center;
    gap: 2em 2%;
}

.gl-wrapper_gray-box {
    background: #424242;
}

.gl-wrapper_footer-box {
    display: flex;
    flex-direction: column;
    gap: 3em;
    padding-left: 3em;
    padding-top: .5em;
}

.gl-wrapper_blockquote {
    border-left: 3px solid  #FF0000;
    font-size: 15px;
    padding-left: .5em;
}

.gl-wrapper_logos-blockquote {
    display: flex;
    gap: 3em;
}

.gl-wrapper_logos-blockquote .gl-wrapper_blockquote {
    max-width: 425px;
}

.gl-wrapper_shadow-logos {
    display: flex;
    align-items: center;
    gap: 1.2em;
    flex: 0 0 auto;
}

.gl-wrapper_shadow-logos li {
    display: flex;
    align-items: center;
    box-shadow: 0 4px 15px 1px rgba(0, 0, 0, 0.11);
}

.gl-wrapper_shadow-logos img {
    display: block;
}

.gl-wrapper_small-container {
    padding-left: 1em;
    display: flex;
    flex-direction: column;
    gap: 4em;
}

.gl-wrapper_logos-unit {
    display: flex;
    flex-direction: column;
    gap: 1em;
    max-width: 455px;
}

.gl-wrapper_logos-unit .gl-wrapper_gray-box {
    margin-bottom: 1em;
}

.gl-wrapper_logos-unit .gl-wrapper_gray-box:last-child {
    margin-bottom: 0;
}

.gl-wrapper_large-logos {
    display: flex;
    align-items: center;
    gap: 3.6em;
    margin: -1.7em 0;
}

.gl-wrapper_logos-unit_mod .section-title {
    margin-bottom: 0;
}

.gl-wrapper_logos-unit_mod .item-logo {
    margin-left: 4em;
    margin-bottom: 1.3em;
    margin-top: 1.3em;
    width: fit-content;
}

.gl-wrapper_typography-unit {
    margin-bottom: 3.5em;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

.gl-wrapper_typography-unit:last-child {
    margin-bottom: 0;
}

.gl-wrapper_typography-row {
    display: grid;
    grid-template-columns: 33% 60%;
    gap: 3em;
}

.gl-wrapper_typography-column {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.gl-wrapper_typography-column.right-column {
    gap: .5em;
}

.gl-wrapper_typography-column p {
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.2;
}

.gl-wrapper_typography-column .green-color {
    color: #2EBF32;
}

.gl-wrapper_typography-column .first-child {
    font-weight: 700;
}

.gl-wrapper_typography-column .second-child {
    font-size: 21px;
    font-weight: 600;
}

.gl-wrapper_typography-column .third-child {
    font-size: 19px;
}

.gl-wrapper_typography-column .fourth-child {
    font-size: 17px;
    font-weight: 300;
}

.gl-wrapper_typography-column .section-title {
    margin-bottom: 0;
}

.gl-wrapper_typography-row_myriad {
    font-family: 'Myriad Pro';
    font-weight: 400;
}

.gl-wrapper_typography-header {
    margin-bottom: 1.2em;
}

.gl-wrapper_typography-container {
    max-width: 940px;
}

.gl-wrapper_colors-container {
    max-width: 795px;
    gap: 4.2em;
}

.gl-wrapper_colors-header {
    max-width: 445px;
}

.gl-wrapper_colors-header p {
    margin-bottom: 1.4em;
}

.gl-wrapper_colors-header p:last-child {
    margin-bottom: 0;
}

.gl-wrapper_colors-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2.2em;
    margin-bottom: .7em;
}

.gl-wrapper_color-item {
    display: flex;
    flex-direction: column;
    gap: .5em;
}

.gl-wrapper_color-item .item-name {
    font-size: 12px;
}

.gl-wrapper_color-item .item-header {
    height: 123px;
    border-radius: 10px;
    margin-bottom: 8px;
}

.gl-wrapper_color-item .item-desc {
    display: flex;
    flex-direction: column;
    gap: .5em;
    font-size: 15px;
}

.gl-wrapper_color-item p {
    margin-bottom: 0;
}

.gl-wrapper_color-item .item-title {
    display: block;
    font-weight: 700;
    margin-bottom: .1em;
}

.gl-wrapper_colors-unit {
    display: flex;
    flex-direction: column;
    gap: 1.3em;
    font-size: 15px;
}

.gl-wrapper_colors-unit .section-title {
    margin-bottom: 0;
}

.gl-wrapper_colors-unit.narrow-unit {
    max-width: 511px;
}

.gl-wrapper_colors-unit.narrow-unit p {
    max-width: 445px;
}

.gl-wrapper_logos-colors {
    display: grid;
    grid-template-columns: 43% 50%;
    gap: 1.3em 7%;
}

.gl-wrapper_logo-color {
    display: flex;
    flex-direction: column;
    gap: 3.3em;
}

.gl-wrapper_logo-color .item-row {
    display: flex;
    gap: 3em;
}

.gl-wrapper_logo-color .item-img {
    flex: 0 0 auto;
    position: relative;
}

.gl-wrapper_logo-color .item-img:before {
    content: '';
    display: block;
    background: url(/local/templates/minimal_2025/css/../img/icons/lines/01.svg) no-repeat center;
    position: absolute;
    bottom: 100%;
    left: 49%;
    height: 5px;
    width: 100%;
}

.gl-wrapper_logo-color .item-second_img:after {
    content: '';
    display: block;
    background: url(/local/templates/minimal_2025/css/../img/icons/lines/02.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 35%;
    left: 49%;
    height: 5px;
    width: 100%;
}

.gl-wrapper_logo-color .item-desc {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    gap: .3em;
    margin-top: -10px;
}

.gl-wrapper_logo-color .item-mod_desc {
    justify-content: space-between;
    line-height: 1.3;
    padding-bottom: 7px;
}

.gl-wrapper_logo-color .item-text {
    display: inline-block;
}

.gl-wrapper_logo-color .bold-text {
    font-weight: 700;
}

.gl-wrapper_logo-color .item-bottom_column {
    min-height: 40px;
}

.gl-wrapper_colors-shades_box {
    display: flex;
    flex-direction: column;
    gap: .7em;
    max-width: 350px;
    margin-bottom: 1em;
}

.gl-wrapper_colors-shade_field {
    display: flex;
    height: 38px;
}

.gl-wrapper_colors-shade_field .field-white {
    border: 1px solid #8E8E8E;
    border-right: none;
    flex: 1 0 0;
    border-radius: 8px 0 0 8px;
}

.gl-wrapper_colors-shade_field .field-green {
    background: #00AB16;
    border-radius: 0 8px 8px 0;
    flex: 33% 0 0;
}

.gl-wrapper_colors-shade_text {
    display: flex;
    gap: 1em;
    justify-content: space-between;
}

.gl-wrapper_colors-shade_text .bold-text {
    font-weight: 700;
}

.gl-wrapper_colors-shade_text .item-text {
    display: flex;
    flex-direction: column;
}

.gl-wrapper_colors-shade_text .right-text {
    text-align: right;
}

.gl-wrapper_colors-screen {
    display: flex;
    flex-direction: column;
    gap: .3em;
}

.gl-wrapper_colors-gradient_box {
    display: flex;
    flex-direction: column;
    gap: .3em;
    max-width: 351px;
}

.gl-wrapper_colors-gradient_box .item-subtitle {
    font-size: 12px;
}

.gl-wrapper_colors-gradient-field {
    border-radius: 8px;
    height: 39px;
    background: linear-gradient(to right, #168F21, #79C301);
}

.gl-wrapper_colors-gradient_text {
    display: flex;
    justify-content: space-between;
    gap: 1em;
    padding-top: 10px;
    margin-bottom: 2em;
}

.gl-wrapper_colors-gradient_text .item-text {
    display: flex;
    flex-direction: column;
    gap: .4em;
}

.gl-wrapper_colors-gradient_text .item-text li {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.gl-wrapper_colors-gradient_text .bold-text {
    font-weight: 700;
}

.gl-wrapper_colors-gradient_text .right-text {
    text-align: right;
}

.gl-wrapper_slogan-container {
    max-width: 525px;
    gap: 1.8em;
}

.gl-wrapper_slogan-unit {
    display: flex;
    flex-direction: column;
    gap: .8em;
    font-size: 15px;
}

.gl-wrapper_slogan-unit .section-title {
    margin-bottom: 0;
}

.gl-wrapper_slogan-unit .main-slogan {
    font-size: 49px;
    color: #2EBF32;
    font-weight: 700;
    margin-top: -.35em;
}

.gl-wrapper_slogan-unit p {
    max-width: 445px;
    line-height: 1.2;
}

.gl-wrapper_slogan-unit .large-text {
    font-size: 31px;
    color: #2EBF32;
    font-weight: 700;
}

.gl-wrapper_slogan-unit_mar {
    margin-bottom: 1em;
}

.gl-wrapper_slogan-mod_unit {
    gap: .1em;
}

.gl-wrapper_mascot-container {
    max-width: 1073px;
    gap: 3em;
}

.gl-wrapper_mascot-header {
    font-size: 15px;
    max-width: 955px;
}

.gl-wrapper_mascot-header .section-title {
    margin-bottom: .9em;
}

.gl-wrapper_mascot-header .item-content {
    display: flex;
    gap: 3.6em;
}

.gl-wrapper_mascot-header .item-img {
    flex: 1 0 0;
    text-align: right;
}

.gl-wrapper_mascot-header .item-desc {
    flex: 56% 0 0;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.gl-wrapper_mascot-header .item-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.gl-wrapper_mascot-header .item-subtitle {
    font-weight: 700;
    font-size: 17px;
}

.gl-wrapper_mascot-header p {
    margin-bottom: 1.3em;
    line-height: 1.25;
}

.gl-wrapper_mascot-header p:last-child {
    margin-bottom: 0;
}

.gl-wrapper_mascot-middle {
    display: flex;
    flex-direction: column;
    gap: 2em;
    max-width: 995px;
}

.gl-wrapper_mascot-middle .section-title {
    margin-bottom: 0;
}

.gl-wrapper_mascot-components {
    display: flex;
    gap: 2em;
    font-size: 15px;
}

.gl-wrapper_mascot-components .left-column {
    flex: 22.8% 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1em;
    padding-left: 1.2em;
    padding-top: 5%;
    padding-bottom: 11%;
    text-align: right;
}

.gl-wrapper_mascot-components .center-column {
    flex: 1 0 0;
    padding-left: 2%;
    padding-top: 1%;
}

.gl-wrapper_mascot-components .right-column {
    flex: 24% 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1em;
    padding-top: 5%;
    padding-bottom: 6%;
}

.gl-wrapper_mascot-components .item-component {
    position: relative;
    padding-bottom: 10px;
}

.gl-wrapper_mascot-components .second-child {
    top: 4%;
}

.gl-wrapper_mascot-components .third-child {
    top: 2.3%;
}

.gl-wrapper_mascot-components .six-child {
    top: 3.5%;
}

.gl-wrapper_mascot-components .seven-child {
    top: 2%;
}

.gl-wrapper_mascot-components .item-line {
    height: 11px;
    position: absolute;
    bottom: 0;
    left: calc(100% - 10px);
    width: 100%;
}

.gl-wrapper_mascot-components .item-line:after {
    content: '';
    display: block;
    height: 1px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.gl-wrapper_mascot-components .item-line:before {
    content: '';
    display: block;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
}

.gl-wrapper_mascot-components .first-line {
    width: 83%;
}

.gl-wrapper_mascot-components .five-line {
    width: 110%;
}

.gl-wrapper_mascot-components .six-line {
    width: 68%;
}

.gl-wrapper_mascot-components .seven-line {
    width: 80%;
}

.gl-wrapper_mascot-components .eight-line {
    width: 64%;
}

.gl-wrapper_mascot-components .item-mod_line {
    left: auto;
    right: calc(100% - 10px);
}

.gl-wrapper_mascot-components .item-mod_line:before {
    left: auto;
    right: 0;
}

.gl-wrapper_mascot-imgs {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    padding-top: 4.5em;
}

.gl-wrapper_sources-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2em .5em;
}

.gl-wrapper_mascot-footer {
    display: flex;
    flex-direction: column;
    gap: 1.7em;
    max-width: 1012px;
}

.gl-wrapper_mascot-footer .section-title {
    margin-bottom: 0;
}

.gl-wrapper_mascot-examples {
    display: flex;
    flex-direction: column;
    gap: .4em;
    font-size: 15px;
}

.gl-wrapper_examples-box {
    display: grid;
    grid-template-columns: 18.8% 43% 35%;
    gap: 1.8%;
    margin-bottom: 1.2em;
}

.gl-wrapper_examples-box .center-column {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: space-between;
}

.gl-wrapper_examples-box img {
    border-radius: 10px;
    width: 100%;
}

.gl-wrapper_examples-screens {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

.gl-wrapper_examples-screens img {
    border-radius: 10px;
    width: 100%;
}

.gl-wrapper_posm-container {
    max-width: 1048px;
    gap: 5em;
}

.gl-wrapper_posm-header .section-title {
    margin-bottom: .3em;
}

.gl-wrapper_posm-header .item-content {
    display: flex;
    align-items: center;
    gap: 2em;
}

.gl-wrapper_posm-header .item-img {
    flex: 1 0 0;
    text-align: right;
}

.gl-wrapper_posm-header .item-desc {
    flex: 52% 0 0;
    display: flex;
    flex-direction: column;
    gap: .3em;
    padding-top: 1.8em;
}

.gl-wrapper_posm-header .item-desc p {
    max-width: 220px;
    line-height: 1.25;
}

.gl-wrapper_posm-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3em 1.7em;
    margin-bottom: 3.2em;
}

.gl-wrapper_posm-row:last-child {
    margin-bottom: 0;
}

.gl-wrapper_posm-item {
    display: flex;
    flex-direction: column;
    gap: .6em;
}

.gl-wrapper_posm-item .item-img {
    height: 260px;
    background: #EFF1F4;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .3s;
}

.gl-wrapper_posm-item .item-img:hover {
    opacity: .8;
}

.gl-wrapper_posm-item .item-btn {
    color: #2EBF32;
    border-bottom: 1px solid #2EBF32;
    text-decoration: none;
    transition: border-color .3s;
    width: fit-content;
}

.gl-wrapper_posm-item .item-btn:hover {
    border-bottom-color: transparent;
}

.gl-wrapper_visuals-container {
    max-width: 1100px;
}

.gl-wrapper_visual-item {
    display: flex;
    gap: 3em;
    margin-bottom: .8em;
}

.gl-wrapper_visual-item:last-child {
    margin-bottom: 0;
}

.gl-wrapper_visual-item .item-img {
    flex: 30% 0 0;
}

.gl-wrapper_visual-item .item-img img {
    border-radius: 8px;
    width: 100%;
}

.gl-wrapper_visual-item .item-desc {
    display: flex;
    flex-direction: column;
    gap: .6em;
    flex: 1 0 0;
    padding: 1.2em 0;
}

.gl-wrapper_visual-item .item-title {
    font-size: 24px;
    font-weight: 700;
}

.gl-wrapper_visual-item p {
    font-size: 15px;
    max-width: 320px;
}

.gl-wrapper_visual-item .item-list {
    display: flex;
    align-items: center;
    gap: .3em 1.15em;
    margin-bottom: .4em;
    flex-wrap: wrap;
}

.gl-wrapper_visual-item .item-list.brand-icons li img {
    height: 27px;
}





/* custom */

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    color: #B1BAC7;
    font-size: .875rem;
    margin-bottom: .5em;
}

.breadcrumbs li {
    margin-right: 1.2em;
    margin-bottom: 5px;
    position: relative;
}

.breadcrumbs li:after {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background: #B1BAC7;
    position: absolute;
    top: 4px;
    right: -10px;
    transform: skew(-12deg);
}

.breadcrumbs li:last-child {
    margin-right: 0;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.breadcrumbs a {
    color: inherit;
    transition: color .3s;
}

.breadcrumbs a:hover {
    color: #0a972e;
}






/* CONTENT */
.gl-wrapper .help-page a {
    color: #359f31;
    text-decoration: none;
}

.gl-wrapper_narrow-container.help-page p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: .8em;
}

.gl-wrapper_narrow-container.help-page h2 {
    font-size: 22px;
    margin-bottom: 1.2em;
}

.gl-wrapper_narrow-container.help-page h3 {
    font-size: 20px;
    margin-bottom: 1em;
}

.gl-wrapper_narrow-container.help-page h4 {
    font-size: 18px;
    margin-bottom: .8em;
}

/* Списки */
.gl-wrapper_narrow-container.help-page .gl-wrapper_narrow-container > ul:not(.breadcrumbs),
.gl-wrapper_narrow-container.help-page .gl-wrapper_narrow-container ul:not(.breadcrumbs) {
    margin: 20px 0 20px 40px;
    list-style-type: disc;
}

.gl-wrapper_narrow-container.help-page .gl-wrapper_narrow-container > ul.none:not(.breadcrumbs),
.gl-wrapper_narrow-container.help-page .gl-wrapper_narrow-container ul.none:not(.breadcrumbs) {
    list-style-type: none;
}

.gl-wrapper_narrow-container.help-page .gl-wrapper_narrow-container > ul:not(.breadcrumbs) li,
.gl-wrapper_narrow-container.help-page .gl-wrapper_narrow-container ul:not(.breadcrumbs) li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.gl-wrapper_narrow-container.help-page .gl-wrapper_narrow-container > ul:not(.breadcrumbs) li:last-child,
.gl-wrapper_narrow-container.help-page .gl-wrapper_center-container ul:not(.breadcrumbs) li:last-child {
    margin-bottom: 0;
}

/* Списки целей */
.goal-list {
    margin-left: 20px;
    padding-left: 0;
    list-style: none;
}

.goal-list li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.goal-list li a {
	text-decoration: none;
    color: #000;
	font-weight: 500;
}


.goal-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 3px;
    height: 3px;
    background-color: #2CA836;
    border-radius: 50%;
}

.goal-list li:last-child {
    margin-bottom: 0;
}

/* Нумерованные списки */
.numbered-list {
    margin-left: 20px;
    padding-left: 0;
    counter-reset: item;
}

.numbered-list li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
    counter-increment: item;
}

.numbered-list li:before {
    content: counter(item) ".";
    position: absolute;
    left: 0;
    color: #2CA836;
    font-weight: bold;
}

/* payment */
.order_payment-card {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: .8em;
}

.order_payment-card li {
    padding: 0 .6em;
    list-style-type: none;
}

.order_payment-card img {
    max-width: 100%;
}

/* Страница обработки персональных данных */
.gl-wrapper_narrow-container.help-page .item_agreement {
    border: 1px solid #eeeeee;
    padding: 25px 0 25px 15px;
    background-color: #fdfdfd;
    display: grid;
    cursor: pointer;
}

.gl-wrapper_narrow-container.help-page .item_agreement h3 {
    padding-top: 20px;
}

.gl-wrapper_narrow-container.help-page .item_agreement h4 {
    padding-top: 0;
    margin-bottom: 0;
    float: left;
    cursor: pointer;
}

.gl-wrapper_narrow-container.help-page .item_agreement .name i.barr {
    margin-left: 12px;
    margin-top: 4px;
    background: url('/local/templates/minimal_2025/css/../img/tarr-big.gif') top right no-repeat;
    display: inline-block;
    height: 9px;
    width: 15px;
}

.gl-wrapper_narrow-container.help-page .item_agreement a {
    text-decoration: none;
    color: #333;
}

.gl-wrapper_narrow-container.help-page .item_agreement a.opened i.barr {
    background-position: bottom right;
}

.gl-wrapper_narrow-container.help-page .item_agreement ul {
    padding: 0 0 10px 20px;
}

/* sitemap */
.sitemap-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.sitemap-column {
    flex: 1;
    min-width: 300px;
}

.sitemap-column h2 {
    margin-bottom: 20px;
    font-size: 1.5em;
}

.sitemap-column ul {
    list-style: none;
    padding-left: 0;
    gap: 5px !important;
    margin: 0 0 5px !important;
}

.sitemap-column ul ul {
    padding-top: 10px;
    padding-left: 20px;
}

.sitemap-column li {
    margin-bottom: 8px;
}

.static-sections li {
    margin-bottom: 10px;
}

/* ===== АДАПТАЦИЯ ДЛЯ ЭКРАНОВ < 992px ===== */
@media (max-width: 991px) {
    .gl-wrapper_narrow-container.help-page p {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: .7em;
    }
    
    .gl-wrapper_narrow-container.help-page h2 {
        font-size: 20px;
        margin-bottom: 1em;
    }
    
    .gl-wrapper_narrow-container.help-page h3 {
        font-size: 18px;
        margin-bottom: .8em;
    }
    
    .gl-wrapper_narrow-container.help-page h4 {
        font-size: 16px;
        margin-bottom: .7em;
    }
    
    /* Списки на мобильных */
    .gl-wrapper_narrow-container.help-page .gl-wrapper_narrow-container > ul:not(.breadcrumbs),
    .gl-wrapper_narrow-container.help-page .gl-wrapper_narrow-container ul:not(.breadcrumbs) {
        margin: 15px 0 15px 25px;
    }
    
    .gl-wrapper_narrow-container.help-page .gl-wrapper_narrow-container > ul:not(.breadcrumbs) li,
    .gl-wrapper_narrow-container.help-page .gl-wrapper_narrow-container ul:not(.breadcrumbs) li {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 4px;
    }
    
    /* Списки целей на мобильных */
    .goal-list {
        margin-left: 15px;
    }
    
    .goal-list li {
        font-size: 15px;
        padding-left: 18px;
        margin-bottom: 8px;
    }
    
    .goal-list li:before {
        top: 10px;
        width: 3px;
        height: 3px;
    }
    
    /* Нумерованные списки на мобильных */
    .numbered-list {
        margin-left: 15px;
    }
    
    .numbered-list li {
        font-size: 15px;
        padding-left: 20px;
        margin-bottom: 10px;
    }
    
    /* Карты оплаты на мобильных */
    .order_payment-card {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin-bottom: .6em;
    }
    
    .order_payment-card li {
        padding: 0 .4em;
    }
    
    /* Соглашения на мобильных */
    .gl-wrapper_narrow-container.help-page .item_agreement {
        padding: 15px 0 15px 10px;
    }
    
    .gl-wrapper_narrow-container.help-page .item_agreement h3 {
        padding-top: 15px;
    }
    
    .gl-wrapper_narrow-container.help-page .item_agreement ul {
        padding: 0 0 8px 15px;
    }
    
    /* Карта сайта на мобильных */
    .sitemap-container {
        flex-direction: column;
        gap: 20px;
    }
    
    .sitemap-column {
        min-width: 100%;
    }
    
    .sitemap-column h2 {
        font-size: 1.3em;
        margin-bottom: 15px;
    }
    
    .sitemap-column ul ul {
        padding-left: 15px;
    }
    
    .sitemap-column li {
        margin-bottom: 6px;
    }
    
    .static-sections li {
        margin-bottom: 8px;
    }
}

@media (max-width: 480px) {
    .gl-wrapper_narrow-container.help-page .gl-wrapper_narrow-container > ul:not(.breadcrumbs),
    .gl-wrapper_narrow-container.help-page .gl-wrapper_narrow-container ul:not(.breadcrumbs) {
        margin: 12px 0 12px 20px;
    }
    
    .goal-list {
        margin-left: 10px;
    }
    
    .goal-list li {
        padding-left: 15px;
    }
    
    .numbered-list {
        margin-left: 10px;
    }
    
    .numbered-list li {
        padding-left: 18px;
    }
    
    .gl-wrapper_narrow-container.help-page .item_agreement {
        padding: 12px 0 12px 8px;
    }
}












/* охрана труда */
.workplace-safety-content .safety-section {
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
}

.workplace-safety-content .safety-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.workplace-safety-content .safety-section h2 {
    color: #000;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
}

.workplace-safety-content .safety-section p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #333;
}

.workplace-safety-content .safety-goal {
    background: #f8fff8;
    border-left: 4px solid #2CA836;
    padding: 20px;
    margin: 25px 0;
    border-radius: 0 4px 4px 0;
}

.workplace-safety-content .goal-title {
    font-weight: 600;
    color: #2CA836;
    margin-bottom: 15px;
    font-size: 18px;
}

.workplace-safety-content .documents-section {
    margin-top: 30px;
    padding: 20px;
    background: #f5f9ff;
    border-radius: 4px;
}

.workplace-safety-content .documents-title {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 18px;
}

.workplace-safety-content .documents-list {
    margin-left: 20px;
    padding-left: 0;
}

.workplace-safety-content .documents-list li {
	padding:.2em 0;
}

.workplace-safety-content .document-link {
    color: #2CA836;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.workplace-safety-content .document-link:hover {
    color: #269C36;
    text-decoration: underline;
}

.workplace-safety-content .safety-section img {
    width: 100%;
    border-radius: 20px;
    margin: 2em 0 0 0;
    opacity: 1;
    transition: opacity .425s;
}

.workplace-safety-content .safety-section img:hover {
    opacity: .7;
}


/* Кнопка "Наверх" */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #2CA836;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(44, 168, 54, 0.3);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    border: none;
    cursor: pointer;
}

.back-to-top.visible {
    opacity: 1;
}

.back-to-top:hover {
    background: #269C36;
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}



/* модуль cookie файлов */
#popup-window-content-awz_cmp_cookies {
    border-radius: 10px;
}

.awz_cookies_sett__save,
.awz_cookies_sett__save:hover {
    border-radius: 6px;
    background: #2CA836 !important;
}

.awz_cookies_sett__detail-alert {
    color: #000 !important;
}

.awz_cookies_sett__message {
    left: 0 !important;
    right: 0 !important;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9em !important;
    max-width: 670px !important;
    box-shadow: 0 5px 30px rgba(34, 34, 34, 0.08);
    transition: color .3s, box-shadow .3s;
}

.awz_cookies_sett__bg1 {
    background: rgb(255, 255, 255, .85) !important;
}

@media only screen and (max-width: 530px) {
    .awz_cookies_sett__message {
        z-index: 1100!important;
        bottom: 77px!important;
    }
}




/* RESPONSIVE LAYOUTS */
@media only screen and (max-width: 1800px) {
    .gl-wrapper_sidebar {
        padding-top: 3em;
        padding-left: 2em;
        gap: 4em;
    }

    .gl-wrapper_main-content_pad {
        padding-top: 3em;
        padding-left: 7em;
    }
}

@media only screen and (max-width: 1559px) {
    .gl-wrapper_sidebar {
        padding-top: 2em;
        gap: 2em;
    }

    .gl-wrapper_main-content_pad {
        padding-top: 2em;
        padding-left: 4em;
    }

    .gl-wrapper_sources-row .item-img {
        max-width: 32%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .gl-wrapper_sources-row .second-img {
        max-width: 25%;
    }

    .gl-wrapper_sources-row .third-img {
        max-width: 40%;
    }

    .gl-wrapper_visual-item {
        gap: 2em;
    }

    .gl-wrapper_visual-item p {
        margin-bottom: 0;
    }

    .gl-wrapper_visual-item .item-list {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1359px) {
    .gl-wrapper_sidebar {
        padding-left: 1em;
    }

    .gl-wrapper_mascot-components .left-column {
        padding-left: 0;
    }

    .gl-wrapper_visual-item .item-title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1199px) {
    .gl-wrapper_fourth-columns {
        grid-template-columns: 33% 33% 33%;
        gap: 1.2em 1.4%;
    }

    .gl-wrapper h1 {
        margin-bottom: .7em;
    }

    .gl-wrapper_main-content_pad {
        padding-left: 2em;
    }

    .gl-wrapper_logos-box {
        padding: 1em 1.3em;
    }

    .gl-wrapper_footer-box {
        padding-left: 1em;
    }

    .gl-wrapper_main-content_pad {
        padding-left: 1em;
    }

    .gl-wrapper_typography-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.3em;
    }

    .gl-wrapper_colors-row {
        gap: 1em;
    }

    .gl-wrapper_mascot-imgs {
        padding-top: 2.5em;
    }

    .gl-wrapper_mascot-components {
        font-size: 1.2vw;
    }

    .gl-wrapper_posm-item .item-img {
        height: 20vw;
    }
}

@media only screen and (max-width: 1024px) {
    .gl-wrapper_sidebar {
        flex: 200px 0 0;
        padding-right: 1em;
    }

    .gl-wrapper_brand-item .item-img_letters {
        padding-left: .5em;
    }

    .gl-wrapper_brand-item .item-img_mod-letters {
        padding-left: .5em;
    }

    .gl-wrapper_brand-item .item-title {
        font-size: 20px;
    }

    .gl-wrapper_sidebar-menu .title {
        font-size: 18px;
        margin-top: .7em;
        margin-bottom: 0;
    }

    .gl-wrapper_sidebar-menu {
        font-size: 16px;
    }

    .gl-wrapper_logos-row {
        gap: 1em;
    }

    .gl-wrapper_logos-list {
        grid-template-columns: 63% 35%;
    }

    .gl-wrapper_colors-container {
        gap: 2.3em;
    }

    .gl-wrapper_colors-row {
        grid-template-columns: repeat(3, 1fr);
    }

    .gl-wrapper_logos-colors {
        display: flex;
        flex-wrap: wrap;
    }

    .gl-wrapper_logo-color {
        gap: 1.2em;
    }

    .gl-wrapper_posm-container {
        gap: 3em;
    }

    .gl-wrapper_posm-row {
        margin-bottom: 2em;
    }

    .gl-wrapper_posm-row {
        gap: 1.3em 1em;
    }

    .gl-wrapper_visual-item {
        gap: 1em;
    }
}

@media only screen and (max-width: 767px) {
    .gl-wrapper_mobile-header {
        display: flex;
    }

    .gl-wrapper_center-container {
        padding-top: 0;
    }

    .gl-wrapper {
        padding-top: 66px;
    }

    .gl-wrapper_sidebar {
        position: fixed;
        left: 0;
        height: 100vh;
        padding: 1em;
        overflow: hidden;
        overflow-y: auto;
        background: #fff;
        max-width: 400px;
        border-right: none;
        left: -100%;
        width: 100%;
        top: 0;
        transition: left .3s;
        z-index: 120;
    }

    .gl-wrapper_sidebar.is-open {
        left: 0;
    }

    .gl-wrapper_logo {
        height: 70px;
    }

    .gl-wrapper_close-btn {
        display: block;
    }

    .gl-wrapper_banner {
        min-height: 39vw;
    }

    .gl-wrapper_logos-row {
        display: flex;
        flex-direction: column;
    }

    .gl-wrapper_narrow-container {
        gap: 1.3em;
        padding: 0;
    }

    .gl-wrapper_main-content_pad {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 1em;
        gap: 2em;
    }

    .gl-wrapper_footer-box {
        gap: 1.7em;
    }

    .gl-wrapper_small-container {
        gap: 2em;
    }

    .gl-wrapper_logos-unit_mod .item-logo {
        margin-left: 2em;
        margin-bottom: .2em;
        margin-top: .2em;
    }

    .gl-wrapper_small-container {
        padding-left: 0;
    }

    .gl-wrapper_large-logos {
        gap: 1em;
        margin: 0;
    }

    .gl-wrapper_typography-unit {
        margin-bottom: 1em;
    }

    .gl-wrapper_mascot-components {
        font-size: 1.8vw;
    }

    .gl-wrapper_mascot-header .item-content {
        gap: 1em;
    }

    .gl-wrapper_posm-item .item-img {
        height: 30vw;
    }

    .gl-wrapper_visual-item .item-title {
        font-size: 20px;
    }

    .gl-wrapper_visual-item .item-desc {
        padding: .5em 0;
    }

    .workplace-safety-content .safety-section h2 {
        font-size: 24px;
    }

    .workplace-safety-content .safety-section p {
        font-size: 15px;
    }

    .workplace-safety-content .safety-goal,
    .workplace-safety-content .documents-section {
        padding: 15px;
    }

    .workplace-safety-content .goal-list {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .gl-wrapper_fourth-columns {
        grid-template-columns: 49% 49%;
        gap: 1.2em 2%;
    }

    .gl-wrapper h1 {
        font-size: 22px;
    }

    .gl-wrapper_brand-item .item-img {
        height: 22vw;
    }

    .gl-wrapper_brand-item .item-img_letters {
        font-size: 20px;
    }

    .gl-wrapper_brand-item .item-title {
        font-size: 18px;
    }

    .gl-wrapper_brand-item .item-img_mod-letters {
        font-size: 20px;
    }

    .gl-wrapper_brand-item .item-desc {
        padding: .7em;
        gap: .3em;
    }

    .gl-wrapper_brand-item {
        font-size: 14px;
    }

    .gl-wrapper_main-content {
        padding-bottom: 2em;
    }

    .gl-wrapper_logos-blockquote {
        gap: 1em;
    }

    .gl-wrapper_shadow-logos {
        flex: 90px 0 0;
    }

    .gl-wrapper_footer-box {
        padding-left: 0;
    }

    .gl-wrapper_main-btn {
        font-size: 16px;
    }

    .gl-wrapper .section-title {
        font-size: 22px;
    }

    .gl-wrapper_main-content_pad p {
        font-size: 14px;
    }

    .gl-wrapper_blockquote {
        font-size: 14px;
    }

    .gl-wrapper_logos-unit {
        max-width: 100%;
    }

    .gl-wrapper_typography-column p {
        font-size: 23px;
    }

    .gl-wrapper_typography-row {
        display: flex;
        flex-direction: column;
        gap: 1.2em;
    }

    .gl-wrapper_typography-header {
        margin-bottom: 0;
    }

    .gl-wrapper_colors-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .gl-wrapper_colors-unit {
        gap: 1em;
    }

    .gl-wrapper_colors-gradient_text {
        margin-bottom: 1em;
    }

    .gl-wrapper_slogan-unit .main-slogan {
        font-size: 35px;
    }

    .gl-wrapper_slogan-unit .large-text {
        font-size: 20px;
    }

    .gl-wrapper_slogan-unit_mar {
        margin-bottom: 0;
    }

    .gl-wrapper_sources-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1em .5em;
    }

    .gl-wrapper_sources-row .item-img {
        max-width: 100%;
    }

    .gl-wrapper_mascot-components .right-column {
        padding-top: 3.7%;
    }

    .gl-wrapper_mascot-header .item-content {
        flex-direction: column;
    }

    .gl-wrapper_mascot-components .item-line {
        height: 5px;
    }

    .gl-wrapper_mascot-components .item-component {
        padding-bottom: 6px;
    }

    .gl-wrapper_mascot-components .eight-line {
        width: 65%;
    }

    .gl-wrapper_mascot-imgs {
        gap: .7em;
    }

    .gl-wrapper_mascot-header .item-img {
        text-align: center;
    }

    .gl-wrapper_posm-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .gl-wrapper_posm-item .item-img {
        height: 42vw;
    }

    .gl-wrapper_posm-item {
        font-size: 15px;
    }
}

@media only screen and (max-width: 450px) {
    .gl-wrapper_examples-box {
        display: flex;
        flex-direction: column;
        gap: .25em;
    }

    .gl-wrapper_mascot-footer {
        gap: .5em;
    }

    .gl-wrapper_examples-box .center-column {
        gap: .25em;
    }

    .gl-wrapper_examples-screens {
        display: flex;
        flex-direction: column;
        gap: .25em;
    }

    .gl-wrapper_visual-item {
        flex-direction: column;
    }

    .gl-wrapper_logo-color {
        font-size: 13px;
    }
}

@media only screen and (max-width: 379px) {
    .gl-wrapper_visual-item .gl-wrapper_main-btn {
        width: 100%;
    }
}

/* End */
/* /local/templates/minimal_2025/css/reset.css?17766934326485 */
/* /local/templates/minimal_2025/css/bootstrap-grid.css?177669343268338 */
/* /local/templates/minimal_2025/css/main.css?178341993846235 */
