/*
	Theme Name: Hawaiian Humane Society
	Theme URI: http://www.hawaiianhumane.org/
	Description: Custom Theme based on HTML5 Blank WordPress Theme
	Version: 1.0.0
	Author: Revacomm
	Author URI: http://revacomm.com/
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/* GLOBAL RESETS */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

header, main, footer {
  display: block;
}

table {
  border-collapse: collapse;
}

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

/* COLORS */
/* GLOBAL */
.shadow-none {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}

.shadow-md {
  -webkit-box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.1);
}

.shadow-lg {
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.1);
}

.shadow-inset-sm {
  -webkit-box-shadow: inset 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}

.shadow-inset-md {
  -webkit-box-shadow: inset 0 0.4rem 0.4rem rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0.4rem 0.4rem rgba(0, 0, 0, 0.1);
}

.shadow-inset-lg {
  -webkit-box-shadow: inset 0 0.8rem 0.8rem rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0.8rem 0.8rem rgba(0, 0, 0, 0.1);
}

.border {
  border: 1px solid #cfd4d5;
}

.border-top {
  border-top: 1px solid #cfd4d5;
}

.border-right {
  border-right: 1px solid #cfd4d5;
}

.border-bottom {
  border-bottom: 1px solid #cfd4d5;
}

.border-left {
  border-left: 1px solid #cfd4d5;
}

.border-none {
  border: none;
}

.border-top-none {
  border-top: none;
}

.border-right-none {
  border-right: none;
}

.border-bottom-none {
  border-bottom: none;
}

.border-left-none {
  border-left: none;
}

.border-radius-sm {
  border-radius: 0.2rem;
}

.border-radius-md {
  border-radius: 0.4rem;
}

.border-radius-lg {
  border-radius: 0.8rem;
}

.border-radius-circle {
  border-radius: 50%;
}

.border-radius-top-sm {
  -moz-border-top-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
  -moz-border-top-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.border-radius-right-sm {
  -moz-border-top-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  -moz-border-bottom-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.border-radius-bottom-sm {
  -moz-border-bottom-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  -moz-border-bottom-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.border-radius-left-sm {
  -moz-border-bottom-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
  -moz-border-top-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

.border-radius-top-md {
  -moz-border-top-left-radius: 0.4rem;
  border-top-left-radius: 0.4rem;
  -moz-border-top-right-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

.border-radius-right-md {
  -moz-border-top-right-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  -moz-border-bottom-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.border-radius-bottom-md {
  -moz-border-bottom-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  -moz-border-bottom-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}

.border-radius-left-md {
  -moz-border-bottom-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  -moz-border-top-left-radius: 0.4rem;
  border-top-left-radius: 0.4rem;
}

.border-radius-top-lg {
  -moz-border-top-left-radius: 0.8rem;
  border-top-left-radius: 0.8rem;
  -moz-border-top-right-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}

.border-radius-right-lg {
  -moz-border-top-right-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  -moz-border-bottom-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}

.border-radius-bottom-lg {
  -moz-border-bottom-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  -moz-border-bottom-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
}

.border-radius-left-lg {
  -moz-border-bottom-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  -moz-border-top-left-radius: 0.8rem;
  border-top-left-radius: 0.8rem;
}

.border-radius-tl-sm {
  -moz-border-top-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

.border-radius-tr-sm {
  -moz-border-top-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.border-radius-br-sm {
  -moz-border-bottom-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.border-radius-bl-sm {
  -moz-border-bottom-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.border-radius-tl-md {
  -moz-border-top-left-radius: 0.4rem;
  border-top-left-radius: 0.4rem;
}

.border-radius-tr-md {
  -moz-border-top-right-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

.border-radius-br-md {
  -moz-border-bottom-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.border-radius-bl-md {
  -moz-border-bottom-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}

.border-radius-tl-lg {
  -moz-border-top-left-radius: 0.8rem;
  border-top-left-radius: 0.8rem;
}

.border-radius-tr-lg {
  -moz-border-top-right-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}

.border-radius-br-lg {
  -moz-border-bottom-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}

.border-radius-bl-lg {
  -moz-border-bottom-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
}

.border-radius-none {
  border-radius: none;
}

/* LAYOUT & SPACING */
.container {
  max-width: 1200px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  overflow: hidden;
}

.container > * {
  position: relative;
}

.row, .grid, [class*="c-"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row, .grid {
  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;
  width: auto;
  padding: 0 1.5%;
}

.row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.grid {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row.no-gutter, .grid.no-gutter {
  width: auto;
  margin-left: -1.5%;
  margin-right: -1.5%;
  padding-left: 0;
  padding-right: 0;
}

[class*="c-"] {
  margin: 0 1.5% 3% 1.5%;
  width: 97%;
}

[class*="c-"].m-0 {
  width: 100%;
}

[class*="c-"].m-r-0, [class*="c-"].m-l-0 {
  width: 98.5%;
}

.c-1-1, .c-2-2, .c-3-3, .c-4-4, .c-5-5, .c-6-6, .c-7-7, .c-8-8, .c-9-9, .c-10-10 {
  width: 97%;
}

.c-1-2, .c-2-4, .c-3-6, .c-4-8, .c-5-10 {
  width: 47%;
}

.c-1-3, .c-2-6, .c-3-9 {
  width: 30.33333%;
}

.c-2-3, .c-4-6, .c-6-9 {
  width: 63.66667%;
}

.c-1-4, .c-2-8 {
  width: 22%;
}

.c-3-4, .c-6-8 {
  width: 72%;
}

.c-1-5, .c-2-10 {
  width: 17%;
}

.c-2-5, .c-4-10 {
  width: 37%;
}

.c-3-5, .c-6-10 {
  width: 57%;
}

.c-4-5, .c-8-10 {
  width: 77%;
}

.c-1-6 {
  width: 13.66667%;
}

.c-5-6 {
  width: 80.33333%;
}

.c-1-7 {
  width: 11.28571%;
}

.c-2-7 {
  width: 25.57143%;
}

.c-3-7 {
  width: 39.85714%;
}

.c-4-7 {
  width: 54.14286%;
}

.c-5-7 {
  width: 68.42857%;
}

.c-6-7 {
  width: 82.71429%;
}

.c-1-8 {
  width: 9.5%;
}

.c-3-8 {
  width: 34.5%;
}

.c-5-8 {
  width: 59.5%;
}

.c-7-8 {
  width: 84.5%;
}

.c-1-9 {
  width: 8.11111%;
}

.c-2-9 {
  width: 19.22222%;
}

.c-4-9 {
  width: 41.44444%;
}

.c-5-9 {
  width: 52.55556%;
}

.c-7-9 {
  width: 74.77778%;
}

.c-8-9 {
  width: 85.88889%;
}

.c-1-10 {
  width: 7%;
}

.c-3-10 {
  width: 27%;
}

.c-7-10 {
  width: 67%;
}

.c-9-10 {
  width: 87%;
}

.c-1-1.m-0, .c-2-2.m-0, .c-3-3.m-0, .c-4-4.m-0, .c-5-5.m-0, .c-6-6.m-0, .c-7-7.m-0, .c-8-8.m-0, .c-9-9.m-0, .c-10-10.m-0,
.c-1-1.m-x-0, .c-2-2.m-x-0, .c-3-3.m-x-0, .c-4-4.m-x-0, .c-5-5.m-x-0, .c-6-6.m-x-0, .c-7-7.m-x-0, .c-8-8.m-x-0, .c-9-9.m-x-0, .c-10-10.m-x-0 {
  width: 100%;
}

.c-1-2.m-0, .c-2-4.m-0, .c-3-6.m-0, .c-4-8.m-0, .c-5-10.m-0,
.c-1-2.m-x-0, .c-2-4.m-x-0, .c-3-6.m-x-0, .c-4-8.m-x-0, .c-5-10.m-x-0 {
  width: 50%;
}

.c-1-3.m-0, .c-2-6.m-0, .c-3-9.m-0, .c-1-3.m-x-0, .c-2-6.m-x-0, .c-3-9.m-x-0 {
  width: 33.33333%;
}

.c-2-3.m-0, .c-4-6.m-0, .c-6-9.m-0, .c-2-3.m-x-0, .c-4-6.m-x-0, .c-6-9.m-x-0 {
  width: 66.66667%;
}

.c-1-4.m-0, .c-2-8.m-0, .c-1-4.m-x-0, .c-2-8.m-x-0 {
  width: 25%;
}

.c-3-4.m-0, .c-6-8.m-0, .c-3-4.m-x-0, .c-6-8.m-x-0 {
  width: 75%;
}

.c-1-5.m-0, .c-2-10.m-0, .c-1-5.m-x-0, .c-2-10.m-x-0 {
  width: 20%;
}

.c-2-5.m-0, .c-4-10.m-0 .c-2-5.m-x-0, .c-4-10.m-x-0 {
  width: 40%;
}

.c-3-5.m-0, .c-6-10.m-0, .c-3-5.m-x-0, .c-6-10.m-x-0 {
  width: 60%;
}

.c-4-5.m-0, .c-8-10.m-0, .c-4-5.m-x-0, .c-8-10.m-x-0 {
  width: 80%;
}

.c-1-6.m-0, .c-1-6.m-x-0 {
  width: 16.66667%;
}

.c-5-6.m-0, .c-5-6.m-x-0 {
  width: 83.33333%;
}

.c-1-7.m-0, .c-1-7.m-x-0 {
  width: 14.28571%;
}

.c-2-7.m-0, .c-2-7.m-x-0 {
  width: 28.57143%;
}

.c-3-7.m-0, .c-3-7.m-x-0 {
  width: 42.85714%;
}

.c-4-7.m-0, .c-4-7.m-x-0 {
  width: 57.14286%;
}

.c-5-7.m-0, .c-5-7.m-x-0 {
  width: 71.42857%;
}

.c-6-7.m-0, .c-6-7.m-x-0 {
  width: 85.71429%;
}

.c-1-8.m-0, .c-1-8.m-x-0 {
  width: 12.5%;
}

.c-3-8.m-0, .c-3-8.m-x-0 {
  width: 37.5%;
}

.c-5-8.m-0, .c-5-8.m-x-0 {
  width: 62.5%;
}

.c-7-8.m-0, .c-7-8.m-x-0 {
  width: 87.5%;
}

.c-1-9.m-0, .c-1-9.m-x-0 {
  width: 11.11111%;
}

.c-2-9.m-0, .c-2-9.m-x-0 {
  width: 22.22222%;
}

.c-4-9.m-0, .c-4-9.m-x-0 {
  width: 44.44444%;
}

.c-5-9.m-0, .c-5-9.m-x-0 {
  width: 55.55556%;
}

.c-7-9.m-0, .c-7-9.m-x-0 {
  width: 77.77778%;
}

.c-8-9.m-0, .c-8-9.m-x-0 {
  width: 88.88889%;
}

.c-1-10.m-0, .c-1-10.m-x-0 {
  width: 10%;
}

.c-3-10.m-0, .c-3-10.m-x-0 {
  width: 30%;
}

.c-7-10.m-0, .c-7-10.m-x-0 {
  width: 70%;
}

.c-9-10.m-0, .c-9-10.m-x-0 {
  width: 90%;
}

.c-1-1.m-l-0, .c-2-2.m-l-0, .c-3-3.m-l-0, .c-4-4.m-l-0, .c-5-5.m-l-0, .c-6-6.m-l-0, .c-7-7.m-l-0, .c-8-8.m-l-0, .c-9-9.m-l-0, .c-10-10.m-l-0,
.c-1-1.m-r-0, .c-2-2.m-r-0, .c-3-3.m-r-0, .c-4-4.m-r-0, .c-5-5.m-r-0, .c-6-6.m-r-0, .c-7-7.m-r-0, .c-8-8.m-r-0, .c-9-9.m-r-0, .c-10-10.m-r-0 {
  width: 98.5%;
}

.c-1-2.m-l-0, .c-2-4.m-l-0, .c-3-6.m-l-0, .c-4-8.m-l-0, .c-5-10.m-l-0, .c-1-2.m-r-0, .c-2-4.m-r-0, .c-3-6.m-r-0, .c-4-8.m-r-0, .c-5-10.m-r-0 {
  width: 48.5%;
}

.c-1-3.m-l-0, .c-2-6.m-l-0, .c-3-9.m-l-0, .c-1-3.m-r-0, .c-2-6.m-r-0, .c-3-9.m-r-0 {
  width: 31.83333%;
}

.c-2-3.m-l-0, .c-4-6.m-l-0, .c-6-9.m-l-0, .c-2-3.m-r-0, .c-4-6.m-r-0, .c-6-9.m-r-0 {
  width: 66.66667%;
}

.c-1-4.m-l-0, .c-2-8.m-l-0, .c-1-4.m-r-0, .c-2-8.m-r-0 {
  width: 23.5%;
}

.c-3-4.m-l-0, .c-6-8.m-l-0, .c-3-4.m-r-0, .c-6-8.m-r-0 {
  width: 76.5%;
}

.c-1-5.m-l-0, .c-2-10.m-l-0, .c-1-5.m-r-0, .c-2-10.m-r-0 {
  width: 18.5%;
}

.c-2-5.m-l-0, .c-4-10.m-l-0, .c-2-5.m-r-0, .c-4-10.m-r-0 {
  width: 40%;
}

.c-3-5.m-l-0, .c-6-10.m-l-0, .c-3-5.m-r-0, .c-6-10.m-r-0 {
  width: 61.5%;
}

.c-4-5.m-l-0, .c-8-10.m-l-0, .c-4-5.m-r-0, .c-8-10.m-r-0 {
  width: 83%;
}

.c-1-6.m-l-0, .c-1-6.m-r-0 {
  width: 15.16667%;
}

.c-5-6.m-l-0, .c-5-6.m-r-0 {
  width: 87.83333%;
}

.c-1-7.m-l-0, .c-1-7.m-r-0 {
  width: 12.78571%;
}

.c-2-7.m-l-0, .c-2-7.m-r-0 {
  width: 28.57143%;
}

.c-3-7.m-l-0, .c-3-7.m-r-0 {
  width: 44.35714%;
}

.c-4-7.m-l-0, .c-4-7.m-r-0 {
  width: 60.14286%;
}

.c-5-7.m-l-0, .c-5-7.m-r-0 {
  width: 75.92857%;
}

.c-6-7.m-l-0, .c-6-7.m-r-0 {
  width: 91.71429%;
}

.c-1-8.m-l-0, .c-1-8.m-r-0 {
  width: 11%;
}

.c-3-8.m-l-0, .c-3-8.m-r-0 {
  width: 39%;
}

.c-5-8.m-l-0, .c-5-8.m-r-0 {
  width: 67%;
}

.c-7-8.m-l-0, .c-7-8.m-r-0 {
  width: 95%;
}

.c-1-9.m-l-0, .c-1-9.m-r-0 {
  width: 9.61111%;
}

.c-2-9.m-l-0, .c-2-9.m-r-0 {
  width: 22.22222%;
}

.c-4-9.m-l-0, .c-4-9.m-r-0 {
  width: 47.44444%;
}

.c-5-9.m-l-0, .c-5-9.m-r-0 {
  width: 60.05556%;
}

.c-7-9.m-l-0, .c-7-9.m-r-0 {
  width: 85.27778%;
}

.c-8-9.m-l-0, .c-8-9.m-r-0 {
  width: 97.88889%;
}

.c-1-10.m-l-0, .c-1-10.m-r-0 {
  width: 8.5%;
}

.c-3-10.m-l-0, .c-3-10.m-r-0 {
  width: 31.5%;
}

.c-7-10.m-l-0, .c-7-10.m-r-0 {
  width: 77.5%;
}

.c-9-10.m-l-0, .c-9-10.m-r-0 {
  width: 100.5%;
}

@media (min-width: 576px) {
  .c-sm-1-1, .c-sm-2-2, .c-sm-3-3, .c-sm-4-4, .c-sm-5-5,
  .c-sm-6-6, .c-sm-7-7, .c-sm-8-8, .c-sm-9-9, .c-sm-10-10 {
    width: 97%;
  }
  .c-sm-1-2, .c-sm-2-4, .c-sm-3-6, .c-sm-4-8, .c-sm-5-10 {
    width: 47%;
  }
  .c-sm-1-3, .c-sm-2-6, .c-sm-3-9 {
    width: 30.33333%;
  }
  .c-sm-2-3, .c-sm-4-6, .c-sm-6-9 {
    width: 63.66667%;
  }
  .c-sm-1-4, .c-sm-2-8 {
    width: 22%;
  }
  .c-sm-3-4, .c-sm-6-8 {
    width: 72%;
  }
  .c-sm-1-5, .c-sm-2-10 {
    width: 17%;
  }
  .c-sm-2-5, .c-sm-4-10 {
    width: 37%;
  }
  .c-sm-3-5, .c-sm-6-10 {
    width: 57%;
  }
  .c-sm-4-5, .c-sm-8-10 {
    width: 77%;
  }
  .c-sm-1-6 {
    width: 13.66667%;
  }
  .c-sm-5-6 {
    width: 80.33333%;
  }
  .c-sm-1-7 {
    width: 11.28571%;
  }
  .c-sm-2-7 {
    width: 25.57143%;
  }
  .c-sm-3-7 {
    width: 39.85714%;
  }
  .c-sm-4-7 {
    width: 54.14286%;
  }
  .c-sm-5-7 {
    width: 68.42857%;
  }
  .c-sm-6-7 {
    width: 82.71429%;
  }
  .c-sm-1-8 {
    width: 9.5%;
  }
  .c-sm-3-8 {
    width: 34.5%;
  }
  .c-sm-5-8 {
    width: 59.5%;
  }
  .c-sm-7-8 {
    width: 84.5%;
  }
  .c-sm-1-9 {
    width: 8.11111%;
  }
  .c-sm-2-9 {
    width: 19.22222%;
  }
  .c-sm-4-9 {
    width: 41.44444%;
  }
  .c-sm-5-9 {
    width: 52.55556%;
  }
  .c-sm-7-9 {
    width: 74.77778%;
  }
  .c-sm-8-9 {
    width: 85.88889%;
  }
  .c-sm-1-10 {
    width: 7%;
  }
  .c-sm-3-10 {
    width: 27%;
  }
  .c-sm-7-10 {
    width: 67%;
  }
  .c-sm-9-10 {
    width: 87%;
  }
  .c-sm-1-1.m-0, .c-sm-2-2.m-0, .c-sm-3-3.m-0, .c-sm-4-4.m-0, .c-sm-5-5.m-0,
  .c-sm-6-6.m-0, .c-sm-7-7.m-0, .c-sm-8-8.m-0, .c-sm-9-9.m-0, .c-sm-10-10.m-0,
  .c-sm-1-1.m-x-0, .c-sm-2-2.m-x-0, .c-sm-3-3.m-x-0, .c-sm-4-4.m-x-0, .c-sm-5-5.m-x-0,
  .c-sm-6-6.m-x-0, .c-sm-7-7.m-x-0, .c-sm-8-8.m-x-0, .c-sm-9-9.m-x-0, .c-sm-10-10.m-x-0 {
    width: 100%;
  }
  .c-sm-1-2.m-0, .c-sm-2-4.m-0, .c-sm-3-6.m-0, .c-sm-4-8.m-0, .c-sm-5-10.m-0,
  .c-sm-1-2.m-x-0, .c-sm-2-4.m-x-0, .c-sm-3-6.m-x-0, .c-sm-4-8.m-x-0, .c-sm-5-10.m-x-0 {
    width: 50%;
  }
  .c-sm-1-3.m-0, .c-sm-2-6.m-0, .c-sm-3-9.m-0, .c-sm-1-3.m-x-0, .c-sm-2-6.m-x-0, .c-sm-3-9.m-x-0 {
    width: 33.33333%;
  }
  .c-sm-2-3.m-0, .c-sm-4-6.m-0, .c-sm-6-9.m-0, .c-sm-2-3.m-x-0, .c-sm-4-6.m-x-0, .c-sm-6-9.m-x-0 {
    width: 66.66667%;
  }
  .c-sm-1-4.m-0, .c-sm-2-8.m-0, .c-sm-1-4.m-x-0, .c-sm-2-8.m-x-0 {
    width: 25%;
  }
  .c-sm-3-4.m-0, .c-sm-6-8.m-0, .c-sm-3-4.m-x-0, .c-sm-6-8.m-x-0 {
    width: 75%;
  }
  .c-sm-1-5.m-0, .c-sm-2-10.m-0, .c-sm-1-5.m-x-0, .c-sm-2-10.m-x-0 {
    width: 20%;
  }
  .c-sm-2-5.m-0, .c-sm-4-10.m-0 .c-sm-2-5.m-x-0, .c-sm-4-10.m-x-0 {
    width: 40%;
  }
  .c-sm-3-5.m-0, .c-sm-6-10.m-0, .c-sm-3-5.m-x-0, .c-sm-6-10.m-x-0 {
    width: 60%;
  }
  .c-sm-4-5.m-0, .c-sm-8-10.m-0, .c-sm-4-5.m-x-0, .c-sm-8-10.m-x-0 {
    width: 80%;
  }
  .c-sm-1-6.m-0, .c-sm-1-6.m-x-0 {
    width: 16.66667%;
  }
  .c-sm-5-6.m-0, .c-sm-5-6.m-x-0 {
    width: 83.33333%;
  }
  .c-sm-1-7.m-0, .c-sm-1-7.m-x-0 {
    width: 14.28571%;
  }
  .c-sm-2-7.m-0, .c-sm-2-7.m-x-0 {
    width: 28.57143%;
  }
  .c-sm-3-7.m-0, .c-sm-3-7.m-x-0 {
    width: 42.85714%;
  }
  .c-sm-4-7.m-0, .c-sm-4-7.m-x-0 {
    width: 57.14286%;
  }
  .c-sm-5-7.m-0, .c-sm-5-7.m-x-0 {
    width: 71.42857%;
  }
  .c-sm-6-7.m-0, .c-sm-6-7.m-x-0 {
    width: 85.71429%;
  }
  .c-sm-1-8.m-0, .c-sm-1-8.m-x-0 {
    width: 12.5%;
  }
  .c-sm-3-8.m-0, .c-sm-3-8.m-x-0 {
    width: 37.5%;
  }
  .c-sm-5-8.m-0, .c-sm-5-8.m-x-0 {
    width: 62.5%;
  }
  .c-sm-7-8.m-0, .c-sm-7-8.m-x-0 {
    width: 87.5%;
  }
  .c-sm-1-9.m-0, .c-sm-1-9.m-x-0 {
    width: 11.11111%;
  }
  .c-sm-2-9.m-0, .c-sm-2-9.m-x-0 {
    width: 22.22222%;
  }
  .c-sm-4-9.m-0, .c-sm-4-9.m-x-0 {
    width: 44.44444%;
  }
  .c-sm-5-9.m-0, .c-sm-5-9.m-x-0 {
    width: 55.55556%;
  }
  .c-sm-7-9.m-0, .c-sm-7-9.m-x-0 {
    width: 77.77778%;
  }
  .c-sm-8-9.m-0, .c-sm-8-9.m-x-0 {
    width: 88.88889%;
  }
  .c-sm-1-10.m-0, .c-sm-1-10.m-x-0 {
    width: 10%;
  }
  .c-sm-3-10.m-0, .c-sm-3-10.m-x-0 {
    width: 30%;
  }
  .c-sm-7-10.m-0, .c-sm-7-10.m-x-0 {
    width: 70%;
  }
  .c-sm-9-10.m-0, .c-sm-9-10.m-x-0 {
    width: 90%;
  }
  .c-sm-1-1.m-l-0, .c-sm-2-2.m-l-0, .c-sm-3-3.m-l-0, .c-sm-4-4.m-l-0, .c-sm-5-5.m-l-0,
  .c-sm-6-6.m-l-0, .c-sm-7-7.m-l-0, .c-sm-8-8.m-l-0, .c-sm-9-9.m-l-0, .c-sm-10-10.m-l-0,
  .c-sm-1-1.m-r-0, .c-sm-2-2.m-r-0, .c-sm-3-3.m-r-0, .c-sm-4-4.m-r-0, .c-sm-5-5.m-r-0,
  .c-sm-6-6.m-r-0, .c-sm-7-7.m-r-0, .c-sm-8-8.m-r-0, .c-sm-9-9.m-r-0, .c-sm-10-10.m-r-0 {
    width: 98.5%;
  }
  .c-sm-1-2.m-l-0, .c-sm-2-4.m-l-0, .c-sm-3-6.m-l-0, .c-sm-4-8.m-l-0, .c-sm-5-10.m-l-0,
  .c-sm-1-2.m-r-0, .c-sm-2-4.m-r-0, .c-sm-3-6.m-r-0, .c-sm-4-8.m-r-0, .c-sm-5-10.m-r-0 {
    width: 48.5%;
  }
  .c-sm-1-3.m-l-0, .c-sm-2-6.m-l-0, .c-sm-3-9.m-l-0, .c-sm-1-3.m-r-0, .c-sm-2-6.m-r-0, .c-sm-3-9.m-r-0 {
    width: 31.83333%;
  }
  .c-sm-2-3.m-l-0, .c-sm-4-6.m-l-0, .c-sm-6-9.m-l-0, .c-sm-2-3.m-r-0, .c-sm-4-6.m-r-0, .c-sm-6-9.m-r-0 {
    width: 66.66667%;
  }
  .c-sm-1-4.m-l-0, .c-sm-2-8.m-l-0, .c-sm-1-4.m-r-0, .c-sm-2-8.m-r-0 {
    width: 23.5%;
  }
  .c-sm-3-4.m-l-0, .c-sm-6-8.m-l-0, .c-sm-3-4.m-r-0, .c-sm-6-8.m-r-0 {
    width: 76.5%;
  }
  .c-sm-1-5.m-l-0, .c-sm-2-10.m-l-0, .c-sm-1-5.m-r-0, .c-sm-2-10.m-r-0 {
    width: 18.5%;
  }
  .c-sm-2-5.m-l-0, .c-sm-4-10.m-l-0, .c-sm-2-5.m-r-0, .c-sm-4-10.m-r-0 {
    width: 40%;
  }
  .c-sm-3-5.m-l-0, .c-sm-6-10.m-l-0, .c-sm-3-5.m-r-0, .c-sm-6-10.m-r-0 {
    width: 61.5%;
  }
  .c-sm-4-5.m-l-0, .c-sm-8-10.m-l-0, .c-sm-4-5.m-r-0, .c-sm-8-10.m-r-0 {
    width: 83%;
  }
  .c-sm-1-6.m-l-0, .c-sm-1-6.m-r-0 {
    width: 15.16667%;
  }
  .c-sm-5-6.m-l-0, .c-sm-5-6.m-r-0 {
    width: 87.83333%;
  }
  .c-sm-1-7.m-l-0, .c-sm-1-7.m-r-0 {
    width: 12.78571%;
  }
  .c-sm-2-7.m-l-0, .c-sm-2-7.m-r-0 {
    width: 28.57143%;
  }
  .c-sm-3-7.m-l-0, .c-sm-3-7.m-r-0 {
    width: 44.35714%;
  }
  .c-sm-4-7.m-l-0, .c-sm-4-7.m-r-0 {
    width: 60.14286%;
  }
  .c-sm-5-7.m-l-0, .c-sm-5-7.m-r-0 {
    width: 75.92857%;
  }
  .c-sm-6-7.m-l-0, .c-sm-6-7.m-r-0 {
    width: 91.71429%;
  }
  .c-sm-1-8.m-l-0, .c-sm-1-8.m-r-0 {
    width: 11%;
  }
  .c-sm-3-8.m-l-0, .c-sm-3-8.m-r-0 {
    width: 39%;
  }
  .c-sm-5-8.m-l-0, .c-sm-5-8.m-r-0 {
    width: 67%;
  }
  .c-sm-7-8.m-l-0, .c-sm-7-8.m-r-0 {
    width: 95%;
  }
  .c-sm-1-9.m-l-0, .c-sm-1-9.m-r-0 {
    width: 9.61111%;
  }
  .c-sm-2-9.m-l-0, .c-sm-2-9.m-r-0 {
    width: 22.22222%;
  }
  .c-sm-4-9.m-l-0, .c-sm-4-9.m-r-0 {
    width: 47.44444%;
  }
  .c-sm-5-9.m-l-0, .c-sm-5-9.m-r-0 {
    width: 60.05556%;
  }
  .c-sm-7-9.m-l-0, .c-sm-7-9.m-r-0 {
    width: 85.27778%;
  }
  .c-sm-8-9.m-l-0, .c-sm-8-9.m-r-0 {
    width: 97.88889%;
  }
  .c-sm-1-10.m-l-0, .c-sm-1-10.m-r-0 {
    width: 8.5%;
  }
  .c-sm-3-10.m-l-0, .c-sm-3-10.m-r-0 {
    width: 31.5%;
  }
  .c-sm-7-10.m-l-0, .c-sm-7-10.m-r-0 {
    width: 77.5%;
  }
  .c-sm-9-10.m-l-0, .c-sm-9-10.m-r-0 {
    width: 100.5%;
  }
}

@media (min-width: 768px) {
  .c-md-1-1, .c-md-2-2, .c-md-3-3, .c-md-4-4, .c-md-5-5,
  .c-md-6-6, .c-md-7-7, .c-md-8-8, .c-md-9-9, .c-md-10-10 {
    width: 97%;
  }
  .c-md-1-2, .c-md-2-4, .c-md-3-6, .c-md-4-8, .c-md-5-10 {
    width: 47%;
  }
  .c-md-1-3, .c-md-2-6, .c-md-3-9 {
    width: 30.33333%;
  }
  .c-md-2-3, .c-md-4-6, .c-md-6-9 {
    width: 63.66667%;
  }
  .c-md-1-4, .c-md-2-8 {
    width: 22%;
  }
  .c-md-3-4, .c-md-6-8 {
    width: 72%;
  }
  .c-md-1-5, .c-md-2-10 {
    width: 17%;
  }
  .c-md-2-5, .c-md-4-10 {
    width: 37%;
  }
  .c-md-3-5, .c-md-6-10 {
    width: 57%;
  }
  .c-md-4-5, .c-md-8-10 {
    width: 77%;
  }
  .c-md-1-6 {
    width: 13.66667%;
  }
  .c-md-5-6 {
    width: 80.33333%;
  }
  .c-md-1-7 {
    width: 11.28571%;
  }
  .c-md-2-7 {
    width: 25.57143%;
  }
  .c-md-3-7 {
    width: 39.85714%;
  }
  .c-md-4-7 {
    width: 54.14286%;
  }
  .c-md-5-7 {
    width: 68.42857%;
  }
  .c-md-6-7 {
    width: 82.71429%;
  }
  .c-md-1-8 {
    width: 9.5%;
  }
  .c-md-3-8 {
    width: 34.5%;
  }
  .c-md-5-8 {
    width: 59.5%;
  }
  .c-md-7-8 {
    width: 84.5%;
  }
  .c-md-1-9 {
    width: 8.11111%;
  }
  .c-md-2-9 {
    width: 19.22222%;
  }
  .c-md-4-9 {
    width: 41.44444%;
  }
  .c-md-5-9 {
    width: 52.55556%;
  }
  .c-md-7-9 {
    width: 74.77778%;
  }
  .c-md-8-9 {
    width: 85.88889%;
  }
  .c-md-1-10 {
    width: 7%;
  }
  .c-md-3-10 {
    width: 27%;
  }
  .c-md-7-10 {
    width: 67%;
  }
  .c-md-9-10 {
    width: 87%;
  }
  .c-md-1-1.m-0, .c-md-2-2.m-0, .c-md-3-3.m-0, .c-md-4-4.m-0, .c-md-5-5.m-0,
  .c-md-6-6.m-0, .c-md-7-7.m-0, .c-md-8-8.m-0, .c-md-9-9.m-0, .c-md-10-10.m-0,
  .c-md-1-1.m-x-0, .c-md-2-2.m-x-0, .c-md-3-3.m-x-0, .c-md-4-4.m-x-0, .c-md-5-5.m-x-0,
  .c-md-6-6.m-x-0, .c-md-7-7.m-x-0, .c-md-8-8.m-x-0, .c-md-9-9.m-x-0, .c-md-10-10.m-x-0 {
    width: 100%;
  }
  .c-md-1-2.m-0, .c-md-2-4.m-0, .c-md-3-6.m-0, .c-md-4-8.m-0, .c-md-5-10.m-0,
  .c-md-1-2.m-x-0, .c-md-2-4.m-x-0, .c-md-3-6.m-x-0, .c-md-4-8.m-x-0, .c-md-5-10.m-x-0 {
    width: 50%;
  }
  .c-md-1-3.m-0, .c-md-2-6.m-0, .c-md-3-9.m-0, .c-md-1-3.m-x-0, .c-md-2-6.m-x-0, .c-md-3-9.m-x-0 {
    width: 33.33333%;
  }
  .c-md-2-3.m-0, .c-md-4-6.m-0, .c-md-6-9.m-0, .c-md-2-3.m-x-0, .c-md-4-6.m-x-0, .c-md-6-9.m-x-0 {
    width: 66.66667%;
  }
  .c-md-1-4.m-0, .c-md-2-8.m-0, .c-md-1-4.m-x-0, .c-md-2-8.m-x-0 {
    width: 25%;
  }
  .c-md-3-4.m-0, .c-md-6-8.m-0, .c-md-3-4.m-x-0, .c-md-6-8.m-x-0 {
    width: 75%;
  }
  .c-md-1-5.m-0, .c-md-2-10.m-0, .c-md-1-5.m-x-0, .c-md-2-10.m-x-0 {
    width: 20%;
  }
  .c-md-2-5.m-0, .c-md-4-10.m-0 .c-md-2-5.m-x-0, .c-md-4-10.m-x-0 {
    width: 40%;
  }
  .c-md-3-5.m-0, .c-md-6-10.m-0, .c-md-3-5.m-x-0, .c-md-6-10.m-x-0 {
    width: 60%;
  }
  .c-md-4-5.m-0, .c-md-8-10.m-0, .c-md-4-5.m-x-0, .c-md-8-10.m-x-0 {
    width: 80%;
  }
  .c-md-1-6.m-0, .c-md-1-6.m-x-0 {
    width: 16.66667%;
  }
  .c-md-5-6.m-0, .c-md-5-6.m-x-0 {
    width: 83.33333%;
  }
  .c-md-1-7.m-0, .c-md-1-7.m-x-0 {
    width: 14.28571%;
  }
  .c-md-2-7.m-0, .c-md-2-7.m-x-0 {
    width: 28.57143%;
  }
  .c-md-3-7.m-0, .c-md-3-7.m-x-0 {
    width: 42.85714%;
  }
  .c-md-4-7.m-0, .c-md-4-7.m-x-0 {
    width: 57.14286%;
  }
  .c-md-5-7.m-0, .c-md-5-7.m-x-0 {
    width: 71.42857%;
  }
  .c-md-6-7.m-0, .c-md-6-7.m-x-0 {
    width: 85.71429%;
  }
  .c-md-1-8.m-0, .c-md-1-8.m-x-0 {
    width: 12.5%;
  }
  .c-md-3-8.m-0, .c-md-3-8.m-x-0 {
    width: 37.5%;
  }
  .c-md-5-8.m-0, .c-md-5-8.m-x-0 {
    width: 62.5%;
  }
  .c-md-7-8.m-0, .c-md-7-8.m-x-0 {
    width: 87.5%;
  }
  .c-md-1-9.m-0, .c-md-1-9.m-x-0 {
    width: 11.11111%;
  }
  .c-md-2-9.m-0, .c-md-2-9.m-x-0 {
    width: 22.22222%;
  }
  .c-md-4-9.m-0, .c-md-4-9.m-x-0 {
    width: 44.44444%;
  }
  .c-md-5-9.m-0, .c-md-5-9.m-x-0 {
    width: 55.55556%;
  }
  .c-md-7-9.m-0, .c-md-7-9.m-x-0 {
    width: 77.77778%;
  }
  .c-md-8-9.m-0, .c-md-8-9.m-x-0 {
    width: 88.88889%;
  }
  .c-md-1-10.m-0, .c-md-1-10.m-x-0 {
    width: 10%;
  }
  .c-md-3-10.m-0, .c-md-3-10.m-x-0 {
    width: 30%;
  }
  .c-md-7-10.m-0, .c-md-7-10.m-x-0 {
    width: 70%;
  }
  .c-md-9-10.m-0, .c-md-9-10.m-x-0 {
    width: 90%;
  }
  .c-md-1-1.m-l-0, .c-md-2-2.m-l-0, .c-md-3-3.m-l-0, .c-md-4-4.m-l-0, .c-md-5-5.m-l-0,
  .c-md-6-6.m-l-0, .c-md-7-7.m-l-0, .c-md-8-8.m-l-0, .c-md-9-9.m-l-0, .c-md-10-10.m-l-0,
  .c-md-1-1.m-r-0, .c-md-2-2.m-r-0, .c-md-3-3.m-r-0, .c-md-4-4.m-r-0, .c-md-5-5.m-r-0,
  .c-md-6-6.m-r-0, .c-md-7-7.m-r-0, .c-md-8-8.m-r-0, .c-md-9-9.m-r-0, .c-md-10-10.m-r-0 {
    width: 98.5%;
  }
  .c-md-1-2.m-l-0, .c-md-2-4.m-l-0, .c-md-3-6.m-l-0, .c-md-4-8.m-l-0, .c-md-5-10.m-l-0,
  .c-md-1-2.m-r-0, .c-md-2-4.m-r-0, .c-md-3-6.m-r-0, .c-md-4-8.m-r-0, .c-md-5-10.m-r-0 {
    width: 48.5%;
  }
  .c-md-1-3.m-l-0, .c-md-2-6.m-l-0, .c-md-3-9.m-l-0, .c-md-1-3.m-r-0, .c-md-2-6.m-r-0, .c-md-3-9.m-r-0 {
    width: 31.83333%;
  }
  .c-md-2-3.m-l-0, .c-md-4-6.m-l-0, .c-md-6-9.m-l-0, .c-md-2-3.m-r-0, .c-md-4-6.m-r-0, .c-md-6-9.m-r-0 {
    width: 66.66667%;
  }
  .c-md-1-4.m-l-0, .c-md-2-8.m-l-0, .c-md-1-4.m-r-0, .c-md-2-8.m-r-0 {
    width: 23.5%;
  }
  .c-md-3-4.m-l-0, .c-md-6-8.m-l-0, .c-md-3-4.m-r-0, .c-md-6-8.m-r-0 {
    width: 76.5%;
  }
  .c-md-1-5.m-l-0, .c-md-2-10.m-l-0, .c-md-1-5.m-r-0, .c-md-2-10.m-r-0 {
    width: 18.5%;
  }
  .c-md-2-5.m-l-0, .c-md-4-10.m-l-0, .c-md-2-5.m-r-0, .c-md-4-10.m-r-0 {
    width: 40%;
  }
  .c-md-3-5.m-l-0, .c-md-6-10.m-l-0, .c-md-3-5.m-r-0, .c-md-6-10.m-r-0 {
    width: 61.5%;
  }
  .c-md-4-5.m-l-0, .c-md-8-10.m-l-0, .c-md-4-5.m-r-0, .c-md-8-10.m-r-0 {
    width: 83%;
  }
  .c-md-1-6.m-l-0, .c-md-1-6.m-r-0 {
    width: 15.16667%;
  }
  .c-md-5-6.m-l-0, .c-md-5-6.m-r-0 {
    width: 87.83333%;
  }
  .c-md-1-7.m-l-0, .c-md-1-7.m-r-0 {
    width: 12.78571%;
  }
  .c-md-2-7.m-l-0, .c-md-2-7.m-r-0 {
    width: 28.57143%;
  }
  .c-md-3-7.m-l-0, .c-md-3-7.m-r-0 {
    width: 44.35714%;
  }
  .c-md-4-7.m-l-0, .c-md-4-7.m-r-0 {
    width: 60.14286%;
  }
  .c-md-5-7.m-l-0, .c-md-5-7.m-r-0 {
    width: 75.92857%;
  }
  .c-md-6-7.m-l-0, .c-md-6-7.m-r-0 {
    width: 91.71429%;
  }
  .c-md-1-8.m-l-0, .c-md-1-8.m-r-0 {
    width: 11%;
  }
  .c-md-3-8.m-l-0, .c-md-3-8.m-r-0 {
    width: 39%;
  }
  .c-md-5-8.m-l-0, .c-md-5-8.m-r-0 {
    width: 67%;
  }
  .c-md-7-8.m-l-0, .c-md-7-8.m-r-0 {
    width: 95%;
  }
  .c-md-1-9.m-l-0, .c-md-1-9.m-r-0 {
    width: 9.61111%;
  }
  .c-md-2-9.m-l-0, .c-md-2-9.m-r-0 {
    width: 22.22222%;
  }
  .c-md-4-9.m-l-0, .c-md-4-9.m-r-0 {
    width: 47.44444%;
  }
  .c-md-5-9.m-l-0, .c-md-5-9.m-r-0 {
    width: 60.05556%;
  }
  .c-md-7-9.m-l-0, .c-md-7-9.m-r-0 {
    width: 85.27778%;
  }
  .c-md-8-9.m-l-0, .c-md-8-9.m-r-0 {
    width: 97.88889%;
  }
  .c-md-1-10.m-l-0, .c-md-1-10.m-r-0 {
    width: 8.5%;
  }
  .c-md-3-10.m-l-0, .c-md-3-10.m-r-0 {
    width: 31.5%;
  }
  .c-md-7-10.m-l-0, .c-md-7-10.m-r-0 {
    width: 77.5%;
  }
  .c-md-9-10.m-l-0, .c-md-9-10.m-r-0 {
    width: 100.5%;
  }
}

@media (min-width: 992px) {
  .c-lg-1-1, .c-lg-2-2, .c-lg-3-3, .c-lg-4-4, .c-lg-5-5,
  .c-lg-6-6, .c-lg-7-7, .c-lg-8-8, .c-lg-9-9, .c-lg-10-10 {
    width: 97%;
  }
  .c-lg-1-2, .c-lg-2-4, .c-lg-3-6, .c-lg-4-8, .c-lg-5-10 {
    width: 47%;
  }
  .c-lg-1-3, .c-lg-2-6, .c-lg-3-9 {
    width: 30.33333%;
  }
  .c-lg-2-3, .c-lg-4-6, .c-lg-6-9 {
    width: 63.66667%;
  }
  .c-lg-1-4, .c-lg-2-8 {
    width: 22%;
  }
  .c-lg-3-4, .c-lg-6-8 {
    width: 72%;
  }
  .c-lg-1-5, .c-lg-2-10 {
    width: 17%;
  }
  .c-lg-2-5, .c-lg-4-10 {
    width: 37%;
  }
  .c-lg-3-5, .c-lg-6-10 {
    width: 57%;
  }
  .c-lg-4-5, .c-lg-8-10 {
    width: 77%;
  }
  .c-lg-1-6 {
    width: 13.66667%;
  }
  .c-lg-5-6 {
    width: 80.33333%;
  }
  .c-lg-1-7 {
    width: 11.28571%;
  }
  .c-lg-2-7 {
    width: 25.57143%;
  }
  .c-lg-3-7 {
    width: 39.85714%;
  }
  .c-lg-4-7 {
    width: 54.14286%;
  }
  .c-lg-5-7 {
    width: 68.42857%;
  }
  .c-lg-6-7 {
    width: 82.71429%;
  }
  .c-lg-1-8 {
    width: 9.5%;
  }
  .c-lg-3-8 {
    width: 34.5%;
  }
  .c-lg-5-8 {
    width: 59.5%;
  }
  .c-lg-7-8 {
    width: 84.5%;
  }
  .c-lg-1-9 {
    width: 8.11111%;
  }
  .c-lg-2-9 {
    width: 19.22222%;
  }
  .c-lg-4-9 {
    width: 41.44444%;
  }
  .c-lg-5-9 {
    width: 52.55556%;
  }
  .c-lg-7-9 {
    width: 74.77778%;
  }
  .c-lg-8-9 {
    width: 85.88889%;
  }
  .c-lg-1-10 {
    width: 7%;
  }
  .c-lg-3-10 {
    width: 27%;
  }
  .c-lg-7-10 {
    width: 67%;
  }
  .c-lg-9-10 {
    width: 87%;
  }
  .c-lg-1-1.m-0, .c-lg-2-2.m-0, .c-lg-3-3.m-0, .c-lg-4-4.m-0, .c-lg-5-5.m-0,
  .c-lg-6-6.m-0, .c-lg-7-7.m-0, .c-lg-8-8.m-0, .c-lg-9-9.m-0, .c-lg-10-10.m-0,
  .c-lg-1-1.m-x-0, .c-lg-2-2.m-x-0, .c-lg-3-3.m-x-0, .c-lg-4-4.m-x-0, .c-lg-5-5.m-x-0,
  .c-lg-6-6.m-x-0, .c-lg-7-7.m-x-0, .c-lg-8-8.m-x-0, .c-lg-9-9.m-x-0, .c-lg-10-10.m-x-0 {
    width: 100%;
  }
  .c-lg-1-2.m-0, .c-lg-2-4.m-0, .c-lg-3-6.m-0, .c-lg-4-8.m-0, .c-lg-5-10.m-0,
  .c-lg-1-2.m-x-0, .c-lg-2-4.m-x-0, .c-lg-3-6.m-x-0, .c-lg-4-8.m-x-0, .c-lg-5-10.m-x-0 {
    width: 50%;
  }
  .c-lg-1-3.m-0, .c-lg-2-6.m-0, .c-lg-3-9.m-0, .c-lg-1-3.m-x-0, .c-lg-2-6.m-x-0, .c-lg-3-9.m-x-0 {
    width: 33.33333%;
  }
  .c-lg-2-3.m-0, .c-lg-4-6.m-0, .c-lg-6-9.m-0, .c-lg-2-3.m-x-0, .c-lg-4-6.m-x-0, .c-lg-6-9.m-x-0 {
    width: 66.66667%;
  }
  .c-lg-1-4.m-0, .c-lg-2-8.m-0, .c-lg-1-4.m-x-0, .c-lg-2-8.m-x-0 {
    width: 25%;
  }
  .c-lg-3-4.m-0, .c-lg-6-8.m-0, .c-lg-3-4.m-x-0, .c-lg-6-8.m-x-0 {
    width: 75%;
  }
  .c-lg-1-5.m-0, .c-lg-2-10.m-0, .c-lg-1-5.m-x-0, .c-lg-2-10.m-x-0 {
    width: 20%;
  }
  .c-lg-2-5.m-0, .c-lg-4-10.m-0 .c-lg-2-5.m-x-0, .c-lg-4-10.m-x-0 {
    width: 40%;
  }
  .c-lg-3-5.m-0, .c-lg-6-10.m-0, .c-lg-3-5.m-x-0, .c-lg-6-10.m-x-0 {
    width: 60%;
  }
  .c-lg-4-5.m-0, .c-lg-8-10.m-0, .c-lg-4-5.m-x-0, .c-lg-8-10.m-x-0 {
    width: 80%;
  }
  .c-lg-1-6.m-0, .c-lg-1-6.m-x-0 {
    width: 16.66667%;
  }
  .c-lg-5-6.m-0, .c-lg-5-6.m-x-0 {
    width: 83.33333%;
  }
  .c-lg-1-7.m-0, .c-lg-1-7.m-x-0 {
    width: 14.28571%;
  }
  .c-lg-2-7.m-0, .c-lg-2-7.m-x-0 {
    width: 28.57143%;
  }
  .c-lg-3-7.m-0, .c-lg-3-7.m-x-0 {
    width: 42.85714%;
  }
  .c-lg-4-7.m-0, .c-lg-4-7.m-x-0 {
    width: 57.14286%;
  }
  .c-lg-5-7.m-0, .c-lg-5-7.m-x-0 {
    width: 71.42857%;
  }
  .c-lg-6-7.m-0, .c-lg-6-7.m-x-0 {
    width: 85.71429%;
  }
  .c-lg-1-8.m-0, .c-lg-1-8.m-x-0 {
    width: 12.5%;
  }
  .c-lg-3-8.m-0, .c-lg-3-8.m-x-0 {
    width: 37.5%;
  }
  .c-lg-5-8.m-0, .c-lg-5-8.m-x-0 {
    width: 62.5%;
  }
  .c-lg-7-8.m-0, .c-lg-7-8.m-x-0 {
    width: 87.5%;
  }
  .c-lg-1-9.m-0, .c-lg-1-9.m-x-0 {
    width: 11.11111%;
  }
  .c-lg-2-9.m-0, .c-lg-2-9.m-x-0 {
    width: 22.22222%;
  }
  .c-lg-4-9.m-0, .c-lg-4-9.m-x-0 {
    width: 44.44444%;
  }
  .c-lg-5-9.m-0, .c-lg-5-9.m-x-0 {
    width: 55.55556%;
  }
  .c-lg-7-9.m-0, .c-lg-7-9.m-x-0 {
    width: 77.77778%;
  }
  .c-lg-8-9.m-0, .c-lg-8-9.m-x-0 {
    width: 88.88889%;
  }
  .c-lg-1-10.m-0, .c-lg-1-10.m-x-0 {
    width: 10%;
  }
  .c-lg-3-10.m-0, .c-lg-3-10.m-x-0 {
    width: 30%;
  }
  .c-lg-7-10.m-0, .c-lg-7-10.m-x-0 {
    width: 70%;
  }
  .c-lg-9-10.m-0, .c-lg-9-10.m-x-0 {
    width: 90%;
  }
  .c-lg-1-1.m-l-0, .c-lg-2-2.m-l-0, .c-lg-3-3.m-l-0, .c-lg-4-4.m-l-0, .c-lg-5-5.m-l-0,
  .c-lg-6-6.m-l-0, .c-lg-7-7.m-l-0, .c-lg-8-8.m-l-0, .c-lg-9-9.m-l-0, .c-lg-10-10.m-l-0,
  .c-lg-1-1.m-r-0, .c-lg-2-2.m-r-0, .c-lg-3-3.m-r-0, .c-lg-4-4.m-r-0, .c-lg-5-5.m-r-0,
  .c-lg-6-6.m-r-0, .c-lg-7-7.m-r-0, .c-lg-8-8.m-r-0, .c-lg-9-9.m-r-0, .c-lg-10-10.m-r-0 {
    width: 98.5%;
  }
  .c-lg-1-2.m-l-0, .c-lg-2-4.m-l-0, .c-lg-3-6.m-l-0, .c-lg-4-8.m-l-0, .c-lg-5-10.m-l-0,
  .c-lg-1-2.m-r-0, .c-lg-2-4.m-r-0, .c-lg-3-6.m-r-0, .c-lg-4-8.m-r-0, .c-lg-5-10.m-r-0 {
    width: 48.5%;
  }
  .c-lg-1-3.m-l-0, .c-lg-2-6.m-l-0, .c-lg-3-9.m-l-0, .c-lg-1-3.m-r-0, .c-lg-2-6.m-r-0, .c-lg-3-9.m-r-0 {
    width: 31.83333%;
  }
  .c-lg-2-3.m-l-0, .c-lg-4-6.m-l-0, .c-lg-6-9.m-l-0, .c-lg-2-3.m-r-0, .c-lg-4-6.m-r-0, .c-lg-6-9.m-r-0 {
    width: 66.66667%;
  }
  .c-lg-1-4.m-l-0, .c-lg-2-8.m-l-0, .c-lg-1-4.m-r-0, .c-lg-2-8.m-r-0 {
    width: 23.5%;
  }
  .c-lg-3-4.m-l-0, .c-lg-6-8.m-l-0, .c-lg-3-4.m-r-0, .c-lg-6-8.m-r-0 {
    width: 76.5%;
  }
  .c-lg-1-5.m-l-0, .c-lg-2-10.m-l-0, .c-lg-1-5.m-r-0, .c-lg-2-10.m-r-0 {
    width: 18.5%;
  }
  .c-lg-2-5.m-l-0, .c-lg-4-10.m-l-0, .c-lg-2-5.m-r-0, .c-lg-4-10.m-r-0 {
    width: 40%;
  }
  .c-lg-3-5.m-l-0, .c-lg-6-10.m-l-0, .c-lg-3-5.m-r-0, .c-lg-6-10.m-r-0 {
    width: 61.5%;
  }
  .c-lg-4-5.m-l-0, .c-lg-8-10.m-l-0, .c-lg-4-5.m-r-0, .c-lg-8-10.m-r-0 {
    width: 83%;
  }
  .c-lg-1-6.m-l-0, .c-lg-1-6.m-r-0 {
    width: 15.16667%;
  }
  .c-lg-5-6.m-l-0, .c-lg-5-6.m-r-0 {
    width: 87.83333%;
  }
  .c-lg-1-7.m-l-0, .c-lg-1-7.m-r-0 {
    width: 12.78571%;
  }
  .c-lg-2-7.m-l-0, .c-lg-2-7.m-r-0 {
    width: 28.57143%;
  }
  .c-lg-3-7.m-l-0, .c-lg-3-7.m-r-0 {
    width: 44.35714%;
  }
  .c-lg-4-7.m-l-0, .c-lg-4-7.m-r-0 {
    width: 60.14286%;
  }
  .c-lg-5-7.m-l-0, .c-lg-5-7.m-r-0 {
    width: 75.92857%;
  }
  .c-lg-6-7.m-l-0, .c-lg-6-7.m-r-0 {
    width: 91.71429%;
  }
  .c-lg-1-8.m-l-0, .c-lg-1-8.m-r-0 {
    width: 11%;
  }
  .c-lg-3-8.m-l-0, .c-lg-3-8.m-r-0 {
    width: 39%;
  }
  .c-lg-5-8.m-l-0, .c-lg-5-8.m-r-0 {
    width: 67%;
  }
  .c-lg-7-8.m-l-0, .c-lg-7-8.m-r-0 {
    width: 95%;
  }
  .c-lg-1-9.m-l-0, .c-lg-1-9.m-r-0 {
    width: 9.61111%;
  }
  .c-lg-2-9.m-l-0, .c-lg-2-9.m-r-0 {
    width: 22.22222%;
  }
  .c-lg-4-9.m-l-0, .c-lg-4-9.m-r-0 {
    width: 47.44444%;
  }
  .c-lg-5-9.m-l-0, .c-lg-5-9.m-r-0 {
    width: 60.05556%;
  }
  .c-lg-7-9.m-l-0, .c-lg-7-9.m-r-0 {
    width: 85.27778%;
  }
  .c-lg-8-9.m-l-0, .c-lg-8-9.m-r-0 {
    width: 97.88889%;
  }
  .c-lg-1-10.m-l-0, .c-lg-1-10.m-r-0 {
    width: 8.5%;
  }
  .c-lg-3-10.m-l-0, .c-lg-3-10.m-r-0 {
    width: 31.5%;
  }
  .c-lg-7-10.m-l-0, .c-lg-7-10.m-r-0 {
    width: 77.5%;
  }
  .c-lg-9-10.m-l-0, .c-lg-9-10.m-r-0 {
    width: 100.5%;
  }
}

@media (min-width: 1200px) {
  .c-xl-1-1, .c-xl-2-2, .c-xl-3-3, .c-xl-4-4, .c-xl-5-5,
  .c-xl-6-6, .c-xl-7-7, .c-xl-8-8, .c-xl-9-9, .c-xl-10-10 {
    width: 97%;
  }
  .c-xl-1-2, .c-xl-2-4, .c-xl-3-6, .c-xl-4-8, .c-xl-5-10 {
    width: 47%;
  }
  .c-xl-1-3, .c-xl-2-6, .c-xl-3-9 {
    width: 30.33333%;
  }
  .c-xl-2-3, .c-xl-4-6, .c-xl-6-9 {
    width: 63.66667%;
  }
  .c-xl-1-4, .c-xl-2-8 {
    width: 22%;
  }
  .c-xl-3-4, .c-xl-6-8 {
    width: 72%;
  }
  .c-xl-1-5, .c-xl-2-10 {
    width: 17%;
  }
  .c-xl-2-5, .c-xl-4-10 {
    width: 37%;
  }
  .c-xl-3-5, .c-xl-6-10 {
    width: 57%;
  }
  .c-xl-4-5, .c-xl-8-10 {
    width: 77%;
  }
  .c-xl-1-6 {
    width: 13.66667%;
  }
  .c-xl-5-6 {
    width: 80.33333%;
  }
  .c-xl-1-7 {
    width: 11.28571%;
  }
  .c-xl-2-7 {
    width: 25.57143%;
  }
  .c-xl-3-7 {
    width: 39.85714%;
  }
  .c-xl-4-7 {
    width: 54.14286%;
  }
  .c-xl-5-7 {
    width: 68.42857%;
  }
  .c-xl-6-7 {
    width: 82.71429%;
  }
  .c-xl-1-8 {
    width: 9.5%;
  }
  .c-xl-3-8 {
    width: 34.5%;
  }
  .c-xl-5-8 {
    width: 59.5%;
  }
  .c-xl-7-8 {
    width: 84.5%;
  }
  .c-xl-1-9 {
    width: 8.11111%;
  }
  .c-xl-2-9 {
    width: 19.22222%;
  }
  .c-xl-4-9 {
    width: 41.44444%;
  }
  .c-xl-5-9 {
    width: 52.55556%;
  }
  .c-xl-7-9 {
    width: 74.77778%;
  }
  .c-xl-8-9 {
    width: 85.88889%;
  }
  .c-xl-1-10 {
    width: 7%;
  }
  .c-xl-3-10 {
    width: 27%;
  }
  .c-xl-7-10 {
    width: 67%;
  }
  .c-xl-9-10 {
    width: 87%;
  }
  .c-xl-1-1.m-0, .c-xl-2-2.m-0, .c-xl-3-3.m-0, .c-xl-4-4.m-0, .c-xl-5-5.m-0,
  .c-xl-6-6.m-0, .c-xl-7-7.m-0, .c-xl-8-8.m-0, .c-xl-9-9.m-0, .c-xl-10-10.m-0,
  .c-xl-1-1.m-x-0, .c-xl-2-2.m-x-0, .c-xl-3-3.m-x-0, .c-xl-4-4.m-x-0, .c-xl-5-5.m-x-0,
  .c-xl-6-6.m-x-0, .c-xl-7-7.m-x-0, .c-xl-8-8.m-x-0, .c-xl-9-9.m-x-0, .c-xl-10-10.m-x-0 {
    width: 100%;
  }
  .c-xl-1-2.m-0, .c-xl-2-4.m-0, .c-xl-3-6.m-0, .c-xl-4-8.m-0, .c-xl-5-10.m-0,
  .c-xl-1-2.m-x-0, .c-xl-2-4.m-x-0, .c-xl-3-6.m-x-0, .c-xl-4-8.m-x-0, .c-xl-5-10.m-x-0 {
    width: 50%;
  }
  .c-xl-1-3.m-0, .c-xl-2-6.m-0, .c-xl-3-9.m-0, .c-xl-1-3.m-x-0, .c-xl-2-6.m-x-0, .c-xl-3-9.m-x-0 {
    width: 33.33333%;
  }
  .c-xl-2-3.m-0, .c-xl-4-6.m-0, .c-xl-6-9.m-0, .c-xl-2-3.m-x-0, .c-xl-4-6.m-x-0, .c-xl-6-9.m-x-0 {
    width: 66.66667%;
  }
  .c-xl-1-4.m-0, .c-xl-2-8.m-0, .c-xl-1-4.m-x-0, .c-xl-2-8.m-x-0 {
    width: 25%;
  }
  .c-xl-3-4.m-0, .c-xl-6-8.m-0, .c-xl-3-4.m-x-0, .c-xl-6-8.m-x-0 {
    width: 75%;
  }
  .c-xl-1-5.m-0, .c-xl-2-10.m-0, .c-xl-1-5.m-x-0, .c-xl-2-10.m-x-0 {
    width: 20%;
  }
  .c-xl-2-5.m-0, .c-xl-4-10.m-0 .c-xl-2-5.m-x-0, .c-xl-4-10.m-x-0 {
    width: 40%;
  }
  .c-xl-3-5.m-0, .c-xl-6-10.m-0, .c-xl-3-5.m-x-0, .c-xl-6-10.m-x-0 {
    width: 60%;
  }
  .c-xl-4-5.m-0, .c-xl-8-10.m-0, .c-xl-4-5.m-x-0, .c-xl-8-10.m-x-0 {
    width: 80%;
  }
  .c-xl-1-6.m-0, .c-xl-1-6.m-x-0 {
    width: 16.66667%;
  }
  .c-xl-5-6.m-0, .c-xl-5-6.m-x-0 {
    width: 83.33333%;
  }
  .c-xl-1-7.m-0, .c-xl-1-7.m-x-0 {
    width: 14.28571%;
  }
  .c-xl-2-7.m-0, .c-xl-2-7.m-x-0 {
    width: 28.57143%;
  }
  .c-xl-3-7.m-0, .c-xl-3-7.m-x-0 {
    width: 42.85714%;
  }
  .c-xl-4-7.m-0, .c-xl-4-7.m-x-0 {
    width: 57.14286%;
  }
  .c-xl-5-7.m-0, .c-xl-5-7.m-x-0 {
    width: 71.42857%;
  }
  .c-xl-6-7.m-0, .c-xl-6-7.m-x-0 {
    width: 85.71429%;
  }
  .c-xl-1-8.m-0, .c-xl-1-8.m-x-0 {
    width: 12.5%;
  }
  .c-xl-3-8.m-0, .c-xl-3-8.m-x-0 {
    width: 37.5%;
  }
  .c-xl-5-8.m-0, .c-xl-5-8.m-x-0 {
    width: 62.5%;
  }
  .c-xl-7-8.m-0, .c-xl-7-8.m-x-0 {
    width: 87.5%;
  }
  .c-xl-1-9.m-0, .c-xl-1-9.m-x-0 {
    width: 11.11111%;
  }
  .c-xl-2-9.m-0, .c-xl-2-9.m-x-0 {
    width: 22.22222%;
  }
  .c-xl-4-9.m-0, .c-xl-4-9.m-x-0 {
    width: 44.44444%;
  }
  .c-xl-5-9.m-0, .c-xl-5-9.m-x-0 {
    width: 55.55556%;
  }
  .c-xl-7-9.m-0, .c-xl-7-9.m-x-0 {
    width: 77.77778%;
  }
  .c-xl-8-9.m-0, .c-xl-8-9.m-x-0 {
    width: 88.88889%;
  }
  .c-xl-1-10.m-0, .c-xl-1-10.m-x-0 {
    width: 10%;
  }
  .c-xl-3-10.m-0, .c-xl-3-10.m-x-0 {
    width: 30%;
  }
  .c-xl-7-10.m-0, .c-xl-7-10.m-x-0 {
    width: 70%;
  }
  .c-xl-9-10.m-0, .c-xl-9-10.m-x-0 {
    width: 90%;
  }
  .c-xl-1-1.m-l-0, .c-xl-2-2.m-l-0, .c-xl-3-3.m-l-0, .c-xl-4-4.m-l-0, .c-xl-5-5.m-l-0,
  .c-xl-6-6.m-l-0, .c-xl-7-7.m-l-0, .c-xl-8-8.m-l-0, .c-xl-9-9.m-l-0, .c-xl-10-10.m-l-0,
  .c-xl-1-1.m-r-0, .c-xl-2-2.m-r-0, .c-xl-3-3.m-r-0, .c-xl-4-4.m-r-0, .c-xl-5-5.m-r-0,
  .c-xl-6-6.m-r-0, .c-xl-7-7.m-r-0, .c-xl-8-8.m-r-0, .c-xl-9-9.m-r-0, .c-xl-10-10.m-r-0 {
    width: 98.5%;
  }
  .c-xl-1-2.m-l-0, .c-xl-2-4.m-l-0, .c-xl-3-6.m-l-0, .c-xl-4-8.m-l-0, .c-xl-5-10.m-l-0,
  .c-xl-1-2.m-r-0, .c-xl-2-4.m-r-0, .c-xl-3-6.m-r-0, .c-xl-4-8.m-r-0, .c-xl-5-10.m-r-0 {
    width: 48.5%;
  }
  .c-xl-1-3.m-l-0, .c-xl-2-6.m-l-0, .c-xl-3-9.m-l-0, .c-xl-1-3.m-r-0, .c-xl-2-6.m-r-0, .c-xl-3-9.m-r-0 {
    width: 31.83333%;
  }
  .c-xl-2-3.m-l-0, .c-xl-4-6.m-l-0, .c-xl-6-9.m-l-0, .c-xl-2-3.m-r-0, .c-xl-4-6.m-r-0, .c-xl-6-9.m-r-0 {
    width: 66.66667%;
  }
  .c-xl-1-4.m-l-0, .c-xl-2-8.m-l-0, .c-xl-1-4.m-r-0, .c-xl-2-8.m-r-0 {
    width: 23.5%;
  }
  .c-xl-3-4.m-l-0, .c-xl-6-8.m-l-0, .c-xl-3-4.m-r-0, .c-xl-6-8.m-r-0 {
    width: 76.5%;
  }
  .c-xl-1-5.m-l-0, .c-xl-2-10.m-l-0, .c-xl-1-5.m-r-0, .c-xl-2-10.m-r-0 {
    width: 18.5%;
  }
  .c-xl-2-5.m-l-0, .c-xl-4-10.m-l-0, .c-xl-2-5.m-r-0, .c-xl-4-10.m-r-0 {
    width: 40%;
  }
  .c-xl-3-5.m-l-0, .c-xl-6-10.m-l-0, .c-xl-3-5.m-r-0, .c-xl-6-10.m-r-0 {
    width: 61.5%;
  }
  .c-xl-4-5.m-l-0, .c-xl-8-10.m-l-0, .c-xl-4-5.m-r-0, .c-xl-8-10.m-r-0 {
    width: 83%;
  }
  .c-xl-1-6.m-l-0, .c-xl-1-6.m-r-0 {
    width: 15.16667%;
  }
  .c-xl-5-6.m-l-0, .c-xl-5-6.m-r-0 {
    width: 87.83333%;
  }
  .c-xl-1-7.m-l-0, .c-xl-1-7.m-r-0 {
    width: 12.78571%;
  }
  .c-xl-2-7.m-l-0, .c-xl-2-7.m-r-0 {
    width: 28.57143%;
  }
  .c-xl-3-7.m-l-0, .c-xl-3-7.m-r-0 {
    width: 44.35714%;
  }
  .c-xl-4-7.m-l-0, .c-xl-4-7.m-r-0 {
    width: 60.14286%;
  }
  .c-xl-5-7.m-l-0, .c-xl-5-7.m-r-0 {
    width: 75.92857%;
  }
  .c-xl-6-7.m-l-0, .c-xl-6-7.m-r-0 {
    width: 91.71429%;
  }
  .c-xl-1-8.m-l-0, .c-xl-1-8.m-r-0 {
    width: 11%;
  }
  .c-xl-3-8.m-l-0, .c-xl-3-8.m-r-0 {
    width: 39%;
  }
  .c-xl-5-8.m-l-0, .c-xl-5-8.m-r-0 {
    width: 67%;
  }
  .c-xl-7-8.m-l-0, .c-xl-7-8.m-r-0 {
    width: 95%;
  }
  .c-xl-1-9.m-l-0, .c-xl-1-9.m-r-0 {
    width: 9.61111%;
  }
  .c-xl-2-9.m-l-0, .c-xl-2-9.m-r-0 {
    width: 22.22222%;
  }
  .c-xl-4-9.m-l-0, .c-xl-4-9.m-r-0 {
    width: 47.44444%;
  }
  .c-xl-5-9.m-l-0, .c-xl-5-9.m-r-0 {
    width: 60.05556%;
  }
  .c-xl-7-9.m-l-0, .c-xl-7-9.m-r-0 {
    width: 85.27778%;
  }
  .c-xl-8-9.m-l-0, .c-xl-8-9.m-r-0 {
    width: 97.88889%;
  }
  .c-xl-1-10.m-l-0, .c-xl-1-10.m-r-0 {
    width: 8.5%;
  }
  .c-xl-3-10.m-l-0, .c-xl-3-10.m-r-0 {
    width: 31.5%;
  }
  .c-xl-7-10.m-l-0, .c-xl-7-10.m-r-0 {
    width: 77.5%;
  }
  .c-xl-9-10.m-l-0, .c-xl-9-10.m-r-0 {
    width: 100.5%;
  }
}

/* DISPLAY */
.visible {
  visibility: visible      !important;
}

.invisible {
  visibility: hidden       !important;
}

.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-cell {
  display: table-cell      !important;
}

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

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

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

@media 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-cell {
    display: table-cell      !important;
  }
  .d-print-table-row {
    display: table-row       !important;
  }
  .d-print-flex {
    display: -webkit-box            !important;
    display: -ms-flexbox            !important;
    display: flex            !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box     !important;
    display: -ms-inline-flexbox     !important;
    display: inline-flex     !important;
  }
}

@media (min-width: 576px) {
  .visible-sm {
    visibility: visible     !important;
  }
  .invisible-sm {
    visibility: hidden      !important;
  }
  .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-cell {
    display: table-cell     !important;
  }
  .d-sm-table-row {
    display: table-row      !important;
  }
  .d-sm-flex {
    display: -webkit-box           !important;
    display: -ms-flexbox           !important;
    display: flex           !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box    !important;
    display: -ms-inline-flexbox    !important;
    display: inline-flex    !important;
  }
}

@media (min-width: 768px) {
  .visible-md {
    visibility: visible     !important;
  }
  .invisible-md {
    visibility: hidden      !important;
  }
  .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-cell {
    display: table-cell     !important;
  }
  .d-md-table-row {
    display: table-row      !important;
  }
  .d-md-flex {
    display: -webkit-box           !important;
    display: -ms-flexbox           !important;
    display: flex           !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box    !important;
    display: -ms-inline-flexbox    !important;
    display: inline-flex    !important;
  }
}

@media (min-width: 992px) {
  .visible-lg {
    visibility: visible     !important;
  }
  .invisible-lg {
    visibility: hidden      !important;
  }
  .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-cell {
    display: table-cell     !important;
  }
  .d-lg-table-row {
    display: table-row      !important;
  }
  .d-lg-flex {
    display: -webkit-box           !important;
    display: -ms-flexbox           !important;
    display: flex           !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box    !important;
    display: -ms-inline-flexbox    !important;
    display: inline-flex    !important;
  }
}

@media (min-width: 1200px) {
  .visible-xl {
    visibility: visible     !important;
  }
  .invisible-xl {
    visibility: hidden      !important;
  }
  .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-cell {
    display: table-cell     !important;
  }
  .d-xl-table-row {
    display: table-row      !important;
  }
  .d-xl-flex {
    display: -webkit-box           !important;
    display: -ms-flexbox           !important;
    display: flex           !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box    !important;
    display: -ms-inline-flexbox    !important;
    display: inline-flex    !important;
  }
}

/* EMBED */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-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;
      -ms-grid-row-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;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
}

@media (min-width: 768px) {
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
}

@media (min-width: 992px) {
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
}

@media (min-width: 1200px) {
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
}

/* FLOAT */
.float-left {
  float: left !important;
}

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

/* POSITION */
.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.position-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.position-inherit {
  position: inherit;
}

@media (min-width: 576px) {
  .positioninfix-absolute {
    position: absolute;
  }
  .positioninfix-fixed {
    position: fixed;
  }
  .positioninfix-static {
    position: static;
  }
  .positioninfix-relative {
    position: relative;
  }
  .positioninfix-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  .positioninfix-inherit {
    position: inherit;
  }
}

@media (min-width: 768px) {
  .positioninfix-absolute {
    position: absolute;
  }
  .positioninfix-fixed {
    position: fixed;
  }
  .positioninfix-static {
    position: static;
  }
  .positioninfix-relative {
    position: relative;
  }
  .positioninfix-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  .positioninfix-inherit {
    position: inherit;
  }
}

@media (min-width: 992px) {
  .positioninfix-absolute {
    position: absolute;
  }
  .positioninfix-fixed {
    position: fixed;
  }
  .positioninfix-static {
    position: static;
  }
  .positioninfix-relative {
    position: relative;
  }
  .positioninfix-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  .positioninfix-inherit {
    position: inherit;
  }
}

@media (min-width: 1200px) {
  .positioninfix-absolute {
    position: absolute;
  }
  .positioninfix-fixed {
    position: fixed;
  }
  .positioninfix-static {
    position: static;
  }
  .positioninfix-relative {
    position: relative;
  }
  .positioninfix-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  .positioninfix-inherit {
    position: inherit;
  }
}

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

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

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

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

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

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

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

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

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

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

/* SIZING */
.w-10 {
  width: 10%;
}

.h-10 {
  height: 10%;
}

.w-20 {
  width: 20%;
}

.h-20 {
  height: 20%;
}

.w-30 {
  width: 30%;
}

.h-30 {
  height: 30%;
}

.w-40 {
  width: 40%;
}

.h-40 {
  height: 40%;
}

.w-50 {
  width: 50%;
}

.h-50 {
  height: 50%;
}

.w-60 {
  width: 60%;
}

.h-60 {
  height: 60%;
}

.w-70 {
  width: 70%;
}

.h-70 {
  height: 70%;
}

.w-80 {
  width: 80%;
}

.h-80 {
  height: 80%;
}

.w-90 {
  width: 90%;
}

.h-90 {
  height: 90%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.w-33 {
  width: 33.333%;
}

.h-33 {
  height: 33.333%;
}

.w-66 {
  width: 66.666%;
}

.h-66 {
  height: 66.666%;
}

.w-25 {
  width: 25%;
}

.h-25 {
  height: 25%;
}

.w-75 {
  width: 75%;
}

.h-75 {
  height: 75%;
}

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

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

/* TEXT */
body {
  line-height: 1.5;
  font-family: Open Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 300;
  font-size: 1.125rem;
  color: #000;
}

p {
  max-width: 40em;
  margin: 0 0 1em;
}

small, .small {
  font-size: 80%;
}

a {
  color: #80b046;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

a:hover {
  color: #4a8b2c;
  text-decoration: none;
}

a:focus,
a:active,
a.active,
a.dropdown-toggle {
  outline: none;
  color: #4a8b2c;
  text-decoration: none;
}

a:disabled, a.disabled {
  color: #889899;
  text-decoration: none;
  cursor: default;
}

a .icon {
  fill: #80b046;
}

a:hover .icon {
  fill: #4a8b2c;
}

a:focus .icon,
a:active .icon,
a.active .icon,
a.dropdown-toggle .icon {
  fill: #4a8b2c;
}

a:disabled .icon,
a.disabled .icon {
  fill: #889899;
}

a.primary {
  color: #6a923a;
  -webkit-text-decoration-color: #6a923a;
          text-decoration-color: #6a923a;
}

a.secondary {
  color: #3f7726;
  -webkit-text-decoration-color: #3f7726;
          text-decoration-color: #3f7726;
}

a.info {
  color: #496582;
  -webkit-text-decoration-color: #496582;
          text-decoration-color: #496582;
}

a.success {
  color: #3f9142;
  -webkit-text-decoration-color: #3f9142;
          text-decoration-color: #3f9142;
}

a.warning {
  color: #d8a200;
  -webkit-text-decoration-color: #d8a200;
          text-decoration-color: #d8a200;
}

a.danger {
  color: #d2002a;
  -webkit-text-decoration-color: #d2002a;
          text-decoration-color: #d2002a;
}

a.gray {
  color: #566465;
  -webkit-text-decoration-color: #566465;
          text-decoration-color: #566465;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1.414;
  margin: 1em 0 0.5em;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: BernhardtCGMedium, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

.display-1,
.display-2,
.display-3,
.display-4 {
  font-family: BernhardtCGMedium, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

h1, .h1 {
  font-size: 3.552rem;
  font-weight: 700;
  text-transform: inherit;
}

h2, .h2 {
  font-size: 2.66467rem;
  font-weight: 700;
  text-transform: inherit;
}

h3, .h3 {
  font-size: 1.999rem;
  font-weight: 700;
  text-transform: inherit;
}

h4, .h4 {
  font-size: 1.49962rem;
  font-weight: 700;
  text-transform: inherit;
}

h5, .h5 {
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: none;
}

h6, .h6 {
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: none;
}

.display-1 {
  font-size: 4.49728rem;
  font-weight: 300;
  text-transform: inherit;
}

.display-2 {
  font-size: 3.18054rem;
  font-weight: 300;
  text-transform: inherit;
}

.display-3 {
  font-size: 2.24932rem;
  font-weight: 300;
  text-transform: inherit;
}

.display-4 {
  font-size: 1.59075rem;
  font-weight: 300;
  text-transform: inherit;
}

*.alt,
h1.alt, .h1.alt,
h2.alt, .h2.alt,
h3.alt, .h3.alt,
h4.alt, .h4.alt,
h5.alt, .h5.alt,
h6.alt, .h6.alt,
.display-1.alt,
.display-2.alt,
.display-3.alt,
.display-4.alt {
  font-family: Open Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 400;
}

@media (min-width: 576px) {
  .h1-sm {
    font-size: 3.552rem;
    font-weight: 700;
    text-transform: inherit;
  }
  .h2-sm {
    font-size: 2.66467rem;
    font-weight: 700;
    text-transform: inherit;
  }
  .h3-sm {
    font-size: 1.999rem;
    font-weight: 700;
    text-transform: inherit;
  }
  .h4-sm {
    font-size: 1.49962rem;
    font-weight: 700;
    text-transform: inherit;
  }
  .h5-sm {
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: none;
  }
  .h6-sm {
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: none;
  }
  .display-1-sm {
    font-size: 4.49728rem;
    font-weight: 300;
    text-transform: inherit;
  }
  .display-2-sm {
    font-size: 3.18054rem;
    font-weight: 300;
    text-transform: inherit;
  }
  .display-3-sm {
    font-size: 2.24932rem;
    font-weight: 300;
    text-transform: inherit;
  }
  .display-4-sm {
    font-size: 1.59075rem;
    font-weight: 300;
    text-transform: inherit;
  }
  .h1-sm.alt,
  .h2-sm.alt,
  .h3-sm.alt,
  .h4-sm.alt,
  .h5-sm.alt,
  .h6-sm.alt,
  .display-1-sm.alt,
  .display-2-sm.alt,
  .display-3-sm.alt,
  .display-4-sm.alt {
    font-family: Open Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-weight: 400;
  }
}

@media (min-width: 768px) {
  .h1-md {
    font-size: 3.552rem;
    font-weight: 700;
    text-transform: inherit;
  }
  .h2-md {
    font-size: 2.66467rem;
    font-weight: 700;
    text-transform: inherit;
  }
  .h3-md {
    font-size: 1.999rem;
    font-weight: 700;
    text-transform: inherit;
  }
  .h4-md {
    font-size: 1.49962rem;
    font-weight: 700;
    text-transform: inherit;
  }
  .h5-md {
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: none;
  }
  .h6-md {
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: none;
  }
  .display-1-md {
    font-size: 4.49728rem;
    font-weight: 300;
    text-transform: inherit;
  }
  .display-2-md {
    font-size: 3.18054rem;
    font-weight: 300;
    text-transform: inherit;
  }
  .display-3-md {
    font-size: 2.24932rem;
    font-weight: 300;
    text-transform: inherit;
  }
  .display-4-md {
    font-size: 1.59075rem;
    font-weight: 300;
    text-transform: inherit;
  }
  .h1-md.alt,
  .h2-md.alt,
  .h3-md.alt,
  .h4-md.alt,
  .h5-md.alt,
  .h6-md.alt,
  .display-1-md.alt,
  .display-2-md.alt,
  .display-3-md.alt,
  .display-4-md.alt {
    font-family: Open Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-weight: 400;
  }
}

@media (min-width: 992px) {
  .h1-lg {
    font-size: 3.552rem;
    font-weight: 700;
    text-transform: inherit;
  }
  .h2-lg {
    font-size: 2.66467rem;
    font-weight: 700;
    text-transform: inherit;
  }
  .h3-lg {
    font-size: 1.999rem;
    font-weight: 700;
    text-transform: inherit;
  }
  .h4-lg {
    font-size: 1.49962rem;
    font-weight: 700;
    text-transform: inherit;
  }
  .h5-lg {
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: none;
  }
  .h6-lg {
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: none;
  }
  .display-1-lg {
    font-size: 4.49728rem;
    font-weight: 300;
    text-transform: inherit;
  }
  .display-2-lg {
    font-size: 3.18054rem;
    font-weight: 300;
    text-transform: inherit;
  }
  .display-3-lg {
    font-size: 2.24932rem;
    font-weight: 300;
    text-transform: inherit;
  }
  .display-4-lg {
    font-size: 1.59075rem;
    font-weight: 300;
    text-transform: inherit;
  }
  .h1-lg.alt,
  .h2-lg.alt,
  .h3-lg.alt,
  .h4-lg.alt,
  .h5-lg.alt,
  .h6-lg.alt,
  .display-1-lg.alt,
  .display-2-lg.alt,
  .display-3-lg.alt,
  .display-4-lg.alt {
    font-family: Open Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-weight: 400;
  }
}

@media (min-width: 1200px) {
  .h1-xl {
    font-size: 3.552rem;
    font-weight: 700;
    text-transform: inherit;
  }
  .h2-xl {
    font-size: 2.66467rem;
    font-weight: 700;
    text-transform: inherit;
  }
  .h3-xl {
    font-size: 1.999rem;
    font-weight: 700;
    text-transform: inherit;
  }
  .h4-xl {
    font-size: 1.49962rem;
    font-weight: 700;
    text-transform: inherit;
  }
  .h5-xl {
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: none;
  }
  .h6-xl {
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: none;
  }
  .display-1-xl {
    font-size: 4.49728rem;
    font-weight: 300;
    text-transform: inherit;
  }
  .display-2-xl {
    font-size: 3.18054rem;
    font-weight: 300;
    text-transform: inherit;
  }
  .display-3-xl {
    font-size: 2.24932rem;
    font-weight: 300;
    text-transform: inherit;
  }
  .display-4-xl {
    font-size: 1.59075rem;
    font-weight: 300;
    text-transform: inherit;
  }
  .h1-xl.alt,
  .h2-xl.alt,
  .h3-xl.alt,
  .h4-xl.alt,
  .h5-xl.alt,
  .h6-xl.alt,
  .display-1-xl.alt,
  .display-2-xl.alt,
  .display-3-xl.alt,
  .display-4-xl.alt {
    font-family: Open Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-weight: 400;
  }
}

.lead {
  font-size: 1.49962rem;
  font-weight: 300;
}

.text-muted {
  color: #677879;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #677879;
  caption-side: bottom;
}

mark {
  color: #000;
  background-color: #f9ff00;
}

mark.yellow {
  background-color: #f9ff00;
}

mark.chartreuse {
  background-color: #d1ff00;
}

mark.green {
  background-color: #8bff00;
}

mark.pink {
  background-color: #FFADD2;
}

mark.orange {
  background-color: #FFC680;
}

del {
  text-decoration: line-through;
  -webkit-text-decoration-style: wavy;
          text-decoration-style: wavy;
  -webkit-text-decoration-color: #FF0033;
          text-decoration-color: #FF0033;
}

s {
  text-decoration: line-through;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-color: #FFC107;
          text-decoration-color: #FFC107;
}

ins {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  -webkit-text-decoration-color: #4CAF50;
          text-decoration-color: #4CAF50;
}

u {
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-color: #acb6b7;
          text-decoration-color: #acb6b7;
}

strong, .strong {
  font-weight: 700;
}

b, .bold {
  font-weight: bolder;
}

.light {
  font-weight: lighter;
}

em, i, .italic {
  font-style: italic;
}

.text-monospace {
  font-family: Open Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

code {
  font-family: "Open Sans";
  font-size: 1em;
  color: #3f7726;
}

pre {
  background: #f1f3f3;
  border-radius: 0.4rem;
  padding: 1rem;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 1rem;
  color: #FFF;
  background-color: #343d3d;
  border-radius: 0.2rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

kbd kbd {
  padding: 0;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

var {
  font-style: italic;
}

samp {
  font-size: 1rem;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  -webkit-text-decoration-color: #acb6b7;
          text-decoration-color: #acb6b7;
  cursor: help;
  border-bottom: 0;
}

.initialism {
  text-transform: uppercase;
}

.blockquote {
  font-size: 1.25rem;
  margin: 0 0 1em;
}

.blockquote .quote::before {
  content: "\201C";
}

.blockquote .quote::after {
  content: "\201D";
}

.blockquote .blockquote-footer {
  color: #677879;
}

.blockquote .blockquote-footer::before {
  content: '\2014 \00A0';
}

.blockquote.text-center p {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  body {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6,
  .display-1,
  .display-2,
  .display-3,
  .display-4 {
    line-height: 1.414;
  }
  h1, .h1 {
    font-size: 4.99698rem;
  }
  h2, .h2 {
    font-size: 3.53393rem;
  }
  h3, .h3 {
    font-size: 2.49924rem;
  }
  h4, .h4 {
    font-size: 1.7675rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
  .display-1 {
    font-size: 6.32812rem;
  }
  .display-2 {
    font-size: 4.21875rem;
  }
  .display-3 {
    font-size: 2.8125rem;
  }
  .display-4 {
    font-size: 1.875rem;
  }
  .lead {
    font-size: 1.7675rem;
  }
  small, .small {
    font-size: 80%;
  }
}

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

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

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

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

p[class*="-left"] {
  margin-right: auto;
}

p[class*="-center"] {
  margin-left: auto;
  margin-right: auto;
}

p[class*="-right"] {
  margin-left: auto;
}

p[class*="-justify"] {
  max-width: inherit;
}

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

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

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

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

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

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

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

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

.text-truncate {
  display: inline-block;
  line-height: 1.125em;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* HORIZONTAL RULES */
hr {
  border: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #cfd4d5;
}

.grid > hr {
  width: 97%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.grid.no-gutter > hr {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* ICONS */
.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: -.2em .2em 0;
}

.icon.icon-sm {
  width: 20px;
  height: 20px;
}

.icon.icon-md {
  width: 30px;
  height: 30px;
}

.icon.icon-lg {
  width: 40px;
  height: 40px;
}

.icon.icon-xl {
  width: 50px;
  height: 50px;
}

.rotate-45 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.rotate-135 {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.rotate-225 {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.rotate-315 {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.spin {
  -webkit-animation-name: infinite-spin;
          animation-name: infinite-spin;
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.1, 0.4, 0.9, 0.6);
          animation-timing-function: cubic-bezier(0.1, 0.4, 0.9, 0.6);
}

@-webkit-keyframes infinite-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes infinite-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* BUTTONS */
.btn {
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 2.5;
  height: 3.225rem;
  padding: 0 0.83333em;
  border-width: 0.1rem;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0.2rem;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:focus,
.btn:active,
.btn.active,
.btn.dropdown-toggle {
  outline: none;
}

.btn:disabled,
.btn.disabled,
.btn.disabled:focus,
.btn.disabled:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

.btn-sm, .btn-group-sm > .btn {
  font-size: 1rem;
  height: 2.6rem;
}

.btn-lg, .btn-group-lg > .btn {
  font-size: 1.7675rem;
  height: 4.51875rem;
}

.btn-block {
  width: 100%;
}

.btn-primary, .btn-primary.dropdown-toggle {
  color: #FFF;
  background-color: #80b046;
  border-color: #80b046;
}

.btn-outline-primary, .btn-outline-primary.dropdown-toggle {
  color: #80b046;
  background: none;
  border-color: #80b046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:hover, .btn-outline-primary:hover {
  color: #FFF;
  background-color: #6a923a;
  border-color: #6a923a;
}

.btn-primary:focus, .btn-outline-primary:focus,
.btn-primary:active, .btn-primary.active,
.btn-outline-primary:active, .btn-outline-primary.active {
  color: #FFF;
  background-color: #6a923a;
  border-color: #6a923a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 176, 70, 0.2);
  box-shadow: 0 0 0 0.2rem rgba(128, 176, 70, 0.2);
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #FFF;
  background-color: #b9d29b;
  border-color: #b9d29b;
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #b9d29b;
  border-color: #b9d29b;
}

.btn-primary .icon {
  fill: #FFF;
}

.btn-outline-primary .icon {
  fill: #80b046;
}

.btn-primary:hover .icon,
.btn-outline-primary:hover .icon {
  fill: #FFF;
}

.btn-primary:focus .icon,
.btn-outline-primary:focus .icon {
  fill: #FFF;
}

.btn-primary:active .icon,
.btn-primary.active .icon,
.btn-primary.dropdown-toggle .icon,
.btn-outline-primary:active .icon,
.btn-outline-primary.active .icon,
.btn-outline-primary.dropdown-toggle .icon {
  fill: #FFF;
}

.btn-primary:disabled .icon,
.btn-primary.disabled .icon {
  fill: #FFF;
}

.btn-outline-primary:disabled .icon,
.btn-outline-primary.disabled .icon {
  fill: #b9d29b;
}

.btn-secondary, .btn-secondary.dropdown-toggle {
  color: #FFF;
  background-color: #4a8b2c;
  border-color: #4a8b2c;
}

.btn-outline-secondary, .btn-outline-secondary.dropdown-toggle {
  color: #4a8b2c;
  background: none;
  border-color: #4a8b2c;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-secondary:hover, .btn-outline-secondary:hover {
  color: #FFF;
  background-color: #3f7726;
  border-color: #3f7726;
}

.btn-secondary:focus, .btn-outline-secondary:focus,
.btn-secondary:active, .btn-secondary.active,
.btn-outline-secondary:active, .btn-outline-secondary.active {
  color: #FFF;
  background-color: #3f7726;
  border-color: #3f7726;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 139, 44, 0.2);
  box-shadow: 0 0 0 0.2rem rgba(74, 139, 44, 0.2);
}

.btn-secondary:disabled, .btn-secondary.disabled {
  color: #FFF;
  background-color: #98cf7f;
  border-color: #98cf7f;
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #98cf7f;
  border-color: #98cf7f;
}

.btn-secondary .icon {
  fill: #FFF;
}

.btn-outline-secondary .icon {
  fill: #4a8b2c;
}

.btn-secondary:hover .icon,
.btn-outline-secondary:hover .icon {
  fill: #FFF;
}

.btn-secondary:focus .icon,
.btn-outline-secondary:focus .icon {
  fill: #FFF;
}

.btn-secondary:active .icon,
.btn-secondary.active .icon,
.btn-secondary.dropdown-toggle .icon,
.btn-outline-secondary:active .icon,
.btn-outline-secondary.active .icon,
.btn-outline-secondary.dropdown-toggle .icon {
  fill: #FFF;
}

.btn-secondary:disabled .icon,
.btn-secondary.disabled .icon {
  fill: #FFF;
}

.btn-outline-secondary:disabled .icon,
.btn-outline-secondary.disabled .icon {
  fill: #98cf7f;
}

.btn-info, .btn-info.dropdown-toggle {
  color: #FFF;
  background-color: #587A9D;
  border-color: #587A9D;
}

.btn-outline-info, .btn-outline-info.dropdown-toggle {
  color: #587A9D;
  background: none;
  border-color: #587A9D;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-info:hover, .btn-outline-info:hover {
  color: #FFF;
  background-color: #496582;
  border-color: #496582;
}

.btn-info:focus, .btn-outline-info:focus,
.btn-info:active, .btn-info.active,
.btn-outline-info:active, .btn-outline-info.active {
  color: #FFF;
  background-color: #496582;
  border-color: #496582;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 122, 157, 0.2);
  box-shadow: 0 0 0 0.2rem rgba(88, 122, 157, 0.2);
}

.btn-info:disabled, .btn-info.disabled {
  color: #FFF;
  background-color: #a4b6c8;
  border-color: #a4b6c8;
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #a4b6c8;
  border-color: #a4b6c8;
}

.btn-info .icon {
  fill: #FFF;
}

.btn-outline-info .icon {
  fill: #587A9D;
}

.btn-info:hover .icon,
.btn-outline-info:hover .icon {
  fill: #FFF;
}

.btn-info:focus .icon,
.btn-outline-info:focus .icon {
  fill: #FFF;
}

.btn-info:active .icon,
.btn-info.active .icon,
.btn-info.dropdown-toggle .icon,
.btn-outline-info:active .icon,
.btn-outline-info.active .icon,
.btn-outline-info.dropdown-toggle .icon {
  fill: #FFF;
}

.btn-info:disabled .icon,
.btn-info.disabled .icon {
  fill: #FFF;
}

.btn-outline-info:disabled .icon,
.btn-outline-info.disabled .icon {
  fill: #a4b6c8;
}

.btn-success, .btn-success.dropdown-toggle {
  color: #FFF;
  background-color: #4CAF50;
  border-color: #4CAF50;
}

.btn-outline-success, .btn-outline-success.dropdown-toggle {
  color: #4CAF50;
  background: none;
  border-color: #4CAF50;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-success:hover, .btn-outline-success:hover {
  color: #FFF;
  background-color: #3f9142;
  border-color: #3f9142;
}

.btn-success:focus, .btn-outline-success:focus,
.btn-success:active, .btn-success.active,
.btn-outline-success:active, .btn-outline-success.active {
  color: #FFF;
  background-color: #3f9142;
  border-color: #3f9142;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.2);
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.2);
}

.btn-success:disabled, .btn-success.disabled {
  color: #FFF;
  background-color: #9fd0a1;
  border-color: #9fd0a1;
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #9fd0a1;
  border-color: #9fd0a1;
}

.btn-success .icon {
  fill: #FFF;
}

.btn-outline-success .icon {
  fill: #4CAF50;
}

.btn-success:hover .icon,
.btn-outline-success:hover .icon {
  fill: #FFF;
}

.btn-success:focus .icon,
.btn-outline-success:focus .icon {
  fill: #FFF;
}

.btn-success:active .icon,
.btn-success.active .icon,
.btn-success.dropdown-toggle .icon,
.btn-outline-success:active .icon,
.btn-outline-success.active .icon,
.btn-outline-success.dropdown-toggle .icon {
  fill: #FFF;
}

.btn-success:disabled .icon,
.btn-success.disabled .icon {
  fill: #FFF;
}

.btn-outline-success:disabled .icon,
.btn-outline-success.disabled .icon {
  fill: #9fd0a1;
}

.btn-warning, .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #FFC107;
  border-color: #FFC107;
}

.btn-outline-warning, .btn-outline-warning.dropdown-toggle {
  color: #FFC107;
  background: none;
  border-color: #FFC107;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-warning:hover, .btn-outline-warning:hover {
  color: #000;
  background-color: #d8a200;
  border-color: #d8a200;
}

.btn-warning:focus, .btn-outline-warning:focus,
.btn-warning:active, .btn-warning.active,
.btn-outline-warning:active, .btn-outline-warning.active {
  color: #000;
  background-color: #d8a200;
  border-color: #d8a200;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.2);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.2);
}

.btn-warning:disabled, .btn-warning.disabled {
  color: #FFF;
  background-color: #f6d97f;
  border-color: #f6d97f;
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #f6d97f;
  border-color: #f6d97f;
}

.btn-warning .icon {
  fill: #000;
}

.btn-outline-warning .icon {
  fill: #FFC107;
}

.btn-warning:hover .icon,
.btn-outline-warning:hover .icon {
  fill: #000;
}

.btn-warning:focus .icon,
.btn-outline-warning:focus .icon {
  fill: #000;
}

.btn-warning:active .icon,
.btn-warning.active .icon,
.btn-warning.dropdown-toggle .icon,
.btn-outline-warning:active .icon,
.btn-outline-warning.active .icon,
.btn-outline-warning.dropdown-toggle .icon {
  fill: #000;
}

.btn-warning:disabled .icon,
.btn-warning.disabled .icon {
  fill: #FFF;
}

.btn-outline-warning:disabled .icon,
.btn-outline-warning.disabled .icon {
  fill: #f6d97f;
}

.btn-danger, .btn-danger.dropdown-toggle {
  color: #FFF;
  background-color: #FF0033;
  border-color: #FF0033;
}

.btn-outline-danger, .btn-outline-danger.dropdown-toggle {
  color: #FF0033;
  background: none;
  border-color: #FF0033;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-danger:hover, .btn-outline-danger:hover {
  color: #FFF;
  background-color: #d2002a;
  border-color: #d2002a;
}

.btn-danger:focus, .btn-outline-danger:focus,
.btn-danger:active, .btn-danger.active,
.btn-outline-danger:active, .btn-outline-danger.active {
  color: #FFF;
  background-color: #d2002a;
  border-color: #d2002a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 51, 0.2);
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 51, 0.2);
}

.btn-danger:disabled, .btn-danger.disabled {
  color: #FFF;
  background-color: #f67c94;
  border-color: #f67c94;
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #f67c94;
  border-color: #f67c94;
}

.btn-danger .icon {
  fill: #FFF;
}

.btn-outline-danger .icon {
  fill: #FF0033;
}

.btn-danger:hover .icon,
.btn-outline-danger:hover .icon {
  fill: #FFF;
}

.btn-danger:focus .icon,
.btn-outline-danger:focus .icon {
  fill: #FFF;
}

.btn-danger:active .icon,
.btn-danger.active .icon,
.btn-danger.dropdown-toggle .icon,
.btn-outline-danger:active .icon,
.btn-outline-danger.active .icon,
.btn-outline-danger.dropdown-toggle .icon {
  fill: #FFF;
}

.btn-danger:disabled .icon,
.btn-danger.disabled .icon {
  fill: #FFF;
}

.btn-outline-danger:disabled .icon,
.btn-outline-danger.disabled .icon {
  fill: #f67c94;
}

.btn-gray, .btn-gray.dropdown-toggle {
  color: #FFF;
  background-color: #677879;
  border-color: #677879;
}

.btn-outline-gray, .btn-outline-gray.dropdown-toggle {
  color: #677879;
  background: none;
  border-color: #677879;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-gray:hover, .btn-outline-gray:hover {
  color: #FFF;
  background-color: #566465;
  border-color: #566465;
}

.btn-gray:focus, .btn-outline-gray:focus,
.btn-gray:active, .btn-gray.active,
.btn-outline-gray:active, .btn-outline-gray.active {
  color: #FFF;
  background-color: #566465;
  border-color: #566465;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(103, 120, 121, 0.2);
  box-shadow: 0 0 0 0.2rem rgba(103, 120, 121, 0.2);
}

.btn-gray:disabled, .btn-gray.disabled {
  color: #FFF;
  background-color: #acb6b7;
  border-color: #acb6b7;
}

.btn-outline-gray:disabled, .btn-outline-gray.disabled {
  color: #acb6b7;
  border-color: #acb6b7;
}

.btn-gray .icon {
  fill: #FFF;
}

.btn-outline-gray .icon {
  fill: #677879;
}

.btn-gray:hover .icon,
.btn-outline-gray:hover .icon {
  fill: #FFF;
}

.btn-gray:focus .icon,
.btn-outline-gray:focus .icon {
  fill: #FFF;
}

.btn-gray:active .icon,
.btn-gray.active .icon,
.btn-gray.dropdown-toggle .icon,
.btn-outline-gray:active .icon,
.btn-outline-gray.active .icon,
.btn-outline-gray.dropdown-toggle .icon {
  fill: #FFF;
}

.btn-gray:disabled .icon,
.btn-gray.disabled .icon {
  fill: #FFF;
}

.btn-outline-gray:disabled .icon,
.btn-outline-gray.disabled .icon {
  fill: #acb6b7;
}

.btn-light, .btn-light.dropdown-toggle {
  color: #000;
  background-color: #FFF;
  border-color: #FFF;
}

.btn-outline-light, .btn-outline-light.dropdown-toggle {
  color: #FFF;
  background: none;
  border-color: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-light:hover, .btn-outline-light:hover {
  color: #000;
  background-color: #f1f3f3;
  border-color: #f1f3f3;
}

.btn-light:focus, .btn-outline-light:focus,
.btn-light:active, .btn-light.active,
.btn-outline-light:active, .btn-outline-light.active {
  color: #000;
  background-color: #f1f3f3;
  border-color: #f1f3f3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.2);
}

.btn-light:disabled, .btn-light.disabled {
  color: #889899;
  background-color: #acb6b7;
  border-color: #acb6b7;
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #acb6b7;
  border-color: #acb6b7;
}

.btn-light .icon {
  fill: #000;
}

.btn-outline-light .icon {
  fill: #FFF;
}

.btn-light:hover .icon,
.btn-outline-light:hover .icon {
  fill: #000;
}

.btn-light:focus .icon,
.btn-outline-light:focus .icon {
  fill: #000;
}

.btn-light:active .icon,
.btn-light.active .icon,
.btn-light.dropdown-toggle .icon,
.btn-outline-light:active .icon,
.btn-outline-light.active .icon,
.btn-outline-light.dropdown-toggle .icon {
  fill: #000;
}

.btn-light:disabled .icon,
.btn-light.disabled .icon {
  fill: #889899;
}

.btn-outline-light:disabled .icon,
.btn-outline-light.disabled .icon {
  fill: #acb6b7;
}

.btn-dark, .btn-dark.dropdown-toggle {
  color: #FFF;
  background-color: #000;
  border-color: #000;
}

.btn-outline-dark, .btn-outline-dark.dropdown-toggle {
  color: #000;
  background: none;
  border-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-dark:hover, .btn-outline-dark:hover {
  color: #FFF;
  background-color: #343d3d;
  border-color: #343d3d;
}

.btn-dark:focus, .btn-outline-dark:focus,
.btn-dark:active, .btn-dark.active,
.btn-outline-dark:active, .btn-outline-dark.active {
  color: #FFF;
  background-color: #343d3d;
  border-color: #343d3d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.2);
}

.btn-dark:disabled, .btn-dark.disabled {
  color: #677879;
  background-color: #455051;
  border-color: #455051;
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #455051;
  border-color: #455051;
}

.btn-dark .icon {
  fill: #FFF;
}

.btn-outline-dark .icon {
  fill: #000;
}

.btn-dark:hover .icon,
.btn-outline-dark:hover .icon {
  fill: #FFF;
}

.btn-dark:focus .icon,
.btn-outline-dark:focus .icon {
  fill: #FFF;
}

.btn-dark:active .icon,
.btn-dark.active .icon,
.btn-dark.dropdown-toggle .icon,
.btn-outline-dark:active .icon,
.btn-outline-dark.active .icon,
.btn-outline-dark.dropdown-toggle .icon {
  fill: #FFF;
}

.btn-dark:disabled .icon,
.btn-dark.disabled .icon {
  fill: #677879;
}

.btn-outline-dark:disabled .icon,
.btn-outline-dark.disabled .icon {
  fill: #455051;
}

.btn-link {
  color: #80b046;
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link:hover, .btn-link:active, .btn-link.active {
  color: #4a8b2c;
  text-decoration: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #889899;
  text-decoration: none;
}

.btn-link .icon {
  fill: #80b046;
}

.btn-link:hover .icon,
.btn-link:active .icon,
.btn-link.active .icon {
  fill: #4a8b2c;
}

.btn-link:disabled .icon,
.btn-link.disabled .icon {
  fill: #889899;
}

/* BADGES */
.badge {
  display: inline-block;
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1.75;
  height: 1.75em;
  padding: 0 0.4375em;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.2rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -.05em;
}

.badge.badge-pill {
  padding: 0 0.58333em;
  border-radius: 0.875em;
}

*[href].badge {
  text-decoration: none;
}

.badge-primary {
  background-color: #80b046;
  color: #f3f6ee;
}

*[href]:hover .badge-primary,
*[href]:focus .badge-primary,
*[href]:active .badge-primary,
.badge-primary[href]:hover,
.badge-primary[href]:focus,
.badge-primary[href]:active {
  background-color: #6a923a;
  color: #f3f6ee;
}

*[href]:disabled .badge-primary,
.badge-primary[href]:disabled {
  background-color: #b9d29b;
  color: #f3f6ee;
}

.badge-secondary {
  background-color: #4a8b2c;
  color: #f0f7ed;
}

*[href]:hover .badge-secondary,
*[href]:focus .badge-secondary,
*[href]:active .badge-secondary,
.badge-secondary[href]:hover,
.badge-secondary[href]:focus,
.badge-secondary[href]:active {
  background-color: #3f7726;
  color: #f0f7ed;
}

*[href]:disabled .badge-secondary,
.badge-secondary[href]:disabled {
  background-color: #98cf7f;
  color: #f0f7ed;
}

.badge-info {
  background-color: #587A9D;
  color: #f0f2f5;
}

*[href]:hover .badge-info,
*[href]:focus .badge-info,
*[href]:active .badge-info,
.badge-info[href]:hover,
.badge-info[href]:focus,
.badge-info[href]:active {
  background-color: #496582;
  color: #f0f2f5;
}

*[href]:disabled .badge-info,
.badge-info[href]:disabled {
  background-color: #a4b6c8;
  color: #f0f2f5;
}

.badge-success {
  background-color: #4CAF50;
  color: #eef6ef;
}

*[href]:hover .badge-success,
*[href]:focus .badge-success,
*[href]:active .badge-success,
.badge-success[href]:hover,
.badge-success[href]:focus,
.badge-success[href]:active {
  background-color: #3f9142;
  color: #eef6ef;
}

*[href]:disabled .badge-success,
.badge-success[href]:disabled {
  background-color: #9fd0a1;
  color: #eef6ef;
}

.badge-warning {
  background-color: #FFC107;
  color: #fcf7e9;
}

*[href]:hover .badge-warning,
*[href]:focus .badge-warning,
*[href]:active .badge-warning,
.badge-warning[href]:hover,
.badge-warning[href]:focus,
.badge-warning[href]:active {
  background-color: #d8a200;
  color: #fcf7e9;
}

*[href]:disabled .badge-warning,
.badge-warning[href]:disabled {
  background-color: #f6d97f;
  color: #fcf7e9;
}

.badge-danger {
  background-color: #FF0033;
  color: #fce9ed;
}

*[href]:hover .badge-danger,
*[href]:focus .badge-danger,
*[href]:active .badge-danger,
.badge-danger[href]:hover,
.badge-danger[href]:focus,
.badge-danger[href]:active {
  background-color: #d2002a;
  color: #fce9ed;
}

*[href]:disabled .badge-danger,
.badge-danger[href]:disabled {
  background-color: #f67c94;
  color: #fce9ed;
}

.badge-gray {
  background-color: #677879;
  color: #f1f3f3;
}

*[href]:hover .badge-gray,
*[href]:focus .badge-gray,
*[href]:active .badge-gray,
.badge-gray[href]:hover,
.badge-gray[href]:focus,
.badge-gray[href]:active {
  background-color: #566465;
  color: #f1f3f3;
}

*[href]:disabled .badge-gray,
.badge-gray[href]:disabled {
  background-color: #acb6b7;
  color: #f1f3f3;
}

.badge-light {
  background-color: #f1f3f3;
  color: #232929;
}

*[href]:hover .badge-light,
*[href]:focus .badge-light,
*[href]:active .badge-light,
.badge-light[href]:hover,
.badge-light[href]:focus,
.badge-light[href]:active {
  background-color: #cfd4d5;
  color: #232929;
}

*[href]:disabled .badge-light,
.badge-light[href]:disabled {
  background-color: #889899;
  color: #acb6b7;
}

.badge-dark {
  background-color: #232929;
  color: #f1f3f3;
}

*[href]:hover .badge-dark,
*[href]:focus .badge-dark,
*[href]:active .badge-dark,
.badge-dark[href]:hover,
.badge-dark[href]:focus,
.badge-dark[href]:active {
  background-color: #343d3d;
  color: #f1f3f3;
}

*[href]:disabled .badge-dark,
.badge-dark[href]:disabled {
  background-color: #343d3d;
  color: #455051;
}

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

.form-group label {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #000;
}

.form-control, .form-control-plaintext {
  display: block;
  width: 100%;
  height: 3.325rem;
  line-height: 2.5;
  text-align: left;
  padding: 0.05rem 0.625em;
  font-weight: 300;
  background: #FFF;
  border: 0.05rem solid #acb6b7;
  border-radius: 0.2rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.form-control::-webkit-input-placeholder, .form-control-plaintext::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #889899;
  font-weight: 300;
  opacity: 1;
  /* Firefox */
}

.form-control:-ms-input-placeholder, .form-control-plaintext:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #889899;
  font-weight: 300;
  opacity: 1;
  /* Firefox */
}

.form-control::-ms-input-placeholder, .form-control-plaintext::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #889899;
  font-weight: 300;
  opacity: 1;
  /* Firefox */
}

.form-control::placeholder, .form-control-plaintext::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #889899;
  font-weight: 300;
  opacity: 1;
  /* Firefox */
}

.form-control:-ms-input-placeholder, .form-control-plaintext:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #889899;
  font-weight: 300;
}

.form-control::-ms-input-placeholder, .form-control-plaintext::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #889899;
  font-weight: 300;
}

.form-control::-ms-expand, .form-control-plaintext::-ms-expand {
  background-color: transparent;
  border: 0;
}

textarea.form-control, textarea.form-control-plaintext {
  height: auto;
  padding: 1rem;
  line-height: 1.5;
  overflow: auto;
  resize: vertical;
}

select.form-control {
  position: relative;
  height: 3.325rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:not([multiple]) {
  background: #fff url("data:image/svg+xml;charset=UTF-8,\a         <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'>\a             <path d='M15,22.5c0.415,0,0.79-0.169,1.062-0.441l10.498-10.497C26.832,11.29,27,10.915,27,10.5C27,9.672,26.328,9,25.5,9c-0.415,0-0.79,0.169-1.062,0.441L15,18.879L5.562,9.441C5.29,9.169,4.915,9,4.5,9C3.672,9,3,9.672,3,10.5c0,0.415,0.168,0.79,0.441,1.062l10.498,10.497C14.21,22.331,14.585,22.5,15,22.5z'/>\a         </svg>") no-repeat right 1rem center;
  background-size: 1rem 1rem;
  padding-right: 3rem;
}

select[multiple] {
  height: auto;
}

select[multiple]:focus option:checked {
  background: #80b046 -webkit-gradient(linear, left bottom, left top, from(#80b046), to(#80b046));
  background: #80b046 linear-gradient(0deg, #80b046 0%, #80b046 100%);
}

.form-control:focus {
  border-color: #677879;
  -webkit-box-shadow: 0 0 0 0.2em rgba(103, 120, 121, 0.2);
  box-shadow: 0 0 0 0.2em rgba(103, 120, 121, 0.2);
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  color: #889899;
  background-color: #f1f3f3;
  border-color: #cfd4d5;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.col-form-label {
  line-height: 2.5;
  padding: 0.1rem 0;
}

.form-control-plaintext {
  display: block;
  font-weight: bold;
  border-color: rgba(255, 255, 255, 0);
  background: none;
  padding-left: 0;
  padding-right: 0;
}

.form-control-sm, .form-label-sm, .col-form-label-sm {
  font-size: 1rem;
}

.form-control-sm, select.form-control-sm {
  height: 2.7rem;
}

.form-control-lg, .form-label-lg, .col-form-label-lg {
  font-size: 1.7675rem;
}

.form-control-lg, select.form-control-lg {
  height: 4.61875rem;
}

.form-check {
  position: relative;
  display: block;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.form-check-input {
  position: absolute;
  opacity: 0;
}

.form-check-label {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 1.5em;
}

.form-check-input ~ .form-check-label:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: .2em;
  left: -1.5em;
  height: 1em;
  width: 1em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90% 90%;
  background-color: #FFF;
  border: 0.05rem solid #acb6b7;
  border-radius: 0.1em;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.form-check-input[type=checkbox]:checked ~ .form-check-label:before {
  background-color: #80b046;
  background-image: url("data:image/svg+xml;charset=UTF-8,\a         <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' fill='%23fff' style='position: absolute;'>\a             <path d='M23.559,11.562l-9.998,9.997C13.29,21.831,12.915,22,12.5,22s-0.79-0.169-1.062-0.441l-4.998-4.997C6.168,16.29,6,15.915,6,15.5C6,14.672,6.672,14,7.5,14c0.415,0,0.79,0.169,1.062,0.441l3.938,3.938l8.938-8.938C21.71,9.169,22.085,9,22.5,9c0.828,0,1.5,0.672,1.5,1.5C24,10.915,23.832,11.29,23.559,11.562z'/>\a         </svg>");
}

.form-check-input[type=checkbox]:indeterminate ~ .form-check-label:before {
  background-color: #80b046;
  background-image: url("data:image/svg+xml;charset=UTF-8,\a         <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' fill='%23fff' style='position: absolute;'>\a             <path d='M22.5,16h-15C6.672,16,6,15.328,6,14.5v0C6,13.672,6.672,13,7.5,13h15c0.828,0,1.5,0.672,1.5,1.5v0\a             C24,15.328,23.328,16,22.5,16z'/>\a         </svg>");
}

.form-check-input:focus ~ .form-check-label:before {
  -webkit-box-shadow: 0 0 0 0.1em rgba(103, 120, 121, 0.2);
  box-shadow: 0 0 0 0.1em rgba(103, 120, 121, 0.2);
}

.form-check-input:disabled ~ .form-check-label {
  color: #889899;
}

.form-check-input:disabled ~ .form-check-label:before {
  opacity: .5;
}

.form-check-input[type=radio] ~ .form-check-label:before {
  border-radius: 0.5em;
}

.form-check-input[type=radio]:checked ~ .form-check-label:before {
  background-color: #80b046;
  background-image: url("data:image/svg+xml;charset=UTF-8,\a         <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23fff' style='position: absolute;'>\a             <circle cx='10' cy='10' r='4'/>\a         </svg>");
}

.form-control-file {
  border: 0;
  clip: rect(0, 0, 0, 0);
  width: .1px;
  height: .1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
}

.form-control-file + label {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 2.5;
  height: 3.225rem;
  padding: 0 0.83333rem;
  margin-right: 0.5rem;
  border-width: 0.1rem;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0.2rem;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #FFF;
  background-color: #4a8b2c;
  border-color: #4a8b2c;
}

.form-control-file:focus + label,
.form-control-file:active + label,
.form-control-file + label:hover {
  color: #FFF;
  background-color: #3f7726;
  border-color: #3f7726;
}

.form-control-file:focus + label,
.form-control-file:active + label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 119, 38, 0.2);
  box-shadow: 0 0 0 0.2rem rgba(63, 119, 38, 0.2);
}

.form-control-range {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
}

.form-control-range:focus {
  outline: none;
}

.form-control-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  cursor: pointer;
  background: #cfd4d5;
  border-radius: 0.25rem;
}

.form-control-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  background: #80b046;
  border-radius: 0.625rem;
  margin-top: -0.375rem;
}

.form-control-range:focus::-webkit-slider-runnable-track {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 212, 213, 0.2);
  box-shadow: 0 0 0 0.2rem rgba(207, 212, 213, 0.2);
}

.form-control-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 176, 70, 0.2);
  box-shadow: 0 0 0 0.2rem rgba(128, 176, 70, 0.2);
}

.form-control-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  cursor: pointer;
  background: #cfd4d5;
  border-radius: 0.25rem;
}

.form-control-range::-moz-range-thumb {
  width: 1.25rem;
  height: 1.25rem;
  background: #80b046;
  border-radius: 0.625rem;
  margin-top: -0.375rem;
}

.form-control-range:focus::-moz-range-track {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 212, 213, 0.2);
  box-shadow: 0 0 0 0.2rem rgba(207, 212, 213, 0.2);
}

.form-control-range:focus::-moz-range-thumb {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 176, 70, 0.2);
  box-shadow: 0 0 0 0.2rem rgba(128, 176, 70, 0.2);
}

.form-control-range::-ms-track {
  width: 100%;
  height: .5rem;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 1rem 0;
  color: transparent;
}

.form-control-range::-ms-fill-lower {
  background: #cfd4d5;
  border-radius: 0.25rem;
}

.form-control-range::-ms-fill-upper {
  background: #cfd4d5;
  border-radius: 0.25rem;
}

.form-control-range::-ms-thumb {
  width: 1.25rem;
  height: 1.25rem;
  background: #80b046;
  border-radius: 0.625rem;
  margin-top: -0.375rem;
}

.form-control-range:focus::-ms-thumb {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 176, 70, 0.2);
  box-shadow: 0 0 0 0.2rem rgba(128, 176, 70, 0.2);
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.input-group.input-group-sm {
  font-size: 1rem;
}

.input-group.input-group-sm .form-control {
  height: 2.7rem;
}

.input-group.input-group-lg {
  font-size: 1.7675rem;
}

.input-group.input-group-lg .form-control {
  height: 4.61875rem;
}

.input-group .btn {
  height: 100%;
}

.input-group .input-group-prepend, .input-group .input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group .input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #889899;
  background: #f1f3f3;
  padding: 0 1rem;
  white-space: nowrap;
  border: 0.05rem solid #acb6b7;
}

.input-group .input-group-prepend .input-group-text {
  border-right: none;
  -moz-border-bottom-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
  -moz-border-top-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

.input-group .input-group-append .input-group-text {
  border-left: none;
  -moz-border-top-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  -moz-border-bottom-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.input-group .input-group-prepend .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .input-group-prepend .btn + .btn {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .input-group-append .btn:not(:last-child) {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .input-group-append .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .form-control + .form-control {
  border-left: none;
}

.input-group .input-group-prepend .input-group-text + .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .input-group-append .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* IMAGES */
.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: .25rem;
  background-color: #FFF;
  border: 1px solid #cfd4d5;
  border-radius: 0.2rem;
  border-color: #acb6b7;
  max-width: 100%;
  height: auto;
}

.figure {
  margin: 0 0 1rem;
}

.figure .figure-caption {
  font-size: 1rem;
  color: #677879;
}

/* ALERTS */
.alert {
  position: relative;
  padding: 0.75rem;
  border-radius: 0.2rem;
  border: 1px solid #cfd4d5;
  margin-bottom: 1rem;
}

.alert h1, .alert .h1,
.alert h2, .alert .h2,
.alert h3, .alert .h3,
.alert h4, .alert .h4,
.alert h5, .alert .h5,
.alert h6, .alert .h6,
.alert .display-1,
.alert .display-2,
.alert .display-3,
.alert .display-4,
.alert p {
  margin: 0;
}

.alert-icon {
  padding-left: 2.25rem;
}

.alert-dismissible {
  padding-right: 2.625rem;
}

.alert-icon > .icon {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  margin: .4rem 0 0 0;
}

.alert .close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: .2em;
  line-height: 1;
}

.alert .close:focus,
.alert .close:active {
  outline: none;
}

.alert .close .icon {
  margin: 0;
}

.alert-primary {
  background: #f3f6ee;
  color: #3e5522;
  border-color: #d6e3c6;
}

.alert-primary a {
  color: #3e5522;
}

.alert-primary a:hover,
.alert-primary a:active,
.alert-primary a:focus {
  color: #3e5522;
}

.alert-primary hr {
  border-color: #d6e3c6;
}

.alert-primary .icon {
  fill: #6a923a;
}

.alert-primary .close:hover .icon,
.alert-primary .close:active .icon,
.alert-primary .close:focus .icon {
  fill: #3e5522;
}

.alert-secondary {
  background: #f0f7ed;
  color: #2a4e19;
  border-color: #c5e2b7;
}

.alert-secondary a {
  color: #2a4e19;
}

.alert-secondary a:hover,
.alert-secondary a:active,
.alert-secondary a:focus {
  color: #2a4e19;
}

.alert-secondary hr {
  border-color: #c5e2b7;
}

.alert-secondary .icon {
  fill: #3f7726;
}

.alert-secondary .close:hover .icon,
.alert-secondary .close:active .icon,
.alert-secondary .close:focus .icon {
  fill: #2a4e19;
}

.alert-info {
  background: #f0f2f5;
  color: #2b3b4c;
  border-color: #cbd4de;
}

.alert-info a {
  color: #2b3b4c;
}

.alert-info a:hover,
.alert-info a:active,
.alert-info a:focus {
  color: #2b3b4c;
}

.alert-info hr {
  border-color: #cbd4de;
}

.alert-info .icon {
  fill: #496582;
}

.alert-info .close:hover .icon,
.alert-info .close:active .icon,
.alert-info .close:focus .icon {
  fill: #2b3b4c;
}

.alert-success {
  background: #eef6ef;
  color: #245426;
  border-color: #c8e3c9;
}

.alert-success a {
  color: #245426;
}

.alert-success a:hover,
.alert-success a:active,
.alert-success a:focus {
  color: #245426;
}

.alert-success hr {
  border-color: #c8e3c9;
}

.alert-success .icon {
  fill: #3f9142;
}

.alert-success .close:hover .icon,
.alert-success .close:active .icon,
.alert-success .close:focus .icon {
  fill: #245426;
}

.alert-warning {
  background: #fcf7e9;
  color: #7b5c00;
  border-color: #f7e7b5;
}

.alert-warning a {
  color: #7b5c00;
}

.alert-warning a:hover,
.alert-warning a:active,
.alert-warning a:focus {
  color: #7b5c00;
}

.alert-warning hr {
  border-color: #f7e7b5;
}

.alert-warning .icon {
  fill: #d8a200;
}

.alert-warning .close:hover .icon,
.alert-warning .close:active .icon,
.alert-warning .close:focus .icon {
  fill: #7b5c00;
}

.alert-danger {
  background: #fce9ed;
  color: #790018;
  border-color: #f7b4c1;
}

.alert-danger a {
  color: #790018;
}

.alert-danger a:hover,
.alert-danger a:active,
.alert-danger a:focus {
  color: #790018;
}

.alert-danger hr {
  border-color: #f7b4c1;
}

.alert-danger .icon {
  fill: #d2002a;
}

.alert-danger .close:hover .icon,
.alert-danger .close:active .icon,
.alert-danger .close:focus .icon {
  fill: #790018;
}

.alert-gray {
  background: #f1f3f3;
  color: #343d3d;
  border-color: #cfd4d5;
}

.alert-gray a {
  color: #343d3d;
}

.alert-gray a:hover,
.alert-gray a:active,
.alert-gray a:focus {
  color: #343d3d;
}

.alert-gray hr {
  border-color: #cfd4d5;
}

.alert-gray .icon {
  fill: #566465;
}

.alert-gray .close:hover .icon,
.alert-gray .close:active .icon,
.alert-gray .close:focus .icon {
  fill: #343d3d;
}

.alert-light {
  background: #FFF;
  color: #343d3d;
  border-color: #FFF;
}

.alert-light a {
  color: #343d3d;
}

.alert-light a:hover,
.alert-light .alert-light a:active,
.alert-light .alert-light a:focus {
  color: #343d3d;
}

.alert-light hr {
  border-color: #FFF;
}

.alert-light .icon {
  fill: #566465;
}

.alert-light .close:hover .icon,
.alert-light .close:active .icon,
.alert-light .close:focus .icon {
  fill: #343d3d;
}

.alert-dark {
  background: #343d3d;
  color: #f1f3f3;
  border-color: #232929;
}

.alert-dark a {
  color: #FFF;
}

.alert-dark a:hover,
.alert-dark .alert-light a:active,
.alert-dark .alert-light a:focus {
  color: #FFF;
}

.alert-dark hr {
  border-color: #455051;
}

.alert-dark .icon {
  fill: #acb6b7;
}

.alert-dark .close .icon {
  fill: #acb6b7;
}

.alert-dark .close:hover .icon,
.alert-dark .close:active .icon,
.alert-dark .close:focus .icon {
  fill: #f1f3f3;
}

/* BUTTON GROUPS */
.btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
}

.btn-outline-group {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-group .btn:not(:first-child), .btn-outline-group .btn:not(:first-child) {
  border-left: none;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .btn:not(:last-child), .btn-outline-group .btn:not(:last-child) {
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-group-vertical .btn:not(:first-child), .btn-outline-group-vertical .btn:not(:first-child) {
  border-left: none;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-vertical .btn:not(:last-child), .btn-outline-group-vertical .btn:not(:last-child) {
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn-toolbar .input-group {
  width: auto;
}

/* BREADCRUMBS */
.breadcrumb {
  list-style-type: none;
  padding: 0.75rem;
  margin-top: 0;
  margin-bottom: 1rem;
  background-color: #f1f3f3;
  border-radius: 0.2rem;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li:after {
  content: " / ";
  color: #acb6b7;
}

.breadcrumb li:last-of-type:after {
  content: none;
}

/* CARDS */
.card {
  background-color: #FFF;
  border: 1px solid #cfd4d5;
  border-color: #FFF;
  border-radius: 0.2rem;
  overflow: hidden;
}

.card-header, .card-footer {
  background: #f1f3f3;
  padding: 0.66667rem 1rem;
}

.card-header {
  border-bottom: 1px solid #cfd4d5;
  border-bottom-color: #FFF;
}

.card-footer {
  border-top: 1px solid #cfd4d5;
  border-top-color: #FFF;
  color: #677879;
}

.card-img-top {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.card-body {
  padding: 1rem;
}

.card .list-group {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.card .list-group li {
  padding: 0.66667rem 1rem;
  border-bottom: 1px solid #cfd4d5;
  border-top-color: #FFF;
}

.card .list-group li:last-of-type {
  border-bottom: none;
}

.card.bg-primary-xxxd {
  background-color: #283716;
}

.card.bg-primary-xxd {
  background-color: #3e5522;
}

.card.bg-primary-xd {
  background-color: #54732e;
}

.card.bg-primary-d {
  background-color: #6a923a;
}

.card.bg-primary {
  background-color: #80b046;
}

.card.bg-primary-l {
  background-color: #9dc270;
}

.card.bg-primary-xl {
  background-color: #b9d29b;
}

.card.bg-primary-xxl {
  background-color: #d6e3c6;
}

.card.bg-primary-xxxl {
  background-color: #f3f6ee;
}

.card.border-primary-xxxd {
  border-color: #283716;
}

.card.border-primary-xxd {
  border-color: #3e5522;
}

.card.border-primary-xd {
  border-color: #54732e;
}

.card.border-primary-d {
  border-color: #6a923a;
}

.card.border-primary {
  border-color: #80b046;
}

.card.border-primary-l {
  border-color: #9dc270;
}

.card.border-primary-xl {
  border-color: #b9d29b;
}

.card.border-primary-xxl {
  border-color: #d6e3c6;
}

.card.border-primary-xxxl {
  border-color: #f3f6ee;
}

.card.primary-xxxd {
  color: #283716;
  fill: #283716;
}

.card.primary-xxd {
  color: #283716;
  fill: #3e5522;
}

.card.primary-xd {
  color: #3e5522;
  fill: #54732e;
}

.card.primary-d {
  color: #54732e;
  fill: #6a923a;
}

.card.primary {
  color: #6a923a;
  fill: #80b046;
}

.card.primary-l {
  color: #80b046;
  fill: #9dc270;
}

.card.primary-xl {
  color: #9dc270;
  fill: #b9d29b;
}

.card.primary-xxl {
  color: #b9d29b;
  fill: #d6e3c6;
}

.card.primary-xxxl {
  color: #b9d29b;
  fill: #f3f6ee;
}

.card.bg-primary-xxxd .card-header,
.card.bg-primary-xxxd .card-footer {
  background-color: #283716;
}

.card.bg-primary-xxd .card-header,
.card.bg-primary-xxd .card-footer {
  background-color: #3e5522;
}

.card.bg-primary-xd .card-header,
.card.bg-primary-xd .card-footer {
  background-color: #54732e;
}

.card.bg-primary-d .card-header,
.card.bg-primary-d .card-footer {
  background-color: #6a923a;
}

.card.bg-primary .card-header,
.card.bg-primary .card-footer {
  background-color: #80b046;
}

.card.bg-primary-l .card-header,
.card.bg-primary-l .card-footer {
  background-color: #9dc270;
}

.card.bg-primary-xl .card-header,
.card.bg-primary-xl .card-footer {
  background-color: #b9d29b;
}

.card.bg-primary-xxl .card-header,
.card.bg-primary-xxl .card-footer {
  background-color: #d6e3c6;
}

.card.bg-primary-xxxl .card-header,
.card.bg-primary-xxxl .card-footer {
  background-color: #f3f6ee;
}

.card.border-primary-xxxd .card-header,
.card.border-primary-xxxd .card-footer {
  border-color: #283716;
}

.card.border-primary-xxd .card-header,
.card.border-primary-xxd .card-footer {
  border-color: #3e5522;
}

.card.border-primary-xd .card-header,
.card.border-primary-xd .card-footer {
  border-color: #54732e;
}

.card.border-primary-d .card-header,
.card.border-primary-d .card-footer {
  border-color: #6a923a;
}

.card.border-primary .card-header,
.card.border-primary .card-footer {
  border-color: #80b046;
}

.card.border-primary-l .card-header,
.card.border-primary-l .card-footer {
  border-color: #9dc270;
}

.card.border-primary-xl .card-header,
.card.border-primary-xl .card-footer {
  border-color: #b9d29b;
}

.card.border-primary-xxl .card-header,
.card.border-primary-xxl .card-footer {
  border-color: #d6e3c6;
}

.card.border-primary-xxxl .card-header,
.card.border-primary-xxxl .card-footer {
  border-color: #f3f6ee;
}

.card.bg-secondary-xxxd {
  background-color: #1f3a12;
}

.card.bg-secondary-xxd {
  background-color: #2a4e19;
}

.card.bg-secondary-xd {
  background-color: #34631f;
}

.card.bg-secondary-d {
  background-color: #3f7726;
}

.card.bg-secondary {
  background-color: #4a8b2c;
}

.card.bg-secondary-l {
  background-color: #6bbe44;
}

.card.bg-secondary-xl {
  background-color: #98cf7f;
}

.card.bg-secondary-xxl {
  background-color: #c5e2b7;
}

.card.bg-secondary-xxxl {
  background-color: #f0f7ed;
}

.card.border-secondary-xxxd {
  border-color: #1f3a12;
}

.card.border-secondary-xxd {
  border-color: #2a4e19;
}

.card.border-secondary-xd {
  border-color: #34631f;
}

.card.border-secondary-d {
  border-color: #3f7726;
}

.card.border-secondary {
  border-color: #4a8b2c;
}

.card.border-secondary-l {
  border-color: #6bbe44;
}

.card.border-secondary-xl {
  border-color: #98cf7f;
}

.card.border-secondary-xxl {
  border-color: #c5e2b7;
}

.card.border-secondary-xxxl {
  border-color: #f0f7ed;
}

.card.secondary-xxxd {
  color: #1f3a12;
  fill: #1f3a12;
}

.card.secondary-xxd {
  color: #1f3a12;
  fill: #2a4e19;
}

.card.secondary-xd {
  color: #2a4e19;
  fill: #34631f;
}

.card.secondary-d {
  color: #34631f;
  fill: #3f7726;
}

.card.secondary {
  color: #3f7726;
  fill: #4a8b2c;
}

.card.secondary-l {
  color: #4a8b2c;
  fill: #6bbe44;
}

.card.secondary-xl {
  color: #6bbe44;
  fill: #98cf7f;
}

.card.secondary-xxl {
  color: #98cf7f;
  fill: #c5e2b7;
}

.card.secondary-xxxl {
  color: #98cf7f;
  fill: #f0f7ed;
}

.card.bg-secondary-xxxd .card-header,
.card.bg-secondary-xxxd .card-footer {
  background-color: #1f3a12;
}

.card.bg-secondary-xxd .card-header,
.card.bg-secondary-xxd .card-footer {
  background-color: #2a4e19;
}

.card.bg-secondary-xd .card-header,
.card.bg-secondary-xd .card-footer {
  background-color: #34631f;
}

.card.bg-secondary-d .card-header,
.card.bg-secondary-d .card-footer {
  background-color: #3f7726;
}

.card.bg-secondary .card-header,
.card.bg-secondary .card-footer {
  background-color: #4a8b2c;
}

.card.bg-secondary-l .card-header,
.card.bg-secondary-l .card-footer {
  background-color: #6bbe44;
}

.card.bg-secondary-xl .card-header,
.card.bg-secondary-xl .card-footer {
  background-color: #98cf7f;
}

.card.bg-secondary-xxl .card-header,
.card.bg-secondary-xxl .card-footer {
  background-color: #c5e2b7;
}

.card.bg-secondary-xxxl .card-header,
.card.bg-secondary-xxxl .card-footer {
  background-color: #f0f7ed;
}

.card.border-secondary-xxxd .card-header,
.card.border-secondary-xxxd .card-footer {
  border-color: #1f3a12;
}

.card.border-secondary-xxd .card-header,
.card.border-secondary-xxd .card-footer {
  border-color: #2a4e19;
}

.card.border-secondary-xd .card-header,
.card.border-secondary-xd .card-footer {
  border-color: #34631f;
}

.card.border-secondary-d .card-header,
.card.border-secondary-d .card-footer {
  border-color: #3f7726;
}

.card.border-secondary .card-header,
.card.border-secondary .card-footer {
  border-color: #4a8b2c;
}

.card.border-secondary-l .card-header,
.card.border-secondary-l .card-footer {
  border-color: #6bbe44;
}

.card.border-secondary-xl .card-header,
.card.border-secondary-xl .card-footer {
  border-color: #98cf7f;
}

.card.border-secondary-xxl .card-header,
.card.border-secondary-xxl .card-footer {
  border-color: #c5e2b7;
}

.card.border-secondary-xxxl .card-header,
.card.border-secondary-xxxl .card-footer {
  border-color: #f0f7ed;
}

.card.bg-info-xxxd {
  background-color: #1b2631;
}

.card.bg-info-xxd {
  background-color: #2b3b4c;
}

.card.bg-info-xd {
  background-color: #3a5067;
}

.card.bg-info-d {
  background-color: #496582;
}

.card.bg-info {
  background-color: #587A9D;
}

.card.bg-info-l {
  background-color: #7d98b4;
}

.card.bg-info-xl {
  background-color: #a4b6c8;
}

.card.bg-info-xxl {
  background-color: #cbd4de;
}

.card.bg-info-xxxl {
  background-color: #f0f2f5;
}

.card.border-info-xxxd {
  border-color: #1b2631;
}

.card.border-info-xxd {
  border-color: #2b3b4c;
}

.card.border-info-xd {
  border-color: #3a5067;
}

.card.border-info-d {
  border-color: #496582;
}

.card.border-info {
  border-color: #587A9D;
}

.card.border-info-l {
  border-color: #7d98b4;
}

.card.border-info-xl {
  border-color: #a4b6c8;
}

.card.border-info-xxl {
  border-color: #cbd4de;
}

.card.border-info-xxxl {
  border-color: #f0f2f5;
}

.card.info-xxxd {
  color: #1b2631;
  fill: #1b2631;
}

.card.info-xxd {
  color: #1b2631;
  fill: #2b3b4c;
}

.card.info-xd {
  color: #2b3b4c;
  fill: #3a5067;
}

.card.info-d {
  color: #3a5067;
  fill: #496582;
}

.card.info {
  color: #496582;
  fill: #587A9D;
}

.card.info-l {
  color: #587A9D;
  fill: #7d98b4;
}

.card.info-xl {
  color: #7d98b4;
  fill: #a4b6c8;
}

.card.info-xxl {
  color: #a4b6c8;
  fill: #cbd4de;
}

.card.info-xxxl {
  color: #a4b6c8;
  fill: #f0f2f5;
}

.card.bg-info-xxxd .card-header,
.card.bg-info-xxxd .card-footer {
  background-color: #1b2631;
}

.card.bg-info-xxd .card-header,
.card.bg-info-xxd .card-footer {
  background-color: #2b3b4c;
}

.card.bg-info-xd .card-header,
.card.bg-info-xd .card-footer {
  background-color: #3a5067;
}

.card.bg-info-d .card-header,
.card.bg-info-d .card-footer {
  background-color: #496582;
}

.card.bg-info .card-header,
.card.bg-info .card-footer {
  background-color: #587A9D;
}

.card.bg-info-l .card-header,
.card.bg-info-l .card-footer {
  background-color: #7d98b4;
}

.card.bg-info-xl .card-header,
.card.bg-info-xl .card-footer {
  background-color: #a4b6c8;
}

.card.bg-info-xxl .card-header,
.card.bg-info-xxl .card-footer {
  background-color: #cbd4de;
}

.card.bg-info-xxxl .card-header,
.card.bg-info-xxxl .card-footer {
  background-color: #f0f2f5;
}

.card.border-info-xxxd .card-header,
.card.border-info-xxxd .card-footer {
  border-color: #1b2631;
}

.card.border-info-xxd .card-header,
.card.border-info-xxd .card-footer {
  border-color: #2b3b4c;
}

.card.border-info-xd .card-header,
.card.border-info-xd .card-footer {
  border-color: #3a5067;
}

.card.border-info-d .card-header,
.card.border-info-d .card-footer {
  border-color: #496582;
}

.card.border-info .card-header,
.card.border-info .card-footer {
  border-color: #587A9D;
}

.card.border-info-l .card-header,
.card.border-info-l .card-footer {
  border-color: #7d98b4;
}

.card.border-info-xl .card-header,
.card.border-info-xl .card-footer {
  border-color: #a4b6c8;
}

.card.border-info-xxl .card-header,
.card.border-info-xxl .card-footer {
  border-color: #cbd4de;
}

.card.border-info-xxxl .card-header,
.card.border-info-xxxl .card-footer {
  border-color: #f0f2f5;
}

.card.bg-success-xxxd {
  background-color: #173518;
}

.card.bg-success-xxd {
  background-color: #245426;
}

.card.bg-success-xd {
  background-color: #327234;
}

.card.bg-success-d {
  background-color: #3f9142;
}

.card.bg-success {
  background-color: #4CAF50;
}

.card.bg-success-l {
  background-color: #76c079;
}

.card.bg-success-xl {
  background-color: #9fd0a1;
}

.card.bg-success-xxl {
  background-color: #c8e3c9;
}

.card.bg-success-xxxl {
  background-color: #eef6ef;
}

.card.border-success-xxxd {
  border-color: #173518;
}

.card.border-success-xxd {
  border-color: #245426;
}

.card.border-success-xd {
  border-color: #327234;
}

.card.border-success-d {
  border-color: #3f9142;
}

.card.border-success {
  border-color: #4CAF50;
}

.card.border-success-l {
  border-color: #76c079;
}

.card.border-success-xl {
  border-color: #9fd0a1;
}

.card.border-success-xxl {
  border-color: #c8e3c9;
}

.card.border-success-xxxl {
  border-color: #eef6ef;
}

.card.success-xxxd {
  color: #173518;
  fill: #173518;
}

.card.success-xxd {
  color: #173518;
  fill: #245426;
}

.card.success-xd {
  color: #245426;
  fill: #327234;
}

.card.success-d {
  color: #327234;
  fill: #3f9142;
}

.card.success {
  color: #3f9142;
  fill: #4CAF50;
}

.card.success-l {
  color: #4CAF50;
  fill: #76c079;
}

.card.success-xl {
  color: #76c079;
  fill: #9fd0a1;
}

.card.success-xxl {
  color: #9fd0a1;
  fill: #c8e3c9;
}

.card.success-xxxl {
  color: #9fd0a1;
  fill: #eef6ef;
}

.card.bg-success-xxxd .card-header,
.card.bg-success-xxxd .card-footer {
  background-color: #173518;
}

.card.bg-success-xxd .card-header,
.card.bg-success-xxd .card-footer {
  background-color: #245426;
}

.card.bg-success-xd .card-header,
.card.bg-success-xd .card-footer {
  background-color: #327234;
}

.card.bg-success-d .card-header,
.card.bg-success-d .card-footer {
  background-color: #3f9142;
}

.card.bg-success .card-header,
.card.bg-success .card-footer {
  background-color: #4CAF50;
}

.card.bg-success-l .card-header,
.card.bg-success-l .card-footer {
  background-color: #76c079;
}

.card.bg-success-xl .card-header,
.card.bg-success-xl .card-footer {
  background-color: #9fd0a1;
}

.card.bg-success-xxl .card-header,
.card.bg-success-xxl .card-footer {
  background-color: #c8e3c9;
}

.card.bg-success-xxxl .card-header,
.card.bg-success-xxxl .card-footer {
  background-color: #eef6ef;
}

.card.border-success-xxxd .card-header,
.card.border-success-xxxd .card-footer {
  border-color: #173518;
}

.card.border-success-xxd .card-header,
.card.border-success-xxd .card-footer {
  border-color: #245426;
}

.card.border-success-xd .card-header,
.card.border-success-xd .card-footer {
  border-color: #327234;
}

.card.border-success-d .card-header,
.card.border-success-d .card-footer {
  border-color: #3f9142;
}

.card.border-success .card-header,
.card.border-success .card-footer {
  border-color: #4CAF50;
}

.card.border-success-l .card-header,
.card.border-success-l .card-footer {
  border-color: #76c079;
}

.card.border-success-xl .card-header,
.card.border-success-xl .card-footer {
  border-color: #9fd0a1;
}

.card.border-success-xxl .card-header,
.card.border-success-xxl .card-footer {
  border-color: #c8e3c9;
}

.card.border-success-xxxl .card-header,
.card.border-success-xxxl .card-footer {
  border-color: #eef6ef;
}

.card.bg-warning-xxxd {
  background-color: #4d3900;
}

.card.bg-warning-xxd {
  background-color: #7b5c00;
}

.card.bg-warning-xd {
  background-color: #a97f00;
}

.card.bg-warning-d {
  background-color: #d8a200;
}

.card.bg-warning {
  background-color: #FFC107;
}

.card.bg-warning-l {
  background-color: #f9cc45;
}

.card.bg-warning-xl {
  background-color: #f6d97f;
}

.card.bg-warning-xxl {
  background-color: #f7e7b5;
}

.card.bg-warning-xxxl {
  background-color: #fcf7e9;
}

.card.border-warning-xxxd {
  border-color: #4d3900;
}

.card.border-warning-xxd {
  border-color: #7b5c00;
}

.card.border-warning-xd {
  border-color: #a97f00;
}

.card.border-warning-d {
  border-color: #d8a200;
}

.card.border-warning {
  border-color: #FFC107;
}

.card.border-warning-l {
  border-color: #f9cc45;
}

.card.border-warning-xl {
  border-color: #f6d97f;
}

.card.border-warning-xxl {
  border-color: #f7e7b5;
}

.card.border-warning-xxxl {
  border-color: #fcf7e9;
}

.card.warning-xxxd {
  color: #4d3900;
  fill: #4d3900;
}

.card.warning-xxd {
  color: #4d3900;
  fill: #7b5c00;
}

.card.warning-xd {
  color: #7b5c00;
  fill: #a97f00;
}

.card.warning-d {
  color: #a97f00;
  fill: #d8a200;
}

.card.warning {
  color: #d8a200;
  fill: #FFC107;
}

.card.warning-l {
  color: #FFC107;
  fill: #f9cc45;
}

.card.warning-xl {
  color: #f9cc45;
  fill: #f6d97f;
}

.card.warning-xxl {
  color: #f6d97f;
  fill: #f7e7b5;
}

.card.warning-xxxl {
  color: #f6d97f;
  fill: #fcf7e9;
}

.card.bg-warning-xxxd .card-header,
.card.bg-warning-xxxd .card-footer {
  background-color: #4d3900;
}

.card.bg-warning-xxd .card-header,
.card.bg-warning-xxd .card-footer {
  background-color: #7b5c00;
}

.card.bg-warning-xd .card-header,
.card.bg-warning-xd .card-footer {
  background-color: #a97f00;
}

.card.bg-warning-d .card-header,
.card.bg-warning-d .card-footer {
  background-color: #d8a200;
}

.card.bg-warning .card-header,
.card.bg-warning .card-footer {
  background-color: #FFC107;
}

.card.bg-warning-l .card-header,
.card.bg-warning-l .card-footer {
  background-color: #f9cc45;
}

.card.bg-warning-xl .card-header,
.card.bg-warning-xl .card-footer {
  background-color: #f6d97f;
}

.card.bg-warning-xxl .card-header,
.card.bg-warning-xxl .card-footer {
  background-color: #f7e7b5;
}

.card.bg-warning-xxxl .card-header,
.card.bg-warning-xxxl .card-footer {
  background-color: #fcf7e9;
}

.card.border-warning-xxxd .card-header,
.card.border-warning-xxxd .card-footer {
  border-color: #4d3900;
}

.card.border-warning-xxd .card-header,
.card.border-warning-xxd .card-footer {
  border-color: #7b5c00;
}

.card.border-warning-xd .card-header,
.card.border-warning-xd .card-footer {
  border-color: #a97f00;
}

.card.border-warning-d .card-header,
.card.border-warning-d .card-footer {
  border-color: #d8a200;
}

.card.border-warning .card-header,
.card.border-warning .card-footer {
  border-color: #FFC107;
}

.card.border-warning-l .card-header,
.card.border-warning-l .card-footer {
  border-color: #f9cc45;
}

.card.border-warning-xl .card-header,
.card.border-warning-xl .card-footer {
  border-color: #f6d97f;
}

.card.border-warning-xxl .card-header,
.card.border-warning-xxl .card-footer {
  border-color: #f7e7b5;
}

.card.border-warning-xxxl .card-header,
.card.border-warning-xxxl .card-footer {
  border-color: #fcf7e9;
}

.card.bg-danger-xxxd {
  background-color: #4d000f;
}

.card.bg-danger-xxd {
  background-color: #790018;
}

.card.bg-danger-xd {
  background-color: #a60021;
}

.card.bg-danger-d {
  background-color: #d2002a;
}

.card.bg-danger {
  background-color: #FF0033;
}

.card.bg-danger-l {
  background-color: #f94065;
}

.card.bg-danger-xl {
  background-color: #f67c94;
}

.card.bg-danger-xxl {
  background-color: #f7b4c1;
}

.card.bg-danger-xxxl {
  background-color: #fce9ed;
}

.card.border-danger-xxxd {
  border-color: #4d000f;
}

.card.border-danger-xxd {
  border-color: #790018;
}

.card.border-danger-xd {
  border-color: #a60021;
}

.card.border-danger-d {
  border-color: #d2002a;
}

.card.border-danger {
  border-color: #FF0033;
}

.card.border-danger-l {
  border-color: #f94065;
}

.card.border-danger-xl {
  border-color: #f67c94;
}

.card.border-danger-xxl {
  border-color: #f7b4c1;
}

.card.border-danger-xxxl {
  border-color: #fce9ed;
}

.card.danger-xxxd {
  color: #4d000f;
  fill: #4d000f;
}

.card.danger-xxd {
  color: #4d000f;
  fill: #790018;
}

.card.danger-xd {
  color: #790018;
  fill: #a60021;
}

.card.danger-d {
  color: #a60021;
  fill: #d2002a;
}

.card.danger {
  color: #d2002a;
  fill: #FF0033;
}

.card.danger-l {
  color: #FF0033;
  fill: #f94065;
}

.card.danger-xl {
  color: #f94065;
  fill: #f67c94;
}

.card.danger-xxl {
  color: #f67c94;
  fill: #f7b4c1;
}

.card.danger-xxxl {
  color: #f67c94;
  fill: #fce9ed;
}

.card.bg-danger-xxxd .card-header,
.card.bg-danger-xxxd .card-footer {
  background-color: #4d000f;
}

.card.bg-danger-xxd .card-header,
.card.bg-danger-xxd .card-footer {
  background-color: #790018;
}

.card.bg-danger-xd .card-header,
.card.bg-danger-xd .card-footer {
  background-color: #a60021;
}

.card.bg-danger-d .card-header,
.card.bg-danger-d .card-footer {
  background-color: #d2002a;
}

.card.bg-danger .card-header,
.card.bg-danger .card-footer {
  background-color: #FF0033;
}

.card.bg-danger-l .card-header,
.card.bg-danger-l .card-footer {
  background-color: #f94065;
}

.card.bg-danger-xl .card-header,
.card.bg-danger-xl .card-footer {
  background-color: #f67c94;
}

.card.bg-danger-xxl .card-header,
.card.bg-danger-xxl .card-footer {
  background-color: #f7b4c1;
}

.card.bg-danger-xxxl .card-header,
.card.bg-danger-xxxl .card-footer {
  background-color: #fce9ed;
}

.card.border-danger-xxxd .card-header,
.card.border-danger-xxxd .card-footer {
  border-color: #4d000f;
}

.card.border-danger-xxd .card-header,
.card.border-danger-xxd .card-footer {
  border-color: #790018;
}

.card.border-danger-xd .card-header,
.card.border-danger-xd .card-footer {
  border-color: #a60021;
}

.card.border-danger-d .card-header,
.card.border-danger-d .card-footer {
  border-color: #d2002a;
}

.card.border-danger .card-header,
.card.border-danger .card-footer {
  border-color: #FF0033;
}

.card.border-danger-l .card-header,
.card.border-danger-l .card-footer {
  border-color: #f94065;
}

.card.border-danger-xl .card-header,
.card.border-danger-xl .card-footer {
  border-color: #f67c94;
}

.card.border-danger-xxl .card-header,
.card.border-danger-xxl .card-footer {
  border-color: #f7b4c1;
}

.card.border-danger-xxxl .card-header,
.card.border-danger-xxxl .card-footer {
  border-color: #fce9ed;
}

.card.bg-gray-xxxd {
  background-color: #232929;
}

.card.bg-gray-xxd {
  background-color: #343d3d;
}

.card.bg-gray-xd {
  background-color: #455051;
}

.card.bg-gray-d {
  background-color: #566465;
}

.card.bg-gray {
  background-color: #677879;
}

.card.bg-gray-l {
  background-color: #889899;
}

.card.bg-gray-xl {
  background-color: #acb6b7;
}

.card.bg-gray-xxl {
  background-color: #cfd4d5;
}

.card.bg-gray-xxxl {
  background-color: #f1f3f3;
}

.card.border-gray-xxxd {
  border-color: #232929;
}

.card.border-gray-xxd {
  border-color: #343d3d;
}

.card.border-gray-xd {
  border-color: #455051;
}

.card.border-gray-d {
  border-color: #566465;
}

.card.border-gray {
  border-color: #677879;
}

.card.border-gray-l {
  border-color: #889899;
}

.card.border-gray-xl {
  border-color: #acb6b7;
}

.card.border-gray-xxl {
  border-color: #cfd4d5;
}

.card.border-gray-xxxl {
  border-color: #f1f3f3;
}

.card.gray-xxxd {
  color: #232929;
  fill: #232929;
}

.card.gray-xxd {
  color: #232929;
  fill: #343d3d;
}

.card.gray-xd {
  color: #343d3d;
  fill: #455051;
}

.card.gray-d {
  color: #455051;
  fill: #566465;
}

.card.gray {
  color: #566465;
  fill: #677879;
}

.card.gray-l {
  color: #677879;
  fill: #889899;
}

.card.gray-xl {
  color: #889899;
  fill: #acb6b7;
}

.card.gray-xxl {
  color: #acb6b7;
  fill: #cfd4d5;
}

.card.gray-xxxl {
  color: #acb6b7;
  fill: #f1f3f3;
}

.card.bg-gray-xxxd .card-header,
.card.bg-gray-xxxd .card-footer {
  background-color: #232929;
}

.card.bg-gray-xxd .card-header,
.card.bg-gray-xxd .card-footer {
  background-color: #343d3d;
}

.card.bg-gray-xd .card-header,
.card.bg-gray-xd .card-footer {
  background-color: #455051;
}

.card.bg-gray-d .card-header,
.card.bg-gray-d .card-footer {
  background-color: #566465;
}

.card.bg-gray .card-header,
.card.bg-gray .card-footer {
  background-color: #677879;
}

.card.bg-gray-l .card-header,
.card.bg-gray-l .card-footer {
  background-color: #889899;
}

.card.bg-gray-xl .card-header,
.card.bg-gray-xl .card-footer {
  background-color: #acb6b7;
}

.card.bg-gray-xxl .card-header,
.card.bg-gray-xxl .card-footer {
  background-color: #cfd4d5;
}

.card.bg-gray-xxxl .card-header,
.card.bg-gray-xxxl .card-footer {
  background-color: #f1f3f3;
}

.card.border-gray-xxxd .card-header,
.card.border-gray-xxxd .card-footer {
  border-color: #232929;
}

.card.border-gray-xxd .card-header,
.card.border-gray-xxd .card-footer {
  border-color: #343d3d;
}

.card.border-gray-xd .card-header,
.card.border-gray-xd .card-footer {
  border-color: #455051;
}

.card.border-gray-d .card-header,
.card.border-gray-d .card-footer {
  border-color: #566465;
}

.card.border-gray .card-header,
.card.border-gray .card-footer {
  border-color: #677879;
}

.card.border-gray-l .card-header,
.card.border-gray-l .card-footer {
  border-color: #889899;
}

.card.border-gray-xl .card-header,
.card.border-gray-xl .card-footer {
  border-color: #acb6b7;
}

.card.border-gray-xxl .card-header,
.card.border-gray-xxl .card-footer {
  border-color: #cfd4d5;
}

.card.border-gray-xxxl .card-header,
.card.border-gray-xxxl .card-footer {
  border-color: #f1f3f3;
}

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

/* DROPDOWNS */
.dropdown-toggle:after {
  display: inline-block;
  content: url("data:image/svg+xml;charset=UTF-8,\a         <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' fill='%23fff' style='position: absolute;'>\a             <path d='M27,10.5C27,9.672,26.328,9,25.5,9h-21C3.672,9,3,9.672,3,10.5c0,0.415,0.169,0.79,0.441,1.062l10.497,10.497C14.21,22.331,14.585,22.5,15,22.5s0.79-0.169,1.062-0.441l10.497-10.497C26.831,11.29,27,10.915,27,10.5z'/>\a         </svg>");
  width: .75em;
  height: auto;
}

.dropdown-toggle.dropdown-toggle-split {
  padding: 0 0.41667em;
}

.dropdown-menu {
  position: absolute;
  display: none;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFF;
  border: 1px solid #cfd4d5;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}

.dropdown-menu .dropdown-item {
  padding: .5rem 1rem;
  text-decoration: none;
}

.dropdown-menu .dropdown-item:hover {
  background: #f1f3f3;
}

.dropup .dropdown-toggle:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dropright .dropdown-toggle:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.dropleft .dropdown-toggle:after {
  content: none;
}

.dropleft .dropdown-toggle:before {
  display: inline-block;
  content: url("data:image/svg+xml;charset=UTF-8,\a         <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' fill='%23fff' style='position: absolute;'>\a             <path d='M27,10.5C27,9.672,26.328,9,25.5,9h-21C3.672,9,3,9.672,3,10.5c0,0.415,0.169,0.79,0.441,1.062l10.497,10.497C14.21,22.331,14.585,22.5,15,22.5s0.79-0.169,1.062-0.441l10.497-10.497C26.831,11.29,27,10.915,27,10.5z'/>\a         </svg>");
  width: .75em;
  height: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* JUMBOTRON */
.jumbotron {
  background: #f1f3f3;
  padding: 1.5rem 1rem;
  margin-bottom: 2rem;
  border-radius: 0.4rem;
}

.jumbotron > *:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .jumbotron {
    padding: 3rem 2rem;
  }
}

/* LISTS */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline .list-inline-item {
  display: inline-block;
}

.list-inline .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

dl {
  margin-top: 0;
}

dl > dt {
  font-weight: 700;
  font-style: normal;
}

dl dl dt {
  font-weight: 300;
  font-style: italic;
}

.list-group {
  border: 1px solid #cfd4d5;
  border-radius: 0.4rem;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.list-group.list-group-flush {
  border: none;
  border-radius: none;
}

.list-group .list-group-item {
  padding: .75rem;
  cursor: default;
}

.list-group .list-group-item:not(:last-child) {
  border-bottom: 1px solid #cfd4d5;
}

.list-group .list-group-item-action {
  display: block;
  width: 100%;
  color: inherit;
  border: none;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
  outline: none;
}

.list-group .list-group-item-action:hover,
.list-group .list-group-item-action:focus {
  background: #f1f3f3;
  cursor: pointer;
}

.list-group .list-group-item.active,
.list-group .list-group-item.active:hover,
.list-group .list-group-item.active:focus {
  color: #FFF;
  background: #566465;
  border-color: #566465;
  cursor: default;
}

.list-group .list-group-item:disabled,
.list-group .list-group-item.disabled,
.list-group .list-group-item-action:disabled,
.list-group .list-group-item-action.disabled {
  color: #889899;
  cursor: default;
  background: none;
}

.list-group .list-group-item-primary {
  background: #f3f6ee;
  color: #54732e;
}

.list-group .list-group-item-primary:not(:last-child) {
  border-bottom-color: #d6e3c6;
}

.list-group .list-group-item-action.list-group-item-primary:hover {
  background: #d6e3c6;
  color: #3e5522;
}

.list-group .list-group-item-secondary {
  background: #f0f7ed;
  color: #34631f;
}

.list-group .list-group-item-secondary:not(:last-child) {
  border-bottom-color: #c5e2b7;
}

.list-group .list-group-item-action.list-group-item-secondary:hover {
  background: #c5e2b7;
  color: #2a4e19;
}

.list-group .list-group-item-info {
  background: #f0f2f5;
  color: #3a5067;
}

.list-group .list-group-item-info:not(:last-child) {
  border-bottom-color: #cbd4de;
}

.list-group .list-group-item-action.list-group-item-info:hover {
  background: #cbd4de;
  color: #2b3b4c;
}

.list-group .list-group-item-success {
  background: #eef6ef;
  color: #327234;
}

.list-group .list-group-item-success:not(:last-child) {
  border-bottom-color: #c8e3c9;
}

.list-group .list-group-item-action.list-group-item-success:hover {
  background: #c8e3c9;
  color: #245426;
}

.list-group .list-group-item-warning {
  background: #fcf7e9;
  color: #a97f00;
}

.list-group .list-group-item-warning:not(:last-child) {
  border-bottom-color: #f7e7b5;
}

.list-group .list-group-item-action.list-group-item-warning:hover {
  background: #f7e7b5;
  color: #7b5c00;
}

.list-group .list-group-item-danger {
  background: #fce9ed;
  color: #a60021;
}

.list-group .list-group-item-danger:not(:last-child) {
  border-bottom-color: #f7b4c1;
}

.list-group .list-group-item-action.list-group-item-danger:hover {
  background: #f7b4c1;
  color: #790018;
}

.list-group .list-group-item-gray {
  background: #f1f3f3;
  color: #455051;
}

.list-group .list-group-item-gray:not(:last-child) {
  border-bottom-color: #cfd4d5;
}

.list-group .list-group-item-action.list-group-item-gray:hover {
  background: #cfd4d5;
  color: #343d3d;
}

.list-group .list-group-item-warning {
  background: #fcf7e9;
  color: #7b5c00;
}

.list-group .list-group-item-warning:not(:last-child) {
  border-bottom-color: #f7e7b5;
}

.list-group .list-group-item-action.list-group-item-warning:hover {
  background: #f7e7b5;
  color: #4d3900;
}

.list-group .list-group-item-light {
  background: #FFF;
  color: #889899;
}

.list-group .list-group-item-light:not(:last-child) {
  border-bottom-color: #cfd4d5;
}

.list-group .list-group-item-action.list-group-item-light:hover {
  background: #f1f3f3;
  color: #000;
}

.list-group .list-group-item-dark {
  background: #343d3d;
  color: #FFF;
}

.list-group .list-group-item-dark:not(:last-child) {
  border-bottom-color: #000;
}

.list-group .list-group-item-action.list-group-item-dark:hover {
  background: #000;
  color: #FFF;
}

/* MODALS */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 150;
  display: block;
  overflow: hidden;
  outline: 0;
  background-color: rgba(241, 243, 243, 0.9);
}

.modal-dialog {
  margin: 1rem;
  width: auto;
  background: #FFF;
  border: 1px solid #cfd4d5;
  border-color: #acb6b7;
  border-radius: 0.2rem;
}

.modal-content > * {
  padding: 1.5rem;
}

.modal-content > *:first-child {
  padding-bottom: 1rem;
}

.modal-content > *:last-child {
  padding-top: 1rem;
}

.modal-header {
  display: -ms-flexbox;
  -ms-flex-align: start;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-header > * {
  margin: 0;
}

.modal-header button {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
}

.modal-footer {
  display: -ms-flexbox;
  -ms-flex-align: start;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-footer > * {
  margin-right: 0.5rem;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 800px;
    margin: 2rem auto;
  }
}

/* NAVIGATION */
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav .nav-link {
  display: block;
  text-decoration: none;
  padding: 0.5rem 1rem;
  color: #80b046;
}

.nav .nav-link.active {
  color: #FFF;
}

.nav .nav-link.disabled {
  color: #889899;
}

.nav.nav-tabs {
  border-bottom: 1px solid #cfd4d5;
}

.nav.nav-tabs .nav-link {
  margin-bottom: -1px;
  -moz-border-top-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
  -moz-border-top-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.nav.nav-tabs .nav-link:hover,
.nav.nav-tabs .nav-link:focus {
  background: #f1f3f3;
}

.nav.nav-tabs .nav-link.active {
  border: 1px solid #cfd4d5;
  border-bottom-color: #FFF;
}

.nav.nav-tabs .nav-link.active:hover,
.nav.nav-tabs .nav-link.active:focus,
.nav.nav-tabs .nav-link.disabled:hover,
.nav.nav-tabs .nav-link.disabled:focus {
  background: none;
}

.nav.nav-pills .nav-link {
  border-radius: 0.2rem;
  margin: 0 0.5rem 0.5rem 0;
}

.nav.nav-pills .nav-link:hover,
.nav.nav-pills .nav-link:focus {
  background: #f1f3f3;
}

.nav.nav-pills .nav-link.active,
.nav.nav-pills .nav-link.active:hover,
.nav.nav-pills .nav-link.active:focus {
  color: #FFF;
  background: #6a923a;
}

.nav.nav-pills .nav-link.disabled:hover,
.nav.nav-pills .nav-link.disabled:focus {
  background: none;
}

.nav.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav.nav-line .nav-link {
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 0.5rem 0;
  text-decoration: none;
  color: #acb6b7;
}

.nav.nav-line.nav-line-left .nav-link,
.nav.nav-line.nav-line-right .nav-link {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0 1rem;
}

.nav.nav-line .nav-link.active {
  color: #FFF;
}

.nav.nav-line .nav-link:after {
  content: " ";
  display: block;
  position: absolute;
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}

.nav.nav-line.nav-line-top .nav-link:after {
  width: 100%;
  height: .2rem;
  top: 0;
}

.nav.nav-line.nav-line-right .nav-link:after {
  width: .2rem;
  height: 100%;
  top: 0;
  right: 0;
}

.nav.nav-line.nav-line-bottom .nav-link:after {
  width: 100%;
  height: .2rem;
  bottom: 0;
}

.nav.nav-line.nav-line-left .nav-link:after {
  width: .2rem;
  height: 100%;
  top: 0;
  left: 0;
}

.nav.nav-line .nav-link:hover {
  color: #FFF;
}

.nav.nav-line .nav-link:hover:after {
  background-color: #acb6b7;
}

.nav.nav-line .nav-link.active:after,
.nav.nav-line .nav-link.active:hover:after {
  background-color: #9dc270;
}

.nav.nav-line .nav-link.disabled {
  color: #889899;
}

.nav.nav-line .nav-link.disabled:after {
  content: none;
}

/* PAGINATION */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}

.pagination a {
  text-decoration: none;
}

.pagination .page-item:not(:first-child) > * {
  border-left: none;
}

.pagination .page-item:first-child > * {
  -moz-border-bottom-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
  -moz-border-top-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

.pagination .page-item:last-child > * {
  -moz-border-top-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  -moz-border-bottom-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.pagination .page-item > * {
  position: relative;
  display: block;
  height: 3.325rem;
  line-height: 2.5;
  text-align: left;
  padding: 0.05rem 0.83333em;
  cursor: pointer;
  background: #FFF;
  border: 1px solid #cfd4d5;
}

.pagination .page-item > *:hover {
  background: #f3f6ee;
}

.pagination .page-item > *:focus {
  z-index: 2;
  -webkit-box-shadow: 0 0 0 0.2em rgba(128, 176, 70, 0.2);
  box-shadow: 0 0 0 0.2em rgba(128, 176, 70, 0.2);
}

.pagination .page-item.disabled > * {
  color: #889899;
  background: #FFF;
  cursor: default;
}

.pagination .page-item.active {
  border-color: #80b046;
}

.pagination .page-item.active > * {
  color: #FFF;
  background: #80b046;
  cursor: default;
}

.pagination.pagination-sm .page-item > * {
  font-size: 1rem;
  height: 2.7rem;
}

.pagination.pagination-lg .page-item > * {
  font-size: 1.7675rem;
  height: 4.61875rem;
}

/* POPOVERS */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 160;
  display: block;
  max-width: 30rem;
  font-size: 1rem;
  word-wrap: break-word;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #cfd4d5;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.8rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: #cfd4d5;
}


.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #FFF;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.8rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: #cfd4d5;
}


.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #FFF;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: #cfd4d5;
}


.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #FFF;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f1f3f3;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.8rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: #cfd4d5;
}


.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #FFF;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #000;
  background-color: #f1f3f3;
  border-bottom: 1px solid #cfd4d5;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 1rem;
  color: #000;
}

/* PROGRESS BAR */
.progress {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 1.5rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #f1f3f3;
  border-radius: .25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  background-color: #9dc270;
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1.5rem 1.5rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1.5rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1.5rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* TABLES */
.table {
  width: 100%;
  max-width: 100%;
  background-color: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.table tr {
  border-left: 1px solid #cfd4d5;
  border-right: 1px solid #cfd4d5;
}

.table th, .table td {
  padding: 0.75rem;
  border-top: 1px solid #cfd4d5;
}

.table-sm {
  font-size: 1rem;
}

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

thead th,
tr:last-child th,
tr:last-child td {
  border-bottom: 2px solid #cfd4d5;
}

.table thead th {
  vertical-align: bottom;
}

thead.thead-light th,
.thead-light thead th {
  background-color: #f1f3f3;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f1f3f3;
}

.table-bordered th, .table-bordered td {
  border: 1px solid #cfd4d5;
}

.table-borderless tr,
.table-borderless th, .table-borderless td,
.table-borderless tr:last-child th, .table-borderless tr:last-child td {
  border: none;
}

.table-hover tbody tr:hover,
.table-hover tbody tr:hover,
.table-hover.table-striped tbody tr:hover,
.table-hover.table-striped tbody tr:hover {
  background-color: #cfd4d5;
}

.table-dark tr,
thead.thead-dark tr,
.thead-dark thead tr {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.table-dark,
thead.thead-dark th,
.thead-dark thead th {
  background-color: #232929;
  color: #FFF;
}

.table.table-dark th, .table.table-dark td {
  border-top: 1px solid #000;
}

.table-dark thead th,
.table-dark tr:last-child th,
.table-dark tr:last-child td,
thead.thead-dark th,
.thead-dark thead th {
  border-bottom: 2px solid #000;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: #343d3d;
}

.table-dark.table-hover tbody tr:hover,
.table-dark.table-hover tbody tr:hover,
.table-dark.table-striped.table-hover tbody tr:hover,
.table-dark.table-striped.table-hover tbody tr:hover {
  background-color: #000;
}

.table-dark.table-bordered th, .table-dark.table-bordered td {
  border: 1px solid #000;
}

.table-dark.table-borderless tr,
.table-dark.table-borderless th, .table-dark.table-borderless td,
.table-dark.table-borderless tr:last-child th, .table-dark.table-borderless tr:last-child td {
  border: none;
}

.table thead tr.table-primary,
.table tbody tr.table-primary,
.table thead tr th.table-primary,
.table tbody tr td.table-primary,
.table tbody tr th.table-primary,
.table-striped thead tr.table-primary,
.table-striped tbody tr.table-primary,
.table-striped thead tr th.table-primary,
.table-striped tbody tr td.table-primary,
.table-striped tbody tr th.table-primary {
  background-color: #d6e3c6;
}

.table-hover thead tr:hover.table-primary,
.table-hover tbody tr:hover.table-primary,
.table-hover thead tr:hover th.table-primary,
.table-hover tbody tr:hover td.table-primary,
.table-hover tbody tr:hover th.table-primary,
.table-striped.table-hover thead tr:hover.table-primary,
.table-striped.table-hover tbody tr:hover.table-primary,
.table-striped.table-hover thead tr:hover th.table-primary,
.table-striped.table-hover tbody tr:hover td.table-primary,
.table-striped.table-hover tbody tr:hover th.table-primary {
  background-color: #b9d29b;
}

.table-dark thead tr.table-primary,
.table-dark tbody tr.table-primary,
.table-dark thead tr th.table-primary,
.table-dark tbody tr td.table-primary,
.table-dark tbody tr th.table-primary,
.table-dark.table-striped thead tr.table-primary,
.table-dark.table-striped tbody tr.table-primary,
.table-dark.table-striped thead tr th.table-primary,
.table-dark.table-striped tbody tr td.table-primary,
.table-dark.table-striped tbody tr th.table-primary {
  background-color: #80b046;
}

.table-dark.table-hover thead tr:hover.table-primary,
.table-dark.table-hover tbody tr:hover.table-primary,
.table-dark.table-hover thead tr:hover th.table-primary,
.table-dark.table-hover tbody tr:hover td.table-primary,
.table-dark.table-hover tbody tr:hover th.table-primary,
.table-dark.table-striped.table-hover thead tr:hover.table-primary,
.table-dark.table-striped.table-hover tbody tr:hover.table-primary,
.table-dark.table-striped.table-hover thead tr:hover th.table-primary,
.table-dark.table-striped.table-hover tbody tr:hover td.table-primary,
.table-dark.table-striped.table-hover tbody tr:hover th.table-primary {
  background-color: #54732e;
}

.table thead tr.table-secondary,
.table tbody tr.table-secondary,
.table thead tr th.table-secondary,
.table tbody tr td.table-secondary,
.table tbody tr th.table-secondary,
.table-striped thead tr.table-secondary,
.table-striped tbody tr.table-secondary,
.table-striped thead tr th.table-secondary,
.table-striped tbody tr td.table-secondary,
.table-striped tbody tr th.table-secondary {
  background-color: #c5e2b7;
}

.table-hover thead tr:hover.table-secondary,
.table-hover tbody tr:hover.table-secondary,
.table-hover thead tr:hover th.table-secondary,
.table-hover tbody tr:hover td.table-secondary,
.table-hover tbody tr:hover th.table-secondary,
.table-striped.table-hover thead tr:hover.table-secondary,
.table-striped.table-hover tbody tr:hover.table-secondary,
.table-striped.table-hover thead tr:hover th.table-secondary,
.table-striped.table-hover tbody tr:hover td.table-secondary,
.table-striped.table-hover tbody tr:hover th.table-secondary {
  background-color: #98cf7f;
}

.table-dark thead tr.table-secondary,
.table-dark tbody tr.table-secondary,
.table-dark thead tr th.table-secondary,
.table-dark tbody tr td.table-secondary,
.table-dark tbody tr th.table-secondary,
.table-dark.table-striped thead tr.table-secondary,
.table-dark.table-striped tbody tr.table-secondary,
.table-dark.table-striped thead tr th.table-secondary,
.table-dark.table-striped tbody tr td.table-secondary,
.table-dark.table-striped tbody tr th.table-secondary {
  background-color: #4a8b2c;
}

.table-dark.table-hover thead tr:hover.table-secondary,
.table-dark.table-hover tbody tr:hover.table-secondary,
.table-dark.table-hover thead tr:hover th.table-secondary,
.table-dark.table-hover tbody tr:hover td.table-secondary,
.table-dark.table-hover tbody tr:hover th.table-secondary,
.table-dark.table-striped.table-hover thead tr:hover.table-secondary,
.table-dark.table-striped.table-hover tbody tr:hover.table-secondary,
.table-dark.table-striped.table-hover thead tr:hover th.table-secondary,
.table-dark.table-striped.table-hover tbody tr:hover td.table-secondary,
.table-dark.table-striped.table-hover tbody tr:hover th.table-secondary {
  background-color: #34631f;
}

.table thead tr.table-info,
.table tbody tr.table-info,
.table thead tr th.table-info,
.table tbody tr td.table-info,
.table tbody tr th.table-info,
.table-striped thead tr.table-info,
.table-striped tbody tr.table-info,
.table-striped thead tr th.table-info,
.table-striped tbody tr td.table-info,
.table-striped tbody tr th.table-info {
  background-color: #cbd4de;
}

.table-hover thead tr:hover.table-info,
.table-hover tbody tr:hover.table-info,
.table-hover thead tr:hover th.table-info,
.table-hover tbody tr:hover td.table-info,
.table-hover tbody tr:hover th.table-info,
.table-striped.table-hover thead tr:hover.table-info,
.table-striped.table-hover tbody tr:hover.table-info,
.table-striped.table-hover thead tr:hover th.table-info,
.table-striped.table-hover tbody tr:hover td.table-info,
.table-striped.table-hover tbody tr:hover th.table-info {
  background-color: #a4b6c8;
}

.table-dark thead tr.table-info,
.table-dark tbody tr.table-info,
.table-dark thead tr th.table-info,
.table-dark tbody tr td.table-info,
.table-dark tbody tr th.table-info,
.table-dark.table-striped thead tr.table-info,
.table-dark.table-striped tbody tr.table-info,
.table-dark.table-striped thead tr th.table-info,
.table-dark.table-striped tbody tr td.table-info,
.table-dark.table-striped tbody tr th.table-info {
  background-color: #587A9D;
}

.table-dark.table-hover thead tr:hover.table-info,
.table-dark.table-hover tbody tr:hover.table-info,
.table-dark.table-hover thead tr:hover th.table-info,
.table-dark.table-hover tbody tr:hover td.table-info,
.table-dark.table-hover tbody tr:hover th.table-info,
.table-dark.table-striped.table-hover thead tr:hover.table-info,
.table-dark.table-striped.table-hover tbody tr:hover.table-info,
.table-dark.table-striped.table-hover thead tr:hover th.table-info,
.table-dark.table-striped.table-hover tbody tr:hover td.table-info,
.table-dark.table-striped.table-hover tbody tr:hover th.table-info {
  background-color: #3a5067;
}

.table thead tr.table-success,
.table tbody tr.table-success,
.table thead tr th.table-success,
.table tbody tr td.table-success,
.table tbody tr th.table-success,
.table-striped thead tr.table-success,
.table-striped tbody tr.table-success,
.table-striped thead tr th.table-success,
.table-striped tbody tr td.table-success,
.table-striped tbody tr th.table-success {
  background-color: #c8e3c9;
}

.table-hover thead tr:hover.table-success,
.table-hover tbody tr:hover.table-success,
.table-hover thead tr:hover th.table-success,
.table-hover tbody tr:hover td.table-success,
.table-hover tbody tr:hover th.table-success,
.table-striped.table-hover thead tr:hover.table-success,
.table-striped.table-hover tbody tr:hover.table-success,
.table-striped.table-hover thead tr:hover th.table-success,
.table-striped.table-hover tbody tr:hover td.table-success,
.table-striped.table-hover tbody tr:hover th.table-success {
  background-color: #9fd0a1;
}

.table-dark thead tr.table-success,
.table-dark tbody tr.table-success,
.table-dark thead tr th.table-success,
.table-dark tbody tr td.table-success,
.table-dark tbody tr th.table-success,
.table-dark.table-striped thead tr.table-success,
.table-dark.table-striped tbody tr.table-success,
.table-dark.table-striped thead tr th.table-success,
.table-dark.table-striped tbody tr td.table-success,
.table-dark.table-striped tbody tr th.table-success {
  background-color: #4CAF50;
}

.table-dark.table-hover thead tr:hover.table-success,
.table-dark.table-hover tbody tr:hover.table-success,
.table-dark.table-hover thead tr:hover th.table-success,
.table-dark.table-hover tbody tr:hover td.table-success,
.table-dark.table-hover tbody tr:hover th.table-success,
.table-dark.table-striped.table-hover thead tr:hover.table-success,
.table-dark.table-striped.table-hover tbody tr:hover.table-success,
.table-dark.table-striped.table-hover thead tr:hover th.table-success,
.table-dark.table-striped.table-hover tbody tr:hover td.table-success,
.table-dark.table-striped.table-hover tbody tr:hover th.table-success {
  background-color: #327234;
}

.table thead tr.table-warning,
.table tbody tr.table-warning,
.table thead tr th.table-warning,
.table tbody tr td.table-warning,
.table tbody tr th.table-warning,
.table-striped thead tr.table-warning,
.table-striped tbody tr.table-warning,
.table-striped thead tr th.table-warning,
.table-striped tbody tr td.table-warning,
.table-striped tbody tr th.table-warning {
  background-color: #f7e7b5;
}

.table-hover thead tr:hover.table-warning,
.table-hover tbody tr:hover.table-warning,
.table-hover thead tr:hover th.table-warning,
.table-hover tbody tr:hover td.table-warning,
.table-hover tbody tr:hover th.table-warning,
.table-striped.table-hover thead tr:hover.table-warning,
.table-striped.table-hover tbody tr:hover.table-warning,
.table-striped.table-hover thead tr:hover th.table-warning,
.table-striped.table-hover tbody tr:hover td.table-warning,
.table-striped.table-hover tbody tr:hover th.table-warning {
  background-color: #f6d97f;
}

.table-dark thead tr.table-warning,
.table-dark tbody tr.table-warning,
.table-dark thead tr th.table-warning,
.table-dark tbody tr td.table-warning,
.table-dark tbody tr th.table-warning,
.table-dark.table-striped thead tr.table-warning,
.table-dark.table-striped tbody tr.table-warning,
.table-dark.table-striped thead tr th.table-warning,
.table-dark.table-striped tbody tr td.table-warning,
.table-dark.table-striped tbody tr th.table-warning {
  background-color: #FFC107;
}

.table-dark.table-hover thead tr:hover.table-warning,
.table-dark.table-hover tbody tr:hover.table-warning,
.table-dark.table-hover thead tr:hover th.table-warning,
.table-dark.table-hover tbody tr:hover td.table-warning,
.table-dark.table-hover tbody tr:hover th.table-warning,
.table-dark.table-striped.table-hover thead tr:hover.table-warning,
.table-dark.table-striped.table-hover tbody tr:hover.table-warning,
.table-dark.table-striped.table-hover thead tr:hover th.table-warning,
.table-dark.table-striped.table-hover tbody tr:hover td.table-warning,
.table-dark.table-striped.table-hover tbody tr:hover th.table-warning {
  background-color: #a97f00;
}

.table thead tr.table-danger,
.table tbody tr.table-danger,
.table thead tr th.table-danger,
.table tbody tr td.table-danger,
.table tbody tr th.table-danger,
.table-striped thead tr.table-danger,
.table-striped tbody tr.table-danger,
.table-striped thead tr th.table-danger,
.table-striped tbody tr td.table-danger,
.table-striped tbody tr th.table-danger {
  background-color: #f7b4c1;
}

.table-hover thead tr:hover.table-danger,
.table-hover tbody tr:hover.table-danger,
.table-hover thead tr:hover th.table-danger,
.table-hover tbody tr:hover td.table-danger,
.table-hover tbody tr:hover th.table-danger,
.table-striped.table-hover thead tr:hover.table-danger,
.table-striped.table-hover tbody tr:hover.table-danger,
.table-striped.table-hover thead tr:hover th.table-danger,
.table-striped.table-hover tbody tr:hover td.table-danger,
.table-striped.table-hover tbody tr:hover th.table-danger {
  background-color: #f67c94;
}

.table-dark thead tr.table-danger,
.table-dark tbody tr.table-danger,
.table-dark thead tr th.table-danger,
.table-dark tbody tr td.table-danger,
.table-dark tbody tr th.table-danger,
.table-dark.table-striped thead tr.table-danger,
.table-dark.table-striped tbody tr.table-danger,
.table-dark.table-striped thead tr th.table-danger,
.table-dark.table-striped tbody tr td.table-danger,
.table-dark.table-striped tbody tr th.table-danger {
  background-color: #FF0033;
}

.table-dark.table-hover thead tr:hover.table-danger,
.table-dark.table-hover tbody tr:hover.table-danger,
.table-dark.table-hover thead tr:hover th.table-danger,
.table-dark.table-hover tbody tr:hover td.table-danger,
.table-dark.table-hover tbody tr:hover th.table-danger,
.table-dark.table-striped.table-hover thead tr:hover.table-danger,
.table-dark.table-striped.table-hover tbody tr:hover.table-danger,
.table-dark.table-striped.table-hover thead tr:hover th.table-danger,
.table-dark.table-striped.table-hover tbody tr:hover td.table-danger,
.table-dark.table-striped.table-hover tbody tr:hover th.table-danger {
  background-color: #a60021;
}

.table thead tr.table-gray,
.table tbody tr.table-gray,
.table thead tr th.table-gray,
.table tbody tr td.table-gray,
.table tbody tr th.table-gray,
.table-striped thead tr.table-gray,
.table-striped tbody tr.table-gray,
.table-striped thead tr th.table-gray,
.table-striped tbody tr td.table-gray,
.table-striped tbody tr th.table-gray {
  background-color: #cfd4d5;
}

.table-hover thead tr:hover.table-gray,
.table-hover tbody tr:hover.table-gray,
.table-hover thead tr:hover th.table-gray,
.table-hover tbody tr:hover td.table-gray,
.table-hover tbody tr:hover th.table-gray,
.table-striped.table-hover thead tr:hover.table-gray,
.table-striped.table-hover tbody tr:hover.table-gray,
.table-striped.table-hover thead tr:hover th.table-gray,
.table-striped.table-hover tbody tr:hover td.table-gray,
.table-striped.table-hover tbody tr:hover th.table-gray {
  background-color: #acb6b7;
}

.table-dark thead tr.table-gray,
.table-dark tbody tr.table-gray,
.table-dark thead tr th.table-gray,
.table-dark tbody tr td.table-gray,
.table-dark tbody tr th.table-gray,
.table-dark.table-striped thead tr.table-gray,
.table-dark.table-striped tbody tr.table-gray,
.table-dark.table-striped thead tr th.table-gray,
.table-dark.table-striped tbody tr td.table-gray,
.table-dark.table-striped tbody tr th.table-gray {
  background-color: #677879;
}

.table-dark.table-hover thead tr:hover.table-gray,
.table-dark.table-hover tbody tr:hover.table-gray,
.table-dark.table-hover thead tr:hover th.table-gray,
.table-dark.table-hover tbody tr:hover td.table-gray,
.table-dark.table-hover tbody tr:hover th.table-gray,
.table-dark.table-striped.table-hover thead tr:hover.table-gray,
.table-dark.table-striped.table-hover tbody tr:hover.table-gray,
.table-dark.table-striped.table-hover thead tr:hover th.table-gray,
.table-dark.table-striped.table-hover tbody tr:hover td.table-gray,
.table-dark.table-striped.table-hover tbody tr:hover th.table-gray {
  background-color: #455051;
}

.table-responsive,
.table-responsive-sm,
.table-responsive-md,
.table-responsive-lg,
.table-responsive-xl {
  display: block;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive {
  overflow-x: auto;
}

.table-responsive-sm,
.table-responsive-md,
.table-responsive-lg,
.table-responsive-xl {
  overflow: hidden;
}

@media (max-width: 576px) {
  .table-responsive-sm {
    overflow-x: scroll;
  }
}

@media (max-width: 768px) {
  .table-responsive-md {
    overflow-x: scroll;
  }
}

@media (max-width: 992px) {
  .table-responsive-lg {
    overflow-x: scroll;
  }
}

@media (max-width: 1200px) {
  .table-responsive-xl {
    overflow-x: scroll;
  }
}

/* TOOLTIPS */
.tooltip {
  font-size: 1rem;
  position: absolute;
}

.tooltip .tooltip-inner {
  color: #FFF;
  background: #455051;
  padding: 0.5rem 1rem;
  border-radius: 0.2rem;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top {
  padding-bottom: 0.5rem;
}

.bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #455051;
}

.bs-tooltip-right {
  padding-left: 0.5rem;
}

.bs-tooltip-right .arrow {
  left: 0;
  width: 0.5rem;
  height: 1rem;
}

.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #455051;
}

.bs-tooltip-bottom {
  padding-top: 0.5rem;
}

.bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #455051;
}

.bs-tooltip-left {
  padding-right: 0.5rem;
}

.bs-tooltip-left .arrow {
  right: 0;
  width: 0.5rem;
  height: 1rem;
}

.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #455051;
}

/* SPACING, COLORS (REQUIRED AT BOTTOM FOR PROPER CASCADING) */
.bg-white {
  background-color: #FFF;
}

.bg-black {
  background-color: #000;
}

.bg-none {
  background-color: none;
}

.border-white {
  border-color: #FFF;
}

.border-black {
  border-color: #000;
}

.white {
  color: #FFF;
  fill: #FFF;
}

.black {
  color: #000;
  fill: #000;
}

.none {
  color: none;
  fill: none;
}

.bg-primary-xxxd {
  background-color: #283716;
}

.bg-primary-xxd {
  background-color: #3e5522;
}

.bg-primary-xd {
  background-color: #54732e;
}

.bg-primary-d {
  background-color: #6a923a;
}

.bg-primary {
  background-color: #80b046;
}

.bg-primary-l {
  background-color: #9dc270;
}

.bg-primary-xl {
  background-color: #b9d29b;
}

.bg-primary-xxl {
  background-color: #d6e3c6;
}

.bg-primary-xxxl {
  background-color: #f3f6ee;
}

.border-primary-xxxd {
  border-color: #283716;
}

.border-primary-xxd {
  border-color: #3e5522;
}

.border-primary-xd {
  border-color: #54732e;
}

.border-primary-d {
  border-color: #6a923a;
}

.border-primary {
  border-color: #80b046;
}

.border-primary-l {
  border-color: #9dc270;
}

.border-primary-xl {
  border-color: #b9d29b;
}

.border-primary-xxl {
  border-color: #d6e3c6;
}

.border-primary-xxxl {
  border-color: #f3f6ee;
}

.primary-xxxd {
  color: #283716;
  fill: #283716;
}

.primary-xxd {
  color: #3e5522;
  fill: #3e5522;
}

.primary-xd {
  color: #54732e;
  fill: #54732e;
}

.primary-d {
  color: #6a923a;
  fill: #6a923a;
}

.primary {
  color: #80b046;
  fill: #80b046;
}

.primary-l {
  color: #9dc270;
  fill: #9dc270;
}

.primary-xl {
  color: #b9d29b;
  fill: #b9d29b;
}

.primary-xxl {
  color: #d6e3c6;
  fill: #d6e3c6;
}

.primary-xxxl {
  color: #f3f6ee;
  fill: #f3f6ee;
}

.bg-secondary-xxxd {
  background-color: #1f3a12;
}

.bg-secondary-xxd {
  background-color: #2a4e19;
}

.bg-secondary-xd {
  background-color: #34631f;
}

.bg-secondary-d {
  background-color: #3f7726;
}

.bg-secondary {
  background-color: #4a8b2c;
}

.bg-secondary-l {
  background-color: #6bbe44;
}

.bg-secondary-xl {
  background-color: #98cf7f;
}

.bg-secondary-xxl {
  background-color: #c5e2b7;
}

.bg-secondary-xxxl {
  background-color: #f0f7ed;
}

.border-secondary-xxxd {
  border-color: #1f3a12;
}

.border-secondary-xxd {
  border-color: #2a4e19;
}

.border-secondary-xd {
  border-color: #34631f;
}

.border-secondary-d {
  border-color: #3f7726;
}

.border-secondary {
  border-color: #4a8b2c;
}

.border-secondary-l {
  border-color: #6bbe44;
}

.border-secondary-xl {
  border-color: #98cf7f;
}

.border-secondary-xxl {
  border-color: #c5e2b7;
}

.border-secondary-xxxl {
  border-color: #f0f7ed;
}

.secondary-xxxd {
  color: #1f3a12;
  fill: #1f3a12;
}

.secondary-xxd {
  color: #2a4e19;
  fill: #2a4e19;
}

.secondary-xd {
  color: #34631f;
  fill: #34631f;
}

.secondary-d {
  color: #3f7726;
  fill: #3f7726;
}

.secondary {
  color: #4a8b2c;
  fill: #4a8b2c;
}

.secondary-l {
  color: #6bbe44;
  fill: #6bbe44;
}

.secondary-xl {
  color: #98cf7f;
  fill: #98cf7f;
}

.secondary-xxl {
  color: #c5e2b7;
  fill: #c5e2b7;
}

.secondary-xxxl {
  color: #f0f7ed;
  fill: #f0f7ed;
}

.bg-info-xxxd {
  background-color: #1b2631;
}

.bg-info-xxd {
  background-color: #2b3b4c;
}

.bg-info-xd {
  background-color: #3a5067;
}

.bg-info-d {
  background-color: #496582;
}

.bg-info {
  background-color: #587A9D;
}

.bg-info-l {
  background-color: #7d98b4;
}

.bg-info-xl {
  background-color: #a4b6c8;
}

.bg-info-xxl {
  background-color: #cbd4de;
}

.bg-info-xxxl {
  background-color: #f0f2f5;
}

.border-info-xxxd {
  border-color: #1b2631;
}

.border-info-xxd {
  border-color: #2b3b4c;
}

.border-info-xd {
  border-color: #3a5067;
}

.border-info-d {
  border-color: #496582;
}

.border-info {
  border-color: #587A9D;
}

.border-info-l {
  border-color: #7d98b4;
}

.border-info-xl {
  border-color: #a4b6c8;
}

.border-info-xxl {
  border-color: #cbd4de;
}

.border-info-xxxl {
  border-color: #f0f2f5;
}

.info-xxxd {
  color: #1b2631;
  fill: #1b2631;
}

.info-xxd {
  color: #2b3b4c;
  fill: #2b3b4c;
}

.info-xd {
  color: #3a5067;
  fill: #3a5067;
}

.info-d {
  color: #496582;
  fill: #496582;
}

.info {
  color: #587A9D;
  fill: #587A9D;
}

.info-l {
  color: #7d98b4;
  fill: #7d98b4;
}

.info-xl {
  color: #a4b6c8;
  fill: #a4b6c8;
}

.info-xxl {
  color: #cbd4de;
  fill: #cbd4de;
}

.info-xxxl {
  color: #f0f2f5;
  fill: #f0f2f5;
}

.bg-success-xxxd {
  background-color: #173518;
}

.bg-success-xxd {
  background-color: #245426;
}

.bg-success-xd {
  background-color: #327234;
}

.bg-success-d {
  background-color: #3f9142;
}

.bg-success {
  background-color: #4CAF50;
}

.bg-success-l {
  background-color: #76c079;
}

.bg-success-xl {
  background-color: #9fd0a1;
}

.bg-success-xxl {
  background-color: #c8e3c9;
}

.bg-success-xxxl {
  background-color: #eef6ef;
}

.border-success-xxxd {
  border-color: #173518;
}

.border-success-xxd {
  border-color: #245426;
}

.border-success-xd {
  border-color: #327234;
}

.border-success-d {
  border-color: #3f9142;
}

.border-success {
  border-color: #4CAF50;
}

.border-success-l {
  border-color: #76c079;
}

.border-success-xl {
  border-color: #9fd0a1;
}

.border-success-xxl {
  border-color: #c8e3c9;
}

.border-success-xxxl {
  border-color: #eef6ef;
}

.success-xxxd {
  color: #173518;
  fill: #173518;
}

.success-xxd {
  color: #245426;
  fill: #245426;
}

.success-xd {
  color: #327234;
  fill: #327234;
}

.success-d {
  color: #3f9142;
  fill: #3f9142;
}

.success {
  color: #4CAF50;
  fill: #4CAF50;
}

.success-l {
  color: #76c079;
  fill: #76c079;
}

.success-xl {
  color: #9fd0a1;
  fill: #9fd0a1;
}

.success-xxl {
  color: #c8e3c9;
  fill: #c8e3c9;
}

.success-xxxl {
  color: #eef6ef;
  fill: #eef6ef;
}

.bg-warning-xxxd {
  background-color: #4d3900;
}

.bg-warning-xxd {
  background-color: #7b5c00;
}

.bg-warning-xd {
  background-color: #a97f00;
}

.bg-warning-d {
  background-color: #d8a200;
}

.bg-warning {
  background-color: #FFC107;
}

.bg-warning-l {
  background-color: #f9cc45;
}

.bg-warning-xl {
  background-color: #f6d97f;
}

.bg-warning-xxl {
  background-color: #f7e7b5;
}

.bg-warning-xxxl {
  background-color: #fcf7e9;
}

.border-warning-xxxd {
  border-color: #4d3900;
}

.border-warning-xxd {
  border-color: #7b5c00;
}

.border-warning-xd {
  border-color: #a97f00;
}

.border-warning-d {
  border-color: #d8a200;
}

.border-warning {
  border-color: #FFC107;
}

.border-warning-l {
  border-color: #f9cc45;
}

.border-warning-xl {
  border-color: #f6d97f;
}

.border-warning-xxl {
  border-color: #f7e7b5;
}

.border-warning-xxxl {
  border-color: #fcf7e9;
}

.warning-xxxd {
  color: #4d3900;
  fill: #4d3900;
}

.warning-xxd {
  color: #7b5c00;
  fill: #7b5c00;
}

.warning-xd {
  color: #a97f00;
  fill: #a97f00;
}

.warning-d {
  color: #d8a200;
  fill: #d8a200;
}

.warning {
  color: #FFC107;
  fill: #FFC107;
}

.warning-l {
  color: #f9cc45;
  fill: #f9cc45;
}

.warning-xl {
  color: #f6d97f;
  fill: #f6d97f;
}

.warning-xxl {
  color: #f7e7b5;
  fill: #f7e7b5;
}

.warning-xxxl {
  color: #fcf7e9;
  fill: #fcf7e9;
}

.bg-danger-xxxd {
  background-color: #4d000f;
}

.bg-danger-xxd {
  background-color: #790018;
}

.bg-danger-xd {
  background-color: #a60021;
}

.bg-danger-d {
  background-color: #d2002a;
}

.bg-danger {
  background-color: #FF0033;
}

.bg-danger-l {
  background-color: #f94065;
}

.bg-danger-xl {
  background-color: #f67c94;
}

.bg-danger-xxl {
  background-color: #f7b4c1;
}

.bg-danger-xxxl {
  background-color: #fce9ed;
}

.border-danger-xxxd {
  border-color: #4d000f;
}

.border-danger-xxd {
  border-color: #790018;
}

.border-danger-xd {
  border-color: #a60021;
}

.border-danger-d {
  border-color: #d2002a;
}

.border-danger {
  border-color: #FF0033;
}

.border-danger-l {
  border-color: #f94065;
}

.border-danger-xl {
  border-color: #f67c94;
}

.border-danger-xxl {
  border-color: #f7b4c1;
}

.border-danger-xxxl {
  border-color: #fce9ed;
}

.danger-xxxd {
  color: #4d000f;
  fill: #4d000f;
}

.danger-xxd {
  color: #790018;
  fill: #790018;
}

.danger-xd {
  color: #a60021;
  fill: #a60021;
}

.danger-d {
  color: #d2002a;
  fill: #d2002a;
}

.danger {
  color: #FF0033;
  fill: #FF0033;
}

.danger-l {
  color: #f94065;
  fill: #f94065;
}

.danger-xl {
  color: #f67c94;
  fill: #f67c94;
}

.danger-xxl {
  color: #f7b4c1;
  fill: #f7b4c1;
}

.danger-xxxl {
  color: #fce9ed;
  fill: #fce9ed;
}

.bg-gray-xxxd {
  background-color: #232929;
}

.bg-gray-xxd {
  background-color: #343d3d;
}

.bg-gray-xd {
  background-color: #455051;
}

.bg-gray-d {
  background-color: #566465;
}

.bg-gray {
  background-color: #677879;
}

.bg-gray-l {
  background-color: #889899;
}

.bg-gray-xl {
  background-color: #acb6b7;
}

.bg-gray-xxl {
  background-color: #cfd4d5;
}

.bg-gray-xxxl {
  background-color: #f1f3f3;
}

.border-gray-xxxd {
  border-color: #232929;
}

.border-gray-xxd {
  border-color: #343d3d;
}

.border-gray-xd {
  border-color: #455051;
}

.border-gray-d {
  border-color: #566465;
}

.border-gray {
  border-color: #677879;
}

.border-gray-l {
  border-color: #889899;
}

.border-gray-xl {
  border-color: #acb6b7;
}

.border-gray-xxl {
  border-color: #cfd4d5;
}

.border-gray-xxxl {
  border-color: #f1f3f3;
}

.gray-xxxd {
  color: #232929;
  fill: #232929;
}

.gray-xxd {
  color: #343d3d;
  fill: #343d3d;
}

.gray-xd {
  color: #455051;
  fill: #455051;
}

.gray-d {
  color: #566465;
  fill: #566465;
}

.gray {
  color: #677879;
  fill: #677879;
}

.gray-l {
  color: #889899;
  fill: #889899;
}

.gray-xl {
  color: #acb6b7;
  fill: #acb6b7;
}

.gray-xxl {
  color: #cfd4d5;
  fill: #cfd4d5;
}

.gray-xxxl {
  color: #f1f3f3;
  fill: #f1f3f3;
}

.m-x-auto {
  margin-left: auto;
  margin-right: auto;
}

.m-t-auto {
  margin-top: auto;
}

.m-r-auto {
  margin-right: auto;
}

.m-l-auto {
  margin-left: auto;
}

.m-b-auto {
  margin-bottom: auto;
}

.m-0 {
  margin: 0rem;
}

.m-0-5 {
  margin: 0.5rem;
}

.m-1 {
  margin: 1rem;
}

.m-1-5 {
  margin: 1.5rem;
}

.m-2 {
  margin: 2rem;
}

.m-2-5 {
  margin: 2.5rem;
}

.m-3 {
  margin: 3rem;
}

.m-3-5 {
  margin: 3.5rem;
}

.m-4 {
  margin: 4rem;
}

.m-4-5 {
  margin: 4.5rem;
}

.m-5 {
  margin: 5rem;
}

.m-5-5 {
  margin: 5.5rem;
}

.m-6 {
  margin: 6rem;
}

.m-6-5 {
  margin: 6.5rem;
}

.m-7 {
  margin: 7rem;
}

.m-7-5 {
  margin: 7.5rem;
}

.m-8 {
  margin: 8rem;
}

.m-8-5 {
  margin: 8.5rem;
}

.m-9 {
  margin: 9rem;
}

.m-9-5 {
  margin: 9.5rem;
}

.m-10 {
  margin: 10rem;
}

.m-x-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.m-x-0-5 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.m-x-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.m-x-1-5 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.m-x-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.m-x-2-5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.m-x-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.m-x-3-5 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.m-x-4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.m-x-4-5 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.m-x-5 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.m-x-5-5 {
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}

.m-x-6 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.m-x-6-5 {
  margin-left: 6.5rem;
  margin-right: 6.5rem;
}

.m-x-7 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.m-x-7-5 {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

.m-x-8 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.m-x-8-5 {
  margin-left: 8.5rem;
  margin-right: 8.5rem;
}

.m-x-9 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.m-x-9-5 {
  margin-left: 9.5rem;
  margin-right: 9.5rem;
}

.m-x-10 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.m-y-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.m-y-0-5 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.m-y-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.m-y-1-5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.m-y-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.m-y-2-5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.m-y-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.m-y-3-5 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.m-y-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.m-y-4-5 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.m-y-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.m-y-5-5 {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.m-y-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.m-y-6-5 {
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}

.m-y-7 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.m-y-7-5 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.m-y-8 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.m-y-8-5 {
  margin-top: 8.5rem;
  margin-bottom: 8.5rem;
}

.m-y-9 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.m-y-9-5 {
  margin-top: 9.5rem;
  margin-bottom: 9.5rem;
}

.m-y-10 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.m-t-0 {
  margin-top: 0rem;
}

.m-t-0-5 {
  margin-top: 0.5rem;
}

.m-t-1 {
  margin-top: 1rem;
}

.m-t-1-5 {
  margin-top: 1.5rem;
}

.m-t-2 {
  margin-top: 2rem;
}

.m-t-2-5 {
  margin-top: 2.5rem;
}

.m-t-3 {
  margin-top: 3rem;
}

.m-t-3-5 {
  margin-top: 3.5rem;
}

.m-t-4 {
  margin-top: 4rem;
}

.m-t-4-5 {
  margin-top: 4.5rem;
}

.m-t-5 {
  margin-top: 5rem;
}

.m-t-5-5 {
  margin-top: 5.5rem;
}

.m-t-6 {
  margin-top: 6rem;
}

.m-t-6-5 {
  margin-top: 6.5rem;
}

.m-t-7 {
  margin-top: 7rem;
}

.m-t-7-5 {
  margin-top: 7.5rem;
}

.m-t-8 {
  margin-top: 8rem;
}

.m-t-8-5 {
  margin-top: 8.5rem;
}

.m-t-9 {
  margin-top: 9rem;
}

.m-t-9-5 {
  margin-top: 9.5rem;
}

.m-t-10 {
  margin-top: 10rem;
}

.m-r-0 {
  margin-right: 0rem;
}

.m-r-0-5 {
  margin-right: 0.5rem;
}

.m-r-1 {
  margin-right: 1rem;
}

.m-r-1-5 {
  margin-right: 1.5rem;
}

.m-r-2 {
  margin-right: 2rem;
}

.m-r-2-5 {
  margin-right: 2.5rem;
}

.m-r-3 {
  margin-right: 3rem;
}

.m-r-3-5 {
  margin-right: 3.5rem;
}

.m-r-4 {
  margin-right: 4rem;
}

.m-r-4-5 {
  margin-right: 4.5rem;
}

.m-r-5 {
  margin-right: 5rem;
}

.m-r-5-5 {
  margin-right: 5.5rem;
}

.m-r-6 {
  margin-right: 6rem;
}

.m-r-6-5 {
  margin-right: 6.5rem;
}

.m-r-7 {
  margin-right: 7rem;
}

.m-r-7-5 {
  margin-right: 7.5rem;
}

.m-r-8 {
  margin-right: 8rem;
}

.m-r-8-5 {
  margin-right: 8.5rem;
}

.m-r-9 {
  margin-right: 9rem;
}

.m-r-9-5 {
  margin-right: 9.5rem;
}

.m-r-10 {
  margin-right: 10rem;
}

.m-b-0 {
  margin-bottom: 0rem;
}

.m-b-0-5 {
  margin-bottom: 0.5rem;
}

.m-b-1 {
  margin-bottom: 1rem;
}

.m-b-1-5 {
  margin-bottom: 1.5rem;
}

.m-b-2 {
  margin-bottom: 2rem;
}

.m-b-2-5 {
  margin-bottom: 2.5rem;
}

.m-b-3 {
  margin-bottom: 3rem;
}

.m-b-3-5 {
  margin-bottom: 3.5rem;
}

.m-b-4 {
  margin-bottom: 4rem;
}

.m-b-4-5 {
  margin-bottom: 4.5rem;
}

.m-b-5 {
  margin-bottom: 5rem;
}

.m-b-5-5 {
  margin-bottom: 5.5rem;
}

.m-b-6 {
  margin-bottom: 6rem;
}

.m-b-6-5 {
  margin-bottom: 6.5rem;
}

.m-b-7 {
  margin-bottom: 7rem;
}

.m-b-7-5 {
  margin-bottom: 7.5rem;
}

.m-b-8 {
  margin-bottom: 8rem;
}

.m-b-8-5 {
  margin-bottom: 8.5rem;
}

.m-b-9 {
  margin-bottom: 9rem;
}

.m-b-9-5 {
  margin-bottom: 9.5rem;
}

.m-b-10 {
  margin-bottom: 10rem;
}

.m-l-0 {
  margin-left: 0rem;
}

.m-l-0-5 {
  margin-left: 0.5rem;
}

.m-l-1 {
  margin-left: 1rem;
}

.m-l-1-5 {
  margin-left: 1.5rem;
}

.m-l-2 {
  margin-left: 2rem;
}

.m-l-2-5 {
  margin-left: 2.5rem;
}

.m-l-3 {
  margin-left: 3rem;
}

.m-l-3-5 {
  margin-left: 3.5rem;
}

.m-l-4 {
  margin-left: 4rem;
}

.m-l-4-5 {
  margin-left: 4.5rem;
}

.m-l-5 {
  margin-left: 5rem;
}

.m-l-5-5 {
  margin-left: 5.5rem;
}

.m-l-6 {
  margin-left: 6rem;
}

.m-l-6-5 {
  margin-left: 6.5rem;
}

.m-l-7 {
  margin-left: 7rem;
}

.m-l-7-5 {
  margin-left: 7.5rem;
}

.m-l-8 {
  margin-left: 8rem;
}

.m-l-8-5 {
  margin-left: 8.5rem;
}

.m-l-9 {
  margin-left: 9rem;
}

.m-l-9-5 {
  margin-left: 9.5rem;
}

.m-l-10 {
  margin-left: 10rem;
}

.p-0 {
  padding: 0rem;
}

.p-0-5 {
  padding: 0.5rem;
}

.p-1 {
  padding: 1rem;
}

.p-1-5 {
  padding: 1.5rem;
}

.p-2 {
  padding: 2rem;
}

.p-2-5 {
  padding: 2.5rem;
}

.p-3 {
  padding: 3rem;
}

.p-3-5 {
  padding: 3.5rem;
}

.p-4 {
  padding: 4rem;
}

.p-4-5 {
  padding: 4.5rem;
}

.p-5 {
  padding: 5rem;
}

.p-5-5 {
  padding: 5.5rem;
}

.p-6 {
  padding: 6rem;
}

.p-6-5 {
  padding: 6.5rem;
}

.p-7 {
  padding: 7rem;
}

.p-7-5 {
  padding: 7.5rem;
}

.p-8 {
  padding: 8rem;
}

.p-8-5 {
  padding: 8.5rem;
}

.p-9 {
  padding: 9rem;
}

.p-9-5 {
  padding: 9.5rem;
}

.p-10 {
  padding: 10rem;
}

.p-x-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.p-x-0-5 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p-x-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.p-x-1-5 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.p-x-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-x-2-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.p-x-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.p-x-3-5 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.p-x-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.p-x-4-5 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.p-x-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.p-x-5-5 {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.p-x-6 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.p-x-6-5 {
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

.p-x-7 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.p-x-7-5 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.p-x-8 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.p-x-8-5 {
  padding-left: 8.5rem;
  padding-right: 8.5rem;
}

.p-x-9 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.p-x-9-5 {
  padding-left: 9.5rem;
  padding-right: 9.5rem;
}

.p-x-10 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.p-y-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.p-y-0-5 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.p-y-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-y-1-5 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.p-y-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.p-y-2-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.p-y-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.p-y-3-5 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.p-y-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.p-y-4-5 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.p-y-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-y-5-5 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.p-y-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.p-y-6-5 {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.p-y-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.p-y-7-5 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.p-y-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.p-y-8-5 {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

.p-y-9 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.p-y-9-5 {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.p-y-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.p-t-0 {
  padding-top: 0rem;
}

.p-t-0-5 {
  padding-top: 0.5rem;
}

.p-t-1 {
  padding-top: 1rem;
}

.p-t-1-5 {
  padding-top: 1.5rem;
}

.p-t-2 {
  padding-top: 2rem;
}

.p-t-2-5 {
  padding-top: 2.5rem;
}

.p-t-3 {
  padding-top: 3rem;
}

.p-t-3-5 {
  padding-top: 3.5rem;
}

.p-t-4 {
  padding-top: 4rem;
}

.p-t-4-5 {
  padding-top: 4.5rem;
}

.p-t-5 {
  padding-top: 5rem;
}

.p-t-5-5 {
  padding-top: 5.5rem;
}

.p-t-6 {
  padding-top: 6rem;
}

.p-t-6-5 {
  padding-top: 6.5rem;
}

.p-t-7 {
  padding-top: 7rem;
}

.p-t-7-5 {
  padding-top: 7.5rem;
}

.p-t-8 {
  padding-top: 8rem;
}

.p-t-8-5 {
  padding-top: 8.5rem;
}

.p-t-9 {
  padding-top: 9rem;
}

.p-t-9-5 {
  padding-top: 9.5rem;
}

.p-t-10 {
  padding-top: 10rem;
}

.p-r-0 {
  padding-right: 0rem;
}

.p-r-0-5 {
  padding-right: 0.5rem;
}

.p-r-1 {
  padding-right: 1rem;
}

.p-r-1-5 {
  padding-right: 1.5rem;
}

.p-r-2 {
  padding-right: 2rem;
}

.p-r-2-5 {
  padding-right: 2.5rem;
}

.p-r-3 {
  padding-right: 3rem;
}

.p-r-3-5 {
  padding-right: 3.5rem;
}

.p-r-4 {
  padding-right: 4rem;
}

.p-r-4-5 {
  padding-right: 4.5rem;
}

.p-r-5 {
  padding-right: 5rem;
}

.p-r-5-5 {
  padding-right: 5.5rem;
}

.p-r-6 {
  padding-right: 6rem;
}

.p-r-6-5 {
  padding-right: 6.5rem;
}

.p-r-7 {
  padding-right: 7rem;
}

.p-r-7-5 {
  padding-right: 7.5rem;
}

.p-r-8 {
  padding-right: 8rem;
}

.p-r-8-5 {
  padding-right: 8.5rem;
}

.p-r-9 {
  padding-right: 9rem;
}

.p-r-9-5 {
  padding-right: 9.5rem;
}

.p-r-10 {
  padding-right: 10rem;
}

.p-b-0 {
  padding-bottom: 0rem;
}

.p-b-0-5 {
  padding-bottom: 0.5rem;
}

.p-b-1 {
  padding-bottom: 1rem;
}

.p-b-1-5 {
  padding-bottom: 1.5rem;
}

.p-b-2 {
  padding-bottom: 2rem;
}

.p-b-2-5 {
  padding-bottom: 2.5rem;
}

.p-b-3 {
  padding-bottom: 3rem;
}

.p-b-3-5 {
  padding-bottom: 3.5rem;
}

.p-b-4 {
  padding-bottom: 4rem;
}

.p-b-4-5 {
  padding-bottom: 4.5rem;
}

.p-b-5 {
  padding-bottom: 5rem;
}

.p-b-5-5 {
  padding-bottom: 5.5rem;
}

.p-b-6 {
  padding-bottom: 6rem;
}

.p-b-6-5 {
  padding-bottom: 6.5rem;
}

.p-b-7 {
  padding-bottom: 7rem;
}

.p-b-7-5 {
  padding-bottom: 7.5rem;
}

.p-b-8 {
  padding-bottom: 8rem;
}

.p-b-8-5 {
  padding-bottom: 8.5rem;
}

.p-b-9 {
  padding-bottom: 9rem;
}

.p-b-9-5 {
  padding-bottom: 9.5rem;
}

.p-b-10 {
  padding-bottom: 10rem;
}

.p-l-0 {
  padding-left: 0rem;
}

.p-l-0-5 {
  padding-left: 0.5rem;
}

.p-l-1 {
  padding-left: 1rem;
}

.p-l-1-5 {
  padding-left: 1.5rem;
}

.p-l-2 {
  padding-left: 2rem;
}

.p-l-2-5 {
  padding-left: 2.5rem;
}

.p-l-3 {
  padding-left: 3rem;
}

.p-l-3-5 {
  padding-left: 3.5rem;
}

.p-l-4 {
  padding-left: 4rem;
}

.p-l-4-5 {
  padding-left: 4.5rem;
}

.p-l-5 {
  padding-left: 5rem;
}

.p-l-5-5 {
  padding-left: 5.5rem;
}

.p-l-6 {
  padding-left: 6rem;
}

.p-l-6-5 {
  padding-left: 6.5rem;
}

.p-l-7 {
  padding-left: 7rem;
}

.p-l-7-5 {
  padding-left: 7.5rem;
}

.p-l-8 {
  padding-left: 8rem;
}

.p-l-8-5 {
  padding-left: 8.5rem;
}

.p-l-9 {
  padding-left: 9rem;
}

.p-l-9-5 {
  padding-left: 9.5rem;
}

.p-l-10 {
  padding-left: 10rem;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0rem;
  }
  .m-sm-0-5 {
    margin: 0.5rem;
  }
  .m-sm-1 {
    margin: 1rem;
  }
  .m-sm-1-5 {
    margin: 1.5rem;
  }
  .m-sm-2 {
    margin: 2rem;
  }
  .m-sm-2-5 {
    margin: 2.5rem;
  }
  .m-sm-3 {
    margin: 3rem;
  }
  .m-sm-3-5 {
    margin: 3.5rem;
  }
  .m-sm-4 {
    margin: 4rem;
  }
  .m-sm-4-5 {
    margin: 4.5rem;
  }
  .m-sm-5 {
    margin: 5rem;
  }
  .m-sm-5-5 {
    margin: 5.5rem;
  }
  .m-sm-6 {
    margin: 6rem;
  }
  .m-sm-6-5 {
    margin: 6.5rem;
  }
  .m-sm-7 {
    margin: 7rem;
  }
  .m-sm-7-5 {
    margin: 7.5rem;
  }
  .m-sm-8 {
    margin: 8rem;
  }
  .m-sm-8-5 {
    margin: 8.5rem;
  }
  .m-sm-9 {
    margin: 9rem;
  }
  .m-sm-9-5 {
    margin: 9.5rem;
  }
  .m-sm-10 {
    margin: 10rem;
  }
  .m-sm-x-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .m-sm-x-0-5 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .m-sm-x-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .m-sm-x-1-5 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .m-sm-x-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .m-sm-x-2-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .m-sm-x-3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .m-sm-x-3-5 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .m-sm-x-4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .m-sm-x-4-5 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
  .m-sm-x-5 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .m-sm-x-5-5 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }
  .m-sm-x-6 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .m-sm-x-6-5 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }
  .m-sm-x-7 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .m-sm-x-7-5 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }
  .m-sm-x-8 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .m-sm-x-8-5 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }
  .m-sm-x-9 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .m-sm-x-9-5 {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }
  .m-sm-x-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .m-sm-y-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .m-sm-y-0-5 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .m-sm-y-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .m-sm-y-1-5 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .m-sm-y-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .m-sm-y-2-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .m-sm-y-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .m-sm-y-3-5 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .m-sm-y-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .m-sm-y-4-5 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .m-sm-y-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .m-sm-y-5-5 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }
  .m-sm-y-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .m-sm-y-6-5 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }
  .m-sm-y-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .m-sm-y-7-5 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
  .m-sm-y-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .m-sm-y-8-5 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }
  .m-sm-y-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .m-sm-y-9-5 {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }
  .m-sm-y-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .m-sm-t-0 {
    margin-top: 0rem;
  }
  .m-sm-t-0-5 {
    margin-top: 0.5rem;
  }
  .m-sm-t-1 {
    margin-top: 1rem;
  }
  .m-sm-t-1-5 {
    margin-top: 1.5rem;
  }
  .m-sm-t-2 {
    margin-top: 2rem;
  }
  .m-sm-t-2-5 {
    margin-top: 2.5rem;
  }
  .m-sm-t-3 {
    margin-top: 3rem;
  }
  .m-sm-t-3-5 {
    margin-top: 3.5rem;
  }
  .m-sm-t-4 {
    margin-top: 4rem;
  }
  .m-sm-t-4-5 {
    margin-top: 4.5rem;
  }
  .m-sm-t-5 {
    margin-top: 5rem;
  }
  .m-sm-t-5-5 {
    margin-top: 5.5rem;
  }
  .m-sm-t-6 {
    margin-top: 6rem;
  }
  .m-sm-t-6-5 {
    margin-top: 6.5rem;
  }
  .m-sm-t-7 {
    margin-top: 7rem;
  }
  .m-sm-t-7-5 {
    margin-top: 7.5rem;
  }
  .m-sm-t-8 {
    margin-top: 8rem;
  }
  .m-sm-t-8-5 {
    margin-top: 8.5rem;
  }
  .m-sm-t-9 {
    margin-top: 9rem;
  }
  .m-sm-t-9-5 {
    margin-top: 9.5rem;
  }
  .m-sm-t-10 {
    margin-top: 10rem;
  }
  .m-sm-r-0 {
    margin-right: 0rem;
  }
  .m-sm-r-0-5 {
    margin-right: 0.5rem;
  }
  .m-sm-r-1 {
    margin-right: 1rem;
  }
  .m-sm-r-1-5 {
    margin-right: 1.5rem;
  }
  .m-sm-r-2 {
    margin-right: 2rem;
  }
  .m-sm-r-2-5 {
    margin-right: 2.5rem;
  }
  .m-sm-r-3 {
    margin-right: 3rem;
  }
  .m-sm-r-3-5 {
    margin-right: 3.5rem;
  }
  .m-sm-r-4 {
    margin-right: 4rem;
  }
  .m-sm-r-4-5 {
    margin-right: 4.5rem;
  }
  .m-sm-r-5 {
    margin-right: 5rem;
  }
  .m-sm-r-5-5 {
    margin-right: 5.5rem;
  }
  .m-sm-r-6 {
    margin-right: 6rem;
  }
  .m-sm-r-6-5 {
    margin-right: 6.5rem;
  }
  .m-sm-r-7 {
    margin-right: 7rem;
  }
  .m-sm-r-7-5 {
    margin-right: 7.5rem;
  }
  .m-sm-r-8 {
    margin-right: 8rem;
  }
  .m-sm-r-8-5 {
    margin-right: 8.5rem;
  }
  .m-sm-r-9 {
    margin-right: 9rem;
  }
  .m-sm-r-9-5 {
    margin-right: 9.5rem;
  }
  .m-sm-r-10 {
    margin-right: 10rem;
  }
  .m-sm-b-0 {
    margin-bottom: 0rem;
  }
  .m-sm-b-0-5 {
    margin-bottom: 0.5rem;
  }
  .m-sm-b-1 {
    margin-bottom: 1rem;
  }
  .m-sm-b-1-5 {
    margin-bottom: 1.5rem;
  }
  .m-sm-b-2 {
    margin-bottom: 2rem;
  }
  .m-sm-b-2-5 {
    margin-bottom: 2.5rem;
  }
  .m-sm-b-3 {
    margin-bottom: 3rem;
  }
  .m-sm-b-3-5 {
    margin-bottom: 3.5rem;
  }
  .m-sm-b-4 {
    margin-bottom: 4rem;
  }
  .m-sm-b-4-5 {
    margin-bottom: 4.5rem;
  }
  .m-sm-b-5 {
    margin-bottom: 5rem;
  }
  .m-sm-b-5-5 {
    margin-bottom: 5.5rem;
  }
  .m-sm-b-6 {
    margin-bottom: 6rem;
  }
  .m-sm-b-6-5 {
    margin-bottom: 6.5rem;
  }
  .m-sm-b-7 {
    margin-bottom: 7rem;
  }
  .m-sm-b-7-5 {
    margin-bottom: 7.5rem;
  }
  .m-sm-b-8 {
    margin-bottom: 8rem;
  }
  .m-sm-b-8-5 {
    margin-bottom: 8.5rem;
  }
  .m-sm-b-9 {
    margin-bottom: 9rem;
  }
  .m-sm-b-9-5 {
    margin-bottom: 9.5rem;
  }
  .m-sm-b-10 {
    margin-bottom: 10rem;
  }
  .m-sm-l-0 {
    margin-left: 0rem;
  }
  .m-sm-l-0-5 {
    margin-left: 0.5rem;
  }
  .m-sm-l-1 {
    margin-left: 1rem;
  }
  .m-sm-l-1-5 {
    margin-left: 1.5rem;
  }
  .m-sm-l-2 {
    margin-left: 2rem;
  }
  .m-sm-l-2-5 {
    margin-left: 2.5rem;
  }
  .m-sm-l-3 {
    margin-left: 3rem;
  }
  .m-sm-l-3-5 {
    margin-left: 3.5rem;
  }
  .m-sm-l-4 {
    margin-left: 4rem;
  }
  .m-sm-l-4-5 {
    margin-left: 4.5rem;
  }
  .m-sm-l-5 {
    margin-left: 5rem;
  }
  .m-sm-l-5-5 {
    margin-left: 5.5rem;
  }
  .m-sm-l-6 {
    margin-left: 6rem;
  }
  .m-sm-l-6-5 {
    margin-left: 6.5rem;
  }
  .m-sm-l-7 {
    margin-left: 7rem;
  }
  .m-sm-l-7-5 {
    margin-left: 7.5rem;
  }
  .m-sm-l-8 {
    margin-left: 8rem;
  }
  .m-sm-l-8-5 {
    margin-left: 8.5rem;
  }
  .m-sm-l-9 {
    margin-left: 9rem;
  }
  .m-sm-l-9-5 {
    margin-left: 9.5rem;
  }
  .m-sm-l-10 {
    margin-left: 10rem;
  }
  .p-sm-0 {
    padding: 0rem;
  }
  .p-sm-0-5 {
    padding: 0.5rem;
  }
  .p-sm-1 {
    padding: 1rem;
  }
  .p-sm-1-5 {
    padding: 1.5rem;
  }
  .p-sm-2 {
    padding: 2rem;
  }
  .p-sm-2-5 {
    padding: 2.5rem;
  }
  .p-sm-3 {
    padding: 3rem;
  }
  .p-sm-3-5 {
    padding: 3.5rem;
  }
  .p-sm-4 {
    padding: 4rem;
  }
  .p-sm-4-5 {
    padding: 4.5rem;
  }
  .p-sm-5 {
    padding: 5rem;
  }
  .p-sm-5-5 {
    padding: 5.5rem;
  }
  .p-sm-6 {
    padding: 6rem;
  }
  .p-sm-6-5 {
    padding: 6.5rem;
  }
  .p-sm-7 {
    padding: 7rem;
  }
  .p-sm-7-5 {
    padding: 7.5rem;
  }
  .p-sm-8 {
    padding: 8rem;
  }
  .p-sm-8-5 {
    padding: 8.5rem;
  }
  .p-sm-9 {
    padding: 9rem;
  }
  .p-sm-9-5 {
    padding: 9.5rem;
  }
  .p-sm-10 {
    padding: 10rem;
  }
  .p-sm-x-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .p-sm-x-0-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-sm-x-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .p-sm-x-1-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .p-sm-x-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .p-sm-x-2-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .p-sm-x-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .p-sm-x-3-5 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .p-sm-x-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .p-sm-x-4-5 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .p-sm-x-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .p-sm-x-5-5 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
  .p-sm-x-6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .p-sm-x-6-5 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
  .p-sm-x-7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .p-sm-x-7-5 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
  .p-sm-x-8 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .p-sm-x-8-5 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }
  .p-sm-x-9 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .p-sm-x-9-5 {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }
  .p-sm-x-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .p-sm-y-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .p-sm-y-0-5 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .p-sm-y-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .p-sm-y-1-5 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .p-sm-y-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .p-sm-y-2-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .p-sm-y-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .p-sm-y-3-5 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .p-sm-y-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .p-sm-y-4-5 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .p-sm-y-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .p-sm-y-5-5 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
  .p-sm-y-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .p-sm-y-6-5 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
  .p-sm-y-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .p-sm-y-7-5 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .p-sm-y-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .p-sm-y-8-5 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }
  .p-sm-y-9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .p-sm-y-9-5 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }
  .p-sm-y-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .p-sm-t-0 {
    padding-top: 0rem;
  }
  .p-sm-t-0-5 {
    padding-top: 0.5rem;
  }
  .p-sm-t-1 {
    padding-top: 1rem;
  }
  .p-sm-t-1-5 {
    padding-top: 1.5rem;
  }
  .p-sm-t-2 {
    padding-top: 2rem;
  }
  .p-sm-t-2-5 {
    padding-top: 2.5rem;
  }
  .p-sm-t-3 {
    padding-top: 3rem;
  }
  .p-sm-t-3-5 {
    padding-top: 3.5rem;
  }
  .p-sm-t-4 {
    padding-top: 4rem;
  }
  .p-sm-t-4-5 {
    padding-top: 4.5rem;
  }
  .p-sm-t-5 {
    padding-top: 5rem;
  }
  .p-sm-t-5-5 {
    padding-top: 5.5rem;
  }
  .p-sm-t-6 {
    padding-top: 6rem;
  }
  .p-sm-t-6-5 {
    padding-top: 6.5rem;
  }
  .p-sm-t-7 {
    padding-top: 7rem;
  }
  .p-sm-t-7-5 {
    padding-top: 7.5rem;
  }
  .p-sm-t-8 {
    padding-top: 8rem;
  }
  .p-sm-t-8-5 {
    padding-top: 8.5rem;
  }
  .p-sm-t-9 {
    padding-top: 9rem;
  }
  .p-sm-t-9-5 {
    padding-top: 9.5rem;
  }
  .p-sm-t-10 {
    padding-top: 10rem;
  }
  .p-sm-r-0 {
    padding-right: 0rem;
  }
  .p-sm-r-0-5 {
    padding-right: 0.5rem;
  }
  .p-sm-r-1 {
    padding-right: 1rem;
  }
  .p-sm-r-1-5 {
    padding-right: 1.5rem;
  }
  .p-sm-r-2 {
    padding-right: 2rem;
  }
  .p-sm-r-2-5 {
    padding-right: 2.5rem;
  }
  .p-sm-r-3 {
    padding-right: 3rem;
  }
  .p-sm-r-3-5 {
    padding-right: 3.5rem;
  }
  .p-sm-r-4 {
    padding-right: 4rem;
  }
  .p-sm-r-4-5 {
    padding-right: 4.5rem;
  }
  .p-sm-r-5 {
    padding-right: 5rem;
  }
  .p-sm-r-5-5 {
    padding-right: 5.5rem;
  }
  .p-sm-r-6 {
    padding-right: 6rem;
  }
  .p-sm-r-6-5 {
    padding-right: 6.5rem;
  }
  .p-sm-r-7 {
    padding-right: 7rem;
  }
  .p-sm-r-7-5 {
    padding-right: 7.5rem;
  }
  .p-sm-r-8 {
    padding-right: 8rem;
  }
  .p-sm-r-8-5 {
    padding-right: 8.5rem;
  }
  .p-sm-r-9 {
    padding-right: 9rem;
  }
  .p-sm-r-9-5 {
    padding-right: 9.5rem;
  }
  .p-sm-r-10 {
    padding-right: 10rem;
  }
  .p-sm-b-0 {
    padding-bottom: 0rem;
  }
  .p-sm-b-0-5 {
    padding-bottom: 0.5rem;
  }
  .p-sm-b-1 {
    padding-bottom: 1rem;
  }
  .p-sm-b-1-5 {
    padding-bottom: 1.5rem;
  }
  .p-sm-b-2 {
    padding-bottom: 2rem;
  }
  .p-sm-b-2-5 {
    padding-bottom: 2.5rem;
  }
  .p-sm-b-3 {
    padding-bottom: 3rem;
  }
  .p-sm-b-3-5 {
    padding-bottom: 3.5rem;
  }
  .p-sm-b-4 {
    padding-bottom: 4rem;
  }
  .p-sm-b-4-5 {
    padding-bottom: 4.5rem;
  }
  .p-sm-b-5 {
    padding-bottom: 5rem;
  }
  .p-sm-b-5-5 {
    padding-bottom: 5.5rem;
  }
  .p-sm-b-6 {
    padding-bottom: 6rem;
  }
  .p-sm-b-6-5 {
    padding-bottom: 6.5rem;
  }
  .p-sm-b-7 {
    padding-bottom: 7rem;
  }
  .p-sm-b-7-5 {
    padding-bottom: 7.5rem;
  }
  .p-sm-b-8 {
    padding-bottom: 8rem;
  }
  .p-sm-b-8-5 {
    padding-bottom: 8.5rem;
  }
  .p-sm-b-9 {
    padding-bottom: 9rem;
  }
  .p-sm-b-9-5 {
    padding-bottom: 9.5rem;
  }
  .p-sm-b-10 {
    padding-bottom: 10rem;
  }
  .p-sm-l-0 {
    padding-left: 0rem;
  }
  .p-sm-l-0-5 {
    padding-left: 0.5rem;
  }
  .p-sm-l-1 {
    padding-left: 1rem;
  }
  .p-sm-l-1-5 {
    padding-left: 1.5rem;
  }
  .p-sm-l-2 {
    padding-left: 2rem;
  }
  .p-sm-l-2-5 {
    padding-left: 2.5rem;
  }
  .p-sm-l-3 {
    padding-left: 3rem;
  }
  .p-sm-l-3-5 {
    padding-left: 3.5rem;
  }
  .p-sm-l-4 {
    padding-left: 4rem;
  }
  .p-sm-l-4-5 {
    padding-left: 4.5rem;
  }
  .p-sm-l-5 {
    padding-left: 5rem;
  }
  .p-sm-l-5-5 {
    padding-left: 5.5rem;
  }
  .p-sm-l-6 {
    padding-left: 6rem;
  }
  .p-sm-l-6-5 {
    padding-left: 6.5rem;
  }
  .p-sm-l-7 {
    padding-left: 7rem;
  }
  .p-sm-l-7-5 {
    padding-left: 7.5rem;
  }
  .p-sm-l-8 {
    padding-left: 8rem;
  }
  .p-sm-l-8-5 {
    padding-left: 8.5rem;
  }
  .p-sm-l-9 {
    padding-left: 9rem;
  }
  .p-sm-l-9-5 {
    padding-left: 9.5rem;
  }
  .p-sm-l-10 {
    padding-left: 10rem;
  }
}

@media (min-width: 768px) {
  .m-md-0-5 {
    margin: 0.5rem;
  }
  .m-md-1 {
    margin: 1rem;
  }
  .m-md-1-5 {
    margin: 1.5rem;
  }
  .m-md-2 {
    margin: 2rem;
  }
  .m-md-2-5 {
    margin: 2.5rem;
  }
  .m-md-3 {
    margin: 3rem;
  }
  .m-md-3-5 {
    margin: 3.5rem;
  }
  .m-md-4 {
    margin: 4rem;
  }
  .m-md-4-5 {
    margin: 4.5rem;
  }
  .m-md-5 {
    margin: 5rem;
  }
  .m-md-5-5 {
    margin: 5.5rem;
  }
  .m-md-6 {
    margin: 6rem;
  }
  .m-md-6-5 {
    margin: 6.5rem;
  }
  .m-md-7 {
    margin: 7rem;
  }
  .m-md-7-5 {
    margin: 7.5rem;
  }
  .m-md-8 {
    margin: 8rem;
  }
  .m-md-8-5 {
    margin: 8.5rem;
  }
  .m-md-9 {
    margin: 9rem;
  }
  .m-md-9-5 {
    margin: 9.5rem;
  }
  .m-md-10 {
    margin: 10rem;
  }
  .m-md-x-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .m-md-x-0-5 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .m-md-x-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .m-md-x-1-5 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .m-md-x-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .m-md-x-2-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .m-md-x-3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .m-md-x-3-5 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .m-md-x-4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .m-md-x-4-5 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
  .m-md-x-5 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .m-md-x-5-5 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }
  .m-md-x-6 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .m-md-x-6-5 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }
  .m-md-x-7 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .m-md-x-7-5 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }
  .m-md-x-8 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .m-md-x-8-5 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }
  .m-md-x-9 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .m-md-x-9-5 {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }
  .m-md-x-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .m-md-y-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .m-md-y-0-5 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .m-md-y-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .m-md-y-1-5 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .m-md-y-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .m-md-y-2-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .m-md-y-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .m-md-y-3-5 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .m-md-y-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .m-md-y-4-5 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .m-md-y-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .m-md-y-5-5 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }
  .m-md-y-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .m-md-y-6-5 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }
  .m-md-y-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .m-md-y-7-5 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
  .m-md-y-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .m-md-y-8-5 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }
  .m-md-y-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .m-md-y-9-5 {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }
  .m-md-y-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .m-md-t-0 {
    margin-top: 0rem;
  }
  .m-md-t-0-5 {
    margin-top: 0.5rem;
  }
  .m-md-t-1 {
    margin-top: 1rem;
  }
  .m-md-t-1-5 {
    margin-top: 1.5rem;
  }
  .m-md-t-2 {
    margin-top: 2rem;
  }
  .m-md-t-2-5 {
    margin-top: 2.5rem;
  }
  .m-md-t-3 {
    margin-top: 3rem;
  }
  .m-md-t-3-5 {
    margin-top: 3.5rem;
  }
  .m-md-t-4 {
    margin-top: 4rem;
  }
  .m-md-t-4-5 {
    margin-top: 4.5rem;
  }
  .m-md-t-5 {
    margin-top: 5rem;
  }
  .m-md-t-5-5 {
    margin-top: 5.5rem;
  }
  .m-md-t-6 {
    margin-top: 6rem;
  }
  .m-md-t-6-5 {
    margin-top: 6.5rem;
  }
  .m-md-t-7 {
    margin-top: 7rem;
  }
  .m-md-t-7-5 {
    margin-top: 7.5rem;
  }
  .m-md-t-8 {
    margin-top: 8rem;
  }
  .m-md-t-8-5 {
    margin-top: 8.5rem;
  }
  .m-md-t-9 {
    margin-top: 9rem;
  }
  .m-md-t-9-5 {
    margin-top: 9.5rem;
  }
  .m-md-t-10 {
    margin-top: 10rem;
  }
  .m-md-r-0 {
    margin-right: 0rem;
  }
  .m-md-r-0-5 {
    margin-right: 0.5rem;
  }
  .m-md-r-1 {
    margin-right: 1rem;
  }
  .m-md-r-1-5 {
    margin-right: 1.5rem;
  }
  .m-md-r-2 {
    margin-right: 2rem;
  }
  .m-md-r-2-5 {
    margin-right: 2.5rem;
  }
  .m-md-r-3 {
    margin-right: 3rem;
  }
  .m-md-r-3-5 {
    margin-right: 3.5rem;
  }
  .m-md-r-4 {
    margin-right: 4rem;
  }
  .m-md-r-4-5 {
    margin-right: 4.5rem;
  }
  .m-md-r-5 {
    margin-right: 5rem;
  }
  .m-md-r-5-5 {
    margin-right: 5.5rem;
  }
  .m-md-r-6 {
    margin-right: 6rem;
  }
  .m-md-r-6-5 {
    margin-right: 6.5rem;
  }
  .m-md-r-7 {
    margin-right: 7rem;
  }
  .m-md-r-7-5 {
    margin-right: 7.5rem;
  }
  .m-md-r-8 {
    margin-right: 8rem;
  }
  .m-md-r-8-5 {
    margin-right: 8.5rem;
  }
  .m-md-r-9 {
    margin-right: 9rem;
  }
  .m-md-r-9-5 {
    margin-right: 9.5rem;
  }
  .m-md-r-10 {
    margin-right: 10rem;
  }
  .m-md-b-0 {
    margin-bottom: 0rem;
  }
  .m-md-b-0-5 {
    margin-bottom: 0.5rem;
  }
  .m-md-b-1 {
    margin-bottom: 1rem;
  }
  .m-md-b-1-5 {
    margin-bottom: 1.5rem;
  }
  .m-md-b-2 {
    margin-bottom: 2rem;
  }
  .m-md-b-2-5 {
    margin-bottom: 2.5rem;
  }
  .m-md-b-3 {
    margin-bottom: 3rem;
  }
  .m-md-b-3-5 {
    margin-bottom: 3.5rem;
  }
  .m-md-b-4 {
    margin-bottom: 4rem;
  }
  .m-md-b-4-5 {
    margin-bottom: 4.5rem;
  }
  .m-md-b-5 {
    margin-bottom: 5rem;
  }
  .m-md-b-5-5 {
    margin-bottom: 5.5rem;
  }
  .m-md-b-6 {
    margin-bottom: 6rem;
  }
  .m-md-b-6-5 {
    margin-bottom: 6.5rem;
  }
  .m-md-b-7 {
    margin-bottom: 7rem;
  }
  .m-md-b-7-5 {
    margin-bottom: 7.5rem;
  }
  .m-md-b-8 {
    margin-bottom: 8rem;
  }
  .m-md-b-8-5 {
    margin-bottom: 8.5rem;
  }
  .m-md-b-9 {
    margin-bottom: 9rem;
  }
  .m-md-b-9-5 {
    margin-bottom: 9.5rem;
  }
  .m-md-b-10 {
    margin-bottom: 10rem;
  }
  .m-md-l-0 {
    margin-left: 0rem;
  }
  .m-md-l-0-5 {
    margin-left: 0.5rem;
  }
  .m-md-l-1 {
    margin-left: 1rem;
  }
  .m-md-l-1-5 {
    margin-left: 1.5rem;
  }
  .m-md-l-2 {
    margin-left: 2rem;
  }
  .m-md-l-2-5 {
    margin-left: 2.5rem;
  }
  .m-md-l-3 {
    margin-left: 3rem;
  }
  .m-md-l-3-5 {
    margin-left: 3.5rem;
  }
  .m-md-l-4 {
    margin-left: 4rem;
  }
  .m-md-l-4-5 {
    margin-left: 4.5rem;
  }
  .m-md-l-5 {
    margin-left: 5rem;
  }
  .m-md-l-5-5 {
    margin-left: 5.5rem;
  }
  .m-md-l-6 {
    margin-left: 6rem;
  }
  .m-md-l-6-5 {
    margin-left: 6.5rem;
  }
  .m-md-l-7 {
    margin-left: 7rem;
  }
  .m-md-l-7-5 {
    margin-left: 7.5rem;
  }
  .m-md-l-8 {
    margin-left: 8rem;
  }
  .m-md-l-8-5 {
    margin-left: 8.5rem;
  }
  .m-md-l-9 {
    margin-left: 9rem;
  }
  .m-md-l-9-5 {
    margin-left: 9.5rem;
  }
  .m-md-l-10 {
    margin-left: 10rem;
  }
  .p-md-0 {
    padding: 0rem;
  }
  .p-md-0-5 {
    padding: 0.5rem;
  }
  .p-md-1 {
    padding: 1rem;
  }
  .p-md-1-5 {
    padding: 1.5rem;
  }
  .p-md-2 {
    padding: 2rem;
  }
  .p-md-2-5 {
    padding: 2.5rem;
  }
  .p-md-3 {
    padding: 3rem;
  }
  .p-md-3-5 {
    padding: 3.5rem;
  }
  .p-md-4 {
    padding: 4rem;
  }
  .p-md-4-5 {
    padding: 4.5rem;
  }
  .p-md-5 {
    padding: 5rem;
  }
  .p-md-5-5 {
    padding: 5.5rem;
  }
  .p-md-6 {
    padding: 6rem;
  }
  .p-md-6-5 {
    padding: 6.5rem;
  }
  .p-md-7 {
    padding: 7rem;
  }
  .p-md-7-5 {
    padding: 7.5rem;
  }
  .p-md-8 {
    padding: 8rem;
  }
  .p-md-8-5 {
    padding: 8.5rem;
  }
  .p-md-9 {
    padding: 9rem;
  }
  .p-md-9-5 {
    padding: 9.5rem;
  }
  .p-md-10 {
    padding: 10rem;
  }
  .p-md-x-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .p-md-x-0-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-md-x-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .p-md-x-1-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .p-md-x-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .p-md-x-2-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .p-md-x-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .p-md-x-3-5 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .p-md-x-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .p-md-x-4-5 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .p-md-x-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .p-md-x-5-5 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
  .p-md-x-6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .p-md-x-6-5 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
  .p-md-x-7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .p-md-x-7-5 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
  .p-md-x-8 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .p-md-x-8-5 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }
  .p-md-x-9 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .p-md-x-9-5 {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }
  .p-md-x-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .p-md-y-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .p-md-y-0-5 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .p-md-y-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .p-md-y-1-5 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .p-md-y-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .p-md-y-2-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .p-md-y-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .p-md-y-3-5 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .p-md-y-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .p-md-y-4-5 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .p-md-y-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .p-md-y-5-5 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
  .p-md-y-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .p-md-y-6-5 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
  .p-md-y-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .p-md-y-7-5 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .p-md-y-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .p-md-y-8-5 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }
  .p-md-y-9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .p-md-y-9-5 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }
  .p-md-y-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .p-md-t-0 {
    padding-top: 0rem;
  }
  .p-md-t-0-5 {
    padding-top: 0.5rem;
  }
  .p-md-t-1 {
    padding-top: 1rem;
  }
  .p-md-t-1-5 {
    padding-top: 1.5rem;
  }
  .p-md-t-2 {
    padding-top: 2rem;
  }
  .p-md-t-2-5 {
    padding-top: 2.5rem;
  }
  .p-md-t-3 {
    padding-top: 3rem;
  }
  .p-md-t-3-5 {
    padding-top: 3.5rem;
  }
  .p-md-t-4 {
    padding-top: 4rem;
  }
  .p-md-t-4-5 {
    padding-top: 4.5rem;
  }
  .p-md-t-5 {
    padding-top: 5rem;
  }
  .p-md-t-5-5 {
    padding-top: 5.5rem;
  }
  .p-md-t-6 {
    padding-top: 6rem;
  }
  .p-md-t-6-5 {
    padding-top: 6.5rem;
  }
  .p-md-t-7 {
    padding-top: 7rem;
  }
  .p-md-t-7-5 {
    padding-top: 7.5rem;
  }
  .p-md-t-8 {
    padding-top: 8rem;
  }
  .p-md-t-8-5 {
    padding-top: 8.5rem;
  }
  .p-md-t-9 {
    padding-top: 9rem;
  }
  .p-md-t-9-5 {
    padding-top: 9.5rem;
  }
  .p-md-t-10 {
    padding-top: 10rem;
  }
  .p-md-r-0 {
    padding-right: 0rem;
  }
  .p-md-r-0-5 {
    padding-right: 0.5rem;
  }
  .p-md-r-1 {
    padding-right: 1rem;
  }
  .p-md-r-1-5 {
    padding-right: 1.5rem;
  }
  .p-md-r-2 {
    padding-right: 2rem;
  }
  .p-md-r-2-5 {
    padding-right: 2.5rem;
  }
  .p-md-r-3 {
    padding-right: 3rem;
  }
  .p-md-r-3-5 {
    padding-right: 3.5rem;
  }
  .p-md-r-4 {
    padding-right: 4rem;
  }
  .p-md-r-4-5 {
    padding-right: 4.5rem;
  }
  .p-md-r-5 {
    padding-right: 5rem;
  }
  .p-md-r-5-5 {
    padding-right: 5.5rem;
  }
  .p-md-r-6 {
    padding-right: 6rem;
  }
  .p-md-r-6-5 {
    padding-right: 6.5rem;
  }
  .p-md-r-7 {
    padding-right: 7rem;
  }
  .p-md-r-7-5 {
    padding-right: 7.5rem;
  }
  .p-md-r-8 {
    padding-right: 8rem;
  }
  .p-md-r-8-5 {
    padding-right: 8.5rem;
  }
  .p-md-r-9 {
    padding-right: 9rem;
  }
  .p-md-r-9-5 {
    padding-right: 9.5rem;
  }
  .p-md-r-10 {
    padding-right: 10rem;
  }
  .p-md-b-0 {
    padding-bottom: 0rem;
  }
  .p-md-b-0-5 {
    padding-bottom: 0.5rem;
  }
  .p-md-b-1 {
    padding-bottom: 1rem;
  }
  .p-md-b-1-5 {
    padding-bottom: 1.5rem;
  }
  .p-md-b-2 {
    padding-bottom: 2rem;
  }
  .p-md-b-2-5 {
    padding-bottom: 2.5rem;
  }
  .p-md-b-3 {
    padding-bottom: 3rem;
  }
  .p-md-b-3-5 {
    padding-bottom: 3.5rem;
  }
  .p-md-b-4 {
    padding-bottom: 4rem;
  }
  .p-md-b-4-5 {
    padding-bottom: 4.5rem;
  }
  .p-md-b-5 {
    padding-bottom: 5rem;
  }
  .p-md-b-5-5 {
    padding-bottom: 5.5rem;
  }
  .p-md-b-6 {
    padding-bottom: 6rem;
  }
  .p-md-b-6-5 {
    padding-bottom: 6.5rem;
  }
  .p-md-b-7 {
    padding-bottom: 7rem;
  }
  .p-md-b-7-5 {
    padding-bottom: 7.5rem;
  }
  .p-md-b-8 {
    padding-bottom: 8rem;
  }
  .p-md-b-8-5 {
    padding-bottom: 8.5rem;
  }
  .p-md-b-9 {
    padding-bottom: 9rem;
  }
  .p-md-b-9-5 {
    padding-bottom: 9.5rem;
  }
  .p-md-b-10 {
    padding-bottom: 10rem;
  }
  .p-md-l-0 {
    padding-left: 0rem;
  }
  .p-md-l-0-5 {
    padding-left: 0.5rem;
  }
  .p-md-l-1 {
    padding-left: 1rem;
  }
  .p-md-l-1-5 {
    padding-left: 1.5rem;
  }
  .p-md-l-2 {
    padding-left: 2rem;
  }
  .p-md-l-2-5 {
    padding-left: 2.5rem;
  }
  .p-md-l-3 {
    padding-left: 3rem;
  }
  .p-md-l-3-5 {
    padding-left: 3.5rem;
  }
  .p-md-l-4 {
    padding-left: 4rem;
  }
  .p-md-l-4-5 {
    padding-left: 4.5rem;
  }
  .p-md-l-5 {
    padding-left: 5rem;
  }
  .p-md-l-5-5 {
    padding-left: 5.5rem;
  }
  .p-md-l-6 {
    padding-left: 6rem;
  }
  .p-md-l-6-5 {
    padding-left: 6.5rem;
  }
  .p-md-l-7 {
    padding-left: 7rem;
  }
  .p-md-l-7-5 {
    padding-left: 7.5rem;
  }
  .p-md-l-8 {
    padding-left: 8rem;
  }
  .p-md-l-8-5 {
    padding-left: 8.5rem;
  }
  .p-md-l-9 {
    padding-left: 9rem;
  }
  .p-md-l-9-5 {
    padding-left: 9.5rem;
  }
  .p-md-l-10 {
    padding-left: 10rem;
  }
}

@media (min-width: 992px) {
  .m-lg-0-5 {
    margin: 0.5rem;
  }
  .m-lg-1 {
    margin: 1rem;
  }
  .m-lg-1-5 {
    margin: 1.5rem;
  }
  .m-lg-2 {
    margin: 2rem;
  }
  .m-lg-2-5 {
    margin: 2.5rem;
  }
  .m-lg-3 {
    margin: 3rem;
  }
  .m-lg-3-5 {
    margin: 3.5rem;
  }
  .m-lg-4 {
    margin: 4rem;
  }
  .m-lg-4-5 {
    margin: 4.5rem;
  }
  .m-lg-5 {
    margin: 5rem;
  }
  .m-lg-5-5 {
    margin: 5.5rem;
  }
  .m-lg-6 {
    margin: 6rem;
  }
  .m-lg-6-5 {
    margin: 6.5rem;
  }
  .m-lg-7 {
    margin: 7rem;
  }
  .m-lg-7-5 {
    margin: 7.5rem;
  }
  .m-lg-8 {
    margin: 8rem;
  }
  .m-lg-8-5 {
    margin: 8.5rem;
  }
  .m-lg-9 {
    margin: 9rem;
  }
  .m-lg-9-5 {
    margin: 9.5rem;
  }
  .m-lg-10 {
    margin: 10rem;
  }
  .m-lg-x-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .m-lg-x-0-5 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .m-lg-x-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .m-lg-x-1-5 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .m-lg-x-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .m-lg-x-2-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .m-lg-x-3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .m-lg-x-3-5 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .m-lg-x-4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .m-lg-x-4-5 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
  .m-lg-x-5 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .m-lg-x-5-5 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }
  .m-lg-x-6 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .m-lg-x-6-5 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }
  .m-lg-x-7 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .m-lg-x-7-5 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }
  .m-lg-x-8 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .m-lg-x-8-5 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }
  .m-lg-x-9 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .m-lg-x-9-5 {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }
  .m-lg-x-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .m-lg-y-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .m-lg-y-0-5 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .m-lg-y-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .m-lg-y-1-5 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .m-lg-y-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .m-lg-y-2-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .m-lg-y-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .m-lg-y-3-5 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .m-lg-y-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .m-lg-y-4-5 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .m-lg-y-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .m-lg-y-5-5 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }
  .m-lg-y-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .m-lg-y-6-5 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }
  .m-lg-y-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .m-lg-y-7-5 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
  .m-lg-y-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .m-lg-y-8-5 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }
  .m-lg-y-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .m-lg-y-9-5 {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }
  .m-lg-y-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .m-lg-t-0 {
    margin-top: 0rem;
  }
  .m-lg-t-0-5 {
    margin-top: 0.5rem;
  }
  .m-lg-t-1 {
    margin-top: 1rem;
  }
  .m-lg-t-1-5 {
    margin-top: 1.5rem;
  }
  .m-lg-t-2 {
    margin-top: 2rem;
  }
  .m-lg-t-2-5 {
    margin-top: 2.5rem;
  }
  .m-lg-t-3 {
    margin-top: 3rem;
  }
  .m-lg-t-3-5 {
    margin-top: 3.5rem;
  }
  .m-lg-t-4 {
    margin-top: 4rem;
  }
  .m-lg-t-4-5 {
    margin-top: 4.5rem;
  }
  .m-lg-t-5 {
    margin-top: 5rem;
  }
  .m-lg-t-5-5 {
    margin-top: 5.5rem;
  }
  .m-lg-t-6 {
    margin-top: 6rem;
  }
  .m-lg-t-6-5 {
    margin-top: 6.5rem;
  }
  .m-lg-t-7 {
    margin-top: 7rem;
  }
  .m-lg-t-7-5 {
    margin-top: 7.5rem;
  }
  .m-lg-t-8 {
    margin-top: 8rem;
  }
  .m-lg-t-8-5 {
    margin-top: 8.5rem;
  }
  .m-lg-t-9 {
    margin-top: 9rem;
  }
  .m-lg-t-9-5 {
    margin-top: 9.5rem;
  }
  .m-lg-t-10 {
    margin-top: 10rem;
  }
  .m-lg-r-0 {
    margin-right: 0rem;
  }
  .m-lg-r-0-5 {
    margin-right: 0.5rem;
  }
  .m-lg-r-1 {
    margin-right: 1rem;
  }
  .m-lg-r-1-5 {
    margin-right: 1.5rem;
  }
  .m-lg-r-2 {
    margin-right: 2rem;
  }
  .m-lg-r-2-5 {
    margin-right: 2.5rem;
  }
  .m-lg-r-3 {
    margin-right: 3rem;
  }
  .m-lg-r-3-5 {
    margin-right: 3.5rem;
  }
  .m-lg-r-4 {
    margin-right: 4rem;
  }
  .m-lg-r-4-5 {
    margin-right: 4.5rem;
  }
  .m-lg-r-5 {
    margin-right: 5rem;
  }
  .m-lg-r-5-5 {
    margin-right: 5.5rem;
  }
  .m-lg-r-6 {
    margin-right: 6rem;
  }
  .m-lg-r-6-5 {
    margin-right: 6.5rem;
  }
  .m-lg-r-7 {
    margin-right: 7rem;
  }
  .m-lg-r-7-5 {
    margin-right: 7.5rem;
  }
  .m-lg-r-8 {
    margin-right: 8rem;
  }
  .m-lg-r-8-5 {
    margin-right: 8.5rem;
  }
  .m-lg-r-9 {
    margin-right: 9rem;
  }
  .m-lg-r-9-5 {
    margin-right: 9.5rem;
  }
  .m-lg-r-10 {
    margin-right: 10rem;
  }
  .m-lg-b-0 {
    margin-bottom: 0rem;
  }
  .m-lg-b-0-5 {
    margin-bottom: 0.5rem;
  }
  .m-lg-b-1 {
    margin-bottom: 1rem;
  }
  .m-lg-b-1-5 {
    margin-bottom: 1.5rem;
  }
  .m-lg-b-2 {
    margin-bottom: 2rem;
  }
  .m-lg-b-2-5 {
    margin-bottom: 2.5rem;
  }
  .m-lg-b-3 {
    margin-bottom: 3rem;
  }
  .m-lg-b-3-5 {
    margin-bottom: 3.5rem;
  }
  .m-lg-b-4 {
    margin-bottom: 4rem;
  }
  .m-lg-b-4-5 {
    margin-bottom: 4.5rem;
  }
  .m-lg-b-5 {
    margin-bottom: 5rem;
  }
  .m-lg-b-5-5 {
    margin-bottom: 5.5rem;
  }
  .m-lg-b-6 {
    margin-bottom: 6rem;
  }
  .m-lg-b-6-5 {
    margin-bottom: 6.5rem;
  }
  .m-lg-b-7 {
    margin-bottom: 7rem;
  }
  .m-lg-b-7-5 {
    margin-bottom: 7.5rem;
  }
  .m-lg-b-8 {
    margin-bottom: 8rem;
  }
  .m-lg-b-8-5 {
    margin-bottom: 8.5rem;
  }
  .m-lg-b-9 {
    margin-bottom: 9rem;
  }
  .m-lg-b-9-5 {
    margin-bottom: 9.5rem;
  }
  .m-lg-b-10 {
    margin-bottom: 10rem;
  }
  .m-lg-l-0 {
    margin-left: 0rem;
  }
  .m-lg-l-0-5 {
    margin-left: 0.5rem;
  }
  .m-lg-l-1 {
    margin-left: 1rem;
  }
  .m-lg-l-1-5 {
    margin-left: 1.5rem;
  }
  .m-lg-l-2 {
    margin-left: 2rem;
  }
  .m-lg-l-2-5 {
    margin-left: 2.5rem;
  }
  .m-lg-l-3 {
    margin-left: 3rem;
  }
  .m-lg-l-3-5 {
    margin-left: 3.5rem;
  }
  .m-lg-l-4 {
    margin-left: 4rem;
  }
  .m-lg-l-4-5 {
    margin-left: 4.5rem;
  }
  .m-lg-l-5 {
    margin-left: 5rem;
  }
  .m-lg-l-5-5 {
    margin-left: 5.5rem;
  }
  .m-lg-l-6 {
    margin-left: 6rem;
  }
  .m-lg-l-6-5 {
    margin-left: 6.5rem;
  }
  .m-lg-l-7 {
    margin-left: 7rem;
  }
  .m-lg-l-7-5 {
    margin-left: 7.5rem;
  }
  .m-lg-l-8 {
    margin-left: 8rem;
  }
  .m-lg-l-8-5 {
    margin-left: 8.5rem;
  }
  .m-lg-l-9 {
    margin-left: 9rem;
  }
  .m-lg-l-9-5 {
    margin-left: 9.5rem;
  }
  .m-lg-l-10 {
    margin-left: 10rem;
  }
  .p-lg-0 {
    padding: 0rem;
  }
  .p-lg-0-5 {
    padding: 0.5rem;
  }
  .p-lg-1 {
    padding: 1rem;
  }
  .p-lg-1-5 {
    padding: 1.5rem;
  }
  .p-lg-2 {
    padding: 2rem;
  }
  .p-lg-2-5 {
    padding: 2.5rem;
  }
  .p-lg-3 {
    padding: 3rem;
  }
  .p-lg-3-5 {
    padding: 3.5rem;
  }
  .p-lg-4 {
    padding: 4rem;
  }
  .p-lg-4-5 {
    padding: 4.5rem;
  }
  .p-lg-5 {
    padding: 5rem;
  }
  .p-lg-5-5 {
    padding: 5.5rem;
  }
  .p-lg-6 {
    padding: 6rem;
  }
  .p-lg-6-5 {
    padding: 6.5rem;
  }
  .p-lg-7 {
    padding: 7rem;
  }
  .p-lg-7-5 {
    padding: 7.5rem;
  }
  .p-lg-8 {
    padding: 8rem;
  }
  .p-lg-8-5 {
    padding: 8.5rem;
  }
  .p-lg-9 {
    padding: 9rem;
  }
  .p-lg-9-5 {
    padding: 9.5rem;
  }
  .p-lg-10 {
    padding: 10rem;
  }
  .p-lg-x-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .p-lg-x-0-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-lg-x-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .p-lg-x-1-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .p-lg-x-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .p-lg-x-2-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .p-lg-x-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .p-lg-x-3-5 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .p-lg-x-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .p-lg-x-4-5 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .p-lg-x-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .p-lg-x-5-5 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
  .p-lg-x-6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .p-lg-x-6-5 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
  .p-lg-x-7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .p-lg-x-7-5 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
  .p-lg-x-8 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .p-lg-x-8-5 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }
  .p-lg-x-9 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .p-lg-x-9-5 {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }
  .p-lg-x-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .p-lg-y-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .p-lg-y-0-5 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .p-lg-y-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .p-lg-y-1-5 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .p-lg-y-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .p-lg-y-2-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .p-lg-y-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .p-lg-y-3-5 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .p-lg-y-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .p-lg-y-4-5 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .p-lg-y-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .p-lg-y-5-5 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
  .p-lg-y-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .p-lg-y-6-5 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
  .p-lg-y-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .p-lg-y-7-5 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .p-lg-y-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .p-lg-y-8-5 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }
  .p-lg-y-9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .p-lg-y-9-5 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }
  .p-lg-y-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .p-lg-t-0 {
    padding-top: 0rem;
  }
  .p-lg-t-0-5 {
    padding-top: 0.5rem;
  }
  .p-lg-t-1 {
    padding-top: 1rem;
  }
  .p-lg-t-1-5 {
    padding-top: 1.5rem;
  }
  .p-lg-t-2 {
    padding-top: 2rem;
  }
  .p-lg-t-2-5 {
    padding-top: 2.5rem;
  }
  .p-lg-t-3 {
    padding-top: 3rem;
  }
  .p-lg-t-3-5 {
    padding-top: 3.5rem;
  }
  .p-lg-t-4 {
    padding-top: 4rem;
  }
  .p-lg-t-4-5 {
    padding-top: 4.5rem;
  }
  .p-lg-t-5 {
    padding-top: 5rem;
  }
  .p-lg-t-5-5 {
    padding-top: 5.5rem;
  }
  .p-lg-t-6 {
    padding-top: 6rem;
  }
  .p-lg-t-6-5 {
    padding-top: 6.5rem;
  }
  .p-lg-t-7 {
    padding-top: 7rem;
  }
  .p-lg-t-7-5 {
    padding-top: 7.5rem;
  }
  .p-lg-t-8 {
    padding-top: 8rem;
  }
  .p-lg-t-8-5 {
    padding-top: 8.5rem;
  }
  .p-lg-t-9 {
    padding-top: 9rem;
  }
  .p-lg-t-9-5 {
    padding-top: 9.5rem;
  }
  .p-lg-t-10 {
    padding-top: 10rem;
  }
  .p-lg-r-0 {
    padding-right: 0rem;
  }
  .p-lg-r-0-5 {
    padding-right: 0.5rem;
  }
  .p-lg-r-1 {
    padding-right: 1rem;
  }
  .p-lg-r-1-5 {
    padding-right: 1.5rem;
  }
  .p-lg-r-2 {
    padding-right: 2rem;
  }
  .p-lg-r-2-5 {
    padding-right: 2.5rem;
  }
  .p-lg-r-3 {
    padding-right: 3rem;
  }
  .p-lg-r-3-5 {
    padding-right: 3.5rem;
  }
  .p-lg-r-4 {
    padding-right: 4rem;
  }
  .p-lg-r-4-5 {
    padding-right: 4.5rem;
  }
  .p-lg-r-5 {
    padding-right: 5rem;
  }
  .p-lg-r-5-5 {
    padding-right: 5.5rem;
  }
  .p-lg-r-6 {
    padding-right: 6rem;
  }
  .p-lg-r-6-5 {
    padding-right: 6.5rem;
  }
  .p-lg-r-7 {
    padding-right: 7rem;
  }
  .p-lg-r-7-5 {
    padding-right: 7.5rem;
  }
  .p-lg-r-8 {
    padding-right: 8rem;
  }
  .p-lg-r-8-5 {
    padding-right: 8.5rem;
  }
  .p-lg-r-9 {
    padding-right: 9rem;
  }
  .p-lg-r-9-5 {
    padding-right: 9.5rem;
  }
  .p-lg-r-10 {
    padding-right: 10rem;
  }
  .p-lg-b-0 {
    padding-bottom: 0rem;
  }
  .p-lg-b-0-5 {
    padding-bottom: 0.5rem;
  }
  .p-lg-b-1 {
    padding-bottom: 1rem;
  }
  .p-lg-b-1-5 {
    padding-bottom: 1.5rem;
  }
  .p-lg-b-2 {
    padding-bottom: 2rem;
  }
  .p-lg-b-2-5 {
    padding-bottom: 2.5rem;
  }
  .p-lg-b-3 {
    padding-bottom: 3rem;
  }
  .p-lg-b-3-5 {
    padding-bottom: 3.5rem;
  }
  .p-lg-b-4 {
    padding-bottom: 4rem;
  }
  .p-lg-b-4-5 {
    padding-bottom: 4.5rem;
  }
  .p-lg-b-5 {
    padding-bottom: 5rem;
  }
  .p-lg-b-5-5 {
    padding-bottom: 5.5rem;
  }
  .p-lg-b-6 {
    padding-bottom: 6rem;
  }
  .p-lg-b-6-5 {
    padding-bottom: 6.5rem;
  }
  .p-lg-b-7 {
    padding-bottom: 7rem;
  }
  .p-lg-b-7-5 {
    padding-bottom: 7.5rem;
  }
  .p-lg-b-8 {
    padding-bottom: 8rem;
  }
  .p-lg-b-8-5 {
    padding-bottom: 8.5rem;
  }
  .p-lg-b-9 {
    padding-bottom: 9rem;
  }
  .p-lg-b-9-5 {
    padding-bottom: 9.5rem;
  }
  .p-lg-b-10 {
    padding-bottom: 10rem;
  }
  .p-lg-l-0 {
    padding-left: 0rem;
  }
  .p-lg-l-0-5 {
    padding-left: 0.5rem;
  }
  .p-lg-l-1 {
    padding-left: 1rem;
  }
  .p-lg-l-1-5 {
    padding-left: 1.5rem;
  }
  .p-lg-l-2 {
    padding-left: 2rem;
  }
  .p-lg-l-2-5 {
    padding-left: 2.5rem;
  }
  .p-lg-l-3 {
    padding-left: 3rem;
  }
  .p-lg-l-3-5 {
    padding-left: 3.5rem;
  }
  .p-lg-l-4 {
    padding-left: 4rem;
  }
  .p-lg-l-4-5 {
    padding-left: 4.5rem;
  }
  .p-lg-l-5 {
    padding-left: 5rem;
  }
  .p-lg-l-5-5 {
    padding-left: 5.5rem;
  }
  .p-lg-l-6 {
    padding-left: 6rem;
  }
  .p-lg-l-6-5 {
    padding-left: 6.5rem;
  }
  .p-lg-l-7 {
    padding-left: 7rem;
  }
  .p-lg-l-7-5 {
    padding-left: 7.5rem;
  }
  .p-lg-l-8 {
    padding-left: 8rem;
  }
  .p-lg-l-8-5 {
    padding-left: 8.5rem;
  }
  .p-lg-l-9 {
    padding-left: 9rem;
  }
  .p-lg-l-9-5 {
    padding-left: 9.5rem;
  }
  .p-lg-l-10 {
    padding-left: 10rem;
  }
}

@media (min-width: 1200px) {
  .m-xl-0-5 {
    margin: 0.5rem;
  }
  .m-xl-1 {
    margin: 1rem;
  }
  .m-xl-1-5 {
    margin: 1.5rem;
  }
  .m-xl-2 {
    margin: 2rem;
  }
  .m-xl-2-5 {
    margin: 2.5rem;
  }
  .m-xl-3 {
    margin: 3rem;
  }
  .m-xl-3-5 {
    margin: 3.5rem;
  }
  .m-xl-4 {
    margin: 4rem;
  }
  .m-xl-4-5 {
    margin: 4.5rem;
  }
  .m-xl-5 {
    margin: 5rem;
  }
  .m-xl-5-5 {
    margin: 5.5rem;
  }
  .m-xl-6 {
    margin: 6rem;
  }
  .m-xl-6-5 {
    margin: 6.5rem;
  }
  .m-xl-7 {
    margin: 7rem;
  }
  .m-xl-7-5 {
    margin: 7.5rem;
  }
  .m-xl-8 {
    margin: 8rem;
  }
  .m-xl-8-5 {
    margin: 8.5rem;
  }
  .m-xl-9 {
    margin: 9rem;
  }
  .m-xl-9-5 {
    margin: 9.5rem;
  }
  .m-xl-10 {
    margin: 10rem;
  }
  .m-xl-x-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .m-xl-x-0-5 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .m-xl-x-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .m-xl-x-1-5 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .m-xl-x-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .m-xl-x-2-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .m-xl-x-3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .m-xl-x-3-5 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .m-xl-x-4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .m-xl-x-4-5 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
  .m-xl-x-5 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .m-xl-x-5-5 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }
  .m-xl-x-6 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .m-xl-x-6-5 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }
  .m-xl-x-7 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .m-xl-x-7-5 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }
  .m-xl-x-8 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .m-xl-x-8-5 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }
  .m-xl-x-9 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .m-xl-x-9-5 {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }
  .m-xl-x-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .m-xl-y-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .m-xl-y-0-5 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .m-xl-y-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .m-xl-y-1-5 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .m-xl-y-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .m-xl-y-2-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .m-xl-y-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .m-xl-y-3-5 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .m-xl-y-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .m-xl-y-4-5 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .m-xl-y-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .m-xl-y-5-5 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }
  .m-xl-y-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .m-xl-y-6-5 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }
  .m-xl-y-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .m-xl-y-7-5 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
  .m-xl-y-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .m-xl-y-8-5 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }
  .m-xl-y-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .m-xl-y-9-5 {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }
  .m-xl-y-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .m-xl-t-0 {
    margin-top: 0rem;
  }
  .m-xl-t-0-5 {
    margin-top: 0.5rem;
  }
  .m-xl-t-1 {
    margin-top: 1rem;
  }
  .m-xl-t-1-5 {
    margin-top: 1.5rem;
  }
  .m-xl-t-2 {
    margin-top: 2rem;
  }
  .m-xl-t-2-5 {
    margin-top: 2.5rem;
  }
  .m-xl-t-3 {
    margin-top: 3rem;
  }
  .m-xl-t-3-5 {
    margin-top: 3.5rem;
  }
  .m-xl-t-4 {
    margin-top: 4rem;
  }
  .m-xl-t-4-5 {
    margin-top: 4.5rem;
  }
  .m-xl-t-5 {
    margin-top: 5rem;
  }
  .m-xl-t-5-5 {
    margin-top: 5.5rem;
  }
  .m-xl-t-6 {
    margin-top: 6rem;
  }
  .m-xl-t-6-5 {
    margin-top: 6.5rem;
  }
  .m-xl-t-7 {
    margin-top: 7rem;
  }
  .m-xl-t-7-5 {
    margin-top: 7.5rem;
  }
  .m-xl-t-8 {
    margin-top: 8rem;
  }
  .m-xl-t-8-5 {
    margin-top: 8.5rem;
  }
  .m-xl-t-9 {
    margin-top: 9rem;
  }
  .m-xl-t-9-5 {
    margin-top: 9.5rem;
  }
  .m-xl-t-10 {
    margin-top: 10rem;
  }
  .m-xl-r-0 {
    margin-right: 0rem;
  }
  .m-xl-r-0-5 {
    margin-right: 0.5rem;
  }
  .m-xl-r-1 {
    margin-right: 1rem;
  }
  .m-xl-r-1-5 {
    margin-right: 1.5rem;
  }
  .m-xl-r-2 {
    margin-right: 2rem;
  }
  .m-xl-r-2-5 {
    margin-right: 2.5rem;
  }
  .m-xl-r-3 {
    margin-right: 3rem;
  }
  .m-xl-r-3-5 {
    margin-right: 3.5rem;
  }
  .m-xl-r-4 {
    margin-right: 4rem;
  }
  .m-xl-r-4-5 {
    margin-right: 4.5rem;
  }
  .m-xl-r-5 {
    margin-right: 5rem;
  }
  .m-xl-r-5-5 {
    margin-right: 5.5rem;
  }
  .m-xl-r-6 {
    margin-right: 6rem;
  }
  .m-xl-r-6-5 {
    margin-right: 6.5rem;
  }
  .m-xl-r-7 {
    margin-right: 7rem;
  }
  .m-xl-r-7-5 {
    margin-right: 7.5rem;
  }
  .m-xl-r-8 {
    margin-right: 8rem;
  }
  .m-xl-r-8-5 {
    margin-right: 8.5rem;
  }
  .m-xl-r-9 {
    margin-right: 9rem;
  }
  .m-xl-r-9-5 {
    margin-right: 9.5rem;
  }
  .m-xl-r-10 {
    margin-right: 10rem;
  }
  .m-xl-b-0 {
    margin-bottom: 0rem;
  }
  .m-xl-b-0-5 {
    margin-bottom: 0.5rem;
  }
  .m-xl-b-1 {
    margin-bottom: 1rem;
  }
  .m-xl-b-1-5 {
    margin-bottom: 1.5rem;
  }
  .m-xl-b-2 {
    margin-bottom: 2rem;
  }
  .m-xl-b-2-5 {
    margin-bottom: 2.5rem;
  }
  .m-xl-b-3 {
    margin-bottom: 3rem;
  }
  .m-xl-b-3-5 {
    margin-bottom: 3.5rem;
  }
  .m-xl-b-4 {
    margin-bottom: 4rem;
  }
  .m-xl-b-4-5 {
    margin-bottom: 4.5rem;
  }
  .m-xl-b-5 {
    margin-bottom: 5rem;
  }
  .m-xl-b-5-5 {
    margin-bottom: 5.5rem;
  }
  .m-xl-b-6 {
    margin-bottom: 6rem;
  }
  .m-xl-b-6-5 {
    margin-bottom: 6.5rem;
  }
  .m-xl-b-7 {
    margin-bottom: 7rem;
  }
  .m-xl-b-7-5 {
    margin-bottom: 7.5rem;
  }
  .m-xl-b-8 {
    margin-bottom: 8rem;
  }
  .m-xl-b-8-5 {
    margin-bottom: 8.5rem;
  }
  .m-xl-b-9 {
    margin-bottom: 9rem;
  }
  .m-xl-b-9-5 {
    margin-bottom: 9.5rem;
  }
  .m-xl-b-10 {
    margin-bottom: 10rem;
  }
  .m-xl-l-0 {
    margin-left: 0rem;
  }
  .m-xl-l-0-5 {
    margin-left: 0.5rem;
  }
  .m-xl-l-1 {
    margin-left: 1rem;
  }
  .m-xl-l-1-5 {
    margin-left: 1.5rem;
  }
  .m-xl-l-2 {
    margin-left: 2rem;
  }
  .m-xl-l-2-5 {
    margin-left: 2.5rem;
  }
  .m-xl-l-3 {
    margin-left: 3rem;
  }
  .m-xl-l-3-5 {
    margin-left: 3.5rem;
  }
  .m-xl-l-4 {
    margin-left: 4rem;
  }
  .m-xl-l-4-5 {
    margin-left: 4.5rem;
  }
  .m-xl-l-5 {
    margin-left: 5rem;
  }
  .m-xl-l-5-5 {
    margin-left: 5.5rem;
  }
  .m-xl-l-6 {
    margin-left: 6rem;
  }
  .m-xl-l-6-5 {
    margin-left: 6.5rem;
  }
  .m-xl-l-7 {
    margin-left: 7rem;
  }
  .m-xl-l-7-5 {
    margin-left: 7.5rem;
  }
  .m-xl-l-8 {
    margin-left: 8rem;
  }
  .m-xl-l-8-5 {
    margin-left: 8.5rem;
  }
  .m-xl-l-9 {
    margin-left: 9rem;
  }
  .m-xl-l-9-5 {
    margin-left: 9.5rem;
  }
  .m-xl-l-10 {
    margin-left: 10rem;
  }
  .p-xl-0 {
    padding: 0rem;
  }
  .p-xl-0-5 {
    padding: 0.5rem;
  }
  .p-xl-1 {
    padding: 1rem;
  }
  .p-xl-1-5 {
    padding: 1.5rem;
  }
  .p-xl-2 {
    padding: 2rem;
  }
  .p-xl-2-5 {
    padding: 2.5rem;
  }
  .p-xl-3 {
    padding: 3rem;
  }
  .p-xl-3-5 {
    padding: 3.5rem;
  }
  .p-xl-4 {
    padding: 4rem;
  }
  .p-xl-4-5 {
    padding: 4.5rem;
  }
  .p-xl-5 {
    padding: 5rem;
  }
  .p-xl-5-5 {
    padding: 5.5rem;
  }
  .p-xl-6 {
    padding: 6rem;
  }
  .p-xl-6-5 {
    padding: 6.5rem;
  }
  .p-xl-7 {
    padding: 7rem;
  }
  .p-xl-7-5 {
    padding: 7.5rem;
  }
  .p-xl-8 {
    padding: 8rem;
  }
  .p-xl-8-5 {
    padding: 8.5rem;
  }
  .p-xl-9 {
    padding: 9rem;
  }
  .p-xl-9-5 {
    padding: 9.5rem;
  }
  .p-xl-10 {
    padding: 10rem;
  }
  .p-xl-x-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .p-xl-x-0-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-xl-x-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .p-xl-x-1-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .p-xl-x-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .p-xl-x-2-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .p-xl-x-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .p-xl-x-3-5 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .p-xl-x-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .p-xl-x-4-5 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .p-xl-x-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .p-xl-x-5-5 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
  .p-xl-x-6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .p-xl-x-6-5 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
  .p-xl-x-7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .p-xl-x-7-5 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
  .p-xl-x-8 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .p-xl-x-8-5 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }
  .p-xl-x-9 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .p-xl-x-9-5 {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }
  .p-xl-x-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .p-xl-y-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .p-xl-y-0-5 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .p-xl-y-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .p-xl-y-1-5 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .p-xl-y-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .p-xl-y-2-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .p-xl-y-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .p-xl-y-3-5 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .p-xl-y-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .p-xl-y-4-5 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .p-xl-y-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .p-xl-y-5-5 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
  .p-xl-y-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .p-xl-y-6-5 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
  .p-xl-y-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .p-xl-y-7-5 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .p-xl-y-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .p-xl-y-8-5 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }
  .p-xl-y-9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .p-xl-y-9-5 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }
  .p-xl-y-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .p-xl-t-0 {
    padding-top: 0rem;
  }
  .p-xl-t-0-5 {
    padding-top: 0.5rem;
  }
  .p-xl-t-1 {
    padding-top: 1rem;
  }
  .p-xl-t-1-5 {
    padding-top: 1.5rem;
  }
  .p-xl-t-2 {
    padding-top: 2rem;
  }
  .p-xl-t-2-5 {
    padding-top: 2.5rem;
  }
  .p-xl-t-3 {
    padding-top: 3rem;
  }
  .p-xl-t-3-5 {
    padding-top: 3.5rem;
  }
  .p-xl-t-4 {
    padding-top: 4rem;
  }
  .p-xl-t-4-5 {
    padding-top: 4.5rem;
  }
  .p-xl-t-5 {
    padding-top: 5rem;
  }
  .p-xl-t-5-5 {
    padding-top: 5.5rem;
  }
  .p-xl-t-6 {
    padding-top: 6rem;
  }
  .p-xl-t-6-5 {
    padding-top: 6.5rem;
  }
  .p-xl-t-7 {
    padding-top: 7rem;
  }
  .p-xl-t-7-5 {
    padding-top: 7.5rem;
  }
  .p-xl-t-8 {
    padding-top: 8rem;
  }
  .p-xl-t-8-5 {
    padding-top: 8.5rem;
  }
  .p-xl-t-9 {
    padding-top: 9rem;
  }
  .p-xl-t-9-5 {
    padding-top: 9.5rem;
  }
  .p-xl-t-10 {
    padding-top: 10rem;
  }
  .p-xl-r-0 {
    padding-right: 0rem;
  }
  .p-xl-r-0-5 {
    padding-right: 0.5rem;
  }
  .p-xl-r-1 {
    padding-right: 1rem;
  }
  .p-xl-r-1-5 {
    padding-right: 1.5rem;
  }
  .p-xl-r-2 {
    padding-right: 2rem;
  }
  .p-xl-r-2-5 {
    padding-right: 2.5rem;
  }
  .p-xl-r-3 {
    padding-right: 3rem;
  }
  .p-xl-r-3-5 {
    padding-right: 3.5rem;
  }
  .p-xl-r-4 {
    padding-right: 4rem;
  }
  .p-xl-r-4-5 {
    padding-right: 4.5rem;
  }
  .p-xl-r-5 {
    padding-right: 5rem;
  }
  .p-xl-r-5-5 {
    padding-right: 5.5rem;
  }
  .p-xl-r-6 {
    padding-right: 6rem;
  }
  .p-xl-r-6-5 {
    padding-right: 6.5rem;
  }
  .p-xl-r-7 {
    padding-right: 7rem;
  }
  .p-xl-r-7-5 {
    padding-right: 7.5rem;
  }
  .p-xl-r-8 {
    padding-right: 8rem;
  }
  .p-xl-r-8-5 {
    padding-right: 8.5rem;
  }
  .p-xl-r-9 {
    padding-right: 9rem;
  }
  .p-xl-r-9-5 {
    padding-right: 9.5rem;
  }
  .p-xl-r-10 {
    padding-right: 10rem;
  }
  .p-xl-b-0 {
    padding-bottom: 0rem;
  }
  .p-xl-b-0-5 {
    padding-bottom: 0.5rem;
  }
  .p-xl-b-1 {
    padding-bottom: 1rem;
  }
  .p-xl-b-1-5 {
    padding-bottom: 1.5rem;
  }
  .p-xl-b-2 {
    padding-bottom: 2rem;
  }
  .p-xl-b-2-5 {
    padding-bottom: 2.5rem;
  }
  .p-xl-b-3 {
    padding-bottom: 3rem;
  }
  .p-xl-b-3-5 {
    padding-bottom: 3.5rem;
  }
  .p-xl-b-4 {
    padding-bottom: 4rem;
  }
  .p-xl-b-4-5 {
    padding-bottom: 4.5rem;
  }
  .p-xl-b-5 {
    padding-bottom: 5rem;
  }
  .p-xl-b-5-5 {
    padding-bottom: 5.5rem;
  }
  .p-xl-b-6 {
    padding-bottom: 6rem;
  }
  .p-xl-b-6-5 {
    padding-bottom: 6.5rem;
  }
  .p-xl-b-7 {
    padding-bottom: 7rem;
  }
  .p-xl-b-7-5 {
    padding-bottom: 7.5rem;
  }
  .p-xl-b-8 {
    padding-bottom: 8rem;
  }
  .p-xl-b-8-5 {
    padding-bottom: 8.5rem;
  }
  .p-xl-b-9 {
    padding-bottom: 9rem;
  }
  .p-xl-b-9-5 {
    padding-bottom: 9.5rem;
  }
  .p-xl-b-10 {
    padding-bottom: 10rem;
  }
  .p-xl-l-0 {
    padding-left: 0rem;
  }
  .p-xl-l-0-5 {
    padding-left: 0.5rem;
  }
  .p-xl-l-1 {
    padding-left: 1rem;
  }
  .p-xl-l-1-5 {
    padding-left: 1.5rem;
  }
  .p-xl-l-2 {
    padding-left: 2rem;
  }
  .p-xl-l-2-5 {
    padding-left: 2.5rem;
  }
  .p-xl-l-3 {
    padding-left: 3rem;
  }
  .p-xl-l-3-5 {
    padding-left: 3.5rem;
  }
  .p-xl-l-4 {
    padding-left: 4rem;
  }
  .p-xl-l-4-5 {
    padding-left: 4.5rem;
  }
  .p-xl-l-5 {
    padding-left: 5rem;
  }
  .p-xl-l-5-5 {
    padding-left: 5.5rem;
  }
  .p-xl-l-6 {
    padding-left: 6rem;
  }
  .p-xl-l-6-5 {
    padding-left: 6.5rem;
  }
  .p-xl-l-7 {
    padding-left: 7rem;
  }
  .p-xl-l-7-5 {
    padding-left: 7.5rem;
  }
  .p-xl-l-8 {
    padding-left: 8rem;
  }
  .p-xl-l-8-5 {
    padding-left: 8.5rem;
  }
  .p-xl-l-9 {
    padding-left: 9rem;
  }
  .p-xl-l-9-5 {
    padding-left: 9.5rem;
  }
  .p-xl-l-10 {
    padding-left: 10rem;
  }
}

[class*="ratio-"] {
  position: relative;
  overflow: hidden;
}

[class*="ratio-"] .content-ratio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[class*="ratio-"]:before {
  content: "";
  display: block;
  width: 100%;
}

.ratio-21-21:before {
  padding-top: 100% !important;
}

.ratio-21-20:before {
  padding-top: 95.2381% !important;
}

.ratio-21-19:before {
  padding-top: 90.47619% !important;
}

.ratio-21-18:before {
  padding-top: 85.71429% !important;
}

.ratio-21-17:before {
  padding-top: 80.95238% !important;
}

.ratio-21-16:before {
  padding-top: 76.19048% !important;
}

.ratio-21-15:before {
  padding-top: 71.42857% !important;
}

.ratio-21-14:before {
  padding-top: 66.66667% !important;
}

.ratio-21-13:before {
  padding-top: 61.90476% !important;
}

.ratio-21-12:before {
  padding-top: 57.14286% !important;
}

.ratio-21-11:before {
  padding-top: 52.38095% !important;
}

.ratio-21-10:before {
  padding-top: 47.61905% !important;
}

.ratio-21-9:before {
  padding-top: 42.85714% !important;
}

.ratio-21-8:before {
  padding-top: 38.09524% !important;
}

.ratio-21-7:before {
  padding-top: 33.33333% !important;
}

.ratio-21-6:before {
  padding-top: 28.57143% !important;
}

.ratio-21-5:before {
  padding-top: 23.80952% !important;
}

.ratio-21-4:before {
  padding-top: 19.04762% !important;
}

.ratio-21-3:before {
  padding-top: 14.28571% !important;
}

.ratio-21-2:before {
  padding-top: 9.52381% !important;
}

.ratio-21-1:before {
  padding-top: 4.7619% !important;
}

.ratio-20-20:before {
  padding-top: 100% !important;
}

.ratio-20-19:before {
  padding-top: 95% !important;
}

.ratio-20-18:before {
  padding-top: 90% !important;
}

.ratio-20-17:before {
  padding-top: 85% !important;
}

.ratio-20-16:before {
  padding-top: 80% !important;
}

.ratio-20-15:before {
  padding-top: 75% !important;
}

.ratio-20-14:before {
  padding-top: 70% !important;
}

.ratio-20-13:before {
  padding-top: 65% !important;
}

.ratio-20-12:before {
  padding-top: 60% !important;
}

.ratio-20-11:before {
  padding-top: 55% !important;
}

.ratio-20-10:before {
  padding-top: 50% !important;
}

.ratio-20-9:before {
  padding-top: 45% !important;
}

.ratio-20-8:before {
  padding-top: 40% !important;
}

.ratio-20-7:before {
  padding-top: 35% !important;
}

.ratio-20-6:before {
  padding-top: 30% !important;
}

.ratio-20-5:before {
  padding-top: 25% !important;
}

.ratio-20-4:before {
  padding-top: 20% !important;
}

.ratio-20-3:before {
  padding-top: 15% !important;
}

.ratio-20-2:before {
  padding-top: 10% !important;
}

.ratio-20-1:before {
  padding-top: 5% !important;
}

.ratio-19-19:before {
  padding-top: 100% !important;
}

.ratio-19-18:before {
  padding-top: 94.73684% !important;
}

.ratio-19-17:before {
  padding-top: 89.47368% !important;
}

.ratio-19-16:before {
  padding-top: 84.21053% !important;
}

.ratio-19-15:before {
  padding-top: 78.94737% !important;
}

.ratio-19-14:before {
  padding-top: 73.68421% !important;
}

.ratio-19-13:before {
  padding-top: 68.42105% !important;
}

.ratio-19-12:before {
  padding-top: 63.15789% !important;
}

.ratio-19-11:before {
  padding-top: 57.89474% !important;
}

.ratio-19-10:before {
  padding-top: 52.63158% !important;
}

.ratio-19-9:before {
  padding-top: 47.36842% !important;
}

.ratio-19-8:before {
  padding-top: 42.10526% !important;
}

.ratio-19-7:before {
  padding-top: 36.84211% !important;
}

.ratio-19-6:before {
  padding-top: 31.57895% !important;
}

.ratio-19-5:before {
  padding-top: 26.31579% !important;
}

.ratio-19-4:before {
  padding-top: 21.05263% !important;
}

.ratio-19-3:before {
  padding-top: 15.78947% !important;
}

.ratio-19-2:before {
  padding-top: 10.52632% !important;
}

.ratio-19-1:before {
  padding-top: 5.26316% !important;
}

.ratio-18-18:before {
  padding-top: 100% !important;
}

.ratio-18-17:before {
  padding-top: 94.44444% !important;
}

.ratio-18-16:before {
  padding-top: 88.88889% !important;
}

.ratio-18-15:before {
  padding-top: 83.33333% !important;
}

.ratio-18-14:before {
  padding-top: 77.77778% !important;
}

.ratio-18-13:before {
  padding-top: 72.22222% !important;
}

.ratio-18-12:before {
  padding-top: 66.66667% !important;
}

.ratio-18-11:before {
  padding-top: 61.11111% !important;
}

.ratio-18-10:before {
  padding-top: 55.55556% !important;
}

.ratio-18-9:before {
  padding-top: 50% !important;
}

.ratio-18-8:before {
  padding-top: 44.44444% !important;
}

.ratio-18-7:before {
  padding-top: 38.88889% !important;
}

.ratio-18-6:before {
  padding-top: 33.33333% !important;
}

.ratio-18-5:before {
  padding-top: 27.77778% !important;
}

.ratio-18-4:before {
  padding-top: 22.22222% !important;
}

.ratio-18-3:before {
  padding-top: 16.66667% !important;
}

.ratio-18-2:before {
  padding-top: 11.11111% !important;
}

.ratio-18-1:before {
  padding-top: 5.55556% !important;
}

.ratio-17-17:before {
  padding-top: 100% !important;
}

.ratio-17-16:before {
  padding-top: 94.11765% !important;
}

.ratio-17-15:before {
  padding-top: 88.23529% !important;
}

.ratio-17-14:before {
  padding-top: 82.35294% !important;
}

.ratio-17-13:before {
  padding-top: 76.47059% !important;
}

.ratio-17-12:before {
  padding-top: 70.58824% !important;
}

.ratio-17-11:before {
  padding-top: 64.70588% !important;
}

.ratio-17-10:before {
  padding-top: 58.82353% !important;
}

.ratio-17-9:before {
  padding-top: 52.94118% !important;
}

.ratio-17-8:before {
  padding-top: 47.05882% !important;
}

.ratio-17-7:before {
  padding-top: 41.17647% !important;
}

.ratio-17-6:before {
  padding-top: 35.29412% !important;
}

.ratio-17-5:before {
  padding-top: 29.41176% !important;
}

.ratio-17-4:before {
  padding-top: 23.52941% !important;
}

.ratio-17-3:before {
  padding-top: 17.64706% !important;
}

.ratio-17-2:before {
  padding-top: 11.76471% !important;
}

.ratio-17-1:before {
  padding-top: 5.88235% !important;
}

.ratio-16-16:before {
  padding-top: 100% !important;
}

.ratio-16-15:before {
  padding-top: 93.75% !important;
}

.ratio-16-14:before {
  padding-top: 87.5% !important;
}

.ratio-16-13:before {
  padding-top: 81.25% !important;
}

.ratio-16-12:before {
  padding-top: 75% !important;
}

.ratio-16-11:before {
  padding-top: 68.75% !important;
}

.ratio-16-10:before {
  padding-top: 62.5% !important;
}

.ratio-16-9:before {
  padding-top: 56.25% !important;
}

.ratio-16-8:before {
  padding-top: 50% !important;
}

.ratio-16-7:before {
  padding-top: 43.75% !important;
}

.ratio-16-6:before {
  padding-top: 37.5% !important;
}

.ratio-16-5:before {
  padding-top: 31.25% !important;
}

.ratio-16-4:before {
  padding-top: 25% !important;
}

.ratio-16-3:before {
  padding-top: 18.75% !important;
}

.ratio-16-2:before {
  padding-top: 12.5% !important;
}

.ratio-16-1:before {
  padding-top: 6.25% !important;
}

.ratio-15-15:before {
  padding-top: 100% !important;
}

.ratio-15-14:before {
  padding-top: 93.33333% !important;
}

.ratio-15-13:before {
  padding-top: 86.66667% !important;
}

.ratio-15-12:before {
  padding-top: 80% !important;
}

.ratio-15-11:before {
  padding-top: 73.33333% !important;
}

.ratio-15-10:before {
  padding-top: 66.66667% !important;
}

.ratio-15-9:before {
  padding-top: 60% !important;
}

.ratio-15-8:before {
  padding-top: 53.33333% !important;
}

.ratio-15-7:before {
  padding-top: 46.66667% !important;
}

.ratio-15-6:before {
  padding-top: 40% !important;
}

.ratio-15-5:before {
  padding-top: 33.33333% !important;
}

.ratio-15-4:before {
  padding-top: 26.66667% !important;
}

.ratio-15-3:before {
  padding-top: 20% !important;
}

.ratio-15-2:before {
  padding-top: 13.33333% !important;
}

.ratio-15-1:before {
  padding-top: 6.66667% !important;
}

.ratio-14-14:before {
  padding-top: 100% !important;
}

.ratio-14-13:before {
  padding-top: 92.85714% !important;
}

.ratio-14-12:before {
  padding-top: 85.71429% !important;
}

.ratio-14-11:before {
  padding-top: 78.57143% !important;
}

.ratio-14-10:before {
  padding-top: 71.42857% !important;
}

.ratio-14-9:before {
  padding-top: 64.28571% !important;
}

.ratio-14-8:before {
  padding-top: 57.14286% !important;
}

.ratio-14-7:before {
  padding-top: 50% !important;
}

.ratio-14-6:before {
  padding-top: 42.85714% !important;
}

.ratio-14-5:before {
  padding-top: 35.71429% !important;
}

.ratio-14-4:before {
  padding-top: 28.57143% !important;
}

.ratio-14-3:before {
  padding-top: 21.42857% !important;
}

.ratio-14-2:before {
  padding-top: 14.28571% !important;
}

.ratio-14-1:before {
  padding-top: 7.14286% !important;
}

.ratio-13-13:before {
  padding-top: 100% !important;
}

.ratio-13-12:before {
  padding-top: 92.30769% !important;
}

.ratio-13-11:before {
  padding-top: 84.61538% !important;
}

.ratio-13-10:before {
  padding-top: 76.92308% !important;
}

.ratio-13-9:before {
  padding-top: 69.23077% !important;
}

.ratio-13-8:before {
  padding-top: 61.53846% !important;
}

.ratio-13-7:before {
  padding-top: 53.84615% !important;
}

.ratio-13-6:before {
  padding-top: 46.15385% !important;
}

.ratio-13-5:before {
  padding-top: 38.46154% !important;
}

.ratio-13-4:before {
  padding-top: 30.76923% !important;
}

.ratio-13-3:before {
  padding-top: 23.07692% !important;
}

.ratio-13-2:before {
  padding-top: 15.38462% !important;
}

.ratio-13-1:before {
  padding-top: 7.69231% !important;
}

.ratio-12-12:before {
  padding-top: 100% !important;
}

.ratio-12-11:before {
  padding-top: 91.66667% !important;
}

.ratio-12-10:before {
  padding-top: 83.33333% !important;
}

.ratio-12-9:before {
  padding-top: 75% !important;
}

.ratio-12-8:before {
  padding-top: 66.66667% !important;
}

.ratio-12-7:before {
  padding-top: 58.33333% !important;
}

.ratio-12-6:before {
  padding-top: 50% !important;
}

.ratio-12-5:before {
  padding-top: 41.66667% !important;
}

.ratio-12-4:before {
  padding-top: 33.33333% !important;
}

.ratio-12-3:before {
  padding-top: 25% !important;
}

.ratio-12-2:before {
  padding-top: 16.66667% !important;
}

.ratio-12-1:before {
  padding-top: 8.33333% !important;
}

.ratio-11-11:before {
  padding-top: 100% !important;
}

.ratio-11-10:before {
  padding-top: 90.90909% !important;
}

.ratio-11-9:before {
  padding-top: 81.81818% !important;
}

.ratio-11-8:before {
  padding-top: 72.72727% !important;
}

.ratio-11-7:before {
  padding-top: 63.63636% !important;
}

.ratio-11-6:before {
  padding-top: 54.54545% !important;
}

.ratio-11-5:before {
  padding-top: 45.45455% !important;
}

.ratio-11-4:before {
  padding-top: 36.36364% !important;
}

.ratio-11-3:before {
  padding-top: 27.27273% !important;
}

.ratio-11-2:before {
  padding-top: 18.18182% !important;
}

.ratio-11-1:before {
  padding-top: 9.09091% !important;
}

.ratio-10-10:before {
  padding-top: 100% !important;
}

.ratio-10-9:before {
  padding-top: 90% !important;
}

.ratio-10-8:before {
  padding-top: 80% !important;
}

.ratio-10-7:before {
  padding-top: 70% !important;
}

.ratio-10-6:before {
  padding-top: 60% !important;
}

.ratio-10-5:before {
  padding-top: 50% !important;
}

.ratio-10-4:before {
  padding-top: 40% !important;
}

.ratio-10-3:before {
  padding-top: 30% !important;
}

.ratio-10-2:before {
  padding-top: 20% !important;
}

.ratio-10-1:before {
  padding-top: 10% !important;
}

.ratio-9-9:before {
  padding-top: 100% !important;
}

.ratio-9-8:before {
  padding-top: 88.88889% !important;
}

.ratio-9-7:before {
  padding-top: 77.77778% !important;
}

.ratio-9-6:before {
  padding-top: 66.66667% !important;
}

.ratio-9-5:before {
  padding-top: 55.55556% !important;
}

.ratio-9-4:before {
  padding-top: 44.44444% !important;
}

.ratio-9-3:before {
  padding-top: 33.33333% !important;
}

.ratio-9-2:before {
  padding-top: 22.22222% !important;
}

.ratio-9-1:before {
  padding-top: 11.11111% !important;
}

.ratio-8-8:before {
  padding-top: 100% !important;
}

.ratio-8-7:before {
  padding-top: 87.5% !important;
}

.ratio-8-6:before {
  padding-top: 75% !important;
}

.ratio-8-5:before {
  padding-top: 62.5% !important;
}

.ratio-8-4:before {
  padding-top: 50% !important;
}

.ratio-8-3:before {
  padding-top: 37.5% !important;
}

.ratio-8-2:before {
  padding-top: 25% !important;
}

.ratio-8-1:before {
  padding-top: 12.5% !important;
}

.ratio-7-7:before {
  padding-top: 100% !important;
}

.ratio-7-6:before {
  padding-top: 85.71429% !important;
}

.ratio-7-5:before {
  padding-top: 71.42857% !important;
}

.ratio-7-4:before {
  padding-top: 57.14286% !important;
}

.ratio-7-3:before {
  padding-top: 42.85714% !important;
}

.ratio-7-2:before {
  padding-top: 28.57143% !important;
}

.ratio-7-1:before {
  padding-top: 14.28571% !important;
}

.ratio-6-6:before {
  padding-top: 100% !important;
}

.ratio-6-5:before {
  padding-top: 83.33333% !important;
}

.ratio-6-4:before {
  padding-top: 66.66667% !important;
}

.ratio-6-3:before {
  padding-top: 50% !important;
}

.ratio-6-2:before {
  padding-top: 33.33333% !important;
}

.ratio-6-1:before {
  padding-top: 16.66667% !important;
}

.ratio-5-5:before {
  padding-top: 100% !important;
}

.ratio-5-4:before {
  padding-top: 80% !important;
}

.ratio-5-3:before {
  padding-top: 60% !important;
}

.ratio-5-2:before {
  padding-top: 40% !important;
}

.ratio-5-1:before {
  padding-top: 20% !important;
}

.ratio-4-4:before {
  padding-top: 100% !important;
}

.ratio-4-3:before {
  padding-top: 75% !important;
}

.ratio-4-2:before {
  padding-top: 50% !important;
}

.ratio-4-1:before {
  padding-top: 25% !important;
}

.ratio-3-3:before {
  padding-top: 100% !important;
}

.ratio-3-2:before {
  padding-top: 66.66667% !important;
}

.ratio-3-1:before {
  padding-top: 33.33333% !important;
}

.ratio-2-2:before {
  padding-top: 100% !important;
}

.ratio-2-1:before {
  padding-top: 50% !important;
}

.ratio-1-1:before {
  padding-top: 100% !important;
}

/*------------------------------------*\
    GLOBAL TEXT
\*------------------------------------*/
html {
  overflow: auto;
}

body {
  font-family: "Open Sans";
  width: 100%;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "BernhardtCGMedium";
  letter-spacing: 1px;
}

div > h1,
div > h2,
div > h3,
div > h4,
div > h5,
div > h6 {
  letter-spacing: 1px;
}

a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
  color: #54732e;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

p a,
ul a {
  text-decoration: none;
}

a,
a:hover,
a:active,
a:focus {
  -webkit-text-decoration-color: #4a8b2c;
  text-decoration-color: #4a8b2c;
}

thead th,
tr:last-child th,
tr:last-child td {
  border-bottom: none;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
header {
  width: 100%;
  height: 70px;
  position: fixed;
  left: 0px;
  background: #FFF;
  -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 130;
}

header .header-logo {
  display: block;
  position: absolute;
  top: 0.6rem;
  left: -3.8rem;
}

header .header-logo img {
  width: 400px;
  height: 50px;
}

header .header-icon {
  display: block;
  width: 70px;
  height: 70px;
  padding: 20px;
  cursor: pointer;
}

header .header-icon .icon {
  margin: 0;
}

header .header-nav {
  margin: 0.5rem 0;
  font-family: "Open Sans";
}

header .header-nav ul {
  display: block;
  list-style-type: none;
  margin: 0 1rem;
  padding: 0;
  font-size: 1.125rem;
}

header .header-nav ul li {
  display: inline-block;
}

header .header-nav ul li a {
  display: block;
  text-decoration: none;
  height: 54px;
  padding: 0.875rem 0.75rem;
}

.header-spacer {
  display: block;
  width: 100%;
  height: 70px;
}

/*------------------------------------*\
    NAV MENU
\*------------------------------------*/
#mega-menu-header-menu {
  background-color: #fff !important;
  padding-top: 1% !important;
}

.mega-menu-item {
  margin-right: 1rem !important;
}

@media screen and (max-width: 991px) {
  .mega-menu-item {
    margin-right: 0rem !important;
    display: block !important;
  }
  .mega-menu-item .mega-menu-indicator {
    float: right !important;
  }
}

.mega-menu-link {
  font-size: 14px;
}

#mega-menu-header-menu > li.mega-menu-item:nth-child(1) > .mega-menu-link,
#mega-menu-header-menu > li.mega-menu-item:nth-child(2) > .mega-menu-link,
#mega-menu-header-menu > li.mega-menu-item:nth-child(3) > .mega-menu-link,
#mega-menu-header-menu > li.mega-menu-item:nth-child(4) > .mega-menu-link {
  padding-top: 0.1em !important;
  background: #fff !important;
  color: #000 !important;
  padding-bottom: 2.65em !important;
  font-size: 16px !important;
}

#mega-menu-header-menu > li.mega-menu-item:nth-child(1) > .mega-menu-link:hover,
#mega-menu-header-menu > li.mega-menu-item:nth-child(2) > .mega-menu-link:hover,
#mega-menu-header-menu > li.mega-menu-item:nth-child(3) > .mega-menu-link:hover,
#mega-menu-header-menu > li.mega-menu-item:nth-child(4) > .mega-menu-link:hover {
  background: #f1f1f1 !important;
  transition: all 200ms ease !important;
  -webkit-transition: all 200ms ease !important;
  -moz-transition: all 200ms ease !important;
  -ms-transition: all 200ms ease !important;
  -o-transition: all 200ms ease !important;
}

#mega-menu-header-menu > li.mega-menu-item:last-child > .mega-menu-link {
  font-family: "Open Sans" !important;
  font-size: 16px !important;
  height: 2.65em !important;
  color: #fff !important;
  background-color: #80b046 !important;
  border: 0.1rem !important;
  border-style: solid !important;
  border-color: #80b046 !important;
  padding-bottom: 2.65em !important;
  transition: all 200ms ease !important;
  -webkit-transition: all 200ms ease !important;
  -moz-transition: all 200ms ease !important;
  -ms-transition: all 200ms ease !important;
  -o-transition: all 200ms ease !important;
}

@media screen and (max-width: 766px) {
  #mega-menu-header-menu > li.mega-menu-item:last-child > .mega-menu-link {
    border-radius: 0em !important;
    -webkit-border-radius: 0em !important;
    -moz-border-radius: 0em !important;
    -ms-border-radius: 0em !important;
    -o-border-radius: 0em !important;
  }
}

@media screen and (min-width: 991px) {
  #mega-menu-header-menu > li.mega-menu-item:last-child > .mega-menu-link {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    border-radius: 0.5em !important;
    -webkit-border-radius: 0.5em !important;
    -moz-border-radius: 0.5em !important;
    -ms-border-radius: 0.5em !important;
    -o-border-radius: 0.5em !important;
  }
}

#mega-menu-header-menu > li.mega-menu-item:last-child > .mega-menu-link:hover {
  color: #80b046 !important;
  background-color: #fff !important;
  border: 0.1rem !important;
  border-style: solid !important;
  border-color: #80b046 !important;
}

@media screen and (max-width: 766px) {
  #mega-menu-header-menu > li.mega-menu-item:last-child > .mega-menu-link:hover {
    border-radius: 0em !important;
  }
}

@media screen and (min-width: 991px) {
  #mega-menu-header-menu > li.mega-menu-item:last-child > .mega-menu-link:hover {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    border-radius: 0.5em !important;
    -webkit-border-radius: 0.5em !important;
    -moz-border-radius: 0.5em !important;
    -ms-border-radius: 0.5em !important;
    -o-border-radius: 0.5em !important;
  }
}

.species-selector .nav-link h3 {
  text-decoration: none;
  color: #80b046;
  font-weight: bold;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.species-selector .nav-link:hover h3,
.species-selector a.nav-link:active h3 {
  color: #4a8b2c;
}

.species-selector .species-selector > a.active > h3 {
  color: #4a8b2c;
}

/*------------------------------------*\
    MOBILE MENU
\*------------------------------------*/
.overlay {
  display: none;
  z-index: 140;
  position: fixed;
  height: 100%;
  width: 100%;
  background: #f1f3f3;
  opacity: 0.9;
}

.overlay.show {
  display: block;
}

body.no-scroll {
  overflow-y: auto;
  overflow-x: auto;
}

#mobile-menu {
  z-index: 180;
  position: fixed;
  right: -400px;
  width: 320px;
  height: 100%;
  background: #FFF;
  -webkit-box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.1);
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  overflow-y: scroll;
}

#mobile-menu.show {
  right: 0;
}

#mobile-menu .close-icon {
  display: block;
  position: absolute;
  right: 0;
  width: 70px;
  height: 70px;
  padding: 17.5px;
}

#mobile-menu .search-wrapper {
  position: relative;
  height: 3.325rem;
}

#mobile-menu .search {
  position: absolute;
  right: 2.5rem;
  width: 75%;
}

#mobile-menu .search .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  height: 3.325rem;
  cursor: pointer;
}

#mobile-menu .search .search-submit .icon {
  margin-left: 0;
  margin-right: 0;
  fill: #000;
}

.mobile-nav ul {
  list-style-type: none;
  padding: 0;
  margin-right: 2rem;
}

.mobile-nav ul li {
  display: block;
  text-align: right;
}

.mobile-nav ul li a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  height: 54px;
  padding: 0.875rem;
}

.mobile-nav ul li a:hover {
  color: inherit;
}

.mobile-nav ul li:last-child a {
  background: #4a8b2c;
  color: #FFF;
  border-radius: 0.2rem;
  margin: 0.875rem;
}

.mobile-nav ul li:last-child a:hover,
.mobile-nav ul li:last-child a:active {
  background: #3f7726;
}

/*------------------------------------*\
    SEARCH MODAL
\*------------------------------------*/
#search-modal {
  bottom: 100%;
  opacity: 0;
  -webkit-transition: opacity ease 150ms;
  transition: opacity ease 150ms;
}

#search-modal.show {
  bottom: 0;
  opacity: 1;
}

#search-modal .search-wrapper .search {
  display: -ms-flexbox;
  -ms-flex-align: start;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
}

#search-modal .search-wrapper .search .form-group {
  width: 75%;
}

#search-modal .search-wrapper .search .search-submit {
  width: 23%;
}

.btn-info:hover .icon {
  fill: #80b046;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
footer > div.container {
  max-width: 1200px;
}

footer {
  font-family: "Open Sans";
  background-color: #4a8b2c !important;
  color: #ffffff;
  width: 100%;
}

footer footer > .container {
  max-width: 1200px;
}

footer h5 {
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0px;
}

footer p {
  line-height: 1em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  footer p {
    margin-top: 0px;
    text-align: center !important;
  }
}

footer a,
footer a:hover {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}

footer .social-container {
  position: relative;
  text-align: left;
  bottom: 0em;
  left: 0em;
  width: 55%;
}

@media screen and (max-width: 767px) {
  footer .social-container {
    text-align: center;
    width: 100%;
    margin-top: 1rem;
  }
}

footer .copyright.grid {
  width: 55%;
}

footer .copyright.grid .copyright-container {
  margin-left: 0;
  bottom: 0em;
}

footer .copyright.grid .copyright-container p {
  line-height: 1.5em;
  font-size: 14px;
  margin-bottom: 0em;
}

@media screen and (max-width: 767px) {
  footer .copyright.grid {
    width: 100%;
  }
}

footer .sponsor-container {
  display: block;
  position: absolute;
  text-align: right;
  bottom: -1em;
  right: 0em;
  width: 55%;
}

@media screen and (max-width: 991px) {
  footer .sponsor-container {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 782px) {
  footer .sponsor-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: -1em;
  }
}

@media screen and (max-width: 767px) {
  footer .sponsor-container {
    width: 100%;
    display: block;
    text-align: center;
    padding: 1.5em 0 1.5em 0;
    position: inherit;
  }
  footer .sponsor-container a img {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .links-container {
    padding: 0.75em 0 0.75em 0;
  }
  footer .copyright-container {
    padding-top: 1.5em;
  }
  footer .copyright-container p {
    max-width: 100%;
  }
}

svg.icon.facebook-icon,
svg.icon.facebook-icon:hover,
svg.icon.facebook-icon:active,
svg.icon.facebook-icon:focus {
  fill: #ffffff;
  -webkit-transition: none;
  transition: none;
}

svg.icon.twitter-icon,
svg.icon.twitter-icon:hover,
svg.icon.twitter-icon:active,
svg.icon.twitter-icon:focus {
  fill: #ffffff;
  -webkit-transition: none;
  transition: none;
}

svg.icon.instagram-icon,
svg.icon.instagram-icon:hover,
svg.icon.instagram-icon:active,
svg.icon.instagram-icon:focus {
  fill: #ffffff;
  -webkit-transition: none;
  transition: none;
}

svg.icon.youtube-icon,
svg.icon.youtube-icon:hover,
svg.icon.youtube-icon:active,
svg.icon.youtube-icon:focus {
  fill: #ffffff;
  -webkit-transition: none;
  transition: none;
}

/*------------------------------------*\
    GLOBAL PAGE CONTENT
\*------------------------------------*/
div.container {
  max-width: 100%;
}

main {
  width: 100%;
  background: #FFF;
}

.non-hero h3 {
  text-align: center;
}

.full-width p {
  max-width: 100%;
}

div.cta-btn-area > a {
  color: #fff;
  background-color: #80b046;
  border-color: #80b046;
}

div.cta-btn-area > a:hover {
  color: #80b046;
  background-color: #f2f7ed;
  border-color: #80b046;
}

.cta-btn {
  padding-bottom: 3em;
}

.btn,
.btn-outline {
  color: #fff;
  background-color: #80b046;
  border-color: #80b046;
}

.btn:hover,
.btn-outline:hover {
  color: #80b046;
  background-color: #fff;
  border-color: #80b046;
}

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

.callout-section > a {
  height: 5em;
  width: 97%;
  padding-top: 1.2em;
  font-weight: bold;
}

.card {
  border: none;
}

@media (max-width: 767px) {
  .card {
    margin-bottom: 2rem;
  }
}

.events-results {
  margin-top: -2rem;
  margin-bottom: 4rem;
  text-align: center;
}

.events.card-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}

.event.card {
  min-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .event.card {
    text-align: center;
  }
}

.event-card-title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #80b046;
}

.event-card-title:hover {
  color: #4a8b2c;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.card-grid.length-limit .card:nth-of-type(1n + 7) {
  visibility: hidden;
  height: 0;
}

.buttons-group {
  margin: 4rem auto 2rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.buttons-group .image-button {
  border-radius: 0.4rem;
  overflow: hidden;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
}

.buttons-group .image-button a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  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;
}

.buttons-group .image-button .card-title {
  font-family: "Open Sans";
  padding: 2rem;
  margin: 0rem;
  letter-spacing: 0px;
}

.buttons-group .one.image-button {
  max-width: 50%;
  margin-left: 25%;
  margin-right: 25%;
}

@media screen and (max-width: 991px) {
  .buttons-group {
    margin: 4rem auto 2rem auto;
  }
  .buttons-group .image-button .card-title {
    padding: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .buttons-group {
    margin: 3rem auto 0rem auto;
  }
  .buttons-group .image-button {
    margin-bottom: 3em;
  }
}

.pagination {
  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;
}

.pagination > *:first-of-type {
  margin-right: 0.5rem;
}

.icon.icon-chevron {
  margin-left: -0.2em;
  margin-right: -0.2em;
}

.gform_heading {
  display: none;
}

#loader {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -75px 0 0 -75px;
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid #80b046;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 1.25s linear infinite;
  -webkit-transition: translate(-50%, -50%);
  transition: translate(-50%, -50%);
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.container .page-container {
  margin-bottom: 8rem;
}

@media screen and (max-width: 991px) {
  .container .page-container {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .container .page-container {
    margin-bottom: 0px;
  }
}

/*------------------------------------*\
    HOMEPAGE
\*------------------------------------*/
.hero-image {
  position: relative;
  min-height: 500px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .hero-image {
    min-height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .hero-image {
    min-height: 300px;
  }
}

.hero-image-overlay {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.hero-content {
  position: absolute;
  bottom: 8rem;
  margin: auto;
  left: 0;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 768px;
          flex: 0 1 768px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .hero-content h3 {
    margin-bottom: -0.2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content h3 {
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .hero-content h3 {
    padding-bottom: 3rem;
  }
}

.hero-content > * {
  text-align: center;
  color: #FFF;
}

@media (min-width: 768px) {
  .hero-content > * {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .buttons-group-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.our-mission {
  margin-bottom: 3em;
}

.our-mission .our-mission-image {
  width: 50%;
}

.our-mission .our-mission-statement {
  margin-top: 4em;
  margin-bottom: 6em;
}

@media screen and (max-width: 991px) {
  .our-mission {
    margin-bottom: 3em;
  }
  .our-mission .our-mission-image {
    height: 12em;
  }
  .our-mission .our-mission-statement {
    height: 12em;
    margin-top: 1em;
    margin-bottom: 3em;
  }
}

@media screen and (max-width: 767px) {
  .our-mission {
    margin-bottom: 2em;
  }
  .our-mission .our-mission-image {
    width: 100%;
    height: 15em;
  }
  .our-mission .our-mission-statement {
    height: 13em;
  }
}

.events-newsletter {
  margin-bottom: 3em;
}

.events-newsletter h3 {
  margin-top: 0px;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .events-newsletter {
    padding-top: 1em;
  }
}

.events-container {
  height: 100%;
}

.events-container .buttons-group {
  margin-top: 0em;
  margin-bottom: 3em;
}

.events-container .buttons-group .card {
  border-radius: 0.4rem;
  overflow: hidden;
  height: 30rem;
}

.events-container .buttons-group .card a {
  text-decoration: none;
}

.events-container .buttons-group .card .card-img-top {
  height: 40%;
}

.events-container .buttons-group .card .card-body {
  height: auto;
  text-align: center;
  color: #525252;
}

.events-container .buttons-group .card .card-body .card-title {
  font-size: 1.5rem;
  color: #000;
  letter-spacing: 0px;
}

.events-container .buttons-group .card .card-body .card-date,
.events-container .buttons-group .card .card-body .card-excerpt {
  font-size: 1.25rem;
}

@media screen and (max-width: 991px) {
  .events-container .buttons-group .card {
    margin-bottom: 3em;
    width: 75%;
  }
  .events-container .buttons-group .card .card-img-top {
    height: 60%;
  }
  .events-container .buttons-group .all-events {
    padding-top: 0em;
    padding-bottom: 1em;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .events-container .buttons-group .card {
    height: 28rem;
  }
  .events-container .buttons-group .card .card-img-top {
    height: 40%;
  }
}

.all-events {
  width: 100%;
  padding-top: 2em;
  text-align: center;
}

.all-events a,
.all-events svg {
  color: #80b046;
  font-weight: bold;
}

.all-events a:hover,
.all-events svg:hover {
  color: #4a8b2c;
}

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

.newsletter-container .sli-row {
  width: 100%;
  background-color: #f3f6ee !important;
}

.newsletter-container .sli-row .sli-element {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .newsletter-container .sli-row .sli-element {
    text-align: center;
  }
}

.newsletter-container .sli-row .sli-element p {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media screen and (max-width: 767px) {
  .sli-row .sli-element {
    text-align: center !important;
  }
  .sli-row .sli-element p {
    margin-left: auto;
    margin-right: auto;
  }
}

.homepage-service-card {
  border-radius: 0.4rem;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .homepage-service-card {
    width: 70%;
    margin-bottom: 3em;
  }
}

@media screen and (max-width: 767px) {
  .homepage-service-card {
    width: 80%;
  }
}

.homepage-service-card a {
  text-decoration: none;
  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: 10em;
}

@media screen and (max-width: 991px) {
  .homepage-service-card a {
    height: 14em;
  }
}

@media screen and (max-width: 767px) {
  .homepage-service-card a {
    height: 10em;
  }
}

.homepage-service-card .card-title {
  margin: 0;
}

.sli-button {
  color: #fff !important;
  background-color: #80b046 !important;
  border: 0.15em !important;
  border-style: solid !important;
  border-radius: 0.5em !important;
  border-color: #80b046 !important;
  transition: all 200ms ease !important;
  -webkit-transition: all 200ms ease !important;
  -moz-transition: all 200ms ease !important;
  -ms-transition: all 200ms ease !important;
  -o-transition: all 200ms ease !important;
}

.sli-button:hover {
  color: #80b046 !important;
  background-color: #eef7f4 !important;
  border: 0.15em !important;
  border-style: solid !important;
  border-radius: 0.5em !important;
  border-color: #80b046 !important;
}

.our-mission {
  background-color: #4a8b2c;
  padding-left: 0;
  padding-right: 0;
}

.our-mission-statement > * {
  color: #fff;
}

.homepage-donate .donate-image {
  min-height: 300px;
}

.homepage-donate {
  overflow: hidden;
}

.homepage-donate .logo-image {
  max-width: 160px;
  height: auto;
}

.homepage-ways-to-give-card {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*------------------------------------*\
    HOMEPAGE CAROUSEL
\*------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.homepage-slider,
.homepage-slider .slick-track {
  height: 775px !important;
}

.homepage-slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.homepage-slide p {
  max-width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  color: #fff;
  margin-bottom: 4%;
}

.mobile-homepage-slide {
  display: none;
}

.cta-container {
  position: absolute;
  top: 75%;
  left: 25%;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.cta-details {
  position: relative;
  top: 0%;
  left: 75%;
  bottom: 0%;
  right: 0%;
  width: 70%;
  height: 25rem;
  margin-top: -25rem;
}

.cta-block {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0rem 1rem 1rem 1rem;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
}

@media screen and (max-width: 991px) {
  .homepage-slider,
  .homepage-slider .slick-track {
    height: 775px;
  }
  .homepage-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: none !important;
    padding-top: 0px;
  }
  .mobile-homepage-slide {
    display: block;
    width: 100%;
    height: 52%;
  }
  .cta-container {
    width: 100%;
    right: 50%;
    left: 0%;
    top: 50%;
  }
  .cta-details {
    position: absolute;
    top: 52%;
    left: unset;
    bottom: 0;
    right: 0;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .cta-block {
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
  }
}

.cta-block .slide-cta-title,
.cta-block .slide-cta-description,
.cta-block .slide-cta-button {
  text-align: center;
}

.slide-cta-button {
  padding-top: 5%;
}

.slide-cta-button a {
  font-family: "Open Sans" !important;
  font-size: 16px !important;
  height: 2.65em !important;
  color: #fff !important;
  padding: 1em !important;
  border-radius: 0.5em !important;
  margin-top: 1em !important;
  transition: all 200ms ease !important;
  -webkit-transition: all 200ms ease !important;
  -moz-transition: all 200ms ease !important;
  -ms-transition: all 200ms ease !important;
  -o-transition: all 200ms ease !important;
  -webkit-border-radius: 0.5em !important;
  -moz-border-radius: 0.5em !important;
  -ms-border-radius: 0.5em !important;
  -o-border-radius: 0.5em !important;
}

@media screen and (min-width: 1500px) {
  .homepage-slider,
  .homepage-slider .slick-track {
    height: 775px;
  }
}

@media screen and (min-width: 1980px) {
  .homepage-slider,
  .homepage-slider .slick-track {
    height: 775px;
  }
}

.homepage-slider > button.slick-arrow {
  display: none !important;
}

/*------------------------------------*\
    SITEMAP
\*------------------------------------*/
.sitemap-container {
  width: 100%;
  padding: 1em 2em 2em 2.5em;
}

.sitemap-container .html-sitemap-column h2 {
  font-size: 1.25em;
}

.sitemap-container a {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .sitemap-column {
    width: 100% !important;
    text-align: left;
  }
  .sitemap-column ul li {
    padding: 0.25em 0em 0.25em 0em;
  }
}

@media screen and (min-width: 767px) {
  .sitemap-column {
    width: 50% !important;
  }
  .sitemap-column ul li {
    padding: 0.25em 0em 0.25em 0em;
  }
}

@media screen and (min-width: 991px) {
  .sitemap-column {
    width: 33% !important;
  }
  .sitemap-column ul li {
    padding: 0.25em 0em 0.25em 0em;
  }
}

/*------------------------------------*\
    SEARCH RESULTS
\*------------------------------------*/
#search-results form.search,
#post-404 form.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#search-results form.search .form-group,
#post-404 form.search .form-group {
  width: 73%;
  margin-right: 2%;
}

#search-results form.search .search-submit,
#post-404 form.search .search-submit {
  width: 25%;
}

@media (min-width: 768px) {
  #search-results form.search .form-group,
  #post-404 form.search .form-group {
    width: 83%;
    margin-right: 2%;
  }
  #search-results form.search .search-submit,
  #post-404 form.search .search-submit {
    width: 15%;
  }
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.contact .contact-info {
  position: relative;
}

.contact .contact-info .contact-details {
  position: relative;
  display: block;
}

.contact .contact-info .contact-details a.black {
  text-decoration: none;
}

@media (min-width: 768px) {
  .contact .contact-info .contact-details {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    max-width: 360px;
    height: 100%;
    top: 0;
    left: 10%;
  }
}

.contact table {
  max-width: 800px;
}

/*------------------------------------*\
    ANIMAL FILTER
\*------------------------------------*/
.filter-btn {
  width: 100%;
}

@media (min-width: 768px) {
  .filter-container {
    padding-top: 2em;
  }
}

@media (min-width: 576px) {
  .filter-container {
    padding-top: 2em;
  }
}

@media (max-width: 575px) {
  .filter-container {
    padding-top: 1em;
  }
}

/*------------------------------------*\
    ADOPTIONS
\*------------------------------------*/
.sponsor-banner {
  background: #FFF;
  border-radius: 0.2rem;
  border: 1px solid #cfd4d5;
  border-color: #cfd4d5;
}

.sponsor-banner .logo-image {
  width: 100%;
  max-width: 160px;
  height: auto;
}

.sponsor-banner p {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.species-selector {
  margin-left: -1rem;
  margin-right: -1rem;
}

.animal-card {
  position: relative;
}

.animal-card :hover {
  cursor: pointer;
}

.animal-card .card-body {
  margin-bottom: 3.5rem;
}

.animal-card .card-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.animal-card .animal-header {
  margin: 0;
  font-family: "Open Sans";
  font-weight: 800;
  color: #4a8b2c;
  letter-spacing: 0px;
}

.animal-card .animal-details {
  list-style: none;
  padding: 0;
  margin: 0;
}

.animal-card .text-truncate {
  line-height: 1.25em;
}

/*------------------------------------*\
    ADOPTION DETAILS
\*------------------------------------*/
.modal-col-left #img-viewer {
  overflow: hidden;
}

.modal-col-left #img-viewer .img-wrapper {
  height: 100%;
  width: 100%;
  display: none;
  -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;
  background: #f1f3f3;
}

.modal-col-left #img-viewer .img-wrapper.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-col-left #img-selector {
  width: 100%;
}

.modal-col-left #img-selector .img-thumb {
  display: block;
  width: 25%;
  height: 100%;
  max-width: 100px;
  max-height: 100px;
  opacity: 0.75;
}

.modal-col-left #img-selector .img-thumb:hover,
.modal-col-left #img-selector .img-thumb:active,
.modal-col-left #img-selector .img-thumb:focus {
  opacity: 1;
  cursor: pointer;
}

.modal-col-left #img-selector .img-thumb.active {
  opacity: 1;
  cursor: default;
}

.animal-details-page .modal-col-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modal-col-right .addtoany_shortcode {
  margin-top: 4%;
}

.donate-support {
  margin-top: 4%;
}

/*------------------------------------*\
    ANIMAL MODALS
\*------------------------------------*/
#animalModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

#animalModal .modal-col-right-page {
  margin-top: 0;
}

/*------------------------------------*\
    ADOPTION WIDGET
\*------------------------------------*/
#adoption-slider a {
  text-decoration: none;
}

@media only screen and (min-width: 1200px) {
  #adoption-slider {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 689px) {
  #adoption-slider {
    padding-left: 50px;
    padding-right: 50px;
  }
}

#adoption-slider .slick-prev:before,
#adoption-slider .slick-next:before {
  color: #4a8b2c;
  font-size: 40px;
}

#adoption-slider .slick-next {
  right: 30px;
}

#adoption-slider .slick-prev {
  left: 10px;
  z-index: 149;
}

#adoption-slider .card {
  min-height: 400px;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  #adoption-slider .card {
    min-height: 468px;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  #adoption-slider .card {
    min-height: 536px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #adoption-slider .card {
    min-height: 551px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 690px) {
  #adoption-slider .card {
    min-height: 551px;
  }
}

#adoption-slider .view-all-animals {
  position: relative;
}

#adoption-slider .slick-slide {
  margin: 0 15px;
}

#adoption-slider .view-all-animals p {
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #4a8b2c !important;
  font-weight: 800;
  font-size: 36px;
  line-height: 49px;
  width: 100%;
}

#adoption-widget-no-animals {
  text-align: center;
}

/*------------------------------------*\
    ARTICLES
\*------------------------------------*/
.article-hero {
  border-radius: 0.2rem;
}

@media (min-width: 768px) {
  .article-hero {
    border-radius: 0.8rem;
  }
}

article {
  max-width: 1200px;
}

article > * {
  text-align: left;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  margin-top: 0rem;
  letter-spacing: 1px;
}

article.without-cta p {
  max-width: 100%;
}

article img {
  height: auto;
  width: 100%;
}

article a {
  color: #80b046;
  font-weight: bold;
}

article a:hover {
  color: #4a8b2c;
}

article .share-links {
  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;
}

.news .addtoany_content {
  display: inline-block;
}

.error-container h1 {
  margin-top: 0.5em;
}

.error-container a {
  color: #80b046;
  font-weight: bold;
}

.error-container a:hover {
  color: #4a8b2c;
}

.error-container .form-group {
  margin-bottom: 0em;
}

.error-container .error-img {
  display: block;
  margin: auto;
}

.error-container .error-img img {
  width: 100%;
  min-height: 400px;
  border-radius: 0.5em;
}

.error-container .mobile.error-img {
  display: none;
}

.error-container .mobile.error-img img {
  max-height: 275px;
  max-width: 85%;
}

.error-container .helpful-links h4 {
  margin-top: 1em;
}

.error-container .helpful-links ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.error-container .helpful-links ul div {
  padding: 0em;
}

.error-container .helpful-links ul div li {
  margin-left: 0em;
  margin-right: 0em;
}

@media screen and (max-width: 991px) {
  .error-container .error-img img {
    min-height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .error-container .content-container {
    text-align: center;
    padding-left: 1em;
    padding-bottom: 1em;
    padding-right: 1em;
  }
  .error-container .content-container .error-headers h1 {
    margin-top: 0.2em;
    margin-bottom: 0.1em;
  }
  .error-container .content-container .mobile.error-img {
    display: block;
  }
  .error-container .content-container .error-img {
    display: none;
  }
  .error-container .content-container .col-1 {
    margin-bottom: 0em;
  }
}

/*------------------------------------*\
    SIDEBAR DONATION
\*------------------------------------*/
.sidebar-cta {
  position: relative;
  width: 100%;
}

.sidebar-cta .cta-btn-area {
  text-align: center;
}

.sidebar-cta .cta-btn {
  text-align: center;
  display: inline-block;
  color: #FFF;
  border-radius: 0.2rem;
  padding: 1.5rem 0.875rem;
  text-decoration: none;
  width: 100%;
}

.sidebar-cta .btn-only {
  padding-top: 1em;
  padding-bottom: 3.5em;
}

.sidebar-cta + .sidebar-cta {
  margin-top: 2rem;
}

.sidebar-cta .bg-color-block {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.1;
  border-radius: 0.4rem;
}

.sidebar-cta .sidebar-details {
  position: relative;
}

.sidebar-cta .sidebar-details h5 {
  text-transform: none;
  margin-top: 0;
}

.sidebar-cta .sidebar-details a {
  display: inline-block;
  color: #f2f7ed;
  border-radius: 0.2rem;
  padding: 0.875rem 0.875rem 3em 0.875rem;
  text-decoration: none;
  background-color: #80b046;
  border-color: #80b046;
  margin-top: 3em;
}

.cta-btn:hover,
.cta-btn:active,
.cta-btn:focus,
.sidebar-cta .sidebar-details a:hover,
.sidebar-cta .sidebar-details a:active,
.sidebar-cta .sidebar-details a:focus {
  color: #80b046;
  background-color: #f2f7ed;
  border-color: #80b046;
}

.sidebar-cta img {
  width: 100%;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}

.wp-block-column {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .wp-block-column {
    text-align: center;
  }
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*------------------------------------*\
    Gutenberg Block Editor
\*------------------------------------*/
.wp-block-button__link,
.rich-text.block-editor-rich-text__editable.wp-block-button__link,
.rich-text.block-editor-rich-text__editable.wp-block-button__link:visited {
  color: #fff;
  background-color: #80b046;
  padding: 1rem;
  border: 0.15rem;
  border-style: solid;
  border-color: #80b046;
  border-radius: 0.25rem;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
}

.wp-block-button__link:hover,
.rich-text.block-editor-rich-text__editable.wp-block-button__link:hover,
.rich-text.block-editor-rich-text__editable.wp-block-button__link:focus,
.rich-text.block-editor-rich-text__editable.wp-block-button__link:active {
  color: #80b046;
  background-color: #fff;
  padding: 1rem;
  border: 0.15rem;
  border-style: solid;
  border-color: #80b046;
  border-radius: 0.25rem;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
}

/*------------------------------------*\
   Gutenberg Block Editor - CSS Tricks
\*------------------------------------*/
/*!
Author: Kev Quirk
Author URI: https://kevq.uk
This is a template for a stylesheet that allows WordPress users to use a custom theme within Gutenberg that matches their frontend.
*/
/* Set global width for all Gutenberg blocks - this should be the same as your article width */
.wp-block {
  max-width: 100%;
}

/* Main typography elements */
/* Sans Serif font for headers */
.editor-block-list__layout .editor-block-list__block,
.editor-post-title__block .editor-post-title__input,
h1.rich-text.block-editor-rich-text__editable,
h2.rich-text.block-editor-rich-text__editable,
h3.rich-text.block-editor-rich-text__editable,
h4.rich-text.block-editor-rich-text__editable,
h5.rich-text.block-editor-rich-text__editable,
h6.rich-text.block-editor-rich-text__editable,
.has-medium-font-size,
#post-title-0,
table {
  font-family: "Open Sans";
}

/* Serif font for body text */
.editor-block-list__layout .editor-block-list__block p,
.rich-text.block-editor-rich-text__editable.wp-block-paragraph,
.block-editor-block-list__layout.is-root-container,
ul,
ol {
  font-family: "Open Sans";
}

/* Monospace font for code */
pre,
code,
kbd,
tt,
var {
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}

/* Format post images */
.wp-block-image img {
  border-radius: 4px;
}

/* Format image captions */
.wp-block-image figcaption,
figcaption {
  margin-top: 0;
  color: #666;
  font-size: 0.9rem;
  text-align: center;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h2.rich-text.block-editor-rich-text__editable {
  margin-top: 2em;
  font-size: 1.75em;
}

h3.rich-text.block-editor-rich-text__editable {
  margin-top: 2em;
  font-size: 1.5em;
}

h4.rich-text.block-editor-rich-text__editable {
  font-size: 1.3em;
}

h5.rich-text.block-editor-rich-text__editable {
  font-size: 1.1em;
}

h6.rich-text.block-editor-rich-text__editable {
  font-size: 1em;
}

p.rich-text.block-editor-rich-text__editable {
  font-size: 1.15em;
}

/* Format code blocks */
pre {
  background: #f3f3f3;
  border-radius: 4px;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  white-space: pre-wrap;
  max-height: 650px;
}

/* Format inline code blocks */
code,
kbd,
tt,
var {
  background: #f3f3f3;
  padding: 2px 7px 2px 7px;
  border-radius: 4px;
}

/* Format blockquotes */
.wp-block-quote {
  margin-left: 2em;
  margin-bottom: 2rem;
  margin-top: 2rem;
  padding: 0.4rem 0.8rem;
  color: #666;
  font-style: italic;
}

/* Format the cite text in blockquotes */
dfn,
cite,
i {
  font-style: italic;
  font-size: 0.8em;
}

/* Links & buttons */
/* Standard WordPress button block */
/* Additional Block Editor Styles */
/* Content Section */
section .container {
  max-width: 1200px;
  margin: auto;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

/* Text Alignment */
.has-text-align-left {
  text-align: left;
}

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

.has-text-align-right {
  text-align: right;
}

/* Responsive Flexbox (wp-block-columns, wp-block-column) */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wp-block-columns {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-bottom: 6rem;
}

.edit-post-link {
  margin-top: 2em;
  margin-bottom: 2em;
}

/* one block item */
div.wp-block-column:first-child:nth-last-child(1) {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}

/* two block items */
div.wp-block-column:first-child:nth-last-child(2),
div.wp-block-column:first-child:nth-last-child(2) ~ div.wp-block-column {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}

/* three block items */
div.wp-block-column:first-child:nth-last-child(3),
div.wp-block-column:first-child:nth-last-child(3) ~ div.wp-block-column {
  -webkit-box-flex: 33.33%;
      -ms-flex: 33.33%;
          flex: 33.33%;
}

div.wp-block-column:first-child:nth-last-child(3) .wp-block-image img,
div.wp-block-column:first-child:nth-last-child(3) ~ div.wp-block-column .wp-block-image img {
  width: 100%;
}

/* four block items */
div.wp-block-column:first-child:nth-last-child(4),
div.wp-block-column:first-child:nth-last-child(4) ~ div.wp-block-column {
  -webkit-box-flex: 25%;
      -ms-flex: 25%;
          flex: 25%;
}

/* Create three equal columns that sits next to each other */
.wp-block-column {
  padding: 5px !important;
}

.wp-block-column figure {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80%;
}

.wp-block-column figure img {
  width: 90%;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 767px) {
  .wp-block-columns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  figure {
    margin: 0px !important;
  }
  p {
    margin-top: 1em;
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .wp-block-columns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .wp-block-column {
    margin-left: auto;
    margin-right: auto;
  }
  .wp-block-column figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .wp-block-image img {
    width: 100%;
  }
}

.wp-block-table table {
  width: 100%;
}

.dogs-allowed-areas-note {
  text-align: left;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}

svg.icon.icon-lg.m-t-0.bi-tiktok {
    fill: white;
    height: 30px!important;
        width: 34px!important;
}
/*# sourceMappingURL=style.css.map */
