
/*!
  * @name         sparkle.css
  * @author       J. Djimitry Riviere <tilithar@gmail.com>
  * @version      2.3.0-beta.1 - released on XX/XX/2019
  * @website      https://sparklecss.herokuapp.com
  * @license      MIT
  * Welcome and thank you for using Sparkle, a lightweight, open-source CSS framework
  * to help you create simple, responsive website templates. It was developed by J. Djimitry Riviere
  * in late 2016, and continues to be improved upon by its developer to bring more creative features.
  * The major key to this framework lies within its ease of us to deliver superb results
  * when creating a website.
  * Thank you for using Sparkle! Happy Designing!
  */
/* ========== EXTERNAL IMPORTS (START) ========== */
/* normalize.sass v8.0.0 | MIT License | ORIGINAL: github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1, .make-text-size1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

pre {
  font-family: monospace, monospace;
}

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

/* ========== EXTERNAL IMPORTS (END) ========== */
/* ========== SPARKLE.CSS (START) ========== */
/* =================================================== */
/* BASE (CORE) */
/* =================================================== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-size: calc(1em * 0.625);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  height: 100%;
  line-height: 1.6;
  font-family: -apple-system, BlinkMacSystemFont, "Lato", Roboto, Oxygen-Sans, Ubuntu, "Helvetica Neue", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #404040;
  background: #FFFFFF;
}

::selection {
  color: #222528;
  background: #BBDDFF;
}

dl,
ol,
ul {
  list-style-position: inside;
}

dl:not(:last-child),
ol:not(:last-child),
ul:not(:last-child) {
  margin-bottom: 1rem;
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  margin-bottom: 0;
  margin-left: 2rem;
}

/* =================================================== */
/* TYPOGRAPHY */
/* =================================================== */
h1, .make-text-size1,
h2,
.make-text-size2,
h3,
.make-text-size3,
h4,
.make-text-size4,
h5,
.make-text-size5,
h6,
.make-text-size6 {
  margin: 0 !important;
  font-weight: 700;
}

h1, .make-text-size1 {
  font-size: 3.6rem;
}

@media screen and (min-width: 640px) {
  h1, .make-text-size1 {
    font-size: 4.2rem;
  }
}


h2,
.make-text-size2 {
  font-size: 3.0rem;
}

@media screen and (min-width: 640px) {
  
  h2,
  .make-text-size2 {
    font-size: 3.6rem;
  }
}


h3,
.make-text-size3 {
  font-size: 2.4rem;
}

@media screen and (min-width: 640px) {
  
  h3,
  .make-text-size3 {
    font-size: 2.8rem;
  }
}


h4,
.make-text-size4 {
  font-size: 2.0rem;
}

@media screen and (min-width: 640px) {
  
  h4,
  .make-text-size4 {
    font-size: 2.4rem;
  }
}


h5,
.make-text-size5 {
  font-size: 1.8rem;
}

@media screen and (min-width: 640px) {
  
  h5,
  .make-text-size5 {
    font-size: 2.0rem;
  }
}


h6,
.make-text-size6 {
  font-size: 1.2rem;
}

@media screen and (min-width: 640px) {
  
  h6,
  .make-text-size6 {
    font-size: 1.4rem;
  }
}

a {
  font-size: inherit;
  font-weight: 400;
  color: #1982C4;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #404040;
}

.make-text-size1 {
  font-weight: 300 !important;
}

.make-text-size2 {
  font-weight: 300 !important;
}

.make-text-size3 {
  font-weight: 300 !important;
}

.make-text-size4 {
  font-weight: 300 !important;
}

.make-text-size5 {
  font-weight: 300 !important;
}

.make-text-size6 {
  font-weight: 300 !important;
}

.make-text-thin {
  font-weight: 300 !important;
}

.make-text-normal {
  font-weight: 400 !important;
}

.make-text-bold {
  font-weight: 700 !important;
}

.make-text-thick {
  font-weight: 900 !important;
}

.make-text-italic {
  font-style: italic !important;
}

.make-text-primary {
  color: #BBDDFF !important;
}

.make-text-primary.make-text-muted {
  color: rgba(187, 221, 255, 0.5) !important;
}

.make-text-info {
  color: #1982C4 !important;
}

.make-text-info.make-text-muted {
  color: rgba(25, 130, 196, 0.5) !important;
}

.make-text-success {
  color: #66BB44 !important;
}

.make-text-success.make-text-muted {
  color: rgba(102, 187, 68, 0.5) !important;
}

.make-text-warning {
  color: #FFCC25 !important;
}

.make-text-warning.make-text-muted {
  color: rgba(255, 204, 37, 0.5) !important;
}

.make-text-danger {
  color: #EE2233 !important;
}

.make-text-danger.make-text-muted {
  color: rgba(238, 34, 51, 0.5) !important;
}

.make-text-light {
  color: #FCFCFC !important;
}

.make-text-light.make-text-muted {
  color: rgba(252, 252, 252, 0.5) !important;
}

.make-text-dark {
  color: #222528 !important;
}

.make-text-dark.make-text-muted {
  color: rgba(34, 37, 40, 0.5) !important;
}

.make-text-muted {
  color: rgba(64, 64, 64, 0.5) !important;
}

.make-text-title {
  font-size: 4rem;
  font-weight: 900;
}

.make-text-title + .make-text-subtitle {
  margin-top: -1.5rem !important;
  margin-bottom: 1.0rem !important;
}

.make-text-subtitle {
  font-size: 2.5rem;
  font-weight: 400;
}

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

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

.make-text-centered {
  text-align: center;
}

.make-text-justified {
  text-align: justify;
}

.make-text-uppercased {
  text-transform: uppercase !important;
}

.make-text-lowercased {
  text-transform: lowercase !important;
}

.make-text-capitalized {
  text-transform: capitalize !important;
}

code {
  vertical-align: center;
  padding: 0.5rem;
  font-family: monospace;
  font-size: 1.5rem;
  background: #E4E4E8;
  border-radius: 0.3rem;
}

/* =================================================== */
/* FORM (CHECKBOXES) */
/* =================================================== */
.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.checkbox-toggle {
  display: none;
  opacity: 0;
}

.checkbox-toggle:checked + .checkbox-icon {
  border-color: #BBDDFF;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.checkbox-toggle:checked + .checkbox-icon::after {
  background: #BBDDFF;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.checkbox-toggle:disabled + .checkbox-icon {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.checkbox-toggle:disabled ~ span {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.checkbox-icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.7rem;
  height: 1.7rem;
  margin-right: 1.5rem;
  padding: 0.5rem;
  border: 2px solid #E4E4E8;
}

.checkbox-icon::after {
  content: '';
  position: absolute;
  top: calc(50% - 1.7rem / 4);
  left: calc(50% - 1.7rem / 4);
  width: 0.85rem;
  height: 0.85rem;
}

.checkbox.make-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.checkbox.make-inline > span {
  margin-right: 1.5rem;
}

/* =================================================== */
/* FORM (INPUTS) */
/* =================================================== */
.input, .select, .textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1.5rem;
  border: 1px solid transparent;
  width: 100%;
  line-height: 1.6;
  font-size: 1.6rem;
  color: #404040;
  border-color: #E4E4E8;
  border-radius: 0.3rem;
}

.input:focus, .select:focus, .textarea:focus, .input:active, .select:active, .textarea:active {
  border-color: #BBDDFF;
  -webkit-box-shadow: 0 0 1.2rem rgba(187, 221, 255, 0.5);
          box-shadow: 0 0 1.2rem rgba(187, 221, 255, 0.5);
}

.input:disabled, .select:disabled, .textarea:disabled {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.input:disabled:hover, .select:disabled:hover, .textarea:disabled:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0);
}

.input::-webkit-input-placeholder, .select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
  color: #C0C0C0;
  opacity: 0.5;
}

.input:-ms-input-placeholder, .select:-ms-input-placeholder, .textarea:-ms-input-placeholder {
  color: #C0C0C0;
  opacity: 0.5;
}

.input::-ms-input-placeholder, .select::-ms-input-placeholder, .textarea::-ms-input-placeholder {
  color: #C0C0C0;
  opacity: 0.5;
}

.input::placeholder, .select::placeholder, .textarea::placeholder {
  color: #C0C0C0;
  opacity: 0.5;
}

.input:hover, .select:hover, .textarea:hover, .input:focus, .select:focus, .textarea:focus, .input:active, .select:active, .textarea:active {
  border-color: #BBDDFF;
}

.input.make-primary, .make-primary.select, .make-primary.textarea {
  border-color: #BBDDFF;
}

.input.make-primary:focus, .make-primary.select:focus, .make-primary.textarea:focus, .input.make-primary:active, .make-primary.select:active, .make-primary.textarea:active {
  -webkit-box-shadow: 0 0 1.2rem rgba(187, 221, 255, 0.5) !important;
          box-shadow: 0 0 1.2rem rgba(187, 221, 255, 0.5) !important;
}

.input.make-rounded, .make-rounded.select, .make-rounded.textarea {
  border-radius: 5.0rem;
}

.input.make-smaller, .make-smaller.select, .make-smaller.textarea {
  font-size: 1.0rem;
}

.input.make-small, .make-small.select, .make-small.textarea {
  font-size: 1.2rem;
}

.input.make-large, .make-large.select, .make-large.textarea {
  padding: 0.6rem 1.8rem;
  font-size: 1.8rem;
}

.input.make-larger, .make-larger.select, .make-larger.textarea {
  padding: 0.8rem 2.4rem;
  font-size: 2.0rem;
}

.input.make-info, .make-info.select, .make-info.textarea {
  border-color: #1982C4;
}

.input.make-info:focus, .make-info.select:focus, .make-info.textarea:focus, .input.make-info:active, .make-info.select:active, .make-info.textarea:active {
  -webkit-box-shadow: 0 0 1.2rem rgba(25, 130, 196, 0.5) !important;
          box-shadow: 0 0 1.2rem rgba(25, 130, 196, 0.5) !important;
}

.input.make-rounded, .make-rounded.select, .make-rounded.textarea {
  border-radius: 5.0rem;
}

.input.make-smaller, .make-smaller.select, .make-smaller.textarea {
  font-size: 1.0rem;
}

.input.make-small, .make-small.select, .make-small.textarea {
  font-size: 1.2rem;
}

.input.make-large, .make-large.select, .make-large.textarea {
  padding: 0.6rem 1.8rem;
  font-size: 1.8rem;
}

.input.make-larger, .make-larger.select, .make-larger.textarea {
  padding: 0.8rem 2.4rem;
  font-size: 2.0rem;
}

.input.make-success, .make-success.select, .make-success.textarea {
  border-color: #66BB44;
}

.input.make-success:focus, .make-success.select:focus, .make-success.textarea:focus, .input.make-success:active, .make-success.select:active, .make-success.textarea:active {
  -webkit-box-shadow: 0 0 1.2rem rgba(102, 187, 68, 0.5) !important;
          box-shadow: 0 0 1.2rem rgba(102, 187, 68, 0.5) !important;
}

.input.make-rounded, .make-rounded.select, .make-rounded.textarea {
  border-radius: 5.0rem;
}

.input.make-smaller, .make-smaller.select, .make-smaller.textarea {
  font-size: 1.0rem;
}

.input.make-small, .make-small.select, .make-small.textarea {
  font-size: 1.2rem;
}

.input.make-large, .make-large.select, .make-large.textarea {
  padding: 0.6rem 1.8rem;
  font-size: 1.8rem;
}

.input.make-larger, .make-larger.select, .make-larger.textarea {
  padding: 0.8rem 2.4rem;
  font-size: 2.0rem;
}

.input.make-warning, .make-warning.select, .make-warning.textarea {
  border-color: #FFCC25;
}

.input.make-warning:focus, .make-warning.select:focus, .make-warning.textarea:focus, .input.make-warning:active, .make-warning.select:active, .make-warning.textarea:active {
  -webkit-box-shadow: 0 0 1.2rem rgba(255, 204, 37, 0.5) !important;
          box-shadow: 0 0 1.2rem rgba(255, 204, 37, 0.5) !important;
}

.input.make-rounded, .make-rounded.select, .make-rounded.textarea {
  border-radius: 5.0rem;
}

.input.make-smaller, .make-smaller.select, .make-smaller.textarea {
  font-size: 1.0rem;
}

.input.make-small, .make-small.select, .make-small.textarea {
  font-size: 1.2rem;
}

.input.make-large, .make-large.select, .make-large.textarea {
  padding: 0.6rem 1.8rem;
  font-size: 1.8rem;
}

.input.make-larger, .make-larger.select, .make-larger.textarea {
  padding: 0.8rem 2.4rem;
  font-size: 2.0rem;
}

.input.make-danger, .make-danger.select, .make-danger.textarea {
  border-color: #EE2233;
}

.input.make-danger:focus, .make-danger.select:focus, .make-danger.textarea:focus, .input.make-danger:active, .make-danger.select:active, .make-danger.textarea:active {
  -webkit-box-shadow: 0 0 1.2rem rgba(238, 34, 51, 0.5) !important;
          box-shadow: 0 0 1.2rem rgba(238, 34, 51, 0.5) !important;
}

.input.make-rounded, .make-rounded.select, .make-rounded.textarea {
  border-radius: 5.0rem;
}

.input.make-smaller, .make-smaller.select, .make-smaller.textarea {
  font-size: 1.0rem;
}

.input.make-small, .make-small.select, .make-small.textarea {
  font-size: 1.2rem;
}

.input.make-large, .make-large.select, .make-large.textarea {
  padding: 0.6rem 1.8rem;
  font-size: 1.8rem;
}

.input.make-larger, .make-larger.select, .make-larger.textarea {
  padding: 0.8rem 2.4rem;
  font-size: 2.0rem;
}

.label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #404040;
}

.select {
  background-image: url("https://png.icons8.com/expand-arrow/win8/12");
  background-position: calc(100% - 1.0rem);
  background-repeat: no-repeat;
}

.select::-ms-expand {
  display: none;
}

.textarea {
  height: 12.0rem;
  font-family: inherit;
  font-size: 1.6rem;
  resize: vertical;
}

/* =================================================== */
/* INPUT-ADDONS */
/* =================================================== */
.input-addon,
.input-addons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}

.input-addon .input, .input-addon .select, .input-addon .textarea,
.input-addon .select,
.input-addons .input,
.input-addons .select,
.input-addons .textarea,
.input-addons .select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  line-height: 1.6;
}

.input-addon .input:first-child:not(:last-child), .input-addon .select:first-child:not(:last-child), .input-addon .textarea:first-child:not(:last-child),
.input-addon .select:first-child:not(:last-child),
.input-addons .input:first-child:not(:last-child),
.input-addons .select:first-child:not(:last-child),
.input-addons .textarea:first-child:not(:last-child),
.input-addons .select:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-addon .input:not(:first-child):not(:last-child), .input-addon .select:not(:first-child):not(:last-child), .input-addon .textarea:not(:first-child):not(:last-child),
.input-addon .select:not(:first-child):not(:last-child),
.input-addons .input:not(:first-child):not(:last-child),
.input-addons .select:not(:first-child):not(:last-child),
.input-addons .textarea:not(:first-child):not(:last-child),
.input-addons .select:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-addon .input:last-child:not(:first-child), .input-addon .select:last-child:not(:first-child), .input-addon .textarea:last-child:not(:first-child),
.input-addon .select:last-child:not(:first-child),
.input-addons .input:last-child:not(:first-child),
.input-addons .select:last-child:not(:first-child),
.input-addons .textarea:last-child:not(:first-child),
.input-addons .select:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-addon .button,
.input-addons .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  z-index: 5;
}

.input-addon .button:first-child:not(:last-child),
.input-addons .button:first-child:not(:last-child) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-addon .button:last-child:not(:first-child),
.input-addons .button:last-child:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* =================================================== */
/* INPUT GROUPS */
/* =================================================== */
.inputs {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/* =================================================== */
/* FORM (RADIOS) */
/* =================================================== */
.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.radio-toggle {
  display: none;
  opacity: 0;
}

.radio-toggle:checked + .radio-icon {
  border-color: #BBDDFF;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.radio-toggle:checked + .radio-icon::after {
  background: #BBDDFF;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.radio-toggle:disabled + .radio-icon {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.radio-toggle:disabled ~ span {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.radio-icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.7rem;
  height: 1.7rem;
  margin-right: 1.5rem;
  padding: 0.5rem;
  border: 2px solid #E4E4E8;
  border-radius: 50%;
}

.radio-icon::after {
  content: '';
  position: absolute;
  top: calc(50% - 1.7rem / 4);
  left: calc(50% - 1.7rem / 4);
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
}

.radio.make-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.radio.make-inline > span {
  margin-right: 1.5rem;
}

/* =================================================== */
/* FORM (SWITCHES) */
/* =================================================== */
.switch {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 2rem;
  vertical-align: center;
  border-radius: 1.2rem;
}

.switch-toggle {
  position: absolute;
  display: none;
  opacity: 0;
}

.switch-toggle:checked ~ .switch-handle {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.switch-toggle:checked ~ .switch-label {
  background: #BBDDFF;
  border-color: #6fb7ff;
}

.switch-toggle:disabled ~ .switch-handle {
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: not-allowed;
}

.switch-toggle:disabled ~ .switch-label {
  opacity: 0.5;
}

.switch-handle {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: #FCFCFC;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  background: #E4E4E8;
  border: 1px solid #bbbbc5;
  border-radius: inherit;
}

/* =================================================== */
/* BREADCRUMBS */
/* =================================================== */
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  list-style: none;
}

.breadcrumb-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin: 0;
}

.breadcrumb-item:not(:last-child)::after {
  content: '|';
  padding: 0 1.0rem;
  color: #404040;
}

.breadcrumb-item.make-active {
  font-weight: bold;
}

.breadcrumb.make-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.breadcrumb.make-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* =================================================== */
/* CARDS */
/* =================================================== */
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: white;
  border: 1px solid #E4E4E8;
  border-radius: 0.3rem;
  overflow: hidden;
}

.card:not(:last-child) {
  margin-bottom: 1.5rem;
}

.card-header, .card-body, .card-footer {
  padding: 0.5rem 1.5rem;
}

.card-image {
  line-height: 0;
  margin: 0;
  padding: 0;
}

.card-image img {
  width: 100%;
  height: auto;
}

.card-separator {
  display: block;
  width: 90%;
  height: 0.1rem;
  margin: 0.25rem auto;
  background: #E4E4E8;
}

/* =================================================== */
/* WRAPPER (Container) */
/* =================================================== */
.wrapper {
  position: relative;
  width: calc(100% - (1.5rem * 2));
  margin: 0 auto;
}

.wrapper::before, .wrapper::after {
  content: '';
  display: table;
}

.wrapper::after {
  clear: both;
}

@media screen and (min-width: 640px) {
  .wrapper {
    max-width: 1200px;
  }
}

.wrapper.make-small {
  max-width: 960px;
}

.wrapper.make-large {
  max-width: 1440px;
}

/* =================================================== */
/* GRID */
/* =================================================== */
.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

@media screen and (min-width: 640px) {
  .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 960px) {
  .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.columns .column {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  margin-bottom: 1.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media screen and (min-width: 0) {
  .columns .column.make-1-xsmall, .columns .column.make-twelfth-xsmall {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .columns .column.make-offset-1-xsmall, .columns .column.make-offset-twelfth-xsmall {
    margin-left: 8.33333%;
  }
  .columns .column.make-2-xsmall, .columns .column.make-sixth-xsmall {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .columns .column.make-offset-2-xsmall, .columns .column.make-offset-sixth-xsmall {
    margin-left: 16.66667%;
  }
  .columns .column.make-3-xsmall, .columns .column.make-fourth-xsmall {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .columns .column.make-offset-3-xsmall, .columns .column.make-offset-fourth-xsmall {
    margin-left: 25%;
  }
  .columns .column.make-4-xsmall, .columns .column.make-third-xsmall {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .columns .column.make-offset-4-xsmall, .columns .column.make-offset-third-xsmall {
    margin-left: 33.33333%;
  }
  .columns .column.make-5-xsmall {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .columns .column.make-offset-5-xsmall {
    margin-left: 41.66667%;
  }
  .columns .column.make-6-xsmall, .columns .column.make-half-xsmall {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .columns .column.make-offset-6-xsmall, .columns .column.make-offset-half-xsmall {
    margin-left: 50%;
  }
  .columns .column.make-7-xsmall {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .columns .column.make-offset-7-xsmall {
    margin-left: 58.33333%;
  }
  .columns .column.make-8-xsmall, .columns .column.make-thirds-xsmall {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .columns .column.make-offset-8-xsmall, .columns .column.make-offset-thirds-xsmall {
    margin-left: 66.66667%;
  }
  .columns .column.make-9-xsmall, .columns .column.make-fourths-xsmall {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .columns .column.make-offset-9-xsmall, .columns .column.make-offset-fourths-xsmall {
    margin-left: 75%;
  }
  .columns .column.make-10-xsmall, .columns .column.make-sixths-xsmall {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .columns .column.make-offset-10-xsmall, .columns .column.make-offset-sixths-xsmall {
    margin-left: 83.33333%;
  }
  .columns .column.make-11-xsmall, .columns .column.make-twelfths-xsmall {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .columns .column.make-offset-11-xsmall, .columns .column.make-offset-twelfths-xsmall {
    margin-left: 91.66667%;
  }
  .columns .column.make-12-xsmall, .columns .column.make-full-xsmall {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .columns .column.make-offset-12-xsmall, .columns .column.make-offset-full-xsmall {
    margin-left: 100%;
  }
}

@media screen and (min-width: 480px) {
  .columns .column.make-1-small, .columns .column.make-twelfth-small {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .columns .column.make-offset-1-small, .columns .column.make-offset-twelfth-small {
    margin-left: 8.33333%;
  }
  .columns .column.make-2-small, .columns .column.make-sixth-small {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .columns .column.make-offset-2-small, .columns .column.make-offset-sixth-small {
    margin-left: 16.66667%;
  }
  .columns .column.make-3-small, .columns .column.make-fourth-small {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .columns .column.make-offset-3-small, .columns .column.make-offset-fourth-small {
    margin-left: 25%;
  }
  .columns .column.make-4-small, .columns .column.make-third-small {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .columns .column.make-offset-4-small, .columns .column.make-offset-third-small {
    margin-left: 33.33333%;
  }
  .columns .column.make-5-small {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .columns .column.make-offset-5-small {
    margin-left: 41.66667%;
  }
  .columns .column.make-6-small, .columns .column.make-half-small {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .columns .column.make-offset-6-small, .columns .column.make-offset-half-small {
    margin-left: 50%;
  }
  .columns .column.make-7-small {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .columns .column.make-offset-7-small {
    margin-left: 58.33333%;
  }
  .columns .column.make-8-small, .columns .column.make-thirds-small {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .columns .column.make-offset-8-small, .columns .column.make-offset-thirds-small {
    margin-left: 66.66667%;
  }
  .columns .column.make-9-small, .columns .column.make-fourths-small {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .columns .column.make-offset-9-small, .columns .column.make-offset-fourths-small {
    margin-left: 75%;
  }
  .columns .column.make-10-small, .columns .column.make-sixths-small {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .columns .column.make-offset-10-small, .columns .column.make-offset-sixths-small {
    margin-left: 83.33333%;
  }
  .columns .column.make-11-small, .columns .column.make-twelfths-small {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .columns .column.make-offset-11-small, .columns .column.make-offset-twelfths-small {
    margin-left: 91.66667%;
  }
  .columns .column.make-12-small, .columns .column.make-full-small {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .columns .column.make-offset-12-small, .columns .column.make-offset-full-small {
    margin-left: 100%;
  }
}

@media screen and (min-width: 640px) {
  .columns .column.make-1, .columns .column.make-twelfth {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .columns .column.make-offset-1, .columns .column.make-offset-twelfth {
    margin-left: 8.33333%;
  }
  .columns .column.make-2, .columns .column.make-sixth {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .columns .column.make-offset-2, .columns .column.make-offset-sixth {
    margin-left: 16.66667%;
  }
  .columns .column.make-3, .columns .column.make-fourth {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .columns .column.make-offset-3, .columns .column.make-offset-fourth {
    margin-left: 25%;
  }
  .columns .column.make-4, .columns .column.make-third {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .columns .column.make-offset-4, .columns .column.make-offset-third {
    margin-left: 33.33333%;
  }
  .columns .column.make-5 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .columns .column.make-offset-5 {
    margin-left: 41.66667%;
  }
  .columns .column.make-6, .columns .column.make-half {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .columns .column.make-offset-6, .columns .column.make-offset-half {
    margin-left: 50%;
  }
  .columns .column.make-7 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .columns .column.make-offset-7 {
    margin-left: 58.33333%;
  }
  .columns .column.make-8, .columns .column.make-thirds {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .columns .column.make-offset-8, .columns .column.make-offset-thirds {
    margin-left: 66.66667%;
  }
  .columns .column.make-9, .columns .column.make-fourths {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .columns .column.make-offset-9, .columns .column.make-offset-fourths {
    margin-left: 75%;
  }
  .columns .column.make-10, .columns .column.make-sixths {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .columns .column.make-offset-10, .columns .column.make-offset-sixths {
    margin-left: 83.33333%;
  }
  .columns .column.make-11, .columns .column.make-twelfths {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .columns .column.make-offset-11, .columns .column.make-offset-twelfths {
    margin-left: 91.66667%;
  }
  .columns .column.make-12, .columns .column.make-full {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .columns .column.make-offset-12, .columns .column.make-offset-full {
    margin-left: 100%;
  }
  .columns .column.make-1-medium, .columns .column.make-twelfth-medium {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .columns .column.make-offset-1-medium, .columns .column.make-offset-twelfth-medium {
    margin-left: 8.33333%;
  }
  .columns .column.make-2-medium, .columns .column.make-sixth-medium {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .columns .column.make-offset-2-medium, .columns .column.make-offset-sixth-medium {
    margin-left: 16.66667%;
  }
  .columns .column.make-3-medium, .columns .column.make-fourth-medium {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .columns .column.make-offset-3-medium, .columns .column.make-offset-fourth-medium {
    margin-left: 25%;
  }
  .columns .column.make-4-medium, .columns .column.make-third-medium {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .columns .column.make-offset-4-medium, .columns .column.make-offset-third-medium {
    margin-left: 33.33333%;
  }
  .columns .column.make-5-medium {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .columns .column.make-offset-5-medium {
    margin-left: 41.66667%;
  }
  .columns .column.make-6-medium, .columns .column.make-half-medium {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .columns .column.make-offset-6-medium, .columns .column.make-offset-half-medium {
    margin-left: 50%;
  }
  .columns .column.make-7-medium {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .columns .column.make-offset-7-medium {
    margin-left: 58.33333%;
  }
  .columns .column.make-8-medium, .columns .column.make-thirds-medium {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .columns .column.make-offset-8-medium, .columns .column.make-offset-thirds-medium {
    margin-left: 66.66667%;
  }
  .columns .column.make-9-medium, .columns .column.make-fourths-medium {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .columns .column.make-offset-9-medium, .columns .column.make-offset-fourths-medium {
    margin-left: 75%;
  }
  .columns .column.make-10-medium, .columns .column.make-sixths-medium {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .columns .column.make-offset-10-medium, .columns .column.make-offset-sixths-medium {
    margin-left: 83.33333%;
  }
  .columns .column.make-11-medium, .columns .column.make-twelfths-medium {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .columns .column.make-offset-11-medium, .columns .column.make-offset-twelfths-medium {
    margin-left: 91.66667%;
  }
  .columns .column.make-12-medium, .columns .column.make-full-medium {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .columns .column.make-offset-12-medium, .columns .column.make-offset-full-medium {
    margin-left: 100%;
  }
}

@media screen and (min-width: 768px) {
  .columns .column.make-1-large, .columns .column.make-twelfth-large {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .columns .column.make-offset-1-large, .columns .column.make-offset-twelfth-large {
    margin-left: 8.33333%;
  }
  .columns .column.make-2-large, .columns .column.make-sixth-large {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .columns .column.make-offset-2-large, .columns .column.make-offset-sixth-large {
    margin-left: 16.66667%;
  }
  .columns .column.make-3-large, .columns .column.make-fourth-large {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .columns .column.make-offset-3-large, .columns .column.make-offset-fourth-large {
    margin-left: 25%;
  }
  .columns .column.make-4-large, .columns .column.make-third-large {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .columns .column.make-offset-4-large, .columns .column.make-offset-third-large {
    margin-left: 33.33333%;
  }
  .columns .column.make-5-large {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .columns .column.make-offset-5-large {
    margin-left: 41.66667%;
  }
  .columns .column.make-6-large, .columns .column.make-half-large {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .columns .column.make-offset-6-large, .columns .column.make-offset-half-large {
    margin-left: 50%;
  }
  .columns .column.make-7-large {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .columns .column.make-offset-7-large {
    margin-left: 58.33333%;
  }
  .columns .column.make-8-large, .columns .column.make-thirds-large {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .columns .column.make-offset-8-large, .columns .column.make-offset-thirds-large {
    margin-left: 66.66667%;
  }
  .columns .column.make-9-large, .columns .column.make-fourths-large {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .columns .column.make-offset-9-large, .columns .column.make-offset-fourths-large {
    margin-left: 75%;
  }
  .columns .column.make-10-large, .columns .column.make-sixths-large {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .columns .column.make-offset-10-large, .columns .column.make-offset-sixths-large {
    margin-left: 83.33333%;
  }
  .columns .column.make-11-large, .columns .column.make-twelfths-large {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .columns .column.make-offset-11-large, .columns .column.make-offset-twelfths-large {
    margin-left: 91.66667%;
  }
  .columns .column.make-12-large, .columns .column.make-full-large {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .columns .column.make-offset-12-large, .columns .column.make-offset-full-large {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .columns .column.make-1-xlarge, .columns .column.make-twelfth-xlarge {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .columns .column.make-offset-1-xlarge, .columns .column.make-offset-twelfth-xlarge {
    margin-left: 8.33333%;
  }
  .columns .column.make-2-xlarge, .columns .column.make-sixth-xlarge {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .columns .column.make-offset-2-xlarge, .columns .column.make-offset-sixth-xlarge {
    margin-left: 16.66667%;
  }
  .columns .column.make-3-xlarge, .columns .column.make-fourth-xlarge {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .columns .column.make-offset-3-xlarge, .columns .column.make-offset-fourth-xlarge {
    margin-left: 25%;
  }
  .columns .column.make-4-xlarge, .columns .column.make-third-xlarge {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .columns .column.make-offset-4-xlarge, .columns .column.make-offset-third-xlarge {
    margin-left: 33.33333%;
  }
  .columns .column.make-5-xlarge {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .columns .column.make-offset-5-xlarge {
    margin-left: 41.66667%;
  }
  .columns .column.make-6-xlarge, .columns .column.make-half-xlarge {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .columns .column.make-offset-6-xlarge, .columns .column.make-offset-half-xlarge {
    margin-left: 50%;
  }
  .columns .column.make-7-xlarge {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .columns .column.make-offset-7-xlarge {
    margin-left: 58.33333%;
  }
  .columns .column.make-8-xlarge, .columns .column.make-thirds-xlarge {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .columns .column.make-offset-8-xlarge, .columns .column.make-offset-thirds-xlarge {
    margin-left: 66.66667%;
  }
  .columns .column.make-9-xlarge, .columns .column.make-fourths-xlarge {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .columns .column.make-offset-9-xlarge, .columns .column.make-offset-fourths-xlarge {
    margin-left: 75%;
  }
  .columns .column.make-10-xlarge, .columns .column.make-sixths-xlarge {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .columns .column.make-offset-10-xlarge, .columns .column.make-offset-sixths-xlarge {
    margin-left: 83.33333%;
  }
  .columns .column.make-11-xlarge, .columns .column.make-twelfths-xlarge {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .columns .column.make-offset-11-xlarge, .columns .column.make-offset-twelfths-xlarge {
    margin-left: 91.66667%;
  }
  .columns .column.make-12-xlarge, .columns .column.make-full-xlarge {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .columns .column.make-offset-12-xlarge, .columns .column.make-offset-full-xlarge {
    margin-left: 100%;
  }
}

.columns.make-no-gaps {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.columns.make-no-gaps > .column {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.columns.make-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* =================================================== */
/* HEROES */
/* =================================================== */
.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.hero-header, .hero-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

.hero-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 3rem 1.5rem;
}

.hero.make-small {
  padding: 1.5rem 0;
}

.hero.make-medium {
  padding: 7.5rem 0;
}

.hero.make-large {
  padding: 15rem 0;
}

.hero.make-half-height .hero-body, .hero.make-full-height .hero-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero.make-half-height .hero-body > .wrapper, .hero.make-full-height .hero-body > .wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.hero.make-half-height {
  min-height: 50vh;
}

.hero.make-full-height {
  min-height: 100vh;
}

.hero.make-primary {
  color: #222528;
  background: #BBDDFF;
}

.hero.make-info {
  color: #FCFCFC;
  background: #1982C4;
}

.hero.make-success {
  color: #FCFCFC;
  background: #66BB44;
}

.hero.make-warning {
  color: #222528;
  background: #FFCC25;
}

.hero.make-danger {
  color: #FCFCFC;
  background: #EE2233;
}

/* =================================================== */
/* MEDIA */
/* =================================================== */
.media {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media:not(:last-child) {
  margin-bottom: 1.5rem;
}

.media-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 6.4rem;
  height: 6.4rem;
  margin-left: 0;
  margin-right: 1.5rem;
}

.media-profile img {
  width: 100%;
  border-radius: 0.3rem;
}

.media-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

/* =================================================== */
/* MENU */
/* =================================================== */
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 1rem;
}

.menu-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
}

.menu-item {
  display: block;
  width: 100%;
  padding: 1rem;
  color: #404040 !important;
  text-decoration: none;
  cursor: pointer;
}

.menu-item:hover, .menu-item.make-active {
  background: #eeeef1;
  border-radius: 0.3rem;
}

.menu .submenu {
  display: block;
  margin-left: 1rem;
  border-left: 2px solid #E4E4E8;
}

/* =================================================== */
/* NAVIGATION */
/* =================================================== */
.nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 6rem;
  height: auto;
  margin: 0;
  padding: 0;
  background: #f9f9fa;
  border-bottom: 1px solid #e4e4e8;
  -webkit-box-shadow: 0 1px 3px rgba(34, 37, 40, 0.1), 0 1px 6px rgba(34, 37, 40, 0.05);
          box-shadow: 0 1px 3px rgba(34, 37, 40, 0.1), 0 1px 6px rgba(34, 37, 40, 0.05);
}

.nav > input[type='checkbox'] {
  display: none;
  height: 60px;
}

.nav > input[type='checkbox']:checked ~ .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.nav > input[type='checkbox']:checked ~ .nav-toggle {
  color: black;
  border-color: black;
}

.nav .nav-toggle {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  margin-left: auto;
  padding: 0.5rem;
  color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0.3rem;
}

.nav .nav-toggle::before {
  content: '\2630  Menu';
  font-weight: 400;
}

.nav .nav-toggle:hover {
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.nav-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  font-size: 1.5rem !important;
  font-weight: 700;
  color: #404040 !important;
  text-decoration: none;
}

.nav-brand img, .nav-brand-img {
  height: 4.0rem;
}

.nav-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  list-style: none;
}

.nav-menu-item > a:not(.button) {
  display: block;
  padding: 1rem;
  color: rgba(64, 64, 64, 0.5);
  text-decoration: none !important;
  cursor: pointer;
}

.nav-menu-item:hover {
  background: #f6f6f7;
}

.nav-menu-item:hover > a {
  color: #404040;
}

.nav-menu-item.make-active > a {
  font-weight: 700;
  color: #404040;
}

.nav-menu-item.make-special {
  background: #BBDDFF;
}

.nav-menu-item.make-special > a {
  color: #FFFFFF;
}

.nav-menu-item.make-special:hover {
  background: #95caff;
}

.nav-menu-item.make-special:hover > a {
  color: #FFFFFF;
}

.nav-menu.make-fixed {
  position: fixed;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1), 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1), 0 0 15px rgba(0, 0, 0, 0.05);
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .nav-toggle {
    display: none;
  }
  .nav-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1rem;
  }
  .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    margin-bottom: 0 !important;
  }
  .nav-menu-item:hover {
    background: transparent;
  }
  .nav-menu-item:hover > a {
    color: #404040;
  }
  .nav-menu.make-right {
    margin-left: auto;
  }
}

/* =================================================== */
/* TABLES */
/* =================================================== */
.table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0.5rem 1.5rem;
  background: #FFFFFF;
  border: 1px solid whitesmoke;
  border-collapse: collapse;
  border-spacing: none;
  border-radius: 0.3rem;
}

.table:not(:last-child) {
  margin-bottom: 1.5rem;
}

.table caption, .table-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: rgba(34, 37, 40, 0.5);
}

.table thead,
.table tbody,
.table tfoot,
.table tr, .table-header, .table-body, .table-footer, .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 100%;
}

.table thead, .table-header {
  border-bottom: 2px solid rgba(34, 37, 40, 0.5);
}

.table tfoot, .table-footer {
  border-top: 2px solid rgba(34, 37, 40, 0.5);
}

.table th,
.table td,
.table-header .table-cell,
.table-footer .table-cell, .table-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5rem 1.5rem;
  text-align: left;
  overflow: auto;
}

.table th,
.table thead td,
.table tfoot td,
.table-header .table-cell,
.table-footer .table-cell {
  font-size: 1.6rem;
  font-weight: 700;
}

.table tr.make-selected, .table-row.make-selected {
  color: #222528;
  background: #BBDDFF;
}

.table td, .table-cell {
  font-size: 1.6rem;
  font-weight: 400;
}

.table td.make-centered, .table-cell.make-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.table td.make-right, .table-cell.make-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.table.make-default tbody tr:not(:last-child),
.table.make-default .table-body .table-row:not(:last-child) {
  border-bottom: 1px solid #E4E4E8;
}

.table.make-striped tbody tr:nth-child(odd),
.table.make-striped .table-body .table-row:nth-child(odd) {
  background: #f9f9fa;
}

.table.make-striped tbody tr.make-selected:nth-child(odd),
.table.make-striped .table-body .table-row.make-selected:nth-child(odd) {
  background: #95caff;
}

.table.make-hoverable tbody tr:hover,
.table.make-hoverable .table-body .table-row:hover {
  background: #eeeef1;
  cursor: pointer;
}

.table.make-hoverable tbody tr.make-selected:hover,
.table.make-hoverable .table-body .table-row.make-selected:hover {
  background: #95caff;
}

/* =================================================== */
/* ALERTS */
/* =================================================== */
.alert {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222528;
  background: #E4E4E8;
  border: 1px solid #bbbbc5;
  border-radius: 0.3rem;
}

.alert:not(:last-child) {
  margin-bottom: 1.5rem;
}

.alert > a:not(.button) {
  font-weight: 700;
  color: #222528;
  text-decoration: underline;
}

.alert.make-primary {
  color: #222528;
  background: #BBDDFF;
  border-color: #6fb7ff;
}

.alert.make-primary > a:not(.button) {
  color: #222528;
  text-decoration: underline;
}

.alert.make-info {
  color: #FCFCFC;
  background: #1982C4;
  border-color: #105580;
}

.alert.make-info > a:not(.button) {
  color: #FCFCFC;
  text-decoration: underline;
}

.alert.make-success {
  color: #FCFCFC;
  background: #66BB44;
  border-color: #478330;
}

.alert.make-success > a:not(.button) {
  color: #FCFCFC;
  text-decoration: underline;
}

.alert.make-warning {
  color: #222528;
  background: #FFCC25;
  border-color: #d8a500;
}

.alert.make-warning > a:not(.button) {
  color: #222528;
  text-decoration: underline;
}

.alert.make-danger {
  color: #FCFCFC;
  background: #EE2233;
  border-color: #b60e1c;
}

.alert.make-danger > a:not(.button) {
  color: #FCFCFC;
  text-decoration: underline;
}

.alert.make-light {
  color: #222528;
  background: #FCFCFC;
  border-color: #d6d6d6;
}

.alert.make-light > a:not(.button) {
  color: #222528;
  text-decoration: underline;
}

.alert.make-dark {
  color: #FCFCFC;
  background: #222528;
  border-color: black;
}

.alert.make-dark > a:not(.button) {
  color: #FCFCFC;
  text-decoration: underline;
}

/* =================================================== */
/* BLOCKQUOTES */
/* =================================================== */
.blockquote {
  display: block;
  width: 100%;
  margin: 1rem auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 0.5rem;
  font-size: 2rem;
  font-weight: 300;
  border-left: 0.5rem solid #E4E4E8;
}

.blockquote-footer {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  color: rgba(64, 64, 64, 0.5);
}

.blockquote-footer::before {
  content: '\2014 \00A0';
}

/* =================================================== */
/* BOXES */
/* =================================================== */
.box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 1.5rem;
  background: white;
  border: 1px solid #E4E4E8;
  border-radius: 0.3rem;
}

.box:not(:last-child) {
  margin-bottom: 1.5rem;
}

a.box:hover,
a.box:active,
a.box:focus {
  background: #FFFFFF;
  cursor: pointer;
}

/* =================================================== */
/* BOX-GROUPS */
/* =================================================== */
.boxes {
  position: relative;
  margin-bottom: 1.5rem;
  border: 1px solid #e9e9e9;
  border-radius: 0.3rem;
}

.boxes .box {
  margin: 0;
  border: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.boxes .box:first-child:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.boxes .box:last-child:not(:first-child) {
  border-top: 1px solid #d6d6d6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* =================================================== */
/* BUTTONS */
/* =================================================== */
.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.6;
  vertical-align: center;
  padding: 0.5rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #404040;
  text-align: center;
  text-decoration: none;
  background: #E4E4E8;
  border: 1px solid #E4E4E8;
  border-radius: 0.3rem;
  cursor: pointer;
  white-space: nowrap;
}

.button:not(:disabled):hover, .button:not(:disabled):focus {
  text-decoration: none;
  background: #cfcfd6;
  border-color: #cfcfd6;
}

.button:disabled, .button.make-disabled, .button[disabled] {
  cursor: not-allowed;
  opacity: 0.3;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.button.make-primary {
  color: #222528 !important;
  background: #BBDDFF;
  border: 1px solid #BBDDFF;
}

.button.make-primary:not(:disabled):hover, .button.make-primary:not(:disabled):focus, .button.make-primary:not(:disabled):active {
  background: #95caff;
  border-color: #95caff;
}

.button.make-primary.make-reversed {
  color: #BBDDFF !important;
  background: #222528;
  border: 1px solid #222528;
}

.button.make-primary.make-reversed:not(:disabled):hover, .button.make-primary.make-reversed:not(:disabled):focus, .button.make-primary.make-reversed:not(:disabled):active {
  background: #191b1e;
  border-color: #222528;
}

.button.make-primary.make-reversed.make-outlined {
  color: #222528 !important;
  background: transparent !important;
  border: 1px solid #222528;
}

.button.make-primary.make-reversed.make-outlined:not(:disabled):hover, .button.make-primary.make-reversed.make-outlined:not(:disabled):focus, .button.make-primary.make-reversed.make-outlined:not(:disabled):active {
  color: #222528 !important;
  background: #BBDDFF;
  border-color: #BBDDFF;
}

.button.make-primary.make-link {
  color: #BBDDFF !important;
  background: transparent;
  border: none;
}

.button.make-primary.make-link:not(:disabled):hover, .button.make-primary.make-link:not(:disabled):focus, .button.make-primary.make-link:not(:disabled):active {
  color: #88c4ff !important;
  text-decoration: underline;
  background: rgba(187, 221, 255, 0.1);
}

.button.make-primary.make-outlined {
  color: #BBDDFF !important;
  background: transparent;
  border: 1px solid #BBDDFF;
}

.button.make-primary.make-outlined:not(:disabled):hover, .button.make-primary.make-outlined:not(:disabled):focus, .button.make-primary.make-outlined:not(:disabled):active {
  color: #222528 !important;
  background: #BBDDFF !important;
  border-color: #BBDDFF;
}

.button.make-info {
  color: #FCFCFC !important;
  background: #1982C4;
  border: 1px solid #1982C4;
}

.button.make-info:not(:disabled):hover, .button.make-info:not(:disabled):focus, .button.make-info:not(:disabled):active {
  background: #156ca2;
  border-color: #156ca2;
}

.button.make-info.make-reversed {
  color: #1982C4 !important;
  background: #FCFCFC;
  border: 1px solid #FCFCFC;
}

.button.make-info.make-reversed:not(:disabled):hover, .button.make-info.make-reversed:not(:disabled):focus, .button.make-info.make-reversed:not(:disabled):active {
  background: #f2f2f2;
  border-color: #FCFCFC;
}

.button.make-info.make-reversed.make-outlined {
  color: #FCFCFC !important;
  background: transparent !important;
  border: 1px solid #FCFCFC;
}

.button.make-info.make-reversed.make-outlined:not(:disabled):hover, .button.make-info.make-reversed.make-outlined:not(:disabled):focus, .button.make-info.make-reversed.make-outlined:not(:disabled):active {
  color: #FCFCFC !important;
  background: #1982C4;
  border-color: #1982C4;
}

.button.make-info.make-link {
  color: #1982C4 !important;
  background: transparent;
  border: none;
}

.button.make-info.make-link:not(:disabled):hover, .button.make-info.make-link:not(:disabled):focus, .button.make-info.make-link:not(:disabled):active {
  color: #136497 !important;
  text-decoration: underline;
  background: rgba(25, 130, 196, 0.1);
}

.button.make-info.make-outlined {
  color: #1982C4 !important;
  background: transparent;
  border: 1px solid #1982C4;
}

.button.make-info.make-outlined:not(:disabled):hover, .button.make-info.make-outlined:not(:disabled):focus, .button.make-info.make-outlined:not(:disabled):active {
  color: #FCFCFC !important;
  background: #1982C4 !important;
  border-color: #1982C4;
}

.button.make-success {
  color: #FCFCFC !important;
  background: #66BB44;
  border: 1px solid #66BB44;
}

.button.make-success:not(:disabled):hover, .button.make-success:not(:disabled):focus, .button.make-success:not(:disabled):active {
  background: #579f3a;
  border-color: #579f3a;
}

.button.make-success.make-reversed {
  color: #66BB44 !important;
  background: #FCFCFC;
  border: 1px solid #FCFCFC;
}

.button.make-success.make-reversed:not(:disabled):hover, .button.make-success.make-reversed:not(:disabled):focus, .button.make-success.make-reversed:not(:disabled):active {
  background: #f2f2f2;
  border-color: #FCFCFC;
}

.button.make-success.make-reversed.make-outlined {
  color: #FCFCFC !important;
  background: transparent !important;
  border: 1px solid #FCFCFC;
}

.button.make-success.make-reversed.make-outlined:not(:disabled):hover, .button.make-success.make-reversed.make-outlined:not(:disabled):focus, .button.make-success.make-reversed.make-outlined:not(:disabled):active {
  color: #FCFCFC !important;
  background: #66BB44;
  border-color: #66BB44;
}

.button.make-success.make-link {
  color: #66BB44 !important;
  background: transparent;
  border: none;
}

.button.make-success.make-link:not(:disabled):hover, .button.make-success.make-link:not(:disabled):focus, .button.make-success.make-link:not(:disabled):active {
  color: #529636 !important;
  text-decoration: underline;
  background: rgba(102, 187, 68, 0.1);
}

.button.make-success.make-outlined {
  color: #66BB44 !important;
  background: transparent;
  border: 1px solid #66BB44;
}

.button.make-success.make-outlined:not(:disabled):hover, .button.make-success.make-outlined:not(:disabled):focus, .button.make-success.make-outlined:not(:disabled):active {
  color: #FCFCFC !important;
  background: #66BB44 !important;
  border-color: #66BB44;
}

.button.make-warning {
  color: #222528 !important;
  background: #FFCC25;
  border: 1px solid #FFCC25;
}

.button.make-warning:not(:disabled):hover, .button.make-warning:not(:disabled):focus, .button.make-warning:not(:disabled):active {
  background: #fec200;
  border-color: #fec200;
}

.button.make-warning.make-reversed {
  color: #FFCC25 !important;
  background: #222528;
  border: 1px solid #222528;
}

.button.make-warning.make-reversed:not(:disabled):hover, .button.make-warning.make-reversed:not(:disabled):focus, .button.make-warning.make-reversed:not(:disabled):active {
  background: #191b1e;
  border-color: #222528;
}

.button.make-warning.make-reversed.make-outlined {
  color: #222528 !important;
  background: transparent !important;
  border: 1px solid #222528;
}

.button.make-warning.make-reversed.make-outlined:not(:disabled):hover, .button.make-warning.make-reversed.make-outlined:not(:disabled):focus, .button.make-warning.make-reversed.make-outlined:not(:disabled):active {
  color: #222528 !important;
  background: #FFCC25;
  border-color: #FFCC25;
}

.button.make-warning.make-link {
  color: #FFCC25 !important;
  background: transparent;
  border: none;
}

.button.make-warning.make-link:not(:disabled):hover, .button.make-warning.make-link:not(:disabled):focus, .button.make-warning.make-link:not(:disabled):active {
  color: #f1b900 !important;
  text-decoration: underline;
  background: rgba(255, 204, 37, 0.1);
}

.button.make-warning.make-outlined {
  color: #FFCC25 !important;
  background: transparent;
  border: 1px solid #FFCC25;
}

.button.make-warning.make-outlined:not(:disabled):hover, .button.make-warning.make-outlined:not(:disabled):focus, .button.make-warning.make-outlined:not(:disabled):active {
  color: #222528 !important;
  background: #FFCC25 !important;
  border-color: #FFCC25;
}

.button.make-danger {
  color: #FCFCFC !important;
  background: #EE2233;
  border: 1px solid #EE2233;
}

.button.make-danger:not(:disabled):hover, .button.make-danger:not(:disabled):focus, .button.make-danger:not(:disabled):active {
  background: #d91121;
  border-color: #d91121;
}

.button.make-danger.make-reversed {
  color: #EE2233 !important;
  background: #FCFCFC;
  border: 1px solid #FCFCFC;
}

.button.make-danger.make-reversed:not(:disabled):hover, .button.make-danger.make-reversed:not(:disabled):focus, .button.make-danger.make-reversed:not(:disabled):active {
  background: #f2f2f2;
  border-color: #FCFCFC;
}

.button.make-danger.make-reversed.make-outlined {
  color: #FCFCFC !important;
  background: transparent !important;
  border: 1px solid #FCFCFC;
}

.button.make-danger.make-reversed.make-outlined:not(:disabled):hover, .button.make-danger.make-reversed.make-outlined:not(:disabled):focus, .button.make-danger.make-reversed.make-outlined:not(:disabled):active {
  color: #FCFCFC !important;
  background: #EE2233;
  border-color: #EE2233;
}

.button.make-danger.make-link {
  color: #EE2233 !important;
  background: transparent;
  border: none;
}

.button.make-danger.make-link:not(:disabled):hover, .button.make-danger.make-link:not(:disabled):focus, .button.make-danger.make-link:not(:disabled):active {
  color: #cd1020 !important;
  text-decoration: underline;
  background: rgba(238, 34, 51, 0.1);
}

.button.make-danger.make-outlined {
  color: #EE2233 !important;
  background: transparent;
  border: 1px solid #EE2233;
}

.button.make-danger.make-outlined:not(:disabled):hover, .button.make-danger.make-outlined:not(:disabled):focus, .button.make-danger.make-outlined:not(:disabled):active {
  color: #FCFCFC !important;
  background: #EE2233 !important;
  border-color: #EE2233;
}

.button.make-light {
  color: #222528 !important;
  background: #FCFCFC;
  border: 1px solid #FCFCFC;
}

.button.make-light:not(:disabled):hover, .button.make-light:not(:disabled):focus, .button.make-light:not(:disabled):active {
  background: #e9e9e9;
  border-color: #e9e9e9;
}

.button.make-light.make-reversed {
  color: #FCFCFC !important;
  background: #222528;
  border: 1px solid #222528;
}

.button.make-light.make-reversed:not(:disabled):hover, .button.make-light.make-reversed:not(:disabled):focus, .button.make-light.make-reversed:not(:disabled):active {
  background: #191b1e;
  border-color: #222528;
}

.button.make-light.make-reversed.make-outlined {
  color: #222528 !important;
  background: transparent !important;
  border: 1px solid #222528;
}

.button.make-light.make-reversed.make-outlined:not(:disabled):hover, .button.make-light.make-reversed.make-outlined:not(:disabled):focus, .button.make-light.make-reversed.make-outlined:not(:disabled):active {
  color: #222528 !important;
  background: #FCFCFC;
  border-color: #FCFCFC;
}

.button.make-light.make-link {
  color: #FCFCFC !important;
  background: transparent;
  border: none;
}

.button.make-light.make-link:not(:disabled):hover, .button.make-light.make-link:not(:disabled):focus, .button.make-light.make-link:not(:disabled):active {
  color: #e3e3e3 !important;
  text-decoration: underline;
  background: rgba(228, 228, 232, 0.1);
}

.button.make-light.make-outlined {
  color: #FCFCFC !important;
  background: transparent;
  border: 1px solid #FCFCFC;
}

.button.make-light.make-outlined:not(:disabled):hover, .button.make-light.make-outlined:not(:disabled):focus, .button.make-light.make-outlined:not(:disabled):active {
  color: #222528 !important;
  background: #FCFCFC !important;
  border-color: #FCFCFC;
}

.button.make-dark {
  color: #FCFCFC !important;
  background: #222528;
  border: 1px solid #222528;
}

.button.make-dark:not(:disabled):hover, .button.make-dark:not(:disabled):focus, .button.make-dark:not(:disabled):active {
  background: #101213;
  border-color: #101213;
}

.button.make-dark.make-reversed {
  color: #222528 !important;
  background: #FCFCFC;
  border: 1px solid #FCFCFC;
}

.button.make-dark.make-reversed:not(:disabled):hover, .button.make-dark.make-reversed:not(:disabled):focus, .button.make-dark.make-reversed:not(:disabled):active {
  background: #f2f2f2;
  border-color: #FCFCFC;
}

.button.make-dark.make-reversed.make-outlined {
  color: #FCFCFC !important;
  background: transparent !important;
  border: 1px solid #FCFCFC;
}

.button.make-dark.make-reversed.make-outlined:not(:disabled):hover, .button.make-dark.make-reversed.make-outlined:not(:disabled):focus, .button.make-dark.make-reversed.make-outlined:not(:disabled):active {
  color: #FCFCFC !important;
  background: #222528;
  border-color: #222528;
}

.button.make-dark.make-link {
  color: #222528 !important;
  background: transparent;
  border: none;
}

.button.make-dark.make-link:not(:disabled):hover, .button.make-dark.make-link:not(:disabled):focus, .button.make-dark.make-link:not(:disabled):active {
  color: #0b0c0c !important;
  text-decoration: underline;
  background: rgba(34, 37, 40, 0.1);
}

.button.make-dark.make-outlined {
  color: #222528 !important;
  background: transparent;
  border: 1px solid #222528;
}

.button.make-dark.make-outlined:not(:disabled):hover, .button.make-dark.make-outlined:not(:disabled):focus, .button.make-dark.make-outlined:not(:disabled):active {
  color: #FCFCFC !important;
  background: #222528 !important;
  border-color: #222528;
}

.button.make-smaller {
  font-size: 1.06666rem;
}

.button.make-small {
  font-size: 1.28rem;
}

.button.make-large {
  font-size: 2.13333rem;
}

.button.make-larger {
  font-size: 2.56rem;
}

.button.make-block {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  font-size: 1.8rem;
}

.button.make-radial {
  border-radius: 0.6rem;
}

.button.make-round {
  border-radius: 3.5rem;
}

/* =================================================== */
/* BUTTON-GROUPS */
/* =================================================== */
.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.buttons > .button:not(.make-block) {
  margin-bottom: 0.25em;
  margin-right: 0.25em;
}

.buttons > .button:not(.make-block):last-child {
  margin-right: none;
}

.buttons.make-solid > .button:not(.make-block):not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.buttons.make-solid > .button:not(.make-block):not(:last-child) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.buttons.make-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.buttons.make-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* =================================================== */
/* LOADERS */
/* =================================================== */
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.loader {
  position: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.6rem solid rgba(192, 192, 192, 0.3);
  border-left-color: #C0C0C0;
  border-radius: 50%;
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
}

.loader.make-primary {
  border-color: rgba(187, 221, 255, 0.3);
  border-left-color: #BBDDFF;
}

.loader.make-info {
  border-color: rgba(25, 130, 196, 0.3);
  border-left-color: #1982C4;
}

.loader.make-success {
  border-color: rgba(102, 187, 68, 0.3);
  border-left-color: #66BB44;
}

.loader.make-warning {
  border-color: rgba(255, 204, 37, 0.3);
  border-left-color: #FFCC25;
}

.loader.make-danger {
  border-color: rgba(238, 34, 51, 0.3);
  border-left-color: #EE2233;
}

.loader.make-light {
  border-color: rgba(252, 252, 252, 0.3);
  border-left-color: #FCFCFC;
}

.loader.make-dark {
  border-color: rgba(34, 37, 40, 0.3);
  border-left-color: #222528;
}

.loader.make-large {
  position: inline-flex;
  width: 3.2rem;
  height: 3.2rem;
  border: 0.8rem solid rgba(192, 192, 192, 0.3);
  border-left-color: #C0C0C0;
  border-radius: 50%;
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
}

.loader.make-large.make-primary {
  border-color: rgba(187, 221, 255, 0.3);
  border-left-color: #BBDDFF;
}

.loader.make-large.make-info {
  border-color: rgba(25, 130, 196, 0.3);
  border-left-color: #1982C4;
}

.loader.make-large.make-success {
  border-color: rgba(102, 187, 68, 0.3);
  border-left-color: #66BB44;
}

.loader.make-large.make-warning {
  border-color: rgba(255, 204, 37, 0.3);
  border-left-color: #FFCC25;
}

.loader.make-large.make-danger {
  border-color: rgba(238, 34, 51, 0.3);
  border-left-color: #EE2233;
}

.loader.make-large.make-light {
  border-color: rgba(252, 252, 252, 0.3);
  border-left-color: #FCFCFC;
}

.loader.make-large.make-dark {
  border-color: rgba(34, 37, 40, 0.3);
  border-left-color: #222528;
}

.loader.make-larger {
  position: inline-flex;
  width: 4rem;
  height: 4rem;
  border: 1rem solid rgba(192, 192, 192, 0.3);
  border-left-color: #C0C0C0;
  border-radius: 50%;
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
}

.loader.make-larger.make-primary {
  border-color: rgba(187, 221, 255, 0.3);
  border-left-color: #BBDDFF;
}

.loader.make-larger.make-info {
  border-color: rgba(25, 130, 196, 0.3);
  border-left-color: #1982C4;
}

.loader.make-larger.make-success {
  border-color: rgba(102, 187, 68, 0.3);
  border-left-color: #66BB44;
}

.loader.make-larger.make-warning {
  border-color: rgba(255, 204, 37, 0.3);
  border-left-color: #FFCC25;
}

.loader.make-larger.make-danger {
  border-color: rgba(238, 34, 51, 0.3);
  border-left-color: #EE2233;
}

.loader.make-larger.make-light {
  border-color: rgba(252, 252, 252, 0.3);
  border-left-color: #FCFCFC;
}

.loader.make-larger.make-dark {
  border-color: rgba(34, 37, 40, 0.3);
  border-left-color: #222528;
}

/* =================================================== */
/* PROGRESS BAR */
/* =================================================== */
.progress {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  width: 100%;
  height: 2rem;
  padding: 0;
  border-radius: 0.3rem;
  overflow: hidden;
}

.progress:not(:last-child) {
  margin-bottom: 1.5rem;
}

.progress::-webkit-progress-bar {
  background-color: #E4E4E8;
}

.progress::-moz-progress-bar {
  background-color: #bbbbc5;
}

.progress::-webkit-progress-value {
  background-color: #bbbbc5;
}

.progress::-ms-fill {
  background-color: #bbbbc5;
  border: none;
}

.progress.make-primary::-webkit-progress-value {
  background-color: #BBDDFF;
}

.progress.make-primary::-moz-progress-bar {
  background-color: #BBDDFF;
}

.progress.make-primary::-ms-fill {
  background-color: #BBDDFF;
}

.progress.make-info::-webkit-progress-value {
  background-color: #1982C4;
}

.progress.make-info::-moz-progress-bar {
  background-color: #1982C4;
}

.progress.make-info::-ms-fill {
  background-color: #1982C4;
}

.progress.make-success::-webkit-progress-value {
  background-color: #66BB44;
}

.progress.make-success::-moz-progress-bar {
  background-color: #66BB44;
}

.progress.make-success::-ms-fill {
  background-color: #66BB44;
}

.progress.make-warning::-webkit-progress-value {
  background-color: #FFCC25;
}

.progress.make-warning::-moz-progress-bar {
  background-color: #FFCC25;
}

.progress.make-warning::-ms-fill {
  background-color: #FFCC25;
}

.progress.make-danger::-webkit-progress-value {
  background-color: #EE2233;
}

.progress.make-danger::-moz-progress-bar {
  background-color: #EE2233;
}

.progress.make-danger::-ms-fill {
  background-color: #EE2233;
}

.progress.make-light::-webkit-progress-value {
  background-color: #FCFCFC;
}

.progress.make-light::-moz-progress-bar {
  background-color: #FCFCFC;
}

.progress.make-light::-ms-fill {
  background-color: #FCFCFC;
}

.progress.make-dark::-webkit-progress-value {
  background-color: #222528;
}

.progress.make-dark::-moz-progress-bar {
  background-color: #222528;
}

.progress.make-dark::-ms-fill {
  background-color: #222528;
}

/* =================================================== */
/* TAGS */
/* =================================================== */
.tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #222528;
  background: #E4E4E8;
  border-radius: 0.3rem;
}

.tag.make-primary {
  color: #222528;
  background: #BBDDFF;
}

.tag.make-primary.make-outlined {
  color: #BBDDFF !important;
  background: transparent;
  border: 1px solid #BBDDFF;
}

.tag.make-primary.make-reversed {
  color: #BBDDFF !important;
  background: #222528;
}

.tag.make-info {
  color: #FCFCFC;
  background: #1982C4;
}

.tag.make-info.make-outlined {
  color: #1982C4 !important;
  background: transparent;
  border: 1px solid #1982C4;
}

.tag.make-info.make-reversed {
  color: #1982C4 !important;
  background: #FCFCFC;
}

.tag.make-success {
  color: #FCFCFC;
  background: #66BB44;
}

.tag.make-success.make-outlined {
  color: #66BB44 !important;
  background: transparent;
  border: 1px solid #66BB44;
}

.tag.make-success.make-reversed {
  color: #66BB44 !important;
  background: #FCFCFC;
}

.tag.make-warning {
  color: #222528;
  background: #FFCC25;
}

.tag.make-warning.make-outlined {
  color: #FFCC25 !important;
  background: transparent;
  border: 1px solid #FFCC25;
}

.tag.make-warning.make-reversed {
  color: #FFCC25 !important;
  background: #222528;
}

.tag.make-danger {
  color: #FCFCFC;
  background: #EE2233;
}

.tag.make-danger.make-outlined {
  color: #EE2233 !important;
  background: transparent;
  border: 1px solid #EE2233;
}

.tag.make-danger.make-reversed {
  color: #EE2233 !important;
  background: #FCFCFC;
}

.tag.make-light {
  color: #222528;
  background: #FCFCFC;
}

.tag.make-light.make-outlined {
  color: #FCFCFC !important;
  background: transparent;
  border: 1px solid #FCFCFC;
}

.tag.make-light.make-reversed {
  color: #FCFCFC !important;
  background: #222528;
}

.tag.make-dark {
  color: #FCFCFC;
  background: #222528;
}

.tag.make-dark.make-outlined {
  color: #222528 !important;
  background: transparent;
  border: 1px solid #222528;
}

.tag.make-dark.make-reversed {
  color: #222528 !important;
  background: #FCFCFC;
}

.tag.make-bullet {
  border-radius: 2.0rem;
}

/* =================================================== */
/* TAG-GROUPS */
/* =================================================== */
.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tags > .tag {
  margin-bottom: 0.25em;
  margin-right: 0.25em;
}

.tags > .tag:last-child {
  margin-right: none;
}

.tags.make-solid > .tag:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tags.make-solid > .tag:not(:last-child) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* =================================================== */
/* BACKGROUNDS */
/* =================================================== */
.make-background-primary {
  color: #222528;
  background: #BBDDFF;
}

.make-background-primary a:not(.button) {
  color: #222528;
}

.make-background-primary a:not(.button):hover {
  text-decoration: underline;
}

.make-background-info {
  color: #FCFCFC;
  background: #1982C4;
}

.make-background-info a:not(.button) {
  color: #FCFCFC;
}

.make-background-info a:not(.button):hover {
  text-decoration: underline;
}

.make-background-success {
  color: #FCFCFC;
  background: #66BB44;
}

.make-background-success a:not(.button) {
  color: #FCFCFC;
}

.make-background-success a:not(.button):hover {
  text-decoration: underline;
}

.make-background-warning {
  color: #222528;
  background: #FFCC25;
}

.make-background-warning a:not(.button) {
  color: #222528;
}

.make-background-warning a:not(.button):hover {
  text-decoration: underline;
}

.make-background-danger {
  color: #FCFCFC;
  background: #EE2233;
}

.make-background-danger a:not(.button) {
  color: #FCFCFC;
}

.make-background-danger a:not(.button):hover {
  text-decoration: underline;
}

.make-background-light {
  color: #222528;
  background: #FCFCFC;
}

.make-background-light a:not(.button) {
  color: #222528;
}

.make-background-light a:not(.button):hover {
  text-decoration: underline;
}

.make-background-dark {
  color: #FCFCFC;
  background: #222528;
}

.make-background-dark a:not(.button) {
  color: #FCFCFC;
}

.make-background-dark a:not(.button):hover {
  text-decoration: underline;
}

/* =================================================== */
/* DISPLAYS */
/* =================================================== */
.make-display-block {
  display: block;
}

.make-display-inline-block {
  display: inline-block;
}

.make-display-inline {
  display: inline;
}

.make-display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.make-display-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* =================================================== */
/* ELEVATIONS */
/* =================================================== */
.make-raised {
  -webkit-box-shadow: 0 0.25rem 0.75rem -0.25rem rgba(0, 0, 0, 0.75);
          box-shadow: 0 0.25rem 0.75rem -0.25rem rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 10;
}

.make-raised-high {
  -webkit-box-shadow: 0 0.5rem 1.5rem -0.5rem rgba(0, 0, 0, 0.75);
          box-shadow: 0 0.5rem 1.5rem -0.5rem rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 15;
}

.make-raised-higher {
  -webkit-box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.75);
          box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 20;
}

.make-raised-highest {
  -webkit-box-shadow: 0 1.5rem 4.5rem -1.5rem rgba(0, 0, 0, 0.75);
          box-shadow: 0 1.5rem 4.5rem -1.5rem rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 25;
}

.make-hoverable {
  -webkit-box-shadow: 0 0.25rem 0.75rem -0.25rem rgba(0, 0, 0, 0.75);
          box-shadow: 0 0.25rem 0.75rem -0.25rem rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 10;
}

.make-hoverable:hover {
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.make-hoverable-high {
  -webkit-box-shadow: 0 0.5rem 1.5rem -0.5rem rgba(0, 0, 0, 0.75);
          box-shadow: 0 0.5rem 1.5rem -0.5rem rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 15;
}

.make-hoverable-high:hover {
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.make-hoverable-higher {
  -webkit-box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.75);
          box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 20;
}

.make-hoverable-higher:hover {
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.make-hoverable-highest {
  -webkit-box-shadow: 0 1.5rem 4.5rem -1.5rem rgba(0, 0, 0, 0.75);
          box-shadow: 0 1.5rem 4.5rem -1.5rem rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 25;
}

.make-hoverable-highest:hover {
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.make-raisable {
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 10;
}

.make-raisable:hover {
  -webkit-box-shadow: 0 0.25rem 0.75rem -0.25rem rgba(0, 0, 0, 0.75);
          box-shadow: 0 0.25rem 0.75rem -0.25rem rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 0;
}

.make-raisable-high {
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 15;
}

.make-raisable-high:hover {
  -webkit-box-shadow: 0 0.5rem 1.5rem -0.5rem rgba(0, 0, 0, 0.75);
          box-shadow: 0 0.5rem 1.5rem -0.5rem rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 0;
}

.make-raisable-higher {
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 20;
}

.make-raisable-higher:hover {
  -webkit-box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.75);
          box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 0;
}

.make-raisable-highest {
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 25;
}

.make-raisable-highest:hover {
  -webkit-box-shadow: 0 1.5rem 4.5rem -1.5rem rgba(0, 0, 0, 0.75);
          box-shadow: 0 1.5rem 4.5rem -1.5rem rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 0;
}

/* =================================================== */
/* PLACEMENTS */
/* =================================================== */
.make-float-left {
  float: left;
}

.make-float-center {
  margin: 0 auto;
  text-align: center;
}

.make-float-right {
  float: right;
}

.make-float-none {
  float: none !important;
}

.make-justify-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.make-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.make-justify-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.make-justify-equal {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.make-justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.make-align-v-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.make-align-v-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.make-align-v-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.make-align-v-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.make-align-v-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.make-align-v-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.make-align-v-self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.make-align-v-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.make-full-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* =================================================== */
/* VISIBILITIES */
/* =================================================== */
.make-hidden {
  display: none !important;
}

.make-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 639px) {
  .make-phone-hidden {
    display: none !important;
  }
  .make-phone-invisible {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 0) and (max-width: 639px) {
  .make-hidden-phone-only {
    display: none !important;
  }
  .make-invisible-phone-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 640px) {
  .make-tablet-hidden {
    display: none !important;
  }
  .make-tablet-invisible {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 640px) and (max-width: 959px) {
  .make-hidden-tablet-only {
    display: none !important;
  }
  .make-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 959px) {
  .make-hidden-tablet-down {
    display: none !important;
  }
  .make-invisible-tablet-down {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 960px) {
  .make-desktop-hidden {
    display: none !important;
  }
  .make-desktop-invisible {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .make-hidden-desktop-only {
    display: none !important;
  }
  .make-invisible-desktop-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1199px) {
  .make-hidden-desktop-down {
    display: none !important;
  }
  .make-invisible-desktop-down {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1200px) {
  .make-widescreen-hidden {
    display: none !important;
  }
  .make-widescreen-invisible {
    visibility: hidden !important;
  }
}

/* =================================================== */
/* UTILITIES */
/* =================================================== */
.make-clearfix {
  display: inline-block;
}

.make-clearfix::after {
  content: '';
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
}

.make-no-margins {
  margin: 0 !important;
}

.make-no-paddings {
  padding: 0 !important;
}

.make-margin-5 {
  margin: 0.5rem;
}

.make-padding-5 {
  padding: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.make-margin-10 {
  margin: 1rem;
}

.make-padding-10 {
  padding: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.make-margin-15 {
  margin: 1.5rem;
}

.make-padding-15 {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.make-margin-20 {
  margin: 2rem;
}

.make-padding-20 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.make-margin-25 {
  margin: 2.5rem;
}

.make-padding-25 {
  padding: 2.5rem;
}

.make-margin-25-vertical {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.make-padding-25-vertical {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.make-margin-25-top {
  margin-top: 2.5rem;
}

.make-padding-25-top {
  padding-top: 2.5rem;
}

.make-margin-25-bottom {
  margin-bottom: 2.5rem;
}

.make-padding-25-bottom {
  padding-bottom: 2.5rem;
}

.make-margin-25-horizontal {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.make-padding-25-horizontal {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.make-margin-25-left {
  margin-left: 2.5rem;
}

.make-padding-25-left {
  padding-left: 2.5rem;
}

.make-margin-25-right {
  margin-right: 2.5rem;
}

.make-padding-25-right {
  padding-right: 2.5rem;
}

.make-margin-30 {
  margin: 3rem;
}

.make-padding-30 {
  padding: 3rem;
}

.make-margin-30-vertical {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.make-padding-30-vertical {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.make-margin-30-top {
  margin-top: 3rem;
}

.make-padding-30-top {
  padding-top: 3rem;
}

.make-margin-30-bottom {
  margin-bottom: 3rem;
}

.make-padding-30-bottom {
  padding-bottom: 3rem;
}

.make-margin-30-horizontal {
  margin-left: 3rem;
  margin-right: 3rem;
}

.make-padding-30-horizontal {
  padding-left: 3rem;
  padding-right: 3rem;
}

.make-margin-30-left {
  margin-left: 3rem;
}

.make-padding-30-left {
  padding-left: 3rem;
}

.make-margin-30-right {
  margin-right: 3rem;
}

.make-padding-30-right {
  padding-right: 3rem;
}

.make-margin-35 {
  margin: 3.5rem;
}

.make-padding-35 {
  padding: 3.5rem;
}

.make-margin-35-vertical {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.make-padding-35-vertical {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.make-margin-35-top {
  margin-top: 3.5rem;
}

.make-padding-35-top {
  padding-top: 3.5rem;
}

.make-margin-35-bottom {
  margin-bottom: 3.5rem;
}

.make-padding-35-bottom {
  padding-bottom: 3.5rem;
}

.make-margin-35-horizontal {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.make-padding-35-horizontal {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.make-margin-35-left {
  margin-left: 3.5rem;
}

.make-padding-35-left {
  padding-left: 3.5rem;
}

.make-margin-35-right {
  margin-right: 3.5rem;
}

.make-padding-35-right {
  padding-right: 3.5rem;
}

.make-margin-40 {
  margin: 4rem;
}

.make-padding-40 {
  padding: 4rem;
}

.make-margin-40-vertical {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.make-padding-40-vertical {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.make-margin-40-top {
  margin-top: 4rem;
}

.make-padding-40-top {
  padding-top: 4rem;
}

.make-margin-40-bottom {
  margin-bottom: 4rem;
}

.make-padding-40-bottom {
  padding-bottom: 4rem;
}

.make-margin-40-horizontal {
  margin-left: 4rem;
  margin-right: 4rem;
}

.make-padding-40-horizontal {
  padding-left: 4rem;
  padding-right: 4rem;
}

.make-margin-40-left {
  margin-left: 4rem;
}

.make-padding-40-left {
  padding-left: 4rem;
}

.make-margin-40-right {
  margin-right: 4rem;
}

.make-padding-40-right {
  padding-right: 4rem;
}

.make-margin-45 {
  margin: 4.5rem;
}

.make-padding-45 {
  padding: 4.5rem;
}

.make-margin-45-vertical {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.make-padding-45-vertical {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.make-margin-45-top {
  margin-top: 4.5rem;
}

.make-padding-45-top {
  padding-top: 4.5rem;
}

.make-margin-45-bottom {
  margin-bottom: 4.5rem;
}

.make-padding-45-bottom {
  padding-bottom: 4.5rem;
}

.make-margin-45-horizontal {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.make-padding-45-horizontal {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.make-margin-45-left {
  margin-left: 4.5rem;
}

.make-padding-45-left {
  padding-left: 4.5rem;
}

.make-margin-45-right {
  margin-right: 4.5rem;
}

.make-padding-45-right {
  padding-right: 4.5rem;
}

.make-margin-50 {
  margin: 5rem;
}

.make-padding-50 {
  padding: 5rem;
}

.make-margin-50-vertical {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.make-padding-50-vertical {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.make-margin-50-top {
  margin-top: 5rem;
}

.make-padding-50-top {
  padding-top: 5rem;
}

.make-margin-50-bottom {
  margin-bottom: 5rem;
}

.make-padding-50-bottom {
  padding-bottom: 5rem;
}

.make-margin-50-horizontal {
  margin-left: 5rem;
  margin-right: 5rem;
}

.make-padding-50-horizontal {
  padding-left: 5rem;
  padding-right: 5rem;
}

.make-margin-50-left {
  margin-left: 5rem;
}

.make-padding-50-left {
  padding-left: 5rem;
}

.make-margin-50-right {
  margin-right: 5rem;
}

.make-padding-50-right {
  padding-right: 5rem;
}

.make-margin-55 {
  margin: 5.5rem;
}

.make-padding-55 {
  padding: 5.5rem;
}

.make-margin-55-vertical {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.make-padding-55-vertical {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.make-margin-55-top {
  margin-top: 5.5rem;
}

.make-padding-55-top {
  padding-top: 5.5rem;
}

.make-margin-55-bottom {
  margin-bottom: 5.5rem;
}

.make-padding-55-bottom {
  padding-bottom: 5.5rem;
}

.make-margin-55-horizontal {
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}

.make-padding-55-horizontal {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.make-margin-55-left {
  margin-left: 5.5rem;
}

.make-padding-55-left {
  padding-left: 5.5rem;
}

.make-margin-55-right {
  margin-right: 5.5rem;
}

.make-padding-55-right {
  padding-right: 5.5rem;
}

.make-margin-60 {
  margin: 6rem;
}

.make-padding-60 {
  padding: 6rem;
}

.make-margin-60-vertical {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.make-padding-60-vertical {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.make-margin-60-top {
  margin-top: 6rem;
}

.make-padding-60-top {
  padding-top: 6rem;
}

.make-margin-60-bottom {
  margin-bottom: 6rem;
}

.make-padding-60-bottom {
  padding-bottom: 6rem;
}

.make-margin-60-horizontal {
  margin-left: 6rem;
  margin-right: 6rem;
}

.make-padding-60-horizontal {
  padding-left: 6rem;
  padding-right: 6rem;
}

.make-margin-60-left {
  margin-left: 6rem;
}

.make-padding-60-left {
  padding-left: 6rem;
}

.make-margin-60-right {
  margin-right: 6rem;
}

.make-padding-60-right {
  padding-right: 6rem;
}

.make-margin-65 {
  margin: 6.5rem;
}

.make-padding-65 {
  padding: 6.5rem;
}

.make-margin-65-vertical {
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}

.make-padding-65-vertical {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.make-margin-65-top {
  margin-top: 6.5rem;
}

.make-padding-65-top {
  padding-top: 6.5rem;
}

.make-margin-65-bottom {
  margin-bottom: 6.5rem;
}

.make-padding-65-bottom {
  padding-bottom: 6.5rem;
}

.make-margin-65-horizontal {
  margin-left: 6.5rem;
  margin-right: 6.5rem;
}

.make-padding-65-horizontal {
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

.make-margin-65-left {
  margin-left: 6.5rem;
}

.make-padding-65-left {
  padding-left: 6.5rem;
}

.make-margin-65-right {
  margin-right: 6.5rem;
}

.make-padding-65-right {
  padding-right: 6.5rem;
}

.make-margin-70 {
  margin: 7rem;
}

.make-padding-70 {
  padding: 7rem;
}

.make-margin-70-vertical {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.make-padding-70-vertical {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.make-margin-70-top {
  margin-top: 7rem;
}

.make-padding-70-top {
  padding-top: 7rem;
}

.make-margin-70-bottom {
  margin-bottom: 7rem;
}

.make-padding-70-bottom {
  padding-bottom: 7rem;
}

.make-margin-70-horizontal {
  margin-left: 7rem;
  margin-right: 7rem;
}

.make-padding-70-horizontal {
  padding-left: 7rem;
  padding-right: 7rem;
}

.make-margin-70-left {
  margin-left: 7rem;
}

.make-padding-70-left {
  padding-left: 7rem;
}

.make-margin-70-right {
  margin-right: 7rem;
}

.make-padding-70-right {
  padding-right: 7rem;
}

.make-margin-75 {
  margin: 7.5rem;
}

.make-padding-75 {
  padding: 7.5rem;
}

.make-margin-75-vertical {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.make-padding-75-vertical {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.make-margin-75-top {
  margin-top: 7.5rem;
}

.make-padding-75-top {
  padding-top: 7.5rem;
}

.make-margin-75-bottom {
  margin-bottom: 7.5rem;
}

.make-padding-75-bottom {
  padding-bottom: 7.5rem;
}

.make-margin-75-horizontal {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

.make-padding-75-horizontal {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.make-margin-75-left {
  margin-left: 7.5rem;
}

.make-padding-75-left {
  padding-left: 7.5rem;
}

.make-margin-75-right {
  margin-right: 7.5rem;
}

.make-padding-75-right {
  padding-right: 7.5rem;
}

.make-margin-80 {
  margin: 8rem;
}

.make-padding-80 {
  padding: 8rem;
}

.make-margin-80-vertical {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.make-padding-80-vertical {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.make-margin-80-top {
  margin-top: 8rem;
}

.make-padding-80-top {
  padding-top: 8rem;
}

.make-margin-80-bottom {
  margin-bottom: 8rem;
}

.make-padding-80-bottom {
  padding-bottom: 8rem;
}

.make-margin-80-horizontal {
  margin-left: 8rem;
  margin-right: 8rem;
}

.make-padding-80-horizontal {
  padding-left: 8rem;
  padding-right: 8rem;
}

.make-margin-80-left {
  margin-left: 8rem;
}

.make-padding-80-left {
  padding-left: 8rem;
}

.make-margin-80-right {
  margin-right: 8rem;
}

.make-padding-80-right {
  padding-right: 8rem;
}

.make-margin-85 {
  margin: 8.5rem;
}

.make-padding-85 {
  padding: 8.5rem;
}

.make-margin-85-vertical {
  margin-top: 8.5rem;
  margin-bottom: 8.5rem;
}

.make-padding-85-vertical {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

.make-margin-85-top {
  margin-top: 8.5rem;
}

.make-padding-85-top {
  padding-top: 8.5rem;
}

.make-margin-85-bottom {
  margin-bottom: 8.5rem;
}

.make-padding-85-bottom {
  padding-bottom: 8.5rem;
}

.make-margin-85-horizontal {
  margin-left: 8.5rem;
  margin-right: 8.5rem;
}

.make-padding-85-horizontal {
  padding-left: 8.5rem;
  padding-right: 8.5rem;
}

.make-margin-85-left {
  margin-left: 8.5rem;
}

.make-padding-85-left {
  padding-left: 8.5rem;
}

.make-margin-85-right {
  margin-right: 8.5rem;
}

.make-padding-85-right {
  padding-right: 8.5rem;
}

.make-margin-90 {
  margin: 9rem;
}

.make-padding-90 {
  padding: 9rem;
}

.make-margin-90-vertical {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.make-padding-90-vertical {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.make-margin-90-top {
  margin-top: 9rem;
}

.make-padding-90-top {
  padding-top: 9rem;
}

.make-margin-90-bottom {
  margin-bottom: 9rem;
}

.make-padding-90-bottom {
  padding-bottom: 9rem;
}

.make-margin-90-horizontal {
  margin-left: 9rem;
  margin-right: 9rem;
}

.make-padding-90-horizontal {
  padding-left: 9rem;
  padding-right: 9rem;
}

.make-margin-90-left {
  margin-left: 9rem;
}

.make-padding-90-left {
  padding-left: 9rem;
}

.make-margin-90-right {
  margin-right: 9rem;
}

.make-padding-90-right {
  padding-right: 9rem;
}

.make-margin-95 {
  margin: 9.5rem;
}

.make-padding-95 {
  padding: 9.5rem;
}

.make-margin-95-vertical {
  margin-top: 9.5rem;
  margin-bottom: 9.5rem;
}

.make-padding-95-vertical {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.make-margin-95-top {
  margin-top: 9.5rem;
}

.make-padding-95-top {
  padding-top: 9.5rem;
}

.make-margin-95-bottom {
  margin-bottom: 9.5rem;
}

.make-padding-95-bottom {
  padding-bottom: 9.5rem;
}

.make-margin-95-horizontal {
  margin-left: 9.5rem;
  margin-right: 9.5rem;
}

.make-padding-95-horizontal {
  padding-left: 9.5rem;
  padding-right: 9.5rem;
}

.make-margin-95-left {
  margin-left: 9.5rem;
}

.make-padding-95-left {
  padding-left: 9.5rem;
}

.make-margin-95-right {
  margin-right: 9.5rem;
}

.make-padding-95-right {
  padding-right: 9.5rem;
}

.make-margin-100 {
  margin: 10rem;
}

.make-padding-100 {
  padding: 10rem;
}

.make-margin-100-vertical {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.make-padding-100-vertical {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.make-margin-100-top {
  margin-top: 10rem;
}

.make-padding-100-top {
  padding-top: 10rem;
}

.make-margin-100-bottom {
  margin-bottom: 10rem;
}

.make-padding-100-bottom {
  padding-bottom: 10rem;
}

.make-margin-100-horizontal {
  margin-left: 10rem;
  margin-right: 10rem;
}

.make-padding-100-horizontal {
  padding-left: 10rem;
  padding-right: 10rem;
}

.make-margin-100-left {
  margin-left: 10rem;
}

.make-padding-100-left {
  padding-left: 10rem;
}

.make-margin-100-right {
  margin-right: 10rem;
}

.make-padding-100-right {
  padding-right: 10rem;
}

/* ========== SPARKLE.CSS (END) ========== */

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