@charset "UTF-8";

/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
  width: device-width
}

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

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

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

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

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

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

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

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

dfn {
  font-style: italic
}

b, strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #64b32c;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:hover {
  color: #509f18;
  text-decoration: none
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0
}

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

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

figure {
  margin: 0 0 1rem
}

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

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

table {
  border-collapse: collapse
}

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

th {
  text-align: inherit
}

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

button {
  border-radius: 0
}

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

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

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical
}

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

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

progress {
  vertical-align: baseline
}

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

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

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

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

output {
  display: inline-block
}

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

template {
  display: none
}

[hidden] {
  display: none !important
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 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
}

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

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

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

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

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

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

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

.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: none
  }

  .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: none
  }

  .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: none
  }

  .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: none
  }

  .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
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block;
  width: 100%
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-loading .slick-list {
  background: url(ajax-loader.gif) center center no-repeat #fff
}

.slick-next, .slick-prev {
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  top: 0;
  bottom: 0;
  padding: 0;
  z-index: 2;
  border: none;
  outline: 0;
  background: 0 0/20px 23px no-repeat rgba(0, 65, 0, .75);
  width: 33px
}

.slick-next:focus:not(.slick-disabled), .slick-next:hover:not(.slick-disabled), .slick-prev:focus:not(.slick-disabled), .slick-prev:hover:not(.slick-disabled) {
  outline: 0;
  background-color: rgba(0, 65, 0, .85)
}

.slick-next:focus:not(.slick-disabled):before, .slick-next:hover:not(.slick-disabled):before, .slick-prev:focus:not(.slick-disabled):before, .slick-prev:hover:not(.slick-disabled):before {
  opacity: 1
}

.slick-next.slick-disabled, .slick-prev.slick-disabled {
  opacity: .4
}

.slick-prev {
  left: 0;
  background-image: url(../images/arrow-prev.svg);
  background-position: 4px 50%
}

.slick-next {
  right: 0;
  background-image: url(../images/arrow-next.svg);
  background-position: 6px 50%
}

.slick-dotted .slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: 17px;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  display: none !important;
  width: 100%
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 19px;
  width: 19px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 19px;
  width: 19px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  border-radius: 100%;
  padding: 5px;
  cursor: pointer;
  -moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .8);
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, .8)
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 19px;
  height: 19px;
  border: 1px solid #fff;
  font-family: icomoon;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 100%;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  background-color: #3c3c3b;
  border: 1px solid #8b8b8a
}

.slider-nav {
  margin: 0 -15px
}

.slider-nav .slick-slide {
  padding: 10px 15px
}

.slider-nav .slick-current {
  position: relative
}

.slider-nav .slick-current:after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 4px;
  height: 3px;
  background-color: #086c25
}

@media (max-width:575px) {
  .slider-nav {
    margin: 0 -5px
  }

  .slider-nav .slick-slide {
    padding: 10px 5px
  }

  .slider-nav .slick-current {
    position: relative
  }

  .slider-nav .slick-current:after {
    left: 5px;
    right: 5px
  }
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 19px;
  line-height: 1.2;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-weight: 700
}

.h1, h1 {
  font-size: 48px;
  letter-spacing: .1em;
  margin-bottom: 38px
}

.h2, h2 {
  font-size: 36px
}

.h3, h3 {
  font-size: 32px
}

.h4, h4 {
  font-size: 24px
}

.h5, h5 {
  font-size: 18px
}

.h6, h6 {
  font-size: 16px
}

ol, p, ul {
  margin: 0 0 19px
}

ol, ul {
  padding-left: 42px
}

.title-style {
  margin-bottom: 30px
}

.title-style h4 {
  color: #086c25;
  position: relative;
  padding-left: 34px;
  letter-spacing: .075em
}

.title-style h4:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 4px;
  left: 0;
  width: 10px;
  background-color: #64b32c
}

.text-lg {
  font-size: 21px;
  line-height: 1.5238;
  letter-spacing: .025em
}

.text-md {
  font-size: 18px;
  letter-spacing: .025em
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

@media (max-width:767px) {
  .h1, h1 {
    font-size: 34px
  }

  .h2, h2 {
    font-size: 30px
  }

  .h3, h3 {
    font-size: 28px
  }

  ol, p, ul {
    margin-bottom: 25px
  }
}

.btn {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.2;
  padding: 8px 20px;
  margin: 12px 0;
  background-image: none;
  border: none;
  text-decoration: none !important;
  text-align: center;
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  -ms-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  outline: 0;
  cursor: pointer;
  display: inline-block;
  border-bottom: 3px solid transparent
}

.btn-sm {
  font-size: 18px;
  padding: 8px 45px
}

.btn-white {
  background-color: #fff;
  color: #086c25;
  border-color: #64b32c
}

.btn-white:hover {
  background-color: #64b32c;
  border-color: #fff;
  color: #fff
}

.btn-green {
  background-color: #086c25;
  color: #fff;
  border-color: #fff
}

.btn-green:hover {
  background-color: #fff;
  color: #086c25;
  border-color: #086c25
}

.btn-bright-green {
  background-color: #64b32c;
  border-color: #086c25;
  color: #fff
}

.btn-bright-green:hover {
  background-color: #086c25;
  border-color: #64b32c;
  color: #fff
}

.wrap-btn {
  margin-bottom: 30px
}

.btn-block {
  display: block
}

@media (max-width:767px) {
  .btn {
    font-size: 16px
  }

  .wrap-btn {
    margin-bottom: 15px
  }

  .btn-sm {
    font-size: 13px;
    padding: 8px 35px
  }
}

.form-style {
  background: #f4efea;
  padding: 60px 60px 120px
}

.form-group {
  margin-bottom: 28px
}

textarea.form-control {
  height: 142px;
  overflow: auto;
  resize: none;
  display: block
}

.checkbox {
  float: left;
  margin: 0 10px 10px 0
}

.checkbox input {
  display: none
}

.checkbox input:checked+i {
  background-image: url(../images/check2.svg);
  background-size: 62% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.checkbox i {
  display: block;
  border-radius: 3px;
  height: 16px;
  width: 16px;
  color: #000;
  background: #fff
}

.border-color-input {
  border: 1px solid transparent;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2
}

.label-input {
  font-size: 14px;
  color: #9D9D9D;
  padding: 0 16px;
  line-height: 1.2;
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 3;
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  -ms-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}

.form-control {
  height: 40px;
  width: 100%;
  font-size: 16px;
  padding: 15px 16px 5px;
  border: 1px solid transparent;
  -moz-box-shadow: 0 0 1px transparent;
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  outline: 0
}

.form-control:focus, select.form-control:focus {
  color: #010101;
  border-color: #64b32c
}

.form-active.form-control~.label-input, .form-control:focus~.label-input {
  color: #64b32c;
  top: 5px;
  font-size: 9px
}

.label-input-group {
  position: relative;
  background-color: #fff
}

.label-input-group .form-control {
  position: relative;
  z-index: 5;
  background-color: transparent
}

.checkbox-wrap {
  font-size: 10px;
  padding-left: 28px;
  position: relative;
  margin-bottom: 28px
}

.checkbox-wrap .checkbox {
  position: absolute;
  top: 0;
  left: 0
}

.logo {
  float: left;
  width: 118px;
  position: absolute;
  top: 0;
  background: #fff
}

.logo a {
  display: block
}

.logo img {
  margin: 0
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 3
}

.main-nav {
  text-align: right;
  font-weight: 500;
  margin-left: 118px;
  padding-top: 42px
}

.main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 17px
}

.main-nav ul a {
  display: block;
  text-decoration: none;
  color: #000
}

.main-nav>ul {
  font-size: 17px;
  display: block;
  float: right;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: .075em;
  margin: 0 -15px
}

.main-nav>ul>li {
  float: left;
  padding: 0 15px
}

.main-nav>ul>li>a {
  font-weight: 700;
  padding-top: 27px;
  padding-bottom: 27px;
  text-transform: uppercase;
}

.main-nav>ul>li.active>a, .main-nav>ul>li:hover>a {
  color: #64b32c;
  position: relative
}

.main-nav>ul>li.active>a:before, .main-nav>ul>li:hover>a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #64b32c
}

.dropdown {
  position: relative;
  z-index: 999
}

@media (max-width:1024px) {
  .dropdown.open {
    background-color: #fff;
    display: block
  }

  .dropdown.open a:after {
    background-image: url(../images/arrow-bottom.svg)
  }

  .dropdown.open>ul {
    display: block
  }
}

.dropdown img {
  width: 8px;
  display: inline-block;
  margin-left: 5px
}

.dropdown>ul {
  position: absolute;
  top: 100%;
  right: 15px;
  margin-top: -20px;
  display: none;
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  -ms-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  width: 205px;
  text-align: left;
  background-color: #fff;
  list-style: none;
  padding: 8px 15px 8px 20px;
  font-size: 12px;
  font-family: Roboto, sans-serif;
  letter-spacing: .05em;
  border: 1px solid #9E9E9E;
  border-radius: 3px
}

.dropdown>ul.open {
  opacity: 1
}

.dropdown>ul li {
  display: block
}

.dropdown>ul li.active a {
  color: #64b32c
}

.dropdown>ul a {
  display: block;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
  padding: 11px 15px;
  margin-left: -15px;
  margin-right: -15px
}

.dropdown>ul a:after {
  width: 0
}

.dropdown>ul a:hover {
  background: #f0f0f0
}

.dropdown.active a:after, .dropdown.active:hover>a:after {
  background-image: url(../images/arrow-bottom-active.svg)
}

.dropdown.open:hover a {
  -moz-box-shadow: inset 0 0 10px transparent;
  -webkit-box-shadow: inset 0 0 10px transparent;
  box-shadow: inset 0 0 10px transparent
}

.dropdown a {
  position: relative;
  padding-right: 10px;
  -moz-box-shadow: inset 0 0 10px transparent;
  -webkit-box-shadow: inset 0 0 10px transparent;
  box-shadow: inset 0 0 10px transparent
}

.dropdown a:after {
  content: "";
  background-image: url(../images/arrow-bottom.svg);
  background-position: 0 0;
  width: 9px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px
}

@media (min-width:1025px) {
  .dropdown:hover>a {
    color: #000
  }

  .dropdown:hover>ul {
    display: block
  }
}

.nav-btn {
  display: none;
  width: 76px;
  height: 40px;
  float: right;
  padding: 20px;
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  -ms-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999
}

.nav-btn>div {
  background-color: #086c25;
  height: 3px;
  margin: 8px 0;
  position: relative;
  display: block;
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  -ms-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}

.index-page .main-header {
  background: 0 0
}

@media (min-width:768px) {
  .index-page .main-nav>ul>li:not(.active)>a {
    color: #fff
  }

  .index-page .dropdown a:after {
    background-image: url(../images/arrow-bottom-white.svg)
  }
}

.index-page .logo {
  background-color: transparent
}

.index-page .main-header-active, .index-page .main-header-active .logo {
  background-color: rgba(0, 65, 0, .75)
}

@media (max-width:1100px) {
  .main-nav {
    padding-top: 15px
  }

  .main-nav ul {
    font-size: 15px
  }

  .dropdown {
    padding: 0
  }

  .logo {
    width: 100px
  }
}

@media (max-width:1024px) {
  .logo {
    width: 75px
  }

  .main-nav {
    padding-top: 0
  }

  .main-nav ul {
    font-size: 12px
  }

  .main-nav ul li {
    padding: 0 10px
  }
}

@media (max-width:767px) {
  .logo {
    z-index: 9998
  }

  .main-header {
    height: 70px
  }

  .nav-btn {
    display: block
  }

  .main-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    height: 100%;
    overflow: auto;
    z-index: 9998;
    display: none;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    -moz-box-shadow: inset 20px 30px 67px rgba(255, 255, 255, .5);
    -webkit-box-shadow: inset 20px 30px 67px rgba(255, 255, 255, .5);
    box-shadow: inset 20px 30px 67px rgba(255, 255, 255, .5);
    padding: 140px 0 0;
    background-color: #fff
  }

  .main-nav>ul {
    display: block;
    font-size: 20px;
    margin: auto;
    position: absolute;
    top: 76px;
    bottom: 0;
    width: 100%;
    left: 0;
    overflow: auto
  }

  .main-nav>ul li {
    float: none;
    text-align: center
  }

  .main-nav>ul>li>a {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .dropdown>ul {
    position: static;
    width: 100%;
    margin-top: 0
  }

  .dropdown a:after {
    right: 18px
  }

  .dropdown a {
    font-size: 20px;
    padding: 25px 34px
  }

  .main-nav>ul>li.active>a:before {
    height: 0
  }

  .open-menu .main-nav {
    display: block
  }

  .open-menu .nav-btn>div:nth-child(2) {
    opacity: 0
  }

  .open-menu .nav-btn>div:first-child {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px
  }

  .open-menu .nav-btn>div:last-child {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -11px
  }

  .index-page:not(.open-menu) .main-header .nav-btn>div {
    background: #fff
  }
}

body, html {
  height: 100%
}

html {
  font-size: 14px
}

body {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  text-align: left;
  background-color: #fff;
  letter-spacing: .075em
}

.main-width {
  max-width: 1140px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px
}

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

img {
  margin: auto;
  max-width: 100%;
  display: block;
  height: auto
}

.figure-section {
  position: relative;
  padding: 234px 0 118px
}

.figure-section:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  height: 75px;
  background-color: inherit;
  -ms-transform: skewY(2deg);
  -webkit-transform: skewY(2deg);
  transform: skewY(2deg)
}

.figure-section2 {
  padding-bottom: 20px;
  margin-bottom: 80px
}

.figure-section3:after {
  -ms-transform: skewY(-2deg);
  -webkit-transform: skewY(-2deg);
  transform: skewY(-2deg)
}

.bg-beige {
  background-color: #ddd2c3
}

.bg-light-beige {
  background-color: #f4efea
}

.download {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  margin: 28px 70px 0 0;
  display: inline-block;
  letter-spacing: 0
}

.download p {
  margin-bottom: 0
}

.download>div {
  margin-left: 40px
}

.download h5 {
  color: #64b32c;
  font-family: Roboto;
  font-weight: 400;
  text-decoration: underline;
  margin-bottom: 5px
}

.download img {
  width: 32px;
  float: left
}

.block-style {
  padding: 100px 0 120px;
  position: relative;
  z-index: 1
}

.block-style :last-child {
  margin-bottom: 0
}

.block-style>.main-width>.row {
  margin-bottom: 40px
}

.block-style>.main-width>.row:last-child {
  margin-bottom: 0
}

.block-style-bg:after {
  content: "";
  display: block;
  background: #f4efea;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  -ms-transform: skewY(2deg);
  -webkit-transform: skewY(2deg);
  transform: skewY(2deg)
}

.block-style-bg>* {
  position: relative;
  z-index: 2
}

.block-style-bg2:after {
  -ms-transform: skewY(-2deg);
  -webkit-transform: skewY(-2deg);
  transform: skewY(-2deg)
}

.block-style-bg-last {
  margin-bottom: -200px;
  padding-bottom: 300px
}

.block-style-image {
  margin-top: -150px;
  margin-bottom: 50px
}

.block-style-image iframe {
  display: block;
  margin: 0;
  height: 570px;
  width: 100%
}

.contact-block-style {
  background-color: #64b32c;
  position: relative;
  margin-top: 130px;
  z-index: 3
}

.contact-block-style:after {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  height: 70px;
  background-color: inherit;
  -ms-transform: skew(0deg, -1.6deg);
  -webkit-transform: skew(0deg, -1.6deg);
  transform: skew(0deg, -1.6deg)
}

.contact-block-content {
  margin-bottom: -90px;
  padding: 0 0 60px
}

.contact-block-text {
  position: relative;
  z-index: 1;
  padding-top: 8%;
  font-size: 18px
}

.contact-block-text p {
  padding-right: 10%;
  margin-bottom: 23px
}

.contact-block-image {
  position: relative;
  z-index: 1
}

.contact-block-image img {
  margin-top: -23.25%
}

.nav-tab {
  margin-top: -12px
}

.nav-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 17px;
  letter-spacing: .075em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700
}

.nav-tab li.active a {
  color: #64b32c;
  text-decoration: none
}

.nav-tab li.active a:after {
  background-color: #64b32c
}

.nav-tab a {
  color: #000;
  display: inline-block;
  position: relative;
  padding: 12px 0
}

.nav-tab a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-color: transparent;
  height: 3px;
  -webkit-transition: all .1s ease-out 0s;
  -moz-transition: all .1s ease-out 0s;
  -o-transition: all .1s ease-out 0s;
  -ms-transition: all .1s ease-out 0s;
  transition: all .1s ease-out 0s;
  bottom: 8px
}

.nav-tab a:hover:after {
  background-color: #000
}

.gallery-section {
  padding-top: 30px
}

.gallery-section a {
  display: block;
  /*position: relative;*/
  margin-bottom: 30px
}

.gallery-section a img {
  width: 100%
}

.gallery-section a>div {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: transparent;
  background-color: rgba(0, 65, 0, 0);
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  -ms-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 5px 8px
}

.gallery-section a:hover>div {
  background-color: rgba(0, 65, 0, .75);
  color: #fff
}

.gallery-section-view {
  padding: 30px 0
}

.table-style tr {
  border-bottom: 1px solid #ddd2c3
}

.table-style tr th:nth-child(1) {
  background-color: #ddd2c3
}

.table-style tr th:last-child {
  background-color: #f4efea
}

.table-style tr th:empty {
  background-color: #ddd2c3
}

.table-style tr th {
  padding: 8px 15px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px
}

.table-style tr td {
  padding: 8px 0
}

.table-style tr td:first-child {
  width: 55%
}

.table-style tr td:last-child {
  width: 45%;
  padding-left: 15px;
  padding-right: 15px
}

.table-style tr:nth-child(2) td {
  padding-top: 20px
}

.table-style tr:last-child {
  border-bottom: none
}

.data-list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  letter-spacing: .025em
}

.data-list li {
  margin-bottom: 5px
}

.data-content {
  margin-left: 65px
}

.data-content p {
  margin-bottom: 5px
}

.data-content p:last-child {
  margin-bottom: 0
}

.data-content span {
  font-size: 12px
}

.data {
  color: #64b32c;
  float: left;
  width: 65px
}

.check-list {
  list-style: none;
  margin: 0;
  padding-left: 30px
}

.check-list li {
  position: relative;
  margin-bottom: 10px;
  padding: 7px 0;
  font-size: 14px;
}

.check-list li:before {
  content: "";
  width: 18px;
  height: 25px;
  background-image: url(../images/check.svg);
  background-position: 0 2px;
  position: absolute;
  top: 0;
  left: -29px
}

.tab-style {
  border-left: 10px solid #64b32c;
  padding-left: 10px
}

.tab-style-title {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  overflow: hidden
}

.tab-style-title li {
  float: left;
  margin-right: 70px
}

.tab-style-title li.active a {
  color: #64b32c;
  text-decoration: none
}

.tab-style-title a {
  font-size: 17px;
  font-weight: 700;
  color: #000
}

.contact-block {
  padding-top: 30px
}

.contact-text {
  background-image: url(../images/marker.svg);
  background-size: 28px auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 40px;
  margin-bottom: 20px
}

.contact-style {
  background-image: url(../images/contact.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100px;
  background-size: cover;
  margin-bottom: -100px
}

.text-product {
  padding-right: 70px;
  position: relative;
  font-size: 18px
}

.text-product p {
  margin: 0
}

.text-product .text-product-link {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0
}

.gallery-section-product {
  margin-top: -40px
}

.gallery-block {
  margin-bottom: 50px
}

.gallery-img {
  display: block;
  position: relative;
  margin-bottom: 30px
}

.gallery-img img {
  display: block;
  margin: 0;
  width: 100%
}

.gallery-img>div {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 65, 0, .75);
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  -ms-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 5px 8px
}

.pagination {
  font-size: 17px;
  padding: 0
}

.pagination a {
  color: #000;
  display: block;
  height: 32px;
  width: 32px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  -webkit-transition: all .1s ease-out 0s;
  -moz-transition: all .1s ease-out 0s;
  -o-transition: all .1s ease-out 0s;
  -ms-transition: all .1s ease-out 0s;
  transition: all .1s ease-out 0s
}

.pagination a:hover {
  color: #fff !important;
  background: #64b32c;
  border-color: #64b32c
}

.pagination li {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 6px
}

.pagination .active a {
  color: #64b32c;
  border-color: #64b32c
}

.hero-section {
  text-align: center;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 480px 0 180px;
  position: relative
}

.hero-section h1, .hero-section h2 {
  margin: 0;
  color: #fff
}

.hero-section:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  height: 75px;
  background-color: #ddd2c3;
  -ms-transform: skewY(-2deg);
  -webkit-transform: skewY(-2deg);
  transform: skewY(-2deg)
}

@media (max-width:1180px) {
  .contact-block-text {
    font-size: 15px;
    padding-top: 0
  }

  .contact-block-text p {
    padding-right: 2;
    margin-bottom: 5px
  }
}

@media (max-width:1120px) {
  .contact-block-image img {
    margin-top: -23.6%
  }
}

@media (max-width:1080px) {
  .contact-block-image img {
    margin-top: -24%
  }
}

@media (max-width:1024px) {
  .contact-block-image img {
    margin-top: -24.4%
  }
}

@media (max-width:991px) {
  .contact-block-image img {
    margin-top: -27%
  }

  .hero-section {
    padding-top: 380px
  }
}

@media (max-width:767px) {
  .nav-tab ul {
    font-size: 14px
  }

  .row-5-mobile {
    margin-left: -5px;
    margin-right: -5px
  }

  .row-5-mobile>* {
    padding-left: 5px;
    padding-right: 5px
  }

  .gallery-section a {
    margin-bottom: 10px
  }

  .contact-block-image {
    padding: 0 0 30px;
    width: 100%
  }

  .contact-block-image img {
    width: auto;
    width: 100%
  }

  .contact-block-content {
    padding-bottom: 120px
  }

  .contact-block-image img {
    margin-top: -30%
  }

  .block-style {
    padding: 80px 0
  }

  .block-style-bg-last {
    margin-bottom: -100px;
    padding-bottom: 130px
  }

  .block-style-image {
    margin-top: 0;
    margin-bottom: 30px
  }

  .block-style>.main-width>.row {
    margin-bottom: 0
  }

  .block-style>.main-width>.row>div {
    margin-bottom: 60px
  }

  .block-style>.main-width>.row:last-child>:last-child {
    margin-bottom: 0
  }

  .download {
    margin-right: 30px
  }

  .text-lg {
    font-size: 18px
  }

  .hero-section {
    padding-top: 150px
  }

  .figure-section {
    padding: 160px 0 40px
  }

  .form-style {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px
  }

  .block-style-image iframe {
    height: 300px
  }
}

.main-footer {
  background-image: url(../images/bg-footer.png);
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 3
}

.main-footer a:hover {
  text-decoration: underline
}

.bottom-footer {
  background-color: #000;
  font-size: 12px;
  padding: 9px 0
}

.bottom-footer a {
  color: #fff
}

.copyright p {
  margin-bottom: 0
}

.footer-nav {
  text-align: right
}

.footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block
}

.footer-nav ul li {
  display: inline-block
}

.footer-nav a {
  text-decoration: none;
  padding: 0 0 0 44px
}

.logo-footer {
  width: 65px;
  display: inline-block
}

.wrap-footer-contacts {
  display: inline-block;
  vertical-align: text-bottom;
  line-height: 1
}

.wrap-footer-contacts>* {
  display: inline-block;
  padding: 0;
  vertical-align: top
}

.wrap-footer-contacts p {
  margin-bottom: 0
}

.wrap-footer-contacts ul {
  list-style: none;
  margin: 0
}

.wrap-footer-contacts ul span {
  min-width: 54px;
  display: inline-block
}

.wrap-footer-contacts ul li {
  margin-bottom: 7px
}

.wrap-footer-contacts ul li:last-child {
  margin-bottom: 0
}

.wrap-footer-contacts ul a {
  color: #fff
}

.wrap-footer-contacts a {
  text-decoration: none
}

.wrap-footer-btn {
  float: right;
  margin-top: 30px
}

.footer-block {
  padding-top: 65px;
  padding-bottom: 26px
}

@media (max-width:991px) {
  .wrap-footer-contacts {
    font-size: 12px
  }

  .wrap-footer-contacts>* {
    padding: 0 6px
  }

  .footer-block {
    padding-top: 25px;
    padding-bottom: 20px
  }

  .logo-footer {
    width: 55px
  }
}

@media (max-width:767px) {
  .wrap-footer-contacts {
    display: block;
    margin-top: 20px
  }

  .footer-nav a {
    padding: 0 0 0 30px
  }
}

@media (max-width:575px) {
  .wrap-footer-contacts {
    margin-top: 0;
    display: inline-block
  }

  .wrap-footer-contacts ul li {
    margin-bottom: 3px
  }

  .wrap-footer-contacts>* {
    display: block
  }

  .footer-nav {
    margin-top: 10px;
    text-align: center
  }

  .footer-nav a {
    padding: 0 15px
  }

  .copyright {
    text-align: center
  }
}

@media (max-width:450px) {
  .wrap-footer-contacts {
    display: block;
    margin-top: 10px
  }
}
