html {
  font-size: 14px;
  line-height: 1.15;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  height: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  font-size: 16px;
  min-height: 100%;
  margin: 0;
  font-family: "VagRounded-std-thin", Arial, Helvetica, sans-serif;
}

main {
  display: block;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button,
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

input,
button {
  border: none;
}

table {
  border-collapse: collapse;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: 'VAGRoundedStd-Thin';
  src: url("../fonts/VAGRoundedStd-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/VAGRoundedStd-Thin.otf") format("opentype"), url("../fonts/VAGRoundedStd-Thin.woff") format("woff"), url("../fonts/VAGRoundedStd-Thin.ttf") format("truetype"), url("../fonts/VAGRoundedStd-Thin.svg#VAGRoundedStd-Thin") format("svg");
}
@font-face {
  font-family: 'VAGRoundedBT-Regular';
  src: url("../fonts/VAGRoundedBT-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/VAGRoundedBT-Regular.woff") format("woff"), url("../fonts/VAGRoundedBT-Regular.ttf") format("truetype"), url("../fonts/VAGRoundedBT-Regular.svg#VAGRoundedBT-Regular") format("svg");
}
/***   Buttons   ***/
/***   Texts   ***/
/***    Prefixes    ***/
/**   Modal header   **/
.epm-alert {
  align-items: center;
  -webkit-box-shadow: 0 0 10px rgba(114, 114, 114, 0.5);
  -moz-box-shadow: 0 0 10px rgba(114, 114, 114, 0.5);
  box-shadow: 0 0 10px rgba(114, 114, 114, 0.5);
  display: grid;
  grid-gap: 0;
  grid-template-columns: 30px 1fr 30px;
  grid-template-rows: 1fr;
  font-size: 14px;
  max-width: 768px;
  position: relative;
  padding: 10px;
  margin: 10px;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.epm-alert span:first-child {
  display: block;
  font-size: 18px;
  margin: 0 10px 0 0;
  text-align: center;
}
.epm-alert p {
  padding: 0;
  margin: 0;
}
.epm-alert button.close {
  background-color: transparent;
  mix-blend-mode: normal;
  line-height: 0.8;
  cursor: pointer;
  font-weight: bold;
  padding: 0;
  color: inherit;
  width: auto;
}
.epm-alert button.close span {
  font-size: 24px;
  display: flex;
  align-content: flex-end;
  justify-content: end;
  margin-right: 0;
}

.epm-alert-fill--success {
  color: #fff;
  background-color: #53ad00;
}

.epm-alert-fill--danger {
  color: #fff;
  background-color: #d32800;
}

.epm-alert-fill--warning {
  color: #fff;
  background-color: #d58a00;
}

.epm-alert-fill--info {
  color: #fff;
  background-color: #008c6b;
}

.epm-alert-nofill--success {
  color: #53ad00;
  background-color: #fff;
}
.epm-alert-nofill--success button.close {
  color: #b9bbbb;
}

.epm-alert-nofill--danger {
  color: #d32800;
  background-color: #fff;
}
.epm-alert-nofill--danger button.close {
  color: #b9bbbb;
}

.epm-alert-nofill--warning {
  color: #d58a00;
  background-color: #fff;
}
.epm-alert-nofill--warning button.close {
  color: #b9bbbb;
}

.epm-alert-nofill--info {
  color: #008c6b;
  background-color: #fff;
}
.epm-alert-nofill--info button.close {
  color: #b9bbbb;
}

.epm-progress {
  display: -ms-flexbox;
  display: flex;
  clear: both;
  line-height: 0;
  height: auto;
  margin: 0 auto 20px auto;
  padding: 0;
  font-size: 0.75rem;
  background-color: rgba(215, 215, 216, 0.55);
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  min-width: 100px;
}

.epm-progress_percentage {
  background-color: #7ad400;
  display: block;
  clear: both;
  color: #707070;
  font-family: inherit;
  font-size: 14px;
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  text-align: center;
}

.epm-progress_bar {
  display: block;
  clear: both;
  height: 10px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  left: 0;
  right: 0;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  background-color: #7ad400;
  transition: width 0.6s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.epm-progress--striped {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent);
  background-size: 1.25rem 1.25rem;
}

/***   Anatomy   ***/
.epm-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin: 5px;
  border: 2px solid #e8e8e8;
  color: #b9bbbb;
  background-color: transparent;
  transition: 0.6s;
  line-height: 1;
  font-size: 1em;
  border-radius: 25px;
  cursor: pointer;
  box-sizing: border-box;
}

a.epm-btn,
button.epm-btn,
input.epm-btn {
  font-family: "VAGRoundedBT-Regular", Arial, Helvetica, sans-serif;
  padding: 0 20px;
  text-decoration: none;
}

.epm-btn_text-file {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  font-family: "VAGRoundedStd-Thin", Arial, Helvetica, sans-serif;
  color: #8b8b8b;
  margin-left: 10px;
}

.epm-control_subheader {
  background-color: #7ad400;
  border-color: #7ad400;
  color: #fff;
  flex-direction: row;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 40px;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-sizing: border-box;
}

.epm-control_subheader a {
  color: #fff;
  text-decoration: none;
}

.epm-btn_ico {
  padding: 0;
}

.epm-btn_ico + .epm-btn_label {
  margin-left: 4px;
}

/***   Choose File   ***/
.epm-btn_choose-file {
  display: flex;
  position: relative;
  text-align: left;
  height: 40px;
  width: 450px;
}

.epm-btn_choose-file .epm-btn {
  margin: 0;
}

.epm-btn_choose-file > [type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.epm-btn_choose-file:hover > button {
  background-color: #7ad400;
  color: #fff;
  border-color: #7ad400;
}

.epm-btn_choose-file .epm-btn_label {
  white-space: nowrap;
}

.epm-btn_choose-file .uploadlogo {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 40px;
}

/***   Modifiers   ***/
.epm-btn--primary,
.epm-btn--primary-line:hover {
  background-color: #7ad400;
  border-color: #7ad400;
  color: #fff;
}

.epm-btn--primary:hover {
  background-color: #36a21d;
  border-color: #36a21d;
  color: #fff;
}

.epm-btn--primary-line {
  background-color: #fff;
  border-color: #7ad400;
  color: #7ad400;
}

.epm-btn--secondary,
.epm-btn--secondary-line:hover {
  background-color: #007934;
  border-color: #007934;
  color: #fff;
}

.epm-btn--secondary:hover {
  background-color: #4fb412;
  border-color: #4fb412;
  color: #fff;
}

.epm-btn--secondary-line {
  background-color: #fff;
  border-color: #007934;
  color: #007934;
}

.epm-btn--simple {
  background-color: #fff;
  border-color: #b9bbbb;
  color: #707070;
}

.epm-btn--simple:hover {
  background-color: #8b8b8b;
  border-color: #707070;
  color: #fff;
}

.epm-btn--transactional {
  background-color: #d58a00;
  border-color: #d58a00;
  color: #fff;
}

.epm-btn--transactional:hover {
  background-color: #bc5900;
  border-color: #bc5900;
  color: #fff;
}

.epm--disabled,
.epm-btn:disabled,
.epm--disable:hover {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  color: #8b8b8b;
  cursor: not-allowed;
}

/***   Sizes   ***/
.btn--sm {
  padding: 36px;
}

.btn--lg {
  padding: calc(0.25rem + 0.25rem) 1rem;
}

.btn--block {
  width: 100%;
}

a.epm-btn.only-icon,
button.epm-btn.only-icon,
input.epm-btn.only-icon {
  padding: 5px;
}
a.epm-btn.only-icon .epm-btn_ico,
button.epm-btn.only-icon .epm-btn_ico,
input.epm-btn.only-icon .epm-btn_ico {
  padding: 0 6px;
}

.epm-btn-group {
  display: flex;
  justify-content: end;
}

.epm-btn-group .epm-btn:last-child {
  margin-right: 0;
}

.epm-check {
  font-size: 16px;
}

.epm-check_input {
  position: relative;
  background: #e8e8e8;
  border: 2px solid #007934;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  font-size: 0.9em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  vertical-align: -3px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

.epm-check_input:checked {
  border: 0;
  border-color: #007934;
  -webkit-box-shadow: 0 0 0 40px #007934 inset;
  -moz-box-shadow: 0 0 0 40px #007934 inset;
  box-shadow: 0 0 0 40px #007934 inset;
}

.epm-check_input::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  border-radius: 4px;
  display: block;
  position: absolute;
  top: 0.1em;
  left: 0.2em;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
  pointer-events: none;
}

.epm-check_input:checked:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  color: #fff;
}

.epm-check_input:disabled,
.epm-check .epm-checked--disabled {
  background-color: #b9bbbb;
  border: 2px solid #b9bbbb;
  pointer-events: none;
  border: 0;
}

.epm-check .epm-checked--disabled::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  color: #e8e8e8;
}

.epm-form-group .epm-check label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.epm-container_section > .epm-title {
  margin-bottom: 30px;
}

.epm-container_section > .epm-subtitle {
  margin-bottom: 30px;
  margin-top: -20px;
}

.epm-container-row {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 10px;
}

.epm-container-group {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.epm-container-group label {
  color: #8b8b8b;
}

form {
  font-family: "VAGRoundedStd-Thin", Arial, Helvetica, sans-serif;
  position: relative;
}

.epm-form-group {
  position: relative;
  width: auto;
  margin: 26px 0;
}
.epm-form-group label {
  display: block;
  color: #8b8b8b;
  margin-bottom: 8px;
  font-size: 14px;
}

.epm-form-label--required::after {
  content: "*";
  color: #d32800;
}

.epm-form-control {
  position: relative;
  width: 100%;
  min-height: 40px;
  font-size: 1em;
  line-height: 1.5;
  display: block;
  padding: 10px 30px 10px 10px;
  color: #707070;
  border: 1px solid #b9bbbb;
  border-radius: 12px;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}

.epm-form-control:focus,
.epm-is-valid {
  border: 1px solid #007934;
  outline: none;
}

.epm-form-control:focus.epm-is-invalid,
.epm-is-invalid {
  border: 1px solid #d32800;
  outline: none;
}

.epm-form-group-ico {
  display: table;
  width: 100%;
}
.epm-form-group-ico span {
  display: table-cell;
  color: #007934;
  font-size: 24px;
  font-weight: 400;
  padding: 4px;
  vertical-align: middle;
}

.epm-input--valid {
  border: 1px solid #007934;
}

.epm-invalid-feedback::after {
  content: "\f057";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: #d32800;
  font-size: 1.2em;
  position: absolute;
  left: 5px;
  bottom: 0;
  font-weight: bold;
}

textarea.epm-form-control {
  resize: vertical;
}

.epm-form-control:disabled,
.epm-floating_field:disabled {
  color: #8b8b8b;
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;
  box-shadow: none;
}
.epm-form-control:disabled + .epm-floating_label,
.epm-floating_field:disabled + .epm-floating_label {
  display: none;
}

.epm-invalid-feedback {
  color: #d32800;
  margin-top: 7px;
  padding-left: 28px;
  font-size: 12px;
}

.epm-select select:disabled ~ span {
  color: #8b8d8e;
}
.epm-select span {
  font-weight: 400;
  color: #007934;
  font-size: 1.6em;
  position: absolute;
  bottom: 17px;
  right: 9px;
  display: inline-block;
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%);
  text-align: center;
  pointer-events: none;
  z-index: 2000;
}

.epm-floating--line, .epm-floating--line + .epm-floating_label {
  padding: 10px;
  z-index: 1500;
}

.epm-floating_label, .epm-floating_field {
  font: inherit;
  line-height: 1;
  display: block;
  width: 100%;
}

.epm-floating-group {
  margin: 30px 10px;
}

.epm-floating_label {
  position: absolute;
  top: 0;
  left: 0;
  user-select: none;
  z-index: 1500;
}

.epm-floating_field {
  color: #8b8d8e;
  border-width: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  z-index: 2000;
}
.epm-floating_field:focus {
  outline: 0;
  box-shadow: 0;
}
.epm-floating_field::placeholder {
  color: transparent;
}
.epm-floating_field:disabled::placeholder {
  color: #8b8b8b;
}

.epm-floating_field,
.epm-floating-group {
  position: relative;
}

.epm-floating--line {
  transition: border-color 0.25s ease-in-out;
  color: #707070;
  border-bottom: 2px solid #b9bbbb;
  background-color: transparent;
  box-sizing: border-box;
  padding-left: 14px;
  padding-top: 14px;
}
.epm-floating--line + .epm-floating_label {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -webkit-transform: transform 0.25s;
  -moz-transform: transform 0.25s;
  -ms-transform: transform 0.25s;
  -o-transform: transform 0.25s;
  transform: transform 0.25s;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.epm-floating--line:focus {
  border-color: #007934;
}
.epm-floating--line:focus + .epm-floating_label {
  color: #007934;
}
.epm-floating--line:invalid {
  border-color: #d32800;
}
.epm-floating--line:not(textarea) {
  height: 40px;
}

.epm-floating--line:focus + .epm-floating_label,
.epm-floating--line:not(:placeholder-shown) + .epm-floating_label {
  -webkit-transform: translate(0.25em, -32%) scale(0.8);
  -moz-transform: translate(0.25em, -32%) scale(0.8);
  -ms-transform: translate(0.25em, -32%) scale(0.8);
  -o-transform: translate(0.25em, -32%) scale(0.8);
  transform: translate(0.25em, -32%) scale(0.8);
}

.epm-list {
  list-style: none;
  margin-left: 0;
  text-indent: -1em;
  color: #8b8b8b;
}
.epm-list li {
  line-height: 20px;
  margin-left: 40px;
  list-style: none;
}
.epm-list li:before {
  content: "\f111";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-size: 0.5em;
  color: #4fb412;
  position: absolute;
  vertical-align: middle;
  font-weight: bold;
}
.epm-list ul li::before {
  color: #005121;
}
.epm-list ul ul li::before {
  color: #707070;
}
.epm-list ul ul ul li:before {
  color: #b9bbbb;
}

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

.epm-toggle,
.epm-close_icon,
.epm-menu_title {
  display: none;
}

nav.epm-navbar {
  margin: 0;
  padding: 0;
}

.epm-toggle {
  user-select: none;
}

.epm-menu {
  display: flex;
  flex-direction: row;
  justify-content: start;
}
.epm-menu > a:hover {
  color: #005121;
}

.epm-item a {
  display: block;
  padding: 0 20px;
  color: #707070;
  font-size: inherit;
  line-height: 40px;
  text-decoration: none;
  cursor: pointer;
}
.epm-item a:hover {
  color: #36a21d;
}
.epm-item .epm-item_list {
  display: none;
  position: absolute;
  min-width: 140px;
}
.epm-item .epm-item_list li.active .epm-submenu_link > span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.epm-item .epm-item_list.menu--show {
  display: block;
}

.epm-item_list {
  position: absolute;
  width: 100%;
  max-width: 360px;
  background: #36a21d;
  color: #fff;
  border-radius: 30px;
  display: none;
  padding: 12px 0;
  z-index: 99;
}
.epm-item_list .show {
  display: block;
}
.epm-item_list a.epm-submenu_link {
  cursor: pointer;
  display: block;
  padding: 8px 20px;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #4fb412;
  position: relative;
  line-height: 16px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.epm-item_list a.epm-submenu_link span {
  right: 12px;
  left: auto;
  font-size: 16px;
  position: absolute;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.epm-item_list a.epm-submenu_link:hover {
  color: #007934;
  background-color: #fff;
  border-radius: 50px;
  text-decoration: none;
}
.epm-item_list a.epm-submenu_link:hover .span {
  color: #007934;
}
.epm-item_list li:last-child .epm-submenu_link {
  border-bottom: 0;
}

.epm-item_link span {
  pointer-events: none;
}
.epm-item_link.open {
  color: #36a21d;
}
.epm-item_link.open span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.epm-item_link.open + .epm-item_list {
  display: block;
}

.epm-submenu {
  display: none;
  background: #1f8834;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
}
.epm-submenu.show {
  display: block;
}
.epm-submenu li a {
  color: #fff;
}
.epm-submenu li a:hover {
  color: #fff;
  background-color: #4fb412;
  border-radius: 50px;
  text-decoration: none;
  margin: 0 5px;
}

/* Media Queries
--------------------------------------------- */
@media (max-width: 745px) {
  .epm-toggle + a,
  .menu {
    display: none;
  }

  .epm-toggle {
    display: block;
    color: #007934;
    padding: 0 10px;
    font-size: inherit;
    line-height: 40px;
    text-decoration: none;
    border: none;
    width: 14px;
    cursor: pointer;
  }
  .epm-toggle:hover {
    background-color: #007934;
    color: #fff;
  }

  .epm-navbar .epm-menu {
    position: absolute;
    width: 100%;
    background: #007934;
    color: #fff;
    padding: 50px 0;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 0;
    max-width: none;
    margin: 0;
    flex-direction: column;
    display: none;
    z-index: 99;
  }
  .epm-navbar .epm-menu a {
    color: #fff;
  }
  .epm-navbar .epm-menu.epm--menu-responsive {
    display: block;
  }
  .epm-navbar .epm-menu::before {
    content: url("../images/svg/logo_white.svg");
    position: absolute;
    width: 76px;
    top: 10px;
    left: calc(100vw * 0.428);
  }
  .epm-navbar .epm-menu .epm-item_link:hover {
    color: #36a21d;
  }

  .epm-item .epm-item_list {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 20px;
    max-width: none;
    margin: 0;
    display: none;
  }

  .epm-close_icon {
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    margin: auto;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
  }

  .epm-menu_title {
    font-family: "VAGRoundedStd-Thin", Arial, Helvetica, sans-serif;
    color: white;
    font-size: 20px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 0 5px 0;
  }

  .epm-item_link.open {
    color: #fff;
  }

  .epm-navbar.epm-navbar_vertical .epm-menu {
    display: block;
    width: 200px;
  }
  .epm-navbar.epm-navbar_vertical .epm-menu::before {
    display: none;
  }
  .epm-navbar.epm-navbar_vertical .epm-item_list {
    height: auto;
  }
}
/***  Menu Vertical  ***/
.epm-navbar.epm-navbar_vertical .epm-menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 200px;
  background: #007934;
  top: 0;
  border-top-right-radius: 20px;
  margin: 0;
  padding: 20px 0;
  z-index: 9;
}
.epm-navbar.epm-navbar_vertical .epm-menu .epm-item > a {
  color: #fff;
}
.epm-navbar.epm-navbar_vertical .epm-menu .epm-item > a:hover {
  color: #4fb412;
}
.epm-navbar.epm-navbar_vertical .epm-menu .epm-item_link.open ~ .epm-item_list {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  max-width: none;
  margin: 0;
}
.epm-navbar.epm-navbar_vertical .epm-menu .epm-item_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.epm-radio {
  display: block;
  margin-top: 0.5em;
  position: relative;
  margin-left: 0;
  font-size: 16px;
}

.epm-radio input[type="radio"] {
  visibility: hidden;
}

.epm-radio .epm-radio_input {
  display: block;
  position: absolute;
  background-color: #e8e8e8;
  border: 2px solid #007934;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  top: 0;
  left: 0;
  z-index: 5;
  box-sizing: border-box;
  line-height: 27px;
  cursor: pointer;
}

.epm-radio .epm-radio_input::before {
  display: block;
  position: absolute;
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  color: transparent;
  top: 0.2em;
  left: 0.25em;
  margin: auto;
  font-weight: bold;
  -webkit-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  -ms-transition: background 0.25s linear;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear;
}

.epm-radio input[type="radio"]:checked ~ .epm-radio_input {
  border: 2px solid #007934;
}

.epm-radio input[type="radio"]:checked ~ .epm-radio_input::before {
  color: #007934;
}

.epm-radio label,
.epm-check label span {
  padding-left: 1em;
}

input:disabled + .epm-radio_input,
input:disabled + .epm-radio--disabled-check {
  background-color: #b9bbbb;
  border: 2px solid #b9bbbb;
  pointer-events: none;
}

.epm-radio .epm-radio--disabled-check::before {
  color: #e8e8e8;
}

.epm-radio label {
  display: flex;
  height: 40px;
  align-items: center;
  padding-left: 40px;
}

.epm-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.epm-table thead {
  line-height: 2em;
  color: #fff;
  font-size: 16px;
  font-style: normal;
}
.epm-table thead tr {
  background-color: #007934;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.epm-table tr {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}
.epm-table tr .epm-check_input {
  width: 30px;
  height: 30px;
}
.epm-table tr .epm-check_input::after {
  font-size: 1.5em;
}
.epm-table th,
.epm-table td {
  text-align: start;
  padding: 0 20px;
  width: 33%;
}
.epm-table tbody tr {
  padding: 10px 0;
  color: #707070;
  font-size: 14px;
  border-bottom: 1px solid #b9bbbb;
}
.epm-table tbody tr:hover {
  background-color: #e8e8e8;
}
.epm-table tbody tr td a {
  text-decoration: none;
}
.epm-table tbody tr td a span.epm-btn_ico {
  color: #007934;
}

.epm-pre-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}
.epm-pre-table .epm-table_info,
.epm-pre-table .epm-table_actions {
  display: flex;
  width: 100%;
}
.epm-pre-table .epm-table_info {
  flex-direction: column;
  justify-content: flex-start;
}
.epm-pre-table .epm-table_info .epm-doc_title,
.epm-pre-table .epm-table_info .epm-text {
  margin: 5px;
  padding: 0;
}
.epm-pre-table .epm-table_info .epm-doc_title {
  color: #707070;
}
.epm-pre-table .epm-table_info .epm-text span {
  font-weight: bold;
}
.epm-pre-table .epm-table_info .epm-selected-rows {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.epm-pre-table .epm-table_actions {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}

.epm-table_pagination {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.epm-table_pagination .epm-table_number-rows {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.epm-table_pagination .epm-table_number-rows .epm-text {
  margin: 0 5px;
}
.epm-table_pagination .epm-table_number-rows .epm-select {
  min-width: 70px;
}
.epm-table_pagination .epm-table_pages {
  display: flex;
  justify-content: flex-end;
  align-content: flex-start;
}
.epm-table_pagination .epm-table_pages .epm-link {
  text-decoration: none;
  color: #007934;
  margin: 0 5px;
  padding: 10px 15px;
}
.epm-table_pagination .epm-table_pages .epm-link:hover {
  background-color: #e8e8e8;
  border-radius: 50%;
}
.epm-table_pagination .epm-table_pages .epm-link.epm-link--control {
  border-radius: 10px;
}
.epm-table_pagination .epm-table_pages .epm-link.active {
  color: #fff;
  background-color: #007934;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

h1 {
  color: #707070;
  font-family: "VAGRoundedStd-Thin", Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  margin: 0.5em 0;
}

h2 {
  color: #707070;
  font-family: "VAGRoundedStd-Thin", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  margin: 0.5em 0;
}

h3 {
  font-family: "VAGRoundedStd-Thin", Arial, Helvetica, sans-serif;
  font-size: 1.75rem;
  margin: 0.67em 0;
}

h4 {
  font-family: "VAGRoundedStd-Thin", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  margin: 0.67em 0;
}

h5 {
  font-family: "VAGRoundedStd-Thin", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  margin: 0.67em 0;
}

h6 {
  font-family: "VAGRoundedStd-Thin", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  margin: 0.67em 0;
}

.epm-link {
  color: #7ad400;
  text-decoration: underline;
  font-family: "VAGRoundedStd-Thin", Arial, Helvetica, sans-serif;
}
.epm-link:hover {
  color: #005121;
}
.epm-link:visited {
  color: #137d7f;
}
.epm-link:visited:hover {
  color: #007934;
}
.epm-link.isDisabled {
  color: #b9bbbb;
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}
.epm-link.isDisabled:hover {
  color: #b9bbbb;
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.epm-title,
.epm-subtitle {
  font-weight: normal;
}

h1.epm-title {
  font-family: "VAGRoundedBT-Regular", Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #007934;
}

h2.epm-title {
  font-family: "VAGRoundedBT-Regular", Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #007934;
}

h3.epm-title {
  font-family: "VAGRoundedBT-Regular", Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #007934;
}

h4.epm-title {
  font-family: "VAGRoundedBT-Regular", Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #007934;
}

h5.epm-title {
  font-family: "VAGRoundedBT-Regular", Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #007934;
}

h6.epm-title {
  font-family: "VAGRoundedBT-Regular", Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #007934;
}

h1.epm-subtitle {
  font-family: "VAGRoundedBT-Regular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #707070;
}

h2.epm-subtitle {
  font-family: "VAGRoundedBT-Regular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #707070;
}

h3.epm-subtitle {
  font-family: "VAGRoundedBT-Regular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #707070;
}

h4.epm-subtitle {
  font-family: "VAGRoundedBT-Regular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #707070;
}

h5.epm-subtitle {
  font-family: "VAGRoundedBT-Regular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #707070;
}

h6.epm-subtitle {
  font-family: "VAGRoundedBT-Regular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #707070;
}

h1.epm-subtitle--small {
  font-family: "VAGRoundedStd-Thin", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #707070;
}

h2.epm-subtitle--small {
  font-family: "VAGRoundedStd-Thin", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #707070;
}

h3.epm-subtitle--small {
  font-family: "VAGRoundedStd-Thin", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #707070;
}

h4.epm-subtitle--small {
  font-family: "VAGRoundedStd-Thin", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #707070;
}

h5.epm-subtitle--small {
  font-family: "VAGRoundedStd-Thin", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #707070;
}

h6.epm-subtitle--small {
  font-family: "VAGRoundedStd-Thin", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #707070;
}

.epm-text {
  font-family: "VAGRoundedStd-Thin", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #8b8b8b;
}

.epm-tooltip {
  background: #707070;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 2px #707070;
  -moz-box-shadow: 2px 2px 2px #707070;
  box-shadow: 2px 2px 2px #707070;
  color: #fff;
  font-size: 1em;
  padding: 5px;
  max-width: 600px;
  position: fixed;
  border-bottom: 1px dotted #707070;
}

.epm-tooltip-arrow::after {
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  content: " ";
  position: absolute;
}

.epm-tooltip-arrow-left::after {
  right: -16px;
  border-left: 8px solid #707070;
  margin-bottom: 2%;
}

.epm-tooltip-arrow-top::after {
  bottom: -16px;
  border-top: 8px solid #707070;
  margin-left: -50%;
}

.epm-tooltip-arrow-bottom::after {
  top: -16px;
  border-bottom: 8px solid #707070;
  margin-left: -50%;
}

.epm-tooltip-arrow-right::after {
  left: -16px;
  border-right: 8px solid #707070;
  margin-bottom: 50%;
}

.epm-container_section {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  margin: 20px;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
}
.epm-container_section .epm-title {
  font-size: 24px;
}
.epm-container_section .epm-subtitle {
  font-size: 20px;
}

.epm-container_section.epm-section--line {
  border-top: 5px solid #7ad400;
}

/*  VARIABLES  */
/*  FUNCTION  */
/*  GRID  */
/*  GRID  */
.epm-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .epm-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .epm-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .epm-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .epm-container {
    max-width: 1140px;
  }
}

.epm-container-fluid, .epm-container-sm, .epm-container-md, .epm-container-lg, .epm-container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .epm-container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .epm-container-sm, .epm-container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .epm-container-sm, .epm-container-md, .epm-container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .epm-container-sm, .epm-container-md, .epm-container-lg, .epm-container-xl {
    max-width: 1140px;
  }
}
.epm-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.epm-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.epm-no-gutters > .epm-col,
.epm-no-gutters > [class*="epm-col-"] {
  padding-right: 0;
  padding-left: 0;
}

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

@media (min-width: 576px) {
  .epm-col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .epm-row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .epm-row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .epm-row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .epm-row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .epm-row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .epm-row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .epm-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .epm-col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .epm-col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .epm-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .epm-col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .epm-col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .epm-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .epm-col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .epm-col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .epm-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .epm-col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .epm-col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .epm-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .epm-order-sm-first {
    order: -1;
  }

  .epm-order-sm-last {
    order: 13;
  }

  .epm-order-sm-0 {
    order: 0;
  }

  .epm-order-sm-1 {
    order: 1;
  }

  .epm-order-sm-2 {
    order: 2;
  }

  .epm-order-sm-3 {
    order: 3;
  }

  .epm-order-sm-4 {
    order: 4;
  }

  .epm-order-sm-5 {
    order: 5;
  }

  .epm-order-sm-6 {
    order: 6;
  }

  .epm-order-sm-7 {
    order: 7;
  }

  .epm-order-sm-8 {
    order: 8;
  }

  .epm-order-sm-9 {
    order: 9;
  }

  .epm-order-sm-10 {
    order: 10;
  }

  .epm-order-sm-11 {
    order: 11;
  }

  .epm-order-sm-12 {
    order: 12;
  }

  .epm-offset-sm-0 {
    margin-left: 0;
  }

  .epm-offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .epm-offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .epm-offset-sm-3 {
    margin-left: 25%;
  }

  .epm-offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .epm-offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .epm-offset-sm-6 {
    margin-left: 50%;
  }

  .epm-offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .epm-offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .epm-offset-sm-9 {
    margin-left: 75%;
  }

  .epm-offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .epm-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .epm-col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .epm-row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .epm-row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .epm-row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .epm-row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .epm-row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .epm-row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .epm-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .epm-col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .epm-col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .epm-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .epm-col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .epm-col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .epm-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .epm-col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .epm-col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .epm-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .epm-col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .epm-col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .epm-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .epm-order-md-first {
    order: -1;
  }

  .epm-order-md-last {
    order: 13;
  }

  .epm-order-md-0 {
    order: 0;
  }

  .epm-order-md-1 {
    order: 1;
  }

  .epm-order-md-2 {
    order: 2;
  }

  .epm-order-md-3 {
    order: 3;
  }

  .epm-order-md-4 {
    order: 4;
  }

  .epm-order-md-5 {
    order: 5;
  }

  .epm-order-md-6 {
    order: 6;
  }

  .epm-order-md-7 {
    order: 7;
  }

  .epm-order-md-8 {
    order: 8;
  }

  .epm-order-md-9 {
    order: 9;
  }

  .epm-order-md-10 {
    order: 10;
  }

  .epm-order-md-11 {
    order: 11;
  }

  .epm-order-md-12 {
    order: 12;
  }

  .epm-offset-md-0 {
    margin-left: 0;
  }

  .epm-offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .epm-offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .epm-offset-md-3 {
    margin-left: 25%;
  }

  .epm-offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .epm-offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .epm-offset-md-6 {
    margin-left: 50%;
  }

  .epm-offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .epm-offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .epm-offset-md-9 {
    margin-left: 75%;
  }

  .epm-offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .epm-offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .epm-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .epm-row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .epm-row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .epm-row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .epm-row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .epm-row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .epm-row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .epm-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .epm-col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .epm-col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .epm-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .epm-col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .epm-col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .epm-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .epm-col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .epm-col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .epm-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .epm-col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .epm-col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .epm-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .epm-order-lg-first {
    order: -1;
  }

  .epm-order-lg-last {
    order: 13;
  }

  .epm-order-lg-0 {
    order: 0;
  }

  .epm-order-lg-1 {
    order: 1;
  }

  .epm-order-lg-2 {
    order: 2;
  }

  .epm-order-lg-3 {
    order: 3;
  }

  .epm-order-lg-4 {
    order: 4;
  }

  .epm-order-lg-5 {
    order: 5;
  }

  .epm-order-lg-6 {
    order: 6;
  }

  .epm-order-lg-7 {
    order: 7;
  }

  .epm-order-lg-8 {
    order: 8;
  }

  .epm-order-lg-9 {
    order: 9;
  }

  .epm-order-lg-10 {
    order: 10;
  }

  .epm-order-lg-11 {
    order: 11;
  }

  .epm-order-lg-12 {
    order: 12;
  }

  .epm-offset-lg-0 {
    margin-left: 0;
  }

  .epm-offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .epm-offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .epm-offset-lg-3 {
    margin-left: 25%;
  }

  .epm-offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .epm-offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .epm-offset-lg-6 {
    margin-left: 50%;
  }

  .epm-offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .epm-offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .epm-offset-lg-9 {
    margin-left: 75%;
  }

  .epm-offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .epm-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .epm-col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .epm-row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .epm-row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .epm-row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .epm-row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .epm-row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .epm-row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .epm-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .epm-col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .epm-col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .epm-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .epm-col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .epm-col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .epm-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .epm-col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .epm-col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .epm-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .epm-col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .epm-col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .epm-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .epm-order-xl-first {
    order: -1;
  }

  .epm-order-xl-last {
    order: 13;
  }

  .epm-order-xl-0 {
    order: 0;
  }

  .epm-order-xl-1 {
    order: 1;
  }

  .epm-order-xl-2 {
    order: 2;
  }

  .epm-order-xl-3 {
    order: 3;
  }

  .epm-order-xl-4 {
    order: 4;
  }

  .epm-order-xl-5 {
    order: 5;
  }

  .epm-order-xl-6 {
    order: 6;
  }

  .epm-order-xl-7 {
    order: 7;
  }

  .epm-order-xl-8 {
    order: 8;
  }

  .epm-order-xl-9 {
    order: 9;
  }

  .epm-order-xl-10 {
    order: 10;
  }

  .epm-order-xl-11 {
    order: 11;
  }

  .epm-order-xl-12 {
    order: 12;
  }

  .epm-offset-xl-0 {
    margin-left: 0;
  }

  .epm-offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .epm-offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .epm-offset-xl-3 {
    margin-left: 25%;
  }

  .epm-offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .epm-offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .epm-offset-xl-6 {
    margin-left: 50%;
  }

  .epm-offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .epm-offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .epm-offset-xl-9 {
    margin-left: 75%;
  }

  .epm-offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .epm-offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
header {
  width: 100%;
  -webkit-box-shadow: 0px 2px 8px -1px #e8e8e8;
  -moz-box-shadow: 0px 2px 8px -1px #e8e8e8;
  box-shadow: 0px 2px 8px -1px #e8e8e8;
  height: 110px;
  margin: 0;
  padding: 0 10px;
  background: #fff;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
}

.epm-subheader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
  max-width: 1024px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}

.epm-control_subheader .epm-form-group {
  width: 100%;
}
.epm-control_subheader select {
  background-color: transparent;
  color: #fff;
  border: none;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  font-weight: bold;
}
.epm-control_subheader .epm-select span {
  color: #fff;
  font-size: 14px;
}
.epm-control_subheader option {
  background-color: #7ad400;
  color: #fff;
  border: none;
  width: 100%;
  height: 40px;
  padding-left: 15px;
}

.epm-control_subheader > .epm-select::after {
  bottom: 15px;
}

.epm-control_subheader > .epm-select option:hover {
  background-color: #007934;
}

.epm-control_subheader select:focus {
  border: none;
}

.epm-icon_user {
  width: 30px;
  height: 30px;
  background: #e8e8e8;
  border-radius: 100%;
  align-content: center;
  position: relative;
}

.epm-icon_user::before {
  position: absolute;
  top: 6px;
  left: 7px;
}

.epm-text_user {
  color: #007934;
  font-family: "VAGRoundedBT-Regular", Arial, Helvetica, sans-serif;
}

.epm-control_subheader {
  display: flex;
}
.epm-control_subheader .epm-btn_ico {
  font-weight: normal;
  cursor: pointer;
  margin: 0 4px;
}

.epm-icon-font-size-small::before {
  content: "A-";
  color: #007934;
  font-size: 12px;
}

.epm-icon-font-size-normal::before {
  content: "A";
  color: #fff;
}

.epm-icon-font-size-large::before {
  content: "A+";
  color: #007934;
  font-size: 20px;
}

.epm-header {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.epm-header-tittle {
  display: table;
  float: left;
}

.epm-header-tittle h1 {
  border-right: 1px solid #b9bbbb;
}

.epm-header-tittle img {
  position: absolute;
  padding-left: 10px;
  width: 70px;
}

.epm-header .epm-header-tittle .epm-doc_title {
  display: table-cell;
  padding-right: 10px;
}

.epm-header-utilities {
  float: right;
  font-family: "VAGRoundedStd-Thin", Arial, Helvetica, sans-serif;
  color: #007934;
}

.epm-header-user-data {
  display: table-row;
  float: right;
  margin-left: 10px;
}

.epm-header-user-data a {
  font-size: 14px;
}

.epm-header-accessibility-icon {
  display: none;
}
.epm-header-accessibility-icon a.epm-btn {
  margin: 0;
}

.epm-modal_footer .epm-btn--secondary-line {
  margin-right: 5px;
}

@media (min-width: 300px) and (max-width: 767px) {
    /*
  header {
    margin: 0;
    padding: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
  }

  .epm-subheader {
    background-color: #7ad400;
    border-color: #7ad400;
    color: #fff;
    flex-direction: row;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    height: 40px;
    border-radius: 25px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-sizing: border-box;
  } 

  .epm-subheader {
    display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
  max-width: 1024px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  }
*/
  .epm-header-sub-open {
    display: flex;
    border-radius: 0 0 0 25px;
  }

  .epm-form-group {
    width: auto;
  }

  .epm-header-tittle h1 {
    border-right: none;
  }

  header,
  .epm-btn_header {
    width: 100%;
    border-radius: 0px;
    border: 0;
    justify-content: start;
  }

  .epm-header-accessibility {
    width: 100%;
    height: 40px;
    border-bottom-right-radius: 0px;
    border: 0px;
    padding: 0px;
  }
/**
  .epm-header-accessibility-icon {
    display: block;
    border-top: 20px solid #7ad400;
  }
  .epm-header-accessibility-icon > a.epm-btn {
    position: absolute;
    right: 0.5em;
    margin-top: -1px;
    border-radius: 0 0 20px 20px;
    font-size: 20px;
  }
  .epm-header-accessibility-icon > a.epm-btn::after {
    content: url(../images/svg/curve.svg);
    position: absolute;
    top: -2px;
    width: 30px;
    height: 30px;
    left: -30px;
  }
  .epm-header-accessibility-icon > a.epm-btn:hover {
    background-color: #7ad400;
    border-color: #7ad400;
  }
*/
 
  .epm-open {
    margin-top: 0;
    border-top: 0;
  }
  .epm-open a.epm-btn {
    right: 0;
  }

  .epm-header-utilities {
    display: none;
  }

  .epm-header-tittle {
    border-right: none;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .epm-header .epm-header-tittle .epm-doc_title {
    padding-right: 0px;
    margin: 0;
    padding-bottom: 10px;
  }

  .epm-header-tittle img {
    margin-top: 15px;
    width: 20%;
    padding: 15px;
    position: inherit;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  .epm-subheader {
    flex-direction: column;
  }
  .epm-subheader div:first-child {
    justify-content: start;
  }
  .epm-subheader div:last-child {
    justify-content: space-between;
  }
}
.epm-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: visibility 0s linear 0.25s;
  -moz-transition: visibility 0s linear 0.25s;
  -ms-transition: visibility 0s linear 0.25s;
  -o-transition: visibility 0s linear 0.25s;
  transition: visibility 0s linear 0.25s;
  z-index: 9;
}

.epm-modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  max-height: 85%;
  width: 30rem;
  border-radius: 20px;
  overflow: hidden;
}

.epm-modal_content--static {
  position: relative;
  background-color: #fff;
  width: 28em;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.epm-close-icon {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 25px;
  border: 1px solid #8b8b8b;
  background-color: #fff;
  color: #8b8b8b;
  position: absolute;
  right: 20px;
  top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.epm-modal_header--transparent .epm-close-icon {
  padding: 3px 3px 2px 2px;
}

.epm-close-icon:hover {
  background-color: #8b8d8e;
  color: #fff;
}

.epm-show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.epm-modal_header {
  font-family: "VAGRoundedStd-Thin", Arial, Helvetica, sans-serif;
  background-color: #007934;
  color: #fff;
  padding: 15px 25px;
}

.epm-modal_header--transparent {
  font-family: "VAGRoundedStd-Thin", Arial, Helvetica, sans-serif;
  background-color: #fff;
  color: #8b8b8b;
}

.epm-modal_header h3 {
  margin: 0;
  font-size: 20px;
  font-family: "VAGRoundedBT-Regular", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #fff;
}

.epm-modal_header::before {
  content: "";
  display: table;
}

.epm-modal_body {
  font-family: "VAGRoundedStd-Thin", Arial, Helvetica, sans-serif;
  color: #8b8b8b;
  font-size: 16px;
  padding: 25px 25px 10px 25px;
  overflow-y: auto;
  max-height: 300px;
}
.epm-modal_body p {
  margin-top: 0;
}

.epm-modal--simple .epm-modal_body {
  padding: 20px;
}

.epm-modal--simple .epm-modal_footer {
  padding-bottom: 5px;
}

.epm-modal_info {
  color: #007934;
  font-size: 30px;
  margin: 30px 0;
}
.epm-modal_info h1,
.epm-modal_info h2,
.epm-modal_info h3 {
  margin: 0;
}
.epm-modal_info h3 {
  font-weight: normal;
  font-size: 18px;
}
.epm-modal_info h1 {
  font-size: 30px;
}
.epm-modal_info span {
  font-size: 40px;
  color: #7ad400;
}

.epm-modal_footer {
  display: flex;
  justify-content: flex-end;
  padding: 10px 25px 25px 25px;
}

.epm-modal--center {
  justify-content: center;
  text-align: center;
}

.epm-modal_static {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.epm-popup {
  display: none;
  position: relative;
  width: 30rem;
  z-index: 9;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.epm-popup--principal {
  font-family: "VAGRoundedStd-Thin", Arial, Helvetica, sans-serif;
  background-color: #007934;
  color: #fff;
}

.epm-popup--transactional {
  font-family: "VAGRoundedStd-Thin", Arial, Helvetica, sans-serif;
  background-color: #d58a00;
  color: #fff;
}

.epm-popup_title {
  font-family: "VAGRoundedBT-Regular", Arial, Helvetica, sans-serif;
  margin-left: 10px;
}

.epm-popup_content {
  background-color: #fff;
  max-height: 85%;
  width: 30rem;
  border-radius: 20px;
  overflow: hidden;
}
.epm-popup_content .epm-popup_header {
  padding: 20px;
}
.epm-popup_content .epm-popup_header h3 {
  font-family: "VAGRoundedStd-Thin", Arial, Helvetica, sans-serif;
  color: #fff;
}

.epm-popup_body {
  font-family: "VAGRoundedStd-Thin", Arial, Helvetica, sans-serif;
  color: #8b8b8b;
  font-size: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 280px;
  text-align: center;
}

.epm-popup_content .epm-close-icon {
  color: #005121;
  border: #005121;
  line-height: 1.7rem;
}

.epm-popup_content .epm-popup--transactional .epm-close-icon {
  color: #d58a00;
  border: #d58a00;
}

.epm-popup_header h1,
.epm-popup_header h2,
.epm-popup_header h3,
.epm-popup--transactional h1,
.epm-popup--transactional h2,
.epm-popup--transactional h3 {
  margin: 0;
}
.epm-popup_header h3,
.epm-popup--transactional h3 {
  font-weight: normal;
}

.epm-show-popup {
  display: block;
}

.epm-popup_btn {
  display: flex;
  width: 100%;
}

.epm-popup--static {
  position: relative;
  width: 30rem;
  z-index: 9;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}

.epm-popup_body .epm-container-group .epm-btn {
  width: 70%;
}

.epm-footer_logo, .epm-footer_info, .epm-footer_help {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.epm-footer_data {
  display: flex;
  flex-direction: column;
}

.epm-footer {
  width: 100%;
  display: flex;
  border-radius: 50% 50% 0% 0%;
  margin: 0;
  padding: 0;
  background: #007934;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
  color: #fff;
}

.epm-footer_logo {
  width: 100%;
}
.epm-footer_logo img {
  width: 70px;
  margin: 20px;
}

.epm-footer_info {
  width: 100%;
  flex-wrap: wrap;
  margin: 10px 0;
}

.epm-footer_help {
  margin: 0 20px;
}
.epm-footer_help img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

.epm-footer_data {
  margin: 0 20px;
  font-size: 12px;
}

.epm-footer_law {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  font-size: 10px;
  align-items: center;
}
.epm-footer_law-logo {
  display: flex;
  align-items: center;
}
.epm-footer_law-logo img {
  width: 50px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
}

/*# sourceMappingURL=main.css.map */
