a {
  color: #89ac1e;
}

a:hover {
  color: #89ac1e;
}

html {
  font-size: 62.5%;
  font-family: "Open Sans", sans-serif;
  color: #212529;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
  height: 100%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  height: 100%;
  background-color: #ffffff;
  overflow-x: hidden;
}

.body-fixed {
  overflow: hidden;
}

@media only print and (max-width: 991.8px), only screen and (max-width: 991.8px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.page-wrapper--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100%;
}

.page-wrapper__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.h1, .c-typography h1 {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: "Open Sans", sans-serif;
  color: #212529;
  font-weight: 500;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0;
}

.h2, .c-typography h2 {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 45px;
  margin-bottom: 29px;
  margin-top: 49px;
  font-family: "Open Sans", sans-serif;
  color: #212529;
  font-weight: bold;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0;
}

.h3, .c-typography h3 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 36px;
  margin-bottom: 19px;
  margin-top: 30px;
  font-family: "Open Sans", sans-serif;
  color: #212529;
  font-weight: bold;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0;
}

.h4, .c-typography h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  margin-bottom: 15px;
  margin-top: 10px;
  font-family: "Open Sans", sans-serif;
  color: #212529;
  font-weight: bold;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0;
}

.h5, .h6, .c-typography h5, .c-typography h6 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  color: #212529;
  font-weight: 500;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0;
}

body, .c-typography p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
  color: #212529;
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0;
}

.ul, .c-typography ul {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #212529;
  margin-left: 40px;
  margin-bottom: 30px;
}

.ol, .c-typography ol {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #212529;
  margin-left: 40px;
  margin-bottom: 30px;
}

.li, .c-typography li {
  color: #212529;
  margin-bottom: 12px;
}

.c-typography blockquote, .c-typography .blockquote {
  padding-left: 10px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
  border-width: 0 0 0 7px;
}

.mark, .c-typography mark {
  background-color: rgba(236, 193, 86, 0.25);
}

.c-typography a {
  text-decoration: underline;
}

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

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

/*! 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: 3em;
  line-height: 48px;
  margin: 0.67em 0 24px !important;
}

/* 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;
}

/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
.blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
figure,
table,
th,
td,
caption,
hr {
  margin: 0;
  padding: 0;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help;
}

/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
  text-decoration: none;
}

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
  border-bottom: 1px solid;
}

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

@media only print and (min-width: 0), only screen and (min-width: 0) {
  .container {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only print and (min-width: 420px), only screen and (min-width: 420px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only print and (min-width: 576px), only screen and (min-width: 576px) {
  .container {
    max-width: 540px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only print and (min-width: 768px), only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only print and (min-width: 992px), only screen and (min-width: 992px) {
  .container {
    max-width: 960px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only print and (min-width: 1200px), only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only print and (min-width: 1500px), only screen and (min-width: 1500px) {
  .container {
    max-width: 1400px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only print and (min-width: 1920px), only screen and (min-width: 1920px) {
  .container {
    max-width: 1400px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.loki-flashes-holder {
  position: fixed;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000000;
}

.loki-flash {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  -webkit-box-shadow: 0 4px 25px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 25px 0px rgba(0, 0, 0, 0.4);
  width: 400px;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.loki-flash--error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.loki-flash--success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.loki-flash--warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.loki-flash--notice {
  background-color: #ffffff;
}

.loki-flash--delete {
  -webkit-animation-name: hide;
          animation-name: hide;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}


.loki-confirm {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .55);
    z-index:2
}

.loki-confirm__inner {
    color: #444;
    display: inline-block;
    padding: 20px 35px;
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, .2);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, .2);
    border-radius: 15px;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform:translateX(-50%) translateY(-50%)
}

.loki-confirm__buttons {
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, .05);
    padding-top: 12px;
    margin-top:11px
}

.loki-confirm__button-no, .loki-confirm__button-yes {
    border: none;
    outline: 0;
    color: #fff;
    padding: 10px;
    min-width: 100px;
    border-radius: 5px;
    cursor:pointer
}

.loki-confirm__button-yes {
    margin: 5px 10px;
    background-color: #73bf41;
    -webkit-transition: background-color ease-in-out .3s;
    -o-transition: background-color ease-in-out .3s;
    transition:background-color ease-in-out .3s
}

.loki-confirm__button-yes:hover {
    background-color:#5c9934
}

.loki-confirm__button-no {
    margin: 5px 10px;
    background-color: #dc3545;
    -webkit-transition: background-color ease-in-out .3s;
    -o-transition: background-color ease-in-out .3s;
    transition:background-color ease-in-out .3s
}

.loki-confirm__button-no:hover {
    background-color:#bd2130
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px) scale(0.95);
            transform: translateY(-40px) scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px) scale(0.95);
            transform: translateY(-40px) scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@-webkit-keyframes hide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px) scale(0.95);
            transform: translateY(-40px) scale(0.95);
  }
}

@keyframes hide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px) scale(0.95);
            transform: translateY(-40px) scale(0.95);
  }
}

@media only print and (max-width: 419.8px), only screen and (max-width: 419.8px) {
  .loki-flashes-holder {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .loki-flash {
    width: 100%;
  }
}

header {
  position: relative;
}

.body-fixed {
  overflow: hidden;
}

.page-wrapper {
  overflow-x: hidden;
  padding-bottom: 100px;
}

svg {
  display: block;
  fill: currentColor;
}

html {
  height: 100%;
}

abbr,
blockquote,
.blockquote, body, button, dd, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, hgroup, input, legend, li, ol, p, pre, ul {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #111;
}

h1 a {
  text-decoration: none;
}

a {
  color: #9CC12B;
}

hr {
  border: none;
  outline: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.c-button {
  text-decoration: none;
  display: inline-block;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #222222;
  border: none;
  color: #ffffff;
  margin-bottom: 10px;
}

.c-button--success {
  background-color: #51a101;
}

.c-button--primary {
  background-color: #0785d9;
}

.c-button--danger {
  background-color: #ef1313;
}

h1,
h2,
h3,
h4,
h5 {
  color: #9CC12B;
}

ul,
ol,
li,
a,
p,
table {
  color: #2d2d2d;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

table th {
  text-align: left;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
}

table td {
  text-align: left;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  padding: 5px 10px;
}

table thead tr {
  background-color: rgba(0, 0, 0, 0.025);
}

table tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.025);
}

a {
  -webkit-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

header {
  position: relative;
}

.c-button {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 12px 30px;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  text-align: center;
  margin-right: 15px;
  border-radius: 10px;
  cursor: pointer;
}

.c-button i {
  margin-right: 10px;
}

.c-button--primary {
  background: #9CC12B;
  color: #ffffff;
}

.c-button--primary:hover {
  background: #89ac1e;
  color: #ffffff;
}

.c-button--secondary {
  border: 1px solid #336aa1;
  color: #ffffff;
}

.c-button--secondary:hover {
  border: 1px solid #295f94;
  color: #ffffff;
}

.c-button--tertiary {
  background: #5681EC;
}

.c-button--tertiary:hover {
  color: #ffffff;
}

.c-button--success {
  background: #28a745;
}

.c-button--success:hover {
  color: #ffffff;
}

.c-button--danger:hover {
  color: #ffffff;
}

.u-margin-bottom--20 {
  margin-bottom: 20px;
}

.u-margin-bottom--40 {
  margin-bottom: 40px;
}

form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="password"],
form textarea {
  padding: 10px;
  width: 100%;
  border-radius: 4px;
  outline: none;
  border: 1px solid rgb(209, 209, 209);
  background-color: rgba(209, 209, 209, 0.1);
}

form input[type="submit"] {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 12px 30px;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  text-align: center;
  margin-right: 15px;
  border-radius: 10px;
  cursor: pointer;
  background: #9CC12B;
  color: #ffffff;
  border: none;
}

form input[type="submit"]:hover {
  background: #89ac1e;
  color: #ffffff;
}

dd {
  margin-bottom: 20px;
}

label {
  cursor: pointer;
}

dt label {
  font-weight: 700;
}

label input[type="checkbox"] {
  margin-right: 10px;
}

fieldset {
  border: 1px solid rgb(231, 231, 231);
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 10px;
  display: inline-block;
  max-width: 420px;
  width: 100%;
}

.c-column {
  width: 33.3333%;
}

@media screen and (max-width: 780px) {
  .c-column {
    width: 50%;
  }
}

@media screen and (max-width: 420px) {
  .c-column {
    width: 100%;
  }
}

.c-share-button {
  padding: 12px 20px;
  background: #2563eb;
  display: block;
  border: none;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  transition: background-color ease-in-out 300ms;
}

.c-share-button:hover {
  background: #0ea5e9;
}

.c-share-button img {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.c-share-button span {
  position: relative;
  top: -2px;
}

.c-qr-code {
  position: relative;
  left: -12px;
  display: block;
  max-width: 100%;
}
