/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

/*!
    Blueprint CSS 3.1.0
    https://blueprintcss.io
    License MIT 2018
*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

[class~="container"] {
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 1280px;
  padding: 15px;
}

[class~="grid"] {
  display: -ms-grid !important;
  display: grid !important;
  grid-gap: 16px;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
}

[class~="vertical-start"] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

[class~="vertical-center"] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

[class~="vertical-end"] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

[class~="between"] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

[class~="gap-none"] {
  grid-gap: 0;
  margin-bottom: 0;
}

[class~="gap-column-none"] {
  grid-column-gap: 0;
}

[class~="gap-row-none"] {
  grid-row-gap: 0;
  margin-bottom: 0;
}

[class~="first"] {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

[class~="last"] {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

[class~="hide"] {
  display: none !important;
}

[class~="show"] {
  display: initial !important;
}

[class~="show-block"] {
  display: initial !important;
}

[class~="show-flex"] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

[class~="grid"][class*="@"],
[class~="grid"][class*="@lg"],
[class~="grid"][class*="@md"],
[class~="grid"][class*="@sm"],
[class~="grid"][class*="@xl"] {
  -ms-grid-columns: 12fr;
      grid-template-columns: 12fr;
}

[class~="10@lg"],
[class~="10@md"],
[class~="10@sm"],
[class~="10@xl"],
[class~="11@lg"],
[class~="11@md"],
[class~="11@sm"],
[class~="11@xl"],
[class~="12@lg"],
[class~="12@md"],
[class~="12@sm"],
[class~="12@xl"],
[class~="1@lg"],
[class~="1@md"],
[class~="1@sm"],
[class~="1@xl"],
[class~="2@lg"],
[class~="2@md"],
[class~="2@sm"],
[class~="2@xl"],
[class~="3@lg"],
[class~="3@md"],
[class~="3@sm"],
[class~="3@xl"],
[class~="4@lg"],
[class~="4@md"],
[class~="4@sm"],
[class~="4@xl"],
[class~="5@lg"],
[class~="5@md"],
[class~="5@sm"],
[class~="5@xl"],
[class~="6@lg"],
[class~="6@md"],
[class~="6@sm"],
[class~="6@xl"],
[class~="7@lg"],
[class~="7@md"],
[class~="7@sm"],
[class~="7@xl"],
[class~="8@lg"],
[class~="8@md"],
[class~="8@sm"],
[class~="8@xl"],
[class~="9@lg"],
[class~="9@md"],
[class~="9@sm"],
[class~="9@xl"] {
  grid-column: span 12;
}

[class~="grid"][class~="1"] {
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
}

[class~="1"] {
  grid-column: span 1 / span 1;
}

[class~="grid"][class~="2"] {
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
}

[class~="2"] {
  grid-column: span 2 / span 2;
}

[class~="grid"][class~="3"] {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

[class~="3"] {
  grid-column: span 3 / span 3;
}

[class~="grid"][class~="4"] {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

[class~="4"] {
  grid-column: span 4 / span 4;
}

[class~="grid"][class~="5"] {
  -ms-grid-columns: (1fr)[2.4];
      grid-template-columns: repeat(2.4, 1fr);
}

[class~="5"] {
  grid-column: span 5 / span 5;
}

[class~="grid"][class~="6"] {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

[class~="6"] {
  grid-column: span 6 / span 6;
}

[class~="grid"][class~="7"] {
  -ms-grid-columns: (1fr)[1.71429];
      grid-template-columns: repeat(1.71429, 1fr);
}

[class~="7"] {
  grid-column: span 7 / span 7;
}

[class~="grid"][class~="8"] {
  -ms-grid-columns: (1fr)[1.5];
      grid-template-columns: repeat(1.5, 1fr);
}

[class~="8"] {
  grid-column: span 8 / span 8;
}

[class~="grid"][class~="9"] {
  -ms-grid-columns: (1fr)[1.33333];
      grid-template-columns: repeat(1.33333, 1fr);
}

[class~="9"] {
  grid-column: span 9 / span 9;
}

[class~="grid"][class~="10"] {
  -ms-grid-columns: (1fr)[1.2];
      grid-template-columns: repeat(1.2, 1fr);
}

[class~="10"] {
  grid-column: span 10 / span 10;
}

[class~="grid"][class~="11"] {
  -ms-grid-columns: (1fr)[1.09091];
      grid-template-columns: repeat(1.09091, 1fr);
}

[class~="11"] {
  grid-column: span 11 / span 11;
}

[class~="grid"][class~="12"] {
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
}

[class~="12"] {
  grid-column: span 12 / span 12;
}

[class~="offset-1"] {
  -ms-grid-column: 1;
      grid-column-start: 1;
}

[class~="offset-2"] {
  -ms-grid-column: 2;
      grid-column-start: 2;
}

[class~="offset-3"] {
  -ms-grid-column: 3;
      grid-column-start: 3;
}

[class~="offset-4"] {
  -ms-grid-column: 4;
      grid-column-start: 4;
}

[class~="offset-5"] {
  -ms-grid-column: 5;
      grid-column-start: 5;
}

[class~="offset-6"] {
  -ms-grid-column: 6;
      grid-column-start: 6;
}

[class~="offset-7"] {
  -ms-grid-column: 7;
      grid-column-start: 7;
}

[class~="offset-8"] {
  -ms-grid-column: 8;
      grid-column-start: 8;
}

[class~="offset-9"] {
  -ms-grid-column: 9;
      grid-column-start: 9;
}

[class~="offset-10"] {
  -ms-grid-column: 10;
      grid-column-start: 10;
}

[class~="offset-11"] {
  -ms-grid-column: 11;
      grid-column-start: 11;
}

[class~="offset-12"] {
  -ms-grid-column: 12;
      grid-column-start: 12;
}

@media (min-width: 480px) {
  [class~="grid"][class~="1@sm"] {
    -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
  }
  [class~="1@sm"] {
    grid-column: span 1 / span 1;
  }
  [class~="grid"][class~="2@sm"] {
    -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
  }
  [class~="2@sm"] {
    grid-column: span 2 / span 2;
  }
  [class~="grid"][class~="3@sm"] {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  [class~="3@sm"] {
    grid-column: span 3 / span 3;
  }
  [class~="grid"][class~="4@sm"] {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  [class~="4@sm"] {
    grid-column: span 4 / span 4;
  }
  [class~="grid"][class~="5@sm"] {
    -ms-grid-columns: (1fr)[2.4];
        grid-template-columns: repeat(2.4, 1fr);
  }
  [class~="5@sm"] {
    grid-column: span 5 / span 5;
  }
  [class~="grid"][class~="6@sm"] {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  [class~="6@sm"] {
    grid-column: span 6 / span 6;
  }
  [class~="grid"][class~="7@sm"] {
    -ms-grid-columns: (1fr)[1.71429];
        grid-template-columns: repeat(1.71429, 1fr);
  }
  [class~="7@sm"] {
    grid-column: span 7 / span 7;
  }
  [class~="grid"][class~="8@sm"] {
    -ms-grid-columns: (1fr)[1.5];
        grid-template-columns: repeat(1.5, 1fr);
  }
  [class~="8@sm"] {
    grid-column: span 8 / span 8;
  }
  [class~="grid"][class~="9@sm"] {
    -ms-grid-columns: (1fr)[1.33333];
        grid-template-columns: repeat(1.33333, 1fr);
  }
  [class~="9@sm"] {
    grid-column: span 9 / span 9;
  }
  [class~="grid"][class~="10@sm"] {
    -ms-grid-columns: (1fr)[1.2];
        grid-template-columns: repeat(1.2, 1fr);
  }
  [class~="10@sm"] {
    grid-column: span 10 / span 10;
  }
  [class~="grid"][class~="11@sm"] {
    -ms-grid-columns: (1fr)[1.09091];
        grid-template-columns: repeat(1.09091, 1fr);
  }
  [class~="11@sm"] {
    grid-column: span 11 / span 11;
  }
  [class~="grid"][class~="12@sm"] {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  [class~="12@sm"] {
    grid-column: span 12 / span 12;
  }
  [class~="offset-1@sm"] {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  [class~="offset-2@sm"] {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  [class~="offset-3@sm"] {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  [class~="offset-4@sm"] {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  [class~="offset-5@sm"] {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  [class~="offset-6@sm"] {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  [class~="offset-7@sm"] {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  [class~="offset-8@sm"] {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  [class~="offset-9@sm"] {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  [class~="offset-10@sm"] {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  [class~="offset-11@sm"] {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  [class~="offset-12@sm"] {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
  [class~="hide@sm"] {
    display: none !important;
  }
  [class~="show@sm"] {
    display: initial !important;
  }
  [class~="show-block@sm"] {
    display: block !important;
  }
  [class~="show-flex@sm"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  [class~="first@sm"] {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  [class~="last@sm"] {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}

@media (min-width: 720px) {
  [class~="grid"][class~="1@md"] {
    -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
  }
  [class~="1@md"] {
    grid-column: span 1 / span 1;
  }
  [class~="grid"][class~="2@md"] {
    -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
  }
  [class~="2@md"] {
    grid-column: span 2 / span 2;
  }
  [class~="grid"][class~="3@md"] {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  [class~="3@md"] {
    grid-column: span 3 / span 3;
  }
  [class~="grid"][class~="4@md"] {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  [class~="4@md"] {
    grid-column: span 4 / span 4;
  }
  [class~="grid"][class~="5@md"] {
    -ms-grid-columns: (1fr)[2.4];
        grid-template-columns: repeat(2.4, 1fr);
  }
  [class~="5@md"] {
    grid-column: span 5 / span 5;
  }
  [class~="grid"][class~="6@md"] {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  [class~="6@md"] {
    grid-column: span 6 / span 6;
  }
  [class~="grid"][class~="7@md"] {
    -ms-grid-columns: (1fr)[1.71429];
        grid-template-columns: repeat(1.71429, 1fr);
  }
  [class~="7@md"] {
    grid-column: span 7 / span 7;
  }
  [class~="grid"][class~="8@md"] {
    -ms-grid-columns: (1fr)[1.5];
        grid-template-columns: repeat(1.5, 1fr);
  }
  [class~="8@md"] {
    grid-column: span 8 / span 8;
  }
  [class~="grid"][class~="9@md"] {
    -ms-grid-columns: (1fr)[1.33333];
        grid-template-columns: repeat(1.33333, 1fr);
  }
  [class~="9@md"] {
    grid-column: span 9 / span 9;
  }
  [class~="grid"][class~="10@md"] {
    -ms-grid-columns: (1fr)[1.2];
        grid-template-columns: repeat(1.2, 1fr);
  }
  [class~="10@md"] {
    grid-column: span 10 / span 10;
  }
  [class~="grid"][class~="11@md"] {
    -ms-grid-columns: (1fr)[1.09091];
        grid-template-columns: repeat(1.09091, 1fr);
  }
  [class~="11@md"] {
    grid-column: span 11 / span 11;
  }
  [class~="grid"][class~="12@md"] {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  [class~="12@md"] {
    grid-column: span 12 / span 12;
  }
  [class~="offset-1@md"] {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  [class~="offset-2@md"] {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  [class~="offset-3@md"] {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  [class~="offset-4@md"] {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  [class~="offset-5@md"] {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  [class~="offset-6@md"] {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  [class~="offset-7@md"] {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  [class~="offset-8@md"] {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  [class~="offset-9@md"] {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  [class~="offset-10@md"] {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  [class~="offset-11@md"] {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  [class~="offset-12@md"] {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
  [class~="hide@md"] {
    display: none !important;
  }
  [class~="show@md"] {
    display: initial !important;
  }
  [class~="show-block@md"] {
    display: block !important;
  }
  [class~="show-flex@md"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  [class~="first@md"] {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  [class~="last@md"] {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}

@media (min-width: 960px) {
  [class~="grid"][class~="1@lg"] {
    -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
  }
  [class~="1@lg"] {
    grid-column: span 1 / span 1;
  }
  [class~="grid"][class~="2@lg"] {
    -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
  }
  [class~="2@lg"] {
    grid-column: span 2 / span 2;
  }
  [class~="grid"][class~="3@lg"] {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  [class~="3@lg"] {
    grid-column: span 3 / span 3;
  }
  [class~="grid"][class~="4@lg"] {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  [class~="4@lg"] {
    grid-column: span 4 / span 4;
  }
  [class~="grid"][class~="5@lg"] {
    -ms-grid-columns: (1fr)[2.4];
        grid-template-columns: repeat(2.4, 1fr);
  }
  [class~="5@lg"] {
    grid-column: span 5 / span 5;
  }
  [class~="grid"][class~="6@lg"] {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  [class~="6@lg"] {
    grid-column: span 6 / span 6;
  }
  [class~="grid"][class~="7@lg"] {
    -ms-grid-columns: (1fr)[1.71429];
        grid-template-columns: repeat(1.71429, 1fr);
  }
  [class~="7@lg"] {
    grid-column: span 7 / span 7;
  }
  [class~="grid"][class~="8@lg"] {
    -ms-grid-columns: (1fr)[1.5];
        grid-template-columns: repeat(1.5, 1fr);
  }
  [class~="8@lg"] {
    grid-column: span 8 / span 8;
  }
  [class~="grid"][class~="9@lg"] {
    -ms-grid-columns: (1fr)[1.33333];
        grid-template-columns: repeat(1.33333, 1fr);
  }
  [class~="9@lg"] {
    grid-column: span 9 / span 9;
  }
  [class~="grid"][class~="10@lg"] {
    -ms-grid-columns: (1fr)[1.2];
        grid-template-columns: repeat(1.2, 1fr);
  }
  [class~="10@lg"] {
    grid-column: span 10 / span 10;
  }
  [class~="grid"][class~="11@lg"] {
    -ms-grid-columns: (1fr)[1.09091];
        grid-template-columns: repeat(1.09091, 1fr);
  }
  [class~="11@lg"] {
    grid-column: span 11 / span 11;
  }
  [class~="grid"][class~="12@lg"] {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  [class~="12@lg"] {
    grid-column: span 12 / span 12;
  }
  [class~="offset-1@lg"] {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  [class~="offset-2@lg"] {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  [class~="offset-3@lg"] {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  [class~="offset-4@lg"] {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  [class~="offset-5@lg"] {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  [class~="offset-6@lg"] {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  [class~="offset-7@lg"] {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  [class~="offset-8@lg"] {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  [class~="offset-9@lg"] {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  [class~="offset-10@lg"] {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  [class~="offset-11@lg"] {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  [class~="offset-12@lg"] {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
  [class~="hide@lg"] {
    display: none !important;
  }
  [class~="show@lg"] {
    display: initial !important;
  }
  [class~="show-block@lg"] {
    display: block !important;
  }
  [class~="show-flex@lg"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  [class~="first@lg"] {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  [class~="last@lg"] {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}

@media (min-width: 1440px) {
  [class~="grid"][class~="1@xl"] {
    -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
  }
  [class~="1@xl"] {
    grid-column: span 1 / span 1;
  }
  [class~="grid"][class~="2@xl"] {
    -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
  }
  [class~="2@xl"] {
    grid-column: span 2 / span 2;
  }
  [class~="grid"][class~="3@xl"] {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  [class~="3@xl"] {
    grid-column: span 3 / span 3;
  }
  [class~="grid"][class~="4@xl"] {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  [class~="4@xl"] {
    grid-column: span 4 / span 4;
  }
  [class~="grid"][class~="5@xl"] {
    -ms-grid-columns: (1fr)[2.4];
        grid-template-columns: repeat(2.4, 1fr);
  }
  [class~="5@xl"] {
    grid-column: span 5 / span 5;
  }
  [class~="grid"][class~="6@xl"] {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  [class~="6@xl"] {
    grid-column: span 6 / span 6;
  }
  [class~="grid"][class~="7@xl"] {
    -ms-grid-columns: (1fr)[1.71429];
        grid-template-columns: repeat(1.71429, 1fr);
  }
  [class~="7@xl"] {
    grid-column: span 7 / span 7;
  }
  [class~="grid"][class~="8@xl"] {
    -ms-grid-columns: (1fr)[1.5];
        grid-template-columns: repeat(1.5, 1fr);
  }
  [class~="8@xl"] {
    grid-column: span 8 / span 8;
  }
  [class~="grid"][class~="9@xl"] {
    -ms-grid-columns: (1fr)[1.33333];
        grid-template-columns: repeat(1.33333, 1fr);
  }
  [class~="9@xl"] {
    grid-column: span 9 / span 9;
  }
  [class~="grid"][class~="10@xl"] {
    -ms-grid-columns: (1fr)[1.2];
        grid-template-columns: repeat(1.2, 1fr);
  }
  [class~="10@xl"] {
    grid-column: span 10 / span 10;
  }
  [class~="grid"][class~="11@xl"] {
    -ms-grid-columns: (1fr)[1.09091];
        grid-template-columns: repeat(1.09091, 1fr);
  }
  [class~="11@xl"] {
    grid-column: span 11 / span 11;
  }
  [class~="grid"][class~="12@xl"] {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  [class~="12@xl"] {
    grid-column: span 12 / span 12;
  }
  [class~="offset-1@xl"] {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  [class~="offset-2@xl"] {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  [class~="offset-3@xl"] {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  [class~="offset-4@xl"] {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  [class~="offset-5@xl"] {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  [class~="offset-6@xl"] {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  [class~="offset-7@xl"] {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  [class~="offset-8@xl"] {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  [class~="offset-9@xl"] {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  [class~="offset-10@xl"] {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  [class~="offset-11@xl"] {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  [class~="offset-12@xl"] {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
  [class~="hide@xl"] {
    display: none !important;
  }
  [class~="show@xl"] {
    display: initial !important;
  }
  [class~="show-block@xl"] {
    display: block !important;
  }
  [class~="show-flex@xl"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  [class~="first@xl"] {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  [class~="last@xl"] {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}

[class~="flex"] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[class~="fill"] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
}

[class~="fit"] {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

[class~="float-center"] {
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
}

[class~="float-left"] {
  float: left;
}

[class~="float-right"] {
  float: right;
}

[class~="clear-fix"]::after {
  content: "";
  display: table;
  clear: both;
}

[class~="text-left"] {
  text-align: left;
}

[class~="text-right"] {
  text-align: right;
}

[class~="text-center"] {
  text-align: center;
}

[class~="1--max"] {
  max-width: 83.33333px !important;
}

[class~="2--max"] {
  max-width: 166.66667px !important;
}

[class~="3--max"] {
  max-width: 250px !important;
}

[class~="4--max"] {
  max-width: 333.33333px !important;
}

[class~="5--max"] {
  max-width: 416.66667px !important;
}

[class~="6--max"] {
  max-width: 500px !important;
}

[class~="7--max"] {
  max-width: 583.33333px !important;
}

[class~="8--max"] {
  max-width: 666.66667px !important;
}

[class~="9--max"] {
  max-width: 750px !important;
}

[class~="10--max"] {
  max-width: 833.33333px !important;
}

[class~="11--max"] {
  max-width: 916.66667px !important;
}

[class~="12--max"] {
  max-width: 1000px !important;
}

[class~="full-width"] {
  width: 100%;
}

@media (max-width: 480px) {
  [class~="full-width-until@sm"] {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 720px) {
  [class~="full-width-until@md"] {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 960px) {
  [class~="full-width-until@lg"] {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 1440px) {
  [class~="full-width-until@xl"] {
    width: 100% !important;
    max-width: 100% !important;
  }
}

[class~="margin--xs"] {
  margin: 4px !important;
}

[class~="margin-top--xs"] {
  margin-top: 4px !important;
}

[class~="margin-bottom--xs"] {
  margin-bottom: 4px !important;
}

[class~="margin-right--xs"] {
  margin-right: 4px !important;
}

[class~="margin-left--xs"] {
  margin-left: 4px !important;
}

[class~="padding--xs"] {
  padding: 4px !important;
}

[class~="padding-top--xs"] {
  padding-top: 4px !important;
}

[class~="padding-bottom--xs"] {
  padding-bottom: 4px !important;
}

[class~="padding-right--xs"] {
  padding-right: 4px !important;
}

[class~="padding-left--xs"] {
  padding-left: 4px !important;
}

[class~="margin--sm"] {
  margin: 8px !important;
}

[class~="margin-top--sm"] {
  margin-top: 8px !important;
}

[class~="margin-bottom--sm"] {
  margin-bottom: 8px !important;
}

[class~="margin-right--sm"] {
  margin-right: 8px !important;
}

[class~="margin-left--sm"] {
  margin-left: 8px !important;
}

[class~="padding--sm"] {
  padding: 8px !important;
}

[class~="padding-top--sm"] {
  padding-top: 8px !important;
}

[class~="padding-bottom--sm"] {
  padding-bottom: 8px !important;
}

[class~="padding-right--sm"] {
  padding-right: 8px !important;
}

[class~="padding-left--sm"] {
  padding-left: 8px !important;
}

[class~="margin"] {
  margin: 16px !important;
}

[class~="margin-top"] {
  margin-top: 16px !important;
}

[class~="margin-bottom"] {
  margin-bottom: 16px !important;
}

[class~="margin-right"] {
  margin-right: 16px !important;
}

[class~="margin-left"] {
  margin-left: 16px !important;
}

[class~="padding"] {
  padding: 16px !important;
}

[class~="padding-top"] {
  padding-top: 16px !important;
}

[class~="padding-bottom"] {
  padding-bottom: 16px !important;
}

[class~="padding-right"] {
  padding-right: 16px !important;
}

[class~="padding-left"] {
  padding-left: 16px !important;
}

[class~="margin--lg"] {
  margin: 24px !important;
}

[class~="margin-top--lg"] {
  margin-top: 24px !important;
}

[class~="margin-bottom--lg"] {
  margin-bottom: 24px !important;
}

[class~="margin-right--lg"] {
  margin-right: 24px !important;
}

[class~="margin-left--lg"] {
  margin-left: 24px !important;
}

[class~="padding--lg"] {
  padding: 24px !important;
}

[class~="padding-top--lg"] {
  padding-top: 24px !important;
}

[class~="padding-bottom--lg"] {
  padding-bottom: 24px !important;
}

[class~="padding-right--lg"] {
  padding-right: 24px !important;
}

[class~="padding-left--lg"] {
  padding-left: 24px !important;
}

[class~="margin--none"] {
  margin: 0 !important;
}

[class~="margin-top--none"] {
  margin-top: 0 !important;
}

[class~="margin-bottom--none"] {
  margin-bottom: 0 !important;
}

[class~="margin-right--none"] {
  margin-right: 0 !important;
}

[class~="margin-left--none"] {
  margin-left: 0 !important;
}

[class~="padding--none"] {
  padding: 0 !important;
}

[class~="padding-top--none"] {
  padding-top: 0 !important;
}

[class~="padding-bottom--none"] {
  padding-bottom: 0 !important;
}

[class~="padding-right--none"] {
  padding-right: 0 !important;
}

[class~="padding-left--none"] {
  padding-left: 0 !important;
}

.heading {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 40px;
  color: #000000;
  position: relative;
}

@media (min-width: 768px) {
  .heading {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .heading {
    font-size: 28px;
  }
}

.heading::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 220px;
  height: 4px;
  background-color: #008B46;
}

@media (min-width: 768px) {
  .heading::before {
    width: 260px;
  }
}

@media (min-width: 992px) {
  .heading::before {
    width: 320px;
  }
}

.responsive-img {
  position: relative;
  padding-bottom: 62.5%;
  overflow: hidden;
  margin: 0;
}

.responsive-img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
}

.float-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
}

@media (min-width: 992px) {
  .float-actions {
    right: 15px;
  }
}

.float-actions__item {
  margin-left: 10px;
}

@media (min-width: 992px) {
  .float-actions__item {
    margin-left: 15px;
  }
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #E2E2E2;
}

@media (min-width: 992px) {
  .header {
    position: static;
  }
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 12px;
}

@media (min-width: 768px) {
  .header__container {
    padding: 12px 15px;
  }
}

.header__brand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  max-width: 60%;
}

@media (min-width: 768px) {
  .header__brand {
    max-width: 80%;
  }
}

.header__brand-logo {
  width: 40px;
  margin-right: 10px;
}

@media (min-width: 992px) {
  .header__brand-logo {
    width: 55px;
    margin-right: 15px;
  }
}

.header__brand-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__brand-name {
  color: #008B46;
  font-size: 12px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .header__brand-name {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .header__brand-name {
    font-size: 18px;
  }
}

.header__brand-desc {
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .header__brand-desc {
    font-size: 14px;
    margin: 5px 0;
  }
}

.header__certificates img {
  width: 40px;
}

.header__certificates img:not(:last-child) {
  margin-right: 10px;
}

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

.header__actions-flag {
  height: 18px;
  margin-right: 5px;
}

.header__actions-toggle-menu {
  width: 18px;
  height: 18px;
  margin-left: 15px;
}

.footer {
  background-color: #E6E6E6;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .footer {
    padding-top: 25px;
  }
}

@media (min-width: 992px) {
  .footer {
    padding: 30px;
  }
}

.footer__info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #979797;
}

.footer__info-logo {
  width: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media (min-width: 992px) {
  .footer__info-logo {
    width: 100px;
  }
}

.footer__info-wrapper {
  margin-left: 25px;
}

.footer__info-name {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

@media (min-width: 992px) {
  .footer__info-name {
    font-size: 15px;
  }
}

.footer__info-address, .footer__info-email, .footer__info-website {
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
  line-height: 1.3;
}

@media (min-width: 992px) {
  .footer__info-address, .footer__info-email, .footer__info-website {
    margin-bottom: 6px;
  }
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

.footer__social-item {
  margin: 0 10px;
}

.footer__copyright {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 25px;
  white-space: nowrap;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.footer__nav-item {
  width: calc(100% / 2);
  margin-bottom: 15px;
  font-size: 15px;
}

@media (min-width: 768px) {
  .footer__nav-item {
    font-size: 13px;
    width: calc(100% / 3);
  }
}

@media (min-width: 992px) {
  .footer__nav-item {
    font-size: 16px;
  }
}

.footer__nav-item-link {
  color: #000000;
  border-bottom: 2px solid #4A6658;
  white-space: nowrap;
}

.footer__nav-item-link:hover {
  border-color: #008B46;
}

.footer__fb-fanpage {
  margin-top: 30px;
  overflow: hidden;
}

.footer__bottom {
  margin-top: 50px;
}

.footer__contact {
  width: calc(50% - 50px);
}

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

.footer__contact-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  margin-right: 10px;
}

.footer__contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.partners {
  padding: 15px 0;
  background-color: #ffffff;
  border-top: 1px solid #E6E6E6;
}

.partners-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: auto;
}

.partners-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  width: calc(calc(100% - 30px) / 3);
}

@media (min-width: 768px) {
  .partners-item {
    width: calc(calc(100% - 75px) / 6);
  }
}

.partners-img {
  height: 50px;
}

.contact {
  background-color: #4A6658;
  padding: 5px 0;
}

.contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .contact-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contact-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .contact-item {
    width: calc(100% / 3);
    margin-bottom: 0;
  }
}

.contact-item-icon {
  margin: 0;
  width: 55px;
  height: 55px;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contact-item-icon img {
  width: 55%;
}

@media (min-width: 992px) {
  .contact-item-icon {
    width: 65px;
    height: 65px;
  }
}

.contact-item-text {
  font-size: 13px;
}

@media (min-width: 992px) {
  .contact-item-text {
    font-size: 16px;
  }
}

.contact-item-hightlight {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 5px;
}

@media (min-width: 992px) {
  .contact-item-hightlight {
    font-size: 16px;
  }
}

.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  margin-left: 30px;
}

.swiper-container {
  width: 100%;
  height: auto;
}

.swiper-pagination {
  position: static;
  margin-top: 10px;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 768px) {
  .swiper-pagination {
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  .swiper-pagination {
    margin-top: 15px;
  }
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #A09191;
  opacity: 1;
  cursor: pointer;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.swiper-pagination-bullet:focus {
  outline: none;
}

.swiper-pagination-bullet-active {
  background-color: #008B46;
  border: 0;
}

.nav {
  position: fixed;
  top: 52px;
  right: 0;
  z-index: 20;
  background-color: #4A6658;
  width: 80%;
  max-width: 300px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}

.nav.toggle {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (min-width: 768px) {
  .nav {
    top: 65px;
  }
}

@media (min-width: 992px) {
  .nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: auto;
    max-width: none;
    background-color: #0A8347;
    -webkit-transform: none;
            transform: none;
  }
}

.nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

@media (min-width: 992px) {
  .nav__container {
    padding: 0 15px;
  }
}

.nav__menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
  width: 100%;
  max-height: calc(100vh - 50px);
  position: relative;
}

@media (min-width: 768px) {
  .nav__menu {
    max-height: calc(100vh - 65px);
  }
}

@media (min-width: 992px) {
  .nav__menu {
    width: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: initial;
  }
}

.nav__menu-expand {
  position: absolute;
  top: 15px;
  right: 15px;
}

.nav__menu-item {
  margin: 0;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding: 15px 20px;
  border-bottom: 1px solid #333E38;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 768px) {
  .nav__menu-item:first-child {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #4A6658;
  }
}

@media (min-width: 992px) {
  .nav__menu-item {
    padding: 16px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
  }
  .nav__menu-item.active::before, .nav__menu-item:hover::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 15px;
    background-color: #ffffff;
    margin: auto;
  }
  .nav__menu-item.active:first-child::before, .nav__menu-item:hover:first-child::before {
    bottom: 11px;
  }
}

@media (min-width: 992px) and (min-width: 1440px) {
  .nav__menu-item {
    padding: 16px 15px;
  }
}

@media (min-width: 992px) {
  .nav__menu-item:hover > .nav__down {
    opacity: 1;
    visibility: visible;
  }
}

.nav__menu-link {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

@media (max-width: 768px) {
  .nav__menu-link {
    max-width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 992px) {
  .nav__menu-link {
    font-size: 13px;
  }
}

@media (min-width: 1440px) {
  .nav__menu-link {
    font-size: 14px;
  }
}

.nav__menu-link:hover {
  color: #ffffff;
}

.nav__down {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding-left: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  width: 100%;
  margin-top: 10px;
  display: none;
}

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

@media (min-width: 992px) {
  .nav__down {
    position: absolute;
    top: 100%;
    left: -5px;
    background-color: #008B46;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    width: auto;
  }
}

@media (max-width: 768px) {
  .nav__down--sub {
    margin-top: 5px;
    margin-left: 25px;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .nav__down--sub {
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden;
  }
}

.nav__down-item {
  position: relative;
}

@media (max-width: 768px) {
  .nav__down-item {
    overflow: hidden;
  }
}

.nav__down-item .nav__menu-expand {
  top: 8px;
  right: -4px;
}

@media (min-width: 992px) {
  .nav__down-item:hover {
    background-color: #007c3e;
  }
}

.nav__down-item:hover > .nav__down--sub {
  opacity: 1;
  visibility: visible;
}

.nav__down-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 15px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .nav__down-link {
    max-width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nav__down--sub .nav__down-link {
    font-size: 12px;
    max-width: 99%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 992px) {
  .nav__down-link {
    padding: 10px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .nav__down-link:hover {
    color: #ffffff;
  }
}

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

.nav__actions-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: 15px;
}

@media (min-width: 1440px) {
  .nav__actions-search {
    margin-right: 20px;
  }
}

.nav__actions-search-input {
  padding: 7px 15px;
  padding-right: 30px;
  border-radius: 20px;
  border: 1px solid #979797;
  outline: none;
  font-size: 12px;
  color: #58585B;
  min-width: 180px;
}

.nav__actions-search-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.nav__actions-search-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.nav__actions-search-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.nav__actions-search-input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.nav__actions-search-icon {
  width: 14px;
  height: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  border: 0;
  cursor: pointer;
  background-color: transparent;
}

.nav__actions-search-icon:focus {
  outline: none;
}

.nav__actions-search-icon--menu {
  margin-left: 10px;
}

@media (min-width: 992px) {
  .nav__actions-search-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
  }
}

.nav__actions-languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav__actions-languages-flag {
  width: 35px;
  margin-right: 5px;
}

.nav__actions-languages-icon {
  color: #ffffff;
  cursor: pointer;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  color: #008B46;
  padding: 6px 30px;
  cursor: pointer;
  border: none;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #008B46;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .btn {
    font-size: 18px;
    padding: 7px 40px;
  }
}

.btn:focus {
  outline: none;
}

.btn:hover {
  background-color: #008B46;
  color: #ffffff;
}

.btn--rounded {
  border-radius: 10px;
}

.btn--shadow {
  -webkit-box-shadow: 0 10px 8px 0 rgba(0, 139, 70, 0.1);
          box-shadow: 0 10px 8px 0 rgba(0, 139, 70, 0.1);
}

.btn-scroll-top {
  border: 0;
  background-color: #008B46;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
}

.btn-scroll-top:focus {
  outline: none;
}

.btn-scroll-top img {
  width: 10px;
}

@media (min-width: 992px) {
  .btn-scroll-top img {
    width: 18px;
  }
}

.breadcrumb {
  background-color: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 10;
}

@media (min-width: 768px) {
  .breadcrumb {
    top: 66px;
  }
}

@media (min-width: 992px) {
  .breadcrumb {
    top: 59px;
  }
}

.breadcrumb__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.breadcrumb__menu {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 20px;
  right: 15px;
}

.breadcrumb__item {
  color: #303F38;
  font-size: 12px;
  line-height: 1.8;
}

@media (min-width: 992px) {
  .breadcrumb__item {
    font-size: 14px;
  }
}

.breadcrumb__item:not(:last-of-type)::after {
  content: '>';
  padding: 0 5px;
}

.breadcrumb__item:hover {
  color: #008B46;
}

.breadcrumb__item:last-of-type {
  font-weight: 700;
  color: #008B46;
}

.sidebar {
  width: 320px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 768px) {
  .sidebar {
    position: fixed;
    right: 0;
    z-index: 10;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    overflow: auto;
  }
  .sidebar.toggle {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.sidebar__list {
  margin: 0;
  padding-left: 0;
}

@media (max-width: 992px) {
  .sidebar__list--sub {
    display: none;
  }
  .sidebar__list--sub .sidebar__list-link {
    max-width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 30px;
    font-size: 13px;
  }
  .sidebar__list--sub.toggle {
    display: block;
  }
  .sidebar__list-expand {
    position: absolute;
    top: 18px;
    right: 14px;
  }
}

@media (min-width: 992px) {
  .sidebar__list--sub {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    z-index: 1;
    padding-left: 3px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    display: block;
  }
  .sidebar__list--sub:hover {
    opacity: 1;
    visibility: visible;
  }
}

.sidebar__list-item {
  list-style: none;
  position: relative;
}

.sidebar__list-link {
  display: block;
  background-color: #E6E6E6;
  padding: 12px 15px;
  border-top: 1px solid #D8D8D8;
  font-weight: 700;
  font-size: 15px;
  color: #58585B;
}

.sidebar__list-link:last-child {
  border-bottom: 1px solid #D8D8D8;
}

.sidebar__list-link:hover ~ .sidebar__list--sub {
  opacity: 1;
  visibility: visible;
}

.paginator {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 30px;
}

.paginator__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid;
  border-left: 0;
  border-color: rgba(151, 151, 151, 0.5);
  cursor: pointer;
  font-size: 14px;
}

.paginator__item--current {
  color: #ffffff;
  background-color: #008B46;
}

.paginator__item:hover {
  background-color: rgba(151, 151, 151, 0.5);
  color: #ffffff;
}

.paginator__item:first-child {
  border-left: 1px solid;
  border-color: rgba(151, 151, 151, 0.5);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.paginator__item:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  font-size: 15px;
  color: #58585B;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .form__group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 25px;
  }
}

.form__group-label {
  width: 150px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .form__group-label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
  }
}

.form__group-input, .form__group-textarea {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid rgba(151, 151, 151, 0.3);
  font-size: 15px;
}

.form__group-input:focus, .form__group-textarea:focus {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 1px #008B46;
          box-shadow: inset 0 0 0 1px #008B46;
}

.form__group-textarea {
  resize: none;
}

.form__submit {
  width: 100%;
  margin-top: 30px;
}

.form__submit .btn {
  font-size: 15px;
}

@media (min-width: 768px) {
  .form__submit {
    margin-left: 150px;
  }
}

.home__introduce-container {
  padding: 0;
  padding-bottom: 15px;
}

.home__introduce-content {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.home__introduce-text {
  width: 50%;
  font-size: 18px;
  line-height: 1.8;
  color: #58585B;
}

@media (min-width: 1440px) {
  .home__introduce-text {
    font-size: 20px;
  }
}

.home__introduce-banner {
  padding-bottom: 120px;
}

@media (min-width: 992px) {
  .home__introduce-banner {
    padding-bottom: 60vh;
  }
}

.home__introduce-banner img {
  width: 100%;
  height: 100%;
}

.home__introduce-btn {
  width: 200px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .home__introduce-btn {
    margin-bottom: 60px;
  }
}

.home__information {
  background-color: #E6E6E6;
}

.home__information-container {
  padding: 0;
  position: relative;
}

.home__information-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 15px;
  background: #ffffff;
  border: 1px solid #008B46;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 8px 0 rgba(0, 139, 70, 0.1);
          box-shadow: 0 10px 8px 0 rgba(0, 139, 70, 0.1);
}

.home__information-label img {
  width: 15px;
  margin-right: 10px;
}

@media (min-width: 992px) {
  .home__information-label img {
    width: auto;
  }
}

.home__information-label span {
  font-weight: 700;
  font-size: 12px;
}

@media (min-width: 768px) {
  .home__information-label span {
    font-size: 14px;
  }
}

.home__information-swiper .swiper-slide {
  width: calc(100% - 100px);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .home__information-swiper .swiper-slide {
    width: calc(calc(100% - 120px) / 2);
    padding-top: 45px;
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .home__information-swiper .swiper-slide {
    width: calc(calc(100% - 130px) / 2);
  }
}

@media (min-width: 1440px) {
  .home__information-swiper .swiper-slide {
    width: calc(100% / 3);
  }
}

.home__information-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.home__information-item:first-of-type {
  padding-left: 15px;
}

.home__information-item:hover {
  color: #58585B;
}

.home__information-item-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}

.home__information-item-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65px;
  height: 65px;
  margin: 0;
}

@media (min-width: 992px) {
  .home__information-item-icon {
    width: 75px;
    height: 75px;
  }
}

@media (min-width: 1440px) {
  .home__information-item-icon {
    width: 90px;
    height: 90px;
  }
}

.home__information-item-icon::before {
  content: '';
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.home__information-item-img {
  width: 65%;
  z-index: 1;
}

.home__information-item-title {
  font-weight: 700;
  color: #000000;
  display: block;
  display: -webkit-box;
  height: 19.2px;
  font-size: 16px;
  line-height: 1.2;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 992px) {
  .home__information-item-title {
    display: block;
    display: -webkit-box;
    height: 24px;
    font-size: 20px;
    line-height: 1.2;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.home__information-item-desc {
  max-width: 80%;
  margin-top: 10px;
  display: block;
  display: -webkit-box;
  height: 46.8px;
  font-size: 13px;
  line-height: 1.2;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 992px) {
  .home__information-item-desc {
    display: block;
    display: -webkit-box;
    height: 57.6px;
    font-size: 16px;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.home__information-item-btn {
  background-color: transparent;
  border-radius: 18px;
  font-size: 12px;
}

.home__services {
  padding-bottom: 30px;
}

.home__services-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 1px solid #F1F1F1;
  padding: 15px 20px 0;
  border-radius: 7px;
}

.home__services-card:hover {
  color: #58585B;
}

.home__services-card-name {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000000;
  text-align: center;
  display: block;
  display: -webkit-box;
  height: 38.4px;
  font-size: 16px;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 992px) {
  .home__services-card-name {
    display: block;
    display: -webkit-box;
    height: 48px;
    font-size: 20px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 35px;
  }
}

.home__services-card-img-holder {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

@media (min-width: 768px) {
  .home__services-card-img-holder {
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .home__services-card-img-holder {
    width: 140px;
    height: 140px;
    margin-bottom: 15px;
  }
}

.home__services-card-img {
  width: 70%;
}

.home__services-card-action {
  padding: 25px 0;
  border-top: 2px solid #E6E6E6;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home__services-card-btn {
  width: 100%;
  font-size: 12px;
}

@media (min-width: 992px) {
  .home__services-card-btn {
    font-size: 14px;
  }
}

.home__services-swiper-wrapper {
  position: relative;
}

@media (min-width: 768px) {
  .home__services-swiper-wrapper {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
}

.home__services-swiper-slide {
  width: calc(100% - 180px);
}

.home__services-swiper-prev, .home__services-swiper-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  outline: none;
  cursor: pointer;
}

.home__services-swiper-prev {
  left: -25px;
}

.home__services-swiper-prev.hide {
  display: none;
}

@media (min-width: 1440px) {
  .home__services-swiper-prev {
    left: -40px;
  }
}

.home__services-swiper-next {
  right: -25px;
}

.home__services-swiper-next.hide {
  display: none;
}

@media (min-width: 1440px) {
  .home__services-swiper-next {
    right: -40px;
  }
}

.home__news {
  background-color: rgba(0, 139, 70, 0.05);
}

@media (max-width: 480px) {
  .home__news-swiper {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}

.home__news-swiper-slide {
  width: calc(calc(100% - 30px) / 3);
}

@media (max-width: 480px) {
  .home__news-swiper-slide {
    width: calc(100% - 70px);
  }
  .home__news-swiper-slide:not(.swiper-slide-active) {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0.3;
  }
}

.home__news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #F1F1F1;
}

.home__news-item:hover {
  color: inherit;
}

.home__news-item-content {
  padding: 10px 15px;
  padding-bottom: 20px;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .home__news-item-content {
    padding: 15px 25px;
    padding-bottom: 30px;
  }
}

.home__news-item-date {
  display: block;
  text-align: right;
  font-size: 12px;
  margin-bottom: 15px;
}

.home__news-item-title {
  font-weight: 700;
  color: #000000;
  display: block;
  display: -webkit-box;
  height: 19.2px;
  font-size: 16px;
  line-height: 1.2;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 992px) {
  .home__news-item-title {
    display: block;
    display: -webkit-box;
    height: 21.6px;
    font-size: 18px;
    line-height: 1.2;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.home__news-item-desc {
  color: #A09191;
  display: block;
  display: -webkit-box;
  height: 64.8px;
  font-size: 12px;
  line-height: 1.8;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 992px) {
  .home__news-item-desc {
    display: block;
    display: -webkit-box;
    height: 100.8px;
    font-size: 14px;
    line-height: 1.8;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.home__news-item-btn {
  margin: 20px auto 0;
  font-size: 12px;
  width: 40%;
}

@media (min-width: 992px) {
  .home__news-item-btn {
    font-size: 14px;
  }
}

.home__branches {
  padding-bottom: 30px;
  background-color: #FBFBFB;
}

.home__branches-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 992px) {
  .home__branches-right {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}

.home__branches-desc {
  font-size: 14px;
  line-height: 1.6;
}

@media (min-width: 992px) {
  .home__branches-desc {
    font-size: 16px;
  }
}

@media (min-width: 1440px) {
  .home__branches-desc {
    font-size: 20px;
  }
}

.home__branches-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.home__branches-hotline {
  width: 100%;
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .home__branches-hotline {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 992px) {
  .home__branches-hotline {
    width: 45%;
  }
}

.home__branches-hotline-item {
  padding-left: 15px;
  border-left: 4px solid #008B46;
  margin-bottom: 25px;
}

.home__branches-hotline-title {
  display: block;
  font-size: 15px;
}

@media (min-width: 992px) {
  .home__branches-hotline-title {
    font-size: 18px;
  }
}

.home__branches-hotline-area {
  line-height: 1.8;
  font-size: 15px;
}

.home__branches-hotline-phone {
  font-weight: 700;
  font-size: 18px;
  margin-left: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.3;
  color: #413E3E;
}

@media (min-width: 992px) {
  .home__branches-hotline-phone {
    font-size: 22px;
    margin-left: 60px;
  }
}

.home__branches-list {
  position: absolute;
  top: 22%;
  left: 0;
}

@media (min-width: 768px) {
  .home__branches-list {
    top: 0;
    left: initial;
    right: 0;
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
}

@media (min-width: 992px) {
  .home__branches-list {
    position: static;
  }
}

.home__branches-items {
  padding-left: 0;
  list-style: none;
  font-size: 12px;
}

.home__branches-item {
  line-height: 1.8;
  counter-increment: number;
  font-size: 12px;
}

.home__branches-item::before {
  content: counter(number);
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #008B46;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 700;
  font-size: 10px;
  margin-right: 6px;
}

@media (min-width: 992px) {
  .home__branches-item::before {
    width: 20px;
    height: 20px;
    font-size: 13px;
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .home__branches-item {
    font-size: 14px;
  }
}

@media (min-width: 1440px) {
  .home__branches-item {
    font-size: 16px;
  }
}

.home__branches-btn {
  font-size: 14px;
  width: 55%;
  margin-top: 25px;
}

.home__branches-map {
  width: 60%;
}

@media (min-width: 768px) {
  .home__branches-map {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .blog__content {
    padding: 15px 60px;
  }
}

@media (min-width: 1440px) {
  .blog__content {
    padding: 15px 70px;
  }
}

.blog__header {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .blog__header {
    margin-top: 20px;
  }
}

.blog__header .container:first-child {
  padding: 0 15px;
  border-bottom: 5px solid rgba(151, 151, 151, 0.2);
}

.blog__header-title {
  display: inline-block;
  border-bottom: 5px solid #008B46;
  margin: 0;
  margin-bottom: -5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}

@media (min-width: 992px) {
  .blog__header-title {
    font-size: 25px;
  }
}

@media (min-width: 1440px) {
  .blog__header-title {
    font-size: 30px;
  }
}

.blog__banner {
  margin-top: 30px;
}

.blog__banner-img {
  margin: 0 -15px;
  width: calc(100% + 30px);
  max-width: none;
}

@media (min-width: 768px) {
  .blog__banner-img {
    margin: 0;
    max-width: 100%;
  }
}

.blog__banner-right {
  position: relative;
}

.blog__banner-content {
  padding: 0 25px;
}

.blog__banner-content-text {
  font-size: 13px;
  font-weight: 400;
}

@media (min-width: 992px) {
  .blog__banner-content-text {
    font-size: 20px;
  }
}

.blog__banner-content-title {
  font-weight: 700;
  color: #008B46;
  margin: 15px 0;
  display: block;
  display: -webkit-box;
  height: 57.6px;
  font-size: 24px;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 992px) {
  .blog__banner-content-title {
    display: block;
    display: -webkit-box;
    height: 72px;
    font-size: 30px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 1440px) {
  .blog__banner-content-title {
    display: block;
    display: -webkit-box;
    height: 96px;
    font-size: 40px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 30px;
  }
}

.blog__banner-content-desc {
  display: block;
  display: -webkit-box;
  height: 90px;
  font-size: 15px;
  line-height: 1.5;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 992px) {
  .blog__banner-content-desc {
    display: block;
    display: -webkit-box;
    height: 102px;
    font-size: 17px;
    line-height: 1.5;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 1440px) {
  .blog__banner-content-desc {
    display: block;
    display: -webkit-box;
    height: 135px;
    font-size: 18px;
    line-height: 1.5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.blog__banner-content-detail {
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .blog__banner-content-detail {
    position: absolute;
    right: 20px;
    bottom: 0;
  }
}

@media (min-width: 992px) {
  .blog__banner-content-detail {
    font-size: 20px;
  }
}

@media (min-width: 1440px) {
  .blog__banner-content-detail {
    font-size: 22px;
  }
}

.blog__list {
  margin-top: 30px;
}

.blog__item {
  display: block;
  position: relative;
}

.blog__item:not(:last-child) {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .blog__item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.blog__item-img-holder {
  position: relative;
  padding-bottom: 85%;
  overflow: hidden;
  margin: 0;
}

@media (min-width: 768px) {
  .blog__item-img-holder {
    padding-bottom: 56.25%;
  }
}

.blog__item-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  min-height: 100%;
}

.blog__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 10px;
}

@media (min-width: 768px) {
  .blog__item-header {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .blog__item-header {
    font-size: 14px;
  }
}

.blog__item-viewer {
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  background-color: rgba(88, 88, 91, 0.7);
  color: #ffffff;
  font-weight: 700;
  padding: 0 8px;
  border-radius: 3px;
}

@media (min-width: 768px) {
  .blog__item-viewer {
    padding: 2px 10px;
  }
}

.blog__item-viewer-icon {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

@media (min-width: 992px) {
  .blog__item-viewer-icon {
    width: 18px;
    height: 18px;
  }
}

.blog__item-viewer-amount {
  font-size: 10px;
}

@media (min-width: 768px) {
  .blog__item-viewer-amount {
    font-size: 12px;
  }
}

.blog__item-title {
  display: block;
  display: -webkit-box;
  height: 33.6px;
  font-size: 14px;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 5px 0;
}

@media (min-width: 768px) {
  .blog__item-title {
    display: block;
    display: -webkit-box;
    height: 43.2px;
    font-size: 18px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  .blog__item-title {
    display: block;
    display: -webkit-box;
    height: 48px;
    font-size: 20px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 1440px) {
  .blog__item-title {
    display: block;
    display: -webkit-box;
    height: 72px;
    font-size: 30px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.blog__item-desc {
  display: block;
  display: -webkit-box;
  height: 43.2px;
  font-size: 12px;
  line-height: 1.2;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 5px 0;
}

@media (min-width: 768px) {
  .blog__item-desc {
    display: block;
    display: -webkit-box;
    height: 67.2px;
    font-size: 14px;
    line-height: 1.2;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 0;
  }
}

@media (min-width: 992px) {
  .blog__item-desc {
    display: block;
    display: -webkit-box;
    height: 81.6px;
    font-size: 17px;
    line-height: 1.2;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 1440px) {
  .blog__item-desc {
    display: block;
    display: -webkit-box;
    height: 108px;
    font-size: 18px;
    line-height: 1.2;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 768px) {
  .blog__documents-list {
    margin-top: 20px;
  }
}

.blog__documents-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.7);
  margin-bottom: 15px;
}

.blog__documents-item-index {
  margin-right: 5px;
}

@media (min-width: 768px) {
  .blog__documents-item-index {
    margin-right: 10px;
  }
}

.blog__documents-item-info {
  max-width: 70%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: 700;
}

@media (min-width: 1440px) {
  .blog__documents-item-info {
    font-size: 18px;
  }
}

.blog__documents-item-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

@media (min-width: 1440px) {
  .blog__documents-item-actions {
    font-size: 15px;
  }
}

.blog__documents-item-actions-view, .blog__documents-item-actions-download {
  padding: 3px 20px;
  background-color: rgba(88, 88, 91, 0.7);
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.blog__documents-item-actions-view:focus, .blog__documents-item-actions-download:focus {
  outline: none;
}

.blog__documents-item-actions-view img, .blog__documents-item-actions-download img {
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1440px) {
  .blog__documents-item-actions-view img, .blog__documents-item-actions-download img {
    width: 18px;
    height: 18px;
  }
}

.service {
  padding-bottom: 50px;
}

.service__list {
  position: relative;
}

.service__heading {
  margin-top: 0;
  margin-bottom: 30px;
}

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

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

@media (min-width: 992px) {
  .service__body {
    margin-left: 20px;
  }
}

.service__body-grid {
  grid-gap: 15px;
}

@media (min-width: 1440px) {
  .service__body-grid {
    grid-gap: 30px;
  }
}

.service__card {
  display: block;
}

.service__card:hover {
  color: #58585B;
}

.service__card-body {
  padding: 12px;
  border: 1px solid #979797;
}

.service__card-desc {
  margin: 0;
  display: block;
  display: -webkit-box;
  height: 58.8px;
  font-size: 14px;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 992px) {
  .service__card-desc {
    display: block;
    display: -webkit-box;
    height: 63px;
    font-size: 15px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 1440px) {
  .service__card-desc {
    display: block;
    display: -webkit-box;
    height: 89.6px;
    font-size: 16px;
    line-height: 1.4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.service__card-view-more {
  display: block;
  text-align: right;
  margin-top: 20px;
  color: #008B46;
  font-weight: 700;
}

.service__card-view-more span {
  margin-right: 5px;
}

.news {
  padding-bottom: 50px;
}

.news__list {
  position: relative;
}

.news__heading {
  margin-top: 0;
  margin-bottom: 30px;
}

.news__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  color: #000000;
}

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

@media (min-width: 992px) {
  .news__body {
    margin-left: 20px;
  }
}

.news__card {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.news__card:first-child {
  padding-top: 0;
}

.news__card:hover {
  color: #58585B;
}

.news__card:hover .news__card-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news__card-content {
  position: relative;
}

.news__card-img img {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.news__card-title {
  color: #000000;
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
}

@media (min-width: 992px) {
  .news__card-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.news__card-published-at {
  font-size: 12px;
  margin: 0;
  color: #008B46;
}

@media (min-width: 992px) {
  .news__card-published-at {
    font-size: 14px;
  }
}

.news__card-desc {
  margin-top: 5px;
  display: block;
  display: -webkit-box;
  height: 58.5px;
  font-size: 13px;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 992px) {
  .news__card-desc {
    margin-top: 10px;
    display: block;
    display: -webkit-box;
    height: 72px;
    font-size: 15px;
    line-height: 1.6;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.news__card-btn {
  font-size: 14px;
}

.contact-us__body {
  margin-top: 50px;
  margin-bottom: 20px;
}

.contact-us__map {
  width: 100%;
  height: 450px;
  border: 1px solid #979797;
}

@media (max-width: 480px) {
  .contact-us__map {
    margin-top: 30px;
  }
}

.search {
  padding-bottom: 50px;
}

.search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .search__form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.search__form .form__group {
  margin-bottom: 0;
}

.search__form-input {
  width: 100%;
  max-width: 500px;
  position: relative;
}

@media (min-width: 768px) {
  .search__form-input {
    margin-right: 30px;
  }
}

.search__form-input input {
  padding-right: 35px;
}

.search__form-input-icon {
  position: absolute;
  height: 50%;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.search__form-type {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .search__form-type {
    margin-top: 0;
  }
}

.search__form-type label {
  font-weight: 700;
  font-size: 15px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.search__form-type label input {
  margin-right: 5px;
}

.search__form-submit {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  border: 0;
  cursor: pointer;
  background-color: transparent;
}

.search__form-submit:focus {
  outline: none;
}

.search__list {
  position: relative;
}

.search__heading {
  margin-top: 0;
  margin-bottom: 30px;
}

.search__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  color: #000000;
}

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

.search__card {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.search__card:first-child {
  padding-top: 0;
}

.search__card:hover {
  color: #58585B;
}

.search__card:hover .search__card-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.search__card-content {
  position: relative;
}

.search__card-img img {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.search__card-title {
  color: #000000;
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
}

@media (min-width: 992px) {
  .search__card-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.search__card-published-at {
  font-size: 12px;
  margin: 0;
  color: #008B46;
}

@media (min-width: 992px) {
  .search__card-published-at {
    font-size: 14px;
  }
}

.search__card-desc {
  margin-top: 5px;
  display: block;
  display: -webkit-box;
  height: 58.5px;
  font-size: 13px;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 992px) {
  .search__card-desc {
    margin-top: 10px;
    display: block;
    display: -webkit-box;
    height: 72px;
    font-size: 15px;
    line-height: 1.6;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.search__card-btn {
  font-size: 14px;
}

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

html {
  font-family: 'Open Sans', sans-serif;
}

body {
  font-size: 16px;
  color: #58585B;
}

body.lock-scroll {
  overflow: hidden;
}

body.lock-scroll::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
}

img {
  max-width: 100%;
}

a {
  color: #58585B;
  text-decoration: none;
}

a:hover {
  color: #008B46;
}
/*# sourceMappingURL=main.css.map */





/******************************************************/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(255,255,255,0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 300px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.5s;
  top: 5%;
  /* transform: translateY(-50%); */
  border-radius: 5px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:5%; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:5%; opacity:1}
}

/* The Close Button */
.close {
  float: right;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  top: 5px;
  font-size: 18px;
  color: #666666;
  opacity: 1;
}

.modal-header {
  padding: 2px 16px;
} 

.modal-custom-header {
  padding: 2px 16px;
  min-height: 40px;
}

.modal-custom-footer {
  padding: 2px 16px;
  min-height: 40px;
}

.modal-body {
  padding: 2px 16px;
  line-height: 25px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

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


.like-component {
  position: absolute;
  left: 10px;
  height: 50px;
  width: 100px;
  text-align: center;
}

.like-component a {
  cursor: pointer;
}

.modal-medium {
  width: 320px;
}

.modal-success {
  width: 320px;
}

.modal-error {
  width: 320px;
}

@media (min-width: 768px) {
  .modal-medium {
      width: 600px;
  }

  .modal-success {
      width: 400px;
  }

  .modal-error {
    width: 600px;
  }
}