@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Literata:300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Fondamento:300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Cardo:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
/* ++ GOOGLE MATERIAL ICONS ++ */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://example.com/MaterialIcons-Regular.woff2) format("woff2"), url(https://example.com/MaterialIcons-Regular.woff) format("woff"), url(https://example.com/MaterialIcons-Regular.ttf) format("truetype");
}
.ggl {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/* -- GOOGLE MATERIAL ICONS -- */
.t-sccs {
  color: hsl(78, 77%, 37%);
}

.bg-sccs {
  background-color: hsl(78, 77%, 37%);
}

.btn.btn-sccs {
  background-color: hsl(78, 77%, 37%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-sccs:hover {
  background-color: #5a7a10;
}

.btn.btn-out-sccs {
  border: 1px solid hsl(78, 77%, 37%);
  background-color: none;
  color: hsl(78, 77%, 37%);
}
.btn.btn-out-sccs:hover {
  background-color: hsl(78, 77%, 37%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-sccs {
  background-color: hsl(78, 77%, 37%);
  color: hsl(0, 0%, 100%);
}

.brdr-sccs {
  border: 1px solid hsl(78, 77%, 37%);
  border-radius: 0.5rem;
}

.t-info {
  color: hsl(219, 50%, 49%);
}

.bg-info {
  background-color: hsl(219, 50%, 49%);
}

.btn.btn-info {
  background-color: hsl(219, 50%, 49%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-info:hover {
  background-color: #325595;
}

.btn.btn-out-info {
  border: 1px solid hsl(219, 50%, 49%);
  background-color: none;
  color: hsl(219, 50%, 49%);
}
.btn.btn-out-info:hover {
  background-color: hsl(219, 50%, 49%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-info {
  background-color: hsl(219, 50%, 49%);
  color: hsl(0, 0%, 100%);
}

.brdr-info {
  border: 1px solid hsl(219, 50%, 49%);
  border-radius: 0.5rem;
}

.t-warn {
  color: hsl(39, 76%, 40%);
}

.bg-warn {
  background-color: hsl(39, 76%, 40%);
}

.btn.btn-warn {
  background-color: hsl(39, 76%, 40%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-warn:hover {
  background-color: #875e12;
}

.btn.btn-out-warn {
  border: 1px solid hsl(39, 76%, 40%);
  background-color: none;
  color: hsl(39, 76%, 40%);
}
.btn.btn-out-warn:hover {
  background-color: hsl(39, 76%, 40%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-warn {
  background-color: hsl(39, 76%, 40%);
  color: hsl(0, 0%, 100%);
}

.brdr-warn {
  border: 1px solid hsl(39, 76%, 40%);
  border-radius: 0.5rem;
}

.t-dngr {
  color: hsl(356, 77%, 38%);
}

.bg-dngr {
  background-color: hsl(356, 77%, 38%);
}

.btn.btn-dngr {
  background-color: hsl(356, 77%, 38%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-dngr:hover {
  background-color: #7e1018;
}

.btn.btn-out-dngr {
  border: 1px solid hsl(356, 77%, 38%);
  background-color: none;
  color: hsl(356, 77%, 38%);
}
.btn.btn-out-dngr:hover {
  background-color: hsl(356, 77%, 38%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-dngr {
  background-color: hsl(356, 77%, 38%);
  color: hsl(0, 0%, 100%);
}

.brdr-dngr {
  border: 1px solid hsl(356, 77%, 38%);
  border-radius: 0.5rem;
}

.t-scnd {
  color: hsl(322, 77%, 31%);
}

.bg-scnd {
  background-color: hsl(322, 77%, 31%);
}

.btn.btn-scnd {
  background-color: hsl(322, 77%, 31%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-scnd:hover {
  background-color: #5f0c41;
}

.btn.btn-out-scnd {
  border: 1px solid hsl(322, 77%, 31%);
  background-color: none;
  color: hsl(322, 77%, 31%);
}
.btn.btn-out-scnd:hover {
  background-color: hsl(322, 77%, 31%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-scnd {
  background-color: hsl(322, 77%, 31%);
  color: hsl(0, 0%, 100%);
}

.brdr-scnd {
  border: 1px solid hsl(322, 77%, 31%);
  border-radius: 0.5rem;
}

.t-prim {
  color: hsl(71, 90%, 16%);
}

.bg-prim {
  background-color: hsl(71, 90%, 16%);
}

.btn.btn-prim {
  background-color: hsl(71, 90%, 16%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-prim:hover {
  background-color: #181d02;
}

.btn.btn-out-prim {
  border: 1px solid hsl(71, 90%, 16%);
  background-color: none;
  color: hsl(71, 90%, 16%);
}
.btn.btn-out-prim:hover {
  background-color: hsl(71, 90%, 16%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-prim {
  background-color: hsl(71, 90%, 16%);
  color: hsl(0, 0%, 100%);
}

.brdr-prim {
  border: 1px solid hsl(71, 90%, 16%);
  border-radius: 0.5rem;
}

.t-lprm {
  color: hsl(77, 44%, 81%);
}

.bg-lprm {
  background-color: hsl(77, 44%, 81%);
}

.btn.btn-lprm {
  background-color: hsl(77, 44%, 81%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-lprm:hover {
  background-color: #c3d695;
}

.btn.btn-out-lprm {
  border: 1px solid hsl(77, 44%, 81%);
  background-color: none;
  color: hsl(77, 44%, 81%);
}
.btn.btn-out-lprm:hover {
  background-color: hsl(77, 44%, 81%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-lprm {
  background-color: hsl(77, 44%, 81%);
  color: hsl(0, 0%, 100%);
}

.brdr-lprm {
  border: 1px solid hsl(77, 44%, 81%);
  border-radius: 0.5rem;
}

.t-dprm {
  color: hsl(77, 19%, 19%);
}

.bg-dprm {
  background-color: hsl(77, 19%, 19%);
}

.btn.btn-dprm {
  background-color: hsl(77, 19%, 19%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-dprm:hover {
  background-color: #191b13;
}

.btn.btn-out-dprm {
  border: 1px solid hsl(77, 19%, 19%);
  background-color: none;
  color: hsl(77, 19%, 19%);
}
.btn.btn-out-dprm:hover {
  background-color: hsl(77, 19%, 19%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-dprm {
  background-color: hsl(77, 19%, 19%);
  color: hsl(0, 0%, 100%);
}

.brdr-dprm {
  border: 1px solid hsl(77, 19%, 19%);
  border-radius: 0.5rem;
}

.t-whte {
  color: hsl(0, 0%, 100%);
}

.bg-whte {
  background-color: hsl(0, 0%, 100%);
}

.btn.btn-whte {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-whte:hover {
  background-color: #e6e6e6;
}

.btn.btn-out-whte {
  border: 1px solid hsl(0, 0%, 100%);
  background-color: none;
  color: hsl(0, 0%, 100%);
}
.btn.btn-out-whte:hover {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-whte {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}

.brdr-whte {
  border: 1px solid hsl(0, 0%, 100%);
  border-radius: 0.5rem;
}

.t-lght {
  color: hsl(0, 0%, 90%);
}

.bg-lght {
  background-color: hsl(0, 0%, 90%);
}

.btn.btn-lght {
  background-color: hsl(0, 0%, 90%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-lght:hover {
  background-color: #cccccc;
}

.btn.btn-out-lght {
  border: 1px solid hsl(0, 0%, 90%);
  background-color: none;
  color: hsl(0, 0%, 90%);
}
.btn.btn-out-lght:hover {
  background-color: hsl(0, 0%, 90%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-lght {
  background-color: hsl(0, 0%, 90%);
  color: hsl(0, 0%, 100%);
}

.brdr-lght {
  border: 1px solid hsl(0, 0%, 90%);
  border-radius: 0.5rem;
}

.t-smke {
  color: hsl(0, 0%, 80%);
}

.bg-smke {
  background-color: hsl(0, 0%, 80%);
}

.btn.btn-smke {
  background-color: hsl(0, 0%, 80%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-smke:hover {
  background-color: #b3b3b3;
}

.btn.btn-out-smke {
  border: 1px solid hsl(0, 0%, 80%);
  background-color: none;
  color: hsl(0, 0%, 80%);
}
.btn.btn-out-smke:hover {
  background-color: hsl(0, 0%, 80%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-smke {
  background-color: hsl(0, 0%, 80%);
  color: hsl(0, 0%, 100%);
}

.brdr-smke {
  border: 1px solid hsl(0, 0%, 80%);
  border-radius: 0.5rem;
}

.t-mute {
  color: hsl(0, 0%, 70%);
}

.bg-mute {
  background-color: hsl(0, 0%, 70%);
}

.btn.btn-mute {
  background-color: hsl(0, 0%, 70%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-mute:hover {
  background-color: #999999;
}

.btn.btn-out-mute {
  border: 1px solid hsl(0, 0%, 70%);
  background-color: none;
  color: hsl(0, 0%, 70%);
}
.btn.btn-out-mute:hover {
  background-color: hsl(0, 0%, 70%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-mute {
  background-color: hsl(0, 0%, 70%);
  color: hsl(0, 0%, 100%);
}

.brdr-mute {
  border: 1px solid hsl(0, 0%, 70%);
  border-radius: 0.5rem;
}

.t-slvr {
  color: hsl(0, 0%, 60%);
}

.bg-slvr {
  background-color: hsl(0, 0%, 60%);
}

.btn.btn-slvr {
  background-color: hsl(0, 0%, 60%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-slvr:hover {
  background-color: gray;
}

.btn.btn-out-slvr {
  border: 1px solid hsl(0, 0%, 60%);
  background-color: none;
  color: hsl(0, 0%, 60%);
}
.btn.btn-out-slvr:hover {
  background-color: hsl(0, 0%, 60%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-slvr {
  background-color: hsl(0, 0%, 60%);
  color: hsl(0, 0%, 100%);
}

.brdr-slvr {
  border: 1px solid hsl(0, 0%, 60%);
  border-radius: 0.5rem;
}

.t-gray {
  color: hsl(0, 0%, 50%);
}

.bg-gray {
  background-color: hsl(0, 0%, 50%);
}

.btn.btn-gray {
  background-color: hsl(0, 0%, 50%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-gray:hover {
  background-color: #666666;
}

.btn.btn-out-gray {
  border: 1px solid hsl(0, 0%, 50%);
  background-color: none;
  color: hsl(0, 0%, 50%);
}
.btn.btn-out-gray:hover {
  background-color: hsl(0, 0%, 50%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-gray {
  background-color: hsl(0, 0%, 50%);
  color: hsl(0, 0%, 100%);
}

.brdr-gray {
  border: 1px solid hsl(0, 0%, 50%);
  border-radius: 0.5rem;
}

.t-dgry {
  color: hsl(0, 0%, 40%);
}

.bg-dgry {
  background-color: hsl(0, 0%, 40%);
}

.btn.btn-dgry {
  background-color: hsl(0, 0%, 40%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-dgry:hover {
  background-color: #4d4d4d;
}

.btn.btn-out-dgry {
  border: 1px solid hsl(0, 0%, 40%);
  background-color: none;
  color: hsl(0, 0%, 40%);
}
.btn.btn-out-dgry:hover {
  background-color: hsl(0, 0%, 40%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-dgry {
  background-color: hsl(0, 0%, 40%);
  color: hsl(0, 0%, 100%);
}

.brdr-dgry {
  border: 1px solid hsl(0, 0%, 40%);
  border-radius: 0.5rem;
}

.t-dark {
  color: hsl(0, 0%, 30%);
}

.bg-dark {
  background-color: hsl(0, 0%, 30%);
}

.btn.btn-dark {
  background-color: hsl(0, 0%, 30%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-dark:hover {
  background-color: #333333;
}

.btn.btn-out-dark {
  border: 1px solid hsl(0, 0%, 30%);
  background-color: none;
  color: hsl(0, 0%, 30%);
}
.btn.btn-out-dark:hover {
  background-color: hsl(0, 0%, 30%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-dark {
  background-color: hsl(0, 0%, 30%);
  color: hsl(0, 0%, 100%);
}

.brdr-dark {
  border: 1px solid hsl(0, 0%, 30%);
  border-radius: 0.5rem;
}

.t-ddrk {
  color: hsl(0, 0%, 20%);
}

.bg-ddrk {
  background-color: hsl(0, 0%, 20%);
}

.btn.btn-ddrk {
  background-color: hsl(0, 0%, 20%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-ddrk:hover {
  background-color: #1a1a1a;
}

.btn.btn-out-ddrk {
  border: 1px solid hsl(0, 0%, 20%);
  background-color: none;
  color: hsl(0, 0%, 20%);
}
.btn.btn-out-ddrk:hover {
  background-color: hsl(0, 0%, 20%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-ddrk {
  background-color: hsl(0, 0%, 20%);
  color: hsl(0, 0%, 100%);
}

.brdr-ddrk {
  border: 1px solid hsl(0, 0%, 20%);
  border-radius: 0.5rem;
}

.t-blck {
  color: hsl(0, 0%, 10%);
}

.bg-blck {
  background-color: hsl(0, 0%, 10%);
}

.btn.btn-blck {
  background-color: hsl(0, 0%, 10%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-blck:hover {
  background-color: black;
}

.btn.btn-out-blck {
  border: 1px solid hsl(0, 0%, 10%);
  background-color: none;
  color: hsl(0, 0%, 10%);
}
.btn.btn-out-blck:hover {
  background-color: hsl(0, 0%, 10%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-blck {
  background-color: hsl(0, 0%, 10%);
  color: hsl(0, 0%, 100%);
}

.brdr-blck {
  border: 1px solid hsl(0, 0%, 10%);
  border-radius: 0.5rem;
}

.t-dblk {
  color: hsl(0, 0%, 0%);
}

.bg-dblk {
  background-color: hsl(0, 0%, 0%);
}

.btn.btn-dblk {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-dblk:hover {
  background-color: black;
}

.btn.btn-out-dblk {
  border: 1px solid hsl(0, 0%, 0%);
  background-color: none;
  color: hsl(0, 0%, 0%);
}
.btn.btn-out-dblk:hover {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-dblk {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}

.brdr-dblk {
  border: 1px solid hsl(0, 0%, 0%);
  border-radius: 0.5rem;
}

.t-pink {
  color: hsl(332, 79%, 58%);
}

.bg-pink {
  background-color: hsl(332, 79%, 58%);
}

.btn.btn-pink {
  background-color: hsl(332, 79%, 58%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-pink:hover {
  background-color: #db1a74;
}

.btn.btn-out-pink {
  border: 1px solid hsl(332, 79%, 58%);
  background-color: none;
  color: hsl(332, 79%, 58%);
}
.btn.btn-out-pink:hover {
  background-color: hsl(332, 79%, 58%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-pink {
  background-color: hsl(332, 79%, 58%);
  color: hsl(0, 0%, 100%);
}

.brdr-pink {
  border: 1px solid hsl(332, 79%, 58%);
  border-radius: 0.5rem;
}

.t-rred {
  color: hsl(354, 67%, 48%);
}

.bg-rred {
  background-color: hsl(354, 67%, 48%);
}

.btn.btn-rred {
  background-color: hsl(354, 67%, 48%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-rred:hover {
  background-color: #a2202d;
}

.btn.btn-out-rred {
  border: 1px solid hsl(354, 67%, 48%);
  background-color: none;
  color: hsl(354, 67%, 48%);
}
.btn.btn-out-rred:hover {
  background-color: hsl(354, 67%, 48%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-rred {
  background-color: hsl(354, 67%, 48%);
  color: hsl(0, 0%, 100%);
}

.brdr-rred {
  border: 1px solid hsl(354, 67%, 48%);
  border-radius: 0.5rem;
}

.t-orng {
  color: hsl(27, 98%, 54%);
}

.bg-orng {
  background-color: hsl(27, 98%, 54%);
}

.btn.btn-orng {
  background-color: hsl(27, 98%, 54%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-orng:hover {
  background-color: #de6502;
}

.btn.btn-out-orng {
  border: 1px solid hsl(27, 98%, 54%);
  background-color: none;
  color: hsl(27, 98%, 54%);
}
.btn.btn-out-orng:hover {
  background-color: hsl(27, 98%, 54%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-orng {
  background-color: hsl(27, 98%, 54%);
  color: hsl(0, 0%, 100%);
}

.brdr-orng {
  border: 1px solid hsl(27, 98%, 54%);
  border-radius: 0.5rem;
}

.t-yllw {
  color: hsl(45, 100%, 51%);
}

.bg-yllw {
  background-color: hsl(45, 100%, 51%);
}

.btn.btn-yllw {
  background-color: hsl(45, 100%, 51%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-yllw:hover {
  background-color: #d19d00;
}

.btn.btn-out-yllw {
  border: 1px solid hsl(45, 100%, 51%);
  background-color: none;
  color: hsl(45, 100%, 51%);
}
.btn.btn-out-yllw:hover {
  background-color: hsl(45, 100%, 51%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-yllw {
  background-color: hsl(45, 100%, 51%);
  color: hsl(0, 0%, 100%);
}

.brdr-yllw {
  border: 1px solid hsl(45, 100%, 51%);
  border-radius: 0.5rem;
}

.t-dylw {
  color: hsl(43, 100%, 44%);
}

.bg-dylw {
  background-color: hsl(43, 100%, 44%);
}

.btn.btn-dylw {
  background-color: hsl(43, 100%, 44%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-dylw:hover {
  background-color: #ad7c00;
}

.btn.btn-out-dylw {
  border: 1px solid hsl(43, 100%, 44%);
  background-color: none;
  color: hsl(43, 100%, 44%);
}
.btn.btn-out-dylw:hover {
  background-color: hsl(43, 100%, 44%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-dylw {
  background-color: hsl(43, 100%, 44%);
  color: hsl(0, 0%, 100%);
}

.brdr-dylw {
  border: 1px solid hsl(43, 100%, 44%);
  border-radius: 0.5rem;
}

.t-mgrn {
  color: hsl(78, 77%, 37%);
}

.bg-mgrn {
  background-color: hsl(78, 77%, 37%);
}

.btn.btn-mgrn {
  background-color: hsl(78, 77%, 37%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-mgrn:hover {
  background-color: #5a7a10;
}

.btn.btn-out-mgrn {
  border: 1px solid hsl(78, 77%, 37%);
  background-color: none;
  color: hsl(78, 77%, 37%);
}
.btn.btn-out-mgrn:hover {
  background-color: hsl(78, 77%, 37%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-mgrn {
  background-color: hsl(78, 77%, 37%);
  color: hsl(0, 0%, 100%);
}

.brdr-mgrn {
  border: 1px solid hsl(78, 77%, 37%);
  border-radius: 0.5rem;
}

.t-ygrn {
  color: hsl(105, 61%, 44%);
}

.bg-ygrn {
  background-color: hsl(105, 61%, 44%);
}

.btn.btn-ygrn {
  background-color: hsl(105, 61%, 44%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-ygrn:hover {
  background-color: #3c8c22;
}

.btn.btn-out-ygrn {
  border: 1px solid hsl(105, 61%, 44%);
  background-color: none;
  color: hsl(105, 61%, 44%);
}
.btn.btn-out-ygrn:hover {
  background-color: hsl(105, 61%, 44%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-ygrn {
  background-color: hsl(105, 61%, 44%);
  color: hsl(0, 0%, 100%);
}

.brdr-ygrn {
  border: 1px solid hsl(105, 61%, 44%);
  border-radius: 0.5rem;
}

.t-lgrn {
  color: hsl(78, 39%, 85%);
}

.bg-lgrn {
  background-color: hsl(78, 39%, 85%);
}

.btn.btn-lgrn {
  background-color: hsl(78, 39%, 85%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-lgrn:hover {
  background-color: #c9d8a6;
}

.btn.btn-out-lgrn {
  border: 1px solid hsl(78, 39%, 85%);
  background-color: none;
  color: hsl(78, 39%, 85%);
}
.btn.btn-out-lgrn:hover {
  background-color: hsl(78, 39%, 85%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-lgrn {
  background-color: hsl(78, 39%, 85%);
  color: hsl(0, 0%, 100%);
}

.brdr-lgrn {
  border: 1px solid hsl(78, 39%, 85%);
  border-radius: 0.5rem;
}

.t-pcfc {
  color: hsl(188, 78%, 41%);
}

.bg-pcfc {
  background-color: hsl(188, 78%, 41%);
}

.btn.btn-pcfc {
  background-color: hsl(188, 78%, 41%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-pcfc:hover {
  background-color: #117c8d;
}

.btn.btn-out-pcfc {
  border: 1px solid hsl(188, 78%, 41%);
  background-color: none;
  color: hsl(188, 78%, 41%);
}
.btn.btn-out-pcfc:hover {
  background-color: hsl(188, 78%, 41%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-pcfc {
  background-color: hsl(188, 78%, 41%);
  color: hsl(0, 0%, 100%);
}

.brdr-pcfc {
  border: 1px solid hsl(188, 78%, 41%);
  border-radius: 0.5rem;
}

.t-azre {
  color: hsl(218, 82%, 61%);
}

.bg-azre {
  background-color: hsl(218, 82%, 61%);
}

.btn.btn-azre {
  background-color: hsl(218, 82%, 61%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-azre:hover {
  background-color: #1c67e9;
}

.btn.btn-out-azre {
  border: 1px solid hsl(218, 82%, 61%);
  background-color: none;
  color: hsl(218, 82%, 61%);
}
.btn.btn-out-azre:hover {
  background-color: hsl(218, 82%, 61%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-azre {
  background-color: hsl(218, 82%, 61%);
  color: hsl(0, 0%, 100%);
}

.brdr-azre {
  border: 1px solid hsl(218, 82%, 61%);
  border-radius: 0.5rem;
}

.t-dblu {
  color: hsl(215, 50%, 23%);
}

.bg-dblu {
  background-color: hsl(215, 50%, 23%);
}

.btn.btn-dblu {
  background-color: hsl(215, 50%, 23%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-dblu:hover {
  background-color: #111e32;
}

.btn.btn-out-dblu {
  border: 1px solid hsl(215, 50%, 23%);
  background-color: none;
  color: hsl(215, 50%, 23%);
}
.btn.btn-out-dblu:hover {
  background-color: hsl(215, 50%, 23%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-dblu {
  background-color: hsl(215, 50%, 23%);
  color: hsl(0, 0%, 100%);
}

.brdr-dblu {
  border: 1px solid hsl(215, 50%, 23%);
  border-radius: 0.5rem;
}

.t-indi {
  color: hsl(263, 52%, 41%);
}

.bg-indi {
  background-color: hsl(263, 52%, 41%);
}

.btn.btn-indi {
  background-color: hsl(263, 52%, 41%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-indi:hover {
  background-color: #452678;
}

.btn.btn-out-indi {
  border: 1px solid hsl(263, 52%, 41%);
  background-color: none;
  color: hsl(263, 52%, 41%);
}
.btn.btn-out-indi:hover {
  background-color: hsl(263, 52%, 41%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-indi {
  background-color: hsl(263, 52%, 41%);
  color: hsl(0, 0%, 100%);
}

.brdr-indi {
  border: 1px solid hsl(263, 52%, 41%);
  border-radius: 0.5rem;
}

.t-viol {
  color: hsl(270, 67%, 21%);
}

.bg-viol {
  background-color: hsl(270, 67%, 21%);
}

.btn.btn-viol {
  background-color: hsl(270, 67%, 21%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-viol:hover {
  background-color: #1c092f;
}

.btn.btn-out-viol {
  border: 1px solid hsl(270, 67%, 21%);
  background-color: none;
  color: hsl(270, 67%, 21%);
}
.btn.btn-out-viol:hover {
  background-color: hsl(270, 67%, 21%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-viol {
  background-color: hsl(270, 67%, 21%);
  color: hsl(0, 0%, 100%);
}

.brdr-viol {
  border: 1px solid hsl(270, 67%, 21%);
  border-radius: 0.5rem;
}

.t-brwn {
  color: hsl(21, 78%, 20%);
}

.bg-brwn {
  background-color: hsl(21, 78%, 20%);
}

.btn.btn-brwn {
  background-color: hsl(21, 78%, 20%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-brwn:hover {
  background-color: #2d1406;
}

.btn.btn-out-brwn {
  border: 1px solid hsl(21, 78%, 20%);
  background-color: none;
  color: hsl(21, 78%, 20%);
}
.btn.btn-out-brwn:hover {
  background-color: hsl(21, 78%, 20%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-brwn {
  background-color: hsl(21, 78%, 20%);
  color: hsl(0, 0%, 100%);
}

.brdr-brwn {
  border: 1px solid hsl(21, 78%, 20%);
  border-radius: 0.5rem;
}

.t-umbr {
  color: hsl(16, 13%, 39%);
}

.bg-umbr {
  background-color: hsl(16, 13%, 39%);
}

.btn.btn-umbr {
  background-color: hsl(16, 13%, 39%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-umbr:hover {
  background-color: #544540;
}

.btn.btn-out-umbr {
  border: 1px solid hsl(16, 13%, 39%);
  background-color: none;
  color: hsl(16, 13%, 39%);
}
.btn.btn-out-umbr:hover {
  background-color: hsl(16, 13%, 39%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-umbr {
  background-color: hsl(16, 13%, 39%);
  color: hsl(0, 0%, 100%);
}

.brdr-umbr {
  border: 1px solid hsl(16, 13%, 39%);
  border-radius: 0.5rem;
}

.t-sccs-d {
  color: hsl(78, 77%, 27%);
}

.bg-sccs-d {
  background-color: hsl(78, 77%, 27%);
}

.btn.btn-sccs-d {
  background-color: hsl(78, 77%, 27%);
  color: hsl(0, 0%, 100%);
}
.btn.btn-sccs-d:hover {
  background-color: #394d0a;
}

.btn.btn-out-sccs-d {
  border: 1px solid hsl(78, 77%, 27%);
  background-color: none;
  color: hsl(78, 77%, 27%);
}
.btn.btn-out-sccs-d:hover {
  background-color: hsl(78, 77%, 27%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-sccs-d {
  background-color: hsl(78, 77%, 27%);
  color: hsl(0, 0%, 100%);
}

.brdr-sccs-d {
  border: 1px solid hsl(78, 77%, 27%);
  border-radius: 0.5rem;
}

.t-whte-o-90 {
  color: hsla(0, 0%, 100%, 0.9);
}

.bg-whte-o-90 {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.btn.btn-whte-o-90 {
  background-color: hsla(0, 0%, 100%, 0.9);
  color: hsl(0, 0%, 100%);
}
.btn.btn-whte-o-90:hover {
  background-color: rgba(230, 230, 230, 0.9);
}

.btn.btn-out-whte-o-90 {
  border: 1px solid hsla(0, 0%, 100%, 0.9);
  background-color: none;
  color: hsla(0, 0%, 100%, 0.9);
}
.btn.btn-out-whte-o-90:hover {
  background-color: hsla(0, 0%, 100%, 0.9);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-whte-o-90 {
  background-color: hsla(0, 0%, 100%, 0.9);
  color: hsl(0, 0%, 100%);
}

.brdr-whte-o-90 {
  border: 1px solid hsla(0, 0%, 100%, 0.9);
  border-radius: 0.5rem;
}

.t-whte-o-80 {
  color: hsla(0, 0%, 100%, 0.8);
}

.bg-whte-o-80 {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.btn.btn-whte-o-80 {
  background-color: hsla(0, 0%, 100%, 0.8);
  color: hsl(0, 0%, 100%);
}
.btn.btn-whte-o-80:hover {
  background-color: rgba(230, 230, 230, 0.8);
}

.btn.btn-out-whte-o-80 {
  border: 1px solid hsla(0, 0%, 100%, 0.8);
  background-color: none;
  color: hsla(0, 0%, 100%, 0.8);
}
.btn.btn-out-whte-o-80:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-whte-o-80 {
  background-color: hsla(0, 0%, 100%, 0.8);
  color: hsl(0, 0%, 100%);
}

.brdr-whte-o-80 {
  border: 1px solid hsla(0, 0%, 100%, 0.8);
  border-radius: 0.5rem;
}

.t-whte-o-70 {
  color: hsla(0, 0%, 100%, 0.7);
}

.bg-whte-o-70 {
  background-color: hsla(0, 0%, 100%, 0.7);
}

.btn.btn-whte-o-70 {
  background-color: hsla(0, 0%, 100%, 0.7);
  color: hsl(0, 0%, 100%);
}
.btn.btn-whte-o-70:hover {
  background-color: rgba(230, 230, 230, 0.7);
}

.btn.btn-out-whte-o-70 {
  border: 1px solid hsla(0, 0%, 100%, 0.7);
  background-color: none;
  color: hsla(0, 0%, 100%, 0.7);
}
.btn.btn-out-whte-o-70:hover {
  background-color: hsla(0, 0%, 100%, 0.7);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-whte-o-70 {
  background-color: hsla(0, 0%, 100%, 0.7);
  color: hsl(0, 0%, 100%);
}

.brdr-whte-o-70 {
  border: 1px solid hsla(0, 0%, 100%, 0.7);
  border-radius: 0.5rem;
}

.t-prim-o-90 {
  color: hsla(79, 19%, 43%, 0.9);
}

.bg-prim-o-90 {
  background-color: hsla(79, 19%, 43%, 0.9);
}

.btn.btn-prim-o-90 {
  background-color: hsla(79, 19%, 43%, 0.9);
  color: hsl(0, 0%, 100%);
}
.btn.btn-prim-o-90:hover {
  background-color: rgba(90, 100, 68, 0.9);
}

.btn.btn-out-prim-o-90 {
  border: 1px solid hsla(79, 19%, 43%, 0.9);
  background-color: none;
  color: hsla(79, 19%, 43%, 0.9);
}
.btn.btn-out-prim-o-90:hover {
  background-color: hsla(79, 19%, 43%, 0.9);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-prim-o-90 {
  background-color: hsla(79, 19%, 43%, 0.9);
  color: hsl(0, 0%, 100%);
}

.brdr-prim-o-90 {
  border: 1px solid hsla(79, 19%, 43%, 0.9);
  border-radius: 0.5rem;
}

.t-prim-o-80 {
  color: hsla(79, 19%, 43%, 0.8);
}

.bg-prim-o-80 {
  background-color: hsla(79, 19%, 43%, 0.8);
}

.btn.btn-prim-o-80 {
  background-color: hsla(79, 19%, 43%, 0.8);
  color: hsl(0, 0%, 100%);
}
.btn.btn-prim-o-80:hover {
  background-color: rgba(90, 100, 68, 0.8);
}

.btn.btn-out-prim-o-80 {
  border: 1px solid hsla(79, 19%, 43%, 0.8);
  background-color: none;
  color: hsla(79, 19%, 43%, 0.8);
}
.btn.btn-out-prim-o-80:hover {
  background-color: hsla(79, 19%, 43%, 0.8);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-prim-o-80 {
  background-color: hsla(79, 19%, 43%, 0.8);
  color: hsl(0, 0%, 100%);
}

.brdr-prim-o-80 {
  border: 1px solid hsla(79, 19%, 43%, 0.8);
  border-radius: 0.5rem;
}

.t-prim-o-70 {
  color: hsla(79, 19%, 43%, 0.7);
}

.bg-prim-o-70 {
  background-color: hsla(79, 19%, 43%, 0.7);
}

.btn.btn-prim-o-70 {
  background-color: hsla(79, 19%, 43%, 0.7);
  color: hsl(0, 0%, 100%);
}
.btn.btn-prim-o-70:hover {
  background-color: rgba(90, 100, 68, 0.7);
}

.btn.btn-out-prim-o-70 {
  border: 1px solid hsla(79, 19%, 43%, 0.7);
  background-color: none;
  color: hsla(79, 19%, 43%, 0.7);
}
.btn.btn-out-prim-o-70:hover {
  background-color: hsla(79, 19%, 43%, 0.7);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-prim-o-70 {
  background-color: hsla(79, 19%, 43%, 0.7);
  color: hsl(0, 0%, 100%);
}

.brdr-prim-o-70 {
  border: 1px solid hsla(79, 19%, 43%, 0.7);
  border-radius: 0.5rem;
}

.t-dngr-o-90 {
  color: hsla(356, 77%, 38%, 0.9);
}

.bg-dngr-o-90 {
  background-color: hsla(356, 77%, 38%, 0.9);
}

.btn.btn-dngr-o-90 {
  background-color: hsla(356, 77%, 38%, 0.9);
  color: hsl(0, 0%, 100%);
}
.btn.btn-dngr-o-90:hover {
  background-color: rgba(126, 16, 24, 0.9);
}

.btn.btn-out-dngr-o-90 {
  border: 1px solid hsla(356, 77%, 38%, 0.9);
  background-color: none;
  color: hsla(356, 77%, 38%, 0.9);
}
.btn.btn-out-dngr-o-90:hover {
  background-color: hsla(356, 77%, 38%, 0.9);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-dngr-o-90 {
  background-color: hsla(356, 77%, 38%, 0.9);
  color: hsl(0, 0%, 100%);
}

.brdr-dngr-o-90 {
  border: 1px solid hsla(356, 77%, 38%, 0.9);
  border-radius: 0.5rem;
}

.t-dngr-o-80 {
  color: hsla(356, 77%, 38%, 0.8);
}

.bg-dngr-o-80 {
  background-color: hsla(356, 77%, 38%, 0.8);
}

.btn.btn-dngr-o-80 {
  background-color: hsla(356, 77%, 38%, 0.8);
  color: hsl(0, 0%, 100%);
}
.btn.btn-dngr-o-80:hover {
  background-color: rgba(126, 16, 24, 0.8);
}

.btn.btn-out-dngr-o-80 {
  border: 1px solid hsla(356, 77%, 38%, 0.8);
  background-color: none;
  color: hsla(356, 77%, 38%, 0.8);
}
.btn.btn-out-dngr-o-80:hover {
  background-color: hsla(356, 77%, 38%, 0.8);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-dngr-o-80 {
  background-color: hsla(356, 77%, 38%, 0.8);
  color: hsl(0, 0%, 100%);
}

.brdr-dngr-o-80 {
  border: 1px solid hsla(356, 77%, 38%, 0.8);
  border-radius: 0.5rem;
}

.t-dngr-o-70 {
  color: hsla(356, 77%, 38%, 0.9);
}

.bg-dngr-o-70 {
  background-color: hsla(356, 77%, 38%, 0.9);
}

.btn.btn-dngr-o-70 {
  background-color: hsla(356, 77%, 38%, 0.9);
  color: hsl(0, 0%, 100%);
}
.btn.btn-dngr-o-70:hover {
  background-color: rgba(126, 16, 24, 0.9);
}

.btn.btn-out-dngr-o-70 {
  border: 1px solid hsla(356, 77%, 38%, 0.9);
  background-color: none;
  color: hsla(356, 77%, 38%, 0.9);
}
.btn.btn-out-dngr-o-70:hover {
  background-color: hsla(356, 77%, 38%, 0.9);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-dngr-o-70 {
  background-color: hsla(356, 77%, 38%, 0.9);
  color: hsl(0, 0%, 100%);
}

.brdr-dngr-o-70 {
  border: 1px solid hsla(356, 77%, 38%, 0.9);
  border-radius: 0.5rem;
}

.t-info-o-90 {
  color: hsla(219, 50%, 49%, 0.9);
}

.bg-info-o-90 {
  background-color: hsla(219, 50%, 49%, 0.9);
}

.btn.btn-info-o-90 {
  background-color: hsla(219, 50%, 49%, 0.9);
  color: hsl(0, 0%, 100%);
}
.btn.btn-info-o-90:hover {
  background-color: rgba(50, 85, 149, 0.9);
}

.btn.btn-out-info-o-90 {
  border: 1px solid hsla(219, 50%, 49%, 0.9);
  background-color: none;
  color: hsla(219, 50%, 49%, 0.9);
}
.btn.btn-out-info-o-90:hover {
  background-color: hsla(219, 50%, 49%, 0.9);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-info-o-90 {
  background-color: hsla(219, 50%, 49%, 0.9);
  color: hsl(0, 0%, 100%);
}

.brdr-info-o-90 {
  border: 1px solid hsla(219, 50%, 49%, 0.9);
  border-radius: 0.5rem;
}

.t-info-o-80 {
  color: hsla(219, 50%, 49%, 0.8);
}

.bg-info-o-80 {
  background-color: hsla(219, 50%, 49%, 0.8);
}

.btn.btn-info-o-80 {
  background-color: hsla(219, 50%, 49%, 0.8);
  color: hsl(0, 0%, 100%);
}
.btn.btn-info-o-80:hover {
  background-color: rgba(50, 85, 149, 0.8);
}

.btn.btn-out-info-o-80 {
  border: 1px solid hsla(219, 50%, 49%, 0.8);
  background-color: none;
  color: hsla(219, 50%, 49%, 0.8);
}
.btn.btn-out-info-o-80:hover {
  background-color: hsla(219, 50%, 49%, 0.8);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-info-o-80 {
  background-color: hsla(219, 50%, 49%, 0.8);
  color: hsl(0, 0%, 100%);
}

.brdr-info-o-80 {
  border: 1px solid hsla(219, 50%, 49%, 0.8);
  border-radius: 0.5rem;
}

.t-info-o-70 {
  color: hsla(219, 50%, 49%, 0.7);
}

.bg-info-o-70 {
  background-color: hsla(219, 50%, 49%, 0.7);
}

.btn.btn-info-o-70 {
  background-color: hsla(219, 50%, 49%, 0.7);
  color: hsl(0, 0%, 100%);
}
.btn.btn-info-o-70:hover {
  background-color: rgba(50, 85, 149, 0.7);
}

.btn.btn-out-info-o-70 {
  border: 1px solid hsla(219, 50%, 49%, 0.7);
  background-color: none;
  color: hsla(219, 50%, 49%, 0.7);
}
.btn.btn-out-info-o-70:hover {
  background-color: hsla(219, 50%, 49%, 0.7);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-info-o-70 {
  background-color: hsla(219, 50%, 49%, 0.7);
  color: hsl(0, 0%, 100%);
}

.brdr-info-o-70 {
  border: 1px solid hsla(219, 50%, 49%, 0.7);
  border-radius: 0.5rem;
}

.f-prim {
  font-family: "Book Antiqua";
}

.f-scnd {
  font-family: "Fondamento";
}

.t-thin {
  font-weight: 100;
}

.t-nrml {
  font-weight: 400;
}

.t-thck {
  font-weight: 900;
}

.t-gnt {
  font-size: 3.2rem;
}

.t-hge {
  font-size: 2.4rem;
}

.t-big {
  font-size: 1.8rem;
}

.t-grt {
  font-size: 1.6em;
}

.t-lrg {
  font-size: 1.4rem;
}

.t-mdl {
  font-size: 1.2rem;
}

.t-nrm {
  font-size: 1rem;
}

.t-ltl {
  font-size: 0.9rem;
}

.t-sml {
  font-size: 0.8rem;
}

.t-tny {
  font-size: 0.7rem;
}

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

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

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

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

.p-0 {
  padding: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.m-0 {
  margin: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.p-5 {
  padding: 0.5rem;
}

.px-5 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-5 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pt-5 {
  padding-top: 0.5rem;
}

.pr-5 {
  padding-right: 0.5rem;
}

.pb-5 {
  padding-bottom: 0.5rem;
}

.pl-5 {
  padding-left: 0.5rem;
}

.m-5 {
  margin: 0.5rem;
}

.mx-5 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-5 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mt-5 {
  margin-top: 0.5rem;
}

.mr-5 {
  margin-right: 0.5rem;
}

.mb-5 {
  margin-bottom: 0.5rem;
}

.ml-5 {
  margin-left: 0.5rem;
}

.p-10 {
  padding: 1rem;
}

.px-10 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-10 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pt-10 {
  padding-top: 1rem;
}

.pr-10 {
  padding-right: 1rem;
}

.pb-10 {
  padding-bottom: 1rem;
}

.pl-10 {
  padding-left: 1rem;
}

.m-10 {
  margin: 1rem;
}

.mx-10 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-10 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mt-10 {
  margin-top: 1rem;
}

.mr-10 {
  margin-right: 1rem;
}

.mb-10 {
  margin-bottom: 1rem;
}

.ml-10 {
  margin-left: 1rem;
}

.p-15 {
  padding: 1.5rem;
}

.px-15 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-15 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pt-15 {
  padding-top: 1.5rem;
}

.pr-15 {
  padding-right: 1.5rem;
}

.pb-15 {
  padding-bottom: 1.5rem;
}

.pl-15 {
  padding-left: 1.5rem;
}

.m-15 {
  margin: 1.5rem;
}

.mx-15 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-15 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mr-15 {
  margin-right: 1.5rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.ml-15 {
  margin-left: 1.5rem;
}

.p-20 {
  padding: 2rem;
}

.px-20 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pt-20 {
  padding-top: 2rem;
}

.pr-20 {
  padding-right: 2rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

.pl-20 {
  padding-left: 2rem;
}

.m-20 {
  margin: 2rem;
}

.mx-20 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-20 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mr-20 {
  margin-right: 2rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.ml-20 {
  margin-left: 2rem;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Cardo", "Fundamento", sans-serif;
  color: hsl(0, 0%, 30%);
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: hsl(77, 19%, 19%);
  /* WebKit/Blink Browsers */
  color: hsl(0, 0%, 100%);
}

::selection {
  background: hsl(77, 19%, 19%);
  /* WebKit/Blink Browsers */
  color: hsl(0, 0%, 100%);
}

::-moz-selection {
  background: hsl(77, 19%, 19%);
  /* Gecko Browsers */
  color: hsl(0, 0%, 100%);
}

section {
  overflow: auto;
}

p {
  margin: 0;
  margin-top: 1rem;
  color: hsl(78, 77%, 27%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: color 0.4s ease-in-out;
  color: hsl(78, 77%, 37%);
}

a:hover {
  color: hsl(71, 90%, 16%);
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

body {
  background-color: hsl(88, 21%, 86%);
}

.container {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}

.container.main {
  margin-top: -80px;
  background-color: rgba(255, 255, 255, 0.7);
}

.contents {
  overflow: hidden;
  flex: 1;
  padding: 1rem;
  margin: 1rem;
  padding-top: 70px;
  padding-bottom: 3rem;
  border: 3px dotted hsl(77, 44%, 81%);
  font-size: 1.2em;
}

section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 3px dotted rgba(0, 0, 0, 0.1);
}
section div {
  flex: 1;
}
section.f-col {
  flex-direction: column;
  align-items: normal;
}

.f-row {
  display: flex;
  flex-direction: row;
}
.f-row.f-acntr {
  align-items: center;
}
.f-row.f-jcntr {
  justify-content: center;
}

.f-col {
  display: flex;
  flex-direction: column;
}
.f-col div {
  flex: 1;
}

.f-gap-5 {
  gap: 0.5rem;
}

.f-gap-10 {
  gap: 1rem;
}

.f-gap-15 {
  gap: 1.5rem;
}

.f-gap-20 {
  gap: 2rem;
}

div.f-1 {
  flex: 1;
}

div.f-2 {
  flex: 2;
}

div.f-3 {
  flex: 3;
}

div.f-4 {
  flex: 4;
}

div.f-5 {
  flex: 5;
}

.f-cntr {
  justify-content: center;
}

.box {
  border-radius: 6px;
}

.box-cntnt {
  margin: 8px;
  border: 4px dotted hsla(0, 0%, 100%, 0.7);
  padding: 8px;
}
.box-cntnt p {
  padding-top: 0px;
  margin-top: 0px;
}
.box-cntnt a:hover {
  color: hsl(77, 44%, 81%);
}
.box-cntnt.box-updown {
  border-left: 0;
  border-right: 0;
}

.card-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.card-row.grid-1 {
  grid-template-columns: repeat(1, 1fr);
}
.card-row.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.card-row.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.card-row.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.card-item {
  background-color: white;
  text-align: center;
  font-weight: bold;
  margin: 8px;
  padding: 8px;
  border-top: 4px dotted hsl(0, 0%, 80%);
  border-bottom: 4px dotted hsl(0, 0%, 80%);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}
.card-item .card-item-nm {
  padding-top: 6px;
  font-size: 1.3rem;
  margin-top: 8px;
  border-top: 1px dashed hsl(0, 0%, 80%);
  flex: 1;
}

.alrt {
  width: 82%;
  margin: 0.8rem auto;
  padding: 8px;
  border-radius: 8px;
}
.alrt .alrt-wrap {
  padding: 0.8rem;
  border-top: 4px dotted hsla(0, 0%, 100%, 0.7);
  border-bottom: 4px dotted hsla(0, 0%, 100%, 0.7);
  display: flex;
  flex-direction: row;
}
.alrt .alrt-wrap .alrt-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  flex: 1;
  padding-right: 0.5em;
}
.alrt .alrt-wrap .alrt-body {
  flex: 10;
  font-size: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.alrt.alrt-success {
  background-color: hsl(78, 77%, 37%);
  color: hsl(0, 0%, 100%);
}
.alrt.alrt-warning {
  background-color: hsl(39, 76%, 40%);
  color: hsl(0, 0%, 100%);
}
.alrt.alrt-info {
  background-color: hsl(219, 50%, 49%);
  color: hsl(0, 0%, 100%);
}
.alrt.alrt-danger {
  background-color: hsl(356, 77%, 38%);
  color: hsl(0, 0%, 100%);
}

.alrt-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.alrt.popup {
  pointer-events: all;
  position: absolute;
  z-index: 1001;
  top: 280px;
  right: 14%;
  width: 600px;
  margin: 0 auto;
  transition: all 1s ease;
}

.alrt.popup.hidden {
  right: -800px;
}

a.grp-select,
a.grp-collapse {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.4rem;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  transition: all 0.5s ease;
  margin-bottom: 2px;
}

a.grp-select:hover,
a.grp-collapse:hover {
  padding-left: 1.4rem;
}

a.grp-select.grp-selected {
  background-color: rgb(213, 235, 213);
  color: hsl(71, 90%, 16%);
  padding-left: 1.4rem;
}

a.grp-hidden {
  display: none;
}

.hd-elem {
  display: none;
}

h1 {
  align-self: center;
  display: block;
  font-size: 2.8rem;
  line-height: 2.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 3px dotted rgba(0, 0, 0, 0.1);
  font-family: "Fondamento", sans-serif;
  color: hsl(71, 90%, 16%);
  margin: 0;
  margin-bottom: 1.6rem;
  align-self: stretch;
  text-align: center;
}

h1::before {
  content: url("/../../assets/images/section-title_l.png");
  top: 10px;
  left: -15px;
  position: relative;
}

h1::after {
  content: url("/../../assets/images/section-title_r.png");
  top: 10px;
  right: -15px;
  position: relative;
}

h2 {
  font-family: "Fondamento";
  color: hsl(78, 77%, 27%);
  border-bottom: 3px dotted rgba(0, 0, 0, 0.1);
}

h2::before {
  content: url("/assets/images/flower_01_22.png");
}

h2.fl-pink::before {
  content: url("/assets/images/flower_02_22.png") !important;
}

h2.fl-blue::before {
  content: url("/assets/images/flower_03_22.png") !important;
}

h3 {
  font-family: "Fondamento";
  color: hsl(78, 77%, 27%);
  border-bottom: 3px dotted rgba(0, 0, 0, 0.1);
}

.btn {
  font-family: "Fondamento";
  display: inline-block;
  padding: 0.3rem 0.7rem;
  border-radius: 6px;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.4s ease-in-out;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-mdl {
  padding: 0.3rem 0.6rem;
  font-size: 1.1rem;
}
.btn.btn-lrg {
  padding: 0.5rem 1rem;
  font-size: 1.3rem;
}
.btn.btn-big {
  padding: 0.7rem 1.2rem;
  font-size: 1.5rem;
}
.btn.btn-hge {
  padding: 1rem 1.5rem;
  font-size: 1.8rem;
}

div.contents-box {
  border: 3px dotted rgba(0, 0, 0, 0.1);
  padding: 0.9rem;
}

table.tbl {
  padding: 0;
  empty-cells: show;
  font-size: 1rem;
  border-spacing: 0;
}
table.tbl th,
table.tbl td {
  border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
  vertical-align: top;
  padding: 0.3rem 0.7rem;
  line-height: 1.8em;
}
table.tbl th {
  text-align: left;
  padding: 0.6rem 0.7rem;
  background-color: hsl(78, 39%, 85%);
}

.lbl {
  padding: 1px 3px;
  padding-right: 8px;
  border-radius: 8px;
  color: hsl(0, 0%, 100%);
}
.lbl i {
  color: hsl(0, 0%, 100%);
}

img.img-gllry {
  background-color: white;
  padding: 3%;
  border: 4px dotted hsl(0, 0%, 90%);
}

.brdr-dotts {
  border-top: 4px dotted hsl(0, 0%, 80%);
  border-bottom: 4px dotted hsl(0, 0%, 80%);
}

header {
  background-image: url("/assets/images/bg_flowers_curved.png");
  background-position: center bottom;
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
}

.header-logo {
  flex: 2;
  text-align: center;
  background-image: url("/assets/images/bg_banner_logo.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}

.logo-name {
  font-weight: 900;
  font-size: 2rem;
  font-family: "Fondamento";
}

.header-nav {
  flex: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.header-nav ul li {
  font-variant: small-caps;
  font-size: 1.4rem;
}

nav.nav-meta {
  box-shadow: 0px 0px 12px 0px rgb(167, 167, 167);
  width: 98%;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
  margin-top: 4rem;
  background-color: hsla(0, 0%, 100%, 0.8);
  display: flex;
  justify-content: space-between;
}
nav.nav-meta li {
  padding: 0.7rem;
  text-align: center;
}
nav.nav-meta li a {
  color: hsl(71, 90%, 16%);
  font-weight: 600;
  font-size: 1.35rem;
  transition: color 0.4s ease-in-out;
}
nav.nav-meta li a:hover {
  color: hsl(78, 77%, 37%);
}

nav.nav-ctgrs {
  background-color: hsl(78, 77%, 37%);
  width: 88%;
}
nav.nav-ctgrs ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin: 6px;
  margin-top: 0;
  border: 4px dotted hsl(77, 44%, 81%);
  border-top: 0;
}
nav.nav-ctgrs li {
  text-align: center;
  padding: 0.4rem;
  display: block;
  text-align: center;
}
nav.nav-ctgrs li a {
  color: hsl(0, 0%, 100%);
  font-weight: 400;
  display: block;
  padding: 0.2rem 0.3rem;
  padding-bottom: 0rem;
  font-size: 1.6rem;
  transition: border-bottom 0.4s ease-in-out;
  border-bottom: 4px solid hsl(78, 77%, 37%);
}
nav.nav-ctgrs li a:hover {
  border-bottom: 4px solid hsl(77, 44%, 81%);
}

nav.nav-third {
  width: 80%;
  display: flex;
  justify-content: space-between;
}
nav.nav-third ul {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 0;
  border-top: 0;
  background-color: hsl(354, 67%, 48%);
}
nav.nav-third li {
  text-align: center;
  padding: 0.4rem;
  display: block;
  text-align: center;
}
nav.nav-third li a {
  color: hsl(0, 0%, 100%);
  font-weight: 400;
  display: block;
  padding: 0.3rem 0.2rem;
  padding-bottom: 0rem;
  font-size: 1.4rem;
  transition: border-bottom 0.4s ease-in-out;
  border-bottom: 4px solid hsl(354, 67%, 48%);
}
nav.nav-third li a:hover {
  border-bottom: 4px solid hsla(0, 0%, 100%, 0.7);
}
nav.nav-third form {
  margin: 0;
  margin-top: 0;
  border-top: 0;
  background-color: hsla(0, 0%, 100%, 0.8);
  display: flex;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 0;
  width: 48%;
}
nav.nav-third form .search-brdr {
  display: flex;
  width: 100%;
  border: 3px dotted hsl(78, 39%, 85%);
  border-top: 0;
  padding: 6px;
  margin-bottom: 6px;
}
nav.nav-third form input {
  border: 0;
  font-family: "Cardo";
  color: hsl(0, 0%, 40%);
  outline: none;
  font-size: 1.2rem;
  padding: 0.3rem 1rem;
  flex: 1;
}
nav.nav-third form button {
  background-color: hsl(78, 77%, 37%);
  border: 0;
  outline: 0;
  color: hsl(0, 0%, 100%);
  font-variant: small-caps;
  font-family: "Cardo";
  font-size: 1.3rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  width: 6rem;
}

.nav-mobile {
  display: none;
}

form.form-card {
  width: 26rem;
  margin: 0.5rem auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

form.form label {
  padding: 0.8rem 0 0.2rem 0;
  font-size: 1rem;
  color: hsl(0, 0%, 60%);
}

form.form input,
form.form textarea {
  outline: none;
  display: inline-block;
  font-size: 1.2rem;
  font-family: "Cardo", "Fundamento", sans-serif;
  color: hsl(78, 77%, 37%);
  padding: 0.6rem 0.6rem;
  margin-bottom: 0.8rem;
  border-radius: 0.75rem;
  border: 3px dotted hsl(0, 0%, 80%);
}
form.form input::-moz-placeholder, form.form textarea::-moz-placeholder {
  color: hsl(0, 0%, 70%);
  font-size: 0.9rem;
}
form.form input::placeholder,
form.form textarea::placeholder {
  color: hsl(0, 0%, 70%);
  font-size: 0.9rem;
}

form.form button {
  outline: none;
  border: 0;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 0.6rem 0.6rem;
  margin-bottom: 0.8rem;
  border-radius: 0.75rem;
  text-align: center;
  font-family: "Fondamento";
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  color: hsl(78, 77%, 37%);
  border: 1px solid hsl(78, 77%, 37%);
}
form.form button:hover {
  background-color: hsl(78, 77%, 37%);
  color: hsl(0, 0%, 100%);
}

footer {
  background-color: hsl(71, 90%, 16%);
  margin-top: 2rem;
  padding: 8px;
  padding-bottom: 2rem;
}
footer li {
  text-transform: uppercase;
  padding: 0.4rem;
}
footer li a {
  color: hsl(77, 44%, 81%);
}
footer li a:hover {
  color: hsl(78, 77%, 37%);
}

.footer-wrap {
  padding: 0.8rem;
  border-top: 4px dotted hsla(0, 0%, 100%, 0.7);
  display: flex;
  flex-direction: row;
}

.footer-title {
  font-size: 1.4rem;
  font-family: Fondamento;
  color: hsla(0, 0%, 100%, 0.7);
}

/* MODAL */
.mdl-background {
  position: fixed;
  /* Stay in place */
  z-index: 10;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.7);
  /* Black w/ opacity */
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}

.mdl-background.visible {
  opacity: 1;
  pointer-events: all;
}

/* Modal Content/Box */
.mdl-window {
  background-color: #fefefe;
  margin: 5% auto;
  /* 15% from the top and centered */
  width: 65%;
  min-width: 860px;
  padding: 12px;
  /* Could be more or less, depending on screen size */
}

.mdl-contents {
  padding: 0;
  border-bottom: 3px dotted rgba(0, 0, 0, 0.1);
  border-top: 3px dotted rgba(0, 0, 0, 0.1);
  padding-bottom: 12px;
  padding-top: 12px;
}

.mdl-contents.mdl-wide {
  min-width: 1280px;
}

.mdl-title {
  font-size: 1.9rem;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-family: "Fondamento", sans-serif;
  font-weight: bold;
  border-bottom: 3px dotted rgba(0, 0, 0, 0.1);
}

/* The Close Button */
.mdl-times {
  float: right;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: right;
  padding: 0;
  margin: 0;
  padding-right: 0.8rem;
  padding-top: 0.5rem;
  color: silver;
  transition: color 0.3s ease;
}

.mdl-times:hover {
  color: darkslategray;
}

.std-hd {
  display: none;
}

@media screen and (max-width: 860px) {
  .header-nav,
  .mbl-hd,
  .f-row.mbl-hd,
  .logo-name {
    display: none !important;
  }
  .std-hd {
    display: inherit;
  }
  section,
  .f-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .grid-4 {
    grid-template-columns: 1fr !important;
  }
  .container {
    display: flex;
    flex-direction: column;
    width: 94%;
  }
  .contents {
    margin-right: 0.3rem;
    margin-left: 0.3rem;
  }
  .nav-mobile {
    display: flex;
    flex-direction: column;
    margin: 0 1.5rem;
  }
  .nav-mobile ul {
    padding: 0.3rem;
  }
  .nav-mobile .mobile-nav-meta {
    background-color: hsla(0, 0%, 100%, 0.8);
  }
  .nav-mobile .mobile-nav-meta a {
    text-align: center;
    color: hsl(71, 90%, 16%);
    display: block;
    padding: 0.3rem 0.6rem;
    font-size: 1.3rem;
    border-bottom: 2px dotted hsl(77, 44%, 81%);
  }
  .nav-mobile .mobile-nav-prdcts {
    background-color: hsl(78, 77%, 37%);
  }
  .nav-mobile .mobile-nav-prdcts a {
    text-align: center;
    color: hsl(0, 0%, 100%);
    display: block;
    padding: 0.3rem 0.6rem;
    font-size: 1.3rem;
    border-bottom: 2px dotted hsl(77, 44%, 81%);
  }
  form.form-card {
    width: auto !important;
  }
  .mbl-cntr {
    text-align: center !important;
  }
}/*# sourceMappingURL=styles.css.map */