* {
  touch-action: manipulation;
  touch-action: pan-x pan-y !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

html, body {
  height: 100%;
  font-size: 100%;
  line-height: 1.5;
  touch-action: none;
}

button, input, select, textarea {
  font: inherit;
  border: none;
  background: none;
}

a {
  text-decoration: none;
  color: inherit;
}
a :link {
  text-decoration: none;
}
a :visited {
  text-decoration: none;
}
a :hover {
  text-decoration: none;
}
a :active {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

body {
  font-family: "Roboto";
  background-color: #E5E5E5;
  margin: 0 auto;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:active, a:focus, a:link, a:visited {
  color: inherit;
}

input,
select,
textarea {
  outline: none;
}

:disabled,
.disabled {
  opacity: 0.4 !important;
  -webkit-opacity: 0.4;
  -khtml-opacity: 0.4;
  pointer-events: none;
}

.center {
  display: block;
  justify-content: center;
  text-align: center !important;
}

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

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

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

.hide,
.showMobile {
  display: none !important;
}

.itemHidden {
  opacity: 0.5 !important;
}

.txtTitle {
  font-family: "Roboto";
}

.txtDesc {
  font-family: "Open Sans";
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #E5E5E5;
  border-radius: 24px;
  border: 1px solid grey;
}

.panel {
  color: #FFFFFF;
  border-radius: 8px;
  padding: 12px;
}

.notify {
  position: fixed;
  top: 75px;
  right: 0;
  left: 0;
  width: 95%;
  color: #FFFFFF !important;
  border-radius: 8px;
  padding: 12px;
  margin: 0 auto;
  z-index: 320;
}

/* */
.Debug {
  background-color: #932D77;
}

.Error {
  background-color: #B04233;
}

.Issue {
  background-color: #C2743B;
}

.Info {
  background-color: #3387A2;
}

.Pending {
  background-color: #808080;
}

.Succes {
  background-color: #13BA73;
}

/* */
.closebtn {
  font-size: 20px;
  font-weight: bold;
  line-height: 12px;
  float: right;
  color: #FFFFFF;
  transition: 0.3s;
  cursor: pointer;
  margin-left: 15px;
  padding: 3px 2px;
}
.closebtn:hover {
  color: #303030;
}

.cPointer {
  cursor: pointer;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: calc(100dvh - 50px);
}

.main {
  flex: 1;
}

.relative {
  position: relative !important;
}

.container {
  display: flex;
  padding: 10px;
}

.container .content {
  position: relative;
  z-index: 2; /* Zorgt ervoor dat de tekst boven de overlays staat */
  color: white; /* Maak de tekst wit voor beter contrast */
}

.content {
  align-content: center;
  width: 890px;
  max-width: 95%;
  margin: 0 auto;
}

.contentSecond {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px;
}

.contentThird {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
}

.contentFourth {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px;
}

.btn,
.btnOutline {
  font-size: 14px;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  margin: 5px 0px;
}

.btn .bi-chevron-right {
  margin-right: -5px;
}

.btn {
  border: 0px solid grey;
  border-radius: 8px;
  padding: 12px 25px 12px 25px;
  cursor: pointer;
}

.btnOutline {
  background-color: transparent;
  border: 3px solid #E5E5E5;
  border-radius: 8px;
  padding: 10px 20px 10px 25px;
  cursor: pointer;
}

.sizeStrong {
  font-weight: lighter;
}

.sizeStronger {
  font-weight: bold;
}

.sizeStrongest {
  font-weight: bolder;
}

.sizeNormal {
  font-weight: normal;
}

.sizeUnderline {
  text-decoration: underline;
}

.size7 {
  font-size: 7px !important;
}

.size8 {
  font-size: 8px !important;
}

.size9 {
  font-size: 9px !important;
}

.size10 {
  font-size: 10px !important;
}

.size11 {
  font-size: 11px !important;
}

.size12 {
  font-size: 12px !important;
}

.size13 {
  font-size: 13px !important;
}

.size14 {
  font-size: 14px !important;
}

.size15 {
  font-size: 15px !important;
}

.size16 {
  font-size: 16px !important;
}

.size18 {
  font-size: 18px !important;
}

.size20 {
  font-size: 20px !important;
}

.size22 {
  font-size: 22px !important;
}

.size24 {
  font-size: 24px !important;
}

.size26 {
  font-size: 26px !important;
}

.size28 {
  font-size: 28px !important;
}

.size30 {
  font-size: 30px !important;
}

.size32 {
  font-size: 32px !important;
}

.size34 {
  font-size: 34px !important;
}

.txt-primary {
  color: #202020 !important;
}

.txt-hover-primary:hover {
  color: #202020;
}

.bg-primary {
  background-color: #202020;
}

.bg-hover-primary:hover {
  background-color: #202020;
}

.txt-primary-light-1 {
  color: #363636 !important;
}

.txt-hover-primary-light-1:hover {
  color: #363636 !important;
}

.bg-primary-light-1 {
  background-color: #363636;
}

.bg-hover-primary-light-1:hover {
  background-color: #363636;
}

.txt-primary-light-2 {
  color: #4d4d4d !important;
}

.txt-hover-primary-light-2:hover {
  color: #4d4d4d !important;
}

.bg-primary-light-2 {
  background-color: #4d4d4d;
}

.bg-hover-primary-light-2:hover {
  background-color: #4d4d4d;
}

.txt-primary-light-3 {
  color: #636363 !important;
}

.txt-hover-primary-light-3:hover {
  color: #636363 !important;
}

.bg-primary-light-3 {
  background-color: #636363;
}

.bg-hover-primary-light-3:hover {
  background-color: #636363;
}

.txt-primary-light-4 {
  color: #797979 !important;
}

.txt-hover-primary-light-4:hover {
  color: #797979 !important;
}

.bg-primary-light-4 {
  background-color: #797979;
}

.bg-hover-primary-light-4:hover {
  background-color: #797979;
}

.txt-primary-light-5 {
  color: #909090 !important;
}

.txt-hover-primary-light-5:hover {
  color: #909090 !important;
}

.bg-primary-light-5 {
  background-color: #909090;
}

.bg-hover-primary-light-5:hover {
  background-color: #909090;
}

.txt-primary-light-6 {
  color: #a6a6a6 !important;
}

.txt-hover-primary-light-6:hover {
  color: #a6a6a6 !important;
}

.bg-primary-light-6 {
  background-color: #a6a6a6;
}

.bg-hover-primary-light-6:hover {
  background-color: #a6a6a6;
}

.txt-primary-light-7 {
  color: #bcbcbc !important;
}

.txt-hover-primary-light-7:hover {
  color: #bcbcbc !important;
}

.bg-primary-light-7 {
  background-color: #bcbcbc;
}

.bg-hover-primary-light-7:hover {
  background-color: #bcbcbc;
}

.txt-primary-light-8 {
  color: #d2d2d2 !important;
}

.txt-hover-primary-light-8:hover {
  color: #d2d2d2 !important;
}

.bg-primary-light-8 {
  background-color: #d2d2d2;
}

.bg-hover-primary-light-8:hover {
  background-color: #d2d2d2;
}

.txt-primary-light-9 {
  color: #e9e9e9 !important;
}

.txt-hover-primary-light-9:hover {
  color: #e9e9e9 !important;
}

.bg-primary-light-9 {
  background-color: #e9e9e9;
}

.bg-hover-primary-light-9:hover {
  background-color: #e9e9e9;
}

.txt-primary-dark-1 {
  color: #1d1d1d !important;
}

.txt-hover-primary-dark-1:hover {
  color: #1d1d1d !important;
}

.bg-primary-dark-1 {
  background-color: #1d1d1d;
}

.bg-hover-primary-dark-1:hover {
  background-color: #1d1d1d;
}

.txt-primary-dark-2 {
  color: #1a1a1a !important;
}

.txt-hover-primary-dark-2:hover {
  color: #1a1a1a !important;
}

.bg-primary-dark-2 {
  background-color: #1a1a1a;
}

.bg-hover-primary-dark-2:hover {
  background-color: #1a1a1a;
}

.txt-primary-dark-3 {
  color: #161616 !important;
}

.txt-hover-primary-dark-3:hover {
  color: #161616 !important;
}

.bg-primary-dark-3 {
  background-color: #161616;
}

.bg-hover-primary-dark-3:hover {
  background-color: #161616;
}

.txt-primary-dark-4 {
  color: #131313 !important;
}

.txt-hover-primary-dark-4:hover {
  color: #131313 !important;
}

.bg-primary-dark-4 {
  background-color: #131313;
}

.bg-hover-primary-dark-4:hover {
  background-color: #131313;
}

.txt-primary-dark-5 {
  color: #101010 !important;
}

.txt-hover-primary-dark-5:hover {
  color: #101010 !important;
}

.bg-primary-dark-5 {
  background-color: #101010;
}

.bg-hover-primary-dark-5:hover {
  background-color: #101010;
}

.txt-primary-dark-6 {
  color: #0d0d0d !important;
}

.txt-hover-primary-dark-6:hover {
  color: #0d0d0d !important;
}

.bg-primary-dark-6 {
  background-color: #0d0d0d;
}

.bg-hover-primary-dark-6:hover {
  background-color: #0d0d0d;
}

.txt-primary-dark-7 {
  color: #0a0a0a !important;
}

.txt-hover-primary-dark-7:hover {
  color: #0a0a0a !important;
}

.bg-primary-dark-7 {
  background-color: #0a0a0a;
}

.bg-hover-primary-dark-7:hover {
  background-color: #0a0a0a;
}

.txt-primary-dark-8 {
  color: #060606 !important;
}

.txt-hover-primary-dark-8:hover {
  color: #060606 !important;
}

.bg-primary-dark-8 {
  background-color: #060606;
}

.bg-hover-primary-dark-8:hover {
  background-color: #060606;
}

.txt-primary-dark-9 {
  color: #030303 !important;
}

.txt-hover-primary-dark-9:hover {
  color: #030303 !important;
}

.bg-primary-dark-9 {
  background-color: #030303;
}

.bg-hover-primary-dark-9:hover {
  background-color: #030303;
}

.txt-secondary {
  color: #E5E5E5 !important;
}

.txt-hover-secondary:hover {
  color: #E5E5E5;
}

.bg-secondary {
  background-color: #E5E5E5;
}

.bg-hover-secondary:hover {
  background-color: #E5E5E5;
}

.txt-secondary-light-1 {
  color: #e8e8e8 !important;
}

.txt-hover-secondary-light-1:hover {
  color: #e8e8e8 !important;
}

.bg-secondary-light-1 {
  background-color: #e8e8e8;
}

.bg-hover-secondary-light-1:hover {
  background-color: #e8e8e8;
}

.txt-secondary-light-2 {
  color: #eaeaea !important;
}

.txt-hover-secondary-light-2:hover {
  color: #eaeaea !important;
}

.bg-secondary-light-2 {
  background-color: #eaeaea;
}

.bg-hover-secondary-light-2:hover {
  background-color: #eaeaea;
}

.txt-secondary-light-3 {
  color: #ededed !important;
}

.txt-hover-secondary-light-3:hover {
  color: #ededed !important;
}

.bg-secondary-light-3 {
  background-color: #ededed;
}

.bg-hover-secondary-light-3:hover {
  background-color: #ededed;
}

.txt-secondary-light-4 {
  color: #efefef !important;
}

.txt-hover-secondary-light-4:hover {
  color: #efefef !important;
}

.bg-secondary-light-4 {
  background-color: #efefef;
}

.bg-hover-secondary-light-4:hover {
  background-color: #efefef;
}

.txt-secondary-light-5 {
  color: #f2f2f2 !important;
}

.txt-hover-secondary-light-5:hover {
  color: #f2f2f2 !important;
}

.bg-secondary-light-5 {
  background-color: #f2f2f2;
}

.bg-hover-secondary-light-5:hover {
  background-color: #f2f2f2;
}

.txt-secondary-light-6 {
  color: whitesmoke !important;
}

.txt-hover-secondary-light-6:hover {
  color: whitesmoke !important;
}

.bg-secondary-light-6 {
  background-color: whitesmoke;
}

.bg-hover-secondary-light-6:hover {
  background-color: whitesmoke;
}

.txt-secondary-light-7 {
  color: #f7f7f7 !important;
}

.txt-hover-secondary-light-7:hover {
  color: #f7f7f7 !important;
}

.bg-secondary-light-7 {
  background-color: #f7f7f7;
}

.bg-hover-secondary-light-7:hover {
  background-color: #f7f7f7;
}

.txt-secondary-light-8 {
  color: #fafafa !important;
}

.txt-hover-secondary-light-8:hover {
  color: #fafafa !important;
}

.bg-secondary-light-8 {
  background-color: #fafafa;
}

.bg-hover-secondary-light-8:hover {
  background-color: #fafafa;
}

.txt-secondary-light-9 {
  color: #fcfcfc !important;
}

.txt-hover-secondary-light-9:hover {
  color: #fcfcfc !important;
}

.bg-secondary-light-9 {
  background-color: #fcfcfc;
}

.bg-hover-secondary-light-9:hover {
  background-color: #fcfcfc;
}

.txt-secondary-dark-1 {
  color: #cecece !important;
}

.txt-hover-secondary-dark-1:hover {
  color: #cecece !important;
}

.bg-secondary-dark-1 {
  background-color: #cecece;
}

.bg-hover-secondary-dark-1:hover {
  background-color: #cecece;
}

.txt-secondary-dark-2 {
  color: #b7b7b7 !important;
}

.txt-hover-secondary-dark-2:hover {
  color: #b7b7b7 !important;
}

.bg-secondary-dark-2 {
  background-color: #b7b7b7;
}

.bg-hover-secondary-dark-2:hover {
  background-color: #b7b7b7;
}

.txt-secondary-dark-3 {
  color: #a0a0a0 !important;
}

.txt-hover-secondary-dark-3:hover {
  color: #a0a0a0 !important;
}

.bg-secondary-dark-3 {
  background-color: #a0a0a0;
}

.bg-hover-secondary-dark-3:hover {
  background-color: #a0a0a0;
}

.txt-secondary-dark-4 {
  color: #898989 !important;
}

.txt-hover-secondary-dark-4:hover {
  color: #898989 !important;
}

.bg-secondary-dark-4 {
  background-color: #898989;
}

.bg-hover-secondary-dark-4:hover {
  background-color: #898989;
}

.txt-secondary-dark-5 {
  color: #737373 !important;
}

.txt-hover-secondary-dark-5:hover {
  color: #737373 !important;
}

.bg-secondary-dark-5 {
  background-color: #737373;
}

.bg-hover-secondary-dark-5:hover {
  background-color: #737373;
}

.txt-secondary-dark-6 {
  color: #5c5c5c !important;
}

.txt-hover-secondary-dark-6:hover {
  color: #5c5c5c !important;
}

.bg-secondary-dark-6 {
  background-color: #5c5c5c;
}

.bg-hover-secondary-dark-6:hover {
  background-color: #5c5c5c;
}

.txt-secondary-dark-7 {
  color: #454545 !important;
}

.txt-hover-secondary-dark-7:hover {
  color: #454545 !important;
}

.bg-secondary-dark-7 {
  background-color: #454545;
}

.bg-hover-secondary-dark-7:hover {
  background-color: #454545;
}

.txt-secondary-dark-8 {
  color: #2e2e2e !important;
}

.txt-hover-secondary-dark-8:hover {
  color: #2e2e2e !important;
}

.bg-secondary-dark-8 {
  background-color: #2e2e2e;
}

.bg-hover-secondary-dark-8:hover {
  background-color: #2e2e2e;
}

.txt-secondary-dark-9 {
  color: #171717 !important;
}

.txt-hover-secondary-dark-9:hover {
  color: #171717 !important;
}

.bg-secondary-dark-9 {
  background-color: #171717;
}

.bg-hover-secondary-dark-9:hover {
  background-color: #171717;
}

.txt-purple {
  color: #932D77 !important;
}

.txt-hover-purple:hover {
  color: #932D77;
}

.bg-purple {
  background-color: #932D77;
}

.bg-hover-purple:hover {
  background-color: #932D77;
}

.txt-purple-light-1 {
  color: #9e4285 !important;
}

.txt-hover-purple-light-1:hover {
  color: #9e4285 !important;
}

.bg-purple-light-1 {
  background-color: #9e4285;
}

.bg-hover-purple-light-1:hover {
  background-color: #9e4285;
}

.txt-purple-light-2 {
  color: #a95792 !important;
}

.txt-hover-purple-light-2:hover {
  color: #a95792 !important;
}

.bg-purple-light-2 {
  background-color: #a95792;
}

.bg-hover-purple-light-2:hover {
  background-color: #a95792;
}

.txt-purple-light-3 {
  color: #b36ca0 !important;
}

.txt-hover-purple-light-3:hover {
  color: #b36ca0 !important;
}

.bg-purple-light-3 {
  background-color: #b36ca0;
}

.bg-hover-purple-light-3:hover {
  background-color: #b36ca0;
}

.txt-purple-light-4 {
  color: #be81ad !important;
}

.txt-hover-purple-light-4:hover {
  color: #be81ad !important;
}

.bg-purple-light-4 {
  background-color: #be81ad;
}

.bg-hover-purple-light-4:hover {
  background-color: #be81ad;
}

.txt-purple-light-5 {
  color: #c996bb !important;
}

.txt-hover-purple-light-5:hover {
  color: #c996bb !important;
}

.bg-purple-light-5 {
  background-color: #c996bb;
}

.bg-hover-purple-light-5:hover {
  background-color: #c996bb;
}

.txt-purple-light-6 {
  color: #d4abc9 !important;
}

.txt-hover-purple-light-6:hover {
  color: #d4abc9 !important;
}

.bg-purple-light-6 {
  background-color: #d4abc9;
}

.bg-hover-purple-light-6:hover {
  background-color: #d4abc9;
}

.txt-purple-light-7 {
  color: #dfc0d6 !important;
}

.txt-hover-purple-light-7:hover {
  color: #dfc0d6 !important;
}

.bg-purple-light-7 {
  background-color: #dfc0d6;
}

.bg-hover-purple-light-7:hover {
  background-color: #dfc0d6;
}

.txt-purple-light-8 {
  color: #e9d5e4 !important;
}

.txt-hover-purple-light-8:hover {
  color: #e9d5e4 !important;
}

.bg-purple-light-8 {
  background-color: #e9d5e4;
}

.bg-hover-purple-light-8:hover {
  background-color: #e9d5e4;
}

.txt-purple-light-9 {
  color: #f4eaf1 !important;
}

.txt-hover-purple-light-9:hover {
  color: #f4eaf1 !important;
}

.bg-purple-light-9 {
  background-color: #f4eaf1;
}

.bg-hover-purple-light-9:hover {
  background-color: #f4eaf1;
}

.txt-purple-dark-1 {
  color: #84296b !important;
}

.txt-hover-purple-dark-1:hover {
  color: #84296b !important;
}

.bg-purple-dark-1 {
  background-color: #84296b;
}

.bg-hover-purple-dark-1:hover {
  background-color: #84296b;
}

.txt-purple-dark-2 {
  color: #76245f !important;
}

.txt-hover-purple-dark-2:hover {
  color: #76245f !important;
}

.bg-purple-dark-2 {
  background-color: #76245f;
}

.bg-hover-purple-dark-2:hover {
  background-color: #76245f;
}

.txt-purple-dark-3 {
  color: #672053 !important;
}

.txt-hover-purple-dark-3:hover {
  color: #672053 !important;
}

.bg-purple-dark-3 {
  background-color: #672053;
}

.bg-hover-purple-dark-3:hover {
  background-color: #672053;
}

.txt-purple-dark-4 {
  color: #581b47 !important;
}

.txt-hover-purple-dark-4:hover {
  color: #581b47 !important;
}

.bg-purple-dark-4 {
  background-color: #581b47;
}

.bg-hover-purple-dark-4:hover {
  background-color: #581b47;
}

.txt-purple-dark-5 {
  color: #4a173c !important;
}

.txt-hover-purple-dark-5:hover {
  color: #4a173c !important;
}

.bg-purple-dark-5 {
  background-color: #4a173c;
}

.bg-hover-purple-dark-5:hover {
  background-color: #4a173c;
}

.txt-purple-dark-6 {
  color: #3b1230 !important;
}

.txt-hover-purple-dark-6:hover {
  color: #3b1230 !important;
}

.bg-purple-dark-6 {
  background-color: #3b1230;
}

.bg-hover-purple-dark-6:hover {
  background-color: #3b1230;
}

.txt-purple-dark-7 {
  color: #2c0e24 !important;
}

.txt-hover-purple-dark-7:hover {
  color: #2c0e24 !important;
}

.bg-purple-dark-7 {
  background-color: #2c0e24;
}

.bg-hover-purple-dark-7:hover {
  background-color: #2c0e24;
}

.txt-purple-dark-8 {
  color: #1d0918 !important;
}

.txt-hover-purple-dark-8:hover {
  color: #1d0918 !important;
}

.bg-purple-dark-8 {
  background-color: #1d0918;
}

.bg-hover-purple-dark-8:hover {
  background-color: #1d0918;
}

.txt-purple-dark-9 {
  color: #0f050c !important;
}

.txt-hover-purple-dark-9:hover {
  color: #0f050c !important;
}

.bg-purple-dark-9 {
  background-color: #0f050c;
}

.bg-hover-purple-dark-9:hover {
  background-color: #0f050c;
}

.txt-red {
  color: #B04233 !important;
}

.txt-hover-red:hover {
  color: #B04233;
}

.bg-red {
  background-color: #B04233;
}

.bg-hover-red:hover {
  background-color: #B04233;
}

.txt-red-light-1 {
  color: #b85547 !important;
}

.txt-hover-red-light-1:hover {
  color: #b85547 !important;
}

.bg-red-light-1 {
  background-color: #b85547;
}

.bg-hover-red-light-1:hover {
  background-color: #b85547;
}

.txt-red-light-2 {
  color: #c0685c !important;
}

.txt-hover-red-light-2:hover {
  color: #c0685c !important;
}

.bg-red-light-2 {
  background-color: #c0685c;
}

.bg-hover-red-light-2:hover {
  background-color: #c0685c;
}

.txt-red-light-3 {
  color: #c87b70 !important;
}

.txt-hover-red-light-3:hover {
  color: #c87b70 !important;
}

.bg-red-light-3 {
  background-color: #c87b70;
}

.bg-hover-red-light-3:hover {
  background-color: #c87b70;
}

.txt-red-light-4 {
  color: #d08e85 !important;
}

.txt-hover-red-light-4:hover {
  color: #d08e85 !important;
}

.bg-red-light-4 {
  background-color: #d08e85;
}

.bg-hover-red-light-4:hover {
  background-color: #d08e85;
}

.txt-red-light-5 {
  color: #d8a199 !important;
}

.txt-hover-red-light-5:hover {
  color: #d8a199 !important;
}

.bg-red-light-5 {
  background-color: #d8a199;
}

.bg-hover-red-light-5:hover {
  background-color: #d8a199;
}

.txt-red-light-6 {
  color: #dfb3ad !important;
}

.txt-hover-red-light-6:hover {
  color: #dfb3ad !important;
}

.bg-red-light-6 {
  background-color: #dfb3ad;
}

.bg-hover-red-light-6:hover {
  background-color: #dfb3ad;
}

.txt-red-light-7 {
  color: #e7c6c2 !important;
}

.txt-hover-red-light-7:hover {
  color: #e7c6c2 !important;
}

.bg-red-light-7 {
  background-color: #e7c6c2;
}

.bg-hover-red-light-7:hover {
  background-color: #e7c6c2;
}

.txt-red-light-8 {
  color: #efd9d6 !important;
}

.txt-hover-red-light-8:hover {
  color: #efd9d6 !important;
}

.bg-red-light-8 {
  background-color: #efd9d6;
}

.bg-hover-red-light-8:hover {
  background-color: #efd9d6;
}

.txt-red-light-9 {
  color: #f7eceb !important;
}

.txt-hover-red-light-9:hover {
  color: #f7eceb !important;
}

.bg-red-light-9 {
  background-color: #f7eceb;
}

.bg-hover-red-light-9:hover {
  background-color: #f7eceb;
}

.txt-red-dark-1 {
  color: #9e3b2e !important;
}

.txt-hover-red-dark-1:hover {
  color: #9e3b2e !important;
}

.bg-red-dark-1 {
  background-color: #9e3b2e;
}

.bg-hover-red-dark-1:hover {
  background-color: #9e3b2e;
}

.txt-red-dark-2 {
  color: #8d3529 !important;
}

.txt-hover-red-dark-2:hover {
  color: #8d3529 !important;
}

.bg-red-dark-2 {
  background-color: #8d3529;
}

.bg-hover-red-dark-2:hover {
  background-color: #8d3529;
}

.txt-red-dark-3 {
  color: #7b2e24 !important;
}

.txt-hover-red-dark-3:hover {
  color: #7b2e24 !important;
}

.bg-red-dark-3 {
  background-color: #7b2e24;
}

.bg-hover-red-dark-3:hover {
  background-color: #7b2e24;
}

.txt-red-dark-4 {
  color: #6a281f !important;
}

.txt-hover-red-dark-4:hover {
  color: #6a281f !important;
}

.bg-red-dark-4 {
  background-color: #6a281f;
}

.bg-hover-red-dark-4:hover {
  background-color: #6a281f;
}

.txt-red-dark-5 {
  color: #58211a !important;
}

.txt-hover-red-dark-5:hover {
  color: #58211a !important;
}

.bg-red-dark-5 {
  background-color: #58211a;
}

.bg-hover-red-dark-5:hover {
  background-color: #58211a;
}

.txt-red-dark-6 {
  color: #461a14 !important;
}

.txt-hover-red-dark-6:hover {
  color: #461a14 !important;
}

.bg-red-dark-6 {
  background-color: #461a14;
}

.bg-hover-red-dark-6:hover {
  background-color: #461a14;
}

.txt-red-dark-7 {
  color: #35140f !important;
}

.txt-hover-red-dark-7:hover {
  color: #35140f !important;
}

.bg-red-dark-7 {
  background-color: #35140f;
}

.bg-hover-red-dark-7:hover {
  background-color: #35140f;
}

.txt-red-dark-8 {
  color: #230d0a !important;
}

.txt-hover-red-dark-8:hover {
  color: #230d0a !important;
}

.bg-red-dark-8 {
  background-color: #230d0a;
}

.bg-hover-red-dark-8:hover {
  background-color: #230d0a;
}

.txt-red-dark-9 {
  color: #120705 !important;
}

.txt-hover-red-dark-9:hover {
  color: #120705 !important;
}

.bg-red-dark-9 {
  background-color: #120705;
}

.bg-hover-red-dark-9:hover {
  background-color: #120705;
}

.txt-orange {
  color: #C2743B !important;
}

.txt-hover-orange:hover {
  color: #C2743B;
}

.bg-orange {
  background-color: #C2743B;
}

.bg-hover-orange:hover {
  background-color: #C2743B;
}

.txt-orange-light-1 {
  color: #c8824f !important;
}

.txt-hover-orange-light-1:hover {
  color: #c8824f !important;
}

.bg-orange-light-1 {
  background-color: #c8824f;
}

.bg-hover-orange-light-1:hover {
  background-color: #c8824f;
}

.txt-orange-light-2 {
  color: #ce9062 !important;
}

.txt-hover-orange-light-2:hover {
  color: #ce9062 !important;
}

.bg-orange-light-2 {
  background-color: #ce9062;
}

.bg-hover-orange-light-2:hover {
  background-color: #ce9062;
}

.txt-orange-light-3 {
  color: #d49e76 !important;
}

.txt-hover-orange-light-3:hover {
  color: #d49e76 !important;
}

.bg-orange-light-3 {
  background-color: #d49e76;
}

.bg-hover-orange-light-3:hover {
  background-color: #d49e76;
}

.txt-orange-light-4 {
  color: #daac89 !important;
}

.txt-hover-orange-light-4:hover {
  color: #daac89 !important;
}

.bg-orange-light-4 {
  background-color: #daac89;
}

.bg-hover-orange-light-4:hover {
  background-color: #daac89;
}

.txt-orange-light-5 {
  color: #e1ba9d !important;
}

.txt-hover-orange-light-5:hover {
  color: #e1ba9d !important;
}

.bg-orange-light-5 {
  background-color: #e1ba9d;
}

.bg-hover-orange-light-5:hover {
  background-color: #e1ba9d;
}

.txt-orange-light-6 {
  color: #e7c7b1 !important;
}

.txt-hover-orange-light-6:hover {
  color: #e7c7b1 !important;
}

.bg-orange-light-6 {
  background-color: #e7c7b1;
}

.bg-hover-orange-light-6:hover {
  background-color: #e7c7b1;
}

.txt-orange-light-7 {
  color: #edd5c4 !important;
}

.txt-hover-orange-light-7:hover {
  color: #edd5c4 !important;
}

.bg-orange-light-7 {
  background-color: #edd5c4;
}

.bg-hover-orange-light-7:hover {
  background-color: #edd5c4;
}

.txt-orange-light-8 {
  color: #f3e3d8 !important;
}

.txt-hover-orange-light-8:hover {
  color: #f3e3d8 !important;
}

.bg-orange-light-8 {
  background-color: #f3e3d8;
}

.bg-hover-orange-light-8:hover {
  background-color: #f3e3d8;
}

.txt-orange-light-9 {
  color: #f9f1eb !important;
}

.txt-hover-orange-light-9:hover {
  color: #f9f1eb !important;
}

.bg-orange-light-9 {
  background-color: #f9f1eb;
}

.bg-hover-orange-light-9:hover {
  background-color: #f9f1eb;
}

.txt-orange-dark-1 {
  color: #af6835 !important;
}

.txt-hover-orange-dark-1:hover {
  color: #af6835 !important;
}

.bg-orange-dark-1 {
  background-color: #af6835;
}

.bg-hover-orange-dark-1:hover {
  background-color: #af6835;
}

.txt-orange-dark-2 {
  color: #9b5d2f !important;
}

.txt-hover-orange-dark-2:hover {
  color: #9b5d2f !important;
}

.bg-orange-dark-2 {
  background-color: #9b5d2f;
}

.bg-hover-orange-dark-2:hover {
  background-color: #9b5d2f;
}

.txt-orange-dark-3 {
  color: #885129 !important;
}

.txt-hover-orange-dark-3:hover {
  color: #885129 !important;
}

.bg-orange-dark-3 {
  background-color: #885129;
}

.bg-hover-orange-dark-3:hover {
  background-color: #885129;
}

.txt-orange-dark-4 {
  color: #744623 !important;
}

.txt-hover-orange-dark-4:hover {
  color: #744623 !important;
}

.bg-orange-dark-4 {
  background-color: #744623;
}

.bg-hover-orange-dark-4:hover {
  background-color: #744623;
}

.txt-orange-dark-5 {
  color: #613a1e !important;
}

.txt-hover-orange-dark-5:hover {
  color: #613a1e !important;
}

.bg-orange-dark-5 {
  background-color: #613a1e;
}

.bg-hover-orange-dark-5:hover {
  background-color: #613a1e;
}

.txt-orange-dark-6 {
  color: #4e2e18 !important;
}

.txt-hover-orange-dark-6:hover {
  color: #4e2e18 !important;
}

.bg-orange-dark-6 {
  background-color: #4e2e18;
}

.bg-hover-orange-dark-6:hover {
  background-color: #4e2e18;
}

.txt-orange-dark-7 {
  color: #3a2312 !important;
}

.txt-hover-orange-dark-7:hover {
  color: #3a2312 !important;
}

.bg-orange-dark-7 {
  background-color: #3a2312;
}

.bg-hover-orange-dark-7:hover {
  background-color: #3a2312;
}

.txt-orange-dark-8 {
  color: #27170c !important;
}

.txt-hover-orange-dark-8:hover {
  color: #27170c !important;
}

.bg-orange-dark-8 {
  background-color: #27170c;
}

.bg-hover-orange-dark-8:hover {
  background-color: #27170c;
}

.txt-orange-dark-9 {
  color: #130c06 !important;
}

.txt-hover-orange-dark-9:hover {
  color: #130c06 !important;
}

.bg-orange-dark-9 {
  background-color: #130c06;
}

.bg-hover-orange-dark-9:hover {
  background-color: #130c06;
}

.txt-blue {
  color: #3387A2 !important;
}

.txt-hover-blue:hover {
  color: #3387A2;
}

.bg-blue {
  background-color: #3387A2;
}

.bg-hover-blue:hover {
  background-color: #3387A2;
}

.txt-blue-light-1 {
  color: #4793ab !important;
}

.txt-hover-blue-light-1:hover {
  color: #4793ab !important;
}

.bg-blue-light-1 {
  background-color: #4793ab;
}

.bg-hover-blue-light-1:hover {
  background-color: #4793ab;
}

.txt-blue-light-2 {
  color: #5c9fb5 !important;
}

.txt-hover-blue-light-2:hover {
  color: #5c9fb5 !important;
}

.bg-blue-light-2 {
  background-color: #5c9fb5;
}

.bg-hover-blue-light-2:hover {
  background-color: #5c9fb5;
}

.txt-blue-light-3 {
  color: #70abbe !important;
}

.txt-hover-blue-light-3:hover {
  color: #70abbe !important;
}

.bg-blue-light-3 {
  background-color: #70abbe;
}

.bg-hover-blue-light-3:hover {
  background-color: #70abbe;
}

.txt-blue-light-4 {
  color: #85b7c7 !important;
}

.txt-hover-blue-light-4:hover {
  color: #85b7c7 !important;
}

.bg-blue-light-4 {
  background-color: #85b7c7;
}

.bg-hover-blue-light-4:hover {
  background-color: #85b7c7;
}

.txt-blue-light-5 {
  color: #99c3d1 !important;
}

.txt-hover-blue-light-5:hover {
  color: #99c3d1 !important;
}

.bg-blue-light-5 {
  background-color: #99c3d1;
}

.bg-hover-blue-light-5:hover {
  background-color: #99c3d1;
}

.txt-blue-light-6 {
  color: #adcfda !important;
}

.txt-hover-blue-light-6:hover {
  color: #adcfda !important;
}

.bg-blue-light-6 {
  background-color: #adcfda;
}

.bg-hover-blue-light-6:hover {
  background-color: #adcfda;
}

.txt-blue-light-7 {
  color: #c2dbe3 !important;
}

.txt-hover-blue-light-7:hover {
  color: #c2dbe3 !important;
}

.bg-blue-light-7 {
  background-color: #c2dbe3;
}

.bg-hover-blue-light-7:hover {
  background-color: #c2dbe3;
}

.txt-blue-light-8 {
  color: #d6e7ec !important;
}

.txt-hover-blue-light-8:hover {
  color: #d6e7ec !important;
}

.bg-blue-light-8 {
  background-color: #d6e7ec;
}

.bg-hover-blue-light-8:hover {
  background-color: #d6e7ec;
}

.txt-blue-light-9 {
  color: #ebf3f6 !important;
}

.txt-hover-blue-light-9:hover {
  color: #ebf3f6 !important;
}

.bg-blue-light-9 {
  background-color: #ebf3f6;
}

.bg-hover-blue-light-9:hover {
  background-color: #ebf3f6;
}

.txt-blue-dark-1 {
  color: #2e7a92 !important;
}

.txt-hover-blue-dark-1:hover {
  color: #2e7a92 !important;
}

.bg-blue-dark-1 {
  background-color: #2e7a92;
}

.bg-hover-blue-dark-1:hover {
  background-color: #2e7a92;
}

.txt-blue-dark-2 {
  color: #296c82 !important;
}

.txt-hover-blue-dark-2:hover {
  color: #296c82 !important;
}

.bg-blue-dark-2 {
  background-color: #296c82;
}

.bg-hover-blue-dark-2:hover {
  background-color: #296c82;
}

.txt-blue-dark-3 {
  color: #245f71 !important;
}

.txt-hover-blue-dark-3:hover {
  color: #245f71 !important;
}

.bg-blue-dark-3 {
  background-color: #245f71;
}

.bg-hover-blue-dark-3:hover {
  background-color: #245f71;
}

.txt-blue-dark-4 {
  color: #1f5161 !important;
}

.txt-hover-blue-dark-4:hover {
  color: #1f5161 !important;
}

.bg-blue-dark-4 {
  background-color: #1f5161;
}

.bg-hover-blue-dark-4:hover {
  background-color: #1f5161;
}

.txt-blue-dark-5 {
  color: #1a4451 !important;
}

.txt-hover-blue-dark-5:hover {
  color: #1a4451 !important;
}

.bg-blue-dark-5 {
  background-color: #1a4451;
}

.bg-hover-blue-dark-5:hover {
  background-color: #1a4451;
}

.txt-blue-dark-6 {
  color: #143641 !important;
}

.txt-hover-blue-dark-6:hover {
  color: #143641 !important;
}

.bg-blue-dark-6 {
  background-color: #143641;
}

.bg-hover-blue-dark-6:hover {
  background-color: #143641;
}

.txt-blue-dark-7 {
  color: #0f2931 !important;
}

.txt-hover-blue-dark-7:hover {
  color: #0f2931 !important;
}

.bg-blue-dark-7 {
  background-color: #0f2931;
}

.bg-hover-blue-dark-7:hover {
  background-color: #0f2931;
}

.txt-blue-dark-8 {
  color: #0a1b20 !important;
}

.txt-hover-blue-dark-8:hover {
  color: #0a1b20 !important;
}

.bg-blue-dark-8 {
  background-color: #0a1b20;
}

.bg-hover-blue-dark-8:hover {
  background-color: #0a1b20;
}

.txt-blue-dark-9 {
  color: #050e10 !important;
}

.txt-hover-blue-dark-9:hover {
  color: #050e10 !important;
}

.bg-blue-dark-9 {
  background-color: #050e10;
}

.bg-hover-blue-dark-9:hover {
  background-color: #050e10;
}

.txt-grey {
  color: #808080 !important;
}

.txt-hover-grey:hover {
  color: #808080;
}

.bg-grey {
  background-color: #808080;
}

.bg-hover-grey:hover {
  background-color: #808080;
}

.txt-grey-light-1 {
  color: #8d8d8d !important;
}

.txt-hover-grey-light-1:hover {
  color: #8d8d8d !important;
}

.bg-grey-light-1 {
  background-color: #8d8d8d;
}

.bg-hover-grey-light-1:hover {
  background-color: #8d8d8d;
}

.txt-grey-light-2 {
  color: #999999 !important;
}

.txt-hover-grey-light-2:hover {
  color: #999999 !important;
}

.bg-grey-light-2 {
  background-color: #999999;
}

.bg-hover-grey-light-2:hover {
  background-color: #999999;
}

.txt-grey-light-3 {
  color: #a6a6a6 !important;
}

.txt-hover-grey-light-3:hover {
  color: #a6a6a6 !important;
}

.bg-grey-light-3 {
  background-color: #a6a6a6;
}

.bg-hover-grey-light-3:hover {
  background-color: #a6a6a6;
}

.txt-grey-light-4 {
  color: #b3b3b3 !important;
}

.txt-hover-grey-light-4:hover {
  color: #b3b3b3 !important;
}

.bg-grey-light-4 {
  background-color: #b3b3b3;
}

.bg-hover-grey-light-4:hover {
  background-color: #b3b3b3;
}

.txt-grey-light-5 {
  color: silver !important;
}

.txt-hover-grey-light-5:hover {
  color: silver !important;
}

.bg-grey-light-5 {
  background-color: silver;
}

.bg-hover-grey-light-5:hover {
  background-color: silver;
}

.txt-grey-light-6 {
  color: #cccccc !important;
}

.txt-hover-grey-light-6:hover {
  color: #cccccc !important;
}

.bg-grey-light-6 {
  background-color: #cccccc;
}

.bg-hover-grey-light-6:hover {
  background-color: #cccccc;
}

.txt-grey-light-7 {
  color: #d9d9d9 !important;
}

.txt-hover-grey-light-7:hover {
  color: #d9d9d9 !important;
}

.bg-grey-light-7 {
  background-color: #d9d9d9;
}

.bg-hover-grey-light-7:hover {
  background-color: #d9d9d9;
}

.txt-grey-light-8 {
  color: #e6e6e6 !important;
}

.txt-hover-grey-light-8:hover {
  color: #e6e6e6 !important;
}

.bg-grey-light-8 {
  background-color: #e6e6e6;
}

.bg-hover-grey-light-8:hover {
  background-color: #e6e6e6;
}

.txt-grey-light-9 {
  color: #f2f2f2 !important;
}

.txt-hover-grey-light-9:hover {
  color: #f2f2f2 !important;
}

.bg-grey-light-9 {
  background-color: #f2f2f2;
}

.bg-hover-grey-light-9:hover {
  background-color: #f2f2f2;
}

.txt-grey-dark-1 {
  color: #737373 !important;
}

.txt-hover-grey-dark-1:hover {
  color: #737373 !important;
}

.bg-grey-dark-1 {
  background-color: #737373;
}

.bg-hover-grey-dark-1:hover {
  background-color: #737373;
}

.txt-grey-dark-2 {
  color: #666666 !important;
}

.txt-hover-grey-dark-2:hover {
  color: #666666 !important;
}

.bg-grey-dark-2 {
  background-color: #666666;
}

.bg-hover-grey-dark-2:hover {
  background-color: #666666;
}

.txt-grey-dark-3 {
  color: #5a5a5a !important;
}

.txt-hover-grey-dark-3:hover {
  color: #5a5a5a !important;
}

.bg-grey-dark-3 {
  background-color: #5a5a5a;
}

.bg-hover-grey-dark-3:hover {
  background-color: #5a5a5a;
}

.txt-grey-dark-4 {
  color: #4d4d4d !important;
}

.txt-hover-grey-dark-4:hover {
  color: #4d4d4d !important;
}

.bg-grey-dark-4 {
  background-color: #4d4d4d;
}

.bg-hover-grey-dark-4:hover {
  background-color: #4d4d4d;
}

.txt-grey-dark-5 {
  color: #404040 !important;
}

.txt-hover-grey-dark-5:hover {
  color: #404040 !important;
}

.bg-grey-dark-5 {
  background-color: #404040;
}

.bg-hover-grey-dark-5:hover {
  background-color: #404040;
}

.txt-grey-dark-6 {
  color: #333333 !important;
}

.txt-hover-grey-dark-6:hover {
  color: #333333 !important;
}

.bg-grey-dark-6 {
  background-color: #333333;
}

.bg-hover-grey-dark-6:hover {
  background-color: #333333;
}

.txt-grey-dark-7 {
  color: #262626 !important;
}

.txt-hover-grey-dark-7:hover {
  color: #262626 !important;
}

.bg-grey-dark-7 {
  background-color: #262626;
}

.bg-hover-grey-dark-7:hover {
  background-color: #262626;
}

.txt-grey-dark-8 {
  color: #1a1a1a !important;
}

.txt-hover-grey-dark-8:hover {
  color: #1a1a1a !important;
}

.bg-grey-dark-8 {
  background-color: #1a1a1a;
}

.bg-hover-grey-dark-8:hover {
  background-color: #1a1a1a;
}

.txt-grey-dark-9 {
  color: #0d0d0d !important;
}

.txt-hover-grey-dark-9:hover {
  color: #0d0d0d !important;
}

.bg-grey-dark-9 {
  background-color: #0d0d0d;
}

.bg-hover-grey-dark-9:hover {
  background-color: #0d0d0d;
}

.txt-green {
  color: #13BA73 !important;
}

.txt-hover-green:hover {
  color: #13BA73;
}

.bg-green {
  background-color: #13BA73;
}

.bg-hover-green:hover {
  background-color: #13BA73;
}

.txt-green-light-1 {
  color: #2bc181 !important;
}

.txt-hover-green-light-1:hover {
  color: #2bc181 !important;
}

.bg-green-light-1 {
  background-color: #2bc181;
}

.bg-hover-green-light-1:hover {
  background-color: #2bc181;
}

.txt-green-light-2 {
  color: #42c88f !important;
}

.txt-hover-green-light-2:hover {
  color: #42c88f !important;
}

.bg-green-light-2 {
  background-color: #42c88f;
}

.bg-hover-green-light-2:hover {
  background-color: #42c88f;
}

.txt-green-light-3 {
  color: #5acf9d !important;
}

.txt-hover-green-light-3:hover {
  color: #5acf9d !important;
}

.bg-green-light-3 {
  background-color: #5acf9d;
}

.bg-hover-green-light-3:hover {
  background-color: #5acf9d;
}

.txt-green-light-4 {
  color: #71d6ab !important;
}

.txt-hover-green-light-4:hover {
  color: #71d6ab !important;
}

.bg-green-light-4 {
  background-color: #71d6ab;
}

.bg-hover-green-light-4:hover {
  background-color: #71d6ab;
}

.txt-green-light-5 {
  color: #89ddb9 !important;
}

.txt-hover-green-light-5:hover {
  color: #89ddb9 !important;
}

.bg-green-light-5 {
  background-color: #89ddb9;
}

.bg-hover-green-light-5:hover {
  background-color: #89ddb9;
}

.txt-green-light-6 {
  color: #a1e3c7 !important;
}

.txt-hover-green-light-6:hover {
  color: #a1e3c7 !important;
}

.bg-green-light-6 {
  background-color: #a1e3c7;
}

.bg-hover-green-light-6:hover {
  background-color: #a1e3c7;
}

.txt-green-light-7 {
  color: #b8ead5 !important;
}

.txt-hover-green-light-7:hover {
  color: #b8ead5 !important;
}

.bg-green-light-7 {
  background-color: #b8ead5;
}

.bg-hover-green-light-7:hover {
  background-color: #b8ead5;
}

.txt-green-light-8 {
  color: #d0f1e3 !important;
}

.txt-hover-green-light-8:hover {
  color: #d0f1e3 !important;
}

.bg-green-light-8 {
  background-color: #d0f1e3;
}

.bg-hover-green-light-8:hover {
  background-color: #d0f1e3;
}

.txt-green-light-9 {
  color: #e7f8f1 !important;
}

.txt-hover-green-light-9:hover {
  color: #e7f8f1 !important;
}

.bg-green-light-9 {
  background-color: #e7f8f1;
}

.bg-hover-green-light-9:hover {
  background-color: #e7f8f1;
}

.txt-green-dark-1 {
  color: #11a768 !important;
}

.txt-hover-green-dark-1:hover {
  color: #11a768 !important;
}

.bg-green-dark-1 {
  background-color: #11a768;
}

.bg-hover-green-dark-1:hover {
  background-color: #11a768;
}

.txt-green-dark-2 {
  color: #0f955c !important;
}

.txt-hover-green-dark-2:hover {
  color: #0f955c !important;
}

.bg-green-dark-2 {
  background-color: #0f955c;
}

.bg-hover-green-dark-2:hover {
  background-color: #0f955c;
}

.txt-green-dark-3 {
  color: #0d8251 !important;
}

.txt-hover-green-dark-3:hover {
  color: #0d8251 !important;
}

.bg-green-dark-3 {
  background-color: #0d8251;
}

.bg-hover-green-dark-3:hover {
  background-color: #0d8251;
}

.txt-green-dark-4 {
  color: #0b7045 !important;
}

.txt-hover-green-dark-4:hover {
  color: #0b7045 !important;
}

.bg-green-dark-4 {
  background-color: #0b7045;
}

.bg-hover-green-dark-4:hover {
  background-color: #0b7045;
}

.txt-green-dark-5 {
  color: #0a5d3a !important;
}

.txt-hover-green-dark-5:hover {
  color: #0a5d3a !important;
}

.bg-green-dark-5 {
  background-color: #0a5d3a;
}

.bg-hover-green-dark-5:hover {
  background-color: #0a5d3a;
}

.txt-green-dark-6 {
  color: #084a2e !important;
}

.txt-hover-green-dark-6:hover {
  color: #084a2e !important;
}

.bg-green-dark-6 {
  background-color: #084a2e;
}

.bg-hover-green-dark-6:hover {
  background-color: #084a2e;
}

.txt-green-dark-7 {
  color: #063823 !important;
}

.txt-hover-green-dark-7:hover {
  color: #063823 !important;
}

.bg-green-dark-7 {
  background-color: #063823;
}

.bg-hover-green-dark-7:hover {
  background-color: #063823;
}

.txt-green-dark-8 {
  color: #042517 !important;
}

.txt-hover-green-dark-8:hover {
  color: #042517 !important;
}

.bg-green-dark-8 {
  background-color: #042517;
}

.bg-hover-green-dark-8:hover {
  background-color: #042517;
}

.txt-green-dark-9 {
  color: #02130c !important;
}

.txt-hover-green-dark-9:hover {
  color: #02130c !important;
}

.bg-green-dark-9 {
  background-color: #02130c;
}

.bg-hover-green-dark-9:hover {
  background-color: #02130c;
}

.txt-brown {
  color: #550008 !important;
}

.txt-hover-brown:hover {
  color: #550008;
}

.bg-brown {
  background-color: #550008;
}

.bg-hover-brown:hover {
  background-color: #550008;
}

.txt-brown-light-1 {
  color: #661a21 !important;
}

.txt-hover-brown-light-1:hover {
  color: #661a21 !important;
}

.bg-brown-light-1 {
  background-color: #661a21;
}

.bg-hover-brown-light-1:hover {
  background-color: #661a21;
}

.txt-brown-light-2 {
  color: #773339 !important;
}

.txt-hover-brown-light-2:hover {
  color: #773339 !important;
}

.bg-brown-light-2 {
  background-color: #773339;
}

.bg-hover-brown-light-2:hover {
  background-color: #773339;
}

.txt-brown-light-3 {
  color: #884d52 !important;
}

.txt-hover-brown-light-3:hover {
  color: #884d52 !important;
}

.bg-brown-light-3 {
  background-color: #884d52;
}

.bg-hover-brown-light-3:hover {
  background-color: #884d52;
}

.txt-brown-light-4 {
  color: #99666b !important;
}

.txt-hover-brown-light-4:hover {
  color: #99666b !important;
}

.bg-brown-light-4 {
  background-color: #99666b;
}

.bg-hover-brown-light-4:hover {
  background-color: #99666b;
}

.txt-brown-light-5 {
  color: #aa8084 !important;
}

.txt-hover-brown-light-5:hover {
  color: #aa8084 !important;
}

.bg-brown-light-5 {
  background-color: #aa8084;
}

.bg-hover-brown-light-5:hover {
  background-color: #aa8084;
}

.txt-brown-light-6 {
  color: #bb999c !important;
}

.txt-hover-brown-light-6:hover {
  color: #bb999c !important;
}

.bg-brown-light-6 {
  background-color: #bb999c;
}

.bg-hover-brown-light-6:hover {
  background-color: #bb999c;
}

.txt-brown-light-7 {
  color: #ccb3b5 !important;
}

.txt-hover-brown-light-7:hover {
  color: #ccb3b5 !important;
}

.bg-brown-light-7 {
  background-color: #ccb3b5;
}

.bg-hover-brown-light-7:hover {
  background-color: #ccb3b5;
}

.txt-brown-light-8 {
  color: #ddccce !important;
}

.txt-hover-brown-light-8:hover {
  color: #ddccce !important;
}

.bg-brown-light-8 {
  background-color: #ddccce;
}

.bg-hover-brown-light-8:hover {
  background-color: #ddccce;
}

.txt-brown-light-9 {
  color: #eee6e6 !important;
}

.txt-hover-brown-light-9:hover {
  color: #eee6e6 !important;
}

.bg-brown-light-9 {
  background-color: #eee6e6;
}

.bg-hover-brown-light-9:hover {
  background-color: #eee6e6;
}

.txt-brown-dark-1 {
  color: #4d0007 !important;
}

.txt-hover-brown-dark-1:hover {
  color: #4d0007 !important;
}

.bg-brown-dark-1 {
  background-color: #4d0007;
}

.bg-hover-brown-dark-1:hover {
  background-color: #4d0007;
}

.txt-brown-dark-2 {
  color: #440006 !important;
}

.txt-hover-brown-dark-2:hover {
  color: #440006 !important;
}

.bg-brown-dark-2 {
  background-color: #440006;
}

.bg-hover-brown-dark-2:hover {
  background-color: #440006;
}

.txt-brown-dark-3 {
  color: #3c0006 !important;
}

.txt-hover-brown-dark-3:hover {
  color: #3c0006 !important;
}

.bg-brown-dark-3 {
  background-color: #3c0006;
}

.bg-hover-brown-dark-3:hover {
  background-color: #3c0006;
}

.txt-brown-dark-4 {
  color: #330005 !important;
}

.txt-hover-brown-dark-4:hover {
  color: #330005 !important;
}

.bg-brown-dark-4 {
  background-color: #330005;
}

.bg-hover-brown-dark-4:hover {
  background-color: #330005;
}

.txt-brown-dark-5 {
  color: #2b0004 !important;
}

.txt-hover-brown-dark-5:hover {
  color: #2b0004 !important;
}

.bg-brown-dark-5 {
  background-color: #2b0004;
}

.bg-hover-brown-dark-5:hover {
  background-color: #2b0004;
}

.txt-brown-dark-6 {
  color: #220003 !important;
}

.txt-hover-brown-dark-6:hover {
  color: #220003 !important;
}

.bg-brown-dark-6 {
  background-color: #220003;
}

.bg-hover-brown-dark-6:hover {
  background-color: #220003;
}

.txt-brown-dark-7 {
  color: #1a0002 !important;
}

.txt-hover-brown-dark-7:hover {
  color: #1a0002 !important;
}

.bg-brown-dark-7 {
  background-color: #1a0002;
}

.bg-hover-brown-dark-7:hover {
  background-color: #1a0002;
}

.txt-brown-dark-8 {
  color: #110002 !important;
}

.txt-hover-brown-dark-8:hover {
  color: #110002 !important;
}

.bg-brown-dark-8 {
  background-color: #110002;
}

.bg-hover-brown-dark-8:hover {
  background-color: #110002;
}

.txt-brown-dark-9 {
  color: #090001 !important;
}

.txt-hover-brown-dark-9:hover {
  color: #090001 !important;
}

.bg-brown-dark-9 {
  background-color: #090001;
}

.bg-hover-brown-dark-9:hover {
  background-color: #090001;
}

.txt-black {
  color: black !important;
}

.txt-hover-black:hover {
  color: black;
}

.bg-black {
  background-color: black;
}

.bg-hover-black:hover {
  background-color: black;
}

.txt-white {
  color: white !important;
}

.txt-hover-white:hover {
  color: white;
}

.bg-white {
  background-color: white;
}

.bg-hover-white:hover {
  background-color: white;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0px;
  background-color: #202020;
  color: rgba(255, 255, 255, 0.8);
  height: 50px;
  padding: 0px 15px;
  z-index: 100000;
}

#brand {
  display: flex;
  align-items: center;
  gap: 15px;
}

#navIcon {
  color: #E5E5E5;
}

#logo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 175px;
  height: 40px;
}

footer {
  background-color: #202020;
  color: #E5E5E5;
  padding: 10px;
}

footer p {
  margin: 5px 0px;
}

.footer {
  display: flex;
  justify-content: space-between;
}

#lang {
  position: unset !important;
}

@media only screen and (max-width: 768px) {
  .footer {
    justify-content: center;
    text-align: center;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 600px) {
  .hideMobile {
    display: none !important;
  }
  .showMobile {
    display: block !important;
  }
}/*# sourceMappingURL=index.css.map */