@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@1&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 14px;
  font-weight: normal;
  line-height: 2rem;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
  background: #FFFFFF;
  color: #374050;
  text-align: justify;
}

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

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #48585F;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

a:hover {
  text-decoration: underline;
}

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

button,
input {
  outline: 0;
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  border: none;
  -webkit-appearance: button;
}

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

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 400;
  color: inherit;
}

h1, .h1 {
  font-size: 3rem;
  letter-spacing: -0.05em;
  line-height: 1.25em;
}

h2, .h2 {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.35em;
}

h3, .h3 {
  font-size: 2rem;
  line-height: 1.35em;
  letter-spacing: -0.015em;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
  line-height: 1.75em;
}

h6, .h6 {
  font-size: 0.85em;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

section {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.text-gray {
  color: #8B9A9F;
}

.text-lgreen {
  color: #699b41;
}

.link-green {
  color: #12AF4A;
}

.container {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1024px) {
  .container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .container-xl {
    max-width: 1240px !important;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

.column-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.column-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.column-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.column-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.column-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.column-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.column-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.column-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.column-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.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) {
  .column-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .column-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .column-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .column-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .column-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .column-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .column-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .column-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .column-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .column-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .column-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .column-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .column-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .column-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .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) {
  .column-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .column-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .column-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .column-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .column-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .column-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .column-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .column-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .column-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .column-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .column-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .column-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .column-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .column-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .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) {
  .column-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .column-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .column-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .column-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .column-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .column-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .column-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .column-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .column-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .column-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .column-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .column-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .column-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .column-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .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) {
  .column-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .column-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .column-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .column-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .column-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .column-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .column-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .column-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .column-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .column-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .column-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .column-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .column-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .column-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .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%;
  }
}

.clearfix::after {
  content: '';
  clear: both;
  display: table;
}

.grid {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.grid-column-1 {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.grid-column-2 {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.grid-column-4 {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

@media (min-width: 576px) {
  .grid-column-sm-1 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .grid-column-sm-2 {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .grid-column-sm-4 {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 768px) {
  .grid-column-md-1 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .grid-column-md-2 {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .grid-column-md-4 {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .grid-column-lg-1 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .grid-column-lg-2 {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .grid-column-lg-4 {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1200px) {
  .grid-column-xl-1 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .grid-column-xl-2 {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .grid-column-xl-4 {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-6 {
    padding: 5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 5rem !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

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

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

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

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

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

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

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

* {
  padding: 0;
  margin: 0;
  position: relative;
}

.btn {
  font-weight: 500;
  padding: 0.5em 1.5em;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #48585F;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.btn:hover {
  color: #FFFFFF;
  background: #48585F;
  text-decoration: none;
}

.leaf-center,
.leaf-left {
  padding-top: 30px;
}

.leaf-center::before {
  background: url(images/leaf.svg) no-repeat;
  background-size: 22px 15px;
  margin: auto;
  content: '';
  top: 10px;
  right: 0;
  bottom: auto;
  left: 0;
  width: 22px;
  height: 15px;
  position: absolute;
}

.leaf-left::before {
  background: url(images/leaf.svg) no-repeat;
  background-size: 22px 15px;
  content: '';
  top: 10px;
  right: auto;
  bottom: auto;
  left: 2px;
  width: 22px;
  height: 15px;
  position: absolute;
}

@media (min-width: 576px) {
  .leaf-sm-center::before {
    background: url(images/leaf.svg) no-repeat;
    background-size: 22px 15px;
    margin: auto;
    content: '';
    top: 10px;
    right: 0;
    bottom: auto;
    left: 0;
    width: 22px;
    height: 15px;
    position: absolute;
  }
  .leaf-sm-left::before {
    background: url(images/leaf.svg) no-repeat;
    background-size: 22px 15px;
    content: '';
    top: 10px;
    right: auto;
    bottom: auto;
    left: 2px;
    width: 22px;
    height: 15px;
    position: absolute;
  }
}

@media (min-width: 768px) {
  .leaf-md-center::before {
    background: url(images/leaf.svg) no-repeat;
    background-size: 22px 15px;
    margin: auto;
    content: '';
    top: 10px;
    right: 0;
    bottom: auto;
    left: 0;
    width: 22px;
    height: 15px;
    position: absolute;
  }
  .leaf-md-left::before {
    background: url(images/leaf.svg) no-repeat;
    background-size: 22px 15px;
    content: '';
    top: 10px;
    right: auto;
    bottom: auto;
    left: 2px;
    width: 22px;
    height: 15px;
    position: absolute;
  }
}

.list__bulleted-leaf li {
  padding-left: 2.5em;
  margin: 2em 0;
}

.list__bulleted-leaf li::before {
  background: url(images/leaf.svg) no-repeat;
  background-size: 22px 15px;
  content: '';
  top: 7px;
  right: auto;
  bottom: auto;
  left: 3px;
  width: 22px;
  height: 15px;
  position: absolute;
  background-size: 16px 12px;
}

.list__bulleted-dotted li {
  padding-left: 0.5em;
  margin: 1.5em 0 1.5em 1.5em;
  list-style-type: disc;
}

.list__bulleted-dotted.green li {
  padding-left: 1.45em;
  list-style-type: none;
}

.list__bulleted-dotted.green li::before {
  content: '\2022';
  color: #16Af4B;
  font-size: 2.5em;
  position: absolute;
  left: 0;
  top: -2px;
}

.divider__min-gradient, .divider__min-leaf {
  width: 100px;
  height: 2px;
  background: #b7ce68;
  background: -webkit-gradient(linear, left top, right top, from(#b7ce68), to(#699b41));
  background: linear-gradient(90deg, #b7ce68 0%, #699b41 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b7ce68",endColorstr="#699b41",GradientType=1);
}

.divider__min-gradient {
  margin: 1.5em 0;
}

.divider__min-leaf {
  margin-left: 3em;
  margin-bottom: 2em;
}

.divider__min-leaf::before {
  background: url(images/leaf.svg) no-repeat;
  background-size: 22px 15px;
  content: '';
  top: -7px;
  right: auto;
  bottom: auto;
  left: -40px;
  width: 22px;
  height: 15px;
  position: absolute;
}

.quote__source {
  color: #8b9a9f;
}

.quote__source .dash {
  width: 70px;
  height: 1px;
  background: #d8dddf;
  display: inline-block;
  top: -5px;
  margin-right: 20px;
  margin-left: 45px;
}

.quote__source .dash::before {
  content: '';
  top: -10px;
  right: 0;
  bottom: 0;
  left: -40px;
  width: 24px;
  height: 22px;
  position: absolute;
  background: url(images/quote-start.png) no-repeat;
  background-size: 24px 22px;
}

@media (max-width: 576px) {
  .quote__source .dash {
    width: 25px;
    margin-right: 10px;
    margin-left: 40px;
  }
}

.quote__text {
  font-style: italic;
}

section {
  padding: 100px 0;
}

.section__link {
  display: block;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 998;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media (max-width: 576px) {
  header {
    height: 60px;
  }
}

.header .navigation-contain {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__navigation {
  margin-left: auto;
}

.header__navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__navigation ul li {
  font-size: 0.9rem;
  text-transform: uppercase;
  margin: 0 0.25em;
}

.header__navigation ul li a {
  text-align: center;
  padding: 1.5em 0.8em;
}

.header__navigation ul li a:hover, .header__navigation ul li a.active {
  color: #699b41;
  text-decoration: none;
}

.header__navigation ul li a.active::before {
  content: '';
  position: absolute;
  bottom: 10px;
  height: 1px;
  width: 100%;
  left: 0;
  color: #699b41;
  background-color: #699b41;
}

.header__navigation ul li:last-child {
  margin-right: 0;
}

.header__navigation ul li ul.subnav-items {
  width: 200px;
  display: none;
  top: 32px;
  left: -6px;
  position: absolute;
  background: #FFFFFF;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.header__navigation ul li ul.subnav-items li {
  margin: 0;
}

.header__navigation ul li ul.subnav-items li a {
  display: block;
  text-align: left;
  padding: 0.8em 1.5em;
  text-transform: capitalize;
  border-bottom: 1px solid #FAFAFA;
}

.header__navigation ul li:hover ul.subnav-items {
  display: block;
}

.header__logo-link img {
  height: 55px;
}

@media (max-width: 576px) {
  .header__logo-link img {
    height: 42px;
  }
}

.header__navigation-mobile .hamburger {
  height: 100%;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__navigation-mobile .hamburger .hamburger-inner, .header__navigation-mobile .hamburger .hamburger-inner:after, .header__navigation-mobile .hamburger .hamburger-inner:before {
  background-color: #d2d2d2;
}

.header__navigation-mobile ul.nav-mobile {
  top: 80px;
  right: 0;
  display: none;
  position: fixed;
  text-align: right;
  width: 300px;
  background: #FFFFFF;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-top: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 5px 6px rgba(143, 151, 165, 0.05);
          box-shadow: 0 5px 6px rgba(143, 151, 165, 0.05);
}

@media (max-width: 576px) {
  .header__navigation-mobile ul.nav-mobile {
    top: 60px;
    width: 100%;
  }
}

.header__navigation-mobile ul.nav-mobile li {
  height: 50px;
  margin: -1px 0 0 0;
  line-height: 50px;
  font-size: 1.1rem;
  text-transform: uppercase;
  border-bottom: 1px solid #f0f0f0;
}

.header__navigation-mobile ul.nav-mobile li a {
  display: block;
  padding-right: 25px;
  color: #48585F;
}

.header__navigation-mobile ul.nav-mobile li a.active {
  color: #699b41;
}

.header__navigation-mobile ul.nav-mobile li a.active::after {
  content: '';
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 4px;
  height: 100%;
  position: absolute;
  background: #699b41;
}

.header__navigation-mobile ul.nav-mobile li a:hover {
  text-decoration: none;
}

.scrolled-nav {
  height: 60px !important;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 4px rgba(100, 100, 100, 0.1);
          box-shadow: 0 0 4px rgba(100, 100, 100, 0.1);
}

.scrolled-nav .header__logo-link img {
  height: 42px;
}

.scrolled-nav ul.nav-mobile {
  top: 60px;
}

.page__content {
  margin-top: 80px;
}

@media (max-width: 576px) {
  .page__content {
    margin-top: 60px;
  }
}

.item__wrapper {
  width: 200px;
  height: 190px;
}

@media (max-width: 576px) {
  .item__wrapper {
    height: 120px;
  }
}

.item__wrapper-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 1;
  border-radius: 5px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 5px 15px rgba(86, 94, 109, 0.15);
          box-shadow: 0 5px 15px rgba(86, 94, 109, 0.15);
}

.item__wrapper-img img {
  margin: 0 auto;
}

.item__wrapper::after {
  content: '';
  top: auto;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 86%;
  height: 15px;
  position: absolute;
  margin: auto;
  z-index: -1;
  background: rgba(223, 235, 238, 0.4);
}

.home__header {
  max-width: 1440px;
  overflow: visible;
  margin: 80px auto 0;
  padding: 50px 0;
}

@media (max-width: 576px) {
  .home__header {
    margin-top: 0;
    padding-top: 20px;
  }
}

.home__header-content {
  padding-top: 6.5em;
  padding-right: 5em;
}

@media (max-width: 576px) {
  .home__header-content {
    padding-top: 0;
    padding-right: 0;
  }
}

.home__header::before {
  content: '';
  top: -23%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 75%;
  height: 150%;
  position: absolute;
  background: url(images/home-bg.svg) left center no-repeat;
  background-size: cover;
  z-index: -1;
}

@media (min-width: 1200px) {
  .home__header::before {
    content: '';
    top: -30%;
    right: 0;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 170%;
    position: absolute;
    background-position: right -40% center;
    background-size: contain;
  }
}

@media (max-width: 1199px) and (min-width: 990px) {
  .home__header::before {
    width: 65%;
  }
}

@media (max-width: 576px) {
  .home__header::before {
    display: none;
  }
}

.home__header-mobile {
  height: 380px;
  margin-top: -80px;
}

.home__header-mobile::before {
  content: '';
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 100%;
  height: 115%;
  position: absolute;
  background: url(images/home-bg.svg) center no-repeat;
  background-size: cover;
  z-index: -1;
}

.home__about {
  max-width: 1440px;
  overflow: visible;
  margin: 50px auto 0;
  padding: 50px 0;
}

@media (max-width: 576px) {
  .home__about {
    margin-top: 0;
  }
}

.home__about::before {
  content: '';
  top: -20%;
  right: auto;
  bottom: auto;
  left: -10%;
  width: 100%;
  height: 160%;
  position: absolute;
  background: url(images/leaf-accent.svg) no-repeat;
  background-size: contain;
}

.home__about .container {
  width: 90%;
}

@media (min-width: 900px) {
  .home__about .container {
    width: 65%;
  }
}

.home__spaces-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 576px) {
  .home__spaces-approach {
    padding-right: 3em;
  }
}

.home__spaces-approach::before {
  content: '';
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 1999px;
  height: 100%;
  position: absolute;
  background: #f6f7f9;
  z-index: -1;
}

.home__spaces .grid {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
}

.home__spaces-grid {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 18px rgba(86, 94, 109, 0.1);
          box-shadow: 0 0 18px rgba(86, 94, 109, 0.1);
}

@media (min-width: 900px) {
  .home__spaces-grid {
    height: 240px;
  }
}

.home__spaces-grid.hs-1 {
  border-top-right-radius: 40%;
  border-bottom-left-radius: 40%;
}

.home__spaces-grid.hs-2 {
  border-top-left-radius: 40%;
  border-bottom-right-radius: 40%;
}

.home__spaces-grid.hs-3 {
  border-radius: 5px;
}

.home__spaces-icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #F3FAEF;
}

@media (min-width: 900px) {
  .home__spaces-icn {
    width: 100px;
    height: 100px;
  }
  .home__spaces-icn img {
    height: 50px !important;
  }
}

.home__spaces-sys {
  margin-top: 15px;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
}

.home__quote {
  color: #FFFFFF;
  margin: 50px 0;
  background: url(images/home-quote.jpg) right center no-repeat;
  background-size: cover;
}

.home__covid {
  padding: 50px 0;
}

.home__covid .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.home__covid-img {
  width: 100%;
  height: 360px;
  display: inline-block;
  background: url(images/boy-with-mask.jpg) left center no-repeat;
  background-size: auto 100%;
}

.home__covid::before {
  content: '';
  top: 90px;
  right: 0;
  bottom: auto;
  left: auto;
  width: 70%;
  height: 80%;
  position: absolute;
  background: #f6f7f9;
  z-index: -1;
}

@media (max-width: 576px) {
  .home__covid::before {
    content: '';
    top: 90px;
    right: 0;
    bottom: auto;
    left: auto;
    width: 50%;
    height: 80%;
    position: absolute;
  }
}

.home__partners {
  margin-top: 50px;
}

@media (max-width: 576px) {
  .home__partners {
    margin-top: 0;
  }
}

.home__partners-block {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .home__partners-block {
    width: 100%;
  }
}

.home__partners-logo {
  margin: 1em 1.5em;
  display: inline-block;
}

@media (max-width: 576px) {
  .home__partners-logo {
    margin: 1em;
  }
}

.home__partners-logo img {
  width: auto;
  height: 55px;
}

@media (max-width: 576px) {
  .home__partners-logo img {
    height: 35px;
  }
}

.about__header {
  padding: 0;
  height: 60vh;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  background: url(images/about-us.jpg) left bottom no-repeat;
  background-size: cover;
}

@media (max-width: 576px) {
  .about__header {
    height: 300px;
    background-position: left 10% bottom;
  }
}

.about__header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  height: 100%;
  margin-left: auto;
  padding: 0 4em 6em;
  background: rgba(255, 255, 255, 0.8);
}

@media (max-width: 576px) {
  .about__header-content {
    border-radius: 5px;
    border: 1px solid #699b41;
  }
}

.about__resilience {
  z-index: 2;
  text-align: center;
  padding: 30px 0 50px;
}

@media (min-width: 700px) {
  .about__resilience {
    margin-top: -55px;
  }
}

.about__resilience-content .quote {
  padding: 2.5em 3em 1.5em;
  background: #FFF url(images/quote-leaf-bg.svg) left center no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 10px 15px rgba(86, 94, 109, 0.1);
          box-shadow: 0 10px 15px rgba(86, 94, 109, 0.1);
}

.about__resilience-content .quote::before {
  content: '';
  top: -15px;
  right: -2%;
  bottom: auto;
  left: -2%;
  width: 104%;
  height: 70%;
  position: absolute;
  margin: auto;
  z-index: -1;
  background: rgba(223, 235, 238, 0.4);
}

.about__resilience-content .quote::after {
  content: '';
  top: auto;
  right: 0;
  bottom: -18px;
  left: 0;
  width: 86%;
  height: 50%;
  position: absolute;
  margin: auto;
  z-index: -1;
  background: rgba(223, 235, 238, 0.4);
}

.about__why-list .row {
  margin: 5em 0;
  padding-bottom: 4em;
  border-bottom: 1px solid #ecedef;
}

.about__why-list .row:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.about__influence {
  padding-top: 0;
}

.about__influence-cover, .about__influence-img {
  z-index: -1;
  margin: auto;
  background: url(images/influences-cover.jpg) center no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 15px 20px rgba(86, 94, 109, 0.1);
          box-shadow: 0 15px 20px rgba(86, 94, 109, 0.1);
}

.about__influence-cover {
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  max-height: 400px;
}

.about__influence-img {
  width: 100%;
  height: 300px;
}

@media (max-width: 576px) {
  .about__influence {
    padding: 0;
  }
}

.about__science {
  margin-top: 50px;
  padding: 50px 0 30px;
}

.about__science .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.about__science-info p {
  color: #FFFFFF;
}

.about__science-list {
  background: #FFFFFF;
  margin-top: 50px;
  padding: 65px 50px 40px;
  border-radius: 5px;
  -webkit-box-shadow: 0 8px 40px rgba(86, 94, 109, 0.1);
          box-shadow: 0 8px 40px rgba(86, 94, 109, 0.1);
}

@media (max-width: 576px) {
  .about__science-list {
    padding-left: 25px;
    padding-right: 20px;
  }
}

.about__science-list::before {
  content: '';
  top: -50px;
  right: 0;
  bottom: auto;
  left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 50%;
  margin: auto;
  background: #48585F url(images/science-icn.svg) center no-repeat;
  background-size: 40px;
}

.about__science-list ul li {
  text-align: left;
}

.about__science-em {
  text-align: center;
  font-size: 1.5rem;
  font-style: italic;
  font-family: 'Libre Baskerville', serif;
}

.about__science::before {
  content: '';
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  max-height: 80%;
  background: #48585F url(images/leaf-bg-accent.svg) left -20% center no-repeat;
  background-size: auto 180%;
  z-index: -1;
}

.about__local {
  padding-top: 150px;
  margin-top: -100px;
}

.about__local .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1100px) and (min-width: 576px) {
  .about__header {
    background-position: left 40% center;
  }
  .about__header-content {
    padding: 0 3em 3em;
  }
}

.story__header {
  height: 55vh;
  background: #eceeef;
  background: linear-gradient(196deg, #eceeef 0%, #fbfcfc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eceeef",endColorstr="#fbfcfc",GradientType=1);
}

@media (max-width: 576px) {
  .story__header {
    padding: 20px 0 40px;
    height: auto;
    background: #FFFFFF;
  }
}

.story__header:after {
  content: '';
  width: 50%;
  height: 120%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: url(images/story-bg.svg) center right no-repeat;
}

@media (max-width: 576px) {
  .story__header:after {
    display: none;
  }
}

.story__header-headline {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}

.story__goal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.story__goal-img {
  width: 90%;
  height: 320px;
  border-radius: 10px;
  margin-bottom: 50px;
  display: block;
  -webkit-box-shadow: 0 8px 18px rgba(86, 94, 109, 0.2);
          box-shadow: 0 8px 18px rgba(86, 94, 109, 0.2);
}

@media (max-width: 576px) {
  .story__goal-img {
    width: 100%;
    margin-top: 15%;
  }
}

.story__goal-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.story__goal-img:before {
  content: '';
  width: 100%;
  height: 320px;
  display: block;
  position: absolute;
  top: -50%;
  left: -25%;
  border-radius: 10px;
  background: url(images/story-img2.jpg) no-repeat;
  background-size: cover;
}

@media (max-width: 576px) {
  .story__goal-img:before {
    left: -10%;
  }
}

.story__goal-highlight {
  padding: 40px 0;
  margin-top: 40px;
}

@media (max-width: 576px) {
  .story__goal-highlight {
    padding: 0;
    margin-top: 0;
  }
}

.story__goal-highlight:after {
  content: '';
  top: 0;
  left: -120px;
  bottom: auto;
  right: auto;
  width: 1999px;
  height: 100%;
  position: absolute;
  background: #f6f7f9;
  z-index: -1;
}

@media (max-width: 576px) {
  .story__goal-highlight:after {
    display: none;
  }
}

@media (max-width: 850px) and (min-width: 576px) {
  .home__header {
    margin-top: 40px;
  }
  .home__header::before {
    width: 85%;
  }
  .story__header {
    height: auto;
    padding: 50px 0;
    margin-bottom: 75px;
  }
  .story__header:after {
    width: 80%;
    background-position: left center;
    background-size: cover;
  }
  .home__header-box,
  .story__header-headline {
    padding-bottom: 2em;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 5px 30px rgba(86, 94, 109, 0.05);
            box-shadow: 0 5px 30px rgba(86, 94, 109, 0.05);
  }
  .story__header-headline {
    padding-bottom: 6em;
  }
  .home__header-content,
  .story__header-content {
    padding-top: 4em;
    -webkit-box-flex: 75%;
        -ms-flex: 75%;
            flex: 75%;
    max-width: 75%;
  }
  .home__about {
    margin-top: 20px;
  }
  .story__goal {
    padding-top: 0;
  }
  .story__goal-img {
    margin-top: 25%;
  }
}

.story__history {
  background: #f7f8f9;
  background: linear-gradient(196deg, #f7f8f9 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f8f9",endColorstr="#ffffff",GradientType=1);
}

.story__history-video {
  margin: 3em 0 0;
  text-align: center;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}

.story__history-video iframe, .story__history-video object, .story__history-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.story__prototype {
  padding: 50px 0 120px;
}

.story__prototype-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.story__prototype-img {
  width: 70%;
  height: 420px;
  display: inline-block;
  background-size: auto 100%;
  margin-left: 50px;
}

.story__prototype-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.story__prototype-img:before {
  content: '';
  height: 120%;
  width: 100%;
  display: block;
  margin-top: -12%;
  left: -50px;
  position: absolute;
  background: #F3FAEF;
}

.project__header-clarence {
  padding-bottom: 20px;
  background: url(images/clarence-valley.svg) top center no-repeat;
}

@media screen and (max-width: 900px) {
  .project__header-clarence {
    background-position: top right 20%;
    background-size: 150% auto;
  }
}

@media screen and (max-width: 600px) {
  .project__header-clarence {
    background: url(images/clarence-valley-mobile.png) top right no-repeat;
    background-size: auto 500px;
  }
}

.project__roadmap {
  padding-top: 0;
}

.project__roadmap .roadmap__heading {
  padding: 60px 0 40px;
  background: url(images/roadmap-bg.jpg) top center no-repeat;
  background-size: cover;
}

.project__roadmap .roadmap__heading .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project__roadmap .roadmap__illustration {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.project__roadmap .roadmap__illustration img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  .project__roadmap .roadmap__illustration img {
    width: 60%;
  }
}

.project__roadmap .roadmap__milestone {
  margin-top: 1.5em;
  z-index: 1;
}

.project__roadmap .roadmap__milestone-item {
  padding: 1.5em 0;
  line-height: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.project__roadmap .roadmap__milestone .milestone__status {
  text-align: center;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}

.project__roadmap .roadmap__milestone .milestone__status::after {
  content: '';
  width: 1px;
  height: 400%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  bottom: 0;
  position: absolute;
}

.project__roadmap .roadmap__milestone .milestone__status.done {
  background: url(images/milestone-checked.png) center no-repeat;
  background-size: 32px;
}

.project__roadmap .roadmap__milestone .milestone__status.done::after {
  background: #9dd960;
}

.project__roadmap .roadmap__milestone .milestone__status.plan {
  background: url(images/milestone-unchecked.png) center no-repeat;
  background-size: 32px;
}

.project__roadmap .roadmap__milestone .milestone__status.plan::after {
  background: #d8dddf;
}

.project__team {
  text-align: center;
  padding: 0 0 20px;
}

.project__team-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

@media screen and (max-width: 990px) {
  .project__team-wrapper {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .project__team-wrapper {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.project__team-item {
  margin-top: 50px;
}

.project__team-item .team__info-pic {
  width: 160px;
  height: 160px;
  margin: 0 auto 1.5em;
  border-radius: 50%;
  background: #F0F1F2;
  overflow: hidden;
}

.project__team-item .team__info-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 600px) {
  .project__team-item .team__info-pic {
    width: 120px;
    height: 120px;
  }
}

.project__funders .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.project__funders-logo .item__wrapper {
  margin: 10px;
  display: inline-block;
  vertical-align: middle;
}

.team__info-name p {
  margin: 0;
}

.response__header {
  width: 100%;
  height: 55vh;
  display: block;
  padding: 0;
  background: url(images/boy-with-mask.jpg) left center no-repeat;
  background-size: cover;
}

.response__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  height: 100%;
  margin-left: auto;
  padding: 0 2em 3em;
  background: rgba(255, 255, 255, 0.8);
}

@media (min-width: 900px) {
  .response__content {
    padding: 0 4em 3em;
  }
}

@media (max-width: 576px) {
  .response__content {
    border-radius: 5px;
    border: 1px solid #699b41;
  }
}

.content__center {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}

.collaborative__header {
  padding: 30px 0;
}

.collaborative__header::before {
  content: '';
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  max-width: 72%;
  background: #f6f7f9;
  z-index: -1;
}

.collaborative__cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.collaborative__cover-img {
  width: 100%;
  height: 320px;
  background: url(images/collaborative-cover.jpg) center no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 15px 20px rgba(86, 94, 109, 0.1);
          box-shadow: 0 15px 20px rgba(86, 94, 109, 0.1);
}

.collaborative__cover-partner {
  width: 100%;
  height: 320px;
  background: url(images/be-partner-cover.jpg) center no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 15px 20px rgba(86, 94, 109, 0.1);
          box-shadow: 0 15px 20px rgba(86, 94, 109, 0.1);
}

.collaborative__list {
  padding: 0;
}

.collaborative__list .row {
  margin: 5em 0;
  padding-bottom: 4em;
  border-bottom: 1px solid #ecedef;
}

@media (max-width: 576px) {
  .collaborative__list .row {
    margin: 3em 0;
    padding-bottom: 2em;
  }
}

.collaborative__list .row:last-child {
  border-bottom: none;
}

.collaborative__invite {
  padding: 0;
}

.collaborative__invite .column {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 576px) {
  .collaborative__invite .column {
    padding-top: 60px;
  }
}

.collaborative__invite-details {
  padding: 0 5em;
  -webkit-box-shadow: 0 0 20px rgba(86, 94, 109, 0.1);
          box-shadow: 0 0 20px rgba(86, 94, 109, 0.1);
}

@media screen and (max-width: 860px) {
  .collaborative__invite-details {
    padding: 0 2.5em;
  }
}

@media (max-width: 576px) {
  .collaborative__invite-details {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.collaborative__nav-mobile {
  margin-bottom: 4em;
  padding: 0;
}

.collaborative__nav-mobile a {
  width: 100%;
  height: 40px;
  display: block;
  padding: 6px 0;
  text-align: center;
  font-weight: 500;
  background: #f6f7f9;
}

.collaborative__nav-mobile a.active {
  color: #16Af4B;
  background: #F3FAEF;
}

.collaborative__nav-mobile a:hover {
  text-decoration: none;
  background: #F3FAEF;
}

.ace__list {
  width: 100%;
  margin: 2em 0 3em;
  padding-left: 10px;
  padding-right: 0;
}

.ace__list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin: 1em 0;
  line-height: 1.5em;
}

.ace__list-icn {
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 50%;
  background: #f3faec;
}

.ace__list-icn img {
  width: 70px;
  height: 70px;
}

.ace__list-rate {
  font-size: 1.15em;
  font-weight: bold;
  color: #16Af4B;
}

.quote__block {
  margin: 0 0 5em;
  padding: 2.5em 3em 1.5em;
  background: #FFF url(images/quote-leaf-bg.svg) left center no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 10px 15px rgba(86, 94, 109, 0.1);
          box-shadow: 0 10px 15px rgba(86, 94, 109, 0.1);
}

.quote__block-text {
  font-style: italic;
  text-align: center;
}

.quote__block-by {
  margin-top: 3.5em;
  margin-bottom: 0.5em;
}

.quote__block-by p {
  color: #8b9a9f;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.75em;
}

.quote__block-by::before {
  content: '';
  top: -30px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 22px;
  margin: 0 auto;
  position: absolute;
  background: url(images/quote-start.png) no-repeat;
  background-size: 24px 22px;
}

.quote__block-link {
  text-align: left;
  float: right;
  padding-left: 50px;
  line-height: 1.75em;
}

.quote__block-link a {
  color: #16Af4B;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote__block-link a:before {
  content: '';
  left: -50px;
  width: 36px;
  height: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  border-radius: 50%;
  background: #48585F url(images/link-icn-white.png) center no-repeat;
  background-size: 18px;
}

.quote__block-link a .link-arrow {
  width: 16px;
  height: 12px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
  background: url(images/link-arrow.png) no-repeat;
  background-size: 16px 12px;
}

.quote__block::before {
  content: '';
  top: -15px;
  right: -2%;
  bottom: auto;
  left: -2%;
  width: 104%;
  height: 70%;
  position: absolute;
  margin: auto;
  z-index: -1;
  background: rgba(223, 235, 238, 0.4);
}

.quote__block::after {
  content: '';
  top: auto;
  right: 0;
  bottom: -18px;
  left: 0;
  width: 86%;
  height: 50%;
  position: absolute;
  margin: auto;
  z-index: -1;
  background: rgba(223, 235, 238, 0.4);
}

.page__highlight {
  padding: 4em 4em;
  font-size: 1.15em;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  width: 90%;
  margin: 3em auto 3.5em;
}

.page__highlight .bar {
  padding: 0 3px;
  background: #f0f9e7;
}

.page__highlight:before, .page__highlight:after {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  position: absolute;
}

.page__highlight:before {
  width: 100%;
  height: 88%;
  top: 6%;
  border: 2px solid #ebf7df;
}

.page__highlight:after {
  width: 96%;
  height: 100%;
  border: 2px solid #eceeef;
}

.column__links li {
  font-weight: 500;
  margin-bottom: 0.5em;
}

.column__links li a {
  display: block;
  padding: 0.25em 0 0.25em 0.5em;
}

.column__links li a.active {
  color: #12AF4A;
  background: #F3FAEF;
}

.column__links li a:hover {
  text-decoration: none;
  background: #F3FAEF;
}

.embedded-video {
  width: 80%;
  margin: 60px auto;
}

@media (max-width: 576px) {
  .embedded-video {
    width: 100%;
  }
}

footer {
  color: #FFFFFF;
  background: #494949;
  font-size: 0.9rem;
}

footer a {
  color: #FFFFFF;
}

footer li {
  margin: 1rem 0;
}

footer .footer__logo {
  margin-bottom: 1.5em;
}

footer .footer__logo-img {
  width: 138px;
  height: 55px;
  display: block;
  background-size: 138px 55px;
}

footer .footer-btm {
  color: #eaeaea;
  font-size: 0.8rem;
  padding: 1em 0 0.5em;
  background: #3e575f;
}

footer .footer-divider {
  margin: 3em 0 2em;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

footer .footer-socials ul li {
  display: inline-block;
  margin: 0 0 0 1em;
  top: 2px;
}

.icn-ftr {
  width: 20px;
  height: 20px;
  display: block;
}

.icn-ftr.icn-twitter {
  background: url(images/icn-twitter.png) no-repeat;
  background-size: 20px;
}

.icn-ftr.icn-fb {
  background: url(images/icn-fb.png) no-repeat;
  background-size: 20px;
}

.icn-ftr.icn-youtube {
  background: url(images/icn-youtube.png) no-repeat;
  background-size: 20px;
}

.subscribe__input {
  width: 60%;
  max-width: 300px;
  height: 45px;
  padding: 0 15px;
  float: left;
  margin: 0;
  border: 1px solid #FFFFFF;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.subscribe__btn {
  height: 45px;
  color: #FFFFFF;
  padding: 0 1em;
  text-transform: uppercase;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #4fba23;
  background: -webkit-gradient(linear, left top, right top, from(#4fba23), to(#a2db63));
  background: linear-gradient(90deg, #4fba23 0%, #a2db63 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4fba23",endColorstr="#a2db63",GradientType=1);
}

.join-btn #email-error {
  color: #FF0000;
  position: absolute;
  bottom: -60px;
  left: 10px;
  min-width: 250px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 3px;
  background: #FFFFFF;
}

.join-btn #email-error:after {
  bottom: 100%;
  left: 16px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFFFFF;
  border-width: 6px;
  margin-left: -6px;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  float: left;
  z-index: 999;
  top: 0px;
  left: 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.popup {
  z-index: 1001;
  top: 20%;
  left: 0;
  right: 0;
  min-width: 350px;
  max-width: 420px;
  position: fixed;
  border-radius: 5px;
  background: #FFFFFF;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  margin: 0px auto;
}

.popup__header {
  height: 80px;
  padding: 2em 0 1em;
  text-align: center;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.popup__header img {
  width: auto;
  height: 50px;
  margin: auto;
}

.popup__content {
  margin: 1rem 0;
  padding: 1.5rem 0;
  text-align: center;
}

.popup__content p {
  line-height: 1.75rem;
  margin-bottom: 5px;
}

.popup__content .btn {
  width: 100px;
  padding: 0.35em 1.5em;
  background: #FFFFFF;
  margin-top: 1.5em;
  border: 1px solid #48585F;
}

.popup__content .btn:hover {
  color: #FFFFFF;
  background: #48585F;
}

.legal-info .header {
  background: #48585F;
  margin-bottom: 0 !important;
}

.legal-info .header img {
  height: 40px;
  margin-top: 10px;
  margin-left: 20px;
}

.legal-content {
  padding: 25px 0;
  max-width: 1000px;
  margin: 10px auto 0;
  color: #000;
  font-size: 1rem;
  line-height: 1.75rem;
}

.legal-content .lc-left {
  width: 150px;
  float: left;
  padding-left: 10px;
  margin-top: 0.6rem;
}

.legal-content .lc-left li {
  text-align: right;
  margin-bottom: 10px;
  padding-right: 5px;
}

.legal-content .lc-left li.active {
  color: #FFFFFF;
  background: #48585F;
}

.legal-content .lc-right {
  width: 610px;
  margin-left: 180px;
}

.legal-content .lc-right .lc-heading {
  margin-bottom: 1.5rem;
}

.legal-content .lc-right .lc-heading .h2 {
  margin-bottom: 1rem;
}

.legal-content .lc-right .lc-heading .h5 {
  font-size: 0.9rem;
  text-transform: capitalize;
}

.legal-content ul {
  margin-bottom: 2rem;
}

.legal-content ul.list-bulleted li {
  margin-bottom: 1rem;
  margin-left: 1.1rem;
  padding-left: 5px;
  list-style: disc;
}

.legal-content a:link,
.legal-content a:hover,
.legal-content a:visited {
  color: #000;
  text-decoration: none;
}

.legal-content p {
  margin-bottom: 2rem;
  text-align: justify;
}

.legal-content .sub-heading {
  font-size: 1.35rem;
  font-weight: 600;
}
/*# sourceMappingURL=style.css.map */