/* TEMPLATE CSS
*********************************************/
/* -------- LESS Elements -------- */
body {
  font-family: 'Poppins', sans-serif !important;
  font-size: 1.063rem;
  line-height: 1.625rem;
  counter-reset: olCounter;
}
.row:before,
.row:after {
  display: none !important !important;
}
/*SAFARI*/
/* -------- LAYOUT -------- */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
  width: auto;
}
strong {
  font-weight: 700 !important;
}
hr {
  background: #ffffff;
  border: none;
  border-bottom: 1px dashed #eaeaea;
  min-height: 10px;
  margin-bottom: 1.5rem !important;
}
a {
  color: #48651e;
  text-decoration: underline;
  transition: all 200ms cubic-bezier(0.81, -0.33, 0.345, 1.375);
}
a:hover {
  color: #798e41;
  text-decoration: none;
  opacity: 0.85;
  transition: all 200ms cubic-bezier(0.81, -0.33, 0.345, 1.375);
}
a:active {
  color: #798e41;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  border: none;
  text-decoration: none;
}
.tooltip {
  display: none !important !important;
}
.card-img-top {
  max-height: 250px;
  min-height: 250px;
  object-fit: cover;
}
.fullscreen {
  min-height: 100vh;
}
/* -------- STANDARD COLORS -------- */
/* -------- WEBSITE SPECIFIC COLORS -------- */
/* -------- FONTS -------- */
/*12px*/
/*14px*/
/*16px*/
/*17px*/
/*20px*/
/*22px*/
/*26px*/
/*32px*/
/*40px*/
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/lato-v16-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'), url('../webfonts/lato-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/lato-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/lato-v16-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../webfonts/lato-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/lato-v16-latin-regular.svg#Lato') format('svg');
  /* Legacy iOS */
  font-display: swap;
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/lato-v16-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'), url('../webfonts/lato-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/lato-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/lato-v16-latin-700.woff') format('woff'), /* Modern Browsers */ url('../webfonts/lato-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/lato-v16-latin-700.svg#Lato') format('svg');
  /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../webfonts/poppins-v9-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Poppins Regular'), local('Poppins-Regular'), url('../webfonts/poppins-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/poppins-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/poppins-v9-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../webfonts/poppins-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/poppins-v9-latin-regular.svg#Poppins') format('svg');
  /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../webfonts/poppins-v9-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Poppins Bold'), local('Poppins-Bold'), url('../webfonts/poppins-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/poppins-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/poppins-v9-latin-700.woff') format('woff'), /* Modern Browsers */ url('../webfonts/poppins-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/poppins-v9-latin-700.svg#Poppins') format('svg');
  /* Legacy iOS */
}
/* caveat-regular - latin */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../webfonts/caveat-v7-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Caveat Regular'), local('Caveat-Regular'), url('../webfonts/caveat-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/caveat-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/caveat-v7-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../webfonts/caveat-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/caveat-v7-latin-regular.svg#Caveat') format('svg');
  /* Legacy iOS */
}
/* -------- DESIGN STYLES -------- */
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  font-family: 'Lato', Arial, Geneva, sans-serif;
  font-weight: 700;
  line-height: 115%;
  color: #48651e;
  margin-bottom: 1.5rem !important;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.375rem;
  margin-bottom: 1.5rem !important;
}
h3 {
  font-size: 1.25rem;
  opacity: 0.5;
  margin-bottom: 0.5rem !important;
}
h4 {
  font-size: 1.063rem;
}
.title {
  font-size: 1.063rem;
  color: inherit;
  margin-bottom: 1rem !important;
}
p {
  margin-bottom: 1.5rem !important;
  margin-top: 0 !important;
}
.small {
  font-size: 0.75rem;
}
.content {
  min-height: 400px;
}
.text-light {
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}
p.readmore {
  margin: 0 !important;
}
/* -------- LIST STYLES -------- */
ol,
ul {
  list-style: none;
  padding-left: 2rem;
  text-indent: -2rem;
}
ol li,
ul li {
  padding-bottom: 1rem !important;
}
ol li:before,
ul li:before {
  color: #48651e;
  content: '\f061';
  font-size: 0.875rem;
  text-indent: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  margin-right: 0.5rem !important;
  margin-top: -0.25rem !important;
  text-align: center !important;
}
ol li:before {
  counter-increment: olCounter !important;
  content: counter(olCounter) !important;
  font-family: inherit;
  padding-top: 0.35rem !important;
}
/* -------- MIXINS -------- */
.transition-ease-in {
  transition: all 200ms ease-in;
}
.transition {
  transition: all 200ms cubic-bezier(0.81, -0.33, 0.345, 1.375);
}
.transition-slow {
  transition: all 400ms cubic-bezier(0.81, -0.33, 0.345, 1.375);
}
.transition-extra-slow {
  transition: all 800ms cubic-bezier(0.81, -0.33, 0.345, 1.375);
}
.chevron {
  content: '\f054';
  font-size: 80%;
  color: #48651e;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  padding-right: 0.5rem !important;
}
.check {
  content: '\f00c';
  font-size: 1.375rem;
  color: #48651e;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  padding-right: 0.5rem !important;
}
.exclamation-triangle {
  content: '\f071';
  font-size: 0.75rem;
  color: #CC0000;
  display: inline !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  padding-right: 0.5rem !important;
}
/* -------- FORMS -------- */
.inputfield {
  background: #ffffff;
  border: 1px solid #b1b1b1;
  border-collapse: collapse;
  cursor: text;
  font-family: inherit;
  font-size: 100%;
  line-height: 0;
  outline: none;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 1rem !important;
}
.inputfield:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #CC0000;
  transition: all 200ms cubic-bezier(0.81, -0.33, 0.345, 1.375);
}
select {
  background: url(../images/system/chevron_down.png) no-repeat 95% #ffffff;
  border: none;
  border-collapse: collapse;
  font-family: inherit;
  font-size: 100%;
  outline: none;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 1rem !important;
}
.btn,
button,
input[type=submit],
.btn-primary {
  background: #ef7c00;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-size: 100% !important;
  font-weight: 700;
  line-height: 100%;
  outline: none;
  text-decoration: none;
  vertical-align: middle;
  -webkit-appearance: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  display: inline-block !important;
  padding: 1rem !important;
  width: 100% !important;
}
.btn:after {
  content: "\f061";
  font-size: 0.875rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  padding-left: 0.5rem !important;
}
.btn:hover,
button:hover,
input[type=submit]:hover {
  background: #fefaec;
  color: #000000;
  transition: all 200ms ease-in;
}
.btn-secondary {
  background: #b1b1b1 !important;
}
.btn-secondary:hover {
  background: #000000 !important;
  color: #ffffff !important;
}
.btn-external:after {
  content: "\f08e";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
/* RSFORM */
.form-row > * {
  padding-right: 0 !important !important;
  padding-left: 0 !important !important;
}
.rsform-block {
  margin-bottom: 1.5rem !important;
}
#userForm h2 {
  display: none !important;
}
.control-label {
  /* align-self: center !important; when label next to field */
  display: block !important;
  margin-bottom: 0.5rem !important;
}
input[type=text],
input[type=email],
input[type=tel],
input[type="password"],
textarea {
  background: #ffffff;
  border: 1px solid #b1b1b1;
  border-collapse: collapse;
  cursor: text;
  font-family: inherit;
  font-size: 100%;
  line-height: 0;
  outline: none;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 1rem !important;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type="password"]:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #323232;
  transition: all 200ms cubic-bezier(0.81, -0.33, 0.345, 1.375);
}
textarea {
  height: 215px;
  line-height: 120% !important;
  overflow: auto;
  resize: vertical;
}
.rsform-upload-box {
  width: 0.1rem;
  height: 0.1rem;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.rsform-block-bijlagen .control-label {
  box-shadow: inset 0px 0px 0px 2px #ffffff;
  cursor: pointer;
  padding: 1rem !important;
}
.rsform-block-bijlagen .control-label:hover {
  opacity: 0.75;
}
.form-check {
  display: inline-block !important;
  margin-bottom: 1.5rem !important;
}
.rsform-block-keuze {
  margin-bottom: 1.5rem !important;
}
.rsform-block-avg {
  height: 20px;
  margin-bottom: 4.5rem !important;
}
.rsform-block-avg .form-check {
  margin-bottom: 0 !important;
}
.rsform-block-avg a {
  color: inherit;
}
.rsform-block-avg a:hover {
  color: inherit;
}
input.invalid,
input.rsform-error,
textarea.rsform-error {
  border: 1px solid #CC0000;
  box-shadow: none;
}
.rsform-block > div > div {
  margin-top: 14px;
}
.rsform-block-omschrijving > div > div {
  margin-top: 10px;
}
.rsform-block-avg > div > div:last-child {
  padding-bottom: 3rem !important;
}
.formValidation {
  display: block !important;
  margin-top: 0.5rem !important;
}
.formError {
  background: #CC0000;
  border-color: #CC0000;
  border-style: solid;
  border-width: thin;
  color: #ffffff;
  font-size: 0.75rem !important;
  position: relative;
  border-radius: 4px;
  display: block !important;
  font-weight: 400 !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.formError.hide {
  display: none !important;
}
.formError:before {
  color: #ffffff !important;
  content: '\f071';
  font-size: 0.75rem;
  color: #CC0000;
  display: inline !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  padding-right: 0.5rem !important;
}
.formError:after {
  border-color: #CC0000 transparent transparent;
  border-style: solid;
  border-width: 9px;
  content: "";
  height: 0;
  left: 21px;
  position: absolute;
  top: -18px;
  transform: rotate(180deg);
  width: 0;
}
/* -------- ACCOUNT -------- */
#account .form-group {
  margin-bottom: 1rem !important;
}
#account .form-group .control-label {
  margin-bottom: 0.5rem !important;
}
.form-horizontal .control-group {
  margin-bottom: 1.5rem !important;
}
.chzn-container {
  width: 100% !important;
}
.chzn-single {
  height: 40px !important;
  background: #ffffff;
  border: 1px solid #b1b1b1;
  border-collapse: collapse;
  cursor: text;
  font-family: inherit;
  font-size: 100%;
  line-height: 0;
  outline: none;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 1rem !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.chzn-container li:before {
  display: none !important;
}
/* -------- SEARCH -------- */
.searchintro {
  margin: 0 !important;
  margin-top: 1rem !important !important;
}
.search-results > * {
  margin-top: 1rem !important;
  padding-top: 1rem !important;
}
.search-results .highlight {
  font-weight: 600;
}
/* -------- SYSTEM -------- */
.mceContentBody {
  background: none !important;
}
.pagination {
  text-align: center;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
ul.pagination {
  list-style: none;
  text-indent: 0;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}
ul.pagination li {
  display: inline !important;
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
ul.pagination li a {
  color: #666666;
}
ul.pagination li:before {
  display: none !important;
}
.msm-default .jGrowl-notification.msm-alert .jGrowl-close {
  padding: 0 !important;
}
.alert-warning {
  background: #666666;
  color: #ffffff;
  margin: 1.5rem !important;
  padding: 1.5rem !important;
}
.alert-warning h4 {
  color: #ffffff;
}
.alert-warning .close {
  color: #ffffff;
  text-decoration: none;
  text-shadow: none;
}
#jcemediabox-popup-caption h4 {
  margin: 0 !important;
}
/* JCE Mediabox Popup */
.wf-mediabox-container {
  padding: 1rem !important !important;
}
.wf-mediabox-body #no-main-image {
  margin-top: 0 !important !important;
  padding-top: 0 !important !important;
}
.wf-mediabox-nav button:hover {
  background: none !important;
}
.wf-mediabox-theme-light .wf-mediabox-close {
  min-height: 3.5em;
  top: 0 !important;
}
#rl_modals_loaded_content {
  background: #798e41;
  color: #ffffff;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden !important;
  padding: 3rem !important;
  text-align: center !important;
}
#rl_modals_loaded_content h1 {
  display: none !important;
}
#rl_modals_loaded_content h2 {
  color: inherit;
}
#rl_modals_loaded_content p:last-of-type {
  margin-bottom: 0 !important;
}
#rl_modals_previous,
#rl_modals_next,
#rl_modals_slideshow {
  display: none !important;
}
#rl_modals_close {
  width: 24px !important;
  margin-top: 1rem !important;
  padding-right: 0 !important;
  padding-top: 0.5rem !important;
  text-align: right !important;
}
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* REBOOT.CSS - EDIT NVS */
body,
html {
  height: 100%;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  font-family: sans-serif;
  height: 100%;
  line-height: 1.15;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #000000;
  text-align: left;
  height: 100%;
  -webkit-text-size-adjust: none;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
address {
  margin-bottom: 0;
  font-style: normal;
  line-height: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
select {
  word-wrap: normal;
}
table {
  margin-top: 0;
  border-collapse: collapse;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
a,
area,
button,
[role="button"],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
/* CARDS.CSS - EDIT NVS */
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.5rem !important;
  padding-bottom: 1rem !important;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
/* POSITION.CSS - EDIT NVS */
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
/* GRID.CSS - EDIT NVS */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .sppb-row-container,
  .sppb-container-inner,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .sppb-row-container,
  .sppb-container-inner,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .sppb-row-container,
  .sppb-container-inner,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .sppb-row-container,
  .sppb-container-inner,
  .container {
    max-width: 1170px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
/* START EDIT NVS */
.m-6 {
  margin: 4.5rem !important;
}
.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}
/* END EDIT NVS */
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
/* START EDIT NVS */
.p-6 {
  padding: 4.5rem !important;
}
.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}
.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}
.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}
/* END EDIT NVS */
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
/* START EDIT NVS */
.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}
.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}
.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}
.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}
/* END EDIT NVS */
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* NAVBAR */
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .dropdown-menu.show {
  display: block;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  display: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0 !important;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  background: none;
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.hidden-xs-up {
  display: none !important;
}
@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}
/* FONTS */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
/* PRINT */
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* -------- SEARCHBAR MOBILE -------- */
.searchMobile {
  margin-top: 1.5rem !important;
}
.searchMobile .search,
.searchBarDesktop .search {
  display: block !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-bottom: 0 !important;
}
.searchMobile .search form,
.searchBarDesktop .search form {
  overflow: hidden;
  padding: 1rem !important;
}
.searchMobile #mod-finder-searchform > div .col-12,
.searchBarDesktop #mod-finder-searchform > div .col-12 {
  background: #eaeaea;
  padding: 0.5rem !important;
}
.searchMobile .search form input,
.searchBarDesktop .search form input {
  background: inherit;
  border: none;
  font-family: inherit;
  font-size: inherit;
  width: 92%;
  display: inline-block !important;
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.searchMobile .search button,
.searchBarDesktop .search button {
  background: none;
  color: #000000;
  margin-top: 3px;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  padding: 0 !important;
  text-align: center !important;
}
.searchMobile .search form .fas,
.searchBarDesktop .search form .fas {
  cursor: pointer;
}
.searchMobile .search-toggler,
.searchBarDesktop .search-toggler {
  display: none !important;
}
/* -------- SEARCH POPUP -------- */
#searchCollapse {
  background: none;
  color: #000000;
}
.navbar-btn {
  padding: 0 !important;
}
.navbar-btn:hover {
  background: none;
  opacity: 0.8;
}
#searchContent {
  color: #000000;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  width: 100%;
  /* height: 100%; when fullscreen / height: auto; when navbar v2 */
  height: 100%;
  left: 0;
  /* top: 0; when fullscreen / top: **px; when navbar v2 */
  top: 0;
  z-index: 1000;
  display: none !important;
}
#searchContent.active {
  display: -ms-flexbox !important;
  display: flex !important;
}
#searchContent #mod-finder-searchform > div .col-12 {
  background: none;
  margin-bottom: 1.5rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
#searchContent .title {
  font-size: 1.625rem;
  margin-bottom: 1.5rem !important;
}
#searchContent input {
  background: #eaeaea;
  color: #000000;
  height: 69px;
  width: 100%;
  border: none;
  cursor: text;
  font-family: inherit;
  /* font-size: @font-normal; when fullscreen / font-size: @font-plus; when bar below header */
  font-size: 1.25rem;
  -webkit-appearance: none;
  margin-right: 0 !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
#searchContent input:focus {
  outline-width: 0 !important;
  outline: none !important;
}
#searchContent .btn {
  background: #0d76bb;
  border: none;
  color: #ffffff;
  /* font-size: @font-medium !important; when fullscreen / font-size: @font-plus !important; when navbar v2 */
  font-size: 1.375rem !important;
  height: 69px;
  vertical-align: top;
  display: inline !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
#searchContent .btn:hover {
  opacity: 0.8;
}
#searchContent .search-button {
  min-width: 71px;
}
#searchContent .search-toggler {
  background: none;
  color: #000000;
  font-size: 1.625rem !important;
  max-width: 66px;
  /* .d-none; when navbar v2 */
}
/* SEARCHBAR HEADER */
.searchBarDesktop {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.searchBarDesktop .search {
  padding: 0 !important;
}
/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-envelope:before {
  content: "\f0e0";
}
.fa-phone:before {
  content: "\f095";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-check:before {
  content: "\f00c";
}
.fa-search:before {
  content: "\f002";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-user:before {
  content: "\f007";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.exclamation-triangle:before {
  content: "\f071";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-times:before {
  content: "\f00d";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-external-link:before {
  content: "\f08e";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
/*@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../webfonts/fa-light-300.eot");
  src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }*/
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
/* -------- MOBILE NAVBAR -------- */
@media (min-width: 991.98px) {
  /* -------- PAGEHEADER -------- */
  header {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
/* -------- MOBILE NAVBAR TOGGLER -------- */
.navbar > .container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.mobileNav {
  text-align: center !important;
}
#sidebarCollapse {
  background: none;
  cursor: pointer;
  height: 100%;
  padding: 0 !important;
  width: 24px !important;
}
#sidebarCollapse span {
  background: #000000;
  height: 2px;
  margin: 5px auto;
  opacity: 1;
  transform: none;
  width: 100%;
  display: block !important;
  transition: all 800ms cubic-bezier(0.81, -0.33, 0.345, 1.375);
}
#sidebarCollapse .menu_subtitle {
  font-size: 8px;
  line-height: 12px;
  opacity: 1;
  transition: all 800ms cubic-bezier(0.81, -0.33, 0.345, 1.375);
}
#sidebarCollapse.active span {
  margin: 0 auto;
  transition: all 800ms cubic-bezier(0.81, -0.33, 0.345, 1.375);
}
#sidebarCollapse.active span:first-of-type {
  transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse.active span:nth-of-type(2) {
  opacity: 0;
}
#sidebarCollapse.active span:last-of-type {
  transform: rotate(-45deg) translate(1px, -1px);
}
#sidebarCollapse.active .menu_subtitle {
  opacity: 0;
  display: none !important;
  transition: all 400ms cubic-bezier(0.81, -0.33, 0.345, 1.375);
}
/* -------- MOBILE NAVBAR -------- */
#navbarSupportedContent {
  background: #48651e;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1);
  height: calc(100vh - 62px);
  left: -100%;
  overflow-y: auto;
  position: fixed;
  transition: all 150ms;
  transition-delay: 20ms;
  top: 62px;
  width: 100%;
  z-index: 2;
  padding-top: 4.5rem !important;
  padding-bottom: 1rem !important;
}
#navbarSupportedContent.active {
  left: 0;
}
.navbar-nav {
  position: relative;
  font-size: 1.063rem !important;
  text-indent: 0;
  font-weight: 400 !important !important;
  margin-top: 0 !important;
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  text-align: left !important;
}
.navbar-nav li {
  border-bottom: 1px solid #798e41;
  list-style: none;
  display: block !important;
  padding-bottom: 0 !important;
}
.navbar-nav li:before {
  display: none !important;
}
.navbar-nav li a,
.navbar-nav li span {
  color: #ffffff;
  cursor: pointer;
  line-height: 100%;
  text-decoration: none;
  width: 100%;
  display: block !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  transition: all 400ms cubic-bezier(0.81, -0.33, 0.345, 1.375);
}
.navbar-nav li.item-1191 a {
  color: #CC0000 !important;
}
.navbar-nav li:hover > a,
.navbar-nav li:hover > span,
.navbar-nav li:hover > .dropdown-toggle,
.navbar-nav li.dropdown.show > a {
  color: #0d76bb;
  text-decoration: none;
  transition: all 200ms cubic-bezier(0.81, -0.33, 0.345, 1.375);
}
.navbar-nav > a:after {
  color: #eaeaea;
  content: '\f054';
  float: right;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  transition: all 400ms cubic-bezier(0.81, -0.33, 0.345, 1.375);
}
.navbar-nav li a:hover:after,
.navbar-nav li.dropdown.show a:after {
  color: inherit;
  transition: all 400ms cubic-bezier(0.81, -0.33, 0.345, 1.375);
}
.navbar-nav li .dropdown-item {
  max-width: 90%;
}
.navbar-nav li .dropdown-item:after {
  display: none;
}
.navbar-nav li .dropdown-item {
  float: left;
}
.navbar-nav li .dropdown-toggle {
  color: #666666;
  cursor: pointer;
  display: block;
  height: 20px;
  position: absolute;
  right: 10px;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.navbar-nav li .dropdown-toggle:after {
  content: '\f067';
  float: right;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
.navbar-nav li.show .dropdown-toggle:after {
  content: '\f068';
}
.navbar-nav .dropdown-menu.show {
  border-top: 1px solid #eaeaea;
  float: left;
  width: 100%;
  transition: all 400ms cubic-bezier(0.81, -0.33, 0.345, 1.375);
}
.navbar-nav .dropdown-menu.show li {
  float: left;
  width: 100%;
}
.navbar-nav .dropdown-menu.show li:last-child {
  border: none;
}
.navbar-nav li .dropdown-menu a {
  padding-left: 0.5rem !important;
}
#navbarSupportedContent .social {
  font-size: 2rem;
  text-align: center;
  margin-top: 1.5rem !important;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-bottom: 0 !important;
}
#navbarSupportedContent .social > a {
  color: #ffffff;
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
/* -------- DESKTOP NAVBAR -------- */
@media (min-width: 992px) {
  /* -------- PAGEHEADER -------- */
  header {
    /* background: none !important; for transparent menu */
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  header .logo {
    /* background: none !important; for transparent menu */
    padding-bottom: 1.5rem !important;
    padding-top: 0 !important;
  }
  /* -------- DESKTOP NAVBAR TOGGLER -------- */
  #navbarSupportedContent {
    background: inherit;
    box-shadow: none;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  /* -------- DESKTOP NAVBAR -------- */
  #navbarSupportedContent {
    overflow: visible;
    display: block !important;
  }
  header nav {
    width: 100%;
  }
  ul.navbar-nav {
    position: relative;
    font-family: 'Lato', sans-serif;
    font-size: 100% !important;
    width: 100%;
    margin-right: auto !important;
    margin-left: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  ul.navbar-nav li {
    border: none;
    position: relative;
    display: inline-block !important;
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    transition: all 400ms cubic-bezier(0.81, -0.33, 0.345, 1.375);
  }
  ul.navbar-nav li:first-child {
    padding-left: 0 !important;
  }
  ul.navbar-nav > li:last-child {
    position: absolute;
    right: 0;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  ul.navbar-nav li a,
  ul.navbar-nav li span {
    border-bottom: none;
    color: #48651e;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  ul.navbar-nav li.item-1063 a {
    background: #ef7c00;
    color: #ffffff !important;
    padding: 1rem !important;
  }
  ul.navbar-nav li.item-1063 a:before {
    content: "\f073";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    padding-right: 0.5rem !important;
  }
  ul.navbar-nav li.item-1063:hover a {
    background: #798e41;
    border: none;
    color: #ffffff;
  }
  ul.navbar-nav li:hover > a,
  ul.navbar-nav li:hover > span,
  ul.navbar-nav li.active > span,
  ul.navbar-nav li.active > a {
    color: #48651e;
    border-bottom: 2px solid #ef7c00;
  }
  ul.navbar-nav li a:after {
    display: none !important;
  }
  ul.navbar-nav li .dropdown-item {
    max-width: 100%;
    padding-right: 0.5rem !important;
  }
  ul.navbar-nav li .dropdown-toggle {
    right: 0;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    transition: all 200ms cubic-bezier(0.81, -0.33, 0.345, 1.375);
  }
  ul.navbar-nav li .dropdown-toggle:after {
    content: "\f078" !important;
    font-size: 0.75rem;
    display: block !important !important;
    padding-left: 0.25rem !important;
    padding-right: 0.5rem !important;
    padding-top: 0.25rem !important;
    transition: all 200ms cubic-bezier(0.81, -0.33, 0.345, 1.375);
  }
  ul.navbar-nav li:hover .dropdown-toggle:after {
    content: "\f078" !important;
    transform: rotate(180deg);
    transform-origin: center;
    padding-bottom: 0.25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.25rem !important;
    padding-top: 0 !important;
    transition: all 200ms cubic-bezier(0.81, -0.33, 0.345, 1.375);
  }
  ul.navbar-nav li.dropdown:hover ul.dropdown-menu {
    background: #ffffff;
    border: none;
    float: none;
    margin-top: 67px;
    text-indent: 0;
    width: auto;
    display: block !important;
    padding-left: 0 !important;
  }
  ul.navbar-nav li .dropdown-menu.show {
    display: none !important;
  }
  ul.navbar-nav li .dropdown-menu li {
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
  }
  ul.navbar-nav li .dropdown-menu a {
    padding: 1rem !important !important;
  }
  ul.navbar-nav li .dropdown-menu a:hover,
  ul.navbar-nav li .dropdown-menu .active a {
    background: #798e41;
    border: none;
    color: #ffffff;
    text-decoration: none;
    display: block !important;
  }
  /* SHRINK MENU ON SCROLL */
  header.shrink {
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  }
  header.shrink .logo * {
    max-height: 120px;
  }
  header.shrink ul.navbar-nav li {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  header.shrink ul.navbar-nav li a,
  header.shrink ul.navbar-nav li span,
  header.shrink ul.navbar-nav li .dropdown-toggle {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  /* -------- DESKTOP NAVBAR -------- */
  ul.navbar-nav {
    font-size: 1.063rem !important;
  }
  ul.navbar-nav li {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}
/* Choose version */
/* -------- HOMEPAGE V5.0 -------- */
.front .item-page {
  margin-bottom: 0 !important;
}
#main-image.front {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 80px);
  /* height navbar - 0 in case of transparent navbar */
  margin-top: 80px;
  margin-bottom: 0 !important;
}
.readmore-arrow {
  bottom: 0;
  color: #ffffff;
  font-size: 1.625rem;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  padding: 3rem !important;
}
.readmore-arrow > a {
  color: #ffffff;
}
.readmore-arrow > a:hover {
  opacity: 0.5;
}
.readmore-arrow > * > * {
  animation: blinker 3s linear infinite;
  border: 1px solid #ffffff;
  padding-left: 1.111rem;
  padding-right: 1.111rem;
  border-radius: 100px;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
@keyframes blinker {
  50% {
    opacity: 0.35;
  }
}
#home-intro {
  background: #eaeaea;
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
#home-intro .card {
  background: inherit;
  border: none;
}
#home-intro .card-body {
  padding: 0 !important;
}
#home-text {
  margin-top: 4.5rem !important;
}
#home-buttons {
  margin-top: 3rem !important;
}
/* -------- LATEST NEWS -------- */
.latest-news {
  background: #eaeaea;
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
.latest-news h2 {
  text-align: center;
  margin-bottom: 1.5rem !important;
}
/* 1. Choose version - 2. place content in this file - 3. REMOVE this line */
/* -------- TOP -------- */
/* -------- PAGEHEADER -------- */
header {
  background: #ffffff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 9;
}
header > * > .row {
  width: 100%;
  margin-left: 0 !important;
  padding-right: 0 !important;
}
header > .container-fluid > .row {
  /* remove if not navbar v2.0 */
  padding-left: 0 !important;
}
header .row > div {
  background: #ffffff;
  line-height: 100%;
}
header .logo {
  line-height: 0;
  text-align: center !important;
}
header .logo:hover {
  opacity: 1;
}
header .logo * {
  left: 0;
  max-height: 100px;
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 3;
  margin-right: auto !important;
  margin-left: auto !important;
}
.header_buttons-container .row {
  height: 100%;
}
header .phone {
  text-align: right !important;
}
header .phone > div {
  width: 100%;
}
header .phone a {
  color: #000000;
  height: 100%;
  text-decoration: none;
}
header .phone .fa-phone {
  font-size: 1.375rem;
}
/* -------- BREADCRUMBS -------- */
.breadcrumb {
  color: #666666;
  list-style: none;
  text-indent: 0;
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 3rem !important;
}
.text-light .breadcrumb {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0 !important;
}
.breadcrumb li {
  display: inline !important;
  padding: 0 !important;
}
.breadcrumb li:before {
  display: none !important;
}
.breadcrumb li a {
  color: inherit;
}
/* -------- CONTENT -------- */
#main-image {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 42vh;
  overflow: hidden;
  padding-top: 83px;
  position: relative;
}
.boeken #main-image {
  display: none !important;
}
.homepage-video {
  margin-top: -25vh;
}
#main-image video {
  position: absolute;
}
#main-image .overlay {
  content: "";
  background: #000000;
  background: rgba(72, 101, 30, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
#main-image .search-title {
  font-size: 2rem;
  color: #ffffff;
  padding-top: 3rem !important;
}
#main-image .attrib {
  color: #ffffff;
}
.aanbieding {
  background: rgba(204, 0, 0, 0.85);
  color: #ffffff;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}
.aanbieding p {
  margin-bottom: 0 !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.corona-registratie #main-image,
.bedankt-corona #main-image {
  height: 66px;
  padding-top: 1.5rem !important;
}
#google-maps {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
#no-main-image {
  padding-top: 3rem !important;
}
.blog,
.item-page {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.category-desc {
  padding-bottom: 3rem !important;
  text-align: center !important;
}
.articles .item {
  margin-bottom: 0.5rem !important;
}
.articles .item .img-card-top {
  line-height: 0;
}
.handgeschreven {
  color: #798e41;
  font-family: 'Caveat', sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  padding-top: 4.5rem !important;
  padding-bottom: 3rem !important;
  text-align: center !important;
}
/* Article override: homepage.php */
.home-section-tekst1 .tekst1-tekst {
  padding-top: 1.5rem !important;
}
.home-section-tekst2 {
  margin-top: -4.5rem !important;
  padding-bottom: 4.5rem !important;
}
.home-section-tekst2 .tekst2-tekst {
  padding-top: 1.5rem !important;
}
.section-reviews {
  background: #48651e;
  color: #ffffff;
  padding-top: 4.5rem !important;
}
.section-reviews .title h2 {
  color: #ffffff;
}
.section-reviews .stars {
  left: 0;
  right: 0;
  position: absolute;
  top: -12px;
  z-index: 2;
}
.section-reviews .stars * {
  background: #48651e;
  display: inline !important;
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.section-reviews .review {
  border: 1px solid #ffffff;
  height: 100% !important;
  padding: 1.5rem !important;
  padding-top: 3rem !important;
}
.section-reviews .review:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 1.5rem;
  width: 20px;
  height: 20px;
  background: #48651e;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.section-reviews .review p {
  margin: 0 !important;
}
.section-reviews .reviewer {
  bottom: -3rem;
  position: absolute;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
}
.section-reviews .more-reviews a {
  color: #ffffff;
  display: inline-block !important;
  margin-top: 1.5rem !important;
}
.section-reviews .more-reviews a:after {
  content: "\f30b";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  padding-left: 0.5rem !important;
}
.section-reviews .more-reviews img {
  vertical-align: text-top;
  padding-right: 0.5rem !important;
}
/* Article override: camping-apartementen.php */
.section {
  padding-bottom: 3rem !important;
}
.section-titel {
  padding-bottom: 0 !important;
}
.section-intro {
  padding-bottom: 3rem !important;
}
.front .section-intro {
  padding-bottom: 1.5rem !important;
}
.section-intro .intro-afbeelding {
  line-height: 0;
}
.section-faciliteiten-uitgelicht {
  color: #af7f11;
}
.section-faciliteiten-uitgelicht .faciliteit {
  margin-bottom: 3rem !important;
}
.section-faciliteiten-uitgelicht .image svg * {
  fill: #af7f11;
}
.section.container-wide {
  line-height: 0;
  padding-bottom: 0 !important;
  text-align: center !important;
}
.section-tarieven {
  margin-top: -4.5rem !important;
  padding-bottom: 4.5rem !important;
}
.blok-boeking > div {
  background: #48651e;
  color: #ffffff;
  margin-top: 1.5rem !important;
  padding: 1.5rem !important;
}
.blok-boeking h2 {
  color: inherit;
}
blok-boeking p {
  font-size: 1.25rem;
}
.blok-boeking .btn {
  font-size: 1.25rem !important;
  font-weight: 500;
  width: 100%;
  display: block !important;
  text-align: center !important;
}
.blok-boeking .btn:before {
  content: "\f073";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  padding-right: 0.5rem !important;
}
.blok-boeking .btn:after {
  display: none !important;
}
.tarieven-omschrijving {
  padding-top: 1.5rem !important;
}
.tarieven-omschrijving .tarief {
  border-bottom: 1px solid #eaeaea;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.tarieven-omschrijving .tarief:last-child {
  border: none;
  padding-bottom: 0 !important;
}
.section-fotos {
  padding-top: 0 !important;
}
.section-fotos .fotoalbum .image * {
  line-height: 0;
  display: block !important;
}
.section-tekst-uitgebreid .uitgebreid-tekst {
  padding-right: 3rem !important;
}
.item-1091 .section-tekst-uitgebreid .uitgebreid-tekst {
  -ms-flex-order: 13;
  order: 13;
}
.section-tekst-uitgebreid .uitgebreid-afbeelding {
  line-height: 0;
}
.section-faciliteiten {
  background: #798e41;
  color: #ffffff;
  padding-top: 4.5rem !important;
}
.section-faciliteiten h2 {
  color: inherit;
  margin-bottom: 3rem !important;
}
.section-faciliteiten .faciliteit {
  /*background: fade(@white,20%);*/
  font-size: 0.875rem;
  padding: 1.5rem !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.section-faciliteiten .faciliteit .image {
  padding-bottom: 1rem !important;
}
.section-faciliteiten .faciliteit svg * {
  fill: #ffffff;
}
.selected-articles {
  width: 100% !important;
}
.selected-articles .card > a {
  line-height: 0;
}
.selected-articles .card-body {
  margin-bottom: 2.5rem !important;
  margin-top: -4.5rem !important;
  padding-bottom: 0 !important;
}
.selected-articles .card-body h3 {
  font-size: 1.25rem;
  opacity: 1;
  margin: 0 !important;
  margin-top: -1rem !important;
  text-align: center !important;
}
.selected-articles .card-body h3 a {
  background: #af7f11;
  color: #ffffff;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0.5rem !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.selected-articles .col:nth-child(2) .card-body h3 a {
  background: #48651e;
}
.selected-articles .col:nth-child(3) .card-body h3 a {
  background: #798e41;
}
.corona-registratie .selected-articles,
.bedankt-corona .selected-articles {
  display: none !important;
}
.rsform-block-break-copy .btn-warning,
.rsform-button-prev {
  display: none !important;
}
.item-1289 .form-check {
  border: 1px solid #b1b1b1;
}
.item-1289 .form-check-label {
  padding: 1rem !important;
}
.item-1289 .form-check,
.item-1289 .form-check-label {
  display: block !important;
}
/* BOOKING */
.rp_page {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.boeken .rp_page {
  margin-top: 8rem !important;
}
/* Search */
.rp_search_panel {
  background: #798e41;
  color: #ffffff;
  margin-bottom: 3rem !important;
  padding: 1.5rem !important;
  text-align: center !important;
}
.rp_search_panel h2 {
  color: inherit;
}
.rp_search_panel p:last-of-type {
  margin-bottom: 0 !important;
}
.rp_unit {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.rp_book_details .label,
.rps_panel_field .label,
#rp_search .label {
  font-size: 95%;
  padding-top: 0.75rem !important;
}
.safari-date-field input {
  /* ALLES BEHALVE SAFARI */
  font-size: 95%;
  min-height: 50px;
  max-height: 50px;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
_::-webkit-full-page-media,
_:future,
:root .safari-date-field {
  margin-top: -2px;
  max-height: 52px;
  overflow: hidden;
}
#rp_book1_extra_details .toeristenbelasting-1-80-p-p-p-n- {
  display: none !important;
}
.rp_extra_details .toeristenbelasting-1-80-p-p-p-n- span {
  display: none !important;
}
/* Units */
.rp_unit_heading h2 {
  font-size: 1.25rem;
}
.rp_unit_image .rp_buttons {
  display: none !important;
}
.btn-booking {
  text-transform: uppercase !important;
}
.btn-booking:before {
  content: "\f073";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  padding-right: 0.5rem !important;
}
.btn-booking:after {
  display: none !important;
}
.btn-plattegrond:after {
  content: '\f59f';
}
/* Units availabillity */
table.rpd_table {
  border-collapse: collapse;
  line-height: 1;
  font-size: 15px;
}
.rpd_table td {
  border: 1px solid #efe8e8;
  width: 14.286%;
  padding: 10px 4px;
  color: white;
  text-align: center;
}
.rpd_available {
  background-color: #b5cf9c;
}
.rpd_provisional {
  background-color: gold;
}
.rpd_unavailable {
  background-color: #f389ad;
}
.rpd_available-to-provisional {
  background: #b5cf9c linear-gradient(135deg, transparent 0%, transparent 50%, gold 50%, gold 100%);
}
.rpd_available-to-unavailable {
  background: #b5cf9c linear-gradient(135deg, transparent 0%, transparent 50%, #f389ad 50%, #f389ad 100%);
}
.rpd_provisional_to_available {
  background: gold linear-gradient(135deg, transparent 0%, transparent 50%, #b5cf9c 50%, #b5cf9c 100%);
}
.rpd_provisional-to-unavailable {
  background: gold linear-gradient(135deg, transparent 0%, transparent 50%, #f389ad 50%, #f389ad 100%);
}
.rpd_unavailable-to-provisional {
  background: #f389ad linear-gradient(135deg, transparent 0%, transparent 50%, gold 50%, gold 100%);
}
.rpd_unavailable_to_available {
  background: #f389ad linear-gradient(135deg, transparent 0%, transparent 50%, #b5cf9c 50%, #b5cf9c 100%);
}
.rpd_changeover {
  padding: 6px 1px !important;
}
.rpd_changeover span {
  background-color: #9E9E9E;
  border-radius: 50%;
  padding: 3px;
}
/* booking */
.rp_book_details,
.rp_extra_details,
.rp_client_details,
.rp_pay_details,
.rp_book_confirm,
#rp_book1_main,
.rp_book1_wrapper .rp_buttons {
  background: #798e41;
  color: #ffffff;
  margin-bottom: 3rem !important;
  padding: 1.5rem !important;
}
.rp_book1_wrapper h2,
.rp_book2_wrapper h2 {
  color: inherit;
}
#unit_id {
  background: none;
  color: #ffffff;
  font-size: 1.063rem;
  pointer-events: none;
  padding: 0 !important;
}
.rp_selectors label {
  display: none !important;
}
.rp_dates_selection .rp_field_date1 .row {
  background: #ffffff;
}
.rp_field_date1 .label,
.rp_field_date2 .label {
  background: #ffffff;
  color: #000000;
  max-height: 50px;
}
.rp_field_date1 .label .fas,
.rp_field_date2 .label .fas {
  color: #af7f11;
}
.rp_date_field.hasDatepicker {
  border: none !important;
}
.rp_selectors select {
  margin-bottom: 1.5rem !important;
}
.rp_book1_wrapper .rp_book_details,
.rp_book2_wrapper .rp_buttons,
#rp_book1_main .rp_client_details {
  padding: 0 !important;
}
.rp_book2_wrapper .btn-secondary:before {
  content: "\f060";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.rp_book2_wrapper .btn-primary:after {
  content: "\f543";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
#rp_book1_main {
  padding-bottom: 0 !important;
}
#rp_book1_main .rp_client_details {
  margin-bottom: 0 !important;
}
.rp_book1_wrapper .rp_buttons {
  padding-top: 0 !important;
}
.rp_dates_selection {
  padding: 1.5rem !important;
  padding-bottom: 0 !important;
}
#rp_detailed_availability {
  background: #48651e;
  padding: 1.5rem !important;
}
.rp_extras_table,
.rp_border_table {
  width: 100% !important;
}
.rp_extras_table tr:first-child td,
.rp_border_table tr:first-child td {
  padding-top: 0 !important;
}
.rp_extras_table td,
.rp_border_table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.rp_extras_table tr:last-child td,
.rp_border_table tr:last-child td {
  border: none;
  padding-bottom: 0 !important;
}
.rp_book1_wrapper .rp_extra_details .row {
  border-bottom: 1px solid #48651e;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.rp_book1_wrapper .rp_extra_details .row > div {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.rp_book1_wrapper .rp_extra_details .row:first-child {
  padding-top: 0 !important;
}
.rp_book1_wrapper .rp_extra_details .row:last-child {
  border-bottom: none;
  padding-bottom: 0 !important;
}
.rp_book1_wrapper .rp_extra_details .toeristenbelasting-1-50-p-p-p-n- {
  visibility: hidden;
  height: 0;
}
.rp_book2_wrapper .rp_book_details .row > *,
.rp_book2_wrapper .rp_extra_details .row > *,
.rp_book2_wrapper .rp_client_details .row > *,
.rp_book2_wrapper .rp_pay_details .row > *,
.rpmb_book_details .row > *,
.rpmb_payment_details .row > * {
  border-bottom: none;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.rp_book2_wrapper .rp_extra_details .row > *:first-child,
.rp_book2_wrapper .rp_extra_details .row:last-child > *,
.rp_book2_wrapper .rp_pay_details .row:last-child > * {
  border-bottom: none;
}
.rpe_nr {
  text-align: right !important;
}
.rpe_nr input {
  font-size: 100%;
  width: 3rem;
  padding: 0.5rem !important;
}
.qty-select input {
  border: none;
  font-size: 100%;
}
/* Custom Checkboxes */
input.rp_cb {
  position: absolute;
  opacity: 0;
}
div.rp_form_wrapper label.rp_cb {
  position: relative;
  display: inline-block;
  padding: 5px 5px 5px 35px;
}
label.rp_cb::before {
  position: absolute;
  top: 4px;
  left: 0;
  background-color: #fefefe;
  background-image: none;
  content: '' !important;
  display: inline-block;
  height: 24px;
  width: 24px;
  border: 2px solid gray;
  border-radius: 3px;
  margin: 0;
  cursor: pointer;
}
label.rp_cb::after {
  position: absolute;
  left: 9px;
  top: 8px;
  content: ' ';
  display: inline-block;
  opacity: 0;
  background-image: none;
  padding: 0;
  transition: all 0.25s ease;
  width: 7px;
  height: 14px;
  border: solid #019051;
  border-width: 0 3px 3px 0;
  transform: rotate(40deg);
}
input.rp_cb:checked + label::after {
  opacity: 1;
}
.rp_inline label {
  display: block !important;
}
select#country {
  padding: 0.625rem !important;
}
#rp_book1_wrapper .rp_client_details,
#rp_book1_main,
.rp_pay_details {
  margin-bottom: 0 !important;
}
.rp_pay_details table tr:nth-child(3) td {
  font-size: 1.25rem;
  font-weight: 700 !important;
}
.rp_book_confirm a {
  color: #ffffff;
}
.rp_book_confirm {
  margin: 0 !important;
}
.btn-booking-back:after {
  display: none !important;
}
/* Payment */
.rp_payment_wrapper,
.rp_account_wrapper,
.rp_prepay_text {
  background: #798e41;
  color: #ffffff;
  margin-bottom: 3rem !important;
  padding: 1.5rem !important;
}
.rp_payment_wrapper h2,
.rp_account_wrapper h2 {
  color: inherit;
}
.rp_pay_btn {
  background: #ffffff;
  line-height: 0;
  padding: 1rem !important;
  text-align: center !important;
}
/* my booking */
.rpmb_book_details,
.rpmb_doc_details,
.rpmb_payment_details,
.rpmb_message_details {
  background: #798e41;
  color: #ffffff;
  margin-bottom: 3rem !important;
  padding: 1.5rem !important;
}
.rpmb_book_details h2,
.rpmb_doc_details h2,
.rpmb_payment_details h2,
.rpmb_message_details h2 {
  color: inherit;
}
#rp_search_submit {
  text-transform: uppercase !important;
  width: 100% !important;
}
.mijn-boeking .rp_pay_method:last-child {
  display: none !important;
}
/* -------- FOOTER -------- */
footer {
  background: #fefaec;
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
footer a {
  color: inherit;
  text-decoration: none;
}
address {
  line-height: 200%;
}
.footer li {
  line-height: 200%;
  list-style: none;
  padding-bottom: 0 !important;
}
.footer li:before {
  display: none !important;
}
.footer .social-icons {
  padding-top: 0.5rem !important;
}
.footer .social-icons > div {
  padding-top: 0.5rem !important;
}
footer .fas,
footer .far {
  font-size: 1.063rem;
  padding-right: 0.5rem !important;
}
footer .fab {
  font-size: 1.375rem;
  padding-right: 1rem !important;
}
footer .fa-facebook-square {
  color: #074e97;
}
/* -------- COPYRIGHT -------- */
.copyright {
  background: #af7f11;
  color: #ffffff;
  font-size: 0.75rem;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.copyright .col-auto {
  display: inline-block !important;
}
.copyright .col-auto ul {
  list-style: none;
  text-indent: 0;
  margin: 0 !important;
  padding: 0 !important;
}
.copyright .col-auto li {
  display: inline !important;
}
.copyright .col-auto li:before {
  background: none;
  color: #ffffff;
  content: '•';
  font-size: inherit;
  margin: 0 !important;
  padding: 0 !important;
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.copyright .col-auto li:first-child:before {
  display: none !important;
}
.copyright a {
  color: #ffffff;
  text-decoration: none;
}
.copyright a:hover {
  text-decoration: underline;
}
.copyright .fas,
.copyright .fab,
.copyright .far {
  font-size: 1.375rem;
  padding-right: 0.25rem !important;
}
.maker {
  opacity: 0.5;
  text-align: right !important;
}
.copyright.variant-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.copyright.variant-3 .fas,
.copyright.variant-3 .fab,
.copyright.variant-3 .far {
  font-size: 2rem;
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
/* Device grade: D // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  /* Small devices (landscape phones, 576px and up) */
  .formError {
    display: inline-block !important;
  }
  .boeken #main-image {
    display: block !important;
  }
  .boeking .rp_page {
    margin-top: 3rem !important;
  }
  #main-image {
    height: 100vh;
  }
  /* -------- COPYRIGHT -------- */
  .copyright .col-auto li:first-child:before {
    display: inline !important;
  }
}
/* Device grade: C // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* Medium devices (tablets, 768px and up) */
  body {
    font-size: 100%;
    line-height: 1.625rem;
  }
  /* -------- DESIGN STYLES -------- */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 1.5rem !important;
  }
  h1 {
    font-size: 2.5rem;
    margin-bottom: 3rem !important;
    text-align: center !important;
  }
  h2 {
    font-size: 1.625rem;
    margin-bottom: 1.5rem !important;
  }
  h3 {
    font-size: 1.375rem;
  }
  .btn,
  button,
  input[type=submit],
  .btn-primary {
    width: auto !important;
  }
  /* -------- PAGEHEADER -------- */
  header .logo * {
    max-height: 120px;
  }
  /* -------- CONTENT -------- */
  #main-image {
    height: 36vh;
    padding-top: 114px !important;
    /* 162px when navbar-v2 */
  }
  .front #main-image {
    height: 36vh;
    padding-top: 0 !important;
    /* 162px when navbar-v2 */
  }
  #no-main-image {
    margin-top: 114px !important;
    /* 162px when navbar-v2*/
    padding-top: 3rem !important;
  }
  #no-main-image h1 {
    margin-bottom: 3rem !important;
  }
  .articles .item .card-body {
    padding-top: 0 !important;
  }
  .articles .item:nth-child(odd) .card-body {
    -ms-flex-order: -1;
    order: -1;
    padding-right: 3rem !important;
  }
  .articles .item:nth-child(even) .card-body {
    padding-left: 3rem !important;
  }
  .blog,
  .item-page {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .articles .item {
    margin-bottom: 4.5rem !important;
  }
  /* Article override: homepage.php */
  .home-section-tekst1 .tekst1-tekst {
    padding-top: 0 !important;
    padding-left: 3rem !important;
  }
  .home-section-tekst2 .tekst2-tekst {
    margin-top: 3rem !important;
    padding-top: 4.5rem !important;
    padding-left: 3rem !important;
  }
  .home-section-tekst3 .tekst3-tekst {
    padding-right: 3rem !important;
  }
  /* Article override: camping-apartementen.php */
  .section {
    padding-bottom: 4.5rem !important;
  }
  .section-intro .intro-tekst {
    padding-right: 3rem !important;
  }
  .section-faciliteiten-uitgelicht .faciliteit {
    margin-bottom: 0 !important;
  }
  .selected-articles .col-md:last-child {
    display: none !important;
  }
  .blok-boeking > div {
    margin-top: -4.5rem !important;
    padding: 3rem !important;
  }
  .tarieven-omschrijving {
    margin-top: 3rem !important;
    padding-top: 4.5rem !important;
    padding-left: 3rem !important;
  }
  section-faciliteiten .faciliteit {
    font-size: 100%;
  }
  /* Article override: homepage.php */
  .section-reviews .col-md:last-child {
    display: none !important;
  }
  /* BOOKING */
  .rp_page {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* Search */
  .rp_search_panel {
    background: #798e41;
    color: #ffffff;
    margin-bottom: 3rem !important;
    padding: 1.5rem !important;
    text-align: center !important;
  }
  .rp_search_panel h2 {
    color: inherit;
  }
  .rp_unit {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* Units */
  .rp_unit_heading h2 {
    font-size: 1.25rem;
  }
  .btn-booking {
    text-transform: uppercase !important;
  }
  .btn-booking:before {
    content: "\f073";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    padding-right: 0.5rem !important;
  }
  .btn-booking:after {
    display: none !important;
  }
  .btn-plattegrond:after {
    content: '\f59f';
  }
  /* booking */
  .rp_dates_selection {
    padding-bottom: 3rem !important;
  }
  .rp_book1_wrapper .rp_extra_details .row {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .rp_book2_wrapper .rp_book_details .row > *,
  .rp_book2_wrapper .rp_extra_details .row > *,
  .rp_book2_wrapper .rp_client_details .row > *,
  .rp_book2_wrapper .rp_pay_details .row > *,
  .rpmb_book_details .row > *,
  .rpmb_payment_details .row > * {
    border-bottom: none;
  }
  /* Payment */
  .rp_payment_wrapper,
  .rp_account_wrapper,
  .rp_prepay_text {
    padding: 3rem !important;
  }
  /* my booking */
  .rpmb_book_details,
  .rpmb_doc_details,
  .rpmb_payment_details,
  .rpmb_message_details {
    padding: 3rem !important;
  }
}
/* Device grade: B // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* Large devices (desktops, 992px and up) */
  /* -------- PAGEHEADER -------- */
  header .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  header * > .row {
    padding: 0 !important;
  }
  header .phone .fas {
    font-size: 100%;
    transform: rotate(90deg);
    transform-origin: center;
    margin-right: 0.25rem !important;
  }
  header .logo {
    text-align: left !important;
  }
  header .logo * {
    top: 0;
    margin-left: 0 !important;
  }
  /* -------- CONTENT -------- */
  #main-image {
    height: 60vh;
  }
  .front #main-image {
    height: 60vh;
  }
  #sidebar-left {
    -ms-flex-order: -1;
    order: -1;
    padding-right: 3rem !important;
  }
  #sidebar-right {
    padding-left: 3rem !important;
  }
  /* Article override: camping-apartementen.php */
  .selected-articles .col-md:last-child {
    display: block !important;
  }
  /* Article override: homepage.php */
  .section-reviews .col-md:last-child {
    display: block !important;
  }
  /* BOOKING */
  /* Search */
  .rp_search_panel {
    padding: 3rem !important;
  }
  /* Units */
  .rp_unit_heading h2 {
    font-size: 1.625rem;
  }
}
/* Device grade: A // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* Extra large devices (large desktops, 1200px and up) */
  .container.wide {
    max-width: 1340px;
  }
  header .logo * {
    max-height: 160px;
  }
  /* -------- CONTENT -------- */
  #main-image {
    height: 35vh;
  }
  .front #main-image {
    height: 60vh;
  }
  /* BOOKING */
  /* booking */
  .rp_book_details,
  .rp_extra_details,
  .rp_client_details,
  .rp_pay_details,
  .rp_book_confirm,
  #rp_book1_main,
  .rp_book1_wrapper .rp_buttons {
    padding: 3rem !important;
  }
  .rp_book1_wrapper .rp_buttons {
    padding-top: 0 !important;
  }
  .rp_book_confirm {
    margin: 0 !important;
    padding-top: 0 !important;
  }
  .rp_dates_selection {
    padding: 3rem !important;
  }
  #rp_detailed_availability {
    padding: 3rem !important;
  }
}
