/**
 * FormValidation (https://formvalidation.io)
 * The best validation library for JavaScript
 * (c) 2013 - 2020 Nguyen Huu Phuoc <me@phuoc.ng>
 */
.fv-sr-only {
  display: none; }

.fv-plugins-framework input::-ms-clear,
.fv-plugins-framework textarea::-ms-clear {
  display: none;
  height: 0;
  width: 0; }

.fv-plugins-icon-container {
  position: relative; }

.fv-plugins-icon {
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }

.fv-plugins-tooltip {
  position: absolute;
  z-index: 10000; }
  .fv-plugins-tooltip .fv-plugins-tooltip__content {
    background: #000;
    border-radius: 3px;
    color: #eee;
    padding: 10px;
    position: relative; }
    .fv-plugins-tooltip .fv-plugins-tooltip__content:before {
      border: 8px solid transparent;
      content: '';
      position: absolute; }

.fv-plugins-tooltip--hide {
  opacity: 0; }

.fv-plugins-tooltip--top-left {
  margin-top: 8px; }
  .fv-plugins-tooltip--top-left .fv-plugins-tooltip__content:before {
    border-top-color: #000;
    left: 8px;
    top: 100%; }

.fv-plugins-tooltip--top {
  margin-top: 8px; }
  .fv-plugins-tooltip--top .fv-plugins-tooltip__content:before {
    border-top-color: #000;
    left: 50%;
    margin-left: -8px;
    top: 100%; }

.fv-plugins-tooltip--top-right {
  margin-top: 8px; }
  .fv-plugins-tooltip--top-right .fv-plugins-tooltip__content:before {
    border-top-color: #000;
    right: 8px;
    top: 100%; }

.fv-plugins-tooltip--right .fv-plugins-tooltip__content:before {
  border-right-color: #000;
  margin-top: -8px;
  right: 100%;
  top: 50%; }

.fv-plugins-tooltip--bottom-right {
  margin-top: 8px; }
  .fv-plugins-tooltip--bottom-right .fv-plugins-tooltip__content:before {
    border-bottom-color: #000;
    bottom: 100%;
    right: 8px; }

.fv-plugins-tooltip--bottom {
  margin-top: 8px; }
  .fv-plugins-tooltip--bottom .fv-plugins-tooltip__content:before {
    border-bottom-color: #000;
    bottom: 100%;
    left: 50%;
    margin-left: -8px; }

.fv-plugins-tooltip--bottom-left {
  margin-top: 8px; }
  .fv-plugins-tooltip--bottom-left .fv-plugins-tooltip__content:before {
    border-bottom-color: #000;
    bottom: 100%;
    left: 8px; }

.fv-plugins-tooltip--left .fv-plugins-tooltip__content:before {
  border-left-color: #000;
  left: 100%;
  margin-top: -8px;
  top: 50%; }

.fv-plugins-tooltip-icon {
  cursor: pointer;
  pointer-events: inherit; }

.fv-plugins-bootstrap1 {
  /* For horizontal form */
  /* Stacked form */
  /* Inline form */
  /* Remove the icons generated by Bootstrap 4.2+ */ }
  .fv-plugins-bootstrap1 .fv-help-block {
    color: #dc3545;
    font-size: 80%;
    margin-top: .25rem; }
  .fv-plugins-bootstrap1 .is-invalid ~ .form-check-label,
  .fv-plugins-bootstrap1 .is-valid ~ .form-check-label {
    color: inherit; }
  .fv-plugins-bootstrap1 .has-danger .fv-plugins-icon {
    color: #dc3545; }
  .fv-plugins-bootstrap1 .has-success .fv-plugins-icon {
    color: #28a745; }
  .fv-plugins-bootstrap1 .fv-plugins-icon {
    height: 38px;
    line-height: 38px;
    width: 38px; }
  .fv-plugins-bootstrap1 .input-group ~ .fv-plugins-icon {
    z-index: 3; }
  .fv-plugins-bootstrap1 .form-group.row .fv-plugins-icon {
    right: 15px; }
  .fv-plugins-bootstrap1 .form-group.row .fv-plugins-icon-check {
    top: -7px;
    /* labelHeight/2 - iconHeight/2 */ }
  .fv-plugins-bootstrap1:not(.form-inline) label ~ .fv-plugins-icon {
    top: 32px; }
  .fv-plugins-bootstrap1:not(.form-inline) label ~ .fv-plugins-icon-check {
    top: 25px; }
  .fv-plugins-bootstrap1:not(.form-inline) label.sr-only ~ .fv-plugins-icon-check {
    top: -7px; }
  .fv-plugins-bootstrap1.form-inline .form-group {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: auto; }
  .fv-plugins-bootstrap1 .form-control.is-valid,
  .fv-plugins-bootstrap1 .form-control.is-invalid {
    background-image: none; }

.fv-plugins-bootstrap3 .help-block {
  margin-bottom: 0; }

.fv-plugins-bootstrap3 .input-group ~ .form-control-feedback {
  z-index: 4; }

.fv-plugins-bootstrap3.form-inline .form-group {
  vertical-align: top; }

.fv-plugins-bulma {
  /* Support add ons inside field */ }
  .fv-plugins-bulma .field.has-addons {
    flex-wrap: wrap; }
    .fv-plugins-bulma .field.has-addons::after {
      content: '';
      width: 100%; }
    .fv-plugins-bulma .field.has-addons .fv-plugins-message-container {
      order: 1; }
  .fv-plugins-bulma .icon.fv-plugins-icon-check {
    top: -4px; }
  .fv-plugins-bulma .fv-has-error .input,
  .fv-plugins-bulma .fv-has-error .textarea {
    border: 1px solid #ff3860;
    /* Same as .input.is-danger */ }
  .fv-plugins-bulma .fv-has-success .input,
  .fv-plugins-bulma .fv-has-success .textarea {
    border: 1px solid #23d160;
    /* Same as .input.is-success */ }

.fv-plugins-foundation {
  /* Stacked form */ }
  .fv-plugins-foundation .fv-plugins-icon {
    height: 39px;
    line-height: 39px;
    right: 0;
    width: 39px;
    /* Same as height of input */ }
  .fv-plugins-foundation .grid-padding-x .fv-plugins-icon {
    right: 15px; }
  .fv-plugins-foundation .fv-plugins-icon-container .cell {
    position: relative; }
  .fv-plugins-foundation [type="checkbox"] ~ .fv-plugins-icon,
  .fv-plugins-foundation [type="checkbox"] ~ .fv-plugins-icon {
    top: -7px;
    /* labelHeight/2 - iconHeight/2 */ }
  .fv-plugins-foundation.fv-stacked-form .fv-plugins-message-container {
    width: 100%; }
  .fv-plugins-foundation.fv-stacked-form label .fv-plugins-icon,
  .fv-plugins-foundation.fv-stacked-form fieldset [type="checkbox"] ~ .fv-plugins-icon,
  .fv-plugins-foundation.fv-stacked-form fieldset [type="radio"] ~ .fv-plugins-icon {
    top: 25px;
    /* Same as height of label */ }
  .fv-plugins-foundation .form-error {
    display: block; }
  .fv-plugins-foundation .fv-row__success .fv-plugins-icon {
    color: #3adb76;
    /* Same as .success */ }
  .fv-plugins-foundation .fv-row__error label,
  .fv-plugins-foundation .fv-row__error fieldset legend,
  .fv-plugins-foundation .fv-row__error .fv-plugins-icon {
    color: #cc4b37;
    /* Same as .is-invalid-label and .form-error */ }

.fv-plugins-materialize .fv-plugins-icon {
  height: 42px;
  /* Same as height of input */
  line-height: 42px;
  width: 42px; }

.fv-plugins-materialize .fv-plugins-icon-check {
  top: -10px; }

.fv-plugins-materialize .fv-invalid-row .helper-text,
.fv-plugins-materialize .fv-invalid-row .fv-plugins-icon {
  color: #F44336; }

.fv-plugins-materialize .fv-valid-row .helper-text,
.fv-plugins-materialize .fv-valid-row .fv-plugins-icon {
  color: #4CAF50; }

.fv-plugins-milligram .fv-plugins-icon {
  height: 38px;
  /* Same as height of input */
  line-height: 38px;
  width: 38px; }

.fv-plugins-milligram .column {
  position: relative; }
  .fv-plugins-milligram .column .fv-plugins-icon {
    right: 10px; }

.fv-plugins-milligram .fv-plugins-icon-check {
  top: -6px; }

.fv-plugins-milligram .fv-plugins-message-container {
  margin-bottom: 15px; }

.fv-plugins-milligram.fv-stacked-form .fv-plugins-icon {
  top: 30px; }

.fv-plugins-milligram.fv-stacked-form .fv-plugins-icon-check {
  top: 24px; }

.fv-plugins-milligram .fv-invalid-row .fv-help-block,
.fv-plugins-milligram .fv-invalid-row .fv-plugins-icon {
  color: red; }

.fv-plugins-milligram .fv-valid-row .fv-help-block,
.fv-plugins-milligram .fv-valid-row .fv-plugins-icon {
  color: green; }

.fv-plugins-mini .fv-plugins-icon {
  height: 42px;
  /* Same as height of input */
  line-height: 42px;
  width: 42px;
  top: 4px;
  /* Same as input's margin top */ }

.fv-plugins-mini .fv-plugins-icon-check {
  top: -8px; }

.fv-plugins-mini.fv-stacked-form .fv-plugins-icon {
  top: 28px; }

.fv-plugins-mini.fv-stacked-form .fv-plugins-icon-check {
  top: 20px; }

.fv-plugins-mini .fv-plugins-message-container {
  margin: calc(var(--universal-margin) / 2); }

.fv-plugins-mini .fv-invalid-row .fv-help-block,
.fv-plugins-mini .fv-invalid-row .fv-plugins-icon {
  color: var(--input-invalid-color); }

.fv-plugins-mini .fv-valid-row .fv-help-block,
.fv-plugins-mini .fv-valid-row .fv-plugins-icon {
  color: #308732;
  /* Same as tertiary color */ }

.fv-plugins-mui .fv-plugins-icon {
  height: 32px;
  /* Same as height of input */
  line-height: 32px;
  width: 32px;
  top: 15px;
  right: 4px; }

.fv-plugins-mui .fv-plugins-icon-check {
  top: -6px;
  right: -10px; }

.fv-plugins-mui .fv-plugins-message-container {
  margin: 8px 0; }

.fv-plugins-mui .fv-invalid-row .fv-help-block,
.fv-plugins-mui .fv-invalid-row .fv-plugins-icon {
  color: #F44336; }

.fv-plugins-mui .fv-valid-row .fv-help-block,
.fv-plugins-mui .fv-valid-row .fv-plugins-icon {
  color: #4CAF50; }

.fv-plugins-pure {
  /* Horizontal form */
  /* Stacked form */ }
  .fv-plugins-pure .fv-plugins-icon {
    height: 36px;
    line-height: 36px;
    width: 36px;
    /* Height of Pure input */ }
  .fv-plugins-pure .fv-has-error label,
  .fv-plugins-pure .fv-has-error .fv-help-block,
  .fv-plugins-pure .fv-has-error .fv-plugins-icon {
    color: #CA3C3C;
    /* Same as .button-error */ }
  .fv-plugins-pure .fv-has-success label,
  .fv-plugins-pure .fv-has-success .fv-help-block,
  .fv-plugins-pure .fv-has-success .fv-plugins-icon {
    color: #1CB841;
    /* Same as .button-success */ }
  .fv-plugins-pure.pure-form-aligned .fv-help-block {
    margin-top: 5px;
    margin-left: 180px; }
  .fv-plugins-pure.pure-form-aligned .fv-plugins-icon-check {
    top: -9px;
    /* labelHeight/2 - iconHeight/2 */ }
  .fv-plugins-pure.pure-form-stacked .pure-control-group {
    margin-bottom: 8px; }
  .fv-plugins-pure.pure-form-stacked .fv-plugins-icon {
    top: 22px;
    /* Same as height of label */ }
  .fv-plugins-pure.pure-form-stacked .fv-plugins-icon-check {
    top: 13px; }
  .fv-plugins-pure.pure-form-stacked .fv-sr-only ~ .fv-plugins-icon {
    top: -9px; }

.fv-plugins-semantic.ui.form .fields.error label,
.fv-plugins-semantic .error .fv-plugins-icon {
  color: #9f3a38;
  /* Same as .ui.form .field.error .input */ }

.fv-plugins-semantic .fv-plugins-icon-check {
  right: 7px; }

.fv-plugins-shoelace .input-group {
  margin-bottom: 0; }

.fv-plugins-shoelace .fv-plugins-icon {
  height: 32px;
  line-height: 32px;
  /* Same as height of input */
  width: 32px;
  top: 28px;
  /* Same as height of label */ }

.fv-plugins-shoelace .row .fv-plugins-icon {
  right: 16px;
  top: 0; }

.fv-plugins-shoelace .fv-plugins-icon-check {
  top: 24px; }

.fv-plugins-shoelace .fv-sr-only ~ .fv-plugins-icon,
.fv-plugins-shoelace .fv-sr-only ~ div .fv-plugins-icon {
  top: -4px; }

.fv-plugins-shoelace .input-valid .fv-help-block,
.fv-plugins-shoelace .input-valid .fv-plugins-icon {
  color: #2ecc40; }

.fv-plugins-shoelace .input-invalid .fv-help-block,
.fv-plugins-shoelace .input-invalid .fv-plugins-icon {
  color: #ff4136; }

.fv-plugins-spectre .input-group .fv-plugins-icon {
  z-index: 2; }

.fv-plugins-spectre .form-group .fv-plugins-icon-check {
  right: 6px;
  top: 10px; }

.fv-plugins-spectre:not(.form-horizontal) .form-group .fv-plugins-icon-check {
  right: 6px;
  top: 45px; }

.fv-plugins-tachyons .fv-plugins-icon {
  height: 36px;
  line-height: 36px;
  width: 36px; }

.fv-plugins-tachyons .fv-plugins-icon-check {
  top: -7px; }

.fv-plugins-tachyons.fv-stacked-form .fv-plugins-icon {
  top: 34px; }

.fv-plugins-tachyons.fv-stacked-form .fv-plugins-icon-check {
  top: 24px; }

.fv-plugins-turret .fv-plugins-icon {
  height: 40px;
  /* Same as height of input */
  line-height: 40px;
  width: 40px; }

.fv-plugins-turret.fv-stacked-form .fv-plugins-icon {
  top: 29px; }

.fv-plugins-turret.fv-stacked-form .fv-plugins-icon-check {
  top: 17px; }

.fv-plugins-turret .fv-invalid-row .form-message,
.fv-plugins-turret .fv-invalid-row .fv-plugins-icon {
  color: #c00;
  /* Same as .form-message.error */ }

.fv-plugins-turret .fv-valid-row .form-message,
.fv-plugins-turret .fv-valid-row .fv-plugins-icon {
  color: #00b300;
  /* Same as .form-message.success */ }

.fv-plugins-uikit {
  /* Horizontal form */
  /* Stacked form */ }
  .fv-plugins-uikit .fv-plugins-icon {
    height: 40px;
    /* Height of UIKit input */
    line-height: 40px;
    top: 25px;
    /* Height of UIKit label */
    width: 40px; }
  .fv-plugins-uikit.uk-form-horizontal .fv-plugins-icon {
    top: 0; }
  .fv-plugins-uikit.uk-form-horizontal .fv-plugins-icon-check {
    top: -11px;
    /* checkboxLabelHeight/2 - iconHeight/2 = 18/2 - 40/2 */ }
  .fv-plugins-uikit.uk-form-stacked .fv-plugins-icon-check {
    top: 15px;
    /* labelHeight + labelMarginBottom + checkboxLabelHeight/2 - iconHeight/2 = 21 + 5 + 18/2 - 40/2 */ }
  .fv-plugins-uikit.uk-form-stacked .fv-no-label .fv-plugins-icon {
    top: 0; }
  .fv-plugins-uikit.uk-form-stacked .fv-no-label .fv-plugins-icon-check {
    top: -11px; }

.fv-plugins-wizard--step {
  display: none; }

.fv-plugins-wizard--active {
  display: block; }
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

/* @contrast-background: white */

code[class*="language-"],
pre[class*="language-"] {
	color: black;
	background: none;
	text-shadow: 0 1px white;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;

	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
	text-shadow: none;
	background: #b3d4fc;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
	text-shadow: none;
	background: #b3d4fc;
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
	text-shadow: none;
	background: #b3d4fc;
}

@media print {
	code[class*="language-"],
	pre[class*="language-"] {
		text-shadow: none;
	}
}

/* Code blocks */
pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #f5f2f0;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
	white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: slategray;
}

.token.punctuation {
	/* @contrast-ignore */
	color: #999;
}

.token.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
	color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
	color: #9a6e3a;
	background: hsla(0, 0%, 100%, .5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #07a;
}

.token.function,
.token.class-name {
	color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
	color: #e90;
}

.token.important,
.token.bold {
	font-weight: bold;
}
.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}
	/*
  	Flaticon icon font: Flaticon
  	Creation date: 18/10/2019 15:47
  	*/

@font-face {
  font-family: "Flaticon";
  src: url(https://keenthemes.com/fonts/Flaticon.eot?a2927d0248aa6fb6393846a63ace1c4a);
  src: url(https://keenthemes.com/fonts/Flaticon.eot?a2927d0248aa6fb6393846a63ace1c4a?#iefix) format("embedded-opentype"),
       url(https://keenthemes.com/fonts/Flaticon.woff2?f43aefe939fc286e1b3939a8c9e5e553) format("woff2"),
       url(https://keenthemes.com/fonts/Flaticon.woff?24658657c5d20e9498b965f9318769aa) format("woff"),
       url(https://keenthemes.com/fonts/Flaticon.ttf?6afe518df16752f20b91146fce06278f) format("truetype"),
       url(https://keenthemes.com/fonts/Flaticon.svg?f2f60f88d3c4ab85c1cf55d209781151#Flaticon) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url(https://keenthemes.com/fonts/Flaticon.svg?f2f60f88d3c4ab85c1cf55d209781151#Flaticon) format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.flaticon-user-shape:before { content: "\F100"; }
.flaticon-up-arrow:before { content: "\F101"; }
.flaticon-down-arrow:before { content: "\F102"; }
.flaticon-right-arrow:before { content: "\F103"; }
.flaticon-left-arrow:before { content: "\F104"; }
.flaticon-right-arrow-1:before { content: "\F105"; }
.flaticon-left-arrow-1:before { content: "\F106"; }
.flaticon-confirm:before { content: "\F107"; }
.flaticon-cancel:before { content: "\F108"; }
.flaticon-add:before { content: "\F109"; }
.flaticon-up-arrow-1:before { content: "\F10A"; }
.flaticon-down-arrow-1:before { content: "\F10B"; }
.flaticon-delete:before { content: "\F10C"; }
.flaticon-twitter-logo:before { content: "\F10D"; }
.flaticon-facebook-logo:before { content: "\F10E"; }
.flaticon-google-logo:before { content: "\F10F"; }
.flaticon-instagram-logo-2:before { content: "\F110"; }
.flaticon-instagram-logo-1:before { content: "\F111"; }
/*
  	Keenthemes Icons Font: Ki
  	Creation date: 03/11/2019 17:01
 */

@font-face {
  font-family: "Ki";
  src: url(https://keenthemes.com/fonts/Ki.eot?29bb5a410fab0af9fad83900ceac3265);
  src: url(https://keenthemes.com/fonts/Ki.eot?29bb5a410fab0af9fad83900ceac3265?#iefix) format("embedded-opentype"),
       url(https://keenthemes.com/fonts/Ki.woff2?f17e105126f99dd406d5f23503fbdada) format("woff2"),
       url(https://keenthemes.com/fonts/Ki.woff?18858fb5fdfbe684f29ba16e5d7c582e) format("woff"),
       url(https://keenthemes.com/fonts/Ki.ttf?99ab047d86ad0d9835baee5ec01483be) format("truetype"),
       url(https://keenthemes.com/fonts/Ki.svg?e6fb542cbbf665bc1a2a8ecb012d83d0#Ki) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Ki";
    src: url(https://keenthemes.com/fonts/Ki.svg?e6fb542cbbf665bc1a2a8ecb012d83d0#Ki) format("svg");
  }
}

.ki:before {
    font-family: Ki;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.ki-double-arrow-next:before { content: "\F100"; }
.ki-double-arrow-back:before { content: "\F101"; }
.ki-double-arrow-down:before { content: "\F102"; }
.ki-double-arrow-up:before { content: "\F103"; }

.ki-arrow-next:before { content: "\F105"; }
.ki-arrow-back:before { content: "\F106"; }
.ki-arrow-down:before { content: "\F109"; }
.ki-arrow-up:before { content: "\F10F"; }

.ki-long-arrow-back:before { content: "\F104"; }
.ki-long-arrow-next:before { content: "\F107"; }
.ki-long-arrow-down:before { content: "\F10C"; }
.ki-long-arrow-up:before { content: "\F10D"; }

.ki-check:before { content: "\F108"; }
.ki-remove:before { content: "\F10A"; }
.ki-minus:before { content: "\F10B"; }
.ki-plus:before { content: "\F10E"; }
.ki-round:before { content: "\F110"; }
.ki-reload:before { content: "\F111"; }
.ki-refresh:before { content: "\F11D"; }

.ki-solid-arrow-down:before { content: "\F112"; }
.ki-solid-arrow-up:before { content: "\F113"; }
.ki-solid-expand:before { content: "\F114"; }
.ki-solid-arrow-next:before { content: "\F115"; }
.ki-solid-arrow-back:before { content: "\F116"; }

.ki-bold-arrow-next:before { content: "\F117"; }
.ki-bold-long-arrow-next:before { content: "\F118"; }
.ki-bold-arrow-down:before { content: "\F119"; }
.ki-bold-long-arrow-up:before { content: "\F11A"; }
.ki-bold-arrow-back:before { content: "\F11B"; }

.ki-bold-cancel:before { content: "\F11C"; }
.ki-bold-arrow-up:before { content: "\F11E"; }
.ki-bold-long-arrow-down:before { content: "\F11F"; }
.ki-bold-long-arrow-back:before { content: "\F120"; }
.ki-solid-plus:before { content: "\F121"; }
.ki-solid-minus:before { content: "\F122"; }
@charset "UTF-8";

/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #7E8299;
  --gray-dark: #3F4254;
  --primary: #0094FF;
  --secondary: #89929F;
  --success: #50CD89;
  --info: #9c5aff;
  --warning: #FF490F;
  --danger: #EF305E;
  --light: #F5F8FA;
  --dark: #2F3044;
  --white: #ffffff;
  --muted: #B5B5C3;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: Poppins, Helvetica, "sans-serif";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #5E5F6C;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 500;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0094FF;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0068b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #A7A8BB;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #2F3044;
}

h1,
.h1 {
  font-size: 2.5rem;
}

@media (max-width: 1200px) {
  h1,
  .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

h2,
.h2 {
  font-size: 2rem;
}

@media (max-width: 1200px) {
  h2,
  .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

h3,
.h3 {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  h3,
  .h3 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

h4,
.h4 {
  font-size: 1.35rem;
}

@media (max-width: 1200px) {
  h4,
  .h4 {
    font-size: calc(1.26rem + 0.12vw);
  }
}

h5,
.h5 {
  font-size: 1.15rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #7E8299;
}

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

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #E4E6EF;
  border-radius: 0.425rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #7E8299;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #181C32;
  border-radius: 0.25rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 500;
  box-shadow: none;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #181C32;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

.container1,
.container-fluid1,
.container-xxl1,
.container-xl1,
.container-lg1,
.container-md1,
.container-sm1 {
  width: 100%;
  padding-right: 10%;
  padding-left: 10%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1340px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

.offset-11 {
  margin-left: 91.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #5E5F6C;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #EBEDF3;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #EBEDF3;
}

.table tbody + tbody {
  border-top: 2px solid #EBEDF3;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #EBEDF3;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #EBEDF3;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f7f8fa;
}

.table-hover tbody tr:hover {
  color: #5E5F6C;
  background-color: #fafbfc;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8e1ff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7ac7ff;
}

.table-hover .table-primary:hover {
  background-color: #9fd6ff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fd6ff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dee0e4;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #c2c6cd;
}

.table-hover .table-secondary:hover {
  background-color: #d0d3d9;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #d0d3d9;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #cef1de;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #a4e5c2;
}

.table-hover .table-success:hover {
  background-color: #baebd1;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #baebd1;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #e3d1ff;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #cca9ff;
}

.table-hover .table-info:hover {
  background-color: #d3b8ff;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #d3b8ff;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffccbc;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffa082;
}

.table-hover .table-warning:hover {
  background-color: #ffb9a3;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffb9a3;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fbc5d2;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f793ab;
}

.table-hover .table-danger:hover {
  background-color: #f9adbf;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f9adbf;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fafbfc;
}

.table-hover .table-light:hover {
  background-color: #e9f0f8;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #e9f0f8;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c5c5cb;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #93939e;
}

.table-hover .table-dark:hover {
  background-color: #b8b8bf;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b8b8bf;
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

.table-muted,
.table-muted > th,
.table-muted > td {
  background-color: #eaeaee;
}

.table-muted th,
.table-muted td,
.table-muted thead th,
.table-muted tbody + tbody {
  border-color: #d9d9e0;
}

.table-hover .table-muted:hover {
  background-color: #dcdce3;
}

.table-hover .table-muted:hover > td,
.table-hover .table-muted:hover > th {
  background-color: #dcdce3;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: #0094FF;
}

.table-hover .table-active:hover {
  background-color: #0085e6;
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #0085e6;
}

.table .thead-dark th {
  color: #ffffff;
  background-color: #3F4254;
  border-color: #4f536a;
}

.table .thead-light th {
  color: #5E5F6C;
  background-color: #EBEDF3;
  border-color: #EBEDF3;
}

.table-dark {
  color: #ffffff;
  background-color: #3F4254;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #4f536a;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.5115rem + 2px);
  padding: 0.75575rem 1.5rem;
  font-size: 0.925rem;
  font-weight: 500;
  line-height: 1.5;
  color: #a2b0c6;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #EBEDF3;
  border-radius: 0.425rem;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #a2b0c6;
}

.form-control:focus {
  color: #a2b0c6;
  background-color: #ffffff;
  border-color: #33a9ff;
  outline: 0;
}

.form-control::-moz-placeholder {
  color: #999AAD;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999AAD;
  opacity: 1;
}

.form-control::placeholder {
  color: #999AAD;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #F3F6F9;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:focus::-ms-value {
  color: #a2b0c6;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.75575rem + 1px);
  padding-bottom: calc(0.75575rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.825rem + 1px);
  padding-bottom: calc(0.825rem + 1px);
  font-size: 1rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.55rem + 1px);
  padding-bottom: calc(0.55rem + 1px);
  font-size: 0.9rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.75575rem 0;
  margin-bottom: 0;
  font-size: 0.925rem;
  line-height: 1.5;
  color: #5E5F6C;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 1.1rem + 2px);
  padding: 0.55rem 1.25rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 0.425rem;
}

.form-control-lg {
  height: calc(1.5em + 1.65rem + 2px);
  padding: 0.825rem 1.42rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.425rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #A7A8BB;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 1rem;
  color: #50CD89;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.75rem 1rem;
  margin-top: 0.1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #181C32;
  background-color: #50cd89;
  border-radius: 3px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #50CD89;
  padding-right: calc(1.5em + 1.5115rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2350CD89' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.377875rem) center;
  background-size: calc(0.75em + 0.75575rem) calc(0.75em + 0.75575rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #50CD89;
  box-shadow: 0 0 0 0.2rem rgba(80, 205, 137, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.5115rem);
  background-position: top calc(0.375em + 0.377875rem) right calc(0.375em + 0.377875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #50CD89;
  padding-right: calc(0.75em + 3.633625rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233F4254' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.5rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2350CD89' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #ffffff no-repeat center right 2.5rem/calc(0.75em + 0.75575rem) calc(0.75em + 0.75575rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #50CD89;
  box-shadow: 0 0 0 0.2rem rgba(80, 205, 137, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #50CD89;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #50CD89;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #50CD89;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #78d8a4;
  background-color: #78d8a4;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(80, 205, 137, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #50CD89;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #50CD89;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #50CD89;
  box-shadow: 0 0 0 0.2rem rgba(80, 205, 137, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 1rem;
  color: #EF305E;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.75rem 1rem;
  margin-top: 0.1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: #ef305e;
  border-radius: 3px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #EF305E;
  padding-right: calc(1.5em + 1.5115rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23EF305E' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23EF305E' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.377875rem) center;
  background-size: calc(0.75em + 0.75575rem) calc(0.75em + 0.75575rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #EF305E;
  box-shadow: 0 0 0 0.2rem rgba(239, 48, 94, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.5115rem);
  background-position: top calc(0.375em + 0.377875rem) right calc(0.375em + 0.377875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #EF305E;
  padding-right: calc(0.75em + 3.633625rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233F4254' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.5rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23EF305E' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23EF305E' stroke='none'/%3e%3c/svg%3e") #ffffff no-repeat center right 2.5rem/calc(0.75em + 0.75575rem) calc(0.75em + 0.75575rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #EF305E;
  box-shadow: 0 0 0 0.2rem rgba(239, 48, 94, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #EF305E;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #EF305E;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #EF305E;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f35f83;
  background-color: #f35f83;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(239, 48, 94, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #EF305E;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #EF305E;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #EF305E;
  box-shadow: 0 0 0 0.2rem rgba(239, 48, 94, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: normal;
  color: #5E5F6C;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75575rem 1.5rem;
  font-size: 0.925rem;
  line-height: 1.5;
  border-radius: 0.425rem;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #5E5F6C;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  box-shadow: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #0094FF;
  border-color: #0094FF;
  box-shadow: none;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #007ed9;
  border-color: #0076cc;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #007ed9;
  border-color: #0076cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 164, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #0094FF;
  border-color: #0094FF;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #0076cc;
  border-color: #006fbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 164, 255, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #89929F;
  border-color: #89929F;
  box-shadow: none;
}

.btn-secondary:hover {
  color: #ffffff;
  background-color: #747f8e;
  border-color: #6e7887;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff;
  background-color: #747f8e;
  border-color: #6e7887;
  box-shadow: 0 0 0 0.2rem rgba(155, 162, 173, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #89929F;
  border-color: #89929F;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #6e7887;
  border-color: #687280;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(155, 162, 173, 0.5);
}

.btn-success {
  color: #181C32;
  background-color: #50CD89;
  border-color: #50CD89;
  box-shadow: none;
}

.btn-success:hover {
  color: #ffffff;
  background-color: #37c075;
  border-color: #34b66f;
}

.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #37c075;
  border-color: #34b66f;
  box-shadow: 0 0 0 0.2rem rgba(72, 178, 124, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #181C32;
  background-color: #50CD89;
  border-color: #50CD89;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #34b66f;
  border-color: #31ac69;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 178, 124, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #9c5aff;
  border-color: #9c5aff;
  box-shadow: none;
}

.btn-info:hover {
  color: #ffffff;
  background-color: #8534ff;
  border-color: #7d27ff;
}

.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #8534ff;
  border-color: #7d27ff;
  box-shadow: 0 0 0 0.2rem rgba(171, 115, 255, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #9c5aff;
  border-color: #9c5aff;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #7d27ff;
  border-color: #761aff;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(171, 115, 255, 0.5);
}

.btn-warning {
  color: #ffffff;
  background-color: #FF490F;
  border-color: #FF490F;
  box-shadow: none;
}

.btn-warning:hover {
  color: #ffffff;
  background-color: #e83800;
  border-color: #db3500;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #e83800;
  border-color: #db3500;
  box-shadow: 0 0 0 0.2rem rgba(255, 100, 51, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: #FF490F;
  border-color: #FF490F;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #db3500;
  border-color: #ce3200;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 100, 51, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #EF305E;
  border-color: #EF305E;
  box-shadow: none;
}

.btn-danger:hover {
  color: #ffffff;
  background-color: #e71245;
  border-color: #db1142;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #e71245;
  border-color: #db1142;
  box-shadow: 0 0 0 0.2rem rgba(241, 79, 118, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #EF305E;
  border-color: #EF305E;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #db1142;
  border-color: #cf103e;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 79, 118, 0.5);
}

.btn-light {
  color: #181C32;
  background-color: #F5F8FA;
  border-color: #F5F8FA;
  box-shadow: none;
}

.btn-light:hover {
  color: #181C32;
  background-color: #dce6ed;
  border-color: #d3e0e9;
}

.btn-light:focus,
.btn-light.focus {
  color: #181C32;
  background-color: #dce6ed;
  border-color: #d3e0e9;
  box-shadow: 0 0 0 0.2rem rgba(212, 215, 220, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #181C32;
  background-color: #F5F8FA;
  border-color: #F5F8FA;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #181C32;
  background-color: #d3e0e9;
  border-color: #cbdae5;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 215, 220, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #2F3044;
  border-color: #2F3044;
  box-shadow: none;
}

.btn-dark:hover {
  color: #ffffff;
  background-color: #1f202d;
  border-color: #1a1b26;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #ffffff;
  background-color: #1f202d;
  border-color: #1a1b26;
  box-shadow: 0 0 0 0.2rem rgba(78, 79, 96, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #ffffff;
  background-color: #2F3044;
  border-color: #2F3044;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #1a1b26;
  border-color: #15151e;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 79, 96, 0.5);
}

.btn-white {
  color: #181C32;
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
}

.btn-white:hover {
  color: #181C32;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-white:focus,
.btn-white.focus {
  color: #181C32;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(220, 221, 224, 0.5);
}

.btn-white.disabled,
.btn-white:disabled {
  color: #181C32;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #181C32;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 221, 224, 0.5);
}

.btn-muted {
  color: #181C32;
  background-color: #B5B5C3;
  border-color: #B5B5C3;
  box-shadow: none;
}

.btn-muted:hover {
  color: #181C32;
  background-color: #a0a0b2;
  border-color: #9999ac;
}

.btn-muted:focus,
.btn-muted.focus {
  color: #181C32;
  background-color: #a0a0b2;
  border-color: #9999ac;
  box-shadow: 0 0 0 0.2rem rgba(157, 158, 173, 0.5);
}

.btn-muted.disabled,
.btn-muted:disabled {
  color: #181C32;
  background-color: #B5B5C3;
  border-color: #B5B5C3;
}

.btn-muted:not(:disabled):not(.disabled):active,
.btn-muted:not(:disabled):not(.disabled).active,
.show > .btn-muted.dropdown-toggle {
  color: #181C32;
  background-color: #9999ac;
  border-color: #9292a6;
}

.btn-muted:not(:disabled):not(.disabled):active:focus,
.btn-muted:not(:disabled):not(.disabled).active:focus,
.show > .btn-muted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(157, 158, 173, 0.5);
}

.btn-outline-primary {
  color: #0094FF;
  border-color: #0094FF;
}

.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #0094FF;
  border-color: #0094FF;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 148, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0094FF;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #0094FF;
  border-color: #0094FF;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 148, 255, 0.5);
}

.btn-outline-secondary {
  color: #89929F;
  border-color: #89929F;
}

.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #89929F;
  border-color: #89929F;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(137, 146, 159, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #89929F;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #89929F;
  border-color: #89929F;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(137, 146, 159, 0.5);
}

.btn-outline-success {
  color: #50CD89;
  border-color: #50CD89;
}

.btn-outline-success:hover {
  color: #181C32;
  background-color: #50CD89;
  border-color: #50CD89;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(80, 205, 137, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #50CD89;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #181C32;
  background-color: #50CD89;
  border-color: #50CD89;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(80, 205, 137, 0.5);
}

.btn-outline-info {
  color: #9c5aff;
  border-color: #9c5aff;
}

.btn-outline-info:hover {
  color: #ffffff;
  background-color: #9c5aff;
  border-color: #9c5aff;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 90, 255, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #9c5aff;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #9c5aff;
  border-color: #9c5aff;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 90, 255, 0.5);
}

.btn-outline-warning {
  color: #FF490F;
  border-color: #FF490F;
}

.btn-outline-warning:hover {
  color: #ffffff;
  background-color: #FF490F;
  border-color: #FF490F;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 73, 15, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #FF490F;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #FF490F;
  border-color: #FF490F;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 73, 15, 0.5);
}

.btn-outline-danger {
  color: #EF305E;
  border-color: #EF305E;
}

.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #EF305E;
  border-color: #EF305E;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 48, 94, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #EF305E;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #EF305E;
  border-color: #EF305E;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 48, 94, 0.5);
}

.btn-outline-light {
  color: #F5F8FA;
  border-color: #F5F8FA;
}

.btn-outline-light:hover {
  color: #181C32;
  background-color: #F5F8FA;
  border-color: #F5F8FA;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 248, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #F5F8FA;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #181C32;
  background-color: #F5F8FA;
  border-color: #F5F8FA;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 248, 250, 0.5);
}

.btn-outline-dark {
  color: #2F3044;
  border-color: #2F3044;
}

.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #2F3044;
  border-color: #2F3044;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 48, 68, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #2F3044;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #2F3044;
  border-color: #2F3044;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 48, 68, 0.5);
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white:hover {
  color: #181C32;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white:focus,
.btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
  color: #181C32;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-muted {
  color: #B5B5C3;
  border-color: #B5B5C3;
}

.btn-outline-muted:hover {
  color: #181C32;
  background-color: #B5B5C3;
  border-color: #B5B5C3;
}

.btn-outline-muted:focus,
.btn-outline-muted.focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 181, 195, 0.5);
}

.btn-outline-muted.disabled,
.btn-outline-muted:disabled {
  color: #B5B5C3;
  background-color: transparent;
}

.btn-outline-muted:not(:disabled):not(.disabled):active,
.btn-outline-muted:not(:disabled):not(.disabled).active,
.show > .btn-outline-muted.dropdown-toggle {
  color: #181C32;
  background-color: #B5B5C3;
  border-color: #B5B5C3;
}

.btn-outline-muted:not(:disabled):not(.disabled):active:focus,
.btn-outline-muted:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-muted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 181, 195, 0.5);
}

.btn-link {
  font-weight: normal;
  color: #0094FF;
  text-decoration: none;
}

.btn-link:hover {
  color: #0068b3;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #7E8299;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.825rem 1.42rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.425rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.55rem 1.25rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 0.425rem;
}

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

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 95;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #5E5F6C;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0px 6px 49px 0px rgba(126, 139, 172, 0.25);
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #EBEDF3;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.75rem 1.25rem;
  clear: both;
  font-weight: normal;
  color: #181C32;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #101221;
  text-decoration: none;
  background-color: #F3F6F9;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0094FF;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #7E8299;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.25rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #7E8299;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.75rem 1.25rem;
  color: #181C32;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.065rem;
  padding-left: 1.065rem;
}

.btn-group.show .dropdown-toggle {
  box-shadow: none;
}

.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.75575rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.925rem;
  font-weight: normal;
  line-height: 1.5;
  color: #5E5F6C;
  text-align: center;
  white-space: nowrap;
  background-color: #F3F6F9;
  border: 1px solid #EBEDF3;
  border-radius: 0.425rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1.65rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.825rem 1.42rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.425rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 1.1rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.55rem 1.25rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 0.425rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2.5rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #0094FF;
  background-color: #0094FF;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none, none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #33a9ff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #b3dfff;
  border-color: #b3dfff;
}

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #7E8299;
}

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #F3F6F9;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #B5B5C3 solid 1px;
  box-shadow: none;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.425rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0094FF;
  background-color: #0094FF;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 148, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 148, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 148, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #B5B5C3;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 148, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.5115rem + 2px);
  padding: 0.75575rem 2.5rem 0.75575rem 1.5rem;
  font-size: 0.925rem;
  font-weight: 500;
  line-height: 1.5;
  color: #a2b0c6;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233F4254' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.5rem center/8px 10px;
  border: 1px solid #EBEDF3;
  border-radius: 0.425rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #33a9ff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 148, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #a2b0c6;
  background-color: #ffffff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.5rem;
  background-image: none;
}

.custom-select:disabled {
  color: #7E8299;
  background-color: #EBEDF3;
}

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

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #a2b0c6;
}

.custom-select-sm {
  height: calc(1.5em + 1.1rem + 2px);
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  padding-left: 1.25rem;
  font-size: 0.9rem;
}

.custom-select-lg {
  height: calc(1.5em + 1.65rem + 2px);
  padding-top: 0.825rem;
  padding-bottom: 0.825rem;
  padding-left: 1.42rem;
  font-size: 1rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.5115rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.5115rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #33a9ff;
  box-shadow: none;
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #F3F6F9;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.5115rem + 2px);
  padding: 0.75575rem 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #a2b0c6;
  background-color: #ffffff;
  border: 1px solid #EBEDF3;
  border-radius: 0.425rem;
  box-shadow: none;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.5115rem);
  padding: 0.75575rem 1.5rem;
  line-height: 1.5;
  color: #a2b0c6;
  content: "Browse";
  background-color: #F3F6F9;
  border-left: inherit;
  border-radius: 0 0.425rem 0.425rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, none;
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, none;
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, none;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0094FF;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3dfff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #E4E6EF;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0094FF;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3dfff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #E4E6EF;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0094FF;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3dfff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-ms-fill-lower {
  background-color: #E4E6EF;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #E4E6EF;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #B5B5C3;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #B5B5C3;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #B5B5C3;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #7E8299;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #E4E6EF;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.425rem;
  border-top-right-radius: 0.425rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #EBEDF3 #EBEDF3 #E4E6EF;
}

.nav-tabs .nav-link.disabled {
  color: #7E8299;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #5E6278;
  background-color: #ffffff;
  border-color: #E4E6EF #E4E6EF #ffffff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.425rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #0094FF;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.395rem;
  padding-bottom: 0.395rem;
  margin-right: 1rem;
  font-size: 1.14rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.14rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.425rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1399.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #ffffff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #EBEDF3;
  border-radius: 0.75rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.75rem - 1px);
  border-top-right-radius: calc(0.75rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.75rem - 1px);
  border-bottom-left-radius: calc(0.75rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.75rem;
}

.card-title {
  margin-bottom: 1.25rem;
}

.card-subtitle {
  margin-top: -0.625rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.75rem;
}

.card-header {
  padding: 1.25rem 1.75rem;
  margin-bottom: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #EBEDF3;
}

.card-header:first-child {
  border-radius: calc(0.75rem - 1px) calc(0.75rem - 1px) 0 0;
}

.card-footer {
  padding: 1.25rem 1.75rem;
  background-color: #ffffff;
  border-top: 1px solid #EBEDF3;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.75rem - 1px) calc(0.75rem - 1px);
}

.card-header-tabs {
  margin-right: -0.875rem;
  margin-bottom: -1.25rem;
  margin-left: -0.875rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.875rem;
  margin-left: -0.875rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.75rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.75rem - 1px);
  border-top-right-radius: calc(0.75rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.75rem - 1px);
  border-bottom-left-radius: calc(0.75rem - 1px);
}

.card-deck .card {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

.card-group > .card {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #EBEDF3;
  border-radius: 0.425rem;
}

.breadcrumb-item {
  display: flex;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #7E8299;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #7E8299;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.425rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0094FF;
  background-color: #ffffff;
  border: 1px solid #E4E6EF;
}

.page-link:hover {
  z-index: 2;
  color: #0068b3;
  text-decoration: none;
  background-color: #EBEDF3;
  border-color: #E4E6EF;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.425rem;
  border-bottom-left-radius: 0.425rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.425rem;
  border-bottom-right-radius: 0.425rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #0094FF;
  border-color: #0094FF;
}

.page-item.disabled .page-link {
  color: #7E8299;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #EBEDF3;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.14rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
  line-height: 1;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.badge {
  display: inline-block;
  padding: 0.5em 0.75em;
  font-size: 85%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.425rem;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #ffffff;
  background-color: #0094FF;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #ffffff;
  background-color: #0076cc;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 148, 255, 0.5);
}

.badge-secondary {
  color: #ffffff;
  background-color: #89929F;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #ffffff;
  background-color: #6e7887;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(137, 146, 159, 0.5);
}

.badge-success {
  color: #181C32;
  background-color: #50CD89;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #181C32;
  background-color: #34b66f;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(80, 205, 137, 0.5);
}

.badge-info {
  color: #ffffff;
  background-color: #9c5aff;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #ffffff;
  background-color: #7d27ff;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(156, 90, 255, 0.5);
}

.badge-warning {
  color: #ffffff;
  background-color: #FF490F;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #ffffff;
  background-color: #db3500;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 73, 15, 0.5);
}

.badge-danger {
  color: #ffffff;
  background-color: #EF305E;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #ffffff;
  background-color: #db1142;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 48, 94, 0.5);
}

.badge-light {
  color: #181C32;
  background-color: #F5F8FA;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #181C32;
  background-color: #d3e0e9;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 248, 250, 0.5);
}

.badge-dark {
  color: #ffffff;
  background-color: #2F3044;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #ffffff;
  background-color: #1a1b26;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(47, 48, 68, 0.5);
}

.badge-white {
  color: #181C32;
  background-color: #ffffff;
}

a.badge-white:hover,
a.badge-white:focus {
  color: #181C32;
  background-color: #e6e6e6;
}

a.badge-white:focus,
a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-muted {
  color: #181C32;
  background-color: #B5B5C3;
}

a.badge-muted:hover,
a.badge-muted:focus {
  color: #181C32;
  background-color: #9999ac;
}

a.badge-muted:focus,
a.badge-muted.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(181, 181, 195, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #EBEDF3;
  border-radius: 0.75rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  border: 0 !important;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: 0.425rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 500;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004d85;
  background-color: #cceaff;
  border-color: #b8e1ff;
}

.alert-primary hr {
  border-top-color: #9fd6ff;
}

.alert-primary .alert-link {
  color: #002f52;
}

.alert-secondary {
  color: #474c53;
  background-color: #e7e9ec;
  border-color: #dee0e4;
}

.alert-secondary hr {
  border-top-color: #d0d3d9;
}

.alert-secondary .alert-link {
  color: #2f3338;
}

.alert-success {
  color: #2a6b47;
  background-color: #dcf5e7;
  border-color: #cef1de;
}

.alert-success hr {
  border-top-color: #baebd1;
}

.alert-success .alert-link {
  color: #1c462f;
}

.alert-info {
  color: #512f85;
  background-color: #ebdeff;
  border-color: #e3d1ff;
}

.alert-info hr {
  border-top-color: #d3b8ff;
}

.alert-info .alert-link {
  color: #3a225f;
}

.alert-warning {
  color: #852608;
  background-color: #ffdbcf;
  border-color: #ffccbc;
}

.alert-warning hr {
  border-top-color: #ffb9a3;
}

.alert-warning .alert-link {
  color: #551805;
}

.alert-danger {
  color: #7c1931;
  background-color: #fcd6df;
  border-color: #fbc5d2;
}

.alert-danger hr {
  border-top-color: #f9adbf;
}

.alert-danger .alert-link {
  color: #521020;
}

.alert-light {
  color: #7f8182;
  background-color: #fdfefe;
  border-color: #fcfdfe;
}

.alert-light hr {
  border-top-color: #e9f0f8;
}

.alert-light .alert-link {
  color: #666768;
}

.alert-dark {
  color: #181923;
  background-color: #d5d6da;
  border-color: #c5c5cb;
}

.alert-dark hr {
  border-top-color: #b8b8bf;
}

.alert-dark .alert-link {
  color: #030305;
}

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white;
}

.alert-white hr {
  border-top-color: #f2f2f2;
}

.alert-white .alert-link {
  color: #6c6c6c;
}

.alert-muted {
  color: #5e5e65;
  background-color: #f0f0f3;
  border-color: #eaeaee;
}

.alert-muted hr {
  border-top-color: #dcdce3;
}

.alert-muted .alert-link {
  color: #45454b;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #EBEDF3;
  border-radius: 0.425rem;
  box-shadow: none;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: theme-color("brand");
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.425rem;
}

.list-group-item-action {
  width: 100%;
  color: #5E6278;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #5E6278;
  text-decoration: none;
  background-color: #EBEDF3;
}

.list-group-item-action:active {
  color: #5E5F6C;
  background-color: #EBEDF3;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid #EBEDF3;
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #7E8299;
  pointer-events: none;
  background-color: #ffffff;
}

.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #0094FF;
  border-color: #0094FF;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.425rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.425rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.425rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.425rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.425rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.425rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.425rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.425rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.425rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.425rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.425rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.425rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004d85;
  background-color: #b8e1ff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004d85;
  background-color: #9fd6ff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #004d85;
  border-color: #004d85;
}

.list-group-item-secondary {
  color: #474c53;
  background-color: #dee0e4;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #474c53;
  background-color: #d0d3d9;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #474c53;
  border-color: #474c53;
}

.list-group-item-success {
  color: #2a6b47;
  background-color: #cef1de;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #2a6b47;
  background-color: #baebd1;
}

.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #2a6b47;
  border-color: #2a6b47;
}

.list-group-item-info {
  color: #512f85;
  background-color: #e3d1ff;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #512f85;
  background-color: #d3b8ff;
}

.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #512f85;
  border-color: #512f85;
}

.list-group-item-warning {
  color: #852608;
  background-color: #ffccbc;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #852608;
  background-color: #ffb9a3;
}

.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #852608;
  border-color: #852608;
}

.list-group-item-danger {
  color: #7c1931;
  background-color: #fbc5d2;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #7c1931;
  background-color: #f9adbf;
}

.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #7c1931;
  border-color: #7c1931;
}

.list-group-item-light {
  color: #7f8182;
  background-color: #fcfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #7f8182;
  background-color: #e9f0f8;
}

.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #7f8182;
  border-color: #7f8182;
}

.list-group-item-dark {
  color: #181923;
  background-color: #c5c5cb;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #181923;
  background-color: #b8b8bf;
}

.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #181923;
  border-color: #181923;
}

.list-group-item-white {
  color: #858585;
  background-color: white;
}

.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

.list-group-item-white.list-group-item-action.active {
  color: #ffffff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-muted {
  color: #5e5e65;
  background-color: #eaeaee;
}

.list-group-item-muted.list-group-item-action:hover,
.list-group-item-muted.list-group-item-action:focus {
  color: #5e5e65;
  background-color: #dcdce3;
}

.list-group-item-muted.list-group-item-action.active {
  color: #ffffff;
  background-color: #5e5e65;
  border-color: #5e5e65;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}

@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}

.close:hover {
  color: #000000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 49px 0px rgba(126, 139, 172, 0.25);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #5E5F6C;
  background-color: #fff;
  background-clip: padding-box;
  border-bottom: 1px solid #EBEDF3;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #EBEDF3;
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 0.5rem rgba(235, 237, 243, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.15;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.25rem;
  border-bottom: 1px solid #EBEDF3;
  border-top-left-radius: calc(0.75rem - 1px);
  border-top-right-radius: calc(0.75rem - 1px);
}

.modal-header .close {
  padding: 1.25rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #EBEDF3;
  border-bottom-right-radius: calc(0.75rem - 1px);
  border-bottom-left-radius: calc(0.75rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(235, 237, 243, 0.5);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Poppins, Helvetica, "sans-serif";
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.9rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 1;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #ffffff;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #ffffff;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #ffffff;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #ffffff;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.75rem 1rem;
  color: #5E5F6C;
  text-align: center;
  background-color: #ffffff;
  border-radius: 3px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Poppins, Helvetica, "sans-serif";
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.9rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ffffff;
  border-radius: 0.425rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.425rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: white;
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.425rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: white;
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: white;
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ffffff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #ffffff;
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.425rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: white;
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}

.popover-header {
  padding: 1rem 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #2F3044;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(0.425rem - 1px);
  border-top-right-radius: calc(0.425rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1.25rem;
  color: #5E5F6C;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #0094FF !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0076cc !important;
}

.bg-secondary {
  background-color: #89929F !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #6e7887 !important;
}

.bg-success {
  background-color: #50CD89 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #34b66f !important;
}

.bg-info {
  background-color: #9c5aff !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #7d27ff !important;
}

.bg-warning {
  background-color: #FF490F !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #db3500 !important;
}

.bg-danger {
  background-color: #EF305E !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #db1142 !important;
}

.bg-light {
  background-color: #F5F8FA !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d3e0e9 !important;
}

.bg-dark {
  background-color: #2F3044 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1a1b26 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-muted {
  background-color: #B5B5C3 !important;
}

a.bg-muted:hover,
a.bg-muted:focus,
button.bg-muted:hover,
button.bg-muted:focus {
  background-color: #9999ac !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #EBEDF3 !important;
}

.border-top {
  border-top: 1px solid #EBEDF3 !important;
}

.border-right {
  border-right: 1px solid #EBEDF3 !important;
}

.border-bottom {
  border-bottom: 1px solid #EBEDF3 !important;
}

.border-left {
  border-left: 1px solid #EBEDF3 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0094FF !important;
}

.border-secondary {
  border-color: #89929F !important;
}

.border-success {
  border-color: #50CD89 !important;
}

.border-info {
  border-color: #9c5aff !important;
}

.border-warning {
  border-color: #FF490F !important;
}

.border-danger {
  border-color: #EF305E !important;
}

.border-light {
  border-color: #F5F8FA !important;
}

.border-dark {
  border-color: #2F3044 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.border-muted {
  border-color: #B5B5C3 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded-sm {
  border-radius: 0.25rem !important;
}

.rounded {
  border-radius: 0.425rem !important;
}

.rounded-top {
  border-top-left-radius: 0.425rem !important;
  border-top-right-radius: 0.425rem !important;
}

.rounded-right {
  border-top-right-radius: 0.425rem !important;
  border-bottom-right-radius: 0.425rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.425rem !important;
  border-bottom-left-radius: 0.425rem !important;
}

.rounded-left {
  border-top-left-radius: 0.425rem !important;
  border-bottom-left-radius: 0.425rem !important;
}

.rounded-lg {
  border-radius: 0.75rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

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

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

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

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

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

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

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

@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }

  .float-xxl-right {
    float: right !important;
  }

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

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.02) !important;
}

.shadow {
  box-shadow: 0px 9px 30px rgba(51, 83, 145, 0.08) !important;
}

.shadow-lg {
  box-shadow: 0px 9px 30px rgba(51, 83, 145, 0.1) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3,
.my-3 {
  margin-top: 0.75rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 0.75rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.mt-5,
.my-5 {
  margin-top: 1.25rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 1.25rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 1.25rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 1.25rem !important;
}

.m-0h {
  margin: 0.2rem !important;
}

.mt-0h,
.my-0h {
  margin-top: 0.2rem !important;
}

.mr-0h,
.mx-0h {
  margin-right: 0.2rem !important;
}

.mb-0h,
.my-0h {
  margin-bottom: 0.2rem !important;
}

.ml-0h,
.mx-0h {
  margin-left: 0.2rem !important;
}

.m-1h {
  margin: 0.35rem !important;
}

.mt-1h,
.my-1h {
  margin-top: 0.35rem !important;
}

.mr-1h,
.mx-1h {
  margin-right: 0.35rem !important;
}

.mb-1h,
.my-1h {
  margin-bottom: 0.35rem !important;
}

.ml-1h,
.mx-1h {
  margin-left: 0.35rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 1.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 1.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 1.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 1.5rem !important;
}

.m-7 {
  margin: 1.75rem !important;
}

.mt-7,
.my-7 {
  margin-top: 1.75rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 1.75rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 1.75rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 1.75rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.mt-8,
.my-8 {
  margin-top: 2rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 2rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 2rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 2rem !important;
}

.m-9 {
  margin: 2.25rem !important;
}

.mt-9,
.my-9 {
  margin-top: 2.25rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 2.25rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 2.25rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 2.25rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 2.5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 2.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 2.5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 2.5rem !important;
}

.m-11 {
  margin: 2.75rem !important;
}

.mt-11,
.my-11 {
  margin-top: 2.75rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 2.75rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 2.75rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 2.75rem !important;
}

.m-12 {
  margin: 3rem !important;
}

.mt-12,
.my-12 {
  margin-top: 3rem !important;
}

.mr-12,
.mx-12 {
  margin-right: 3rem !important;
}

.mb-12,
.my-12 {
  margin-bottom: 3rem !important;
}

.ml-12,
.mx-12 {
  margin-left: 3rem !important;
}

.m-13 {
  margin: 3.25rem !important;
}

.mt-13,
.my-13 {
  margin-top: 3.25rem !important;
}

.mr-13,
.mx-13 {
  margin-right: 3.25rem !important;
}

.mb-13,
.my-13 {
  margin-bottom: 3.25rem !important;
}

.ml-13,
.mx-13 {
  margin-left: 3.25rem !important;
}

.m-14 {
  margin: 3.5rem !important;
}

.mt-14,
.my-14 {
  margin-top: 3.5rem !important;
}

.mr-14,
.mx-14 {
  margin-right: 3.5rem !important;
}

.mb-14,
.my-14 {
  margin-bottom: 3.5rem !important;
}

.ml-14,
.mx-14 {
  margin-left: 3.5rem !important;
}

.m-15 {
  margin: 3.75rem !important;
}

.mt-15,
.my-15 {
  margin-top: 3.75rem !important;
}

.mr-15,
.mx-15 {
  margin-right: 3.75rem !important;
}

.mb-15,
.my-15 {
  margin-bottom: 3.75rem !important;
}

.ml-15,
.mx-15 {
  margin-left: 3.75rem !important;
}

.m-16 {
  margin: 4rem !important;
}

.mt-16,
.my-16 {
  margin-top: 4rem !important;
}

.mr-16,
.mx-16 {
  margin-right: 4rem !important;
}

.mb-16,
.my-16 {
  margin-bottom: 4rem !important;
}

.ml-16,
.mx-16 {
  margin-left: 4rem !important;
}

.m-17 {
  margin: 4.25rem !important;
}

.mt-17,
.my-17 {
  margin-top: 4.25rem !important;
}

.mr-17,
.mx-17 {
  margin-right: 4.25rem !important;
}

.mb-17,
.my-17 {
  margin-bottom: 4.25rem !important;
}

.ml-17,
.mx-17 {
  margin-left: 4.25rem !important;
}

.m-18 {
  margin: 4.55rem !important;
}

.mt-18,
.my-18 {
  margin-top: 4.55rem !important;
}

.mr-18,
.mx-18 {
  margin-right: 4.55rem !important;
}

.mb-18,
.my-18 {
  margin-bottom: 4.55rem !important;
}

.ml-18,
.mx-18 {
  margin-left: 4.55rem !important;
}

.m-19 {
  margin: 4.75rem !important;
}

.mt-19,
.my-19 {
  margin-top: 4.75rem !important;
}

.mr-19,
.mx-19 {
  margin-right: 4.75rem !important;
}

.mb-19,
.my-19 {
  margin-bottom: 4.75rem !important;
}

.ml-19,
.mx-19 {
  margin-left: 4.75rem !important;
}

.m-20 {
  margin: 5rem !important;
}

.mt-20,
.my-20 {
  margin-top: 5rem !important;
}

.mr-20,
.mx-20 {
  margin-right: 5rem !important;
}

.mb-20,
.my-20 {
  margin-bottom: 5rem !important;
}

.ml-20,
.mx-20 {
  margin-left: 5rem !important;
}

.m-21 {
  margin: 5.25rem !important;
}

.mt-21,
.my-21 {
  margin-top: 5.25rem !important;
}

.mr-21,
.mx-21 {
  margin-right: 5.25rem !important;
}

.mb-21,
.my-21 {
  margin-bottom: 5.25rem !important;
}

.ml-21,
.mx-21 {
  margin-left: 5.25rem !important;
}

.m-22 {
  margin: 5.5rem !important;
}

.mt-22,
.my-22 {
  margin-top: 5.5rem !important;
}

.mr-22,
.mx-22 {
  margin-right: 5.5rem !important;
}

.mb-22,
.my-22 {
  margin-bottom: 5.5rem !important;
}

.ml-22,
.mx-22 {
  margin-left: 5.5rem !important;
}

.m-23 {
  margin: 5.75rem !important;
}

.mt-23,
.my-23 {
  margin-top: 5.75rem !important;
}

.mr-23,
.mx-23 {
  margin-right: 5.75rem !important;
}

.mb-23,
.my-23 {
  margin-bottom: 5.75rem !important;
}

.ml-23,
.mx-23 {
  margin-left: 5.75rem !important;
}

.m-24 {
  margin: 6rem !important;
}

.mt-24,
.my-24 {
  margin-top: 6rem !important;
}

.mr-24,
.mx-24 {
  margin-right: 6rem !important;
}

.mb-24,
.my-24 {
  margin-bottom: 6rem !important;
}

.ml-24,
.mx-24 {
  margin-left: 6rem !important;
}

.m-25 {
  margin: 6.25rem !important;
}

.mt-25,
.my-25 {
  margin-top: 6.25rem !important;
}

.mr-25,
.mx-25 {
  margin-right: 6.25rem !important;
}

.mb-25,
.my-25 {
  margin-bottom: 6.25rem !important;
}

.ml-25,
.mx-25 {
  margin-left: 6.25rem !important;
}

.m-26 {
  margin: 6.5rem !important;
}

.mt-26,
.my-26 {
  margin-top: 6.5rem !important;
}

.mr-26,
.mx-26 {
  margin-right: 6.5rem !important;
}

.mb-26,
.my-26 {
  margin-bottom: 6.5rem !important;
}

.ml-26,
.mx-26 {
  margin-left: 6.5rem !important;
}

.m-27 {
  margin: 6.75rem !important;
}

.mt-27,
.my-27 {
  margin-top: 6.75rem !important;
}

.mr-27,
.mx-27 {
  margin-right: 6.75rem !important;
}

.mb-27,
.my-27 {
  margin-bottom: 6.75rem !important;
}

.ml-27,
.mx-27 {
  margin-left: 6.75rem !important;
}

.m-28 {
  margin: 7rem !important;
}

.mt-28,
.my-28 {
  margin-top: 7rem !important;
}

.mr-28,
.mx-28 {
  margin-right: 7rem !important;
}

.mb-28,
.my-28 {
  margin-bottom: 7rem !important;
}

.ml-28,
.mx-28 {
  margin-left: 7rem !important;
}

.m-29 {
  margin: 7.25rem !important;
}

.mt-29,
.my-29 {
  margin-top: 7.25rem !important;
}

.mr-29,
.mx-29 {
  margin-right: 7.25rem !important;
}

.mb-29,
.my-29 {
  margin-bottom: 7.25rem !important;
}

.ml-29,
.mx-29 {
  margin-left: 7.25rem !important;
}

.m-30 {
  margin: 7.5rem !important;
}

.mt-30,
.my-30 {
  margin-top: 7.5rem !important;
}

.mr-30,
.mx-30 {
  margin-right: 7.5rem !important;
}

.mb-30,
.my-30 {
  margin-bottom: 7.5rem !important;
}

.ml-30,
.mx-30 {
  margin-left: 7.5rem !important;
}

.m-31 {
  margin: 7.75rem !important;
}

.mt-31,
.my-31 {
  margin-top: 7.75rem !important;
}

.mr-31,
.mx-31 {
  margin-right: 7.75rem !important;
}

.mb-31,
.my-31 {
  margin-bottom: 7.75rem !important;
}

.ml-31,
.mx-31 {
  margin-left: 7.75rem !important;
}

.m-32 {
  margin: 8rem !important;
}

.mt-32,
.my-32 {
  margin-top: 8rem !important;
}

.mr-32,
.mx-32 {
  margin-right: 8rem !important;
}

.mb-32,
.my-32 {
  margin-bottom: 8rem !important;
}

.ml-32,
.mx-32 {
  margin-left: 8rem !important;
}

.m-33 {
  margin: 8.25rem !important;
}

.mt-33,
.my-33 {
  margin-top: 8.25rem !important;
}

.mr-33,
.mx-33 {
  margin-right: 8.25rem !important;
}

.mb-33,
.my-33 {
  margin-bottom: 8.25rem !important;
}

.ml-33,
.mx-33 {
  margin-left: 8.25rem !important;
}

.m-34 {
  margin: 8.5rem !important;
}

.mt-34,
.my-34 {
  margin-top: 8.5rem !important;
}

.mr-34,
.mx-34 {
  margin-right: 8.5rem !important;
}

.mb-34,
.my-34 {
  margin-bottom: 8.5rem !important;
}

.ml-34,
.mx-34 {
  margin-left: 8.5rem !important;
}

.m-35 {
  margin: 8.75rem !important;
}

.mt-35,
.my-35 {
  margin-top: 8.75rem !important;
}

.mr-35,
.mx-35 {
  margin-right: 8.75rem !important;
}

.mb-35,
.my-35 {
  margin-bottom: 8.75rem !important;
}

.ml-35,
.mx-35 {
  margin-left: 8.75rem !important;
}

.m-36 {
  margin: 9rem !important;
}

.mt-36,
.my-36 {
  margin-top: 9rem !important;
}

.mr-36,
.mx-36 {
  margin-right: 9rem !important;
}

.mb-36,
.my-36 {
  margin-bottom: 9rem !important;
}

.ml-36,
.mx-36 {
  margin-left: 9rem !important;
}

.m-37 {
  margin: 9.25rem !important;
}

.mt-37,
.my-37 {
  margin-top: 9.25rem !important;
}

.mr-37,
.mx-37 {
  margin-right: 9.25rem !important;
}

.mb-37,
.my-37 {
  margin-bottom: 9.25rem !important;
}

.ml-37,
.mx-37 {
  margin-left: 9.25rem !important;
}

.m-38 {
  margin: 9.5rem !important;
}

.mt-38,
.my-38 {
  margin-top: 9.5rem !important;
}

.mr-38,
.mx-38 {
  margin-right: 9.5rem !important;
}

.mb-38,
.my-38 {
  margin-bottom: 9.5rem !important;
}

.ml-38,
.mx-38 {
  margin-left: 9.5rem !important;
}

.m-39 {
  margin: 9.75rem !important;
}

.mt-39,
.my-39 {
  margin-top: 9.75rem !important;
}

.mr-39,
.mx-39 {
  margin-right: 9.75rem !important;
}

.mb-39,
.my-39 {
  margin-bottom: 9.75rem !important;
}

.ml-39,
.mx-39 {
  margin-left: 9.75rem !important;
}

.m-40 {
  margin: 10rem !important;
}

.mt-40,
.my-40 {
  margin-top: 10rem !important;
}

.mr-40,
.mx-40 {
  margin-right: 10rem !important;
}

.mb-40,
.my-40 {
  margin-bottom: 10rem !important;
}

.ml-40,
.mx-40 {
  margin-left: 10rem !important;
}

.m-41 {
  margin: 10.25rem !important;
}

.mt-41,
.my-41 {
  margin-top: 10.25rem !important;
}

.mr-41,
.mx-41 {
  margin-right: 10.25rem !important;
}

.mb-41,
.my-41 {
  margin-bottom: 10.25rem !important;
}

.ml-41,
.mx-41 {
  margin-left: 10.25rem !important;
}

.m-42 {
  margin: 10.5rem !important;
}

.mt-42,
.my-42 {
  margin-top: 10.5rem !important;
}

.mr-42,
.mx-42 {
  margin-right: 10.5rem !important;
}

.mb-42,
.my-42 {
  margin-bottom: 10.5rem !important;
}

.ml-42,
.mx-42 {
  margin-left: 10.5rem !important;
}

.m-43 {
  margin: 10.75rem !important;
}

.mt-43,
.my-43 {
  margin-top: 10.75rem !important;
}

.mr-43,
.mx-43 {
  margin-right: 10.75rem !important;
}

.mb-43,
.my-43 {
  margin-bottom: 10.75rem !important;
}

.ml-43,
.mx-43 {
  margin-left: 10.75rem !important;
}

.m-44 {
  margin: 11rem !important;
}

.mt-44,
.my-44 {
  margin-top: 11rem !important;
}

.mr-44,
.mx-44 {
  margin-right: 11rem !important;
}

.mb-44,
.my-44 {
  margin-bottom: 11rem !important;
}

.ml-44,
.mx-44 {
  margin-left: 11rem !important;
}

.m-45 {
  margin: 11.25rem !important;
}

.mt-45,
.my-45 {
  margin-top: 11.25rem !important;
}

.mr-45,
.mx-45 {
  margin-right: 11.25rem !important;
}

.mb-45,
.my-45 {
  margin-bottom: 11.25rem !important;
}

.ml-45,
.mx-45 {
  margin-left: 11.25rem !important;
}

.m-46 {
  margin: 11.5rem !important;
}

.mt-46,
.my-46 {
  margin-top: 11.5rem !important;
}

.mr-46,
.mx-46 {
  margin-right: 11.5rem !important;
}

.mb-46,
.my-46 {
  margin-bottom: 11.5rem !important;
}

.ml-46,
.mx-46 {
  margin-left: 11.5rem !important;
}

.m-47 {
  margin: 11.75rem !important;
}

.mt-47,
.my-47 {
  margin-top: 11.75rem !important;
}

.mr-47,
.mx-47 {
  margin-right: 11.75rem !important;
}

.mb-47,
.my-47 {
  margin-bottom: 11.75rem !important;
}

.ml-47,
.mx-47 {
  margin-left: 11.75rem !important;
}

.m-48 {
  margin: 12.25rem !important;
}

.mt-48,
.my-48 {
  margin-top: 12.25rem !important;
}

.mr-48,
.mx-48 {
  margin-right: 12.25rem !important;
}

.mb-48,
.my-48 {
  margin-bottom: 12.25rem !important;
}

.ml-48,
.mx-48 {
  margin-left: 12.25rem !important;
}

.m-49 {
  margin: 12.5rem !important;
}

.mt-49,
.my-49 {
  margin-top: 12.5rem !important;
}

.mr-49,
.mx-49 {
  margin-right: 12.5rem !important;
}

.mb-49,
.my-49 {
  margin-bottom: 12.5rem !important;
}

.ml-49,
.mx-49 {
  margin-left: 12.5rem !important;
}

.m-50 {
  margin: 12.75rem !important;
}

.mt-50,
.my-50 {
  margin-top: 12.75rem !important;
}

.mr-50,
.mx-50 {
  margin-right: 12.75rem !important;
}

.mb-50,
.my-50 {
  margin-bottom: 12.75rem !important;
}

.ml-50,
.mx-50 {
  margin-left: 12.75rem !important;
}

.m-51 {
  margin: 13rem !important;
}

.mt-51,
.my-51 {
  margin-top: 13rem !important;
}

.mr-51,
.mx-51 {
  margin-right: 13rem !important;
}

.mb-51,
.my-51 {
  margin-bottom: 13rem !important;
}

.ml-51,
.mx-51 {
  margin-left: 13rem !important;
}

.m-52 {
  margin: 13.25rem !important;
}

.mt-52,
.my-52 {
  margin-top: 13.25rem !important;
}

.mr-52,
.mx-52 {
  margin-right: 13.25rem !important;
}

.mb-52,
.my-52 {
  margin-bottom: 13.25rem !important;
}

.ml-52,
.mx-52 {
  margin-left: 13.25rem !important;
}

.m-53 {
  margin: 13.5rem !important;
}

.mt-53,
.my-53 {
  margin-top: 13.5rem !important;
}

.mr-53,
.mx-53 {
  margin-right: 13.5rem !important;
}

.mb-53,
.my-53 {
  margin-bottom: 13.5rem !important;
}

.ml-53,
.mx-53 {
  margin-left: 13.5rem !important;
}

.m-54 {
  margin: 13.75rem !important;
}

.mt-54,
.my-54 {
  margin-top: 13.75rem !important;
}

.mr-54,
.mx-54 {
  margin-right: 13.75rem !important;
}

.mb-54,
.my-54 {
  margin-bottom: 13.75rem !important;
}

.ml-54,
.mx-54 {
  margin-left: 13.75rem !important;
}

.m-55 {
  margin: 14rem !important;
}

.mt-55,
.my-55 {
  margin-top: 14rem !important;
}

.mr-55,
.mx-55 {
  margin-right: 14rem !important;
}

.mb-55,
.my-55 {
  margin-bottom: 14rem !important;
}

.ml-55,
.mx-55 {
  margin-left: 14rem !important;
}

.m-56 {
  margin: 14.25rem !important;
}

.mt-56,
.my-56 {
  margin-top: 14.25rem !important;
}

.mr-56,
.mx-56 {
  margin-right: 14.25rem !important;
}

.mb-56,
.my-56 {
  margin-bottom: 14.25rem !important;
}

.ml-56,
.mx-56 {
  margin-left: 14.25rem !important;
}

.m-57 {
  margin: 14.5rem !important;
}

.mt-57,
.my-57 {
  margin-top: 14.5rem !important;
}

.mr-57,
.mx-57 {
  margin-right: 14.5rem !important;
}

.mb-57,
.my-57 {
  margin-bottom: 14.5rem !important;
}

.ml-57,
.mx-57 {
  margin-left: 14.5rem !important;
}

.m-58 {
  margin: 14.75rem !important;
}

.mt-58,
.my-58 {
  margin-top: 14.75rem !important;
}

.mr-58,
.mx-58 {
  margin-right: 14.75rem !important;
}

.mb-58,
.my-58 {
  margin-bottom: 14.75rem !important;
}

.ml-58,
.mx-58 {
  margin-left: 14.75rem !important;
}

.m-59 {
  margin: 15rem !important;
}

.mt-59,
.my-59 {
  margin-top: 15rem !important;
}

.mr-59,
.mx-59 {
  margin-right: 15rem !important;
}

.mb-59,
.my-59 {
  margin-bottom: 15rem !important;
}

.ml-59,
.mx-59 {
  margin-left: 15rem !important;
}

.m-60 {
  margin: 15.25rem !important;
}

.mt-60,
.my-60 {
  margin-top: 15.25rem !important;
}

.mr-60,
.mx-60 {
  margin-right: 15.25rem !important;
}

.mb-60,
.my-60 {
  margin-bottom: 15.25rem !important;
}

.ml-60,
.mx-60 {
  margin-left: 15.25rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3,
.py-3 {
  padding-top: 0.75rem !important;
}

.pr-3,
.px-3 {
  padding-right: 0.75rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3,
.px-3 {
  padding-left: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.pt-5,
.py-5 {
  padding-top: 1.25rem !important;
}

.pr-5,
.px-5 {
  padding-right: 1.25rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 1.25rem !important;
}

.pl-5,
.px-5 {
  padding-left: 1.25rem !important;
}

.p-0h {
  padding: 0.2rem !important;
}

.pt-0h,
.py-0h {
  padding-top: 0.2rem !important;
}

.pr-0h,
.px-0h {
  padding-right: 0.2rem !important;
}

.pb-0h,
.py-0h {
  padding-bottom: 0.2rem !important;
}

.pl-0h,
.px-0h {
  padding-left: 0.2rem !important;
}

.p-1h {
  padding: 0.35rem !important;
}

.pt-1h,
.py-1h {
  padding-top: 0.35rem !important;
}

.pr-1h,
.px-1h {
  padding-right: 0.35rem !important;
}

.pb-1h,
.py-1h {
  padding-bottom: 0.35rem !important;
}

.pl-1h,
.px-1h {
  padding-left: 0.35rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 1.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 1.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 1.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 1.5rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.pt-7,
.py-7 {
  padding-top: 1.75rem !important;
}

.pr-7,
.px-7 {
  padding-right: 1.75rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 1.75rem !important;
}

.pl-7,
.px-7 {
  padding-left: 1.75rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.pt-8,
.py-8 {
  padding-top: 2rem !important;
}

.pr-8,
.px-8 {
  padding-right: 2rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 2rem !important;
}

.pl-8,
.px-8 {
  padding-left: 2rem !important;
}

.p-9 {
  padding: 2.25rem !important;
}

.pt-9,
.py-9 {
  padding-top: 2.25rem !important;
}

.pr-9,
.px-9 {
  padding-right: 2.25rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 2.25rem !important;
}

.pl-9,
.px-9 {
  padding-left: 2.25rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 2.5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 2.5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 2.5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 2.5rem !important;
}

.p-11 {
  padding: 2.75rem !important;
}

.pt-11,
.py-11 {
  padding-top: 2.75rem !important;
}

.pr-11,
.px-11 {
  padding-right: 2.75rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 2.75rem !important;
}

.pl-11,
.px-11 {
  padding-left: 2.75rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.pt-12,
.py-12 {
  padding-top: 3rem !important;
}

.pr-12,
.px-12 {
  padding-right: 3rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 3rem !important;
}

.pl-12,
.px-12 {
  padding-left: 3rem !important;
}

.p-13 {
  padding: 3.25rem !important;
}

.pt-13,
.py-13 {
  padding-top: 3.25rem !important;
}

.pr-13,
.px-13 {
  padding-right: 3.25rem !important;
}

.pb-13,
.py-13 {
  padding-bottom: 3.25rem !important;
}

.pl-13,
.px-13 {
  padding-left: 3.25rem !important;
}

.p-14 {
  padding: 3.5rem !important;
}

.pt-14,
.py-14 {
  padding-top: 3.5rem !important;
}

.pr-14,
.px-14 {
  padding-right: 3.5rem !important;
}

.pb-14,
.py-14 {
  padding-bottom: 3.5rem !important;
}

.pl-14,
.px-14 {
  padding-left: 3.5rem !important;
}

.p-15 {
  padding: 3.75rem !important;
}

.pt-15,
.py-15 {
  padding-top: 3.75rem !important;
}

.pr-15,
.px-15 {
  padding-right: 3.75rem !important;
}

.pb-15,
.py-15 {
  padding-bottom: 3.75rem !important;
}

.pl-15,
.px-15 {
  padding-left: 3.75rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.pt-16,
.py-16 {
  padding-top: 4rem !important;
}

.pr-16,
.px-16 {
  padding-right: 4rem !important;
}

.pb-16,
.py-16 {
  padding-bottom: 4rem !important;
}

.pl-16,
.px-16 {
  padding-left: 4rem !important;
}

.p-17 {
  padding: 4.25rem !important;
}

.pt-17,
.py-17 {
  padding-top: 4.25rem !important;
}

.pr-17,
.px-17 {
  padding-right: 4.25rem !important;
}

.pb-17,
.py-17 {
  padding-bottom: 4.25rem !important;
}

.pl-17,
.px-17 {
  padding-left: 4.25rem !important;
}

.p-18 {
  padding: 4.55rem !important;
}

.pt-18,
.py-18 {
  padding-top: 4.55rem !important;
}

.pr-18,
.px-18 {
  padding-right: 4.55rem !important;
}

.pb-18,
.py-18 {
  padding-bottom: 4.55rem !important;
}

.pl-18,
.px-18 {
  padding-left: 4.55rem !important;
}

.p-19 {
  padding: 4.75rem !important;
}

.pt-19,
.py-19 {
  padding-top: 4.75rem !important;
}

.pr-19,
.px-19 {
  padding-right: 4.75rem !important;
}

.pb-19,
.py-19 {
  padding-bottom: 4.75rem !important;
}

.pl-19,
.px-19 {
  padding-left: 4.75rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.pt-20,
.py-20 {
  padding-top: 5rem !important;
}

.pr-20,
.px-20 {
  padding-right: 5rem !important;
}

.pb-20,
.py-20 {
  padding-bottom: 5rem !important;
}

.pl-20,
.px-20 {
  padding-left: 5rem !important;
}

.p-21 {
  padding: 5.25rem !important;
}

.pt-21,
.py-21 {
  padding-top: 5.25rem !important;
}

.pr-21,
.px-21 {
  padding-right: 5.25rem !important;
}

.pb-21,
.py-21 {
  padding-bottom: 5.25rem !important;
}

.pl-21,
.px-21 {
  padding-left: 5.25rem !important;
}

.p-22 {
  padding: 5.5rem !important;
}

.pt-22,
.py-22 {
  padding-top: 5.5rem !important;
}

.pr-22,
.px-22 {
  padding-right: 5.5rem !important;
}

.pb-22,
.py-22 {
  padding-bottom: 5.5rem !important;
}

.pl-22,
.px-22 {
  padding-left: 5.5rem !important;
}

.p-23 {
  padding: 5.75rem !important;
}

.pt-23,
.py-23 {
  padding-top: 5.75rem !important;
}

.pr-23,
.px-23 {
  padding-right: 5.75rem !important;
}

.pb-23,
.py-23 {
  padding-bottom: 5.75rem !important;
}

.pl-23,
.px-23 {
  padding-left: 5.75rem !important;
}

.p-24 {
  padding: 6rem !important;
}

.pt-24,
.py-24 {
  padding-top: 6rem !important;
}

.pr-24,
.px-24 {
  padding-right: 6rem !important;
}

.pb-24,
.py-24 {
  padding-bottom: 6rem !important;
}

.pl-24,
.px-24 {
  padding-left: 6rem !important;
}

.p-25 {
  padding: 6.25rem !important;
}

.pt-25,
.py-25 {
  padding-top: 6.25rem !important;
}

.pr-25,
.px-25 {
  padding-right: 6.25rem !important;
}

.pb-25,
.py-25 {
  padding-bottom: 6.25rem !important;
}

.pl-25,
.px-25 {
  padding-left: 6.25rem !important;
}

.p-26 {
  padding: 6.5rem !important;
}

.pt-26,
.py-26 {
  padding-top: 6.5rem !important;
}

.pr-26,
.px-26 {
  padding-right: 6.5rem !important;
}

.pb-26,
.py-26 {
  padding-bottom: 6.5rem !important;
}

.pl-26,
.px-26 {
  padding-left: 6.5rem !important;
}

.p-27 {
  padding: 6.75rem !important;
}

.pt-27,
.py-27 {
  padding-top: 6.75rem !important;
}

.pr-27,
.px-27 {
  padding-right: 6.75rem !important;
}

.pb-27,
.py-27 {
  padding-bottom: 6.75rem !important;
}

.pl-27,
.px-27 {
  padding-left: 6.75rem !important;
}

.p-28 {
  padding: 7rem !important;
}

.pt-28,
.py-28 {
  padding-top: 7rem !important;
}

.pr-28,
.px-28 {
  padding-right: 7rem !important;
}

.pb-28,
.py-28 {
  padding-bottom: 7rem !important;
}

.pl-28,
.px-28 {
  padding-left: 7rem !important;
}

.p-29 {
  padding: 7.25rem !important;
}

.pt-29,
.py-29 {
  padding-top: 7.25rem !important;
}

.pr-29,
.px-29 {
  padding-right: 7.25rem !important;
}

.pb-29,
.py-29 {
  padding-bottom: 7.25rem !important;
}

.pl-29,
.px-29 {
  padding-left: 7.25rem !important;
}

.p-30 {
  padding: 7.5rem !important;
}

.pt-30,
.py-30 {
  padding-top: 7.5rem !important;
}

.pr-30,
.px-30 {
  padding-right: 7.5rem !important;
}

.pb-30,
.py-30 {
  padding-bottom: 7.5rem !important;
}

.pl-30,
.px-30 {
  padding-left: 7.5rem !important;
}

.p-31 {
  padding: 7.75rem !important;
}

.pt-31,
.py-31 {
  padding-top: 7.75rem !important;
}

.pr-31,
.px-31 {
  padding-right: 7.75rem !important;
}

.pb-31,
.py-31 {
  padding-bottom: 7.75rem !important;
}

.pl-31,
.px-31 {
  padding-left: 7.75rem !important;
}

.p-32 {
  padding: 8rem !important;
}

.pt-32,
.py-32 {
  padding-top: 8rem !important;
}

.pr-32,
.px-32 {
  padding-right: 8rem !important;
}

.pb-32,
.py-32 {
  padding-bottom: 8rem !important;
}

.pl-32,
.px-32 {
  padding-left: 8rem !important;
}

.p-33 {
  padding: 8.25rem !important;
}

.pt-33,
.py-33 {
  padding-top: 8.25rem !important;
}

.pr-33,
.px-33 {
  padding-right: 8.25rem !important;
}

.pb-33,
.py-33 {
  padding-bottom: 8.25rem !important;
}

.pl-33,
.px-33 {
  padding-left: 8.25rem !important;
}

.p-34 {
  padding: 8.5rem !important;
}

.pt-34,
.py-34 {
  padding-top: 8.5rem !important;
}

.pr-34,
.px-34 {
  padding-right: 8.5rem !important;
}

.pb-34,
.py-34 {
  padding-bottom: 8.5rem !important;
}

.pl-34,
.px-34 {
  padding-left: 8.5rem !important;
}

.p-35 {
  padding: 8.75rem !important;
}

.pt-35,
.py-35 {
  padding-top: 8.75rem !important;
}

.pr-35,
.px-35 {
  padding-right: 8.75rem !important;
}

.pb-35,
.py-35 {
  padding-bottom: 8.75rem !important;
}

.pl-35,
.px-35 {
  padding-left: 8.75rem !important;
}

.p-36 {
  padding: 9rem !important;
}

.pt-36,
.py-36 {
  padding-top: 9rem !important;
}

.pr-36,
.px-36 {
  padding-right: 9rem !important;
}

.pb-36,
.py-36 {
  padding-bottom: 9rem !important;
}

.pl-36,
.px-36 {
  padding-left: 9rem !important;
}

.p-37 {
  padding: 9.25rem !important;
}

.pt-37,
.py-37 {
  padding-top: 9.25rem !important;
}

.pr-37,
.px-37 {
  padding-right: 9.25rem !important;
}

.pb-37,
.py-37 {
  padding-bottom: 9.25rem !important;
}

.pl-37,
.px-37 {
  padding-left: 9.25rem !important;
}

.p-38 {
  padding: 9.5rem !important;
}

.pt-38,
.py-38 {
  padding-top: 9.5rem !important;
}

.pr-38,
.px-38 {
  padding-right: 9.5rem !important;
}

.pb-38,
.py-38 {
  padding-bottom: 9.5rem !important;
}

.pl-38,
.px-38 {
  padding-left: 9.5rem !important;
}

.p-39 {
  padding: 9.75rem !important;
}

.pt-39,
.py-39 {
  padding-top: 9.75rem !important;
}

.pr-39,
.px-39 {
  padding-right: 9.75rem !important;
}

.pb-39,
.py-39 {
  padding-bottom: 9.75rem !important;
}

.pl-39,
.px-39 {
  padding-left: 9.75rem !important;
}

.p-40 {
  padding: 10rem !important;
}

.pt-40,
.py-40 {
  padding-top: 10rem !important;
}

.pr-40,
.px-40 {
  padding-right: 10rem !important;
}

.pb-40,
.py-40 {
  padding-bottom: 10rem !important;
}

.pl-40,
.px-40 {
  padding-left: 10rem !important;
}

.p-41 {
  padding: 10.25rem !important;
}

.pt-41,
.py-41 {
  padding-top: 10.25rem !important;
}

.pr-41,
.px-41 {
  padding-right: 10.25rem !important;
}

.pb-41,
.py-41 {
  padding-bottom: 10.25rem !important;
}

.pl-41,
.px-41 {
  padding-left: 10.25rem !important;
}

.p-42 {
  padding: 10.5rem !important;
}

.pt-42,
.py-42 {
  padding-top: 10.5rem !important;
}

.pr-42,
.px-42 {
  padding-right: 10.5rem !important;
}

.pb-42,
.py-42 {
  padding-bottom: 10.5rem !important;
}

.pl-42,
.px-42 {
  padding-left: 10.5rem !important;
}

.p-43 {
  padding: 10.75rem !important;
}

.pt-43,
.py-43 {
  padding-top: 10.75rem !important;
}

.pr-43,
.px-43 {
  padding-right: 10.75rem !important;
}

.pb-43,
.py-43 {
  padding-bottom: 10.75rem !important;
}

.pl-43,
.px-43 {
  padding-left: 10.75rem !important;
}

.p-44 {
  padding: 11rem !important;
}

.pt-44,
.py-44 {
  padding-top: 11rem !important;
}

.pr-44,
.px-44 {
  padding-right: 11rem !important;
}

.pb-44,
.py-44 {
  padding-bottom: 11rem !important;
}

.pl-44,
.px-44 {
  padding-left: 11rem !important;
}

.p-45 {
  padding: 11.25rem !important;
}

.pt-45,
.py-45 {
  padding-top: 11.25rem !important;
}

.pr-45,
.px-45 {
  padding-right: 11.25rem !important;
}

.pb-45,
.py-45 {
  padding-bottom: 11.25rem !important;
}

.pl-45,
.px-45 {
  padding-left: 11.25rem !important;
}

.p-46 {
  padding: 11.5rem !important;
}

.pt-46,
.py-46 {
  padding-top: 11.5rem !important;
}

.pr-46,
.px-46 {
  padding-right: 11.5rem !important;
}

.pb-46,
.py-46 {
  padding-bottom: 11.5rem !important;
}

.pl-46,
.px-46 {
  padding-left: 11.5rem !important;
}

.p-47 {
  padding: 11.75rem !important;
}

.pt-47,
.py-47 {
  padding-top: 11.75rem !important;
}

.pr-47,
.px-47 {
  padding-right: 11.75rem !important;
}

.pb-47,
.py-47 {
  padding-bottom: 11.75rem !important;
}

.pl-47,
.px-47 {
  padding-left: 11.75rem !important;
}

.p-48 {
  padding: 12.25rem !important;
}

.pt-48,
.py-48 {
  padding-top: 12.25rem !important;
}

.pr-48,
.px-48 {
  padding-right: 12.25rem !important;
}

.pb-48,
.py-48 {
  padding-bottom: 12.25rem !important;
}

.pl-48,
.px-48 {
  padding-left: 12.25rem !important;
}

.p-49 {
  padding: 12.5rem !important;
}

.pt-49,
.py-49 {
  padding-top: 12.5rem !important;
}

.pr-49,
.px-49 {
  padding-right: 12.5rem !important;
}

.pb-49,
.py-49 {
  padding-bottom: 12.5rem !important;
}

.pl-49,
.px-49 {
  padding-left: 12.5rem !important;
}

.p-50 {
  padding: 12.75rem !important;
}

.pt-50,
.py-50 {
  padding-top: 12.75rem !important;
}

.pr-50,
.px-50 {
  padding-right: 12.75rem !important;
}

.pb-50,
.py-50 {
  padding-bottom: 12.75rem !important;
}

.pl-50,
.px-50 {
  padding-left: 12.75rem !important;
}

.p-51 {
  padding: 13rem !important;
}

.pt-51,
.py-51 {
  padding-top: 13rem !important;
}

.pr-51,
.px-51 {
  padding-right: 13rem !important;
}

.pb-51,
.py-51 {
  padding-bottom: 13rem !important;
}

.pl-51,
.px-51 {
  padding-left: 13rem !important;
}

.p-52 {
  padding: 13.25rem !important;
}

.pt-52,
.py-52 {
  padding-top: 13.25rem !important;
}

.pr-52,
.px-52 {
  padding-right: 13.25rem !important;
}

.pb-52,
.py-52 {
  padding-bottom: 13.25rem !important;
}

.pl-52,
.px-52 {
  padding-left: 13.25rem !important;
}

.p-53 {
  padding: 13.5rem !important;
}

.pt-53,
.py-53 {
  padding-top: 13.5rem !important;
}

.pr-53,
.px-53 {
  padding-right: 13.5rem !important;
}

.pb-53,
.py-53 {
  padding-bottom: 13.5rem !important;
}

.pl-53,
.px-53 {
  padding-left: 13.5rem !important;
}

.p-54 {
  padding: 13.75rem !important;
}

.pt-54,
.py-54 {
  padding-top: 13.75rem !important;
}

.pr-54,
.px-54 {
  padding-right: 13.75rem !important;
}

.pb-54,
.py-54 {
  padding-bottom: 13.75rem !important;
}

.pl-54,
.px-54 {
  padding-left: 13.75rem !important;
}

.p-55 {
  padding: 14rem !important;
}

.pt-55,
.py-55 {
  padding-top: 14rem !important;
}

.pr-55,
.px-55 {
  padding-right: 14rem !important;
}

.pb-55,
.py-55 {
  padding-bottom: 14rem !important;
}

.pl-55,
.px-55 {
  padding-left: 14rem !important;
}

.p-56 {
  padding: 14.25rem !important;
}

.pt-56,
.py-56 {
  padding-top: 14.25rem !important;
}

.pr-56,
.px-56 {
  padding-right: 14.25rem !important;
}

.pb-56,
.py-56 {
  padding-bottom: 14.25rem !important;
}

.pl-56,
.px-56 {
  padding-left: 14.25rem !important;
}

.p-57 {
  padding: 14.5rem !important;
}

.pt-57,
.py-57 {
  padding-top: 14.5rem !important;
}

.pr-57,
.px-57 {
  padding-right: 14.5rem !important;
}

.pb-57,
.py-57 {
  padding-bottom: 14.5rem !important;
}

.pl-57,
.px-57 {
  padding-left: 14.5rem !important;
}

.p-58 {
  padding: 14.75rem !important;
}

.pt-58,
.py-58 {
  padding-top: 14.75rem !important;
}

.pr-58,
.px-58 {
  padding-right: 14.75rem !important;
}

.pb-58,
.py-58 {
  padding-bottom: 14.75rem !important;
}

.pl-58,
.px-58 {
  padding-left: 14.75rem !important;
}

.p-59 {
  padding: 15rem !important;
}

.pt-59,
.py-59 {
  padding-top: 15rem !important;
}

.pr-59,
.px-59 {
  padding-right: 15rem !important;
}

.pb-59,
.py-59 {
  padding-bottom: 15rem !important;
}

.pl-59,
.px-59 {
  padding-left: 15rem !important;
}

.p-60 {
  padding: 15.25rem !important;
}

.pt-60,
.py-60 {
  padding-top: 15.25rem !important;
}

.pr-60,
.px-60 {
  padding-right: 15.25rem !important;
}

.pb-60,
.py-60 {
  padding-bottom: 15.25rem !important;
}

.pl-60,
.px-60 {
  padding-left: 15.25rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -0.75rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -0.75rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -0.75rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -0.75rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -0.75rem !important;
}

.m-n4 {
  margin: -1rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1rem !important;
}

.m-n5 {
  margin: -1.25rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -1.25rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -1.25rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -1.25rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -1.25rem !important;
}

.m-n0h {
  margin: -0.2rem !important;
}

.mt-n0h,
.my-n0h {
  margin-top: -0.2rem !important;
}

.mr-n0h,
.mx-n0h {
  margin-right: -0.2rem !important;
}

.mb-n0h,
.my-n0h {
  margin-bottom: -0.2rem !important;
}

.ml-n0h,
.mx-n0h {
  margin-left: -0.2rem !important;
}

.m-n1h {
  margin: -0.35rem !important;
}

.mt-n1h,
.my-n1h {
  margin-top: -0.35rem !important;
}

.mr-n1h,
.mx-n1h {
  margin-right: -0.35rem !important;
}

.mb-n1h,
.my-n1h {
  margin-bottom: -0.35rem !important;
}

.ml-n1h,
.mx-n1h {
  margin-left: -0.35rem !important;
}

.m-n6 {
  margin: -1.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -1.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -1.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -1.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -1.5rem !important;
}

.m-n7 {
  margin: -1.75rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -1.75rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -1.75rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -1.75rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -1.75rem !important;
}

.m-n8 {
  margin: -2rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -2rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -2rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -2rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -2rem !important;
}

.m-n9 {
  margin: -2.25rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -2.25rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -2.25rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -2.25rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -2.25rem !important;
}

.m-n10 {
  margin: -2.5rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -2.5rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -2.5rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -2.5rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -2.5rem !important;
}

.m-n11 {
  margin: -2.75rem !important;
}

.mt-n11,
.my-n11 {
  margin-top: -2.75rem !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -2.75rem !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -2.75rem !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -2.75rem !important;
}

.m-n12 {
  margin: -3rem !important;
}

.mt-n12,
.my-n12 {
  margin-top: -3rem !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -3rem !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -3rem !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -3rem !important;
}

.m-n13 {
  margin: -3.25rem !important;
}

.mt-n13,
.my-n13 {
  margin-top: -3.25rem !important;
}

.mr-n13,
.mx-n13 {
  margin-right: -3.25rem !important;
}

.mb-n13,
.my-n13 {
  margin-bottom: -3.25rem !important;
}

.ml-n13,
.mx-n13 {
  margin-left: -3.25rem !important;
}

.m-n14 {
  margin: -3.5rem !important;
}

.mt-n14,
.my-n14 {
  margin-top: -3.5rem !important;
}

.mr-n14,
.mx-n14 {
  margin-right: -3.5rem !important;
}

.mb-n14,
.my-n14 {
  margin-bottom: -3.5rem !important;
}

.ml-n14,
.mx-n14 {
  margin-left: -3.5rem !important;
}

.m-n15 {
  margin: -3.75rem !important;
}

.mt-n15,
.my-n15 {
  margin-top: -3.75rem !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -3.75rem !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -3.75rem !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -3.75rem !important;
}

.m-n16 {
  margin: -4rem !important;
}

.mt-n16,
.my-n16 {
  margin-top: -4rem !important;
}

.mr-n16,
.mx-n16 {
  margin-right: -4rem !important;
}

.mb-n16,
.my-n16 {
  margin-bottom: -4rem !important;
}

.ml-n16,
.mx-n16 {
  margin-left: -4rem !important;
}

.m-n17 {
  margin: -4.25rem !important;
}

.mt-n17,
.my-n17 {
  margin-top: -4.25rem !important;
}

.mr-n17,
.mx-n17 {
  margin-right: -4.25rem !important;
}

.mb-n17,
.my-n17 {
  margin-bottom: -4.25rem !important;
}

.ml-n17,
.mx-n17 {
  margin-left: -4.25rem !important;
}

.m-n18 {
  margin: -4.55rem !important;
}

.mt-n18,
.my-n18 {
  margin-top: -4.55rem !important;
}

.mr-n18,
.mx-n18 {
  margin-right: -4.55rem !important;
}

.mb-n18,
.my-n18 {
  margin-bottom: -4.55rem !important;
}

.ml-n18,
.mx-n18 {
  margin-left: -4.55rem !important;
}

.m-n19 {
  margin: -4.75rem !important;
}

.mt-n19,
.my-n19 {
  margin-top: -4.75rem !important;
}

.mr-n19,
.mx-n19 {
  margin-right: -4.75rem !important;
}

.mb-n19,
.my-n19 {
  margin-bottom: -4.75rem !important;
}

.ml-n19,
.mx-n19 {
  margin-left: -4.75rem !important;
}

.m-n20 {
  margin: -5rem !important;
}

.mt-n20,
.my-n20 {
  margin-top: -5rem !important;
}

.mr-n20,
.mx-n20 {
  margin-right: -5rem !important;
}

.mb-n20,
.my-n20 {
  margin-bottom: -5rem !important;
}

.ml-n20,
.mx-n20 {
  margin-left: -5rem !important;
}

.m-n21 {
  margin: -5.25rem !important;
}

.mt-n21,
.my-n21 {
  margin-top: -5.25rem !important;
}

.mr-n21,
.mx-n21 {
  margin-right: -5.25rem !important;
}

.mb-n21,
.my-n21 {
  margin-bottom: -5.25rem !important;
}

.ml-n21,
.mx-n21 {
  margin-left: -5.25rem !important;
}

.m-n22 {
  margin: -5.5rem !important;
}

.mt-n22,
.my-n22 {
  margin-top: -5.5rem !important;
}

.mr-n22,
.mx-n22 {
  margin-right: -5.5rem !important;
}

.mb-n22,
.my-n22 {
  margin-bottom: -5.5rem !important;
}

.ml-n22,
.mx-n22 {
  margin-left: -5.5rem !important;
}

.m-n23 {
  margin: -5.75rem !important;
}

.mt-n23,
.my-n23 {
  margin-top: -5.75rem !important;
}

.mr-n23,
.mx-n23 {
  margin-right: -5.75rem !important;
}

.mb-n23,
.my-n23 {
  margin-bottom: -5.75rem !important;
}

.ml-n23,
.mx-n23 {
  margin-left: -5.75rem !important;
}

.m-n24 {
  margin: -6rem !important;
}

.mt-n24,
.my-n24 {
  margin-top: -6rem !important;
}

.mr-n24,
.mx-n24 {
  margin-right: -6rem !important;
}

.mb-n24,
.my-n24 {
  margin-bottom: -6rem !important;
}

.ml-n24,
.mx-n24 {
  margin-left: -6rem !important;
}

.m-n25 {
  margin: -6.25rem !important;
}

.mt-n25,
.my-n25 {
  margin-top: -6.25rem !important;
}

.mr-n25,
.mx-n25 {
  margin-right: -6.25rem !important;
}

.mb-n25,
.my-n25 {
  margin-bottom: -6.25rem !important;
}

.ml-n25,
.mx-n25 {
  margin-left: -6.25rem !important;
}

.m-n26 {
  margin: -6.5rem !important;
}

.mt-n26,
.my-n26 {
  margin-top: -6.5rem !important;
}

.mr-n26,
.mx-n26 {
  margin-right: -6.5rem !important;
}

.mb-n26,
.my-n26 {
  margin-bottom: -6.5rem !important;
}

.ml-n26,
.mx-n26 {
  margin-left: -6.5rem !important;
}

.m-n27 {
  margin: -6.75rem !important;
}

.mt-n27,
.my-n27 {
  margin-top: -6.75rem !important;
}

.mr-n27,
.mx-n27 {
  margin-right: -6.75rem !important;
}

.mb-n27,
.my-n27 {
  margin-bottom: -6.75rem !important;
}

.ml-n27,
.mx-n27 {
  margin-left: -6.75rem !important;
}

.m-n28 {
  margin: -7rem !important;
}

.mt-n28,
.my-n28 {
  margin-top: -7rem !important;
}

.mr-n28,
.mx-n28 {
  margin-right: -7rem !important;
}

.mb-n28,
.my-n28 {
  margin-bottom: -7rem !important;
}

.ml-n28,
.mx-n28 {
  margin-left: -7rem !important;
}

.m-n29 {
  margin: -7.25rem !important;
}

.mt-n29,
.my-n29 {
  margin-top: -7.25rem !important;
}

.mr-n29,
.mx-n29 {
  margin-right: -7.25rem !important;
}

.mb-n29,
.my-n29 {
  margin-bottom: -7.25rem !important;
}

.ml-n29,
.mx-n29 {
  margin-left: -7.25rem !important;
}

.m-n30 {
  margin: -7.5rem !important;
}

.mt-n30,
.my-n30 {
  margin-top: -7.5rem !important;
}

.mr-n30,
.mx-n30 {
  margin-right: -7.5rem !important;
}

.mb-n30,
.my-n30 {
  margin-bottom: -7.5rem !important;
}

.ml-n30,
.mx-n30 {
  margin-left: -7.5rem !important;
}

.m-n31 {
  margin: -7.75rem !important;
}

.mt-n31,
.my-n31 {
  margin-top: -7.75rem !important;
}

.mr-n31,
.mx-n31 {
  margin-right: -7.75rem !important;
}

.mb-n31,
.my-n31 {
  margin-bottom: -7.75rem !important;
}

.ml-n31,
.mx-n31 {
  margin-left: -7.75rem !important;
}

.m-n32 {
  margin: -8rem !important;
}

.mt-n32,
.my-n32 {
  margin-top: -8rem !important;
}

.mr-n32,
.mx-n32 {
  margin-right: -8rem !important;
}

.mb-n32,
.my-n32 {
  margin-bottom: -8rem !important;
}

.ml-n32,
.mx-n32 {
  margin-left: -8rem !important;
}

.m-n33 {
  margin: -8.25rem !important;
}

.mt-n33,
.my-n33 {
  margin-top: -8.25rem !important;
}

.mr-n33,
.mx-n33 {
  margin-right: -8.25rem !important;
}

.mb-n33,
.my-n33 {
  margin-bottom: -8.25rem !important;
}

.ml-n33,
.mx-n33 {
  margin-left: -8.25rem !important;
}

.m-n34 {
  margin: -8.5rem !important;
}

.mt-n34,
.my-n34 {
  margin-top: -8.5rem !important;
}

.mr-n34,
.mx-n34 {
  margin-right: -8.5rem !important;
}

.mb-n34,
.my-n34 {
  margin-bottom: -8.5rem !important;
}

.ml-n34,
.mx-n34 {
  margin-left: -8.5rem !important;
}

.m-n35 {
  margin: -8.75rem !important;
}

.mt-n35,
.my-n35 {
  margin-top: -8.75rem !important;
}

.mr-n35,
.mx-n35 {
  margin-right: -8.75rem !important;
}

.mb-n35,
.my-n35 {
  margin-bottom: -8.75rem !important;
}

.ml-n35,
.mx-n35 {
  margin-left: -8.75rem !important;
}

.m-n36 {
  margin: -9rem !important;
}

.mt-n36,
.my-n36 {
  margin-top: -9rem !important;
}

.mr-n36,
.mx-n36 {
  margin-right: -9rem !important;
}

.mb-n36,
.my-n36 {
  margin-bottom: -9rem !important;
}

.ml-n36,
.mx-n36 {
  margin-left: -9rem !important;
}

.m-n37 {
  margin: -9.25rem !important;
}

.mt-n37,
.my-n37 {
  margin-top: -9.25rem !important;
}

.mr-n37,
.mx-n37 {
  margin-right: -9.25rem !important;
}

.mb-n37,
.my-n37 {
  margin-bottom: -9.25rem !important;
}

.ml-n37,
.mx-n37 {
  margin-left: -9.25rem !important;
}

.m-n38 {
  margin: -9.5rem !important;
}

.mt-n38,
.my-n38 {
  margin-top: -9.5rem !important;
}

.mr-n38,
.mx-n38 {
  margin-right: -9.5rem !important;
}

.mb-n38,
.my-n38 {
  margin-bottom: -9.5rem !important;
}

.ml-n38,
.mx-n38 {
  margin-left: -9.5rem !important;
}

.m-n39 {
  margin: -9.75rem !important;
}

.mt-n39,
.my-n39 {
  margin-top: -9.75rem !important;
}

.mr-n39,
.mx-n39 {
  margin-right: -9.75rem !important;
}

.mb-n39,
.my-n39 {
  margin-bottom: -9.75rem !important;
}

.ml-n39,
.mx-n39 {
  margin-left: -9.75rem !important;
}

.m-n40 {
  margin: -10rem !important;
}

.mt-n40,
.my-n40 {
  margin-top: -10rem !important;
}

.mr-n40,
.mx-n40 {
  margin-right: -10rem !important;
}

.mb-n40,
.my-n40 {
  margin-bottom: -10rem !important;
}

.ml-n40,
.mx-n40 {
  margin-left: -10rem !important;
}

.m-n41 {
  margin: -10.25rem !important;
}

.mt-n41,
.my-n41 {
  margin-top: -10.25rem !important;
}

.mr-n41,
.mx-n41 {
  margin-right: -10.25rem !important;
}

.mb-n41,
.my-n41 {
  margin-bottom: -10.25rem !important;
}

.ml-n41,
.mx-n41 {
  margin-left: -10.25rem !important;
}

.m-n42 {
  margin: -10.5rem !important;
}

.mt-n42,
.my-n42 {
  margin-top: -10.5rem !important;
}

.mr-n42,
.mx-n42 {
  margin-right: -10.5rem !important;
}

.mb-n42,
.my-n42 {
  margin-bottom: -10.5rem !important;
}

.ml-n42,
.mx-n42 {
  margin-left: -10.5rem !important;
}

.m-n43 {
  margin: -10.75rem !important;
}

.mt-n43,
.my-n43 {
  margin-top: -10.75rem !important;
}

.mr-n43,
.mx-n43 {
  margin-right: -10.75rem !important;
}

.mb-n43,
.my-n43 {
  margin-bottom: -10.75rem !important;
}

.ml-n43,
.mx-n43 {
  margin-left: -10.75rem !important;
}

.m-n44 {
  margin: -11rem !important;
}

.mt-n44,
.my-n44 {
  margin-top: -11rem !important;
}

.mr-n44,
.mx-n44 {
  margin-right: -11rem !important;
}

.mb-n44,
.my-n44 {
  margin-bottom: -11rem !important;
}

.ml-n44,
.mx-n44 {
  margin-left: -11rem !important;
}

.m-n45 {
  margin: -11.25rem !important;
}

.mt-n45,
.my-n45 {
  margin-top: -11.25rem !important;
}

.mr-n45,
.mx-n45 {
  margin-right: -11.25rem !important;
}

.mb-n45,
.my-n45 {
  margin-bottom: -11.25rem !important;
}

.ml-n45,
.mx-n45 {
  margin-left: -11.25rem !important;
}

.m-n46 {
  margin: -11.5rem !important;
}

.mt-n46,
.my-n46 {
  margin-top: -11.5rem !important;
}

.mr-n46,
.mx-n46 {
  margin-right: -11.5rem !important;
}

.mb-n46,
.my-n46 {
  margin-bottom: -11.5rem !important;
}

.ml-n46,
.mx-n46 {
  margin-left: -11.5rem !important;
}

.m-n47 {
  margin: -11.75rem !important;
}

.mt-n47,
.my-n47 {
  margin-top: -11.75rem !important;
}

.mr-n47,
.mx-n47 {
  margin-right: -11.75rem !important;
}

.mb-n47,
.my-n47 {
  margin-bottom: -11.75rem !important;
}

.ml-n47,
.mx-n47 {
  margin-left: -11.75rem !important;
}

.m-n48 {
  margin: -12.25rem !important;
}

.mt-n48,
.my-n48 {
  margin-top: -12.25rem !important;
}

.mr-n48,
.mx-n48 {
  margin-right: -12.25rem !important;
}

.mb-n48,
.my-n48 {
  margin-bottom: -12.25rem !important;
}

.ml-n48,
.mx-n48 {
  margin-left: -12.25rem !important;
}

.m-n49 {
  margin: -12.5rem !important;
}

.mt-n49,
.my-n49 {
  margin-top: -12.5rem !important;
}

.mr-n49,
.mx-n49 {
  margin-right: -12.5rem !important;
}

.mb-n49,
.my-n49 {
  margin-bottom: -12.5rem !important;
}

.ml-n49,
.mx-n49 {
  margin-left: -12.5rem !important;
}

.m-n50 {
  margin: -12.75rem !important;
}

.mt-n50,
.my-n50 {
  margin-top: -12.75rem !important;
}

.mr-n50,
.mx-n50 {
  margin-right: -12.75rem !important;
}

.mb-n50,
.my-n50 {
  margin-bottom: -12.75rem !important;
}

.ml-n50,
.mx-n50 {
  margin-left: -12.75rem !important;
}

.m-n51 {
  margin: -13rem !important;
}

.mt-n51,
.my-n51 {
  margin-top: -13rem !important;
}

.mr-n51,
.mx-n51 {
  margin-right: -13rem !important;
}

.mb-n51,
.my-n51 {
  margin-bottom: -13rem !important;
}

.ml-n51,
.mx-n51 {
  margin-left: -13rem !important;
}

.m-n52 {
  margin: -13.25rem !important;
}

.mt-n52,
.my-n52 {
  margin-top: -13.25rem !important;
}

.mr-n52,
.mx-n52 {
  margin-right: -13.25rem !important;
}

.mb-n52,
.my-n52 {
  margin-bottom: -13.25rem !important;
}

.ml-n52,
.mx-n52 {
  margin-left: -13.25rem !important;
}

.m-n53 {
  margin: -13.5rem !important;
}

.mt-n53,
.my-n53 {
  margin-top: -13.5rem !important;
}

.mr-n53,
.mx-n53 {
  margin-right: -13.5rem !important;
}

.mb-n53,
.my-n53 {
  margin-bottom: -13.5rem !important;
}

.ml-n53,
.mx-n53 {
  margin-left: -13.5rem !important;
}

.m-n54 {
  margin: -13.75rem !important;
}

.mt-n54,
.my-n54 {
  margin-top: -13.75rem !important;
}

.mr-n54,
.mx-n54 {
  margin-right: -13.75rem !important;
}

.mb-n54,
.my-n54 {
  margin-bottom: -13.75rem !important;
}

.ml-n54,
.mx-n54 {
  margin-left: -13.75rem !important;
}

.m-n55 {
  margin: -14rem !important;
}

.mt-n55,
.my-n55 {
  margin-top: -14rem !important;
}

.mr-n55,
.mx-n55 {
  margin-right: -14rem !important;
}

.mb-n55,
.my-n55 {
  margin-bottom: -14rem !important;
}

.ml-n55,
.mx-n55 {
  margin-left: -14rem !important;
}

.m-n56 {
  margin: -14.25rem !important;
}

.mt-n56,
.my-n56 {
  margin-top: -14.25rem !important;
}

.mr-n56,
.mx-n56 {
  margin-right: -14.25rem !important;
}

.mb-n56,
.my-n56 {
  margin-bottom: -14.25rem !important;
}

.ml-n56,
.mx-n56 {
  margin-left: -14.25rem !important;
}

.m-n57 {
  margin: -14.5rem !important;
}

.mt-n57,
.my-n57 {
  margin-top: -14.5rem !important;
}

.mr-n57,
.mx-n57 {
  margin-right: -14.5rem !important;
}

.mb-n57,
.my-n57 {
  margin-bottom: -14.5rem !important;
}

.ml-n57,
.mx-n57 {
  margin-left: -14.5rem !important;
}

.m-n58 {
  margin: -14.75rem !important;
}

.mt-n58,
.my-n58 {
  margin-top: -14.75rem !important;
}

.mr-n58,
.mx-n58 {
  margin-right: -14.75rem !important;
}

.mb-n58,
.my-n58 {
  margin-bottom: -14.75rem !important;
}

.ml-n58,
.mx-n58 {
  margin-left: -14.75rem !important;
}

.m-n59 {
  margin: -15rem !important;
}

.mt-n59,
.my-n59 {
  margin-top: -15rem !important;
}

.mr-n59,
.mx-n59 {
  margin-right: -15rem !important;
}

.mb-n59,
.my-n59 {
  margin-bottom: -15rem !important;
}

.ml-n59,
.mx-n59 {
  margin-left: -15rem !important;
}

.m-n60 {
  margin: -15.25rem !important;
}

.mt-n60,
.my-n60 {
  margin-top: -15.25rem !important;
}

.mr-n60,
.mx-n60 {
  margin-right: -15.25rem !important;
}

.mb-n60,
.my-n60 {
  margin-bottom: -15.25rem !important;
}

.ml-n60,
.mx-n60 {
  margin-left: -15.25rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 0.75rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 0.75rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 0.75rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 0.75rem !important;
  }

  .m-sm-4 {
    margin: 1rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1rem !important;
  }

  .m-sm-5 {
    margin: 1.25rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 1.25rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 1.25rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 1.25rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 1.25rem !important;
  }

  .m-sm-0h {
    margin: 0.2rem !important;
  }

  .mt-sm-0h,
  .my-sm-0h {
    margin-top: 0.2rem !important;
  }

  .mr-sm-0h,
  .mx-sm-0h {
    margin-right: 0.2rem !important;
  }

  .mb-sm-0h,
  .my-sm-0h {
    margin-bottom: 0.2rem !important;
  }

  .ml-sm-0h,
  .mx-sm-0h {
    margin-left: 0.2rem !important;
  }

  .m-sm-1h {
    margin: 0.35rem !important;
  }

  .mt-sm-1h,
  .my-sm-1h {
    margin-top: 0.35rem !important;
  }

  .mr-sm-1h,
  .mx-sm-1h {
    margin-right: 0.35rem !important;
  }

  .mb-sm-1h,
  .my-sm-1h {
    margin-bottom: 0.35rem !important;
  }

  .ml-sm-1h,
  .mx-sm-1h {
    margin-left: 0.35rem !important;
  }

  .m-sm-6 {
    margin: 1.5rem !important;
  }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 1.5rem !important;
  }

  .m-sm-7 {
    margin: 1.75rem !important;
  }

  .mt-sm-7,
  .my-sm-7 {
    margin-top: 1.75rem !important;
  }

  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 1.75rem !important;
  }

  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 1.75rem !important;
  }

  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 1.75rem !important;
  }

  .m-sm-8 {
    margin: 2rem !important;
  }

  .mt-sm-8,
  .my-sm-8 {
    margin-top: 2rem !important;
  }

  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 2rem !important;
  }

  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 2rem !important;
  }

  .m-sm-9 {
    margin: 2.25rem !important;
  }

  .mt-sm-9,
  .my-sm-9 {
    margin-top: 2.25rem !important;
  }

  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 2.25rem !important;
  }

  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 2.25rem !important;
  }

  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 2.25rem !important;
  }

  .m-sm-10 {
    margin: 2.5rem !important;
  }

  .mt-sm-10,
  .my-sm-10 {
    margin-top: 2.5rem !important;
  }

  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 2.5rem !important;
  }

  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 2.5rem !important;
  }

  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 2.5rem !important;
  }

  .m-sm-11 {
    margin: 2.75rem !important;
  }

  .mt-sm-11,
  .my-sm-11 {
    margin-top: 2.75rem !important;
  }

  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 2.75rem !important;
  }

  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 2.75rem !important;
  }

  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 2.75rem !important;
  }

  .m-sm-12 {
    margin: 3rem !important;
  }

  .mt-sm-12,
  .my-sm-12 {
    margin-top: 3rem !important;
  }

  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 3rem !important;
  }

  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 3rem !important;
  }

  .m-sm-13 {
    margin: 3.25rem !important;
  }

  .mt-sm-13,
  .my-sm-13 {
    margin-top: 3.25rem !important;
  }

  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 3.25rem !important;
  }

  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 3.25rem !important;
  }

  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 3.25rem !important;
  }

  .m-sm-14 {
    margin: 3.5rem !important;
  }

  .mt-sm-14,
  .my-sm-14 {
    margin-top: 3.5rem !important;
  }

  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 3.5rem !important;
  }

  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 3.5rem !important;
  }

  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 3.5rem !important;
  }

  .m-sm-15 {
    margin: 3.75rem !important;
  }

  .mt-sm-15,
  .my-sm-15 {
    margin-top: 3.75rem !important;
  }

  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 3.75rem !important;
  }

  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 3.75rem !important;
  }

  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 3.75rem !important;
  }

  .m-sm-16 {
    margin: 4rem !important;
  }

  .mt-sm-16,
  .my-sm-16 {
    margin-top: 4rem !important;
  }

  .mr-sm-16,
  .mx-sm-16 {
    margin-right: 4rem !important;
  }

  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-16,
  .mx-sm-16 {
    margin-left: 4rem !important;
  }

  .m-sm-17 {
    margin: 4.25rem !important;
  }

  .mt-sm-17,
  .my-sm-17 {
    margin-top: 4.25rem !important;
  }

  .mr-sm-17,
  .mx-sm-17 {
    margin-right: 4.25rem !important;
  }

  .mb-sm-17,
  .my-sm-17 {
    margin-bottom: 4.25rem !important;
  }

  .ml-sm-17,
  .mx-sm-17 {
    margin-left: 4.25rem !important;
  }

  .m-sm-18 {
    margin: 4.55rem !important;
  }

  .mt-sm-18,
  .my-sm-18 {
    margin-top: 4.55rem !important;
  }

  .mr-sm-18,
  .mx-sm-18 {
    margin-right: 4.55rem !important;
  }

  .mb-sm-18,
  .my-sm-18 {
    margin-bottom: 4.55rem !important;
  }

  .ml-sm-18,
  .mx-sm-18 {
    margin-left: 4.55rem !important;
  }

  .m-sm-19 {
    margin: 4.75rem !important;
  }

  .mt-sm-19,
  .my-sm-19 {
    margin-top: 4.75rem !important;
  }

  .mr-sm-19,
  .mx-sm-19 {
    margin-right: 4.75rem !important;
  }

  .mb-sm-19,
  .my-sm-19 {
    margin-bottom: 4.75rem !important;
  }

  .ml-sm-19,
  .mx-sm-19 {
    margin-left: 4.75rem !important;
  }

  .m-sm-20 {
    margin: 5rem !important;
  }

  .mt-sm-20,
  .my-sm-20 {
    margin-top: 5rem !important;
  }

  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 5rem !important;
  }

  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 5rem !important;
  }

  .m-sm-21 {
    margin: 5.25rem !important;
  }

  .mt-sm-21,
  .my-sm-21 {
    margin-top: 5.25rem !important;
  }

  .mr-sm-21,
  .mx-sm-21 {
    margin-right: 5.25rem !important;
  }

  .mb-sm-21,
  .my-sm-21 {
    margin-bottom: 5.25rem !important;
  }

  .ml-sm-21,
  .mx-sm-21 {
    margin-left: 5.25rem !important;
  }

  .m-sm-22 {
    margin: 5.5rem !important;
  }

  .mt-sm-22,
  .my-sm-22 {
    margin-top: 5.5rem !important;
  }

  .mr-sm-22,
  .mx-sm-22 {
    margin-right: 5.5rem !important;
  }

  .mb-sm-22,
  .my-sm-22 {
    margin-bottom: 5.5rem !important;
  }

  .ml-sm-22,
  .mx-sm-22 {
    margin-left: 5.5rem !important;
  }

  .m-sm-23 {
    margin: 5.75rem !important;
  }

  .mt-sm-23,
  .my-sm-23 {
    margin-top: 5.75rem !important;
  }

  .mr-sm-23,
  .mx-sm-23 {
    margin-right: 5.75rem !important;
  }

  .mb-sm-23,
  .my-sm-23 {
    margin-bottom: 5.75rem !important;
  }

  .ml-sm-23,
  .mx-sm-23 {
    margin-left: 5.75rem !important;
  }

  .m-sm-24 {
    margin: 6rem !important;
  }

  .mt-sm-24,
  .my-sm-24 {
    margin-top: 6rem !important;
  }

  .mr-sm-24,
  .mx-sm-24 {
    margin-right: 6rem !important;
  }

  .mb-sm-24,
  .my-sm-24 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-24,
  .mx-sm-24 {
    margin-left: 6rem !important;
  }

  .m-sm-25 {
    margin: 6.25rem !important;
  }

  .mt-sm-25,
  .my-sm-25 {
    margin-top: 6.25rem !important;
  }

  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 6.25rem !important;
  }

  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 6.25rem !important;
  }

  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 6.25rem !important;
  }

  .m-sm-26 {
    margin: 6.5rem !important;
  }

  .mt-sm-26,
  .my-sm-26 {
    margin-top: 6.5rem !important;
  }

  .mr-sm-26,
  .mx-sm-26 {
    margin-right: 6.5rem !important;
  }

  .mb-sm-26,
  .my-sm-26 {
    margin-bottom: 6.5rem !important;
  }

  .ml-sm-26,
  .mx-sm-26 {
    margin-left: 6.5rem !important;
  }

  .m-sm-27 {
    margin: 6.75rem !important;
  }

  .mt-sm-27,
  .my-sm-27 {
    margin-top: 6.75rem !important;
  }

  .mr-sm-27,
  .mx-sm-27 {
    margin-right: 6.75rem !important;
  }

  .mb-sm-27,
  .my-sm-27 {
    margin-bottom: 6.75rem !important;
  }

  .ml-sm-27,
  .mx-sm-27 {
    margin-left: 6.75rem !important;
  }

  .m-sm-28 {
    margin: 7rem !important;
  }

  .mt-sm-28,
  .my-sm-28 {
    margin-top: 7rem !important;
  }

  .mr-sm-28,
  .mx-sm-28 {
    margin-right: 7rem !important;
  }

  .mb-sm-28,
  .my-sm-28 {
    margin-bottom: 7rem !important;
  }

  .ml-sm-28,
  .mx-sm-28 {
    margin-left: 7rem !important;
  }

  .m-sm-29 {
    margin: 7.25rem !important;
  }

  .mt-sm-29,
  .my-sm-29 {
    margin-top: 7.25rem !important;
  }

  .mr-sm-29,
  .mx-sm-29 {
    margin-right: 7.25rem !important;
  }

  .mb-sm-29,
  .my-sm-29 {
    margin-bottom: 7.25rem !important;
  }

  .ml-sm-29,
  .mx-sm-29 {
    margin-left: 7.25rem !important;
  }

  .m-sm-30 {
    margin: 7.5rem !important;
  }

  .mt-sm-30,
  .my-sm-30 {
    margin-top: 7.5rem !important;
  }

  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 7.5rem !important;
  }

  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 7.5rem !important;
  }

  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 7.5rem !important;
  }

  .m-sm-31 {
    margin: 7.75rem !important;
  }

  .mt-sm-31,
  .my-sm-31 {
    margin-top: 7.75rem !important;
  }

  .mr-sm-31,
  .mx-sm-31 {
    margin-right: 7.75rem !important;
  }

  .mb-sm-31,
  .my-sm-31 {
    margin-bottom: 7.75rem !important;
  }

  .ml-sm-31,
  .mx-sm-31 {
    margin-left: 7.75rem !important;
  }

  .m-sm-32 {
    margin: 8rem !important;
  }

  .mt-sm-32,
  .my-sm-32 {
    margin-top: 8rem !important;
  }

  .mr-sm-32,
  .mx-sm-32 {
    margin-right: 8rem !important;
  }

  .mb-sm-32,
  .my-sm-32 {
    margin-bottom: 8rem !important;
  }

  .ml-sm-32,
  .mx-sm-32 {
    margin-left: 8rem !important;
  }

  .m-sm-33 {
    margin: 8.25rem !important;
  }

  .mt-sm-33,
  .my-sm-33 {
    margin-top: 8.25rem !important;
  }

  .mr-sm-33,
  .mx-sm-33 {
    margin-right: 8.25rem !important;
  }

  .mb-sm-33,
  .my-sm-33 {
    margin-bottom: 8.25rem !important;
  }

  .ml-sm-33,
  .mx-sm-33 {
    margin-left: 8.25rem !important;
  }

  .m-sm-34 {
    margin: 8.5rem !important;
  }

  .mt-sm-34,
  .my-sm-34 {
    margin-top: 8.5rem !important;
  }

  .mr-sm-34,
  .mx-sm-34 {
    margin-right: 8.5rem !important;
  }

  .mb-sm-34,
  .my-sm-34 {
    margin-bottom: 8.5rem !important;
  }

  .ml-sm-34,
  .mx-sm-34 {
    margin-left: 8.5rem !important;
  }

  .m-sm-35 {
    margin: 8.75rem !important;
  }

  .mt-sm-35,
  .my-sm-35 {
    margin-top: 8.75rem !important;
  }

  .mr-sm-35,
  .mx-sm-35 {
    margin-right: 8.75rem !important;
  }

  .mb-sm-35,
  .my-sm-35 {
    margin-bottom: 8.75rem !important;
  }

  .ml-sm-35,
  .mx-sm-35 {
    margin-left: 8.75rem !important;
  }

  .m-sm-36 {
    margin: 9rem !important;
  }

  .mt-sm-36,
  .my-sm-36 {
    margin-top: 9rem !important;
  }

  .mr-sm-36,
  .mx-sm-36 {
    margin-right: 9rem !important;
  }

  .mb-sm-36,
  .my-sm-36 {
    margin-bottom: 9rem !important;
  }

  .ml-sm-36,
  .mx-sm-36 {
    margin-left: 9rem !important;
  }

  .m-sm-37 {
    margin: 9.25rem !important;
  }

  .mt-sm-37,
  .my-sm-37 {
    margin-top: 9.25rem !important;
  }

  .mr-sm-37,
  .mx-sm-37 {
    margin-right: 9.25rem !important;
  }

  .mb-sm-37,
  .my-sm-37 {
    margin-bottom: 9.25rem !important;
  }

  .ml-sm-37,
  .mx-sm-37 {
    margin-left: 9.25rem !important;
  }

  .m-sm-38 {
    margin: 9.5rem !important;
  }

  .mt-sm-38,
  .my-sm-38 {
    margin-top: 9.5rem !important;
  }

  .mr-sm-38,
  .mx-sm-38 {
    margin-right: 9.5rem !important;
  }

  .mb-sm-38,
  .my-sm-38 {
    margin-bottom: 9.5rem !important;
  }

  .ml-sm-38,
  .mx-sm-38 {
    margin-left: 9.5rem !important;
  }

  .m-sm-39 {
    margin: 9.75rem !important;
  }

  .mt-sm-39,
  .my-sm-39 {
    margin-top: 9.75rem !important;
  }

  .mr-sm-39,
  .mx-sm-39 {
    margin-right: 9.75rem !important;
  }

  .mb-sm-39,
  .my-sm-39 {
    margin-bottom: 9.75rem !important;
  }

  .ml-sm-39,
  .mx-sm-39 {
    margin-left: 9.75rem !important;
  }

  .m-sm-40 {
    margin: 10rem !important;
  }

  .mt-sm-40,
  .my-sm-40 {
    margin-top: 10rem !important;
  }

  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 10rem !important;
  }

  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 10rem !important;
  }

  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 10rem !important;
  }

  .m-sm-41 {
    margin: 10.25rem !important;
  }

  .mt-sm-41,
  .my-sm-41 {
    margin-top: 10.25rem !important;
  }

  .mr-sm-41,
  .mx-sm-41 {
    margin-right: 10.25rem !important;
  }

  .mb-sm-41,
  .my-sm-41 {
    margin-bottom: 10.25rem !important;
  }

  .ml-sm-41,
  .mx-sm-41 {
    margin-left: 10.25rem !important;
  }

  .m-sm-42 {
    margin: 10.5rem !important;
  }

  .mt-sm-42,
  .my-sm-42 {
    margin-top: 10.5rem !important;
  }

  .mr-sm-42,
  .mx-sm-42 {
    margin-right: 10.5rem !important;
  }

  .mb-sm-42,
  .my-sm-42 {
    margin-bottom: 10.5rem !important;
  }

  .ml-sm-42,
  .mx-sm-42 {
    margin-left: 10.5rem !important;
  }

  .m-sm-43 {
    margin: 10.75rem !important;
  }

  .mt-sm-43,
  .my-sm-43 {
    margin-top: 10.75rem !important;
  }

  .mr-sm-43,
  .mx-sm-43 {
    margin-right: 10.75rem !important;
  }

  .mb-sm-43,
  .my-sm-43 {
    margin-bottom: 10.75rem !important;
  }

  .ml-sm-43,
  .mx-sm-43 {
    margin-left: 10.75rem !important;
  }

  .m-sm-44 {
    margin: 11rem !important;
  }

  .mt-sm-44,
  .my-sm-44 {
    margin-top: 11rem !important;
  }

  .mr-sm-44,
  .mx-sm-44 {
    margin-right: 11rem !important;
  }

  .mb-sm-44,
  .my-sm-44 {
    margin-bottom: 11rem !important;
  }

  .ml-sm-44,
  .mx-sm-44 {
    margin-left: 11rem !important;
  }

  .m-sm-45 {
    margin: 11.25rem !important;
  }

  .mt-sm-45,
  .my-sm-45 {
    margin-top: 11.25rem !important;
  }

  .mr-sm-45,
  .mx-sm-45 {
    margin-right: 11.25rem !important;
  }

  .mb-sm-45,
  .my-sm-45 {
    margin-bottom: 11.25rem !important;
  }

  .ml-sm-45,
  .mx-sm-45 {
    margin-left: 11.25rem !important;
  }

  .m-sm-46 {
    margin: 11.5rem !important;
  }

  .mt-sm-46,
  .my-sm-46 {
    margin-top: 11.5rem !important;
  }

  .mr-sm-46,
  .mx-sm-46 {
    margin-right: 11.5rem !important;
  }

  .mb-sm-46,
  .my-sm-46 {
    margin-bottom: 11.5rem !important;
  }

  .ml-sm-46,
  .mx-sm-46 {
    margin-left: 11.5rem !important;
  }

  .m-sm-47 {
    margin: 11.75rem !important;
  }

  .mt-sm-47,
  .my-sm-47 {
    margin-top: 11.75rem !important;
  }

  .mr-sm-47,
  .mx-sm-47 {
    margin-right: 11.75rem !important;
  }

  .mb-sm-47,
  .my-sm-47 {
    margin-bottom: 11.75rem !important;
  }

  .ml-sm-47,
  .mx-sm-47 {
    margin-left: 11.75rem !important;
  }

  .m-sm-48 {
    margin: 12.25rem !important;
  }

  .mt-sm-48,
  .my-sm-48 {
    margin-top: 12.25rem !important;
  }

  .mr-sm-48,
  .mx-sm-48 {
    margin-right: 12.25rem !important;
  }

  .mb-sm-48,
  .my-sm-48 {
    margin-bottom: 12.25rem !important;
  }

  .ml-sm-48,
  .mx-sm-48 {
    margin-left: 12.25rem !important;
  }

  .m-sm-49 {
    margin: 12.5rem !important;
  }

  .mt-sm-49,
  .my-sm-49 {
    margin-top: 12.5rem !important;
  }

  .mr-sm-49,
  .mx-sm-49 {
    margin-right: 12.5rem !important;
  }

  .mb-sm-49,
  .my-sm-49 {
    margin-bottom: 12.5rem !important;
  }

  .ml-sm-49,
  .mx-sm-49 {
    margin-left: 12.5rem !important;
  }

  .m-sm-50 {
    margin: 12.75rem !important;
  }

  .mt-sm-50,
  .my-sm-50 {
    margin-top: 12.75rem !important;
  }

  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 12.75rem !important;
  }

  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 12.75rem !important;
  }

  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 12.75rem !important;
  }

  .m-sm-51 {
    margin: 13rem !important;
  }

  .mt-sm-51,
  .my-sm-51 {
    margin-top: 13rem !important;
  }

  .mr-sm-51,
  .mx-sm-51 {
    margin-right: 13rem !important;
  }

  .mb-sm-51,
  .my-sm-51 {
    margin-bottom: 13rem !important;
  }

  .ml-sm-51,
  .mx-sm-51 {
    margin-left: 13rem !important;
  }

  .m-sm-52 {
    margin: 13.25rem !important;
  }

  .mt-sm-52,
  .my-sm-52 {
    margin-top: 13.25rem !important;
  }

  .mr-sm-52,
  .mx-sm-52 {
    margin-right: 13.25rem !important;
  }

  .mb-sm-52,
  .my-sm-52 {
    margin-bottom: 13.25rem !important;
  }

  .ml-sm-52,
  .mx-sm-52 {
    margin-left: 13.25rem !important;
  }

  .m-sm-53 {
    margin: 13.5rem !important;
  }

  .mt-sm-53,
  .my-sm-53 {
    margin-top: 13.5rem !important;
  }

  .mr-sm-53,
  .mx-sm-53 {
    margin-right: 13.5rem !important;
  }

  .mb-sm-53,
  .my-sm-53 {
    margin-bottom: 13.5rem !important;
  }

  .ml-sm-53,
  .mx-sm-53 {
    margin-left: 13.5rem !important;
  }

  .m-sm-54 {
    margin: 13.75rem !important;
  }

  .mt-sm-54,
  .my-sm-54 {
    margin-top: 13.75rem !important;
  }

  .mr-sm-54,
  .mx-sm-54 {
    margin-right: 13.75rem !important;
  }

  .mb-sm-54,
  .my-sm-54 {
    margin-bottom: 13.75rem !important;
  }

  .ml-sm-54,
  .mx-sm-54 {
    margin-left: 13.75rem !important;
  }

  .m-sm-55 {
    margin: 14rem !important;
  }

  .mt-sm-55,
  .my-sm-55 {
    margin-top: 14rem !important;
  }

  .mr-sm-55,
  .mx-sm-55 {
    margin-right: 14rem !important;
  }

  .mb-sm-55,
  .my-sm-55 {
    margin-bottom: 14rem !important;
  }

  .ml-sm-55,
  .mx-sm-55 {
    margin-left: 14rem !important;
  }

  .m-sm-56 {
    margin: 14.25rem !important;
  }

  .mt-sm-56,
  .my-sm-56 {
    margin-top: 14.25rem !important;
  }

  .mr-sm-56,
  .mx-sm-56 {
    margin-right: 14.25rem !important;
  }

  .mb-sm-56,
  .my-sm-56 {
    margin-bottom: 14.25rem !important;
  }

  .ml-sm-56,
  .mx-sm-56 {
    margin-left: 14.25rem !important;
  }

  .m-sm-57 {
    margin: 14.5rem !important;
  }

  .mt-sm-57,
  .my-sm-57 {
    margin-top: 14.5rem !important;
  }

  .mr-sm-57,
  .mx-sm-57 {
    margin-right: 14.5rem !important;
  }

  .mb-sm-57,
  .my-sm-57 {
    margin-bottom: 14.5rem !important;
  }

  .ml-sm-57,
  .mx-sm-57 {
    margin-left: 14.5rem !important;
  }

  .m-sm-58 {
    margin: 14.75rem !important;
  }

  .mt-sm-58,
  .my-sm-58 {
    margin-top: 14.75rem !important;
  }

  .mr-sm-58,
  .mx-sm-58 {
    margin-right: 14.75rem !important;
  }

  .mb-sm-58,
  .my-sm-58 {
    margin-bottom: 14.75rem !important;
  }

  .ml-sm-58,
  .mx-sm-58 {
    margin-left: 14.75rem !important;
  }

  .m-sm-59 {
    margin: 15rem !important;
  }

  .mt-sm-59,
  .my-sm-59 {
    margin-top: 15rem !important;
  }

  .mr-sm-59,
  .mx-sm-59 {
    margin-right: 15rem !important;
  }

  .mb-sm-59,
  .my-sm-59 {
    margin-bottom: 15rem !important;
  }

  .ml-sm-59,
  .mx-sm-59 {
    margin-left: 15rem !important;
  }

  .m-sm-60 {
    margin: 15.25rem !important;
  }

  .mt-sm-60,
  .my-sm-60 {
    margin-top: 15.25rem !important;
  }

  .mr-sm-60,
  .mx-sm-60 {
    margin-right: 15.25rem !important;
  }

  .mb-sm-60,
  .my-sm-60 {
    margin-bottom: 15.25rem !important;
  }

  .ml-sm-60,
  .mx-sm-60 {
    margin-left: 15.25rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 0.75rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 0.75rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 0.75rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 0.75rem !important;
  }

  .p-sm-4 {
    padding: 1rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1rem !important;
  }

  .p-sm-5 {
    padding: 1.25rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 1.25rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 1.25rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 1.25rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 1.25rem !important;
  }

  .p-sm-0h {
    padding: 0.2rem !important;
  }

  .pt-sm-0h,
  .py-sm-0h {
    padding-top: 0.2rem !important;
  }

  .pr-sm-0h,
  .px-sm-0h {
    padding-right: 0.2rem !important;
  }

  .pb-sm-0h,
  .py-sm-0h {
    padding-bottom: 0.2rem !important;
  }

  .pl-sm-0h,
  .px-sm-0h {
    padding-left: 0.2rem !important;
  }

  .p-sm-1h {
    padding: 0.35rem !important;
  }

  .pt-sm-1h,
  .py-sm-1h {
    padding-top: 0.35rem !important;
  }

  .pr-sm-1h,
  .px-sm-1h {
    padding-right: 0.35rem !important;
  }

  .pb-sm-1h,
  .py-sm-1h {
    padding-bottom: 0.35rem !important;
  }

  .pl-sm-1h,
  .px-sm-1h {
    padding-left: 0.35rem !important;
  }

  .p-sm-6 {
    padding: 1.5rem !important;
  }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 1.5rem !important;
  }

  .p-sm-7 {
    padding: 1.75rem !important;
  }

  .pt-sm-7,
  .py-sm-7 {
    padding-top: 1.75rem !important;
  }

  .pr-sm-7,
  .px-sm-7 {
    padding-right: 1.75rem !important;
  }

  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 1.75rem !important;
  }

  .pl-sm-7,
  .px-sm-7 {
    padding-left: 1.75rem !important;
  }

  .p-sm-8 {
    padding: 2rem !important;
  }

  .pt-sm-8,
  .py-sm-8 {
    padding-top: 2rem !important;
  }

  .pr-sm-8,
  .px-sm-8 {
    padding-right: 2rem !important;
  }

  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-8,
  .px-sm-8 {
    padding-left: 2rem !important;
  }

  .p-sm-9 {
    padding: 2.25rem !important;
  }

  .pt-sm-9,
  .py-sm-9 {
    padding-top: 2.25rem !important;
  }

  .pr-sm-9,
  .px-sm-9 {
    padding-right: 2.25rem !important;
  }

  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 2.25rem !important;
  }

  .pl-sm-9,
  .px-sm-9 {
    padding-left: 2.25rem !important;
  }

  .p-sm-10 {
    padding: 2.5rem !important;
  }

  .pt-sm-10,
  .py-sm-10 {
    padding-top: 2.5rem !important;
  }

  .pr-sm-10,
  .px-sm-10 {
    padding-right: 2.5rem !important;
  }

  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 2.5rem !important;
  }

  .pl-sm-10,
  .px-sm-10 {
    padding-left: 2.5rem !important;
  }

  .p-sm-11 {
    padding: 2.75rem !important;
  }

  .pt-sm-11,
  .py-sm-11 {
    padding-top: 2.75rem !important;
  }

  .pr-sm-11,
  .px-sm-11 {
    padding-right: 2.75rem !important;
  }

  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 2.75rem !important;
  }

  .pl-sm-11,
  .px-sm-11 {
    padding-left: 2.75rem !important;
  }

  .p-sm-12 {
    padding: 3rem !important;
  }

  .pt-sm-12,
  .py-sm-12 {
    padding-top: 3rem !important;
  }

  .pr-sm-12,
  .px-sm-12 {
    padding-right: 3rem !important;
  }

  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-12,
  .px-sm-12 {
    padding-left: 3rem !important;
  }

  .p-sm-13 {
    padding: 3.25rem !important;
  }

  .pt-sm-13,
  .py-sm-13 {
    padding-top: 3.25rem !important;
  }

  .pr-sm-13,
  .px-sm-13 {
    padding-right: 3.25rem !important;
  }

  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 3.25rem !important;
  }

  .pl-sm-13,
  .px-sm-13 {
    padding-left: 3.25rem !important;
  }

  .p-sm-14 {
    padding: 3.5rem !important;
  }

  .pt-sm-14,
  .py-sm-14 {
    padding-top: 3.5rem !important;
  }

  .pr-sm-14,
  .px-sm-14 {
    padding-right: 3.5rem !important;
  }

  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 3.5rem !important;
  }

  .pl-sm-14,
  .px-sm-14 {
    padding-left: 3.5rem !important;
  }

  .p-sm-15 {
    padding: 3.75rem !important;
  }

  .pt-sm-15,
  .py-sm-15 {
    padding-top: 3.75rem !important;
  }

  .pr-sm-15,
  .px-sm-15 {
    padding-right: 3.75rem !important;
  }

  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 3.75rem !important;
  }

  .pl-sm-15,
  .px-sm-15 {
    padding-left: 3.75rem !important;
  }

  .p-sm-16 {
    padding: 4rem !important;
  }

  .pt-sm-16,
  .py-sm-16 {
    padding-top: 4rem !important;
  }

  .pr-sm-16,
  .px-sm-16 {
    padding-right: 4rem !important;
  }

  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-16,
  .px-sm-16 {
    padding-left: 4rem !important;
  }

  .p-sm-17 {
    padding: 4.25rem !important;
  }

  .pt-sm-17,
  .py-sm-17 {
    padding-top: 4.25rem !important;
  }

  .pr-sm-17,
  .px-sm-17 {
    padding-right: 4.25rem !important;
  }

  .pb-sm-17,
  .py-sm-17 {
    padding-bottom: 4.25rem !important;
  }

  .pl-sm-17,
  .px-sm-17 {
    padding-left: 4.25rem !important;
  }

  .p-sm-18 {
    padding: 4.55rem !important;
  }

  .pt-sm-18,
  .py-sm-18 {
    padding-top: 4.55rem !important;
  }

  .pr-sm-18,
  .px-sm-18 {
    padding-right: 4.55rem !important;
  }

  .pb-sm-18,
  .py-sm-18 {
    padding-bottom: 4.55rem !important;
  }

  .pl-sm-18,
  .px-sm-18 {
    padding-left: 4.55rem !important;
  }

  .p-sm-19 {
    padding: 4.75rem !important;
  }

  .pt-sm-19,
  .py-sm-19 {
    padding-top: 4.75rem !important;
  }

  .pr-sm-19,
  .px-sm-19 {
    padding-right: 4.75rem !important;
  }

  .pb-sm-19,
  .py-sm-19 {
    padding-bottom: 4.75rem !important;
  }

  .pl-sm-19,
  .px-sm-19 {
    padding-left: 4.75rem !important;
  }

  .p-sm-20 {
    padding: 5rem !important;
  }

  .pt-sm-20,
  .py-sm-20 {
    padding-top: 5rem !important;
  }

  .pr-sm-20,
  .px-sm-20 {
    padding-right: 5rem !important;
  }

  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-20,
  .px-sm-20 {
    padding-left: 5rem !important;
  }

  .p-sm-21 {
    padding: 5.25rem !important;
  }

  .pt-sm-21,
  .py-sm-21 {
    padding-top: 5.25rem !important;
  }

  .pr-sm-21,
  .px-sm-21 {
    padding-right: 5.25rem !important;
  }

  .pb-sm-21,
  .py-sm-21 {
    padding-bottom: 5.25rem !important;
  }

  .pl-sm-21,
  .px-sm-21 {
    padding-left: 5.25rem !important;
  }

  .p-sm-22 {
    padding: 5.5rem !important;
  }

  .pt-sm-22,
  .py-sm-22 {
    padding-top: 5.5rem !important;
  }

  .pr-sm-22,
  .px-sm-22 {
    padding-right: 5.5rem !important;
  }

  .pb-sm-22,
  .py-sm-22 {
    padding-bottom: 5.5rem !important;
  }

  .pl-sm-22,
  .px-sm-22 {
    padding-left: 5.5rem !important;
  }

  .p-sm-23 {
    padding: 5.75rem !important;
  }

  .pt-sm-23,
  .py-sm-23 {
    padding-top: 5.75rem !important;
  }

  .pr-sm-23,
  .px-sm-23 {
    padding-right: 5.75rem !important;
  }

  .pb-sm-23,
  .py-sm-23 {
    padding-bottom: 5.75rem !important;
  }

  .pl-sm-23,
  .px-sm-23 {
    padding-left: 5.75rem !important;
  }

  .p-sm-24 {
    padding: 6rem !important;
  }

  .pt-sm-24,
  .py-sm-24 {
    padding-top: 6rem !important;
  }

  .pr-sm-24,
  .px-sm-24 {
    padding-right: 6rem !important;
  }

  .pb-sm-24,
  .py-sm-24 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-24,
  .px-sm-24 {
    padding-left: 6rem !important;
  }

  .p-sm-25 {
    padding: 6.25rem !important;
  }

  .pt-sm-25,
  .py-sm-25 {
    padding-top: 6.25rem !important;
  }

  .pr-sm-25,
  .px-sm-25 {
    padding-right: 6.25rem !important;
  }

  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 6.25rem !important;
  }

  .pl-sm-25,
  .px-sm-25 {
    padding-left: 6.25rem !important;
  }

  .p-sm-26 {
    padding: 6.5rem !important;
  }

  .pt-sm-26,
  .py-sm-26 {
    padding-top: 6.5rem !important;
  }

  .pr-sm-26,
  .px-sm-26 {
    padding-right: 6.5rem !important;
  }

  .pb-sm-26,
  .py-sm-26 {
    padding-bottom: 6.5rem !important;
  }

  .pl-sm-26,
  .px-sm-26 {
    padding-left: 6.5rem !important;
  }

  .p-sm-27 {
    padding: 6.75rem !important;
  }

  .pt-sm-27,
  .py-sm-27 {
    padding-top: 6.75rem !important;
  }

  .pr-sm-27,
  .px-sm-27 {
    padding-right: 6.75rem !important;
  }

  .pb-sm-27,
  .py-sm-27 {
    padding-bottom: 6.75rem !important;
  }

  .pl-sm-27,
  .px-sm-27 {
    padding-left: 6.75rem !important;
  }

  .p-sm-28 {
    padding: 7rem !important;
  }

  .pt-sm-28,
  .py-sm-28 {
    padding-top: 7rem !important;
  }

  .pr-sm-28,
  .px-sm-28 {
    padding-right: 7rem !important;
  }

  .pb-sm-28,
  .py-sm-28 {
    padding-bottom: 7rem !important;
  }

  .pl-sm-28,
  .px-sm-28 {
    padding-left: 7rem !important;
  }

  .p-sm-29 {
    padding: 7.25rem !important;
  }

  .pt-sm-29,
  .py-sm-29 {
    padding-top: 7.25rem !important;
  }

  .pr-sm-29,
  .px-sm-29 {
    padding-right: 7.25rem !important;
  }

  .pb-sm-29,
  .py-sm-29 {
    padding-bottom: 7.25rem !important;
  }

  .pl-sm-29,
  .px-sm-29 {
    padding-left: 7.25rem !important;
  }

  .p-sm-30 {
    padding: 7.5rem !important;
  }

  .pt-sm-30,
  .py-sm-30 {
    padding-top: 7.5rem !important;
  }

  .pr-sm-30,
  .px-sm-30 {
    padding-right: 7.5rem !important;
  }

  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 7.5rem !important;
  }

  .pl-sm-30,
  .px-sm-30 {
    padding-left: 7.5rem !important;
  }

  .p-sm-31 {
    padding: 7.75rem !important;
  }

  .pt-sm-31,
  .py-sm-31 {
    padding-top: 7.75rem !important;
  }

  .pr-sm-31,
  .px-sm-31 {
    padding-right: 7.75rem !important;
  }

  .pb-sm-31,
  .py-sm-31 {
    padding-bottom: 7.75rem !important;
  }

  .pl-sm-31,
  .px-sm-31 {
    padding-left: 7.75rem !important;
  }

  .p-sm-32 {
    padding: 8rem !important;
  }

  .pt-sm-32,
  .py-sm-32 {
    padding-top: 8rem !important;
  }

  .pr-sm-32,
  .px-sm-32 {
    padding-right: 8rem !important;
  }

  .pb-sm-32,
  .py-sm-32 {
    padding-bottom: 8rem !important;
  }

  .pl-sm-32,
  .px-sm-32 {
    padding-left: 8rem !important;
  }

  .p-sm-33 {
    padding: 8.25rem !important;
  }

  .pt-sm-33,
  .py-sm-33 {
    padding-top: 8.25rem !important;
  }

  .pr-sm-33,
  .px-sm-33 {
    padding-right: 8.25rem !important;
  }

  .pb-sm-33,
  .py-sm-33 {
    padding-bottom: 8.25rem !important;
  }

  .pl-sm-33,
  .px-sm-33 {
    padding-left: 8.25rem !important;
  }

  .p-sm-34 {
    padding: 8.5rem !important;
  }

  .pt-sm-34,
  .py-sm-34 {
    padding-top: 8.5rem !important;
  }

  .pr-sm-34,
  .px-sm-34 {
    padding-right: 8.5rem !important;
  }

  .pb-sm-34,
  .py-sm-34 {
    padding-bottom: 8.5rem !important;
  }

  .pl-sm-34,
  .px-sm-34 {
    padding-left: 8.5rem !important;
  }

  .p-sm-35 {
    padding: 8.75rem !important;
  }

  .pt-sm-35,
  .py-sm-35 {
    padding-top: 8.75rem !important;
  }

  .pr-sm-35,
  .px-sm-35 {
    padding-right: 8.75rem !important;
  }

  .pb-sm-35,
  .py-sm-35 {
    padding-bottom: 8.75rem !important;
  }

  .pl-sm-35,
  .px-sm-35 {
    padding-left: 8.75rem !important;
  }

  .p-sm-36 {
    padding: 9rem !important;
  }

  .pt-sm-36,
  .py-sm-36 {
    padding-top: 9rem !important;
  }

  .pr-sm-36,
  .px-sm-36 {
    padding-right: 9rem !important;
  }

  .pb-sm-36,
  .py-sm-36 {
    padding-bottom: 9rem !important;
  }

  .pl-sm-36,
  .px-sm-36 {
    padding-left: 9rem !important;
  }

  .p-sm-37 {
    padding: 9.25rem !important;
  }

  .pt-sm-37,
  .py-sm-37 {
    padding-top: 9.25rem !important;
  }

  .pr-sm-37,
  .px-sm-37 {
    padding-right: 9.25rem !important;
  }

  .pb-sm-37,
  .py-sm-37 {
    padding-bottom: 9.25rem !important;
  }

  .pl-sm-37,
  .px-sm-37 {
    padding-left: 9.25rem !important;
  }

  .p-sm-38 {
    padding: 9.5rem !important;
  }

  .pt-sm-38,
  .py-sm-38 {
    padding-top: 9.5rem !important;
  }

  .pr-sm-38,
  .px-sm-38 {
    padding-right: 9.5rem !important;
  }

  .pb-sm-38,
  .py-sm-38 {
    padding-bottom: 9.5rem !important;
  }

  .pl-sm-38,
  .px-sm-38 {
    padding-left: 9.5rem !important;
  }

  .p-sm-39 {
    padding: 9.75rem !important;
  }

  .pt-sm-39,
  .py-sm-39 {
    padding-top: 9.75rem !important;
  }

  .pr-sm-39,
  .px-sm-39 {
    padding-right: 9.75rem !important;
  }

  .pb-sm-39,
  .py-sm-39 {
    padding-bottom: 9.75rem !important;
  }

  .pl-sm-39,
  .px-sm-39 {
    padding-left: 9.75rem !important;
  }

  .p-sm-40 {
    padding: 10rem !important;
  }

  .pt-sm-40,
  .py-sm-40 {
    padding-top: 10rem !important;
  }

  .pr-sm-40,
  .px-sm-40 {
    padding-right: 10rem !important;
  }

  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 10rem !important;
  }

  .pl-sm-40,
  .px-sm-40 {
    padding-left: 10rem !important;
  }

  .p-sm-41 {
    padding: 10.25rem !important;
  }

  .pt-sm-41,
  .py-sm-41 {
    padding-top: 10.25rem !important;
  }

  .pr-sm-41,
  .px-sm-41 {
    padding-right: 10.25rem !important;
  }

  .pb-sm-41,
  .py-sm-41 {
    padding-bottom: 10.25rem !important;
  }

  .pl-sm-41,
  .px-sm-41 {
    padding-left: 10.25rem !important;
  }

  .p-sm-42 {
    padding: 10.5rem !important;
  }

  .pt-sm-42,
  .py-sm-42 {
    padding-top: 10.5rem !important;
  }

  .pr-sm-42,
  .px-sm-42 {
    padding-right: 10.5rem !important;
  }

  .pb-sm-42,
  .py-sm-42 {
    padding-bottom: 10.5rem !important;
  }

  .pl-sm-42,
  .px-sm-42 {
    padding-left: 10.5rem !important;
  }

  .p-sm-43 {
    padding: 10.75rem !important;
  }

  .pt-sm-43,
  .py-sm-43 {
    padding-top: 10.75rem !important;
  }

  .pr-sm-43,
  .px-sm-43 {
    padding-right: 10.75rem !important;
  }

  .pb-sm-43,
  .py-sm-43 {
    padding-bottom: 10.75rem !important;
  }

  .pl-sm-43,
  .px-sm-43 {
    padding-left: 10.75rem !important;
  }

  .p-sm-44 {
    padding: 11rem !important;
  }

  .pt-sm-44,
  .py-sm-44 {
    padding-top: 11rem !important;
  }

  .pr-sm-44,
  .px-sm-44 {
    padding-right: 11rem !important;
  }

  .pb-sm-44,
  .py-sm-44 {
    padding-bottom: 11rem !important;
  }

  .pl-sm-44,
  .px-sm-44 {
    padding-left: 11rem !important;
  }

  .p-sm-45 {
    padding: 11.25rem !important;
  }

  .pt-sm-45,
  .py-sm-45 {
    padding-top: 11.25rem !important;
  }

  .pr-sm-45,
  .px-sm-45 {
    padding-right: 11.25rem !important;
  }

  .pb-sm-45,
  .py-sm-45 {
    padding-bottom: 11.25rem !important;
  }

  .pl-sm-45,
  .px-sm-45 {
    padding-left: 11.25rem !important;
  }

  .p-sm-46 {
    padding: 11.5rem !important;
  }

  .pt-sm-46,
  .py-sm-46 {
    padding-top: 11.5rem !important;
  }

  .pr-sm-46,
  .px-sm-46 {
    padding-right: 11.5rem !important;
  }

  .pb-sm-46,
  .py-sm-46 {
    padding-bottom: 11.5rem !important;
  }

  .pl-sm-46,
  .px-sm-46 {
    padding-left: 11.5rem !important;
  }

  .p-sm-47 {
    padding: 11.75rem !important;
  }

  .pt-sm-47,
  .py-sm-47 {
    padding-top: 11.75rem !important;
  }

  .pr-sm-47,
  .px-sm-47 {
    padding-right: 11.75rem !important;
  }

  .pb-sm-47,
  .py-sm-47 {
    padding-bottom: 11.75rem !important;
  }

  .pl-sm-47,
  .px-sm-47 {
    padding-left: 11.75rem !important;
  }

  .p-sm-48 {
    padding: 12.25rem !important;
  }

  .pt-sm-48,
  .py-sm-48 {
    padding-top: 12.25rem !important;
  }

  .pr-sm-48,
  .px-sm-48 {
    padding-right: 12.25rem !important;
  }

  .pb-sm-48,
  .py-sm-48 {
    padding-bottom: 12.25rem !important;
  }

  .pl-sm-48,
  .px-sm-48 {
    padding-left: 12.25rem !important;
  }

  .p-sm-49 {
    padding: 12.5rem !important;
  }

  .pt-sm-49,
  .py-sm-49 {
    padding-top: 12.5rem !important;
  }

  .pr-sm-49,
  .px-sm-49 {
    padding-right: 12.5rem !important;
  }

  .pb-sm-49,
  .py-sm-49 {
    padding-bottom: 12.5rem !important;
  }

  .pl-sm-49,
  .px-sm-49 {
    padding-left: 12.5rem !important;
  }

  .p-sm-50 {
    padding: 12.75rem !important;
  }

  .pt-sm-50,
  .py-sm-50 {
    padding-top: 12.75rem !important;
  }

  .pr-sm-50,
  .px-sm-50 {
    padding-right: 12.75rem !important;
  }

  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 12.75rem !important;
  }

  .pl-sm-50,
  .px-sm-50 {
    padding-left: 12.75rem !important;
  }

  .p-sm-51 {
    padding: 13rem !important;
  }

  .pt-sm-51,
  .py-sm-51 {
    padding-top: 13rem !important;
  }

  .pr-sm-51,
  .px-sm-51 {
    padding-right: 13rem !important;
  }

  .pb-sm-51,
  .py-sm-51 {
    padding-bottom: 13rem !important;
  }

  .pl-sm-51,
  .px-sm-51 {
    padding-left: 13rem !important;
  }

  .p-sm-52 {
    padding: 13.25rem !important;
  }

  .pt-sm-52,
  .py-sm-52 {
    padding-top: 13.25rem !important;
  }

  .pr-sm-52,
  .px-sm-52 {
    padding-right: 13.25rem !important;
  }

  .pb-sm-52,
  .py-sm-52 {
    padding-bottom: 13.25rem !important;
  }

  .pl-sm-52,
  .px-sm-52 {
    padding-left: 13.25rem !important;
  }

  .p-sm-53 {
    padding: 13.5rem !important;
  }

  .pt-sm-53,
  .py-sm-53 {
    padding-top: 13.5rem !important;
  }

  .pr-sm-53,
  .px-sm-53 {
    padding-right: 13.5rem !important;
  }

  .pb-sm-53,
  .py-sm-53 {
    padding-bottom: 13.5rem !important;
  }

  .pl-sm-53,
  .px-sm-53 {
    padding-left: 13.5rem !important;
  }

  .p-sm-54 {
    padding: 13.75rem !important;
  }

  .pt-sm-54,
  .py-sm-54 {
    padding-top: 13.75rem !important;
  }

  .pr-sm-54,
  .px-sm-54 {
    padding-right: 13.75rem !important;
  }

  .pb-sm-54,
  .py-sm-54 {
    padding-bottom: 13.75rem !important;
  }

  .pl-sm-54,
  .px-sm-54 {
    padding-left: 13.75rem !important;
  }

  .p-sm-55 {
    padding: 14rem !important;
  }

  .pt-sm-55,
  .py-sm-55 {
    padding-top: 14rem !important;
  }

  .pr-sm-55,
  .px-sm-55 {
    padding-right: 14rem !important;
  }

  .pb-sm-55,
  .py-sm-55 {
    padding-bottom: 14rem !important;
  }

  .pl-sm-55,
  .px-sm-55 {
    padding-left: 14rem !important;
  }

  .p-sm-56 {
    padding: 14.25rem !important;
  }

  .pt-sm-56,
  .py-sm-56 {
    padding-top: 14.25rem !important;
  }

  .pr-sm-56,
  .px-sm-56 {
    padding-right: 14.25rem !important;
  }

  .pb-sm-56,
  .py-sm-56 {
    padding-bottom: 14.25rem !important;
  }

  .pl-sm-56,
  .px-sm-56 {
    padding-left: 14.25rem !important;
  }

  .p-sm-57 {
    padding: 14.5rem !important;
  }

  .pt-sm-57,
  .py-sm-57 {
    padding-top: 14.5rem !important;
  }

  .pr-sm-57,
  .px-sm-57 {
    padding-right: 14.5rem !important;
  }

  .pb-sm-57,
  .py-sm-57 {
    padding-bottom: 14.5rem !important;
  }

  .pl-sm-57,
  .px-sm-57 {
    padding-left: 14.5rem !important;
  }

  .p-sm-58 {
    padding: 14.75rem !important;
  }

  .pt-sm-58,
  .py-sm-58 {
    padding-top: 14.75rem !important;
  }

  .pr-sm-58,
  .px-sm-58 {
    padding-right: 14.75rem !important;
  }

  .pb-sm-58,
  .py-sm-58 {
    padding-bottom: 14.75rem !important;
  }

  .pl-sm-58,
  .px-sm-58 {
    padding-left: 14.75rem !important;
  }

  .p-sm-59 {
    padding: 15rem !important;
  }

  .pt-sm-59,
  .py-sm-59 {
    padding-top: 15rem !important;
  }

  .pr-sm-59,
  .px-sm-59 {
    padding-right: 15rem !important;
  }

  .pb-sm-59,
  .py-sm-59 {
    padding-bottom: 15rem !important;
  }

  .pl-sm-59,
  .px-sm-59 {
    padding-left: 15rem !important;
  }

  .p-sm-60 {
    padding: 15.25rem !important;
  }

  .pt-sm-60,
  .py-sm-60 {
    padding-top: 15.25rem !important;
  }

  .pr-sm-60,
  .px-sm-60 {
    padding-right: 15.25rem !important;
  }

  .pb-sm-60,
  .py-sm-60 {
    padding-bottom: 15.25rem !important;
  }

  .pl-sm-60,
  .px-sm-60 {
    padding-left: 15.25rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -0.75rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -0.75rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -0.75rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -0.75rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -0.75rem !important;
  }

  .m-sm-n4 {
    margin: -1rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1rem !important;
  }

  .m-sm-n5 {
    margin: -1.25rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -1.25rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -1.25rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -1.25rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -1.25rem !important;
  }

  .m-sm-n0h {
    margin: -0.2rem !important;
  }

  .mt-sm-n0h,
  .my-sm-n0h {
    margin-top: -0.2rem !important;
  }

  .mr-sm-n0h,
  .mx-sm-n0h {
    margin-right: -0.2rem !important;
  }

  .mb-sm-n0h,
  .my-sm-n0h {
    margin-bottom: -0.2rem !important;
  }

  .ml-sm-n0h,
  .mx-sm-n0h {
    margin-left: -0.2rem !important;
  }

  .m-sm-n1h {
    margin: -0.35rem !important;
  }

  .mt-sm-n1h,
  .my-sm-n1h {
    margin-top: -0.35rem !important;
  }

  .mr-sm-n1h,
  .mx-sm-n1h {
    margin-right: -0.35rem !important;
  }

  .mb-sm-n1h,
  .my-sm-n1h {
    margin-bottom: -0.35rem !important;
  }

  .ml-sm-n1h,
  .mx-sm-n1h {
    margin-left: -0.35rem !important;
  }

  .m-sm-n6 {
    margin: -1.5rem !important;
  }

  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n7 {
    margin: -1.75rem !important;
  }

  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -1.75rem !important;
  }

  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -1.75rem !important;
  }

  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -1.75rem !important;
  }

  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -1.75rem !important;
  }

  .m-sm-n8 {
    margin: -2rem !important;
  }

  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -2rem !important;
  }

  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -2rem !important;
  }

  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -2rem !important;
  }

  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -2rem !important;
  }

  .m-sm-n9 {
    margin: -2.25rem !important;
  }

  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -2.25rem !important;
  }

  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -2.25rem !important;
  }

  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -2.25rem !important;
  }

  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -2.25rem !important;
  }

  .m-sm-n10 {
    margin: -2.5rem !important;
  }

  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -2.5rem !important;
  }

  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -2.5rem !important;
  }

  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -2.5rem !important;
  }

  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -2.5rem !important;
  }

  .m-sm-n11 {
    margin: -2.75rem !important;
  }

  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -2.75rem !important;
  }

  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -2.75rem !important;
  }

  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -2.75rem !important;
  }

  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -2.75rem !important;
  }

  .m-sm-n12 {
    margin: -3rem !important;
  }

  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -3rem !important;
  }

  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -3rem !important;
  }

  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -3rem !important;
  }

  .m-sm-n13 {
    margin: -3.25rem !important;
  }

  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -3.25rem !important;
  }

  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -3.25rem !important;
  }

  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -3.25rem !important;
  }

  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -3.25rem !important;
  }

  .m-sm-n14 {
    margin: -3.5rem !important;
  }

  .mt-sm-n14,
  .my-sm-n14 {
    margin-top: -3.5rem !important;
  }

  .mr-sm-n14,
  .mx-sm-n14 {
    margin-right: -3.5rem !important;
  }

  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -3.5rem !important;
  }

  .ml-sm-n14,
  .mx-sm-n14 {
    margin-left: -3.5rem !important;
  }

  .m-sm-n15 {
    margin: -3.75rem !important;
  }

  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -3.75rem !important;
  }

  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -3.75rem !important;
  }

  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -3.75rem !important;
  }

  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -3.75rem !important;
  }

  .m-sm-n16 {
    margin: -4rem !important;
  }

  .mt-sm-n16,
  .my-sm-n16 {
    margin-top: -4rem !important;
  }

  .mr-sm-n16,
  .mx-sm-n16 {
    margin-right: -4rem !important;
  }

  .mb-sm-n16,
  .my-sm-n16 {
    margin-bottom: -4rem !important;
  }

  .ml-sm-n16,
  .mx-sm-n16 {
    margin-left: -4rem !important;
  }

  .m-sm-n17 {
    margin: -4.25rem !important;
  }

  .mt-sm-n17,
  .my-sm-n17 {
    margin-top: -4.25rem !important;
  }

  .mr-sm-n17,
  .mx-sm-n17 {
    margin-right: -4.25rem !important;
  }

  .mb-sm-n17,
  .my-sm-n17 {
    margin-bottom: -4.25rem !important;
  }

  .ml-sm-n17,
  .mx-sm-n17 {
    margin-left: -4.25rem !important;
  }

  .m-sm-n18 {
    margin: -4.55rem !important;
  }

  .mt-sm-n18,
  .my-sm-n18 {
    margin-top: -4.55rem !important;
  }

  .mr-sm-n18,
  .mx-sm-n18 {
    margin-right: -4.55rem !important;
  }

  .mb-sm-n18,
  .my-sm-n18 {
    margin-bottom: -4.55rem !important;
  }

  .ml-sm-n18,
  .mx-sm-n18 {
    margin-left: -4.55rem !important;
  }

  .m-sm-n19 {
    margin: -4.75rem !important;
  }

  .mt-sm-n19,
  .my-sm-n19 {
    margin-top: -4.75rem !important;
  }

  .mr-sm-n19,
  .mx-sm-n19 {
    margin-right: -4.75rem !important;
  }

  .mb-sm-n19,
  .my-sm-n19 {
    margin-bottom: -4.75rem !important;
  }

  .ml-sm-n19,
  .mx-sm-n19 {
    margin-left: -4.75rem !important;
  }

  .m-sm-n20 {
    margin: -5rem !important;
  }

  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -5rem !important;
  }

  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -5rem !important;
  }

  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -5rem !important;
  }

  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -5rem !important;
  }

  .m-sm-n21 {
    margin: -5.25rem !important;
  }

  .mt-sm-n21,
  .my-sm-n21 {
    margin-top: -5.25rem !important;
  }

  .mr-sm-n21,
  .mx-sm-n21 {
    margin-right: -5.25rem !important;
  }

  .mb-sm-n21,
  .my-sm-n21 {
    margin-bottom: -5.25rem !important;
  }

  .ml-sm-n21,
  .mx-sm-n21 {
    margin-left: -5.25rem !important;
  }

  .m-sm-n22 {
    margin: -5.5rem !important;
  }

  .mt-sm-n22,
  .my-sm-n22 {
    margin-top: -5.5rem !important;
  }

  .mr-sm-n22,
  .mx-sm-n22 {
    margin-right: -5.5rem !important;
  }

  .mb-sm-n22,
  .my-sm-n22 {
    margin-bottom: -5.5rem !important;
  }

  .ml-sm-n22,
  .mx-sm-n22 {
    margin-left: -5.5rem !important;
  }

  .m-sm-n23 {
    margin: -5.75rem !important;
  }

  .mt-sm-n23,
  .my-sm-n23 {
    margin-top: -5.75rem !important;
  }

  .mr-sm-n23,
  .mx-sm-n23 {
    margin-right: -5.75rem !important;
  }

  .mb-sm-n23,
  .my-sm-n23 {
    margin-bottom: -5.75rem !important;
  }

  .ml-sm-n23,
  .mx-sm-n23 {
    margin-left: -5.75rem !important;
  }

  .m-sm-n24 {
    margin: -6rem !important;
  }

  .mt-sm-n24,
  .my-sm-n24 {
    margin-top: -6rem !important;
  }

  .mr-sm-n24,
  .mx-sm-n24 {
    margin-right: -6rem !important;
  }

  .mb-sm-n24,
  .my-sm-n24 {
    margin-bottom: -6rem !important;
  }

  .ml-sm-n24,
  .mx-sm-n24 {
    margin-left: -6rem !important;
  }

  .m-sm-n25 {
    margin: -6.25rem !important;
  }

  .mt-sm-n25,
  .my-sm-n25 {
    margin-top: -6.25rem !important;
  }

  .mr-sm-n25,
  .mx-sm-n25 {
    margin-right: -6.25rem !important;
  }

  .mb-sm-n25,
  .my-sm-n25 {
    margin-bottom: -6.25rem !important;
  }

  .ml-sm-n25,
  .mx-sm-n25 {
    margin-left: -6.25rem !important;
  }

  .m-sm-n26 {
    margin: -6.5rem !important;
  }

  .mt-sm-n26,
  .my-sm-n26 {
    margin-top: -6.5rem !important;
  }

  .mr-sm-n26,
  .mx-sm-n26 {
    margin-right: -6.5rem !important;
  }

  .mb-sm-n26,
  .my-sm-n26 {
    margin-bottom: -6.5rem !important;
  }

  .ml-sm-n26,
  .mx-sm-n26 {
    margin-left: -6.5rem !important;
  }

  .m-sm-n27 {
    margin: -6.75rem !important;
  }

  .mt-sm-n27,
  .my-sm-n27 {
    margin-top: -6.75rem !important;
  }

  .mr-sm-n27,
  .mx-sm-n27 {
    margin-right: -6.75rem !important;
  }

  .mb-sm-n27,
  .my-sm-n27 {
    margin-bottom: -6.75rem !important;
  }

  .ml-sm-n27,
  .mx-sm-n27 {
    margin-left: -6.75rem !important;
  }

  .m-sm-n28 {
    margin: -7rem !important;
  }

  .mt-sm-n28,
  .my-sm-n28 {
    margin-top: -7rem !important;
  }

  .mr-sm-n28,
  .mx-sm-n28 {
    margin-right: -7rem !important;
  }

  .mb-sm-n28,
  .my-sm-n28 {
    margin-bottom: -7rem !important;
  }

  .ml-sm-n28,
  .mx-sm-n28 {
    margin-left: -7rem !important;
  }

  .m-sm-n29 {
    margin: -7.25rem !important;
  }

  .mt-sm-n29,
  .my-sm-n29 {
    margin-top: -7.25rem !important;
  }

  .mr-sm-n29,
  .mx-sm-n29 {
    margin-right: -7.25rem !important;
  }

  .mb-sm-n29,
  .my-sm-n29 {
    margin-bottom: -7.25rem !important;
  }

  .ml-sm-n29,
  .mx-sm-n29 {
    margin-left: -7.25rem !important;
  }

  .m-sm-n30 {
    margin: -7.5rem !important;
  }

  .mt-sm-n30,
  .my-sm-n30 {
    margin-top: -7.5rem !important;
  }

  .mr-sm-n30,
  .mx-sm-n30 {
    margin-right: -7.5rem !important;
  }

  .mb-sm-n30,
  .my-sm-n30 {
    margin-bottom: -7.5rem !important;
  }

  .ml-sm-n30,
  .mx-sm-n30 {
    margin-left: -7.5rem !important;
  }

  .m-sm-n31 {
    margin: -7.75rem !important;
  }

  .mt-sm-n31,
  .my-sm-n31 {
    margin-top: -7.75rem !important;
  }

  .mr-sm-n31,
  .mx-sm-n31 {
    margin-right: -7.75rem !important;
  }

  .mb-sm-n31,
  .my-sm-n31 {
    margin-bottom: -7.75rem !important;
  }

  .ml-sm-n31,
  .mx-sm-n31 {
    margin-left: -7.75rem !important;
  }

  .m-sm-n32 {
    margin: -8rem !important;
  }

  .mt-sm-n32,
  .my-sm-n32 {
    margin-top: -8rem !important;
  }

  .mr-sm-n32,
  .mx-sm-n32 {
    margin-right: -8rem !important;
  }

  .mb-sm-n32,
  .my-sm-n32 {
    margin-bottom: -8rem !important;
  }

  .ml-sm-n32,
  .mx-sm-n32 {
    margin-left: -8rem !important;
  }

  .m-sm-n33 {
    margin: -8.25rem !important;
  }

  .mt-sm-n33,
  .my-sm-n33 {
    margin-top: -8.25rem !important;
  }

  .mr-sm-n33,
  .mx-sm-n33 {
    margin-right: -8.25rem !important;
  }

  .mb-sm-n33,
  .my-sm-n33 {
    margin-bottom: -8.25rem !important;
  }

  .ml-sm-n33,
  .mx-sm-n33 {
    margin-left: -8.25rem !important;
  }

  .m-sm-n34 {
    margin: -8.5rem !important;
  }

  .mt-sm-n34,
  .my-sm-n34 {
    margin-top: -8.5rem !important;
  }

  .mr-sm-n34,
  .mx-sm-n34 {
    margin-right: -8.5rem !important;
  }

  .mb-sm-n34,
  .my-sm-n34 {
    margin-bottom: -8.5rem !important;
  }

  .ml-sm-n34,
  .mx-sm-n34 {
    margin-left: -8.5rem !important;
  }

  .m-sm-n35 {
    margin: -8.75rem !important;
  }

  .mt-sm-n35,
  .my-sm-n35 {
    margin-top: -8.75rem !important;
  }

  .mr-sm-n35,
  .mx-sm-n35 {
    margin-right: -8.75rem !important;
  }

  .mb-sm-n35,
  .my-sm-n35 {
    margin-bottom: -8.75rem !important;
  }

  .ml-sm-n35,
  .mx-sm-n35 {
    margin-left: -8.75rem !important;
  }

  .m-sm-n36 {
    margin: -9rem !important;
  }

  .mt-sm-n36,
  .my-sm-n36 {
    margin-top: -9rem !important;
  }

  .mr-sm-n36,
  .mx-sm-n36 {
    margin-right: -9rem !important;
  }

  .mb-sm-n36,
  .my-sm-n36 {
    margin-bottom: -9rem !important;
  }

  .ml-sm-n36,
  .mx-sm-n36 {
    margin-left: -9rem !important;
  }

  .m-sm-n37 {
    margin: -9.25rem !important;
  }

  .mt-sm-n37,
  .my-sm-n37 {
    margin-top: -9.25rem !important;
  }

  .mr-sm-n37,
  .mx-sm-n37 {
    margin-right: -9.25rem !important;
  }

  .mb-sm-n37,
  .my-sm-n37 {
    margin-bottom: -9.25rem !important;
  }

  .ml-sm-n37,
  .mx-sm-n37 {
    margin-left: -9.25rem !important;
  }

  .m-sm-n38 {
    margin: -9.5rem !important;
  }

  .mt-sm-n38,
  .my-sm-n38 {
    margin-top: -9.5rem !important;
  }

  .mr-sm-n38,
  .mx-sm-n38 {
    margin-right: -9.5rem !important;
  }

  .mb-sm-n38,
  .my-sm-n38 {
    margin-bottom: -9.5rem !important;
  }

  .ml-sm-n38,
  .mx-sm-n38 {
    margin-left: -9.5rem !important;
  }

  .m-sm-n39 {
    margin: -9.75rem !important;
  }

  .mt-sm-n39,
  .my-sm-n39 {
    margin-top: -9.75rem !important;
  }

  .mr-sm-n39,
  .mx-sm-n39 {
    margin-right: -9.75rem !important;
  }

  .mb-sm-n39,
  .my-sm-n39 {
    margin-bottom: -9.75rem !important;
  }

  .ml-sm-n39,
  .mx-sm-n39 {
    margin-left: -9.75rem !important;
  }

  .m-sm-n40 {
    margin: -10rem !important;
  }

  .mt-sm-n40,
  .my-sm-n40 {
    margin-top: -10rem !important;
  }

  .mr-sm-n40,
  .mx-sm-n40 {
    margin-right: -10rem !important;
  }

  .mb-sm-n40,
  .my-sm-n40 {
    margin-bottom: -10rem !important;
  }

  .ml-sm-n40,
  .mx-sm-n40 {
    margin-left: -10rem !important;
  }

  .m-sm-n41 {
    margin: -10.25rem !important;
  }

  .mt-sm-n41,
  .my-sm-n41 {
    margin-top: -10.25rem !important;
  }

  .mr-sm-n41,
  .mx-sm-n41 {
    margin-right: -10.25rem !important;
  }

  .mb-sm-n41,
  .my-sm-n41 {
    margin-bottom: -10.25rem !important;
  }

  .ml-sm-n41,
  .mx-sm-n41 {
    margin-left: -10.25rem !important;
  }

  .m-sm-n42 {
    margin: -10.5rem !important;
  }

  .mt-sm-n42,
  .my-sm-n42 {
    margin-top: -10.5rem !important;
  }

  .mr-sm-n42,
  .mx-sm-n42 {
    margin-right: -10.5rem !important;
  }

  .mb-sm-n42,
  .my-sm-n42 {
    margin-bottom: -10.5rem !important;
  }

  .ml-sm-n42,
  .mx-sm-n42 {
    margin-left: -10.5rem !important;
  }

  .m-sm-n43 {
    margin: -10.75rem !important;
  }

  .mt-sm-n43,
  .my-sm-n43 {
    margin-top: -10.75rem !important;
  }

  .mr-sm-n43,
  .mx-sm-n43 {
    margin-right: -10.75rem !important;
  }

  .mb-sm-n43,
  .my-sm-n43 {
    margin-bottom: -10.75rem !important;
  }

  .ml-sm-n43,
  .mx-sm-n43 {
    margin-left: -10.75rem !important;
  }

  .m-sm-n44 {
    margin: -11rem !important;
  }

  .mt-sm-n44,
  .my-sm-n44 {
    margin-top: -11rem !important;
  }

  .mr-sm-n44,
  .mx-sm-n44 {
    margin-right: -11rem !important;
  }

  .mb-sm-n44,
  .my-sm-n44 {
    margin-bottom: -11rem !important;
  }

  .ml-sm-n44,
  .mx-sm-n44 {
    margin-left: -11rem !important;
  }

  .m-sm-n45 {
    margin: -11.25rem !important;
  }

  .mt-sm-n45,
  .my-sm-n45 {
    margin-top: -11.25rem !important;
  }

  .mr-sm-n45,
  .mx-sm-n45 {
    margin-right: -11.25rem !important;
  }

  .mb-sm-n45,
  .my-sm-n45 {
    margin-bottom: -11.25rem !important;
  }

  .ml-sm-n45,
  .mx-sm-n45 {
    margin-left: -11.25rem !important;
  }

  .m-sm-n46 {
    margin: -11.5rem !important;
  }

  .mt-sm-n46,
  .my-sm-n46 {
    margin-top: -11.5rem !important;
  }

  .mr-sm-n46,
  .mx-sm-n46 {
    margin-right: -11.5rem !important;
  }

  .mb-sm-n46,
  .my-sm-n46 {
    margin-bottom: -11.5rem !important;
  }

  .ml-sm-n46,
  .mx-sm-n46 {
    margin-left: -11.5rem !important;
  }

  .m-sm-n47 {
    margin: -11.75rem !important;
  }

  .mt-sm-n47,
  .my-sm-n47 {
    margin-top: -11.75rem !important;
  }

  .mr-sm-n47,
  .mx-sm-n47 {
    margin-right: -11.75rem !important;
  }

  .mb-sm-n47,
  .my-sm-n47 {
    margin-bottom: -11.75rem !important;
  }

  .ml-sm-n47,
  .mx-sm-n47 {
    margin-left: -11.75rem !important;
  }

  .m-sm-n48 {
    margin: -12.25rem !important;
  }

  .mt-sm-n48,
  .my-sm-n48 {
    margin-top: -12.25rem !important;
  }

  .mr-sm-n48,
  .mx-sm-n48 {
    margin-right: -12.25rem !important;
  }

  .mb-sm-n48,
  .my-sm-n48 {
    margin-bottom: -12.25rem !important;
  }

  .ml-sm-n48,
  .mx-sm-n48 {
    margin-left: -12.25rem !important;
  }

  .m-sm-n49 {
    margin: -12.5rem !important;
  }

  .mt-sm-n49,
  .my-sm-n49 {
    margin-top: -12.5rem !important;
  }

  .mr-sm-n49,
  .mx-sm-n49 {
    margin-right: -12.5rem !important;
  }

  .mb-sm-n49,
  .my-sm-n49 {
    margin-bottom: -12.5rem !important;
  }

  .ml-sm-n49,
  .mx-sm-n49 {
    margin-left: -12.5rem !important;
  }

  .m-sm-n50 {
    margin: -12.75rem !important;
  }

  .mt-sm-n50,
  .my-sm-n50 {
    margin-top: -12.75rem !important;
  }

  .mr-sm-n50,
  .mx-sm-n50 {
    margin-right: -12.75rem !important;
  }

  .mb-sm-n50,
  .my-sm-n50 {
    margin-bottom: -12.75rem !important;
  }

  .ml-sm-n50,
  .mx-sm-n50 {
    margin-left: -12.75rem !important;
  }

  .m-sm-n51 {
    margin: -13rem !important;
  }

  .mt-sm-n51,
  .my-sm-n51 {
    margin-top: -13rem !important;
  }

  .mr-sm-n51,
  .mx-sm-n51 {
    margin-right: -13rem !important;
  }

  .mb-sm-n51,
  .my-sm-n51 {
    margin-bottom: -13rem !important;
  }

  .ml-sm-n51,
  .mx-sm-n51 {
    margin-left: -13rem !important;
  }

  .m-sm-n52 {
    margin: -13.25rem !important;
  }

  .mt-sm-n52,
  .my-sm-n52 {
    margin-top: -13.25rem !important;
  }

  .mr-sm-n52,
  .mx-sm-n52 {
    margin-right: -13.25rem !important;
  }

  .mb-sm-n52,
  .my-sm-n52 {
    margin-bottom: -13.25rem !important;
  }

  .ml-sm-n52,
  .mx-sm-n52 {
    margin-left: -13.25rem !important;
  }

  .m-sm-n53 {
    margin: -13.5rem !important;
  }

  .mt-sm-n53,
  .my-sm-n53 {
    margin-top: -13.5rem !important;
  }

  .mr-sm-n53,
  .mx-sm-n53 {
    margin-right: -13.5rem !important;
  }

  .mb-sm-n53,
  .my-sm-n53 {
    margin-bottom: -13.5rem !important;
  }

  .ml-sm-n53,
  .mx-sm-n53 {
    margin-left: -13.5rem !important;
  }

  .m-sm-n54 {
    margin: -13.75rem !important;
  }

  .mt-sm-n54,
  .my-sm-n54 {
    margin-top: -13.75rem !important;
  }

  .mr-sm-n54,
  .mx-sm-n54 {
    margin-right: -13.75rem !important;
  }

  .mb-sm-n54,
  .my-sm-n54 {
    margin-bottom: -13.75rem !important;
  }

  .ml-sm-n54,
  .mx-sm-n54 {
    margin-left: -13.75rem !important;
  }

  .m-sm-n55 {
    margin: -14rem !important;
  }

  .mt-sm-n55,
  .my-sm-n55 {
    margin-top: -14rem !important;
  }

  .mr-sm-n55,
  .mx-sm-n55 {
    margin-right: -14rem !important;
  }

  .mb-sm-n55,
  .my-sm-n55 {
    margin-bottom: -14rem !important;
  }

  .ml-sm-n55,
  .mx-sm-n55 {
    margin-left: -14rem !important;
  }

  .m-sm-n56 {
    margin: -14.25rem !important;
  }

  .mt-sm-n56,
  .my-sm-n56 {
    margin-top: -14.25rem !important;
  }

  .mr-sm-n56,
  .mx-sm-n56 {
    margin-right: -14.25rem !important;
  }

  .mb-sm-n56,
  .my-sm-n56 {
    margin-bottom: -14.25rem !important;
  }

  .ml-sm-n56,
  .mx-sm-n56 {
    margin-left: -14.25rem !important;
  }

  .m-sm-n57 {
    margin: -14.5rem !important;
  }

  .mt-sm-n57,
  .my-sm-n57 {
    margin-top: -14.5rem !important;
  }

  .mr-sm-n57,
  .mx-sm-n57 {
    margin-right: -14.5rem !important;
  }

  .mb-sm-n57,
  .my-sm-n57 {
    margin-bottom: -14.5rem !important;
  }

  .ml-sm-n57,
  .mx-sm-n57 {
    margin-left: -14.5rem !important;
  }

  .m-sm-n58 {
    margin: -14.75rem !important;
  }

  .mt-sm-n58,
  .my-sm-n58 {
    margin-top: -14.75rem !important;
  }

  .mr-sm-n58,
  .mx-sm-n58 {
    margin-right: -14.75rem !important;
  }

  .mb-sm-n58,
  .my-sm-n58 {
    margin-bottom: -14.75rem !important;
  }

  .ml-sm-n58,
  .mx-sm-n58 {
    margin-left: -14.75rem !important;
  }

  .m-sm-n59 {
    margin: -15rem !important;
  }

  .mt-sm-n59,
  .my-sm-n59 {
    margin-top: -15rem !important;
  }

  .mr-sm-n59,
  .mx-sm-n59 {
    margin-right: -15rem !important;
  }

  .mb-sm-n59,
  .my-sm-n59 {
    margin-bottom: -15rem !important;
  }

  .ml-sm-n59,
  .mx-sm-n59 {
    margin-left: -15rem !important;
  }

  .m-sm-n60 {
    margin: -15.25rem !important;
  }

  .mt-sm-n60,
  .my-sm-n60 {
    margin-top: -15.25rem !important;
  }

  .mr-sm-n60,
  .mx-sm-n60 {
    margin-right: -15.25rem !important;
  }

  .mb-sm-n60,
  .my-sm-n60 {
    margin-bottom: -15.25rem !important;
  }

  .ml-sm-n60,
  .mx-sm-n60 {
    margin-left: -15.25rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 0.75rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 0.75rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 0.75rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 0.75rem !important;
  }

  .m-md-4 {
    margin: 1rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1rem !important;
  }

  .m-md-5 {
    margin: 1.25rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 1.25rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 1.25rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 1.25rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 1.25rem !important;
  }

  .m-md-0h {
    margin: 0.2rem !important;
  }

  .mt-md-0h,
  .my-md-0h {
    margin-top: 0.2rem !important;
  }

  .mr-md-0h,
  .mx-md-0h {
    margin-right: 0.2rem !important;
  }

  .mb-md-0h,
  .my-md-0h {
    margin-bottom: 0.2rem !important;
  }

  .ml-md-0h,
  .mx-md-0h {
    margin-left: 0.2rem !important;
  }

  .m-md-1h {
    margin: 0.35rem !important;
  }

  .mt-md-1h,
  .my-md-1h {
    margin-top: 0.35rem !important;
  }

  .mr-md-1h,
  .mx-md-1h {
    margin-right: 0.35rem !important;
  }

  .mb-md-1h,
  .my-md-1h {
    margin-bottom: 0.35rem !important;
  }

  .ml-md-1h,
  .mx-md-1h {
    margin-left: 0.35rem !important;
  }

  .m-md-6 {
    margin: 1.5rem !important;
  }

  .mt-md-6,
  .my-md-6 {
    margin-top: 1.5rem !important;
  }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 1.5rem !important;
  }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 1.5rem !important;
  }

  .m-md-7 {
    margin: 1.75rem !important;
  }

  .mt-md-7,
  .my-md-7 {
    margin-top: 1.75rem !important;
  }

  .mr-md-7,
  .mx-md-7 {
    margin-right: 1.75rem !important;
  }

  .mb-md-7,
  .my-md-7 {
    margin-bottom: 1.75rem !important;
  }

  .ml-md-7,
  .mx-md-7 {
    margin-left: 1.75rem !important;
  }

  .m-md-8 {
    margin: 2rem !important;
  }

  .mt-md-8,
  .my-md-8 {
    margin-top: 2rem !important;
  }

  .mr-md-8,
  .mx-md-8 {
    margin-right: 2rem !important;
  }

  .mb-md-8,
  .my-md-8 {
    margin-bottom: 2rem !important;
  }

  .ml-md-8,
  .mx-md-8 {
    margin-left: 2rem !important;
  }

  .m-md-9 {
    margin: 2.25rem !important;
  }

  .mt-md-9,
  .my-md-9 {
    margin-top: 2.25rem !important;
  }

  .mr-md-9,
  .mx-md-9 {
    margin-right: 2.25rem !important;
  }

  .mb-md-9,
  .my-md-9 {
    margin-bottom: 2.25rem !important;
  }

  .ml-md-9,
  .mx-md-9 {
    margin-left: 2.25rem !important;
  }

  .m-md-10 {
    margin: 2.5rem !important;
  }

  .mt-md-10,
  .my-md-10 {
    margin-top: 2.5rem !important;
  }

  .mr-md-10,
  .mx-md-10 {
    margin-right: 2.5rem !important;
  }

  .mb-md-10,
  .my-md-10 {
    margin-bottom: 2.5rem !important;
  }

  .ml-md-10,
  .mx-md-10 {
    margin-left: 2.5rem !important;
  }

  .m-md-11 {
    margin: 2.75rem !important;
  }

  .mt-md-11,
  .my-md-11 {
    margin-top: 2.75rem !important;
  }

  .mr-md-11,
  .mx-md-11 {
    margin-right: 2.75rem !important;
  }

  .mb-md-11,
  .my-md-11 {
    margin-bottom: 2.75rem !important;
  }

  .ml-md-11,
  .mx-md-11 {
    margin-left: 2.75rem !important;
  }

  .m-md-12 {
    margin: 3rem !important;
  }

  .mt-md-12,
  .my-md-12 {
    margin-top: 3rem !important;
  }

  .mr-md-12,
  .mx-md-12 {
    margin-right: 3rem !important;
  }

  .mb-md-12,
  .my-md-12 {
    margin-bottom: 3rem !important;
  }

  .ml-md-12,
  .mx-md-12 {
    margin-left: 3rem !important;
  }

  .m-md-13 {
    margin: 3.25rem !important;
  }

  .mt-md-13,
  .my-md-13 {
    margin-top: 3.25rem !important;
  }

  .mr-md-13,
  .mx-md-13 {
    margin-right: 3.25rem !important;
  }

  .mb-md-13,
  .my-md-13 {
    margin-bottom: 3.25rem !important;
  }

  .ml-md-13,
  .mx-md-13 {
    margin-left: 3.25rem !important;
  }

  .m-md-14 {
    margin: 3.5rem !important;
  }

  .mt-md-14,
  .my-md-14 {
    margin-top: 3.5rem !important;
  }

  .mr-md-14,
  .mx-md-14 {
    margin-right: 3.5rem !important;
  }

  .mb-md-14,
  .my-md-14 {
    margin-bottom: 3.5rem !important;
  }

  .ml-md-14,
  .mx-md-14 {
    margin-left: 3.5rem !important;
  }

  .m-md-15 {
    margin: 3.75rem !important;
  }

  .mt-md-15,
  .my-md-15 {
    margin-top: 3.75rem !important;
  }

  .mr-md-15,
  .mx-md-15 {
    margin-right: 3.75rem !important;
  }

  .mb-md-15,
  .my-md-15 {
    margin-bottom: 3.75rem !important;
  }

  .ml-md-15,
  .mx-md-15 {
    margin-left: 3.75rem !important;
  }

  .m-md-16 {
    margin: 4rem !important;
  }

  .mt-md-16,
  .my-md-16 {
    margin-top: 4rem !important;
  }

  .mr-md-16,
  .mx-md-16 {
    margin-right: 4rem !important;
  }

  .mb-md-16,
  .my-md-16 {
    margin-bottom: 4rem !important;
  }

  .ml-md-16,
  .mx-md-16 {
    margin-left: 4rem !important;
  }

  .m-md-17 {
    margin: 4.25rem !important;
  }

  .mt-md-17,
  .my-md-17 {
    margin-top: 4.25rem !important;
  }

  .mr-md-17,
  .mx-md-17 {
    margin-right: 4.25rem !important;
  }

  .mb-md-17,
  .my-md-17 {
    margin-bottom: 4.25rem !important;
  }

  .ml-md-17,
  .mx-md-17 {
    margin-left: 4.25rem !important;
  }

  .m-md-18 {
    margin: 4.55rem !important;
  }

  .mt-md-18,
  .my-md-18 {
    margin-top: 4.55rem !important;
  }

  .mr-md-18,
  .mx-md-18 {
    margin-right: 4.55rem !important;
  }

  .mb-md-18,
  .my-md-18 {
    margin-bottom: 4.55rem !important;
  }

  .ml-md-18,
  .mx-md-18 {
    margin-left: 4.55rem !important;
  }

  .m-md-19 {
    margin: 4.75rem !important;
  }

  .mt-md-19,
  .my-md-19 {
    margin-top: 4.75rem !important;
  }

  .mr-md-19,
  .mx-md-19 {
    margin-right: 4.75rem !important;
  }

  .mb-md-19,
  .my-md-19 {
    margin-bottom: 4.75rem !important;
  }

  .ml-md-19,
  .mx-md-19 {
    margin-left: 4.75rem !important;
  }

  .m-md-20 {
    margin: 5rem !important;
  }

  .mt-md-20,
  .my-md-20 {
    margin-top: 5rem !important;
  }

  .mr-md-20,
  .mx-md-20 {
    margin-right: 5rem !important;
  }

  .mb-md-20,
  .my-md-20 {
    margin-bottom: 5rem !important;
  }

  .ml-md-20,
  .mx-md-20 {
    margin-left: 5rem !important;
  }

  .m-md-21 {
    margin: 5.25rem !important;
  }

  .mt-md-21,
  .my-md-21 {
    margin-top: 5.25rem !important;
  }

  .mr-md-21,
  .mx-md-21 {
    margin-right: 5.25rem !important;
  }

  .mb-md-21,
  .my-md-21 {
    margin-bottom: 5.25rem !important;
  }

  .ml-md-21,
  .mx-md-21 {
    margin-left: 5.25rem !important;
  }

  .m-md-22 {
    margin: 5.5rem !important;
  }

  .mt-md-22,
  .my-md-22 {
    margin-top: 5.5rem !important;
  }

  .mr-md-22,
  .mx-md-22 {
    margin-right: 5.5rem !important;
  }

  .mb-md-22,
  .my-md-22 {
    margin-bottom: 5.5rem !important;
  }

  .ml-md-22,
  .mx-md-22 {
    margin-left: 5.5rem !important;
  }

  .m-md-23 {
    margin: 5.75rem !important;
  }

  .mt-md-23,
  .my-md-23 {
    margin-top: 5.75rem !important;
  }

  .mr-md-23,
  .mx-md-23 {
    margin-right: 5.75rem !important;
  }

  .mb-md-23,
  .my-md-23 {
    margin-bottom: 5.75rem !important;
  }

  .ml-md-23,
  .mx-md-23 {
    margin-left: 5.75rem !important;
  }

  .m-md-24 {
    margin: 6rem !important;
  }

  .mt-md-24,
  .my-md-24 {
    margin-top: 6rem !important;
  }

  .mr-md-24,
  .mx-md-24 {
    margin-right: 6rem !important;
  }

  .mb-md-24,
  .my-md-24 {
    margin-bottom: 6rem !important;
  }

  .ml-md-24,
  .mx-md-24 {
    margin-left: 6rem !important;
  }

  .m-md-25 {
    margin: 6.25rem !important;
  }

  .mt-md-25,
  .my-md-25 {
    margin-top: 6.25rem !important;
  }

  .mr-md-25,
  .mx-md-25 {
    margin-right: 6.25rem !important;
  }

  .mb-md-25,
  .my-md-25 {
    margin-bottom: 6.25rem !important;
  }

  .ml-md-25,
  .mx-md-25 {
    margin-left: 6.25rem !important;
  }

  .m-md-26 {
    margin: 6.5rem !important;
  }

  .mt-md-26,
  .my-md-26 {
    margin-top: 6.5rem !important;
  }

  .mr-md-26,
  .mx-md-26 {
    margin-right: 6.5rem !important;
  }

  .mb-md-26,
  .my-md-26 {
    margin-bottom: 6.5rem !important;
  }

  .ml-md-26,
  .mx-md-26 {
    margin-left: 6.5rem !important;
  }

  .m-md-27 {
    margin: 6.75rem !important;
  }

  .mt-md-27,
  .my-md-27 {
    margin-top: 6.75rem !important;
  }

  .mr-md-27,
  .mx-md-27 {
    margin-right: 6.75rem !important;
  }

  .mb-md-27,
  .my-md-27 {
    margin-bottom: 6.75rem !important;
  }

  .ml-md-27,
  .mx-md-27 {
    margin-left: 6.75rem !important;
  }

  .m-md-28 {
    margin: 7rem !important;
  }

  .mt-md-28,
  .my-md-28 {
    margin-top: 7rem !important;
  }

  .mr-md-28,
  .mx-md-28 {
    margin-right: 7rem !important;
  }

  .mb-md-28,
  .my-md-28 {
    margin-bottom: 7rem !important;
  }

  .ml-md-28,
  .mx-md-28 {
    margin-left: 7rem !important;
  }

  .m-md-29 {
    margin: 7.25rem !important;
  }

  .mt-md-29,
  .my-md-29 {
    margin-top: 7.25rem !important;
  }

  .mr-md-29,
  .mx-md-29 {
    margin-right: 7.25rem !important;
  }

  .mb-md-29,
  .my-md-29 {
    margin-bottom: 7.25rem !important;
  }

  .ml-md-29,
  .mx-md-29 {
    margin-left: 7.25rem !important;
  }

  .m-md-30 {
    margin: 7.5rem !important;
  }

  .mt-md-30,
  .my-md-30 {
    margin-top: 7.5rem !important;
  }

  .mr-md-30,
  .mx-md-30 {
    margin-right: 7.5rem !important;
  }

  .mb-md-30,
  .my-md-30 {
    margin-bottom: 7.5rem !important;
  }

  .ml-md-30,
  .mx-md-30 {
    margin-left: 7.5rem !important;
  }

  .m-md-31 {
    margin: 7.75rem !important;
  }

  .mt-md-31,
  .my-md-31 {
    margin-top: 7.75rem !important;
  }

  .mr-md-31,
  .mx-md-31 {
    margin-right: 7.75rem !important;
  }

  .mb-md-31,
  .my-md-31 {
    margin-bottom: 7.75rem !important;
  }

  .ml-md-31,
  .mx-md-31 {
    margin-left: 7.75rem !important;
  }

  .m-md-32 {
    margin: 8rem !important;
  }

  .mt-md-32,
  .my-md-32 {
    margin-top: 8rem !important;
  }

  .mr-md-32,
  .mx-md-32 {
    margin-right: 8rem !important;
  }

  .mb-md-32,
  .my-md-32 {
    margin-bottom: 8rem !important;
  }

  .ml-md-32,
  .mx-md-32 {
    margin-left: 8rem !important;
  }

  .m-md-33 {
    margin: 8.25rem !important;
  }

  .mt-md-33,
  .my-md-33 {
    margin-top: 8.25rem !important;
  }

  .mr-md-33,
  .mx-md-33 {
    margin-right: 8.25rem !important;
  }

  .mb-md-33,
  .my-md-33 {
    margin-bottom: 8.25rem !important;
  }

  .ml-md-33,
  .mx-md-33 {
    margin-left: 8.25rem !important;
  }

  .m-md-34 {
    margin: 8.5rem !important;
  }

  .mt-md-34,
  .my-md-34 {
    margin-top: 8.5rem !important;
  }

  .mr-md-34,
  .mx-md-34 {
    margin-right: 8.5rem !important;
  }

  .mb-md-34,
  .my-md-34 {
    margin-bottom: 8.5rem !important;
  }

  .ml-md-34,
  .mx-md-34 {
    margin-left: 8.5rem !important;
  }

  .m-md-35 {
    margin: 8.75rem !important;
  }

  .mt-md-35,
  .my-md-35 {
    margin-top: 8.75rem !important;
  }

  .mr-md-35,
  .mx-md-35 {
    margin-right: 8.75rem !important;
  }

  .mb-md-35,
  .my-md-35 {
    margin-bottom: 8.75rem !important;
  }

  .ml-md-35,
  .mx-md-35 {
    margin-left: 8.75rem !important;
  }

  .m-md-36 {
    margin: 9rem !important;
  }

  .mt-md-36,
  .my-md-36 {
    margin-top: 9rem !important;
  }

  .mr-md-36,
  .mx-md-36 {
    margin-right: 9rem !important;
  }

  .mb-md-36,
  .my-md-36 {
    margin-bottom: 9rem !important;
  }

  .ml-md-36,
  .mx-md-36 {
    margin-left: 9rem !important;
  }

  .m-md-37 {
    margin: 9.25rem !important;
  }

  .mt-md-37,
  .my-md-37 {
    margin-top: 9.25rem !important;
  }

  .mr-md-37,
  .mx-md-37 {
    margin-right: 9.25rem !important;
  }

  .mb-md-37,
  .my-md-37 {
    margin-bottom: 9.25rem !important;
  }

  .ml-md-37,
  .mx-md-37 {
    margin-left: 9.25rem !important;
  }

  .m-md-38 {
    margin: 9.5rem !important;
  }

  .mt-md-38,
  .my-md-38 {
    margin-top: 9.5rem !important;
  }

  .mr-md-38,
  .mx-md-38 {
    margin-right: 9.5rem !important;
  }

  .mb-md-38,
  .my-md-38 {
    margin-bottom: 9.5rem !important;
  }

  .ml-md-38,
  .mx-md-38 {
    margin-left: 9.5rem !important;
  }

  .m-md-39 {
    margin: 9.75rem !important;
  }

  .mt-md-39,
  .my-md-39 {
    margin-top: 9.75rem !important;
  }

  .mr-md-39,
  .mx-md-39 {
    margin-right: 9.75rem !important;
  }

  .mb-md-39,
  .my-md-39 {
    margin-bottom: 9.75rem !important;
  }

  .ml-md-39,
  .mx-md-39 {
    margin-left: 9.75rem !important;
  }

  .m-md-40 {
    margin: 10rem !important;
  }

  .mt-md-40,
  .my-md-40 {
    margin-top: 10rem !important;
  }

  .mr-md-40,
  .mx-md-40 {
    margin-right: 10rem !important;
  }

  .mb-md-40,
  .my-md-40 {
    margin-bottom: 10rem !important;
  }

  .ml-md-40,
  .mx-md-40 {
    margin-left: 10rem !important;
  }

  .m-md-41 {
    margin: 10.25rem !important;
  }

  .mt-md-41,
  .my-md-41 {
    margin-top: 10.25rem !important;
  }

  .mr-md-41,
  .mx-md-41 {
    margin-right: 10.25rem !important;
  }

  .mb-md-41,
  .my-md-41 {
    margin-bottom: 10.25rem !important;
  }

  .ml-md-41,
  .mx-md-41 {
    margin-left: 10.25rem !important;
  }

  .m-md-42 {
    margin: 10.5rem !important;
  }

  .mt-md-42,
  .my-md-42 {
    margin-top: 10.5rem !important;
  }

  .mr-md-42,
  .mx-md-42 {
    margin-right: 10.5rem !important;
  }

  .mb-md-42,
  .my-md-42 {
    margin-bottom: 10.5rem !important;
  }

  .ml-md-42,
  .mx-md-42 {
    margin-left: 10.5rem !important;
  }

  .m-md-43 {
    margin: 10.75rem !important;
  }

  .mt-md-43,
  .my-md-43 {
    margin-top: 10.75rem !important;
  }

  .mr-md-43,
  .mx-md-43 {
    margin-right: 10.75rem !important;
  }

  .mb-md-43,
  .my-md-43 {
    margin-bottom: 10.75rem !important;
  }

  .ml-md-43,
  .mx-md-43 {
    margin-left: 10.75rem !important;
  }

  .m-md-44 {
    margin: 11rem !important;
  }

  .mt-md-44,
  .my-md-44 {
    margin-top: 11rem !important;
  }

  .mr-md-44,
  .mx-md-44 {
    margin-right: 11rem !important;
  }

  .mb-md-44,
  .my-md-44 {
    margin-bottom: 11rem !important;
  }

  .ml-md-44,
  .mx-md-44 {
    margin-left: 11rem !important;
  }

  .m-md-45 {
    margin: 11.25rem !important;
  }

  .mt-md-45,
  .my-md-45 {
    margin-top: 11.25rem !important;
  }

  .mr-md-45,
  .mx-md-45 {
    margin-right: 11.25rem !important;
  }

  .mb-md-45,
  .my-md-45 {
    margin-bottom: 11.25rem !important;
  }

  .ml-md-45,
  .mx-md-45 {
    margin-left: 11.25rem !important;
  }

  .m-md-46 {
    margin: 11.5rem !important;
  }

  .mt-md-46,
  .my-md-46 {
    margin-top: 11.5rem !important;
  }

  .mr-md-46,
  .mx-md-46 {
    margin-right: 11.5rem !important;
  }

  .mb-md-46,
  .my-md-46 {
    margin-bottom: 11.5rem !important;
  }

  .ml-md-46,
  .mx-md-46 {
    margin-left: 11.5rem !important;
  }

  .m-md-47 {
    margin: 11.75rem !important;
  }

  .mt-md-47,
  .my-md-47 {
    margin-top: 11.75rem !important;
  }

  .mr-md-47,
  .mx-md-47 {
    margin-right: 11.75rem !important;
  }

  .mb-md-47,
  .my-md-47 {
    margin-bottom: 11.75rem !important;
  }

  .ml-md-47,
  .mx-md-47 {
    margin-left: 11.75rem !important;
  }

  .m-md-48 {
    margin: 12.25rem !important;
  }

  .mt-md-48,
  .my-md-48 {
    margin-top: 12.25rem !important;
  }

  .mr-md-48,
  .mx-md-48 {
    margin-right: 12.25rem !important;
  }

  .mb-md-48,
  .my-md-48 {
    margin-bottom: 12.25rem !important;
  }

  .ml-md-48,
  .mx-md-48 {
    margin-left: 12.25rem !important;
  }

  .m-md-49 {
    margin: 12.5rem !important;
  }

  .mt-md-49,
  .my-md-49 {
    margin-top: 12.5rem !important;
  }

  .mr-md-49,
  .mx-md-49 {
    margin-right: 12.5rem !important;
  }

  .mb-md-49,
  .my-md-49 {
    margin-bottom: 12.5rem !important;
  }

  .ml-md-49,
  .mx-md-49 {
    margin-left: 12.5rem !important;
  }

  .m-md-50 {
    margin: 12.75rem !important;
  }

  .mt-md-50,
  .my-md-50 {
    margin-top: 12.75rem !important;
  }

  .mr-md-50,
  .mx-md-50 {
    margin-right: 12.75rem !important;
  }

  .mb-md-50,
  .my-md-50 {
    margin-bottom: 12.75rem !important;
  }

  .ml-md-50,
  .mx-md-50 {
    margin-left: 12.75rem !important;
  }

  .m-md-51 {
    margin: 13rem !important;
  }

  .mt-md-51,
  .my-md-51 {
    margin-top: 13rem !important;
  }

  .mr-md-51,
  .mx-md-51 {
    margin-right: 13rem !important;
  }

  .mb-md-51,
  .my-md-51 {
    margin-bottom: 13rem !important;
  }

  .ml-md-51,
  .mx-md-51 {
    margin-left: 13rem !important;
  }

  .m-md-52 {
    margin: 13.25rem !important;
  }

  .mt-md-52,
  .my-md-52 {
    margin-top: 13.25rem !important;
  }

  .mr-md-52,
  .mx-md-52 {
    margin-right: 13.25rem !important;
  }

  .mb-md-52,
  .my-md-52 {
    margin-bottom: 13.25rem !important;
  }

  .ml-md-52,
  .mx-md-52 {
    margin-left: 13.25rem !important;
  }

  .m-md-53 {
    margin: 13.5rem !important;
  }

  .mt-md-53,
  .my-md-53 {
    margin-top: 13.5rem !important;
  }

  .mr-md-53,
  .mx-md-53 {
    margin-right: 13.5rem !important;
  }

  .mb-md-53,
  .my-md-53 {
    margin-bottom: 13.5rem !important;
  }

  .ml-md-53,
  .mx-md-53 {
    margin-left: 13.5rem !important;
  }

  .m-md-54 {
    margin: 13.75rem !important;
  }

  .mt-md-54,
  .my-md-54 {
    margin-top: 13.75rem !important;
  }

  .mr-md-54,
  .mx-md-54 {
    margin-right: 13.75rem !important;
  }

  .mb-md-54,
  .my-md-54 {
    margin-bottom: 13.75rem !important;
  }

  .ml-md-54,
  .mx-md-54 {
    margin-left: 13.75rem !important;
  }

  .m-md-55 {
    margin: 14rem !important;
  }

  .mt-md-55,
  .my-md-55 {
    margin-top: 14rem !important;
  }

  .mr-md-55,
  .mx-md-55 {
    margin-right: 14rem !important;
  }

  .mb-md-55,
  .my-md-55 {
    margin-bottom: 14rem !important;
  }

  .ml-md-55,
  .mx-md-55 {
    margin-left: 14rem !important;
  }

  .m-md-56 {
    margin: 14.25rem !important;
  }

  .mt-md-56,
  .my-md-56 {
    margin-top: 14.25rem !important;
  }

  .mr-md-56,
  .mx-md-56 {
    margin-right: 14.25rem !important;
  }

  .mb-md-56,
  .my-md-56 {
    margin-bottom: 14.25rem !important;
  }

  .ml-md-56,
  .mx-md-56 {
    margin-left: 14.25rem !important;
  }

  .m-md-57 {
    margin: 14.5rem !important;
  }

  .mt-md-57,
  .my-md-57 {
    margin-top: 14.5rem !important;
  }

  .mr-md-57,
  .mx-md-57 {
    margin-right: 14.5rem !important;
  }

  .mb-md-57,
  .my-md-57 {
    margin-bottom: 14.5rem !important;
  }

  .ml-md-57,
  .mx-md-57 {
    margin-left: 14.5rem !important;
  }

  .m-md-58 {
    margin: 14.75rem !important;
  }

  .mt-md-58,
  .my-md-58 {
    margin-top: 14.75rem !important;
  }

  .mr-md-58,
  .mx-md-58 {
    margin-right: 14.75rem !important;
  }

  .mb-md-58,
  .my-md-58 {
    margin-bottom: 14.75rem !important;
  }

  .ml-md-58,
  .mx-md-58 {
    margin-left: 14.75rem !important;
  }

  .m-md-59 {
    margin: 15rem !important;
  }

  .mt-md-59,
  .my-md-59 {
    margin-top: 15rem !important;
  }

  .mr-md-59,
  .mx-md-59 {
    margin-right: 15rem !important;
  }

  .mb-md-59,
  .my-md-59 {
    margin-bottom: 15rem !important;
  }

  .ml-md-59,
  .mx-md-59 {
    margin-left: 15rem !important;
  }

  .m-md-60 {
    margin: 15.25rem !important;
  }

  .mt-md-60,
  .my-md-60 {
    margin-top: 15.25rem !important;
  }

  .mr-md-60,
  .mx-md-60 {
    margin-right: 15.25rem !important;
  }

  .mb-md-60,
  .my-md-60 {
    margin-bottom: 15.25rem !important;
  }

  .ml-md-60,
  .mx-md-60 {
    margin-left: 15.25rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 0.75rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 0.75rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 0.75rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 0.75rem !important;
  }

  .p-md-4 {
    padding: 1rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1rem !important;
  }

  .p-md-5 {
    padding: 1.25rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 1.25rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 1.25rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 1.25rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 1.25rem !important;
  }

  .p-md-0h {
    padding: 0.2rem !important;
  }

  .pt-md-0h,
  .py-md-0h {
    padding-top: 0.2rem !important;
  }

  .pr-md-0h,
  .px-md-0h {
    padding-right: 0.2rem !important;
  }

  .pb-md-0h,
  .py-md-0h {
    padding-bottom: 0.2rem !important;
  }

  .pl-md-0h,
  .px-md-0h {
    padding-left: 0.2rem !important;
  }

  .p-md-1h {
    padding: 0.35rem !important;
  }

  .pt-md-1h,
  .py-md-1h {
    padding-top: 0.35rem !important;
  }

  .pr-md-1h,
  .px-md-1h {
    padding-right: 0.35rem !important;
  }

  .pb-md-1h,
  .py-md-1h {
    padding-bottom: 0.35rem !important;
  }

  .pl-md-1h,
  .px-md-1h {
    padding-left: 0.35rem !important;
  }

  .p-md-6 {
    padding: 1.5rem !important;
  }

  .pt-md-6,
  .py-md-6 {
    padding-top: 1.5rem !important;
  }

  .pr-md-6,
  .px-md-6 {
    padding-right: 1.5rem !important;
  }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-6,
  .px-md-6 {
    padding-left: 1.5rem !important;
  }

  .p-md-7 {
    padding: 1.75rem !important;
  }

  .pt-md-7,
  .py-md-7 {
    padding-top: 1.75rem !important;
  }

  .pr-md-7,
  .px-md-7 {
    padding-right: 1.75rem !important;
  }

  .pb-md-7,
  .py-md-7 {
    padding-bottom: 1.75rem !important;
  }

  .pl-md-7,
  .px-md-7 {
    padding-left: 1.75rem !important;
  }

  .p-md-8 {
    padding: 2rem !important;
  }

  .pt-md-8,
  .py-md-8 {
    padding-top: 2rem !important;
  }

  .pr-md-8,
  .px-md-8 {
    padding-right: 2rem !important;
  }

  .pb-md-8,
  .py-md-8 {
    padding-bottom: 2rem !important;
  }

  .pl-md-8,
  .px-md-8 {
    padding-left: 2rem !important;
  }

  .p-md-9 {
    padding: 2.25rem !important;
  }

  .pt-md-9,
  .py-md-9 {
    padding-top: 2.25rem !important;
  }

  .pr-md-9,
  .px-md-9 {
    padding-right: 2.25rem !important;
  }

  .pb-md-9,
  .py-md-9 {
    padding-bottom: 2.25rem !important;
  }

  .pl-md-9,
  .px-md-9 {
    padding-left: 2.25rem !important;
  }

  .p-md-10 {
    padding: 2.5rem !important;
  }

  .pt-md-10,
  .py-md-10 {
    padding-top: 2.5rem !important;
  }

  .pr-md-10,
  .px-md-10 {
    padding-right: 2.5rem !important;
  }

  .pb-md-10,
  .py-md-10 {
    padding-bottom: 2.5rem !important;
  }

  .pl-md-10,
  .px-md-10 {
    padding-left: 2.5rem !important;
  }

  .p-md-11 {
    padding: 2.75rem !important;
  }

  .pt-md-11,
  .py-md-11 {
    padding-top: 2.75rem !important;
  }

  .pr-md-11,
  .px-md-11 {
    padding-right: 2.75rem !important;
  }

  .pb-md-11,
  .py-md-11 {
    padding-bottom: 2.75rem !important;
  }

  .pl-md-11,
  .px-md-11 {
    padding-left: 2.75rem !important;
  }

  .p-md-12 {
    padding: 3rem !important;
  }

  .pt-md-12,
  .py-md-12 {
    padding-top: 3rem !important;
  }

  .pr-md-12,
  .px-md-12 {
    padding-right: 3rem !important;
  }

  .pb-md-12,
  .py-md-12 {
    padding-bottom: 3rem !important;
  }

  .pl-md-12,
  .px-md-12 {
    padding-left: 3rem !important;
  }

  .p-md-13 {
    padding: 3.25rem !important;
  }

  .pt-md-13,
  .py-md-13 {
    padding-top: 3.25rem !important;
  }

  .pr-md-13,
  .px-md-13 {
    padding-right: 3.25rem !important;
  }

  .pb-md-13,
  .py-md-13 {
    padding-bottom: 3.25rem !important;
  }

  .pl-md-13,
  .px-md-13 {
    padding-left: 3.25rem !important;
  }

  .p-md-14 {
    padding: 3.5rem !important;
  }

  .pt-md-14,
  .py-md-14 {
    padding-top: 3.5rem !important;
  }

  .pr-md-14,
  .px-md-14 {
    padding-right: 3.5rem !important;
  }

  .pb-md-14,
  .py-md-14 {
    padding-bottom: 3.5rem !important;
  }

  .pl-md-14,
  .px-md-14 {
    padding-left: 3.5rem !important;
  }

  .p-md-15 {
    padding: 3.75rem !important;
  }

  .pt-md-15,
  .py-md-15 {
    padding-top: 3.75rem !important;
  }

  .pr-md-15,
  .px-md-15 {
    padding-right: 3.75rem !important;
  }

  .pb-md-15,
  .py-md-15 {
    padding-bottom: 3.75rem !important;
  }

  .pl-md-15,
  .px-md-15 {
    padding-left: 3.75rem !important;
  }

  .p-md-16 {
    padding: 4rem !important;
  }

  .pt-md-16,
  .py-md-16 {
    padding-top: 4rem !important;
  }

  .pr-md-16,
  .px-md-16 {
    padding-right: 4rem !important;
  }

  .pb-md-16,
  .py-md-16 {
    padding-bottom: 4rem !important;
  }

  .pl-md-16,
  .px-md-16 {
    padding-left: 4rem !important;
  }

  .p-md-17 {
    padding: 4.25rem !important;
  }

  .pt-md-17,
  .py-md-17 {
    padding-top: 4.25rem !important;
  }

  .pr-md-17,
  .px-md-17 {
    padding-right: 4.25rem !important;
  }

  .pb-md-17,
  .py-md-17 {
    padding-bottom: 4.25rem !important;
  }

  .pl-md-17,
  .px-md-17 {
    padding-left: 4.25rem !important;
  }

  .p-md-18 {
    padding: 4.55rem !important;
  }

  .pt-md-18,
  .py-md-18 {
    padding-top: 4.55rem !important;
  }

  .pr-md-18,
  .px-md-18 {
    padding-right: 4.55rem !important;
  }

  .pb-md-18,
  .py-md-18 {
    padding-bottom: 4.55rem !important;
  }

  .pl-md-18,
  .px-md-18 {
    padding-left: 4.55rem !important;
  }

  .p-md-19 {
    padding: 4.75rem !important;
  }

  .pt-md-19,
  .py-md-19 {
    padding-top: 4.75rem !important;
  }

  .pr-md-19,
  .px-md-19 {
    padding-right: 4.75rem !important;
  }

  .pb-md-19,
  .py-md-19 {
    padding-bottom: 4.75rem !important;
  }

  .pl-md-19,
  .px-md-19 {
    padding-left: 4.75rem !important;
  }

  .p-md-20 {
    padding: 5rem !important;
  }

  .pt-md-20,
  .py-md-20 {
    padding-top: 5rem !important;
  }

  .pr-md-20,
  .px-md-20 {
    padding-right: 5rem !important;
  }

  .pb-md-20,
  .py-md-20 {
    padding-bottom: 5rem !important;
  }

  .pl-md-20,
  .px-md-20 {
    padding-left: 5rem !important;
  }

  .p-md-21 {
    padding: 5.25rem !important;
  }

  .pt-md-21,
  .py-md-21 {
    padding-top: 5.25rem !important;
  }

  .pr-md-21,
  .px-md-21 {
    padding-right: 5.25rem !important;
  }

  .pb-md-21,
  .py-md-21 {
    padding-bottom: 5.25rem !important;
  }

  .pl-md-21,
  .px-md-21 {
    padding-left: 5.25rem !important;
  }

  .p-md-22 {
    padding: 5.5rem !important;
  }

  .pt-md-22,
  .py-md-22 {
    padding-top: 5.5rem !important;
  }

  .pr-md-22,
  .px-md-22 {
    padding-right: 5.5rem !important;
  }

  .pb-md-22,
  .py-md-22 {
    padding-bottom: 5.5rem !important;
  }

  .pl-md-22,
  .px-md-22 {
    padding-left: 5.5rem !important;
  }

  .p-md-23 {
    padding: 5.75rem !important;
  }

  .pt-md-23,
  .py-md-23 {
    padding-top: 5.75rem !important;
  }

  .pr-md-23,
  .px-md-23 {
    padding-right: 5.75rem !important;
  }

  .pb-md-23,
  .py-md-23 {
    padding-bottom: 5.75rem !important;
  }

  .pl-md-23,
  .px-md-23 {
    padding-left: 5.75rem !important;
  }

  .p-md-24 {
    padding: 6rem !important;
  }

  .pt-md-24,
  .py-md-24 {
    padding-top: 6rem !important;
  }

  .pr-md-24,
  .px-md-24 {
    padding-right: 6rem !important;
  }

  .pb-md-24,
  .py-md-24 {
    padding-bottom: 6rem !important;
  }

  .pl-md-24,
  .px-md-24 {
    padding-left: 6rem !important;
  }

  .p-md-25 {
    padding: 6.25rem !important;
  }

  .pt-md-25,
  .py-md-25 {
    padding-top: 6.25rem !important;
  }

  .pr-md-25,
  .px-md-25 {
    padding-right: 6.25rem !important;
  }

  .pb-md-25,
  .py-md-25 {
    padding-bottom: 6.25rem !important;
  }

  .pl-md-25,
  .px-md-25 {
    padding-left: 6.25rem !important;
  }

  .p-md-26 {
    padding: 6.5rem !important;
  }

  .pt-md-26,
  .py-md-26 {
    padding-top: 6.5rem !important;
  }

  .pr-md-26,
  .px-md-26 {
    padding-right: 6.5rem !important;
  }

  .pb-md-26,
  .py-md-26 {
    padding-bottom: 6.5rem !important;
  }

  .pl-md-26,
  .px-md-26 {
    padding-left: 6.5rem !important;
  }

  .p-md-27 {
    padding: 6.75rem !important;
  }

  .pt-md-27,
  .py-md-27 {
    padding-top: 6.75rem !important;
  }

  .pr-md-27,
  .px-md-27 {
    padding-right: 6.75rem !important;
  }

  .pb-md-27,
  .py-md-27 {
    padding-bottom: 6.75rem !important;
  }

  .pl-md-27,
  .px-md-27 {
    padding-left: 6.75rem !important;
  }

  .p-md-28 {
    padding: 7rem !important;
  }

  .pt-md-28,
  .py-md-28 {
    padding-top: 7rem !important;
  }

  .pr-md-28,
  .px-md-28 {
    padding-right: 7rem !important;
  }

  .pb-md-28,
  .py-md-28 {
    padding-bottom: 7rem !important;
  }

  .pl-md-28,
  .px-md-28 {
    padding-left: 7rem !important;
  }

  .p-md-29 {
    padding: 7.25rem !important;
  }

  .pt-md-29,
  .py-md-29 {
    padding-top: 7.25rem !important;
  }

  .pr-md-29,
  .px-md-29 {
    padding-right: 7.25rem !important;
  }

  .pb-md-29,
  .py-md-29 {
    padding-bottom: 7.25rem !important;
  }

  .pl-md-29,
  .px-md-29 {
    padding-left: 7.25rem !important;
  }

  .p-md-30 {
    padding: 7.5rem !important;
  }

  .pt-md-30,
  .py-md-30 {
    padding-top: 7.5rem !important;
  }

  .pr-md-30,
  .px-md-30 {
    padding-right: 7.5rem !important;
  }

  .pb-md-30,
  .py-md-30 {
    padding-bottom: 7.5rem !important;
  }

  .pl-md-30,
  .px-md-30 {
    padding-left: 7.5rem !important;
  }

  .p-md-31 {
    padding: 7.75rem !important;
  }

  .pt-md-31,
  .py-md-31 {
    padding-top: 7.75rem !important;
  }

  .pr-md-31,
  .px-md-31 {
    padding-right: 7.75rem !important;
  }

  .pb-md-31,
  .py-md-31 {
    padding-bottom: 7.75rem !important;
  }

  .pl-md-31,
  .px-md-31 {
    padding-left: 7.75rem !important;
  }

  .p-md-32 {
    padding: 8rem !important;
  }

  .pt-md-32,
  .py-md-32 {
    padding-top: 8rem !important;
  }

  .pr-md-32,
  .px-md-32 {
    padding-right: 8rem !important;
  }

  .pb-md-32,
  .py-md-32 {
    padding-bottom: 8rem !important;
  }

  .pl-md-32,
  .px-md-32 {
    padding-left: 8rem !important;
  }

  .p-md-33 {
    padding: 8.25rem !important;
  }

  .pt-md-33,
  .py-md-33 {
    padding-top: 8.25rem !important;
  }

  .pr-md-33,
  .px-md-33 {
    padding-right: 8.25rem !important;
  }

  .pb-md-33,
  .py-md-33 {
    padding-bottom: 8.25rem !important;
  }

  .pl-md-33,
  .px-md-33 {
    padding-left: 8.25rem !important;
  }

  .p-md-34 {
    padding: 8.5rem !important;
  }

  .pt-md-34,
  .py-md-34 {
    padding-top: 8.5rem !important;
  }

  .pr-md-34,
  .px-md-34 {
    padding-right: 8.5rem !important;
  }

  .pb-md-34,
  .py-md-34 {
    padding-bottom: 8.5rem !important;
  }

  .pl-md-34,
  .px-md-34 {
    padding-left: 8.5rem !important;
  }

  .p-md-35 {
    padding: 8.75rem !important;
  }

  .pt-md-35,
  .py-md-35 {
    padding-top: 8.75rem !important;
  }

  .pr-md-35,
  .px-md-35 {
    padding-right: 8.75rem !important;
  }

  .pb-md-35,
  .py-md-35 {
    padding-bottom: 8.75rem !important;
  }

  .pl-md-35,
  .px-md-35 {
    padding-left: 8.75rem !important;
  }

  .p-md-36 {
    padding: 9rem !important;
  }

  .pt-md-36,
  .py-md-36 {
    padding-top: 9rem !important;
  }

  .pr-md-36,
  .px-md-36 {
    padding-right: 9rem !important;
  }

  .pb-md-36,
  .py-md-36 {
    padding-bottom: 9rem !important;
  }

  .pl-md-36,
  .px-md-36 {
    padding-left: 9rem !important;
  }

  .p-md-37 {
    padding: 9.25rem !important;
  }

  .pt-md-37,
  .py-md-37 {
    padding-top: 9.25rem !important;
  }

  .pr-md-37,
  .px-md-37 {
    padding-right: 9.25rem !important;
  }

  .pb-md-37,
  .py-md-37 {
    padding-bottom: 9.25rem !important;
  }

  .pl-md-37,
  .px-md-37 {
    padding-left: 9.25rem !important;
  }

  .p-md-38 {
    padding: 9.5rem !important;
  }

  .pt-md-38,
  .py-md-38 {
    padding-top: 9.5rem !important;
  }

  .pr-md-38,
  .px-md-38 {
    padding-right: 9.5rem !important;
  }

  .pb-md-38,
  .py-md-38 {
    padding-bottom: 9.5rem !important;
  }

  .pl-md-38,
  .px-md-38 {
    padding-left: 9.5rem !important;
  }

  .p-md-39 {
    padding: 9.75rem !important;
  }

  .pt-md-39,
  .py-md-39 {
    padding-top: 9.75rem !important;
  }

  .pr-md-39,
  .px-md-39 {
    padding-right: 9.75rem !important;
  }

  .pb-md-39,
  .py-md-39 {
    padding-bottom: 9.75rem !important;
  }

  .pl-md-39,
  .px-md-39 {
    padding-left: 9.75rem !important;
  }

  .p-md-40 {
    padding: 10rem !important;
  }

  .pt-md-40,
  .py-md-40 {
    padding-top: 10rem !important;
  }

  .pr-md-40,
  .px-md-40 {
    padding-right: 10rem !important;
  }

  .pb-md-40,
  .py-md-40 {
    padding-bottom: 10rem !important;
  }

  .pl-md-40,
  .px-md-40 {
    padding-left: 10rem !important;
  }

  .p-md-41 {
    padding: 10.25rem !important;
  }

  .pt-md-41,
  .py-md-41 {
    padding-top: 10.25rem !important;
  }

  .pr-md-41,
  .px-md-41 {
    padding-right: 10.25rem !important;
  }

  .pb-md-41,
  .py-md-41 {
    padding-bottom: 10.25rem !important;
  }

  .pl-md-41,
  .px-md-41 {
    padding-left: 10.25rem !important;
  }

  .p-md-42 {
    padding: 10.5rem !important;
  }

  .pt-md-42,
  .py-md-42 {
    padding-top: 10.5rem !important;
  }

  .pr-md-42,
  .px-md-42 {
    padding-right: 10.5rem !important;
  }

  .pb-md-42,
  .py-md-42 {
    padding-bottom: 10.5rem !important;
  }

  .pl-md-42,
  .px-md-42 {
    padding-left: 10.5rem !important;
  }

  .p-md-43 {
    padding: 10.75rem !important;
  }

  .pt-md-43,
  .py-md-43 {
    padding-top: 10.75rem !important;
  }

  .pr-md-43,
  .px-md-43 {
    padding-right: 10.75rem !important;
  }

  .pb-md-43,
  .py-md-43 {
    padding-bottom: 10.75rem !important;
  }

  .pl-md-43,
  .px-md-43 {
    padding-left: 10.75rem !important;
  }

  .p-md-44 {
    padding: 11rem !important;
  }

  .pt-md-44,
  .py-md-44 {
    padding-top: 11rem !important;
  }

  .pr-md-44,
  .px-md-44 {
    padding-right: 11rem !important;
  }

  .pb-md-44,
  .py-md-44 {
    padding-bottom: 11rem !important;
  }

  .pl-md-44,
  .px-md-44 {
    padding-left: 11rem !important;
  }

  .p-md-45 {
    padding: 11.25rem !important;
  }

  .pt-md-45,
  .py-md-45 {
    padding-top: 11.25rem !important;
  }

  .pr-md-45,
  .px-md-45 {
    padding-right: 11.25rem !important;
  }

  .pb-md-45,
  .py-md-45 {
    padding-bottom: 11.25rem !important;
  }

  .pl-md-45,
  .px-md-45 {
    padding-left: 11.25rem !important;
  }

  .p-md-46 {
    padding: 11.5rem !important;
  }

  .pt-md-46,
  .py-md-46 {
    padding-top: 11.5rem !important;
  }

  .pr-md-46,
  .px-md-46 {
    padding-right: 11.5rem !important;
  }

  .pb-md-46,
  .py-md-46 {
    padding-bottom: 11.5rem !important;
  }

  .pl-md-46,
  .px-md-46 {
    padding-left: 11.5rem !important;
  }

  .p-md-47 {
    padding: 11.75rem !important;
  }

  .pt-md-47,
  .py-md-47 {
    padding-top: 11.75rem !important;
  }

  .pr-md-47,
  .px-md-47 {
    padding-right: 11.75rem !important;
  }

  .pb-md-47,
  .py-md-47 {
    padding-bottom: 11.75rem !important;
  }

  .pl-md-47,
  .px-md-47 {
    padding-left: 11.75rem !important;
  }

  .p-md-48 {
    padding: 12.25rem !important;
  }

  .pt-md-48,
  .py-md-48 {
    padding-top: 12.25rem !important;
  }

  .pr-md-48,
  .px-md-48 {
    padding-right: 12.25rem !important;
  }

  .pb-md-48,
  .py-md-48 {
    padding-bottom: 12.25rem !important;
  }

  .pl-md-48,
  .px-md-48 {
    padding-left: 12.25rem !important;
  }

  .p-md-49 {
    padding: 12.5rem !important;
  }

  .pt-md-49,
  .py-md-49 {
    padding-top: 12.5rem !important;
  }

  .pr-md-49,
  .px-md-49 {
    padding-right: 12.5rem !important;
  }

  .pb-md-49,
  .py-md-49 {
    padding-bottom: 12.5rem !important;
  }

  .pl-md-49,
  .px-md-49 {
    padding-left: 12.5rem !important;
  }

  .p-md-50 {
    padding: 12.75rem !important;
  }

  .pt-md-50,
  .py-md-50 {
    padding-top: 12.75rem !important;
  }

  .pr-md-50,
  .px-md-50 {
    padding-right: 12.75rem !important;
  }

  .pb-md-50,
  .py-md-50 {
    padding-bottom: 12.75rem !important;
  }

  .pl-md-50,
  .px-md-50 {
    padding-left: 12.75rem !important;
  }

  .p-md-51 {
    padding: 13rem !important;
  }

  .pt-md-51,
  .py-md-51 {
    padding-top: 13rem !important;
  }

  .pr-md-51,
  .px-md-51 {
    padding-right: 13rem !important;
  }

  .pb-md-51,
  .py-md-51 {
    padding-bottom: 13rem !important;
  }

  .pl-md-51,
  .px-md-51 {
    padding-left: 13rem !important;
  }

  .p-md-52 {
    padding: 13.25rem !important;
  }

  .pt-md-52,
  .py-md-52 {
    padding-top: 13.25rem !important;
  }

  .pr-md-52,
  .px-md-52 {
    padding-right: 13.25rem !important;
  }

  .pb-md-52,
  .py-md-52 {
    padding-bottom: 13.25rem !important;
  }

  .pl-md-52,
  .px-md-52 {
    padding-left: 13.25rem !important;
  }

  .p-md-53 {
    padding: 13.5rem !important;
  }

  .pt-md-53,
  .py-md-53 {
    padding-top: 13.5rem !important;
  }

  .pr-md-53,
  .px-md-53 {
    padding-right: 13.5rem !important;
  }

  .pb-md-53,
  .py-md-53 {
    padding-bottom: 13.5rem !important;
  }

  .pl-md-53,
  .px-md-53 {
    padding-left: 13.5rem !important;
  }

  .p-md-54 {
    padding: 13.75rem !important;
  }

  .pt-md-54,
  .py-md-54 {
    padding-top: 13.75rem !important;
  }

  .pr-md-54,
  .px-md-54 {
    padding-right: 13.75rem !important;
  }

  .pb-md-54,
  .py-md-54 {
    padding-bottom: 13.75rem !important;
  }

  .pl-md-54,
  .px-md-54 {
    padding-left: 13.75rem !important;
  }

  .p-md-55 {
    padding: 14rem !important;
  }

  .pt-md-55,
  .py-md-55 {
    padding-top: 14rem !important;
  }

  .pr-md-55,
  .px-md-55 {
    padding-right: 14rem !important;
  }

  .pb-md-55,
  .py-md-55 {
    padding-bottom: 14rem !important;
  }

  .pl-md-55,
  .px-md-55 {
    padding-left: 14rem !important;
  }

  .p-md-56 {
    padding: 14.25rem !important;
  }

  .pt-md-56,
  .py-md-56 {
    padding-top: 14.25rem !important;
  }

  .pr-md-56,
  .px-md-56 {
    padding-right: 14.25rem !important;
  }

  .pb-md-56,
  .py-md-56 {
    padding-bottom: 14.25rem !important;
  }

  .pl-md-56,
  .px-md-56 {
    padding-left: 14.25rem !important;
  }

  .p-md-57 {
    padding: 14.5rem !important;
  }

  .pt-md-57,
  .py-md-57 {
    padding-top: 14.5rem !important;
  }

  .pr-md-57,
  .px-md-57 {
    padding-right: 14.5rem !important;
  }

  .pb-md-57,
  .py-md-57 {
    padding-bottom: 14.5rem !important;
  }

  .pl-md-57,
  .px-md-57 {
    padding-left: 14.5rem !important;
  }

  .p-md-58 {
    padding: 14.75rem !important;
  }

  .pt-md-58,
  .py-md-58 {
    padding-top: 14.75rem !important;
  }

  .pr-md-58,
  .px-md-58 {
    padding-right: 14.75rem !important;
  }

  .pb-md-58,
  .py-md-58 {
    padding-bottom: 14.75rem !important;
  }

  .pl-md-58,
  .px-md-58 {
    padding-left: 14.75rem !important;
  }

  .p-md-59 {
    padding: 15rem !important;
  }

  .pt-md-59,
  .py-md-59 {
    padding-top: 15rem !important;
  }

  .pr-md-59,
  .px-md-59 {
    padding-right: 15rem !important;
  }

  .pb-md-59,
  .py-md-59 {
    padding-bottom: 15rem !important;
  }

  .pl-md-59,
  .px-md-59 {
    padding-left: 15rem !important;
  }

  .p-md-60 {
    padding: 15.25rem !important;
  }

  .pt-md-60,
  .py-md-60 {
    padding-top: 15.25rem !important;
  }

  .pr-md-60,
  .px-md-60 {
    padding-right: 15.25rem !important;
  }

  .pb-md-60,
  .py-md-60 {
    padding-bottom: 15.25rem !important;
  }

  .pl-md-60,
  .px-md-60 {
    padding-left: 15.25rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -0.75rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -0.75rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -0.75rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -0.75rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -0.75rem !important;
  }

  .m-md-n4 {
    margin: -1rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1rem !important;
  }

  .m-md-n5 {
    margin: -1.25rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -1.25rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -1.25rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -1.25rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -1.25rem !important;
  }

  .m-md-n0h {
    margin: -0.2rem !important;
  }

  .mt-md-n0h,
  .my-md-n0h {
    margin-top: -0.2rem !important;
  }

  .mr-md-n0h,
  .mx-md-n0h {
    margin-right: -0.2rem !important;
  }

  .mb-md-n0h,
  .my-md-n0h {
    margin-bottom: -0.2rem !important;
  }

  .ml-md-n0h,
  .mx-md-n0h {
    margin-left: -0.2rem !important;
  }

  .m-md-n1h {
    margin: -0.35rem !important;
  }

  .mt-md-n1h,
  .my-md-n1h {
    margin-top: -0.35rem !important;
  }

  .mr-md-n1h,
  .mx-md-n1h {
    margin-right: -0.35rem !important;
  }

  .mb-md-n1h,
  .my-md-n1h {
    margin-bottom: -0.35rem !important;
  }

  .ml-md-n1h,
  .mx-md-n1h {
    margin-left: -0.35rem !important;
  }

  .m-md-n6 {
    margin: -1.5rem !important;
  }

  .mt-md-n6,
  .my-md-n6 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -1.5rem !important;
  }

  .m-md-n7 {
    margin: -1.75rem !important;
  }

  .mt-md-n7,
  .my-md-n7 {
    margin-top: -1.75rem !important;
  }

  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -1.75rem !important;
  }

  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -1.75rem !important;
  }

  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -1.75rem !important;
  }

  .m-md-n8 {
    margin: -2rem !important;
  }

  .mt-md-n8,
  .my-md-n8 {
    margin-top: -2rem !important;
  }

  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -2rem !important;
  }

  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -2rem !important;
  }

  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -2rem !important;
  }

  .m-md-n9 {
    margin: -2.25rem !important;
  }

  .mt-md-n9,
  .my-md-n9 {
    margin-top: -2.25rem !important;
  }

  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -2.25rem !important;
  }

  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -2.25rem !important;
  }

  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -2.25rem !important;
  }

  .m-md-n10 {
    margin: -2.5rem !important;
  }

  .mt-md-n10,
  .my-md-n10 {
    margin-top: -2.5rem !important;
  }

  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -2.5rem !important;
  }

  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -2.5rem !important;
  }

  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -2.5rem !important;
  }

  .m-md-n11 {
    margin: -2.75rem !important;
  }

  .mt-md-n11,
  .my-md-n11 {
    margin-top: -2.75rem !important;
  }

  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -2.75rem !important;
  }

  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -2.75rem !important;
  }

  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -2.75rem !important;
  }

  .m-md-n12 {
    margin: -3rem !important;
  }

  .mt-md-n12,
  .my-md-n12 {
    margin-top: -3rem !important;
  }

  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -3rem !important;
  }

  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -3rem !important;
  }

  .m-md-n13 {
    margin: -3.25rem !important;
  }

  .mt-md-n13,
  .my-md-n13 {
    margin-top: -3.25rem !important;
  }

  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -3.25rem !important;
  }

  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -3.25rem !important;
  }

  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -3.25rem !important;
  }

  .m-md-n14 {
    margin: -3.5rem !important;
  }

  .mt-md-n14,
  .my-md-n14 {
    margin-top: -3.5rem !important;
  }

  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -3.5rem !important;
  }

  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -3.5rem !important;
  }

  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -3.5rem !important;
  }

  .m-md-n15 {
    margin: -3.75rem !important;
  }

  .mt-md-n15,
  .my-md-n15 {
    margin-top: -3.75rem !important;
  }

  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -3.75rem !important;
  }

  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -3.75rem !important;
  }

  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -3.75rem !important;
  }

  .m-md-n16 {
    margin: -4rem !important;
  }

  .mt-md-n16,
  .my-md-n16 {
    margin-top: -4rem !important;
  }

  .mr-md-n16,
  .mx-md-n16 {
    margin-right: -4rem !important;
  }

  .mb-md-n16,
  .my-md-n16 {
    margin-bottom: -4rem !important;
  }

  .ml-md-n16,
  .mx-md-n16 {
    margin-left: -4rem !important;
  }

  .m-md-n17 {
    margin: -4.25rem !important;
  }

  .mt-md-n17,
  .my-md-n17 {
    margin-top: -4.25rem !important;
  }

  .mr-md-n17,
  .mx-md-n17 {
    margin-right: -4.25rem !important;
  }

  .mb-md-n17,
  .my-md-n17 {
    margin-bottom: -4.25rem !important;
  }

  .ml-md-n17,
  .mx-md-n17 {
    margin-left: -4.25rem !important;
  }

  .m-md-n18 {
    margin: -4.55rem !important;
  }

  .mt-md-n18,
  .my-md-n18 {
    margin-top: -4.55rem !important;
  }

  .mr-md-n18,
  .mx-md-n18 {
    margin-right: -4.55rem !important;
  }

  .mb-md-n18,
  .my-md-n18 {
    margin-bottom: -4.55rem !important;
  }

  .ml-md-n18,
  .mx-md-n18 {
    margin-left: -4.55rem !important;
  }

  .m-md-n19 {
    margin: -4.75rem !important;
  }

  .mt-md-n19,
  .my-md-n19 {
    margin-top: -4.75rem !important;
  }

  .mr-md-n19,
  .mx-md-n19 {
    margin-right: -4.75rem !important;
  }

  .mb-md-n19,
  .my-md-n19 {
    margin-bottom: -4.75rem !important;
  }

  .ml-md-n19,
  .mx-md-n19 {
    margin-left: -4.75rem !important;
  }

  .m-md-n20 {
    margin: -5rem !important;
  }

  .mt-md-n20,
  .my-md-n20 {
    margin-top: -5rem !important;
  }

  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -5rem !important;
  }

  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -5rem !important;
  }

  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -5rem !important;
  }

  .m-md-n21 {
    margin: -5.25rem !important;
  }

  .mt-md-n21,
  .my-md-n21 {
    margin-top: -5.25rem !important;
  }

  .mr-md-n21,
  .mx-md-n21 {
    margin-right: -5.25rem !important;
  }

  .mb-md-n21,
  .my-md-n21 {
    margin-bottom: -5.25rem !important;
  }

  .ml-md-n21,
  .mx-md-n21 {
    margin-left: -5.25rem !important;
  }

  .m-md-n22 {
    margin: -5.5rem !important;
  }

  .mt-md-n22,
  .my-md-n22 {
    margin-top: -5.5rem !important;
  }

  .mr-md-n22,
  .mx-md-n22 {
    margin-right: -5.5rem !important;
  }

  .mb-md-n22,
  .my-md-n22 {
    margin-bottom: -5.5rem !important;
  }

  .ml-md-n22,
  .mx-md-n22 {
    margin-left: -5.5rem !important;
  }

  .m-md-n23 {
    margin: -5.75rem !important;
  }

  .mt-md-n23,
  .my-md-n23 {
    margin-top: -5.75rem !important;
  }

  .mr-md-n23,
  .mx-md-n23 {
    margin-right: -5.75rem !important;
  }

  .mb-md-n23,
  .my-md-n23 {
    margin-bottom: -5.75rem !important;
  }

  .ml-md-n23,
  .mx-md-n23 {
    margin-left: -5.75rem !important;
  }

  .m-md-n24 {
    margin: -6rem !important;
  }

  .mt-md-n24,
  .my-md-n24 {
    margin-top: -6rem !important;
  }

  .mr-md-n24,
  .mx-md-n24 {
    margin-right: -6rem !important;
  }

  .mb-md-n24,
  .my-md-n24 {
    margin-bottom: -6rem !important;
  }

  .ml-md-n24,
  .mx-md-n24 {
    margin-left: -6rem !important;
  }

  .m-md-n25 {
    margin: -6.25rem !important;
  }

  .mt-md-n25,
  .my-md-n25 {
    margin-top: -6.25rem !important;
  }

  .mr-md-n25,
  .mx-md-n25 {
    margin-right: -6.25rem !important;
  }

  .mb-md-n25,
  .my-md-n25 {
    margin-bottom: -6.25rem !important;
  }

  .ml-md-n25,
  .mx-md-n25 {
    margin-left: -6.25rem !important;
  }

  .m-md-n26 {
    margin: -6.5rem !important;
  }

  .mt-md-n26,
  .my-md-n26 {
    margin-top: -6.5rem !important;
  }

  .mr-md-n26,
  .mx-md-n26 {
    margin-right: -6.5rem !important;
  }

  .mb-md-n26,
  .my-md-n26 {
    margin-bottom: -6.5rem !important;
  }

  .ml-md-n26,
  .mx-md-n26 {
    margin-left: -6.5rem !important;
  }

  .m-md-n27 {
    margin: -6.75rem !important;
  }

  .mt-md-n27,
  .my-md-n27 {
    margin-top: -6.75rem !important;
  }

  .mr-md-n27,
  .mx-md-n27 {
    margin-right: -6.75rem !important;
  }

  .mb-md-n27,
  .my-md-n27 {
    margin-bottom: -6.75rem !important;
  }

  .ml-md-n27,
  .mx-md-n27 {
    margin-left: -6.75rem !important;
  }

  .m-md-n28 {
    margin: -7rem !important;
  }

  .mt-md-n28,
  .my-md-n28 {
    margin-top: -7rem !important;
  }

  .mr-md-n28,
  .mx-md-n28 {
    margin-right: -7rem !important;
  }

  .mb-md-n28,
  .my-md-n28 {
    margin-bottom: -7rem !important;
  }

  .ml-md-n28,
  .mx-md-n28 {
    margin-left: -7rem !important;
  }

  .m-md-n29 {
    margin: -7.25rem !important;
  }

  .mt-md-n29,
  .my-md-n29 {
    margin-top: -7.25rem !important;
  }

  .mr-md-n29,
  .mx-md-n29 {
    margin-right: -7.25rem !important;
  }

  .mb-md-n29,
  .my-md-n29 {
    margin-bottom: -7.25rem !important;
  }

  .ml-md-n29,
  .mx-md-n29 {
    margin-left: -7.25rem !important;
  }

  .m-md-n30 {
    margin: -7.5rem !important;
  }

  .mt-md-n30,
  .my-md-n30 {
    margin-top: -7.5rem !important;
  }

  .mr-md-n30,
  .mx-md-n30 {
    margin-right: -7.5rem !important;
  }

  .mb-md-n30,
  .my-md-n30 {
    margin-bottom: -7.5rem !important;
  }

  .ml-md-n30,
  .mx-md-n30 {
    margin-left: -7.5rem !important;
  }

  .m-md-n31 {
    margin: -7.75rem !important;
  }

  .mt-md-n31,
  .my-md-n31 {
    margin-top: -7.75rem !important;
  }

  .mr-md-n31,
  .mx-md-n31 {
    margin-right: -7.75rem !important;
  }

  .mb-md-n31,
  .my-md-n31 {
    margin-bottom: -7.75rem !important;
  }

  .ml-md-n31,
  .mx-md-n31 {
    margin-left: -7.75rem !important;
  }

  .m-md-n32 {
    margin: -8rem !important;
  }

  .mt-md-n32,
  .my-md-n32 {
    margin-top: -8rem !important;
  }

  .mr-md-n32,
  .mx-md-n32 {
    margin-right: -8rem !important;
  }

  .mb-md-n32,
  .my-md-n32 {
    margin-bottom: -8rem !important;
  }

  .ml-md-n32,
  .mx-md-n32 {
    margin-left: -8rem !important;
  }

  .m-md-n33 {
    margin: -8.25rem !important;
  }

  .mt-md-n33,
  .my-md-n33 {
    margin-top: -8.25rem !important;
  }

  .mr-md-n33,
  .mx-md-n33 {
    margin-right: -8.25rem !important;
  }

  .mb-md-n33,
  .my-md-n33 {
    margin-bottom: -8.25rem !important;
  }

  .ml-md-n33,
  .mx-md-n33 {
    margin-left: -8.25rem !important;
  }

  .m-md-n34 {
    margin: -8.5rem !important;
  }

  .mt-md-n34,
  .my-md-n34 {
    margin-top: -8.5rem !important;
  }

  .mr-md-n34,
  .mx-md-n34 {
    margin-right: -8.5rem !important;
  }

  .mb-md-n34,
  .my-md-n34 {
    margin-bottom: -8.5rem !important;
  }

  .ml-md-n34,
  .mx-md-n34 {
    margin-left: -8.5rem !important;
  }

  .m-md-n35 {
    margin: -8.75rem !important;
  }

  .mt-md-n35,
  .my-md-n35 {
    margin-top: -8.75rem !important;
  }

  .mr-md-n35,
  .mx-md-n35 {
    margin-right: -8.75rem !important;
  }

  .mb-md-n35,
  .my-md-n35 {
    margin-bottom: -8.75rem !important;
  }

  .ml-md-n35,
  .mx-md-n35 {
    margin-left: -8.75rem !important;
  }

  .m-md-n36 {
    margin: -9rem !important;
  }

  .mt-md-n36,
  .my-md-n36 {
    margin-top: -9rem !important;
  }

  .mr-md-n36,
  .mx-md-n36 {
    margin-right: -9rem !important;
  }

  .mb-md-n36,
  .my-md-n36 {
    margin-bottom: -9rem !important;
  }

  .ml-md-n36,
  .mx-md-n36 {
    margin-left: -9rem !important;
  }

  .m-md-n37 {
    margin: -9.25rem !important;
  }

  .mt-md-n37,
  .my-md-n37 {
    margin-top: -9.25rem !important;
  }

  .mr-md-n37,
  .mx-md-n37 {
    margin-right: -9.25rem !important;
  }

  .mb-md-n37,
  .my-md-n37 {
    margin-bottom: -9.25rem !important;
  }

  .ml-md-n37,
  .mx-md-n37 {
    margin-left: -9.25rem !important;
  }

  .m-md-n38 {
    margin: -9.5rem !important;
  }

  .mt-md-n38,
  .my-md-n38 {
    margin-top: -9.5rem !important;
  }

  .mr-md-n38,
  .mx-md-n38 {
    margin-right: -9.5rem !important;
  }

  .mb-md-n38,
  .my-md-n38 {
    margin-bottom: -9.5rem !important;
  }

  .ml-md-n38,
  .mx-md-n38 {
    margin-left: -9.5rem !important;
  }

  .m-md-n39 {
    margin: -9.75rem !important;
  }

  .mt-md-n39,
  .my-md-n39 {
    margin-top: -9.75rem !important;
  }

  .mr-md-n39,
  .mx-md-n39 {
    margin-right: -9.75rem !important;
  }

  .mb-md-n39,
  .my-md-n39 {
    margin-bottom: -9.75rem !important;
  }

  .ml-md-n39,
  .mx-md-n39 {
    margin-left: -9.75rem !important;
  }

  .m-md-n40 {
    margin: -10rem !important;
  }

  .mt-md-n40,
  .my-md-n40 {
    margin-top: -10rem !important;
  }

  .mr-md-n40,
  .mx-md-n40 {
    margin-right: -10rem !important;
  }

  .mb-md-n40,
  .my-md-n40 {
    margin-bottom: -10rem !important;
  }

  .ml-md-n40,
  .mx-md-n40 {
    margin-left: -10rem !important;
  }

  .m-md-n41 {
    margin: -10.25rem !important;
  }

  .mt-md-n41,
  .my-md-n41 {
    margin-top: -10.25rem !important;
  }

  .mr-md-n41,
  .mx-md-n41 {
    margin-right: -10.25rem !important;
  }

  .mb-md-n41,
  .my-md-n41 {
    margin-bottom: -10.25rem !important;
  }

  .ml-md-n41,
  .mx-md-n41 {
    margin-left: -10.25rem !important;
  }

  .m-md-n42 {
    margin: -10.5rem !important;
  }

  .mt-md-n42,
  .my-md-n42 {
    margin-top: -10.5rem !important;
  }

  .mr-md-n42,
  .mx-md-n42 {
    margin-right: -10.5rem !important;
  }

  .mb-md-n42,
  .my-md-n42 {
    margin-bottom: -10.5rem !important;
  }

  .ml-md-n42,
  .mx-md-n42 {
    margin-left: -10.5rem !important;
  }

  .m-md-n43 {
    margin: -10.75rem !important;
  }

  .mt-md-n43,
  .my-md-n43 {
    margin-top: -10.75rem !important;
  }

  .mr-md-n43,
  .mx-md-n43 {
    margin-right: -10.75rem !important;
  }

  .mb-md-n43,
  .my-md-n43 {
    margin-bottom: -10.75rem !important;
  }

  .ml-md-n43,
  .mx-md-n43 {
    margin-left: -10.75rem !important;
  }

  .m-md-n44 {
    margin: -11rem !important;
  }

  .mt-md-n44,
  .my-md-n44 {
    margin-top: -11rem !important;
  }

  .mr-md-n44,
  .mx-md-n44 {
    margin-right: -11rem !important;
  }

  .mb-md-n44,
  .my-md-n44 {
    margin-bottom: -11rem !important;
  }

  .ml-md-n44,
  .mx-md-n44 {
    margin-left: -11rem !important;
  }

  .m-md-n45 {
    margin: -11.25rem !important;
  }

  .mt-md-n45,
  .my-md-n45 {
    margin-top: -11.25rem !important;
  }

  .mr-md-n45,
  .mx-md-n45 {
    margin-right: -11.25rem !important;
  }

  .mb-md-n45,
  .my-md-n45 {
    margin-bottom: -11.25rem !important;
  }

  .ml-md-n45,
  .mx-md-n45 {
    margin-left: -11.25rem !important;
  }

  .m-md-n46 {
    margin: -11.5rem !important;
  }

  .mt-md-n46,
  .my-md-n46 {
    margin-top: -11.5rem !important;
  }

  .mr-md-n46,
  .mx-md-n46 {
    margin-right: -11.5rem !important;
  }

  .mb-md-n46,
  .my-md-n46 {
    margin-bottom: -11.5rem !important;
  }

  .ml-md-n46,
  .mx-md-n46 {
    margin-left: -11.5rem !important;
  }

  .m-md-n47 {
    margin: -11.75rem !important;
  }

  .mt-md-n47,
  .my-md-n47 {
    margin-top: -11.75rem !important;
  }

  .mr-md-n47,
  .mx-md-n47 {
    margin-right: -11.75rem !important;
  }

  .mb-md-n47,
  .my-md-n47 {
    margin-bottom: -11.75rem !important;
  }

  .ml-md-n47,
  .mx-md-n47 {
    margin-left: -11.75rem !important;
  }

  .m-md-n48 {
    margin: -12.25rem !important;
  }

  .mt-md-n48,
  .my-md-n48 {
    margin-top: -12.25rem !important;
  }

  .mr-md-n48,
  .mx-md-n48 {
    margin-right: -12.25rem !important;
  }

  .mb-md-n48,
  .my-md-n48 {
    margin-bottom: -12.25rem !important;
  }

  .ml-md-n48,
  .mx-md-n48 {
    margin-left: -12.25rem !important;
  }

  .m-md-n49 {
    margin: -12.5rem !important;
  }

  .mt-md-n49,
  .my-md-n49 {
    margin-top: -12.5rem !important;
  }

  .mr-md-n49,
  .mx-md-n49 {
    margin-right: -12.5rem !important;
  }

  .mb-md-n49,
  .my-md-n49 {
    margin-bottom: -12.5rem !important;
  }

  .ml-md-n49,
  .mx-md-n49 {
    margin-left: -12.5rem !important;
  }

  .m-md-n50 {
    margin: -12.75rem !important;
  }

  .mt-md-n50,
  .my-md-n50 {
    margin-top: -12.75rem !important;
  }

  .mr-md-n50,
  .mx-md-n50 {
    margin-right: -12.75rem !important;
  }

  .mb-md-n50,
  .my-md-n50 {
    margin-bottom: -12.75rem !important;
  }

  .ml-md-n50,
  .mx-md-n50 {
    margin-left: -12.75rem !important;
  }

  .m-md-n51 {
    margin: -13rem !important;
  }

  .mt-md-n51,
  .my-md-n51 {
    margin-top: -13rem !important;
  }

  .mr-md-n51,
  .mx-md-n51 {
    margin-right: -13rem !important;
  }

  .mb-md-n51,
  .my-md-n51 {
    margin-bottom: -13rem !important;
  }

  .ml-md-n51,
  .mx-md-n51 {
    margin-left: -13rem !important;
  }

  .m-md-n52 {
    margin: -13.25rem !important;
  }

  .mt-md-n52,
  .my-md-n52 {
    margin-top: -13.25rem !important;
  }

  .mr-md-n52,
  .mx-md-n52 {
    margin-right: -13.25rem !important;
  }

  .mb-md-n52,
  .my-md-n52 {
    margin-bottom: -13.25rem !important;
  }

  .ml-md-n52,
  .mx-md-n52 {
    margin-left: -13.25rem !important;
  }

  .m-md-n53 {
    margin: -13.5rem !important;
  }

  .mt-md-n53,
  .my-md-n53 {
    margin-top: -13.5rem !important;
  }

  .mr-md-n53,
  .mx-md-n53 {
    margin-right: -13.5rem !important;
  }

  .mb-md-n53,
  .my-md-n53 {
    margin-bottom: -13.5rem !important;
  }

  .ml-md-n53,
  .mx-md-n53 {
    margin-left: -13.5rem !important;
  }

  .m-md-n54 {
    margin: -13.75rem !important;
  }

  .mt-md-n54,
  .my-md-n54 {
    margin-top: -13.75rem !important;
  }

  .mr-md-n54,
  .mx-md-n54 {
    margin-right: -13.75rem !important;
  }

  .mb-md-n54,
  .my-md-n54 {
    margin-bottom: -13.75rem !important;
  }

  .ml-md-n54,
  .mx-md-n54 {
    margin-left: -13.75rem !important;
  }

  .m-md-n55 {
    margin: -14rem !important;
  }

  .mt-md-n55,
  .my-md-n55 {
    margin-top: -14rem !important;
  }

  .mr-md-n55,
  .mx-md-n55 {
    margin-right: -14rem !important;
  }

  .mb-md-n55,
  .my-md-n55 {
    margin-bottom: -14rem !important;
  }

  .ml-md-n55,
  .mx-md-n55 {
    margin-left: -14rem !important;
  }

  .m-md-n56 {
    margin: -14.25rem !important;
  }

  .mt-md-n56,
  .my-md-n56 {
    margin-top: -14.25rem !important;
  }

  .mr-md-n56,
  .mx-md-n56 {
    margin-right: -14.25rem !important;
  }

  .mb-md-n56,
  .my-md-n56 {
    margin-bottom: -14.25rem !important;
  }

  .ml-md-n56,
  .mx-md-n56 {
    margin-left: -14.25rem !important;
  }

  .m-md-n57 {
    margin: -14.5rem !important;
  }

  .mt-md-n57,
  .my-md-n57 {
    margin-top: -14.5rem !important;
  }

  .mr-md-n57,
  .mx-md-n57 {
    margin-right: -14.5rem !important;
  }

  .mb-md-n57,
  .my-md-n57 {
    margin-bottom: -14.5rem !important;
  }

  .ml-md-n57,
  .mx-md-n57 {
    margin-left: -14.5rem !important;
  }

  .m-md-n58 {
    margin: -14.75rem !important;
  }

  .mt-md-n58,
  .my-md-n58 {
    margin-top: -14.75rem !important;
  }

  .mr-md-n58,
  .mx-md-n58 {
    margin-right: -14.75rem !important;
  }

  .mb-md-n58,
  .my-md-n58 {
    margin-bottom: -14.75rem !important;
  }

  .ml-md-n58,
  .mx-md-n58 {
    margin-left: -14.75rem !important;
  }

  .m-md-n59 {
    margin: -15rem !important;
  }

  .mt-md-n59,
  .my-md-n59 {
    margin-top: -15rem !important;
  }

  .mr-md-n59,
  .mx-md-n59 {
    margin-right: -15rem !important;
  }

  .mb-md-n59,
  .my-md-n59 {
    margin-bottom: -15rem !important;
  }

  .ml-md-n59,
  .mx-md-n59 {
    margin-left: -15rem !important;
  }

  .m-md-n60 {
    margin: -15.25rem !important;
  }

  .mt-md-n60,
  .my-md-n60 {
    margin-top: -15.25rem !important;
  }

  .mr-md-n60,
  .mx-md-n60 {
    margin-right: -15.25rem !important;
  }

  .mb-md-n60,
  .my-md-n60 {
    margin-bottom: -15.25rem !important;
  }

  .ml-md-n60,
  .mx-md-n60 {
    margin-left: -15.25rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 0.75rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 0.75rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 0.75rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 0.75rem !important;
  }

  .m-lg-4 {
    margin: 1rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1rem !important;
  }

  .m-lg-5 {
    margin: 1.25rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 1.25rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 1.25rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 1.25rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 1.25rem !important;
  }

  .m-lg-0h {
    margin: 0.2rem !important;
  }

  .mt-lg-0h,
  .my-lg-0h {
    margin-top: 0.2rem !important;
  }

  .mr-lg-0h,
  .mx-lg-0h {
    margin-right: 0.2rem !important;
  }

  .mb-lg-0h,
  .my-lg-0h {
    margin-bottom: 0.2rem !important;
  }

  .ml-lg-0h,
  .mx-lg-0h {
    margin-left: 0.2rem !important;
  }

  .m-lg-1h {
    margin: 0.35rem !important;
  }

  .mt-lg-1h,
  .my-lg-1h {
    margin-top: 0.35rem !important;
  }

  .mr-lg-1h,
  .mx-lg-1h {
    margin-right: 0.35rem !important;
  }

  .mb-lg-1h,
  .my-lg-1h {
    margin-bottom: 0.35rem !important;
  }

  .ml-lg-1h,
  .mx-lg-1h {
    margin-left: 0.35rem !important;
  }

  .m-lg-6 {
    margin: 1.5rem !important;
  }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 1.5rem !important;
  }

  .m-lg-7 {
    margin: 1.75rem !important;
  }

  .mt-lg-7,
  .my-lg-7 {
    margin-top: 1.75rem !important;
  }

  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 1.75rem !important;
  }

  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 1.75rem !important;
  }

  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 1.75rem !important;
  }

  .m-lg-8 {
    margin: 2rem !important;
  }

  .mt-lg-8,
  .my-lg-8 {
    margin-top: 2rem !important;
  }

  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 2rem !important;
  }

  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 2rem !important;
  }

  .m-lg-9 {
    margin: 2.25rem !important;
  }

  .mt-lg-9,
  .my-lg-9 {
    margin-top: 2.25rem !important;
  }

  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 2.25rem !important;
  }

  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 2.25rem !important;
  }

  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 2.25rem !important;
  }

  .m-lg-10 {
    margin: 2.5rem !important;
  }

  .mt-lg-10,
  .my-lg-10 {
    margin-top: 2.5rem !important;
  }

  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 2.5rem !important;
  }

  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 2.5rem !important;
  }

  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 2.5rem !important;
  }

  .m-lg-11 {
    margin: 2.75rem !important;
  }

  .mt-lg-11,
  .my-lg-11 {
    margin-top: 2.75rem !important;
  }

  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 2.75rem !important;
  }

  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 2.75rem !important;
  }

  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 2.75rem !important;
  }

  .m-lg-12 {
    margin: 3rem !important;
  }

  .mt-lg-12,
  .my-lg-12 {
    margin-top: 3rem !important;
  }

  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 3rem !important;
  }

  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 3rem !important;
  }

  .m-lg-13 {
    margin: 3.25rem !important;
  }

  .mt-lg-13,
  .my-lg-13 {
    margin-top: 3.25rem !important;
  }

  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 3.25rem !important;
  }

  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 3.25rem !important;
  }

  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 3.25rem !important;
  }

  .m-lg-14 {
    margin: 3.5rem !important;
  }

  .mt-lg-14,
  .my-lg-14 {
    margin-top: 3.5rem !important;
  }

  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 3.5rem !important;
  }

  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 3.5rem !important;
  }

  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 3.5rem !important;
  }

  .m-lg-15 {
    margin: 3.75rem !important;
  }

  .mt-lg-15,
  .my-lg-15 {
    margin-top: 3.75rem !important;
  }

  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 3.75rem !important;
  }

  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 3.75rem !important;
  }

  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 3.75rem !important;
  }

  .m-lg-16 {
    margin: 4rem !important;
  }

  .mt-lg-16,
  .my-lg-16 {
    margin-top: 4rem !important;
  }

  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 4rem !important;
  }

  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 4rem !important;
  }

  .m-lg-17 {
    margin: 4.25rem !important;
  }

  .mt-lg-17,
  .my-lg-17 {
    margin-top: 4.25rem !important;
  }

  .mr-lg-17,
  .mx-lg-17 {
    margin-right: 4.25rem !important;
  }

  .mb-lg-17,
  .my-lg-17 {
    margin-bottom: 4.25rem !important;
  }

  .ml-lg-17,
  .mx-lg-17 {
    margin-left: 4.25rem !important;
  }

  .m-lg-18 {
    margin: 4.55rem !important;
  }

  .mt-lg-18,
  .my-lg-18 {
    margin-top: 4.55rem !important;
  }

  .mr-lg-18,
  .mx-lg-18 {
    margin-right: 4.55rem !important;
  }

  .mb-lg-18,
  .my-lg-18 {
    margin-bottom: 4.55rem !important;
  }

  .ml-lg-18,
  .mx-lg-18 {
    margin-left: 4.55rem !important;
  }

  .m-lg-19 {
    margin: 4.75rem !important;
  }

  .mt-lg-19,
  .my-lg-19 {
    margin-top: 4.75rem !important;
  }

  .mr-lg-19,
  .mx-lg-19 {
    margin-right: 4.75rem !important;
  }

  .mb-lg-19,
  .my-lg-19 {
    margin-bottom: 4.75rem !important;
  }

  .ml-lg-19,
  .mx-lg-19 {
    margin-left: 4.75rem !important;
  }

  .m-lg-20 {
    margin: 5rem !important;
  }

  .mt-lg-20,
  .my-lg-20 {
    margin-top: 5rem !important;
  }

  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 5rem !important;
  }

  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 5rem !important;
  }

  .m-lg-21 {
    margin: 5.25rem !important;
  }

  .mt-lg-21,
  .my-lg-21 {
    margin-top: 5.25rem !important;
  }

  .mr-lg-21,
  .mx-lg-21 {
    margin-right: 5.25rem !important;
  }

  .mb-lg-21,
  .my-lg-21 {
    margin-bottom: 5.25rem !important;
  }

  .ml-lg-21,
  .mx-lg-21 {
    margin-left: 5.25rem !important;
  }

  .m-lg-22 {
    margin: 5.5rem !important;
  }

  .mt-lg-22,
  .my-lg-22 {
    margin-top: 5.5rem !important;
  }

  .mr-lg-22,
  .mx-lg-22 {
    margin-right: 5.5rem !important;
  }

  .mb-lg-22,
  .my-lg-22 {
    margin-bottom: 5.5rem !important;
  }

  .ml-lg-22,
  .mx-lg-22 {
    margin-left: 5.5rem !important;
  }

  .m-lg-23 {
    margin: 5.75rem !important;
  }

  .mt-lg-23,
  .my-lg-23 {
    margin-top: 5.75rem !important;
  }

  .mr-lg-23,
  .mx-lg-23 {
    margin-right: 5.75rem !important;
  }

  .mb-lg-23,
  .my-lg-23 {
    margin-bottom: 5.75rem !important;
  }

  .ml-lg-23,
  .mx-lg-23 {
    margin-left: 5.75rem !important;
  }

  .m-lg-24 {
    margin: 6rem !important;
  }

  .mt-lg-24,
  .my-lg-24 {
    margin-top: 6rem !important;
  }

  .mr-lg-24,
  .mx-lg-24 {
    margin-right: 6rem !important;
  }

  .mb-lg-24,
  .my-lg-24 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-24,
  .mx-lg-24 {
    margin-left: 6rem !important;
  }

  .m-lg-25 {
    margin: 6.25rem !important;
  }

  .mt-lg-25,
  .my-lg-25 {
    margin-top: 6.25rem !important;
  }

  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 6.25rem !important;
  }

  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 6.25rem !important;
  }

  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 6.25rem !important;
  }

  .m-lg-26 {
    margin: 6.5rem !important;
  }

  .mt-lg-26,
  .my-lg-26 {
    margin-top: 6.5rem !important;
  }

  .mr-lg-26,
  .mx-lg-26 {
    margin-right: 6.5rem !important;
  }

  .mb-lg-26,
  .my-lg-26 {
    margin-bottom: 6.5rem !important;
  }

  .ml-lg-26,
  .mx-lg-26 {
    margin-left: 6.5rem !important;
  }

  .m-lg-27 {
    margin: 6.75rem !important;
  }

  .mt-lg-27,
  .my-lg-27 {
    margin-top: 6.75rem !important;
  }

  .mr-lg-27,
  .mx-lg-27 {
    margin-right: 6.75rem !important;
  }

  .mb-lg-27,
  .my-lg-27 {
    margin-bottom: 6.75rem !important;
  }

  .ml-lg-27,
  .mx-lg-27 {
    margin-left: 6.75rem !important;
  }

  .m-lg-28 {
    margin: 7rem !important;
  }

  .mt-lg-28,
  .my-lg-28 {
    margin-top: 7rem !important;
  }

  .mr-lg-28,
  .mx-lg-28 {
    margin-right: 7rem !important;
  }

  .mb-lg-28,
  .my-lg-28 {
    margin-bottom: 7rem !important;
  }

  .ml-lg-28,
  .mx-lg-28 {
    margin-left: 7rem !important;
  }

  .m-lg-29 {
    margin: 7.25rem !important;
  }

  .mt-lg-29,
  .my-lg-29 {
    margin-top: 7.25rem !important;
  }

  .mr-lg-29,
  .mx-lg-29 {
    margin-right: 7.25rem !important;
  }

  .mb-lg-29,
  .my-lg-29 {
    margin-bottom: 7.25rem !important;
  }

  .ml-lg-29,
  .mx-lg-29 {
    margin-left: 7.25rem !important;
  }

  .m-lg-30 {
    margin: 7.5rem !important;
  }

  .mt-lg-30,
  .my-lg-30 {
    margin-top: 7.5rem !important;
  }

  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 7.5rem !important;
  }

  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 7.5rem !important;
  }

  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 7.5rem !important;
  }

  .m-lg-31 {
    margin: 7.75rem !important;
  }

  .mt-lg-31,
  .my-lg-31 {
    margin-top: 7.75rem !important;
  }

  .mr-lg-31,
  .mx-lg-31 {
    margin-right: 7.75rem !important;
  }

  .mb-lg-31,
  .my-lg-31 {
    margin-bottom: 7.75rem !important;
  }

  .ml-lg-31,
  .mx-lg-31 {
    margin-left: 7.75rem !important;
  }

  .m-lg-32 {
    margin: 8rem !important;
  }

  .mt-lg-32,
  .my-lg-32 {
    margin-top: 8rem !important;
  }

  .mr-lg-32,
  .mx-lg-32 {
    margin-right: 8rem !important;
  }

  .mb-lg-32,
  .my-lg-32 {
    margin-bottom: 8rem !important;
  }

  .ml-lg-32,
  .mx-lg-32 {
    margin-left: 8rem !important;
  }

  .m-lg-33 {
    margin: 8.25rem !important;
  }

  .mt-lg-33,
  .my-lg-33 {
    margin-top: 8.25rem !important;
  }

  .mr-lg-33,
  .mx-lg-33 {
    margin-right: 8.25rem !important;
  }

  .mb-lg-33,
  .my-lg-33 {
    margin-bottom: 8.25rem !important;
  }

  .ml-lg-33,
  .mx-lg-33 {
    margin-left: 8.25rem !important;
  }

  .m-lg-34 {
    margin: 8.5rem !important;
  }

  .mt-lg-34,
  .my-lg-34 {
    margin-top: 8.5rem !important;
  }

  .mr-lg-34,
  .mx-lg-34 {
    margin-right: 8.5rem !important;
  }

  .mb-lg-34,
  .my-lg-34 {
    margin-bottom: 8.5rem !important;
  }

  .ml-lg-34,
  .mx-lg-34 {
    margin-left: 8.5rem !important;
  }

  .m-lg-35 {
    margin: 8.75rem !important;
  }

  .mt-lg-35,
  .my-lg-35 {
    margin-top: 8.75rem !important;
  }

  .mr-lg-35,
  .mx-lg-35 {
    margin-right: 8.75rem !important;
  }

  .mb-lg-35,
  .my-lg-35 {
    margin-bottom: 8.75rem !important;
  }

  .ml-lg-35,
  .mx-lg-35 {
    margin-left: 8.75rem !important;
  }

  .m-lg-36 {
    margin: 9rem !important;
  }

  .mt-lg-36,
  .my-lg-36 {
    margin-top: 9rem !important;
  }

  .mr-lg-36,
  .mx-lg-36 {
    margin-right: 9rem !important;
  }

  .mb-lg-36,
  .my-lg-36 {
    margin-bottom: 9rem !important;
  }

  .ml-lg-36,
  .mx-lg-36 {
    margin-left: 9rem !important;
  }

  .m-lg-37 {
    margin: 9.25rem !important;
  }

  .mt-lg-37,
  .my-lg-37 {
    margin-top: 9.25rem !important;
  }

  .mr-lg-37,
  .mx-lg-37 {
    margin-right: 9.25rem !important;
  }

  .mb-lg-37,
  .my-lg-37 {
    margin-bottom: 9.25rem !important;
  }

  .ml-lg-37,
  .mx-lg-37 {
    margin-left: 9.25rem !important;
  }

  .m-lg-38 {
    margin: 9.5rem !important;
  }

  .mt-lg-38,
  .my-lg-38 {
    margin-top: 9.5rem !important;
  }

  .mr-lg-38,
  .mx-lg-38 {
    margin-right: 9.5rem !important;
  }

  .mb-lg-38,
  .my-lg-38 {
    margin-bottom: 9.5rem !important;
  }

  .ml-lg-38,
  .mx-lg-38 {
    margin-left: 9.5rem !important;
  }

  .m-lg-39 {
    margin: 9.75rem !important;
  }

  .mt-lg-39,
  .my-lg-39 {
    margin-top: 9.75rem !important;
  }

  .mr-lg-39,
  .mx-lg-39 {
    margin-right: 9.75rem !important;
  }

  .mb-lg-39,
  .my-lg-39 {
    margin-bottom: 9.75rem !important;
  }

  .ml-lg-39,
  .mx-lg-39 {
    margin-left: 9.75rem !important;
  }

  .m-lg-40 {
    margin: 10rem !important;
  }

  .mt-lg-40,
  .my-lg-40 {
    margin-top: 10rem !important;
  }

  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 10rem !important;
  }

  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 10rem !important;
  }

  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 10rem !important;
  }

  .m-lg-41 {
    margin: 10.25rem !important;
  }

  .mt-lg-41,
  .my-lg-41 {
    margin-top: 10.25rem !important;
  }

  .mr-lg-41,
  .mx-lg-41 {
    margin-right: 10.25rem !important;
  }

  .mb-lg-41,
  .my-lg-41 {
    margin-bottom: 10.25rem !important;
  }

  .ml-lg-41,
  .mx-lg-41 {
    margin-left: 10.25rem !important;
  }

  .m-lg-42 {
    margin: 10.5rem !important;
  }

  .mt-lg-42,
  .my-lg-42 {
    margin-top: 10.5rem !important;
  }

  .mr-lg-42,
  .mx-lg-42 {
    margin-right: 10.5rem !important;
  }

  .mb-lg-42,
  .my-lg-42 {
    margin-bottom: 10.5rem !important;
  }

  .ml-lg-42,
  .mx-lg-42 {
    margin-left: 10.5rem !important;
  }

  .m-lg-43 {
    margin: 10.75rem !important;
  }

  .mt-lg-43,
  .my-lg-43 {
    margin-top: 10.75rem !important;
  }

  .mr-lg-43,
  .mx-lg-43 {
    margin-right: 10.75rem !important;
  }

  .mb-lg-43,
  .my-lg-43 {
    margin-bottom: 10.75rem !important;
  }

  .ml-lg-43,
  .mx-lg-43 {
    margin-left: 10.75rem !important;
  }

  .m-lg-44 {
    margin: 11rem !important;
  }

  .mt-lg-44,
  .my-lg-44 {
    margin-top: 11rem !important;
  }

  .mr-lg-44,
  .mx-lg-44 {
    margin-right: 11rem !important;
  }

  .mb-lg-44,
  .my-lg-44 {
    margin-bottom: 11rem !important;
  }

  .ml-lg-44,
  .mx-lg-44 {
    margin-left: 11rem !important;
  }

  .m-lg-45 {
    margin: 11.25rem !important;
  }

  .mt-lg-45,
  .my-lg-45 {
    margin-top: 11.25rem !important;
  }

  .mr-lg-45,
  .mx-lg-45 {
    margin-right: 11.25rem !important;
  }

  .mb-lg-45,
  .my-lg-45 {
    margin-bottom: 11.25rem !important;
  }

  .ml-lg-45,
  .mx-lg-45 {
    margin-left: 11.25rem !important;
  }

  .m-lg-46 {
    margin: 11.5rem !important;
  }

  .mt-lg-46,
  .my-lg-46 {
    margin-top: 11.5rem !important;
  }

  .mr-lg-46,
  .mx-lg-46 {
    margin-right: 11.5rem !important;
  }

  .mb-lg-46,
  .my-lg-46 {
    margin-bottom: 11.5rem !important;
  }

  .ml-lg-46,
  .mx-lg-46 {
    margin-left: 11.5rem !important;
  }

  .m-lg-47 {
    margin: 11.75rem !important;
  }

  .mt-lg-47,
  .my-lg-47 {
    margin-top: 11.75rem !important;
  }

  .mr-lg-47,
  .mx-lg-47 {
    margin-right: 11.75rem !important;
  }

  .mb-lg-47,
  .my-lg-47 {
    margin-bottom: 11.75rem !important;
  }

  .ml-lg-47,
  .mx-lg-47 {
    margin-left: 11.75rem !important;
  }

  .m-lg-48 {
    margin: 12.25rem !important;
  }

  .mt-lg-48,
  .my-lg-48 {
    margin-top: 12.25rem !important;
  }

  .mr-lg-48,
  .mx-lg-48 {
    margin-right: 12.25rem !important;
  }

  .mb-lg-48,
  .my-lg-48 {
    margin-bottom: 12.25rem !important;
  }

  .ml-lg-48,
  .mx-lg-48 {
    margin-left: 12.25rem !important;
  }

  .m-lg-49 {
    margin: 12.5rem !important;
  }

  .mt-lg-49,
  .my-lg-49 {
    margin-top: 12.5rem !important;
  }

  .mr-lg-49,
  .mx-lg-49 {
    margin-right: 12.5rem !important;
  }

  .mb-lg-49,
  .my-lg-49 {
    margin-bottom: 12.5rem !important;
  }

  .ml-lg-49,
  .mx-lg-49 {
    margin-left: 12.5rem !important;
  }

  .m-lg-50 {
    margin: 12.75rem !important;
  }

  .mt-lg-50,
  .my-lg-50 {
    margin-top: 12.75rem !important;
  }

  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 12.75rem !important;
  }

  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 12.75rem !important;
  }

  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 12.75rem !important;
  }

  .m-lg-51 {
    margin: 13rem !important;
  }

  .mt-lg-51,
  .my-lg-51 {
    margin-top: 13rem !important;
  }

  .mr-lg-51,
  .mx-lg-51 {
    margin-right: 13rem !important;
  }

  .mb-lg-51,
  .my-lg-51 {
    margin-bottom: 13rem !important;
  }

  .ml-lg-51,
  .mx-lg-51 {
    margin-left: 13rem !important;
  }

  .m-lg-52 {
    margin: 13.25rem !important;
  }

  .mt-lg-52,
  .my-lg-52 {
    margin-top: 13.25rem !important;
  }

  .mr-lg-52,
  .mx-lg-52 {
    margin-right: 13.25rem !important;
  }

  .mb-lg-52,
  .my-lg-52 {
    margin-bottom: 13.25rem !important;
  }

  .ml-lg-52,
  .mx-lg-52 {
    margin-left: 13.25rem !important;
  }

  .m-lg-53 {
    margin: 13.5rem !important;
  }

  .mt-lg-53,
  .my-lg-53 {
    margin-top: 13.5rem !important;
  }

  .mr-lg-53,
  .mx-lg-53 {
    margin-right: 13.5rem !important;
  }

  .mb-lg-53,
  .my-lg-53 {
    margin-bottom: 13.5rem !important;
  }

  .ml-lg-53,
  .mx-lg-53 {
    margin-left: 13.5rem !important;
  }

  .m-lg-54 {
    margin: 13.75rem !important;
  }

  .mt-lg-54,
  .my-lg-54 {
    margin-top: 13.75rem !important;
  }

  .mr-lg-54,
  .mx-lg-54 {
    margin-right: 13.75rem !important;
  }

  .mb-lg-54,
  .my-lg-54 {
    margin-bottom: 13.75rem !important;
  }

  .ml-lg-54,
  .mx-lg-54 {
    margin-left: 13.75rem !important;
  }

  .m-lg-55 {
    margin: 14rem !important;
  }

  .mt-lg-55,
  .my-lg-55 {
    margin-top: 14rem !important;
  }

  .mr-lg-55,
  .mx-lg-55 {
    margin-right: 14rem !important;
  }

  .mb-lg-55,
  .my-lg-55 {
    margin-bottom: 14rem !important;
  }

  .ml-lg-55,
  .mx-lg-55 {
    margin-left: 14rem !important;
  }

  .m-lg-56 {
    margin: 14.25rem !important;
  }

  .mt-lg-56,
  .my-lg-56 {
    margin-top: 14.25rem !important;
  }

  .mr-lg-56,
  .mx-lg-56 {
    margin-right: 14.25rem !important;
  }

  .mb-lg-56,
  .my-lg-56 {
    margin-bottom: 14.25rem !important;
  }

  .ml-lg-56,
  .mx-lg-56 {
    margin-left: 14.25rem !important;
  }

  .m-lg-57 {
    margin: 14.5rem !important;
  }

  .mt-lg-57,
  .my-lg-57 {
    margin-top: 14.5rem !important;
  }

  .mr-lg-57,
  .mx-lg-57 {
    margin-right: 14.5rem !important;
  }

  .mb-lg-57,
  .my-lg-57 {
    margin-bottom: 14.5rem !important;
  }

  .ml-lg-57,
  .mx-lg-57 {
    margin-left: 14.5rem !important;
  }

  .m-lg-58 {
    margin: 14.75rem !important;
  }

  .mt-lg-58,
  .my-lg-58 {
    margin-top: 14.75rem !important;
  }

  .mr-lg-58,
  .mx-lg-58 {
    margin-right: 14.75rem !important;
  }

  .mb-lg-58,
  .my-lg-58 {
    margin-bottom: 14.75rem !important;
  }

  .ml-lg-58,
  .mx-lg-58 {
    margin-left: 14.75rem !important;
  }

  .m-lg-59 {
    margin: 15rem !important;
  }

  .mt-lg-59,
  .my-lg-59 {
    margin-top: 15rem !important;
  }

  .mr-lg-59,
  .mx-lg-59 {
    margin-right: 15rem !important;
  }

  .mb-lg-59,
  .my-lg-59 {
    margin-bottom: 15rem !important;
  }

  .ml-lg-59,
  .mx-lg-59 {
    margin-left: 15rem !important;
  }

  .m-lg-60 {
    margin: 15.25rem !important;
  }

  .mt-lg-60,
  .my-lg-60 {
    margin-top: 15.25rem !important;
  }

  .mr-lg-60,
  .mx-lg-60 {
    margin-right: 15.25rem !important;
  }

  .mb-lg-60,
  .my-lg-60 {
    margin-bottom: 15.25rem !important;
  }

  .ml-lg-60,
  .mx-lg-60 {
    margin-left: 15.25rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 0.75rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 0.75rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 0.75rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 0.75rem !important;
  }

  .p-lg-4 {
    padding: 1rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1rem !important;
  }

  .p-lg-5 {
    padding: 1.25rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 1.25rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 1.25rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 1.25rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 1.25rem !important;
  }

  .p-lg-0h {
    padding: 0.2rem !important;
  }

  .pt-lg-0h,
  .py-lg-0h {
    padding-top: 0.2rem !important;
  }

  .pr-lg-0h,
  .px-lg-0h {
    padding-right: 0.2rem !important;
  }

  .pb-lg-0h,
  .py-lg-0h {
    padding-bottom: 0.2rem !important;
  }

  .pl-lg-0h,
  .px-lg-0h {
    padding-left: 0.2rem !important;
  }

  .p-lg-1h {
    padding: 0.35rem !important;
  }

  .pt-lg-1h,
  .py-lg-1h {
    padding-top: 0.35rem !important;
  }

  .pr-lg-1h,
  .px-lg-1h {
    padding-right: 0.35rem !important;
  }

  .pb-lg-1h,
  .py-lg-1h {
    padding-bottom: 0.35rem !important;
  }

  .pl-lg-1h,
  .px-lg-1h {
    padding-left: 0.35rem !important;
  }

  .p-lg-6 {
    padding: 1.5rem !important;
  }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 1.5rem !important;
  }

  .p-lg-7 {
    padding: 1.75rem !important;
  }

  .pt-lg-7,
  .py-lg-7 {
    padding-top: 1.75rem !important;
  }

  .pr-lg-7,
  .px-lg-7 {
    padding-right: 1.75rem !important;
  }

  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 1.75rem !important;
  }

  .pl-lg-7,
  .px-lg-7 {
    padding-left: 1.75rem !important;
  }

  .p-lg-8 {
    padding: 2rem !important;
  }

  .pt-lg-8,
  .py-lg-8 {
    padding-top: 2rem !important;
  }

  .pr-lg-8,
  .px-lg-8 {
    padding-right: 2rem !important;
  }

  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-8,
  .px-lg-8 {
    padding-left: 2rem !important;
  }

  .p-lg-9 {
    padding: 2.25rem !important;
  }

  .pt-lg-9,
  .py-lg-9 {
    padding-top: 2.25rem !important;
  }

  .pr-lg-9,
  .px-lg-9 {
    padding-right: 2.25rem !important;
  }

  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 2.25rem !important;
  }

  .pl-lg-9,
  .px-lg-9 {
    padding-left: 2.25rem !important;
  }

  .p-lg-10 {
    padding: 2.5rem !important;
  }

  .pt-lg-10,
  .py-lg-10 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-10,
  .px-lg-10 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-10,
  .px-lg-10 {
    padding-left: 2.5rem !important;
  }

  .p-lg-11 {
    padding: 2.75rem !important;
  }

  .pt-lg-11,
  .py-lg-11 {
    padding-top: 2.75rem !important;
  }

  .pr-lg-11,
  .px-lg-11 {
    padding-right: 2.75rem !important;
  }

  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 2.75rem !important;
  }

  .pl-lg-11,
  .px-lg-11 {
    padding-left: 2.75rem !important;
  }

  .p-lg-12 {
    padding: 3rem !important;
  }

  .pt-lg-12,
  .py-lg-12 {
    padding-top: 3rem !important;
  }

  .pr-lg-12,
  .px-lg-12 {
    padding-right: 3rem !important;
  }

  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-12,
  .px-lg-12 {
    padding-left: 3rem !important;
  }

  .p-lg-13 {
    padding: 3.25rem !important;
  }

  .pt-lg-13,
  .py-lg-13 {
    padding-top: 3.25rem !important;
  }

  .pr-lg-13,
  .px-lg-13 {
    padding-right: 3.25rem !important;
  }

  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 3.25rem !important;
  }

  .pl-lg-13,
  .px-lg-13 {
    padding-left: 3.25rem !important;
  }

  .p-lg-14 {
    padding: 3.5rem !important;
  }

  .pt-lg-14,
  .py-lg-14 {
    padding-top: 3.5rem !important;
  }

  .pr-lg-14,
  .px-lg-14 {
    padding-right: 3.5rem !important;
  }

  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 3.5rem !important;
  }

  .pl-lg-14,
  .px-lg-14 {
    padding-left: 3.5rem !important;
  }

  .p-lg-15 {
    padding: 3.75rem !important;
  }

  .pt-lg-15,
  .py-lg-15 {
    padding-top: 3.75rem !important;
  }

  .pr-lg-15,
  .px-lg-15 {
    padding-right: 3.75rem !important;
  }

  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 3.75rem !important;
  }

  .pl-lg-15,
  .px-lg-15 {
    padding-left: 3.75rem !important;
  }

  .p-lg-16 {
    padding: 4rem !important;
  }

  .pt-lg-16,
  .py-lg-16 {
    padding-top: 4rem !important;
  }

  .pr-lg-16,
  .px-lg-16 {
    padding-right: 4rem !important;
  }

  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-16,
  .px-lg-16 {
    padding-left: 4rem !important;
  }

  .p-lg-17 {
    padding: 4.25rem !important;
  }

  .pt-lg-17,
  .py-lg-17 {
    padding-top: 4.25rem !important;
  }

  .pr-lg-17,
  .px-lg-17 {
    padding-right: 4.25rem !important;
  }

  .pb-lg-17,
  .py-lg-17 {
    padding-bottom: 4.25rem !important;
  }

  .pl-lg-17,
  .px-lg-17 {
    padding-left: 4.25rem !important;
  }

  .p-lg-18 {
    padding: 4.55rem !important;
  }

  .pt-lg-18,
  .py-lg-18 {
    padding-top: 4.55rem !important;
  }

  .pr-lg-18,
  .px-lg-18 {
    padding-right: 4.55rem !important;
  }

  .pb-lg-18,
  .py-lg-18 {
    padding-bottom: 4.55rem !important;
  }

  .pl-lg-18,
  .px-lg-18 {
    padding-left: 4.55rem !important;
  }

  .p-lg-19 {
    padding: 4.75rem !important;
  }

  .pt-lg-19,
  .py-lg-19 {
    padding-top: 4.75rem !important;
  }

  .pr-lg-19,
  .px-lg-19 {
    padding-right: 4.75rem !important;
  }

  .pb-lg-19,
  .py-lg-19 {
    padding-bottom: 4.75rem !important;
  }

  .pl-lg-19,
  .px-lg-19 {
    padding-left: 4.75rem !important;
  }

  .p-lg-20 {
    padding: 5rem !important;
  }

  .pt-lg-20,
  .py-lg-20 {
    padding-top: 5rem !important;
  }

  .pr-lg-20,
  .px-lg-20 {
    padding-right: 5rem !important;
  }

  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-20,
  .px-lg-20 {
    padding-left: 5rem !important;
  }

  .p-lg-21 {
    padding: 5.25rem !important;
  }

  .pt-lg-21,
  .py-lg-21 {
    padding-top: 5.25rem !important;
  }

  .pr-lg-21,
  .px-lg-21 {
    padding-right: 5.25rem !important;
  }

  .pb-lg-21,
  .py-lg-21 {
    padding-bottom: 5.25rem !important;
  }

  .pl-lg-21,
  .px-lg-21 {
    padding-left: 5.25rem !important;
  }

  .p-lg-22 {
    padding: 5.5rem !important;
  }

  .pt-lg-22,
  .py-lg-22 {
    padding-top: 5.5rem !important;
  }

  .pr-lg-22,
  .px-lg-22 {
    padding-right: 5.5rem !important;
  }

  .pb-lg-22,
  .py-lg-22 {
    padding-bottom: 5.5rem !important;
  }

  .pl-lg-22,
  .px-lg-22 {
    padding-left: 5.5rem !important;
  }

  .p-lg-23 {
    padding: 5.75rem !important;
  }

  .pt-lg-23,
  .py-lg-23 {
    padding-top: 5.75rem !important;
  }

  .pr-lg-23,
  .px-lg-23 {
    padding-right: 5.75rem !important;
  }

  .pb-lg-23,
  .py-lg-23 {
    padding-bottom: 5.75rem !important;
  }

  .pl-lg-23,
  .px-lg-23 {
    padding-left: 5.75rem !important;
  }

  .p-lg-24 {
    padding: 6rem !important;
  }

  .pt-lg-24,
  .py-lg-24 {
    padding-top: 6rem !important;
  }

  .pr-lg-24,
  .px-lg-24 {
    padding-right: 6rem !important;
  }

  .pb-lg-24,
  .py-lg-24 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-24,
  .px-lg-24 {
    padding-left: 6rem !important;
  }

  .p-lg-25 {
    padding: 6.25rem !important;
  }

  .pt-lg-25,
  .py-lg-25 {
    padding-top: 6.25rem !important;
  }

  .pr-lg-25,
  .px-lg-25 {
    padding-right: 6.25rem !important;
  }

  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 6.25rem !important;
  }

  .pl-lg-25,
  .px-lg-25 {
    padding-left: 6.25rem !important;
  }

  .p-lg-26 {
    padding: 6.5rem !important;
  }

  .pt-lg-26,
  .py-lg-26 {
    padding-top: 6.5rem !important;
  }

  .pr-lg-26,
  .px-lg-26 {
    padding-right: 6.5rem !important;
  }

  .pb-lg-26,
  .py-lg-26 {
    padding-bottom: 6.5rem !important;
  }

  .pl-lg-26,
  .px-lg-26 {
    padding-left: 6.5rem !important;
  }

  .p-lg-27 {
    padding: 6.75rem !important;
  }

  .pt-lg-27,
  .py-lg-27 {
    padding-top: 6.75rem !important;
  }

  .pr-lg-27,
  .px-lg-27 {
    padding-right: 6.75rem !important;
  }

  .pb-lg-27,
  .py-lg-27 {
    padding-bottom: 6.75rem !important;
  }

  .pl-lg-27,
  .px-lg-27 {
    padding-left: 6.75rem !important;
  }

  .p-lg-28 {
    padding: 7rem !important;
  }

  .pt-lg-28,
  .py-lg-28 {
    padding-top: 7rem !important;
  }

  .pr-lg-28,
  .px-lg-28 {
    padding-right: 7rem !important;
  }

  .pb-lg-28,
  .py-lg-28 {
    padding-bottom: 7rem !important;
  }

  .pl-lg-28,
  .px-lg-28 {
    padding-left: 7rem !important;
  }

  .p-lg-29 {
    padding: 7.25rem !important;
  }

  .pt-lg-29,
  .py-lg-29 {
    padding-top: 7.25rem !important;
  }

  .pr-lg-29,
  .px-lg-29 {
    padding-right: 7.25rem !important;
  }

  .pb-lg-29,
  .py-lg-29 {
    padding-bottom: 7.25rem !important;
  }

  .pl-lg-29,
  .px-lg-29 {
    padding-left: 7.25rem !important;
  }

  .p-lg-30 {
    padding: 7.5rem !important;
  }

  .pt-lg-30,
  .py-lg-30 {
    padding-top: 7.5rem !important;
  }

  .pr-lg-30,
  .px-lg-30 {
    padding-right: 7.5rem !important;
  }

  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 7.5rem !important;
  }

  .pl-lg-30,
  .px-lg-30 {
    padding-left: 7.5rem !important;
  }

  .p-lg-31 {
    padding: 7.75rem !important;
  }

  .pt-lg-31,
  .py-lg-31 {
    padding-top: 7.75rem !important;
  }

  .pr-lg-31,
  .px-lg-31 {
    padding-right: 7.75rem !important;
  }

  .pb-lg-31,
  .py-lg-31 {
    padding-bottom: 7.75rem !important;
  }

  .pl-lg-31,
  .px-lg-31 {
    padding-left: 7.75rem !important;
  }

  .p-lg-32 {
    padding: 8rem !important;
  }

  .pt-lg-32,
  .py-lg-32 {
    padding-top: 8rem !important;
  }

  .pr-lg-32,
  .px-lg-32 {
    padding-right: 8rem !important;
  }

  .pb-lg-32,
  .py-lg-32 {
    padding-bottom: 8rem !important;
  }

  .pl-lg-32,
  .px-lg-32 {
    padding-left: 8rem !important;
  }

  .p-lg-33 {
    padding: 8.25rem !important;
  }

  .pt-lg-33,
  .py-lg-33 {
    padding-top: 8.25rem !important;
  }

  .pr-lg-33,
  .px-lg-33 {
    padding-right: 8.25rem !important;
  }

  .pb-lg-33,
  .py-lg-33 {
    padding-bottom: 8.25rem !important;
  }

  .pl-lg-33,
  .px-lg-33 {
    padding-left: 8.25rem !important;
  }

  .p-lg-34 {
    padding: 8.5rem !important;
  }

  .pt-lg-34,
  .py-lg-34 {
    padding-top: 8.5rem !important;
  }

  .pr-lg-34,
  .px-lg-34 {
    padding-right: 8.5rem !important;
  }

  .pb-lg-34,
  .py-lg-34 {
    padding-bottom: 8.5rem !important;
  }

  .pl-lg-34,
  .px-lg-34 {
    padding-left: 8.5rem !important;
  }

  .p-lg-35 {
    padding: 8.75rem !important;
  }

  .pt-lg-35,
  .py-lg-35 {
    padding-top: 8.75rem !important;
  }

  .pr-lg-35,
  .px-lg-35 {
    padding-right: 8.75rem !important;
  }

  .pb-lg-35,
  .py-lg-35 {
    padding-bottom: 8.75rem !important;
  }

  .pl-lg-35,
  .px-lg-35 {
    padding-left: 8.75rem !important;
  }

  .p-lg-36 {
    padding: 9rem !important;
  }

  .pt-lg-36,
  .py-lg-36 {
    padding-top: 9rem !important;
  }

  .pr-lg-36,
  .px-lg-36 {
    padding-right: 9rem !important;
  }

  .pb-lg-36,
  .py-lg-36 {
    padding-bottom: 9rem !important;
  }

  .pl-lg-36,
  .px-lg-36 {
    padding-left: 9rem !important;
  }

  .p-lg-37 {
    padding: 9.25rem !important;
  }

  .pt-lg-37,
  .py-lg-37 {
    padding-top: 9.25rem !important;
  }

  .pr-lg-37,
  .px-lg-37 {
    padding-right: 9.25rem !important;
  }

  .pb-lg-37,
  .py-lg-37 {
    padding-bottom: 9.25rem !important;
  }

  .pl-lg-37,
  .px-lg-37 {
    padding-left: 9.25rem !important;
  }

  .p-lg-38 {
    padding: 9.5rem !important;
  }

  .pt-lg-38,
  .py-lg-38 {
    padding-top: 9.5rem !important;
  }

  .pr-lg-38,
  .px-lg-38 {
    padding-right: 9.5rem !important;
  }

  .pb-lg-38,
  .py-lg-38 {
    padding-bottom: 9.5rem !important;
  }

  .pl-lg-38,
  .px-lg-38 {
    padding-left: 9.5rem !important;
  }

  .p-lg-39 {
    padding: 9.75rem !important;
  }

  .pt-lg-39,
  .py-lg-39 {
    padding-top: 9.75rem !important;
  }

  .pr-lg-39,
  .px-lg-39 {
    padding-right: 9.75rem !important;
  }

  .pb-lg-39,
  .py-lg-39 {
    padding-bottom: 9.75rem !important;
  }

  .pl-lg-39,
  .px-lg-39 {
    padding-left: 9.75rem !important;
  }

  .p-lg-40 {
    padding: 10rem !important;
  }

  .pt-lg-40,
  .py-lg-40 {
    padding-top: 10rem !important;
  }

  .pr-lg-40,
  .px-lg-40 {
    padding-right: 10rem !important;
  }

  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 10rem !important;
  }

  .pl-lg-40,
  .px-lg-40 {
    padding-left: 10rem !important;
  }

  .p-lg-41 {
    padding: 10.25rem !important;
  }

  .pt-lg-41,
  .py-lg-41 {
    padding-top: 10.25rem !important;
  }

  .pr-lg-41,
  .px-lg-41 {
    padding-right: 10.25rem !important;
  }

  .pb-lg-41,
  .py-lg-41 {
    padding-bottom: 10.25rem !important;
  }

  .pl-lg-41,
  .px-lg-41 {
    padding-left: 10.25rem !important;
  }

  .p-lg-42 {
    padding: 10.5rem !important;
  }

  .pt-lg-42,
  .py-lg-42 {
    padding-top: 10.5rem !important;
  }

  .pr-lg-42,
  .px-lg-42 {
    padding-right: 10.5rem !important;
  }

  .pb-lg-42,
  .py-lg-42 {
    padding-bottom: 10.5rem !important;
  }

  .pl-lg-42,
  .px-lg-42 {
    padding-left: 10.5rem !important;
  }

  .p-lg-43 {
    padding: 10.75rem !important;
  }

  .pt-lg-43,
  .py-lg-43 {
    padding-top: 10.75rem !important;
  }

  .pr-lg-43,
  .px-lg-43 {
    padding-right: 10.75rem !important;
  }

  .pb-lg-43,
  .py-lg-43 {
    padding-bottom: 10.75rem !important;
  }

  .pl-lg-43,
  .px-lg-43 {
    padding-left: 10.75rem !important;
  }

  .p-lg-44 {
    padding: 11rem !important;
  }

  .pt-lg-44,
  .py-lg-44 {
    padding-top: 11rem !important;
  }

  .pr-lg-44,
  .px-lg-44 {
    padding-right: 11rem !important;
  }

  .pb-lg-44,
  .py-lg-44 {
    padding-bottom: 11rem !important;
  }

  .pl-lg-44,
  .px-lg-44 {
    padding-left: 11rem !important;
  }

  .p-lg-45 {
    padding: 11.25rem !important;
  }

  .pt-lg-45,
  .py-lg-45 {
    padding-top: 11.25rem !important;
  }

  .pr-lg-45,
  .px-lg-45 {
    padding-right: 11.25rem !important;
  }

  .pb-lg-45,
  .py-lg-45 {
    padding-bottom: 11.25rem !important;
  }

  .pl-lg-45,
  .px-lg-45 {
    padding-left: 11.25rem !important;
  }

  .p-lg-46 {
    padding: 11.5rem !important;
  }

  .pt-lg-46,
  .py-lg-46 {
    padding-top: 11.5rem !important;
  }

  .pr-lg-46,
  .px-lg-46 {
    padding-right: 11.5rem !important;
  }

  .pb-lg-46,
  .py-lg-46 {
    padding-bottom: 11.5rem !important;
  }

  .pl-lg-46,
  .px-lg-46 {
    padding-left: 11.5rem !important;
  }

  .p-lg-47 {
    padding: 11.75rem !important;
  }

  .pt-lg-47,
  .py-lg-47 {
    padding-top: 11.75rem !important;
  }

  .pr-lg-47,
  .px-lg-47 {
    padding-right: 11.75rem !important;
  }

  .pb-lg-47,
  .py-lg-47 {
    padding-bottom: 11.75rem !important;
  }

  .pl-lg-47,
  .px-lg-47 {
    padding-left: 11.75rem !important;
  }

  .p-lg-48 {
    padding: 12.25rem !important;
  }

  .pt-lg-48,
  .py-lg-48 {
    padding-top: 12.25rem !important;
  }

  .pr-lg-48,
  .px-lg-48 {
    padding-right: 12.25rem !important;
  }

  .pb-lg-48,
  .py-lg-48 {
    padding-bottom: 12.25rem !important;
  }

  .pl-lg-48,
  .px-lg-48 {
    padding-left: 12.25rem !important;
  }

  .p-lg-49 {
    padding: 12.5rem !important;
  }

  .pt-lg-49,
  .py-lg-49 {
    padding-top: 12.5rem !important;
  }

  .pr-lg-49,
  .px-lg-49 {
    padding-right: 12.5rem !important;
  }

  .pb-lg-49,
  .py-lg-49 {
    padding-bottom: 12.5rem !important;
  }

  .pl-lg-49,
  .px-lg-49 {
    padding-left: 12.5rem !important;
  }

  .p-lg-50 {
    padding: 12.75rem !important;
  }

  .pt-lg-50,
  .py-lg-50 {
    padding-top: 12.75rem !important;
  }

  .pr-lg-50,
  .px-lg-50 {
    padding-right: 12.75rem !important;
  }

  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 12.75rem !important;
  }

  .pl-lg-50,
  .px-lg-50 {
    padding-left: 12.75rem !important;
  }

  .p-lg-51 {
    padding: 13rem !important;
  }

  .pt-lg-51,
  .py-lg-51 {
    padding-top: 13rem !important;
  }

  .pr-lg-51,
  .px-lg-51 {
    padding-right: 13rem !important;
  }

  .pb-lg-51,
  .py-lg-51 {
    padding-bottom: 13rem !important;
  }

  .pl-lg-51,
  .px-lg-51 {
    padding-left: 13rem !important;
  }

  .p-lg-52 {
    padding: 13.25rem !important;
  }

  .pt-lg-52,
  .py-lg-52 {
    padding-top: 13.25rem !important;
  }

  .pr-lg-52,
  .px-lg-52 {
    padding-right: 13.25rem !important;
  }

  .pb-lg-52,
  .py-lg-52 {
    padding-bottom: 13.25rem !important;
  }

  .pl-lg-52,
  .px-lg-52 {
    padding-left: 13.25rem !important;
  }

  .p-lg-53 {
    padding: 13.5rem !important;
  }

  .pt-lg-53,
  .py-lg-53 {
    padding-top: 13.5rem !important;
  }

  .pr-lg-53,
  .px-lg-53 {
    padding-right: 13.5rem !important;
  }

  .pb-lg-53,
  .py-lg-53 {
    padding-bottom: 13.5rem !important;
  }

  .pl-lg-53,
  .px-lg-53 {
    padding-left: 13.5rem !important;
  }

  .p-lg-54 {
    padding: 13.75rem !important;
  }

  .pt-lg-54,
  .py-lg-54 {
    padding-top: 13.75rem !important;
  }

  .pr-lg-54,
  .px-lg-54 {
    padding-right: 13.75rem !important;
  }

  .pb-lg-54,
  .py-lg-54 {
    padding-bottom: 13.75rem !important;
  }

  .pl-lg-54,
  .px-lg-54 {
    padding-left: 13.75rem !important;
  }

  .p-lg-55 {
    padding: 14rem !important;
  }

  .pt-lg-55,
  .py-lg-55 {
    padding-top: 14rem !important;
  }

  .pr-lg-55,
  .px-lg-55 {
    padding-right: 14rem !important;
  }

  .pb-lg-55,
  .py-lg-55 {
    padding-bottom: 14rem !important;
  }

  .pl-lg-55,
  .px-lg-55 {
    padding-left: 14rem !important;
  }

  .p-lg-56 {
    padding: 14.25rem !important;
  }

  .pt-lg-56,
  .py-lg-56 {
    padding-top: 14.25rem !important;
  }

  .pr-lg-56,
  .px-lg-56 {
    padding-right: 14.25rem !important;
  }

  .pb-lg-56,
  .py-lg-56 {
    padding-bottom: 14.25rem !important;
  }

  .pl-lg-56,
  .px-lg-56 {
    padding-left: 14.25rem !important;
  }

  .p-lg-57 {
    padding: 14.5rem !important;
  }

  .pt-lg-57,
  .py-lg-57 {
    padding-top: 14.5rem !important;
  }

  .pr-lg-57,
  .px-lg-57 {
    padding-right: 14.5rem !important;
  }

  .pb-lg-57,
  .py-lg-57 {
    padding-bottom: 14.5rem !important;
  }

  .pl-lg-57,
  .px-lg-57 {
    padding-left: 14.5rem !important;
  }

  .p-lg-58 {
    padding: 14.75rem !important;
  }

  .pt-lg-58,
  .py-lg-58 {
    padding-top: 14.75rem !important;
  }

  .pr-lg-58,
  .px-lg-58 {
    padding-right: 14.75rem !important;
  }

  .pb-lg-58,
  .py-lg-58 {
    padding-bottom: 14.75rem !important;
  }

  .pl-lg-58,
  .px-lg-58 {
    padding-left: 14.75rem !important;
  }

  .p-lg-59 {
    padding: 15rem !important;
  }

  .pt-lg-59,
  .py-lg-59 {
    padding-top: 15rem !important;
  }

  .pr-lg-59,
  .px-lg-59 {
    padding-right: 15rem !important;
  }

  .pb-lg-59,
  .py-lg-59 {
    padding-bottom: 15rem !important;
  }

  .pl-lg-59,
  .px-lg-59 {
    padding-left: 15rem !important;
  }

  .p-lg-60 {
    padding: 15.25rem !important;
  }

  .pt-lg-60,
  .py-lg-60 {
    padding-top: 15.25rem !important;
  }

  .pr-lg-60,
  .px-lg-60 {
    padding-right: 15.25rem !important;
  }

  .pb-lg-60,
  .py-lg-60 {
    padding-bottom: 15.25rem !important;
  }

  .pl-lg-60,
  .px-lg-60 {
    padding-left: 15.25rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -0.75rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -0.75rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -0.75rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -0.75rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -0.75rem !important;
  }

  .m-lg-n4 {
    margin: -1rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1rem !important;
  }

  .m-lg-n5 {
    margin: -1.25rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -1.25rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -1.25rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -1.25rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -1.25rem !important;
  }

  .m-lg-n0h {
    margin: -0.2rem !important;
  }

  .mt-lg-n0h,
  .my-lg-n0h {
    margin-top: -0.2rem !important;
  }

  .mr-lg-n0h,
  .mx-lg-n0h {
    margin-right: -0.2rem !important;
  }

  .mb-lg-n0h,
  .my-lg-n0h {
    margin-bottom: -0.2rem !important;
  }

  .ml-lg-n0h,
  .mx-lg-n0h {
    margin-left: -0.2rem !important;
  }

  .m-lg-n1h {
    margin: -0.35rem !important;
  }

  .mt-lg-n1h,
  .my-lg-n1h {
    margin-top: -0.35rem !important;
  }

  .mr-lg-n1h,
  .mx-lg-n1h {
    margin-right: -0.35rem !important;
  }

  .mb-lg-n1h,
  .my-lg-n1h {
    margin-bottom: -0.35rem !important;
  }

  .ml-lg-n1h,
  .mx-lg-n1h {
    margin-left: -0.35rem !important;
  }

  .m-lg-n6 {
    margin: -1.5rem !important;
  }

  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n7 {
    margin: -1.75rem !important;
  }

  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -1.75rem !important;
  }

  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -1.75rem !important;
  }

  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -1.75rem !important;
  }

  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -1.75rem !important;
  }

  .m-lg-n8 {
    margin: -2rem !important;
  }

  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -2rem !important;
  }

  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -2rem !important;
  }

  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -2rem !important;
  }

  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -2rem !important;
  }

  .m-lg-n9 {
    margin: -2.25rem !important;
  }

  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -2.25rem !important;
  }

  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -2.25rem !important;
  }

  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -2.25rem !important;
  }

  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -2.25rem !important;
  }

  .m-lg-n10 {
    margin: -2.5rem !important;
  }

  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -2.5rem !important;
  }

  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -2.5rem !important;
  }

  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -2.5rem !important;
  }

  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -2.5rem !important;
  }

  .m-lg-n11 {
    margin: -2.75rem !important;
  }

  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -2.75rem !important;
  }

  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -2.75rem !important;
  }

  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -2.75rem !important;
  }

  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -2.75rem !important;
  }

  .m-lg-n12 {
    margin: -3rem !important;
  }

  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -3rem !important;
  }

  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -3rem !important;
  }

  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -3rem !important;
  }

  .m-lg-n13 {
    margin: -3.25rem !important;
  }

  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -3.25rem !important;
  }

  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -3.25rem !important;
  }

  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -3.25rem !important;
  }

  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -3.25rem !important;
  }

  .m-lg-n14 {
    margin: -3.5rem !important;
  }

  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -3.5rem !important;
  }

  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -3.5rem !important;
  }

  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -3.5rem !important;
  }

  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -3.5rem !important;
  }

  .m-lg-n15 {
    margin: -3.75rem !important;
  }

  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -3.75rem !important;
  }

  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -3.75rem !important;
  }

  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -3.75rem !important;
  }

  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -3.75rem !important;
  }

  .m-lg-n16 {
    margin: -4rem !important;
  }

  .mt-lg-n16,
  .my-lg-n16 {
    margin-top: -4rem !important;
  }

  .mr-lg-n16,
  .mx-lg-n16 {
    margin-right: -4rem !important;
  }

  .mb-lg-n16,
  .my-lg-n16 {
    margin-bottom: -4rem !important;
  }

  .ml-lg-n16,
  .mx-lg-n16 {
    margin-left: -4rem !important;
  }

  .m-lg-n17 {
    margin: -4.25rem !important;
  }

  .mt-lg-n17,
  .my-lg-n17 {
    margin-top: -4.25rem !important;
  }

  .mr-lg-n17,
  .mx-lg-n17 {
    margin-right: -4.25rem !important;
  }

  .mb-lg-n17,
  .my-lg-n17 {
    margin-bottom: -4.25rem !important;
  }

  .ml-lg-n17,
  .mx-lg-n17 {
    margin-left: -4.25rem !important;
  }

  .m-lg-n18 {
    margin: -4.55rem !important;
  }

  .mt-lg-n18,
  .my-lg-n18 {
    margin-top: -4.55rem !important;
  }

  .mr-lg-n18,
  .mx-lg-n18 {
    margin-right: -4.55rem !important;
  }

  .mb-lg-n18,
  .my-lg-n18 {
    margin-bottom: -4.55rem !important;
  }

  .ml-lg-n18,
  .mx-lg-n18 {
    margin-left: -4.55rem !important;
  }

  .m-lg-n19 {
    margin: -4.75rem !important;
  }

  .mt-lg-n19,
  .my-lg-n19 {
    margin-top: -4.75rem !important;
  }

  .mr-lg-n19,
  .mx-lg-n19 {
    margin-right: -4.75rem !important;
  }

  .mb-lg-n19,
  .my-lg-n19 {
    margin-bottom: -4.75rem !important;
  }

  .ml-lg-n19,
  .mx-lg-n19 {
    margin-left: -4.75rem !important;
  }

  .m-lg-n20 {
    margin: -5rem !important;
  }

  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -5rem !important;
  }

  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -5rem !important;
  }

  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -5rem !important;
  }

  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -5rem !important;
  }

  .m-lg-n21 {
    margin: -5.25rem !important;
  }

  .mt-lg-n21,
  .my-lg-n21 {
    margin-top: -5.25rem !important;
  }

  .mr-lg-n21,
  .mx-lg-n21 {
    margin-right: -5.25rem !important;
  }

  .mb-lg-n21,
  .my-lg-n21 {
    margin-bottom: -5.25rem !important;
  }

  .ml-lg-n21,
  .mx-lg-n21 {
    margin-left: -5.25rem !important;
  }

  .m-lg-n22 {
    margin: -5.5rem !important;
  }

  .mt-lg-n22,
  .my-lg-n22 {
    margin-top: -5.5rem !important;
  }

  .mr-lg-n22,
  .mx-lg-n22 {
    margin-right: -5.5rem !important;
  }

  .mb-lg-n22,
  .my-lg-n22 {
    margin-bottom: -5.5rem !important;
  }

  .ml-lg-n22,
  .mx-lg-n22 {
    margin-left: -5.5rem !important;
  }

  .m-lg-n23 {
    margin: -5.75rem !important;
  }

  .mt-lg-n23,
  .my-lg-n23 {
    margin-top: -5.75rem !important;
  }

  .mr-lg-n23,
  .mx-lg-n23 {
    margin-right: -5.75rem !important;
  }

  .mb-lg-n23,
  .my-lg-n23 {
    margin-bottom: -5.75rem !important;
  }

  .ml-lg-n23,
  .mx-lg-n23 {
    margin-left: -5.75rem !important;
  }

  .m-lg-n24 {
    margin: -6rem !important;
  }

  .mt-lg-n24,
  .my-lg-n24 {
    margin-top: -6rem !important;
  }

  .mr-lg-n24,
  .mx-lg-n24 {
    margin-right: -6rem !important;
  }

  .mb-lg-n24,
  .my-lg-n24 {
    margin-bottom: -6rem !important;
  }

  .ml-lg-n24,
  .mx-lg-n24 {
    margin-left: -6rem !important;
  }

  .m-lg-n25 {
    margin: -6.25rem !important;
  }

  .mt-lg-n25,
  .my-lg-n25 {
    margin-top: -6.25rem !important;
  }

  .mr-lg-n25,
  .mx-lg-n25 {
    margin-right: -6.25rem !important;
  }

  .mb-lg-n25,
  .my-lg-n25 {
    margin-bottom: -6.25rem !important;
  }

  .ml-lg-n25,
  .mx-lg-n25 {
    margin-left: -6.25rem !important;
  }

  .m-lg-n26 {
    margin: -6.5rem !important;
  }

  .mt-lg-n26,
  .my-lg-n26 {
    margin-top: -6.5rem !important;
  }

  .mr-lg-n26,
  .mx-lg-n26 {
    margin-right: -6.5rem !important;
  }

  .mb-lg-n26,
  .my-lg-n26 {
    margin-bottom: -6.5rem !important;
  }

  .ml-lg-n26,
  .mx-lg-n26 {
    margin-left: -6.5rem !important;
  }

  .m-lg-n27 {
    margin: -6.75rem !important;
  }

  .mt-lg-n27,
  .my-lg-n27 {
    margin-top: -6.75rem !important;
  }

  .mr-lg-n27,
  .mx-lg-n27 {
    margin-right: -6.75rem !important;
  }

  .mb-lg-n27,
  .my-lg-n27 {
    margin-bottom: -6.75rem !important;
  }

  .ml-lg-n27,
  .mx-lg-n27 {
    margin-left: -6.75rem !important;
  }

  .m-lg-n28 {
    margin: -7rem !important;
  }

  .mt-lg-n28,
  .my-lg-n28 {
    margin-top: -7rem !important;
  }

  .mr-lg-n28,
  .mx-lg-n28 {
    margin-right: -7rem !important;
  }

  .mb-lg-n28,
  .my-lg-n28 {
    margin-bottom: -7rem !important;
  }

  .ml-lg-n28,
  .mx-lg-n28 {
    margin-left: -7rem !important;
  }

  .m-lg-n29 {
    margin: -7.25rem !important;
  }

  .mt-lg-n29,
  .my-lg-n29 {
    margin-top: -7.25rem !important;
  }

  .mr-lg-n29,
  .mx-lg-n29 {
    margin-right: -7.25rem !important;
  }

  .mb-lg-n29,
  .my-lg-n29 {
    margin-bottom: -7.25rem !important;
  }

  .ml-lg-n29,
  .mx-lg-n29 {
    margin-left: -7.25rem !important;
  }

  .m-lg-n30 {
    margin: -7.5rem !important;
  }

  .mt-lg-n30,
  .my-lg-n30 {
    margin-top: -7.5rem !important;
  }

  .mr-lg-n30,
  .mx-lg-n30 {
    margin-right: -7.5rem !important;
  }

  .mb-lg-n30,
  .my-lg-n30 {
    margin-bottom: -7.5rem !important;
  }

  .ml-lg-n30,
  .mx-lg-n30 {
    margin-left: -7.5rem !important;
  }

  .m-lg-n31 {
    margin: -7.75rem !important;
  }

  .mt-lg-n31,
  .my-lg-n31 {
    margin-top: -7.75rem !important;
  }

  .mr-lg-n31,
  .mx-lg-n31 {
    margin-right: -7.75rem !important;
  }

  .mb-lg-n31,
  .my-lg-n31 {
    margin-bottom: -7.75rem !important;
  }

  .ml-lg-n31,
  .mx-lg-n31 {
    margin-left: -7.75rem !important;
  }

  .m-lg-n32 {
    margin: -8rem !important;
  }

  .mt-lg-n32,
  .my-lg-n32 {
    margin-top: -8rem !important;
  }

  .mr-lg-n32,
  .mx-lg-n32 {
    margin-right: -8rem !important;
  }

  .mb-lg-n32,
  .my-lg-n32 {
    margin-bottom: -8rem !important;
  }

  .ml-lg-n32,
  .mx-lg-n32 {
    margin-left: -8rem !important;
  }

  .m-lg-n33 {
    margin: -8.25rem !important;
  }

  .mt-lg-n33,
  .my-lg-n33 {
    margin-top: -8.25rem !important;
  }

  .mr-lg-n33,
  .mx-lg-n33 {
    margin-right: -8.25rem !important;
  }

  .mb-lg-n33,
  .my-lg-n33 {
    margin-bottom: -8.25rem !important;
  }

  .ml-lg-n33,
  .mx-lg-n33 {
    margin-left: -8.25rem !important;
  }

  .m-lg-n34 {
    margin: -8.5rem !important;
  }

  .mt-lg-n34,
  .my-lg-n34 {
    margin-top: -8.5rem !important;
  }

  .mr-lg-n34,
  .mx-lg-n34 {
    margin-right: -8.5rem !important;
  }

  .mb-lg-n34,
  .my-lg-n34 {
    margin-bottom: -8.5rem !important;
  }

  .ml-lg-n34,
  .mx-lg-n34 {
    margin-left: -8.5rem !important;
  }

  .m-lg-n35 {
    margin: -8.75rem !important;
  }

  .mt-lg-n35,
  .my-lg-n35 {
    margin-top: -8.75rem !important;
  }

  .mr-lg-n35,
  .mx-lg-n35 {
    margin-right: -8.75rem !important;
  }

  .mb-lg-n35,
  .my-lg-n35 {
    margin-bottom: -8.75rem !important;
  }

  .ml-lg-n35,
  .mx-lg-n35 {
    margin-left: -8.75rem !important;
  }

  .m-lg-n36 {
    margin: -9rem !important;
  }

  .mt-lg-n36,
  .my-lg-n36 {
    margin-top: -9rem !important;
  }

  .mr-lg-n36,
  .mx-lg-n36 {
    margin-right: -9rem !important;
  }

  .mb-lg-n36,
  .my-lg-n36 {
    margin-bottom: -9rem !important;
  }

  .ml-lg-n36,
  .mx-lg-n36 {
    margin-left: -9rem !important;
  }

  .m-lg-n37 {
    margin: -9.25rem !important;
  }

  .mt-lg-n37,
  .my-lg-n37 {
    margin-top: -9.25rem !important;
  }

  .mr-lg-n37,
  .mx-lg-n37 {
    margin-right: -9.25rem !important;
  }

  .mb-lg-n37,
  .my-lg-n37 {
    margin-bottom: -9.25rem !important;
  }

  .ml-lg-n37,
  .mx-lg-n37 {
    margin-left: -9.25rem !important;
  }

  .m-lg-n38 {
    margin: -9.5rem !important;
  }

  .mt-lg-n38,
  .my-lg-n38 {
    margin-top: -9.5rem !important;
  }

  .mr-lg-n38,
  .mx-lg-n38 {
    margin-right: -9.5rem !important;
  }

  .mb-lg-n38,
  .my-lg-n38 {
    margin-bottom: -9.5rem !important;
  }

  .ml-lg-n38,
  .mx-lg-n38 {
    margin-left: -9.5rem !important;
  }

  .m-lg-n39 {
    margin: -9.75rem !important;
  }

  .mt-lg-n39,
  .my-lg-n39 {
    margin-top: -9.75rem !important;
  }

  .mr-lg-n39,
  .mx-lg-n39 {
    margin-right: -9.75rem !important;
  }

  .mb-lg-n39,
  .my-lg-n39 {
    margin-bottom: -9.75rem !important;
  }

  .ml-lg-n39,
  .mx-lg-n39 {
    margin-left: -9.75rem !important;
  }

  .m-lg-n40 {
    margin: -10rem !important;
  }

  .mt-lg-n40,
  .my-lg-n40 {
    margin-top: -10rem !important;
  }

  .mr-lg-n40,
  .mx-lg-n40 {
    margin-right: -10rem !important;
  }

  .mb-lg-n40,
  .my-lg-n40 {
    margin-bottom: -10rem !important;
  }

  .ml-lg-n40,
  .mx-lg-n40 {
    margin-left: -10rem !important;
  }

  .m-lg-n41 {
    margin: -10.25rem !important;
  }

  .mt-lg-n41,
  .my-lg-n41 {
    margin-top: -10.25rem !important;
  }

  .mr-lg-n41,
  .mx-lg-n41 {
    margin-right: -10.25rem !important;
  }

  .mb-lg-n41,
  .my-lg-n41 {
    margin-bottom: -10.25rem !important;
  }

  .ml-lg-n41,
  .mx-lg-n41 {
    margin-left: -10.25rem !important;
  }

  .m-lg-n42 {
    margin: -10.5rem !important;
  }

  .mt-lg-n42,
  .my-lg-n42 {
    margin-top: -10.5rem !important;
  }

  .mr-lg-n42,
  .mx-lg-n42 {
    margin-right: -10.5rem !important;
  }

  .mb-lg-n42,
  .my-lg-n42 {
    margin-bottom: -10.5rem !important;
  }

  .ml-lg-n42,
  .mx-lg-n42 {
    margin-left: -10.5rem !important;
  }

  .m-lg-n43 {
    margin: -10.75rem !important;
  }

  .mt-lg-n43,
  .my-lg-n43 {
    margin-top: -10.75rem !important;
  }

  .mr-lg-n43,
  .mx-lg-n43 {
    margin-right: -10.75rem !important;
  }

  .mb-lg-n43,
  .my-lg-n43 {
    margin-bottom: -10.75rem !important;
  }

  .ml-lg-n43,
  .mx-lg-n43 {
    margin-left: -10.75rem !important;
  }

  .m-lg-n44 {
    margin: -11rem !important;
  }

  .mt-lg-n44,
  .my-lg-n44 {
    margin-top: -11rem !important;
  }

  .mr-lg-n44,
  .mx-lg-n44 {
    margin-right: -11rem !important;
  }

  .mb-lg-n44,
  .my-lg-n44 {
    margin-bottom: -11rem !important;
  }

  .ml-lg-n44,
  .mx-lg-n44 {
    margin-left: -11rem !important;
  }

  .m-lg-n45 {
    margin: -11.25rem !important;
  }

  .mt-lg-n45,
  .my-lg-n45 {
    margin-top: -11.25rem !important;
  }

  .mr-lg-n45,
  .mx-lg-n45 {
    margin-right: -11.25rem !important;
  }

  .mb-lg-n45,
  .my-lg-n45 {
    margin-bottom: -11.25rem !important;
  }

  .ml-lg-n45,
  .mx-lg-n45 {
    margin-left: -11.25rem !important;
  }

  .m-lg-n46 {
    margin: -11.5rem !important;
  }

  .mt-lg-n46,
  .my-lg-n46 {
    margin-top: -11.5rem !important;
  }

  .mr-lg-n46,
  .mx-lg-n46 {
    margin-right: -11.5rem !important;
  }

  .mb-lg-n46,
  .my-lg-n46 {
    margin-bottom: -11.5rem !important;
  }

  .ml-lg-n46,
  .mx-lg-n46 {
    margin-left: -11.5rem !important;
  }

  .m-lg-n47 {
    margin: -11.75rem !important;
  }

  .mt-lg-n47,
  .my-lg-n47 {
    margin-top: -11.75rem !important;
  }

  .mr-lg-n47,
  .mx-lg-n47 {
    margin-right: -11.75rem !important;
  }

  .mb-lg-n47,
  .my-lg-n47 {
    margin-bottom: -11.75rem !important;
  }

  .ml-lg-n47,
  .mx-lg-n47 {
    margin-left: -11.75rem !important;
  }

  .m-lg-n48 {
    margin: -12.25rem !important;
  }

  .mt-lg-n48,
  .my-lg-n48 {
    margin-top: -12.25rem !important;
  }

  .mr-lg-n48,
  .mx-lg-n48 {
    margin-right: -12.25rem !important;
  }

  .mb-lg-n48,
  .my-lg-n48 {
    margin-bottom: -12.25rem !important;
  }

  .ml-lg-n48,
  .mx-lg-n48 {
    margin-left: -12.25rem !important;
  }

  .m-lg-n49 {
    margin: -12.5rem !important;
  }

  .mt-lg-n49,
  .my-lg-n49 {
    margin-top: -12.5rem !important;
  }

  .mr-lg-n49,
  .mx-lg-n49 {
    margin-right: -12.5rem !important;
  }

  .mb-lg-n49,
  .my-lg-n49 {
    margin-bottom: -12.5rem !important;
  }

  .ml-lg-n49,
  .mx-lg-n49 {
    margin-left: -12.5rem !important;
  }

  .m-lg-n50 {
    margin: -12.75rem !important;
  }

  .mt-lg-n50,
  .my-lg-n50 {
    margin-top: -12.75rem !important;
  }

  .mr-lg-n50,
  .mx-lg-n50 {
    margin-right: -12.75rem !important;
  }

  .mb-lg-n50,
  .my-lg-n50 {
    margin-bottom: -12.75rem !important;
  }

  .ml-lg-n50,
  .mx-lg-n50 {
    margin-left: -12.75rem !important;
  }

  .m-lg-n51 {
    margin: -13rem !important;
  }

  .mt-lg-n51,
  .my-lg-n51 {
    margin-top: -13rem !important;
  }

  .mr-lg-n51,
  .mx-lg-n51 {
    margin-right: -13rem !important;
  }

  .mb-lg-n51,
  .my-lg-n51 {
    margin-bottom: -13rem !important;
  }

  .ml-lg-n51,
  .mx-lg-n51 {
    margin-left: -13rem !important;
  }

  .m-lg-n52 {
    margin: -13.25rem !important;
  }

  .mt-lg-n52,
  .my-lg-n52 {
    margin-top: -13.25rem !important;
  }

  .mr-lg-n52,
  .mx-lg-n52 {
    margin-right: -13.25rem !important;
  }

  .mb-lg-n52,
  .my-lg-n52 {
    margin-bottom: -13.25rem !important;
  }

  .ml-lg-n52,
  .mx-lg-n52 {
    margin-left: -13.25rem !important;
  }

  .m-lg-n53 {
    margin: -13.5rem !important;
  }

  .mt-lg-n53,
  .my-lg-n53 {
    margin-top: -13.5rem !important;
  }

  .mr-lg-n53,
  .mx-lg-n53 {
    margin-right: -13.5rem !important;
  }

  .mb-lg-n53,
  .my-lg-n53 {
    margin-bottom: -13.5rem !important;
  }

  .ml-lg-n53,
  .mx-lg-n53 {
    margin-left: -13.5rem !important;
  }

  .m-lg-n54 {
    margin: -13.75rem !important;
  }

  .mt-lg-n54,
  .my-lg-n54 {
    margin-top: -13.75rem !important;
  }

  .mr-lg-n54,
  .mx-lg-n54 {
    margin-right: -13.75rem !important;
  }

  .mb-lg-n54,
  .my-lg-n54 {
    margin-bottom: -13.75rem !important;
  }

  .ml-lg-n54,
  .mx-lg-n54 {
    margin-left: -13.75rem !important;
  }

  .m-lg-n55 {
    margin: -14rem !important;
  }

  .mt-lg-n55,
  .my-lg-n55 {
    margin-top: -14rem !important;
  }

  .mr-lg-n55,
  .mx-lg-n55 {
    margin-right: -14rem !important;
  }

  .mb-lg-n55,
  .my-lg-n55 {
    margin-bottom: -14rem !important;
  }

  .ml-lg-n55,
  .mx-lg-n55 {
    margin-left: -14rem !important;
  }

  .m-lg-n56 {
    margin: -14.25rem !important;
  }

  .mt-lg-n56,
  .my-lg-n56 {
    margin-top: -14.25rem !important;
  }

  .mr-lg-n56,
  .mx-lg-n56 {
    margin-right: -14.25rem !important;
  }

  .mb-lg-n56,
  .my-lg-n56 {
    margin-bottom: -14.25rem !important;
  }

  .ml-lg-n56,
  .mx-lg-n56 {
    margin-left: -14.25rem !important;
  }

  .m-lg-n57 {
    margin: -14.5rem !important;
  }

  .mt-lg-n57,
  .my-lg-n57 {
    margin-top: -14.5rem !important;
  }

  .mr-lg-n57,
  .mx-lg-n57 {
    margin-right: -14.5rem !important;
  }

  .mb-lg-n57,
  .my-lg-n57 {
    margin-bottom: -14.5rem !important;
  }

  .ml-lg-n57,
  .mx-lg-n57 {
    margin-left: -14.5rem !important;
  }

  .m-lg-n58 {
    margin: -14.75rem !important;
  }

  .mt-lg-n58,
  .my-lg-n58 {
    margin-top: -14.75rem !important;
  }

  .mr-lg-n58,
  .mx-lg-n58 {
    margin-right: -14.75rem !important;
  }

  .mb-lg-n58,
  .my-lg-n58 {
    margin-bottom: -14.75rem !important;
  }

  .ml-lg-n58,
  .mx-lg-n58 {
    margin-left: -14.75rem !important;
  }

  .m-lg-n59 {
    margin: -15rem !important;
  }

  .mt-lg-n59,
  .my-lg-n59 {
    margin-top: -15rem !important;
  }

  .mr-lg-n59,
  .mx-lg-n59 {
    margin-right: -15rem !important;
  }

  .mb-lg-n59,
  .my-lg-n59 {
    margin-bottom: -15rem !important;
  }

  .ml-lg-n59,
  .mx-lg-n59 {
    margin-left: -15rem !important;
  }

  .m-lg-n60 {
    margin: -15.25rem !important;
  }

  .mt-lg-n60,
  .my-lg-n60 {
    margin-top: -15.25rem !important;
  }

  .mr-lg-n60,
  .mx-lg-n60 {
    margin-right: -15.25rem !important;
  }

  .mb-lg-n60,
  .my-lg-n60 {
    margin-bottom: -15.25rem !important;
  }

  .ml-lg-n60,
  .mx-lg-n60 {
    margin-left: -15.25rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 0.75rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 0.75rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 0.75rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 0.75rem !important;
  }

  .m-xl-4 {
    margin: 1rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1rem !important;
  }

  .m-xl-5 {
    margin: 1.25rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 1.25rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 1.25rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 1.25rem !important;
  }

  .m-xl-0h {
    margin: 0.2rem !important;
  }

  .mt-xl-0h,
  .my-xl-0h {
    margin-top: 0.2rem !important;
  }

  .mr-xl-0h,
  .mx-xl-0h {
    margin-right: 0.2rem !important;
  }

  .mb-xl-0h,
  .my-xl-0h {
    margin-bottom: 0.2rem !important;
  }

  .ml-xl-0h,
  .mx-xl-0h {
    margin-left: 0.2rem !important;
  }

  .m-xl-1h {
    margin: 0.35rem !important;
  }

  .mt-xl-1h,
  .my-xl-1h {
    margin-top: 0.35rem !important;
  }

  .mr-xl-1h,
  .mx-xl-1h {
    margin-right: 0.35rem !important;
  }

  .mb-xl-1h,
  .my-xl-1h {
    margin-bottom: 0.35rem !important;
  }

  .ml-xl-1h,
  .mx-xl-1h {
    margin-left: 0.35rem !important;
  }

  .m-xl-6 {
    margin: 1.5rem !important;
  }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 1.5rem !important;
  }

  .m-xl-7 {
    margin: 1.75rem !important;
  }

  .mt-xl-7,
  .my-xl-7 {
    margin-top: 1.75rem !important;
  }

  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 1.75rem !important;
  }

  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 1.75rem !important;
  }

  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 1.75rem !important;
  }

  .m-xl-8 {
    margin: 2rem !important;
  }

  .mt-xl-8,
  .my-xl-8 {
    margin-top: 2rem !important;
  }

  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 2rem !important;
  }

  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 2rem !important;
  }

  .m-xl-9 {
    margin: 2.25rem !important;
  }

  .mt-xl-9,
  .my-xl-9 {
    margin-top: 2.25rem !important;
  }

  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 2.25rem !important;
  }

  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 2.25rem !important;
  }

  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 2.25rem !important;
  }

  .m-xl-10 {
    margin: 2.5rem !important;
  }

  .mt-xl-10,
  .my-xl-10 {
    margin-top: 2.5rem !important;
  }

  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 2.5rem !important;
  }

  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 2.5rem !important;
  }

  .m-xl-11 {
    margin: 2.75rem !important;
  }

  .mt-xl-11,
  .my-xl-11 {
    margin-top: 2.75rem !important;
  }

  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 2.75rem !important;
  }

  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 2.75rem !important;
  }

  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 2.75rem !important;
  }

  .m-xl-12 {
    margin: 3rem !important;
  }

  .mt-xl-12,
  .my-xl-12 {
    margin-top: 3rem !important;
  }

  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 3rem !important;
  }

  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 3rem !important;
  }

  .m-xl-13 {
    margin: 3.25rem !important;
  }

  .mt-xl-13,
  .my-xl-13 {
    margin-top: 3.25rem !important;
  }

  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 3.25rem !important;
  }

  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 3.25rem !important;
  }

  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 3.25rem !important;
  }

  .m-xl-14 {
    margin: 3.5rem !important;
  }

  .mt-xl-14,
  .my-xl-14 {
    margin-top: 3.5rem !important;
  }

  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 3.5rem !important;
  }

  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 3.5rem !important;
  }

  .m-xl-15 {
    margin: 3.75rem !important;
  }

  .mt-xl-15,
  .my-xl-15 {
    margin-top: 3.75rem !important;
  }

  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 3.75rem !important;
  }

  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 3.75rem !important;
  }

  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 3.75rem !important;
  }

  .m-xl-16 {
    margin: 4rem !important;
  }

  .mt-xl-16,
  .my-xl-16 {
    margin-top: 4rem !important;
  }

  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 4rem !important;
  }

  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 4rem !important;
  }

  .m-xl-17 {
    margin: 4.25rem !important;
  }

  .mt-xl-17,
  .my-xl-17 {
    margin-top: 4.25rem !important;
  }

  .mr-xl-17,
  .mx-xl-17 {
    margin-right: 4.25rem !important;
  }

  .mb-xl-17,
  .my-xl-17 {
    margin-bottom: 4.25rem !important;
  }

  .ml-xl-17,
  .mx-xl-17 {
    margin-left: 4.25rem !important;
  }

  .m-xl-18 {
    margin: 4.55rem !important;
  }

  .mt-xl-18,
  .my-xl-18 {
    margin-top: 4.55rem !important;
  }

  .mr-xl-18,
  .mx-xl-18 {
    margin-right: 4.55rem !important;
  }

  .mb-xl-18,
  .my-xl-18 {
    margin-bottom: 4.55rem !important;
  }

  .ml-xl-18,
  .mx-xl-18 {
    margin-left: 4.55rem !important;
  }

  .m-xl-19 {
    margin: 4.75rem !important;
  }

  .mt-xl-19,
  .my-xl-19 {
    margin-top: 4.75rem !important;
  }

  .mr-xl-19,
  .mx-xl-19 {
    margin-right: 4.75rem !important;
  }

  .mb-xl-19,
  .my-xl-19 {
    margin-bottom: 4.75rem !important;
  }

  .ml-xl-19,
  .mx-xl-19 {
    margin-left: 4.75rem !important;
  }

  .m-xl-20 {
    margin: 5rem !important;
  }

  .mt-xl-20,
  .my-xl-20 {
    margin-top: 5rem !important;
  }

  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 5rem !important;
  }

  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 5rem !important;
  }

  .m-xl-21 {
    margin: 5.25rem !important;
  }

  .mt-xl-21,
  .my-xl-21 {
    margin-top: 5.25rem !important;
  }

  .mr-xl-21,
  .mx-xl-21 {
    margin-right: 5.25rem !important;
  }

  .mb-xl-21,
  .my-xl-21 {
    margin-bottom: 5.25rem !important;
  }

  .ml-xl-21,
  .mx-xl-21 {
    margin-left: 5.25rem !important;
  }

  .m-xl-22 {
    margin: 5.5rem !important;
  }

  .mt-xl-22,
  .my-xl-22 {
    margin-top: 5.5rem !important;
  }

  .mr-xl-22,
  .mx-xl-22 {
    margin-right: 5.5rem !important;
  }

  .mb-xl-22,
  .my-xl-22 {
    margin-bottom: 5.5rem !important;
  }

  .ml-xl-22,
  .mx-xl-22 {
    margin-left: 5.5rem !important;
  }

  .m-xl-23 {
    margin: 5.75rem !important;
  }

  .mt-xl-23,
  .my-xl-23 {
    margin-top: 5.75rem !important;
  }

  .mr-xl-23,
  .mx-xl-23 {
    margin-right: 5.75rem !important;
  }

  .mb-xl-23,
  .my-xl-23 {
    margin-bottom: 5.75rem !important;
  }

  .ml-xl-23,
  .mx-xl-23 {
    margin-left: 5.75rem !important;
  }

  .m-xl-24 {
    margin: 6rem !important;
  }

  .mt-xl-24,
  .my-xl-24 {
    margin-top: 6rem !important;
  }

  .mr-xl-24,
  .mx-xl-24 {
    margin-right: 6rem !important;
  }

  .mb-xl-24,
  .my-xl-24 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-24,
  .mx-xl-24 {
    margin-left: 6rem !important;
  }

  .m-xl-25 {
    margin: 6.25rem !important;
  }

  .mt-xl-25,
  .my-xl-25 {
    margin-top: 6.25rem !important;
  }

  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 6.25rem !important;
  }

  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 6.25rem !important;
  }

  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 6.25rem !important;
  }

  .m-xl-26 {
    margin: 6.5rem !important;
  }

  .mt-xl-26,
  .my-xl-26 {
    margin-top: 6.5rem !important;
  }

  .mr-xl-26,
  .mx-xl-26 {
    margin-right: 6.5rem !important;
  }

  .mb-xl-26,
  .my-xl-26 {
    margin-bottom: 6.5rem !important;
  }

  .ml-xl-26,
  .mx-xl-26 {
    margin-left: 6.5rem !important;
  }

  .m-xl-27 {
    margin: 6.75rem !important;
  }

  .mt-xl-27,
  .my-xl-27 {
    margin-top: 6.75rem !important;
  }

  .mr-xl-27,
  .mx-xl-27 {
    margin-right: 6.75rem !important;
  }

  .mb-xl-27,
  .my-xl-27 {
    margin-bottom: 6.75rem !important;
  }

  .ml-xl-27,
  .mx-xl-27 {
    margin-left: 6.75rem !important;
  }

  .m-xl-28 {
    margin: 7rem !important;
  }

  .mt-xl-28,
  .my-xl-28 {
    margin-top: 7rem !important;
  }

  .mr-xl-28,
  .mx-xl-28 {
    margin-right: 7rem !important;
  }

  .mb-xl-28,
  .my-xl-28 {
    margin-bottom: 7rem !important;
  }

  .ml-xl-28,
  .mx-xl-28 {
    margin-left: 7rem !important;
  }

  .m-xl-29 {
    margin: 7.25rem !important;
  }

  .mt-xl-29,
  .my-xl-29 {
    margin-top: 7.25rem !important;
  }

  .mr-xl-29,
  .mx-xl-29 {
    margin-right: 7.25rem !important;
  }

  .mb-xl-29,
  .my-xl-29 {
    margin-bottom: 7.25rem !important;
  }

  .ml-xl-29,
  .mx-xl-29 {
    margin-left: 7.25rem !important;
  }

  .m-xl-30 {
    margin: 7.5rem !important;
  }

  .mt-xl-30,
  .my-xl-30 {
    margin-top: 7.5rem !important;
  }

  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 7.5rem !important;
  }

  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 7.5rem !important;
  }

  .m-xl-31 {
    margin: 7.75rem !important;
  }

  .mt-xl-31,
  .my-xl-31 {
    margin-top: 7.75rem !important;
  }

  .mr-xl-31,
  .mx-xl-31 {
    margin-right: 7.75rem !important;
  }

  .mb-xl-31,
  .my-xl-31 {
    margin-bottom: 7.75rem !important;
  }

  .ml-xl-31,
  .mx-xl-31 {
    margin-left: 7.75rem !important;
  }

  .m-xl-32 {
    margin: 8rem !important;
  }

  .mt-xl-32,
  .my-xl-32 {
    margin-top: 8rem !important;
  }

  .mr-xl-32,
  .mx-xl-32 {
    margin-right: 8rem !important;
  }

  .mb-xl-32,
  .my-xl-32 {
    margin-bottom: 8rem !important;
  }

  .ml-xl-32,
  .mx-xl-32 {
    margin-left: 8rem !important;
  }

  .m-xl-33 {
    margin: 8.25rem !important;
  }

  .mt-xl-33,
  .my-xl-33 {
    margin-top: 8.25rem !important;
  }

  .mr-xl-33,
  .mx-xl-33 {
    margin-right: 8.25rem !important;
  }

  .mb-xl-33,
  .my-xl-33 {
    margin-bottom: 8.25rem !important;
  }

  .ml-xl-33,
  .mx-xl-33 {
    margin-left: 8.25rem !important;
  }

  .m-xl-34 {
    margin: 8.5rem !important;
  }

  .mt-xl-34,
  .my-xl-34 {
    margin-top: 8.5rem !important;
  }

  .mr-xl-34,
  .mx-xl-34 {
    margin-right: 8.5rem !important;
  }

  .mb-xl-34,
  .my-xl-34 {
    margin-bottom: 8.5rem !important;
  }

  .ml-xl-34,
  .mx-xl-34 {
    margin-left: 8.5rem !important;
  }

  .m-xl-35 {
    margin: 8.75rem !important;
  }

  .mt-xl-35,
  .my-xl-35 {
    margin-top: 8.75rem !important;
  }

  .mr-xl-35,
  .mx-xl-35 {
    margin-right: 8.75rem !important;
  }

  .mb-xl-35,
  .my-xl-35 {
    margin-bottom: 8.75rem !important;
  }

  .ml-xl-35,
  .mx-xl-35 {
    margin-left: 8.75rem !important;
  }

  .m-xl-36 {
    margin: 9rem !important;
  }

  .mt-xl-36,
  .my-xl-36 {
    margin-top: 9rem !important;
  }

  .mr-xl-36,
  .mx-xl-36 {
    margin-right: 9rem !important;
  }

  .mb-xl-36,
  .my-xl-36 {
    margin-bottom: 9rem !important;
  }

  .ml-xl-36,
  .mx-xl-36 {
    margin-left: 9rem !important;
  }

  .m-xl-37 {
    margin: 9.25rem !important;
  }

  .mt-xl-37,
  .my-xl-37 {
    margin-top: 9.25rem !important;
  }

  .mr-xl-37,
  .mx-xl-37 {
    margin-right: 9.25rem !important;
  }

  .mb-xl-37,
  .my-xl-37 {
    margin-bottom: 9.25rem !important;
  }

  .ml-xl-37,
  .mx-xl-37 {
    margin-left: 9.25rem !important;
  }

  .m-xl-38 {
    margin: 9.5rem !important;
  }

  .mt-xl-38,
  .my-xl-38 {
    margin-top: 9.5rem !important;
  }

  .mr-xl-38,
  .mx-xl-38 {
    margin-right: 9.5rem !important;
  }

  .mb-xl-38,
  .my-xl-38 {
    margin-bottom: 9.5rem !important;
  }

  .ml-xl-38,
  .mx-xl-38 {
    margin-left: 9.5rem !important;
  }

  .m-xl-39 {
    margin: 9.75rem !important;
  }

  .mt-xl-39,
  .my-xl-39 {
    margin-top: 9.75rem !important;
  }

  .mr-xl-39,
  .mx-xl-39 {
    margin-right: 9.75rem !important;
  }

  .mb-xl-39,
  .my-xl-39 {
    margin-bottom: 9.75rem !important;
  }

  .ml-xl-39,
  .mx-xl-39 {
    margin-left: 9.75rem !important;
  }

  .m-xl-40 {
    margin: 10rem !important;
  }

  .mt-xl-40,
  .my-xl-40 {
    margin-top: 10rem !important;
  }

  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 10rem !important;
  }

  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 10rem !important;
  }

  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 10rem !important;
  }

  .m-xl-41 {
    margin: 10.25rem !important;
  }

  .mt-xl-41,
  .my-xl-41 {
    margin-top: 10.25rem !important;
  }

  .mr-xl-41,
  .mx-xl-41 {
    margin-right: 10.25rem !important;
  }

  .mb-xl-41,
  .my-xl-41 {
    margin-bottom: 10.25rem !important;
  }

  .ml-xl-41,
  .mx-xl-41 {
    margin-left: 10.25rem !important;
  }

  .m-xl-42 {
    margin: 10.5rem !important;
  }

  .mt-xl-42,
  .my-xl-42 {
    margin-top: 10.5rem !important;
  }

  .mr-xl-42,
  .mx-xl-42 {
    margin-right: 10.5rem !important;
  }

  .mb-xl-42,
  .my-xl-42 {
    margin-bottom: 10.5rem !important;
  }

  .ml-xl-42,
  .mx-xl-42 {
    margin-left: 10.5rem !important;
  }

  .m-xl-43 {
    margin: 10.75rem !important;
  }

  .mt-xl-43,
  .my-xl-43 {
    margin-top: 10.75rem !important;
  }

  .mr-xl-43,
  .mx-xl-43 {
    margin-right: 10.75rem !important;
  }

  .mb-xl-43,
  .my-xl-43 {
    margin-bottom: 10.75rem !important;
  }

  .ml-xl-43,
  .mx-xl-43 {
    margin-left: 10.75rem !important;
  }

  .m-xl-44 {
    margin: 11rem !important;
  }

  .mt-xl-44,
  .my-xl-44 {
    margin-top: 11rem !important;
  }

  .mr-xl-44,
  .mx-xl-44 {
    margin-right: 11rem !important;
  }

  .mb-xl-44,
  .my-xl-44 {
    margin-bottom: 11rem !important;
  }

  .ml-xl-44,
  .mx-xl-44 {
    margin-left: 11rem !important;
  }

  .m-xl-45 {
    margin: 11.25rem !important;
  }

  .mt-xl-45,
  .my-xl-45 {
    margin-top: 11.25rem !important;
  }

  .mr-xl-45,
  .mx-xl-45 {
    margin-right: 11.25rem !important;
  }

  .mb-xl-45,
  .my-xl-45 {
    margin-bottom: 11.25rem !important;
  }

  .ml-xl-45,
  .mx-xl-45 {
    margin-left: 11.25rem !important;
  }

  .m-xl-46 {
    margin: 11.5rem !important;
  }

  .mt-xl-46,
  .my-xl-46 {
    margin-top: 11.5rem !important;
  }

  .mr-xl-46,
  .mx-xl-46 {
    margin-right: 11.5rem !important;
  }

  .mb-xl-46,
  .my-xl-46 {
    margin-bottom: 11.5rem !important;
  }

  .ml-xl-46,
  .mx-xl-46 {
    margin-left: 11.5rem !important;
  }

  .m-xl-47 {
    margin: 11.75rem !important;
  }

  .mt-xl-47,
  .my-xl-47 {
    margin-top: 11.75rem !important;
  }

  .mr-xl-47,
  .mx-xl-47 {
    margin-right: 11.75rem !important;
  }

  .mb-xl-47,
  .my-xl-47 {
    margin-bottom: 11.75rem !important;
  }

  .ml-xl-47,
  .mx-xl-47 {
    margin-left: 11.75rem !important;
  }

  .m-xl-48 {
    margin: 12.25rem !important;
  }

  .mt-xl-48,
  .my-xl-48 {
    margin-top: 12.25rem !important;
  }

  .mr-xl-48,
  .mx-xl-48 {
    margin-right: 12.25rem !important;
  }

  .mb-xl-48,
  .my-xl-48 {
    margin-bottom: 12.25rem !important;
  }

  .ml-xl-48,
  .mx-xl-48 {
    margin-left: 12.25rem !important;
  }

  .m-xl-49 {
    margin: 12.5rem !important;
  }

  .mt-xl-49,
  .my-xl-49 {
    margin-top: 12.5rem !important;
  }

  .mr-xl-49,
  .mx-xl-49 {
    margin-right: 12.5rem !important;
  }

  .mb-xl-49,
  .my-xl-49 {
    margin-bottom: 12.5rem !important;
  }

  .ml-xl-49,
  .mx-xl-49 {
    margin-left: 12.5rem !important;
  }

  .m-xl-50 {
    margin: 12.75rem !important;
  }

  .mt-xl-50,
  .my-xl-50 {
    margin-top: 12.75rem !important;
  }

  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 12.75rem !important;
  }

  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 12.75rem !important;
  }

  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 12.75rem !important;
  }

  .m-xl-51 {
    margin: 13rem !important;
  }

  .mt-xl-51,
  .my-xl-51 {
    margin-top: 13rem !important;
  }

  .mr-xl-51,
  .mx-xl-51 {
    margin-right: 13rem !important;
  }

  .mb-xl-51,
  .my-xl-51 {
    margin-bottom: 13rem !important;
  }

  .ml-xl-51,
  .mx-xl-51 {
    margin-left: 13rem !important;
  }

  .m-xl-52 {
    margin: 13.25rem !important;
  }

  .mt-xl-52,
  .my-xl-52 {
    margin-top: 13.25rem !important;
  }

  .mr-xl-52,
  .mx-xl-52 {
    margin-right: 13.25rem !important;
  }

  .mb-xl-52,
  .my-xl-52 {
    margin-bottom: 13.25rem !important;
  }

  .ml-xl-52,
  .mx-xl-52 {
    margin-left: 13.25rem !important;
  }

  .m-xl-53 {
    margin: 13.5rem !important;
  }

  .mt-xl-53,
  .my-xl-53 {
    margin-top: 13.5rem !important;
  }

  .mr-xl-53,
  .mx-xl-53 {
    margin-right: 13.5rem !important;
  }

  .mb-xl-53,
  .my-xl-53 {
    margin-bottom: 13.5rem !important;
  }

  .ml-xl-53,
  .mx-xl-53 {
    margin-left: 13.5rem !important;
  }

  .m-xl-54 {
    margin: 13.75rem !important;
  }

  .mt-xl-54,
  .my-xl-54 {
    margin-top: 13.75rem !important;
  }

  .mr-xl-54,
  .mx-xl-54 {
    margin-right: 13.75rem !important;
  }

  .mb-xl-54,
  .my-xl-54 {
    margin-bottom: 13.75rem !important;
  }

  .ml-xl-54,
  .mx-xl-54 {
    margin-left: 13.75rem !important;
  }

  .m-xl-55 {
    margin: 14rem !important;
  }

  .mt-xl-55,
  .my-xl-55 {
    margin-top: 14rem !important;
  }

  .mr-xl-55,
  .mx-xl-55 {
    margin-right: 14rem !important;
  }

  .mb-xl-55,
  .my-xl-55 {
    margin-bottom: 14rem !important;
  }

  .ml-xl-55,
  .mx-xl-55 {
    margin-left: 14rem !important;
  }

  .m-xl-56 {
    margin: 14.25rem !important;
  }

  .mt-xl-56,
  .my-xl-56 {
    margin-top: 14.25rem !important;
  }

  .mr-xl-56,
  .mx-xl-56 {
    margin-right: 14.25rem !important;
  }

  .mb-xl-56,
  .my-xl-56 {
    margin-bottom: 14.25rem !important;
  }

  .ml-xl-56,
  .mx-xl-56 {
    margin-left: 14.25rem !important;
  }

  .m-xl-57 {
    margin: 14.5rem !important;
  }

  .mt-xl-57,
  .my-xl-57 {
    margin-top: 14.5rem !important;
  }

  .mr-xl-57,
  .mx-xl-57 {
    margin-right: 14.5rem !important;
  }

  .mb-xl-57,
  .my-xl-57 {
    margin-bottom: 14.5rem !important;
  }

  .ml-xl-57,
  .mx-xl-57 {
    margin-left: 14.5rem !important;
  }

  .m-xl-58 {
    margin: 14.75rem !important;
  }

  .mt-xl-58,
  .my-xl-58 {
    margin-top: 14.75rem !important;
  }

  .mr-xl-58,
  .mx-xl-58 {
    margin-right: 14.75rem !important;
  }

  .mb-xl-58,
  .my-xl-58 {
    margin-bottom: 14.75rem !important;
  }

  .ml-xl-58,
  .mx-xl-58 {
    margin-left: 14.75rem !important;
  }

  .m-xl-59 {
    margin: 15rem !important;
  }

  .mt-xl-59,
  .my-xl-59 {
    margin-top: 15rem !important;
  }

  .mr-xl-59,
  .mx-xl-59 {
    margin-right: 15rem !important;
  }

  .mb-xl-59,
  .my-xl-59 {
    margin-bottom: 15rem !important;
  }

  .ml-xl-59,
  .mx-xl-59 {
    margin-left: 15rem !important;
  }

  .m-xl-60 {
    margin: 15.25rem !important;
  }

  .mt-xl-60,
  .my-xl-60 {
    margin-top: 15.25rem !important;
  }

  .mr-xl-60,
  .mx-xl-60 {
    margin-right: 15.25rem !important;
  }

  .mb-xl-60,
  .my-xl-60 {
    margin-bottom: 15.25rem !important;
  }

  .ml-xl-60,
  .mx-xl-60 {
    margin-left: 15.25rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 0.75rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 0.75rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 0.75rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 0.75rem !important;
  }

  .p-xl-4 {
    padding: 1rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1rem !important;
  }

  .p-xl-5 {
    padding: 1.25rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 1.25rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 1.25rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 1.25rem !important;
  }

  .p-xl-0h {
    padding: 0.2rem !important;
  }

  .pt-xl-0h,
  .py-xl-0h {
    padding-top: 0.2rem !important;
  }

  .pr-xl-0h,
  .px-xl-0h {
    padding-right: 0.2rem !important;
  }

  .pb-xl-0h,
  .py-xl-0h {
    padding-bottom: 0.2rem !important;
  }

  .pl-xl-0h,
  .px-xl-0h {
    padding-left: 0.2rem !important;
  }

  .p-xl-1h {
    padding: 0.35rem !important;
  }

  .pt-xl-1h,
  .py-xl-1h {
    padding-top: 0.35rem !important;
  }

  .pr-xl-1h,
  .px-xl-1h {
    padding-right: 0.35rem !important;
  }

  .pb-xl-1h,
  .py-xl-1h {
    padding-bottom: 0.35rem !important;
  }

  .pl-xl-1h,
  .px-xl-1h {
    padding-left: 0.35rem !important;
  }

  .p-xl-6 {
    padding: 1.5rem !important;
  }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 1.5rem !important;
  }

  .p-xl-7 {
    padding: 1.75rem !important;
  }

  .pt-xl-7,
  .py-xl-7 {
    padding-top: 1.75rem !important;
  }

  .pr-xl-7,
  .px-xl-7 {
    padding-right: 1.75rem !important;
  }

  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 1.75rem !important;
  }

  .pl-xl-7,
  .px-xl-7 {
    padding-left: 1.75rem !important;
  }

  .p-xl-8 {
    padding: 2rem !important;
  }

  .pt-xl-8,
  .py-xl-8 {
    padding-top: 2rem !important;
  }

  .pr-xl-8,
  .px-xl-8 {
    padding-right: 2rem !important;
  }

  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-8,
  .px-xl-8 {
    padding-left: 2rem !important;
  }

  .p-xl-9 {
    padding: 2.25rem !important;
  }

  .pt-xl-9,
  .py-xl-9 {
    padding-top: 2.25rem !important;
  }

  .pr-xl-9,
  .px-xl-9 {
    padding-right: 2.25rem !important;
  }

  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 2.25rem !important;
  }

  .pl-xl-9,
  .px-xl-9 {
    padding-left: 2.25rem !important;
  }

  .p-xl-10 {
    padding: 2.5rem !important;
  }

  .pt-xl-10,
  .py-xl-10 {
    padding-top: 2.5rem !important;
  }

  .pr-xl-10,
  .px-xl-10 {
    padding-right: 2.5rem !important;
  }

  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xl-10,
  .px-xl-10 {
    padding-left: 2.5rem !important;
  }

  .p-xl-11 {
    padding: 2.75rem !important;
  }

  .pt-xl-11,
  .py-xl-11 {
    padding-top: 2.75rem !important;
  }

  .pr-xl-11,
  .px-xl-11 {
    padding-right: 2.75rem !important;
  }

  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 2.75rem !important;
  }

  .pl-xl-11,
  .px-xl-11 {
    padding-left: 2.75rem !important;
  }

  .p-xl-12 {
    padding: 3rem !important;
  }

  .pt-xl-12,
  .py-xl-12 {
    padding-top: 3rem !important;
  }

  .pr-xl-12,
  .px-xl-12 {
    padding-right: 3rem !important;
  }

  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-12,
  .px-xl-12 {
    padding-left: 3rem !important;
  }

  .p-xl-13 {
    padding: 3.25rem !important;
  }

  .pt-xl-13,
  .py-xl-13 {
    padding-top: 3.25rem !important;
  }

  .pr-xl-13,
  .px-xl-13 {
    padding-right: 3.25rem !important;
  }

  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 3.25rem !important;
  }

  .pl-xl-13,
  .px-xl-13 {
    padding-left: 3.25rem !important;
  }

  .p-xl-14 {
    padding: 3.5rem !important;
  }

  .pt-xl-14,
  .py-xl-14 {
    padding-top: 3.5rem !important;
  }

  .pr-xl-14,
  .px-xl-14 {
    padding-right: 3.5rem !important;
  }

  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xl-14,
  .px-xl-14 {
    padding-left: 3.5rem !important;
  }

  .p-xl-15 {
    padding: 3.75rem !important;
  }

  .pt-xl-15,
  .py-xl-15 {
    padding-top: 3.75rem !important;
  }

  .pr-xl-15,
  .px-xl-15 {
    padding-right: 3.75rem !important;
  }

  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 3.75rem !important;
  }

  .pl-xl-15,
  .px-xl-15 {
    padding-left: 3.75rem !important;
  }

  .p-xl-16 {
    padding: 4rem !important;
  }

  .pt-xl-16,
  .py-xl-16 {
    padding-top: 4rem !important;
  }

  .pr-xl-16,
  .px-xl-16 {
    padding-right: 4rem !important;
  }

  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-16,
  .px-xl-16 {
    padding-left: 4rem !important;
  }

  .p-xl-17 {
    padding: 4.25rem !important;
  }

  .pt-xl-17,
  .py-xl-17 {
    padding-top: 4.25rem !important;
  }

  .pr-xl-17,
  .px-xl-17 {
    padding-right: 4.25rem !important;
  }

  .pb-xl-17,
  .py-xl-17 {
    padding-bottom: 4.25rem !important;
  }

  .pl-xl-17,
  .px-xl-17 {
    padding-left: 4.25rem !important;
  }

  .p-xl-18 {
    padding: 4.55rem !important;
  }

  .pt-xl-18,
  .py-xl-18 {
    padding-top: 4.55rem !important;
  }

  .pr-xl-18,
  .px-xl-18 {
    padding-right: 4.55rem !important;
  }

  .pb-xl-18,
  .py-xl-18 {
    padding-bottom: 4.55rem !important;
  }

  .pl-xl-18,
  .px-xl-18 {
    padding-left: 4.55rem !important;
  }

  .p-xl-19 {
    padding: 4.75rem !important;
  }

  .pt-xl-19,
  .py-xl-19 {
    padding-top: 4.75rem !important;
  }

  .pr-xl-19,
  .px-xl-19 {
    padding-right: 4.75rem !important;
  }

  .pb-xl-19,
  .py-xl-19 {
    padding-bottom: 4.75rem !important;
  }

  .pl-xl-19,
  .px-xl-19 {
    padding-left: 4.75rem !important;
  }

  .p-xl-20 {
    padding: 5rem !important;
  }

  .pt-xl-20,
  .py-xl-20 {
    padding-top: 5rem !important;
  }

  .pr-xl-20,
  .px-xl-20 {
    padding-right: 5rem !important;
  }

  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-20,
  .px-xl-20 {
    padding-left: 5rem !important;
  }

  .p-xl-21 {
    padding: 5.25rem !important;
  }

  .pt-xl-21,
  .py-xl-21 {
    padding-top: 5.25rem !important;
  }

  .pr-xl-21,
  .px-xl-21 {
    padding-right: 5.25rem !important;
  }

  .pb-xl-21,
  .py-xl-21 {
    padding-bottom: 5.25rem !important;
  }

  .pl-xl-21,
  .px-xl-21 {
    padding-left: 5.25rem !important;
  }

  .p-xl-22 {
    padding: 5.5rem !important;
  }

  .pt-xl-22,
  .py-xl-22 {
    padding-top: 5.5rem !important;
  }

  .pr-xl-22,
  .px-xl-22 {
    padding-right: 5.5rem !important;
  }

  .pb-xl-22,
  .py-xl-22 {
    padding-bottom: 5.5rem !important;
  }

  .pl-xl-22,
  .px-xl-22 {
    padding-left: 5.5rem !important;
  }

  .p-xl-23 {
    padding: 5.75rem !important;
  }

  .pt-xl-23,
  .py-xl-23 {
    padding-top: 5.75rem !important;
  }

  .pr-xl-23,
  .px-xl-23 {
    padding-right: 5.75rem !important;
  }

  .pb-xl-23,
  .py-xl-23 {
    padding-bottom: 5.75rem !important;
  }

  .pl-xl-23,
  .px-xl-23 {
    padding-left: 5.75rem !important;
  }

  .p-xl-24 {
    padding: 6rem !important;
  }

  .pt-xl-24,
  .py-xl-24 {
    padding-top: 6rem !important;
  }

  .pr-xl-24,
  .px-xl-24 {
    padding-right: 6rem !important;
  }

  .pb-xl-24,
  .py-xl-24 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-24,
  .px-xl-24 {
    padding-left: 6rem !important;
  }

  .p-xl-25 {
    padding: 6.25rem !important;
  }

  .pt-xl-25,
  .py-xl-25 {
    padding-top: 6.25rem !important;
  }

  .pr-xl-25,
  .px-xl-25 {
    padding-right: 6.25rem !important;
  }

  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 6.25rem !important;
  }

  .pl-xl-25,
  .px-xl-25 {
    padding-left: 6.25rem !important;
  }

  .p-xl-26 {
    padding: 6.5rem !important;
  }

  .pt-xl-26,
  .py-xl-26 {
    padding-top: 6.5rem !important;
  }

  .pr-xl-26,
  .px-xl-26 {
    padding-right: 6.5rem !important;
  }

  .pb-xl-26,
  .py-xl-26 {
    padding-bottom: 6.5rem !important;
  }

  .pl-xl-26,
  .px-xl-26 {
    padding-left: 6.5rem !important;
  }

  .p-xl-27 {
    padding: 6.75rem !important;
  }

  .pt-xl-27,
  .py-xl-27 {
    padding-top: 6.75rem !important;
  }

  .pr-xl-27,
  .px-xl-27 {
    padding-right: 6.75rem !important;
  }

  .pb-xl-27,
  .py-xl-27 {
    padding-bottom: 6.75rem !important;
  }

  .pl-xl-27,
  .px-xl-27 {
    padding-left: 6.75rem !important;
  }

  .p-xl-28 {
    padding: 7rem !important;
  }

  .pt-xl-28,
  .py-xl-28 {
    padding-top: 7rem !important;
  }

  .pr-xl-28,
  .px-xl-28 {
    padding-right: 7rem !important;
  }

  .pb-xl-28,
  .py-xl-28 {
    padding-bottom: 7rem !important;
  }

  .pl-xl-28,
  .px-xl-28 {
    padding-left: 7rem !important;
  }

  .p-xl-29 {
    padding: 7.25rem !important;
  }

  .pt-xl-29,
  .py-xl-29 {
    padding-top: 7.25rem !important;
  }

  .pr-xl-29,
  .px-xl-29 {
    padding-right: 7.25rem !important;
  }

  .pb-xl-29,
  .py-xl-29 {
    padding-bottom: 7.25rem !important;
  }

  .pl-xl-29,
  .px-xl-29 {
    padding-left: 7.25rem !important;
  }

  .p-xl-30 {
    padding: 7.5rem !important;
  }

  .pt-xl-30,
  .py-xl-30 {
    padding-top: 7.5rem !important;
  }

  .pr-xl-30,
  .px-xl-30 {
    padding-right: 7.5rem !important;
  }

  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xl-30,
  .px-xl-30 {
    padding-left: 7.5rem !important;
  }

  .p-xl-31 {
    padding: 7.75rem !important;
  }

  .pt-xl-31,
  .py-xl-31 {
    padding-top: 7.75rem !important;
  }

  .pr-xl-31,
  .px-xl-31 {
    padding-right: 7.75rem !important;
  }

  .pb-xl-31,
  .py-xl-31 {
    padding-bottom: 7.75rem !important;
  }

  .pl-xl-31,
  .px-xl-31 {
    padding-left: 7.75rem !important;
  }

  .p-xl-32 {
    padding: 8rem !important;
  }

  .pt-xl-32,
  .py-xl-32 {
    padding-top: 8rem !important;
  }

  .pr-xl-32,
  .px-xl-32 {
    padding-right: 8rem !important;
  }

  .pb-xl-32,
  .py-xl-32 {
    padding-bottom: 8rem !important;
  }

  .pl-xl-32,
  .px-xl-32 {
    padding-left: 8rem !important;
  }

  .p-xl-33 {
    padding: 8.25rem !important;
  }

  .pt-xl-33,
  .py-xl-33 {
    padding-top: 8.25rem !important;
  }

  .pr-xl-33,
  .px-xl-33 {
    padding-right: 8.25rem !important;
  }

  .pb-xl-33,
  .py-xl-33 {
    padding-bottom: 8.25rem !important;
  }

  .pl-xl-33,
  .px-xl-33 {
    padding-left: 8.25rem !important;
  }

  .p-xl-34 {
    padding: 8.5rem !important;
  }

  .pt-xl-34,
  .py-xl-34 {
    padding-top: 8.5rem !important;
  }

  .pr-xl-34,
  .px-xl-34 {
    padding-right: 8.5rem !important;
  }

  .pb-xl-34,
  .py-xl-34 {
    padding-bottom: 8.5rem !important;
  }

  .pl-xl-34,
  .px-xl-34 {
    padding-left: 8.5rem !important;
  }

  .p-xl-35 {
    padding: 8.75rem !important;
  }

  .pt-xl-35,
  .py-xl-35 {
    padding-top: 8.75rem !important;
  }

  .pr-xl-35,
  .px-xl-35 {
    padding-right: 8.75rem !important;
  }

  .pb-xl-35,
  .py-xl-35 {
    padding-bottom: 8.75rem !important;
  }

  .pl-xl-35,
  .px-xl-35 {
    padding-left: 8.75rem !important;
  }

  .p-xl-36 {
    padding: 9rem !important;
  }

  .pt-xl-36,
  .py-xl-36 {
    padding-top: 9rem !important;
  }

  .pr-xl-36,
  .px-xl-36 {
    padding-right: 9rem !important;
  }

  .pb-xl-36,
  .py-xl-36 {
    padding-bottom: 9rem !important;
  }

  .pl-xl-36,
  .px-xl-36 {
    padding-left: 9rem !important;
  }

  .p-xl-37 {
    padding: 9.25rem !important;
  }

  .pt-xl-37,
  .py-xl-37 {
    padding-top: 9.25rem !important;
  }

  .pr-xl-37,
  .px-xl-37 {
    padding-right: 9.25rem !important;
  }

  .pb-xl-37,
  .py-xl-37 {
    padding-bottom: 9.25rem !important;
  }

  .pl-xl-37,
  .px-xl-37 {
    padding-left: 9.25rem !important;
  }

  .p-xl-38 {
    padding: 9.5rem !important;
  }

  .pt-xl-38,
  .py-xl-38 {
    padding-top: 9.5rem !important;
  }

  .pr-xl-38,
  .px-xl-38 {
    padding-right: 9.5rem !important;
  }

  .pb-xl-38,
  .py-xl-38 {
    padding-bottom: 9.5rem !important;
  }

  .pl-xl-38,
  .px-xl-38 {
    padding-left: 9.5rem !important;
  }

  .p-xl-39 {
    padding: 9.75rem !important;
  }

  .pt-xl-39,
  .py-xl-39 {
    padding-top: 9.75rem !important;
  }

  .pr-xl-39,
  .px-xl-39 {
    padding-right: 9.75rem !important;
  }

  .pb-xl-39,
  .py-xl-39 {
    padding-bottom: 9.75rem !important;
  }

  .pl-xl-39,
  .px-xl-39 {
    padding-left: 9.75rem !important;
  }

  .p-xl-40 {
    padding: 10rem !important;
  }

  .pt-xl-40,
  .py-xl-40 {
    padding-top: 10rem !important;
  }

  .pr-xl-40,
  .px-xl-40 {
    padding-right: 10rem !important;
  }

  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 10rem !important;
  }

  .pl-xl-40,
  .px-xl-40 {
    padding-left: 10rem !important;
  }

  .p-xl-41 {
    padding: 10.25rem !important;
  }

  .pt-xl-41,
  .py-xl-41 {
    padding-top: 10.25rem !important;
  }

  .pr-xl-41,
  .px-xl-41 {
    padding-right: 10.25rem !important;
  }

  .pb-xl-41,
  .py-xl-41 {
    padding-bottom: 10.25rem !important;
  }

  .pl-xl-41,
  .px-xl-41 {
    padding-left: 10.25rem !important;
  }

  .p-xl-42 {
    padding: 10.5rem !important;
  }

  .pt-xl-42,
  .py-xl-42 {
    padding-top: 10.5rem !important;
  }

  .pr-xl-42,
  .px-xl-42 {
    padding-right: 10.5rem !important;
  }

  .pb-xl-42,
  .py-xl-42 {
    padding-bottom: 10.5rem !important;
  }

  .pl-xl-42,
  .px-xl-42 {
    padding-left: 10.5rem !important;
  }

  .p-xl-43 {
    padding: 10.75rem !important;
  }

  .pt-xl-43,
  .py-xl-43 {
    padding-top: 10.75rem !important;
  }

  .pr-xl-43,
  .px-xl-43 {
    padding-right: 10.75rem !important;
  }

  .pb-xl-43,
  .py-xl-43 {
    padding-bottom: 10.75rem !important;
  }

  .pl-xl-43,
  .px-xl-43 {
    padding-left: 10.75rem !important;
  }

  .p-xl-44 {
    padding: 11rem !important;
  }

  .pt-xl-44,
  .py-xl-44 {
    padding-top: 11rem !important;
  }

  .pr-xl-44,
  .px-xl-44 {
    padding-right: 11rem !important;
  }

  .pb-xl-44,
  .py-xl-44 {
    padding-bottom: 11rem !important;
  }

  .pl-xl-44,
  .px-xl-44 {
    padding-left: 11rem !important;
  }

  .p-xl-45 {
    padding: 11.25rem !important;
  }

  .pt-xl-45,
  .py-xl-45 {
    padding-top: 11.25rem !important;
  }

  .pr-xl-45,
  .px-xl-45 {
    padding-right: 11.25rem !important;
  }

  .pb-xl-45,
  .py-xl-45 {
    padding-bottom: 11.25rem !important;
  }

  .pl-xl-45,
  .px-xl-45 {
    padding-left: 11.25rem !important;
  }

  .p-xl-46 {
    padding: 11.5rem !important;
  }

  .pt-xl-46,
  .py-xl-46 {
    padding-top: 11.5rem !important;
  }

  .pr-xl-46,
  .px-xl-46 {
    padding-right: 11.5rem !important;
  }

  .pb-xl-46,
  .py-xl-46 {
    padding-bottom: 11.5rem !important;
  }

  .pl-xl-46,
  .px-xl-46 {
    padding-left: 11.5rem !important;
  }

  .p-xl-47 {
    padding: 11.75rem !important;
  }

  .pt-xl-47,
  .py-xl-47 {
    padding-top: 11.75rem !important;
  }

  .pr-xl-47,
  .px-xl-47 {
    padding-right: 11.75rem !important;
  }

  .pb-xl-47,
  .py-xl-47 {
    padding-bottom: 11.75rem !important;
  }

  .pl-xl-47,
  .px-xl-47 {
    padding-left: 11.75rem !important;
  }

  .p-xl-48 {
    padding: 12.25rem !important;
  }

  .pt-xl-48,
  .py-xl-48 {
    padding-top: 12.25rem !important;
  }

  .pr-xl-48,
  .px-xl-48 {
    padding-right: 12.25rem !important;
  }

  .pb-xl-48,
  .py-xl-48 {
    padding-bottom: 12.25rem !important;
  }

  .pl-xl-48,
  .px-xl-48 {
    padding-left: 12.25rem !important;
  }

  .p-xl-49 {
    padding: 12.5rem !important;
  }

  .pt-xl-49,
  .py-xl-49 {
    padding-top: 12.5rem !important;
  }

  .pr-xl-49,
  .px-xl-49 {
    padding-right: 12.5rem !important;
  }

  .pb-xl-49,
  .py-xl-49 {
    padding-bottom: 12.5rem !important;
  }

  .pl-xl-49,
  .px-xl-49 {
    padding-left: 12.5rem !important;
  }

  .p-xl-50 {
    padding: 12.75rem !important;
  }

  .pt-xl-50,
  .py-xl-50 {
    padding-top: 12.75rem !important;
  }

  .pr-xl-50,
  .px-xl-50 {
    padding-right: 12.75rem !important;
  }

  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 12.75rem !important;
  }

  .pl-xl-50,
  .px-xl-50 {
    padding-left: 12.75rem !important;
  }

  .p-xl-51 {
    padding: 13rem !important;
  }

  .pt-xl-51,
  .py-xl-51 {
    padding-top: 13rem !important;
  }

  .pr-xl-51,
  .px-xl-51 {
    padding-right: 13rem !important;
  }

  .pb-xl-51,
  .py-xl-51 {
    padding-bottom: 13rem !important;
  }

  .pl-xl-51,
  .px-xl-51 {
    padding-left: 13rem !important;
  }

  .p-xl-52 {
    padding: 13.25rem !important;
  }

  .pt-xl-52,
  .py-xl-52 {
    padding-top: 13.25rem !important;
  }

  .pr-xl-52,
  .px-xl-52 {
    padding-right: 13.25rem !important;
  }

  .pb-xl-52,
  .py-xl-52 {
    padding-bottom: 13.25rem !important;
  }

  .pl-xl-52,
  .px-xl-52 {
    padding-left: 13.25rem !important;
  }

  .p-xl-53 {
    padding: 13.5rem !important;
  }

  .pt-xl-53,
  .py-xl-53 {
    padding-top: 13.5rem !important;
  }

  .pr-xl-53,
  .px-xl-53 {
    padding-right: 13.5rem !important;
  }

  .pb-xl-53,
  .py-xl-53 {
    padding-bottom: 13.5rem !important;
  }

  .pl-xl-53,
  .px-xl-53 {
    padding-left: 13.5rem !important;
  }

  .p-xl-54 {
    padding: 13.75rem !important;
  }

  .pt-xl-54,
  .py-xl-54 {
    padding-top: 13.75rem !important;
  }

  .pr-xl-54,
  .px-xl-54 {
    padding-right: 13.75rem !important;
  }

  .pb-xl-54,
  .py-xl-54 {
    padding-bottom: 13.75rem !important;
  }

  .pl-xl-54,
  .px-xl-54 {
    padding-left: 13.75rem !important;
  }

  .p-xl-55 {
    padding: 14rem !important;
  }

  .pt-xl-55,
  .py-xl-55 {
    padding-top: 14rem !important;
  }

  .pr-xl-55,
  .px-xl-55 {
    padding-right: 14rem !important;
  }

  .pb-xl-55,
  .py-xl-55 {
    padding-bottom: 14rem !important;
  }

  .pl-xl-55,
  .px-xl-55 {
    padding-left: 14rem !important;
  }

  .p-xl-56 {
    padding: 14.25rem !important;
  }

  .pt-xl-56,
  .py-xl-56 {
    padding-top: 14.25rem !important;
  }

  .pr-xl-56,
  .px-xl-56 {
    padding-right: 14.25rem !important;
  }

  .pb-xl-56,
  .py-xl-56 {
    padding-bottom: 14.25rem !important;
  }

  .pl-xl-56,
  .px-xl-56 {
    padding-left: 14.25rem !important;
  }

  .p-xl-57 {
    padding: 14.5rem !important;
  }

  .pt-xl-57,
  .py-xl-57 {
    padding-top: 14.5rem !important;
  }

  .pr-xl-57,
  .px-xl-57 {
    padding-right: 14.5rem !important;
  }

  .pb-xl-57,
  .py-xl-57 {
    padding-bottom: 14.5rem !important;
  }

  .pl-xl-57,
  .px-xl-57 {
    padding-left: 14.5rem !important;
  }

  .p-xl-58 {
    padding: 14.75rem !important;
  }

  .pt-xl-58,
  .py-xl-58 {
    padding-top: 14.75rem !important;
  }

  .pr-xl-58,
  .px-xl-58 {
    padding-right: 14.75rem !important;
  }

  .pb-xl-58,
  .py-xl-58 {
    padding-bottom: 14.75rem !important;
  }

  .pl-xl-58,
  .px-xl-58 {
    padding-left: 14.75rem !important;
  }

  .p-xl-59 {
    padding: 15rem !important;
  }

  .pt-xl-59,
  .py-xl-59 {
    padding-top: 15rem !important;
  }

  .pr-xl-59,
  .px-xl-59 {
    padding-right: 15rem !important;
  }

  .pb-xl-59,
  .py-xl-59 {
    padding-bottom: 15rem !important;
  }

  .pl-xl-59,
  .px-xl-59 {
    padding-left: 15rem !important;
  }

  .p-xl-60 {
    padding: 15.25rem !important;
  }

  .pt-xl-60,
  .py-xl-60 {
    padding-top: 15.25rem !important;
  }

  .pr-xl-60,
  .px-xl-60 {
    padding-right: 15.25rem !important;
  }

  .pb-xl-60,
  .py-xl-60 {
    padding-bottom: 15.25rem !important;
  }

  .pl-xl-60,
  .px-xl-60 {
    padding-left: 15.25rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -0.75rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -0.75rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -0.75rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -0.75rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -0.75rem !important;
  }

  .m-xl-n4 {
    margin: -1rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1rem !important;
  }

  .m-xl-n5 {
    margin: -1.25rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -1.25rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -1.25rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -1.25rem !important;
  }

  .m-xl-n0h {
    margin: -0.2rem !important;
  }

  .mt-xl-n0h,
  .my-xl-n0h {
    margin-top: -0.2rem !important;
  }

  .mr-xl-n0h,
  .mx-xl-n0h {
    margin-right: -0.2rem !important;
  }

  .mb-xl-n0h,
  .my-xl-n0h {
    margin-bottom: -0.2rem !important;
  }

  .ml-xl-n0h,
  .mx-xl-n0h {
    margin-left: -0.2rem !important;
  }

  .m-xl-n1h {
    margin: -0.35rem !important;
  }

  .mt-xl-n1h,
  .my-xl-n1h {
    margin-top: -0.35rem !important;
  }

  .mr-xl-n1h,
  .mx-xl-n1h {
    margin-right: -0.35rem !important;
  }

  .mb-xl-n1h,
  .my-xl-n1h {
    margin-bottom: -0.35rem !important;
  }

  .ml-xl-n1h,
  .mx-xl-n1h {
    margin-left: -0.35rem !important;
  }

  .m-xl-n6 {
    margin: -1.5rem !important;
  }

  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n7 {
    margin: -1.75rem !important;
  }

  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -1.75rem !important;
  }

  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -1.75rem !important;
  }

  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -1.75rem !important;
  }

  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -1.75rem !important;
  }

  .m-xl-n8 {
    margin: -2rem !important;
  }

  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -2rem !important;
  }

  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -2rem !important;
  }

  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -2rem !important;
  }

  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -2rem !important;
  }

  .m-xl-n9 {
    margin: -2.25rem !important;
  }

  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -2.25rem !important;
  }

  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -2.25rem !important;
  }

  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -2.25rem !important;
  }

  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -2.25rem !important;
  }

  .m-xl-n10 {
    margin: -2.5rem !important;
  }

  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -2.5rem !important;
  }

  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -2.5rem !important;
  }

  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -2.5rem !important;
  }

  .m-xl-n11 {
    margin: -2.75rem !important;
  }

  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -2.75rem !important;
  }

  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -2.75rem !important;
  }

  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -2.75rem !important;
  }

  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -2.75rem !important;
  }

  .m-xl-n12 {
    margin: -3rem !important;
  }

  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -3rem !important;
  }

  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -3rem !important;
  }

  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -3rem !important;
  }

  .m-xl-n13 {
    margin: -3.25rem !important;
  }

  .mt-xl-n13,
  .my-xl-n13 {
    margin-top: -3.25rem !important;
  }

  .mr-xl-n13,
  .mx-xl-n13 {
    margin-right: -3.25rem !important;
  }

  .mb-xl-n13,
  .my-xl-n13 {
    margin-bottom: -3.25rem !important;
  }

  .ml-xl-n13,
  .mx-xl-n13 {
    margin-left: -3.25rem !important;
  }

  .m-xl-n14 {
    margin: -3.5rem !important;
  }

  .mt-xl-n14,
  .my-xl-n14 {
    margin-top: -3.5rem !important;
  }

  .mr-xl-n14,
  .mx-xl-n14 {
    margin-right: -3.5rem !important;
  }

  .mb-xl-n14,
  .my-xl-n14 {
    margin-bottom: -3.5rem !important;
  }

  .ml-xl-n14,
  .mx-xl-n14 {
    margin-left: -3.5rem !important;
  }

  .m-xl-n15 {
    margin: -3.75rem !important;
  }

  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -3.75rem !important;
  }

  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -3.75rem !important;
  }

  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -3.75rem !important;
  }

  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -3.75rem !important;
  }

  .m-xl-n16 {
    margin: -4rem !important;
  }

  .mt-xl-n16,
  .my-xl-n16 {
    margin-top: -4rem !important;
  }

  .mr-xl-n16,
  .mx-xl-n16 {
    margin-right: -4rem !important;
  }

  .mb-xl-n16,
  .my-xl-n16 {
    margin-bottom: -4rem !important;
  }

  .ml-xl-n16,
  .mx-xl-n16 {
    margin-left: -4rem !important;
  }

  .m-xl-n17 {
    margin: -4.25rem !important;
  }

  .mt-xl-n17,
  .my-xl-n17 {
    margin-top: -4.25rem !important;
  }

  .mr-xl-n17,
  .mx-xl-n17 {
    margin-right: -4.25rem !important;
  }

  .mb-xl-n17,
  .my-xl-n17 {
    margin-bottom: -4.25rem !important;
  }

  .ml-xl-n17,
  .mx-xl-n17 {
    margin-left: -4.25rem !important;
  }

  .m-xl-n18 {
    margin: -4.55rem !important;
  }

  .mt-xl-n18,
  .my-xl-n18 {
    margin-top: -4.55rem !important;
  }

  .mr-xl-n18,
  .mx-xl-n18 {
    margin-right: -4.55rem !important;
  }

  .mb-xl-n18,
  .my-xl-n18 {
    margin-bottom: -4.55rem !important;
  }

  .ml-xl-n18,
  .mx-xl-n18 {
    margin-left: -4.55rem !important;
  }

  .m-xl-n19 {
    margin: -4.75rem !important;
  }

  .mt-xl-n19,
  .my-xl-n19 {
    margin-top: -4.75rem !important;
  }

  .mr-xl-n19,
  .mx-xl-n19 {
    margin-right: -4.75rem !important;
  }

  .mb-xl-n19,
  .my-xl-n19 {
    margin-bottom: -4.75rem !important;
  }

  .ml-xl-n19,
  .mx-xl-n19 {
    margin-left: -4.75rem !important;
  }

  .m-xl-n20 {
    margin: -5rem !important;
  }

  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -5rem !important;
  }

  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -5rem !important;
  }

  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -5rem !important;
  }

  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -5rem !important;
  }

  .m-xl-n21 {
    margin: -5.25rem !important;
  }

  .mt-xl-n21,
  .my-xl-n21 {
    margin-top: -5.25rem !important;
  }

  .mr-xl-n21,
  .mx-xl-n21 {
    margin-right: -5.25rem !important;
  }

  .mb-xl-n21,
  .my-xl-n21 {
    margin-bottom: -5.25rem !important;
  }

  .ml-xl-n21,
  .mx-xl-n21 {
    margin-left: -5.25rem !important;
  }

  .m-xl-n22 {
    margin: -5.5rem !important;
  }

  .mt-xl-n22,
  .my-xl-n22 {
    margin-top: -5.5rem !important;
  }

  .mr-xl-n22,
  .mx-xl-n22 {
    margin-right: -5.5rem !important;
  }

  .mb-xl-n22,
  .my-xl-n22 {
    margin-bottom: -5.5rem !important;
  }

  .ml-xl-n22,
  .mx-xl-n22 {
    margin-left: -5.5rem !important;
  }

  .m-xl-n23 {
    margin: -5.75rem !important;
  }

  .mt-xl-n23,
  .my-xl-n23 {
    margin-top: -5.75rem !important;
  }

  .mr-xl-n23,
  .mx-xl-n23 {
    margin-right: -5.75rem !important;
  }

  .mb-xl-n23,
  .my-xl-n23 {
    margin-bottom: -5.75rem !important;
  }

  .ml-xl-n23,
  .mx-xl-n23 {
    margin-left: -5.75rem !important;
  }

  .m-xl-n24 {
    margin: -6rem !important;
  }

  .mt-xl-n24,
  .my-xl-n24 {
    margin-top: -6rem !important;
  }

  .mr-xl-n24,
  .mx-xl-n24 {
    margin-right: -6rem !important;
  }

  .mb-xl-n24,
  .my-xl-n24 {
    margin-bottom: -6rem !important;
  }

  .ml-xl-n24,
  .mx-xl-n24 {
    margin-left: -6rem !important;
  }

  .m-xl-n25 {
    margin: -6.25rem !important;
  }

  .mt-xl-n25,
  .my-xl-n25 {
    margin-top: -6.25rem !important;
  }

  .mr-xl-n25,
  .mx-xl-n25 {
    margin-right: -6.25rem !important;
  }

  .mb-xl-n25,
  .my-xl-n25 {
    margin-bottom: -6.25rem !important;
  }

  .ml-xl-n25,
  .mx-xl-n25 {
    margin-left: -6.25rem !important;
  }

  .m-xl-n26 {
    margin: -6.5rem !important;
  }

  .mt-xl-n26,
  .my-xl-n26 {
    margin-top: -6.5rem !important;
  }

  .mr-xl-n26,
  .mx-xl-n26 {
    margin-right: -6.5rem !important;
  }

  .mb-xl-n26,
  .my-xl-n26 {
    margin-bottom: -6.5rem !important;
  }

  .ml-xl-n26,
  .mx-xl-n26 {
    margin-left: -6.5rem !important;
  }

  .m-xl-n27 {
    margin: -6.75rem !important;
  }

  .mt-xl-n27,
  .my-xl-n27 {
    margin-top: -6.75rem !important;
  }

  .mr-xl-n27,
  .mx-xl-n27 {
    margin-right: -6.75rem !important;
  }

  .mb-xl-n27,
  .my-xl-n27 {
    margin-bottom: -6.75rem !important;
  }

  .ml-xl-n27,
  .mx-xl-n27 {
    margin-left: -6.75rem !important;
  }

  .m-xl-n28 {
    margin: -7rem !important;
  }

  .mt-xl-n28,
  .my-xl-n28 {
    margin-top: -7rem !important;
  }

  .mr-xl-n28,
  .mx-xl-n28 {
    margin-right: -7rem !important;
  }

  .mb-xl-n28,
  .my-xl-n28 {
    margin-bottom: -7rem !important;
  }

  .ml-xl-n28,
  .mx-xl-n28 {
    margin-left: -7rem !important;
  }

  .m-xl-n29 {
    margin: -7.25rem !important;
  }

  .mt-xl-n29,
  .my-xl-n29 {
    margin-top: -7.25rem !important;
  }

  .mr-xl-n29,
  .mx-xl-n29 {
    margin-right: -7.25rem !important;
  }

  .mb-xl-n29,
  .my-xl-n29 {
    margin-bottom: -7.25rem !important;
  }

  .ml-xl-n29,
  .mx-xl-n29 {
    margin-left: -7.25rem !important;
  }

  .m-xl-n30 {
    margin: -7.5rem !important;
  }

  .mt-xl-n30,
  .my-xl-n30 {
    margin-top: -7.5rem !important;
  }

  .mr-xl-n30,
  .mx-xl-n30 {
    margin-right: -7.5rem !important;
  }

  .mb-xl-n30,
  .my-xl-n30 {
    margin-bottom: -7.5rem !important;
  }

  .ml-xl-n30,
  .mx-xl-n30 {
    margin-left: -7.5rem !important;
  }

  .m-xl-n31 {
    margin: -7.75rem !important;
  }

  .mt-xl-n31,
  .my-xl-n31 {
    margin-top: -7.75rem !important;
  }

  .mr-xl-n31,
  .mx-xl-n31 {
    margin-right: -7.75rem !important;
  }

  .mb-xl-n31,
  .my-xl-n31 {
    margin-bottom: -7.75rem !important;
  }

  .ml-xl-n31,
  .mx-xl-n31 {
    margin-left: -7.75rem !important;
  }

  .m-xl-n32 {
    margin: -8rem !important;
  }

  .mt-xl-n32,
  .my-xl-n32 {
    margin-top: -8rem !important;
  }

  .mr-xl-n32,
  .mx-xl-n32 {
    margin-right: -8rem !important;
  }

  .mb-xl-n32,
  .my-xl-n32 {
    margin-bottom: -8rem !important;
  }

  .ml-xl-n32,
  .mx-xl-n32 {
    margin-left: -8rem !important;
  }

  .m-xl-n33 {
    margin: -8.25rem !important;
  }

  .mt-xl-n33,
  .my-xl-n33 {
    margin-top: -8.25rem !important;
  }

  .mr-xl-n33,
  .mx-xl-n33 {
    margin-right: -8.25rem !important;
  }

  .mb-xl-n33,
  .my-xl-n33 {
    margin-bottom: -8.25rem !important;
  }

  .ml-xl-n33,
  .mx-xl-n33 {
    margin-left: -8.25rem !important;
  }

  .m-xl-n34 {
    margin: -8.5rem !important;
  }

  .mt-xl-n34,
  .my-xl-n34 {
    margin-top: -8.5rem !important;
  }

  .mr-xl-n34,
  .mx-xl-n34 {
    margin-right: -8.5rem !important;
  }

  .mb-xl-n34,
  .my-xl-n34 {
    margin-bottom: -8.5rem !important;
  }

  .ml-xl-n34,
  .mx-xl-n34 {
    margin-left: -8.5rem !important;
  }

  .m-xl-n35 {
    margin: -8.75rem !important;
  }

  .mt-xl-n35,
  .my-xl-n35 {
    margin-top: -8.75rem !important;
  }

  .mr-xl-n35,
  .mx-xl-n35 {
    margin-right: -8.75rem !important;
  }

  .mb-xl-n35,
  .my-xl-n35 {
    margin-bottom: -8.75rem !important;
  }

  .ml-xl-n35,
  .mx-xl-n35 {
    margin-left: -8.75rem !important;
  }

  .m-xl-n36 {
    margin: -9rem !important;
  }

  .mt-xl-n36,
  .my-xl-n36 {
    margin-top: -9rem !important;
  }

  .mr-xl-n36,
  .mx-xl-n36 {
    margin-right: -9rem !important;
  }

  .mb-xl-n36,
  .my-xl-n36 {
    margin-bottom: -9rem !important;
  }

  .ml-xl-n36,
  .mx-xl-n36 {
    margin-left: -9rem !important;
  }

  .m-xl-n37 {
    margin: -9.25rem !important;
  }

  .mt-xl-n37,
  .my-xl-n37 {
    margin-top: -9.25rem !important;
  }

  .mr-xl-n37,
  .mx-xl-n37 {
    margin-right: -9.25rem !important;
  }

  .mb-xl-n37,
  .my-xl-n37 {
    margin-bottom: -9.25rem !important;
  }

  .ml-xl-n37,
  .mx-xl-n37 {
    margin-left: -9.25rem !important;
  }

  .m-xl-n38 {
    margin: -9.5rem !important;
  }

  .mt-xl-n38,
  .my-xl-n38 {
    margin-top: -9.5rem !important;
  }

  .mr-xl-n38,
  .mx-xl-n38 {
    margin-right: -9.5rem !important;
  }

  .mb-xl-n38,
  .my-xl-n38 {
    margin-bottom: -9.5rem !important;
  }

  .ml-xl-n38,
  .mx-xl-n38 {
    margin-left: -9.5rem !important;
  }

  .m-xl-n39 {
    margin: -9.75rem !important;
  }

  .mt-xl-n39,
  .my-xl-n39 {
    margin-top: -9.75rem !important;
  }

  .mr-xl-n39,
  .mx-xl-n39 {
    margin-right: -9.75rem !important;
  }

  .mb-xl-n39,
  .my-xl-n39 {
    margin-bottom: -9.75rem !important;
  }

  .ml-xl-n39,
  .mx-xl-n39 {
    margin-left: -9.75rem !important;
  }

  .m-xl-n40 {
    margin: -10rem !important;
  }

  .mt-xl-n40,
  .my-xl-n40 {
    margin-top: -10rem !important;
  }

  .mr-xl-n40,
  .mx-xl-n40 {
    margin-right: -10rem !important;
  }

  .mb-xl-n40,
  .my-xl-n40 {
    margin-bottom: -10rem !important;
  }

  .ml-xl-n40,
  .mx-xl-n40 {
    margin-left: -10rem !important;
  }

  .m-xl-n41 {
    margin: -10.25rem !important;
  }

  .mt-xl-n41,
  .my-xl-n41 {
    margin-top: -10.25rem !important;
  }

  .mr-xl-n41,
  .mx-xl-n41 {
    margin-right: -10.25rem !important;
  }

  .mb-xl-n41,
  .my-xl-n41 {
    margin-bottom: -10.25rem !important;
  }

  .ml-xl-n41,
  .mx-xl-n41 {
    margin-left: -10.25rem !important;
  }

  .m-xl-n42 {
    margin: -10.5rem !important;
  }

  .mt-xl-n42,
  .my-xl-n42 {
    margin-top: -10.5rem !important;
  }

  .mr-xl-n42,
  .mx-xl-n42 {
    margin-right: -10.5rem !important;
  }

  .mb-xl-n42,
  .my-xl-n42 {
    margin-bottom: -10.5rem !important;
  }

  .ml-xl-n42,
  .mx-xl-n42 {
    margin-left: -10.5rem !important;
  }

  .m-xl-n43 {
    margin: -10.75rem !important;
  }

  .mt-xl-n43,
  .my-xl-n43 {
    margin-top: -10.75rem !important;
  }

  .mr-xl-n43,
  .mx-xl-n43 {
    margin-right: -10.75rem !important;
  }

  .mb-xl-n43,
  .my-xl-n43 {
    margin-bottom: -10.75rem !important;
  }

  .ml-xl-n43,
  .mx-xl-n43 {
    margin-left: -10.75rem !important;
  }

  .m-xl-n44 {
    margin: -11rem !important;
  }

  .mt-xl-n44,
  .my-xl-n44 {
    margin-top: -11rem !important;
  }

  .mr-xl-n44,
  .mx-xl-n44 {
    margin-right: -11rem !important;
  }

  .mb-xl-n44,
  .my-xl-n44 {
    margin-bottom: -11rem !important;
  }

  .ml-xl-n44,
  .mx-xl-n44 {
    margin-left: -11rem !important;
  }

  .m-xl-n45 {
    margin: -11.25rem !important;
  }

  .mt-xl-n45,
  .my-xl-n45 {
    margin-top: -11.25rem !important;
  }

  .mr-xl-n45,
  .mx-xl-n45 {
    margin-right: -11.25rem !important;
  }

  .mb-xl-n45,
  .my-xl-n45 {
    margin-bottom: -11.25rem !important;
  }

  .ml-xl-n45,
  .mx-xl-n45 {
    margin-left: -11.25rem !important;
  }

  .m-xl-n46 {
    margin: -11.5rem !important;
  }

  .mt-xl-n46,
  .my-xl-n46 {
    margin-top: -11.5rem !important;
  }

  .mr-xl-n46,
  .mx-xl-n46 {
    margin-right: -11.5rem !important;
  }

  .mb-xl-n46,
  .my-xl-n46 {
    margin-bottom: -11.5rem !important;
  }

  .ml-xl-n46,
  .mx-xl-n46 {
    margin-left: -11.5rem !important;
  }

  .m-xl-n47 {
    margin: -11.75rem !important;
  }

  .mt-xl-n47,
  .my-xl-n47 {
    margin-top: -11.75rem !important;
  }

  .mr-xl-n47,
  .mx-xl-n47 {
    margin-right: -11.75rem !important;
  }

  .mb-xl-n47,
  .my-xl-n47 {
    margin-bottom: -11.75rem !important;
  }

  .ml-xl-n47,
  .mx-xl-n47 {
    margin-left: -11.75rem !important;
  }

  .m-xl-n48 {
    margin: -12.25rem !important;
  }

  .mt-xl-n48,
  .my-xl-n48 {
    margin-top: -12.25rem !important;
  }

  .mr-xl-n48,
  .mx-xl-n48 {
    margin-right: -12.25rem !important;
  }

  .mb-xl-n48,
  .my-xl-n48 {
    margin-bottom: -12.25rem !important;
  }

  .ml-xl-n48,
  .mx-xl-n48 {
    margin-left: -12.25rem !important;
  }

  .m-xl-n49 {
    margin: -12.5rem !important;
  }

  .mt-xl-n49,
  .my-xl-n49 {
    margin-top: -12.5rem !important;
  }

  .mr-xl-n49,
  .mx-xl-n49 {
    margin-right: -12.5rem !important;
  }

  .mb-xl-n49,
  .my-xl-n49 {
    margin-bottom: -12.5rem !important;
  }

  .ml-xl-n49,
  .mx-xl-n49 {
    margin-left: -12.5rem !important;
  }

  .m-xl-n50 {
    margin: -12.75rem !important;
  }

  .mt-xl-n50,
  .my-xl-n50 {
    margin-top: -12.75rem !important;
  }

  .mr-xl-n50,
  .mx-xl-n50 {
    margin-right: -12.75rem !important;
  }

  .mb-xl-n50,
  .my-xl-n50 {
    margin-bottom: -12.75rem !important;
  }

  .ml-xl-n50,
  .mx-xl-n50 {
    margin-left: -12.75rem !important;
  }

  .m-xl-n51 {
    margin: -13rem !important;
  }

  .mt-xl-n51,
  .my-xl-n51 {
    margin-top: -13rem !important;
  }

  .mr-xl-n51,
  .mx-xl-n51 {
    margin-right: -13rem !important;
  }

  .mb-xl-n51,
  .my-xl-n51 {
    margin-bottom: -13rem !important;
  }

  .ml-xl-n51,
  .mx-xl-n51 {
    margin-left: -13rem !important;
  }

  .m-xl-n52 {
    margin: -13.25rem !important;
  }

  .mt-xl-n52,
  .my-xl-n52 {
    margin-top: -13.25rem !important;
  }

  .mr-xl-n52,
  .mx-xl-n52 {
    margin-right: -13.25rem !important;
  }

  .mb-xl-n52,
  .my-xl-n52 {
    margin-bottom: -13.25rem !important;
  }

  .ml-xl-n52,
  .mx-xl-n52 {
    margin-left: -13.25rem !important;
  }

  .m-xl-n53 {
    margin: -13.5rem !important;
  }

  .mt-xl-n53,
  .my-xl-n53 {
    margin-top: -13.5rem !important;
  }

  .mr-xl-n53,
  .mx-xl-n53 {
    margin-right: -13.5rem !important;
  }

  .mb-xl-n53,
  .my-xl-n53 {
    margin-bottom: -13.5rem !important;
  }

  .ml-xl-n53,
  .mx-xl-n53 {
    margin-left: -13.5rem !important;
  }

  .m-xl-n54 {
    margin: -13.75rem !important;
  }

  .mt-xl-n54,
  .my-xl-n54 {
    margin-top: -13.75rem !important;
  }

  .mr-xl-n54,
  .mx-xl-n54 {
    margin-right: -13.75rem !important;
  }

  .mb-xl-n54,
  .my-xl-n54 {
    margin-bottom: -13.75rem !important;
  }

  .ml-xl-n54,
  .mx-xl-n54 {
    margin-left: -13.75rem !important;
  }

  .m-xl-n55 {
    margin: -14rem !important;
  }

  .mt-xl-n55,
  .my-xl-n55 {
    margin-top: -14rem !important;
  }

  .mr-xl-n55,
  .mx-xl-n55 {
    margin-right: -14rem !important;
  }

  .mb-xl-n55,
  .my-xl-n55 {
    margin-bottom: -14rem !important;
  }

  .ml-xl-n55,
  .mx-xl-n55 {
    margin-left: -14rem !important;
  }

  .m-xl-n56 {
    margin: -14.25rem !important;
  }

  .mt-xl-n56,
  .my-xl-n56 {
    margin-top: -14.25rem !important;
  }

  .mr-xl-n56,
  .mx-xl-n56 {
    margin-right: -14.25rem !important;
  }

  .mb-xl-n56,
  .my-xl-n56 {
    margin-bottom: -14.25rem !important;
  }

  .ml-xl-n56,
  .mx-xl-n56 {
    margin-left: -14.25rem !important;
  }

  .m-xl-n57 {
    margin: -14.5rem !important;
  }

  .mt-xl-n57,
  .my-xl-n57 {
    margin-top: -14.5rem !important;
  }

  .mr-xl-n57,
  .mx-xl-n57 {
    margin-right: -14.5rem !important;
  }

  .mb-xl-n57,
  .my-xl-n57 {
    margin-bottom: -14.5rem !important;
  }

  .ml-xl-n57,
  .mx-xl-n57 {
    margin-left: -14.5rem !important;
  }

  .m-xl-n58 {
    margin: -14.75rem !important;
  }

  .mt-xl-n58,
  .my-xl-n58 {
    margin-top: -14.75rem !important;
  }

  .mr-xl-n58,
  .mx-xl-n58 {
    margin-right: -14.75rem !important;
  }

  .mb-xl-n58,
  .my-xl-n58 {
    margin-bottom: -14.75rem !important;
  }

  .ml-xl-n58,
  .mx-xl-n58 {
    margin-left: -14.75rem !important;
  }

  .m-xl-n59 {
    margin: -15rem !important;
  }

  .mt-xl-n59,
  .my-xl-n59 {
    margin-top: -15rem !important;
  }

  .mr-xl-n59,
  .mx-xl-n59 {
    margin-right: -15rem !important;
  }

  .mb-xl-n59,
  .my-xl-n59 {
    margin-bottom: -15rem !important;
  }

  .ml-xl-n59,
  .mx-xl-n59 {
    margin-left: -15rem !important;
  }

  .m-xl-n60 {
    margin: -15.25rem !important;
  }

  .mt-xl-n60,
  .my-xl-n60 {
    margin-top: -15.25rem !important;
  }

  .mr-xl-n60,
  .mx-xl-n60 {
    margin-right: -15.25rem !important;
  }

  .mb-xl-n60,
  .my-xl-n60 {
    margin-bottom: -15.25rem !important;
  }

  .ml-xl-n60,
  .mx-xl-n60 {
    margin-left: -15.25rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 0.75rem !important;
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 0.75rem !important;
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 0.75rem !important;
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 0.75rem !important;
  }

  .m-xxl-4 {
    margin: 1rem !important;
  }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1rem !important;
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1rem !important;
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1rem !important;
  }

  .m-xxl-5 {
    margin: 1.25rem !important;
  }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 1.25rem !important;
  }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 1.25rem !important;
  }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 1.25rem !important;
  }

  .m-xxl-0h {
    margin: 0.2rem !important;
  }

  .mt-xxl-0h,
  .my-xxl-0h {
    margin-top: 0.2rem !important;
  }

  .mr-xxl-0h,
  .mx-xxl-0h {
    margin-right: 0.2rem !important;
  }

  .mb-xxl-0h,
  .my-xxl-0h {
    margin-bottom: 0.2rem !important;
  }

  .ml-xxl-0h,
  .mx-xxl-0h {
    margin-left: 0.2rem !important;
  }

  .m-xxl-1h {
    margin: 0.35rem !important;
  }

  .mt-xxl-1h,
  .my-xxl-1h {
    margin-top: 0.35rem !important;
  }

  .mr-xxl-1h,
  .mx-xxl-1h {
    margin-right: 0.35rem !important;
  }

  .mb-xxl-1h,
  .my-xxl-1h {
    margin-bottom: 0.35rem !important;
  }

  .ml-xxl-1h,
  .mx-xxl-1h {
    margin-left: 0.35rem !important;
  }

  .m-xxl-6 {
    margin: 1.5rem !important;
  }

  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-7 {
    margin: 1.75rem !important;
  }

  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 1.75rem !important;
  }

  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 1.75rem !important;
  }

  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 1.75rem !important;
  }

  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 1.75rem !important;
  }

  .m-xxl-8 {
    margin: 2rem !important;
  }

  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 2rem !important;
  }

  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 2rem !important;
  }

  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 2rem !important;
  }

  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 2rem !important;
  }

  .m-xxl-9 {
    margin: 2.25rem !important;
  }

  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 2.25rem !important;
  }

  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 2.25rem !important;
  }

  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 2.25rem !important;
  }

  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 2.25rem !important;
  }

  .m-xxl-10 {
    margin: 2.5rem !important;
  }

  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 2.5rem !important;
  }

  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 2.5rem !important;
  }

  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 2.5rem !important;
  }

  .m-xxl-11 {
    margin: 2.75rem !important;
  }

  .mt-xxl-11,
  .my-xxl-11 {
    margin-top: 2.75rem !important;
  }

  .mr-xxl-11,
  .mx-xxl-11 {
    margin-right: 2.75rem !important;
  }

  .mb-xxl-11,
  .my-xxl-11 {
    margin-bottom: 2.75rem !important;
  }

  .ml-xxl-11,
  .mx-xxl-11 {
    margin-left: 2.75rem !important;
  }

  .m-xxl-12 {
    margin: 3rem !important;
  }

  .mt-xxl-12,
  .my-xxl-12 {
    margin-top: 3rem !important;
  }

  .mr-xxl-12,
  .mx-xxl-12 {
    margin-right: 3rem !important;
  }

  .mb-xxl-12,
  .my-xxl-12 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-12,
  .mx-xxl-12 {
    margin-left: 3rem !important;
  }

  .m-xxl-13 {
    margin: 3.25rem !important;
  }

  .mt-xxl-13,
  .my-xxl-13 {
    margin-top: 3.25rem !important;
  }

  .mr-xxl-13,
  .mx-xxl-13 {
    margin-right: 3.25rem !important;
  }

  .mb-xxl-13,
  .my-xxl-13 {
    margin-bottom: 3.25rem !important;
  }

  .ml-xxl-13,
  .mx-xxl-13 {
    margin-left: 3.25rem !important;
  }

  .m-xxl-14 {
    margin: 3.5rem !important;
  }

  .mt-xxl-14,
  .my-xxl-14 {
    margin-top: 3.5rem !important;
  }

  .mr-xxl-14,
  .mx-xxl-14 {
    margin-right: 3.5rem !important;
  }

  .mb-xxl-14,
  .my-xxl-14 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xxl-14,
  .mx-xxl-14 {
    margin-left: 3.5rem !important;
  }

  .m-xxl-15 {
    margin: 3.75rem !important;
  }

  .mt-xxl-15,
  .my-xxl-15 {
    margin-top: 3.75rem !important;
  }

  .mr-xxl-15,
  .mx-xxl-15 {
    margin-right: 3.75rem !important;
  }

  .mb-xxl-15,
  .my-xxl-15 {
    margin-bottom: 3.75rem !important;
  }

  .ml-xxl-15,
  .mx-xxl-15 {
    margin-left: 3.75rem !important;
  }

  .m-xxl-16 {
    margin: 4rem !important;
  }

  .mt-xxl-16,
  .my-xxl-16 {
    margin-top: 4rem !important;
  }

  .mr-xxl-16,
  .mx-xxl-16 {
    margin-right: 4rem !important;
  }

  .mb-xxl-16,
  .my-xxl-16 {
    margin-bottom: 4rem !important;
  }

  .ml-xxl-16,
  .mx-xxl-16 {
    margin-left: 4rem !important;
  }

  .m-xxl-17 {
    margin: 4.25rem !important;
  }

  .mt-xxl-17,
  .my-xxl-17 {
    margin-top: 4.25rem !important;
  }

  .mr-xxl-17,
  .mx-xxl-17 {
    margin-right: 4.25rem !important;
  }

  .mb-xxl-17,
  .my-xxl-17 {
    margin-bottom: 4.25rem !important;
  }

  .ml-xxl-17,
  .mx-xxl-17 {
    margin-left: 4.25rem !important;
  }

  .m-xxl-18 {
    margin: 4.55rem !important;
  }

  .mt-xxl-18,
  .my-xxl-18 {
    margin-top: 4.55rem !important;
  }

  .mr-xxl-18,
  .mx-xxl-18 {
    margin-right: 4.55rem !important;
  }

  .mb-xxl-18,
  .my-xxl-18 {
    margin-bottom: 4.55rem !important;
  }

  .ml-xxl-18,
  .mx-xxl-18 {
    margin-left: 4.55rem !important;
  }

  .m-xxl-19 {
    margin: 4.75rem !important;
  }

  .mt-xxl-19,
  .my-xxl-19 {
    margin-top: 4.75rem !important;
  }

  .mr-xxl-19,
  .mx-xxl-19 {
    margin-right: 4.75rem !important;
  }

  .mb-xxl-19,
  .my-xxl-19 {
    margin-bottom: 4.75rem !important;
  }

  .ml-xxl-19,
  .mx-xxl-19 {
    margin-left: 4.75rem !important;
  }

  .m-xxl-20 {
    margin: 5rem !important;
  }

  .mt-xxl-20,
  .my-xxl-20 {
    margin-top: 5rem !important;
  }

  .mr-xxl-20,
  .mx-xxl-20 {
    margin-right: 5rem !important;
  }

  .mb-xxl-20,
  .my-xxl-20 {
    margin-bottom: 5rem !important;
  }

  .ml-xxl-20,
  .mx-xxl-20 {
    margin-left: 5rem !important;
  }

  .m-xxl-21 {
    margin: 5.25rem !important;
  }

  .mt-xxl-21,
  .my-xxl-21 {
    margin-top: 5.25rem !important;
  }

  .mr-xxl-21,
  .mx-xxl-21 {
    margin-right: 5.25rem !important;
  }

  .mb-xxl-21,
  .my-xxl-21 {
    margin-bottom: 5.25rem !important;
  }

  .ml-xxl-21,
  .mx-xxl-21 {
    margin-left: 5.25rem !important;
  }

  .m-xxl-22 {
    margin: 5.5rem !important;
  }

  .mt-xxl-22,
  .my-xxl-22 {
    margin-top: 5.5rem !important;
  }

  .mr-xxl-22,
  .mx-xxl-22 {
    margin-right: 5.5rem !important;
  }

  .mb-xxl-22,
  .my-xxl-22 {
    margin-bottom: 5.5rem !important;
  }

  .ml-xxl-22,
  .mx-xxl-22 {
    margin-left: 5.5rem !important;
  }

  .m-xxl-23 {
    margin: 5.75rem !important;
  }

  .mt-xxl-23,
  .my-xxl-23 {
    margin-top: 5.75rem !important;
  }

  .mr-xxl-23,
  .mx-xxl-23 {
    margin-right: 5.75rem !important;
  }

  .mb-xxl-23,
  .my-xxl-23 {
    margin-bottom: 5.75rem !important;
  }

  .ml-xxl-23,
  .mx-xxl-23 {
    margin-left: 5.75rem !important;
  }

  .m-xxl-24 {
    margin: 6rem !important;
  }

  .mt-xxl-24,
  .my-xxl-24 {
    margin-top: 6rem !important;
  }

  .mr-xxl-24,
  .mx-xxl-24 {
    margin-right: 6rem !important;
  }

  .mb-xxl-24,
  .my-xxl-24 {
    margin-bottom: 6rem !important;
  }

  .ml-xxl-24,
  .mx-xxl-24 {
    margin-left: 6rem !important;
  }

  .m-xxl-25 {
    margin: 6.25rem !important;
  }

  .mt-xxl-25,
  .my-xxl-25 {
    margin-top: 6.25rem !important;
  }

  .mr-xxl-25,
  .mx-xxl-25 {
    margin-right: 6.25rem !important;
  }

  .mb-xxl-25,
  .my-xxl-25 {
    margin-bottom: 6.25rem !important;
  }

  .ml-xxl-25,
  .mx-xxl-25 {
    margin-left: 6.25rem !important;
  }

  .m-xxl-26 {
    margin: 6.5rem !important;
  }

  .mt-xxl-26,
  .my-xxl-26 {
    margin-top: 6.5rem !important;
  }

  .mr-xxl-26,
  .mx-xxl-26 {
    margin-right: 6.5rem !important;
  }

  .mb-xxl-26,
  .my-xxl-26 {
    margin-bottom: 6.5rem !important;
  }

  .ml-xxl-26,
  .mx-xxl-26 {
    margin-left: 6.5rem !important;
  }

  .m-xxl-27 {
    margin: 6.75rem !important;
  }

  .mt-xxl-27,
  .my-xxl-27 {
    margin-top: 6.75rem !important;
  }

  .mr-xxl-27,
  .mx-xxl-27 {
    margin-right: 6.75rem !important;
  }

  .mb-xxl-27,
  .my-xxl-27 {
    margin-bottom: 6.75rem !important;
  }

  .ml-xxl-27,
  .mx-xxl-27 {
    margin-left: 6.75rem !important;
  }

  .m-xxl-28 {
    margin: 7rem !important;
  }

  .mt-xxl-28,
  .my-xxl-28 {
    margin-top: 7rem !important;
  }

  .mr-xxl-28,
  .mx-xxl-28 {
    margin-right: 7rem !important;
  }

  .mb-xxl-28,
  .my-xxl-28 {
    margin-bottom: 7rem !important;
  }

  .ml-xxl-28,
  .mx-xxl-28 {
    margin-left: 7rem !important;
  }

  .m-xxl-29 {
    margin: 7.25rem !important;
  }

  .mt-xxl-29,
  .my-xxl-29 {
    margin-top: 7.25rem !important;
  }

  .mr-xxl-29,
  .mx-xxl-29 {
    margin-right: 7.25rem !important;
  }

  .mb-xxl-29,
  .my-xxl-29 {
    margin-bottom: 7.25rem !important;
  }

  .ml-xxl-29,
  .mx-xxl-29 {
    margin-left: 7.25rem !important;
  }

  .m-xxl-30 {
    margin: 7.5rem !important;
  }

  .mt-xxl-30,
  .my-xxl-30 {
    margin-top: 7.5rem !important;
  }

  .mr-xxl-30,
  .mx-xxl-30 {
    margin-right: 7.5rem !important;
  }

  .mb-xxl-30,
  .my-xxl-30 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xxl-30,
  .mx-xxl-30 {
    margin-left: 7.5rem !important;
  }

  .m-xxl-31 {
    margin: 7.75rem !important;
  }

  .mt-xxl-31,
  .my-xxl-31 {
    margin-top: 7.75rem !important;
  }

  .mr-xxl-31,
  .mx-xxl-31 {
    margin-right: 7.75rem !important;
  }

  .mb-xxl-31,
  .my-xxl-31 {
    margin-bottom: 7.75rem !important;
  }

  .ml-xxl-31,
  .mx-xxl-31 {
    margin-left: 7.75rem !important;
  }

  .m-xxl-32 {
    margin: 8rem !important;
  }

  .mt-xxl-32,
  .my-xxl-32 {
    margin-top: 8rem !important;
  }

  .mr-xxl-32,
  .mx-xxl-32 {
    margin-right: 8rem !important;
  }

  .mb-xxl-32,
  .my-xxl-32 {
    margin-bottom: 8rem !important;
  }

  .ml-xxl-32,
  .mx-xxl-32 {
    margin-left: 8rem !important;
  }

  .m-xxl-33 {
    margin: 8.25rem !important;
  }

  .mt-xxl-33,
  .my-xxl-33 {
    margin-top: 8.25rem !important;
  }

  .mr-xxl-33,
  .mx-xxl-33 {
    margin-right: 8.25rem !important;
  }

  .mb-xxl-33,
  .my-xxl-33 {
    margin-bottom: 8.25rem !important;
  }

  .ml-xxl-33,
  .mx-xxl-33 {
    margin-left: 8.25rem !important;
  }

  .m-xxl-34 {
    margin: 8.5rem !important;
  }

  .mt-xxl-34,
  .my-xxl-34 {
    margin-top: 8.5rem !important;
  }

  .mr-xxl-34,
  .mx-xxl-34 {
    margin-right: 8.5rem !important;
  }

  .mb-xxl-34,
  .my-xxl-34 {
    margin-bottom: 8.5rem !important;
  }

  .ml-xxl-34,
  .mx-xxl-34 {
    margin-left: 8.5rem !important;
  }

  .m-xxl-35 {
    margin: 8.75rem !important;
  }

  .mt-xxl-35,
  .my-xxl-35 {
    margin-top: 8.75rem !important;
  }

  .mr-xxl-35,
  .mx-xxl-35 {
    margin-right: 8.75rem !important;
  }

  .mb-xxl-35,
  .my-xxl-35 {
    margin-bottom: 8.75rem !important;
  }

  .ml-xxl-35,
  .mx-xxl-35 {
    margin-left: 8.75rem !important;
  }

  .m-xxl-36 {
    margin: 9rem !important;
  }

  .mt-xxl-36,
  .my-xxl-36 {
    margin-top: 9rem !important;
  }

  .mr-xxl-36,
  .mx-xxl-36 {
    margin-right: 9rem !important;
  }

  .mb-xxl-36,
  .my-xxl-36 {
    margin-bottom: 9rem !important;
  }

  .ml-xxl-36,
  .mx-xxl-36 {
    margin-left: 9rem !important;
  }

  .m-xxl-37 {
    margin: 9.25rem !important;
  }

  .mt-xxl-37,
  .my-xxl-37 {
    margin-top: 9.25rem !important;
  }

  .mr-xxl-37,
  .mx-xxl-37 {
    margin-right: 9.25rem !important;
  }

  .mb-xxl-37,
  .my-xxl-37 {
    margin-bottom: 9.25rem !important;
  }

  .ml-xxl-37,
  .mx-xxl-37 {
    margin-left: 9.25rem !important;
  }

  .m-xxl-38 {
    margin: 9.5rem !important;
  }

  .mt-xxl-38,
  .my-xxl-38 {
    margin-top: 9.5rem !important;
  }

  .mr-xxl-38,
  .mx-xxl-38 {
    margin-right: 9.5rem !important;
  }

  .mb-xxl-38,
  .my-xxl-38 {
    margin-bottom: 9.5rem !important;
  }

  .ml-xxl-38,
  .mx-xxl-38 {
    margin-left: 9.5rem !important;
  }

  .m-xxl-39 {
    margin: 9.75rem !important;
  }

  .mt-xxl-39,
  .my-xxl-39 {
    margin-top: 9.75rem !important;
  }

  .mr-xxl-39,
  .mx-xxl-39 {
    margin-right: 9.75rem !important;
  }

  .mb-xxl-39,
  .my-xxl-39 {
    margin-bottom: 9.75rem !important;
  }

  .ml-xxl-39,
  .mx-xxl-39 {
    margin-left: 9.75rem !important;
  }

  .m-xxl-40 {
    margin: 10rem !important;
  }

  .mt-xxl-40,
  .my-xxl-40 {
    margin-top: 10rem !important;
  }

  .mr-xxl-40,
  .mx-xxl-40 {
    margin-right: 10rem !important;
  }

  .mb-xxl-40,
  .my-xxl-40 {
    margin-bottom: 10rem !important;
  }

  .ml-xxl-40,
  .mx-xxl-40 {
    margin-left: 10rem !important;
  }

  .m-xxl-41 {
    margin: 10.25rem !important;
  }

  .mt-xxl-41,
  .my-xxl-41 {
    margin-top: 10.25rem !important;
  }

  .mr-xxl-41,
  .mx-xxl-41 {
    margin-right: 10.25rem !important;
  }

  .mb-xxl-41,
  .my-xxl-41 {
    margin-bottom: 10.25rem !important;
  }

  .ml-xxl-41,
  .mx-xxl-41 {
    margin-left: 10.25rem !important;
  }

  .m-xxl-42 {
    margin: 10.5rem !important;
  }

  .mt-xxl-42,
  .my-xxl-42 {
    margin-top: 10.5rem !important;
  }

  .mr-xxl-42,
  .mx-xxl-42 {
    margin-right: 10.5rem !important;
  }

  .mb-xxl-42,
  .my-xxl-42 {
    margin-bottom: 10.5rem !important;
  }

  .ml-xxl-42,
  .mx-xxl-42 {
    margin-left: 10.5rem !important;
  }

  .m-xxl-43 {
    margin: 10.75rem !important;
  }

  .mt-xxl-43,
  .my-xxl-43 {
    margin-top: 10.75rem !important;
  }

  .mr-xxl-43,
  .mx-xxl-43 {
    margin-right: 10.75rem !important;
  }

  .mb-xxl-43,
  .my-xxl-43 {
    margin-bottom: 10.75rem !important;
  }

  .ml-xxl-43,
  .mx-xxl-43 {
    margin-left: 10.75rem !important;
  }

  .m-xxl-44 {
    margin: 11rem !important;
  }

  .mt-xxl-44,
  .my-xxl-44 {
    margin-top: 11rem !important;
  }

  .mr-xxl-44,
  .mx-xxl-44 {
    margin-right: 11rem !important;
  }

  .mb-xxl-44,
  .my-xxl-44 {
    margin-bottom: 11rem !important;
  }

  .ml-xxl-44,
  .mx-xxl-44 {
    margin-left: 11rem !important;
  }

  .m-xxl-45 {
    margin: 11.25rem !important;
  }

  .mt-xxl-45,
  .my-xxl-45 {
    margin-top: 11.25rem !important;
  }

  .mr-xxl-45,
  .mx-xxl-45 {
    margin-right: 11.25rem !important;
  }

  .mb-xxl-45,
  .my-xxl-45 {
    margin-bottom: 11.25rem !important;
  }

  .ml-xxl-45,
  .mx-xxl-45 {
    margin-left: 11.25rem !important;
  }

  .m-xxl-46 {
    margin: 11.5rem !important;
  }

  .mt-xxl-46,
  .my-xxl-46 {
    margin-top: 11.5rem !important;
  }

  .mr-xxl-46,
  .mx-xxl-46 {
    margin-right: 11.5rem !important;
  }

  .mb-xxl-46,
  .my-xxl-46 {
    margin-bottom: 11.5rem !important;
  }

  .ml-xxl-46,
  .mx-xxl-46 {
    margin-left: 11.5rem !important;
  }

  .m-xxl-47 {
    margin: 11.75rem !important;
  }

  .mt-xxl-47,
  .my-xxl-47 {
    margin-top: 11.75rem !important;
  }

  .mr-xxl-47,
  .mx-xxl-47 {
    margin-right: 11.75rem !important;
  }

  .mb-xxl-47,
  .my-xxl-47 {
    margin-bottom: 11.75rem !important;
  }

  .ml-xxl-47,
  .mx-xxl-47 {
    margin-left: 11.75rem !important;
  }

  .m-xxl-48 {
    margin: 12.25rem !important;
  }

  .mt-xxl-48,
  .my-xxl-48 {
    margin-top: 12.25rem !important;
  }

  .mr-xxl-48,
  .mx-xxl-48 {
    margin-right: 12.25rem !important;
  }

  .mb-xxl-48,
  .my-xxl-48 {
    margin-bottom: 12.25rem !important;
  }

  .ml-xxl-48,
  .mx-xxl-48 {
    margin-left: 12.25rem !important;
  }

  .m-xxl-49 {
    margin: 12.5rem !important;
  }

  .mt-xxl-49,
  .my-xxl-49 {
    margin-top: 12.5rem !important;
  }

  .mr-xxl-49,
  .mx-xxl-49 {
    margin-right: 12.5rem !important;
  }

  .mb-xxl-49,
  .my-xxl-49 {
    margin-bottom: 12.5rem !important;
  }

  .ml-xxl-49,
  .mx-xxl-49 {
    margin-left: 12.5rem !important;
  }

  .m-xxl-50 {
    margin: 12.75rem !important;
  }

  .mt-xxl-50,
  .my-xxl-50 {
    margin-top: 12.75rem !important;
  }

  .mr-xxl-50,
  .mx-xxl-50 {
    margin-right: 12.75rem !important;
  }

  .mb-xxl-50,
  .my-xxl-50 {
    margin-bottom: 12.75rem !important;
  }

  .ml-xxl-50,
  .mx-xxl-50 {
    margin-left: 12.75rem !important;
  }

  .m-xxl-51 {
    margin: 13rem !important;
  }

  .mt-xxl-51,
  .my-xxl-51 {
    margin-top: 13rem !important;
  }

  .mr-xxl-51,
  .mx-xxl-51 {
    margin-right: 13rem !important;
  }

  .mb-xxl-51,
  .my-xxl-51 {
    margin-bottom: 13rem !important;
  }

  .ml-xxl-51,
  .mx-xxl-51 {
    margin-left: 13rem !important;
  }

  .m-xxl-52 {
    margin: 13.25rem !important;
  }

  .mt-xxl-52,
  .my-xxl-52 {
    margin-top: 13.25rem !important;
  }

  .mr-xxl-52,
  .mx-xxl-52 {
    margin-right: 13.25rem !important;
  }

  .mb-xxl-52,
  .my-xxl-52 {
    margin-bottom: 13.25rem !important;
  }

  .ml-xxl-52,
  .mx-xxl-52 {
    margin-left: 13.25rem !important;
  }

  .m-xxl-53 {
    margin: 13.5rem !important;
  }

  .mt-xxl-53,
  .my-xxl-53 {
    margin-top: 13.5rem !important;
  }

  .mr-xxl-53,
  .mx-xxl-53 {
    margin-right: 13.5rem !important;
  }

  .mb-xxl-53,
  .my-xxl-53 {
    margin-bottom: 13.5rem !important;
  }

  .ml-xxl-53,
  .mx-xxl-53 {
    margin-left: 13.5rem !important;
  }

  .m-xxl-54 {
    margin: 13.75rem !important;
  }

  .mt-xxl-54,
  .my-xxl-54 {
    margin-top: 13.75rem !important;
  }

  .mr-xxl-54,
  .mx-xxl-54 {
    margin-right: 13.75rem !important;
  }

  .mb-xxl-54,
  .my-xxl-54 {
    margin-bottom: 13.75rem !important;
  }

  .ml-xxl-54,
  .mx-xxl-54 {
    margin-left: 13.75rem !important;
  }

  .m-xxl-55 {
    margin: 14rem !important;
  }

  .mt-xxl-55,
  .my-xxl-55 {
    margin-top: 14rem !important;
  }

  .mr-xxl-55,
  .mx-xxl-55 {
    margin-right: 14rem !important;
  }

  .mb-xxl-55,
  .my-xxl-55 {
    margin-bottom: 14rem !important;
  }

  .ml-xxl-55,
  .mx-xxl-55 {
    margin-left: 14rem !important;
  }

  .m-xxl-56 {
    margin: 14.25rem !important;
  }

  .mt-xxl-56,
  .my-xxl-56 {
    margin-top: 14.25rem !important;
  }

  .mr-xxl-56,
  .mx-xxl-56 {
    margin-right: 14.25rem !important;
  }

  .mb-xxl-56,
  .my-xxl-56 {
    margin-bottom: 14.25rem !important;
  }

  .ml-xxl-56,
  .mx-xxl-56 {
    margin-left: 14.25rem !important;
  }

  .m-xxl-57 {
    margin: 14.5rem !important;
  }

  .mt-xxl-57,
  .my-xxl-57 {
    margin-top: 14.5rem !important;
  }

  .mr-xxl-57,
  .mx-xxl-57 {
    margin-right: 14.5rem !important;
  }

  .mb-xxl-57,
  .my-xxl-57 {
    margin-bottom: 14.5rem !important;
  }

  .ml-xxl-57,
  .mx-xxl-57 {
    margin-left: 14.5rem !important;
  }

  .m-xxl-58 {
    margin: 14.75rem !important;
  }

  .mt-xxl-58,
  .my-xxl-58 {
    margin-top: 14.75rem !important;
  }

  .mr-xxl-58,
  .mx-xxl-58 {
    margin-right: 14.75rem !important;
  }

  .mb-xxl-58,
  .my-xxl-58 {
    margin-bottom: 14.75rem !important;
  }

  .ml-xxl-58,
  .mx-xxl-58 {
    margin-left: 14.75rem !important;
  }

  .m-xxl-59 {
    margin: 15rem !important;
  }

  .mt-xxl-59,
  .my-xxl-59 {
    margin-top: 15rem !important;
  }

  .mr-xxl-59,
  .mx-xxl-59 {
    margin-right: 15rem !important;
  }

  .mb-xxl-59,
  .my-xxl-59 {
    margin-bottom: 15rem !important;
  }

  .ml-xxl-59,
  .mx-xxl-59 {
    margin-left: 15rem !important;
  }

  .m-xxl-60 {
    margin: 15.25rem !important;
  }

  .mt-xxl-60,
  .my-xxl-60 {
    margin-top: 15.25rem !important;
  }

  .mr-xxl-60,
  .mx-xxl-60 {
    margin-right: 15.25rem !important;
  }

  .mb-xxl-60,
  .my-xxl-60 {
    margin-bottom: 15.25rem !important;
  }

  .ml-xxl-60,
  .mx-xxl-60 {
    margin-left: 15.25rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 0.75rem !important;
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 0.75rem !important;
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 0.75rem !important;
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 0.75rem !important;
  }

  .p-xxl-4 {
    padding: 1rem !important;
  }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1rem !important;
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1rem !important;
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1rem !important;
  }

  .p-xxl-5 {
    padding: 1.25rem !important;
  }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 1.25rem !important;
  }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 1.25rem !important;
  }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 1.25rem !important;
  }

  .p-xxl-0h {
    padding: 0.2rem !important;
  }

  .pt-xxl-0h,
  .py-xxl-0h {
    padding-top: 0.2rem !important;
  }

  .pr-xxl-0h,
  .px-xxl-0h {
    padding-right: 0.2rem !important;
  }

  .pb-xxl-0h,
  .py-xxl-0h {
    padding-bottom: 0.2rem !important;
  }

  .pl-xxl-0h,
  .px-xxl-0h {
    padding-left: 0.2rem !important;
  }

  .p-xxl-1h {
    padding: 0.35rem !important;
  }

  .pt-xxl-1h,
  .py-xxl-1h {
    padding-top: 0.35rem !important;
  }

  .pr-xxl-1h,
  .px-xxl-1h {
    padding-right: 0.35rem !important;
  }

  .pb-xxl-1h,
  .py-xxl-1h {
    padding-bottom: 0.35rem !important;
  }

  .pl-xxl-1h,
  .px-xxl-1h {
    padding-left: 0.35rem !important;
  }

  .p-xxl-6 {
    padding: 1.5rem !important;
  }

  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-7 {
    padding: 1.75rem !important;
  }

  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 1.75rem !important;
  }

  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 1.75rem !important;
  }

  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 1.75rem !important;
  }

  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 1.75rem !important;
  }

  .p-xxl-8 {
    padding: 2rem !important;
  }

  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 2rem !important;
  }

  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 2rem !important;
  }

  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 2rem !important;
  }

  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 2rem !important;
  }

  .p-xxl-9 {
    padding: 2.25rem !important;
  }

  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 2.25rem !important;
  }

  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 2.25rem !important;
  }

  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 2.25rem !important;
  }

  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 2.25rem !important;
  }

  .p-xxl-10 {
    padding: 2.5rem !important;
  }

  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 2.5rem !important;
  }

  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 2.5rem !important;
  }

  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 2.5rem !important;
  }

  .p-xxl-11 {
    padding: 2.75rem !important;
  }

  .pt-xxl-11,
  .py-xxl-11 {
    padding-top: 2.75rem !important;
  }

  .pr-xxl-11,
  .px-xxl-11 {
    padding-right: 2.75rem !important;
  }

  .pb-xxl-11,
  .py-xxl-11 {
    padding-bottom: 2.75rem !important;
  }

  .pl-xxl-11,
  .px-xxl-11 {
    padding-left: 2.75rem !important;
  }

  .p-xxl-12 {
    padding: 3rem !important;
  }

  .pt-xxl-12,
  .py-xxl-12 {
    padding-top: 3rem !important;
  }

  .pr-xxl-12,
  .px-xxl-12 {
    padding-right: 3rem !important;
  }

  .pb-xxl-12,
  .py-xxl-12 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-12,
  .px-xxl-12 {
    padding-left: 3rem !important;
  }

  .p-xxl-13 {
    padding: 3.25rem !important;
  }

  .pt-xxl-13,
  .py-xxl-13 {
    padding-top: 3.25rem !important;
  }

  .pr-xxl-13,
  .px-xxl-13 {
    padding-right: 3.25rem !important;
  }

  .pb-xxl-13,
  .py-xxl-13 {
    padding-bottom: 3.25rem !important;
  }

  .pl-xxl-13,
  .px-xxl-13 {
    padding-left: 3.25rem !important;
  }

  .p-xxl-14 {
    padding: 3.5rem !important;
  }

  .pt-xxl-14,
  .py-xxl-14 {
    padding-top: 3.5rem !important;
  }

  .pr-xxl-14,
  .px-xxl-14 {
    padding-right: 3.5rem !important;
  }

  .pb-xxl-14,
  .py-xxl-14 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xxl-14,
  .px-xxl-14 {
    padding-left: 3.5rem !important;
  }

  .p-xxl-15 {
    padding: 3.75rem !important;
  }

  .pt-xxl-15,
  .py-xxl-15 {
    padding-top: 3.75rem !important;
  }

  .pr-xxl-15,
  .px-xxl-15 {
    padding-right: 3.75rem !important;
  }

  .pb-xxl-15,
  .py-xxl-15 {
    padding-bottom: 3.75rem !important;
  }

  .pl-xxl-15,
  .px-xxl-15 {
    padding-left: 3.75rem !important;
  }

  .p-xxl-16 {
    padding: 4rem !important;
  }

  .pt-xxl-16,
  .py-xxl-16 {
    padding-top: 4rem !important;
  }

  .pr-xxl-16,
  .px-xxl-16 {
    padding-right: 4rem !important;
  }

  .pb-xxl-16,
  .py-xxl-16 {
    padding-bottom: 4rem !important;
  }

  .pl-xxl-16,
  .px-xxl-16 {
    padding-left: 4rem !important;
  }

  .p-xxl-17 {
    padding: 4.25rem !important;
  }

  .pt-xxl-17,
  .py-xxl-17 {
    padding-top: 4.25rem !important;
  }

  .pr-xxl-17,
  .px-xxl-17 {
    padding-right: 4.25rem !important;
  }

  .pb-xxl-17,
  .py-xxl-17 {
    padding-bottom: 4.25rem !important;
  }

  .pl-xxl-17,
  .px-xxl-17 {
    padding-left: 4.25rem !important;
  }

  .p-xxl-18 {
    padding: 4.55rem !important;
  }

  .pt-xxl-18,
  .py-xxl-18 {
    padding-top: 4.55rem !important;
  }

  .pr-xxl-18,
  .px-xxl-18 {
    padding-right: 4.55rem !important;
  }

  .pb-xxl-18,
  .py-xxl-18 {
    padding-bottom: 4.55rem !important;
  }

  .pl-xxl-18,
  .px-xxl-18 {
    padding-left: 4.55rem !important;
  }

  .p-xxl-19 {
    padding: 4.75rem !important;
  }

  .pt-xxl-19,
  .py-xxl-19 {
    padding-top: 4.75rem !important;
  }

  .pr-xxl-19,
  .px-xxl-19 {
    padding-right: 4.75rem !important;
  }

  .pb-xxl-19,
  .py-xxl-19 {
    padding-bottom: 4.75rem !important;
  }

  .pl-xxl-19,
  .px-xxl-19 {
    padding-left: 4.75rem !important;
  }

  .p-xxl-20 {
    padding: 5rem !important;
  }

  .pt-xxl-20,
  .py-xxl-20 {
    padding-top: 5rem !important;
  }

  .pr-xxl-20,
  .px-xxl-20 {
    padding-right: 5rem !important;
  }

  .pb-xxl-20,
  .py-xxl-20 {
    padding-bottom: 5rem !important;
  }

  .pl-xxl-20,
  .px-xxl-20 {
    padding-left: 5rem !important;
  }

  .p-xxl-21 {
    padding: 5.25rem !important;
  }

  .pt-xxl-21,
  .py-xxl-21 {
    padding-top: 5.25rem !important;
  }

  .pr-xxl-21,
  .px-xxl-21 {
    padding-right: 5.25rem !important;
  }

  .pb-xxl-21,
  .py-xxl-21 {
    padding-bottom: 5.25rem !important;
  }

  .pl-xxl-21,
  .px-xxl-21 {
    padding-left: 5.25rem !important;
  }

  .p-xxl-22 {
    padding: 5.5rem !important;
  }

  .pt-xxl-22,
  .py-xxl-22 {
    padding-top: 5.5rem !important;
  }

  .pr-xxl-22,
  .px-xxl-22 {
    padding-right: 5.5rem !important;
  }

  .pb-xxl-22,
  .py-xxl-22 {
    padding-bottom: 5.5rem !important;
  }

  .pl-xxl-22,
  .px-xxl-22 {
    padding-left: 5.5rem !important;
  }

  .p-xxl-23 {
    padding: 5.75rem !important;
  }

  .pt-xxl-23,
  .py-xxl-23 {
    padding-top: 5.75rem !important;
  }

  .pr-xxl-23,
  .px-xxl-23 {
    padding-right: 5.75rem !important;
  }

  .pb-xxl-23,
  .py-xxl-23 {
    padding-bottom: 5.75rem !important;
  }

  .pl-xxl-23,
  .px-xxl-23 {
    padding-left: 5.75rem !important;
  }

  .p-xxl-24 {
    padding: 6rem !important;
  }

  .pt-xxl-24,
  .py-xxl-24 {
    padding-top: 6rem !important;
  }

  .pr-xxl-24,
  .px-xxl-24 {
    padding-right: 6rem !important;
  }

  .pb-xxl-24,
  .py-xxl-24 {
    padding-bottom: 6rem !important;
  }

  .pl-xxl-24,
  .px-xxl-24 {
    padding-left: 6rem !important;
  }

  .p-xxl-25 {
    padding: 6.25rem !important;
  }

  .pt-xxl-25,
  .py-xxl-25 {
    padding-top: 6.25rem !important;
  }

  .pr-xxl-25,
  .px-xxl-25 {
    padding-right: 6.25rem !important;
  }

  .pb-xxl-25,
  .py-xxl-25 {
    padding-bottom: 6.25rem !important;
  }

  .pl-xxl-25,
  .px-xxl-25 {
    padding-left: 6.25rem !important;
  }

  .p-xxl-26 {
    padding: 6.5rem !important;
  }

  .pt-xxl-26,
  .py-xxl-26 {
    padding-top: 6.5rem !important;
  }

  .pr-xxl-26,
  .px-xxl-26 {
    padding-right: 6.5rem !important;
  }

  .pb-xxl-26,
  .py-xxl-26 {
    padding-bottom: 6.5rem !important;
  }

  .pl-xxl-26,
  .px-xxl-26 {
    padding-left: 6.5rem !important;
  }

  .p-xxl-27 {
    padding: 6.75rem !important;
  }

  .pt-xxl-27,
  .py-xxl-27 {
    padding-top: 6.75rem !important;
  }

  .pr-xxl-27,
  .px-xxl-27 {
    padding-right: 6.75rem !important;
  }

  .pb-xxl-27,
  .py-xxl-27 {
    padding-bottom: 6.75rem !important;
  }

  .pl-xxl-27,
  .px-xxl-27 {
    padding-left: 6.75rem !important;
  }

  .p-xxl-28 {
    padding: 7rem !important;
  }

  .pt-xxl-28,
  .py-xxl-28 {
    padding-top: 7rem !important;
  }

  .pr-xxl-28,
  .px-xxl-28 {
    padding-right: 7rem !important;
  }

  .pb-xxl-28,
  .py-xxl-28 {
    padding-bottom: 7rem !important;
  }

  .pl-xxl-28,
  .px-xxl-28 {
    padding-left: 7rem !important;
  }

  .p-xxl-29 {
    padding: 7.25rem !important;
  }

  .pt-xxl-29,
  .py-xxl-29 {
    padding-top: 7.25rem !important;
  }

  .pr-xxl-29,
  .px-xxl-29 {
    padding-right: 7.25rem !important;
  }

  .pb-xxl-29,
  .py-xxl-29 {
    padding-bottom: 7.25rem !important;
  }

  .pl-xxl-29,
  .px-xxl-29 {
    padding-left: 7.25rem !important;
  }

  .p-xxl-30 {
    padding: 7.5rem !important;
  }

  .pt-xxl-30,
  .py-xxl-30 {
    padding-top: 7.5rem !important;
  }

  .pr-xxl-30,
  .px-xxl-30 {
    padding-right: 7.5rem !important;
  }

  .pb-xxl-30,
  .py-xxl-30 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xxl-30,
  .px-xxl-30 {
    padding-left: 7.5rem !important;
  }

  .p-xxl-31 {
    padding: 7.75rem !important;
  }

  .pt-xxl-31,
  .py-xxl-31 {
    padding-top: 7.75rem !important;
  }

  .pr-xxl-31,
  .px-xxl-31 {
    padding-right: 7.75rem !important;
  }

  .pb-xxl-31,
  .py-xxl-31 {
    padding-bottom: 7.75rem !important;
  }

  .pl-xxl-31,
  .px-xxl-31 {
    padding-left: 7.75rem !important;
  }

  .p-xxl-32 {
    padding: 8rem !important;
  }

  .pt-xxl-32,
  .py-xxl-32 {
    padding-top: 8rem !important;
  }

  .pr-xxl-32,
  .px-xxl-32 {
    padding-right: 8rem !important;
  }

  .pb-xxl-32,
  .py-xxl-32 {
    padding-bottom: 8rem !important;
  }

  .pl-xxl-32,
  .px-xxl-32 {
    padding-left: 8rem !important;
  }

  .p-xxl-33 {
    padding: 8.25rem !important;
  }

  .pt-xxl-33,
  .py-xxl-33 {
    padding-top: 8.25rem !important;
  }

  .pr-xxl-33,
  .px-xxl-33 {
    padding-right: 8.25rem !important;
  }

  .pb-xxl-33,
  .py-xxl-33 {
    padding-bottom: 8.25rem !important;
  }

  .pl-xxl-33,
  .px-xxl-33 {
    padding-left: 8.25rem !important;
  }

  .p-xxl-34 {
    padding: 8.5rem !important;
  }

  .pt-xxl-34,
  .py-xxl-34 {
    padding-top: 8.5rem !important;
  }

  .pr-xxl-34,
  .px-xxl-34 {
    padding-right: 8.5rem !important;
  }

  .pb-xxl-34,
  .py-xxl-34 {
    padding-bottom: 8.5rem !important;
  }

  .pl-xxl-34,
  .px-xxl-34 {
    padding-left: 8.5rem !important;
  }

  .p-xxl-35 {
    padding: 8.75rem !important;
  }

  .pt-xxl-35,
  .py-xxl-35 {
    padding-top: 8.75rem !important;
  }

  .pr-xxl-35,
  .px-xxl-35 {
    padding-right: 8.75rem !important;
  }

  .pb-xxl-35,
  .py-xxl-35 {
    padding-bottom: 8.75rem !important;
  }

  .pl-xxl-35,
  .px-xxl-35 {
    padding-left: 8.75rem !important;
  }

  .p-xxl-36 {
    padding: 9rem !important;
  }

  .pt-xxl-36,
  .py-xxl-36 {
    padding-top: 9rem !important;
  }

  .pr-xxl-36,
  .px-xxl-36 {
    padding-right: 9rem !important;
  }

  .pb-xxl-36,
  .py-xxl-36 {
    padding-bottom: 9rem !important;
  }

  .pl-xxl-36,
  .px-xxl-36 {
    padding-left: 9rem !important;
  }

  .p-xxl-37 {
    padding: 9.25rem !important;
  }

  .pt-xxl-37,
  .py-xxl-37 {
    padding-top: 9.25rem !important;
  }

  .pr-xxl-37,
  .px-xxl-37 {
    padding-right: 9.25rem !important;
  }

  .pb-xxl-37,
  .py-xxl-37 {
    padding-bottom: 9.25rem !important;
  }

  .pl-xxl-37,
  .px-xxl-37 {
    padding-left: 9.25rem !important;
  }

  .p-xxl-38 {
    padding: 9.5rem !important;
  }

  .pt-xxl-38,
  .py-xxl-38 {
    padding-top: 9.5rem !important;
  }

  .pr-xxl-38,
  .px-xxl-38 {
    padding-right: 9.5rem !important;
  }

  .pb-xxl-38,
  .py-xxl-38 {
    padding-bottom: 9.5rem !important;
  }

  .pl-xxl-38,
  .px-xxl-38 {
    padding-left: 9.5rem !important;
  }

  .p-xxl-39 {
    padding: 9.75rem !important;
  }

  .pt-xxl-39,
  .py-xxl-39 {
    padding-top: 9.75rem !important;
  }

  .pr-xxl-39,
  .px-xxl-39 {
    padding-right: 9.75rem !important;
  }

  .pb-xxl-39,
  .py-xxl-39 {
    padding-bottom: 9.75rem !important;
  }

  .pl-xxl-39,
  .px-xxl-39 {
    padding-left: 9.75rem !important;
  }

  .p-xxl-40 {
    padding: 10rem !important;
  }

  .pt-xxl-40,
  .py-xxl-40 {
    padding-top: 10rem !important;
  }

  .pr-xxl-40,
  .px-xxl-40 {
    padding-right: 10rem !important;
  }

  .pb-xxl-40,
  .py-xxl-40 {
    padding-bottom: 10rem !important;
  }

  .pl-xxl-40,
  .px-xxl-40 {
    padding-left: 10rem !important;
  }

  .p-xxl-41 {
    padding: 10.25rem !important;
  }

  .pt-xxl-41,
  .py-xxl-41 {
    padding-top: 10.25rem !important;
  }

  .pr-xxl-41,
  .px-xxl-41 {
    padding-right: 10.25rem !important;
  }

  .pb-xxl-41,
  .py-xxl-41 {
    padding-bottom: 10.25rem !important;
  }

  .pl-xxl-41,
  .px-xxl-41 {
    padding-left: 10.25rem !important;
  }

  .p-xxl-42 {
    padding: 10.5rem !important;
  }

  .pt-xxl-42,
  .py-xxl-42 {
    padding-top: 10.5rem !important;
  }

  .pr-xxl-42,
  .px-xxl-42 {
    padding-right: 10.5rem !important;
  }

  .pb-xxl-42,
  .py-xxl-42 {
    padding-bottom: 10.5rem !important;
  }

  .pl-xxl-42,
  .px-xxl-42 {
    padding-left: 10.5rem !important;
  }

  .p-xxl-43 {
    padding: 10.75rem !important;
  }

  .pt-xxl-43,
  .py-xxl-43 {
    padding-top: 10.75rem !important;
  }

  .pr-xxl-43,
  .px-xxl-43 {
    padding-right: 10.75rem !important;
  }

  .pb-xxl-43,
  .py-xxl-43 {
    padding-bottom: 10.75rem !important;
  }

  .pl-xxl-43,
  .px-xxl-43 {
    padding-left: 10.75rem !important;
  }

  .p-xxl-44 {
    padding: 11rem !important;
  }

  .pt-xxl-44,
  .py-xxl-44 {
    padding-top: 11rem !important;
  }

  .pr-xxl-44,
  .px-xxl-44 {
    padding-right: 11rem !important;
  }

  .pb-xxl-44,
  .py-xxl-44 {
    padding-bottom: 11rem !important;
  }

  .pl-xxl-44,
  .px-xxl-44 {
    padding-left: 11rem !important;
  }

  .p-xxl-45 {
    padding: 11.25rem !important;
  }

  .pt-xxl-45,
  .py-xxl-45 {
    padding-top: 11.25rem !important;
  }

  .pr-xxl-45,
  .px-xxl-45 {
    padding-right: 11.25rem !important;
  }

  .pb-xxl-45,
  .py-xxl-45 {
    padding-bottom: 11.25rem !important;
  }

  .pl-xxl-45,
  .px-xxl-45 {
    padding-left: 11.25rem !important;
  }

  .p-xxl-46 {
    padding: 11.5rem !important;
  }

  .pt-xxl-46,
  .py-xxl-46 {
    padding-top: 11.5rem !important;
  }

  .pr-xxl-46,
  .px-xxl-46 {
    padding-right: 11.5rem !important;
  }

  .pb-xxl-46,
  .py-xxl-46 {
    padding-bottom: 11.5rem !important;
  }

  .pl-xxl-46,
  .px-xxl-46 {
    padding-left: 11.5rem !important;
  }

  .p-xxl-47 {
    padding: 11.75rem !important;
  }

  .pt-xxl-47,
  .py-xxl-47 {
    padding-top: 11.75rem !important;
  }

  .pr-xxl-47,
  .px-xxl-47 {
    padding-right: 11.75rem !important;
  }

  .pb-xxl-47,
  .py-xxl-47 {
    padding-bottom: 11.75rem !important;
  }

  .pl-xxl-47,
  .px-xxl-47 {
    padding-left: 11.75rem !important;
  }

  .p-xxl-48 {
    padding: 12.25rem !important;
  }

  .pt-xxl-48,
  .py-xxl-48 {
    padding-top: 12.25rem !important;
  }

  .pr-xxl-48,
  .px-xxl-48 {
    padding-right: 12.25rem !important;
  }

  .pb-xxl-48,
  .py-xxl-48 {
    padding-bottom: 12.25rem !important;
  }

  .pl-xxl-48,
  .px-xxl-48 {
    padding-left: 12.25rem !important;
  }

  .p-xxl-49 {
    padding: 12.5rem !important;
  }

  .pt-xxl-49,
  .py-xxl-49 {
    padding-top: 12.5rem !important;
  }

  .pr-xxl-49,
  .px-xxl-49 {
    padding-right: 12.5rem !important;
  }

  .pb-xxl-49,
  .py-xxl-49 {
    padding-bottom: 12.5rem !important;
  }

  .pl-xxl-49,
  .px-xxl-49 {
    padding-left: 12.5rem !important;
  }

  .p-xxl-50 {
    padding: 12.75rem !important;
  }

  .pt-xxl-50,
  .py-xxl-50 {
    padding-top: 12.75rem !important;
  }

  .pr-xxl-50,
  .px-xxl-50 {
    padding-right: 12.75rem !important;
  }

  .pb-xxl-50,
  .py-xxl-50 {
    padding-bottom: 12.75rem !important;
  }

  .pl-xxl-50,
  .px-xxl-50 {
    padding-left: 12.75rem !important;
  }

  .p-xxl-51 {
    padding: 13rem !important;
  }

  .pt-xxl-51,
  .py-xxl-51 {
    padding-top: 13rem !important;
  }

  .pr-xxl-51,
  .px-xxl-51 {
    padding-right: 13rem !important;
  }

  .pb-xxl-51,
  .py-xxl-51 {
    padding-bottom: 13rem !important;
  }

  .pl-xxl-51,
  .px-xxl-51 {
    padding-left: 13rem !important;
  }

  .p-xxl-52 {
    padding: 13.25rem !important;
  }

  .pt-xxl-52,
  .py-xxl-52 {
    padding-top: 13.25rem !important;
  }

  .pr-xxl-52,
  .px-xxl-52 {
    padding-right: 13.25rem !important;
  }

  .pb-xxl-52,
  .py-xxl-52 {
    padding-bottom: 13.25rem !important;
  }

  .pl-xxl-52,
  .px-xxl-52 {
    padding-left: 13.25rem !important;
  }

  .p-xxl-53 {
    padding: 13.5rem !important;
  }

  .pt-xxl-53,
  .py-xxl-53 {
    padding-top: 13.5rem !important;
  }

  .pr-xxl-53,
  .px-xxl-53 {
    padding-right: 13.5rem !important;
  }

  .pb-xxl-53,
  .py-xxl-53 {
    padding-bottom: 13.5rem !important;
  }

  .pl-xxl-53,
  .px-xxl-53 {
    padding-left: 13.5rem !important;
  }

  .p-xxl-54 {
    padding: 13.75rem !important;
  }

  .pt-xxl-54,
  .py-xxl-54 {
    padding-top: 13.75rem !important;
  }

  .pr-xxl-54,
  .px-xxl-54 {
    padding-right: 13.75rem !important;
  }

  .pb-xxl-54,
  .py-xxl-54 {
    padding-bottom: 13.75rem !important;
  }

  .pl-xxl-54,
  .px-xxl-54 {
    padding-left: 13.75rem !important;
  }

  .p-xxl-55 {
    padding: 14rem !important;
  }

  .pt-xxl-55,
  .py-xxl-55 {
    padding-top: 14rem !important;
  }

  .pr-xxl-55,
  .px-xxl-55 {
    padding-right: 14rem !important;
  }

  .pb-xxl-55,
  .py-xxl-55 {
    padding-bottom: 14rem !important;
  }

  .pl-xxl-55,
  .px-xxl-55 {
    padding-left: 14rem !important;
  }

  .p-xxl-56 {
    padding: 14.25rem !important;
  }

  .pt-xxl-56,
  .py-xxl-56 {
    padding-top: 14.25rem !important;
  }

  .pr-xxl-56,
  .px-xxl-56 {
    padding-right: 14.25rem !important;
  }

  .pb-xxl-56,
  .py-xxl-56 {
    padding-bottom: 14.25rem !important;
  }

  .pl-xxl-56,
  .px-xxl-56 {
    padding-left: 14.25rem !important;
  }

  .p-xxl-57 {
    padding: 14.5rem !important;
  }

  .pt-xxl-57,
  .py-xxl-57 {
    padding-top: 14.5rem !important;
  }

  .pr-xxl-57,
  .px-xxl-57 {
    padding-right: 14.5rem !important;
  }

  .pb-xxl-57,
  .py-xxl-57 {
    padding-bottom: 14.5rem !important;
  }

  .pl-xxl-57,
  .px-xxl-57 {
    padding-left: 14.5rem !important;
  }

  .p-xxl-58 {
    padding: 14.75rem !important;
  }

  .pt-xxl-58,
  .py-xxl-58 {
    padding-top: 14.75rem !important;
  }

  .pr-xxl-58,
  .px-xxl-58 {
    padding-right: 14.75rem !important;
  }

  .pb-xxl-58,
  .py-xxl-58 {
    padding-bottom: 14.75rem !important;
  }

  .pl-xxl-58,
  .px-xxl-58 {
    padding-left: 14.75rem !important;
  }

  .p-xxl-59 {
    padding: 15rem !important;
  }

  .pt-xxl-59,
  .py-xxl-59 {
    padding-top: 15rem !important;
  }

  .pr-xxl-59,
  .px-xxl-59 {
    padding-right: 15rem !important;
  }

  .pb-xxl-59,
  .py-xxl-59 {
    padding-bottom: 15rem !important;
  }

  .pl-xxl-59,
  .px-xxl-59 {
    padding-left: 15rem !important;
  }

  .p-xxl-60 {
    padding: 15.25rem !important;
  }

  .pt-xxl-60,
  .py-xxl-60 {
    padding-top: 15.25rem !important;
  }

  .pr-xxl-60,
  .px-xxl-60 {
    padding-right: 15.25rem !important;
  }

  .pb-xxl-60,
  .py-xxl-60 {
    padding-bottom: 15.25rem !important;
  }

  .pl-xxl-60,
  .px-xxl-60 {
    padding-left: 15.25rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -0.75rem !important;
  }

  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -0.75rem !important;
  }

  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -0.75rem !important;
  }

  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -0.75rem !important;
  }

  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -0.75rem !important;
  }

  .m-xxl-n4 {
    margin: -1rem !important;
  }

  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1rem !important;
  }

  .m-xxl-n5 {
    margin: -1.25rem !important;
  }

  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -1.25rem !important;
  }

  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -1.25rem !important;
  }

  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -1.25rem !important;
  }

  .m-xxl-n0h {
    margin: -0.2rem !important;
  }

  .mt-xxl-n0h,
  .my-xxl-n0h {
    margin-top: -0.2rem !important;
  }

  .mr-xxl-n0h,
  .mx-xxl-n0h {
    margin-right: -0.2rem !important;
  }

  .mb-xxl-n0h,
  .my-xxl-n0h {
    margin-bottom: -0.2rem !important;
  }

  .ml-xxl-n0h,
  .mx-xxl-n0h {
    margin-left: -0.2rem !important;
  }

  .m-xxl-n1h {
    margin: -0.35rem !important;
  }

  .mt-xxl-n1h,
  .my-xxl-n1h {
    margin-top: -0.35rem !important;
  }

  .mr-xxl-n1h,
  .mx-xxl-n1h {
    margin-right: -0.35rem !important;
  }

  .mb-xxl-n1h,
  .my-xxl-n1h {
    margin-bottom: -0.35rem !important;
  }

  .ml-xxl-n1h,
  .mx-xxl-n1h {
    margin-left: -0.35rem !important;
  }

  .m-xxl-n6 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n7 {
    margin: -1.75rem !important;
  }

  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -1.75rem !important;
  }

  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -1.75rem !important;
  }

  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -1.75rem !important;
  }

  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -1.75rem !important;
  }

  .m-xxl-n8 {
    margin: -2rem !important;
  }

  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -2rem !important;
  }

  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -2rem !important;
  }

  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -2rem !important;
  }

  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -2rem !important;
  }

  .m-xxl-n9 {
    margin: -2.25rem !important;
  }

  .mt-xxl-n9,
  .my-xxl-n9 {
    margin-top: -2.25rem !important;
  }

  .mr-xxl-n9,
  .mx-xxl-n9 {
    margin-right: -2.25rem !important;
  }

  .mb-xxl-n9,
  .my-xxl-n9 {
    margin-bottom: -2.25rem !important;
  }

  .ml-xxl-n9,
  .mx-xxl-n9 {
    margin-left: -2.25rem !important;
  }

  .m-xxl-n10 {
    margin: -2.5rem !important;
  }

  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -2.5rem !important;
  }

  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -2.5rem !important;
  }

  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -2.5rem !important;
  }

  .m-xxl-n11 {
    margin: -2.75rem !important;
  }

  .mt-xxl-n11,
  .my-xxl-n11 {
    margin-top: -2.75rem !important;
  }

  .mr-xxl-n11,
  .mx-xxl-n11 {
    margin-right: -2.75rem !important;
  }

  .mb-xxl-n11,
  .my-xxl-n11 {
    margin-bottom: -2.75rem !important;
  }

  .ml-xxl-n11,
  .mx-xxl-n11 {
    margin-left: -2.75rem !important;
  }

  .m-xxl-n12 {
    margin: -3rem !important;
  }

  .mt-xxl-n12,
  .my-xxl-n12 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n12,
  .mx-xxl-n12 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n12,
  .my-xxl-n12 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n12,
  .mx-xxl-n12 {
    margin-left: -3rem !important;
  }

  .m-xxl-n13 {
    margin: -3.25rem !important;
  }

  .mt-xxl-n13,
  .my-xxl-n13 {
    margin-top: -3.25rem !important;
  }

  .mr-xxl-n13,
  .mx-xxl-n13 {
    margin-right: -3.25rem !important;
  }

  .mb-xxl-n13,
  .my-xxl-n13 {
    margin-bottom: -3.25rem !important;
  }

  .ml-xxl-n13,
  .mx-xxl-n13 {
    margin-left: -3.25rem !important;
  }

  .m-xxl-n14 {
    margin: -3.5rem !important;
  }

  .mt-xxl-n14,
  .my-xxl-n14 {
    margin-top: -3.5rem !important;
  }

  .mr-xxl-n14,
  .mx-xxl-n14 {
    margin-right: -3.5rem !important;
  }

  .mb-xxl-n14,
  .my-xxl-n14 {
    margin-bottom: -3.5rem !important;
  }

  .ml-xxl-n14,
  .mx-xxl-n14 {
    margin-left: -3.5rem !important;
  }

  .m-xxl-n15 {
    margin: -3.75rem !important;
  }

  .mt-xxl-n15,
  .my-xxl-n15 {
    margin-top: -3.75rem !important;
  }

  .mr-xxl-n15,
  .mx-xxl-n15 {
    margin-right: -3.75rem !important;
  }

  .mb-xxl-n15,
  .my-xxl-n15 {
    margin-bottom: -3.75rem !important;
  }

  .ml-xxl-n15,
  .mx-xxl-n15 {
    margin-left: -3.75rem !important;
  }

  .m-xxl-n16 {
    margin: -4rem !important;
  }

  .mt-xxl-n16,
  .my-xxl-n16 {
    margin-top: -4rem !important;
  }

  .mr-xxl-n16,
  .mx-xxl-n16 {
    margin-right: -4rem !important;
  }

  .mb-xxl-n16,
  .my-xxl-n16 {
    margin-bottom: -4rem !important;
  }

  .ml-xxl-n16,
  .mx-xxl-n16 {
    margin-left: -4rem !important;
  }

  .m-xxl-n17 {
    margin: -4.25rem !important;
  }

  .mt-xxl-n17,
  .my-xxl-n17 {
    margin-top: -4.25rem !important;
  }

  .mr-xxl-n17,
  .mx-xxl-n17 {
    margin-right: -4.25rem !important;
  }

  .mb-xxl-n17,
  .my-xxl-n17 {
    margin-bottom: -4.25rem !important;
  }

  .ml-xxl-n17,
  .mx-xxl-n17 {
    margin-left: -4.25rem !important;
  }

  .m-xxl-n18 {
    margin: -4.55rem !important;
  }

  .mt-xxl-n18,
  .my-xxl-n18 {
    margin-top: -4.55rem !important;
  }

  .mr-xxl-n18,
  .mx-xxl-n18 {
    margin-right: -4.55rem !important;
  }

  .mb-xxl-n18,
  .my-xxl-n18 {
    margin-bottom: -4.55rem !important;
  }

  .ml-xxl-n18,
  .mx-xxl-n18 {
    margin-left: -4.55rem !important;
  }

  .m-xxl-n19 {
    margin: -4.75rem !important;
  }

  .mt-xxl-n19,
  .my-xxl-n19 {
    margin-top: -4.75rem !important;
  }

  .mr-xxl-n19,
  .mx-xxl-n19 {
    margin-right: -4.75rem !important;
  }

  .mb-xxl-n19,
  .my-xxl-n19 {
    margin-bottom: -4.75rem !important;
  }

  .ml-xxl-n19,
  .mx-xxl-n19 {
    margin-left: -4.75rem !important;
  }

  .m-xxl-n20 {
    margin: -5rem !important;
  }

  .mt-xxl-n20,
  .my-xxl-n20 {
    margin-top: -5rem !important;
  }

  .mr-xxl-n20,
  .mx-xxl-n20 {
    margin-right: -5rem !important;
  }

  .mb-xxl-n20,
  .my-xxl-n20 {
    margin-bottom: -5rem !important;
  }

  .ml-xxl-n20,
  .mx-xxl-n20 {
    margin-left: -5rem !important;
  }

  .m-xxl-n21 {
    margin: -5.25rem !important;
  }

  .mt-xxl-n21,
  .my-xxl-n21 {
    margin-top: -5.25rem !important;
  }

  .mr-xxl-n21,
  .mx-xxl-n21 {
    margin-right: -5.25rem !important;
  }

  .mb-xxl-n21,
  .my-xxl-n21 {
    margin-bottom: -5.25rem !important;
  }

  .ml-xxl-n21,
  .mx-xxl-n21 {
    margin-left: -5.25rem !important;
  }

  .m-xxl-n22 {
    margin: -5.5rem !important;
  }

  .mt-xxl-n22,
  .my-xxl-n22 {
    margin-top: -5.5rem !important;
  }

  .mr-xxl-n22,
  .mx-xxl-n22 {
    margin-right: -5.5rem !important;
  }

  .mb-xxl-n22,
  .my-xxl-n22 {
    margin-bottom: -5.5rem !important;
  }

  .ml-xxl-n22,
  .mx-xxl-n22 {
    margin-left: -5.5rem !important;
  }

  .m-xxl-n23 {
    margin: -5.75rem !important;
  }

  .mt-xxl-n23,
  .my-xxl-n23 {
    margin-top: -5.75rem !important;
  }

  .mr-xxl-n23,
  .mx-xxl-n23 {
    margin-right: -5.75rem !important;
  }

  .mb-xxl-n23,
  .my-xxl-n23 {
    margin-bottom: -5.75rem !important;
  }

  .ml-xxl-n23,
  .mx-xxl-n23 {
    margin-left: -5.75rem !important;
  }

  .m-xxl-n24 {
    margin: -6rem !important;
  }

  .mt-xxl-n24,
  .my-xxl-n24 {
    margin-top: -6rem !important;
  }

  .mr-xxl-n24,
  .mx-xxl-n24 {
    margin-right: -6rem !important;
  }

  .mb-xxl-n24,
  .my-xxl-n24 {
    margin-bottom: -6rem !important;
  }

  .ml-xxl-n24,
  .mx-xxl-n24 {
    margin-left: -6rem !important;
  }

  .m-xxl-n25 {
    margin: -6.25rem !important;
  }

  .mt-xxl-n25,
  .my-xxl-n25 {
    margin-top: -6.25rem !important;
  }

  .mr-xxl-n25,
  .mx-xxl-n25 {
    margin-right: -6.25rem !important;
  }

  .mb-xxl-n25,
  .my-xxl-n25 {
    margin-bottom: -6.25rem !important;
  }

  .ml-xxl-n25,
  .mx-xxl-n25 {
    margin-left: -6.25rem !important;
  }

  .m-xxl-n26 {
    margin: -6.5rem !important;
  }

  .mt-xxl-n26,
  .my-xxl-n26 {
    margin-top: -6.5rem !important;
  }

  .mr-xxl-n26,
  .mx-xxl-n26 {
    margin-right: -6.5rem !important;
  }

  .mb-xxl-n26,
  .my-xxl-n26 {
    margin-bottom: -6.5rem !important;
  }

  .ml-xxl-n26,
  .mx-xxl-n26 {
    margin-left: -6.5rem !important;
  }

  .m-xxl-n27 {
    margin: -6.75rem !important;
  }

  .mt-xxl-n27,
  .my-xxl-n27 {
    margin-top: -6.75rem !important;
  }

  .mr-xxl-n27,
  .mx-xxl-n27 {
    margin-right: -6.75rem !important;
  }

  .mb-xxl-n27,
  .my-xxl-n27 {
    margin-bottom: -6.75rem !important;
  }

  .ml-xxl-n27,
  .mx-xxl-n27 {
    margin-left: -6.75rem !important;
  }

  .m-xxl-n28 {
    margin: -7rem !important;
  }

  .mt-xxl-n28,
  .my-xxl-n28 {
    margin-top: -7rem !important;
  }

  .mr-xxl-n28,
  .mx-xxl-n28 {
    margin-right: -7rem !important;
  }

  .mb-xxl-n28,
  .my-xxl-n28 {
    margin-bottom: -7rem !important;
  }

  .ml-xxl-n28,
  .mx-xxl-n28 {
    margin-left: -7rem !important;
  }

  .m-xxl-n29 {
    margin: -7.25rem !important;
  }

  .mt-xxl-n29,
  .my-xxl-n29 {
    margin-top: -7.25rem !important;
  }

  .mr-xxl-n29,
  .mx-xxl-n29 {
    margin-right: -7.25rem !important;
  }

  .mb-xxl-n29,
  .my-xxl-n29 {
    margin-bottom: -7.25rem !important;
  }

  .ml-xxl-n29,
  .mx-xxl-n29 {
    margin-left: -7.25rem !important;
  }

  .m-xxl-n30 {
    margin: -7.5rem !important;
  }

  .mt-xxl-n30,
  .my-xxl-n30 {
    margin-top: -7.5rem !important;
  }

  .mr-xxl-n30,
  .mx-xxl-n30 {
    margin-right: -7.5rem !important;
  }

  .mb-xxl-n30,
  .my-xxl-n30 {
    margin-bottom: -7.5rem !important;
  }

  .ml-xxl-n30,
  .mx-xxl-n30 {
    margin-left: -7.5rem !important;
  }

  .m-xxl-n31 {
    margin: -7.75rem !important;
  }

  .mt-xxl-n31,
  .my-xxl-n31 {
    margin-top: -7.75rem !important;
  }

  .mr-xxl-n31,
  .mx-xxl-n31 {
    margin-right: -7.75rem !important;
  }

  .mb-xxl-n31,
  .my-xxl-n31 {
    margin-bottom: -7.75rem !important;
  }

  .ml-xxl-n31,
  .mx-xxl-n31 {
    margin-left: -7.75rem !important;
  }

  .m-xxl-n32 {
    margin: -8rem !important;
  }

  .mt-xxl-n32,
  .my-xxl-n32 {
    margin-top: -8rem !important;
  }

  .mr-xxl-n32,
  .mx-xxl-n32 {
    margin-right: -8rem !important;
  }

  .mb-xxl-n32,
  .my-xxl-n32 {
    margin-bottom: -8rem !important;
  }

  .ml-xxl-n32,
  .mx-xxl-n32 {
    margin-left: -8rem !important;
  }

  .m-xxl-n33 {
    margin: -8.25rem !important;
  }

  .mt-xxl-n33,
  .my-xxl-n33 {
    margin-top: -8.25rem !important;
  }

  .mr-xxl-n33,
  .mx-xxl-n33 {
    margin-right: -8.25rem !important;
  }

  .mb-xxl-n33,
  .my-xxl-n33 {
    margin-bottom: -8.25rem !important;
  }

  .ml-xxl-n33,
  .mx-xxl-n33 {
    margin-left: -8.25rem !important;
  }

  .m-xxl-n34 {
    margin: -8.5rem !important;
  }

  .mt-xxl-n34,
  .my-xxl-n34 {
    margin-top: -8.5rem !important;
  }

  .mr-xxl-n34,
  .mx-xxl-n34 {
    margin-right: -8.5rem !important;
  }

  .mb-xxl-n34,
  .my-xxl-n34 {
    margin-bottom: -8.5rem !important;
  }

  .ml-xxl-n34,
  .mx-xxl-n34 {
    margin-left: -8.5rem !important;
  }

  .m-xxl-n35 {
    margin: -8.75rem !important;
  }

  .mt-xxl-n35,
  .my-xxl-n35 {
    margin-top: -8.75rem !important;
  }

  .mr-xxl-n35,
  .mx-xxl-n35 {
    margin-right: -8.75rem !important;
  }

  .mb-xxl-n35,
  .my-xxl-n35 {
    margin-bottom: -8.75rem !important;
  }

  .ml-xxl-n35,
  .mx-xxl-n35 {
    margin-left: -8.75rem !important;
  }

  .m-xxl-n36 {
    margin: -9rem !important;
  }

  .mt-xxl-n36,
  .my-xxl-n36 {
    margin-top: -9rem !important;
  }

  .mr-xxl-n36,
  .mx-xxl-n36 {
    margin-right: -9rem !important;
  }

  .mb-xxl-n36,
  .my-xxl-n36 {
    margin-bottom: -9rem !important;
  }

  .ml-xxl-n36,
  .mx-xxl-n36 {
    margin-left: -9rem !important;
  }

  .m-xxl-n37 {
    margin: -9.25rem !important;
  }

  .mt-xxl-n37,
  .my-xxl-n37 {
    margin-top: -9.25rem !important;
  }

  .mr-xxl-n37,
  .mx-xxl-n37 {
    margin-right: -9.25rem !important;
  }

  .mb-xxl-n37,
  .my-xxl-n37 {
    margin-bottom: -9.25rem !important;
  }

  .ml-xxl-n37,
  .mx-xxl-n37 {
    margin-left: -9.25rem !important;
  }

  .m-xxl-n38 {
    margin: -9.5rem !important;
  }

  .mt-xxl-n38,
  .my-xxl-n38 {
    margin-top: -9.5rem !important;
  }

  .mr-xxl-n38,
  .mx-xxl-n38 {
    margin-right: -9.5rem !important;
  }

  .mb-xxl-n38,
  .my-xxl-n38 {
    margin-bottom: -9.5rem !important;
  }

  .ml-xxl-n38,
  .mx-xxl-n38 {
    margin-left: -9.5rem !important;
  }

  .m-xxl-n39 {
    margin: -9.75rem !important;
  }

  .mt-xxl-n39,
  .my-xxl-n39 {
    margin-top: -9.75rem !important;
  }

  .mr-xxl-n39,
  .mx-xxl-n39 {
    margin-right: -9.75rem !important;
  }

  .mb-xxl-n39,
  .my-xxl-n39 {
    margin-bottom: -9.75rem !important;
  }

  .ml-xxl-n39,
  .mx-xxl-n39 {
    margin-left: -9.75rem !important;
  }

  .m-xxl-n40 {
    margin: -10rem !important;
  }

  .mt-xxl-n40,
  .my-xxl-n40 {
    margin-top: -10rem !important;
  }

  .mr-xxl-n40,
  .mx-xxl-n40 {
    margin-right: -10rem !important;
  }

  .mb-xxl-n40,
  .my-xxl-n40 {
    margin-bottom: -10rem !important;
  }

  .ml-xxl-n40,
  .mx-xxl-n40 {
    margin-left: -10rem !important;
  }

  .m-xxl-n41 {
    margin: -10.25rem !important;
  }

  .mt-xxl-n41,
  .my-xxl-n41 {
    margin-top: -10.25rem !important;
  }

  .mr-xxl-n41,
  .mx-xxl-n41 {
    margin-right: -10.25rem !important;
  }

  .mb-xxl-n41,
  .my-xxl-n41 {
    margin-bottom: -10.25rem !important;
  }

  .ml-xxl-n41,
  .mx-xxl-n41 {
    margin-left: -10.25rem !important;
  }

  .m-xxl-n42 {
    margin: -10.5rem !important;
  }

  .mt-xxl-n42,
  .my-xxl-n42 {
    margin-top: -10.5rem !important;
  }

  .mr-xxl-n42,
  .mx-xxl-n42 {
    margin-right: -10.5rem !important;
  }

  .mb-xxl-n42,
  .my-xxl-n42 {
    margin-bottom: -10.5rem !important;
  }

  .ml-xxl-n42,
  .mx-xxl-n42 {
    margin-left: -10.5rem !important;
  }

  .m-xxl-n43 {
    margin: -10.75rem !important;
  }

  .mt-xxl-n43,
  .my-xxl-n43 {
    margin-top: -10.75rem !important;
  }

  .mr-xxl-n43,
  .mx-xxl-n43 {
    margin-right: -10.75rem !important;
  }

  .mb-xxl-n43,
  .my-xxl-n43 {
    margin-bottom: -10.75rem !important;
  }

  .ml-xxl-n43,
  .mx-xxl-n43 {
    margin-left: -10.75rem !important;
  }

  .m-xxl-n44 {
    margin: -11rem !important;
  }

  .mt-xxl-n44,
  .my-xxl-n44 {
    margin-top: -11rem !important;
  }

  .mr-xxl-n44,
  .mx-xxl-n44 {
    margin-right: -11rem !important;
  }

  .mb-xxl-n44,
  .my-xxl-n44 {
    margin-bottom: -11rem !important;
  }

  .ml-xxl-n44,
  .mx-xxl-n44 {
    margin-left: -11rem !important;
  }

  .m-xxl-n45 {
    margin: -11.25rem !important;
  }

  .mt-xxl-n45,
  .my-xxl-n45 {
    margin-top: -11.25rem !important;
  }

  .mr-xxl-n45,
  .mx-xxl-n45 {
    margin-right: -11.25rem !important;
  }

  .mb-xxl-n45,
  .my-xxl-n45 {
    margin-bottom: -11.25rem !important;
  }

  .ml-xxl-n45,
  .mx-xxl-n45 {
    margin-left: -11.25rem !important;
  }

  .m-xxl-n46 {
    margin: -11.5rem !important;
  }

  .mt-xxl-n46,
  .my-xxl-n46 {
    margin-top: -11.5rem !important;
  }

  .mr-xxl-n46,
  .mx-xxl-n46 {
    margin-right: -11.5rem !important;
  }

  .mb-xxl-n46,
  .my-xxl-n46 {
    margin-bottom: -11.5rem !important;
  }

  .ml-xxl-n46,
  .mx-xxl-n46 {
    margin-left: -11.5rem !important;
  }

  .m-xxl-n47 {
    margin: -11.75rem !important;
  }

  .mt-xxl-n47,
  .my-xxl-n47 {
    margin-top: -11.75rem !important;
  }

  .mr-xxl-n47,
  .mx-xxl-n47 {
    margin-right: -11.75rem !important;
  }

  .mb-xxl-n47,
  .my-xxl-n47 {
    margin-bottom: -11.75rem !important;
  }

  .ml-xxl-n47,
  .mx-xxl-n47 {
    margin-left: -11.75rem !important;
  }

  .m-xxl-n48 {
    margin: -12.25rem !important;
  }

  .mt-xxl-n48,
  .my-xxl-n48 {
    margin-top: -12.25rem !important;
  }

  .mr-xxl-n48,
  .mx-xxl-n48 {
    margin-right: -12.25rem !important;
  }

  .mb-xxl-n48,
  .my-xxl-n48 {
    margin-bottom: -12.25rem !important;
  }

  .ml-xxl-n48,
  .mx-xxl-n48 {
    margin-left: -12.25rem !important;
  }

  .m-xxl-n49 {
    margin: -12.5rem !important;
  }

  .mt-xxl-n49,
  .my-xxl-n49 {
    margin-top: -12.5rem !important;
  }

  .mr-xxl-n49,
  .mx-xxl-n49 {
    margin-right: -12.5rem !important;
  }

  .mb-xxl-n49,
  .my-xxl-n49 {
    margin-bottom: -12.5rem !important;
  }

  .ml-xxl-n49,
  .mx-xxl-n49 {
    margin-left: -12.5rem !important;
  }

  .m-xxl-n50 {
    margin: -12.75rem !important;
  }

  .mt-xxl-n50,
  .my-xxl-n50 {
    margin-top: -12.75rem !important;
  }

  .mr-xxl-n50,
  .mx-xxl-n50 {
    margin-right: -12.75rem !important;
  }

  .mb-xxl-n50,
  .my-xxl-n50 {
    margin-bottom: -12.75rem !important;
  }

  .ml-xxl-n50,
  .mx-xxl-n50 {
    margin-left: -12.75rem !important;
  }

  .m-xxl-n51 {
    margin: -13rem !important;
  }

  .mt-xxl-n51,
  .my-xxl-n51 {
    margin-top: -13rem !important;
  }

  .mr-xxl-n51,
  .mx-xxl-n51 {
    margin-right: -13rem !important;
  }

  .mb-xxl-n51,
  .my-xxl-n51 {
    margin-bottom: -13rem !important;
  }

  .ml-xxl-n51,
  .mx-xxl-n51 {
    margin-left: -13rem !important;
  }

  .m-xxl-n52 {
    margin: -13.25rem !important;
  }

  .mt-xxl-n52,
  .my-xxl-n52 {
    margin-top: -13.25rem !important;
  }

  .mr-xxl-n52,
  .mx-xxl-n52 {
    margin-right: -13.25rem !important;
  }

  .mb-xxl-n52,
  .my-xxl-n52 {
    margin-bottom: -13.25rem !important;
  }

  .ml-xxl-n52,
  .mx-xxl-n52 {
    margin-left: -13.25rem !important;
  }

  .m-xxl-n53 {
    margin: -13.5rem !important;
  }

  .mt-xxl-n53,
  .my-xxl-n53 {
    margin-top: -13.5rem !important;
  }

  .mr-xxl-n53,
  .mx-xxl-n53 {
    margin-right: -13.5rem !important;
  }

  .mb-xxl-n53,
  .my-xxl-n53 {
    margin-bottom: -13.5rem !important;
  }

  .ml-xxl-n53,
  .mx-xxl-n53 {
    margin-left: -13.5rem !important;
  }

  .m-xxl-n54 {
    margin: -13.75rem !important;
  }

  .mt-xxl-n54,
  .my-xxl-n54 {
    margin-top: -13.75rem !important;
  }

  .mr-xxl-n54,
  .mx-xxl-n54 {
    margin-right: -13.75rem !important;
  }

  .mb-xxl-n54,
  .my-xxl-n54 {
    margin-bottom: -13.75rem !important;
  }

  .ml-xxl-n54,
  .mx-xxl-n54 {
    margin-left: -13.75rem !important;
  }

  .m-xxl-n55 {
    margin: -14rem !important;
  }

  .mt-xxl-n55,
  .my-xxl-n55 {
    margin-top: -14rem !important;
  }

  .mr-xxl-n55,
  .mx-xxl-n55 {
    margin-right: -14rem !important;
  }

  .mb-xxl-n55,
  .my-xxl-n55 {
    margin-bottom: -14rem !important;
  }

  .ml-xxl-n55,
  .mx-xxl-n55 {
    margin-left: -14rem !important;
  }

  .m-xxl-n56 {
    margin: -14.25rem !important;
  }

  .mt-xxl-n56,
  .my-xxl-n56 {
    margin-top: -14.25rem !important;
  }

  .mr-xxl-n56,
  .mx-xxl-n56 {
    margin-right: -14.25rem !important;
  }

  .mb-xxl-n56,
  .my-xxl-n56 {
    margin-bottom: -14.25rem !important;
  }

  .ml-xxl-n56,
  .mx-xxl-n56 {
    margin-left: -14.25rem !important;
  }

  .m-xxl-n57 {
    margin: -14.5rem !important;
  }

  .mt-xxl-n57,
  .my-xxl-n57 {
    margin-top: -14.5rem !important;
  }

  .mr-xxl-n57,
  .mx-xxl-n57 {
    margin-right: -14.5rem !important;
  }

  .mb-xxl-n57,
  .my-xxl-n57 {
    margin-bottom: -14.5rem !important;
  }

  .ml-xxl-n57,
  .mx-xxl-n57 {
    margin-left: -14.5rem !important;
  }

  .m-xxl-n58 {
    margin: -14.75rem !important;
  }

  .mt-xxl-n58,
  .my-xxl-n58 {
    margin-top: -14.75rem !important;
  }

  .mr-xxl-n58,
  .mx-xxl-n58 {
    margin-right: -14.75rem !important;
  }

  .mb-xxl-n58,
  .my-xxl-n58 {
    margin-bottom: -14.75rem !important;
  }

  .ml-xxl-n58,
  .mx-xxl-n58 {
    margin-left: -14.75rem !important;
  }

  .m-xxl-n59 {
    margin: -15rem !important;
  }

  .mt-xxl-n59,
  .my-xxl-n59 {
    margin-top: -15rem !important;
  }

  .mr-xxl-n59,
  .mx-xxl-n59 {
    margin-right: -15rem !important;
  }

  .mb-xxl-n59,
  .my-xxl-n59 {
    margin-bottom: -15rem !important;
  }

  .ml-xxl-n59,
  .mx-xxl-n59 {
    margin-left: -15rem !important;
  }

  .m-xxl-n60 {
    margin: -15.25rem !important;
  }

  .mt-xxl-n60,
  .my-xxl-n60 {
    margin-top: -15.25rem !important;
  }

  .mr-xxl-n60,
  .mx-xxl-n60 {
    margin-right: -15.25rem !important;
  }

  .mb-xxl-n60,
  .my-xxl-n60 {
    margin-bottom: -15.25rem !important;
  }

  .ml-xxl-n60,
  .mx-xxl-n60 {
    margin-left: -15.25rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

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

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: normal !important;
}

.font-weight-bold {
  font-weight: 500 !important;
}

.font-weight-bolder {
  font-weight: 600 !important;
}

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

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #0094FF !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0068b3 !important;
}

.text-secondary {
  color: #89929F !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #626c79 !important;
}

.text-success {
  color: #50CD89 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #2ea263 !important;
}

.text-info {
  color: #9c5aff !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #6e0eff !important;
}

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

a.text-warning:hover,
a.text-warning:focus {
  color: #c22f00 !important;
}

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

a.text-danger:hover,
a.text-danger:focus {
  color: #c30f3b !important;
}

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

a.text-light:hover,
a.text-light:focus {
  color: #c2d4e1 !important;
}

.text-dark {
  color: #2F3044 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #101017 !important;
}

.text-white {
  color: #ffffff !important;
}

a.text-white:hover,
a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-muted {
  color: #B5B5C3 !important;
}

a.text-muted:hover,
a.text-muted:focus {
  color: #8b8ba1 !important;
}

.text-body {
  color: #5E5F6C !important;
}

.text-muted {
  color: #A7A8BB !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #B5B5C3;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #ffffff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #E4E6EF !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #EBEDF3;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #EBEDF3;
  }
}

@media (min-width: 992px) {
  span,
  ol,
  ul,
  pre,
  div {
    scrollbar-width: thin;
    scrollbar-color: #EBEDF3 transparent;
  }

  span::-webkit-scrollbar,
  ol::-webkit-scrollbar,
  ul::-webkit-scrollbar,
  pre::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 0.4rem;
    height: 0.6rem;
  }

  span::-webkit-scrollbar-thumb,
  ol::-webkit-scrollbar-thumb,
  ul::-webkit-scrollbar-thumb,
  pre::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    background-color: #EBEDF3;
  }
}

.scroll {
  overflow: scroll;
  position: relative;
}

@media (max-width: 1199.98px) {
  .scroll {
    overflow: auto;
  }
}

.scroll-x {
  overflow-x: scroll;
  position: relative;
}

@media (max-width: 1199.98px) {
  .scroll-x {
    overflow-x: auto;
  }
}

.scroll-y {
  overflow-y: overlay;
  position: relative;
}

@media (max-width: 1199.98px) {
  .scroll-y {
    overflow-y: auto;
  }
}

.hover-scroll {
  position: relative;
}

@media (min-width: 992px) {
  .hover-scroll {
    overflow: hidden;
    border-right: 0.4rem solid transparent;
    border-bottom: 0.6rem solid transparent;
    margin-right: -0.4rem;
    margin-bottom: -0.6rem;
  }

  .hover-scroll:hover {
    overflow: scroll;
    border-right: 0;
    border-bottom: 0;
  }

@-moz-document url-prefix()  {
    .hover-scroll {
      overflow: scroll;
      position: relative;
      border-right: 0;
      border-bottom: 0;
    }
}
}

@media (max-width: 1199.98px) {
  .hover-scroll {
    overflow: auto;
  }
}

.hover-scroll-y {
  position: relative;
}

@media (min-width: 992px) {
  .hover-scroll-y {
    overflow-y: hidden;
    border-right: 0.4rem solid transparent;
    margin-right: -0.4rem;
  }

  .hover-scroll-y:hover {
    overflow-y: scroll;
    border-right: 0;
  }

@-moz-document url-prefix()  {
    .hover-scroll-y {
      overflow-y: scroll;
      position: relative;
      border-right: 0;
    }
}
}

@media (max-width: 1199.98px) {
  .hover-scroll-y {
    overflow-y: auto;
  }
}

.hover-scroll-x {
  position: relative;
}

@media (min-width: 992px) {
  .hover-scroll-x {
    overflow-x: hidden;
    border-bottom: 0.6rem solid transparent;
    margin-bottom: -0.6rem;
  }

  .hover-scroll-x:hover {
    overflow-x: scroll;
    border-bottom: 0;
  }

@-moz-document url-prefix()  {
    .hover-scroll-x {
      overflow-x: scroll;
      position: relative;
      border-bottom: 0;
    }
}
}

@media (max-width: 1199.98px) {
  .hover-scroll-x {
    overflow-x: auto;
  }
}

.hover-scroll-overlay-y {
  overflow-y: hidden;
  position: relative;
  --scrollbar-space: 0.25rem;
}

.hover-scroll-overlay-y::-webkit-scrollbar {
  width: calc(0.4rem + var(--scrollbar-space));
}

.hover-scroll-overlay-y::-webkit-scrollbar-thumb {
  background-clip: content-box;
  border-right: var(--scrollbar-space) solid transparent;
}

.hover-scroll-overlay-y:hover {
  overflow-y: overlay;
}

@-moz-document url-prefix()  {
  .hover-scroll-overlay-y {
    overflow-y: scroll;
    position: relative;
  }
}

.accordion .card {
  overflow: visible !important;
  border: 0;
  background-color: transparent !important;
}

.accordion .card:last-child {
  margin-bottom: 0;
}

.accordion .card .card-header {
  cursor: pointer;
  margin: 0;
  border-bottom: 0;
  padding: 0;
  background-color: transparent !important;
}

.accordion .card .card-header .card-title {
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #2F3044;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s ease;
}

.accordion .card .card-header .card-title .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #0094FF;
}

.accordion .card .card-header .card-title .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.accordion .card .card-header .card-title .svg-icon svg {
  height: 1.5rem !important;
  width: 1.5rem !important;
}

.accordion .card .card-header .card-title .svg-icon:not(.toggle-on):not(.toggle-off) svg {
  transition: all 0.3s ease;
  transform: rotate(90deg);
}

.accordion .card .card-header .card-title .card-label {
  flex-grow: 1;
  color: #2F3044;
}

.accordion .card .card-header .card-title.collapsed {
  color: #2F3044;
}

.accordion .card .card-header .card-title.collapsed .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #A7A8BB;
}

.accordion .card .card-header .card-title.collapsed .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.accordion .card .card-header .card-title.collapsed .svg-icon:not(.toggle-on):not(.toggle-off) svg {
  transition: all 0.3s ease;
  transform: rotate(0);
}

.accordion .card .card-header .card-title.collapsed .card-label {
  color: #2F3044;
}

.accordion .card .card-header .card-title:after {
  right: 1rem;
}

.accordion .card .card-header .card-text {
  flex-grow: 1;
}

.accordion .card .card-body {
  padding: 0;
  color: #A7A8BB;
  font-size: 1rem;
}

.rating {
  display: flex;
  align-items: center;
}

.rating-input {
  position: absolute !important;
  left: -9999px !important;
}

.rating-input[disabled] {
  display: none;
}

.rating-label {
  padding: 0 !important;
  margin: 0 !important;
}

.rating-label > i {
  color: #D1D3E0;
}

.rating-label > .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #D1D3E0;
}

.rating-label > .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

label.rating-label {
  cursor: pointer;
}

div.rating-label.checked > i,
label.rating-label > i {
  color: #FFAD0F;
}

div.rating-label.checked > .svg-icon svg [fill]:not(.permanent):not(g),
label.rating-label > .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFAD0F;
}

div.rating-label.checked > .svg-icon svg:hover [fill]:not(.permanent):not(g),
label.rating-label > .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.rating-input:checked ~ .rating-label > i {
  color: #D1D3E0;
}

.rating-input:checked ~ .rating-label > .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #D1D3E0;
}

.rating-input:checked ~ .rating-label > .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.rating:hover label.rating-label > i {
  color: #FFAD0F;
}

.rating:hover label.rating-label > .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFAD0F;
}

.rating:hover label.rating-label > .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

label.rating-label:hover ~ .rating-label > i {
  color: #D1D3E0;
}

label.rating-label:hover ~ .rating-label > .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #D1D3E0;
}

label.rating-label:hover ~ .rating-label > .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.checkbox {
  display: flex;
  align-items: center;
  position: relative;
  text-align: left;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease;
  margin: 0;
}

.checkbox > span {
  background-color: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 0.35rem;
}

.checkbox > span:after {
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0 2px 2px 0  !important;
  transform: rotate(45deg) ;
  margin-top: -2px;
}

.checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox:hover > input:not([disabled]) ~ span,
.checkbox > input:focus ~ span {
  transition: all 0.3s ease;
}

.checkbox.checkbox-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.checkbox > input:checked ~ span {
  transition: all 0.3s ease;
  background-color: none;
}

.checkbox > input:checked ~ span:after {
  display: block;
}

.checkbox.checkbox-square > span {
  border-radius: 0;
}

.checkbox.checkbox-circle > span {
  border-radius: 50%;
}

.checkbox.checkbox-outline > span {
  border-width: 1px;
  border-style: solid;
}

.checkbox.checkbox-outline-2x > span {
  border-width: 2px !important;
}

.checkbox > span {
  height: 18px;
  width: 18px;
}

.checkbox > span:after {
  width: 5px;
  height: 10px;
}

.checkbox.checkbox-lg > span {
  height: 24px;
  width: 24px;
}

.checkbox.checkbox-lg > span:after {
  width: 6px;
  height: 12px;
}

.checkbox.checkbox-outline > span {
  height: 18px;
  width: 18px;
}

.checkbox.checkbox-outline > span:after {
  width: 5px;
  height: 10px;
}

.checkbox.checkbox-outline.checkbox-lg > span {
  height: 24px;
  width: 24px;
}

.checkbox.checkbox-outline.checkbox-lg > span:after {
  width: 6px;
  height: 12px;
}

.checkbox > span {
  background-color: #EBEDF3;
  border: 1px solid transparent;
}

.checkbox > input:focus ~ span {
  border: 1px solid transparent;
}

.checkbox > input:checked ~ span {
  background-color: #0094FF;
}

.checkbox > input:checked ~ span:after {
  border-color: #ffffff;
}

.checkbox.checkbox-outline > span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.checkbox.checkbox-outline > input:focus ~ span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.checkbox.checkbox-outline > input:checked ~ span {
  background-color: transparent;
  border-color: #0094FF;
}

.checkbox.checkbox-outline > input:checked ~ span:after {
  border-color: #0094FF;
}

.checkbox.checkbox-primary > span {
  border: 1px solid transparent;
}

.checkbox.checkbox-primary > input:focus ~ span {
  border: 1px solid transparent;
}

.checkbox.checkbox-primary > input:checked ~ span {
  background-color: #0094FF;
}

.checkbox.checkbox-primary > input:checked ~ span:after {
  border-color: #ffffff;
}

.checkbox.checkbox-light-primary > span {
  background-color: theme-light-color("primary");
  border: 1px solid transparent;
}

.checkbox.checkbox-light-primary > input:focus ~ span {
  border: 1px solid transparent;
}

.checkbox.checkbox-light-primary > input:checked ~ span {
  background-color: #0094FF;
}

.checkbox.checkbox-light-primary > input:checked ~ span:after {
  border-color: theme-inverse-color("primary");
}

.checkbox.checkbox-outline.checkbox-primary > span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-primary > input:focus ~ span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-primary > input:checked ~ span {
  background-color: transparent;
  border-color: #0094FF;
}

.checkbox.checkbox-outline.checkbox-primary > input:checked ~ span:after {
  border-color: #0094FF;
}

.checkbox.checkbox-secondary > span {
  border: 1px solid transparent;
}

.checkbox.checkbox-secondary > input:focus ~ span {
  border: 1px solid transparent;
}

.checkbox.checkbox-secondary > input:checked ~ span {
  background-color: #89929F;
}

.checkbox.checkbox-secondary > input:checked ~ span:after {
  border-color: #ffffff;
}

.checkbox.checkbox-light-secondary > span {
  background-color: theme-light-color("secondary");
  border: 1px solid transparent;
}

.checkbox.checkbox-light-secondary > input:focus ~ span {
  border: 1px solid transparent;
}

.checkbox.checkbox-light-secondary > input:checked ~ span {
  background-color: #89929F;
}

.checkbox.checkbox-light-secondary > input:checked ~ span:after {
  border-color: theme-inverse-color("secondary");
}

.checkbox.checkbox-outline.checkbox-secondary > span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-secondary > input:focus ~ span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-secondary > input:checked ~ span {
  background-color: transparent;
  border-color: #89929F;
}

.checkbox.checkbox-outline.checkbox-secondary > input:checked ~ span:after {
  border-color: #89929F;
}

.checkbox.checkbox-success > span {
  border: 1px solid transparent;
}

.checkbox.checkbox-success > input:focus ~ span {
  border: 1px solid transparent;
}

.checkbox.checkbox-success > input:checked ~ span {
  background-color: #50CD89;
}

.checkbox.checkbox-success > input:checked ~ span:after {
  border-color: #ffffff;
}

.checkbox.checkbox-light-success > span {
  background-color: theme-light-color("success");
  border: 1px solid transparent;
}

.checkbox.checkbox-light-success > input:focus ~ span {
  border: 1px solid transparent;
}

.checkbox.checkbox-light-success > input:checked ~ span {
  background-color: #50CD89;
}

.checkbox.checkbox-light-success > input:checked ~ span:after {
  border-color: theme-inverse-color("success");
}

.checkbox.checkbox-outline.checkbox-success > span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-success > input:focus ~ span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-success > input:checked ~ span {
  background-color: transparent;
  border-color: #50CD89;
}

.checkbox.checkbox-outline.checkbox-success > input:checked ~ span:after {
  border-color: #50CD89;
}

.checkbox.checkbox-info > span {
  border: 1px solid transparent;
}

.checkbox.checkbox-info > input:focus ~ span {
  border: 1px solid transparent;
}

.checkbox.checkbox-info > input:checked ~ span {
  background-color: #9c5aff;
}

.checkbox.checkbox-info > input:checked ~ span:after {
  border-color: #ffffff;
}

.checkbox.checkbox-light-info > span {
  background-color: theme-light-color("info");
  border: 1px solid transparent;
}

.checkbox.checkbox-light-info > input:focus ~ span {
  border: 1px solid transparent;
}

.checkbox.checkbox-light-info > input:checked ~ span {
  background-color: #9c5aff;
}

.checkbox.checkbox-light-info > input:checked ~ span:after {
  border-color: theme-inverse-color("info");
}

.checkbox.checkbox-outline.checkbox-info > span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-info > input:focus ~ span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-info > input:checked ~ span {
  background-color: transparent;
  border-color: #9c5aff;
}

.checkbox.checkbox-outline.checkbox-info > input:checked ~ span:after {
  border-color: #9c5aff;
}

.checkbox.checkbox-warning > span {
  border: 1px solid transparent;
}

.checkbox.checkbox-warning > input:focus ~ span {
  border: 1px solid transparent;
}

.checkbox.checkbox-warning > input:checked ~ span {
  background-color: #FF490F;
}

.checkbox.checkbox-warning > input:checked ~ span:after {
  border-color: #ffffff;
}

.checkbox.checkbox-light-warning > span {
  background-color: theme-light-color("warning");
  border: 1px solid transparent;
}

.checkbox.checkbox-light-warning > input:focus ~ span {
  border: 1px solid transparent;
}

.checkbox.checkbox-light-warning > input:checked ~ span {
  background-color: #FF490F;
}

.checkbox.checkbox-light-warning > input:checked ~ span:after {
  border-color: theme-inverse-color("warning");
}

.checkbox.checkbox-outline.checkbox-warning > span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-warning > input:focus ~ span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-warning > input:checked ~ span {
  background-color: transparent;
  border-color: #FF490F;
}

.checkbox.checkbox-outline.checkbox-warning > input:checked ~ span:after {
  border-color: #FF490F;
}

.checkbox.checkbox-danger > span {
  border: 1px solid transparent;
}

.checkbox.checkbox-danger > input:focus ~ span {
  border: 1px solid transparent;
}

.checkbox.checkbox-danger > input:checked ~ span {
  background-color: #EF305E;
}

.checkbox.checkbox-danger > input:checked ~ span:after {
  border-color: #ffffff;
}

.checkbox.checkbox-light-danger > span {
  background-color: theme-light-color("danger");
  border: 1px solid transparent;
}

.checkbox.checkbox-light-danger > input:focus ~ span {
  border: 1px solid transparent;
}

.checkbox.checkbox-light-danger > input:checked ~ span {
  background-color: #EF305E;
}

.checkbox.checkbox-light-danger > input:checked ~ span:after {
  border-color: theme-inverse-color("danger");
}

.checkbox.checkbox-outline.checkbox-danger > span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-danger > input:focus ~ span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-danger > input:checked ~ span {
  background-color: transparent;
  border-color: #EF305E;
}

.checkbox.checkbox-outline.checkbox-danger > input:checked ~ span:after {
  border-color: #EF305E;
}

.checkbox.checkbox-light > span {
  border: 1px solid transparent;
}

.checkbox.checkbox-light > input:focus ~ span {
  border: 1px solid transparent;
}

.checkbox.checkbox-light > input:checked ~ span {
  background-color: #F5F8FA;
}

.checkbox.checkbox-light > input:checked ~ span:after {
  border-color: #ffffff;
}

.checkbox.checkbox-light-light > span {
  background-color: theme-light-color("light");
  border: 1px solid transparent;
}

.checkbox.checkbox-light-light > input:focus ~ span {
  border: 1px solid transparent;
}

.checkbox.checkbox-light-light > input:checked ~ span {
  background-color: #F5F8FA;
}

.checkbox.checkbox-light-light > input:checked ~ span:after {
  border-color: theme-inverse-color("light");
}

.checkbox.checkbox-outline.checkbox-light > span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-light > input:focus ~ span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-light > input:checked ~ span {
  background-color: transparent;
  border-color: #F5F8FA;
}

.checkbox.checkbox-outline.checkbox-light > input:checked ~ span:after {
  border-color: #F5F8FA;
}

.checkbox.checkbox-dark > span {
  border: 1px solid transparent;
}

.checkbox.checkbox-dark > input:focus ~ span {
  border: 1px solid transparent;
}

.checkbox.checkbox-dark > input:checked ~ span {
  background-color: #2F3044;
}

.checkbox.checkbox-dark > input:checked ~ span:after {
  border-color: #ffffff;
}

.checkbox.checkbox-light-dark > span {
  background-color: theme-light-color("dark");
  border: 1px solid transparent;
}

.checkbox.checkbox-light-dark > input:focus ~ span {
  border: 1px solid transparent;
}

.checkbox.checkbox-light-dark > input:checked ~ span {
  background-color: #2F3044;
}

.checkbox.checkbox-light-dark > input:checked ~ span:after {
  border-color: theme-inverse-color("dark");
}

.checkbox.checkbox-outline.checkbox-dark > span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-dark > input:focus ~ span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-dark > input:checked ~ span {
  background-color: transparent;
  border-color: #2F3044;
}

.checkbox.checkbox-outline.checkbox-dark > input:checked ~ span:after {
  border-color: #2F3044;
}

.checkbox.checkbox-white > span {
  border: 1px solid transparent;
}

.checkbox.checkbox-white > input:focus ~ span {
  border: 1px solid transparent;
}

.checkbox.checkbox-white > input:checked ~ span {
  background-color: #ffffff;
}

.checkbox.checkbox-white > input:checked ~ span:after {
  border-color: #ffffff;
}

.checkbox.checkbox-light-white > span {
  background-color: theme-light-color("white");
  border: 1px solid transparent;
}

.checkbox.checkbox-light-white > input:focus ~ span {
  border: 1px solid transparent;
}

.checkbox.checkbox-light-white > input:checked ~ span {
  background-color: #ffffff;
}

.checkbox.checkbox-light-white > input:checked ~ span:after {
  border-color: theme-inverse-color("white");
}

.checkbox.checkbox-outline.checkbox-white > span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-white > input:focus ~ span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-white > input:checked ~ span {
  background-color: transparent;
  border-color: #ffffff;
}

.checkbox.checkbox-outline.checkbox-white > input:checked ~ span:after {
  border-color: #ffffff;
}

.checkbox.checkbox-muted > span {
  border: 1px solid transparent;
}

.checkbox.checkbox-muted > input:focus ~ span {
  border: 1px solid transparent;
}

.checkbox.checkbox-muted > input:checked ~ span {
  background-color: #B5B5C3;
}

.checkbox.checkbox-muted > input:checked ~ span:after {
  border-color: #ffffff;
}

.checkbox.checkbox-light-muted > span {
  background-color: theme-light-color("muted");
  border: 1px solid transparent;
}

.checkbox.checkbox-light-muted > input:focus ~ span {
  border: 1px solid transparent;
}

.checkbox.checkbox-light-muted > input:checked ~ span {
  background-color: #B5B5C3;
}

.checkbox.checkbox-light-muted > input:checked ~ span:after {
  border-color: theme-inverse-color("muted");
}

.checkbox.checkbox-outline.checkbox-muted > span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-muted > input:focus ~ span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-muted > input:checked ~ span {
  background-color: transparent;
  border-color: #B5B5C3;
}

.checkbox.checkbox-outline.checkbox-muted > input:checked ~ span:after {
  border-color: #B5B5C3;
}

.checkbox-inline {
  display: flex;
  flex-wrap: wrap;
}

.checkbox-inline .checkbox {
  margin-right: 1rem;
  margin-bottom: 0.35rem;
}

.checkbox-inline .checkbox span {
  margin-right: 0.75rem;
}

.checkbox-inline .checkbox:last-child {
  margin-right: 0;
}

.checkbox-list {
  display: flex;
  flex-direction: column;
}

.checkbox-list .checkbox {
  margin-bottom: 1rem;
}

.checkbox-list .checkbox:last-child {
  margin-bottom: 0;
}

.input-group .checkbox {
  margin-bottom: 0 !important;
  padding-left: 0;
}

.form-inline .checkbox {
  margin-left: 15px;
  margin-right: 15px;
}

.radio {
  display: flex;
  align-items: center;
  position: relative;
  text-align: left;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease;
  margin: 0;
}

.radio > span {
  border-radius: 50%;
  background-color: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.radio > span:after {
  content: "";
  display: none;
  border-radius: 100%;
}

.radio > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.radio:hover > input:not([disabled]) ~ span,
.radio > input:focus ~ span {
  transition: all 0.3s ease;
}

.radio.radio-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.radio > input:checked ~ span {
  transition: all 0.3s ease;
  background-color: none;
}

.radio > input:checked ~ span:after {
  display: block;
}

.radio.radio-square > span {
  border-radius: 0;
}

.radio.radio-rounded > span {
  border-radius: 0.425rem;
}

.radio.radio-rounded > span:after {
  border-radius: 2px !important;
}

.radio.radio-outline > span {
  border-width: 1px;
  border-style: solid;
}

.radio.radio-outline-2x > span {
  border-width: 2px !important;
}

.radio.radio-accent > span {
  border-width: 3px !important;
  border-style: solid !important;
  background-color: transparent !important;
}

.radio.radio-accent > span:after {
  display: block;
}

.radio > span {
  height: 18px;
  width: 18px;
}

.radio > span:after {
  width: 6px;
  height: 6px;
}

.radio.radio-lg > span {
  height: 24px;
  width: 24px;
}

.radio.radio-lg > span:after {
  width: 10px;
  height: 10px;
}

.radio.radio-outline > span {
  height: 18px;
  width: 18px;
}

.radio.radio-outline > span:after {
  width: 6px;
  height: 6px;
}

.radio.radio-outline.radio-lg > span {
  height: 24px;
  width: 24px;
}

.radio.radio-outline.radio-lg > span:after {
  width: 8px;
  height: 8px;
}

.radio.radio-accent > span {
  height: 24px;
  width: 24px;
}

.radio.radio-accent > span:after {
  width: 14px;
  height: 14px;
}

.radio.radio-accent.radio-lg > span {
  height: 30px;
  width: 30px;
}

.radio.radio-accent.radio-lg > span:after {
  width: 10px;
  height: 10px;
}

.radio > span {
  background-color: #EBEDF3;
  border: 1px solid transparent;
}

.radio > input:focus ~ span {
  border: 1px solid transparent;
}

.radio > input:checked ~ span {
  background-color: #0094FF;
}

.radio > input:checked ~ span:after {
  background-color: #ffffff;
  border-color: #ffffff;
}

.radio.radio-outline > span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.radio.radio-outline > input:focus ~ span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.radio.radio-outline > input:checked ~ span {
  background-color: transparent;
  border-color: #0094FF;
}

.radio.radio-outline > input:checked ~ span:after {
  background-color: #0094FF;
  border-color: #0094FF;
}

.radio.radio-primary > span {
  border: 1px solid transparent;
}

.radio.radio-primary > input:focus ~ span {
  border: 1px solid transparent;
}

.radio.radio-primary > input:checked ~ span {
  background-color: #0094FF;
}

.radio.radio-primary > input:checked ~ span:after {
  background-color: #ffffff;
  border-color: #ffffff;
}

.radio.checkbox-light-primary > span {
  background-color: theme-light-color("primary");
  border: 1px solid transparent;
}

.radio.checkbox-light-primary > input:focus ~ span {
  border: 1px solid transparent;
}

.radio.checkbox-light-primary > input:checked ~ span {
  background-color: #0094FF;
}

.radio.checkbox-light-primary > input:checked ~ span:after {
  border-color: theme-inverse-color("primary");
}

.radio.radio-outline.radio-primary > span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.radio.radio-outline.radio-primary > input:focus ~ span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.radio.radio-outline.radio-primary > input:checked ~ span {
  background-color: transparent;
  border-color: #0094FF;
}

.radio.radio-outline.radio-primary > input:checked ~ span:after {
  background-color: #0094FF;
  border-color: #0094FF;
}

.radio.radio-accent.radio-primary > span:after {
  background-color: #0094FF;
}

.radio.radio-accent.radio-primary > input:focus ~ span {
  border-color: theme-light-color("primary");
}

.radio.radio-accent.radio-primary > input:focus ~ span:after {
  background-color: #0094FF;
}

.radio.radio-accent.radio-primary > input:checked ~ span {
  border-color: theme-light-color("primary");
}

.radio.radio-accent.radio-primary > input:checked ~ span:after {
  background-color: #0094FF;
}

.radio.radio-secondary > span {
  border: 1px solid transparent;
}

.radio.radio-secondary > input:focus ~ span {
  border: 1px solid transparent;
}

.radio.radio-secondary > input:checked ~ span {
  background-color: #89929F;
}

.radio.radio-secondary > input:checked ~ span:after {
  background-color: #ffffff;
  border-color: #ffffff;
}

.radio.checkbox-light-secondary > span {
  background-color: theme-light-color("secondary");
  border: 1px solid transparent;
}

.radio.checkbox-light-secondary > input:focus ~ span {
  border: 1px solid transparent;
}

.radio.checkbox-light-secondary > input:checked ~ span {
  background-color: #89929F;
}

.radio.checkbox-light-secondary > input:checked ~ span:after {
  border-color: theme-inverse-color("secondary");
}

.radio.radio-outline.radio-secondary > span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.radio.radio-outline.radio-secondary > input:focus ~ span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.radio.radio-outline.radio-secondary > input:checked ~ span {
  background-color: transparent;
  border-color: #89929F;
}

.radio.radio-outline.radio-secondary > input:checked ~ span:after {
  background-color: #89929F;
  border-color: #89929F;
}

.radio.radio-accent.radio-secondary > span:after {
  background-color: #89929F;
}

.radio.radio-accent.radio-secondary > input:focus ~ span {
  border-color: theme-light-color("secondary");
}

.radio.radio-accent.radio-secondary > input:focus ~ span:after {
  background-color: #89929F;
}

.radio.radio-accent.radio-secondary > input:checked ~ span {
  border-color: theme-light-color("secondary");
}

.radio.radio-accent.radio-secondary > input:checked ~ span:after {
  background-color: #89929F;
}

.radio.radio-success > span {
  border: 1px solid transparent;
}

.radio.radio-success > input:focus ~ span {
  border: 1px solid transparent;
}

.radio.radio-success > input:checked ~ span {
  background-color: #50CD89;
}

.radio.radio-success > input:checked ~ span:after {
  background-color: #ffffff;
  border-color: #ffffff;
}

.radio.checkbox-light-success > span {
  background-color: theme-light-color("success");
  border: 1px solid transparent;
}

.radio.checkbox-light-success > input:focus ~ span {
  border: 1px solid transparent;
}

.radio.checkbox-light-success > input:checked ~ span {
  background-color: #50CD89;
}

.radio.checkbox-light-success > input:checked ~ span:after {
  border-color: theme-inverse-color("success");
}

.radio.radio-outline.radio-success > span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.radio.radio-outline.radio-success > input:focus ~ span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.radio.radio-outline.radio-success > input:checked ~ span {
  background-color: transparent;
  border-color: #50CD89;
}

.radio.radio-outline.radio-success > input:checked ~ span:after {
  background-color: #50CD89;
  border-color: #50CD89;
}

.radio.radio-accent.radio-success > span:after {
  background-color: #50CD89;
}

.radio.radio-accent.radio-success > input:focus ~ span {
  border-color: theme-light-color("success");
}

.radio.radio-accent.radio-success > input:focus ~ span:after {
  background-color: #50CD89;
}

.radio.radio-accent.radio-success > input:checked ~ span {
  border-color: theme-light-color("success");
}

.radio.radio-accent.radio-success > input:checked ~ span:after {
  background-color: #50CD89;
}

.radio.radio-info > span {
  border: 1px solid transparent;
}

.radio.radio-info > input:focus ~ span {
  border: 1px solid transparent;
}

.radio.radio-info > input:checked ~ span {
  background-color: #9c5aff;
}

.radio.radio-info > input:checked ~ span:after {
  background-color: #ffffff;
  border-color: #ffffff;
}

.radio.checkbox-light-info > span {
  background-color: theme-light-color("info");
  border: 1px solid transparent;
}

.radio.checkbox-light-info > input:focus ~ span {
  border: 1px solid transparent;
}

.radio.checkbox-light-info > input:checked ~ span {
  background-color: #9c5aff;
}

.radio.checkbox-light-info > input:checked ~ span:after {
  border-color: theme-inverse-color("info");
}

.radio.radio-outline.radio-info > span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.radio.radio-outline.radio-info > input:focus ~ span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.radio.radio-outline.radio-info > input:checked ~ span {
  background-color: transparent;
  border-color: #9c5aff;
}

.radio.radio-outline.radio-info > input:checked ~ span:after {
  background-color: #9c5aff;
  border-color: #9c5aff;
}

.radio.radio-accent.radio-info > span:after {
  background-color: #9c5aff;
}

.radio.radio-accent.radio-info > input:focus ~ span {
  border-color: theme-light-color("info");
}

.radio.radio-accent.radio-info > input:focus ~ span:after {
  background-color: #9c5aff;
}

.radio.radio-accent.radio-info > input:checked ~ span {
  border-color: theme-light-color("info");
}

.radio.radio-accent.radio-info > input:checked ~ span:after {
  background-color: #9c5aff;
}

.radio.radio-warning > span {
  border: 1px solid transparent;
}

.radio.radio-warning > input:focus ~ span {
  border: 1px solid transparent;
}

.radio.radio-warning > input:checked ~ span {
  background-color: #FF490F;
}

.radio.radio-warning > input:checked ~ span:after {
  background-color: #ffffff;
  border-color: #ffffff;
}

.radio.checkbox-light-warning > span {
  background-color: theme-light-color("warning");
  border: 1px solid transparent;
}

.radio.checkbox-light-warning > input:focus ~ span {
  border: 1px solid transparent;
}

.radio.checkbox-light-warning > input:checked ~ span {
  background-color: #FF490F;
}

.radio.checkbox-light-warning > input:checked ~ span:after {
  border-color: theme-inverse-color("warning");
}

.radio.radio-outline.radio-warning > span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.radio.radio-outline.radio-warning > input:focus ~ span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.radio.radio-outline.radio-warning > input:checked ~ span {
  background-color: transparent;
  border-color: #FF490F;
}

.radio.radio-outline.radio-warning > input:checked ~ span:after {
  background-color: #FF490F;
  border-color: #FF490F;
}

.radio.radio-accent.radio-warning > span:after {
  background-color: #FF490F;
}

.radio.radio-accent.radio-warning > input:focus ~ span {
  border-color: theme-light-color("warning");
}

.radio.radio-accent.radio-warning > input:focus ~ span:after {
  background-color: #FF490F;
}

.radio.radio-accent.radio-warning > input:checked ~ span {
  border-color: theme-light-color("warning");
}

.radio.radio-accent.radio-warning > input:checked ~ span:after {
  background-color: #FF490F;
}

.radio.radio-danger > span {
  border: 1px solid transparent;
}

.radio.radio-danger > input:focus ~ span {
  border: 1px solid transparent;
}

.radio.radio-danger > input:checked ~ span {
  background-color: #EF305E;
}

.radio.radio-danger > input:checked ~ span:after {
  background-color: #ffffff;
  border-color: #ffffff;
}

.radio.checkbox-light-danger > span {
  background-color: theme-light-color("danger");
  border: 1px solid transparent;
}

.radio.checkbox-light-danger > input:focus ~ span {
  border: 1px solid transparent;
}

.radio.checkbox-light-danger > input:checked ~ span {
  background-color: #EF305E;
}

.radio.checkbox-light-danger > input:checked ~ span:after {
  border-color: theme-inverse-color("danger");
}

.radio.radio-outline.radio-danger > span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.radio.radio-outline.radio-danger > input:focus ~ span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.radio.radio-outline.radio-danger > input:checked ~ span {
  background-color: transparent;
  border-color: #EF305E;
}

.radio.radio-outline.radio-danger > input:checked ~ span:after {
  background-color: #EF305E;
  border-color: #EF305E;
}

.radio.radio-accent.radio-danger > span:after {
  background-color: #EF305E;
}

.radio.radio-accent.radio-danger > input:focus ~ span {
  border-color: theme-light-color("danger");
}

.radio.radio-accent.radio-danger > input:focus ~ span:after {
  background-color: #EF305E;
}

.radio.radio-accent.radio-danger > input:checked ~ span {
  border-color: theme-light-color("danger");
}

.radio.radio-accent.radio-danger > input:checked ~ span:after {
  background-color: #EF305E;
}

.radio.radio-light > span {
  border: 1px solid transparent;
}

.radio.radio-light > input:focus ~ span {
  border: 1px solid transparent;
}

.radio.radio-light > input:checked ~ span {
  background-color: #F5F8FA;
}

.radio.radio-light > input:checked ~ span:after {
  background-color: #ffffff;
  border-color: #ffffff;
}

.radio.checkbox-light-light > span {
  background-color: theme-light-color("light");
  border: 1px solid transparent;
}

.radio.checkbox-light-light > input:focus ~ span {
  border: 1px solid transparent;
}

.radio.checkbox-light-light > input:checked ~ span {
  background-color: #F5F8FA;
}

.radio.checkbox-light-light > input:checked ~ span:after {
  border-color: theme-inverse-color("light");
}

.radio.radio-outline.radio-light > span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.radio.radio-outline.radio-light > input:focus ~ span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.radio.radio-outline.radio-light > input:checked ~ span {
  background-color: transparent;
  border-color: #F5F8FA;
}

.radio.radio-outline.radio-light > input:checked ~ span:after {
  background-color: #F5F8FA;
  border-color: #F5F8FA;
}

.radio.radio-accent.radio-light > span:after {
  background-color: #F5F8FA;
}

.radio.radio-accent.radio-light > input:focus ~ span {
  border-color: theme-light-color("light");
}

.radio.radio-accent.radio-light > input:focus ~ span:after {
  background-color: #F5F8FA;
}

.radio.radio-accent.radio-light > input:checked ~ span {
  border-color: theme-light-color("light");
}

.radio.radio-accent.radio-light > input:checked ~ span:after {
  background-color: #F5F8FA;
}

.radio.radio-dark > span {
  border: 1px solid transparent;
}

.radio.radio-dark > input:focus ~ span {
  border: 1px solid transparent;
}

.radio.radio-dark > input:checked ~ span {
  background-color: #2F3044;
}

.radio.radio-dark > input:checked ~ span:after {
  background-color: #ffffff;
  border-color: #ffffff;
}

.radio.checkbox-light-dark > span {
  background-color: theme-light-color("dark");
  border: 1px solid transparent;
}

.radio.checkbox-light-dark > input:focus ~ span {
  border: 1px solid transparent;
}

.radio.checkbox-light-dark > input:checked ~ span {
  background-color: #2F3044;
}

.radio.checkbox-light-dark > input:checked ~ span:after {
  border-color: theme-inverse-color("dark");
}

.radio.radio-outline.radio-dark > span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.radio.radio-outline.radio-dark > input:focus ~ span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.radio.radio-outline.radio-dark > input:checked ~ span {
  background-color: transparent;
  border-color: #2F3044;
}

.radio.radio-outline.radio-dark > input:checked ~ span:after {
  background-color: #2F3044;
  border-color: #2F3044;
}

.radio.radio-accent.radio-dark > span:after {
  background-color: #2F3044;
}

.radio.radio-accent.radio-dark > input:focus ~ span {
  border-color: theme-light-color("dark");
}

.radio.radio-accent.radio-dark > input:focus ~ span:after {
  background-color: #2F3044;
}

.radio.radio-accent.radio-dark > input:checked ~ span {
  border-color: theme-light-color("dark");
}

.radio.radio-accent.radio-dark > input:checked ~ span:after {
  background-color: #2F3044;
}

.radio.radio-white > span {
  border: 1px solid transparent;
}

.radio.radio-white > input:focus ~ span {
  border: 1px solid transparent;
}

.radio.radio-white > input:checked ~ span {
  background-color: #ffffff;
}

.radio.radio-white > input:checked ~ span:after {
  background-color: #ffffff;
  border-color: #ffffff;
}

.radio.checkbox-light-white > span {
  background-color: theme-light-color("white");
  border: 1px solid transparent;
}

.radio.checkbox-light-white > input:focus ~ span {
  border: 1px solid transparent;
}

.radio.checkbox-light-white > input:checked ~ span {
  background-color: #ffffff;
}

.radio.checkbox-light-white > input:checked ~ span:after {
  border-color: theme-inverse-color("white");
}

.radio.radio-outline.radio-white > span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.radio.radio-outline.radio-white > input:focus ~ span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.radio.radio-outline.radio-white > input:checked ~ span {
  background-color: transparent;
  border-color: #ffffff;
}

.radio.radio-outline.radio-white > input:checked ~ span:after {
  background-color: #ffffff;
  border-color: #ffffff;
}

.radio.radio-accent.radio-white > span:after {
  background-color: #ffffff;
}

.radio.radio-accent.radio-white > input:focus ~ span {
  border-color: theme-light-color("white");
}

.radio.radio-accent.radio-white > input:focus ~ span:after {
  background-color: #ffffff;
}

.radio.radio-accent.radio-white > input:checked ~ span {
  border-color: theme-light-color("white");
}

.radio.radio-accent.radio-white > input:checked ~ span:after {
  background-color: #ffffff;
}

.radio.radio-muted > span {
  border: 1px solid transparent;
}

.radio.radio-muted > input:focus ~ span {
  border: 1px solid transparent;
}

.radio.radio-muted > input:checked ~ span {
  background-color: #B5B5C3;
}

.radio.radio-muted > input:checked ~ span:after {
  background-color: #ffffff;
  border-color: #ffffff;
}

.radio.checkbox-light-muted > span {
  background-color: theme-light-color("muted");
  border: 1px solid transparent;
}

.radio.checkbox-light-muted > input:focus ~ span {
  border: 1px solid transparent;
}

.radio.checkbox-light-muted > input:checked ~ span {
  background-color: #B5B5C3;
}

.radio.checkbox-light-muted > input:checked ~ span:after {
  border-color: theme-inverse-color("muted");
}

.radio.radio-outline.radio-muted > span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.radio.radio-outline.radio-muted > input:focus ~ span {
  background-color: transparent;
  border-color: #D1D3E0;
}

.radio.radio-outline.radio-muted > input:checked ~ span {
  background-color: transparent;
  border-color: #B5B5C3;
}

.radio.radio-outline.radio-muted > input:checked ~ span:after {
  background-color: #B5B5C3;
  border-color: #B5B5C3;
}

.radio.radio-accent.radio-muted > span:after {
  background-color: #B5B5C3;
}

.radio.radio-accent.radio-muted > input:focus ~ span {
  border-color: theme-light-color("muted");
}

.radio.radio-accent.radio-muted > input:focus ~ span:after {
  background-color: #B5B5C3;
}

.radio.radio-accent.radio-muted > input:checked ~ span {
  border-color: theme-light-color("muted");
}

.radio.radio-accent.radio-muted > input:checked ~ span:after {
  background-color: #B5B5C3;
}

.radio-inline {
  display: flex;
  flex-wrap: wrap;
}

.radio-inline .radio {
  margin-right: 1rem;
  margin-bottom: 0.35rem;
}

.radio-inline .radio span {
  margin-right: 0.75rem;
}

.radio-inline .radio:last-child {
  margin-right: 0;
}

.radio-list {
  display: flex;
  flex-direction: column;
}

.radio-list .radio {
  margin-bottom: 1rem;
}

.radio-list .radio span {
  margin-right: 0.75rem;
}

.radio-list .radio:last-child {
  margin-bottom: 0;
}

.input-group .radio {
  margin-bottom: 0 !important;
  padding-left: 0;
}

.form-inline .radio {
  margin-left: 15px;
  margin-right: 15px;
}

.switch {
  display: inline-block;
  font-size: 1rem;
}

.switch input:empty {
  margin-left: -999px;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  opacity: 0;
}

.switch input:empty ~ span {
  display: inline-block;
  position: relative;
  float: left;
  width: 1px;
  text-indent: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch input:empty ~ span:before,
.switch input:empty ~ span:after {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  content: " ";
  transition: all 100ms ease-in;
}

.switch input[disabled] {
  cursor: not-allowed;
}

.switch input[disabled] ~ span:after,
.switch input[disabled] ~ span:before {
  cursor: not-allowed;
  opacity: 0.5;
}

.switch.switch-icon input:checked ~ span:after {
  font-family: Ki;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\F108";
  line-height: 0;
}

.switch input:empty ~ span {
  margin: 2px 0;
  height: 30px;
  width: 57px;
  border-radius: 15px;
}

.switch input:empty ~ span:before,
.switch input:empty ~ span:after {
  width: 54px;
  border-radius: 15px;
}

.switch input:empty ~ span:after {
  height: 24px;
  width: 24px;
  top: 3px;
  bottom: 3px;
  margin-left: 3px;
  font-size: 0.8em;
  text-align: center;
  vertical-align: middle;
}

.switch input:checked ~ span:after {
  margin-left: 26px;
}

.switch.switch-sm input:empty ~ span {
  margin: 2px 0;
  height: 24px;
  width: 40px;
  border-radius: 12px;
}

.switch.switch-sm input:empty ~ span:before,
.switch.switch-sm input:empty ~ span:after {
  width: 38px;
  border-radius: 12px;
}

.switch.switch-sm input:empty ~ span:after {
  height: 20px;
  width: 20px;
  top: 2px;
  bottom: 2px;
  margin-left: 2px;
  font-size: 0.7em;
  text-align: center;
  vertical-align: middle;
}

.switch.switch-sm input:checked ~ span:after {
  margin-left: 16px;
}

.switch.switch-lg input:empty ~ span {
  margin: 2px 0;
  height: 40px;
  width: 75px;
  border-radius: 20px;
}

.switch.switch-lg input:empty ~ span:before,
.switch.switch-lg input:empty ~ span:after {
  width: 72px;
  border-radius: 20px;
}

.switch.switch-lg input:empty ~ span:after {
  height: 34px;
  width: 34px;
  top: 3px;
  bottom: 3px;
  margin-left: 3px;
  font-size: 1em;
  text-align: center;
  vertical-align: middle;
}

.switch.switch-lg input:checked ~ span:after {
  margin-left: 34px;
}

.form-group.row .switch {
  margin-top: 0.15rem;
}

.form-group.row .switch.switch-sm {
  margin-top: 0.3rem;
}

.form-group.row .switch.switch-lg {
  margin-top: 0rem;
  position: relative;
  top: -0.3rem;
}

.switch input:empty ~ span:before {
  background-color: #EBEDF3;
}

.switch input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7;
}

.switch input:checked ~ span:before {
  background-color: #EBEDF3;
}

.switch input:checked ~ span:after {
  opacity: 1;
  color: #ffffff;
  background-color: #0094FF;
}

.switch.switch-primary:not(.switch-outline) input:empty ~ span:before {
  background-color: #0094FF;
}

.switch.switch-primary:not(.switch-outline) input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7;
}

.switch.switch-primary:not(.switch-outline) input:checked ~ span:before {
  background-color: #0094FF;
}

.switch.switch-primary:not(.switch-outline) input:checked ~ span:after {
  opacity: 1;
  color: #0094FF;
  background-color: #ffffff;
}

.switch.switch-outline.switch-primary input:empty ~ span:before {
  border: 2px solid #EBEDF3;
  background-color: transparent;
}

.switch.switch-outline.switch-primary input:empty ~ span:after {
  background-color: #EBEDF3;
}

.switch.switch-outline.switch-primary input:checked ~ span:before {
  border: 2px solid #0094FF;
  background-color: transparent;
}

.switch.switch-outline.switch-primary input:checked ~ span:after {
  color: #ffffff;
  background-color: #0094FF;
}

.switch.switch-secondary:not(.switch-outline) input:empty ~ span:before {
  background-color: #89929F;
}

.switch.switch-secondary:not(.switch-outline) input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7;
}

.switch.switch-secondary:not(.switch-outline) input:checked ~ span:before {
  background-color: #89929F;
}

.switch.switch-secondary:not(.switch-outline) input:checked ~ span:after {
  opacity: 1;
  color: #89929F;
  background-color: #ffffff;
}

.switch.switch-outline.switch-secondary input:empty ~ span:before {
  border: 2px solid #EBEDF3;
  background-color: transparent;
}

.switch.switch-outline.switch-secondary input:empty ~ span:after {
  background-color: #EBEDF3;
}

.switch.switch-outline.switch-secondary input:checked ~ span:before {
  border: 2px solid #89929F;
  background-color: transparent;
}

.switch.switch-outline.switch-secondary input:checked ~ span:after {
  color: #ffffff;
  background-color: #89929F;
}

.switch.switch-success:not(.switch-outline) input:empty ~ span:before {
  background-color: #50CD89;
}

.switch.switch-success:not(.switch-outline) input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7;
}

.switch.switch-success:not(.switch-outline) input:checked ~ span:before {
  background-color: #50CD89;
}

.switch.switch-success:not(.switch-outline) input:checked ~ span:after {
  opacity: 1;
  color: #50CD89;
  background-color: #ffffff;
}

.switch.switch-outline.switch-success input:empty ~ span:before {
  border: 2px solid #EBEDF3;
  background-color: transparent;
}

.switch.switch-outline.switch-success input:empty ~ span:after {
  background-color: #EBEDF3;
}

.switch.switch-outline.switch-success input:checked ~ span:before {
  border: 2px solid #50CD89;
  background-color: transparent;
}

.switch.switch-outline.switch-success input:checked ~ span:after {
  color: #ffffff;
  background-color: #50CD89;
}

.switch.switch-info:not(.switch-outline) input:empty ~ span:before {
  background-color: #9c5aff;
}

.switch.switch-info:not(.switch-outline) input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7;
}

.switch.switch-info:not(.switch-outline) input:checked ~ span:before {
  background-color: #9c5aff;
}

.switch.switch-info:not(.switch-outline) input:checked ~ span:after {
  opacity: 1;
  color: #9c5aff;
  background-color: #ffffff;
}

.switch.switch-outline.switch-info input:empty ~ span:before {
  border: 2px solid #EBEDF3;
  background-color: transparent;
}

.switch.switch-outline.switch-info input:empty ~ span:after {
  background-color: #EBEDF3;
}

.switch.switch-outline.switch-info input:checked ~ span:before {
  border: 2px solid #9c5aff;
  background-color: transparent;
}

.switch.switch-outline.switch-info input:checked ~ span:after {
  color: #ffffff;
  background-color: #9c5aff;
}

.switch.switch-warning:not(.switch-outline) input:empty ~ span:before {
  background-color: #FF490F;
}

.switch.switch-warning:not(.switch-outline) input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7;
}

.switch.switch-warning:not(.switch-outline) input:checked ~ span:before {
  background-color: #FF490F;
}

.switch.switch-warning:not(.switch-outline) input:checked ~ span:after {
  opacity: 1;
  color: #FF490F;
  background-color: #ffffff;
}

.switch.switch-outline.switch-warning input:empty ~ span:before {
  border: 2px solid #EBEDF3;
  background-color: transparent;
}

.switch.switch-outline.switch-warning input:empty ~ span:after {
  background-color: #EBEDF3;
}

.switch.switch-outline.switch-warning input:checked ~ span:before {
  border: 2px solid #FF490F;
  background-color: transparent;
}

.switch.switch-outline.switch-warning input:checked ~ span:after {
  color: #ffffff;
  background-color: #FF490F;
}

.switch.switch-danger:not(.switch-outline) input:empty ~ span:before {
  background-color: #EF305E;
}

.switch.switch-danger:not(.switch-outline) input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7;
}

.switch.switch-danger:not(.switch-outline) input:checked ~ span:before {
  background-color: #EF305E;
}

.switch.switch-danger:not(.switch-outline) input:checked ~ span:after {
  opacity: 1;
  color: #EF305E;
  background-color: #ffffff;
}

.switch.switch-outline.switch-danger input:empty ~ span:before {
  border: 2px solid #EBEDF3;
  background-color: transparent;
}

.switch.switch-outline.switch-danger input:empty ~ span:after {
  background-color: #EBEDF3;
}

.switch.switch-outline.switch-danger input:checked ~ span:before {
  border: 2px solid #EF305E;
  background-color: transparent;
}

.switch.switch-outline.switch-danger input:checked ~ span:after {
  color: #ffffff;
  background-color: #EF305E;
}

.switch.switch-light:not(.switch-outline) input:empty ~ span:before {
  background-color: #F5F8FA;
}

.switch.switch-light:not(.switch-outline) input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7;
}

.switch.switch-light:not(.switch-outline) input:checked ~ span:before {
  background-color: #F5F8FA;
}

.switch.switch-light:not(.switch-outline) input:checked ~ span:after {
  opacity: 1;
  color: #F5F8FA;
  background-color: #ffffff;
}

.switch.switch-outline.switch-light input:empty ~ span:before {
  border: 2px solid #EBEDF3;
  background-color: transparent;
}

.switch.switch-outline.switch-light input:empty ~ span:after {
  background-color: #EBEDF3;
}

.switch.switch-outline.switch-light input:checked ~ span:before {
  border: 2px solid #F5F8FA;
  background-color: transparent;
}

.switch.switch-outline.switch-light input:checked ~ span:after {
  color: #ffffff;
  background-color: #F5F8FA;
}

.switch.switch-dark:not(.switch-outline) input:empty ~ span:before {
  background-color: #2F3044;
}

.switch.switch-dark:not(.switch-outline) input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7;
}

.switch.switch-dark:not(.switch-outline) input:checked ~ span:before {
  background-color: #2F3044;
}

.switch.switch-dark:not(.switch-outline) input:checked ~ span:after {
  opacity: 1;
  color: #2F3044;
  background-color: #ffffff;
}

.switch.switch-outline.switch-dark input:empty ~ span:before {
  border: 2px solid #EBEDF3;
  background-color: transparent;
}

.switch.switch-outline.switch-dark input:empty ~ span:after {
  background-color: #EBEDF3;
}

.switch.switch-outline.switch-dark input:checked ~ span:before {
  border: 2px solid #2F3044;
  background-color: transparent;
}

.switch.switch-outline.switch-dark input:checked ~ span:after {
  color: #ffffff;
  background-color: #2F3044;
}

.switch.switch-white:not(.switch-outline) input:empty ~ span:before {
  background-color: #ffffff;
}

.switch.switch-white:not(.switch-outline) input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7;
}

.switch.switch-white:not(.switch-outline) input:checked ~ span:before {
  background-color: #ffffff;
}

.switch.switch-white:not(.switch-outline) input:checked ~ span:after {
  opacity: 1;
  color: #ffffff;
  background-color: #ffffff;
}

.switch.switch-outline.switch-white input:empty ~ span:before {
  border: 2px solid #EBEDF3;
  background-color: transparent;
}

.switch.switch-outline.switch-white input:empty ~ span:after {
  background-color: #EBEDF3;
}

.switch.switch-outline.switch-white input:checked ~ span:before {
  border: 2px solid #ffffff;
  background-color: transparent;
}

.switch.switch-outline.switch-white input:checked ~ span:after {
  color: #ffffff;
  background-color: #ffffff;
}

.switch.switch-muted:not(.switch-outline) input:empty ~ span:before {
  background-color: #B5B5C3;
}

.switch.switch-muted:not(.switch-outline) input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7;
}

.switch.switch-muted:not(.switch-outline) input:checked ~ span:before {
  background-color: #B5B5C3;
}

.switch.switch-muted:not(.switch-outline) input:checked ~ span:after {
  opacity: 1;
  color: #B5B5C3;
  background-color: #ffffff;
}

.switch.switch-outline.switch-muted input:empty ~ span:before {
  border: 2px solid #EBEDF3;
  background-color: transparent;
}

.switch.switch-outline.switch-muted input:empty ~ span:after {
  background-color: #EBEDF3;
}

.switch.switch-outline.switch-muted input:checked ~ span:before {
  border: 2px solid #B5B5C3;
  background-color: transparent;
}

.switch.switch-outline.switch-muted input:checked ~ span:after {
  color: #ffffff;
  background-color: #B5B5C3;
}

.option {
  display: flex;
  padding: 1.4em;
  border: 1px solid #EBEDF3;
  border-radius: 0.425rem;
}

.option .option-control {
  width: 2.7rem;
  padding-top: 0.1rem;
}

.option .option-control .kt-radio {
  display: block;
}

.option .option-label {
  width: 100%;
}

.option .option-label .option-head {
  display: flex;
  justify-content: space-between;
}

.option .option-label .option-head .option-title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #5E5F6C;
}

.option .option-label .option-head .option-focus {
  font-size: 1.1rem;
  font-weight: 500;
  color: #2F3044;
}

.option .option-label .option-body {
  display: block;
  padding-top: 0.7rem;
  font-size: 0.9rem;
  color: #A7A8BB;
}

.option.option-plain {
  border: 0;
  padding: 0;
  margin-top: -0.2rem;
  margin-bottom: 2rem;
  align-items: center;
}

.option.option-plain .option-control {
  vertical-align: middle;
  width: 2.7rem;
}

.option.option-plain .option-control .radio {
  margin-bottom: 1.6rem;
}

.option.option-plain .option-label .option-body {
  padding-top: 0.2rem;
}

.is-valid .option {
  border-color: #50CD89;
}

.is-invalid .option {
  border-color: #EF305E;
}

.has-success .option .option-label .option-head .option-title {
  color: #50CD89;
}

.has-error .option .option-label .option-head .option-title {
  color: #EF305E;
}

.divider {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

.divider span {
  position: relative;
  display: inline-block;
}

.divider > span {
  position: relative;
  display: inline-block;
}

.divider > span:before,
.divider > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 1px;
  background: #EBEDF3;
}

.divider > span:before {
  right: 100%;
  margin-right: 15px;
}

.divider > span:after {
  left: 100%;
  margin-left: 15px;
}

.separator {
  height: 0;
}

.separator.separator-dashed {
  border-bottom: 1px dashed #EBEDF3;
}

.separator.separator-bordered {
  border-bottom: 1px solid #EBEDF3;
}

.separator.separator-bold {
  border-bottom-width: 2px;
}

.separator.separator-bolder {
  border-bottom-width: 3px;
}

.separator.separator-boldest {
  border-bottom-width: 4px;
}

.separator.separator-primary {
  border-bottom-color: #0094FF;
}

.separator.separator-secondary {
  border-bottom-color: #89929F;
}

.separator.separator-success {
  border-bottom-color: #50CD89;
}

.separator.separator-info {
  border-bottom-color: #9c5aff;
}

.separator.separator-warning {
  border-bottom-color: #FF490F;
}

.separator.separator-danger {
  border-bottom-color: #EF305E;
}

.separator.separator-light {
  border-bottom-color: #F5F8FA;
}

.separator.separator-dark {
  border-bottom-color: #2F3044;
}

.separator.separator-white {
  border-bottom-color: #ffffff;
}

.separator.separator-muted {
  border-bottom-color: #B5B5C3;
}

.image-input {
  position: relative;
  display: inline-block;
  border-radius: 0.425rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-input .image-input-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 0.425rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #E8F1FF;
}

.image-input [data-action=change] {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
}

.image-input [data-action=change] input {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
}

.image-input [data-action=cancel],
.image-input [data-action=remove] {
  position: absolute;
  right: -10px;
  bottom: -5px;
}

.image-input [data-action=cancel] {
  display: none;
}

.image-input.image-input-changed [data-action=cancel] {
  display: flex;
}

.image-input.image-input-changed [data-action=remove] {
  display: none;
}

.image-input.image-input-empty [data-action=remove],
.image-input.image-input-empty [data-action=cancel] {
  display: none;
}

.image-input.image-input-empty .image-input-wrapper {
  background-image: url(../../../images/blank-2077c.png?00ed902b53a4d11a49d8a223a46824df);
}

.image-input.image-input-circle {
  border-radius: 50%;
}

.image-input.image-input-circle .image-input-wrapper {
  border-radius: 50%;
}

.image-input.image-input-circle [data-action=change] {
  right: 5px;
  top: 5px;
}

.image-input.image-input-circle [data-action=cancel],
.image-input.image-input-circle [data-action=remove] {
  right: 5px;
  bottom: 5px;
}

.image-input.image-input-outline .image-input-wrapper {
  border: 3px solid #ffffff;
  box-shadow: 0px 9px 30px rgba(51, 83, 145, 0.08);
}

.label {
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  font-size: 0.8rem;
}

.label.label-bold {
  font-weight: 500;
}

.label.label-bolder {
  font-weight: 600;
}

.label.label-boldest {
  font-weight: 700;
}

.label.label-md {
  height: 24px;
  width: 24px;
  font-size: 0.9rem;
}

.label.label-lg {
  height: 35px;
  width: 35px;
  font-size: 1rem;
}

.label.label-xl {
  height: 50px;
  width: 50px;
  font-size: 1rem;
  font-weight: 500;
}

.label.label-primary {
  color: #ffffff;
  background-color: #0094FF;
}

.label.label-outline.label-primary {
  background-color: transparent;
  color: #0094FF;
  border: 1px solid #0094FF;
}

.label.label-outline.label-primary.label-outline-2x {
  border: 2px solid #0094FF;
}

.label.label-light-primary {
  color: #0094FF;
  background-color: rgba(0, 148, 255, 0.12);
}

.label.label-secondary {
  color: #ffffff;
  background-color: #89929F;
}

.label.label-outline.label-secondary {
  background-color: transparent;
  color: #89929F;
  border: 1px solid #89929F;
}

.label.label-outline.label-secondary.label-outline-2x {
  border: 2px solid #89929F;
}

.label.label-light-secondary {
  color: #89929F;
  background-color: rgba(137, 146, 159, 0.12);
}

.label.label-success {
  color: #ffffff;
  background-color: #50CD89;
}

.label.label-outline.label-success {
  background-color: transparent;
  color: #50CD89;
  border: 1px solid #50CD89;
}

.label.label-outline.label-success.label-outline-2x {
  border: 2px solid #50CD89;
}

.label.label-light-success {
  color: #50CD89;
  background-color: rgba(80, 205, 137, 0.12);
}

.label.label-info {
  color: #ffffff;
  background-color: #9c5aff;
}

.label.label-outline.label-info {
  background-color: transparent;
  color: #9c5aff;
  border: 1px solid #9c5aff;
}

.label.label-outline.label-info.label-outline-2x {
  border: 2px solid #9c5aff;
}

.label.label-light-info {
  color: #9c5aff;
  background-color: rgba(156, 90, 255, 0.12);
}

.label.label-warning {
  color: #ffffff;
  background-color: #FF490F;
}

.label.label-outline.label-warning {
  background-color: transparent;
  color: #FF490F;
  border: 1px solid #FF490F;
}

.label.label-outline.label-warning.label-outline-2x {
  border: 2px solid #FF490F;
}

.label.label-light-warning {
  color: #FF490F;
  background-color: rgba(255, 73, 15, 0.12);
}

.label.label-danger {
  color: #ffffff;
  background-color: #EF305E;
}

.label.label-outline.label-danger {
  background-color: transparent;
  color: #EF305E;
  border: 1px solid #EF305E;
}

.label.label-outline.label-danger.label-outline-2x {
  border: 2px solid #EF305E;
}

.label.label-light-danger {
  color: #EF305E;
  background-color: rgba(239, 48, 94, 0.12);
}

.label.label-light {
  color: #ffffff;
  background-color: #F5F8FA;
}

.label.label-outline.label-light {
  background-color: transparent;
  color: #F5F8FA;
  border: 1px solid #F5F8FA;
}

.label.label-outline.label-light.label-outline-2x {
  border: 2px solid #F5F8FA;
}

.label.label-light-light {
  color: #F5F8FA;
  background-color: rgba(245, 248, 250, 0.12);
}

.label.label-dark {
  color: #ffffff;
  background-color: #2F3044;
}

.label.label-outline.label-dark {
  background-color: transparent;
  color: #2F3044;
  border: 1px solid #2F3044;
}

.label.label-outline.label-dark.label-outline-2x {
  border: 2px solid #2F3044;
}

.label.label-light-dark {
  color: #2F3044;
  background-color: rgba(47, 48, 68, 0.12);
}

.label.label-white {
  color: #ffffff;
  background-color: #ffffff;
}

.label.label-outline.label-white {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.label.label-outline.label-white.label-outline-2x {
  border: 2px solid #ffffff;
}

.label.label-light-white {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.12);
}

.label.label-muted {
  color: #ffffff;
  background-color: #B5B5C3;
}

.label.label-outline.label-muted {
  background-color: transparent;
  color: #B5B5C3;
  border: 1px solid #B5B5C3;
}

.label.label-outline.label-muted.label-outline-2x {
  border: 2px solid #B5B5C3;
}

.label.label-light-muted {
  color: #B5B5C3;
  background-color: rgba(181, 181, 195, 0.12);
}

.label.label-inline {
  height: auto;
  width: auto;
  padding: 0.15rem 0.75rem;
  border-radius: 0.425rem;
}

.label.label-inline.label-md {
  padding: 0.8rem 0.6rem;
}

.label.label-inline.label-lg {
  padding: 0.9rem 0.7rem;
}

.label.label-inline.label-xl {
  padding: 1rem 0.8rem;
}

.label.label-pill {
  border-radius: 2rem;
}

.label.label-rounded {
  border-radius: 0.425rem;
}

.label.label-rounded-md {
  border-radius: 0.375rem;
}

.label.label-dot {
  display: inline-block;
  line-height: 6px;
  min-height: 6px;
  min-width: 6px;
  height: 6px;
  width: 6px;
  font-size: 0;
  vertical-align: middle;
  text-align: center;
}

.label.label-dot.label-sm {
  line-height: 4px;
  min-height: 4px;
  min-width: 4px;
  height: 4px;
  width: 4px;
}

.label.label-dot.label-lg {
  line-height: 8px;
  min-height: 8px;
  min-width: 8px;
  height: 8px;
  width: 8px;
}

.label.label-dot.label-xl {
  line-height: 10px;
  min-height: 10px;
  min-width: 10px;
  height: 10px;
  width: 10px;
}

.label.label-square {
  border-radius: 0;
}

.label.label-elevate {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.label.label-white-opacity {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.08);
}

.loader {
  display: inline-block;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #F3F6F9;
  opacity: 0;
  -webkit-animation: animation-loader 0.9s infinite ease-in-out;
          animation: animation-loader 0.9s infinite ease-in-out;
  width: 1.4rem;
  height: 1.4rem;
}

.btn .loader {
  position: relative;
  line-height: 0;
}

.loader.loader-lg {
  width: 3px;
  height: 3px;
}

.loader.loader-sm {
  width: 1px;
  height: 1px;
}

.loader.loader-primary {
  background-color: #0094FF;
}

.loader.loader-secondary {
  background-color: #89929F;
}

.loader.loader-success {
  background-color: #50CD89;
}

.loader.loader-info {
  background-color: #9c5aff;
}

.loader.loader-warning {
  background-color: #FF490F;
}

.loader.loader-danger {
  background-color: #EF305E;
}

.loader.loader-light {
  background-color: #F5F8FA;
}

.loader.loader-dark {
  background-color: #2F3044;
}

.loader.loader-white {
  background-color: #ffffff;
}

.loader.loader-muted {
  background-color: #B5B5C3;
}

@-webkit-keyframes animation-loader {
  0% {
    opacity: 0.3;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes animation-loader {
  0% {
    opacity: 0.3;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.avatar {
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  border-radius: 0.425rem;
}

.avatar .avatar-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #5E5F6C;
  background-color: #F3F6F9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.425rem;
}

.avatar .avatar-badge {
  position: absolute;
  border: 2px solid #ffffff;
  border-radius: 100%;
  top: 0;
  right: 0;
}

.avatar > img {
  width: 100%;
  flex-shrink: 0;
  display: inline-block;
  border-radius: 0.425rem;
}

.avatar.avatar-square,
.avatar.avatar-square > img,
.avatar.avatar-square .avatar-label {
  border-radius: 0 !important;
}

.avatar.avatar-circle,
.avatar.avatar-circle > img,
.avatar.avatar-circle .avatar-label {
  border-radius: 50%;
}

.avatar > img {
  max-width: 50px;
  height: 50px;
}

.avatar .avatar-label {
  width: 50px;
  height: 50px;
}

.avatar.avatar-fixed .avatar-label {
  width: 50px;
  height: 50px;
}

.avatar.avatar-fixed > img {
  width: 50px;
  height: 50px;
  max-width: auto;
}

.avatar.avatar-2by3 .avatar-label {
  height: 50px;
  width: 75px;
}

.avatar.avatar-2by3 > img {
  height: 50px;
  width: 75px;
  max-width: auto;
}

.avatar.avatar-20px > img {
  max-width: 20px;
  height: 20px;
}

.avatar.avatar-20px .avatar-label {
  width: 20px;
  height: 20px;
}

.avatar.avatar-20px.avatar-fixed .avatar-label {
  width: 20px;
  height: 20px;
}

.avatar.avatar-20px.avatar-fixed > img {
  width: 20px;
  height: 20px;
  max-width: auto;
}

.avatar.avatar-20px.avatar-2by3 .avatar-label {
  height: 20px;
  width: 30px;
}

.avatar.avatar-20px.avatar-2by3 > img {
  height: 20px;
  width: 30px;
  max-width: auto;
}

.avatar.avatar-25px > img {
  max-width: 25px;
  height: 25px;
}

.avatar.avatar-25px .avatar-label {
  width: 25px;
  height: 25px;
}

.avatar.avatar-25px.avatar-fixed .avatar-label {
  width: 25px;
  height: 25px;
}

.avatar.avatar-25px.avatar-fixed > img {
  width: 25px;
  height: 25px;
  max-width: auto;
}

.avatar.avatar-25px.avatar-2by3 .avatar-label {
  height: 25px;
  width: 37.5px;
}

.avatar.avatar-25px.avatar-2by3 > img {
  height: 25px;
  width: 37.5px;
  max-width: auto;
}

.avatar.avatar-30px > img {
  max-width: 30px;
  height: 30px;
}

.avatar.avatar-30px .avatar-label {
  width: 30px;
  height: 30px;
}

.avatar.avatar-30px.avatar-fixed .avatar-label {
  width: 30px;
  height: 30px;
}

.avatar.avatar-30px.avatar-fixed > img {
  width: 30px;
  height: 30px;
  max-width: auto;
}

.avatar.avatar-30px.avatar-2by3 .avatar-label {
  height: 30px;
  width: 45px;
}

.avatar.avatar-30px.avatar-2by3 > img {
  height: 30px;
  width: 45px;
  max-width: auto;
}

.avatar.avatar-35px > img {
  max-width: 35px;
  height: 35px;
}

.avatar.avatar-35px .avatar-label {
  width: 35px;
  height: 35px;
}

.avatar.avatar-35px.avatar-fixed .avatar-label {
  width: 35px;
  height: 35px;
}

.avatar.avatar-35px.avatar-fixed > img {
  width: 35px;
  height: 35px;
  max-width: auto;
}

.avatar.avatar-35px.avatar-2by3 .avatar-label {
  height: 35px;
  width: 52.5px;
}

.avatar.avatar-35px.avatar-2by3 > img {
  height: 35px;
  width: 52.5px;
  max-width: auto;
}

.avatar.avatar-40px > img {
  max-width: 40px;
  height: 40px;
}

.avatar.avatar-40px .avatar-label {
  width: 40px;
  height: 40px;
}

.avatar.avatar-40px.avatar-fixed .avatar-label {
  width: 40px;
  height: 40px;
}

.avatar.avatar-40px.avatar-fixed > img {
  width: 40px;
  height: 40px;
  max-width: auto;
}

.avatar.avatar-40px.avatar-2by3 .avatar-label {
  height: 40px;
  width: 60px;
}

.avatar.avatar-40px.avatar-2by3 > img {
  height: 40px;
  width: 60px;
  max-width: auto;
}

.avatar.avatar-45 > img {
  max-width: 45px;
  height: 45px;
}

.avatar.avatar-45 .avatar-label {
  width: 45px;
  height: 45px;
}

.avatar.avatar-45.avatar-fixed .avatar-label {
  width: 45px;
  height: 45px;
}

.avatar.avatar-45.avatar-fixed > img {
  width: 45px;
  height: 45px;
  max-width: auto;
}

.avatar.avatar-45.avatar-2by3 .avatar-label {
  height: 45px;
  width: 67.5px;
}

.avatar.avatar-45.avatar-2by3 > img {
  height: 45px;
  width: 67.5px;
  max-width: auto;
}

.avatar.avatar-50px > img {
  max-width: 50px;
  height: 50px;
}

.avatar.avatar-50px .avatar-label {
  width: 50px;
  height: 50px;
}

.avatar.avatar-50px.avatar-fixed .avatar-label {
  width: 50px;
  height: 50px;
}

.avatar.avatar-50px.avatar-fixed > img {
  width: 50px;
  height: 50px;
  max-width: auto;
}

.avatar.avatar-50px.avatar-2by3 .avatar-label {
  height: 50px;
  width: 75px;
}

.avatar.avatar-50px.avatar-2by3 > img {
  height: 50px;
  width: 75px;
  max-width: auto;
}

.avatar.avatar-55px > img {
  max-width: 55px;
  height: 55px;
}

.avatar.avatar-55px .avatar-label {
  width: 55px;
  height: 55px;
}

.avatar.avatar-55px.avatar-fixed .avatar-label {
  width: 55px;
  height: 55px;
}

.avatar.avatar-55px.avatar-fixed > img {
  width: 55px;
  height: 55px;
  max-width: auto;
}

.avatar.avatar-55px.avatar-2by3 .avatar-label {
  height: 55px;
  width: 82.5px;
}

.avatar.avatar-55px.avatar-2by3 > img {
  height: 55px;
  width: 82.5px;
  max-width: auto;
}

.avatar.avatar-60px > img {
  max-width: 60px;
  height: 60px;
}

.avatar.avatar-60px .avatar-label {
  width: 60px;
  height: 60px;
}

.avatar.avatar-60px.avatar-fixed .avatar-label {
  width: 60px;
  height: 60px;
}

.avatar.avatar-60px.avatar-fixed > img {
  width: 60px;
  height: 60px;
  max-width: auto;
}

.avatar.avatar-60px.avatar-2by3 .avatar-label {
  height: 60px;
  width: 90px;
}

.avatar.avatar-60px.avatar-2by3 > img {
  height: 60px;
  width: 90px;
  max-width: auto;
}

.avatar.avatar-65px > img {
  max-width: 65px;
  height: 65px;
}

.avatar.avatar-65px .avatar-label {
  width: 65px;
  height: 65px;
}

.avatar.avatar-65px.avatar-fixed .avatar-label {
  width: 65px;
  height: 65px;
}

.avatar.avatar-65px.avatar-fixed > img {
  width: 65px;
  height: 65px;
  max-width: auto;
}

.avatar.avatar-65px.avatar-2by3 .avatar-label {
  height: 65px;
  width: 97.5px;
}

.avatar.avatar-65px.avatar-2by3 > img {
  height: 65px;
  width: 97.5px;
  max-width: auto;
}

.avatar.avatar-70px > img {
  max-width: 70px;
  height: 70px;
}

.avatar.avatar-70px .avatar-label {
  width: 70px;
  height: 70px;
}

.avatar.avatar-70px.avatar-fixed .avatar-label {
  width: 70px;
  height: 70px;
}

.avatar.avatar-70px.avatar-fixed > img {
  width: 70px;
  height: 70px;
  max-width: auto;
}

.avatar.avatar-70px.avatar-2by3 .avatar-label {
  height: 70px;
  width: 105px;
}

.avatar.avatar-70px.avatar-2by3 > img {
  height: 70px;
  width: 105px;
  max-width: auto;
}

.avatar.avatar-75px > img {
  max-width: 75px;
  height: 75px;
}

.avatar.avatar-75px .avatar-label {
  width: 75px;
  height: 75px;
}

.avatar.avatar-75px.avatar-fixed .avatar-label {
  width: 75px;
  height: 75px;
}

.avatar.avatar-75px.avatar-fixed > img {
  width: 75px;
  height: 75px;
  max-width: auto;
}

.avatar.avatar-75px.avatar-2by3 .avatar-label {
  height: 75px;
  width: 112.5px;
}

.avatar.avatar-75px.avatar-2by3 > img {
  height: 75px;
  width: 112.5px;
  max-width: auto;
}

.avatar.avatar-80px > img {
  max-width: 80px;
  height: 80px;
}

.avatar.avatar-80px .avatar-label {
  width: 80px;
  height: 80px;
}

.avatar.avatar-80px.avatar-fixed .avatar-label {
  width: 80px;
  height: 80px;
}

.avatar.avatar-80px.avatar-fixed > img {
  width: 80px;
  height: 80px;
  max-width: auto;
}

.avatar.avatar-80px.avatar-2by3 .avatar-label {
  height: 80px;
  width: 120px;
}

.avatar.avatar-80px.avatar-2by3 > img {
  height: 80px;
  width: 120px;
  max-width: auto;
}

.avatar.avatar-85px > img {
  max-width: 85px;
  height: 85px;
}

.avatar.avatar-85px .avatar-label {
  width: 85px;
  height: 85px;
}

.avatar.avatar-85px.avatar-fixed .avatar-label {
  width: 85px;
  height: 85px;
}

.avatar.avatar-85px.avatar-fixed > img {
  width: 85px;
  height: 85px;
  max-width: auto;
}

.avatar.avatar-85px.avatar-2by3 .avatar-label {
  height: 85px;
  width: 127.5px;
}

.avatar.avatar-85px.avatar-2by3 > img {
  height: 85px;
  width: 127.5px;
  max-width: auto;
}

.avatar.avatar-90px > img {
  max-width: 90px;
  height: 90px;
}

.avatar.avatar-90px .avatar-label {
  width: 90px;
  height: 90px;
}

.avatar.avatar-90px.avatar-fixed .avatar-label {
  width: 90px;
  height: 90px;
}

.avatar.avatar-90px.avatar-fixed > img {
  width: 90px;
  height: 90px;
  max-width: auto;
}

.avatar.avatar-90px.avatar-2by3 .avatar-label {
  height: 90px;
  width: 135px;
}

.avatar.avatar-90px.avatar-2by3 > img {
  height: 90px;
  width: 135px;
  max-width: auto;
}

.avatar.avatar-95px > img {
  max-width: 95px;
  height: 95px;
}

.avatar.avatar-95px .avatar-label {
  width: 95px;
  height: 95px;
}

.avatar.avatar-95px.avatar-fixed .avatar-label {
  width: 95px;
  height: 95px;
}

.avatar.avatar-95px.avatar-fixed > img {
  width: 95px;
  height: 95px;
  max-width: auto;
}

.avatar.avatar-95px.avatar-2by3 .avatar-label {
  height: 95px;
  width: 142.5px;
}

.avatar.avatar-95px.avatar-2by3 > img {
  height: 95px;
  width: 142.5px;
  max-width: auto;
}

.avatar.avatar-100px > img {
  max-width: 100px;
  height: 100px;
}

.avatar.avatar-100px .avatar-label {
  width: 100px;
  height: 100px;
}

.avatar.avatar-100px.avatar-fixed .avatar-label {
  width: 100px;
  height: 100px;
}

.avatar.avatar-100px.avatar-fixed > img {
  width: 100px;
  height: 100px;
  max-width: auto;
}

.avatar.avatar-100px.avatar-2by3 .avatar-label {
  height: 100px;
  width: 150px;
}

.avatar.avatar-100px.avatar-2by3 > img {
  height: 100px;
  width: 150px;
  max-width: auto;
}

.avatar.avatar-125px > img {
  max-width: 125px;
  height: 125px;
}

.avatar.avatar-125px .avatar-label {
  width: 125px;
  height: 125px;
}

.avatar.avatar-125px.avatar-fixed .avatar-label {
  width: 125px;
  height: 125px;
}

.avatar.avatar-125px.avatar-fixed > img {
  width: 125px;
  height: 125px;
  max-width: auto;
}

.avatar.avatar-125px.avatar-2by3 .avatar-label {
  height: 125px;
  width: 187.5px;
}

.avatar.avatar-125px.avatar-2by3 > img {
  height: 125px;
  width: 187.5px;
  max-width: auto;
}

.avatar.avatar-150px > img {
  max-width: 150px;
  height: 150px;
}

.avatar.avatar-150px .avatar-label {
  width: 150px;
  height: 150px;
}

.avatar.avatar-150px.avatar-fixed .avatar-label {
  width: 150px;
  height: 150px;
}

.avatar.avatar-150px.avatar-fixed > img {
  width: 150px;
  height: 150px;
  max-width: auto;
}

.avatar.avatar-150px.avatar-2by3 .avatar-label {
  height: 150px;
  width: 225px;
}

.avatar.avatar-150px.avatar-2by3 > img {
  height: 150px;
  width: 225px;
  max-width: auto;
}

@media (min-width: 576px) {
  .avatar.avatar-sm-20px > img {
    max-width: 20px;
    height: 20px;
  }

  .avatar.avatar-sm-20px .avatar-label {
    width: 20px;
    height: 20px;
  }

  .avatar.avatar-sm-20px.avatar-fixed .avatar-label {
    width: 20px;
    height: 20px;
  }

  .avatar.avatar-sm-20px.avatar-fixed > img {
    width: 20px;
    height: 20px;
    max-width: auto;
  }

  .avatar.avatar-sm-20px.avatar-2by3 .avatar-label {
    height: 20px;
    width: 30px;
  }

  .avatar.avatar-sm-20px.avatar-2by3 > img {
    height: 20px;
    width: 30px;
    max-width: auto;
  }

  .avatar.avatar-sm-25px > img {
    max-width: 25px;
    height: 25px;
  }

  .avatar.avatar-sm-25px .avatar-label {
    width: 25px;
    height: 25px;
  }

  .avatar.avatar-sm-25px.avatar-fixed .avatar-label {
    width: 25px;
    height: 25px;
  }

  .avatar.avatar-sm-25px.avatar-fixed > img {
    width: 25px;
    height: 25px;
    max-width: auto;
  }

  .avatar.avatar-sm-25px.avatar-2by3 .avatar-label {
    height: 25px;
    width: 37.5px;
  }

  .avatar.avatar-sm-25px.avatar-2by3 > img {
    height: 25px;
    width: 37.5px;
    max-width: auto;
  }

  .avatar.avatar-sm-30px > img {
    max-width: 30px;
    height: 30px;
  }

  .avatar.avatar-sm-30px .avatar-label {
    width: 30px;
    height: 30px;
  }

  .avatar.avatar-sm-30px.avatar-fixed .avatar-label {
    width: 30px;
    height: 30px;
  }

  .avatar.avatar-sm-30px.avatar-fixed > img {
    width: 30px;
    height: 30px;
    max-width: auto;
  }

  .avatar.avatar-sm-30px.avatar-2by3 .avatar-label {
    height: 30px;
    width: 45px;
  }

  .avatar.avatar-sm-30px.avatar-2by3 > img {
    height: 30px;
    width: 45px;
    max-width: auto;
  }

  .avatar.avatar-sm-35px > img {
    max-width: 35px;
    height: 35px;
  }

  .avatar.avatar-sm-35px .avatar-label {
    width: 35px;
    height: 35px;
  }

  .avatar.avatar-sm-35px.avatar-fixed .avatar-label {
    width: 35px;
    height: 35px;
  }

  .avatar.avatar-sm-35px.avatar-fixed > img {
    width: 35px;
    height: 35px;
    max-width: auto;
  }

  .avatar.avatar-sm-35px.avatar-2by3 .avatar-label {
    height: 35px;
    width: 52.5px;
  }

  .avatar.avatar-sm-35px.avatar-2by3 > img {
    height: 35px;
    width: 52.5px;
    max-width: auto;
  }

  .avatar.avatar-sm-40px > img {
    max-width: 40px;
    height: 40px;
  }

  .avatar.avatar-sm-40px .avatar-label {
    width: 40px;
    height: 40px;
  }

  .avatar.avatar-sm-40px.avatar-fixed .avatar-label {
    width: 40px;
    height: 40px;
  }

  .avatar.avatar-sm-40px.avatar-fixed > img {
    width: 40px;
    height: 40px;
    max-width: auto;
  }

  .avatar.avatar-sm-40px.avatar-2by3 .avatar-label {
    height: 40px;
    width: 60px;
  }

  .avatar.avatar-sm-40px.avatar-2by3 > img {
    height: 40px;
    width: 60px;
    max-width: auto;
  }

  .avatar.avatar-sm-45 > img {
    max-width: 45px;
    height: 45px;
  }

  .avatar.avatar-sm-45 .avatar-label {
    width: 45px;
    height: 45px;
  }

  .avatar.avatar-sm-45.avatar-fixed .avatar-label {
    width: 45px;
    height: 45px;
  }

  .avatar.avatar-sm-45.avatar-fixed > img {
    width: 45px;
    height: 45px;
    max-width: auto;
  }

  .avatar.avatar-sm-45.avatar-2by3 .avatar-label {
    height: 45px;
    width: 67.5px;
  }

  .avatar.avatar-sm-45.avatar-2by3 > img {
    height: 45px;
    width: 67.5px;
    max-width: auto;
  }

  .avatar.avatar-sm-50px > img {
    max-width: 50px;
    height: 50px;
  }

  .avatar.avatar-sm-50px .avatar-label {
    width: 50px;
    height: 50px;
  }

  .avatar.avatar-sm-50px.avatar-fixed .avatar-label {
    width: 50px;
    height: 50px;
  }

  .avatar.avatar-sm-50px.avatar-fixed > img {
    width: 50px;
    height: 50px;
    max-width: auto;
  }

  .avatar.avatar-sm-50px.avatar-2by3 .avatar-label {
    height: 50px;
    width: 75px;
  }

  .avatar.avatar-sm-50px.avatar-2by3 > img {
    height: 50px;
    width: 75px;
    max-width: auto;
  }

  .avatar.avatar-sm-55px > img {
    max-width: 55px;
    height: 55px;
  }

  .avatar.avatar-sm-55px .avatar-label {
    width: 55px;
    height: 55px;
  }

  .avatar.avatar-sm-55px.avatar-fixed .avatar-label {
    width: 55px;
    height: 55px;
  }

  .avatar.avatar-sm-55px.avatar-fixed > img {
    width: 55px;
    height: 55px;
    max-width: auto;
  }

  .avatar.avatar-sm-55px.avatar-2by3 .avatar-label {
    height: 55px;
    width: 82.5px;
  }

  .avatar.avatar-sm-55px.avatar-2by3 > img {
    height: 55px;
    width: 82.5px;
    max-width: auto;
  }

  .avatar.avatar-sm-60px > img {
    max-width: 60px;
    height: 60px;
  }

  .avatar.avatar-sm-60px .avatar-label {
    width: 60px;
    height: 60px;
  }

  .avatar.avatar-sm-60px.avatar-fixed .avatar-label {
    width: 60px;
    height: 60px;
  }

  .avatar.avatar-sm-60px.avatar-fixed > img {
    width: 60px;
    height: 60px;
    max-width: auto;
  }

  .avatar.avatar-sm-60px.avatar-2by3 .avatar-label {
    height: 60px;
    width: 90px;
  }

  .avatar.avatar-sm-60px.avatar-2by3 > img {
    height: 60px;
    width: 90px;
    max-width: auto;
  }

  .avatar.avatar-sm-65px > img {
    max-width: 65px;
    height: 65px;
  }

  .avatar.avatar-sm-65px .avatar-label {
    width: 65px;
    height: 65px;
  }

  .avatar.avatar-sm-65px.avatar-fixed .avatar-label {
    width: 65px;
    height: 65px;
  }

  .avatar.avatar-sm-65px.avatar-fixed > img {
    width: 65px;
    height: 65px;
    max-width: auto;
  }

  .avatar.avatar-sm-65px.avatar-2by3 .avatar-label {
    height: 65px;
    width: 97.5px;
  }

  .avatar.avatar-sm-65px.avatar-2by3 > img {
    height: 65px;
    width: 97.5px;
    max-width: auto;
  }

  .avatar.avatar-sm-70px > img {
    max-width: 70px;
    height: 70px;
  }

  .avatar.avatar-sm-70px .avatar-label {
    width: 70px;
    height: 70px;
  }

  .avatar.avatar-sm-70px.avatar-fixed .avatar-label {
    width: 70px;
    height: 70px;
  }

  .avatar.avatar-sm-70px.avatar-fixed > img {
    width: 70px;
    height: 70px;
    max-width: auto;
  }

  .avatar.avatar-sm-70px.avatar-2by3 .avatar-label {
    height: 70px;
    width: 105px;
  }

  .avatar.avatar-sm-70px.avatar-2by3 > img {
    height: 70px;
    width: 105px;
    max-width: auto;
  }

  .avatar.avatar-sm-75px > img {
    max-width: 75px;
    height: 75px;
  }

  .avatar.avatar-sm-75px .avatar-label {
    width: 75px;
    height: 75px;
  }

  .avatar.avatar-sm-75px.avatar-fixed .avatar-label {
    width: 75px;
    height: 75px;
  }

  .avatar.avatar-sm-75px.avatar-fixed > img {
    width: 75px;
    height: 75px;
    max-width: auto;
  }

  .avatar.avatar-sm-75px.avatar-2by3 .avatar-label {
    height: 75px;
    width: 112.5px;
  }

  .avatar.avatar-sm-75px.avatar-2by3 > img {
    height: 75px;
    width: 112.5px;
    max-width: auto;
  }

  .avatar.avatar-sm-80px > img {
    max-width: 80px;
    height: 80px;
  }

  .avatar.avatar-sm-80px .avatar-label {
    width: 80px;
    height: 80px;
  }

  .avatar.avatar-sm-80px.avatar-fixed .avatar-label {
    width: 80px;
    height: 80px;
  }

  .avatar.avatar-sm-80px.avatar-fixed > img {
    width: 80px;
    height: 80px;
    max-width: auto;
  }

  .avatar.avatar-sm-80px.avatar-2by3 .avatar-label {
    height: 80px;
    width: 120px;
  }

  .avatar.avatar-sm-80px.avatar-2by3 > img {
    height: 80px;
    width: 120px;
    max-width: auto;
  }

  .avatar.avatar-sm-85px > img {
    max-width: 85px;
    height: 85px;
  }

  .avatar.avatar-sm-85px .avatar-label {
    width: 85px;
    height: 85px;
  }

  .avatar.avatar-sm-85px.avatar-fixed .avatar-label {
    width: 85px;
    height: 85px;
  }

  .avatar.avatar-sm-85px.avatar-fixed > img {
    width: 85px;
    height: 85px;
    max-width: auto;
  }

  .avatar.avatar-sm-85px.avatar-2by3 .avatar-label {
    height: 85px;
    width: 127.5px;
  }

  .avatar.avatar-sm-85px.avatar-2by3 > img {
    height: 85px;
    width: 127.5px;
    max-width: auto;
  }

  .avatar.avatar-sm-90px > img {
    max-width: 90px;
    height: 90px;
  }

  .avatar.avatar-sm-90px .avatar-label {
    width: 90px;
    height: 90px;
  }

  .avatar.avatar-sm-90px.avatar-fixed .avatar-label {
    width: 90px;
    height: 90px;
  }

  .avatar.avatar-sm-90px.avatar-fixed > img {
    width: 90px;
    height: 90px;
    max-width: auto;
  }

  .avatar.avatar-sm-90px.avatar-2by3 .avatar-label {
    height: 90px;
    width: 135px;
  }

  .avatar.avatar-sm-90px.avatar-2by3 > img {
    height: 90px;
    width: 135px;
    max-width: auto;
  }

  .avatar.avatar-sm-95px > img {
    max-width: 95px;
    height: 95px;
  }

  .avatar.avatar-sm-95px .avatar-label {
    width: 95px;
    height: 95px;
  }

  .avatar.avatar-sm-95px.avatar-fixed .avatar-label {
    width: 95px;
    height: 95px;
  }

  .avatar.avatar-sm-95px.avatar-fixed > img {
    width: 95px;
    height: 95px;
    max-width: auto;
  }

  .avatar.avatar-sm-95px.avatar-2by3 .avatar-label {
    height: 95px;
    width: 142.5px;
  }

  .avatar.avatar-sm-95px.avatar-2by3 > img {
    height: 95px;
    width: 142.5px;
    max-width: auto;
  }

  .avatar.avatar-sm-100px > img {
    max-width: 100px;
    height: 100px;
  }

  .avatar.avatar-sm-100px .avatar-label {
    width: 100px;
    height: 100px;
  }

  .avatar.avatar-sm-100px.avatar-fixed .avatar-label {
    width: 100px;
    height: 100px;
  }

  .avatar.avatar-sm-100px.avatar-fixed > img {
    width: 100px;
    height: 100px;
    max-width: auto;
  }

  .avatar.avatar-sm-100px.avatar-2by3 .avatar-label {
    height: 100px;
    width: 150px;
  }

  .avatar.avatar-sm-100px.avatar-2by3 > img {
    height: 100px;
    width: 150px;
    max-width: auto;
  }

  .avatar.avatar-sm-125px > img {
    max-width: 125px;
    height: 125px;
  }

  .avatar.avatar-sm-125px .avatar-label {
    width: 125px;
    height: 125px;
  }

  .avatar.avatar-sm-125px.avatar-fixed .avatar-label {
    width: 125px;
    height: 125px;
  }

  .avatar.avatar-sm-125px.avatar-fixed > img {
    width: 125px;
    height: 125px;
    max-width: auto;
  }

  .avatar.avatar-sm-125px.avatar-2by3 .avatar-label {
    height: 125px;
    width: 187.5px;
  }

  .avatar.avatar-sm-125px.avatar-2by3 > img {
    height: 125px;
    width: 187.5px;
    max-width: auto;
  }

  .avatar.avatar-sm-150px > img {
    max-width: 150px;
    height: 150px;
  }

  .avatar.avatar-sm-150px .avatar-label {
    width: 150px;
    height: 150px;
  }

  .avatar.avatar-sm-150px.avatar-fixed .avatar-label {
    width: 150px;
    height: 150px;
  }

  .avatar.avatar-sm-150px.avatar-fixed > img {
    width: 150px;
    height: 150px;
    max-width: auto;
  }

  .avatar.avatar-sm-150px.avatar-2by3 .avatar-label {
    height: 150px;
    width: 225px;
  }

  .avatar.avatar-sm-150px.avatar-2by3 > img {
    height: 150px;
    width: 225px;
    max-width: auto;
  }
}

@media (min-width: 768px) {
  .avatar.avatar-md-20px > img {
    max-width: 20px;
    height: 20px;
  }

  .avatar.avatar-md-20px .avatar-label {
    width: 20px;
    height: 20px;
  }

  .avatar.avatar-md-20px.avatar-fixed .avatar-label {
    width: 20px;
    height: 20px;
  }

  .avatar.avatar-md-20px.avatar-fixed > img {
    width: 20px;
    height: 20px;
    max-width: auto;
  }

  .avatar.avatar-md-20px.avatar-2by3 .avatar-label {
    height: 20px;
    width: 30px;
  }

  .avatar.avatar-md-20px.avatar-2by3 > img {
    height: 20px;
    width: 30px;
    max-width: auto;
  }

  .avatar.avatar-md-25px > img {
    max-width: 25px;
    height: 25px;
  }

  .avatar.avatar-md-25px .avatar-label {
    width: 25px;
    height: 25px;
  }

  .avatar.avatar-md-25px.avatar-fixed .avatar-label {
    width: 25px;
    height: 25px;
  }

  .avatar.avatar-md-25px.avatar-fixed > img {
    width: 25px;
    height: 25px;
    max-width: auto;
  }

  .avatar.avatar-md-25px.avatar-2by3 .avatar-label {
    height: 25px;
    width: 37.5px;
  }

  .avatar.avatar-md-25px.avatar-2by3 > img {
    height: 25px;
    width: 37.5px;
    max-width: auto;
  }

  .avatar.avatar-md-30px > img {
    max-width: 30px;
    height: 30px;
  }

  .avatar.avatar-md-30px .avatar-label {
    width: 30px;
    height: 30px;
  }

  .avatar.avatar-md-30px.avatar-fixed .avatar-label {
    width: 30px;
    height: 30px;
  }

  .avatar.avatar-md-30px.avatar-fixed > img {
    width: 30px;
    height: 30px;
    max-width: auto;
  }

  .avatar.avatar-md-30px.avatar-2by3 .avatar-label {
    height: 30px;
    width: 45px;
  }

  .avatar.avatar-md-30px.avatar-2by3 > img {
    height: 30px;
    width: 45px;
    max-width: auto;
  }

  .avatar.avatar-md-35px > img {
    max-width: 35px;
    height: 35px;
  }

  .avatar.avatar-md-35px .avatar-label {
    width: 35px;
    height: 35px;
  }

  .avatar.avatar-md-35px.avatar-fixed .avatar-label {
    width: 35px;
    height: 35px;
  }

  .avatar.avatar-md-35px.avatar-fixed > img {
    width: 35px;
    height: 35px;
    max-width: auto;
  }

  .avatar.avatar-md-35px.avatar-2by3 .avatar-label {
    height: 35px;
    width: 52.5px;
  }

  .avatar.avatar-md-35px.avatar-2by3 > img {
    height: 35px;
    width: 52.5px;
    max-width: auto;
  }

  .avatar.avatar-md-40px > img {
    max-width: 40px;
    height: 40px;
  }

  .avatar.avatar-md-40px .avatar-label {
    width: 40px;
    height: 40px;
  }

  .avatar.avatar-md-40px.avatar-fixed .avatar-label {
    width: 40px;
    height: 40px;
  }

  .avatar.avatar-md-40px.avatar-fixed > img {
    width: 40px;
    height: 40px;
    max-width: auto;
  }

  .avatar.avatar-md-40px.avatar-2by3 .avatar-label {
    height: 40px;
    width: 60px;
  }

  .avatar.avatar-md-40px.avatar-2by3 > img {
    height: 40px;
    width: 60px;
    max-width: auto;
  }

  .avatar.avatar-md-45 > img {
    max-width: 45px;
    height: 45px;
  }

  .avatar.avatar-md-45 .avatar-label {
    width: 45px;
    height: 45px;
  }

  .avatar.avatar-md-45.avatar-fixed .avatar-label {
    width: 45px;
    height: 45px;
  }

  .avatar.avatar-md-45.avatar-fixed > img {
    width: 45px;
    height: 45px;
    max-width: auto;
  }

  .avatar.avatar-md-45.avatar-2by3 .avatar-label {
    height: 45px;
    width: 67.5px;
  }

  .avatar.avatar-md-45.avatar-2by3 > img {
    height: 45px;
    width: 67.5px;
    max-width: auto;
  }

  .avatar.avatar-md-50px > img {
    max-width: 50px;
    height: 50px;
  }

  .avatar.avatar-md-50px .avatar-label {
    width: 50px;
    height: 50px;
  }

  .avatar.avatar-md-50px.avatar-fixed .avatar-label {
    width: 50px;
    height: 50px;
  }

  .avatar.avatar-md-50px.avatar-fixed > img {
    width: 50px;
    height: 50px;
    max-width: auto;
  }

  .avatar.avatar-md-50px.avatar-2by3 .avatar-label {
    height: 50px;
    width: 75px;
  }

  .avatar.avatar-md-50px.avatar-2by3 > img {
    height: 50px;
    width: 75px;
    max-width: auto;
  }

  .avatar.avatar-md-55px > img {
    max-width: 55px;
    height: 55px;
  }

  .avatar.avatar-md-55px .avatar-label {
    width: 55px;
    height: 55px;
  }

  .avatar.avatar-md-55px.avatar-fixed .avatar-label {
    width: 55px;
    height: 55px;
  }

  .avatar.avatar-md-55px.avatar-fixed > img {
    width: 55px;
    height: 55px;
    max-width: auto;
  }

  .avatar.avatar-md-55px.avatar-2by3 .avatar-label {
    height: 55px;
    width: 82.5px;
  }

  .avatar.avatar-md-55px.avatar-2by3 > img {
    height: 55px;
    width: 82.5px;
    max-width: auto;
  }

  .avatar.avatar-md-60px > img {
    max-width: 60px;
    height: 60px;
  }

  .avatar.avatar-md-60px .avatar-label {
    width: 60px;
    height: 60px;
  }

  .avatar.avatar-md-60px.avatar-fixed .avatar-label {
    width: 60px;
    height: 60px;
  }

  .avatar.avatar-md-60px.avatar-fixed > img {
    width: 60px;
    height: 60px;
    max-width: auto;
  }

  .avatar.avatar-md-60px.avatar-2by3 .avatar-label {
    height: 60px;
    width: 90px;
  }

  .avatar.avatar-md-60px.avatar-2by3 > img {
    height: 60px;
    width: 90px;
    max-width: auto;
  }

  .avatar.avatar-md-65px > img {
    max-width: 65px;
    height: 65px;
  }

  .avatar.avatar-md-65px .avatar-label {
    width: 65px;
    height: 65px;
  }

  .avatar.avatar-md-65px.avatar-fixed .avatar-label {
    width: 65px;
    height: 65px;
  }

  .avatar.avatar-md-65px.avatar-fixed > img {
    width: 65px;
    height: 65px;
    max-width: auto;
  }

  .avatar.avatar-md-65px.avatar-2by3 .avatar-label {
    height: 65px;
    width: 97.5px;
  }

  .avatar.avatar-md-65px.avatar-2by3 > img {
    height: 65px;
    width: 97.5px;
    max-width: auto;
  }

  .avatar.avatar-md-70px > img {
    max-width: 70px;
    height: 70px;
  }

  .avatar.avatar-md-70px .avatar-label {
    width: 70px;
    height: 70px;
  }

  .avatar.avatar-md-70px.avatar-fixed .avatar-label {
    width: 70px;
    height: 70px;
  }

  .avatar.avatar-md-70px.avatar-fixed > img {
    width: 70px;
    height: 70px;
    max-width: auto;
  }

  .avatar.avatar-md-70px.avatar-2by3 .avatar-label {
    height: 70px;
    width: 105px;
  }

  .avatar.avatar-md-70px.avatar-2by3 > img {
    height: 70px;
    width: 105px;
    max-width: auto;
  }

  .avatar.avatar-md-75px > img {
    max-width: 75px;
    height: 75px;
  }

  .avatar.avatar-md-75px .avatar-label {
    width: 75px;
    height: 75px;
  }

  .avatar.avatar-md-75px.avatar-fixed .avatar-label {
    width: 75px;
    height: 75px;
  }

  .avatar.avatar-md-75px.avatar-fixed > img {
    width: 75px;
    height: 75px;
    max-width: auto;
  }

  .avatar.avatar-md-75px.avatar-2by3 .avatar-label {
    height: 75px;
    width: 112.5px;
  }

  .avatar.avatar-md-75px.avatar-2by3 > img {
    height: 75px;
    width: 112.5px;
    max-width: auto;
  }

  .avatar.avatar-md-80px > img {
    max-width: 80px;
    height: 80px;
  }

  .avatar.avatar-md-80px .avatar-label {
    width: 80px;
    height: 80px;
  }

  .avatar.avatar-md-80px.avatar-fixed .avatar-label {
    width: 80px;
    height: 80px;
  }

  .avatar.avatar-md-80px.avatar-fixed > img {
    width: 80px;
    height: 80px;
    max-width: auto;
  }

  .avatar.avatar-md-80px.avatar-2by3 .avatar-label {
    height: 80px;
    width: 120px;
  }

  .avatar.avatar-md-80px.avatar-2by3 > img {
    height: 80px;
    width: 120px;
    max-width: auto;
  }

  .avatar.avatar-md-85px > img {
    max-width: 85px;
    height: 85px;
  }

  .avatar.avatar-md-85px .avatar-label {
    width: 85px;
    height: 85px;
  }

  .avatar.avatar-md-85px.avatar-fixed .avatar-label {
    width: 85px;
    height: 85px;
  }

  .avatar.avatar-md-85px.avatar-fixed > img {
    width: 85px;
    height: 85px;
    max-width: auto;
  }

  .avatar.avatar-md-85px.avatar-2by3 .avatar-label {
    height: 85px;
    width: 127.5px;
  }

  .avatar.avatar-md-85px.avatar-2by3 > img {
    height: 85px;
    width: 127.5px;
    max-width: auto;
  }

  .avatar.avatar-md-90px > img {
    max-width: 90px;
    height: 90px;
  }

  .avatar.avatar-md-90px .avatar-label {
    width: 90px;
    height: 90px;
  }

  .avatar.avatar-md-90px.avatar-fixed .avatar-label {
    width: 90px;
    height: 90px;
  }

  .avatar.avatar-md-90px.avatar-fixed > img {
    width: 90px;
    height: 90px;
    max-width: auto;
  }

  .avatar.avatar-md-90px.avatar-2by3 .avatar-label {
    height: 90px;
    width: 135px;
  }

  .avatar.avatar-md-90px.avatar-2by3 > img {
    height: 90px;
    width: 135px;
    max-width: auto;
  }

  .avatar.avatar-md-95px > img {
    max-width: 95px;
    height: 95px;
  }

  .avatar.avatar-md-95px .avatar-label {
    width: 95px;
    height: 95px;
  }

  .avatar.avatar-md-95px.avatar-fixed .avatar-label {
    width: 95px;
    height: 95px;
  }

  .avatar.avatar-md-95px.avatar-fixed > img {
    width: 95px;
    height: 95px;
    max-width: auto;
  }

  .avatar.avatar-md-95px.avatar-2by3 .avatar-label {
    height: 95px;
    width: 142.5px;
  }

  .avatar.avatar-md-95px.avatar-2by3 > img {
    height: 95px;
    width: 142.5px;
    max-width: auto;
  }

  .avatar.avatar-md-100px > img {
    max-width: 100px;
    height: 100px;
  }

  .avatar.avatar-md-100px .avatar-label {
    width: 100px;
    height: 100px;
  }

  .avatar.avatar-md-100px.avatar-fixed .avatar-label {
    width: 100px;
    height: 100px;
  }

  .avatar.avatar-md-100px.avatar-fixed > img {
    width: 100px;
    height: 100px;
    max-width: auto;
  }

  .avatar.avatar-md-100px.avatar-2by3 .avatar-label {
    height: 100px;
    width: 150px;
  }

  .avatar.avatar-md-100px.avatar-2by3 > img {
    height: 100px;
    width: 150px;
    max-width: auto;
  }

  .avatar.avatar-md-125px > img {
    max-width: 125px;
    height: 125px;
  }

  .avatar.avatar-md-125px .avatar-label {
    width: 125px;
    height: 125px;
  }

  .avatar.avatar-md-125px.avatar-fixed .avatar-label {
    width: 125px;
    height: 125px;
  }

  .avatar.avatar-md-125px.avatar-fixed > img {
    width: 125px;
    height: 125px;
    max-width: auto;
  }

  .avatar.avatar-md-125px.avatar-2by3 .avatar-label {
    height: 125px;
    width: 187.5px;
  }

  .avatar.avatar-md-125px.avatar-2by3 > img {
    height: 125px;
    width: 187.5px;
    max-width: auto;
  }

  .avatar.avatar-md-150px > img {
    max-width: 150px;
    height: 150px;
  }

  .avatar.avatar-md-150px .avatar-label {
    width: 150px;
    height: 150px;
  }

  .avatar.avatar-md-150px.avatar-fixed .avatar-label {
    width: 150px;
    height: 150px;
  }

  .avatar.avatar-md-150px.avatar-fixed > img {
    width: 150px;
    height: 150px;
    max-width: auto;
  }

  .avatar.avatar-md-150px.avatar-2by3 .avatar-label {
    height: 150px;
    width: 225px;
  }

  .avatar.avatar-md-150px.avatar-2by3 > img {
    height: 150px;
    width: 225px;
    max-width: auto;
  }
}

@media (min-width: 992px) {
  .avatar.avatar-lg-20px > img {
    max-width: 20px;
    height: 20px;
  }

  .avatar.avatar-lg-20px .avatar-label {
    width: 20px;
    height: 20px;
  }

  .avatar.avatar-lg-20px.avatar-fixed .avatar-label {
    width: 20px;
    height: 20px;
  }

  .avatar.avatar-lg-20px.avatar-fixed > img {
    width: 20px;
    height: 20px;
    max-width: auto;
  }

  .avatar.avatar-lg-20px.avatar-2by3 .avatar-label {
    height: 20px;
    width: 30px;
  }

  .avatar.avatar-lg-20px.avatar-2by3 > img {
    height: 20px;
    width: 30px;
    max-width: auto;
  }

  .avatar.avatar-lg-25px > img {
    max-width: 25px;
    height: 25px;
  }

  .avatar.avatar-lg-25px .avatar-label {
    width: 25px;
    height: 25px;
  }

  .avatar.avatar-lg-25px.avatar-fixed .avatar-label {
    width: 25px;
    height: 25px;
  }

  .avatar.avatar-lg-25px.avatar-fixed > img {
    width: 25px;
    height: 25px;
    max-width: auto;
  }

  .avatar.avatar-lg-25px.avatar-2by3 .avatar-label {
    height: 25px;
    width: 37.5px;
  }

  .avatar.avatar-lg-25px.avatar-2by3 > img {
    height: 25px;
    width: 37.5px;
    max-width: auto;
  }

  .avatar.avatar-lg-30px > img {
    max-width: 30px;
    height: 30px;
  }

  .avatar.avatar-lg-30px .avatar-label {
    width: 30px;
    height: 30px;
  }

  .avatar.avatar-lg-30px.avatar-fixed .avatar-label {
    width: 30px;
    height: 30px;
  }

  .avatar.avatar-lg-30px.avatar-fixed > img {
    width: 30px;
    height: 30px;
    max-width: auto;
  }

  .avatar.avatar-lg-30px.avatar-2by3 .avatar-label {
    height: 30px;
    width: 45px;
  }

  .avatar.avatar-lg-30px.avatar-2by3 > img {
    height: 30px;
    width: 45px;
    max-width: auto;
  }

  .avatar.avatar-lg-35px > img {
    max-width: 35px;
    height: 35px;
  }

  .avatar.avatar-lg-35px .avatar-label {
    width: 35px;
    height: 35px;
  }

  .avatar.avatar-lg-35px.avatar-fixed .avatar-label {
    width: 35px;
    height: 35px;
  }

  .avatar.avatar-lg-35px.avatar-fixed > img {
    width: 35px;
    height: 35px;
    max-width: auto;
  }

  .avatar.avatar-lg-35px.avatar-2by3 .avatar-label {
    height: 35px;
    width: 52.5px;
  }

  .avatar.avatar-lg-35px.avatar-2by3 > img {
    height: 35px;
    width: 52.5px;
    max-width: auto;
  }

  .avatar.avatar-lg-40px > img {
    max-width: 40px;
    height: 40px;
  }

  .avatar.avatar-lg-40px .avatar-label {
    width: 40px;
    height: 40px;
  }

  .avatar.avatar-lg-40px.avatar-fixed .avatar-label {
    width: 40px;
    height: 40px;
  }

  .avatar.avatar-lg-40px.avatar-fixed > img {
    width: 40px;
    height: 40px;
    max-width: auto;
  }

  .avatar.avatar-lg-40px.avatar-2by3 .avatar-label {
    height: 40px;
    width: 60px;
  }

  .avatar.avatar-lg-40px.avatar-2by3 > img {
    height: 40px;
    width: 60px;
    max-width: auto;
  }

  .avatar.avatar-lg-45 > img {
    max-width: 45px;
    height: 45px;
  }

  .avatar.avatar-lg-45 .avatar-label {
    width: 45px;
    height: 45px;
  }

  .avatar.avatar-lg-45.avatar-fixed .avatar-label {
    width: 45px;
    height: 45px;
  }

  .avatar.avatar-lg-45.avatar-fixed > img {
    width: 45px;
    height: 45px;
    max-width: auto;
  }

  .avatar.avatar-lg-45.avatar-2by3 .avatar-label {
    height: 45px;
    width: 67.5px;
  }

  .avatar.avatar-lg-45.avatar-2by3 > img {
    height: 45px;
    width: 67.5px;
    max-width: auto;
  }

  .avatar.avatar-lg-50px > img {
    max-width: 50px;
    height: 50px;
  }

  .avatar.avatar-lg-50px .avatar-label {
    width: 50px;
    height: 50px;
  }

  .avatar.avatar-lg-50px.avatar-fixed .avatar-label {
    width: 50px;
    height: 50px;
  }

  .avatar.avatar-lg-50px.avatar-fixed > img {
    width: 50px;
    height: 50px;
    max-width: auto;
  }

  .avatar.avatar-lg-50px.avatar-2by3 .avatar-label {
    height: 50px;
    width: 75px;
  }

  .avatar.avatar-lg-50px.avatar-2by3 > img {
    height: 50px;
    width: 75px;
    max-width: auto;
  }

  .avatar.avatar-lg-55px > img {
    max-width: 55px;
    height: 55px;
  }

  .avatar.avatar-lg-55px .avatar-label {
    width: 55px;
    height: 55px;
  }

  .avatar.avatar-lg-55px.avatar-fixed .avatar-label {
    width: 55px;
    height: 55px;
  }

  .avatar.avatar-lg-55px.avatar-fixed > img {
    width: 55px;
    height: 55px;
    max-width: auto;
  }

  .avatar.avatar-lg-55px.avatar-2by3 .avatar-label {
    height: 55px;
    width: 82.5px;
  }

  .avatar.avatar-lg-55px.avatar-2by3 > img {
    height: 55px;
    width: 82.5px;
    max-width: auto;
  }

  .avatar.avatar-lg-60px > img {
    max-width: 60px;
    height: 60px;
  }

  .avatar.avatar-lg-60px .avatar-label {
    width: 60px;
    height: 60px;
  }

  .avatar.avatar-lg-60px.avatar-fixed .avatar-label {
    width: 60px;
    height: 60px;
  }

  .avatar.avatar-lg-60px.avatar-fixed > img {
    width: 60px;
    height: 60px;
    max-width: auto;
  }

  .avatar.avatar-lg-60px.avatar-2by3 .avatar-label {
    height: 60px;
    width: 90px;
  }

  .avatar.avatar-lg-60px.avatar-2by3 > img {
    height: 60px;
    width: 90px;
    max-width: auto;
  }

  .avatar.avatar-lg-65px > img {
    max-width: 65px;
    height: 65px;
  }

  .avatar.avatar-lg-65px .avatar-label {
    width: 65px;
    height: 65px;
  }

  .avatar.avatar-lg-65px.avatar-fixed .avatar-label {
    width: 65px;
    height: 65px;
  }

  .avatar.avatar-lg-65px.avatar-fixed > img {
    width: 65px;
    height: 65px;
    max-width: auto;
  }

  .avatar.avatar-lg-65px.avatar-2by3 .avatar-label {
    height: 65px;
    width: 97.5px;
  }

  .avatar.avatar-lg-65px.avatar-2by3 > img {
    height: 65px;
    width: 97.5px;
    max-width: auto;
  }

  .avatar.avatar-lg-70px > img {
    max-width: 70px;
    height: 70px;
  }

  .avatar.avatar-lg-70px .avatar-label {
    width: 70px;
    height: 70px;
  }

  .avatar.avatar-lg-70px.avatar-fixed .avatar-label {
    width: 70px;
    height: 70px;
  }

  .avatar.avatar-lg-70px.avatar-fixed > img {
    width: 70px;
    height: 70px;
    max-width: auto;
  }

  .avatar.avatar-lg-70px.avatar-2by3 .avatar-label {
    height: 70px;
    width: 105px;
  }

  .avatar.avatar-lg-70px.avatar-2by3 > img {
    height: 70px;
    width: 105px;
    max-width: auto;
  }

  .avatar.avatar-lg-75px > img {
    max-width: 75px;
    height: 75px;
  }

  .avatar.avatar-lg-75px .avatar-label {
    width: 75px;
    height: 75px;
  }

  .avatar.avatar-lg-75px.avatar-fixed .avatar-label {
    width: 75px;
    height: 75px;
  }

  .avatar.avatar-lg-75px.avatar-fixed > img {
    width: 75px;
    height: 75px;
    max-width: auto;
  }

  .avatar.avatar-lg-75px.avatar-2by3 .avatar-label {
    height: 75px;
    width: 112.5px;
  }

  .avatar.avatar-lg-75px.avatar-2by3 > img {
    height: 75px;
    width: 112.5px;
    max-width: auto;
  }

  .avatar.avatar-lg-80px > img {
    max-width: 80px;
    height: 80px;
  }

  .avatar.avatar-lg-80px .avatar-label {
    width: 80px;
    height: 80px;
  }

  .avatar.avatar-lg-80px.avatar-fixed .avatar-label {
    width: 80px;
    height: 80px;
  }

  .avatar.avatar-lg-80px.avatar-fixed > img {
    width: 80px;
    height: 80px;
    max-width: auto;
  }

  .avatar.avatar-lg-80px.avatar-2by3 .avatar-label {
    height: 80px;
    width: 120px;
  }

  .avatar.avatar-lg-80px.avatar-2by3 > img {
    height: 80px;
    width: 120px;
    max-width: auto;
  }

  .avatar.avatar-lg-85px > img {
    max-width: 85px;
    height: 85px;
  }

  .avatar.avatar-lg-85px .avatar-label {
    width: 85px;
    height: 85px;
  }

  .avatar.avatar-lg-85px.avatar-fixed .avatar-label {
    width: 85px;
    height: 85px;
  }

  .avatar.avatar-lg-85px.avatar-fixed > img {
    width: 85px;
    height: 85px;
    max-width: auto;
  }

  .avatar.avatar-lg-85px.avatar-2by3 .avatar-label {
    height: 85px;
    width: 127.5px;
  }

  .avatar.avatar-lg-85px.avatar-2by3 > img {
    height: 85px;
    width: 127.5px;
    max-width: auto;
  }

  .avatar.avatar-lg-90px > img {
    max-width: 90px;
    height: 90px;
  }

  .avatar.avatar-lg-90px .avatar-label {
    width: 90px;
    height: 90px;
  }

  .avatar.avatar-lg-90px.avatar-fixed .avatar-label {
    width: 90px;
    height: 90px;
  }

  .avatar.avatar-lg-90px.avatar-fixed > img {
    width: 90px;
    height: 90px;
    max-width: auto;
  }

  .avatar.avatar-lg-90px.avatar-2by3 .avatar-label {
    height: 90px;
    width: 135px;
  }

  .avatar.avatar-lg-90px.avatar-2by3 > img {
    height: 90px;
    width: 135px;
    max-width: auto;
  }

  .avatar.avatar-lg-95px > img {
    max-width: 95px;
    height: 95px;
  }

  .avatar.avatar-lg-95px .avatar-label {
    width: 95px;
    height: 95px;
  }

  .avatar.avatar-lg-95px.avatar-fixed .avatar-label {
    width: 95px;
    height: 95px;
  }

  .avatar.avatar-lg-95px.avatar-fixed > img {
    width: 95px;
    height: 95px;
    max-width: auto;
  }

  .avatar.avatar-lg-95px.avatar-2by3 .avatar-label {
    height: 95px;
    width: 142.5px;
  }

  .avatar.avatar-lg-95px.avatar-2by3 > img {
    height: 95px;
    width: 142.5px;
    max-width: auto;
  }

  .avatar.avatar-lg-100px > img {
    max-width: 100px;
    height: 100px;
  }

  .avatar.avatar-lg-100px .avatar-label {
    width: 100px;
    height: 100px;
  }

  .avatar.avatar-lg-100px.avatar-fixed .avatar-label {
    width: 100px;
    height: 100px;
  }

  .avatar.avatar-lg-100px.avatar-fixed > img {
    width: 100px;
    height: 100px;
    max-width: auto;
  }

  .avatar.avatar-lg-100px.avatar-2by3 .avatar-label {
    height: 100px;
    width: 150px;
  }

  .avatar.avatar-lg-100px.avatar-2by3 > img {
    height: 100px;
    width: 150px;
    max-width: auto;
  }

  .avatar.avatar-lg-125px > img {
    max-width: 125px;
    height: 125px;
  }

  .avatar.avatar-lg-125px .avatar-label {
    width: 125px;
    height: 125px;
  }

  .avatar.avatar-lg-125px.avatar-fixed .avatar-label {
    width: 125px;
    height: 125px;
  }

  .avatar.avatar-lg-125px.avatar-fixed > img {
    width: 125px;
    height: 125px;
    max-width: auto;
  }

  .avatar.avatar-lg-125px.avatar-2by3 .avatar-label {
    height: 125px;
    width: 187.5px;
  }

  .avatar.avatar-lg-125px.avatar-2by3 > img {
    height: 125px;
    width: 187.5px;
    max-width: auto;
  }

  .avatar.avatar-lg-150px > img {
    max-width: 150px;
    height: 150px;
  }

  .avatar.avatar-lg-150px .avatar-label {
    width: 150px;
    height: 150px;
  }

  .avatar.avatar-lg-150px.avatar-fixed .avatar-label {
    width: 150px;
    height: 150px;
  }

  .avatar.avatar-lg-150px.avatar-fixed > img {
    width: 150px;
    height: 150px;
    max-width: auto;
  }

  .avatar.avatar-lg-150px.avatar-2by3 .avatar-label {
    height: 150px;
    width: 225px;
  }

  .avatar.avatar-lg-150px.avatar-2by3 > img {
    height: 150px;
    width: 225px;
    max-width: auto;
  }
}

@media (min-width: 1200px) {
  .avatar.avatar-xl-20px > img {
    max-width: 20px;
    height: 20px;
  }

  .avatar.avatar-xl-20px .avatar-label {
    width: 20px;
    height: 20px;
  }

  .avatar.avatar-xl-20px.avatar-fixed .avatar-label {
    width: 20px;
    height: 20px;
  }

  .avatar.avatar-xl-20px.avatar-fixed > img {
    width: 20px;
    height: 20px;
    max-width: auto;
  }

  .avatar.avatar-xl-20px.avatar-2by3 .avatar-label {
    height: 20px;
    width: 30px;
  }

  .avatar.avatar-xl-20px.avatar-2by3 > img {
    height: 20px;
    width: 30px;
    max-width: auto;
  }

  .avatar.avatar-xl-25px > img {
    max-width: 25px;
    height: 25px;
  }

  .avatar.avatar-xl-25px .avatar-label {
    width: 25px;
    height: 25px;
  }

  .avatar.avatar-xl-25px.avatar-fixed .avatar-label {
    width: 25px;
    height: 25px;
  }

  .avatar.avatar-xl-25px.avatar-fixed > img {
    width: 25px;
    height: 25px;
    max-width: auto;
  }

  .avatar.avatar-xl-25px.avatar-2by3 .avatar-label {
    height: 25px;
    width: 37.5px;
  }

  .avatar.avatar-xl-25px.avatar-2by3 > img {
    height: 25px;
    width: 37.5px;
    max-width: auto;
  }

  .avatar.avatar-xl-30px > img {
    max-width: 30px;
    height: 30px;
  }

  .avatar.avatar-xl-30px .avatar-label {
    width: 30px;
    height: 30px;
  }

  .avatar.avatar-xl-30px.avatar-fixed .avatar-label {
    width: 30px;
    height: 30px;
  }

  .avatar.avatar-xl-30px.avatar-fixed > img {
    width: 30px;
    height: 30px;
    max-width: auto;
  }

  .avatar.avatar-xl-30px.avatar-2by3 .avatar-label {
    height: 30px;
    width: 45px;
  }

  .avatar.avatar-xl-30px.avatar-2by3 > img {
    height: 30px;
    width: 45px;
    max-width: auto;
  }

  .avatar.avatar-xl-35px > img {
    max-width: 35px;
    height: 35px;
  }

  .avatar.avatar-xl-35px .avatar-label {
    width: 35px;
    height: 35px;
  }

  .avatar.avatar-xl-35px.avatar-fixed .avatar-label {
    width: 35px;
    height: 35px;
  }

  .avatar.avatar-xl-35px.avatar-fixed > img {
    width: 35px;
    height: 35px;
    max-width: auto;
  }

  .avatar.avatar-xl-35px.avatar-2by3 .avatar-label {
    height: 35px;
    width: 52.5px;
  }

  .avatar.avatar-xl-35px.avatar-2by3 > img {
    height: 35px;
    width: 52.5px;
    max-width: auto;
  }

  .avatar.avatar-xl-40px > img {
    max-width: 40px;
    height: 40px;
  }

  .avatar.avatar-xl-40px .avatar-label {
    width: 40px;
    height: 40px;
  }

  .avatar.avatar-xl-40px.avatar-fixed .avatar-label {
    width: 40px;
    height: 40px;
  }

  .avatar.avatar-xl-40px.avatar-fixed > img {
    width: 40px;
    height: 40px;
    max-width: auto;
  }

  .avatar.avatar-xl-40px.avatar-2by3 .avatar-label {
    height: 40px;
    width: 60px;
  }

  .avatar.avatar-xl-40px.avatar-2by3 > img {
    height: 40px;
    width: 60px;
    max-width: auto;
  }

  .avatar.avatar-xl-45 > img {
    max-width: 45px;
    height: 45px;
  }

  .avatar.avatar-xl-45 .avatar-label {
    width: 45px;
    height: 45px;
  }

  .avatar.avatar-xl-45.avatar-fixed .avatar-label {
    width: 45px;
    height: 45px;
  }

  .avatar.avatar-xl-45.avatar-fixed > img {
    width: 45px;
    height: 45px;
    max-width: auto;
  }

  .avatar.avatar-xl-45.avatar-2by3 .avatar-label {
    height: 45px;
    width: 67.5px;
  }

  .avatar.avatar-xl-45.avatar-2by3 > img {
    height: 45px;
    width: 67.5px;
    max-width: auto;
  }

  .avatar.avatar-xl-50px > img {
    max-width: 50px;
    height: 50px;
  }

  .avatar.avatar-xl-50px .avatar-label {
    width: 50px;
    height: 50px;
  }

  .avatar.avatar-xl-50px.avatar-fixed .avatar-label {
    width: 50px;
    height: 50px;
  }

  .avatar.avatar-xl-50px.avatar-fixed > img {
    width: 50px;
    height: 50px;
    max-width: auto;
  }

  .avatar.avatar-xl-50px.avatar-2by3 .avatar-label {
    height: 50px;
    width: 75px;
  }

  .avatar.avatar-xl-50px.avatar-2by3 > img {
    height: 50px;
    width: 75px;
    max-width: auto;
  }

  .avatar.avatar-xl-55px > img {
    max-width: 55px;
    height: 55px;
  }

  .avatar.avatar-xl-55px .avatar-label {
    width: 55px;
    height: 55px;
  }

  .avatar.avatar-xl-55px.avatar-fixed .avatar-label {
    width: 55px;
    height: 55px;
  }

  .avatar.avatar-xl-55px.avatar-fixed > img {
    width: 55px;
    height: 55px;
    max-width: auto;
  }

  .avatar.avatar-xl-55px.avatar-2by3 .avatar-label {
    height: 55px;
    width: 82.5px;
  }

  .avatar.avatar-xl-55px.avatar-2by3 > img {
    height: 55px;
    width: 82.5px;
    max-width: auto;
  }

  .avatar.avatar-xl-60px > img {
    max-width: 60px;
    height: 60px;
  }

  .avatar.avatar-xl-60px .avatar-label {
    width: 60px;
    height: 60px;
  }

  .avatar.avatar-xl-60px.avatar-fixed .avatar-label {
    width: 60px;
    height: 60px;
  }

  .avatar.avatar-xl-60px.avatar-fixed > img {
    width: 60px;
    height: 60px;
    max-width: auto;
  }

  .avatar.avatar-xl-60px.avatar-2by3 .avatar-label {
    height: 60px;
    width: 90px;
  }

  .avatar.avatar-xl-60px.avatar-2by3 > img {
    height: 60px;
    width: 90px;
    max-width: auto;
  }

  .avatar.avatar-xl-65px > img {
    max-width: 65px;
    height: 65px;
  }

  .avatar.avatar-xl-65px .avatar-label {
    width: 65px;
    height: 65px;
  }

  .avatar.avatar-xl-65px.avatar-fixed .avatar-label {
    width: 65px;
    height: 65px;
  }

  .avatar.avatar-xl-65px.avatar-fixed > img {
    width: 65px;
    height: 65px;
    max-width: auto;
  }

  .avatar.avatar-xl-65px.avatar-2by3 .avatar-label {
    height: 65px;
    width: 97.5px;
  }

  .avatar.avatar-xl-65px.avatar-2by3 > img {
    height: 65px;
    width: 97.5px;
    max-width: auto;
  }

  .avatar.avatar-xl-70px > img {
    max-width: 70px;
    height: 70px;
  }

  .avatar.avatar-xl-70px .avatar-label {
    width: 70px;
    height: 70px;
  }

  .avatar.avatar-xl-70px.avatar-fixed .avatar-label {
    width: 70px;
    height: 70px;
  }

  .avatar.avatar-xl-70px.avatar-fixed > img {
    width: 70px;
    height: 70px;
    max-width: auto;
  }

  .avatar.avatar-xl-70px.avatar-2by3 .avatar-label {
    height: 70px;
    width: 105px;
  }

  .avatar.avatar-xl-70px.avatar-2by3 > img {
    height: 70px;
    width: 105px;
    max-width: auto;
  }

  .avatar.avatar-xl-75px > img {
    max-width: 75px;
    height: 75px;
  }

  .avatar.avatar-xl-75px .avatar-label {
    width: 75px;
    height: 75px;
  }

  .avatar.avatar-xl-75px.avatar-fixed .avatar-label {
    width: 75px;
    height: 75px;
  }

  .avatar.avatar-xl-75px.avatar-fixed > img {
    width: 75px;
    height: 75px;
    max-width: auto;
  }

  .avatar.avatar-xl-75px.avatar-2by3 .avatar-label {
    height: 75px;
    width: 112.5px;
  }

  .avatar.avatar-xl-75px.avatar-2by3 > img {
    height: 75px;
    width: 112.5px;
    max-width: auto;
  }

  .avatar.avatar-xl-80px > img {
    max-width: 80px;
    height: 80px;
  }

  .avatar.avatar-xl-80px .avatar-label {
    width: 80px;
    height: 80px;
  }

  .avatar.avatar-xl-80px.avatar-fixed .avatar-label {
    width: 80px;
    height: 80px;
  }

  .avatar.avatar-xl-80px.avatar-fixed > img {
    width: 80px;
    height: 80px;
    max-width: auto;
  }

  .avatar.avatar-xl-80px.avatar-2by3 .avatar-label {
    height: 80px;
    width: 120px;
  }

  .avatar.avatar-xl-80px.avatar-2by3 > img {
    height: 80px;
    width: 120px;
    max-width: auto;
  }

  .avatar.avatar-xl-85px > img {
    max-width: 85px;
    height: 85px;
  }

  .avatar.avatar-xl-85px .avatar-label {
    width: 85px;
    height: 85px;
  }

  .avatar.avatar-xl-85px.avatar-fixed .avatar-label {
    width: 85px;
    height: 85px;
  }

  .avatar.avatar-xl-85px.avatar-fixed > img {
    width: 85px;
    height: 85px;
    max-width: auto;
  }

  .avatar.avatar-xl-85px.avatar-2by3 .avatar-label {
    height: 85px;
    width: 127.5px;
  }

  .avatar.avatar-xl-85px.avatar-2by3 > img {
    height: 85px;
    width: 127.5px;
    max-width: auto;
  }

  .avatar.avatar-xl-90px > img {
    max-width: 90px;
    height: 90px;
  }

  .avatar.avatar-xl-90px .avatar-label {
    width: 90px;
    height: 90px;
  }

  .avatar.avatar-xl-90px.avatar-fixed .avatar-label {
    width: 90px;
    height: 90px;
  }

  .avatar.avatar-xl-90px.avatar-fixed > img {
    width: 90px;
    height: 90px;
    max-width: auto;
  }

  .avatar.avatar-xl-90px.avatar-2by3 .avatar-label {
    height: 90px;
    width: 135px;
  }

  .avatar.avatar-xl-90px.avatar-2by3 > img {
    height: 90px;
    width: 135px;
    max-width: auto;
  }

  .avatar.avatar-xl-95px > img {
    max-width: 95px;
    height: 95px;
  }

  .avatar.avatar-xl-95px .avatar-label {
    width: 95px;
    height: 95px;
  }

  .avatar.avatar-xl-95px.avatar-fixed .avatar-label {
    width: 95px;
    height: 95px;
  }

  .avatar.avatar-xl-95px.avatar-fixed > img {
    width: 95px;
    height: 95px;
    max-width: auto;
  }

  .avatar.avatar-xl-95px.avatar-2by3 .avatar-label {
    height: 95px;
    width: 142.5px;
  }

  .avatar.avatar-xl-95px.avatar-2by3 > img {
    height: 95px;
    width: 142.5px;
    max-width: auto;
  }

  .avatar.avatar-xl-100px > img {
    max-width: 100px;
    height: 100px;
  }

  .avatar.avatar-xl-100px .avatar-label {
    width: 100px;
    height: 100px;
  }

  .avatar.avatar-xl-100px.avatar-fixed .avatar-label {
    width: 100px;
    height: 100px;
  }

  .avatar.avatar-xl-100px.avatar-fixed > img {
    width: 100px;
    height: 100px;
    max-width: auto;
  }

  .avatar.avatar-xl-100px.avatar-2by3 .avatar-label {
    height: 100px;
    width: 150px;
  }

  .avatar.avatar-xl-100px.avatar-2by3 > img {
    height: 100px;
    width: 150px;
    max-width: auto;
  }

  .avatar.avatar-xl-125px > img {
    max-width: 125px;
    height: 125px;
  }

  .avatar.avatar-xl-125px .avatar-label {
    width: 125px;
    height: 125px;
  }

  .avatar.avatar-xl-125px.avatar-fixed .avatar-label {
    width: 125px;
    height: 125px;
  }

  .avatar.avatar-xl-125px.avatar-fixed > img {
    width: 125px;
    height: 125px;
    max-width: auto;
  }

  .avatar.avatar-xl-125px.avatar-2by3 .avatar-label {
    height: 125px;
    width: 187.5px;
  }

  .avatar.avatar-xl-125px.avatar-2by3 > img {
    height: 125px;
    width: 187.5px;
    max-width: auto;
  }

  .avatar.avatar-xl-150px > img {
    max-width: 150px;
    height: 150px;
  }

  .avatar.avatar-xl-150px .avatar-label {
    width: 150px;
    height: 150px;
  }

  .avatar.avatar-xl-150px.avatar-fixed .avatar-label {
    width: 150px;
    height: 150px;
  }

  .avatar.avatar-xl-150px.avatar-fixed > img {
    width: 150px;
    height: 150px;
    max-width: auto;
  }

  .avatar.avatar-xl-150px.avatar-2by3 .avatar-label {
    height: 150px;
    width: 225px;
  }

  .avatar.avatar-xl-150px.avatar-2by3 > img {
    height: 150px;
    width: 225px;
    max-width: auto;
  }
}

@media (min-width: 1400px) {
  .avatar.avatar-xxl-20px > img {
    max-width: 20px;
    height: 20px;
  }

  .avatar.avatar-xxl-20px .avatar-label {
    width: 20px;
    height: 20px;
  }

  .avatar.avatar-xxl-20px.avatar-fixed .avatar-label {
    width: 20px;
    height: 20px;
  }

  .avatar.avatar-xxl-20px.avatar-fixed > img {
    width: 20px;
    height: 20px;
    max-width: auto;
  }

  .avatar.avatar-xxl-20px.avatar-2by3 .avatar-label {
    height: 20px;
    width: 30px;
  }

  .avatar.avatar-xxl-20px.avatar-2by3 > img {
    height: 20px;
    width: 30px;
    max-width: auto;
  }

  .avatar.avatar-xxl-25px > img {
    max-width: 25px;
    height: 25px;
  }

  .avatar.avatar-xxl-25px .avatar-label {
    width: 25px;
    height: 25px;
  }

  .avatar.avatar-xxl-25px.avatar-fixed .avatar-label {
    width: 25px;
    height: 25px;
  }

  .avatar.avatar-xxl-25px.avatar-fixed > img {
    width: 25px;
    height: 25px;
    max-width: auto;
  }

  .avatar.avatar-xxl-25px.avatar-2by3 .avatar-label {
    height: 25px;
    width: 37.5px;
  }

  .avatar.avatar-xxl-25px.avatar-2by3 > img {
    height: 25px;
    width: 37.5px;
    max-width: auto;
  }

  .avatar.avatar-xxl-30px > img {
    max-width: 30px;
    height: 30px;
  }

  .avatar.avatar-xxl-30px .avatar-label {
    width: 30px;
    height: 30px;
  }

  .avatar.avatar-xxl-30px.avatar-fixed .avatar-label {
    width: 30px;
    height: 30px;
  }

  .avatar.avatar-xxl-30px.avatar-fixed > img {
    width: 30px;
    height: 30px;
    max-width: auto;
  }

  .avatar.avatar-xxl-30px.avatar-2by3 .avatar-label {
    height: 30px;
    width: 45px;
  }

  .avatar.avatar-xxl-30px.avatar-2by3 > img {
    height: 30px;
    width: 45px;
    max-width: auto;
  }

  .avatar.avatar-xxl-35px > img {
    max-width: 35px;
    height: 35px;
  }

  .avatar.avatar-xxl-35px .avatar-label {
    width: 35px;
    height: 35px;
  }

  .avatar.avatar-xxl-35px.avatar-fixed .avatar-label {
    width: 35px;
    height: 35px;
  }

  .avatar.avatar-xxl-35px.avatar-fixed > img {
    width: 35px;
    height: 35px;
    max-width: auto;
  }

  .avatar.avatar-xxl-35px.avatar-2by3 .avatar-label {
    height: 35px;
    width: 52.5px;
  }

  .avatar.avatar-xxl-35px.avatar-2by3 > img {
    height: 35px;
    width: 52.5px;
    max-width: auto;
  }

  .avatar.avatar-xxl-40px > img {
    max-width: 40px;
    height: 40px;
  }

  .avatar.avatar-xxl-40px .avatar-label {
    width: 40px;
    height: 40px;
  }

  .avatar.avatar-xxl-40px.avatar-fixed .avatar-label {
    width: 40px;
    height: 40px;
  }

  .avatar.avatar-xxl-40px.avatar-fixed > img {
    width: 40px;
    height: 40px;
    max-width: auto;
  }

  .avatar.avatar-xxl-40px.avatar-2by3 .avatar-label {
    height: 40px;
    width: 60px;
  }

  .avatar.avatar-xxl-40px.avatar-2by3 > img {
    height: 40px;
    width: 60px;
    max-width: auto;
  }

  .avatar.avatar-xxl-45 > img {
    max-width: 45px;
    height: 45px;
  }

  .avatar.avatar-xxl-45 .avatar-label {
    width: 45px;
    height: 45px;
  }

  .avatar.avatar-xxl-45.avatar-fixed .avatar-label {
    width: 45px;
    height: 45px;
  }

  .avatar.avatar-xxl-45.avatar-fixed > img {
    width: 45px;
    height: 45px;
    max-width: auto;
  }

  .avatar.avatar-xxl-45.avatar-2by3 .avatar-label {
    height: 45px;
    width: 67.5px;
  }

  .avatar.avatar-xxl-45.avatar-2by3 > img {
    height: 45px;
    width: 67.5px;
    max-width: auto;
  }

  .avatar.avatar-xxl-50px > img {
    max-width: 50px;
    height: 50px;
  }

  .avatar.avatar-xxl-50px .avatar-label {
    width: 50px;
    height: 50px;
  }

  .avatar.avatar-xxl-50px.avatar-fixed .avatar-label {
    width: 50px;
    height: 50px;
  }

  .avatar.avatar-xxl-50px.avatar-fixed > img {
    width: 50px;
    height: 50px;
    max-width: auto;
  }

  .avatar.avatar-xxl-50px.avatar-2by3 .avatar-label {
    height: 50px;
    width: 75px;
  }

  .avatar.avatar-xxl-50px.avatar-2by3 > img {
    height: 50px;
    width: 75px;
    max-width: auto;
  }

  .avatar.avatar-xxl-55px > img {
    max-width: 55px;
    height: 55px;
  }

  .avatar.avatar-xxl-55px .avatar-label {
    width: 55px;
    height: 55px;
  }

  .avatar.avatar-xxl-55px.avatar-fixed .avatar-label {
    width: 55px;
    height: 55px;
  }

  .avatar.avatar-xxl-55px.avatar-fixed > img {
    width: 55px;
    height: 55px;
    max-width: auto;
  }

  .avatar.avatar-xxl-55px.avatar-2by3 .avatar-label {
    height: 55px;
    width: 82.5px;
  }

  .avatar.avatar-xxl-55px.avatar-2by3 > img {
    height: 55px;
    width: 82.5px;
    max-width: auto;
  }

  .avatar.avatar-xxl-60px > img {
    max-width: 60px;
    height: 60px;
  }

  .avatar.avatar-xxl-60px .avatar-label {
    width: 60px;
    height: 60px;
  }

  .avatar.avatar-xxl-60px.avatar-fixed .avatar-label {
    width: 60px;
    height: 60px;
  }

  .avatar.avatar-xxl-60px.avatar-fixed > img {
    width: 60px;
    height: 60px;
    max-width: auto;
  }

  .avatar.avatar-xxl-60px.avatar-2by3 .avatar-label {
    height: 60px;
    width: 90px;
  }

  .avatar.avatar-xxl-60px.avatar-2by3 > img {
    height: 60px;
    width: 90px;
    max-width: auto;
  }

  .avatar.avatar-xxl-65px > img {
    max-width: 65px;
    height: 65px;
  }

  .avatar.avatar-xxl-65px .avatar-label {
    width: 65px;
    height: 65px;
  }

  .avatar.avatar-xxl-65px.avatar-fixed .avatar-label {
    width: 65px;
    height: 65px;
  }

  .avatar.avatar-xxl-65px.avatar-fixed > img {
    width: 65px;
    height: 65px;
    max-width: auto;
  }

  .avatar.avatar-xxl-65px.avatar-2by3 .avatar-label {
    height: 65px;
    width: 97.5px;
  }

  .avatar.avatar-xxl-65px.avatar-2by3 > img {
    height: 65px;
    width: 97.5px;
    max-width: auto;
  }

  .avatar.avatar-xxl-70px > img {
    max-width: 70px;
    height: 70px;
  }

  .avatar.avatar-xxl-70px .avatar-label {
    width: 70px;
    height: 70px;
  }

  .avatar.avatar-xxl-70px.avatar-fixed .avatar-label {
    width: 70px;
    height: 70px;
  }

  .avatar.avatar-xxl-70px.avatar-fixed > img {
    width: 70px;
    height: 70px;
    max-width: auto;
  }

  .avatar.avatar-xxl-70px.avatar-2by3 .avatar-label {
    height: 70px;
    width: 105px;
  }

  .avatar.avatar-xxl-70px.avatar-2by3 > img {
    height: 70px;
    width: 105px;
    max-width: auto;
  }

  .avatar.avatar-xxl-75px > img {
    max-width: 75px;
    height: 75px;
  }

  .avatar.avatar-xxl-75px .avatar-label {
    width: 75px;
    height: 75px;
  }

  .avatar.avatar-xxl-75px.avatar-fixed .avatar-label {
    width: 75px;
    height: 75px;
  }

  .avatar.avatar-xxl-75px.avatar-fixed > img {
    width: 75px;
    height: 75px;
    max-width: auto;
  }

  .avatar.avatar-xxl-75px.avatar-2by3 .avatar-label {
    height: 75px;
    width: 112.5px;
  }

  .avatar.avatar-xxl-75px.avatar-2by3 > img {
    height: 75px;
    width: 112.5px;
    max-width: auto;
  }

  .avatar.avatar-xxl-80px > img {
    max-width: 80px;
    height: 80px;
  }

  .avatar.avatar-xxl-80px .avatar-label {
    width: 80px;
    height: 80px;
  }

  .avatar.avatar-xxl-80px.avatar-fixed .avatar-label {
    width: 80px;
    height: 80px;
  }

  .avatar.avatar-xxl-80px.avatar-fixed > img {
    width: 80px;
    height: 80px;
    max-width: auto;
  }

  .avatar.avatar-xxl-80px.avatar-2by3 .avatar-label {
    height: 80px;
    width: 120px;
  }

  .avatar.avatar-xxl-80px.avatar-2by3 > img {
    height: 80px;
    width: 120px;
    max-width: auto;
  }

  .avatar.avatar-xxl-85px > img {
    max-width: 85px;
    height: 85px;
  }

  .avatar.avatar-xxl-85px .avatar-label {
    width: 85px;
    height: 85px;
  }

  .avatar.avatar-xxl-85px.avatar-fixed .avatar-label {
    width: 85px;
    height: 85px;
  }

  .avatar.avatar-xxl-85px.avatar-fixed > img {
    width: 85px;
    height: 85px;
    max-width: auto;
  }

  .avatar.avatar-xxl-85px.avatar-2by3 .avatar-label {
    height: 85px;
    width: 127.5px;
  }

  .avatar.avatar-xxl-85px.avatar-2by3 > img {
    height: 85px;
    width: 127.5px;
    max-width: auto;
  }

  .avatar.avatar-xxl-90px > img {
    max-width: 90px;
    height: 90px;
  }

  .avatar.avatar-xxl-90px .avatar-label {
    width: 90px;
    height: 90px;
  }

  .avatar.avatar-xxl-90px.avatar-fixed .avatar-label {
    width: 90px;
    height: 90px;
  }

  .avatar.avatar-xxl-90px.avatar-fixed > img {
    width: 90px;
    height: 90px;
    max-width: auto;
  }

  .avatar.avatar-xxl-90px.avatar-2by3 .avatar-label {
    height: 90px;
    width: 135px;
  }

  .avatar.avatar-xxl-90px.avatar-2by3 > img {
    height: 90px;
    width: 135px;
    max-width: auto;
  }

  .avatar.avatar-xxl-95px > img {
    max-width: 95px;
    height: 95px;
  }

  .avatar.avatar-xxl-95px .avatar-label {
    width: 95px;
    height: 95px;
  }

  .avatar.avatar-xxl-95px.avatar-fixed .avatar-label {
    width: 95px;
    height: 95px;
  }

  .avatar.avatar-xxl-95px.avatar-fixed > img {
    width: 95px;
    height: 95px;
    max-width: auto;
  }

  .avatar.avatar-xxl-95px.avatar-2by3 .avatar-label {
    height: 95px;
    width: 142.5px;
  }

  .avatar.avatar-xxl-95px.avatar-2by3 > img {
    height: 95px;
    width: 142.5px;
    max-width: auto;
  }

  .avatar.avatar-xxl-100px > img {
    max-width: 100px;
    height: 100px;
  }

  .avatar.avatar-xxl-100px .avatar-label {
    width: 100px;
    height: 100px;
  }

  .avatar.avatar-xxl-100px.avatar-fixed .avatar-label {
    width: 100px;
    height: 100px;
  }

  .avatar.avatar-xxl-100px.avatar-fixed > img {
    width: 100px;
    height: 100px;
    max-width: auto;
  }

  .avatar.avatar-xxl-100px.avatar-2by3 .avatar-label {
    height: 100px;
    width: 150px;
  }

  .avatar.avatar-xxl-100px.avatar-2by3 > img {
    height: 100px;
    width: 150px;
    max-width: auto;
  }

  .avatar.avatar-xxl-125px > img {
    max-width: 125px;
    height: 125px;
  }

  .avatar.avatar-xxl-125px .avatar-label {
    width: 125px;
    height: 125px;
  }

  .avatar.avatar-xxl-125px.avatar-fixed .avatar-label {
    width: 125px;
    height: 125px;
  }

  .avatar.avatar-xxl-125px.avatar-fixed > img {
    width: 125px;
    height: 125px;
    max-width: auto;
  }

  .avatar.avatar-xxl-125px.avatar-2by3 .avatar-label {
    height: 125px;
    width: 187.5px;
  }

  .avatar.avatar-xxl-125px.avatar-2by3 > img {
    height: 125px;
    width: 187.5px;
    max-width: auto;
  }

  .avatar.avatar-xxl-150px > img {
    max-width: 150px;
    height: 150px;
  }

  .avatar.avatar-xxl-150px .avatar-label {
    width: 150px;
    height: 150px;
  }

  .avatar.avatar-xxl-150px.avatar-fixed .avatar-label {
    width: 150px;
    height: 150px;
  }

  .avatar.avatar-xxl-150px.avatar-fixed > img {
    width: 150px;
    height: 150px;
    max-width: auto;
  }

  .avatar.avatar-xxl-150px.avatar-2by3 .avatar-label {
    height: 150px;
    width: 225px;
  }

  .avatar.avatar-xxl-150px.avatar-2by3 > img {
    height: 150px;
    width: 225px;
    max-width: auto;
  }
}

.avatar-group {
  display: flex;
  align-items: center;
}

.avatar-group .avatar {
  position: relative;
  z-index: 0;
  margin-left: -10px;
  border: 2px solid #ffffff;
  transition: all 0.3s ease;
}

.avatar-group .avatar:first-child {
  margin-left: 0;
}

.avatar-group .avatar:hover {
  transition: all 0.3s ease;
  z-index: 1;
}

.avatar-group.avatar-hover .avatar {
  cursor: pointer;
}

.avatar-list {
  display: flex;
  align-items: center;
}

.avatar-list .avatar {
  margin-right: 0.5rem;
}

.avatar-list .avatar:last-child {
  margin-right: 0;
}

.pulse {
  position: relative;
}

.pulse .pulse-ring {
  display: block;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  position: absolute;
  -webkit-animation: animation-pulse 3.5s ease-out;
          animation: animation-pulse 3.5s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  opacity: 0;
  border-width: 3px;
  border-style: solid;
  border-color: #E4E6EF;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pulse .pulse-ring {
    top: 2px;
    left: 2px;
  }
}

.pulse.pulse-primary .pulse-ring {
  border-color: rgba(0, 148, 255, 0.75);
}

.pulse.pulse-secondary .pulse-ring {
  border-color: rgba(137, 146, 159, 0.75);
}

.pulse.pulse-success .pulse-ring {
  border-color: rgba(80, 205, 137, 0.75);
}

.pulse.pulse-info .pulse-ring {
  border-color: rgba(156, 90, 255, 0.75);
}

.pulse.pulse-warning .pulse-ring {
  border-color: rgba(255, 73, 15, 0.75);
}

.pulse.pulse-danger .pulse-ring {
  border-color: rgba(239, 48, 94, 0.75);
}

.pulse.pulse-light .pulse-ring {
  border-color: rgba(245, 248, 250, 0.75);
}

.pulse.pulse-dark .pulse-ring {
  border-color: rgba(47, 48, 68, 0.75);
}

.pulse.pulse-white .pulse-ring {
  border-color: rgba(255, 255, 255, 0.75);
}

.pulse.pulse-muted .pulse-ring {
  border-color: rgba(181, 181, 195, 0.75);
}

@-webkit-keyframes animation-pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }

  60% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }

  65% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes animation-pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }

  60% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }

  65% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

.page-loading * {
  transition: none !important;
}

.page-loader {
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
}

.page-loading .page-loader {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-loader.page-loader-non-block {
  background: transparent;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: auto;
}

.page-loading-non-block .page-loader.page-loader-non-block {
  display: inline-block;
}

.page-loader.page-loader-logo {
  flex-direction: column;
  align-items: center;
}

.page-loader.page-loader-logo img {
  display: block;
}

.page-loader.page-loader-logo .spinner {
  margin-top: 3rem;
}

.page-loader.page-loader-logo .spinner:before {
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
}

.scrolltop {
  display: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
  background-color: #0094FF;
  box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
  opacity: 0;
  transition: all 0.3s ease;
  border-radius: 0.425rem !important;
}

.scrolltop .svg-icon svg {
  height: 24px !important;
  width: 24px !important;
}

.scrolltop .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}

.scrolltop .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.scrolltop > i {
  font-size: 1.3rem;
  color: #ffffff;
}

.scrolltop:hover > i {
  color: #ffffff;
}

.scrolltop:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}

.scrolltop:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.scrolltop-on .scrolltop {
  opacity: 0.3;
  -webkit-animation: animation-scrolltop 0.4s ease-out 1;
          animation: animation-scrolltop 0.4s ease-out 1;
  display: flex;
}

.scrolltop-on .scrolltop:hover {
  transition: all 0.3s ease;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .scrolltop {
    bottom: 30px;
    right: 15px;
  }
}

@-webkit-keyframes animation-scrolltop {
  from {
    margin-bottom: -15px;
  }

  to {
    margin-bottom: 0;
  }
}

@keyframes animation-scrolltop {
  from {
    margin-bottom: -15px;
  }

  to {
    margin-bottom: 0;
  }
}

.spinner {
  position: relative;
}

.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
}

.spinner.spinner-sm:before {
  width: 16px;
  height: 16px;
  margin-top: -8px;
}

.spinner.spinner-sm.spinner-center:before {
  left: 50%;
  margin-left: -8px;
}

.spinner.spinner-sm.spinner-left:before {
  left: 0;
  right: auto;
}

.spinner.spinner-sm.spinner-right:before {
  left: auto;
  right: 0;
}

.spinner:before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.spinner.spinner-center:before {
  left: 50%;
  margin-left: -10px;
}

.spinner.spinner-left:before {
  left: 0;
  right: auto;
}

.spinner.spinner-right:before {
  left: auto;
  right: 0;
}

.spinner.spinner-lg:before {
  width: 24px;
  height: 24px;
  margin-top: -12px;
}

.spinner.spinner-lg.spinner-center:before {
  left: 50%;
  margin-left: -12px;
}

.spinner.spinner-lg.spinner-left:before {
  left: 0;
  right: auto;
}

.spinner.spinner-lg.spinner-right:before {
  left: auto;
  right: 0;
}

.spinner:before {
  -webkit-animation: animation-spinner 0.5s linear infinite;
          animation: animation-spinner 0.5s linear infinite;
}

.spinner.spinner-primary:before {
  border: 2px solid #0094FF;
  border-right: 2px solid transparent;
}

.spinner.spinner-secondary:before {
  border: 2px solid #89929F;
  border-right: 2px solid transparent;
}

.spinner.spinner-success:before {
  border: 2px solid #50CD89;
  border-right: 2px solid transparent;
}

.spinner.spinner-info:before {
  border: 2px solid #9c5aff;
  border-right: 2px solid transparent;
}

.spinner.spinner-warning:before {
  border: 2px solid #FF490F;
  border-right: 2px solid transparent;
}

.spinner.spinner-danger:before {
  border: 2px solid #EF305E;
  border-right: 2px solid transparent;
}

.spinner.spinner-light:before {
  border: 2px solid #F5F8FA;
  border-right: 2px solid transparent;
}

.spinner.spinner-dark:before {
  border: 2px solid #2F3044;
  border-right: 2px solid transparent;
}

.spinner.spinner-white:before {
  border: 2px solid #ffffff;
  border-right: 2px solid transparent;
}

.spinner.spinner-muted:before {
  border: 2px solid #B5B5C3;
  border-right: 2px solid transparent;
}

.spinner.spinner-right:before {
  left: auto;
  right: 1.5rem;
}

.spinner.spinner-right.btn:not(.btn-block) {
  padding-right: 3rem;
}

.spinner.spinner-left:before {
  right: auto;
  left: 1.5rem;
}

.spinner.spinner-left.btn:not(.btn-block) {
  padding-left: 3rem;
}

.spinner.spinner-v2:before {
  -webkit-animation: animation-spinner 0.5s linear infinite;
          animation: animation-spinner 0.5s linear infinite;
}

.spinner.spinner-v2.spinner-primary:before {
  border: 2px solid #99d4ff;
  border-top-color: #008bf0;
}

.spinner.spinner-v2.spinner-secondary:before {
  border: 2px solid #dde0e4;
  border-top-color: #818a98;
}

.spinner.spinner-v2.spinner-success:before {
  border: 2px solid #c7efd9;
  border-top-color: #44ca81;
}

.spinner.spinner-v2.spinner-info:before {
  border: 2px solid #f8f3ff;
  border-top-color: #934bff;
}

.spinner.spinner-v2.spinner-warning:before {
  border: 2px solid #ffbda8;
  border-top-color: #ff3e00;
}

.spinner.spinner-v2.spinner-danger:before {
  border: 2px solid #fabecc;
  border-top-color: #ee2253;
}

.spinner.spinner-v2.spinner-light:before {
  border: 2px solid white;
  border-top-color: #ebf1f5;
}

.spinner.spinner-v2.spinner-dark:before {
  border: 2px solid #70729c;
  border-top-color: #292a3b;
}

.spinner.spinner-v2.spinner-white:before {
  border: 2px solid white;
  border-top-color: #f7f7f7;
}

.spinner.spinner-v2.spinner-muted:before {
  border: 2px solid white;
  border-top-color: #adadbc;
}

@-webkit-keyframes animation-spinner {
  to {
    transform: rotate(360deg);
  }
}

@keyframes animation-spinner {
  to {
    transform: rotate(360deg);
  }
}

.svg-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.svg-icon svg {
  height: 23px !important;
  width: 23px !important;
}

.svg-icon svg g [fill] {
  fill: #A7A8BB;
}

.svg-icon.svg-icon-primary svg g [fill] {
  fill: #0094FF !important;
}

.svg-icon.svg-icon-secondary svg g [fill] {
  fill: #89929F !important;
}

.svg-icon.svg-icon-success svg g [fill] {
  fill: #50CD89 !important;
}

.svg-icon.svg-icon-info svg g [fill] {
  fill: #9c5aff !important;
}

.svg-icon.svg-icon-warning svg g [fill] {
  fill: #FF490F !important;
}

.svg-icon.svg-icon-danger svg g [fill] {
  fill: #EF305E !important;
}

.svg-icon.svg-icon-light svg g [fill] {
  fill: #F5F8FA !important;
}

.svg-icon.svg-icon-dark svg g [fill] {
  fill: #2F3044 !important;
}

.svg-icon.svg-icon-white svg g [fill] {
  fill: #ffffff !important;
}

.svg-icon.svg-icon-muted svg g [fill] {
  fill: #B5B5C3 !important;
}

.svg-icon.svg-icon-xs svg {
  height: 17px !important;
  width: 17px !important;
}

.svg-icon.svg-icon-sm svg {
  height: 20px !important;
  width: 20px !important;
}

.svg-icon.svg-icon-md svg {
  height: 25px !important;
  width: 25px !important;
}

.svg-icon.svg-icon-md2 svg {
  height: 30px !important;
  width: 30px !important;
}

.svg-icon.svg-icon-lg svg {
  height: 40px !important;
  width: 40px !important;
}

.svg-icon.svg-icon-xl svg {
  height: 50px !important;
  width: 50px !important;
}

.svg-icon.svg-icon-xxl svg {
  height: 60px !important;
  width: 60px !important;
}

.svg-icon.svg-border-md {
  min-width: 50px;
  height: 50px;
  border: 3px solid #999AAD;
}

.svg-icon.svg-icon-ml {
  margin-left: -3px;
}

.overlay {
  position: relative;
}

.overlay .overlay-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 0.3 ease;
  opacity: 0;
}

.overlay:hover {
  background-color: transparent;
}

.overlay:hover .overlay-layer {
  transition: all 0.3 ease;
  opacity: 1;
}

.mega-tabs {
  margin: 5.715rem auto 0 auto;
  position: relative;
  transition: all 0.4s linear;
  position: relative;
}

.mega-tabs .nav-tabs {
  border: none !important;
}

.mega-tabs .nav-tabs .nav-item {
  display: flex;
  flex-direction: column;
  border: 0;
}

.mega-tabs .nav-tabs .nav-item .nav-link {
  width: 100%;
  position: relative;
  margin-right: 0px;
  padding: 0px 10px;
  border: none;
  cursor: pointer;
}

.mega-tabs .nav-tabs .nav-item .nav-link h3 {
  color: #2F3044;
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.mega-tabs .nav-tabs .nav-item .nav-link span {
  color: #A7A8BB;
  font-size: 0.85rem;
  font-weight: 500;
}

.mega-tabs .nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  border: none !important;
  color: #333 !important;
}

.mega-tabs .mega-tabs-line {
  height: 10px;
  background-color: #ffffff;
  box-shadow: 0px 6px 18px rgba(88, 127, 186, 0.12);
  border-radius: 10px;
  position: relative;
}

.mega-tabs .mega-tabs-line .mega-tabs-arrow {
  box-shadow: 0px 4px 10px rgba(37, 124, 255, 0.2);
  display: inline-block;
  text-align: center;
  width: 264px;
  height: 10px;
  border-radius: 5px;
  background-color: #257cff;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.3s ease-in;
}

.mega-tabs .mega-tabs-line .mega-tabs-arrow img {
  margin-top: 0.5rem;
}

.mega-tabs .mega-tabs-logos a {
  border: 0;
}

.mega-tabs .mega-tabs-logos a img {
  max-height: 30px;
  margin-right: 1rem;
  margin-top: 1.7rem;
  margin-bottom: 2.7rem;
}

.mega-tabs .mega-tabs-logos a:last-child img {
  margin-right: 0;
}

@media (min-width: 992px) {
  .mega-tabs .mega-tabs-slider {
    min-height: 440px;
  }

  .mega-tabs .mega-tabs-slider .mega-tabs-slider-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }

  .mega-tabs .mega-tabs-slider .mega-tabs-slider-wrapper img {
    border-radius: 0.75rem;
    width: 500px;
  }
}

@media (max-width: 991.98px) {
  .mega-tabs {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .mega-tabs .nav-tabs .nav-item .nav-link {
    padding: 0.65rem;
    border-radius: 0.75rem;
  }

  .mega-tabs .nav-tabs .nav-item .nav-link h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
  }

  .mega-tabs .nav-tabs .nav-item .nav-link span {
    font-size: 1rem;
    font-weight: 500;
  }

  .mega-tabs .nav-tabs .nav-item .nav-link.active {
    box-shadow: 0px 5px 30px 2px rgba(47, 48, 68, 0.1);
  }

  .mega-tabs .mega-tabs-line {
    display: none;
  }

  .mega-tabs .mega-tabs-logos a img {
    max-height: 30px;
    max-width: 30px;
    margin-right: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .mega-tabs .mega-tabs-logos a:last-child img {
    margin-right: 0;
  }

  .mega-tabs .mega-tabs-slider .mega-tabs-slider-wrapper img {
    border-radius: 4px;
    width: 275px;
  }
}

@media (max-width: 767.98px) {
  .mega-tabs {
    margin-top: 2.15rem;
  }

  .mega-tabs .nav-tabs .nav-item {
    flex: 0 0 50%;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
}

.bullet {
  display: block;
  width: 29px;
  height: 6px;
  background-color: #EBEDF3;
}

.subscribe {
  width: 100%;
}

.subscribe .input-group {
  align-items: center;
  background-color: #F5F8FA;
  padding: 0.143rem;
  border-radius: 0.75rem;
}

.subscribe .form-control {
  background-color: transparent;
  border: 0;
}

.subscribe .btn {
  border-top-left-radius: 0.425rem !important;
  border-bottom-left-radius: 0.425rem !important;
}

.curved-up svg {
  margin-bottom: 5px;
}

.curved-down svg {
  margin-top: 5px;
}

@media (min-width: 1200px) {
  .statistics > .row {
    padding: 50px 0px 200px 0px;
  }

  .statistics .statistics-bg {
    height: 600px;
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .statistics .statistics-items {
    margin-left: -10%;
    background: none !important;
  }

  .statistics .statistics-items > .row {
    width: 100% !important;
  }
}

@media (max-width: 1199.98px) {
  .statistics .statistics-bg {
    display: none !important;
  }
}

.quote-bg-image {
  background-image: url(https://keenthemes.com/images/quote.svg?3ed2b4ef4db18a302b6dbc8deb6a4541);
  background-repeat: no-repeat;
  background-position: calc(100% + 5px) -25px;
  background-size: 100px 100px;
}

.bg-primary-opacity-1 {
  background-color: rgba(0, 148, 255, 0.01) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-1 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-1:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.01) !important;
}

.bg-primary-opacity-2 {
  background-color: rgba(0, 148, 255, 0.02) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-2 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-2:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.02) !important;
}

.bg-primary-opacity-3 {
  background-color: rgba(0, 148, 255, 0.03) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-3 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-3:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.03) !important;
}

.bg-primary-opacity-4 {
  background-color: rgba(0, 148, 255, 0.04) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-4 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-4:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.04) !important;
}

.bg-primary-opacity-5 {
  background-color: rgba(0, 148, 255, 0.05) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-5 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-5:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.05) !important;
}

.bg-primary-opacity-6 {
  background-color: rgba(0, 148, 255, 0.06) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-6 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-6:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.06) !important;
}

.bg-primary-opacity-7 {
  background-color: rgba(0, 148, 255, 0.07) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-7 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-7:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.07) !important;
}

.bg-primary-opacity-8 {
  background-color: rgba(0, 148, 255, 0.08) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-8 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-8:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.08) !important;
}

.bg-primary-opacity-9 {
  background-color: rgba(0, 148, 255, 0.09) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-9 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-9:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.09) !important;
}

.bg-primary-opacity-10 {
  background-color: rgba(0, 148, 255, 0.1) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-10 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-10:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.1) !important;
}

.bg-primary-opacity-11 {
  background-color: rgba(0, 148, 255, 0.11) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-11 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-11:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.11) !important;
}

.bg-primary-opacity-12 {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-12 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-12:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-primary-opacity-13 {
  background-color: rgba(0, 148, 255, 0.13) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-13 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-13:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.13) !important;
}

.bg-primary-opacity-14 {
  background-color: rgba(0, 148, 255, 0.14) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-14 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-14:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.14) !important;
}

.bg-primary-opacity-15 {
  background-color: rgba(0, 148, 255, 0.15) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-15 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-15:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.15) !important;
}

.bg-primary-opacity-16 {
  background-color: rgba(0, 148, 255, 0.16) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-16 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-16:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.16) !important;
}

.bg-primary-opacity-17 {
  background-color: rgba(0, 148, 255, 0.17) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-17 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-17:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.17) !important;
}

.bg-primary-opacity-18 {
  background-color: rgba(0, 148, 255, 0.18) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-18 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-18:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.18) !important;
}

.bg-primary-opacity-19 {
  background-color: rgba(0, 148, 255, 0.19) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-19 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-19:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.19) !important;
}

.bg-primary-opacity-20 {
  background-color: rgba(0, 148, 255, 0.2) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-20 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-20:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.2) !important;
}

.bg-primary-opacity-21 {
  background-color: rgba(0, 148, 255, 0.21) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-21 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-21:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.21) !important;
}

.bg-primary-opacity-22 {
  background-color: rgba(0, 148, 255, 0.22) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-22 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-22:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.22) !important;
}

.bg-primary-opacity-23 {
  background-color: rgba(0, 148, 255, 0.23) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-23 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-23:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.23) !important;
}

.bg-primary-opacity-24 {
  background-color: rgba(0, 148, 255, 0.24) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-24 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-24:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.24) !important;
}

.bg-primary-opacity-25 {
  background-color: rgba(0, 148, 255, 0.25) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-25 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-25:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.25) !important;
}

.bg-primary-opacity-26 {
  background-color: rgba(0, 148, 255, 0.26) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-26 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-26:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.26) !important;
}

.bg-primary-opacity-27 {
  background-color: rgba(0, 148, 255, 0.27) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-27 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-27:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.27) !important;
}

.bg-primary-opacity-28 {
  background-color: rgba(0, 148, 255, 0.28) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-28 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-28:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.28) !important;
}

.bg-primary-opacity-29 {
  background-color: rgba(0, 148, 255, 0.29) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-29 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-29:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.29) !important;
}

.bg-primary-opacity-30 {
  background-color: rgba(0, 148, 255, 0.3) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-30 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-30:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.3) !important;
}

.bg-primary-opacity-31 {
  background-color: rgba(0, 148, 255, 0.31) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-31 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-31:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.31) !important;
}

.bg-primary-opacity-32 {
  background-color: rgba(0, 148, 255, 0.32) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-32 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-32:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.32) !important;
}

.bg-primary-opacity-33 {
  background-color: rgba(0, 148, 255, 0.33) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-33 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-33:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.33) !important;
}

.bg-primary-opacity-34 {
  background-color: rgba(0, 148, 255, 0.34) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-34 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-34:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.34) !important;
}

.bg-primary-opacity-35 {
  background-color: rgba(0, 148, 255, 0.35) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-35 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-35:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.35) !important;
}

.bg-primary-opacity-36 {
  background-color: rgba(0, 148, 255, 0.36) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-36 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-36:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.36) !important;
}

.bg-primary-opacity-37 {
  background-color: rgba(0, 148, 255, 0.37) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-37 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-37:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.37) !important;
}

.bg-primary-opacity-38 {
  background-color: rgba(0, 148, 255, 0.38) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-38 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-38:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.38) !important;
}

.bg-primary-opacity-39 {
  background-color: rgba(0, 148, 255, 0.39) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-39 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-39:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.39) !important;
}

.bg-primary-opacity-40 {
  background-color: rgba(0, 148, 255, 0.4) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-40 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-40:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.4) !important;
}

.bg-primary-opacity-41 {
  background-color: rgba(0, 148, 255, 0.41) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-41 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-41:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.41) !important;
}

.bg-primary-opacity-42 {
  background-color: rgba(0, 148, 255, 0.42) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-42 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-42:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.42) !important;
}

.bg-primary-opacity-43 {
  background-color: rgba(0, 148, 255, 0.43) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-43 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-43:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.43) !important;
}

.bg-primary-opacity-44 {
  background-color: rgba(0, 148, 255, 0.44) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-44 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-44:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.44) !important;
}

.bg-primary-opacity-45 {
  background-color: rgba(0, 148, 255, 0.45) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-45 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-45:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.45) !important;
}

.bg-primary-opacity-46 {
  background-color: rgba(0, 148, 255, 0.46) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-46 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-46:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.46) !important;
}

.bg-primary-opacity-47 {
  background-color: rgba(0, 148, 255, 0.47) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-47 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-47:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.47) !important;
}

.bg-primary-opacity-48 {
  background-color: rgba(0, 148, 255, 0.48) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-48 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-48:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.48) !important;
}

.bg-primary-opacity-49 {
  background-color: rgba(0, 148, 255, 0.49) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-49 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-49:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.49) !important;
}

.bg-primary-opacity-50 {
  background-color: rgba(0, 148, 255, 0.5) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-50 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-50:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.5) !important;
}

.bg-primary-opacity-51 {
  background-color: rgba(0, 148, 255, 0.51) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-51 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-51:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.51) !important;
}

.bg-primary-opacity-52 {
  background-color: rgba(0, 148, 255, 0.52) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-52 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-52:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.52) !important;
}

.bg-primary-opacity-53 {
  background-color: rgba(0, 148, 255, 0.53) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-53 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-53:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.53) !important;
}

.bg-primary-opacity-54 {
  background-color: rgba(0, 148, 255, 0.54) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-54 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-54:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.54) !important;
}

.bg-primary-opacity-55 {
  background-color: rgba(0, 148, 255, 0.55) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-55 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-55:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.55) !important;
}

.bg-primary-opacity-56 {
  background-color: rgba(0, 148, 255, 0.56) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-56 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-56:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.56) !important;
}

.bg-primary-opacity-57 {
  background-color: rgba(0, 148, 255, 0.57) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-57 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-57:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.57) !important;
}

.bg-primary-opacity-58 {
  background-color: rgba(0, 148, 255, 0.58) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-58 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-58:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.58) !important;
}

.bg-primary-opacity-59 {
  background-color: rgba(0, 148, 255, 0.59) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-59 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-59:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.59) !important;
}

.bg-primary-opacity-60 {
  background-color: rgba(0, 148, 255, 0.6) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-60 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-60:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.6) !important;
}

.bg-primary-opacity-61 {
  background-color: rgba(0, 148, 255, 0.61) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-61 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-61:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.61) !important;
}

.bg-primary-opacity-62 {
  background-color: rgba(0, 148, 255, 0.62) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-62 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-62:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.62) !important;
}

.bg-primary-opacity-63 {
  background-color: rgba(0, 148, 255, 0.63) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-63 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-63:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.63) !important;
}

.bg-primary-opacity-64 {
  background-color: rgba(0, 148, 255, 0.64) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-64 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-64:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.64) !important;
}

.bg-primary-opacity-65 {
  background-color: rgba(0, 148, 255, 0.65) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-65 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-65:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.65) !important;
}

.bg-primary-opacity-66 {
  background-color: rgba(0, 148, 255, 0.66) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-66 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-66:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.66) !important;
}

.bg-primary-opacity-67 {
  background-color: rgba(0, 148, 255, 0.67) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-67 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-67:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.67) !important;
}

.bg-primary-opacity-68 {
  background-color: rgba(0, 148, 255, 0.68) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-68 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-68:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.68) !important;
}

.bg-primary-opacity-69 {
  background-color: rgba(0, 148, 255, 0.69) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-69 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-69:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.69) !important;
}

.bg-primary-opacity-70 {
  background-color: rgba(0, 148, 255, 0.7) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-70 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-70:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.7) !important;
}

.bg-primary-opacity-71 {
  background-color: rgba(0, 148, 255, 0.71) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-71 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-71:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.71) !important;
}

.bg-primary-opacity-72 {
  background-color: rgba(0, 148, 255, 0.72) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-72 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-72:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.72) !important;
}

.bg-primary-opacity-73 {
  background-color: rgba(0, 148, 255, 0.73) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-73 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-73:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.73) !important;
}

.bg-primary-opacity-74 {
  background-color: rgba(0, 148, 255, 0.74) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-74 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-74:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.74) !important;
}

.bg-primary-opacity-75 {
  background-color: rgba(0, 148, 255, 0.75) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-75 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-75:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.75) !important;
}

.bg-primary-opacity-76 {
  background-color: rgba(0, 148, 255, 0.76) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-76 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-76:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.76) !important;
}

.bg-primary-opacity-77 {
  background-color: rgba(0, 148, 255, 0.77) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-77 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-77:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.77) !important;
}

.bg-primary-opacity-78 {
  background-color: rgba(0, 148, 255, 0.78) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-78 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-78:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.78) !important;
}

.bg-primary-opacity-79 {
  background-color: rgba(0, 148, 255, 0.79) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-79 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-79:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.79) !important;
}

.bg-primary-opacity-80 {
  background-color: rgba(0, 148, 255, 0.8) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-80 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-80:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.8) !important;
}

.bg-primary-opacity-81 {
  background-color: rgba(0, 148, 255, 0.81) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-81 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-81:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.81) !important;
}

.bg-primary-opacity-82 {
  background-color: rgba(0, 148, 255, 0.82) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-82 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-82:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.82) !important;
}

.bg-primary-opacity-83 {
  background-color: rgba(0, 148, 255, 0.83) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-83 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-83:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.83) !important;
}

.bg-primary-opacity-84 {
  background-color: rgba(0, 148, 255, 0.84) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-84 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-84:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.84) !important;
}

.bg-primary-opacity-85 {
  background-color: rgba(0, 148, 255, 0.85) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-85 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-85:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.85) !important;
}

.bg-primary-opacity-86 {
  background-color: rgba(0, 148, 255, 0.86) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-86 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-86:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.86) !important;
}

.bg-primary-opacity-87 {
  background-color: rgba(0, 148, 255, 0.87) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-87 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-87:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.87) !important;
}

.bg-primary-opacity-88 {
  background-color: rgba(0, 148, 255, 0.88) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-88 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-88:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.88) !important;
}

.bg-primary-opacity-89 {
  background-color: rgba(0, 148, 255, 0.89) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-89 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-89:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.89) !important;
}

.bg-primary-opacity-90 {
  background-color: rgba(0, 148, 255, 0.9) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-90 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-90:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.9) !important;
}

.bg-primary-opacity-91 {
  background-color: rgba(0, 148, 255, 0.91) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-91 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-91:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.91) !important;
}

.bg-primary-opacity-92 {
  background-color: rgba(0, 148, 255, 0.92) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-92 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-92:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.92) !important;
}

.bg-primary-opacity-93 {
  background-color: rgba(0, 148, 255, 0.93) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-93 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-93:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.93) !important;
}

.bg-primary-opacity-94 {
  background-color: rgba(0, 148, 255, 0.94) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-94 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-94:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.94) !important;
}

.bg-primary-opacity-95 {
  background-color: rgba(0, 148, 255, 0.95) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-95 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-95:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.95) !important;
}

.bg-primary-opacity-96 {
  background-color: rgba(0, 148, 255, 0.96) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-96 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-96:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.96) !important;
}

.bg-primary-opacity-97 {
  background-color: rgba(0, 148, 255, 0.97) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-97 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-97:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.97) !important;
}

.bg-primary-opacity-98 {
  background-color: rgba(0, 148, 255, 0.98) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-98 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-98:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.98) !important;
}

.bg-primary-opacity-99 {
  background-color: rgba(0, 148, 255, 0.99) !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-99 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-99:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 148, 255, 0.99) !important;
}

.bg-primary-opacity-100 {
  background-color: #0094ff !important;
}

.bg-hover-primary {
  transition: all 0.3s ease;
}

.bg-hover-primary:hover {
  transition: all 0.3s ease;
  background-color: #0094FF !important;
}

.bg-light-primary {
  background-color: rgba(0, 148, 255, 0.12) !important;
}

.bg-hover-primary-opacity-100 {
  transition: all 0.3s ease;
}

.bg-hover-primary-opacity-100:hover {
  transition: all 0.3s ease;
  background-color: #0094ff !important;
}

.bg-secondary-opacity-1 {
  background-color: rgba(137, 146, 159, 0.01) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-1 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-1:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.01) !important;
}

.bg-secondary-opacity-2 {
  background-color: rgba(137, 146, 159, 0.02) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-2 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-2:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.02) !important;
}

.bg-secondary-opacity-3 {
  background-color: rgba(137, 146, 159, 0.03) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-3 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-3:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.03) !important;
}

.bg-secondary-opacity-4 {
  background-color: rgba(137, 146, 159, 0.04) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-4 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-4:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.04) !important;
}

.bg-secondary-opacity-5 {
  background-color: rgba(137, 146, 159, 0.05) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-5 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-5:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.05) !important;
}

.bg-secondary-opacity-6 {
  background-color: rgba(137, 146, 159, 0.06) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-6 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-6:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.06) !important;
}

.bg-secondary-opacity-7 {
  background-color: rgba(137, 146, 159, 0.07) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-7 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-7:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.07) !important;
}

.bg-secondary-opacity-8 {
  background-color: rgba(137, 146, 159, 0.08) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-8 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-8:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.08) !important;
}

.bg-secondary-opacity-9 {
  background-color: rgba(137, 146, 159, 0.09) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-9 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-9:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.09) !important;
}

.bg-secondary-opacity-10 {
  background-color: rgba(137, 146, 159, 0.1) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-10 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-10:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.1) !important;
}

.bg-secondary-opacity-11 {
  background-color: rgba(137, 146, 159, 0.11) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-11 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-11:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.11) !important;
}

.bg-secondary-opacity-12 {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-12 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-12:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-secondary-opacity-13 {
  background-color: rgba(137, 146, 159, 0.13) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-13 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-13:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.13) !important;
}

.bg-secondary-opacity-14 {
  background-color: rgba(137, 146, 159, 0.14) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-14 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-14:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.14) !important;
}

.bg-secondary-opacity-15 {
  background-color: rgba(137, 146, 159, 0.15) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-15 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-15:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.15) !important;
}

.bg-secondary-opacity-16 {
  background-color: rgba(137, 146, 159, 0.16) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-16 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-16:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.16) !important;
}

.bg-secondary-opacity-17 {
  background-color: rgba(137, 146, 159, 0.17) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-17 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-17:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.17) !important;
}

.bg-secondary-opacity-18 {
  background-color: rgba(137, 146, 159, 0.18) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-18 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-18:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.18) !important;
}

.bg-secondary-opacity-19 {
  background-color: rgba(137, 146, 159, 0.19) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-19 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-19:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.19) !important;
}

.bg-secondary-opacity-20 {
  background-color: rgba(137, 146, 159, 0.2) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-20 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-20:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.2) !important;
}

.bg-secondary-opacity-21 {
  background-color: rgba(137, 146, 159, 0.21) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-21 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-21:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.21) !important;
}

.bg-secondary-opacity-22 {
  background-color: rgba(137, 146, 159, 0.22) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-22 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-22:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.22) !important;
}

.bg-secondary-opacity-23 {
  background-color: rgba(137, 146, 159, 0.23) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-23 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-23:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.23) !important;
}

.bg-secondary-opacity-24 {
  background-color: rgba(137, 146, 159, 0.24) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-24 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-24:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.24) !important;
}

.bg-secondary-opacity-25 {
  background-color: rgba(137, 146, 159, 0.25) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-25 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-25:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.25) !important;
}

.bg-secondary-opacity-26 {
  background-color: rgba(137, 146, 159, 0.26) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-26 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-26:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.26) !important;
}

.bg-secondary-opacity-27 {
  background-color: rgba(137, 146, 159, 0.27) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-27 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-27:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.27) !important;
}

.bg-secondary-opacity-28 {
  background-color: rgba(137, 146, 159, 0.28) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-28 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-28:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.28) !important;
}

.bg-secondary-opacity-29 {
  background-color: rgba(137, 146, 159, 0.29) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-29 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-29:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.29) !important;
}

.bg-secondary-opacity-30 {
  background-color: rgba(137, 146, 159, 0.3) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-30 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-30:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.3) !important;
}

.bg-secondary-opacity-31 {
  background-color: rgba(137, 146, 159, 0.31) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-31 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-31:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.31) !important;
}

.bg-secondary-opacity-32 {
  background-color: rgba(137, 146, 159, 0.32) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-32 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-32:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.32) !important;
}

.bg-secondary-opacity-33 {
  background-color: rgba(137, 146, 159, 0.33) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-33 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-33:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.33) !important;
}

.bg-secondary-opacity-34 {
  background-color: rgba(137, 146, 159, 0.34) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-34 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-34:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.34) !important;
}

.bg-secondary-opacity-35 {
  background-color: rgba(137, 146, 159, 0.35) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-35 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-35:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.35) !important;
}

.bg-secondary-opacity-36 {
  background-color: rgba(137, 146, 159, 0.36) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-36 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-36:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.36) !important;
}

.bg-secondary-opacity-37 {
  background-color: rgba(137, 146, 159, 0.37) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-37 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-37:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.37) !important;
}

.bg-secondary-opacity-38 {
  background-color: rgba(137, 146, 159, 0.38) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-38 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-38:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.38) !important;
}

.bg-secondary-opacity-39 {
  background-color: rgba(137, 146, 159, 0.39) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-39 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-39:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.39) !important;
}

.bg-secondary-opacity-40 {
  background-color: rgba(137, 146, 159, 0.4) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-40 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-40:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.4) !important;
}

.bg-secondary-opacity-41 {
  background-color: rgba(137, 146, 159, 0.41) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-41 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-41:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.41) !important;
}

.bg-secondary-opacity-42 {
  background-color: rgba(137, 146, 159, 0.42) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-42 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-42:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.42) !important;
}

.bg-secondary-opacity-43 {
  background-color: rgba(137, 146, 159, 0.43) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-43 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-43:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.43) !important;
}

.bg-secondary-opacity-44 {
  background-color: rgba(137, 146, 159, 0.44) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-44 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-44:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.44) !important;
}

.bg-secondary-opacity-45 {
  background-color: rgba(137, 146, 159, 0.45) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-45 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-45:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.45) !important;
}

.bg-secondary-opacity-46 {
  background-color: rgba(137, 146, 159, 0.46) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-46 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-46:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.46) !important;
}

.bg-secondary-opacity-47 {
  background-color: rgba(137, 146, 159, 0.47) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-47 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-47:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.47) !important;
}

.bg-secondary-opacity-48 {
  background-color: rgba(137, 146, 159, 0.48) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-48 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-48:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.48) !important;
}

.bg-secondary-opacity-49 {
  background-color: rgba(137, 146, 159, 0.49) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-49 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-49:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.49) !important;
}

.bg-secondary-opacity-50 {
  background-color: rgba(137, 146, 159, 0.5) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-50 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-50:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.5) !important;
}

.bg-secondary-opacity-51 {
  background-color: rgba(137, 146, 159, 0.51) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-51 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-51:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.51) !important;
}

.bg-secondary-opacity-52 {
  background-color: rgba(137, 146, 159, 0.52) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-52 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-52:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.52) !important;
}

.bg-secondary-opacity-53 {
  background-color: rgba(137, 146, 159, 0.53) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-53 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-53:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.53) !important;
}

.bg-secondary-opacity-54 {
  background-color: rgba(137, 146, 159, 0.54) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-54 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-54:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.54) !important;
}

.bg-secondary-opacity-55 {
  background-color: rgba(137, 146, 159, 0.55) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-55 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-55:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.55) !important;
}

.bg-secondary-opacity-56 {
  background-color: rgba(137, 146, 159, 0.56) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-56 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-56:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.56) !important;
}

.bg-secondary-opacity-57 {
  background-color: rgba(137, 146, 159, 0.57) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-57 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-57:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.57) !important;
}

.bg-secondary-opacity-58 {
  background-color: rgba(137, 146, 159, 0.58) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-58 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-58:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.58) !important;
}

.bg-secondary-opacity-59 {
  background-color: rgba(137, 146, 159, 0.59) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-59 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-59:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.59) !important;
}

.bg-secondary-opacity-60 {
  background-color: rgba(137, 146, 159, 0.6) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-60 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-60:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.6) !important;
}

.bg-secondary-opacity-61 {
  background-color: rgba(137, 146, 159, 0.61) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-61 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-61:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.61) !important;
}

.bg-secondary-opacity-62 {
  background-color: rgba(137, 146, 159, 0.62) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-62 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-62:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.62) !important;
}

.bg-secondary-opacity-63 {
  background-color: rgba(137, 146, 159, 0.63) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-63 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-63:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.63) !important;
}

.bg-secondary-opacity-64 {
  background-color: rgba(137, 146, 159, 0.64) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-64 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-64:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.64) !important;
}

.bg-secondary-opacity-65 {
  background-color: rgba(137, 146, 159, 0.65) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-65 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-65:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.65) !important;
}

.bg-secondary-opacity-66 {
  background-color: rgba(137, 146, 159, 0.66) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-66 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-66:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.66) !important;
}

.bg-secondary-opacity-67 {
  background-color: rgba(137, 146, 159, 0.67) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-67 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-67:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.67) !important;
}

.bg-secondary-opacity-68 {
  background-color: rgba(137, 146, 159, 0.68) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-68 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-68:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.68) !important;
}

.bg-secondary-opacity-69 {
  background-color: rgba(137, 146, 159, 0.69) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-69 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-69:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.69) !important;
}

.bg-secondary-opacity-70 {
  background-color: rgba(137, 146, 159, 0.7) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-70 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-70:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.7) !important;
}

.bg-secondary-opacity-71 {
  background-color: rgba(137, 146, 159, 0.71) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-71 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-71:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.71) !important;
}

.bg-secondary-opacity-72 {
  background-color: rgba(137, 146, 159, 0.72) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-72 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-72:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.72) !important;
}

.bg-secondary-opacity-73 {
  background-color: rgba(137, 146, 159, 0.73) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-73 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-73:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.73) !important;
}

.bg-secondary-opacity-74 {
  background-color: rgba(137, 146, 159, 0.74) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-74 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-74:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.74) !important;
}

.bg-secondary-opacity-75 {
  background-color: rgba(137, 146, 159, 0.75) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-75 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-75:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.75) !important;
}

.bg-secondary-opacity-76 {
  background-color: rgba(137, 146, 159, 0.76) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-76 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-76:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.76) !important;
}

.bg-secondary-opacity-77 {
  background-color: rgba(137, 146, 159, 0.77) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-77 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-77:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.77) !important;
}

.bg-secondary-opacity-78 {
  background-color: rgba(137, 146, 159, 0.78) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-78 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-78:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.78) !important;
}

.bg-secondary-opacity-79 {
  background-color: rgba(137, 146, 159, 0.79) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-79 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-79:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.79) !important;
}

.bg-secondary-opacity-80 {
  background-color: rgba(137, 146, 159, 0.8) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-80 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-80:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.8) !important;
}

.bg-secondary-opacity-81 {
  background-color: rgba(137, 146, 159, 0.81) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-81 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-81:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.81) !important;
}

.bg-secondary-opacity-82 {
  background-color: rgba(137, 146, 159, 0.82) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-82 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-82:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.82) !important;
}

.bg-secondary-opacity-83 {
  background-color: rgba(137, 146, 159, 0.83) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-83 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-83:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.83) !important;
}

.bg-secondary-opacity-84 {
  background-color: rgba(137, 146, 159, 0.84) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-84 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-84:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.84) !important;
}

.bg-secondary-opacity-85 {
  background-color: rgba(137, 146, 159, 0.85) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-85 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-85:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.85) !important;
}

.bg-secondary-opacity-86 {
  background-color: rgba(137, 146, 159, 0.86) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-86 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-86:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.86) !important;
}

.bg-secondary-opacity-87 {
  background-color: rgba(137, 146, 159, 0.87) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-87 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-87:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.87) !important;
}

.bg-secondary-opacity-88 {
  background-color: rgba(137, 146, 159, 0.88) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-88 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-88:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.88) !important;
}

.bg-secondary-opacity-89 {
  background-color: rgba(137, 146, 159, 0.89) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-89 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-89:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.89) !important;
}

.bg-secondary-opacity-90 {
  background-color: rgba(137, 146, 159, 0.9) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-90 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-90:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.9) !important;
}

.bg-secondary-opacity-91 {
  background-color: rgba(137, 146, 159, 0.91) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-91 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-91:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.91) !important;
}

.bg-secondary-opacity-92 {
  background-color: rgba(137, 146, 159, 0.92) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-92 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-92:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.92) !important;
}

.bg-secondary-opacity-93 {
  background-color: rgba(137, 146, 159, 0.93) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-93 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-93:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.93) !important;
}

.bg-secondary-opacity-94 {
  background-color: rgba(137, 146, 159, 0.94) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-94 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-94:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.94) !important;
}

.bg-secondary-opacity-95 {
  background-color: rgba(137, 146, 159, 0.95) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-95 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-95:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.95) !important;
}

.bg-secondary-opacity-96 {
  background-color: rgba(137, 146, 159, 0.96) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-96 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-96:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.96) !important;
}

.bg-secondary-opacity-97 {
  background-color: rgba(137, 146, 159, 0.97) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-97 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-97:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.97) !important;
}

.bg-secondary-opacity-98 {
  background-color: rgba(137, 146, 159, 0.98) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-98 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-98:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.98) !important;
}

.bg-secondary-opacity-99 {
  background-color: rgba(137, 146, 159, 0.99) !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-99 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-99:hover {
  transition: all 0.3s ease;
  background-color: rgba(137, 146, 159, 0.99) !important;
}

.bg-secondary-opacity-100 {
  background-color: #89929f !important;
}

.bg-hover-secondary {
  transition: all 0.3s ease;
}

.bg-hover-secondary:hover {
  transition: all 0.3s ease;
  background-color: #89929F !important;
}

.bg-light-secondary {
  background-color: rgba(137, 146, 159, 0.12) !important;
}

.bg-hover-secondary-opacity-100 {
  transition: all 0.3s ease;
}

.bg-hover-secondary-opacity-100:hover {
  transition: all 0.3s ease;
  background-color: #89929f !important;
}

.bg-success-opacity-1 {
  background-color: rgba(80, 205, 137, 0.01) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-1 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-1:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.01) !important;
}

.bg-success-opacity-2 {
  background-color: rgba(80, 205, 137, 0.02) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-2 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-2:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.02) !important;
}

.bg-success-opacity-3 {
  background-color: rgba(80, 205, 137, 0.03) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-3 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-3:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.03) !important;
}

.bg-success-opacity-4 {
  background-color: rgba(80, 205, 137, 0.04) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-4 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-4:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.04) !important;
}

.bg-success-opacity-5 {
  background-color: rgba(80, 205, 137, 0.05) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-5 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-5:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.05) !important;
}

.bg-success-opacity-6 {
  background-color: rgba(80, 205, 137, 0.06) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-6 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-6:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.06) !important;
}

.bg-success-opacity-7 {
  background-color: rgba(80, 205, 137, 0.07) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-7 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-7:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.07) !important;
}

.bg-success-opacity-8 {
  background-color: rgba(80, 205, 137, 0.08) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-8 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-8:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.08) !important;
}

.bg-success-opacity-9 {
  background-color: rgba(80, 205, 137, 0.09) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-9 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-9:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.09) !important;
}

.bg-success-opacity-10 {
  background-color: rgba(80, 205, 137, 0.1) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-10 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-10:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.1) !important;
}

.bg-success-opacity-11 {
  background-color: rgba(80, 205, 137, 0.11) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-11 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-11:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.11) !important;
}

.bg-success-opacity-12 {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-12 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-12:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-success-opacity-13 {
  background-color: rgba(80, 205, 137, 0.13) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-13 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-13:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.13) !important;
}

.bg-success-opacity-14 {
  background-color: rgba(80, 205, 137, 0.14) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-14 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-14:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.14) !important;
}

.bg-success-opacity-15 {
  background-color: rgba(80, 205, 137, 0.15) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-15 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-15:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.15) !important;
}

.bg-success-opacity-16 {
  background-color: rgba(80, 205, 137, 0.16) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-16 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-16:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.16) !important;
}

.bg-success-opacity-17 {
  background-color: rgba(80, 205, 137, 0.17) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-17 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-17:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.17) !important;
}

.bg-success-opacity-18 {
  background-color: rgba(80, 205, 137, 0.18) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-18 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-18:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.18) !important;
}

.bg-success-opacity-19 {
  background-color: rgba(80, 205, 137, 0.19) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-19 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-19:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.19) !important;
}

.bg-success-opacity-20 {
  background-color: rgba(80, 205, 137, 0.2) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-20 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-20:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.2) !important;
}

.bg-success-opacity-21 {
  background-color: rgba(80, 205, 137, 0.21) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-21 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-21:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.21) !important;
}

.bg-success-opacity-22 {
  background-color: rgba(80, 205, 137, 0.22) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-22 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-22:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.22) !important;
}

.bg-success-opacity-23 {
  background-color: rgba(80, 205, 137, 0.23) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-23 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-23:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.23) !important;
}

.bg-success-opacity-24 {
  background-color: rgba(80, 205, 137, 0.24) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-24 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-24:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.24) !important;
}

.bg-success-opacity-25 {
  background-color: rgba(80, 205, 137, 0.25) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-25 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-25:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.25) !important;
}

.bg-success-opacity-26 {
  background-color: rgba(80, 205, 137, 0.26) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-26 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-26:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.26) !important;
}

.bg-success-opacity-27 {
  background-color: rgba(80, 205, 137, 0.27) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-27 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-27:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.27) !important;
}

.bg-success-opacity-28 {
  background-color: rgba(80, 205, 137, 0.28) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-28 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-28:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.28) !important;
}

.bg-success-opacity-29 {
  background-color: rgba(80, 205, 137, 0.29) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-29 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-29:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.29) !important;
}

.bg-success-opacity-30 {
  background-color: rgba(80, 205, 137, 0.3) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-30 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-30:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.3) !important;
}

.bg-success-opacity-31 {
  background-color: rgba(80, 205, 137, 0.31) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-31 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-31:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.31) !important;
}

.bg-success-opacity-32 {
  background-color: rgba(80, 205, 137, 0.32) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-32 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-32:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.32) !important;
}

.bg-success-opacity-33 {
  background-color: rgba(80, 205, 137, 0.33) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-33 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-33:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.33) !important;
}

.bg-success-opacity-34 {
  background-color: rgba(80, 205, 137, 0.34) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-34 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-34:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.34) !important;
}

.bg-success-opacity-35 {
  background-color: rgba(80, 205, 137, 0.35) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-35 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-35:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.35) !important;
}

.bg-success-opacity-36 {
  background-color: rgba(80, 205, 137, 0.36) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-36 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-36:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.36) !important;
}

.bg-success-opacity-37 {
  background-color: rgba(80, 205, 137, 0.37) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-37 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-37:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.37) !important;
}

.bg-success-opacity-38 {
  background-color: rgba(80, 205, 137, 0.38) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-38 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-38:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.38) !important;
}

.bg-success-opacity-39 {
  background-color: rgba(80, 205, 137, 0.39) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-39 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-39:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.39) !important;
}

.bg-success-opacity-40 {
  background-color: rgba(80, 205, 137, 0.4) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-40 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-40:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.4) !important;
}

.bg-success-opacity-41 {
  background-color: rgba(80, 205, 137, 0.41) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-41 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-41:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.41) !important;
}

.bg-success-opacity-42 {
  background-color: rgba(80, 205, 137, 0.42) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-42 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-42:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.42) !important;
}

.bg-success-opacity-43 {
  background-color: rgba(80, 205, 137, 0.43) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-43 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-43:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.43) !important;
}

.bg-success-opacity-44 {
  background-color: rgba(80, 205, 137, 0.44) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-44 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-44:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.44) !important;
}

.bg-success-opacity-45 {
  background-color: rgba(80, 205, 137, 0.45) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-45 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-45:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.45) !important;
}

.bg-success-opacity-46 {
  background-color: rgba(80, 205, 137, 0.46) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-46 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-46:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.46) !important;
}

.bg-success-opacity-47 {
  background-color: rgba(80, 205, 137, 0.47) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-47 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-47:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.47) !important;
}

.bg-success-opacity-48 {
  background-color: rgba(80, 205, 137, 0.48) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-48 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-48:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.48) !important;
}

.bg-success-opacity-49 {
  background-color: rgba(80, 205, 137, 0.49) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-49 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-49:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.49) !important;
}

.bg-success-opacity-50 {
  background-color: rgba(80, 205, 137, 0.5) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-50 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-50:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.5) !important;
}

.bg-success-opacity-51 {
  background-color: rgba(80, 205, 137, 0.51) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-51 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-51:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.51) !important;
}

.bg-success-opacity-52 {
  background-color: rgba(80, 205, 137, 0.52) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-52 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-52:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.52) !important;
}

.bg-success-opacity-53 {
  background-color: rgba(80, 205, 137, 0.53) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-53 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-53:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.53) !important;
}

.bg-success-opacity-54 {
  background-color: rgba(80, 205, 137, 0.54) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-54 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-54:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.54) !important;
}

.bg-success-opacity-55 {
  background-color: rgba(80, 205, 137, 0.55) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-55 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-55:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.55) !important;
}

.bg-success-opacity-56 {
  background-color: rgba(80, 205, 137, 0.56) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-56 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-56:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.56) !important;
}

.bg-success-opacity-57 {
  background-color: rgba(80, 205, 137, 0.57) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-57 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-57:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.57) !important;
}

.bg-success-opacity-58 {
  background-color: rgba(80, 205, 137, 0.58) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-58 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-58:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.58) !important;
}

.bg-success-opacity-59 {
  background-color: rgba(80, 205, 137, 0.59) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-59 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-59:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.59) !important;
}

.bg-success-opacity-60 {
  background-color: rgba(80, 205, 137, 0.6) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-60 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-60:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.6) !important;
}

.bg-success-opacity-61 {
  background-color: rgba(80, 205, 137, 0.61) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-61 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-61:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.61) !important;
}

.bg-success-opacity-62 {
  background-color: rgba(80, 205, 137, 0.62) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-62 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-62:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.62) !important;
}

.bg-success-opacity-63 {
  background-color: rgba(80, 205, 137, 0.63) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-63 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-63:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.63) !important;
}

.bg-success-opacity-64 {
  background-color: rgba(80, 205, 137, 0.64) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-64 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-64:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.64) !important;
}

.bg-success-opacity-65 {
  background-color: rgba(80, 205, 137, 0.65) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-65 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-65:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.65) !important;
}

.bg-success-opacity-66 {
  background-color: rgba(80, 205, 137, 0.66) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-66 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-66:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.66) !important;
}

.bg-success-opacity-67 {
  background-color: rgba(80, 205, 137, 0.67) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-67 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-67:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.67) !important;
}

.bg-success-opacity-68 {
  background-color: rgba(80, 205, 137, 0.68) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-68 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-68:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.68) !important;
}

.bg-success-opacity-69 {
  background-color: rgba(80, 205, 137, 0.69) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-69 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-69:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.69) !important;
}

.bg-success-opacity-70 {
  background-color: rgba(80, 205, 137, 0.7) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-70 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-70:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.7) !important;
}

.bg-success-opacity-71 {
  background-color: rgba(80, 205, 137, 0.71) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-71 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-71:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.71) !important;
}

.bg-success-opacity-72 {
  background-color: rgba(80, 205, 137, 0.72) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-72 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-72:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.72) !important;
}

.bg-success-opacity-73 {
  background-color: rgba(80, 205, 137, 0.73) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-73 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-73:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.73) !important;
}

.bg-success-opacity-74 {
  background-color: rgba(80, 205, 137, 0.74) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-74 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-74:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.74) !important;
}

.bg-success-opacity-75 {
  background-color: rgba(80, 205, 137, 0.75) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-75 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-75:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.75) !important;
}

.bg-success-opacity-76 {
  background-color: rgba(80, 205, 137, 0.76) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-76 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-76:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.76) !important;
}

.bg-success-opacity-77 {
  background-color: rgba(80, 205, 137, 0.77) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-77 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-77:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.77) !important;
}

.bg-success-opacity-78 {
  background-color: rgba(80, 205, 137, 0.78) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-78 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-78:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.78) !important;
}

.bg-success-opacity-79 {
  background-color: rgba(80, 205, 137, 0.79) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-79 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-79:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.79) !important;
}

.bg-success-opacity-80 {
  background-color: rgba(80, 205, 137, 0.8) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-80 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-80:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.8) !important;
}

.bg-success-opacity-81 {
  background-color: rgba(80, 205, 137, 0.81) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-81 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-81:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.81) !important;
}

.bg-success-opacity-82 {
  background-color: rgba(80, 205, 137, 0.82) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-82 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-82:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.82) !important;
}

.bg-success-opacity-83 {
  background-color: rgba(80, 205, 137, 0.83) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-83 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-83:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.83) !important;
}

.bg-success-opacity-84 {
  background-color: rgba(80, 205, 137, 0.84) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-84 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-84:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.84) !important;
}

.bg-success-opacity-85 {
  background-color: rgba(80, 205, 137, 0.85) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-85 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-85:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.85) !important;
}

.bg-success-opacity-86 {
  background-color: rgba(80, 205, 137, 0.86) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-86 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-86:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.86) !important;
}

.bg-success-opacity-87 {
  background-color: rgba(80, 205, 137, 0.87) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-87 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-87:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.87) !important;
}

.bg-success-opacity-88 {
  background-color: rgba(80, 205, 137, 0.88) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-88 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-88:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.88) !important;
}

.bg-success-opacity-89 {
  background-color: rgba(80, 205, 137, 0.89) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-89 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-89:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.89) !important;
}

.bg-success-opacity-90 {
  background-color: rgba(80, 205, 137, 0.9) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-90 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-90:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.9) !important;
}

.bg-success-opacity-91 {
  background-color: rgba(80, 205, 137, 0.91) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-91 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-91:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.91) !important;
}

.bg-success-opacity-92 {
  background-color: rgba(80, 205, 137, 0.92) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-92 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-92:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.92) !important;
}

.bg-success-opacity-93 {
  background-color: rgba(80, 205, 137, 0.93) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-93 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-93:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.93) !important;
}

.bg-success-opacity-94 {
  background-color: rgba(80, 205, 137, 0.94) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-94 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-94:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.94) !important;
}

.bg-success-opacity-95 {
  background-color: rgba(80, 205, 137, 0.95) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-95 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-95:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.95) !important;
}

.bg-success-opacity-96 {
  background-color: rgba(80, 205, 137, 0.96) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-96 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-96:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.96) !important;
}

.bg-success-opacity-97 {
  background-color: rgba(80, 205, 137, 0.97) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-97 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-97:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.97) !important;
}

.bg-success-opacity-98 {
  background-color: rgba(80, 205, 137, 0.98) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-98 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-98:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.98) !important;
}

.bg-success-opacity-99 {
  background-color: rgba(80, 205, 137, 0.99) !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-99 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-99:hover {
  transition: all 0.3s ease;
  background-color: rgba(80, 205, 137, 0.99) !important;
}

.bg-success-opacity-100 {
  background-color: #50cd89 !important;
}

.bg-hover-success {
  transition: all 0.3s ease;
}

.bg-hover-success:hover {
  transition: all 0.3s ease;
  background-color: #50CD89 !important;
}

.bg-light-success {
  background-color: rgba(80, 205, 137, 0.12) !important;
}

.bg-hover-success-opacity-100 {
  transition: all 0.3s ease;
}

.bg-hover-success-opacity-100:hover {
  transition: all 0.3s ease;
  background-color: #50cd89 !important;
}

.bg-info-opacity-1 {
  background-color: rgba(156, 90, 255, 0.01) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-1 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-1:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.01) !important;
}

.bg-info-opacity-2 {
  background-color: rgba(156, 90, 255, 0.02) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-2 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-2:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.02) !important;
}

.bg-info-opacity-3 {
  background-color: rgba(156, 90, 255, 0.03) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-3 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-3:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.03) !important;
}

.bg-info-opacity-4 {
  background-color: rgba(156, 90, 255, 0.04) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-4 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-4:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.04) !important;
}

.bg-info-opacity-5 {
  background-color: rgba(156, 90, 255, 0.05) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-5 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-5:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.05) !important;
}

.bg-info-opacity-6 {
  background-color: rgba(156, 90, 255, 0.06) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-6 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-6:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.06) !important;
}

.bg-info-opacity-7 {
  background-color: rgba(156, 90, 255, 0.07) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-7 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-7:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.07) !important;
}

.bg-info-opacity-8 {
  background-color: rgba(156, 90, 255, 0.08) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-8 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-8:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.08) !important;
}

.bg-info-opacity-9 {
  background-color: rgba(156, 90, 255, 0.09) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-9 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-9:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.09) !important;
}

.bg-info-opacity-10 {
  background-color: rgba(156, 90, 255, 0.1) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-10 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-10:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.1) !important;
}

.bg-info-opacity-11 {
  background-color: rgba(156, 90, 255, 0.11) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-11 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-11:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.11) !important;
}

.bg-info-opacity-12 {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-12 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-12:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-info-opacity-13 {
  background-color: rgba(156, 90, 255, 0.13) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-13 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-13:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.13) !important;
}

.bg-info-opacity-14 {
  background-color: rgba(156, 90, 255, 0.14) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-14 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-14:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.14) !important;
}

.bg-info-opacity-15 {
  background-color: rgba(156, 90, 255, 0.15) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-15 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-15:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.15) !important;
}

.bg-info-opacity-16 {
  background-color: rgba(156, 90, 255, 0.16) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-16 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-16:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.16) !important;
}

.bg-info-opacity-17 {
  background-color: rgba(156, 90, 255, 0.17) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-17 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-17:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.17) !important;
}

.bg-info-opacity-18 {
  background-color: rgba(156, 90, 255, 0.18) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-18 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-18:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.18) !important;
}

.bg-info-opacity-19 {
  background-color: rgba(156, 90, 255, 0.19) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-19 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-19:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.19) !important;
}

.bg-info-opacity-20 {
  background-color: rgba(156, 90, 255, 0.2) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-20 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-20:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.2) !important;
}

.bg-info-opacity-21 {
  background-color: rgba(156, 90, 255, 0.21) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-21 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-21:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.21) !important;
}

.bg-info-opacity-22 {
  background-color: rgba(156, 90, 255, 0.22) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-22 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-22:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.22) !important;
}

.bg-info-opacity-23 {
  background-color: rgba(156, 90, 255, 0.23) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-23 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-23:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.23) !important;
}

.bg-info-opacity-24 {
  background-color: rgba(156, 90, 255, 0.24) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-24 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-24:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.24) !important;
}

.bg-info-opacity-25 {
  background-color: rgba(156, 90, 255, 0.25) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-25 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-25:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.25) !important;
}

.bg-info-opacity-26 {
  background-color: rgba(156, 90, 255, 0.26) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-26 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-26:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.26) !important;
}

.bg-info-opacity-27 {
  background-color: rgba(156, 90, 255, 0.27) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-27 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-27:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.27) !important;
}

.bg-info-opacity-28 {
  background-color: rgba(156, 90, 255, 0.28) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-28 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-28:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.28) !important;
}

.bg-info-opacity-29 {
  background-color: rgba(156, 90, 255, 0.29) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-29 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-29:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.29) !important;
}

.bg-info-opacity-30 {
  background-color: rgba(156, 90, 255, 0.3) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-30 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-30:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.3) !important;
}

.bg-info-opacity-31 {
  background-color: rgba(156, 90, 255, 0.31) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-31 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-31:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.31) !important;
}

.bg-info-opacity-32 {
  background-color: rgba(156, 90, 255, 0.32) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-32 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-32:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.32) !important;
}

.bg-info-opacity-33 {
  background-color: rgba(156, 90, 255, 0.33) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-33 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-33:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.33) !important;
}

.bg-info-opacity-34 {
  background-color: rgba(156, 90, 255, 0.34) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-34 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-34:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.34) !important;
}

.bg-info-opacity-35 {
  background-color: rgba(156, 90, 255, 0.35) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-35 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-35:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.35) !important;
}

.bg-info-opacity-36 {
  background-color: rgba(156, 90, 255, 0.36) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-36 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-36:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.36) !important;
}

.bg-info-opacity-37 {
  background-color: rgba(156, 90, 255, 0.37) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-37 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-37:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.37) !important;
}

.bg-info-opacity-38 {
  background-color: rgba(156, 90, 255, 0.38) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-38 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-38:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.38) !important;
}

.bg-info-opacity-39 {
  background-color: rgba(156, 90, 255, 0.39) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-39 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-39:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.39) !important;
}

.bg-info-opacity-40 {
  background-color: rgba(156, 90, 255, 0.4) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-40 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-40:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.4) !important;
}

.bg-info-opacity-41 {
  background-color: rgba(156, 90, 255, 0.41) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-41 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-41:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.41) !important;
}

.bg-info-opacity-42 {
  background-color: rgba(156, 90, 255, 0.42) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-42 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-42:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.42) !important;
}

.bg-info-opacity-43 {
  background-color: rgba(156, 90, 255, 0.43) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-43 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-43:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.43) !important;
}

.bg-info-opacity-44 {
  background-color: rgba(156, 90, 255, 0.44) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-44 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-44:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.44) !important;
}

.bg-info-opacity-45 {
  background-color: rgba(156, 90, 255, 0.45) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-45 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-45:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.45) !important;
}

.bg-info-opacity-46 {
  background-color: rgba(156, 90, 255, 0.46) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-46 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-46:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.46) !important;
}

.bg-info-opacity-47 {
  background-color: rgba(156, 90, 255, 0.47) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-47 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-47:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.47) !important;
}

.bg-info-opacity-48 {
  background-color: rgba(156, 90, 255, 0.48) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-48 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-48:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.48) !important;
}

.bg-info-opacity-49 {
  background-color: rgba(156, 90, 255, 0.49) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-49 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-49:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.49) !important;
}

.bg-info-opacity-50 {
  background-color: rgba(156, 90, 255, 0.5) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-50 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-50:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.5) !important;
}

.bg-info-opacity-51 {
  background-color: rgba(156, 90, 255, 0.51) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-51 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-51:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.51) !important;
}

.bg-info-opacity-52 {
  background-color: rgba(156, 90, 255, 0.52) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-52 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-52:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.52) !important;
}

.bg-info-opacity-53 {
  background-color: rgba(156, 90, 255, 0.53) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-53 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-53:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.53) !important;
}

.bg-info-opacity-54 {
  background-color: rgba(156, 90, 255, 0.54) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-54 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-54:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.54) !important;
}

.bg-info-opacity-55 {
  background-color: rgba(156, 90, 255, 0.55) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-55 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-55:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.55) !important;
}

.bg-info-opacity-56 {
  background-color: rgba(156, 90, 255, 0.56) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-56 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-56:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.56) !important;
}

.bg-info-opacity-57 {
  background-color: rgba(156, 90, 255, 0.57) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-57 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-57:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.57) !important;
}

.bg-info-opacity-58 {
  background-color: rgba(156, 90, 255, 0.58) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-58 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-58:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.58) !important;
}

.bg-info-opacity-59 {
  background-color: rgba(156, 90, 255, 0.59) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-59 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-59:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.59) !important;
}

.bg-info-opacity-60 {
  background-color: rgba(156, 90, 255, 0.6) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-60 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-60:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.6) !important;
}

.bg-info-opacity-61 {
  background-color: rgba(156, 90, 255, 0.61) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-61 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-61:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.61) !important;
}

.bg-info-opacity-62 {
  background-color: rgba(156, 90, 255, 0.62) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-62 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-62:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.62) !important;
}

.bg-info-opacity-63 {
  background-color: rgba(156, 90, 255, 0.63) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-63 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-63:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.63) !important;
}

.bg-info-opacity-64 {
  background-color: rgba(156, 90, 255, 0.64) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-64 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-64:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.64) !important;
}

.bg-info-opacity-65 {
  background-color: rgba(156, 90, 255, 0.65) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-65 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-65:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.65) !important;
}

.bg-info-opacity-66 {
  background-color: rgba(156, 90, 255, 0.66) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-66 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-66:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.66) !important;
}

.bg-info-opacity-67 {
  background-color: rgba(156, 90, 255, 0.67) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-67 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-67:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.67) !important;
}

.bg-info-opacity-68 {
  background-color: rgba(156, 90, 255, 0.68) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-68 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-68:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.68) !important;
}

.bg-info-opacity-69 {
  background-color: rgba(156, 90, 255, 0.69) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-69 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-69:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.69) !important;
}

.bg-info-opacity-70 {
  background-color: rgba(156, 90, 255, 0.7) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-70 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-70:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.7) !important;
}

.bg-info-opacity-71 {
  background-color: rgba(156, 90, 255, 0.71) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-71 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-71:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.71) !important;
}

.bg-info-opacity-72 {
  background-color: rgba(156, 90, 255, 0.72) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-72 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-72:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.72) !important;
}

.bg-info-opacity-73 {
  background-color: rgba(156, 90, 255, 0.73) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-73 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-73:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.73) !important;
}

.bg-info-opacity-74 {
  background-color: rgba(156, 90, 255, 0.74) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-74 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-74:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.74) !important;
}

.bg-info-opacity-75 {
  background-color: rgba(156, 90, 255, 0.75) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-75 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-75:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.75) !important;
}

.bg-info-opacity-76 {
  background-color: rgba(156, 90, 255, 0.76) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-76 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-76:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.76) !important;
}

.bg-info-opacity-77 {
  background-color: rgba(156, 90, 255, 0.77) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-77 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-77:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.77) !important;
}

.bg-info-opacity-78 {
  background-color: rgba(156, 90, 255, 0.78) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-78 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-78:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.78) !important;
}

.bg-info-opacity-79 {
  background-color: rgba(156, 90, 255, 0.79) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-79 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-79:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.79) !important;
}

.bg-info-opacity-80 {
  background-color: rgba(156, 90, 255, 0.8) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-80 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-80:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.8) !important;
}

.bg-info-opacity-81 {
  background-color: rgba(156, 90, 255, 0.81) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-81 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-81:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.81) !important;
}

.bg-info-opacity-82 {
  background-color: rgba(156, 90, 255, 0.82) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-82 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-82:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.82) !important;
}

.bg-info-opacity-83 {
  background-color: rgba(156, 90, 255, 0.83) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-83 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-83:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.83) !important;
}

.bg-info-opacity-84 {
  background-color: rgba(156, 90, 255, 0.84) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-84 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-84:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.84) !important;
}

.bg-info-opacity-85 {
  background-color: rgba(156, 90, 255, 0.85) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-85 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-85:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.85) !important;
}

.bg-info-opacity-86 {
  background-color: rgba(156, 90, 255, 0.86) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-86 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-86:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.86) !important;
}

.bg-info-opacity-87 {
  background-color: rgba(156, 90, 255, 0.87) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-87 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-87:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.87) !important;
}

.bg-info-opacity-88 {
  background-color: rgba(156, 90, 255, 0.88) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-88 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-88:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.88) !important;
}

.bg-info-opacity-89 {
  background-color: rgba(156, 90, 255, 0.89) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-89 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-89:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.89) !important;
}

.bg-info-opacity-90 {
  background-color: rgba(156, 90, 255, 0.9) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-90 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-90:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.9) !important;
}

.bg-info-opacity-91 {
  background-color: rgba(156, 90, 255, 0.91) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-91 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-91:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.91) !important;
}

.bg-info-opacity-92 {
  background-color: rgba(156, 90, 255, 0.92) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-92 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-92:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.92) !important;
}

.bg-info-opacity-93 {
  background-color: rgba(156, 90, 255, 0.93) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-93 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-93:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.93) !important;
}

.bg-info-opacity-94 {
  background-color: rgba(156, 90, 255, 0.94) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-94 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-94:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.94) !important;
}

.bg-info-opacity-95 {
  background-color: rgba(156, 90, 255, 0.95) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-95 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-95:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.95) !important;
}

.bg-info-opacity-96 {
  background-color: rgba(156, 90, 255, 0.96) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-96 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-96:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.96) !important;
}

.bg-info-opacity-97 {
  background-color: rgba(156, 90, 255, 0.97) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-97 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-97:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.97) !important;
}

.bg-info-opacity-98 {
  background-color: rgba(156, 90, 255, 0.98) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-98 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-98:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.98) !important;
}

.bg-info-opacity-99 {
  background-color: rgba(156, 90, 255, 0.99) !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-99 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-99:hover {
  transition: all 0.3s ease;
  background-color: rgba(156, 90, 255, 0.99) !important;
}

.bg-info-opacity-100 {
  background-color: #9c5aff !important;
}

.bg-hover-info {
  transition: all 0.3s ease;
}

.bg-hover-info:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-light-info {
  background-color: rgba(156, 90, 255, 0.12) !important;
}

.bg-hover-info-opacity-100 {
  transition: all 0.3s ease;
}

.bg-hover-info-opacity-100:hover {
  transition: all 0.3s ease;
  background-color: #9c5aff !important;
}

.bg-warning-opacity-1 {
  background-color: rgba(255, 73, 15, 0.01) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-1 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-1:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.01) !important;
}

.bg-warning-opacity-2 {
  background-color: rgba(255, 73, 15, 0.02) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-2 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-2:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.02) !important;
}

.bg-warning-opacity-3 {
  background-color: rgba(255, 73, 15, 0.03) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-3 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-3:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.03) !important;
}

.bg-warning-opacity-4 {
  background-color: rgba(255, 73, 15, 0.04) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-4 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-4:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.04) !important;
}

.bg-warning-opacity-5 {
  background-color: rgba(255, 73, 15, 0.05) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-5 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-5:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.05) !important;
}

.bg-warning-opacity-6 {
  background-color: rgba(255, 73, 15, 0.06) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-6 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-6:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.06) !important;
}

.bg-warning-opacity-7 {
  background-color: rgba(255, 73, 15, 0.07) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-7 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-7:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.07) !important;
}

.bg-warning-opacity-8 {
  background-color: rgba(255, 73, 15, 0.08) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-8 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-8:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.08) !important;
}

.bg-warning-opacity-9 {
  background-color: rgba(255, 73, 15, 0.09) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-9 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-9:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.09) !important;
}

.bg-warning-opacity-10 {
  background-color: rgba(255, 73, 15, 0.1) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-10 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-10:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.1) !important;
}

.bg-warning-opacity-11 {
  background-color: rgba(255, 73, 15, 0.11) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-11 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-11:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.11) !important;
}

.bg-warning-opacity-12 {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-12 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-12:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-warning-opacity-13 {
  background-color: rgba(255, 73, 15, 0.13) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-13 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-13:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.13) !important;
}

.bg-warning-opacity-14 {
  background-color: rgba(255, 73, 15, 0.14) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-14 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-14:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.14) !important;
}

.bg-warning-opacity-15 {
  background-color: rgba(255, 73, 15, 0.15) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-15 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-15:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.15) !important;
}

.bg-warning-opacity-16 {
  background-color: rgba(255, 73, 15, 0.16) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-16 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-16:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.16) !important;
}

.bg-warning-opacity-17 {
  background-color: rgba(255, 73, 15, 0.17) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-17 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-17:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.17) !important;
}

.bg-warning-opacity-18 {
  background-color: rgba(255, 73, 15, 0.18) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-18 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-18:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.18) !important;
}

.bg-warning-opacity-19 {
  background-color: rgba(255, 73, 15, 0.19) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-19 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-19:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.19) !important;
}

.bg-warning-opacity-20 {
  background-color: rgba(255, 73, 15, 0.2) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-20 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-20:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.2) !important;
}

.bg-warning-opacity-21 {
  background-color: rgba(255, 73, 15, 0.21) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-21 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-21:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.21) !important;
}

.bg-warning-opacity-22 {
  background-color: rgba(255, 73, 15, 0.22) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-22 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-22:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.22) !important;
}

.bg-warning-opacity-23 {
  background-color: rgba(255, 73, 15, 0.23) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-23 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-23:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.23) !important;
}

.bg-warning-opacity-24 {
  background-color: rgba(255, 73, 15, 0.24) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-24 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-24:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.24) !important;
}

.bg-warning-opacity-25 {
  background-color: rgba(255, 73, 15, 0.25) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-25 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-25:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.25) !important;
}

.bg-warning-opacity-26 {
  background-color: rgba(255, 73, 15, 0.26) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-26 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-26:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.26) !important;
}

.bg-warning-opacity-27 {
  background-color: rgba(255, 73, 15, 0.27) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-27 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-27:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.27) !important;
}

.bg-warning-opacity-28 {
  background-color: rgba(255, 73, 15, 0.28) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-28 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-28:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.28) !important;
}

.bg-warning-opacity-29 {
  background-color: rgba(255, 73, 15, 0.29) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-29 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-29:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.29) !important;
}

.bg-warning-opacity-30 {
  background-color: rgba(255, 73, 15, 0.3) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-30 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-30:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.3) !important;
}

.bg-warning-opacity-31 {
  background-color: rgba(255, 73, 15, 0.31) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-31 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-31:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.31) !important;
}

.bg-warning-opacity-32 {
  background-color: rgba(255, 73, 15, 0.32) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-32 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-32:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.32) !important;
}

.bg-warning-opacity-33 {
  background-color: rgba(255, 73, 15, 0.33) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-33 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-33:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.33) !important;
}

.bg-warning-opacity-34 {
  background-color: rgba(255, 73, 15, 0.34) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-34 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-34:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.34) !important;
}

.bg-warning-opacity-35 {
  background-color: rgba(255, 73, 15, 0.35) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-35 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-35:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.35) !important;
}

.bg-warning-opacity-36 {
  background-color: rgba(255, 73, 15, 0.36) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-36 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-36:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.36) !important;
}

.bg-warning-opacity-37 {
  background-color: rgba(255, 73, 15, 0.37) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-37 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-37:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.37) !important;
}

.bg-warning-opacity-38 {
  background-color: rgba(255, 73, 15, 0.38) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-38 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-38:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.38) !important;
}

.bg-warning-opacity-39 {
  background-color: rgba(255, 73, 15, 0.39) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-39 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-39:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.39) !important;
}

.bg-warning-opacity-40 {
  background-color: rgba(255, 73, 15, 0.4) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-40 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-40:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.4) !important;
}

.bg-warning-opacity-41 {
  background-color: rgba(255, 73, 15, 0.41) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-41 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-41:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.41) !important;
}

.bg-warning-opacity-42 {
  background-color: rgba(255, 73, 15, 0.42) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-42 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-42:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.42) !important;
}

.bg-warning-opacity-43 {
  background-color: rgba(255, 73, 15, 0.43) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-43 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-43:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.43) !important;
}

.bg-warning-opacity-44 {
  background-color: rgba(255, 73, 15, 0.44) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-44 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-44:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.44) !important;
}

.bg-warning-opacity-45 {
  background-color: rgba(255, 73, 15, 0.45) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-45 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-45:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.45) !important;
}

.bg-warning-opacity-46 {
  background-color: rgba(255, 73, 15, 0.46) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-46 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-46:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.46) !important;
}

.bg-warning-opacity-47 {
  background-color: rgba(255, 73, 15, 0.47) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-47 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-47:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.47) !important;
}

.bg-warning-opacity-48 {
  background-color: rgba(255, 73, 15, 0.48) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-48 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-48:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.48) !important;
}

.bg-warning-opacity-49 {
  background-color: rgba(255, 73, 15, 0.49) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-49 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-49:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.49) !important;
}

.bg-warning-opacity-50 {
  background-color: rgba(255, 73, 15, 0.5) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-50 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-50:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.5) !important;
}

.bg-warning-opacity-51 {
  background-color: rgba(255, 73, 15, 0.51) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-51 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-51:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.51) !important;
}

.bg-warning-opacity-52 {
  background-color: rgba(255, 73, 15, 0.52) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-52 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-52:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.52) !important;
}

.bg-warning-opacity-53 {
  background-color: rgba(255, 73, 15, 0.53) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-53 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-53:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.53) !important;
}

.bg-warning-opacity-54 {
  background-color: rgba(255, 73, 15, 0.54) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-54 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-54:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.54) !important;
}

.bg-warning-opacity-55 {
  background-color: rgba(255, 73, 15, 0.55) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-55 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-55:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.55) !important;
}

.bg-warning-opacity-56 {
  background-color: rgba(255, 73, 15, 0.56) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-56 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-56:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.56) !important;
}

.bg-warning-opacity-57 {
  background-color: rgba(255, 73, 15, 0.57) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-57 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-57:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.57) !important;
}

.bg-warning-opacity-58 {
  background-color: rgba(255, 73, 15, 0.58) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-58 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-58:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.58) !important;
}

.bg-warning-opacity-59 {
  background-color: rgba(255, 73, 15, 0.59) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-59 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-59:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.59) !important;
}

.bg-warning-opacity-60 {
  background-color: rgba(255, 73, 15, 0.6) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-60 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-60:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.6) !important;
}

.bg-warning-opacity-61 {
  background-color: rgba(255, 73, 15, 0.61) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-61 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-61:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.61) !important;
}

.bg-warning-opacity-62 {
  background-color: rgba(255, 73, 15, 0.62) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-62 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-62:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.62) !important;
}

.bg-warning-opacity-63 {
  background-color: rgba(255, 73, 15, 0.63) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-63 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-63:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.63) !important;
}

.bg-warning-opacity-64 {
  background-color: rgba(255, 73, 15, 0.64) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-64 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-64:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.64) !important;
}

.bg-warning-opacity-65 {
  background-color: rgba(255, 73, 15, 0.65) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-65 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-65:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.65) !important;
}

.bg-warning-opacity-66 {
  background-color: rgba(255, 73, 15, 0.66) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-66 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-66:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.66) !important;
}

.bg-warning-opacity-67 {
  background-color: rgba(255, 73, 15, 0.67) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-67 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-67:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.67) !important;
}

.bg-warning-opacity-68 {
  background-color: rgba(255, 73, 15, 0.68) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-68 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-68:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.68) !important;
}

.bg-warning-opacity-69 {
  background-color: rgba(255, 73, 15, 0.69) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-69 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-69:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.69) !important;
}

.bg-warning-opacity-70 {
  background-color: rgba(255, 73, 15, 0.7) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-70 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-70:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.7) !important;
}

.bg-warning-opacity-71 {
  background-color: rgba(255, 73, 15, 0.71) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-71 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-71:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.71) !important;
}

.bg-warning-opacity-72 {
  background-color: rgba(255, 73, 15, 0.72) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-72 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-72:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.72) !important;
}

.bg-warning-opacity-73 {
  background-color: rgba(255, 73, 15, 0.73) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-73 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-73:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.73) !important;
}

.bg-warning-opacity-74 {
  background-color: rgba(255, 73, 15, 0.74) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-74 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-74:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.74) !important;
}

.bg-warning-opacity-75 {
  background-color: rgba(255, 73, 15, 0.75) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-75 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-75:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.75) !important;
}

.bg-warning-opacity-76 {
  background-color: rgba(255, 73, 15, 0.76) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-76 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-76:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.76) !important;
}

.bg-warning-opacity-77 {
  background-color: rgba(255, 73, 15, 0.77) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-77 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-77:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.77) !important;
}

.bg-warning-opacity-78 {
  background-color: rgba(255, 73, 15, 0.78) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-78 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-78:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.78) !important;
}

.bg-warning-opacity-79 {
  background-color: rgba(255, 73, 15, 0.79) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-79 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-79:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.79) !important;
}

.bg-warning-opacity-80 {
  background-color: rgba(255, 73, 15, 0.8) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-80 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-80:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.8) !important;
}

.bg-warning-opacity-81 {
  background-color: rgba(255, 73, 15, 0.81) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-81 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-81:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.81) !important;
}

.bg-warning-opacity-82 {
  background-color: rgba(255, 73, 15, 0.82) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-82 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-82:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.82) !important;
}

.bg-warning-opacity-83 {
  background-color: rgba(255, 73, 15, 0.83) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-83 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-83:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.83) !important;
}

.bg-warning-opacity-84 {
  background-color: rgba(255, 73, 15, 0.84) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-84 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-84:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.84) !important;
}

.bg-warning-opacity-85 {
  background-color: rgba(255, 73, 15, 0.85) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-85 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-85:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.85) !important;
}

.bg-warning-opacity-86 {
  background-color: rgba(255, 73, 15, 0.86) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-86 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-86:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.86) !important;
}

.bg-warning-opacity-87 {
  background-color: rgba(255, 73, 15, 0.87) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-87 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-87:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.87) !important;
}

.bg-warning-opacity-88 {
  background-color: rgba(255, 73, 15, 0.88) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-88 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-88:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.88) !important;
}

.bg-warning-opacity-89 {
  background-color: rgba(255, 73, 15, 0.89) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-89 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-89:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.89) !important;
}

.bg-warning-opacity-90 {
  background-color: rgba(255, 73, 15, 0.9) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-90 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-90:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.9) !important;
}

.bg-warning-opacity-91 {
  background-color: rgba(255, 73, 15, 0.91) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-91 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-91:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.91) !important;
}

.bg-warning-opacity-92 {
  background-color: rgba(255, 73, 15, 0.92) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-92 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-92:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.92) !important;
}

.bg-warning-opacity-93 {
  background-color: rgba(255, 73, 15, 0.93) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-93 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-93:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.93) !important;
}

.bg-warning-opacity-94 {
  background-color: rgba(255, 73, 15, 0.94) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-94 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-94:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.94) !important;
}

.bg-warning-opacity-95 {
  background-color: rgba(255, 73, 15, 0.95) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-95 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-95:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.95) !important;
}

.bg-warning-opacity-96 {
  background-color: rgba(255, 73, 15, 0.96) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-96 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-96:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.96) !important;
}

.bg-warning-opacity-97 {
  background-color: rgba(255, 73, 15, 0.97) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-97 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-97:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.97) !important;
}

.bg-warning-opacity-98 {
  background-color: rgba(255, 73, 15, 0.98) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-98 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-98:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.98) !important;
}

.bg-warning-opacity-99 {
  background-color: rgba(255, 73, 15, 0.99) !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-99 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-99:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 73, 15, 0.99) !important;
}

.bg-warning-opacity-100 {
  background-color: #ff490f !important;
}

.bg-hover-warning {
  transition: all 0.3s ease;
}

.bg-hover-warning:hover {
  transition: all 0.3s ease;
  background-color: #FF490F !important;
}

.bg-light-warning {
  background-color: rgba(255, 73, 15, 0.12) !important;
}

.bg-hover-warning-opacity-100 {
  transition: all 0.3s ease;
}

.bg-hover-warning-opacity-100:hover {
  transition: all 0.3s ease;
  background-color: #ff490f !important;
}

.bg-danger-opacity-1 {
  background-color: rgba(239, 48, 94, 0.01) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-1 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-1:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.01) !important;
}

.bg-danger-opacity-2 {
  background-color: rgba(239, 48, 94, 0.02) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-2 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-2:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.02) !important;
}

.bg-danger-opacity-3 {
  background-color: rgba(239, 48, 94, 0.03) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-3 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-3:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.03) !important;
}

.bg-danger-opacity-4 {
  background-color: rgba(239, 48, 94, 0.04) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-4 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-4:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.04) !important;
}

.bg-danger-opacity-5 {
  background-color: rgba(239, 48, 94, 0.05) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-5 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-5:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.05) !important;
}

.bg-danger-opacity-6 {
  background-color: rgba(239, 48, 94, 0.06) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-6 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-6:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.06) !important;
}

.bg-danger-opacity-7 {
  background-color: rgba(239, 48, 94, 0.07) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-7 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-7:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.07) !important;
}

.bg-danger-opacity-8 {
  background-color: rgba(239, 48, 94, 0.08) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-8 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-8:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.08) !important;
}

.bg-danger-opacity-9 {
  background-color: rgba(239, 48, 94, 0.09) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-9 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-9:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.09) !important;
}

.bg-danger-opacity-10 {
  background-color: rgba(239, 48, 94, 0.1) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-10 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-10:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.1) !important;
}

.bg-danger-opacity-11 {
  background-color: rgba(239, 48, 94, 0.11) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-11 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-11:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.11) !important;
}

.bg-danger-opacity-12 {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-12 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-12:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-danger-opacity-13 {
  background-color: rgba(239, 48, 94, 0.13) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-13 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-13:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.13) !important;
}

.bg-danger-opacity-14 {
  background-color: rgba(239, 48, 94, 0.14) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-14 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-14:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.14) !important;
}

.bg-danger-opacity-15 {
  background-color: rgba(239, 48, 94, 0.15) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-15 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-15:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.15) !important;
}

.bg-danger-opacity-16 {
  background-color: rgba(239, 48, 94, 0.16) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-16 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-16:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.16) !important;
}

.bg-danger-opacity-17 {
  background-color: rgba(239, 48, 94, 0.17) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-17 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-17:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.17) !important;
}

.bg-danger-opacity-18 {
  background-color: rgba(239, 48, 94, 0.18) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-18 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-18:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.18) !important;
}

.bg-danger-opacity-19 {
  background-color: rgba(239, 48, 94, 0.19) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-19 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-19:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.19) !important;
}

.bg-danger-opacity-20 {
  background-color: rgba(239, 48, 94, 0.2) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-20 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-20:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.2) !important;
}

.bg-danger-opacity-21 {
  background-color: rgba(239, 48, 94, 0.21) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-21 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-21:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.21) !important;
}

.bg-danger-opacity-22 {
  background-color: rgba(239, 48, 94, 0.22) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-22 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-22:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.22) !important;
}

.bg-danger-opacity-23 {
  background-color: rgba(239, 48, 94, 0.23) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-23 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-23:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.23) !important;
}

.bg-danger-opacity-24 {
  background-color: rgba(239, 48, 94, 0.24) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-24 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-24:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.24) !important;
}

.bg-danger-opacity-25 {
  background-color: rgba(239, 48, 94, 0.25) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-25 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-25:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.25) !important;
}

.bg-danger-opacity-26 {
  background-color: rgba(239, 48, 94, 0.26) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-26 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-26:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.26) !important;
}

.bg-danger-opacity-27 {
  background-color: rgba(239, 48, 94, 0.27) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-27 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-27:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.27) !important;
}

.bg-danger-opacity-28 {
  background-color: rgba(239, 48, 94, 0.28) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-28 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-28:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.28) !important;
}

.bg-danger-opacity-29 {
  background-color: rgba(239, 48, 94, 0.29) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-29 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-29:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.29) !important;
}

.bg-danger-opacity-30 {
  background-color: rgba(239, 48, 94, 0.3) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-30 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-30:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.3) !important;
}

.bg-danger-opacity-31 {
  background-color: rgba(239, 48, 94, 0.31) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-31 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-31:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.31) !important;
}

.bg-danger-opacity-32 {
  background-color: rgba(239, 48, 94, 0.32) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-32 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-32:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.32) !important;
}

.bg-danger-opacity-33 {
  background-color: rgba(239, 48, 94, 0.33) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-33 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-33:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.33) !important;
}

.bg-danger-opacity-34 {
  background-color: rgba(239, 48, 94, 0.34) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-34 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-34:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.34) !important;
}

.bg-danger-opacity-35 {
  background-color: rgba(239, 48, 94, 0.35) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-35 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-35:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.35) !important;
}

.bg-danger-opacity-36 {
  background-color: rgba(239, 48, 94, 0.36) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-36 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-36:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.36) !important;
}

.bg-danger-opacity-37 {
  background-color: rgba(239, 48, 94, 0.37) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-37 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-37:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.37) !important;
}

.bg-danger-opacity-38 {
  background-color: rgba(239, 48, 94, 0.38) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-38 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-38:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.38) !important;
}

.bg-danger-opacity-39 {
  background-color: rgba(239, 48, 94, 0.39) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-39 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-39:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.39) !important;
}

.bg-danger-opacity-40 {
  background-color: rgba(239, 48, 94, 0.4) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-40 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-40:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.4) !important;
}

.bg-danger-opacity-41 {
  background-color: rgba(239, 48, 94, 0.41) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-41 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-41:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.41) !important;
}

.bg-danger-opacity-42 {
  background-color: rgba(239, 48, 94, 0.42) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-42 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-42:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.42) !important;
}

.bg-danger-opacity-43 {
  background-color: rgba(239, 48, 94, 0.43) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-43 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-43:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.43) !important;
}

.bg-danger-opacity-44 {
  background-color: rgba(239, 48, 94, 0.44) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-44 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-44:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.44) !important;
}

.bg-danger-opacity-45 {
  background-color: rgba(239, 48, 94, 0.45) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-45 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-45:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.45) !important;
}

.bg-danger-opacity-46 {
  background-color: rgba(239, 48, 94, 0.46) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-46 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-46:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.46) !important;
}

.bg-danger-opacity-47 {
  background-color: rgba(239, 48, 94, 0.47) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-47 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-47:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.47) !important;
}

.bg-danger-opacity-48 {
  background-color: rgba(239, 48, 94, 0.48) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-48 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-48:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.48) !important;
}

.bg-danger-opacity-49 {
  background-color: rgba(239, 48, 94, 0.49) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-49 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-49:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.49) !important;
}

.bg-danger-opacity-50 {
  background-color: rgba(239, 48, 94, 0.5) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-50 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-50:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.5) !important;
}

.bg-danger-opacity-51 {
  background-color: rgba(239, 48, 94, 0.51) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-51 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-51:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.51) !important;
}

.bg-danger-opacity-52 {
  background-color: rgba(239, 48, 94, 0.52) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-52 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-52:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.52) !important;
}

.bg-danger-opacity-53 {
  background-color: rgba(239, 48, 94, 0.53) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-53 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-53:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.53) !important;
}

.bg-danger-opacity-54 {
  background-color: rgba(239, 48, 94, 0.54) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-54 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-54:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.54) !important;
}

.bg-danger-opacity-55 {
  background-color: rgba(239, 48, 94, 0.55) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-55 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-55:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.55) !important;
}

.bg-danger-opacity-56 {
  background-color: rgba(239, 48, 94, 0.56) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-56 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-56:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.56) !important;
}

.bg-danger-opacity-57 {
  background-color: rgba(239, 48, 94, 0.57) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-57 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-57:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.57) !important;
}

.bg-danger-opacity-58 {
  background-color: rgba(239, 48, 94, 0.58) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-58 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-58:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.58) !important;
}

.bg-danger-opacity-59 {
  background-color: rgba(239, 48, 94, 0.59) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-59 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-59:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.59) !important;
}

.bg-danger-opacity-60 {
  background-color: rgba(239, 48, 94, 0.6) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-60 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-60:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.6) !important;
}

.bg-danger-opacity-61 {
  background-color: rgba(239, 48, 94, 0.61) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-61 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-61:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.61) !important;
}

.bg-danger-opacity-62 {
  background-color: rgba(239, 48, 94, 0.62) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-62 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-62:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.62) !important;
}

.bg-danger-opacity-63 {
  background-color: rgba(239, 48, 94, 0.63) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-63 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-63:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.63) !important;
}

.bg-danger-opacity-64 {
  background-color: rgba(239, 48, 94, 0.64) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-64 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-64:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.64) !important;
}

.bg-danger-opacity-65 {
  background-color: rgba(239, 48, 94, 0.65) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-65 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-65:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.65) !important;
}

.bg-danger-opacity-66 {
  background-color: rgba(239, 48, 94, 0.66) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-66 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-66:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.66) !important;
}

.bg-danger-opacity-67 {
  background-color: rgba(239, 48, 94, 0.67) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-67 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-67:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.67) !important;
}

.bg-danger-opacity-68 {
  background-color: rgba(239, 48, 94, 0.68) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-68 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-68:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.68) !important;
}

.bg-danger-opacity-69 {
  background-color: rgba(239, 48, 94, 0.69) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-69 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-69:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.69) !important;
}

.bg-danger-opacity-70 {
  background-color: rgba(239, 48, 94, 0.7) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-70 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-70:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.7) !important;
}

.bg-danger-opacity-71 {
  background-color: rgba(239, 48, 94, 0.71) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-71 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-71:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.71) !important;
}

.bg-danger-opacity-72 {
  background-color: rgba(239, 48, 94, 0.72) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-72 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-72:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.72) !important;
}

.bg-danger-opacity-73 {
  background-color: rgba(239, 48, 94, 0.73) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-73 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-73:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.73) !important;
}

.bg-danger-opacity-74 {
  background-color: rgba(239, 48, 94, 0.74) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-74 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-74:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.74) !important;
}

.bg-danger-opacity-75 {
  background-color: rgba(239, 48, 94, 0.75) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-75 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-75:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.75) !important;
}

.bg-danger-opacity-76 {
  background-color: rgba(239, 48, 94, 0.76) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-76 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-76:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.76) !important;
}

.bg-danger-opacity-77 {
  background-color: rgba(239, 48, 94, 0.77) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-77 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-77:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.77) !important;
}

.bg-danger-opacity-78 {
  background-color: rgba(239, 48, 94, 0.78) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-78 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-78:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.78) !important;
}

.bg-danger-opacity-79 {
  background-color: rgba(239, 48, 94, 0.79) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-79 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-79:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.79) !important;
}

.bg-danger-opacity-80 {
  background-color: rgba(239, 48, 94, 0.8) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-80 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-80:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.8) !important;
}

.bg-danger-opacity-81 {
  background-color: rgba(239, 48, 94, 0.81) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-81 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-81:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.81) !important;
}

.bg-danger-opacity-82 {
  background-color: rgba(239, 48, 94, 0.82) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-82 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-82:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.82) !important;
}

.bg-danger-opacity-83 {
  background-color: rgba(239, 48, 94, 0.83) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-83 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-83:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.83) !important;
}

.bg-danger-opacity-84 {
  background-color: rgba(239, 48, 94, 0.84) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-84 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-84:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.84) !important;
}

.bg-danger-opacity-85 {
  background-color: rgba(239, 48, 94, 0.85) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-85 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-85:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.85) !important;
}

.bg-danger-opacity-86 {
  background-color: rgba(239, 48, 94, 0.86) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-86 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-86:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.86) !important;
}

.bg-danger-opacity-87 {
  background-color: rgba(239, 48, 94, 0.87) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-87 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-87:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.87) !important;
}

.bg-danger-opacity-88 {
  background-color: rgba(239, 48, 94, 0.88) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-88 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-88:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.88) !important;
}

.bg-danger-opacity-89 {
  background-color: rgba(239, 48, 94, 0.89) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-89 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-89:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.89) !important;
}

.bg-danger-opacity-90 {
  background-color: rgba(239, 48, 94, 0.9) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-90 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-90:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.9) !important;
}

.bg-danger-opacity-91 {
  background-color: rgba(239, 48, 94, 0.91) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-91 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-91:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.91) !important;
}

.bg-danger-opacity-92 {
  background-color: rgba(239, 48, 94, 0.92) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-92 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-92:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.92) !important;
}

.bg-danger-opacity-93 {
  background-color: rgba(239, 48, 94, 0.93) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-93 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-93:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.93) !important;
}

.bg-danger-opacity-94 {
  background-color: rgba(239, 48, 94, 0.94) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-94 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-94:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.94) !important;
}

.bg-danger-opacity-95 {
  background-color: rgba(239, 48, 94, 0.95) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-95 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-95:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.95) !important;
}

.bg-danger-opacity-96 {
  background-color: rgba(239, 48, 94, 0.96) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-96 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-96:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.96) !important;
}

.bg-danger-opacity-97 {
  background-color: rgba(239, 48, 94, 0.97) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-97 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-97:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.97) !important;
}

.bg-danger-opacity-98 {
  background-color: rgba(239, 48, 94, 0.98) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-98 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-98:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.98) !important;
}

.bg-danger-opacity-99 {
  background-color: rgba(239, 48, 94, 0.99) !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-99 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-99:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 48, 94, 0.99) !important;
}

.bg-danger-opacity-100 {
  background-color: #ef305e !important;
}

.bg-hover-danger {
  transition: all 0.3s ease;
}

.bg-hover-danger:hover {
  transition: all 0.3s ease;
  background-color: #EF305E !important;
}

.bg-light-danger {
  background-color: rgba(239, 48, 94, 0.12) !important;
}

.bg-hover-danger-opacity-100 {
  transition: all 0.3s ease;
}

.bg-hover-danger-opacity-100:hover {
  transition: all 0.3s ease;
  background-color: #ef305e !important;
}

.bg-light-opacity-1 {
  background-color: rgba(245, 248, 250, 0.01) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-1 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-1:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.01) !important;
}

.bg-light-opacity-2 {
  background-color: rgba(245, 248, 250, 0.02) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-2 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-2:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.02) !important;
}

.bg-light-opacity-3 {
  background-color: rgba(245, 248, 250, 0.03) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-3 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-3:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.03) !important;
}

.bg-light-opacity-4 {
  background-color: rgba(245, 248, 250, 0.04) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-4 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-4:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.04) !important;
}

.bg-light-opacity-5 {
  background-color: rgba(245, 248, 250, 0.05) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-5 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-5:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.05) !important;
}

.bg-light-opacity-6 {
  background-color: rgba(245, 248, 250, 0.06) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-6 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-6:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.06) !important;
}

.bg-light-opacity-7 {
  background-color: rgba(245, 248, 250, 0.07) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-7 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-7:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.07) !important;
}

.bg-light-opacity-8 {
  background-color: rgba(245, 248, 250, 0.08) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-8 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-8:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.08) !important;
}

.bg-light-opacity-9 {
  background-color: rgba(245, 248, 250, 0.09) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-9 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-9:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.09) !important;
}

.bg-light-opacity-10 {
  background-color: rgba(245, 248, 250, 0.1) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-10 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-10:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.1) !important;
}

.bg-light-opacity-11 {
  background-color: rgba(245, 248, 250, 0.11) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-11 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-11:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.11) !important;
}

.bg-light-opacity-12 {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-12 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-12:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-light-opacity-13 {
  background-color: rgba(245, 248, 250, 0.13) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-13 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-13:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.13) !important;
}

.bg-light-opacity-14 {
  background-color: rgba(245, 248, 250, 0.14) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-14 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-14:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.14) !important;
}

.bg-light-opacity-15 {
  background-color: rgba(245, 248, 250, 0.15) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-15 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-15:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.15) !important;
}

.bg-light-opacity-16 {
  background-color: rgba(245, 248, 250, 0.16) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-16 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-16:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.16) !important;
}

.bg-light-opacity-17 {
  background-color: rgba(245, 248, 250, 0.17) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-17 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-17:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.17) !important;
}

.bg-light-opacity-18 {
  background-color: rgba(245, 248, 250, 0.18) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-18 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-18:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.18) !important;
}

.bg-light-opacity-19 {
  background-color: rgba(245, 248, 250, 0.19) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-19 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-19:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.19) !important;
}

.bg-light-opacity-20 {
  background-color: rgba(245, 248, 250, 0.2) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-20 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-20:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.2) !important;
}

.bg-light-opacity-21 {
  background-color: rgba(245, 248, 250, 0.21) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-21 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-21:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.21) !important;
}

.bg-light-opacity-22 {
  background-color: rgba(245, 248, 250, 0.22) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-22 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-22:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.22) !important;
}

.bg-light-opacity-23 {
  background-color: rgba(245, 248, 250, 0.23) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-23 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-23:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.23) !important;
}

.bg-light-opacity-24 {
  background-color: rgba(245, 248, 250, 0.24) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-24 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-24:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.24) !important;
}

.bg-light-opacity-25 {
  background-color: rgba(245, 248, 250, 0.25) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-25 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-25:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.25) !important;
}

.bg-light-opacity-26 {
  background-color: rgba(245, 248, 250, 0.26) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-26 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-26:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.26) !important;
}

.bg-light-opacity-27 {
  background-color: rgba(245, 248, 250, 0.27) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-27 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-27:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.27) !important;
}

.bg-light-opacity-28 {
  background-color: rgba(245, 248, 250, 0.28) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-28 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-28:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.28) !important;
}

.bg-light-opacity-29 {
  background-color: rgba(245, 248, 250, 0.29) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-29 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-29:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.29) !important;
}

.bg-light-opacity-30 {
  background-color: rgba(245, 248, 250, 0.3) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-30 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-30:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.3) !important;
}

.bg-light-opacity-31 {
  background-color: rgba(245, 248, 250, 0.31) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-31 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-31:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.31) !important;
}

.bg-light-opacity-32 {
  background-color: rgba(245, 248, 250, 0.32) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-32 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-32:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.32) !important;
}

.bg-light-opacity-33 {
  background-color: rgba(245, 248, 250, 0.33) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-33 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-33:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.33) !important;
}

.bg-light-opacity-34 {
  background-color: rgba(245, 248, 250, 0.34) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-34 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-34:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.34) !important;
}

.bg-light-opacity-35 {
  background-color: rgba(245, 248, 250, 0.35) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-35 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-35:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.35) !important;
}

.bg-light-opacity-36 {
  background-color: rgba(245, 248, 250, 0.36) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-36 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-36:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.36) !important;
}

.bg-light-opacity-37 {
  background-color: rgba(245, 248, 250, 0.37) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-37 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-37:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.37) !important;
}

.bg-light-opacity-38 {
  background-color: rgba(245, 248, 250, 0.38) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-38 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-38:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.38) !important;
}

.bg-light-opacity-39 {
  background-color: rgba(245, 248, 250, 0.39) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-39 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-39:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.39) !important;
}

.bg-light-opacity-40 {
  background-color: rgba(245, 248, 250, 0.4) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-40 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-40:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.4) !important;
}

.bg-light-opacity-41 {
  background-color: rgba(245, 248, 250, 0.41) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-41 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-41:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.41) !important;
}

.bg-light-opacity-42 {
  background-color: rgba(245, 248, 250, 0.42) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-42 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-42:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.42) !important;
}

.bg-light-opacity-43 {
  background-color: rgba(245, 248, 250, 0.43) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-43 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-43:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.43) !important;
}

.bg-light-opacity-44 {
  background-color: rgba(245, 248, 250, 0.44) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-44 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-44:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.44) !important;
}

.bg-light-opacity-45 {
  background-color: rgba(245, 248, 250, 0.45) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-45 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-45:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.45) !important;
}

.bg-light-opacity-46 {
  background-color: rgba(245, 248, 250, 0.46) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-46 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-46:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.46) !important;
}

.bg-light-opacity-47 {
  background-color: rgba(245, 248, 250, 0.47) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-47 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-47:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.47) !important;
}

.bg-light-opacity-48 {
  background-color: rgba(245, 248, 250, 0.48) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-48 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-48:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.48) !important;
}

.bg-light-opacity-49 {
  background-color: rgba(245, 248, 250, 0.49) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-49 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-49:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.49) !important;
}

.bg-light-opacity-50 {
  background-color: rgba(245, 248, 250, 0.5) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-50 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-50:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.5) !important;
}

.bg-light-opacity-51 {
  background-color: rgba(245, 248, 250, 0.51) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-51 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-51:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.51) !important;
}

.bg-light-opacity-52 {
  background-color: rgba(245, 248, 250, 0.52) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-52 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-52:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.52) !important;
}

.bg-light-opacity-53 {
  background-color: rgba(245, 248, 250, 0.53) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-53 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-53:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.53) !important;
}

.bg-light-opacity-54 {
  background-color: rgba(245, 248, 250, 0.54) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-54 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-54:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.54) !important;
}

.bg-light-opacity-55 {
  background-color: rgba(245, 248, 250, 0.55) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-55 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-55:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.55) !important;
}

.bg-light-opacity-56 {
  background-color: rgba(245, 248, 250, 0.56) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-56 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-56:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.56) !important;
}

.bg-light-opacity-57 {
  background-color: rgba(245, 248, 250, 0.57) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-57 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-57:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.57) !important;
}

.bg-light-opacity-58 {
  background-color: rgba(245, 248, 250, 0.58) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-58 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-58:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.58) !important;
}

.bg-light-opacity-59 {
  background-color: rgba(245, 248, 250, 0.59) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-59 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-59:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.59) !important;
}

.bg-light-opacity-60 {
  background-color: rgba(245, 248, 250, 0.6) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-60 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-60:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.6) !important;
}

.bg-light-opacity-61 {
  background-color: rgba(245, 248, 250, 0.61) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-61 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-61:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.61) !important;
}

.bg-light-opacity-62 {
  background-color: rgba(245, 248, 250, 0.62) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-62 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-62:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.62) !important;
}

.bg-light-opacity-63 {
  background-color: rgba(245, 248, 250, 0.63) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-63 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-63:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.63) !important;
}

.bg-light-opacity-64 {
  background-color: rgba(245, 248, 250, 0.64) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-64 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-64:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.64) !important;
}

.bg-light-opacity-65 {
  background-color: rgba(245, 248, 250, 0.65) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-65 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-65:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.65) !important;
}

.bg-light-opacity-66 {
  background-color: rgba(245, 248, 250, 0.66) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-66 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-66:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.66) !important;
}

.bg-light-opacity-67 {
  background-color: rgba(245, 248, 250, 0.67) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-67 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-67:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.67) !important;
}

.bg-light-opacity-68 {
  background-color: rgba(245, 248, 250, 0.68) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-68 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-68:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.68) !important;
}

.bg-light-opacity-69 {
  background-color: rgba(245, 248, 250, 0.69) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-69 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-69:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.69) !important;
}

.bg-light-opacity-70 {
  background-color: rgba(245, 248, 250, 0.7) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-70 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-70:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.7) !important;
}

.bg-light-opacity-71 {
  background-color: rgba(245, 248, 250, 0.71) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-71 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-71:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.71) !important;
}

.bg-light-opacity-72 {
  background-color: rgba(245, 248, 250, 0.72) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-72 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-72:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.72) !important;
}

.bg-light-opacity-73 {
  background-color: rgba(245, 248, 250, 0.73) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-73 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-73:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.73) !important;
}

.bg-light-opacity-74 {
  background-color: rgba(245, 248, 250, 0.74) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-74 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-74:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.74) !important;
}

.bg-light-opacity-75 {
  background-color: rgba(245, 248, 250, 0.75) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-75 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-75:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.75) !important;
}

.bg-light-opacity-76 {
  background-color: rgba(245, 248, 250, 0.76) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-76 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-76:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.76) !important;
}

.bg-light-opacity-77 {
  background-color: rgba(245, 248, 250, 0.77) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-77 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-77:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.77) !important;
}

.bg-light-opacity-78 {
  background-color: rgba(245, 248, 250, 0.78) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-78 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-78:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.78) !important;
}

.bg-light-opacity-79 {
  background-color: rgba(245, 248, 250, 0.79) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-79 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-79:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.79) !important;
}

.bg-light-opacity-80 {
  background-color: rgba(245, 248, 250, 0.8) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-80 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-80:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.8) !important;
}

.bg-light-opacity-81 {
  background-color: rgba(245, 248, 250, 0.81) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-81 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-81:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.81) !important;
}

.bg-light-opacity-82 {
  background-color: rgba(245, 248, 250, 0.82) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-82 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-82:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.82) !important;
}

.bg-light-opacity-83 {
  background-color: rgba(245, 248, 250, 0.83) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-83 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-83:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.83) !important;
}

.bg-light-opacity-84 {
  background-color: rgba(245, 248, 250, 0.84) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-84 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-84:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.84) !important;
}

.bg-light-opacity-85 {
  background-color: rgba(245, 248, 250, 0.85) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-85 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-85:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.85) !important;
}

.bg-light-opacity-86 {
  background-color: rgba(245, 248, 250, 0.86) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-86 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-86:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.86) !important;
}

.bg-light-opacity-87 {
  background-color: rgba(245, 248, 250, 0.87) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-87 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-87:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.87) !important;
}

.bg-light-opacity-88 {
  background-color: rgba(245, 248, 250, 0.88) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-88 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-88:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.88) !important;
}

.bg-light-opacity-89 {
  background-color: rgba(245, 248, 250, 0.89) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-89 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-89:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.89) !important;
}

.bg-light-opacity-90 {
  background-color: rgba(245, 248, 250, 0.9) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-90 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-90:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.9) !important;
}

.bg-light-opacity-91 {
  background-color: rgba(245, 248, 250, 0.91) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-91 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-91:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.91) !important;
}

.bg-light-opacity-92 {
  background-color: rgba(245, 248, 250, 0.92) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-92 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-92:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.92) !important;
}

.bg-light-opacity-93 {
  background-color: rgba(245, 248, 250, 0.93) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-93 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-93:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.93) !important;
}

.bg-light-opacity-94 {
  background-color: rgba(245, 248, 250, 0.94) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-94 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-94:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.94) !important;
}

.bg-light-opacity-95 {
  background-color: rgba(245, 248, 250, 0.95) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-95 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-95:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.95) !important;
}

.bg-light-opacity-96 {
  background-color: rgba(245, 248, 250, 0.96) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-96 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-96:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.96) !important;
}

.bg-light-opacity-97 {
  background-color: rgba(245, 248, 250, 0.97) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-97 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-97:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.97) !important;
}

.bg-light-opacity-98 {
  background-color: rgba(245, 248, 250, 0.98) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-98 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-98:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.98) !important;
}

.bg-light-opacity-99 {
  background-color: rgba(245, 248, 250, 0.99) !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-99 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-99:hover {
  transition: all 0.3s ease;
  background-color: rgba(245, 248, 250, 0.99) !important;
}

.bg-light-opacity-100 {
  background-color: #f5f8fa !important;
}

.bg-hover-light {
  transition: all 0.3s ease;
}

.bg-hover-light:hover {
  transition: all 0.3s ease;
  background-color: #F5F8FA !important;
}

.bg-light-light {
  background-color: rgba(245, 248, 250, 0.12) !important;
}

.bg-hover-light-opacity-100 {
  transition: all 0.3s ease;
}

.bg-hover-light-opacity-100:hover {
  transition: all 0.3s ease;
  background-color: #f5f8fa !important;
}

.bg-dark-opacity-1 {
  background-color: rgba(47, 48, 68, 0.01) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-1 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-1:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.01) !important;
}

.bg-dark-opacity-2 {
  background-color: rgba(47, 48, 68, 0.02) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-2 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-2:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.02) !important;
}

.bg-dark-opacity-3 {
  background-color: rgba(47, 48, 68, 0.03) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-3 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-3:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.03) !important;
}

.bg-dark-opacity-4 {
  background-color: rgba(47, 48, 68, 0.04) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-4 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-4:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.04) !important;
}

.bg-dark-opacity-5 {
  background-color: rgba(47, 48, 68, 0.05) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-5 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-5:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.05) !important;
}

.bg-dark-opacity-6 {
  background-color: rgba(47, 48, 68, 0.06) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-6 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-6:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.06) !important;
}

.bg-dark-opacity-7 {
  background-color: rgba(47, 48, 68, 0.07) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-7 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-7:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.07) !important;
}

.bg-dark-opacity-8 {
  background-color: rgba(47, 48, 68, 0.08) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-8 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-8:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.08) !important;
}

.bg-dark-opacity-9 {
  background-color: rgba(47, 48, 68, 0.09) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-9 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-9:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.09) !important;
}

.bg-dark-opacity-10 {
  background-color: rgba(47, 48, 68, 0.1) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-10 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-10:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.1) !important;
}

.bg-dark-opacity-11 {
  background-color: rgba(47, 48, 68, 0.11) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-11 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-11:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.11) !important;
}

.bg-dark-opacity-12 {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-12 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-12:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-dark-opacity-13 {
  background-color: rgba(47, 48, 68, 0.13) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-13 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-13:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.13) !important;
}

.bg-dark-opacity-14 {
  background-color: rgba(47, 48, 68, 0.14) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-14 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-14:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.14) !important;
}

.bg-dark-opacity-15 {
  background-color: rgba(47, 48, 68, 0.15) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-15 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-15:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.15) !important;
}

.bg-dark-opacity-16 {
  background-color: rgba(47, 48, 68, 0.16) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-16 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-16:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.16) !important;
}

.bg-dark-opacity-17 {
  background-color: rgba(47, 48, 68, 0.17) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-17 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-17:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.17) !important;
}

.bg-dark-opacity-18 {
  background-color: rgba(47, 48, 68, 0.18) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-18 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-18:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.18) !important;
}

.bg-dark-opacity-19 {
  background-color: rgba(47, 48, 68, 0.19) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-19 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-19:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.19) !important;
}

.bg-dark-opacity-20 {
  background-color: rgba(47, 48, 68, 0.2) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-20 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-20:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.2) !important;
}

.bg-dark-opacity-21 {
  background-color: rgba(47, 48, 68, 0.21) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-21 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-21:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.21) !important;
}

.bg-dark-opacity-22 {
  background-color: rgba(47, 48, 68, 0.22) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-22 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-22:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.22) !important;
}

.bg-dark-opacity-23 {
  background-color: rgba(47, 48, 68, 0.23) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-23 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-23:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.23) !important;
}

.bg-dark-opacity-24 {
  background-color: rgba(47, 48, 68, 0.24) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-24 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-24:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.24) !important;
}

.bg-dark-opacity-25 {
  background-color: rgba(47, 48, 68, 0.25) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-25 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-25:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.25) !important;
}

.bg-dark-opacity-26 {
  background-color: rgba(47, 48, 68, 0.26) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-26 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-26:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.26) !important;
}

.bg-dark-opacity-27 {
  background-color: rgba(47, 48, 68, 0.27) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-27 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-27:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.27) !important;
}

.bg-dark-opacity-28 {
  background-color: rgba(47, 48, 68, 0.28) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-28 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-28:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.28) !important;
}

.bg-dark-opacity-29 {
  background-color: rgba(47, 48, 68, 0.29) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-29 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-29:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.29) !important;
}

.bg-dark-opacity-30 {
  background-color: rgba(47, 48, 68, 0.3) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-30 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-30:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.3) !important;
}

.bg-dark-opacity-31 {
  background-color: rgba(47, 48, 68, 0.31) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-31 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-31:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.31) !important;
}

.bg-dark-opacity-32 {
  background-color: rgba(47, 48, 68, 0.32) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-32 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-32:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.32) !important;
}

.bg-dark-opacity-33 {
  background-color: rgba(47, 48, 68, 0.33) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-33 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-33:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.33) !important;
}

.bg-dark-opacity-34 {
  background-color: rgba(47, 48, 68, 0.34) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-34 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-34:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.34) !important;
}

.bg-dark-opacity-35 {
  background-color: rgba(47, 48, 68, 0.35) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-35 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-35:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.35) !important;
}

.bg-dark-opacity-36 {
  background-color: rgba(47, 48, 68, 0.36) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-36 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-36:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.36) !important;
}

.bg-dark-opacity-37 {
  background-color: rgba(47, 48, 68, 0.37) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-37 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-37:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.37) !important;
}

.bg-dark-opacity-38 {
  background-color: rgba(47, 48, 68, 0.38) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-38 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-38:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.38) !important;
}

.bg-dark-opacity-39 {
  background-color: rgba(47, 48, 68, 0.39) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-39 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-39:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.39) !important;
}

.bg-dark-opacity-40 {
  background-color: rgba(47, 48, 68, 0.4) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-40 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-40:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.4) !important;
}

.bg-dark-opacity-41 {
  background-color: rgba(47, 48, 68, 0.41) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-41 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-41:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.41) !important;
}

.bg-dark-opacity-42 {
  background-color: rgba(47, 48, 68, 0.42) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-42 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-42:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.42) !important;
}

.bg-dark-opacity-43 {
  background-color: rgba(47, 48, 68, 0.43) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-43 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-43:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.43) !important;
}

.bg-dark-opacity-44 {
  background-color: rgba(47, 48, 68, 0.44) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-44 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-44:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.44) !important;
}

.bg-dark-opacity-45 {
  background-color: rgba(47, 48, 68, 0.45) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-45 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-45:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.45) !important;
}

.bg-dark-opacity-46 {
  background-color: rgba(47, 48, 68, 0.46) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-46 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-46:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.46) !important;
}

.bg-dark-opacity-47 {
  background-color: rgba(47, 48, 68, 0.47) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-47 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-47:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.47) !important;
}

.bg-dark-opacity-48 {
  background-color: rgba(47, 48, 68, 0.48) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-48 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-48:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.48) !important;
}

.bg-dark-opacity-49 {
  background-color: rgba(47, 48, 68, 0.49) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-49 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-49:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.49) !important;
}

.bg-dark-opacity-50 {
  background-color: rgba(47, 48, 68, 0.5) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-50 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-50:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.5) !important;
}

.bg-dark-opacity-51 {
  background-color: rgba(47, 48, 68, 0.51) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-51 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-51:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.51) !important;
}

.bg-dark-opacity-52 {
  background-color: rgba(47, 48, 68, 0.52) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-52 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-52:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.52) !important;
}

.bg-dark-opacity-53 {
  background-color: rgba(47, 48, 68, 0.53) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-53 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-53:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.53) !important;
}

.bg-dark-opacity-54 {
  background-color: rgba(47, 48, 68, 0.54) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-54 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-54:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.54) !important;
}

.bg-dark-opacity-55 {
  background-color: rgba(47, 48, 68, 0.55) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-55 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-55:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.55) !important;
}

.bg-dark-opacity-56 {
  background-color: rgba(47, 48, 68, 0.56) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-56 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-56:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.56) !important;
}

.bg-dark-opacity-57 {
  background-color: rgba(47, 48, 68, 0.57) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-57 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-57:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.57) !important;
}

.bg-dark-opacity-58 {
  background-color: rgba(47, 48, 68, 0.58) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-58 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-58:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.58) !important;
}

.bg-dark-opacity-59 {
  background-color: rgba(47, 48, 68, 0.59) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-59 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-59:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.59) !important;
}

.bg-dark-opacity-60 {
  background-color: rgba(47, 48, 68, 0.6) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-60 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-60:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.6) !important;
}

.bg-dark-opacity-61 {
  background-color: rgba(47, 48, 68, 0.61) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-61 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-61:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.61) !important;
}

.bg-dark-opacity-62 {
  background-color: rgba(47, 48, 68, 0.62) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-62 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-62:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.62) !important;
}

.bg-dark-opacity-63 {
  background-color: rgba(47, 48, 68, 0.63) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-63 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-63:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.63) !important;
}

.bg-dark-opacity-64 {
  background-color: rgba(47, 48, 68, 0.64) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-64 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-64:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.64) !important;
}

.bg-dark-opacity-65 {
  background-color: rgba(47, 48, 68, 0.65) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-65 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-65:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.65) !important;
}

.bg-dark-opacity-66 {
  background-color: rgba(47, 48, 68, 0.66) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-66 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-66:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.66) !important;
}

.bg-dark-opacity-67 {
  background-color: rgba(47, 48, 68, 0.67) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-67 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-67:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.67) !important;
}

.bg-dark-opacity-68 {
  background-color: rgba(47, 48, 68, 0.68) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-68 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-68:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.68) !important;
}

.bg-dark-opacity-69 {
  background-color: rgba(47, 48, 68, 0.69) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-69 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-69:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.69) !important;
}

.bg-dark-opacity-70 {
  background-color: rgba(47, 48, 68, 0.7) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-70 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-70:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.7) !important;
}

.bg-dark-opacity-71 {
  background-color: rgba(47, 48, 68, 0.71) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-71 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-71:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.71) !important;
}

.bg-dark-opacity-72 {
  background-color: rgba(47, 48, 68, 0.72) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-72 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-72:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.72) !important;
}

.bg-dark-opacity-73 {
  background-color: rgba(47, 48, 68, 0.73) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-73 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-73:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.73) !important;
}

.bg-dark-opacity-74 {
  background-color: rgba(47, 48, 68, 0.74) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-74 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-74:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.74) !important;
}

.bg-dark-opacity-75 {
  background-color: rgba(47, 48, 68, 0.75) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-75 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-75:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.75) !important;
}

.bg-dark-opacity-76 {
  background-color: rgba(47, 48, 68, 0.76) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-76 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-76:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.76) !important;
}

.bg-dark-opacity-77 {
  background-color: rgba(47, 48, 68, 0.77) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-77 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-77:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.77) !important;
}

.bg-dark-opacity-78 {
  background-color: rgba(47, 48, 68, 0.78) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-78 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-78:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.78) !important;
}

.bg-dark-opacity-79 {
  background-color: rgba(47, 48, 68, 0.79) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-79 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-79:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.79) !important;
}

.bg-dark-opacity-80 {
  background-color: rgba(47, 48, 68, 0.8) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-80 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-80:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.8) !important;
}

.bg-dark-opacity-81 {
  background-color: rgba(47, 48, 68, 0.81) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-81 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-81:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.81) !important;
}

.bg-dark-opacity-82 {
  background-color: rgba(47, 48, 68, 0.82) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-82 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-82:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.82) !important;
}

.bg-dark-opacity-83 {
  background-color: rgba(47, 48, 68, 0.83) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-83 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-83:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.83) !important;
}

.bg-dark-opacity-84 {
  background-color: rgba(47, 48, 68, 0.84) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-84 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-84:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.84) !important;
}

.bg-dark-opacity-85 {
  background-color: rgba(47, 48, 68, 0.85) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-85 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-85:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.85) !important;
}

.bg-dark-opacity-86 {
  background-color: rgba(47, 48, 68, 0.86) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-86 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-86:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.86) !important;
}

.bg-dark-opacity-87 {
  background-color: rgba(47, 48, 68, 0.87) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-87 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-87:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.87) !important;
}

.bg-dark-opacity-88 {
  background-color: rgba(47, 48, 68, 0.88) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-88 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-88:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.88) !important;
}

.bg-dark-opacity-89 {
  background-color: rgba(47, 48, 68, 0.89) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-89 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-89:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.89) !important;
}

.bg-dark-opacity-90 {
  background-color: rgba(47, 48, 68, 0.9) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-90 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-90:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.9) !important;
}

.bg-dark-opacity-91 {
  background-color: rgba(47, 48, 68, 0.91) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-91 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-91:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.91) !important;
}

.bg-dark-opacity-92 {
  background-color: rgba(47, 48, 68, 0.92) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-92 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-92:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.92) !important;
}

.bg-dark-opacity-93 {
  background-color: rgba(47, 48, 68, 0.93) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-93 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-93:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.93) !important;
}

.bg-dark-opacity-94 {
  background-color: rgba(47, 48, 68, 0.94) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-94 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-94:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.94) !important;
}

.bg-dark-opacity-95 {
  background-color: rgba(47, 48, 68, 0.95) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-95 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-95:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.95) !important;
}

.bg-dark-opacity-96 {
  background-color: rgba(47, 48, 68, 0.96) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-96 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-96:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.96) !important;
}

.bg-dark-opacity-97 {
  background-color: rgba(47, 48, 68, 0.97) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-97 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-97:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.97) !important;
}

.bg-dark-opacity-98 {
  background-color: rgba(47, 48, 68, 0.98) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-98 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-98:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.98) !important;
}

.bg-dark-opacity-99 {
  background-color: rgba(47, 48, 68, 0.99) !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-99 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-99:hover {
  transition: all 0.3s ease;
  background-color: rgba(47, 48, 68, 0.99) !important;
}

.bg-dark-opacity-100 {
  background-color: #2f3044 !important;
}

.bg-hover-dark {
  transition: all 0.3s ease;
}

.bg-hover-dark:hover {
  transition: all 0.3s ease;
  background-color: #2F3044 !important;
}

.bg-light-dark {
  background-color: rgba(47, 48, 68, 0.12) !important;
}

.bg-hover-dark-opacity-100 {
  transition: all 0.3s ease;
}

.bg-hover-dark-opacity-100:hover {
  transition: all 0.3s ease;
  background-color: #2f3044 !important;
}

.bg-white-opacity-1 {
  background-color: rgba(255, 255, 255, 0.01) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-1 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-1:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.01) !important;
}

.bg-white-opacity-2 {
  background-color: rgba(255, 255, 255, 0.02) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-2 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-2:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.02) !important;
}

.bg-white-opacity-3 {
  background-color: rgba(255, 255, 255, 0.03) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-3 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-3:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.03) !important;
}

.bg-white-opacity-4 {
  background-color: rgba(255, 255, 255, 0.04) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-4 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-4:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.04) !important;
}

.bg-white-opacity-5 {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-5 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-5:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.bg-white-opacity-6 {
  background-color: rgba(255, 255, 255, 0.06) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-6 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-6:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.06) !important;
}

.bg-white-opacity-7 {
  background-color: rgba(255, 255, 255, 0.07) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-7 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-7:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.07) !important;
}

.bg-white-opacity-8 {
  background-color: rgba(255, 255, 255, 0.08) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-8 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-8:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.08) !important;
}

.bg-white-opacity-9 {
  background-color: rgba(255, 255, 255, 0.09) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-9 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-9:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.09) !important;
}

.bg-white-opacity-10 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-10 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-10:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.bg-white-opacity-11 {
  background-color: rgba(255, 255, 255, 0.11) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-11 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-11:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.11) !important;
}

.bg-white-opacity-12 {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-12 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-12:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-white-opacity-13 {
  background-color: rgba(255, 255, 255, 0.13) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-13 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-13:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.13) !important;
}

.bg-white-opacity-14 {
  background-color: rgba(255, 255, 255, 0.14) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-14 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-14:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.14) !important;
}

.bg-white-opacity-15 {
  background-color: rgba(255, 255, 255, 0.15) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-15 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-15:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.15) !important;
}

.bg-white-opacity-16 {
  background-color: rgba(255, 255, 255, 0.16) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-16 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-16:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.16) !important;
}

.bg-white-opacity-17 {
  background-color: rgba(255, 255, 255, 0.17) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-17 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-17:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.17) !important;
}

.bg-white-opacity-18 {
  background-color: rgba(255, 255, 255, 0.18) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-18 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-18:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.18) !important;
}

.bg-white-opacity-19 {
  background-color: rgba(255, 255, 255, 0.19) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-19 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-19:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.19) !important;
}

.bg-white-opacity-20 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-20 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-20:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.bg-white-opacity-21 {
  background-color: rgba(255, 255, 255, 0.21) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-21 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-21:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.21) !important;
}

.bg-white-opacity-22 {
  background-color: rgba(255, 255, 255, 0.22) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-22 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-22:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.22) !important;
}

.bg-white-opacity-23 {
  background-color: rgba(255, 255, 255, 0.23) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-23 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-23:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.23) !important;
}

.bg-white-opacity-24 {
  background-color: rgba(255, 255, 255, 0.24) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-24 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-24:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.24) !important;
}

.bg-white-opacity-25 {
  background-color: rgba(255, 255, 255, 0.25) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-25 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-25:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.25) !important;
}

.bg-white-opacity-26 {
  background-color: rgba(255, 255, 255, 0.26) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-26 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-26:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.26) !important;
}

.bg-white-opacity-27 {
  background-color: rgba(255, 255, 255, 0.27) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-27 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-27:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.27) !important;
}

.bg-white-opacity-28 {
  background-color: rgba(255, 255, 255, 0.28) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-28 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-28:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.28) !important;
}

.bg-white-opacity-29 {
  background-color: rgba(255, 255, 255, 0.29) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-29 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-29:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.29) !important;
}

.bg-white-opacity-30 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-30 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-30:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.bg-white-opacity-31 {
  background-color: rgba(255, 255, 255, 0.31) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-31 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-31:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.31) !important;
}

.bg-white-opacity-32 {
  background-color: rgba(255, 255, 255, 0.32) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-32 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-32:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.32) !important;
}

.bg-white-opacity-33 {
  background-color: rgba(255, 255, 255, 0.33) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-33 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-33:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.33) !important;
}

.bg-white-opacity-34 {
  background-color: rgba(255, 255, 255, 0.34) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-34 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-34:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.34) !important;
}

.bg-white-opacity-35 {
  background-color: rgba(255, 255, 255, 0.35) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-35 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-35:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.35) !important;
}

.bg-white-opacity-36 {
  background-color: rgba(255, 255, 255, 0.36) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-36 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-36:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.36) !important;
}

.bg-white-opacity-37 {
  background-color: rgba(255, 255, 255, 0.37) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-37 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-37:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.37) !important;
}

.bg-white-opacity-38 {
  background-color: rgba(255, 255, 255, 0.38) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-38 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-38:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.38) !important;
}

.bg-white-opacity-39 {
  background-color: rgba(255, 255, 255, 0.39) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-39 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-39:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.39) !important;
}

.bg-white-opacity-40 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-40 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-40:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.bg-white-opacity-41 {
  background-color: rgba(255, 255, 255, 0.41) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-41 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-41:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.41) !important;
}

.bg-white-opacity-42 {
  background-color: rgba(255, 255, 255, 0.42) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-42 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-42:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.42) !important;
}

.bg-white-opacity-43 {
  background-color: rgba(255, 255, 255, 0.43) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-43 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-43:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.43) !important;
}

.bg-white-opacity-44 {
  background-color: rgba(255, 255, 255, 0.44) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-44 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-44:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.44) !important;
}

.bg-white-opacity-45 {
  background-color: rgba(255, 255, 255, 0.45) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-45 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-45:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.45) !important;
}

.bg-white-opacity-46 {
  background-color: rgba(255, 255, 255, 0.46) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-46 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-46:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.46) !important;
}

.bg-white-opacity-47 {
  background-color: rgba(255, 255, 255, 0.47) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-47 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-47:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.47) !important;
}

.bg-white-opacity-48 {
  background-color: rgba(255, 255, 255, 0.48) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-48 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-48:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.48) !important;
}

.bg-white-opacity-49 {
  background-color: rgba(255, 255, 255, 0.49) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-49 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-49:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.49) !important;
}

.bg-white-opacity-50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-50 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-50:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.bg-white-opacity-51 {
  background-color: rgba(255, 255, 255, 0.51) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-51 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-51:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.51) !important;
}

.bg-white-opacity-52 {
  background-color: rgba(255, 255, 255, 0.52) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-52 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-52:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.52) !important;
}

.bg-white-opacity-53 {
  background-color: rgba(255, 255, 255, 0.53) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-53 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-53:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.53) !important;
}

.bg-white-opacity-54 {
  background-color: rgba(255, 255, 255, 0.54) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-54 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-54:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.54) !important;
}

.bg-white-opacity-55 {
  background-color: rgba(255, 255, 255, 0.55) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-55 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-55:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.55) !important;
}

.bg-white-opacity-56 {
  background-color: rgba(255, 255, 255, 0.56) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-56 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-56:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.56) !important;
}

.bg-white-opacity-57 {
  background-color: rgba(255, 255, 255, 0.57) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-57 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-57:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.57) !important;
}

.bg-white-opacity-58 {
  background-color: rgba(255, 255, 255, 0.58) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-58 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-58:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.58) !important;
}

.bg-white-opacity-59 {
  background-color: rgba(255, 255, 255, 0.59) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-59 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-59:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.59) !important;
}

.bg-white-opacity-60 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-60 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-60:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.bg-white-opacity-61 {
  background-color: rgba(255, 255, 255, 0.61) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-61 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-61:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.61) !important;
}

.bg-white-opacity-62 {
  background-color: rgba(255, 255, 255, 0.62) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-62 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-62:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.62) !important;
}

.bg-white-opacity-63 {
  background-color: rgba(255, 255, 255, 0.63) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-63 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-63:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.63) !important;
}

.bg-white-opacity-64 {
  background-color: rgba(255, 255, 255, 0.64) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-64 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-64:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.64) !important;
}

.bg-white-opacity-65 {
  background-color: rgba(255, 255, 255, 0.65) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-65 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-65:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.65) !important;
}

.bg-white-opacity-66 {
  background-color: rgba(255, 255, 255, 0.66) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-66 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-66:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.66) !important;
}

.bg-white-opacity-67 {
  background-color: rgba(255, 255, 255, 0.67) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-67 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-67:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.67) !important;
}

.bg-white-opacity-68 {
  background-color: rgba(255, 255, 255, 0.68) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-68 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-68:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.68) !important;
}

.bg-white-opacity-69 {
  background-color: rgba(255, 255, 255, 0.69) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-69 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-69:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.69) !important;
}

.bg-white-opacity-70 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-70 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-70:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.bg-white-opacity-71 {
  background-color: rgba(255, 255, 255, 0.71) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-71 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-71:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.71) !important;
}

.bg-white-opacity-72 {
  background-color: rgba(255, 255, 255, 0.72) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-72 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-72:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.72) !important;
}

.bg-white-opacity-73 {
  background-color: rgba(255, 255, 255, 0.73) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-73 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-73:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.73) !important;
}

.bg-white-opacity-74 {
  background-color: rgba(255, 255, 255, 0.74) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-74 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-74:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.74) !important;
}

.bg-white-opacity-75 {
  background-color: rgba(255, 255, 255, 0.75) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-75 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-75:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.75) !important;
}

.bg-white-opacity-76 {
  background-color: rgba(255, 255, 255, 0.76) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-76 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-76:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.76) !important;
}

.bg-white-opacity-77 {
  background-color: rgba(255, 255, 255, 0.77) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-77 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-77:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.77) !important;
}

.bg-white-opacity-78 {
  background-color: rgba(255, 255, 255, 0.78) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-78 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-78:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.78) !important;
}

.bg-white-opacity-79 {
  background-color: rgba(255, 255, 255, 0.79) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-79 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-79:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.79) !important;
}

.bg-white-opacity-80 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-80 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-80:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.bg-white-opacity-81 {
  background-color: rgba(255, 255, 255, 0.81) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-81 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-81:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.81) !important;
}

.bg-white-opacity-82 {
  background-color: rgba(255, 255, 255, 0.82) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-82 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-82:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.82) !important;
}

.bg-white-opacity-83 {
  background-color: rgba(255, 255, 255, 0.83) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-83 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-83:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.83) !important;
}

.bg-white-opacity-84 {
  background-color: rgba(255, 255, 255, 0.84) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-84 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-84:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.84) !important;
}

.bg-white-opacity-85 {
  background-color: rgba(255, 255, 255, 0.85) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-85 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-85:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.85) !important;
}

.bg-white-opacity-86 {
  background-color: rgba(255, 255, 255, 0.86) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-86 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-86:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.86) !important;
}

.bg-white-opacity-87 {
  background-color: rgba(255, 255, 255, 0.87) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-87 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-87:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.87) !important;
}

.bg-white-opacity-88 {
  background-color: rgba(255, 255, 255, 0.88) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-88 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-88:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.88) !important;
}

.bg-white-opacity-89 {
  background-color: rgba(255, 255, 255, 0.89) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-89 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-89:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.89) !important;
}

.bg-white-opacity-90 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-90 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-90:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.bg-white-opacity-91 {
  background-color: rgba(255, 255, 255, 0.91) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-91 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-91:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.91) !important;
}

.bg-white-opacity-92 {
  background-color: rgba(255, 255, 255, 0.92) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-92 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-92:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.92) !important;
}

.bg-white-opacity-93 {
  background-color: rgba(255, 255, 255, 0.93) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-93 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-93:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.93) !important;
}

.bg-white-opacity-94 {
  background-color: rgba(255, 255, 255, 0.94) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-94 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-94:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.94) !important;
}

.bg-white-opacity-95 {
  background-color: rgba(255, 255, 255, 0.95) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-95 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-95:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.95) !important;
}

.bg-white-opacity-96 {
  background-color: rgba(255, 255, 255, 0.96) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-96 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-96:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.96) !important;
}

.bg-white-opacity-97 {
  background-color: rgba(255, 255, 255, 0.97) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-97 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-97:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.97) !important;
}

.bg-white-opacity-98 {
  background-color: rgba(255, 255, 255, 0.98) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-98 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-98:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.98) !important;
}

.bg-white-opacity-99 {
  background-color: rgba(255, 255, 255, 0.99) !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-99 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-99:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.99) !important;
}

.bg-white-opacity-100 {
  background-color: white !important;
}

.bg-hover-white {
  transition: all 0.3s ease;
}

.bg-hover-white:hover {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-hover-white-opacity-100 {
  transition: all 0.3s ease;
}

.bg-hover-white-opacity-100:hover {
  transition: all 0.3s ease;
  background-color: white !important;
}

.bg-muted-opacity-1 {
  background-color: rgba(181, 181, 195, 0.01) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-1 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-1:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.01) !important;
}

.bg-muted-opacity-2 {
  background-color: rgba(181, 181, 195, 0.02) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-2 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-2:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.02) !important;
}

.bg-muted-opacity-3 {
  background-color: rgba(181, 181, 195, 0.03) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-3 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-3:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.03) !important;
}

.bg-muted-opacity-4 {
  background-color: rgba(181, 181, 195, 0.04) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-4 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-4:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.04) !important;
}

.bg-muted-opacity-5 {
  background-color: rgba(181, 181, 195, 0.05) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-5 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-5:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.05) !important;
}

.bg-muted-opacity-6 {
  background-color: rgba(181, 181, 195, 0.06) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-6 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-6:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.06) !important;
}

.bg-muted-opacity-7 {
  background-color: rgba(181, 181, 195, 0.07) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-7 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-7:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.07) !important;
}

.bg-muted-opacity-8 {
  background-color: rgba(181, 181, 195, 0.08) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-8 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-8:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.08) !important;
}

.bg-muted-opacity-9 {
  background-color: rgba(181, 181, 195, 0.09) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-9 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-9:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.09) !important;
}

.bg-muted-opacity-10 {
  background-color: rgba(181, 181, 195, 0.1) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-10 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-10:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.1) !important;
}

.bg-muted-opacity-11 {
  background-color: rgba(181, 181, 195, 0.11) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-11 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-11:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.11) !important;
}

.bg-muted-opacity-12 {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-12 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-12:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-muted-opacity-13 {
  background-color: rgba(181, 181, 195, 0.13) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-13 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-13:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.13) !important;
}

.bg-muted-opacity-14 {
  background-color: rgba(181, 181, 195, 0.14) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-14 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-14:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.14) !important;
}

.bg-muted-opacity-15 {
  background-color: rgba(181, 181, 195, 0.15) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-15 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-15:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.15) !important;
}

.bg-muted-opacity-16 {
  background-color: rgba(181, 181, 195, 0.16) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-16 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-16:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.16) !important;
}

.bg-muted-opacity-17 {
  background-color: rgba(181, 181, 195, 0.17) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-17 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-17:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.17) !important;
}

.bg-muted-opacity-18 {
  background-color: rgba(181, 181, 195, 0.18) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-18 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-18:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.18) !important;
}

.bg-muted-opacity-19 {
  background-color: rgba(181, 181, 195, 0.19) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-19 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-19:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.19) !important;
}

.bg-muted-opacity-20 {
  background-color: rgba(181, 181, 195, 0.2) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-20 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-20:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.2) !important;
}

.bg-muted-opacity-21 {
  background-color: rgba(181, 181, 195, 0.21) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-21 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-21:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.21) !important;
}

.bg-muted-opacity-22 {
  background-color: rgba(181, 181, 195, 0.22) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-22 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-22:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.22) !important;
}

.bg-muted-opacity-23 {
  background-color: rgba(181, 181, 195, 0.23) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-23 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-23:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.23) !important;
}

.bg-muted-opacity-24 {
  background-color: rgba(181, 181, 195, 0.24) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-24 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-24:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.24) !important;
}

.bg-muted-opacity-25 {
  background-color: rgba(181, 181, 195, 0.25) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-25 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-25:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.25) !important;
}

.bg-muted-opacity-26 {
  background-color: rgba(181, 181, 195, 0.26) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-26 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-26:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.26) !important;
}

.bg-muted-opacity-27 {
  background-color: rgba(181, 181, 195, 0.27) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-27 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-27:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.27) !important;
}

.bg-muted-opacity-28 {
  background-color: rgba(181, 181, 195, 0.28) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-28 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-28:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.28) !important;
}

.bg-muted-opacity-29 {
  background-color: rgba(181, 181, 195, 0.29) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-29 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-29:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.29) !important;
}

.bg-muted-opacity-30 {
  background-color: rgba(181, 181, 195, 0.3) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-30 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-30:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.3) !important;
}

.bg-muted-opacity-31 {
  background-color: rgba(181, 181, 195, 0.31) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-31 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-31:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.31) !important;
}

.bg-muted-opacity-32 {
  background-color: rgba(181, 181, 195, 0.32) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-32 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-32:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.32) !important;
}

.bg-muted-opacity-33 {
  background-color: rgba(181, 181, 195, 0.33) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-33 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-33:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.33) !important;
}

.bg-muted-opacity-34 {
  background-color: rgba(181, 181, 195, 0.34) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-34 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-34:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.34) !important;
}

.bg-muted-opacity-35 {
  background-color: rgba(181, 181, 195, 0.35) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-35 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-35:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.35) !important;
}

.bg-muted-opacity-36 {
  background-color: rgba(181, 181, 195, 0.36) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-36 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-36:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.36) !important;
}

.bg-muted-opacity-37 {
  background-color: rgba(181, 181, 195, 0.37) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-37 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-37:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.37) !important;
}

.bg-muted-opacity-38 {
  background-color: rgba(181, 181, 195, 0.38) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-38 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-38:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.38) !important;
}

.bg-muted-opacity-39 {
  background-color: rgba(181, 181, 195, 0.39) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-39 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-39:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.39) !important;
}

.bg-muted-opacity-40 {
  background-color: rgba(181, 181, 195, 0.4) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-40 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-40:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.4) !important;
}

.bg-muted-opacity-41 {
  background-color: rgba(181, 181, 195, 0.41) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-41 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-41:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.41) !important;
}

.bg-muted-opacity-42 {
  background-color: rgba(181, 181, 195, 0.42) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-42 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-42:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.42) !important;
}

.bg-muted-opacity-43 {
  background-color: rgba(181, 181, 195, 0.43) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-43 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-43:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.43) !important;
}

.bg-muted-opacity-44 {
  background-color: rgba(181, 181, 195, 0.44) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-44 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-44:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.44) !important;
}

.bg-muted-opacity-45 {
  background-color: rgba(181, 181, 195, 0.45) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-45 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-45:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.45) !important;
}

.bg-muted-opacity-46 {
  background-color: rgba(181, 181, 195, 0.46) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-46 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-46:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.46) !important;
}

.bg-muted-opacity-47 {
  background-color: rgba(181, 181, 195, 0.47) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-47 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-47:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.47) !important;
}

.bg-muted-opacity-48 {
  background-color: rgba(181, 181, 195, 0.48) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-48 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-48:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.48) !important;
}

.bg-muted-opacity-49 {
  background-color: rgba(181, 181, 195, 0.49) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-49 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-49:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.49) !important;
}

.bg-muted-opacity-50 {
  background-color: rgba(181, 181, 195, 0.5) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-50 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-50:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.5) !important;
}

.bg-muted-opacity-51 {
  background-color: rgba(181, 181, 195, 0.51) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-51 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-51:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.51) !important;
}

.bg-muted-opacity-52 {
  background-color: rgba(181, 181, 195, 0.52) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-52 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-52:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.52) !important;
}

.bg-muted-opacity-53 {
  background-color: rgba(181, 181, 195, 0.53) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-53 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-53:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.53) !important;
}

.bg-muted-opacity-54 {
  background-color: rgba(181, 181, 195, 0.54) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-54 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-54:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.54) !important;
}

.bg-muted-opacity-55 {
  background-color: rgba(181, 181, 195, 0.55) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-55 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-55:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.55) !important;
}

.bg-muted-opacity-56 {
  background-color: rgba(181, 181, 195, 0.56) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-56 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-56:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.56) !important;
}

.bg-muted-opacity-57 {
  background-color: rgba(181, 181, 195, 0.57) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-57 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-57:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.57) !important;
}

.bg-muted-opacity-58 {
  background-color: rgba(181, 181, 195, 0.58) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-58 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-58:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.58) !important;
}

.bg-muted-opacity-59 {
  background-color: rgba(181, 181, 195, 0.59) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-59 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-59:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.59) !important;
}

.bg-muted-opacity-60 {
  background-color: rgba(181, 181, 195, 0.6) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-60 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-60:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.6) !important;
}

.bg-muted-opacity-61 {
  background-color: rgba(181, 181, 195, 0.61) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-61 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-61:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.61) !important;
}

.bg-muted-opacity-62 {
  background-color: rgba(181, 181, 195, 0.62) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-62 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-62:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.62) !important;
}

.bg-muted-opacity-63 {
  background-color: rgba(181, 181, 195, 0.63) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-63 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-63:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.63) !important;
}

.bg-muted-opacity-64 {
  background-color: rgba(181, 181, 195, 0.64) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-64 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-64:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.64) !important;
}

.bg-muted-opacity-65 {
  background-color: rgba(181, 181, 195, 0.65) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-65 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-65:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.65) !important;
}

.bg-muted-opacity-66 {
  background-color: rgba(181, 181, 195, 0.66) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-66 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-66:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.66) !important;
}

.bg-muted-opacity-67 {
  background-color: rgba(181, 181, 195, 0.67) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-67 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-67:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.67) !important;
}

.bg-muted-opacity-68 {
  background-color: rgba(181, 181, 195, 0.68) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-68 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-68:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.68) !important;
}

.bg-muted-opacity-69 {
  background-color: rgba(181, 181, 195, 0.69) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-69 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-69:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.69) !important;
}

.bg-muted-opacity-70 {
  background-color: rgba(181, 181, 195, 0.7) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-70 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-70:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.7) !important;
}

.bg-muted-opacity-71 {
  background-color: rgba(181, 181, 195, 0.71) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-71 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-71:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.71) !important;
}

.bg-muted-opacity-72 {
  background-color: rgba(181, 181, 195, 0.72) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-72 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-72:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.72) !important;
}

.bg-muted-opacity-73 {
  background-color: rgba(181, 181, 195, 0.73) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-73 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-73:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.73) !important;
}

.bg-muted-opacity-74 {
  background-color: rgba(181, 181, 195, 0.74) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-74 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-74:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.74) !important;
}

.bg-muted-opacity-75 {
  background-color: rgba(181, 181, 195, 0.75) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-75 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-75:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.75) !important;
}

.bg-muted-opacity-76 {
  background-color: rgba(181, 181, 195, 0.76) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-76 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-76:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.76) !important;
}

.bg-muted-opacity-77 {
  background-color: rgba(181, 181, 195, 0.77) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-77 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-77:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.77) !important;
}

.bg-muted-opacity-78 {
  background-color: rgba(181, 181, 195, 0.78) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-78 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-78:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.78) !important;
}

.bg-muted-opacity-79 {
  background-color: rgba(181, 181, 195, 0.79) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-79 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-79:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.79) !important;
}

.bg-muted-opacity-80 {
  background-color: rgba(181, 181, 195, 0.8) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-80 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-80:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.8) !important;
}

.bg-muted-opacity-81 {
  background-color: rgba(181, 181, 195, 0.81) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-81 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-81:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.81) !important;
}

.bg-muted-opacity-82 {
  background-color: rgba(181, 181, 195, 0.82) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-82 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-82:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.82) !important;
}

.bg-muted-opacity-83 {
  background-color: rgba(181, 181, 195, 0.83) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-83 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-83:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.83) !important;
}

.bg-muted-opacity-84 {
  background-color: rgba(181, 181, 195, 0.84) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-84 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-84:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.84) !important;
}

.bg-muted-opacity-85 {
  background-color: rgba(181, 181, 195, 0.85) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-85 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-85:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.85) !important;
}

.bg-muted-opacity-86 {
  background-color: rgba(181, 181, 195, 0.86) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-86 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-86:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.86) !important;
}

.bg-muted-opacity-87 {
  background-color: rgba(181, 181, 195, 0.87) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-87 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-87:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.87) !important;
}

.bg-muted-opacity-88 {
  background-color: rgba(181, 181, 195, 0.88) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-88 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-88:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.88) !important;
}

.bg-muted-opacity-89 {
  background-color: rgba(181, 181, 195, 0.89) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-89 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-89:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.89) !important;
}

.bg-muted-opacity-90 {
  background-color: rgba(181, 181, 195, 0.9) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-90 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-90:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.9) !important;
}

.bg-muted-opacity-91 {
  background-color: rgba(181, 181, 195, 0.91) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-91 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-91:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.91) !important;
}

.bg-muted-opacity-92 {
  background-color: rgba(181, 181, 195, 0.92) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-92 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-92:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.92) !important;
}

.bg-muted-opacity-93 {
  background-color: rgba(181, 181, 195, 0.93) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-93 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-93:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.93) !important;
}

.bg-muted-opacity-94 {
  background-color: rgba(181, 181, 195, 0.94) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-94 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-94:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.94) !important;
}

.bg-muted-opacity-95 {
  background-color: rgba(181, 181, 195, 0.95) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-95 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-95:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.95) !important;
}

.bg-muted-opacity-96 {
  background-color: rgba(181, 181, 195, 0.96) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-96 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-96:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.96) !important;
}

.bg-muted-opacity-97 {
  background-color: rgba(181, 181, 195, 0.97) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-97 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-97:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.97) !important;
}

.bg-muted-opacity-98 {
  background-color: rgba(181, 181, 195, 0.98) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-98 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-98:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.98) !important;
}

.bg-muted-opacity-99 {
  background-color: rgba(181, 181, 195, 0.99) !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-99 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-99:hover {
  transition: all 0.3s ease;
  background-color: rgba(181, 181, 195, 0.99) !important;
}

.bg-muted-opacity-100 {
  background-color: #b5b5c3 !important;
}

.bg-hover-muted {
  transition: all 0.3s ease;
}

.bg-hover-muted:hover {
  transition: all 0.3s ease;
  background-color: #B5B5C3 !important;
}

.bg-light-muted {
  background-color: rgba(181, 181, 195, 0.12) !important;
}

.bg-hover-muted-opacity-100 {
  transition: all 0.3s ease;
}

.bg-hover-muted-opacity-100:hover {
  transition: all 0.3s ease;
  background-color: #b5b5c3 !important;
}

.bg-gray-100 {
  background-color: #F3F6F9 !important;
}

.bg-gray-200 {
  background-color: #EBEDF3 !important;
}

.bg-gray-300 {
  background-color: #E4E6EF !important;
}

.bg-gray-400 {
  background-color: #D1D3E0 !important;
}

.bg-gray-500 {
  background-color: #B5B5C3 !important;
}

.bg-gray-600 {
  background-color: #7E8299 !important;
}

.bg-gray-700 {
  background-color: #5E6278 !important;
}

.bg-gray-800 {
  background-color: #3F4254 !important;
}

.bg-gray-900 {
  background-color: #181C32 !important;
}

.bgi-size-length {
  background-size: length;
}

.bgi-size-cover {
  background-size: cover;
}

.bgi-size-contain {
  background-size: contain;
}

.bgi-no-repeat {
  background-repeat: no-repeat;
}

.bgi-position-top {
  background-position: 0 top;
}

.bgi-position-bottom {
  background-position: 0 bottom;
}

.bgi-position-center {
  background-position: center;
}

.bgi-position-x-center {
  background-position-x: center;
}

.bgi-position-x-left {
  background-position-x: left;
}

.bgi-position-x-right {
  background-position-x: right;
}

.bgi-position-y-top {
  background-position-y: top;
}

.bgi-position-y-bottom {
  background-position-y: bottom;
}

.rounded-bottom-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.border-dashed {
  border-style: dashed !important;
}

.rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.flex-root {
  flex: 1;
  -ms-flex: 1 0 0px;
}

.flex-column-auto {
  flex: none;
}

.flex-column-fluid {
  flex: 1 0 auto;
}

.flex-row-auto {
  flex: 0 0 auto;
}

.flex-row-fluid {
  flex: 1 auto;
  -ms-flex: 1 0 0px;
  min-width: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flex-row-fluid {
    min-width: none;
  }
}

@media (min-width: 576px) {
  .flex-sm-root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }

  .flex-sm-column-auto {
    flex: none;
  }

  .flex-sm-column-fluid {
    flex: 1 0 auto;
  }

  .flex-sm-row-auto {
    flex: 0 0 auto;
  }

  .flex-sm-row-fluid {
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}

@media screen and (min-width: 576px) and (-ms-high-contrast: active), (min-width: 576px) and (-ms-high-contrast: none) {
  .flex-sm-row-fluid {
    min-width: none;
  }
}

@media (min-width: 768px) {
  .flex-md-root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }

  .flex-md-column-auto {
    flex: none;
  }

  .flex-md-column-fluid {
    flex: 1 0 auto;
  }

  .flex-md-row-auto {
    flex: 0 0 auto;
  }

  .flex-md-row-fluid {
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
  .flex-md-row-fluid {
    min-width: none;
  }
}

@media (min-width: 992px) {
  .flex-lg-root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }

  .flex-lg-column-auto {
    flex: none;
  }

  .flex-lg-column-fluid {
    flex: 1 0 auto;
  }

  .flex-lg-row-auto {
    flex: 0 0 auto;
  }

  .flex-lg-row-fluid {
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}

@media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .flex-lg-row-fluid {
    min-width: none;
  }
}

@media (min-width: 1200px) {
  .flex-xl-root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }

  .flex-xl-column-auto {
    flex: none;
  }

  .flex-xl-column-fluid {
    flex: 1 0 auto;
  }

  .flex-xl-row-auto {
    flex: 0 0 auto;
  }

  .flex-xl-row-fluid {
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}

@media screen and (min-width: 1200px) and (-ms-high-contrast: active), (min-width: 1200px) and (-ms-high-contrast: none) {
  .flex-xl-row-fluid {
    min-width: none;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }

  .flex-xxl-column-auto {
    flex: none;
  }

  .flex-xxl-column-fluid {
    flex: 1 0 auto;
  }

  .flex-xxl-row-auto {
    flex: 0 0 auto;
  }

  .flex-xxl-row-fluid {
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}

@media screen and (min-width: 1400px) and (-ms-high-contrast: active), (min-width: 1400px) and (-ms-high-contrast: none) {
  .flex-xxl-row-fluid {
    min-width: none;
  }
}

.opacity-1 {
  opacity: 0.01 !important;
}

.hover-opacity-1:hover {
  opacity: 0.01 !important;
}

.active-opacity-1.active {
  opacity: 0.01 !important;
}

.opacity-2 {
  opacity: 0.02 !important;
}

.hover-opacity-2:hover {
  opacity: 0.02 !important;
}

.active-opacity-2.active {
  opacity: 0.02 !important;
}

.opacity-3 {
  opacity: 0.03 !important;
}

.hover-opacity-3:hover {
  opacity: 0.03 !important;
}

.active-opacity-3.active {
  opacity: 0.03 !important;
}

.opacity-4 {
  opacity: 0.04 !important;
}

.hover-opacity-4:hover {
  opacity: 0.04 !important;
}

.active-opacity-4.active {
  opacity: 0.04 !important;
}

.opacity-5 {
  opacity: 0.05 !important;
}

.hover-opacity-5:hover {
  opacity: 0.05 !important;
}

.active-opacity-5.active {
  opacity: 0.05 !important;
}

.opacity-6 {
  opacity: 0.06 !important;
}

.hover-opacity-6:hover {
  opacity: 0.06 !important;
}

.active-opacity-6.active {
  opacity: 0.06 !important;
}

.opacity-7 {
  opacity: 0.07 !important;
}

.hover-opacity-7:hover {
  opacity: 0.07 !important;
}

.active-opacity-7.active {
  opacity: 0.07 !important;
}

.opacity-8 {
  opacity: 0.08 !important;
}

.hover-opacity-8:hover {
  opacity: 0.08 !important;
}

.active-opacity-8.active {
  opacity: 0.08 !important;
}

.opacity-9 {
  opacity: 0.09 !important;
}

.hover-opacity-9:hover {
  opacity: 0.09 !important;
}

.active-opacity-9.active {
  opacity: 0.09 !important;
}

.opacity-10 {
  opacity: 0.1 !important;
}

.hover-opacity-10:hover {
  opacity: 0.1 !important;
}

.active-opacity-10.active {
  opacity: 0.1 !important;
}

.opacity-11 {
  opacity: 0.11 !important;
}

.hover-opacity-11:hover {
  opacity: 0.11 !important;
}

.active-opacity-11.active {
  opacity: 0.11 !important;
}

.opacity-12 {
  opacity: 0.12 !important;
}

.hover-opacity-12:hover {
  opacity: 0.12 !important;
}

.active-opacity-12.active {
  opacity: 0.12 !important;
}

.opacity-13 {
  opacity: 0.13 !important;
}

.hover-opacity-13:hover {
  opacity: 0.13 !important;
}

.active-opacity-13.active {
  opacity: 0.13 !important;
}

.opacity-14 {
  opacity: 0.14 !important;
}

.hover-opacity-14:hover {
  opacity: 0.14 !important;
}

.active-opacity-14.active {
  opacity: 0.14 !important;
}

.opacity-15 {
  opacity: 0.15 !important;
}

.hover-opacity-15:hover {
  opacity: 0.15 !important;
}

.active-opacity-15.active {
  opacity: 0.15 !important;
}

.opacity-16 {
  opacity: 0.16 !important;
}

.hover-opacity-16:hover {
  opacity: 0.16 !important;
}

.active-opacity-16.active {
  opacity: 0.16 !important;
}

.opacity-17 {
  opacity: 0.17 !important;
}

.hover-opacity-17:hover {
  opacity: 0.17 !important;
}

.active-opacity-17.active {
  opacity: 0.17 !important;
}

.opacity-18 {
  opacity: 0.18 !important;
}

.hover-opacity-18:hover {
  opacity: 0.18 !important;
}

.active-opacity-18.active {
  opacity: 0.18 !important;
}

.opacity-19 {
  opacity: 0.19 !important;
}

.hover-opacity-19:hover {
  opacity: 0.19 !important;
}

.active-opacity-19.active {
  opacity: 0.19 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.hover-opacity-20:hover {
  opacity: 0.2 !important;
}

.active-opacity-20.active {
  opacity: 0.2 !important;
}

.opacity-21 {
  opacity: 0.21 !important;
}

.hover-opacity-21:hover {
  opacity: 0.21 !important;
}

.active-opacity-21.active {
  opacity: 0.21 !important;
}

.opacity-22 {
  opacity: 0.22 !important;
}

.hover-opacity-22:hover {
  opacity: 0.22 !important;
}

.active-opacity-22.active {
  opacity: 0.22 !important;
}

.opacity-23 {
  opacity: 0.23 !important;
}

.hover-opacity-23:hover {
  opacity: 0.23 !important;
}

.active-opacity-23.active {
  opacity: 0.23 !important;
}

.opacity-24 {
  opacity: 0.24 !important;
}

.hover-opacity-24:hover {
  opacity: 0.24 !important;
}

.active-opacity-24.active {
  opacity: 0.24 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.hover-opacity-25:hover {
  opacity: 0.25 !important;
}

.active-opacity-25.active {
  opacity: 0.25 !important;
}

.opacity-26 {
  opacity: 0.26 !important;
}

.hover-opacity-26:hover {
  opacity: 0.26 !important;
}

.active-opacity-26.active {
  opacity: 0.26 !important;
}

.opacity-27 {
  opacity: 0.27 !important;
}

.hover-opacity-27:hover {
  opacity: 0.27 !important;
}

.active-opacity-27.active {
  opacity: 0.27 !important;
}

.opacity-28 {
  opacity: 0.28 !important;
}

.hover-opacity-28:hover {
  opacity: 0.28 !important;
}

.active-opacity-28.active {
  opacity: 0.28 !important;
}

.opacity-29 {
  opacity: 0.29 !important;
}

.hover-opacity-29:hover {
  opacity: 0.29 !important;
}

.active-opacity-29.active {
  opacity: 0.29 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.hover-opacity-30:hover {
  opacity: 0.3 !important;
}

.active-opacity-30.active {
  opacity: 0.3 !important;
}

.opacity-31 {
  opacity: 0.31 !important;
}

.hover-opacity-31:hover {
  opacity: 0.31 !important;
}

.active-opacity-31.active {
  opacity: 0.31 !important;
}

.opacity-32 {
  opacity: 0.32 !important;
}

.hover-opacity-32:hover {
  opacity: 0.32 !important;
}

.active-opacity-32.active {
  opacity: 0.32 !important;
}

.opacity-33 {
  opacity: 0.33 !important;
}

.hover-opacity-33:hover {
  opacity: 0.33 !important;
}

.active-opacity-33.active {
  opacity: 0.33 !important;
}

.opacity-34 {
  opacity: 0.34 !important;
}

.hover-opacity-34:hover {
  opacity: 0.34 !important;
}

.active-opacity-34.active {
  opacity: 0.34 !important;
}

.opacity-35 {
  opacity: 0.35 !important;
}

.hover-opacity-35:hover {
  opacity: 0.35 !important;
}

.active-opacity-35.active {
  opacity: 0.35 !important;
}

.opacity-36 {
  opacity: 0.36 !important;
}

.hover-opacity-36:hover {
  opacity: 0.36 !important;
}

.active-opacity-36.active {
  opacity: 0.36 !important;
}

.opacity-37 {
  opacity: 0.37 !important;
}

.hover-opacity-37:hover {
  opacity: 0.37 !important;
}

.active-opacity-37.active {
  opacity: 0.37 !important;
}

.opacity-38 {
  opacity: 0.38 !important;
}

.hover-opacity-38:hover {
  opacity: 0.38 !important;
}

.active-opacity-38.active {
  opacity: 0.38 !important;
}

.opacity-39 {
  opacity: 0.39 !important;
}

.hover-opacity-39:hover {
  opacity: 0.39 !important;
}

.active-opacity-39.active {
  opacity: 0.39 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.hover-opacity-40:hover {
  opacity: 0.4 !important;
}

.active-opacity-40.active {
  opacity: 0.4 !important;
}

.opacity-41 {
  opacity: 0.41 !important;
}

.hover-opacity-41:hover {
  opacity: 0.41 !important;
}

.active-opacity-41.active {
  opacity: 0.41 !important;
}

.opacity-42 {
  opacity: 0.42 !important;
}

.hover-opacity-42:hover {
  opacity: 0.42 !important;
}

.active-opacity-42.active {
  opacity: 0.42 !important;
}

.opacity-43 {
  opacity: 0.43 !important;
}

.hover-opacity-43:hover {
  opacity: 0.43 !important;
}

.active-opacity-43.active {
  opacity: 0.43 !important;
}

.opacity-44 {
  opacity: 0.44 !important;
}

.hover-opacity-44:hover {
  opacity: 0.44 !important;
}

.active-opacity-44.active {
  opacity: 0.44 !important;
}

.opacity-45 {
  opacity: 0.45 !important;
}

.hover-opacity-45:hover {
  opacity: 0.45 !important;
}

.active-opacity-45.active {
  opacity: 0.45 !important;
}

.opacity-46 {
  opacity: 0.46 !important;
}

.hover-opacity-46:hover {
  opacity: 0.46 !important;
}

.active-opacity-46.active {
  opacity: 0.46 !important;
}

.opacity-47 {
  opacity: 0.47 !important;
}

.hover-opacity-47:hover {
  opacity: 0.47 !important;
}

.active-opacity-47.active {
  opacity: 0.47 !important;
}

.opacity-48 {
  opacity: 0.48 !important;
}

.hover-opacity-48:hover {
  opacity: 0.48 !important;
}

.active-opacity-48.active {
  opacity: 0.48 !important;
}

.opacity-49 {
  opacity: 0.49 !important;
}

.hover-opacity-49:hover {
  opacity: 0.49 !important;
}

.active-opacity-49.active {
  opacity: 0.49 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.hover-opacity-50:hover {
  opacity: 0.5 !important;
}

.active-opacity-50.active {
  opacity: 0.5 !important;
}

.opacity-51 {
  opacity: 0.51 !important;
}

.hover-opacity-51:hover {
  opacity: 0.51 !important;
}

.active-opacity-51.active {
  opacity: 0.51 !important;
}

.opacity-52 {
  opacity: 0.52 !important;
}

.hover-opacity-52:hover {
  opacity: 0.52 !important;
}

.active-opacity-52.active {
  opacity: 0.52 !important;
}

.opacity-53 {
  opacity: 0.53 !important;
}

.hover-opacity-53:hover {
  opacity: 0.53 !important;
}

.active-opacity-53.active {
  opacity: 0.53 !important;
}

.opacity-54 {
  opacity: 0.54 !important;
}

.hover-opacity-54:hover {
  opacity: 0.54 !important;
}

.active-opacity-54.active {
  opacity: 0.54 !important;
}

.opacity-55 {
  opacity: 0.55 !important;
}

.hover-opacity-55:hover {
  opacity: 0.55 !important;
}

.active-opacity-55.active {
  opacity: 0.55 !important;
}

.opacity-56 {
  opacity: 0.56 !important;
}

.hover-opacity-56:hover {
  opacity: 0.56 !important;
}

.active-opacity-56.active {
  opacity: 0.56 !important;
}

.opacity-57 {
  opacity: 0.57 !important;
}

.hover-opacity-57:hover {
  opacity: 0.57 !important;
}

.active-opacity-57.active {
  opacity: 0.57 !important;
}

.opacity-58 {
  opacity: 0.58 !important;
}

.hover-opacity-58:hover {
  opacity: 0.58 !important;
}

.active-opacity-58.active {
  opacity: 0.58 !important;
}

.opacity-59 {
  opacity: 0.59 !important;
}

.hover-opacity-59:hover {
  opacity: 0.59 !important;
}

.active-opacity-59.active {
  opacity: 0.59 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.hover-opacity-60:hover {
  opacity: 0.6 !important;
}

.active-opacity-60.active {
  opacity: 0.6 !important;
}

.opacity-61 {
  opacity: 0.61 !important;
}

.hover-opacity-61:hover {
  opacity: 0.61 !important;
}

.active-opacity-61.active {
  opacity: 0.61 !important;
}

.opacity-62 {
  opacity: 0.62 !important;
}

.hover-opacity-62:hover {
  opacity: 0.62 !important;
}

.active-opacity-62.active {
  opacity: 0.62 !important;
}

.opacity-63 {
  opacity: 0.63 !important;
}

.hover-opacity-63:hover {
  opacity: 0.63 !important;
}

.active-opacity-63.active {
  opacity: 0.63 !important;
}

.opacity-64 {
  opacity: 0.64 !important;
}

.hover-opacity-64:hover {
  opacity: 0.64 !important;
}

.active-opacity-64.active {
  opacity: 0.64 !important;
}

.opacity-65 {
  opacity: 0.65 !important;
}

.hover-opacity-65:hover {
  opacity: 0.65 !important;
}

.active-opacity-65.active {
  opacity: 0.65 !important;
}

.opacity-66 {
  opacity: 0.66 !important;
}

.hover-opacity-66:hover {
  opacity: 0.66 !important;
}

.active-opacity-66.active {
  opacity: 0.66 !important;
}

.opacity-67 {
  opacity: 0.67 !important;
}

.hover-opacity-67:hover {
  opacity: 0.67 !important;
}

.active-opacity-67.active {
  opacity: 0.67 !important;
}

.opacity-68 {
  opacity: 0.68 !important;
}

.hover-opacity-68:hover {
  opacity: 0.68 !important;
}

.active-opacity-68.active {
  opacity: 0.68 !important;
}

.opacity-69 {
  opacity: 0.69 !important;
}

.hover-opacity-69:hover {
  opacity: 0.69 !important;
}

.active-opacity-69.active {
  opacity: 0.69 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.hover-opacity-70:hover {
  opacity: 0.7 !important;
}

.active-opacity-70.active {
  opacity: 0.7 !important;
}

.opacity-71 {
  opacity: 0.71 !important;
}

.hover-opacity-71:hover {
  opacity: 0.71 !important;
}

.active-opacity-71.active {
  opacity: 0.71 !important;
}

.opacity-72 {
  opacity: 0.72 !important;
}

.hover-opacity-72:hover {
  opacity: 0.72 !important;
}

.active-opacity-72.active {
  opacity: 0.72 !important;
}

.opacity-73 {
  opacity: 0.73 !important;
}

.hover-opacity-73:hover {
  opacity: 0.73 !important;
}

.active-opacity-73.active {
  opacity: 0.73 !important;
}

.opacity-74 {
  opacity: 0.74 !important;
}

.hover-opacity-74:hover {
  opacity: 0.74 !important;
}

.active-opacity-74.active {
  opacity: 0.74 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.hover-opacity-75:hover {
  opacity: 0.75 !important;
}

.active-opacity-75.active {
  opacity: 0.75 !important;
}

.opacity-76 {
  opacity: 0.76 !important;
}

.hover-opacity-76:hover {
  opacity: 0.76 !important;
}

.active-opacity-76.active {
  opacity: 0.76 !important;
}

.opacity-77 {
  opacity: 0.77 !important;
}

.hover-opacity-77:hover {
  opacity: 0.77 !important;
}

.active-opacity-77.active {
  opacity: 0.77 !important;
}

.opacity-78 {
  opacity: 0.78 !important;
}

.hover-opacity-78:hover {
  opacity: 0.78 !important;
}

.active-opacity-78.active {
  opacity: 0.78 !important;
}

.opacity-79 {
  opacity: 0.79 !important;
}

.hover-opacity-79:hover {
  opacity: 0.79 !important;
}

.active-opacity-79.active {
  opacity: 0.79 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.hover-opacity-80:hover {
  opacity: 0.8 !important;
}

.active-opacity-80.active {
  opacity: 0.8 !important;
}

.opacity-81 {
  opacity: 0.81 !important;
}

.hover-opacity-81:hover {
  opacity: 0.81 !important;
}

.active-opacity-81.active {
  opacity: 0.81 !important;
}

.opacity-82 {
  opacity: 0.82 !important;
}

.hover-opacity-82:hover {
  opacity: 0.82 !important;
}

.active-opacity-82.active {
  opacity: 0.82 !important;
}

.opacity-83 {
  opacity: 0.83 !important;
}

.hover-opacity-83:hover {
  opacity: 0.83 !important;
}

.active-opacity-83.active {
  opacity: 0.83 !important;
}

.opacity-84 {
  opacity: 0.84 !important;
}

.hover-opacity-84:hover {
  opacity: 0.84 !important;
}

.active-opacity-84.active {
  opacity: 0.84 !important;
}

.opacity-85 {
  opacity: 0.85 !important;
}

.hover-opacity-85:hover {
  opacity: 0.85 !important;
}

.active-opacity-85.active {
  opacity: 0.85 !important;
}

.opacity-86 {
  opacity: 0.86 !important;
}

.hover-opacity-86:hover {
  opacity: 0.86 !important;
}

.active-opacity-86.active {
  opacity: 0.86 !important;
}

.opacity-87 {
  opacity: 0.87 !important;
}

.hover-opacity-87:hover {
  opacity: 0.87 !important;
}

.active-opacity-87.active {
  opacity: 0.87 !important;
}

.opacity-88 {
  opacity: 0.88 !important;
}

.hover-opacity-88:hover {
  opacity: 0.88 !important;
}

.active-opacity-88.active {
  opacity: 0.88 !important;
}

.opacity-89 {
  opacity: 0.89 !important;
}

.hover-opacity-89:hover {
  opacity: 0.89 !important;
}

.active-opacity-89.active {
  opacity: 0.89 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.hover-opacity-90:hover {
  opacity: 0.9 !important;
}

.active-opacity-90.active {
  opacity: 0.9 !important;
}

.opacity-91 {
  opacity: 0.91 !important;
}

.hover-opacity-91:hover {
  opacity: 0.91 !important;
}

.active-opacity-91.active {
  opacity: 0.91 !important;
}

.opacity-92 {
  opacity: 0.92 !important;
}

.hover-opacity-92:hover {
  opacity: 0.92 !important;
}

.active-opacity-92.active {
  opacity: 0.92 !important;
}

.opacity-93 {
  opacity: 0.93 !important;
}

.hover-opacity-93:hover {
  opacity: 0.93 !important;
}

.active-opacity-93.active {
  opacity: 0.93 !important;
}

.opacity-94 {
  opacity: 0.94 !important;
}

.hover-opacity-94:hover {
  opacity: 0.94 !important;
}

.active-opacity-94.active {
  opacity: 0.94 !important;
}

.opacity-95 {
  opacity: 0.95 !important;
}

.hover-opacity-95:hover {
  opacity: 0.95 !important;
}

.active-opacity-95.active {
  opacity: 0.95 !important;
}

.opacity-96 {
  opacity: 0.96 !important;
}

.hover-opacity-96:hover {
  opacity: 0.96 !important;
}

.active-opacity-96.active {
  opacity: 0.96 !important;
}

.opacity-97 {
  opacity: 0.97 !important;
}

.hover-opacity-97:hover {
  opacity: 0.97 !important;
}

.active-opacity-97.active {
  opacity: 0.97 !important;
}

.opacity-98 {
  opacity: 0.98 !important;
}

.hover-opacity-98:hover {
  opacity: 0.98 !important;
}

.active-opacity-98.active {
  opacity: 0.98 !important;
}

.opacity-99 {
  opacity: 0.99 !important;
}

.hover-opacity-99:hover {
  opacity: 0.99 !important;
}

.active-opacity-99.active {
  opacity: 0.99 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.hover-opacity-100:hover {
  opacity: 1 !important;
}

.active-opacity-100.active {
  opacity: 1 !important;
}

.left-0 {
  left: 0 !important;
}

.right-0 {
  right: 0 !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.zindex-0 {
  z-index: 0;
}

.zindex-n1 {
  z-index: -1;
}

.zindex-1 {
  z-index: 1;
}

.zindex-2 {
  z-index: 2;
}

.zindex-3 {
  z-index: 3;
}

.zindex-4 {
  z-index: 4;
}

.zindex-5 {
  z-index: 5;
}

.h-auto {
  height: auto !important;
}

.w-auto {
  width: auto !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.min-w-100 {
  min-width: 100% !important;
}

.min-h-100 {
  min-height: 100% !important;
}

.max-h-100 {
  max-height: 100% !important;
}

.max-w-100 {
  max-width: 100% !important;
}

.w-50 {
  width: 50% !important;
}

.h-50 {
  height: 50% !important;
}

.min-w-50 {
  min-width: 50% !important;
}

.min-h-50 {
  min-height: 50% !important;
}

.max-h-50 {
  max-height: 50% !important;
}

.max-w-50 {
  max-width: 50% !important;
}

.w-1px {
  width: 1px !important;
}

.h-1px {
  height: 1px !important;
}

.min-w-1px {
  min-width: 1px !important;
}

.min-h-1px {
  min-height: 1px !important;
}

.max-h-1px {
  max-height: 1px !important;
}

.max-w-1px {
  max-width: 1px !important;
}

.w-2px {
  width: 2px !important;
}

.h-2px {
  height: 2px !important;
}

.min-w-2px {
  min-width: 2px !important;
}

.min-h-2px {
  min-height: 2px !important;
}

.max-h-2px {
  max-height: 2px !important;
}

.max-w-2px {
  max-width: 2px !important;
}

.w-3px {
  width: 3px !important;
}

.h-3px {
  height: 3px !important;
}

.min-w-3px {
  min-width: 3px !important;
}

.min-h-3px {
  min-height: 3px !important;
}

.max-h-3px {
  max-height: 3px !important;
}

.max-w-3px {
  max-width: 3px !important;
}

.w-4px {
  width: 4px !important;
}

.h-4px {
  height: 4px !important;
}

.min-w-4px {
  min-width: 4px !important;
}

.min-h-4px {
  min-height: 4px !important;
}

.max-h-4px {
  max-height: 4px !important;
}

.max-w-4px {
  max-width: 4px !important;
}

.w-5px {
  width: 5px !important;
}

.h-5px {
  height: 5px !important;
}

.min-w-5px {
  min-width: 5px !important;
}

.min-h-5px {
  min-height: 5px !important;
}

.max-h-5px {
  max-height: 5px !important;
}

.max-w-5px {
  max-width: 5px !important;
}

.w-10px {
  width: 10px !important;
}

.h-10px {
  height: 10px !important;
}

.min-w-10px {
  min-width: 10px !important;
}

.min-h-10px {
  min-height: 10px !important;
}

.max-h-10px {
  max-height: 10px !important;
}

.max-w-10px {
  max-width: 10px !important;
}

.w-15px {
  width: 15px !important;
}

.h-15px {
  height: 15px !important;
}

.min-w-15px {
  min-width: 15px !important;
}

.min-h-15px {
  min-height: 15px !important;
}

.max-h-15px {
  max-height: 15px !important;
}

.max-w-15px {
  max-width: 15px !important;
}

.w-20px {
  width: 20px !important;
}

.h-20px {
  height: 20px !important;
}

.min-w-20px {
  min-width: 20px !important;
}

.min-h-20px {
  min-height: 20px !important;
}

.max-h-20px {
  max-height: 20px !important;
}

.max-w-20px {
  max-width: 20px !important;
}

.w-25px {
  width: 25px !important;
}

.h-25px {
  height: 25px !important;
}

.min-w-25px {
  min-width: 25px !important;
}

.min-h-25px {
  min-height: 25px !important;
}

.max-h-25px {
  max-height: 25px !important;
}

.max-w-25px {
  max-width: 25px !important;
}

.w-30px {
  width: 30px !important;
}

.h-30px {
  height: 30px !important;
}

.min-w-30px {
  min-width: 30px !important;
}

.min-h-30px {
  min-height: 30px !important;
}

.max-h-30px {
  max-height: 30px !important;
}

.max-w-30px {
  max-width: 30px !important;
}

.w-35px {
  width: 35px !important;
}

.h-35px {
  height: 35px !important;
}

.min-w-35px {
  min-width: 35px !important;
}

.min-h-35px {
  min-height: 35px !important;
}

.max-h-35px {
  max-height: 35px !important;
}

.max-w-35px {
  max-width: 35px !important;
}

.w-40px {
  width: 40px !important;
}

.h-40px {
  height: 40px !important;
}

.min-w-40px {
  min-width: 40px !important;
}

.min-h-40px {
  min-height: 40px !important;
}

.max-h-40px {
  max-height: 40px !important;
}

.max-w-40px {
  max-width: 40px !important;
}

.w-45px {
  width: 45px !important;
}

.h-45px {
  height: 45px !important;
}

.min-w-45px {
  min-width: 45px !important;
}

.min-h-45px {
  min-height: 45px !important;
}

.max-h-45px {
  max-height: 45px !important;
}

.max-w-45px {
  max-width: 45px !important;
}

.w-50px {
  width: 50px !important;
}

.h-50px {
  height: 50px !important;
}

.min-w-50px {
  min-width: 50px !important;
}

.min-h-50px {
  min-height: 50px !important;
}

.max-h-50px {
  max-height: 50px !important;
}

.max-w-50px {
  max-width: 50px !important;
}

.w-55px {
  width: 55px !important;
}

.h-55px {
  height: 55px !important;
}

.min-w-55px {
  min-width: 55px !important;
}

.min-h-55px {
  min-height: 55px !important;
}

.max-h-55px {
  max-height: 55px !important;
}

.max-w-55px {
  max-width: 55px !important;
}

.w-60px {
  width: 60px !important;
}

.h-60px {
  height: 60px !important;
}

.min-w-60px {
  min-width: 60px !important;
}

.min-h-60px {
  min-height: 60px !important;
}

.max-h-60px {
  max-height: 60px !important;
}

.max-w-60px {
  max-width: 60px !important;
}

.w-65px {
  width: 65px !important;
}

.h-65px {
  height: 65px !important;
}

.min-w-65px {
  min-width: 65px !important;
}

.min-h-65px {
  min-height: 65px !important;
}

.max-h-65px {
  max-height: 65px !important;
}

.max-w-65px {
  max-width: 65px !important;
}

.w-70px {
  width: 70px !important;
}

.h-70px {
  height: 70px !important;
}

.min-w-70px {
  min-width: 70px !important;
}

.min-h-70px {
  min-height: 70px !important;
}

.max-h-70px {
  max-height: 70px !important;
}

.max-w-70px {
  max-width: 70px !important;
}

.w-75px {
  width: 75px !important;
}

.h-75px {
  height: 75px !important;
}

.min-w-75px {
  min-width: 75px !important;
}

.min-h-75px {
  min-height: 75px !important;
}

.max-h-75px {
  max-height: 75px !important;
}

.max-w-75px {
  max-width: 75px !important;
}

.w-80px {
  width: 80px !important;
}

.h-80px {
  height: 80px !important;
}

.min-w-80px {
  min-width: 80px !important;
}

.min-h-80px {
  min-height: 80px !important;
}

.max-h-80px {
  max-height: 80px !important;
}

.max-w-80px {
  max-width: 80px !important;
}

.w-85px {
  width: 85px !important;
}

.h-85px {
  height: 85px !important;
}

.min-w-85px {
  min-width: 85px !important;
}

.min-h-85px {
  min-height: 85px !important;
}

.max-h-85px {
  max-height: 85px !important;
}

.max-w-85px {
  max-width: 85px !important;
}

.w-90px {
  width: 90px !important;
}

.h-90px {
  height: 90px !important;
}

.min-w-90px {
  min-width: 90px !important;
}

.min-h-90px {
  min-height: 90px !important;
}

.max-h-90px {
  max-height: 90px !important;
}

.max-w-90px {
  max-width: 90px !important;
}

.w-95px {
  width: 95px !important;
}

.h-95px {
  height: 95px !important;
}

.min-w-95px {
  min-width: 95px !important;
}

.min-h-95px {
  min-height: 95px !important;
}

.max-h-95px {
  max-height: 95px !important;
}

.max-w-95px {
  max-width: 95px !important;
}

.w-100px {
  width: 100px !important;
}

.h-100px {
  height: 100px !important;
}

.min-w-100px {
  min-width: 100px !important;
}

.min-h-100px {
  min-height: 100px !important;
}

.max-h-100px {
  max-height: 100px !important;
}

.max-w-100px {
  max-width: 100px !important;
}

.w-125px {
  width: 125px !important;
}

.h-125px {
  height: 125px !important;
}

.min-w-125px {
  min-width: 125px !important;
}

.min-h-125px {
  min-height: 125px !important;
}

.max-h-125px {
  max-height: 125px !important;
}

.max-w-125px {
  max-width: 125px !important;
}

.w-150px {
  width: 150px !important;
}

.h-150px {
  height: 150px !important;
}

.min-w-150px {
  min-width: 150px !important;
}

.min-h-150px {
  min-height: 150px !important;
}

.max-h-150px {
  max-height: 150px !important;
}

.max-w-150px {
  max-width: 150px !important;
}

.w-175px {
  width: 175px !important;
}

.h-175px {
  height: 175px !important;
}

.min-w-175px {
  min-width: 175px !important;
}

.min-h-175px {
  min-height: 175px !important;
}

.max-h-175px {
  max-height: 175px !important;
}

.max-w-175px {
  max-width: 175px !important;
}

.w-200px {
  width: 200px !important;
}

.h-200px {
  height: 200px !important;
}

.min-w-200px {
  min-width: 200px !important;
}

.min-h-200px {
  min-height: 200px !important;
}

.max-h-200px {
  max-height: 200px !important;
}

.max-w-200px {
  max-width: 200px !important;
}

.w-220px {
  width: 220px !important;
}

.h-220px {
  height: 220px !important;
}

.min-w-220px {
  min-width: 220px !important;
}

.min-h-220px {
  min-height: 220px !important;
}

.max-h-220px {
  max-height: 220px !important;
}

.max-w-220px {
  max-width: 220px !important;
}

.w-225px {
  width: 225px !important;
}

.h-225px {
  height: 225px !important;
}

.min-w-225px {
  min-width: 225px !important;
}

.min-h-225px {
  min-height: 225px !important;
}

.max-h-225px {
  max-height: 225px !important;
}

.max-w-225px {
  max-width: 225px !important;
}

.w-250px {
  width: 250px !important;
}

.h-250px {
  height: 250px !important;
}

.min-w-250px {
  min-width: 250px !important;
}

.min-h-250px {
  min-height: 250px !important;
}

.max-h-250px {
  max-height: 250px !important;
}

.max-w-250px {
  max-width: 250px !important;
}

.w-275px {
  width: 275px !important;
}

.h-275px {
  height: 275px !important;
}

.min-w-275px {
  min-width: 275px !important;
}

.min-h-275px {
  min-height: 275px !important;
}

.max-h-275px {
  max-height: 275px !important;
}

.max-w-275px {
  max-width: 275px !important;
}

.w-300px {
  width: 300px !important;
}

.h-300px {
  height: 300px !important;
}

.min-w-300px {
  min-width: 300px !important;
}

.min-h-300px {
  min-height: 300px !important;
}

.max-h-300px {
  max-height: 300px !important;
}

.max-w-300px {
  max-width: 300px !important;
}

.w-325px {
  width: 325px !important;
}

.h-325px {
  height: 325px !important;
}

.min-w-325px {
  min-width: 325px !important;
}

.min-h-325px {
  min-height: 325px !important;
}

.max-h-325px {
  max-height: 325px !important;
}

.max-w-325px {
  max-width: 325px !important;
}

.w-350px {
  width: 350px !important;
}

.h-350px {
  height: 350px !important;
}

.min-w-350px {
  min-width: 350px !important;
}

.min-h-350px {
  min-height: 350px !important;
}

.max-h-350px {
  max-height: 350px !important;
}

.max-w-350px {
  max-width: 350px !important;
}

.w-375px {
  width: 375px !important;
}

.h-375px {
  height: 375px !important;
}

.min-w-375px {
  min-width: 375px !important;
}

.min-h-375px {
  min-height: 375px !important;
}

.max-h-375px {
  max-height: 375px !important;
}

.max-w-375px {
  max-width: 375px !important;
}

.w-380px {
  width: 380px !important;
}

.h-380px {
  height: 380px !important;
}

.min-w-380px {
  min-width: 380px !important;
}

.min-h-380px {
  min-height: 380px !important;
}

.max-h-380px {
  max-height: 380px !important;
}

.max-w-380px {
  max-width: 380px !important;
}

.w-400px {
  width: 400px !important;
}

.h-400px {
  height: 400px !important;
}

.min-w-400px {
  min-width: 400px !important;
}

.min-h-400px {
  min-height: 400px !important;
}

.max-h-400px {
  max-height: 400px !important;
}

.max-w-400px {
  max-width: 400px !important;
}

.w-425px {
  width: 425px !important;
}

.h-425px {
  height: 425px !important;
}

.min-w-425px {
  min-width: 425px !important;
}

.min-h-425px {
  min-height: 425px !important;
}

.max-h-425px {
  max-height: 425px !important;
}

.max-w-425px {
  max-width: 425px !important;
}

.w-450px {
  width: 450px !important;
}

.h-450px {
  height: 450px !important;
}

.min-w-450px {
  min-width: 450px !important;
}

.min-h-450px {
  min-height: 450px !important;
}

.max-h-450px {
  max-height: 450px !important;
}

.max-w-450px {
  max-width: 450px !important;
}

.w-475px {
  width: 475px !important;
}

.h-475px {
  height: 475px !important;
}

.min-w-475px {
  min-width: 475px !important;
}

.min-h-475px {
  min-height: 475px !important;
}

.max-h-475px {
  max-height: 475px !important;
}

.max-w-475px {
  max-width: 475px !important;
}

.w-500px {
  width: 500px !important;
}

.h-500px {
  height: 500px !important;
}

.min-w-500px {
  min-width: 500px !important;
}

.min-h-500px {
  min-height: 500px !important;
}

.max-h-500px {
  max-height: 500px !important;
}

.max-w-500px {
  max-width: 500px !important;
}

.w-550px {
  width: 550px !important;
}

.h-550px {
  height: 550px !important;
}

.min-w-550px {
  min-width: 550px !important;
}

.min-h-550px {
  min-height: 550px !important;
}

.max-h-550px {
  max-height: 550px !important;
}

.max-w-550px {
  max-width: 550px !important;
}

.w-600px {
  width: 600px !important;
}

.h-600px {
  height: 600px !important;
}

.min-w-600px {
  min-width: 600px !important;
}

.min-h-600px {
  min-height: 600px !important;
}

.max-h-600px {
  max-height: 600px !important;
}

.max-w-600px {
  max-width: 600px !important;
}

.w-650px {
  width: 650px !important;
}

.h-650px {
  height: 650px !important;
}

.min-w-650px {
  min-width: 650px !important;
}

.min-h-650px {
  min-height: 650px !important;
}

.max-h-650px {
  max-height: 650px !important;
}

.max-w-650px {
  max-width: 650px !important;
}

.w-700px {
  width: 700px !important;
}

.h-700px {
  height: 700px !important;
}

.min-w-700px {
  min-width: 700px !important;
}

.min-h-700px {
  min-height: 700px !important;
}

.max-h-700px {
  max-height: 700px !important;
}

.max-w-700px {
  max-width: 700px !important;
}

.w-750px {
  width: 750px !important;
}

.h-750px {
  height: 750px !important;
}

.min-w-750px {
  min-width: 750px !important;
}

.min-h-750px {
  min-height: 750px !important;
}

.max-h-750px {
  max-height: 750px !important;
}

.max-w-750px {
  max-width: 750px !important;
}

.w-800px {
  width: 800px !important;
}

.h-800px {
  height: 800px !important;
}

.min-w-800px {
  min-width: 800px !important;
}

.min-h-800px {
  min-height: 800px !important;
}

.max-h-800px {
  max-height: 800px !important;
}

.max-w-800px {
  max-width: 800px !important;
}

.w-850px {
  width: 850px !important;
}

.h-850px {
  height: 850px !important;
}

.min-w-850px {
  min-width: 850px !important;
}

.min-h-850px {
  min-height: 850px !important;
}

.max-h-850px {
  max-height: 850px !important;
}

.max-w-850px {
  max-width: 850px !important;
}

.w-900px {
  width: 900px !important;
}

.h-900px {
  height: 900px !important;
}

.min-w-900px {
  min-width: 900px !important;
}

.min-h-900px {
  min-height: 900px !important;
}

.max-h-900px {
  max-height: 900px !important;
}

.max-w-900px {
  max-width: 900px !important;
}

.w-950px {
  width: 950px !important;
}

.h-950px {
  height: 950px !important;
}

.min-w-950px {
  min-width: 950px !important;
}

.min-h-950px {
  min-height: 950px !important;
}

.max-h-950px {
  max-height: 950px !important;
}

.max-w-950px {
  max-width: 950px !important;
}

.w-1000px {
  width: 1000px !important;
}

.h-1000px {
  height: 1000px !important;
}

.min-w-1000px {
  min-width: 1000px !important;
}

.min-h-1000px {
  min-height: 1000px !important;
}

.max-h-1000px {
  max-height: 1000px !important;
}

.max-w-1000px {
  max-width: 1000px !important;
}

@media (min-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
  }

  .h-sm-100 {
    height: 100% !important;
  }

  .min-w-sm-100 {
    min-width: 100% !important;
  }

  .min-h-sm-100 {
    min-height: 100% !important;
  }

  .max-h-sm-100 {
    max-height: 100% !important;
  }

  .max-w-sm-100 {
    max-width: 100% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .h-sm-50 {
    height: 50% !important;
  }

  .min-w-sm-50 {
    min-width: 50% !important;
  }

  .min-h-sm-50 {
    min-height: 50% !important;
  }

  .max-h-sm-50 {
    max-height: 50% !important;
  }

  .max-w-sm-50 {
    max-width: 50% !important;
  }

  .w-sm-1px {
    width: 1px !important;
  }

  .h-sm-1px {
    height: 1px !important;
  }

  .min-w-sm-1px {
    min-width: 1px !important;
  }

  .min-h-sm-1px {
    min-height: 1px !important;
  }

  .max-h-sm-1px {
    max-height: 1px !important;
  }

  .max-w-sm-1px {
    max-width: 1px !important;
  }

  .w-sm-2px {
    width: 2px !important;
  }

  .h-sm-2px {
    height: 2px !important;
  }

  .min-w-sm-2px {
    min-width: 2px !important;
  }

  .min-h-sm-2px {
    min-height: 2px !important;
  }

  .max-h-sm-2px {
    max-height: 2px !important;
  }

  .max-w-sm-2px {
    max-width: 2px !important;
  }

  .w-sm-3px {
    width: 3px !important;
  }

  .h-sm-3px {
    height: 3px !important;
  }

  .min-w-sm-3px {
    min-width: 3px !important;
  }

  .min-h-sm-3px {
    min-height: 3px !important;
  }

  .max-h-sm-3px {
    max-height: 3px !important;
  }

  .max-w-sm-3px {
    max-width: 3px !important;
  }

  .w-sm-4px {
    width: 4px !important;
  }

  .h-sm-4px {
    height: 4px !important;
  }

  .min-w-sm-4px {
    min-width: 4px !important;
  }

  .min-h-sm-4px {
    min-height: 4px !important;
  }

  .max-h-sm-4px {
    max-height: 4px !important;
  }

  .max-w-sm-4px {
    max-width: 4px !important;
  }

  .w-sm-5px {
    width: 5px !important;
  }

  .h-sm-5px {
    height: 5px !important;
  }

  .min-w-sm-5px {
    min-width: 5px !important;
  }

  .min-h-sm-5px {
    min-height: 5px !important;
  }

  .max-h-sm-5px {
    max-height: 5px !important;
  }

  .max-w-sm-5px {
    max-width: 5px !important;
  }

  .w-sm-10px {
    width: 10px !important;
  }

  .h-sm-10px {
    height: 10px !important;
  }

  .min-w-sm-10px {
    min-width: 10px !important;
  }

  .min-h-sm-10px {
    min-height: 10px !important;
  }

  .max-h-sm-10px {
    max-height: 10px !important;
  }

  .max-w-sm-10px {
    max-width: 10px !important;
  }

  .w-sm-15px {
    width: 15px !important;
  }

  .h-sm-15px {
    height: 15px !important;
  }

  .min-w-sm-15px {
    min-width: 15px !important;
  }

  .min-h-sm-15px {
    min-height: 15px !important;
  }

  .max-h-sm-15px {
    max-height: 15px !important;
  }

  .max-w-sm-15px {
    max-width: 15px !important;
  }

  .w-sm-20px {
    width: 20px !important;
  }

  .h-sm-20px {
    height: 20px !important;
  }

  .min-w-sm-20px {
    min-width: 20px !important;
  }

  .min-h-sm-20px {
    min-height: 20px !important;
  }

  .max-h-sm-20px {
    max-height: 20px !important;
  }

  .max-w-sm-20px {
    max-width: 20px !important;
  }

  .w-sm-25px {
    width: 25px !important;
  }

  .h-sm-25px {
    height: 25px !important;
  }

  .min-w-sm-25px {
    min-width: 25px !important;
  }

  .min-h-sm-25px {
    min-height: 25px !important;
  }

  .max-h-sm-25px {
    max-height: 25px !important;
  }

  .max-w-sm-25px {
    max-width: 25px !important;
  }

  .w-sm-30px {
    width: 30px !important;
  }

  .h-sm-30px {
    height: 30px !important;
  }

  .min-w-sm-30px {
    min-width: 30px !important;
  }

  .min-h-sm-30px {
    min-height: 30px !important;
  }

  .max-h-sm-30px {
    max-height: 30px !important;
  }

  .max-w-sm-30px {
    max-width: 30px !important;
  }

  .w-sm-35px {
    width: 35px !important;
  }

  .h-sm-35px {
    height: 35px !important;
  }

  .min-w-sm-35px {
    min-width: 35px !important;
  }

  .min-h-sm-35px {
    min-height: 35px !important;
  }

  .max-h-sm-35px {
    max-height: 35px !important;
  }

  .max-w-sm-35px {
    max-width: 35px !important;
  }

  .w-sm-40px {
    width: 40px !important;
  }

  .h-sm-40px {
    height: 40px !important;
  }

  .min-w-sm-40px {
    min-width: 40px !important;
  }

  .min-h-sm-40px {
    min-height: 40px !important;
  }

  .max-h-sm-40px {
    max-height: 40px !important;
  }

  .max-w-sm-40px {
    max-width: 40px !important;
  }

  .w-sm-45px {
    width: 45px !important;
  }

  .h-sm-45px {
    height: 45px !important;
  }

  .min-w-sm-45px {
    min-width: 45px !important;
  }

  .min-h-sm-45px {
    min-height: 45px !important;
  }

  .max-h-sm-45px {
    max-height: 45px !important;
  }

  .max-w-sm-45px {
    max-width: 45px !important;
  }

  .w-sm-50px {
    width: 50px !important;
  }

  .h-sm-50px {
    height: 50px !important;
  }

  .min-w-sm-50px {
    min-width: 50px !important;
  }

  .min-h-sm-50px {
    min-height: 50px !important;
  }

  .max-h-sm-50px {
    max-height: 50px !important;
  }

  .max-w-sm-50px {
    max-width: 50px !important;
  }

  .w-sm-55px {
    width: 55px !important;
  }

  .h-sm-55px {
    height: 55px !important;
  }

  .min-w-sm-55px {
    min-width: 55px !important;
  }

  .min-h-sm-55px {
    min-height: 55px !important;
  }

  .max-h-sm-55px {
    max-height: 55px !important;
  }

  .max-w-sm-55px {
    max-width: 55px !important;
  }

  .w-sm-60px {
    width: 60px !important;
  }

  .h-sm-60px {
    height: 60px !important;
  }

  .min-w-sm-60px {
    min-width: 60px !important;
  }

  .min-h-sm-60px {
    min-height: 60px !important;
  }

  .max-h-sm-60px {
    max-height: 60px !important;
  }

  .max-w-sm-60px {
    max-width: 60px !important;
  }

  .w-sm-65px {
    width: 65px !important;
  }

  .h-sm-65px {
    height: 65px !important;
  }

  .min-w-sm-65px {
    min-width: 65px !important;
  }

  .min-h-sm-65px {
    min-height: 65px !important;
  }

  .max-h-sm-65px {
    max-height: 65px !important;
  }

  .max-w-sm-65px {
    max-width: 65px !important;
  }

  .w-sm-70px {
    width: 70px !important;
  }

  .h-sm-70px {
    height: 70px !important;
  }

  .min-w-sm-70px {
    min-width: 70px !important;
  }

  .min-h-sm-70px {
    min-height: 70px !important;
  }

  .max-h-sm-70px {
    max-height: 70px !important;
  }

  .max-w-sm-70px {
    max-width: 70px !important;
  }

  .w-sm-75px {
    width: 75px !important;
  }

  .h-sm-75px {
    height: 75px !important;
  }

  .min-w-sm-75px {
    min-width: 75px !important;
  }

  .min-h-sm-75px {
    min-height: 75px !important;
  }

  .max-h-sm-75px {
    max-height: 75px !important;
  }

  .max-w-sm-75px {
    max-width: 75px !important;
  }

  .w-sm-80px {
    width: 80px !important;
  }

  .h-sm-80px {
    height: 80px !important;
  }

  .min-w-sm-80px {
    min-width: 80px !important;
  }

  .min-h-sm-80px {
    min-height: 80px !important;
  }

  .max-h-sm-80px {
    max-height: 80px !important;
  }

  .max-w-sm-80px {
    max-width: 80px !important;
  }

  .w-sm-85px {
    width: 85px !important;
  }

  .h-sm-85px {
    height: 85px !important;
  }

  .min-w-sm-85px {
    min-width: 85px !important;
  }

  .min-h-sm-85px {
    min-height: 85px !important;
  }

  .max-h-sm-85px {
    max-height: 85px !important;
  }

  .max-w-sm-85px {
    max-width: 85px !important;
  }

  .w-sm-90px {
    width: 90px !important;
  }

  .h-sm-90px {
    height: 90px !important;
  }

  .min-w-sm-90px {
    min-width: 90px !important;
  }

  .min-h-sm-90px {
    min-height: 90px !important;
  }

  .max-h-sm-90px {
    max-height: 90px !important;
  }

  .max-w-sm-90px {
    max-width: 90px !important;
  }

  .w-sm-95px {
    width: 95px !important;
  }

  .h-sm-95px {
    height: 95px !important;
  }

  .min-w-sm-95px {
    min-width: 95px !important;
  }

  .min-h-sm-95px {
    min-height: 95px !important;
  }

  .max-h-sm-95px {
    max-height: 95px !important;
  }

  .max-w-sm-95px {
    max-width: 95px !important;
  }

  .w-sm-100px {
    width: 100px !important;
  }

  .h-sm-100px {
    height: 100px !important;
  }

  .min-w-sm-100px {
    min-width: 100px !important;
  }

  .min-h-sm-100px {
    min-height: 100px !important;
  }

  .max-h-sm-100px {
    max-height: 100px !important;
  }

  .max-w-sm-100px {
    max-width: 100px !important;
  }

  .w-sm-125px {
    width: 125px !important;
  }

  .h-sm-125px {
    height: 125px !important;
  }

  .min-w-sm-125px {
    min-width: 125px !important;
  }

  .min-h-sm-125px {
    min-height: 125px !important;
  }

  .max-h-sm-125px {
    max-height: 125px !important;
  }

  .max-w-sm-125px {
    max-width: 125px !important;
  }

  .w-sm-150px {
    width: 150px !important;
  }

  .h-sm-150px {
    height: 150px !important;
  }

  .min-w-sm-150px {
    min-width: 150px !important;
  }

  .min-h-sm-150px {
    min-height: 150px !important;
  }

  .max-h-sm-150px {
    max-height: 150px !important;
  }

  .max-w-sm-150px {
    max-width: 150px !important;
  }

  .w-sm-175px {
    width: 175px !important;
  }

  .h-sm-175px {
    height: 175px !important;
  }

  .min-w-sm-175px {
    min-width: 175px !important;
  }

  .min-h-sm-175px {
    min-height: 175px !important;
  }

  .max-h-sm-175px {
    max-height: 175px !important;
  }

  .max-w-sm-175px {
    max-width: 175px !important;
  }

  .w-sm-200px {
    width: 200px !important;
  }

  .h-sm-200px {
    height: 200px !important;
  }

  .min-w-sm-200px {
    min-width: 200px !important;
  }

  .min-h-sm-200px {
    min-height: 200px !important;
  }

  .max-h-sm-200px {
    max-height: 200px !important;
  }

  .max-w-sm-200px {
    max-width: 200px !important;
  }

  .w-sm-220px {
    width: 220px !important;
  }

  .h-sm-220px {
    height: 220px !important;
  }

  .min-w-sm-220px {
    min-width: 220px !important;
  }

  .min-h-sm-220px {
    min-height: 220px !important;
  }

  .max-h-sm-220px {
    max-height: 220px !important;
  }

  .max-w-sm-220px {
    max-width: 220px !important;
  }

  .w-sm-225px {
    width: 225px !important;
  }

  .h-sm-225px {
    height: 225px !important;
  }

  .min-w-sm-225px {
    min-width: 225px !important;
  }

  .min-h-sm-225px {
    min-height: 225px !important;
  }

  .max-h-sm-225px {
    max-height: 225px !important;
  }

  .max-w-sm-225px {
    max-width: 225px !important;
  }

  .w-sm-250px {
    width: 250px !important;
  }

  .h-sm-250px {
    height: 250px !important;
  }

  .min-w-sm-250px {
    min-width: 250px !important;
  }

  .min-h-sm-250px {
    min-height: 250px !important;
  }

  .max-h-sm-250px {
    max-height: 250px !important;
  }

  .max-w-sm-250px {
    max-width: 250px !important;
  }

  .w-sm-275px {
    width: 275px !important;
  }

  .h-sm-275px {
    height: 275px !important;
  }

  .min-w-sm-275px {
    min-width: 275px !important;
  }

  .min-h-sm-275px {
    min-height: 275px !important;
  }

  .max-h-sm-275px {
    max-height: 275px !important;
  }

  .max-w-sm-275px {
    max-width: 275px !important;
  }

  .w-sm-300px {
    width: 300px !important;
  }

  .h-sm-300px {
    height: 300px !important;
  }

  .min-w-sm-300px {
    min-width: 300px !important;
  }

  .min-h-sm-300px {
    min-height: 300px !important;
  }

  .max-h-sm-300px {
    max-height: 300px !important;
  }

  .max-w-sm-300px {
    max-width: 300px !important;
  }

  .w-sm-325px {
    width: 325px !important;
  }

  .h-sm-325px {
    height: 325px !important;
  }

  .min-w-sm-325px {
    min-width: 325px !important;
  }

  .min-h-sm-325px {
    min-height: 325px !important;
  }

  .max-h-sm-325px {
    max-height: 325px !important;
  }

  .max-w-sm-325px {
    max-width: 325px !important;
  }

  .w-sm-350px {
    width: 350px !important;
  }

  .h-sm-350px {
    height: 350px !important;
  }

  .min-w-sm-350px {
    min-width: 350px !important;
  }

  .min-h-sm-350px {
    min-height: 350px !important;
  }

  .max-h-sm-350px {
    max-height: 350px !important;
  }

  .max-w-sm-350px {
    max-width: 350px !important;
  }

  .w-sm-375px {
    width: 375px !important;
  }

  .h-sm-375px {
    height: 375px !important;
  }

  .min-w-sm-375px {
    min-width: 375px !important;
  }

  .min-h-sm-375px {
    min-height: 375px !important;
  }

  .max-h-sm-375px {
    max-height: 375px !important;
  }

  .max-w-sm-375px {
    max-width: 375px !important;
  }

  .w-sm-380px {
    width: 380px !important;
  }

  .h-sm-380px {
    height: 380px !important;
  }

  .min-w-sm-380px {
    min-width: 380px !important;
  }

  .min-h-sm-380px {
    min-height: 380px !important;
  }

  .max-h-sm-380px {
    max-height: 380px !important;
  }

  .max-w-sm-380px {
    max-width: 380px !important;
  }

  .w-sm-400px {
    width: 400px !important;
  }

  .h-sm-400px {
    height: 400px !important;
  }

  .min-w-sm-400px {
    min-width: 400px !important;
  }

  .min-h-sm-400px {
    min-height: 400px !important;
  }

  .max-h-sm-400px {
    max-height: 400px !important;
  }

  .max-w-sm-400px {
    max-width: 400px !important;
  }

  .w-sm-425px {
    width: 425px !important;
  }

  .h-sm-425px {
    height: 425px !important;
  }

  .min-w-sm-425px {
    min-width: 425px !important;
  }

  .min-h-sm-425px {
    min-height: 425px !important;
  }

  .max-h-sm-425px {
    max-height: 425px !important;
  }

  .max-w-sm-425px {
    max-width: 425px !important;
  }

  .w-sm-450px {
    width: 450px !important;
  }

  .h-sm-450px {
    height: 450px !important;
  }

  .min-w-sm-450px {
    min-width: 450px !important;
  }

  .min-h-sm-450px {
    min-height: 450px !important;
  }

  .max-h-sm-450px {
    max-height: 450px !important;
  }

  .max-w-sm-450px {
    max-width: 450px !important;
  }

  .w-sm-475px {
    width: 475px !important;
  }

  .h-sm-475px {
    height: 475px !important;
  }

  .min-w-sm-475px {
    min-width: 475px !important;
  }

  .min-h-sm-475px {
    min-height: 475px !important;
  }

  .max-h-sm-475px {
    max-height: 475px !important;
  }

  .max-w-sm-475px {
    max-width: 475px !important;
  }

  .w-sm-500px {
    width: 500px !important;
  }

  .h-sm-500px {
    height: 500px !important;
  }

  .min-w-sm-500px {
    min-width: 500px !important;
  }

  .min-h-sm-500px {
    min-height: 500px !important;
  }

  .max-h-sm-500px {
    max-height: 500px !important;
  }

  .max-w-sm-500px {
    max-width: 500px !important;
  }

  .w-sm-550px {
    width: 550px !important;
  }

  .h-sm-550px {
    height: 550px !important;
  }

  .min-w-sm-550px {
    min-width: 550px !important;
  }

  .min-h-sm-550px {
    min-height: 550px !important;
  }

  .max-h-sm-550px {
    max-height: 550px !important;
  }

  .max-w-sm-550px {
    max-width: 550px !important;
  }

  .w-sm-600px {
    width: 600px !important;
  }

  .h-sm-600px {
    height: 600px !important;
  }

  .min-w-sm-600px {
    min-width: 600px !important;
  }

  .min-h-sm-600px {
    min-height: 600px !important;
  }

  .max-h-sm-600px {
    max-height: 600px !important;
  }

  .max-w-sm-600px {
    max-width: 600px !important;
  }

  .w-sm-650px {
    width: 650px !important;
  }

  .h-sm-650px {
    height: 650px !important;
  }

  .min-w-sm-650px {
    min-width: 650px !important;
  }

  .min-h-sm-650px {
    min-height: 650px !important;
  }

  .max-h-sm-650px {
    max-height: 650px !important;
  }

  .max-w-sm-650px {
    max-width: 650px !important;
  }

  .w-sm-700px {
    width: 700px !important;
  }

  .h-sm-700px {
    height: 700px !important;
  }

  .min-w-sm-700px {
    min-width: 700px !important;
  }

  .min-h-sm-700px {
    min-height: 700px !important;
  }

  .max-h-sm-700px {
    max-height: 700px !important;
  }

  .max-w-sm-700px {
    max-width: 700px !important;
  }

  .w-sm-750px {
    width: 750px !important;
  }

  .h-sm-750px {
    height: 750px !important;
  }

  .min-w-sm-750px {
    min-width: 750px !important;
  }

  .min-h-sm-750px {
    min-height: 750px !important;
  }

  .max-h-sm-750px {
    max-height: 750px !important;
  }

  .max-w-sm-750px {
    max-width: 750px !important;
  }

  .w-sm-800px {
    width: 800px !important;
  }

  .h-sm-800px {
    height: 800px !important;
  }

  .min-w-sm-800px {
    min-width: 800px !important;
  }

  .min-h-sm-800px {
    min-height: 800px !important;
  }

  .max-h-sm-800px {
    max-height: 800px !important;
  }

  .max-w-sm-800px {
    max-width: 800px !important;
  }

  .w-sm-850px {
    width: 850px !important;
  }

  .h-sm-850px {
    height: 850px !important;
  }

  .min-w-sm-850px {
    min-width: 850px !important;
  }

  .min-h-sm-850px {
    min-height: 850px !important;
  }

  .max-h-sm-850px {
    max-height: 850px !important;
  }

  .max-w-sm-850px {
    max-width: 850px !important;
  }

  .w-sm-900px {
    width: 900px !important;
  }

  .h-sm-900px {
    height: 900px !important;
  }

  .min-w-sm-900px {
    min-width: 900px !important;
  }

  .min-h-sm-900px {
    min-height: 900px !important;
  }

  .max-h-sm-900px {
    max-height: 900px !important;
  }

  .max-w-sm-900px {
    max-width: 900px !important;
  }

  .w-sm-950px {
    width: 950px !important;
  }

  .h-sm-950px {
    height: 950px !important;
  }

  .min-w-sm-950px {
    min-width: 950px !important;
  }

  .min-h-sm-950px {
    min-height: 950px !important;
  }

  .max-h-sm-950px {
    max-height: 950px !important;
  }

  .max-w-sm-950px {
    max-width: 950px !important;
  }

  .w-sm-1000px {
    width: 1000px !important;
  }

  .h-sm-1000px {
    height: 1000px !important;
  }

  .min-w-sm-1000px {
    min-width: 1000px !important;
  }

  .min-h-sm-1000px {
    min-height: 1000px !important;
  }

  .max-h-sm-1000px {
    max-height: 1000px !important;
  }

  .max-w-sm-1000px {
    max-width: 1000px !important;
  }
}

@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }

  .h-md-100 {
    height: 100% !important;
  }

  .min-w-md-100 {
    min-width: 100% !important;
  }

  .min-h-md-100 {
    min-height: 100% !important;
  }

  .max-h-md-100 {
    max-height: 100% !important;
  }

  .max-w-md-100 {
    max-width: 100% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .h-md-50 {
    height: 50% !important;
  }

  .min-w-md-50 {
    min-width: 50% !important;
  }

  .min-h-md-50 {
    min-height: 50% !important;
  }

  .max-h-md-50 {
    max-height: 50% !important;
  }

  .max-w-md-50 {
    max-width: 50% !important;
  }

  .w-md-1px {
    width: 1px !important;
  }

  .h-md-1px {
    height: 1px !important;
  }

  .min-w-md-1px {
    min-width: 1px !important;
  }

  .min-h-md-1px {
    min-height: 1px !important;
  }

  .max-h-md-1px {
    max-height: 1px !important;
  }

  .max-w-md-1px {
    max-width: 1px !important;
  }

  .w-md-2px {
    width: 2px !important;
  }

  .h-md-2px {
    height: 2px !important;
  }

  .min-w-md-2px {
    min-width: 2px !important;
  }

  .min-h-md-2px {
    min-height: 2px !important;
  }

  .max-h-md-2px {
    max-height: 2px !important;
  }

  .max-w-md-2px {
    max-width: 2px !important;
  }

  .w-md-3px {
    width: 3px !important;
  }

  .h-md-3px {
    height: 3px !important;
  }

  .min-w-md-3px {
    min-width: 3px !important;
  }

  .min-h-md-3px {
    min-height: 3px !important;
  }

  .max-h-md-3px {
    max-height: 3px !important;
  }

  .max-w-md-3px {
    max-width: 3px !important;
  }

  .w-md-4px {
    width: 4px !important;
  }

  .h-md-4px {
    height: 4px !important;
  }

  .min-w-md-4px {
    min-width: 4px !important;
  }

  .min-h-md-4px {
    min-height: 4px !important;
  }

  .max-h-md-4px {
    max-height: 4px !important;
  }

  .max-w-md-4px {
    max-width: 4px !important;
  }

  .w-md-5px {
    width: 5px !important;
  }

  .h-md-5px {
    height: 5px !important;
  }

  .min-w-md-5px {
    min-width: 5px !important;
  }

  .min-h-md-5px {
    min-height: 5px !important;
  }

  .max-h-md-5px {
    max-height: 5px !important;
  }

  .max-w-md-5px {
    max-width: 5px !important;
  }

  .w-md-10px {
    width: 10px !important;
  }

  .h-md-10px {
    height: 10px !important;
  }

  .min-w-md-10px {
    min-width: 10px !important;
  }

  .min-h-md-10px {
    min-height: 10px !important;
  }

  .max-h-md-10px {
    max-height: 10px !important;
  }

  .max-w-md-10px {
    max-width: 10px !important;
  }

  .w-md-15px {
    width: 15px !important;
  }

  .h-md-15px {
    height: 15px !important;
  }

  .min-w-md-15px {
    min-width: 15px !important;
  }

  .min-h-md-15px {
    min-height: 15px !important;
  }

  .max-h-md-15px {
    max-height: 15px !important;
  }

  .max-w-md-15px {
    max-width: 15px !important;
  }

  .w-md-20px {
    width: 20px !important;
  }

  .h-md-20px {
    height: 20px !important;
  }

  .min-w-md-20px {
    min-width: 20px !important;
  }

  .min-h-md-20px {
    min-height: 20px !important;
  }

  .max-h-md-20px {
    max-height: 20px !important;
  }

  .max-w-md-20px {
    max-width: 20px !important;
  }

  .w-md-25px {
    width: 25px !important;
  }

  .h-md-25px {
    height: 25px !important;
  }

  .min-w-md-25px {
    min-width: 25px !important;
  }

  .min-h-md-25px {
    min-height: 25px !important;
  }

  .max-h-md-25px {
    max-height: 25px !important;
  }

  .max-w-md-25px {
    max-width: 25px !important;
  }

  .w-md-30px {
    width: 30px !important;
  }

  .h-md-30px {
    height: 30px !important;
  }

  .min-w-md-30px {
    min-width: 30px !important;
  }

  .min-h-md-30px {
    min-height: 30px !important;
  }

  .max-h-md-30px {
    max-height: 30px !important;
  }

  .max-w-md-30px {
    max-width: 30px !important;
  }

  .w-md-35px {
    width: 35px !important;
  }

  .h-md-35px {
    height: 35px !important;
  }

  .min-w-md-35px {
    min-width: 35px !important;
  }

  .min-h-md-35px {
    min-height: 35px !important;
  }

  .max-h-md-35px {
    max-height: 35px !important;
  }

  .max-w-md-35px {
    max-width: 35px !important;
  }

  .w-md-40px {
    width: 40px !important;
  }

  .h-md-40px {
    height: 40px !important;
  }

  .min-w-md-40px {
    min-width: 40px !important;
  }

  .min-h-md-40px {
    min-height: 40px !important;
  }

  .max-h-md-40px {
    max-height: 40px !important;
  }

  .max-w-md-40px {
    max-width: 40px !important;
  }

  .w-md-45px {
    width: 45px !important;
  }

  .h-md-45px {
    height: 45px !important;
  }

  .min-w-md-45px {
    min-width: 45px !important;
  }

  .min-h-md-45px {
    min-height: 45px !important;
  }

  .max-h-md-45px {
    max-height: 45px !important;
  }

  .max-w-md-45px {
    max-width: 45px !important;
  }

  .w-md-50px {
    width: 50px !important;
  }

  .h-md-50px {
    height: 50px !important;
  }

  .min-w-md-50px {
    min-width: 50px !important;
  }

  .min-h-md-50px {
    min-height: 50px !important;
  }

  .max-h-md-50px {
    max-height: 50px !important;
  }

  .max-w-md-50px {
    max-width: 50px !important;
  }

  .w-md-55px {
    width: 55px !important;
  }

  .h-md-55px {
    height: 55px !important;
  }

  .min-w-md-55px {
    min-width: 55px !important;
  }

  .min-h-md-55px {
    min-height: 55px !important;
  }

  .max-h-md-55px {
    max-height: 55px !important;
  }

  .max-w-md-55px {
    max-width: 55px !important;
  }

  .w-md-60px {
    width: 60px !important;
  }

  .h-md-60px {
    height: 60px !important;
  }

  .min-w-md-60px {
    min-width: 60px !important;
  }

  .min-h-md-60px {
    min-height: 60px !important;
  }

  .max-h-md-60px {
    max-height: 60px !important;
  }

  .max-w-md-60px {
    max-width: 60px !important;
  }

  .w-md-65px {
    width: 65px !important;
  }

  .h-md-65px {
    height: 65px !important;
  }

  .min-w-md-65px {
    min-width: 65px !important;
  }

  .min-h-md-65px {
    min-height: 65px !important;
  }

  .max-h-md-65px {
    max-height: 65px !important;
  }

  .max-w-md-65px {
    max-width: 65px !important;
  }

  .w-md-70px {
    width: 70px !important;
  }

  .h-md-70px {
    height: 70px !important;
  }

  .min-w-md-70px {
    min-width: 70px !important;
  }

  .min-h-md-70px {
    min-height: 70px !important;
  }

  .max-h-md-70px {
    max-height: 70px !important;
  }

  .max-w-md-70px {
    max-width: 70px !important;
  }

  .w-md-75px {
    width: 75px !important;
  }

  .h-md-75px {
    height: 75px !important;
  }

  .min-w-md-75px {
    min-width: 75px !important;
  }

  .min-h-md-75px {
    min-height: 75px !important;
  }

  .max-h-md-75px {
    max-height: 75px !important;
  }

  .max-w-md-75px {
    max-width: 75px !important;
  }

  .w-md-80px {
    width: 80px !important;
  }

  .h-md-80px {
    height: 80px !important;
  }

  .min-w-md-80px {
    min-width: 80px !important;
  }

  .min-h-md-80px {
    min-height: 80px !important;
  }

  .max-h-md-80px {
    max-height: 80px !important;
  }

  .max-w-md-80px {
    max-width: 80px !important;
  }

  .w-md-85px {
    width: 85px !important;
  }

  .h-md-85px {
    height: 85px !important;
  }

  .min-w-md-85px {
    min-width: 85px !important;
  }

  .min-h-md-85px {
    min-height: 85px !important;
  }

  .max-h-md-85px {
    max-height: 85px !important;
  }

  .max-w-md-85px {
    max-width: 85px !important;
  }

  .w-md-90px {
    width: 90px !important;
  }

  .h-md-90px {
    height: 90px !important;
  }

  .min-w-md-90px {
    min-width: 90px !important;
  }

  .min-h-md-90px {
    min-height: 90px !important;
  }

  .max-h-md-90px {
    max-height: 90px !important;
  }

  .max-w-md-90px {
    max-width: 90px !important;
  }

  .w-md-95px {
    width: 95px !important;
  }

  .h-md-95px {
    height: 95px !important;
  }

  .min-w-md-95px {
    min-width: 95px !important;
  }

  .min-h-md-95px {
    min-height: 95px !important;
  }

  .max-h-md-95px {
    max-height: 95px !important;
  }

  .max-w-md-95px {
    max-width: 95px !important;
  }

  .w-md-100px {
    width: 100px !important;
  }

  .h-md-100px {
    height: 100px !important;
  }

  .min-w-md-100px {
    min-width: 100px !important;
  }

  .min-h-md-100px {
    min-height: 100px !important;
  }

  .max-h-md-100px {
    max-height: 100px !important;
  }

  .max-w-md-100px {
    max-width: 100px !important;
  }

  .w-md-125px {
    width: 125px !important;
  }

  .h-md-125px {
    height: 125px !important;
  }

  .min-w-md-125px {
    min-width: 125px !important;
  }

  .min-h-md-125px {
    min-height: 125px !important;
  }

  .max-h-md-125px {
    max-height: 125px !important;
  }

  .max-w-md-125px {
    max-width: 125px !important;
  }

  .w-md-150px {
    width: 150px !important;
  }

  .h-md-150px {
    height: 150px !important;
  }

  .min-w-md-150px {
    min-width: 150px !important;
  }

  .min-h-md-150px {
    min-height: 150px !important;
  }

  .max-h-md-150px {
    max-height: 150px !important;
  }

  .max-w-md-150px {
    max-width: 150px !important;
  }

  .w-md-175px {
    width: 175px !important;
  }

  .h-md-175px {
    height: 175px !important;
  }

  .min-w-md-175px {
    min-width: 175px !important;
  }

  .min-h-md-175px {
    min-height: 175px !important;
  }

  .max-h-md-175px {
    max-height: 175px !important;
  }

  .max-w-md-175px {
    max-width: 175px !important;
  }

  .w-md-200px {
    width: 200px !important;
  }

  .h-md-200px {
    height: 200px !important;
  }

  .min-w-md-200px {
    min-width: 200px !important;
  }

  .min-h-md-200px {
    min-height: 200px !important;
  }

  .max-h-md-200px {
    max-height: 200px !important;
  }

  .max-w-md-200px {
    max-width: 200px !important;
  }

  .w-md-220px {
    width: 220px !important;
  }

  .h-md-220px {
    height: 220px !important;
  }

  .min-w-md-220px {
    min-width: 220px !important;
  }

  .min-h-md-220px {
    min-height: 220px !important;
  }

  .max-h-md-220px {
    max-height: 220px !important;
  }

  .max-w-md-220px {
    max-width: 220px !important;
  }

  .w-md-225px {
    width: 225px !important;
  }

  .h-md-225px {
    height: 225px !important;
  }

  .min-w-md-225px {
    min-width: 225px !important;
  }

  .min-h-md-225px {
    min-height: 225px !important;
  }

  .max-h-md-225px {
    max-height: 225px !important;
  }

  .max-w-md-225px {
    max-width: 225px !important;
  }

  .w-md-250px {
    width: 250px !important;
  }

  .h-md-250px {
    height: 250px !important;
  }

  .min-w-md-250px {
    min-width: 250px !important;
  }

  .min-h-md-250px {
    min-height: 250px !important;
  }

  .max-h-md-250px {
    max-height: 250px !important;
  }

  .max-w-md-250px {
    max-width: 250px !important;
  }

  .w-md-275px {
    width: 275px !important;
  }

  .h-md-275px {
    height: 275px !important;
  }

  .min-w-md-275px {
    min-width: 275px !important;
  }

  .min-h-md-275px {
    min-height: 275px !important;
  }

  .max-h-md-275px {
    max-height: 275px !important;
  }

  .max-w-md-275px {
    max-width: 275px !important;
  }

  .w-md-300px {
    width: 300px !important;
  }

  .h-md-300px {
    height: 300px !important;
  }

  .min-w-md-300px {
    min-width: 300px !important;
  }

  .min-h-md-300px {
    min-height: 300px !important;
  }

  .max-h-md-300px {
    max-height: 300px !important;
  }

  .max-w-md-300px {
    max-width: 300px !important;
  }

  .w-md-325px {
    width: 325px !important;
  }

  .h-md-325px {
    height: 325px !important;
  }

  .min-w-md-325px {
    min-width: 325px !important;
  }

  .min-h-md-325px {
    min-height: 325px !important;
  }

  .max-h-md-325px {
    max-height: 325px !important;
  }

  .max-w-md-325px {
    max-width: 325px !important;
  }

  .w-md-350px {
    width: 350px !important;
  }

  .h-md-350px {
    height: 350px !important;
  }

  .min-w-md-350px {
    min-width: 350px !important;
  }

  .min-h-md-350px {
    min-height: 350px !important;
  }

  .max-h-md-350px {
    max-height: 350px !important;
  }

  .max-w-md-350px {
    max-width: 350px !important;
  }

  .w-md-375px {
    width: 375px !important;
  }

  .h-md-375px {
    height: 375px !important;
  }

  .min-w-md-375px {
    min-width: 375px !important;
  }

  .min-h-md-375px {
    min-height: 375px !important;
  }

  .max-h-md-375px {
    max-height: 375px !important;
  }

  .max-w-md-375px {
    max-width: 375px !important;
  }

  .w-md-380px {
    width: 380px !important;
  }

  .h-md-380px {
    height: 380px !important;
  }

  .min-w-md-380px {
    min-width: 380px !important;
  }

  .min-h-md-380px {
    min-height: 380px !important;
  }

  .max-h-md-380px {
    max-height: 380px !important;
  }

  .max-w-md-380px {
    max-width: 380px !important;
  }

  .w-md-400px {
    width: 400px !important;
  }

  .h-md-400px {
    height: 400px !important;
  }

  .min-w-md-400px {
    min-width: 400px !important;
  }

  .min-h-md-400px {
    min-height: 400px !important;
  }

  .max-h-md-400px {
    max-height: 400px !important;
  }

  .max-w-md-400px {
    max-width: 400px !important;
  }

  .w-md-425px {
    width: 425px !important;
  }

  .h-md-425px {
    height: 425px !important;
  }

  .min-w-md-425px {
    min-width: 425px !important;
  }

  .min-h-md-425px {
    min-height: 425px !important;
  }

  .max-h-md-425px {
    max-height: 425px !important;
  }

  .max-w-md-425px {
    max-width: 425px !important;
  }

  .w-md-450px {
    width: 450px !important;
  }

  .h-md-450px {
    height: 450px !important;
  }

  .min-w-md-450px {
    min-width: 450px !important;
  }

  .min-h-md-450px {
    min-height: 450px !important;
  }

  .max-h-md-450px {
    max-height: 450px !important;
  }

  .max-w-md-450px {
    max-width: 450px !important;
  }

  .w-md-475px {
    width: 475px !important;
  }

  .h-md-475px {
    height: 475px !important;
  }

  .min-w-md-475px {
    min-width: 475px !important;
  }

  .min-h-md-475px {
    min-height: 475px !important;
  }

  .max-h-md-475px {
    max-height: 475px !important;
  }

  .max-w-md-475px {
    max-width: 475px !important;
  }

  .w-md-500px {
    width: 500px !important;
  }

  .h-md-500px {
    height: 500px !important;
  }

  .min-w-md-500px {
    min-width: 500px !important;
  }

  .min-h-md-500px {
    min-height: 500px !important;
  }

  .max-h-md-500px {
    max-height: 500px !important;
  }

  .max-w-md-500px {
    max-width: 500px !important;
  }

  .w-md-550px {
    width: 550px !important;
  }

  .h-md-550px {
    height: 550px !important;
  }

  .min-w-md-550px {
    min-width: 550px !important;
  }

  .min-h-md-550px {
    min-height: 550px !important;
  }

  .max-h-md-550px {
    max-height: 550px !important;
  }

  .max-w-md-550px {
    max-width: 550px !important;
  }

  .w-md-600px {
    width: 600px !important;
  }

  .h-md-600px {
    height: 600px !important;
  }

  .min-w-md-600px {
    min-width: 600px !important;
  }

  .min-h-md-600px {
    min-height: 600px !important;
  }

  .max-h-md-600px {
    max-height: 600px !important;
  }

  .max-w-md-600px {
    max-width: 600px !important;
  }

  .w-md-650px {
    width: 650px !important;
  }

  .h-md-650px {
    height: 650px !important;
  }

  .min-w-md-650px {
    min-width: 650px !important;
  }

  .min-h-md-650px {
    min-height: 650px !important;
  }

  .max-h-md-650px {
    max-height: 650px !important;
  }

  .max-w-md-650px {
    max-width: 650px !important;
  }

  .w-md-700px {
    width: 700px !important;
  }

  .h-md-700px {
    height: 700px !important;
  }

  .min-w-md-700px {
    min-width: 700px !important;
  }

  .min-h-md-700px {
    min-height: 700px !important;
  }

  .max-h-md-700px {
    max-height: 700px !important;
  }

  .max-w-md-700px {
    max-width: 700px !important;
  }

  .w-md-750px {
    width: 750px !important;
  }

  .h-md-750px {
    height: 750px !important;
  }

  .min-w-md-750px {
    min-width: 750px !important;
  }

  .min-h-md-750px {
    min-height: 750px !important;
  }

  .max-h-md-750px {
    max-height: 750px !important;
  }

  .max-w-md-750px {
    max-width: 750px !important;
  }

  .w-md-800px {
    width: 800px !important;
  }

  .h-md-800px {
    height: 800px !important;
  }

  .min-w-md-800px {
    min-width: 800px !important;
  }

  .min-h-md-800px {
    min-height: 800px !important;
  }

  .max-h-md-800px {
    max-height: 800px !important;
  }

  .max-w-md-800px {
    max-width: 800px !important;
  }

  .w-md-850px {
    width: 850px !important;
  }

  .h-md-850px {
    height: 850px !important;
  }

  .min-w-md-850px {
    min-width: 850px !important;
  }

  .min-h-md-850px {
    min-height: 850px !important;
  }

  .max-h-md-850px {
    max-height: 850px !important;
  }

  .max-w-md-850px {
    max-width: 850px !important;
  }

  .w-md-900px {
    width: 900px !important;
  }

  .h-md-900px {
    height: 900px !important;
  }

  .min-w-md-900px {
    min-width: 900px !important;
  }

  .min-h-md-900px {
    min-height: 900px !important;
  }

  .max-h-md-900px {
    max-height: 900px !important;
  }

  .max-w-md-900px {
    max-width: 900px !important;
  }

  .w-md-950px {
    width: 950px !important;
  }

  .h-md-950px {
    height: 950px !important;
  }

  .min-w-md-950px {
    min-width: 950px !important;
  }

  .min-h-md-950px {
    min-height: 950px !important;
  }

  .max-h-md-950px {
    max-height: 950px !important;
  }

  .max-w-md-950px {
    max-width: 950px !important;
  }

  .w-md-1000px {
    width: 1000px !important;
  }

  .h-md-1000px {
    height: 1000px !important;
  }

  .min-w-md-1000px {
    min-width: 1000px !important;
  }

  .min-h-md-1000px {
    min-height: 1000px !important;
  }

  .max-h-md-1000px {
    max-height: 1000px !important;
  }

  .max-w-md-1000px {
    max-width: 1000px !important;
  }
}

@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }

  .h-lg-100 {
    height: 100% !important;
  }

  .min-w-lg-100 {
    min-width: 100% !important;
  }

  .min-h-lg-100 {
    min-height: 100% !important;
  }

  .max-h-lg-100 {
    max-height: 100% !important;
  }

  .max-w-lg-100 {
    max-width: 100% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .h-lg-50 {
    height: 50% !important;
  }

  .min-w-lg-50 {
    min-width: 50% !important;
  }

  .min-h-lg-50 {
    min-height: 50% !important;
  }

  .max-h-lg-50 {
    max-height: 50% !important;
  }

  .max-w-lg-50 {
    max-width: 50% !important;
  }

  .w-lg-1px {
    width: 1px !important;
  }

  .h-lg-1px {
    height: 1px !important;
  }

  .min-w-lg-1px {
    min-width: 1px !important;
  }

  .min-h-lg-1px {
    min-height: 1px !important;
  }

  .max-h-lg-1px {
    max-height: 1px !important;
  }

  .max-w-lg-1px {
    max-width: 1px !important;
  }

  .w-lg-2px {
    width: 2px !important;
  }

  .h-lg-2px {
    height: 2px !important;
  }

  .min-w-lg-2px {
    min-width: 2px !important;
  }

  .min-h-lg-2px {
    min-height: 2px !important;
  }

  .max-h-lg-2px {
    max-height: 2px !important;
  }

  .max-w-lg-2px {
    max-width: 2px !important;
  }

  .w-lg-3px {
    width: 3px !important;
  }

  .h-lg-3px {
    height: 3px !important;
  }

  .min-w-lg-3px {
    min-width: 3px !important;
  }

  .min-h-lg-3px {
    min-height: 3px !important;
  }

  .max-h-lg-3px {
    max-height: 3px !important;
  }

  .max-w-lg-3px {
    max-width: 3px !important;
  }

  .w-lg-4px {
    width: 4px !important;
  }

  .h-lg-4px {
    height: 4px !important;
  }

  .min-w-lg-4px {
    min-width: 4px !important;
  }

  .min-h-lg-4px {
    min-height: 4px !important;
  }

  .max-h-lg-4px {
    max-height: 4px !important;
  }

  .max-w-lg-4px {
    max-width: 4px !important;
  }

  .w-lg-5px {
    width: 5px !important;
  }

  .h-lg-5px {
    height: 5px !important;
  }

  .min-w-lg-5px {
    min-width: 5px !important;
  }

  .min-h-lg-5px {
    min-height: 5px !important;
  }

  .max-h-lg-5px {
    max-height: 5px !important;
  }

  .max-w-lg-5px {
    max-width: 5px !important;
  }

  .w-lg-10px {
    width: 10px !important;
  }

  .h-lg-10px {
    height: 10px !important;
  }

  .min-w-lg-10px {
    min-width: 10px !important;
  }

  .min-h-lg-10px {
    min-height: 10px !important;
  }

  .max-h-lg-10px {
    max-height: 10px !important;
  }

  .max-w-lg-10px {
    max-width: 10px !important;
  }

  .w-lg-15px {
    width: 15px !important;
  }

  .h-lg-15px {
    height: 15px !important;
  }

  .min-w-lg-15px {
    min-width: 15px !important;
  }

  .min-h-lg-15px {
    min-height: 15px !important;
  }

  .max-h-lg-15px {
    max-height: 15px !important;
  }

  .max-w-lg-15px {
    max-width: 15px !important;
  }

  .w-lg-20px {
    width: 20px !important;
  }

  .h-lg-20px {
    height: 20px !important;
  }

  .min-w-lg-20px {
    min-width: 20px !important;
  }

  .min-h-lg-20px {
    min-height: 20px !important;
  }

  .max-h-lg-20px {
    max-height: 20px !important;
  }

  .max-w-lg-20px {
    max-width: 20px !important;
  }

  .w-lg-25px {
    width: 25px !important;
  }

  .h-lg-25px {
    height: 25px !important;
  }

  .min-w-lg-25px {
    min-width: 25px !important;
  }

  .min-h-lg-25px {
    min-height: 25px !important;
  }

  .max-h-lg-25px {
    max-height: 25px !important;
  }

  .max-w-lg-25px {
    max-width: 25px !important;
  }

  .w-lg-30px {
    width: 30px !important;
  }

  .h-lg-30px {
    height: 30px !important;
  }

  .min-w-lg-30px {
    min-width: 30px !important;
  }

  .min-h-lg-30px {
    min-height: 30px !important;
  }

  .max-h-lg-30px {
    max-height: 30px !important;
  }

  .max-w-lg-30px {
    max-width: 30px !important;
  }

  .w-lg-35px {
    width: 35px !important;
  }

  .h-lg-35px {
    height: 35px !important;
  }

  .min-w-lg-35px {
    min-width: 35px !important;
  }

  .min-h-lg-35px {
    min-height: 35px !important;
  }

  .max-h-lg-35px {
    max-height: 35px !important;
  }

  .max-w-lg-35px {
    max-width: 35px !important;
  }

  .w-lg-40px {
    width: 40px !important;
  }

  .h-lg-40px {
    height: 40px !important;
  }

  .min-w-lg-40px {
    min-width: 40px !important;
  }

  .min-h-lg-40px {
    min-height: 40px !important;
  }

  .max-h-lg-40px {
    max-height: 40px !important;
  }

  .max-w-lg-40px {
    max-width: 40px !important;
  }

  .w-lg-45px {
    width: 45px !important;
  }

  .h-lg-45px {
    height: 45px !important;
  }

  .min-w-lg-45px {
    min-width: 45px !important;
  }

  .min-h-lg-45px {
    min-height: 45px !important;
  }

  .max-h-lg-45px {
    max-height: 45px !important;
  }

  .max-w-lg-45px {
    max-width: 45px !important;
  }

  .w-lg-50px {
    width: 50px !important;
  }

  .h-lg-50px {
    height: 50px !important;
  }

  .min-w-lg-50px {
    min-width: 50px !important;
  }

  .min-h-lg-50px {
    min-height: 50px !important;
  }

  .max-h-lg-50px {
    max-height: 50px !important;
  }

  .max-w-lg-50px {
    max-width: 50px !important;
  }

  .w-lg-55px {
    width: 55px !important;
  }

  .h-lg-55px {
    height: 55px !important;
  }

  .min-w-lg-55px {
    min-width: 55px !important;
  }

  .min-h-lg-55px {
    min-height: 55px !important;
  }

  .max-h-lg-55px {
    max-height: 55px !important;
  }

  .max-w-lg-55px {
    max-width: 55px !important;
  }

  .w-lg-60px {
    width: 60px !important;
  }

  .h-lg-60px {
    height: 60px !important;
  }

  .min-w-lg-60px {
    min-width: 60px !important;
  }

  .min-h-lg-60px {
    min-height: 60px !important;
  }

  .max-h-lg-60px {
    max-height: 60px !important;
  }

  .max-w-lg-60px {
    max-width: 60px !important;
  }

  .w-lg-65px {
    width: 65px !important;
  }

  .h-lg-65px {
    height: 65px !important;
  }

  .min-w-lg-65px {
    min-width: 65px !important;
  }

  .min-h-lg-65px {
    min-height: 65px !important;
  }

  .max-h-lg-65px {
    max-height: 65px !important;
  }

  .max-w-lg-65px {
    max-width: 65px !important;
  }

  .w-lg-70px {
    width: 70px !important;
  }

  .h-lg-70px {
    height: 70px !important;
  }

  .min-w-lg-70px {
    min-width: 70px !important;
  }

  .min-h-lg-70px {
    min-height: 70px !important;
  }

  .max-h-lg-70px {
    max-height: 70px !important;
  }

  .max-w-lg-70px {
    max-width: 70px !important;
  }

  .w-lg-75px {
    width: 75px !important;
  }

  .h-lg-75px {
    height: 75px !important;
  }

  .min-w-lg-75px {
    min-width: 75px !important;
  }

  .min-h-lg-75px {
    min-height: 75px !important;
  }

  .max-h-lg-75px {
    max-height: 75px !important;
  }

  .max-w-lg-75px {
    max-width: 75px !important;
  }

  .w-lg-80px {
    width: 80px !important;
  }

  .h-lg-80px {
    height: 80px !important;
  }

  .min-w-lg-80px {
    min-width: 80px !important;
  }

  .min-h-lg-80px {
    min-height: 80px !important;
  }

  .max-h-lg-80px {
    max-height: 80px !important;
  }

  .max-w-lg-80px {
    max-width: 80px !important;
  }

  .w-lg-85px {
    width: 85px !important;
  }

  .h-lg-85px {
    height: 85px !important;
  }

  .min-w-lg-85px {
    min-width: 85px !important;
  }

  .min-h-lg-85px {
    min-height: 85px !important;
  }

  .max-h-lg-85px {
    max-height: 85px !important;
  }

  .max-w-lg-85px {
    max-width: 85px !important;
  }

  .w-lg-90px {
    width: 90px !important;
  }

  .h-lg-90px {
    height: 90px !important;
  }

  .min-w-lg-90px {
    min-width: 90px !important;
  }

  .min-h-lg-90px {
    min-height: 90px !important;
  }

  .max-h-lg-90px {
    max-height: 90px !important;
  }

  .max-w-lg-90px {
    max-width: 90px !important;
  }

  .w-lg-95px {
    width: 95px !important;
  }

  .h-lg-95px {
    height: 95px !important;
  }

  .min-w-lg-95px {
    min-width: 95px !important;
  }

  .min-h-lg-95px {
    min-height: 95px !important;
  }

  .max-h-lg-95px {
    max-height: 95px !important;
  }

  .max-w-lg-95px {
    max-width: 95px !important;
  }

  .w-lg-100px {
    width: 100px !important;
  }

  .h-lg-100px {
    height: 100px !important;
  }

  .min-w-lg-100px {
    min-width: 100px !important;
  }

  .min-h-lg-100px {
    min-height: 100px !important;
  }

  .max-h-lg-100px {
    max-height: 100px !important;
  }

  .max-w-lg-100px {
    max-width: 100px !important;
  }

  .w-lg-125px {
    width: 125px !important;
  }

  .h-lg-125px {
    height: 125px !important;
  }

  .min-w-lg-125px {
    min-width: 125px !important;
  }

  .min-h-lg-125px {
    min-height: 125px !important;
  }

  .max-h-lg-125px {
    max-height: 125px !important;
  }

  .max-w-lg-125px {
    max-width: 125px !important;
  }

  .w-lg-150px {
    width: 150px !important;
  }

  .h-lg-150px {
    height: 150px !important;
  }

  .min-w-lg-150px {
    min-width: 150px !important;
  }

  .min-h-lg-150px {
    min-height: 150px !important;
  }

  .max-h-lg-150px {
    max-height: 150px !important;
  }

  .max-w-lg-150px {
    max-width: 150px !important;
  }

  .w-lg-175px {
    width: 175px !important;
  }

  .h-lg-175px {
    height: 175px !important;
  }

  .min-w-lg-175px {
    min-width: 175px !important;
  }

  .min-h-lg-175px {
    min-height: 175px !important;
  }

  .max-h-lg-175px {
    max-height: 175px !important;
  }

  .max-w-lg-175px {
    max-width: 175px !important;
  }

  .w-lg-200px {
    width: 200px !important;
  }

  .h-lg-200px {
    height: 200px !important;
  }

  .min-w-lg-200px {
    min-width: 200px !important;
  }

  .min-h-lg-200px {
    min-height: 200px !important;
  }

  .max-h-lg-200px {
    max-height: 200px !important;
  }

  .max-w-lg-200px {
    max-width: 200px !important;
  }

  .w-lg-220px {
    width: 220px !important;
  }

  .h-lg-220px {
    height: 220px !important;
  }

  .min-w-lg-220px {
    min-width: 220px !important;
  }

  .min-h-lg-220px {
    min-height: 220px !important;
  }

  .max-h-lg-220px {
    max-height: 220px !important;
  }

  .max-w-lg-220px {
    max-width: 220px !important;
  }

  .w-lg-225px {
    width: 225px !important;
  }

  .h-lg-225px {
/*    height: 225px !important;*/
  }
    
  .h-lg-225px1 {
      height: 225px !important;
  }    

  .min-w-lg-225px {
    min-width: 225px !important;
  }

  .min-h-lg-225px {
    min-height: 225px !important;
  }

  .max-h-lg-225px {
    max-height: 225px !important;
  }

  .max-w-lg-225px {
    max-width: 225px !important;
  }

  .w-lg-250px {
    width: 250px !important;
  }

  .h-lg-250px {
    height: 250px !important;
  }

  .min-w-lg-250px {
    min-width: 250px !important;
  }

  .min-h-lg-250px {
    min-height: 250px !important;
  }

  .max-h-lg-250px {
    max-height: 250px !important;
  }

  .max-w-lg-250px {
    max-width: 250px !important;
  }

  .w-lg-275px {
    width: 275px !important;
  }

  .h-lg-275px {
    height: 275px !important;
  }

  .min-w-lg-275px {
    min-width: 275px !important;
  }

  .min-h-lg-275px {
    min-height: 275px !important;
  }

  .max-h-lg-275px {
    max-height: 275px !important;
  }

  .max-w-lg-275px {
    max-width: 275px !important;
  }

  .w-lg-300px {
    width: 300px !important;
  }

  .h-lg-300px {
    height: 300px !important;
  }

  .min-w-lg-300px {
    min-width: 300px !important;
  }

  .min-h-lg-300px {
    min-height: 300px !important;
  }

  .max-h-lg-300px {
    max-height: 300px !important;
  }

  .max-w-lg-300px {
    max-width: 300px !important;
  }

  .w-lg-325px {
    width: 325px !important;
  }

  .h-lg-325px {
    height: 325px !important;
  }

  .min-w-lg-325px {
    min-width: 325px !important;
  }

  .min-h-lg-325px {
    min-height: 325px !important;
  }

  .max-h-lg-325px {
    max-height: 325px !important;
  }

  .max-w-lg-325px {
    max-width: 325px !important;
  }

  .w-lg-350px {
    width: 350px !important;
  }

  .h-lg-350px {
    height: 350px !important;
  }

  .min-w-lg-350px {
    min-width: 350px !important;
  }

  .min-h-lg-350px {
    min-height: 350px !important;
  }

  .max-h-lg-350px {
    max-height: 350px !important;
  }

  .max-w-lg-350px {
    max-width: 350px !important;
  }

  .w-lg-375px {
    width: 375px !important;
  }

  .h-lg-375px {
    height: 375px !important;
  }

  .min-w-lg-375px {
    min-width: 375px !important;
  }

  .min-h-lg-375px {
    min-height: 375px !important;
  }

  .max-h-lg-375px {
    max-height: 375px !important;
  }

  .max-w-lg-375px {
    max-width: 375px !important;
  }

  .w-lg-380px {
    width: 380px !important;
  }

  .h-lg-380px {
    height: 380px !important;
  }

  .min-w-lg-380px {
    min-width: 380px !important;
  }

  .min-h-lg-380px {
    min-height: 380px !important;
  }

  .max-h-lg-380px {
    max-height: 380px !important;
  }

  .max-w-lg-380px {
    max-width: 380px !important;
  }

  .w-lg-400px {
    width: 400px !important;
  }

  .h-lg-400px {
    height: 400px !important;
  }

  .min-w-lg-400px {
    min-width: 400px !important;
  }

  .min-h-lg-400px {
    min-height: 400px !important;
  }

  .max-h-lg-400px {
    max-height: 400px !important;
  }

  .max-w-lg-400px {
    max-width: 400px !important;
  }

  .w-lg-425px {
    width: 425px !important;
  }

  .h-lg-425px {
    height: 425px !important;
  }

  .min-w-lg-425px {
    min-width: 425px !important;
  }

  .min-h-lg-425px {
    min-height: 425px !important;
  }

  .max-h-lg-425px {
    max-height: 425px !important;
  }

  .max-w-lg-425px {
    max-width: 425px !important;
  }

  .w-lg-450px {
    width: 450px !important;
  }

  .h-lg-450px {
    height: 450px !important;
  }

  .min-w-lg-450px {
    min-width: 450px !important;
  }

  .min-h-lg-450px {
    min-height: 450px !important;
  }

  .max-h-lg-450px {
    max-height: 450px !important;
  }

  .max-w-lg-450px {
    max-width: 450px !important;
  }

  .w-lg-475px {
    width: 475px !important;
  }

  .h-lg-475px {
    height: 475px !important;
  }

  .min-w-lg-475px {
    min-width: 475px !important;
  }

  .min-h-lg-475px {
    min-height: 475px !important;
  }

  .max-h-lg-475px {
    max-height: 475px !important;
  }

  .max-w-lg-475px {
    max-width: 475px !important;
  }

  .w-lg-500px {
    width: 500px !important;
  }

  .h-lg-500px {
    height: 500px !important;
  }

  .min-w-lg-500px {
    min-width: 500px !important;
  }

  .min-h-lg-500px {
    min-height: 500px !important;
  }

  .max-h-lg-500px {
    max-height: 500px !important;
  }

  .max-w-lg-500px {
    max-width: 500px !important;
  }

  .w-lg-550px {
    width: 550px !important;
  }

  .h-lg-550px {
    height: 550px !important;
  }

  .min-w-lg-550px {
    min-width: 550px !important;
  }

  .min-h-lg-550px {
    min-height: 550px !important;
  }

  .max-h-lg-550px {
    max-height: 550px !important;
  }

  .max-w-lg-550px {
    max-width: 550px !important;
  }

  .w-lg-600px {
    width: 600px !important;
  }

  .h-lg-600px {
    height: 600px !important;
  }

  .min-w-lg-600px {
    min-width: 600px !important;
  }

  .min-h-lg-600px {
    min-height: 600px !important;
  }

  .max-h-lg-600px {
    max-height: 600px !important;
  }

  .max-w-lg-600px {
    max-width: 600px !important;
  }

  .w-lg-650px {
    width: 650px !important;
  }

  .h-lg-650px {
    height: 650px !important;
  }

  .min-w-lg-650px {
    min-width: 650px !important;
  }

  .min-h-lg-650px {
    min-height: 650px !important;
  }

  .max-h-lg-650px {
    max-height: 650px !important;
  }

  .max-w-lg-650px {
    max-width: 650px !important;
  }

  .w-lg-700px {
    width: 700px !important;
  }

  .h-lg-700px {
    height: 700px !important;
  }

  .min-w-lg-700px {
    min-width: 700px !important;
  }

  .min-h-lg-700px {
    min-height: 700px !important;
  }

  .max-h-lg-700px {
    max-height: 700px !important;
  }

  .max-w-lg-700px {
    max-width: 700px !important;
  }

  .w-lg-750px {
    width: 750px !important;
  }

  .h-lg-750px {
    height: 750px !important;
  }

  .min-w-lg-750px {
    min-width: 750px !important;
  }

  .min-h-lg-750px {
    min-height: 750px !important;
  }

  .max-h-lg-750px {
    max-height: 750px !important;
  }

  .max-w-lg-750px {
    max-width: 750px !important;
  }

  .w-lg-800px {
    width: 800px !important;
  }

  .h-lg-800px {
    height: 800px !important;
  }

  .min-w-lg-800px {
    min-width: 800px !important;
  }

  .min-h-lg-800px {
    min-height: 800px !important;
  }

  .max-h-lg-800px {
    max-height: 800px !important;
  }

  .max-w-lg-800px {
    max-width: 800px !important;
  }

  .w-lg-850px {
    width: 850px !important;
  }

  .h-lg-850px {
    height: 850px !important;
  }

  .min-w-lg-850px {
    min-width: 850px !important;
  }

  .min-h-lg-850px {
    min-height: 850px !important;
  }

  .max-h-lg-850px {
    max-height: 850px !important;
  }

  .max-w-lg-850px {
    max-width: 850px !important;
  }

  .w-lg-900px {
    width: 900px !important;
  }

  .h-lg-900px {
    height: 900px !important;
  }

  .min-w-lg-900px {
    min-width: 900px !important;
  }

  .min-h-lg-900px {
    min-height: 900px !important;
  }

  .max-h-lg-900px {
    max-height: 900px !important;
  }

  .max-w-lg-900px {
    max-width: 900px !important;
  }

  .w-lg-950px {
    width: 950px !important;
  }

  .h-lg-950px {
    height: 950px !important;
  }

  .min-w-lg-950px {
    min-width: 950px !important;
  }

  .min-h-lg-950px {
    min-height: 950px !important;
  }

  .max-h-lg-950px {
    max-height: 950px !important;
  }

  .max-w-lg-950px {
    max-width: 950px !important;
  }

  .w-lg-1000px {
    width: 1000px !important;
  }

  .h-lg-1000px {
    height: 1000px !important;
  }

  .min-w-lg-1000px {
    min-width: 1000px !important;
  }

  .min-h-lg-1000px {
    min-height: 1000px !important;
  }

  .max-h-lg-1000px {
    max-height: 1000px !important;
  }

  .max-w-lg-1000px {
    max-width: 1000px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100% !important;
  }

  .h-xl-100 {
    height: 100% !important;
  }

  .min-w-xl-100 {
    min-width: 100% !important;
  }

  .min-h-xl-100 {
    min-height: 100% !important;
  }

  .max-h-xl-100 {
    max-height: 100% !important;
  }

  .max-w-xl-100 {
    max-width: 100% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .h-xl-50 {
    height: 50% !important;
  }

  .min-w-xl-50 {
    min-width: 50% !important;
  }

  .min-h-xl-50 {
    min-height: 50% !important;
  }

  .max-h-xl-50 {
    max-height: 50% !important;
  }

  .max-w-xl-50 {
    max-width: 50% !important;
  }

  .w-xl-1px {
    width: 1px !important;
  }

  .h-xl-1px {
    height: 1px !important;
  }

  .min-w-xl-1px {
    min-width: 1px !important;
  }

  .min-h-xl-1px {
    min-height: 1px !important;
  }

  .max-h-xl-1px {
    max-height: 1px !important;
  }

  .max-w-xl-1px {
    max-width: 1px !important;
  }

  .w-xl-2px {
    width: 2px !important;
  }

  .h-xl-2px {
    height: 2px !important;
  }

  .min-w-xl-2px {
    min-width: 2px !important;
  }

  .min-h-xl-2px {
    min-height: 2px !important;
  }

  .max-h-xl-2px {
    max-height: 2px !important;
  }

  .max-w-xl-2px {
    max-width: 2px !important;
  }

  .w-xl-3px {
    width: 3px !important;
  }

  .h-xl-3px {
    height: 3px !important;
  }

  .min-w-xl-3px {
    min-width: 3px !important;
  }

  .min-h-xl-3px {
    min-height: 3px !important;
  }

  .max-h-xl-3px {
    max-height: 3px !important;
  }

  .max-w-xl-3px {
    max-width: 3px !important;
  }

  .w-xl-4px {
    width: 4px !important;
  }

  .h-xl-4px {
    height: 4px !important;
  }

  .min-w-xl-4px {
    min-width: 4px !important;
  }

  .min-h-xl-4px {
    min-height: 4px !important;
  }

  .max-h-xl-4px {
    max-height: 4px !important;
  }

  .max-w-xl-4px {
    max-width: 4px !important;
  }

  .w-xl-5px {
    width: 5px !important;
  }

  .h-xl-5px {
    height: 5px !important;
  }

  .min-w-xl-5px {
    min-width: 5px !important;
  }

  .min-h-xl-5px {
    min-height: 5px !important;
  }

  .max-h-xl-5px {
    max-height: 5px !important;
  }

  .max-w-xl-5px {
    max-width: 5px !important;
  }

  .w-xl-10px {
    width: 10px !important;
  }

  .h-xl-10px {
    height: 10px !important;
  }

  .min-w-xl-10px {
    min-width: 10px !important;
  }

  .min-h-xl-10px {
    min-height: 10px !important;
  }

  .max-h-xl-10px {
    max-height: 10px !important;
  }

  .max-w-xl-10px {
    max-width: 10px !important;
  }

  .w-xl-15px {
    width: 15px !important;
  }

  .h-xl-15px {
    height: 15px !important;
  }

  .min-w-xl-15px {
    min-width: 15px !important;
  }

  .min-h-xl-15px {
    min-height: 15px !important;
  }

  .max-h-xl-15px {
    max-height: 15px !important;
  }

  .max-w-xl-15px {
    max-width: 15px !important;
  }

  .w-xl-20px {
    width: 20px !important;
  }

  .h-xl-20px {
    height: 20px !important;
  }

  .min-w-xl-20px {
    min-width: 20px !important;
  }

  .min-h-xl-20px {
    min-height: 20px !important;
  }

  .max-h-xl-20px {
    max-height: 20px !important;
  }

  .max-w-xl-20px {
    max-width: 20px !important;
  }

  .w-xl-25px {
    width: 25px !important;
  }

  .h-xl-25px {
    height: 25px !important;
  }

  .min-w-xl-25px {
    min-width: 25px !important;
  }

  .min-h-xl-25px {
    min-height: 25px !important;
  }

  .max-h-xl-25px {
    max-height: 25px !important;
  }

  .max-w-xl-25px {
    max-width: 25px !important;
  }

  .w-xl-30px {
    width: 30px !important;
  }

  .h-xl-30px {
    height: 30px !important;
  }

  .min-w-xl-30px {
    min-width: 30px !important;
  }

  .min-h-xl-30px {
    min-height: 30px !important;
  }

  .max-h-xl-30px {
    max-height: 30px !important;
  }

  .max-w-xl-30px {
    max-width: 30px !important;
  }

  .w-xl-35px {
    width: 35px !important;
  }

  .h-xl-35px {
    height: 35px !important;
  }

  .min-w-xl-35px {
    min-width: 35px !important;
  }

  .min-h-xl-35px {
    min-height: 35px !important;
  }

  .max-h-xl-35px {
    max-height: 35px !important;
  }

  .max-w-xl-35px {
    max-width: 35px !important;
  }

  .w-xl-40px {
    width: 40px !important;
  }

  .h-xl-40px {
    height: 40px !important;
  }

  .min-w-xl-40px {
    min-width: 40px !important;
  }

  .min-h-xl-40px {
    min-height: 40px !important;
  }

  .max-h-xl-40px {
    max-height: 40px !important;
  }

  .max-w-xl-40px {
    max-width: 40px !important;
  }

  .w-xl-45px {
    width: 45px !important;
  }

  .h-xl-45px {
    height: 45px !important;
  }

  .min-w-xl-45px {
    min-width: 45px !important;
  }

  .min-h-xl-45px {
    min-height: 45px !important;
  }

  .max-h-xl-45px {
    max-height: 45px !important;
  }

  .max-w-xl-45px {
    max-width: 45px !important;
  }

  .w-xl-50px {
    width: 50px !important;
  }

  .h-xl-50px {
    height: 50px !important;
  }

  .min-w-xl-50px {
    min-width: 50px !important;
  }

  .min-h-xl-50px {
    min-height: 50px !important;
  }

  .max-h-xl-50px {
    max-height: 50px !important;
  }

  .max-w-xl-50px {
    max-width: 50px !important;
  }

  .w-xl-55px {
    width: 55px !important;
  }

  .h-xl-55px {
    height: 55px !important;
  }

  .min-w-xl-55px {
    min-width: 55px !important;
  }

  .min-h-xl-55px {
    min-height: 55px !important;
  }

  .max-h-xl-55px {
    max-height: 55px !important;
  }

  .max-w-xl-55px {
    max-width: 55px !important;
  }

  .w-xl-60px {
    width: 60px !important;
  }

  .h-xl-60px {
    height: 60px !important;
  }

  .min-w-xl-60px {
    min-width: 60px !important;
  }

  .min-h-xl-60px {
    min-height: 60px !important;
  }

  .max-h-xl-60px {
    max-height: 60px !important;
  }

  .max-w-xl-60px {
    max-width: 60px !important;
  }

  .w-xl-65px {
    width: 65px !important;
  }

  .h-xl-65px {
    height: 65px !important;
  }

  .min-w-xl-65px {
    min-width: 65px !important;
  }

  .min-h-xl-65px {
    min-height: 65px !important;
  }

  .max-h-xl-65px {
    max-height: 65px !important;
  }

  .max-w-xl-65px {
    max-width: 65px !important;
  }

  .w-xl-70px {
    width: 70px !important;
  }

  .h-xl-70px {
    height: 70px !important;
  }

  .min-w-xl-70px {
    min-width: 70px !important;
  }

  .min-h-xl-70px {
    min-height: 70px !important;
  }

  .max-h-xl-70px {
    max-height: 70px !important;
  }

  .max-w-xl-70px {
    max-width: 70px !important;
  }

  .w-xl-75px {
    width: 75px !important;
  }

  .h-xl-75px {
    height: 75px !important;
  }

  .min-w-xl-75px {
    min-width: 75px !important;
  }

  .min-h-xl-75px {
    min-height: 75px !important;
  }

  .max-h-xl-75px {
    max-height: 75px !important;
  }

  .max-w-xl-75px {
    max-width: 75px !important;
  }

  .w-xl-80px {
    width: 80px !important;
  }

  .h-xl-80px {
    height: 80px !important;
  }

  .min-w-xl-80px {
    min-width: 80px !important;
  }

  .min-h-xl-80px {
    min-height: 80px !important;
  }

  .max-h-xl-80px {
    max-height: 80px !important;
  }

  .max-w-xl-80px {
    max-width: 80px !important;
  }

  .w-xl-85px {
    width: 85px !important;
  }

  .h-xl-85px {
    height: 85px !important;
  }

  .min-w-xl-85px {
    min-width: 85px !important;
  }

  .min-h-xl-85px {
    min-height: 85px !important;
  }

  .max-h-xl-85px {
    max-height: 85px !important;
  }

  .max-w-xl-85px {
    max-width: 85px !important;
  }

  .w-xl-90px {
    width: 90px !important;
  }

  .h-xl-90px {
    height: 90px !important;
  }

  .min-w-xl-90px {
    min-width: 90px !important;
  }

  .min-h-xl-90px {
    min-height: 90px !important;
  }

  .max-h-xl-90px {
    max-height: 90px !important;
  }

  .max-w-xl-90px {
    max-width: 90px !important;
  }

  .w-xl-95px {
    width: 95px !important;
  }

  .h-xl-95px {
    height: 95px !important;
  }

  .min-w-xl-95px {
    min-width: 95px !important;
  }

  .min-h-xl-95px {
    min-height: 95px !important;
  }

  .max-h-xl-95px {
    max-height: 95px !important;
  }

  .max-w-xl-95px {
    max-width: 95px !important;
  }

  .w-xl-100px {
    width: 100px !important;
  }

  .h-xl-100px {
    height: 100px !important;
  }

  .min-w-xl-100px {
    min-width: 100px !important;
  }

  .min-h-xl-100px {
    min-height: 100px !important;
  }

  .max-h-xl-100px {
    max-height: 100px !important;
  }

  .max-w-xl-100px {
    max-width: 100px !important;
  }

  .w-xl-125px {
    width: 125px !important;
  }

  .h-xl-125px {
    height: 125px !important;
  }

  .min-w-xl-125px {
    min-width: 125px !important;
  }

  .min-h-xl-125px {
    min-height: 125px !important;
  }

  .max-h-xl-125px {
    max-height: 125px !important;
  }

  .max-w-xl-125px {
    max-width: 125px !important;
  }

  .w-xl-150px {
    width: 150px !important;
  }

  .h-xl-150px {
    height: 150px !important;
  }

  .min-w-xl-150px {
    min-width: 150px !important;
  }

  .min-h-xl-150px {
    min-height: 150px !important;
  }

  .max-h-xl-150px {
    max-height: 150px !important;
  }

  .max-w-xl-150px {
    max-width: 150px !important;
  }

  .w-xl-175px {
    width: 175px !important;
  }

  .h-xl-175px {
    height: 175px !important;
  }

  .min-w-xl-175px {
    min-width: 175px !important;
  }

  .min-h-xl-175px {
    min-height: 175px !important;
  }

  .max-h-xl-175px {
    max-height: 175px !important;
  }

  .max-w-xl-175px {
    max-width: 175px !important;
  }

  .w-xl-200px {
    width: 200px !important;
  }

  .h-xl-200px {
    height: 200px !important;
  }

  .min-w-xl-200px {
    min-width: 200px !important;
  }

  .min-h-xl-200px {
    min-height: 200px !important;
  }

  .max-h-xl-200px {
    max-height: 200px !important;
  }

  .max-w-xl-200px {
    max-width: 200px !important;
  }

  .w-xl-220px {
    width: 220px !important;
  }

  .h-xl-220px {
    height: 220px !important;
  }

  .min-w-xl-220px {
    min-width: 220px !important;
  }

  .min-h-xl-220px {
    min-height: 220px !important;
  }

  .max-h-xl-220px {
    max-height: 220px !important;
  }

  .max-w-xl-220px {
    max-width: 220px !important;
  }

  .w-xl-225px {
    width: 225px !important;
  }

  .h-xl-225px {
    height: 225px !important;
  }

  .min-w-xl-225px {
    min-width: 225px !important;
  }

  .min-h-xl-225px {
    min-height: 225px !important;
  }

  .max-h-xl-225px {
    max-height: 225px !important;
  }

  .max-w-xl-225px {
    max-width: 225px !important;
  }

  .w-xl-250px {
    width: 250px !important;
  }

  .h-xl-250px {
    height: 250px !important;
  }

  .min-w-xl-250px {
    min-width: 250px !important;
  }

  .min-h-xl-250px {
    min-height: 250px !important;
  }

  .max-h-xl-250px {
    max-height: 250px !important;
  }

  .max-w-xl-250px {
    max-width: 250px !important;
  }

  .w-xl-275px {
    width: 275px !important;
  }

  .h-xl-275px {
    height: 275px !important;
  }

  .min-w-xl-275px {
    min-width: 275px !important;
  }

  .min-h-xl-275px {
    min-height: 275px !important;
  }

  .max-h-xl-275px {
    max-height: 275px !important;
  }

  .max-w-xl-275px {
    max-width: 275px !important;
  }

  .w-xl-300px {
    width: 300px !important;
  }

  .h-xl-300px {
    height: 300px !important;
  }

  .min-w-xl-300px {
    min-width: 300px !important;
  }

  .min-h-xl-300px {
    min-height: 300px !important;
  }

  .max-h-xl-300px {
    max-height: 300px !important;
  }

  .max-w-xl-300px {
    max-width: 300px !important;
  }

  .w-xl-325px {
    width: 325px !important;
  }

  .h-xl-325px {
    height: 325px !important;
  }

  .min-w-xl-325px {
    min-width: 325px !important;
  }

  .min-h-xl-325px {
    min-height: 325px !important;
  }

  .max-h-xl-325px {
    max-height: 325px !important;
  }

  .max-w-xl-325px {
    max-width: 325px !important;
  }

  .w-xl-350px {
    width: 350px !important;
  }

  .h-xl-350px {
    height: 350px !important;
  }

  .min-w-xl-350px {
    min-width: 350px !important;
  }

  .min-h-xl-350px {
    min-height: 350px !important;
  }

  .max-h-xl-350px {
    max-height: 350px !important;
  }

  .max-w-xl-350px {
    max-width: 350px !important;
  }

  .w-xl-375px {
    width: 375px !important;
  }

  .h-xl-375px {
    height: 375px !important;
  }

  .min-w-xl-375px {
    min-width: 375px !important;
  }

  .min-h-xl-375px {
    min-height: 375px !important;
  }

  .max-h-xl-375px {
    max-height: 375px !important;
  }

  .max-w-xl-375px {
    max-width: 375px !important;
  }

  .w-xl-380px {
    width: 380px !important;
  }

  .h-xl-380px {
    height: 380px !important;
  }

  .min-w-xl-380px {
    min-width: 380px !important;
  }

  .min-h-xl-380px {
    min-height: 380px !important;
  }

  .max-h-xl-380px {
    max-height: 380px !important;
  }

  .max-w-xl-380px {
    max-width: 380px !important;
  }

  .w-xl-400px {
    width: 400px !important;
  }

  .h-xl-400px {
    height: 400px !important;
  }

  .min-w-xl-400px {
    min-width: 400px !important;
  }

  .min-h-xl-400px {
    min-height: 400px !important;
  }

  .max-h-xl-400px {
    max-height: 400px !important;
  }

  .max-w-xl-400px {
    max-width: 400px !important;
  }

  .w-xl-425px {
    width: 425px !important;
  }

  .h-xl-425px {
    height: 425px !important;
  }

  .min-w-xl-425px {
    min-width: 425px !important;
  }

  .min-h-xl-425px {
    min-height: 425px !important;
  }

  .max-h-xl-425px {
    max-height: 425px !important;
  }

  .max-w-xl-425px {
    max-width: 425px !important;
  }

  .w-xl-450px {
    width: 450px !important;
  }

  .h-xl-450px {
    height: 450px !important;
  }

  .min-w-xl-450px {
    min-width: 450px !important;
  }

  .min-h-xl-450px {
    min-height: 450px !important;
  }

  .max-h-xl-450px {
    max-height: 450px !important;
  }

  .max-w-xl-450px {
    max-width: 450px !important;
  }

  .w-xl-475px {
    width: 475px !important;
  }

  .h-xl-475px {
    height: 475px !important;
  }

  .min-w-xl-475px {
    min-width: 475px !important;
  }

  .min-h-xl-475px {
    min-height: 475px !important;
  }

  .max-h-xl-475px {
    max-height: 475px !important;
  }

  .max-w-xl-475px {
    max-width: 475px !important;
  }

  .w-xl-500px {
    width: 500px !important;
  }

  .h-xl-500px {
    height: 500px !important;
  }

  .min-w-xl-500px {
    min-width: 500px !important;
  }

  .min-h-xl-500px {
    min-height: 500px !important;
  }

  .max-h-xl-500px {
    max-height: 500px !important;
  }

  .max-w-xl-500px {
    max-width: 500px !important;
  }

  .w-xl-550px {
    width: 550px !important;
  }

  .h-xl-550px {
    height: 550px !important;
  }

  .min-w-xl-550px {
    min-width: 550px !important;
  }

  .min-h-xl-550px {
    min-height: 550px !important;
  }

  .max-h-xl-550px {
    max-height: 550px !important;
  }

  .max-w-xl-550px {
    max-width: 550px !important;
  }

  .w-xl-600px {
    width: 600px !important;
  }

  .h-xl-600px {
    height: 600px !important;
  }

  .min-w-xl-600px {
    min-width: 600px !important;
  }

  .min-h-xl-600px {
    min-height: 600px !important;
  }

  .max-h-xl-600px {
    max-height: 600px !important;
  }

  .max-w-xl-600px {
    max-width: 600px !important;
  }

  .w-xl-650px {
    width: 650px !important;
  }

  .h-xl-650px {
    height: 650px !important;
  }

  .min-w-xl-650px {
    min-width: 650px !important;
  }

  .min-h-xl-650px {
    min-height: 650px !important;
  }

  .max-h-xl-650px {
    max-height: 650px !important;
  }

  .max-w-xl-650px {
    max-width: 650px !important;
  }

  .w-xl-700px {
    width: 700px !important;
  }

  .h-xl-700px {
    height: 700px !important;
  }

  .min-w-xl-700px {
    min-width: 700px !important;
  }

  .min-h-xl-700px {
    min-height: 700px !important;
  }

  .max-h-xl-700px {
    max-height: 700px !important;
  }

  .max-w-xl-700px {
    max-width: 700px !important;
  }

  .w-xl-750px {
    width: 750px !important;
  }

  .h-xl-750px {
    height: 750px !important;
  }

  .min-w-xl-750px {
    min-width: 750px !important;
  }

  .min-h-xl-750px {
    min-height: 750px !important;
  }

  .max-h-xl-750px {
    max-height: 750px !important;
  }

  .max-w-xl-750px {
    max-width: 750px !important;
  }

  .w-xl-800px {
    width: 800px !important;
  }

  .h-xl-800px {
    height: 800px !important;
  }

  .min-w-xl-800px {
    min-width: 800px !important;
  }

  .min-h-xl-800px {
    min-height: 800px !important;
  }

  .max-h-xl-800px {
    max-height: 800px !important;
  }

  .max-w-xl-800px {
    max-width: 800px !important;
  }

  .w-xl-850px {
    width: 850px !important;
  }

  .h-xl-850px {
    height: 850px !important;
  }

  .min-w-xl-850px {
    min-width: 850px !important;
  }

  .min-h-xl-850px {
    min-height: 850px !important;
  }

  .max-h-xl-850px {
    max-height: 850px !important;
  }

  .max-w-xl-850px {
    max-width: 850px !important;
  }

  .w-xl-900px {
    width: 900px !important;
  }

  .h-xl-900px {
    height: 900px !important;
  }

  .min-w-xl-900px {
    min-width: 900px !important;
  }

  .min-h-xl-900px {
    min-height: 900px !important;
  }

  .max-h-xl-900px {
    max-height: 900px !important;
  }

  .max-w-xl-900px {
    max-width: 900px !important;
  }

  .w-xl-950px {
    width: 950px !important;
  }

  .h-xl-950px {
    height: 950px !important;
  }

  .min-w-xl-950px {
    min-width: 950px !important;
  }

  .min-h-xl-950px {
    min-height: 950px !important;
  }

  .max-h-xl-950px {
    max-height: 950px !important;
  }

  .max-w-xl-950px {
    max-width: 950px !important;
  }

  .w-xl-1000px {
    width: 1000px !important;
  }

  .h-xl-1000px {
    height: 1000px !important;
  }

  .min-w-xl-1000px {
    min-width: 1000px !important;
  }

  .min-h-xl-1000px {
    min-height: 1000px !important;
  }

  .max-h-xl-1000px {
    max-height: 1000px !important;
  }

  .max-w-xl-1000px {
    max-width: 1000px !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-100 {
    width: 100% !important;
  }

  .h-xxl-100 {
    height: 100% !important;
  }

  .min-w-xxl-100 {
    min-width: 100% !important;
  }

  .min-h-xxl-100 {
    min-height: 100% !important;
  }

  .max-h-xxl-100 {
    max-height: 100% !important;
  }

  .max-w-xxl-100 {
    max-width: 100% !important;
  }

  .w-xxl-50 {
    width: 50% !important;
  }

  .h-xxl-50 {
    height: 50% !important;
  }

  .min-w-xxl-50 {
    min-width: 50% !important;
  }

  .min-h-xxl-50 {
    min-height: 50% !important;
  }

  .max-h-xxl-50 {
    max-height: 50% !important;
  }

  .max-w-xxl-50 {
    max-width: 50% !important;
  }

  .w-xxl-1px {
    width: 1px !important;
  }

  .h-xxl-1px {
    height: 1px !important;
  }

  .min-w-xxl-1px {
    min-width: 1px !important;
  }

  .min-h-xxl-1px {
    min-height: 1px !important;
  }

  .max-h-xxl-1px {
    max-height: 1px !important;
  }

  .max-w-xxl-1px {
    max-width: 1px !important;
  }

  .w-xxl-2px {
    width: 2px !important;
  }

  .h-xxl-2px {
    height: 2px !important;
  }

  .min-w-xxl-2px {
    min-width: 2px !important;
  }

  .min-h-xxl-2px {
    min-height: 2px !important;
  }

  .max-h-xxl-2px {
    max-height: 2px !important;
  }

  .max-w-xxl-2px {
    max-width: 2px !important;
  }

  .w-xxl-3px {
    width: 3px !important;
  }

  .h-xxl-3px {
    height: 3px !important;
  }

  .min-w-xxl-3px {
    min-width: 3px !important;
  }

  .min-h-xxl-3px {
    min-height: 3px !important;
  }

  .max-h-xxl-3px {
    max-height: 3px !important;
  }

  .max-w-xxl-3px {
    max-width: 3px !important;
  }

  .w-xxl-4px {
    width: 4px !important;
  }

  .h-xxl-4px {
    height: 4px !important;
  }

  .min-w-xxl-4px {
    min-width: 4px !important;
  }

  .min-h-xxl-4px {
    min-height: 4px !important;
  }

  .max-h-xxl-4px {
    max-height: 4px !important;
  }

  .max-w-xxl-4px {
    max-width: 4px !important;
  }

  .w-xxl-5px {
    width: 5px !important;
  }

  .h-xxl-5px {
    height: 5px !important;
  }

  .min-w-xxl-5px {
    min-width: 5px !important;
  }

  .min-h-xxl-5px {
    min-height: 5px !important;
  }

  .max-h-xxl-5px {
    max-height: 5px !important;
  }

  .max-w-xxl-5px {
    max-width: 5px !important;
  }

  .w-xxl-10px {
    width: 10px !important;
  }

  .h-xxl-10px {
    height: 10px !important;
  }

  .min-w-xxl-10px {
    min-width: 10px !important;
  }

  .min-h-xxl-10px {
    min-height: 10px !important;
  }

  .max-h-xxl-10px {
    max-height: 10px !important;
  }

  .max-w-xxl-10px {
    max-width: 10px !important;
  }

  .w-xxl-15px {
    width: 15px !important;
  }

  .h-xxl-15px {
    height: 15px !important;
  }

  .min-w-xxl-15px {
    min-width: 15px !important;
  }

  .min-h-xxl-15px {
    min-height: 15px !important;
  }

  .max-h-xxl-15px {
    max-height: 15px !important;
  }

  .max-w-xxl-15px {
    max-width: 15px !important;
  }

  .w-xxl-20px {
    width: 20px !important;
  }

  .h-xxl-20px {
    height: 20px !important;
  }

  .min-w-xxl-20px {
    min-width: 20px !important;
  }

  .min-h-xxl-20px {
    min-height: 20px !important;
  }

  .max-h-xxl-20px {
    max-height: 20px !important;
  }

  .max-w-xxl-20px {
    max-width: 20px !important;
  }

  .w-xxl-25px {
    width: 25px !important;
  }

  .h-xxl-25px {
    height: 25px !important;
  }

  .min-w-xxl-25px {
    min-width: 25px !important;
  }

  .min-h-xxl-25px {
    min-height: 25px !important;
  }

  .max-h-xxl-25px {
    max-height: 25px !important;
  }

  .max-w-xxl-25px {
    max-width: 25px !important;
  }

  .w-xxl-30px {
    width: 30px !important;
  }

  .h-xxl-30px {
    height: 30px !important;
  }

  .min-w-xxl-30px {
    min-width: 30px !important;
  }

  .min-h-xxl-30px {
    min-height: 30px !important;
  }

  .max-h-xxl-30px {
    max-height: 30px !important;
  }

  .max-w-xxl-30px {
    max-width: 30px !important;
  }

  .w-xxl-35px {
    width: 35px !important;
  }

  .h-xxl-35px {
    height: 35px !important;
  }

  .min-w-xxl-35px {
    min-width: 35px !important;
  }

  .min-h-xxl-35px {
    min-height: 35px !important;
  }

  .max-h-xxl-35px {
    max-height: 35px !important;
  }

  .max-w-xxl-35px {
    max-width: 35px !important;
  }

  .w-xxl-40px {
    width: 40px !important;
  }

  .h-xxl-40px {
    height: 40px !important;
  }

  .min-w-xxl-40px {
    min-width: 40px !important;
  }

  .min-h-xxl-40px {
    min-height: 40px !important;
  }

  .max-h-xxl-40px {
    max-height: 40px !important;
  }

  .max-w-xxl-40px {
    max-width: 40px !important;
  }

  .w-xxl-45px {
    width: 45px !important;
  }

  .h-xxl-45px {
    height: 45px !important;
  }

  .min-w-xxl-45px {
    min-width: 45px !important;
  }

  .min-h-xxl-45px {
    min-height: 45px !important;
  }

  .max-h-xxl-45px {
    max-height: 45px !important;
  }

  .max-w-xxl-45px {
    max-width: 45px !important;
  }

  .w-xxl-50px {
    width: 50px !important;
  }

  .h-xxl-50px {
    height: 50px !important;
  }

  .min-w-xxl-50px {
    min-width: 50px !important;
  }

  .min-h-xxl-50px {
    min-height: 50px !important;
  }

  .max-h-xxl-50px {
    max-height: 50px !important;
  }

  .max-w-xxl-50px {
    max-width: 50px !important;
  }

  .w-xxl-55px {
    width: 55px !important;
  }

  .h-xxl-55px {
    height: 55px !important;
  }

  .min-w-xxl-55px {
    min-width: 55px !important;
  }

  .min-h-xxl-55px {
    min-height: 55px !important;
  }

  .max-h-xxl-55px {
    max-height: 55px !important;
  }

  .max-w-xxl-55px {
    max-width: 55px !important;
  }

  .w-xxl-60px {
    width: 60px !important;
  }

  .h-xxl-60px {
    height: 60px !important;
  }

  .min-w-xxl-60px {
    min-width: 60px !important;
  }

  .min-h-xxl-60px {
    min-height: 60px !important;
  }

  .max-h-xxl-60px {
    max-height: 60px !important;
  }

  .max-w-xxl-60px {
    max-width: 60px !important;
  }

  .w-xxl-65px {
    width: 65px !important;
  }

  .h-xxl-65px {
    height: 65px !important;
  }

  .min-w-xxl-65px {
    min-width: 65px !important;
  }

  .min-h-xxl-65px {
    min-height: 65px !important;
  }

  .max-h-xxl-65px {
    max-height: 65px !important;
  }

  .max-w-xxl-65px {
    max-width: 65px !important;
  }

  .w-xxl-70px {
    width: 70px !important;
  }

  .h-xxl-70px {
    height: 70px !important;
  }

  .min-w-xxl-70px {
    min-width: 70px !important;
  }

  .min-h-xxl-70px {
    min-height: 70px !important;
  }

  .max-h-xxl-70px {
    max-height: 70px !important;
  }

  .max-w-xxl-70px {
    max-width: 70px !important;
  }

  .w-xxl-75px {
    width: 75px !important;
  }

  .h-xxl-75px {
    height: 75px !important;
  }

  .min-w-xxl-75px {
    min-width: 75px !important;
  }

  .min-h-xxl-75px {
    min-height: 75px !important;
  }

  .max-h-xxl-75px {
    max-height: 75px !important;
  }

  .max-w-xxl-75px {
    max-width: 75px !important;
  }

  .w-xxl-80px {
    width: 80px !important;
  }

  .h-xxl-80px {
    height: 80px !important;
  }

  .min-w-xxl-80px {
    min-width: 80px !important;
  }

  .min-h-xxl-80px {
    min-height: 80px !important;
  }

  .max-h-xxl-80px {
    max-height: 80px !important;
  }

  .max-w-xxl-80px {
    max-width: 80px !important;
  }

  .w-xxl-85px {
    width: 85px !important;
  }

  .h-xxl-85px {
    height: 85px !important;
  }

  .min-w-xxl-85px {
    min-width: 85px !important;
  }

  .min-h-xxl-85px {
    min-height: 85px !important;
  }

  .max-h-xxl-85px {
    max-height: 85px !important;
  }

  .max-w-xxl-85px {
    max-width: 85px !important;
  }

  .w-xxl-90px {
    width: 90px !important;
  }

  .h-xxl-90px {
    height: 90px !important;
  }

  .min-w-xxl-90px {
    min-width: 90px !important;
  }

  .min-h-xxl-90px {
    min-height: 90px !important;
  }

  .max-h-xxl-90px {
    max-height: 90px !important;
  }

  .max-w-xxl-90px {
    max-width: 90px !important;
  }

  .w-xxl-95px {
    width: 95px !important;
  }

  .h-xxl-95px {
    height: 95px !important;
  }

  .min-w-xxl-95px {
    min-width: 95px !important;
  }

  .min-h-xxl-95px {
    min-height: 95px !important;
  }

  .max-h-xxl-95px {
    max-height: 95px !important;
  }

  .max-w-xxl-95px {
    max-width: 95px !important;
  }

  .w-xxl-100px {
    width: 100px !important;
  }

  .h-xxl-100px {
    height: 100px !important;
  }

  .min-w-xxl-100px {
    min-width: 100px !important;
  }

  .min-h-xxl-100px {
    min-height: 100px !important;
  }

  .max-h-xxl-100px {
    max-height: 100px !important;
  }

  .max-w-xxl-100px {
    max-width: 100px !important;
  }

  .w-xxl-125px {
    width: 125px !important;
  }

  .h-xxl-125px {
    height: 125px !important;
  }

  .min-w-xxl-125px {
    min-width: 125px !important;
  }

  .min-h-xxl-125px {
    min-height: 125px !important;
  }

  .max-h-xxl-125px {
    max-height: 125px !important;
  }

  .max-w-xxl-125px {
    max-width: 125px !important;
  }

  .w-xxl-150px {
    width: 150px !important;
  }

  .h-xxl-150px {
    height: 150px !important;
  }

  .min-w-xxl-150px {
    min-width: 150px !important;
  }

  .min-h-xxl-150px {
    min-height: 150px !important;
  }

  .max-h-xxl-150px {
    max-height: 150px !important;
  }

  .max-w-xxl-150px {
    max-width: 150px !important;
  }

  .w-xxl-175px {
    width: 175px !important;
  }

  .h-xxl-175px {
    height: 175px !important;
  }

  .min-w-xxl-175px {
    min-width: 175px !important;
  }

  .min-h-xxl-175px {
    min-height: 175px !important;
  }

  .max-h-xxl-175px {
    max-height: 175px !important;
  }

  .max-w-xxl-175px {
    max-width: 175px !important;
  }

  .w-xxl-200px {
    width: 200px !important;
  }

  .h-xxl-200px {
    height: 200px !important;
  }

  .min-w-xxl-200px {
    min-width: 200px !important;
  }

  .min-h-xxl-200px {
    min-height: 200px !important;
  }

  .max-h-xxl-200px {
    max-height: 200px !important;
  }

  .max-w-xxl-200px {
    max-width: 200px !important;
  }

  .w-xxl-220px {
    width: 220px !important;
  }

  .h-xxl-220px {
    height: 220px !important;
  }

  .min-w-xxl-220px {
    min-width: 220px !important;
  }

  .min-h-xxl-220px {
    min-height: 220px !important;
  }

  .max-h-xxl-220px {
    max-height: 220px !important;
  }

  .max-w-xxl-220px {
    max-width: 220px !important;
  }

  .w-xxl-225px {
    width: 225px !important;
  }

  .h-xxl-225px {
    height: 225px !important;
  }

  .min-w-xxl-225px {
    min-width: 225px !important;
  }

  .min-h-xxl-225px {
    min-height: 225px !important;
  }

  .max-h-xxl-225px {
    max-height: 225px !important;
  }

  .max-w-xxl-225px {
    max-width: 225px !important;
  }

  .w-xxl-250px {
    width: 250px !important;
  }

  .h-xxl-250px {
    height: 250px !important;
  }

  .min-w-xxl-250px {
    min-width: 250px !important;
  }

  .min-h-xxl-250px {
    min-height: 250px !important;
  }

  .max-h-xxl-250px {
    max-height: 250px !important;
  }

  .max-w-xxl-250px {
    max-width: 250px !important;
  }

  .w-xxl-275px {
    width: 275px !important;
  }

  .h-xxl-275px {
    height: 275px !important;
  }

  .min-w-xxl-275px {
    min-width: 275px !important;
  }

  .min-h-xxl-275px {
    min-height: 275px !important;
  }

  .max-h-xxl-275px {
    max-height: 275px !important;
  }

  .max-w-xxl-275px {
    max-width: 275px !important;
  }

  .w-xxl-300px {
    width: 300px !important;
  }

  .h-xxl-300px {
    height: 300px !important;
  }

  .min-w-xxl-300px {
    min-width: 300px !important;
  }

  .min-h-xxl-300px {
    min-height: 300px !important;
  }

  .max-h-xxl-300px {
    max-height: 300px !important;
  }

  .max-w-xxl-300px {
    max-width: 300px !important;
  }

  .w-xxl-325px {
    width: 325px !important;
  }

  .h-xxl-325px {
    height: 325px !important;
  }

  .min-w-xxl-325px {
    min-width: 325px !important;
  }

  .min-h-xxl-325px {
    min-height: 325px !important;
  }

  .max-h-xxl-325px {
    max-height: 325px !important;
  }

  .max-w-xxl-325px {
    max-width: 325px !important;
  }

  .w-xxl-350px {
    width: 350px !important;
  }

  .h-xxl-350px {
    height: 350px !important;
  }

  .min-w-xxl-350px {
    min-width: 350px !important;
  }

  .min-h-xxl-350px {
    min-height: 350px !important;
  }

  .max-h-xxl-350px {
    max-height: 350px !important;
  }

  .max-w-xxl-350px {
    max-width: 350px !important;
  }

  .w-xxl-375px {
    width: 375px !important;
  }

  .h-xxl-375px {
    height: 375px !important;
  }

  .min-w-xxl-375px {
    min-width: 375px !important;
  }

  .min-h-xxl-375px {
    min-height: 375px !important;
  }

  .max-h-xxl-375px {
    max-height: 375px !important;
  }

  .max-w-xxl-375px {
    max-width: 375px !important;
  }

  .w-xxl-380px {
    width: 380px !important;
  }

  .h-xxl-380px {
    height: 380px !important;
  }

  .min-w-xxl-380px {
    min-width: 380px !important;
  }

  .min-h-xxl-380px {
    min-height: 380px !important;
  }

  .max-h-xxl-380px {
    max-height: 380px !important;
  }

  .max-w-xxl-380px {
    max-width: 380px !important;
  }

  .w-xxl-400px {
    width: 400px !important;
  }

  .h-xxl-400px {
    height: 400px !important;
  }

  .min-w-xxl-400px {
    min-width: 400px !important;
  }

  .min-h-xxl-400px {
    min-height: 400px !important;
  }

  .max-h-xxl-400px {
    max-height: 400px !important;
  }

  .max-w-xxl-400px {
    max-width: 400px !important;
  }

  .w-xxl-425px {
    width: 425px !important;
  }

  .h-xxl-425px {
    height: 425px !important;
  }

  .min-w-xxl-425px {
    min-width: 425px !important;
  }

  .min-h-xxl-425px {
    min-height: 425px !important;
  }

  .max-h-xxl-425px {
    max-height: 425px !important;
  }

  .max-w-xxl-425px {
    max-width: 425px !important;
  }

  .w-xxl-450px {
    width: 450px !important;
  }

  .h-xxl-450px {
    height: 450px !important;
  }

  .min-w-xxl-450px {
    min-width: 450px !important;
  }

  .min-h-xxl-450px {
    min-height: 450px !important;
  }

  .max-h-xxl-450px {
    max-height: 450px !important;
  }

  .max-w-xxl-450px {
    max-width: 450px !important;
  }

  .w-xxl-475px {
    width: 475px !important;
  }

  .h-xxl-475px {
    height: 475px !important;
  }

  .min-w-xxl-475px {
    min-width: 475px !important;
  }

  .min-h-xxl-475px {
    min-height: 475px !important;
  }

  .max-h-xxl-475px {
    max-height: 475px !important;
  }

  .max-w-xxl-475px {
    max-width: 475px !important;
  }

  .w-xxl-500px {
    width: 500px !important;
  }

  .h-xxl-500px {
    height: 500px !important;
  }

  .min-w-xxl-500px {
    min-width: 500px !important;
  }

  .min-h-xxl-500px {
    min-height: 500px !important;
  }

  .max-h-xxl-500px {
    max-height: 500px !important;
  }

  .max-w-xxl-500px {
    max-width: 500px !important;
  }

  .w-xxl-550px {
    width: 550px !important;
  }

  .h-xxl-550px {
    height: 550px !important;
  }

  .min-w-xxl-550px {
    min-width: 550px !important;
  }

  .min-h-xxl-550px {
    min-height: 550px !important;
  }

  .max-h-xxl-550px {
    max-height: 550px !important;
  }

  .max-w-xxl-550px {
    max-width: 550px !important;
  }

  .w-xxl-600px {
    width: 600px !important;
  }

  .h-xxl-600px {
    height: 600px !important;
  }

  .min-w-xxl-600px {
    min-width: 600px !important;
  }

  .min-h-xxl-600px {
    min-height: 600px !important;
  }

  .max-h-xxl-600px {
    max-height: 600px !important;
  }

  .max-w-xxl-600px {
    max-width: 600px !important;
  }

  .w-xxl-650px {
    width: 650px !important;
  }

  .h-xxl-650px {
    height: 650px !important;
  }

  .min-w-xxl-650px {
    min-width: 650px !important;
  }

  .min-h-xxl-650px {
    min-height: 650px !important;
  }

  .max-h-xxl-650px {
    max-height: 650px !important;
  }

  .max-w-xxl-650px {
    max-width: 650px !important;
  }

  .w-xxl-700px {
    width: 700px !important;
  }

  .h-xxl-700px {
    height: 700px !important;
  }

  .min-w-xxl-700px {
    min-width: 700px !important;
  }

  .min-h-xxl-700px {
    min-height: 700px !important;
  }

  .max-h-xxl-700px {
    max-height: 700px !important;
  }

  .max-w-xxl-700px {
    max-width: 700px !important;
  }

  .w-xxl-750px {
    width: 750px !important;
  }

  .h-xxl-750px {
    height: 750px !important;
  }

  .min-w-xxl-750px {
    min-width: 750px !important;
  }

  .min-h-xxl-750px {
    min-height: 750px !important;
  }

  .max-h-xxl-750px {
    max-height: 750px !important;
  }

  .max-w-xxl-750px {
    max-width: 750px !important;
  }

  .w-xxl-800px {
    width: 800px !important;
  }

  .h-xxl-800px {
    height: 800px !important;
  }

  .min-w-xxl-800px {
    min-width: 800px !important;
  }

  .min-h-xxl-800px {
    min-height: 800px !important;
  }

  .max-h-xxl-800px {
    max-height: 800px !important;
  }

  .max-w-xxl-800px {
    max-width: 800px !important;
  }

  .w-xxl-850px {
    width: 850px !important;
  }

  .h-xxl-850px {
    height: 850px !important;
  }

  .min-w-xxl-850px {
    min-width: 850px !important;
  }

  .min-h-xxl-850px {
    min-height: 850px !important;
  }

  .max-h-xxl-850px {
    max-height: 850px !important;
  }

  .max-w-xxl-850px {
    max-width: 850px !important;
  }

  .w-xxl-900px {
    width: 900px !important;
  }

  .h-xxl-900px {
    height: 900px !important;
  }

  .min-w-xxl-900px {
    min-width: 900px !important;
  }

  .min-h-xxl-900px {
    min-height: 900px !important;
  }

  .max-h-xxl-900px {
    max-height: 900px !important;
  }

  .max-w-xxl-900px {
    max-width: 900px !important;
  }

  .w-xxl-950px {
    width: 950px !important;
  }

  .h-xxl-950px {
    height: 950px !important;
  }

  .min-w-xxl-950px {
    min-width: 950px !important;
  }

  .min-h-xxl-950px {
    min-height: 950px !important;
  }

  .max-h-xxl-950px {
    max-height: 950px !important;
  }

  .max-w-xxl-950px {
    max-width: 950px !important;
  }

  .w-xxl-1000px {
    width: 1000px !important;
  }

  .h-xxl-1000px {
    height: 1000px !important;
  }

  .min-w-xxl-1000px {
    min-width: 1000px !important;
  }

  .min-h-xxl-1000px {
    min-height: 1000px !important;
  }

  .max-h-xxl-1000px {
    max-height: 1000px !important;
  }

  .max-w-xxl-1000px {
    max-width: 1000px !important;
  }
}

.nav {
  transition: all 0.3s ease;
}

.nav.nav-semi-bold .nav-link {
  font-weight: 400;
}

.nav.nav-bold .nav-link {
  font-weight: 500;
}

.nav.nav-bold .nav-link .nav-text {
  font-weight: 500;
}

.nav.nav-bolder .nav-link {
  font-weight: 600;
}

.nav.nav-bolder .nav-link .nav-text {
  font-weight: 600;
}

.nav.nav-boldest .nav-link {
  font-weight: 700;
}

.nav.nav-boldest .nav-link .nav-text {
  font-weight: 700;
}

.nav.nav-sm .nav-link {
  font-size: 0.9rem;
}

.nav.nav-sm .nav-link .nav-text {
  font-weight: 0.9rem;
}

.nav.nav-lg .nav-link {
  font-size: 1.2rem;
}

.nav.nav-lg .nav-link .nav-text {
  font-weight: 1.2rem;
}

.nav:hover {
  transition: all 0.3s ease;
}

.nav.nav-dark .nav-link {
  color: #2F3044;
}

.nav.nav-dark .nav-link:hover,
.nav.nav-dark .nav-link.active {
  color: #0094FF;
}

.nav-pills .nav-link {
  color: #A7A8BB;
}

.nav-pills.nav-primary .nav-link.active,
.nav-pills.nav-primary .show > .nav-link {
  color: #ffffff;
  background-color: #0094FF;
}

.nav-pills.nav-label-primary .nav-link.active,
.nav-pills.nav-label-primary .show > .nav-link {
  color: #0094FF;
  background-color: rgba(0, 148, 255, 0.1);
}

.nav-pills.nav-secondary .nav-link.active,
.nav-pills.nav-secondary .show > .nav-link {
  color: #ffffff;
  background-color: #89929F;
}

.nav-pills.nav-label-secondary .nav-link.active,
.nav-pills.nav-label-secondary .show > .nav-link {
  color: #89929F;
  background-color: rgba(137, 146, 159, 0.1);
}

.nav-pills.nav-success .nav-link.active,
.nav-pills.nav-success .show > .nav-link {
  color: #ffffff;
  background-color: #50CD89;
}

.nav-pills.nav-label-success .nav-link.active,
.nav-pills.nav-label-success .show > .nav-link {
  color: #50CD89;
  background-color: rgba(80, 205, 137, 0.1);
}

.nav-pills.nav-info .nav-link.active,
.nav-pills.nav-info .show > .nav-link {
  color: #ffffff;
  background-color: #9c5aff;
}

.nav-pills.nav-label-info .nav-link.active,
.nav-pills.nav-label-info .show > .nav-link {
  color: #9c5aff;
  background-color: rgba(156, 90, 255, 0.1);
}

.nav-pills.nav-warning .nav-link.active,
.nav-pills.nav-warning .show > .nav-link {
  color: #ffffff;
  background-color: #FF490F;
}

.nav-pills.nav-label-warning .nav-link.active,
.nav-pills.nav-label-warning .show > .nav-link {
  color: #FF490F;
  background-color: rgba(255, 73, 15, 0.1);
}

.nav-pills.nav-danger .nav-link.active,
.nav-pills.nav-danger .show > .nav-link {
  color: #ffffff;
  background-color: #EF305E;
}

.nav-pills.nav-label-danger .nav-link.active,
.nav-pills.nav-label-danger .show > .nav-link {
  color: #EF305E;
  background-color: rgba(239, 48, 94, 0.1);
}

.nav-pills.nav-light .nav-link.active,
.nav-pills.nav-light .show > .nav-link {
  color: #ffffff;
  background-color: #F5F8FA;
}

.nav-pills.nav-label-light .nav-link.active,
.nav-pills.nav-label-light .show > .nav-link {
  color: #F5F8FA;
  background-color: rgba(245, 248, 250, 0.1);
}

.nav-pills.nav-dark .nav-link.active,
.nav-pills.nav-dark .show > .nav-link {
  color: #ffffff;
  background-color: #2F3044;
}

.nav-pills.nav-label-dark .nav-link.active,
.nav-pills.nav-label-dark .show > .nav-link {
  color: #2F3044;
  background-color: rgba(47, 48, 68, 0.1);
}

.nav-pills.nav-white .nav-link.active,
.nav-pills.nav-white .show > .nav-link {
  color: #ffffff;
  background-color: #ffffff;
}

.nav-pills.nav-label-white .nav-link.active,
.nav-pills.nav-label-white .show > .nav-link {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}

.nav-pills.nav-muted .nav-link.active,
.nav-pills.nav-muted .show > .nav-link {
  color: #ffffff;
  background-color: #B5B5C3;
}

.nav-pills.nav-label-muted .nav-link.active,
.nav-pills.nav-label-muted .show > .nav-link {
  color: #B5B5C3;
  background-color: rgba(181, 181, 195, 0.1);
}

.nav.flex-column {
  flex-wrap: nowrap;
}

.nav.flex-column .nav-item {
  padding: 0;
  margin: 0;
}

.nav.flex-column .nav-item .nav-link {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  padding: 0.55rem 2.5rem;
}

.nav.flex-column .nav-item .nav-text {
  flex-grow: 1;
  font-size: 1rem;
  color: #89929F !important;
  font-weight: 400;
  transition: all 0.3s ease;
}

.nav.flex-column .nav-item .nav-icon {
  flex: 0 0 30px;
  font-size: 1.25rem;
  line-height: 0;
  color: #999AAD;
  transition: all 0.3s ease;
  margin-right: 0;
}

.nav.flex-column .nav-item .nav-icon:before {
  line-height: 0;
}

.nav.flex-column .nav-item .nav-icon.nav-icon-center {
  text-align: center;
  margin-right: 0.25rem;
}

.nav.flex-column .nav-item .nav-icon i {
  color: #A7A8BB;
}

.nav.flex-column .nav-item .nav-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #A7A8BB;
}

.nav.flex-column .nav-item .nav-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.nav.flex-column .nav-item .nav-icon.nav-icon-circle {
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.nav.flex-column .nav-item .nav-icon.nav-icon-sm {
  flex: 0 0 20px;
}

.nav.flex-column .nav-item .nav-icon.nav-icon-sm.nav-icon-circle {
  width: 20px;
  height: 20px;
}

.nav.flex-column .nav-item .nav-icon.nav-icon-lg {
  flex: 0 0 50px;
}

.nav.flex-column .nav-item .nav-icon.nav-icon-lg.nav-icon-circle {
  width: 50px;
  height: 50px;
}

.nav.flex-column .nav-item .nav-icon.nav-icon-xl {
  flex: 0 0 75px;
}

.nav.flex-column .nav-item .nav-icon.nav-icon-xl.nav-icon-circle {
  width: 75px;
  height: 75px;
}

.nav.flex-column .nav-item .nav-bullet {
  text-align: center;
  flex: 0 0 10px;
  margin-right: 10px;
}

.nav.flex-column .nav-item .nav-bullet > span {
  vertical-align: middle;
  display: inline-block;
  transition: all 0.3s ease;
}

.nav.flex-column .nav-item .nav-bullet.nav-bullet-dot > span {
  width: 4px;
  height: 4px;
  border-radius: 100%;
}

.nav.flex-column .nav-item .nav-bullet.nav-bullet-line > span {
  width: 8px;
  height: 2px;
  border-radius: 2px;
}

.nav.flex-column .nav-item .nav-bullet.nav-bullet-line > span,
.nav.flex-column .nav-item .nav-bullet.nav-bullet-dot > span {
  background-color: #F3F6F9;
}

.nav.flex-column .nav-item .nav-label {
  padding: 0px 0px 0px 5px;
}

.nav.flex-column .nav-item .nav-label .nav-badge {
  color: #353C55;
}

.nav.flex-column .nav-item.nav-item-disabled {
  opacity: 0.6;
}

.nav.flex-column .nav-item:hover:not(.nav-item-disabled) > .nav-link .nav-icon,
.nav.flex-column .nav-item:hover:not(.nav-item-disabled) > .nav-link .nav-text,
.nav.flex-column .nav-item:hover:not(.nav-item-disabled) > .nav-link .nav-arrow,
.nav.flex-column .nav-item.active > .nav-link .nav-icon,
.nav.flex-column .nav-item.active > .nav-link .nav-text,
.nav.flex-column .nav-item.active > .nav-link .nav-arrow {
  transition: all 0.3s ease;
  color: #0094FF;
}

.nav.flex-column .nav-item:hover:not(.nav-item-disabled) > .nav-link .nav-icon,
.nav.flex-column .nav-item.active > .nav-link .nav-icon {
  color: #0094FF;
}

.nav.flex-column .nav-item:hover:not(.nav-item-disabled) > .nav-link .nav-icon i,
.nav.flex-column .nav-item.active > .nav-link .nav-icon i {
  transition: all 0.3s ease;
  color: #0094FF;
}

.nav.flex-column .nav-item:hover:not(.nav-item-disabled) > .nav-link .nav-icon svg [fill]:not(.permanent):not(g),
.nav.flex-column .nav-item.active > .nav-link .nav-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #0094FF;
}

.nav.flex-column .nav-item:hover:not(.nav-item-disabled) > .nav-link .nav-icon svg:hover [fill]:not(.permanent):not(g),
.nav.flex-column .nav-item.active > .nav-link .nav-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.nav.flex-column .nav-item:hover:not(.nav-item-disabled) > .nav-link .nav-bullet > span,
.nav.flex-column .nav-item.active > .nav-link .nav-bullet > span {
  transition: all 0.3s ease;
  background-color: #0094FF;
}

.nav.flex-column .nav-item:hover:not(.nav-item-disabled) > .nav-link .nav-label .nav-badge,
.nav.flex-column .nav-item.active > .nav-link .nav-label .nav-badge {
  color: #0094FF;
}

.nav.flex-column .nav-item.active > .nav-link,
.nav.flex-column.nav-hoverable .nav-item:hover > .nav-link {
  transition: all 0.3s ease;
  background-color: #F3F6F9;
}

.nav.flex-column.nav-separator .nav-item {
  border-bottom: 1px solid #F3F6F9;
}

.nav.flex-column.nav-separator .nav-item:last-child {
  border-bottom: 0;
}

.nav.flex-column .nav-header,
.nav.flex-column .nav-footer {
  display: flex;
  align-items: center;
}

.nav.flex-column .nav-header {
  padding: 0.9rem 2.5rem;
}

.nav.flex-column .nav-footer {
  padding: 1rem 2.5rem;
}

.nav.flex-column .nav-section {
  padding: 0.5rem 2.5rem;
}

.nav.flex-column .nav-separator {
  margin: 0;
  padding: 0;
  height: 0;
  display: block;
  border-bottom: 1px solid #EBEDF3;
}

.nav.flex-column .nav-separator.nav-separator-dashed {
  border-bottom: 1px dashed #EBEDF3;
}

.nav.flex-column.nav-btn .nav-item {
  margin: 0 1rem;
}

.nav.flex-column.nav-btn .nav-item .nav-link {
  border-radius: 0.425rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.nav.flex-column.nav-btn .nav-item:hover:not(.nav-item-disabled) .nav-link .nav-text {
  color: #0094FF !important;
}

.nav.flex-column.nav-btn .nav-item.active .nav-link {
  background-color: rgba(239, 242, 245, 0.4);
}

.nav.flex-column.nav-btn .nav-item.active .nav-link .nav-text {
  color: #0094FF !important;
}

.nav.flex-column.nav-btn .nav-header,
.nav.flex-column.nav-btn .nav-footer {
  margin: 0 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.nav-flex-column-padding-x {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.nav-flex-column-margin-x {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.nav.nav-tabs.nav-tabs-line .nav-item {
  margin-bottom: -1px;
}

.nav.nav-tabs.nav-tabs-line .nav-link {
  border: 0;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  padding: 0.85rem 0.75rem;
  margin: 0 0.25rem;
}

.nav-item:first-child .nav.nav-tabs.nav-tabs-line .nav-link {
  margin-left: 0;
}

.nav-item:last-child .nav.nav-tabs.nav-tabs-line .nav-link {
  margin-right: 0;
}

.nav.nav-tabs.nav-tabs-line .nav-link:hover,
.nav.nav-tabs.nav-tabs-line .nav-link.active,
.nav.nav-tabs.nav-tabs-line .show > .nav-link {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #0094FF;
  transition: all 0.3s ease;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-line-2x {
  border-bottom-width: 2px;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-line-2x .nav-item {
  margin-bottom: -2px;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-line-2x .nav-link {
  border-bottom: 2px solid transparent;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-line-2x .nav-link:hover,
.nav.nav-tabs.nav-tabs-line.nav-tabs-line-2x .nav-link.active,
.nav.nav-tabs.nav-tabs-line.nav-tabs-line-2x .show > .nav-link {
  border-bottom: 2px solid #0094FF;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-line-3x {
  border-bottom-width: 3px;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-line-3x .nav-item {
  margin-bottom: -3px;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-line-3x .nav-link {
  border-bottom: 3px solid transparent;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-line-3x .nav-link:hover,
.nav.nav-tabs.nav-tabs-line.nav-tabs-line-3x .nav-link.active,
.nav.nav-tabs.nav-tabs-line.nav-tabs-line-3x .show > .nav-link {
  border-bottom: 3px solid #0094FF;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-primary {
  border-bottom-color: rgba(0, 148, 255, 0.1) !important;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-primary .nav-link {
  color: #5E5F6C;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-primary .nav-link:hover,
.nav.nav-tabs.nav-tabs-line.nav-tabs-primary .nav-link.active,
.nav.nav-tabs.nav-tabs-line.nav-tabs-primary .show > .nav-link {
  color: #0094FF;
  border-bottom-color: #0094FF !important;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-secondary {
  border-bottom-color: rgba(137, 146, 159, 0.1) !important;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-secondary .nav-link {
  color: #5E5F6C;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-secondary .nav-link:hover,
.nav.nav-tabs.nav-tabs-line.nav-tabs-secondary .nav-link.active,
.nav.nav-tabs.nav-tabs-line.nav-tabs-secondary .show > .nav-link {
  color: #89929F;
  border-bottom-color: #89929F !important;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-success {
  border-bottom-color: rgba(80, 205, 137, 0.1) !important;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-success .nav-link {
  color: #5E5F6C;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-success .nav-link:hover,
.nav.nav-tabs.nav-tabs-line.nav-tabs-success .nav-link.active,
.nav.nav-tabs.nav-tabs-line.nav-tabs-success .show > .nav-link {
  color: #50CD89;
  border-bottom-color: #50CD89 !important;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-info {
  border-bottom-color: rgba(156, 90, 255, 0.1) !important;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-info .nav-link {
  color: #5E5F6C;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-info .nav-link:hover,
.nav.nav-tabs.nav-tabs-line.nav-tabs-info .nav-link.active,
.nav.nav-tabs.nav-tabs-line.nav-tabs-info .show > .nav-link {
  color: #9c5aff;
  border-bottom-color: #9c5aff !important;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-warning {
  border-bottom-color: rgba(255, 73, 15, 0.1) !important;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-warning .nav-link {
  color: #5E5F6C;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-warning .nav-link:hover,
.nav.nav-tabs.nav-tabs-line.nav-tabs-warning .nav-link.active,
.nav.nav-tabs.nav-tabs-line.nav-tabs-warning .show > .nav-link {
  color: #FF490F;
  border-bottom-color: #FF490F !important;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-danger {
  border-bottom-color: rgba(239, 48, 94, 0.1) !important;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-danger .nav-link {
  color: #5E5F6C;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-danger .nav-link:hover,
.nav.nav-tabs.nav-tabs-line.nav-tabs-danger .nav-link.active,
.nav.nav-tabs.nav-tabs-line.nav-tabs-danger .show > .nav-link {
  color: #EF305E;
  border-bottom-color: #EF305E !important;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-light {
  border-bottom-color: rgba(245, 248, 250, 0.1) !important;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-light .nav-link {
  color: #5E5F6C;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-light .nav-link:hover,
.nav.nav-tabs.nav-tabs-line.nav-tabs-light .nav-link.active,
.nav.nav-tabs.nav-tabs-line.nav-tabs-light .show > .nav-link {
  color: #F5F8FA;
  border-bottom-color: #F5F8FA !important;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-dark {
  border-bottom-color: rgba(47, 48, 68, 0.1) !important;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-dark .nav-link {
  color: #5E5F6C;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-dark .nav-link:hover,
.nav.nav-tabs.nav-tabs-line.nav-tabs-dark .nav-link.active,
.nav.nav-tabs.nav-tabs-line.nav-tabs-dark .show > .nav-link {
  color: #2F3044;
  border-bottom-color: #2F3044 !important;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-white {
  border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-white .nav-link {
  color: #5E5F6C;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-white .nav-link:hover,
.nav.nav-tabs.nav-tabs-line.nav-tabs-white .nav-link.active,
.nav.nav-tabs.nav-tabs-line.nav-tabs-white .show > .nav-link {
  color: #ffffff;
  border-bottom-color: #ffffff !important;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-muted {
  border-bottom-color: rgba(181, 181, 195, 0.1) !important;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-muted .nav-link {
  color: #5E5F6C;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-muted .nav-link:hover,
.nav.nav-tabs.nav-tabs-line.nav-tabs-muted .nav-link.active,
.nav.nav-tabs.nav-tabs-line.nav-tabs-muted .show > .nav-link {
  color: #B5B5C3;
  border-bottom-color: #B5B5C3 !important;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-inverse {
  border-bottom-color: rgba(255, 255, 255, 0.7) !important;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-inverse .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-inverse .nav-link:hover,
.nav.nav-tabs.nav-tabs-line.nav-tabs-inverse .nav-link.active,
.nav.nav-tabs.nav-tabs-line.nav-tabs-inverse .show > .nav-link {
  color: #ffffff;
}

.font-size-base {
  font-size: 1rem;
}

.font-size-sm {
  font-size: 0.9rem;
}

.font-size-xs {
  font-size: 0.755rem;
}

.font-size-lg {
  font-size: 1.14rem;
}

.font-size-1 {
  font-size: 0.875rem !important;
}

.font-size-2 {
  font-size: 0.9rem !important;
}

.font-size-3 {
  font-size: 1.1rem !important;
}

.font-size-4 {
  font-size: 1.2rem !important;
}

.font-size-5 {
  font-size: 1.3rem !important;
}

.font-size-6 {
  font-size: 1.4rem !important;
}

.font-size-7 {
  font-size: 1.5rem !important;
}

.font-size-8 {
  font-size: 1.6rem !important;
}

.font-size-9 {
  font-size: 1.7rem !important;
}

.font-size-10 {
  font-size: 1.8rem !important;
}

.font-size-11 {
  font-size: 1.9rem !important;
}

.font-size-12 {
  font-size: 2rem !important;
}

.font-size-13 {
  font-size: 2.1rem !important;
}

.font-size-14 {
  font-size: 2.2rem !important;
}

.font-size-15 {
  font-size: 2.3rem !important;
}

.font-size-16 {
  font-size: 2.4rem !important;
}

.font-size-17 {
  font-size: 2.5rem !important;
}

.font-size-18 {
  font-size: 2.6rem !important;
}

.font-size-19 {
  font-size: 2.7rem !important;
}

.font-size-20 {
  font-size: 2.8rem !important;
}

.font-size-21 {
  font-size: 2.9rem !important;
}

.font-size-22 {
  font-size: 3rem !important;
}

.font-size-23 {
  font-size: 3.1rem !important;
}

.font-size-24 {
  font-size: 3.2rem !important;
}

.font-size-25 {
  font-size: 6rem !important;
}

@media (min-width: 576px) {
  .font-size-sm-1 {
    font-size: 0.875rem !important;
  }

  .font-size-sm-2 {
    font-size: 0.9rem !important;
  }

  .font-size-sm-3 {
    font-size: 1.1rem !important;
  }

  .font-size-sm-4 {
    font-size: 1.2rem !important;
  }

  .font-size-sm-5 {
    font-size: 1.3rem !important;
  }

  .font-size-sm-6 {
    font-size: 1.4rem !important;
  }

  .font-size-sm-7 {
    font-size: 1.5rem !important;
  }

  .font-size-sm-8 {
    font-size: 1.6rem !important;
  }

  .font-size-sm-9 {
    font-size: 1.7rem !important;
  }

  .font-size-sm-10 {
    font-size: 1.8rem !important;
  }

  .font-size-sm-11 {
    font-size: 1.9rem !important;
  }

  .font-size-sm-12 {
    font-size: 2rem !important;
  }

  .font-size-sm-13 {
    font-size: 2.1rem !important;
  }

  .font-size-sm-14 {
    font-size: 2.2rem !important;
  }

  .font-size-sm-15 {
    font-size: 2.3rem !important;
  }

  .font-size-sm-16 {
    font-size: 2.4rem !important;
  }

  .font-size-sm-17 {
    font-size: 2.5rem !important;
  }

  .font-size-sm-18 {
    font-size: 2.6rem !important;
  }

  .font-size-sm-19 {
    font-size: 2.7rem !important;
  }

  .font-size-sm-20 {
    font-size: 2.8rem !important;
  }

  .font-size-sm-21 {
    font-size: 2.9rem !important;
  }

  .font-size-sm-22 {
    font-size: 3rem !important;
  }

  .font-size-sm-23 {
    font-size: 3.1rem !important;
  }

  .font-size-sm-24 {
    font-size: 3.2rem !important;
  }

  .font-size-sm-25 {
    font-size: 6rem !important;
  }
}

@media (min-width: 768px) {
  .font-size-md-1 {
    font-size: 0.875rem !important;
  }

  .font-size-md-2 {
    font-size: 0.9rem !important;
  }

  .font-size-md-3 {
    font-size: 1.1rem !important;
  }

  .font-size-md-4 {
    font-size: 1.2rem !important;
  }

  .font-size-md-5 {
    font-size: 1.3rem !important;
  }

  .font-size-md-6 {
    font-size: 1.4rem !important;
  }

  .font-size-md-7 {
    font-size: 1.5rem !important;
  }

  .font-size-md-8 {
    font-size: 1.6rem !important;
  }

  .font-size-md-9 {
    font-size: 1.7rem !important;
  }

  .font-size-md-10 {
    font-size: 1.8rem !important;
  }

  .font-size-md-11 {
    font-size: 1.9rem !important;
  }

  .font-size-md-12 {
    font-size: 2rem !important;
  }

  .font-size-md-13 {
    font-size: 2.1rem !important;
  }

  .font-size-md-14 {
    font-size: 2.2rem !important;
  }

  .font-size-md-15 {
    font-size: 2.3rem !important;
  }

  .font-size-md-16 {
    font-size: 2.4rem !important;
  }

  .font-size-md-17 {
    font-size: 2.5rem !important;
  }

  .font-size-md-18 {
    font-size: 2.6rem !important;
  }

  .font-size-md-19 {
    font-size: 2.7rem !important;
  }

  .font-size-md-20 {
    font-size: 2.8rem !important;
  }

  .font-size-md-21 {
    font-size: 2.9rem !important;
  }

  .font-size-md-22 {
    font-size: 3rem !important;
  }

  .font-size-md-23 {
    font-size: 3.1rem !important;
  }

  .font-size-md-24 {
    font-size: 3.2rem !important;
  }

  .font-size-md-25 {
    font-size: 6rem !important;
  }
}

@media (min-width: 992px) {
  .font-size-lg-1 {
    font-size: 0.875rem !important;
  }

  .font-size-lg-2 {
    font-size: 0.9rem !important;
  }

  .font-size-lg-3 {
    font-size: 1.1rem !important;
  }

  .font-size-lg-4 {
    font-size: 1.2rem !important;
  }

  .font-size-lg-5 {
    font-size: 1.3rem !important;
  }

  .font-size-lg-6 {
    font-size: 1.4rem !important;
  }

  .font-size-lg-7 {
    font-size: 1.5rem !important;
  }

  .font-size-lg-8 {
    font-size: 1.6rem !important;
  }

  .font-size-lg-9 {
    font-size: 1.7rem !important;
  }

  .font-size-lg-10 {
    font-size: 1.8rem !important;
  }

  .font-size-lg-11 {
    font-size: 1.9rem !important;
  }

  .font-size-lg-12 {
    font-size: 2rem !important;
  }

  .font-size-lg-13 {
    font-size: 2.1rem !important;
  }

  .font-size-lg-14 {
    font-size: 2.2rem !important;
  }

  .font-size-lg-15 {
    font-size: 2.3rem !important;
  }

  .font-size-lg-16 {
    font-size: 2.4rem !important;
  }

  .font-size-lg-17 {
    font-size: 2.5rem !important;
  }

  .font-size-lg-18 {
    font-size: 2.6rem !important;
  }

  .font-size-lg-19 {
    font-size: 2.7rem !important;
  }

  .font-size-lg-20 {
    font-size: 2.8rem !important;
  }

  .font-size-lg-21 {
    font-size: 2.9rem !important;
  }

  .font-size-lg-22 {
    font-size: 3rem !important;
  }

  .font-size-lg-23 {
    font-size: 3.1rem !important;
  }

  .font-size-lg-24 {
    font-size: 3.2rem !important;
  }

  .font-size-lg-25 {
    font-size: 6rem !important;
  }
}

@media (min-width: 1200px) {
  .font-size-xl-1 {
    font-size: 0.875rem !important;
  }

  .font-size-xl-2 {
    font-size: 0.9rem !important;
  }

  .font-size-xl-3 {
    font-size: 1.1rem !important;
  }

  .font-size-xl-4 {
    font-size: 1.2rem !important;
  }

  .font-size-xl-5 {
    font-size: 1.3rem !important;
  }

  .font-size-xl-6 {
    font-size: 1.4rem !important;
  }

  .font-size-xl-7 {
    font-size: 1.5rem !important;
  }

  .font-size-xl-8 {
    font-size: 1.6rem !important;
  }

  .font-size-xl-9 {
    font-size: 1.7rem !important;
  }

  .font-size-xl-10 {
    font-size: 1.8rem !important;
  }

  .font-size-xl-11 {
    font-size: 1.9rem !important;
  }

  .font-size-xl-12 {
    font-size: 2rem !important;
  }

  .font-size-xl-13 {
    font-size: 2.1rem !important;
  }

  .font-size-xl-14 {
    font-size: 2.2rem !important;
  }

  .font-size-xl-15 {
    font-size: 2.3rem !important;
  }

  .font-size-xl-16 {
    font-size: 2.4rem !important;
  }

  .font-size-xl-17 {
    font-size: 2.5rem !important;
  }

  .font-size-xl-18 {
    font-size: 2.6rem !important;
  }

  .font-size-xl-19 {
    font-size: 2.7rem !important;
  }

  .font-size-xl-20 {
    font-size: 2.8rem !important;
  }

  .font-size-xl-21 {
    font-size: 2.9rem !important;
  }

  .font-size-xl-22 {
    font-size: 3rem !important;
  }

  .font-size-xl-23 {
    font-size: 3.1rem !important;
  }

  .font-size-xl-24 {
    font-size: 3.2rem !important;
  }

  .font-size-xl-25 {
    font-size: 6rem !important;
  }
}

@media (min-width: 1400px) {
  .font-size-xxl-1 {
    font-size: 0.875rem !important;
  }

  .font-size-xxl-2 {
    font-size: 0.9rem !important;
  }

  .font-size-xxl-3 {
    font-size: 1.1rem !important;
  }

  .font-size-xxl-4 {
    font-size: 1.2rem !important;
  }

  .font-size-xxl-5 {
    font-size: 1.3rem !important;
  }

  .font-size-xxl-6 {
    font-size: 1.4rem !important;
  }

  .font-size-xxl-7 {
    font-size: 1.5rem !important;
  }

  .font-size-xxl-8 {
    font-size: 1.6rem !important;
  }

  .font-size-xxl-9 {
    font-size: 1.7rem !important;
  }

  .font-size-xxl-10 {
    font-size: 1.8rem !important;
  }

  .font-size-xxl-11 {
    font-size: 1.9rem !important;
  }

  .font-size-xxl-12 {
    font-size: 2rem !important;
  }

  .font-size-xxl-13 {
    font-size: 2.1rem !important;
  }

  .font-size-xxl-14 {
    font-size: 2.2rem !important;
  }

  .font-size-xxl-15 {
    font-size: 2.3rem !important;
  }

  .font-size-xxl-16 {
    font-size: 2.4rem !important;
  }

  .font-size-xxl-17 {
    font-size: 2.5rem !important;
  }

  .font-size-xxl-18 {
    font-size: 2.6rem !important;
  }

  .font-size-xxl-19 {
    font-size: 2.7rem !important;
  }

  .font-size-xxl-20 {
    font-size: 2.8rem !important;
  }

  .font-size-xxl-21 {
    font-size: 2.9rem !important;
  }

  .font-size-xxl-22 {
    font-size: 3rem !important;
  }

  .font-size-xxl-23 {
    font-size: 3.1rem !important;
  }

  .font-size-xxl-24 {
    font-size: 3.2rem !important;
  }

  .font-size-xxl-25 {
    font-size: 6rem !important;
  }
}

.text-primary {
  transition: all 0.3s ease;
  color: #0094FF !important;
}

.text-primary i {
  color: #0094FF !important;
}

.text-primary .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #0094FF;
}

.text-primary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

span.text-hover-primary,
button.text-hover-primary,
a.text-hover-primary {
  transition: all 0.3s ease;
}

span.text-hover-primary:hover,
button.text-hover-primary:hover,
a.text-hover-primary:hover {
  transition: all 0.3s ease;
  color: #0094FF !important;
}

span.text-hover-primary:hover i,
button.text-hover-primary:hover i,
a.text-hover-primary:hover i {
  color: #0094FF !important;
}

span.text-hover-primary:hover .svg-icon svg [fill]:not(.permanent):not(g),
button.text-hover-primary:hover .svg-icon svg [fill]:not(.permanent):not(g),
a.text-hover-primary:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #0094FF;
}

span.text-hover-primary:hover .svg-icon svg:hover [fill]:not(.permanent):not(g),
button.text-hover-primary:hover .svg-icon svg:hover [fill]:not(.permanent):not(g),
a.text-hover-primary:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-secondary {
  transition: all 0.3s ease;
  color: #89929F !important;
}

.text-secondary i {
  color: #89929F !important;
}

.text-secondary .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #89929F;
}

.text-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

span.text-hover-secondary,
button.text-hover-secondary,
a.text-hover-secondary {
  transition: all 0.3s ease;
}

span.text-hover-secondary:hover,
button.text-hover-secondary:hover,
a.text-hover-secondary:hover {
  transition: all 0.3s ease;
  color: #89929F !important;
}

span.text-hover-secondary:hover i,
button.text-hover-secondary:hover i,
a.text-hover-secondary:hover i {
  color: #89929F !important;
}

span.text-hover-secondary:hover .svg-icon svg [fill]:not(.permanent):not(g),
button.text-hover-secondary:hover .svg-icon svg [fill]:not(.permanent):not(g),
a.text-hover-secondary:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #89929F;
}

span.text-hover-secondary:hover .svg-icon svg:hover [fill]:not(.permanent):not(g),
button.text-hover-secondary:hover .svg-icon svg:hover [fill]:not(.permanent):not(g),
a.text-hover-secondary:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-success {
  transition: all 0.3s ease;
  color: #50CD89 !important;
}

.text-success i {
  color: #50CD89 !important;
}

.text-success .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #50CD89;
}

.text-success .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

span.text-hover-success,
button.text-hover-success,
a.text-hover-success {
  transition: all 0.3s ease;
}

span.text-hover-success:hover,
button.text-hover-success:hover,
a.text-hover-success:hover {
  transition: all 0.3s ease;
  color: #50CD89 !important;
}

span.text-hover-success:hover i,
button.text-hover-success:hover i,
a.text-hover-success:hover i {
  color: #50CD89 !important;
}

span.text-hover-success:hover .svg-icon svg [fill]:not(.permanent):not(g),
button.text-hover-success:hover .svg-icon svg [fill]:not(.permanent):not(g),
a.text-hover-success:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #50CD89;
}

span.text-hover-success:hover .svg-icon svg:hover [fill]:not(.permanent):not(g),
button.text-hover-success:hover .svg-icon svg:hover [fill]:not(.permanent):not(g),
a.text-hover-success:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-info {
  transition: all 0.3s ease;
  color: #9c5aff !important;
}

.text-info i {
  color: #9c5aff !important;
}

.text-info .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #9c5aff;
}

.text-info .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

span.text-hover-info,
button.text-hover-info,
a.text-hover-info {
  transition: all 0.3s ease;
}

span.text-hover-info:hover,
button.text-hover-info:hover,
a.text-hover-info:hover {
  transition: all 0.3s ease;
  color: #9c5aff !important;
}

span.text-hover-info:hover i,
button.text-hover-info:hover i,
a.text-hover-info:hover i {
  color: #9c5aff !important;
}

span.text-hover-info:hover .svg-icon svg [fill]:not(.permanent):not(g),
button.text-hover-info:hover .svg-icon svg [fill]:not(.permanent):not(g),
a.text-hover-info:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #9c5aff;
}

span.text-hover-info:hover .svg-icon svg:hover [fill]:not(.permanent):not(g),
button.text-hover-info:hover .svg-icon svg:hover [fill]:not(.permanent):not(g),
a.text-hover-info:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-warning {
  transition: all 0.3s ease;
  color: #FF490F !important;
}

.text-warning i {
  color: #FF490F !important;
}

.text-warning .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FF490F;
}

.text-warning .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

span.text-hover-warning,
button.text-hover-warning,
a.text-hover-warning {
  transition: all 0.3s ease;
}

span.text-hover-warning:hover,
button.text-hover-warning:hover,
a.text-hover-warning:hover {
  transition: all 0.3s ease;
  color: #FF490F !important;
}

span.text-hover-warning:hover i,
button.text-hover-warning:hover i,
a.text-hover-warning:hover i {
  color: #FF490F !important;
}

span.text-hover-warning:hover .svg-icon svg [fill]:not(.permanent):not(g),
button.text-hover-warning:hover .svg-icon svg [fill]:not(.permanent):not(g),
a.text-hover-warning:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FF490F;
}

span.text-hover-warning:hover .svg-icon svg:hover [fill]:not(.permanent):not(g),
button.text-hover-warning:hover .svg-icon svg:hover [fill]:not(.permanent):not(g),
a.text-hover-warning:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-danger {
  transition: all 0.3s ease;
  color: #EF305E !important;
}

.text-danger i {
  color: #EF305E !important;
}

.text-danger .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #EF305E;
}

.text-danger .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

span.text-hover-danger,
button.text-hover-danger,
a.text-hover-danger {
  transition: all 0.3s ease;
}

span.text-hover-danger:hover,
button.text-hover-danger:hover,
a.text-hover-danger:hover {
  transition: all 0.3s ease;
  color: #EF305E !important;
}

span.text-hover-danger:hover i,
button.text-hover-danger:hover i,
a.text-hover-danger:hover i {
  color: #EF305E !important;
}

span.text-hover-danger:hover .svg-icon svg [fill]:not(.permanent):not(g),
button.text-hover-danger:hover .svg-icon svg [fill]:not(.permanent):not(g),
a.text-hover-danger:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #EF305E;
}

span.text-hover-danger:hover .svg-icon svg:hover [fill]:not(.permanent):not(g),
button.text-hover-danger:hover .svg-icon svg:hover [fill]:not(.permanent):not(g),
a.text-hover-danger:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-light {
  transition: all 0.3s ease;
  color: #F5F8FA !important;
}

.text-light i {
  color: #F5F8FA !important;
}

.text-light .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #F5F8FA;
}

.text-light .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

span.text-hover-light,
button.text-hover-light,
a.text-hover-light {
  transition: all 0.3s ease;
}

span.text-hover-light:hover,
button.text-hover-light:hover,
a.text-hover-light:hover {
  transition: all 0.3s ease;
  color: #F5F8FA !important;
}

span.text-hover-light:hover i,
button.text-hover-light:hover i,
a.text-hover-light:hover i {
  color: #F5F8FA !important;
}

span.text-hover-light:hover .svg-icon svg [fill]:not(.permanent):not(g),
button.text-hover-light:hover .svg-icon svg [fill]:not(.permanent):not(g),
a.text-hover-light:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #F5F8FA;
}

span.text-hover-light:hover .svg-icon svg:hover [fill]:not(.permanent):not(g),
button.text-hover-light:hover .svg-icon svg:hover [fill]:not(.permanent):not(g),
a.text-hover-light:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-dark {
  transition: all 0.3s ease;
  color: #2F3044 !important;
}

.text-dark i {
  color: #2F3044 !important;
}

.text-dark .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #2F3044;
}

.text-dark .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

span.text-hover-dark,
button.text-hover-dark,
a.text-hover-dark {
  transition: all 0.3s ease;
}

span.text-hover-dark:hover,
button.text-hover-dark:hover,
a.text-hover-dark:hover {
  transition: all 0.3s ease;
  color: #2F3044 !important;
}

span.text-hover-dark:hover i,
button.text-hover-dark:hover i,
a.text-hover-dark:hover i {
  color: #2F3044 !important;
}

span.text-hover-dark:hover .svg-icon svg [fill]:not(.permanent):not(g),
button.text-hover-dark:hover .svg-icon svg [fill]:not(.permanent):not(g),
a.text-hover-dark:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #2F3044;
}

span.text-hover-dark:hover .svg-icon svg:hover [fill]:not(.permanent):not(g),
button.text-hover-dark:hover .svg-icon svg:hover [fill]:not(.permanent):not(g),
a.text-hover-dark:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-white {
  transition: all 0.3s ease;
  color: #ffffff !important;
}

.text-white i {
  color: #ffffff !important;
}

.text-white .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}

.text-white .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

span.text-hover-white,
button.text-hover-white,
a.text-hover-white {
  transition: all 0.3s ease;
}

span.text-hover-white:hover,
button.text-hover-white:hover,
a.text-hover-white:hover {
  transition: all 0.3s ease;
  color: #ffffff !important;
}

span.text-hover-white:hover i,
button.text-hover-white:hover i,
a.text-hover-white:hover i {
  color: #ffffff !important;
}

span.text-hover-white:hover .svg-icon svg [fill]:not(.permanent):not(g),
button.text-hover-white:hover .svg-icon svg [fill]:not(.permanent):not(g),
a.text-hover-white:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}

span.text-hover-white:hover .svg-icon svg:hover [fill]:not(.permanent):not(g),
button.text-hover-white:hover .svg-icon svg:hover [fill]:not(.permanent):not(g),
a.text-hover-white:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-muted {
  transition: all 0.3s ease;
  color: #B5B5C3 !important;
}

.text-muted i {
  color: #B5B5C3 !important;
}

.text-muted .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #B5B5C3;
}

.text-muted .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

span.text-hover-muted,
button.text-hover-muted,
a.text-hover-muted {
  transition: all 0.3s ease;
}

span.text-hover-muted:hover,
button.text-hover-muted:hover,
a.text-hover-muted:hover {
  transition: all 0.3s ease;
  color: #B5B5C3 !important;
}

span.text-hover-muted:hover i,
button.text-hover-muted:hover i,
a.text-hover-muted:hover i {
  color: #B5B5C3 !important;
}

span.text-hover-muted:hover .svg-icon svg [fill]:not(.permanent):not(g),
button.text-hover-muted:hover .svg-icon svg [fill]:not(.permanent):not(g),
a.text-hover-muted:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #B5B5C3;
}

span.text-hover-muted:hover .svg-icon svg:hover [fill]:not(.permanent):not(g),
button.text-hover-muted:hover .svg-icon svg:hover [fill]:not(.permanent):not(g),
a.text-hover-muted:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-dark-15 {
  color: #777A8A !important;
}

.text-dark-25 {
  color: #B5B5C3 !important;
}

.text-dark-50 {
  color: #999AAD !important;
}

.text-dark-60 {
  color: #7E8299 !important;
}

.text-dark-75 {
  color: #5E5F6C !important;
}

.text-dark-80 {
  color: #5E6278 !important;
}

.text-dark-90 {
  color: #3F4254 !important;
}

.font-weight-boldest {
  font-weight: 700 !important;
}

.line-height-0 {
  line-height: 0;
}

.line-height-1 {
  line-height: 1;
}

.line-height-sm {
  line-height: 1;
}

.line-height-md {
  line-height: 1.45;
}

.line-height-lg {
  line-height: 1.5;
}

.line-height-xl {
  line-height: 1.75;
}

.line-height-xxl {
  line-height: 2;
}

.letter-spacing-sm {
  letter-spacing: 0.5px;
}

.letter-spacing-nsm {
  letter-spacing: -0.5px;
}

.letter-spacing-md {
  letter-spacing: 0.6px;
}

.letter-spacing-lg {
  letter-spacing: 0.7px;
}

.letter-spacing-xl {
  letter-spacing: 8px;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-move {
  cursor: move;
}

.text-line-through {
  text-decoration: line-through;
}


.alert.alert-white {
  background-color: #ffffff;
  border-color: #ffffff;
}

.alert.alert-default {
  background-color: #F3F6F9;
  border-color: #F3F6F9;
}

.alert.alert-elevate {
  box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
}

.alert.alert-light-primary {
  background-color: rgba(0, 148, 255, 0.1);
  border-color: transparent;
}

.alert.alert-light-primary .alert-icon i {
  color: #0094FF;
}

.alert.alert-light-primary .alert-text {
  color: #0094FF;
}

.alert.alert-light-primary .alert-close i {
  color: #0094FF;
}

.alert.alert-outline-primary {
  background-color: transparent;
  border-color: #0094FF;
}

.alert.alert-outline-primary .alert-icon i {
  color: #0094FF;
}

.alert.alert-outline-primary .alert-text {
  color: #0094FF;
}

.alert.alert-outline-primary .alert-close i {
  color: #0094FF;
}

.alert.alert-light-secondary {
  background-color: rgba(137, 146, 159, 0.1);
  border-color: transparent;
}

.alert.alert-light-secondary .alert-icon i {
  color: #89929F;
}

.alert.alert-light-secondary .alert-text {
  color: #89929F;
}

.alert.alert-light-secondary .alert-close i {
  color: #89929F;
}

.alert.alert-outline-secondary {
  background-color: transparent;
  border-color: #89929F;
}

.alert.alert-outline-secondary .alert-icon i {
  color: #89929F;
}

.alert.alert-outline-secondary .alert-text {
  color: #89929F;
}

.alert.alert-outline-secondary .alert-close i {
  color: #89929F;
}

.alert.alert-light-success {
  background-color: rgba(80, 205, 137, 0.1);
  border-color: transparent;
}

.alert.alert-light-success .alert-icon i {
  color: #50CD89;
}

.alert.alert-light-success .alert-text {
  color: #50CD89;
}

.alert.alert-light-success .alert-close i {
  color: #50CD89;
}

.alert.alert-outline-success {
  background-color: transparent;
  border-color: #50CD89;
}

.alert.alert-outline-success .alert-icon i {
  color: #50CD89;
}

.alert.alert-outline-success .alert-text {
  color: #50CD89;
}

.alert.alert-outline-success .alert-close i {
  color: #50CD89;
}

.alert.alert-light-info {
  background-color: rgba(156, 90, 255, 0.1);
  border-color: transparent;
}

.alert.alert-light-info .alert-icon i {
  color: #9c5aff;
}

.alert.alert-light-info .alert-text {
  color: #9c5aff;
}

.alert.alert-light-info .alert-close i {
  color: #9c5aff;
}

.alert.alert-outline-info {
  background-color: transparent;
  border-color: #9c5aff;
}

.alert.alert-outline-info .alert-icon i {
  color: #9c5aff;
}

.alert.alert-outline-info .alert-text {
  color: #9c5aff;
}

.alert.alert-outline-info .alert-close i {
  color: #9c5aff;
}

.alert.alert-light-warning {
  background-color: rgba(255, 73, 15, 0.1);
  border-color: transparent;
}

.alert.alert-light-warning .alert-icon i {
  color: #FF490F;
}

.alert.alert-light-warning .alert-text {
  color: #FF490F;
}

.alert.alert-light-warning .alert-close i {
  color: #FF490F;
}

.alert.alert-outline-warning {
  background-color: transparent;
  border-color: #FF490F;
}

.alert.alert-outline-warning .alert-icon i {
  color: #FF490F;
}

.alert.alert-outline-warning .alert-text {
  color: #FF490F;
}

.alert.alert-outline-warning .alert-close i {
  color: #FF490F;
}

.alert.alert-light-danger {
  background-color: rgba(239, 48, 94, 0.1);
  border-color: transparent;
}

.alert.alert-light-danger .alert-icon i {
  color: #EF305E;
}

.alert.alert-light-danger .alert-text {
  color: #EF305E;
}

.alert.alert-light-danger .alert-close i {
  color: #EF305E;
}

.alert.alert-outline-danger {
  background-color: transparent;
  border-color: #EF305E;
}

.alert.alert-outline-danger .alert-icon i {
  color: #EF305E;
}

.alert.alert-outline-danger .alert-text {
  color: #EF305E;
}

.alert.alert-outline-danger .alert-close i {
  color: #EF305E;
}

.alert.alert-light-light {
  background-color: rgba(245, 248, 250, 0.1);
  border-color: transparent;
}

.alert.alert-light-light .alert-icon i {
  color: #F5F8FA;
}

.alert.alert-light-light .alert-text {
  color: #F5F8FA;
}

.alert.alert-light-light .alert-close i {
  color: #F5F8FA;
}

.alert.alert-outline-light {
  background-color: transparent;
  border-color: #F5F8FA;
}

.alert.alert-outline-light .alert-icon i {
  color: #F5F8FA;
}

.alert.alert-outline-light .alert-text {
  color: #F5F8FA;
}

.alert.alert-outline-light .alert-close i {
  color: #F5F8FA;
}

.alert.alert-light-dark {
  background-color: rgba(47, 48, 68, 0.1);
  border-color: transparent;
}

.alert.alert-light-dark .alert-icon i {
  color: #2F3044;
}

.alert.alert-light-dark .alert-text {
  color: #2F3044;
}

.alert.alert-light-dark .alert-close i {
  color: #2F3044;
}

.alert.alert-outline-dark {
  background-color: transparent;
  border-color: #2F3044;
}

.alert.alert-outline-dark .alert-icon i {
  color: #2F3044;
}

.alert.alert-outline-dark .alert-text {
  color: #2F3044;
}

.alert.alert-outline-dark .alert-close i {
  color: #2F3044;
}

.alert.alert-light-white {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}

.alert.alert-light-white .alert-icon i {
  color: #ffffff;
}

.alert.alert-light-white .alert-text {
  color: #ffffff;
}

.alert.alert-light-white .alert-close i {
  color: #ffffff;
}

.alert.alert-outline-white {
  background-color: transparent;
  border-color: #ffffff;
}

.alert.alert-outline-white .alert-icon i {
  color: #ffffff;
}

.alert.alert-outline-white .alert-text {
  color: #ffffff;
}

.alert.alert-outline-white .alert-close i {
  color: #ffffff;
}

.alert.alert-light-muted {
  background-color: rgba(181, 181, 195, 0.1);
  border-color: transparent;
}

.alert.alert-light-muted .alert-icon i {
  color: #B5B5C3;
}

.alert.alert-light-muted .alert-text {
  color: #B5B5C3;
}

.alert.alert-light-muted .alert-close i {
  color: #B5B5C3;
}

.alert.alert-outline-muted {
  background-color: transparent;
  border-color: #B5B5C3;
}

.alert.alert-outline-muted .alert-icon i {
  color: #B5B5C3;
}

.alert.alert-outline-muted .alert-text {
  color: #B5B5C3;
}

.alert.alert-outline-muted .alert-close i {
  color: #B5B5C3;
}

.btn {
  outline: none !important;
  vertical-align: middle;
}

.btn:focus:not(.btn-elevate) {
  box-shadow: none !important;
}

.btn.btn-borderless {
  border: 0;
}

.btn.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: calc(1.5em + 1.5115rem + 2px);
  width: calc(1.5em + 1.5115rem + 2px);
}

.btn.btn-icon.btn-xs {
  height: 24px;
  width: 24px;
}

.btn.btn-icon.btn-sm,
.btn-group-sm > .btn.btn-icon {
  height: calc(1.5em + 1.1rem + 2px);
  width: calc(1.5em + 1.1rem + 2px);
}

.btn.btn-icon.btn-lg,
.btn-group-lg > .btn.btn-icon {
  height: calc(1.5em + 1.65rem + 2px);
  width: calc(1.5em + 1.65rem + 2px);
}

.btn.btn-icon.btn-circle {
  border-radius: 50%;
}

.btn.btn-icon i {
  padding: 0;
  margin: 0;
}

.btn.btn-icon [class^=socicon-]:before,
.btn.btn-icon [class*=" socicon-"]:before {
  line-height: 1;
}

.btn.btn-icon .svg-icon {
  margin: 0;
  padding: 0;
}

.btn.btn-text {
  cursor: text !important;
}

.btn.btn-custom {
  height: auto !important;
}

.btn-flex {
  display: flex;
  align-items: center;
}

.btn-default {
  color: #72687C;
  background-color: #F3F6F9;
  border: 0;
}

.btn-default .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #A7A8BB;
}

.btn-default .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.show > .btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default.active {
  color: #0094FF !important;
  background-color: #EDF7FF;
  border-color: #EDF7FF;
}

.show > .btn-default .svg-icon svg [fill]:not(.permanent):not(g),
.btn-default:hover .svg-icon svg [fill]:not(.permanent):not(g),
.btn-default:focus .svg-icon svg [fill]:not(.permanent):not(g),
.btn-default.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #0094FF;
}

.show > .btn-default .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-default:hover .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-default:focus .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-default.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.btn-white-opacity {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.08);
  border: 0;
}

.show > .btn-white-opacity,
.btn-white-opacity:hover,
.btn-white-opacity:focus,
.btn-white-opacity.active {
  color: #ffffff !important;
  background-color: #0094FF;
}

label.btn,
input.btn,
button.btn {
  cursor: pointer;
}

.btn-light-primary {
  color: #0094FF;
  background-color: #EDF7FF;
  border-color: #EDF7FF;
}

.btn-light-primary .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #0094FF;
}

.btn-light-primary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.show > .btn-light-primary,
.btn-light-primary:hover,
.btn-light-primary:focus,
.btn-light-primary:active,
.btn-light-primary.active {
  color: #ffffff;
  background-color: #0094FF;
  border-color: #0094FF;
}

.show > .btn-light-primary .svg-icon svg [fill]:not(.permanent):not(g),
.btn-light-primary:hover .svg-icon svg [fill]:not(.permanent):not(g),
.btn-light-primary:focus .svg-icon svg [fill]:not(.permanent):not(g),
.btn-light-primary:active .svg-icon svg [fill]:not(.permanent):not(g),
.btn-light-primary.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}

.show > .btn-light-primary .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-light-primary:hover .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-light-primary:focus .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-light-primary:active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-light-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.btn-light-danger {
  color: #EF305E;
  background-color: #FFF1F5;
  border-color: #FFF1F5;
}

.btn-light-danger .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #EF305E;
}

.btn-light-danger .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.show > .btn-light-danger,
.btn-light-danger:hover,
.btn-light-danger:focus,
.btn-light-danger:active,
.btn-light-danger.active {
  color: #ffffff;
  background-color: #EF305E;
  border-color: #EF305E;
}

.show > .btn-light-danger .svg-icon svg [fill]:not(.permanent):not(g),
.btn-light-danger:hover .svg-icon svg [fill]:not(.permanent):not(g),
.btn-light-danger:focus .svg-icon svg [fill]:not(.permanent):not(g),
.btn-light-danger:active .svg-icon svg [fill]:not(.permanent):not(g),
.btn-light-danger.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}

.show > .btn-light-danger .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-light-danger:hover .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-light-danger:focus .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-light-danger:active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-light-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.btn-white {
  color: #7E8299;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-white i {
  color: #7E8299;
}

.btn-white .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7E8299;
}

.btn-white .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.show > .btn-white,
.btn-white:hover,
.btn-white:active,
.btn-white:focus,
.btn-white.active {
  color: #ffffff;
  background-color: #0094FF;
  border-color: #0094FF;
}

.show > .btn-white i,
.btn-white:hover i,
.btn-white:active i,
.btn-white:focus i,
.btn-white.active i {
  color: #ffffff;
}

.show > .btn-white .svg-icon svg [fill]:not(.permanent):not(g),
.btn-white:hover .svg-icon svg [fill]:not(.permanent):not(g),
.btn-white:active .svg-icon svg [fill]:not(.permanent):not(g),
.btn-white:focus .svg-icon svg [fill]:not(.permanent):not(g),
.btn-white.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff !important;
}

.show > .btn-white .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-white:hover .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-white:active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-white:focus .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-white.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.btn-bg-white {
  color: #7E8299;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-bg-white i {
  color: #7E8299;
}

.btn-bg-white .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7E8299;
}

.btn-bg-white .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.btn.btn-success {
  color: #ffffff;
}

.show > .btn.btn-success,
.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success:focus,
.btn.btn-success.active {
  color: #ffffff;
}

.show > .btn.btn-success i,
.btn.btn-success:hover i,
.btn.btn-success:active i,
.btn.btn-success:focus i,
.btn.btn-success.active i {
  color: #ffffff;
}

.show > .btn.btn-success .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-success:hover .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-success:active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-success:focus .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-success.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff !important;
}

.show > .btn.btn-success .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-success:hover .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-success:active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-success:focus .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.btn-text-primary {
  color: #0094FF;
}

.btn-text-primary i {
  color: primary;
}

.btn-text-primary .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #0094FF;
}

.btn-text-primary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.btn-text-muted {
  color: #B5B5C3;
}

.btn-text-muted i {
  color: #B5B5C3;
}

.btn-text-muted .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #B5B5C3;
}

.btn-text-muted .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.show > .btn-hover-primary,
.btn-hover-primary:hover,
.btn-hover-primary:active,
.btn-hover-primary:focus,
.btn-hover-primary.active {
  color: #ffffff;
  background-color: #0094FF;
  border-color: #0094FF;
}

.show > .btn-hover-primary i,
.btn-hover-primary:hover i,
.btn-hover-primary:active i,
.btn-hover-primary:focus i,
.btn-hover-primary.active i {
  color: #ffffff;
}

.show > .btn-hover-primary .svg-icon svg [fill]:not(.permanent):not(g),
.btn-hover-primary:hover .svg-icon svg [fill]:not(.permanent):not(g),
.btn-hover-primary:active .svg-icon svg [fill]:not(.permanent):not(g),
.btn-hover-primary:focus .svg-icon svg [fill]:not(.permanent):not(g),
.btn-hover-primary.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff !important;
}

.show > .btn-hover-primary .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-hover-primary:hover .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-hover-primary:active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-hover-primary:focus .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-hover-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.show > .btn-hover-text-primary,
.btn-hover-text-primary:hover,
.btn-hover-text-primary:active,
.btn-hover-text-primary:focus,
.btn-hover-text-primary.active {
  color: #0094FF;
}

.show > .btn-hover-text-primary i,
.btn-hover-text-primary:hover i,
.btn-hover-text-primary:active i,
.btn-hover-text-primary:focus i,
.btn-hover-text-primary.active i {
  color: #0094FF;
}

.show > .btn-hover-text-primary .svg-icon svg [fill]:not(.permanent):not(g),
.btn-hover-text-primary:hover .svg-icon svg [fill]:not(.permanent):not(g),
.btn-hover-text-primary:active .svg-icon svg [fill]:not(.permanent):not(g),
.btn-hover-text-primary:focus .svg-icon svg [fill]:not(.permanent):not(g),
.btn-hover-text-primary.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #0094FF !important;
}

.show > .btn-hover-text-primary .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-hover-text-primary:hover .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-hover-text-primary:active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-hover-text-primary:focus .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-hover-text-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.show > .btn-light-hover-primary,
.btn-light-hover-primary:hover,
.btn-light-hover-primary:active,
.btn-light-hover-primary:focus,
.btn-light-hover-primary.active {
  color: #EC0000;
  background-color: #FFDBDC;
  border-color: #FFDBDC;
}

.show > .btn-light-hover-primary .svg-icon svg [fill]:not(.permanent):not(g),
.btn-light-hover-primary:hover .svg-icon svg [fill]:not(.permanent):not(g),
.btn-light-hover-primary:active .svg-icon svg [fill]:not(.permanent):not(g),
.btn-light-hover-primary:focus .svg-icon svg [fill]:not(.permanent):not(g),
.btn-light-hover-primary.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #0094FF !important;
}

.show > .btn-light-hover-primary .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-light-hover-primary:hover .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-light-hover-primary:active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-light-hover-primary:focus .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-light-hover-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.show > .btn-light-hover-danger,
.btn-light-hover-danger:hover,
.btn-light-hover-danger:active,
.btn-light-hover-danger:focus,
.btn-light-hover-danger.active {
  color: #EF305E;
  background-color: #FFF1F5;
  border-color: #FFF1F5;
}

.show > .btn-light-hover-danger .svg-icon svg [fill]:not(.permanent):not(g),
.btn-light-hover-danger:hover .svg-icon svg [fill]:not(.permanent):not(g),
.btn-light-hover-danger:active .svg-icon svg [fill]:not(.permanent):not(g),
.btn-light-hover-danger:focus .svg-icon svg [fill]:not(.permanent):not(g),
.btn-light-hover-danger.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #EF305E !important;
}

.show > .btn-light-hover-danger .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-light-hover-danger:hover .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-light-hover-danger:active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-light-hover-danger:focus .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-light-hover-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.btn.btn-light-facebook {
  color: #ffffff;
  background-color: rgba(59, 89, 152, 0.12);
  border-color: transparent;
}

.btn.btn-light-facebook:hover,
.btn.btn-light-facebook:active,
.btn.btn-light-facebook:focus,
.btn.btn-light-facebook.active {
  color: #3b5998;
  background-color: #ffffff;
}

.btn.btn-light-google {
  color: #ffffff;
  background-color: rgba(221, 75, 57, 0.12);
  border-color: transparent;
}

.btn.btn-light-google:hover,
.btn.btn-light-google:active,
.btn.btn-light-google:focus,
.btn.btn-light-google.active {
  color: #dd4b39;
  background-color: #ffffff;
}

.btn.btn-light-twitter {
  color: #ffffff;
  background-color: rgba(29, 161, 242, 0.12);
  border-color: transparent;
}

.btn.btn-light-twitter:hover,
.btn.btn-light-twitter:active,
.btn.btn-light-twitter:focus,
.btn.btn-light-twitter.active {
  color: #1da1f2;
  background-color: #ffffff;
}

.btn.btn-light-instagram {
  color: #ffffff;
  background-color: rgba(225, 48, 108, 0.12);
  border-color: transparent;
}

.btn.btn-light-instagram:hover,
.btn.btn-light-instagram:active,
.btn.btn-light-instagram:focus,
.btn.btn-light-instagram.active {
  color: #e1306c;
  background-color: #ffffff;
}

.btn.btn-light-youtube {
  color: #ffffff;
  background-color: rgba(255, 0, 0, 0.12);
  border-color: transparent;
}

.btn.btn-light-youtube:hover,
.btn.btn-light-youtube:active,
.btn.btn-light-youtube:focus,
.btn.btn-light-youtube.active {
  color: #ff0000;
  background-color: #ffffff;
}

.dropdown-menu {
  border-bottom-left-radius: 0.425rem;
  border-bottom-right-radius: 0.425rem;
  margin: 0;
  padding: 0;
  left: 0 ;
  /*rtl:raw:
  right: auto;
  */
}

.dropdown-menu:before,
.dropdown-menu:after {
  display: none !important;
}

.dropdown-menu > li > a,
.dropdown-menu > .dropdown-item {
  outline: none !important;
  display: flex;
  flex-grow: 1;
}

.dropdown-menu > li > a > i:before,
.dropdown-menu > .dropdown-item > i:before {
  line-height: 0;
  vertical-align: middle;
}

.dropdown-menu .dropdown-menu:not(.daterangepicker) {
  /*rtl:raw:
  left: auto !important;
  */
}

.dropdown-menu.dropdown-menu-anim-up {
  -webkit-animation: animation-dropdown-menu-fade-in 0.3s ease 1, animation-dropdown-menu-move-up 0.3s ease-out 1;
          animation: animation-dropdown-menu-fade-in 0.3s ease 1, animation-dropdown-menu-move-up 0.3s ease-out 1;
}

.dropup .dropdown-menu.dropdown-menu-anim,
.dropdown-menu .dropdown-menu-anim-down.dropdown-menu-anim {
  -webkit-animation: animation-dropdown-menu-fade-in 0.3s ease 1, animation-dropdown-menu-move-down 0.3s ease-out 1;
          animation: animation-dropdown-menu-fade-in 0.3s ease 1, animation-dropdown-menu-move-down 0.3s ease-out 1;
}

.dropdown-menu.dropdown-menu-fit {
  padding: 0 !important;
  margin: 0 !important;
}

@media (min-width: 225px) {
  .dropdown-menu.dropdown-menu-sm {
    width: 175px;
  }
}

@media (min-width: 300px) {
  .dropdown-menu.dropdown-menu-md {
    width: 250px;
  }
}

@media (min-width: 375px) {
  .dropdown-menu.dropdown-menu-lg {
    width: 325px;
  }
}

@media (min-width: 450px) {
  .dropdown-menu.dropdown-menu-xl {
    width: 400px;
  }
}

@media (max-width: 767.98px) {
  .dropdown-menu {
    max-width: 80vw !important;
  }
}

.dropdown-toggle.nav-link:after,
.dropdown-toggle.btn:after {
  text-align: center;
  display: inline;
  border: 0;
  font-size: 0.6rem;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  margin-left: 0.5rem ;
  opacity: 0.7;
  font-family: Ki;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\F109";
}

.dropdown-toggle.nav-link.dropdown-toggle-split:after,
.dropdown-toggle.btn.dropdown-toggle-split:after {
  right: 1px;
}

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

.dropup .dropdown-toggle.nav-link:after,
.dropup .dropdown-toggle.btn:after {
  font-family: Ki;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\F10F";
}

.dropright .nav-link.dropdown-toggle:before,
.dropright .btn.dropdown-toggle:before {
  display: none;
}

.dropright .nav-link.dropdown-toggle:after,
.dropright .btn.dropdown-toggle:after {
  font-family: Ki;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\F105";
}

.dropleft .nav-link.dropdown-toggle:before,
.dropleft .btn.dropdown-toggle:before {
  display: none;
}

.dropleft .nav-link.dropdown-toggle:after,
.dropleft .btn.dropdown-toggle:after {
  font-family: Ki;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\F106";
}

.dropdown.dropdown-hover:hover > .dropdown-menu {
  display: block;
}

.dropdown.dropdown-hover:hover > .dropdown-menu.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown.dropdown-hover:hover > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

@-webkit-keyframes animation-dropdown-menu-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes animation-dropdown-menu-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes animation-dropdown-menu-move-down {
  from {
    margin-top: 10px;
  }

  to {
    margin-top: 0px;
  }
}

@keyframes animation-dropdown-menu-move-down {
  from {
    margin-top: 10px;
  }

  to {
    margin-top: 0px;
  }
}

@-webkit-keyframes animation-dropdown-menu-move-up {
  from {
    margin-top: 10px;
  }

  to {
    margin-top: 0px;
  }
}

@keyframes animation-dropdown-menu-move-up {
  from {
    margin-top: 10px;
  }

  to {
    margin-top: 0px;
  }
}

/**
 * Bootstrap form controls
 */

.form-control.from-control-custom {
  height: 60px;
  padding: 1rem 1.5rem;
  border: 0;
  background-color: #F5F8FA;
  outline: none;
  font-weight: 500;
  border-radius: 0.425rem;
  color: #2F3044;
  font-size: 1.2rem;
}

.form-control.from-control-custom::-moz-placeholder {
  color: #A7A8BB;
  opacity: 1;
}

.form-control.from-control-custom:-ms-input-placeholder {
  color: #A7A8BB;
}

.form-control.from-control-custom::-webkit-input-placeholder {
  color: #A7A8BB;
}

.modal-header .modal-title {
  font-weight: 500;
  font-size: 1.3;
  color: #2F3044;
}

.modal-header .modal-title small {
  font-weight: 400;
  font-size: 0.9;
  color: #A7A8BB;
}

.modal-header .close {
  outline: none !important;
  color: #A7A8BB;
  transition: all 0.3s ease;
}

.modal-header .close:before {
  font-size: 1rem;
}

.modal-header .close span {
  display: none;
}

.modal-header .close:hover {
  transition: all 0.3s ease;
  color: #0094FF;
}

.modal-content {
  border: 0;
}

.modal-open {
  overflow: auto !important;
  padding: 0 !important;
}

@media (min-width: 1200px) {
  .modal-dialog.modal-xl {
    max-width: 1100px;
  }
}

.popover .popover-header {
  font-size: 1rem;
  font-weight: 500;
  border-bottom: #EBEDF3;
}

.tooltip .tooltip-inner {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.tooltip.bs-tooltip-left .arrow,
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow {
  /*rtl:raw:
     left: auto;
     right: 0;
     */
}

.tooltip.bs-tooltip-left .arrow:before,
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow:before {
  /*rtl:raw:
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #fff;
  */
}

.tooltip.bs-tooltip-right .arrow,
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow {
  /*rtl:raw:
  right: auto;
  left: 0;
  */
}

.tooltip.bs-tooltip-right .arrow:before,
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow:before {
  /*rtl:raw:
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #fff;
  */
}

.tooltip.tooltop-auto-width .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

.tooltip.tooltip-dark .tooltip-inner {
  color: #ffffff;
  background: #2F3044;
}

.tooltip.tooltip-dark.bs-tooltip-top .arrow::before,
.tooltip.tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #2F3044;
}

.tooltip.tooltip-dark.bs-tooltip-right .arrow::before,
.tooltip.tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #2F3044;
}

.tooltip.tooltip-dark.bs-tooltip-bottom .arrow::before,
.tooltip.tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #2F3044;
}

.tooltip.tooltip-dark.bs-tooltip-left .arrow::before,
.tooltip.tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #2F3044;
}

.tooltip.tooltip-brand .tooltip-inner {
  color: #ffffff;
  background: #0094FF;
}

.tooltip.tooltip-brand.bs-tooltip-top .arrow::before,
.tooltip.tooltip-brand.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #0094FF;
}

.tooltip.tooltip-brand.bs-tooltip-right .arrow::before,
.tooltip.tooltip-brand.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #0094FF;
}

.tooltip.tooltip-brand.bs-tooltip-bottom .arrow::before,
.tooltip.tooltip-brand.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #0094FF;
}

.tooltip.tooltip-brand.bs-tooltip-left .arrow::before,
.tooltip.tooltip-brand.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #0094FF;
}

.toggle.collapsible:not(.collapsed) .toggle-off,
.toggle.active .toggle-off {
  display: none;
}

.toggle.collapsible.collapsed .toggle-on,
.toggle:not(.collapsible):not(.active) .toggle-on {
  display: none;
}

html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow-y: initial !important;
}

html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown):not(.sweetalert2-nopadding),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown):not(.sweetalert2-nopadding) {
  padding-right: 0 !important;
}

.swal2-popup {
  padding: 2rem;
  border-radius: 0.425rem;
}

.swal2-popup .swal2-icon {
  margin: 2rem 0 0rem 0;
}

.swal2-popup .swal2-title {
  font-weight: 500;
  font-size: 1.3rem;
  margin: 2rem 0 0 0;
  color: #2F3044;
}

.swal2-popup .swal2-content {
  font-weight: normal;
  font-size: 1.1rem;
  margin-top: 1.5rem;
  color: #5E5F6C;
}

.swal2-popup .btn {
  margin: 15px 5px 0;
}

.swal2-popup .swal2-styled:focus {
  box-shadow: none;
}

.swal2-popup .swal2-actions {
  margin: 1.5rem auto 1rem auto;
}

.swal2-container {
  overflow-y: hidden !important;
}

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.2);
}

.swal2-container .swal2-html-container {
  max-height: 200px;
  overflow: auto;
}

body.swal2-height-auto {
  height: 100% !important;
}

.swal2-icon.swal2-warning {
  border-color: #FF490F;
  color: #FF490F;
}

.swal2-icon.swal2-error {
  border-color: #EF305E;
  color: #EF305E;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  background-color: rgba(239, 48, 94, 0.75);
}

.swal2-icon.swal2-success {
  border-color: #50CD89;
  color: #50CD89;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #50CD89;
}

.swal2-icon.swal2-success .swal2-success-ring {
  border-color: rgba(80, 205, 137, 0.3);
}

.swal2-icon.swal2-info {
  border-color: #9c5aff;
  color: #9c5aff;
}

.swal2-icon.swal2-question {
  border-color: #0094FF;
  color: #0094FF;
}

.slider {
  position: relative;
}

.slider [data-slider=true] {
  display: flex;
}

.slider .slider-item {
  opacity: 0;
  transition: all 0.3s ease;
}

.slider.slider-initiazlied [data-slider=true] {
  display: block;
}

.slider.slider-initiazlied .slider-item {
  opacity: 1;
  transition: all 0.3s ease;
}

.slider.slider-v1 {
  margin-top: -1.8rem;
  margin-left: -30px !important;
}

.slider.slider-v1 .slider-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background: none;
  outline: none !important;
  margin: 0;
  padding: 0;
  background-color: #fff;
  box-shadow: 0px 0px 16px rgba(112, 135, 169, 0.25);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 5;
  height: 44px;
  width: 44px;
  margin-top: -20px;
}

.slider.slider-v1 .slider-btn.slider-btn-next {
  right: 20px;
}

.slider.slider-v1 .slider-btn.slider-btn-prev {
  left: 50px;
}

.slider.slider-v1 .slider-btn .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #0094FF;
}

.slider.slider-v1 .slider-btn .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.slider.slider-v1 .slider-btn:disabled {
  display: none;
}

.slider.slider-v1 .slider-btn:disabled .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #A7A8BB;
}

.slider.slider-v1 .slider-btn:disabled .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.slider.slider-v1 .tns-item {
  padding-top: 30px;
  padding-bottom: 30px;
}

.slider.slider-v1 .tns-item.tns-slide-active {
  padding: 30px;
}

.slider.slider-v1 .tns-item.tns-slide-active img {
  box-shadow: 0px 3px 30px 0px rgba(24, 49, 152, 0.1);
}

.slider.slider-v2 .slider-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background: none;
  outline: none !important;
  margin: 0;
  padding: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
}

.slider.slider-v2 .slider-btn .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #0094FF;
}

.slider.slider-v2 .slider-btn .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.slider.slider-v2 .slider-btn:disabled .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #A7A8BB;
}

.slider.slider-v2 .slider-btn:disabled .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.slider.slider-v3 {
  margin: 0 auto 45px auto;
  width: 100%;
}

.slider.slider-v3 .tns-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: 0 auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100px;
}

.slider.slider-v3 .tns-nav button {
  border-radius: 6px;
  background-color: white;
  width: 26px;
  height: 12px;
  border: none;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.slider.slider-v3 .tns-nav button:last-child {
  margin-right: 0rem;
}

.slider.slider-v3 .tns-nav button.tns-nav-active {
  background: #0094FF;
  transition: all 0.3s ease;
}

.fv-plugins-message-container {
  margin-top: 0.25rem;
}

.fv-plugins-message-container .fv-help-block {
  color: #EF305E;
  font-size: 0.9rem;
  font-weight: 500;
}

.bootstrap-select.bootstrap-select-custom {
  display: flex !important;
  align-items: stretch;
  width: 100% !important;
  height: 60px;
  background-color: #F5F8FA;
  border-radius: 0.425rem;
}

.bootstrap-select.bootstrap-select-custom .filter-option {
  display: flex;
  align-items: center;
}

.bootstrap-select.bootstrap-select-custom .btn.dropdown-toggle {
  width: 100% !important;
  border-radius: 0.425rem;
  background-color: #F5F8FA;
  flex-grow: 1;
  font-weight: 500;
  color: #2F3044;
  margin: 0;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 1rem 1.5rem;
  font-size: 1.2rem;
}

.bootstrap-select.bootstrap-select-custom .btn.dropdown-toggle:after {
  font-size: 0.85rem;
  color: #A7A8BB;
}

.bootstrap-select.bootstrap-select-custom .btn.dropdown-toggle.bs-placeholder {
  color: #A7A8BB !important;
}

.bootstrap-select.bootstrap-select-custom .dropdown-menu {
  border-radius: 0.425rem;
}

.bootstrap-select.bootstrap-select-custom .dropdown-menu .inner {
  border-radius: 0.425rem;
}

.bootstrap-select.bootstrap-select-custom .dropdown-menu .dropdown-menu {
  border-radius: 0.425rem;
}

.bootstrap-select.bootstrap-select-custom .dropdown-menu .dropdown-menu li .dropdown-item {
  padding: 1rem 1.5rem;
  color: #5E5F6C;
  font-weight: normal;
}

.bootstrap-select.bootstrap-select-custom .dropdown-menu .dropdown-menu li .dropdown-item:hover {
  background-color: #F3F6F9 !important;
}

.bootstrap-select.bootstrap-select-custom .dropdown-menu .dropdown-menu li .dropdown-item.active.selected {
  background-color: #ecf1f6 !important;
}

.bootstrap-select.bootstrap-select-custom .dropdown-menu .dropdown-menu li:first-child {
  border-top-left-radius: 0.425rem;
  border-top-right-radius: 0.425rem;
}

.bootstrap-select.bootstrap-select-custom .dropdown-menu .dropdown-menu li:first-child .dropdown-item {
  border-top-left-radius: 0.425rem;
  border-top-right-radius: 0.425rem;
}

.bootstrap-select.bootstrap-select-custom .dropdown-menu .dropdown-menu li:last-child {
  border-bottom-left-radius: 0.425rem;
  border-bottom-right-radius: 0.425rem;
}

.bootstrap-select.bootstrap-select-custom .dropdown-menu .dropdown-menu li:last-child .dropdown-item {
  border-bottom-left-radius: 0.425rem;
  border-bottom-right-radius: 0.425rem;
}

pre[class*=language-] {
  overflow: auto;
  background-color: #F3F6F9;
  border-radius: 0.425rem;
  font-size: 1rem;
  margin: 0;
}

pre[class*=language-] code .token.operator {
  background: none;
}

.scroll {
  position: relative;
  overflow: hidden;
}

.scroll.scroll-pull {
  padding-right: 12px;
  margin-right: -12px;
}

.scroll.scroll-pull .ps__rail-y {
  right: -2px;
}

.scroll.scroll-push .ps__rail-y {
  right: 5px !important;
}

.scroll.ps > .ps__rail-y {
  width: 4px;
}

.scroll.ps > .ps__rail-y:hover,
.scroll.ps > .ps__rail-y:focus {
  width: 4px;
}

.scroll.ps > .ps__rail-y > .ps__thumb-y {
  width: 4px;
  border-radius: 0.425rem !important;
}

.scroll.ps > .ps__rail-y > .ps__thumb-y:hover,
.scroll.ps > .ps__rail-y > .ps__thumb-y:focus {
  width: 4px;
}

.scroll.ps > .ps__rail-x {
  height: 4px;
}

.scroll.ps > .ps__rail-x:hover,
.scroll.ps > .ps__rail-x:focus {
  height: 4px;
}

.scroll.ps > .ps__rail-x > .ps__thumb-x {
  top: 0;
  height: 4px;
  border-radius: 0.425rem !important;
}

.scroll.ps > .ps__rail-x > .ps__thumb-x:hover,
.scroll.ps > .ps__rail-x > .ps__thumb-x:focus {
  top: 0;
  height: 4px;
}

.scroll.ps > .ps__rail-x {
  background-color: transparent;
}

.scroll.ps > .ps__rail-x:hover,
.scroll.ps > .ps__rail-x:focus {
  opacity: 1;
  background-color: transparent;
}

.scroll.ps > .ps__rail-x:hover > .ps__thumb-x,
.scroll.ps > .ps__rail-x:focus > .ps__thumb-x {
  opacity: 1;
}

.scroll.ps > .ps__rail-x > .ps__thumb-x {
  background-color: #EBEDF3;
  opacity: 1;
}

.scroll.ps > .ps__rail-x > .ps__thumb-x:hover,
.scroll.ps > .ps__rail-x > .ps__thumb-x:focus {
  opacity: 1;
  background-color: #EBEDF3;
}

.scroll.ps > .ps__rail-y {
  background-color: transparent;
}

.scroll.ps > .ps__rail-y:hover,
.scroll.ps > .ps__rail-y:focus {
  background-color: transparent;
  opacity: 1;
}

.scroll.ps > .ps__rail-y:hover > .ps__thumb-y,
.scroll.ps > .ps__rail-y:focus > .ps__thumb-y {
  opacity: 1;
}

.scroll.ps > .ps__rail-y > .ps__thumb-y {
  background: #EBEDF3;
  opacity: 1;
}

.scroll.ps > .ps__rail-y > .ps__thumb-y:hover,
.scroll.ps > .ps__rail-y > .ps__thumb-y:focus {
  opacity: 1;
  background: #EBEDF3;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: normal;
  font-family: Poppins, Helvetica, "sans-serif";
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991.98px) {
  html,
  body {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  html,
  body {
    font-size: 12px;
  }
}

html a:hover,
html a:active,
html a:focus,
body a:hover,
body a:active,
body a:focus {
  text-decoration: none !important;
}

html a,
html button,
body a,
body button {
  outline: none !important;
}

body {
  display: flex;
  flex-direction: column;
  color: #5E5F6C;
}

router-outlet {
  display: none;
}

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.main {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.main .bg-accent {
  background-color: #FBF6F1;
}

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

.main .row-spacing-lg {
  margin-left: -25px;
  margin-right: -25px;
}

.main .row-spacing-lg > div {
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 991.98px) {
  .main .client-reviews > div:nth-child(1) {
    padding: 80px 0 40px 0;
  }

  .main .client-reviews > div:nth-child(2) {
    padding-bottom: 80px;
  }

  .main .main-separator {
    border-right: none;
  }

  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: none;
    padding: 0 20px;
  }
}

.header {
  display: flex;
  align-items: stretch;
  position: relative;
  height: 80px;
  top: 0;
  right: 0;
  left: 0;
  background: #ffffff;
  border-bottom: 1px solid #EAF2FF;
  transition: all 0.3s ease;
  z-index: 101;
}

.header .logo-white {
  display: none;
}

.header .logo-default {
  display: block;
}

.header.header-inner {
  background: #F2F9FF;
  border-bottom-color: rgba(16, 16, 16, 0.05);
}

.header-inverse .header {
  background-color: transparent;
}

.header-minimize .header {
  transition: all 0.3s ease;
  height: 70px;
  box-shadow: 0px 4px 20px -10px rgba(0, 0, 0, 0.1);
  border-bottom-color: transparent;
  background: #ffffff;
}

.header .container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: -1px;
}

.header .header-brand {
  display: flex;
  align-items: center;
}

.header-inverse .header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inverse .header .logo-white {
  display: block;
}

.header-inverse .header .logo-default {
  display: none;
}

.header-inverse.header-minimize .header .logo-white {
  display: none;
}

.header-inverse.header-minimize .header .logo-default {
  display: block;
}

@media (min-width: 992px) {
  .header-inverse:not(.header-minimize) .header .menu > .menu-nav > .menu-item > .menu-link .menu-text {
    color: rgba(255, 255, 255, 0.5);
  }

  .header-inverse:not(.header-minimize) .header .menu > .menu-nav > .menu-item:hover > .menu-link .menu-text {
    color: #ffffff;
  }

  .header-inverse:not(.header-minimize) .header .menu > .menu-nav > .menu-item:hover > .menu-link,
  .header-inverse:not(.header-minimize) .header .menu > .menu-nav > .menu-item.menu-item-here > .menu-link,
  .header-inverse:not(.header-minimize) .header .menu > .menu-nav > .menu-item.menu-item-hover > .menu-link,
  .header-inverse:not(.header-minimize) .header .menu > .menu-nav > .menu-item.menu-item-active > .menu-link {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .header-inverse:not(.header-minimize) .header .menu > .menu-nav > .menu-item:hover > .menu-link .menu-text,
  .header-inverse:not(.header-minimize) .header .menu > .menu-nav > .menu-item.menu-item-here > .menu-link .menu-text,
  .header-inverse:not(.header-minimize) .header .menu > .menu-nav > .menu-item.menu-item-hover > .menu-link .menu-text,
  .header-inverse:not(.header-minimize) .header .menu > .menu-nav > .menu-item.menu-item-active > .menu-link .menu-text {
    color: #ffffff;
  }
}

@media (max-width: 991.98px) {
  .header {
    height: 70px;
    transition: all 0.3s ease;
  }

  .header-minimize .header {
    transition: all 0.3s ease;
    height: 60px;
    border-bottom-color: transparent;
  }
}

.topbar {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 0 0 1rem;
}

.topbar .topbar-wrapper {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 0 0 0.5rem;
}

.topbar .topbar-wrapper .topbar-item {
  display: flex;
  align-items: center;
}

.topbar .topbar-wrapper .topbar-item .btn-icon {
  height: 2.7rem;
  width: 2.7rem;
}

.topbar .topbar-wrapper .topbar-item .btn {
  height: 2.7rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.935rem;
}

.topbar .topbar-wrapper .topbar-item .btn {
  position: relative;
}

.topbar .topbar-wrapper .topbar-item .btn .label {
  position: absolute;
  right: -0.25rem;
  margin-top: -1.4210526316rem;
  bottom: 1.9rem;
}

.topbar .topbar-wrapper .topbar-item:last-child {
  padding-right: 0;
}

.topbar .topbar-wrapper .topbar-item.topbar-item-user .avatar > img {
  max-width: 2.7rem;
  height: 2.7rem;
}

.topbar .topbar-wrapper .topbar-item.topbar-item-user .avatar .avatar-label {
  width: 2.7rem;
  height: 2.7rem;
}

.topbar .topbar-wrapper .topbar-item.topbar-item-user .avatar.avatar-fixed .avatar-label {
  width: 2.7rem;
  height: 2.7rem;
}

.topbar .topbar-wrapper .topbar-item.topbar-item-user .avatar.avatar-fixed > img {
  width: 2.7rem;
  height: 2.7rem;
  max-width: auto;
}

.topbar .topbar-wrapper .topbar-item.topbar-item-user .avatar.avatar-2by3 .avatar-label {
  height: 2.7rem;
  width: 4.05rem;
}

.topbar .topbar-wrapper .topbar-item.topbar-item-user .avatar.avatar-2by3 > img {
  height: 2.7rem;
  width: 4.05rem;
  max-width: auto;
}

.topbar .topbar-wrapper .dropdown-menu {
  box-shadow: 0px 22px 49px 0px rgba(126, 139, 172, 0.25);
}

@media (max-width: 991.98px) {
  .topbar .topbar-wrapper .topbar-item .btn {
    position: relative;
  }

  .topbar .topbar-wrapper .topbar-item .btn .label {
    position: absolute;
    right: -0.25rem;
    margin-top: -1.6875rem;
  }

  .topbar .topbar-wrapper .topbar-item > .btn {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (min-width: 992px) {
  .menu {
    display: flex;
    align-items: stretch;
    height: 100%;
    margin: 0;
  }

  .menu .menu-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
  }

  .menu .menu-nav > .menu-item .menu-link {
    display: flex;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    align-items: stretch;
    outline: none !important;
    text-decoration: none;
    cursor: pointer;
  }

  .menu .menu-nav > .menu-item .menu-link .menu-text {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding: 0;
  }

  .menu .menu-nav > .menu-item .menu-link .menu-badge {
    display: flex;
    align-items: center;
    line-height: 0;
    white-space: nowrap;
  }

  .menu .menu-nav > .menu-item .menu-link .menu-icon {
    display: flex;
    align-items: center;
  }

  .menu .menu-nav > .menu-item .menu-link .menu-hor-arrow {
    display: flex;
    align-items: center;
  }

  .menu .menu-nav > .menu-item .menu-link .menu-ver-arrow {
    display: none;
  }

  .menu .menu-nav > .menu-item .menu-link:hover,
  .menu .menu-nav > .menu-item .menu-link:active,
  .menu .menu-nav > .menu-item .menu-link:focus {
    text-decoration: none;
  }

  .menu .menu-nav > .menu-item > .menu-link > .menu-text {
    width: auto;
  }

  .menu .menu-nav > .menu-item.menu-item-icon > .menu-link {
    justify-content: center;
  }

  .menu .menu-nav > .menu-item.menu-item-icon > .menu-link > .menu-icon {
    justify-content: center;
  }

  .menu .menu-nav > .menu-item .menu-submenu {
    display: none;
    z-index: 102;
    position: absolute;
    top: 100%;
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
    border-radius: 4px;
    padding: 20px 20px;
  }

  .menu .menu-nav > .menu-item .menu-submenu .menu-scroll {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .menu .menu-nav > .menu-item .menu-submenu .menu-subnav {
    list-style: none !important;
    padding: 0;
    margin: 0;
  }

  .menu .menu-nav > .menu-item .menu-submenu {
    width: 235px;
    margin: 0 auto;
    left: auto;
    right: auto;
  }

  .menu .menu-nav > .menu-item .menu-submenu.menu-submenu-full {
    margin: 0 auto;
    width: auto;
    left: 20px;
    right: 20px;
  }

  .menu .menu-nav > .menu-item .menu-submenu.menu-submenu-fixed {
    left: auto;
    right: auto;
    width: auto;
  }

  .menu .menu-nav > .menu-item .menu-submenu.menu-submenu-right {
    right: 0;
    left: auto;
  }

  .menu .menu-nav > .menu-item .menu-submenu.menu-submenu-right.menu-submenu-pull {
    margin-right: -40px;
  }

  .menu .menu-nav > .menu-item .menu-submenu.menu-submenu-left {
    right: auto;
    left: 0;
  }

  .menu .menu-nav > .menu-item .menu-submenu.menu-submenu-left.menu-submenu-pull {
    margin-left: -40px;
  }

  .menu .menu-nav > .menu-item .menu-submenu.menu-submenu-center {
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-submenu {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-submenu > .menu-submenu {
    top: 0;
    display: none;
    margin-top: 0;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-submenu > .menu-submenu.menu-submenu-left {
    right: 100%;
    left: auto;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-submenu > .menu-submenu.menu-submenu-right {
    left: 100%;
    right: auto;
  }

  .menu .menu-nav > .menu-item .menu-submenu .menu-content {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .menu .menu-nav > .menu-item .menu-submenu .menu-content > .menu-item {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .menu .menu-nav > .menu-item .menu-submenu .menu-content > .menu-item:last-child {
    border-right: 0;
  }

  .menu .menu-nav > .menu-item .menu-submenu .menu-heading {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    text-decoration: none;
    position: relative;
  }

  .menu .menu-nav > .menu-item .menu-submenu .menu-heading .menu-text {
    display: flex;
    align-items: center;
    flex-grow: 1;
  }

  .menu .menu-nav > .menu-item .menu-submenu .menu-heading .menu-badge {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }

  .menu .menu-nav > .menu-item .menu-submenu .menu-heading .menu-icon {
    display: flex;
    align-items: center;
    font-size: 18px;
    padding: 0 10px 0 0;
  }

  .menu .menu-nav > .menu-item .menu-submenu .menu-heading .menu-hor-arrow {
    display: flex;
    align-items: center;
    padding: 0 0 0 10px;
  }

  .menu .menu-nav > .menu-item .menu-submenu .menu-heading .menu-ver-arrow {
    display: none;
  }

  .menu .menu-nav > .menu-item .menu-inner,
  .menu .menu-nav > .menu-item .menu-subnav {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .menu .menu-nav > .menu-item .menu-inner > .menu-item,
  .menu .menu-nav > .menu-item .menu-subnav > .menu-item {
    display: flex;
    flex-grow: 1;
    margin: 0;
    padding: 10px 20px;
  }

  .menu .menu-nav > .menu-item .menu-inner > .menu-item .menu-link,
  .menu .menu-nav > .menu-item .menu-subnav > .menu-item .menu-link {
    display: flex;
    align-items: center;
    flex-grow: 1;
    text-decoration: none;
    position: relative;
  }

  .menu .menu-nav > .menu-item .menu-inner > .menu-item .menu-link:hover,
  .menu .menu-nav > .menu-item .menu-inner > .menu-item .menu-link:active,
  .menu .menu-nav > .menu-item .menu-inner > .menu-item .menu-link:focus,
  .menu .menu-nav > .menu-item .menu-subnav > .menu-item .menu-link:hover,
  .menu .menu-nav > .menu-item .menu-subnav > .menu-item .menu-link:active,
  .menu .menu-nav > .menu-item .menu-subnav > .menu-item .menu-link:focus {
    outline: none;
    text-decoration: none;
  }

  .menu .menu-nav > .menu-item .menu-inner > .menu-item .menu-link .menu-text,
  .menu .menu-nav > .menu-item .menu-subnav > .menu-item .menu-link .menu-text {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1rem;
    text-transform: initial;
  }

  .menu .menu-nav > .menu-item .menu-inner > .menu-item .menu-link .menu-badge,
  .menu .menu-nav > .menu-item .menu-subnav > .menu-item .menu-link .menu-badge {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }

  .menu .menu-nav > .menu-item .menu-inner > .menu-item .menu-link .menu-icon,
  .menu .menu-nav > .menu-item .menu-subnav > .menu-item .menu-link .menu-icon {
    display: flex;
    align-items: center;
    flex: 0 0 33px;
    padding: 0;
    font-size: 1.4rem;
  }

  .menu .menu-nav > .menu-item .menu-inner > .menu-item .menu-link .menu-bullet,
  .menu .menu-nav > .menu-item .menu-subnav > .menu-item .menu-link .menu-bullet {
    display: flex;
    align-items: center;
    line-height: 0;
  }

  .menu .menu-nav > .menu-item .menu-inner > .menu-item .menu-link .menu-hor-arrow,
  .menu .menu-nav > .menu-item .menu-subnav > .menu-item .menu-link .menu-hor-arrow {
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 10px;
  }

  .menu .menu-nav > .menu-item .menu-inner > .menu-item .menu-link .menu-ver-arrow,
  .menu .menu-nav > .menu-item .menu-subnav > .menu-item .menu-link .menu-ver-arrow {
    display: none;
  }

  .menu .menu-nav > .menu-item .menu-inner {
    padding: 0;
  }

  .menu .menu-nav > .menu-item .menu-submenu .menu-submenu {
    margin-left: 1px;
  }

  .menu .menu-nav > .menu-item .menu-submenu .menu-submenu.menu-submenu-left {
    margin-right: 1px;
  }

  .menu .menu-nav > .menu-item.menu-item-submenu.menu-item-tabs > .menu-submenu > .menu-subnav > .menu-item.menu-item-submenu > .menu-submenu {
    top: 100%;
  }

  .menu .menu-nav > .menu-item.menu-item-submenu.menu-item-tabs > .menu-submenu > .menu-subnav > .menu-item.menu-item-submenu > .menu-submenu.menu-submenu-left {
    right: 100%;
    left: 0;
  }

  .menu .menu-nav > .menu-item.menu-item-submenu.menu-item-tabs > .menu-submenu > .menu-subnav > .menu-item.menu-item-submenu > .menu-submenu.menu-submenu-right {
    left: 100%;
    right: 0;
  }

  .menu .menu-nav > .menu-item {
    display: flex;
    align-items: center;
    padding: 0px 0.25rem;
    padding: 0px 0.25rem;
  }

  .menu .menu-nav > .menu-item.menu-item-rel {
    position: relative;
  }

  .menu .menu-nav > .menu-item > .menu-link {
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 0.25rem 1rem;
  }

  .menu .menu-nav > .menu-item > .menu-link:hover {
    transition: all 0.3s ease;
  }

  .menu .menu-nav > .menu-item > .menu-link .menu-icon {
    font-size: 1.4rem;
    width: 30px;
    padding: 0;
    line-height: 0;
  }

  .menu .menu-nav > .menu-item > .menu-link .menu-icon.svg-icon {
    height: 23px;
    width: 23px;
    margin-left: -2px;
  }

  .menu .menu-nav > .menu-item > .menu-link .menu-bullet {
    width: 20px;
  }

  .menu .menu-nav > .menu-item > .menu-link .menu-bullet > span {
    vertical-align: middle;
    display: inline-block;
  }

  .menu .menu-nav > .menu-item > .menu-link .menu-bullet.menu-bullet-dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }

  .menu .menu-nav > .menu-item > .menu-link .menu-bullet.menu-bullet-line > span {
    width: 5px;
    height: 1px;
  }

  .menu .menu-nav > .menu-item > .menu-link .menu-text {
    font-weight: 600;
    font-size: 1.05rem;
    text-transform: initial;
  }

  .menu .menu-nav > .menu-item > .menu-link .menu-hor-arrow {
    font-size: 0.6rem;
    width: 20px;
    justify-content: flex-end;
  }

  .menu .menu-nav > .menu-item > .menu-link .menu-hor-arrow:before {
    font-family: Ki;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "\F105";
  }

  [direction=rtl] .menu .menu-nav > .menu-item > .menu-link .menu-hor-arrow:before {
    content: "\F106" !important;
  }

  .menu .menu-nav > .menu-item > .menu-link .menu-item-here {
    display: none;
  }

  .menu .menu-nav > .menu-item .menu-submenu {
    padding: 0px;
    border-radius: 4px;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item {
    padding: 0px;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item > .menu-link {
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 4px;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item > .menu-link:hover {
    transition: all 0.3s ease;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item > .menu-link .menu-icon {
    font-size: 1.4rem;
    width: 33px;
    padding: 0;
    line-height: 0;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item > .menu-link .menu-icon.svg-icon {
    height: 23px;
    width: 23px;
    margin-left: -2px;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item > .menu-link .menu-bullet {
    width: 20px;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item > .menu-link .menu-bullet > span {
    vertical-align: middle;
    display: inline-block;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item > .menu-link .menu-bullet.menu-bullet-dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item > .menu-link .menu-bullet.menu-bullet-line > span {
    width: 9px;
    height: 1px;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item > .menu-link .menu-text {
    font-weight: 500;
    font-size: 1rem;
    text-transform: initial;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item > .menu-link .menu-hor-arrow {
    font-size: 0.6rem;
    width: 20px;
    justify-content: flex-end;
    padding: 0px 0px 0px 10px;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item > .menu-link .menu-hor-arrow:before {
    font-family: Ki;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "\F105";
  }

  [direction=rtl] .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item > .menu-link .menu-hor-arrow:before {
    content: "\F106" !important;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item > .menu-link .menu-item-here {
    display: none;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content {
    align-items: stretch;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content > .menu-item {
    flex-grow: 1;
    flex-basis: 0;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content > .menu-item:last-child {
    border-right: 0 !important;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-heading {
    padding: 30px 30px 10px 30px;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-heading > .menu-text {
    font-weight: 500;
    font-size: 1.07rem;
    text-transform: initial;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-heading > .menu-icon {
    font-size: 1.35rem;
    flex: 0 0 30px;
    padding: 0;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner {
    padding: 0 0 20px 0;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item {
    padding: 0px;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item > .menu-link {
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 4px;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item > .menu-link:hover {
    transition: all 0.3s ease;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item > .menu-link .menu-icon {
    font-size: 1.4rem;
    width: 33px;
    padding: 0;
    line-height: 0;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item > .menu-link .menu-icon.svg-icon {
    height: 23px;
    width: 23px;
    margin-left: -2px;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item > .menu-link .menu-bullet {
    width: 20px;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item > .menu-link .menu-bullet > span {
    vertical-align: middle;
    display: inline-block;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item > .menu-link .menu-bullet.menu-bullet-dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item > .menu-link .menu-bullet.menu-bullet-line > span {
    width: 9px;
    height: 1px;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item > .menu-link .menu-text {
    font-weight: 500;
    font-size: 1rem;
    text-transform: initial;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item > .menu-link .menu-hor-arrow {
    font-size: 0.6rem;
    width: 20px;
    justify-content: flex-end;
    padding: 0px 0px 0px 10px;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item > .menu-link .menu-hor-arrow:before {
    font-family: Ki;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "\F105";
  }

  [direction=rtl] .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item > .menu-link .menu-hor-arrow:before {
    content: "\F106" !important;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item > .menu-link .menu-item-here {
    display: none;
  }

  .menu .menu-nav > .menu-item .menu-submenu.menu-submenu-classic {
    padding: 20px 20px;
  }

  .menu .menu-nav > .menu-item .menu-submenu.menu-submenu-inline {
    display: flex;
    flex: 0 0 auto;
  }

  .menu .menu-nav > .menu-item .menu-submenu.menu-submenu-inline > .menu-subnav > .menu-item {
    display: flex;
    padding: 5px 0;
  }

  .menu .menu-nav .menu-item.menu-item-resize {
    display: none;
  }

  .menu .menu-nav .menu-item.menu-item-active-tab .menu-submenu,
  .menu .menu-nav .menu-item.menu-item-hover .menu-submenu {
    display: block;
    -webkit-animation: menu-submenu-fade-in 0.3s ease 1, menu-submenu-move-down 0.3s ease-out 1;
            animation: menu-submenu-fade-in 0.3s ease 1, menu-submenu-move-down 0.3s ease-out 1;
  }
}

@media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .menu .menu-nav .menu-item.menu-item-active-tab .menu-submenu,
  .menu .menu-nav .menu-item.menu-item-hover .menu-submenu {
    -webkit-animation: none;
            animation: none;
  }
}

@media (min-width: 992px) {
  .menu .menu-nav .menu-item.menu-item-active-tab .menu-submenu > .menu-subnav > .menu-item.menu-item-hover > .menu-submenu,
  .menu .menu-nav .menu-item.menu-item-hover .menu-submenu > .menu-subnav > .menu-item.menu-item-hover > .menu-submenu {
    display: block;
    -webkit-animation: menu-submenu-fade-in 0.3s ease 1, menu-submenu-move-up 0.3s ease-out 1;
            animation: menu-submenu-fade-in 0.3s ease 1, menu-submenu-move-up 0.3s ease-out 1;
  }
}

@media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .menu .menu-nav .menu-item.menu-item-active-tab .menu-submenu > .menu-subnav > .menu-item.menu-item-hover > .menu-submenu,
  .menu .menu-nav .menu-item.menu-item-hover .menu-submenu > .menu-subnav > .menu-item.menu-item-hover > .menu-submenu {
    -webkit-animation: none;
            animation: none;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .menu .menu-nav > .menu-item .menu-submenu.menu-submenu-full,
  .menu .menu-nav > .menu-item .menu-submenu.menu-submenu-fixed,
  .menu .menu-nav > .menu-item .menu-submenu.menu-submenu-auto,
  .menu .menu-nav > .menu-item .menu-submenu.menu-submenu-auto.menu-submenu-mimimal-desktop-wide,
  .menu .menu-nav > .menu-item .menu-submenu.menu-submenu-fixed-xl,
  .menu .menu-nav > .menu-item .menu-submenu.menu-submenu-fixed-xxl {
    margin: 0 auto;
    width: auto;
    left: 20px;
    right: 20px;
  }
}

@media (min-width: 0) {
  .menu .menu-nav > .menu-item .menu-submenu.menu-submenu-fixed-xs {
    width: -60px;
  }
}

@media (min-width: 576px) {
  .menu .menu-nav > .menu-item .menu-submenu.menu-submenu-fixed-sm {
    width: 516px;
  }
}

@media (min-width: 768px) {
  .menu .menu-nav > .menu-item .menu-submenu.menu-submenu-fixed-md {
    width: 708px;
  }
}

@media (min-width: 992px) {
  .menu .menu-nav > .menu-item .menu-submenu.menu-submenu-fixed-lg {
    width: 932px;
  }
}

@media (min-width: 1200px) {
  .menu .menu-nav > .menu-item .menu-submenu.menu-submenu-fixed-xl {
    width: 1140px;
  }
}

@media (min-width: 1400px) {
  .menu .menu-nav > .menu-item .menu-submenu.menu-submenu-fixed-xxl {
    width: 1340px;
  }
}

@-webkit-keyframes menu-submenu-fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes menu-submenu-fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes menu-submenu-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes menu-submenu-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes menu-submenu-move-up {
  from {
    margin-top: -10px;
  }

  to {
    margin-top: 0;
  }
}

@keyframes menu-submenu-move-up {
  from {
    margin-top: -10px;
  }

  to {
    margin-top: 0;
  }
}

@-webkit-keyframes menu-submenu-move-down {
  from {
    margin-top: 10px;
  }

  to {
    margin-top: 0;
  }
}

@keyframes menu-submenu-move-down {
  from {
    margin-top: 10px;
  }

  to {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .menu .menu-nav > .menu-item > .menu-link {
    background-color: transparent;
  }

  .menu .menu-nav > .menu-item > .menu-link .menu-icon.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
  }

  .menu .menu-nav > .menu-item > .menu-link .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
  }

  .menu .menu-nav > .menu-item > .menu-link .menu-bullet.menu-bullet-dot > span {
    background-color: #9096b8;
  }

  .menu .menu-nav > .menu-item > .menu-link .menu-bullet.menu-bullet-line > span {
    background-color: #9096b8;
  }

  .menu .menu-nav > .menu-item > .menu-link .menu-text {
    color: #353c55;
  }

  .menu .menu-nav > .menu-item > .menu-link .menu-hor-arrow {
    color: #6c7293;
  }

  .menu .menu-nav > .menu-item.menu-item-active > .menu-link {
    background-color: rgba(239, 242, 245, 0.4);
  }

  .menu .menu-nav > .menu-item.menu-item-active > .menu-link .menu-icon.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
  }

  .menu .menu-nav > .menu-item.menu-item-active > .menu-link .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
  }

  .menu .menu-nav > .menu-item.menu-item-active > .menu-link .menu-bullet.menu-bullet-dot > span {
    background-color: #0094FF;
  }

  .menu .menu-nav > .menu-item.menu-item-active > .menu-link .menu-bullet.menu-bullet-line > span {
    background-color: #0094FF;
  }

  .menu .menu-nav > .menu-item.menu-item-active > .menu-link .menu-text {
    color: #0094FF;
  }

  .menu .menu-nav > .menu-item.menu-item-active > .menu-link > .menu-hor-arrow {
    color: #0094FF;
  }

  .menu .menu-nav > .menu-item.menu-item-here > .menu-link {
    background-color: rgba(239, 242, 245, 0.4);
  }

  .menu .menu-nav > .menu-item.menu-item-here > .menu-link .menu-icon.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
  }

  .menu .menu-nav > .menu-item.menu-item-here > .menu-link .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
  }

  .menu .menu-nav > .menu-item.menu-item-here > .menu-link .menu-bullet.menu-bullet-dot > span {
    background-color: #0094FF;
  }

  .menu .menu-nav > .menu-item.menu-item-here > .menu-link .menu-bullet.menu-bullet-line > span {
    background-color: #0094FF;
  }

  .menu .menu-nav > .menu-item.menu-item-here > .menu-link .menu-text {
    color: #0094FF;
  }

  .menu .menu-nav > .menu-item.menu-item-here > .menu-link > .menu-hor-arrow {
    color: #0094FF;
  }

  .menu .menu-nav > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link,
  .menu .menu-nav > .menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active) > .menu-link {
    background-color: rgba(239, 242, 245, 0.4);
  }

  .menu .menu-nav > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-icon.svg-icon svg [fill]:not(.permanent):not(g),
  .menu .menu-nav > .menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-icon.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
  }

  .menu .menu-nav > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g),
  .menu .menu-nav > .menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
  }

  .menu .menu-nav > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-bullet.menu-bullet-dot > span,
  .menu .menu-nav > .menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-bullet.menu-bullet-dot > span {
    background-color: #0094FF;
  }

  .menu .menu-nav > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-bullet.menu-bullet-line > span,
  .menu .menu-nav > .menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-bullet.menu-bullet-line > span {
    background-color: #0094FF;
  }

  .menu .menu-nav > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-text,
  .menu .menu-nav > .menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-text {
    color: #0094FF;
  }

  .menu .menu-nav > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link > .menu-hor-arrow,
  .menu .menu-nav > .menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active) > .menu-link > .menu-hor-arrow {
    color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu {
    background-color: #ffffff;
    box-shadow: 0px 6px 49px 0px rgba(126, 139, 172, 0.25);
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item > .menu-link {
    background-color: transparent;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item > .menu-link .menu-icon {
    color: #cacad2;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item > .menu-link .menu-icon.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #cacad2;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item > .menu-link .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item > .menu-link .menu-bullet.menu-bullet-dot > span {
    background-color: #cacad2;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item > .menu-link .menu-bullet.menu-bullet-line > span {
    background-color: #cacad2;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item > .menu-link .menu-text {
    color: #5f6281;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item > .menu-link .menu-hor-arrow {
    color: #cacad2;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-active > .menu-link {
    background-color: rgba(239, 242, 245, 0.4);
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-active > .menu-link .menu-icon {
    color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-active > .menu-link .menu-icon.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-active > .menu-link .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-active > .menu-link .menu-bullet.menu-bullet-dot > span {
    background-color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-active > .menu-link .menu-bullet.menu-bullet-line > span {
    background-color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-active > .menu-link .menu-text {
    color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-active > .menu-link > .menu-hor-arrow {
    color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-here > .menu-link {
    background-color: rgba(239, 242, 245, 0.4);
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-here > .menu-link .menu-icon {
    color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-here > .menu-link .menu-icon.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-here > .menu-link .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-here > .menu-link .menu-bullet.menu-bullet-dot > span {
    background-color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-here > .menu-link .menu-bullet.menu-bullet-line > span {
    background-color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-here > .menu-link .menu-text {
    color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-here > .menu-link > .menu-hor-arrow {
    color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link,
  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active) > .menu-link {
    background-color: rgba(239, 242, 245, 0.4);
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-icon,
  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-icon {
    color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-icon.svg-icon svg [fill]:not(.permanent):not(g),
  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-icon.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g),
  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-bullet.menu-bullet-dot > span,
  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-bullet.menu-bullet-dot > span {
    background-color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-bullet.menu-bullet-line > span,
  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-bullet.menu-bullet-line > span {
    background-color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-text,
  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-text {
    color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link > .menu-hor-arrow,
  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active) > .menu-link > .menu-hor-arrow {
    color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content > .menu-item {
    border-right: 1px solid #f6f6f9;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-heading > .menu-text {
    color: #5f6281;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-heading > .menu-icon {
    color: #cacad2;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item > .menu-link {
    background-color: transparent;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item > .menu-link .menu-icon {
    color: #cacad2;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item > .menu-link .menu-icon.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #cacad2;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item > .menu-link .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item > .menu-link .menu-bullet.menu-bullet-dot > span {
    background-color: #cacad2;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item > .menu-link .menu-bullet.menu-bullet-line > span {
    background-color: #cacad2;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item > .menu-link .menu-text {
    color: #5f6281;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item > .menu-link .menu-hor-arrow {
    color: #cacad2;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item.menu-item-active > .menu-link {
    background-color: rgba(239, 242, 245, 0.4);
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item.menu-item-active > .menu-link .menu-icon {
    color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item.menu-item-active > .menu-link .menu-icon.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item.menu-item-active > .menu-link .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item.menu-item-active > .menu-link .menu-bullet.menu-bullet-dot > span {
    background-color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item.menu-item-active > .menu-link .menu-bullet.menu-bullet-line > span {
    background-color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item.menu-item-active > .menu-link .menu-text {
    color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item.menu-item-active > .menu-link > .menu-hor-arrow {
    color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item.menu-item-here > .menu-link {
    background-color: rgba(239, 242, 245, 0.4);
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item.menu-item-here > .menu-link .menu-icon {
    color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item.menu-item-here > .menu-link .menu-icon.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item.menu-item-here > .menu-link .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item.menu-item-here > .menu-link .menu-bullet.menu-bullet-dot > span {
    background-color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item.menu-item-here > .menu-link .menu-bullet.menu-bullet-line > span {
    background-color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item.menu-item-here > .menu-link .menu-text {
    color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item.menu-item-here > .menu-link > .menu-hor-arrow {
    color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link,
  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active) > .menu-link {
    background-color: rgba(239, 242, 245, 0.4);
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-icon,
  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-icon {
    color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-icon.svg-icon svg [fill]:not(.permanent):not(g),
  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-icon.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g),
  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-bullet.menu-bullet-dot > span,
  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-bullet.menu-bullet-dot > span {
    background-color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-bullet.menu-bullet-line > span,
  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-bullet.menu-bullet-line > span {
    background-color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-text,
  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-text {
    color: #0094FF;
  }

  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link > .menu-hor-arrow,
  .menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-inner > .menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active) > .menu-link > .menu-hor-arrow {
    color: #0094FF;
  }
}

@media (max-width: 991.98px) {
  .menu-mobile .menu-nav {
    margin: 0;
    list-style: none;
    padding: 10px;
  }

  .menu-mobile .menu-nav .menu-scroll {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .menu-mobile .menu-nav .menu-subnav {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0;
    margin: 0;
    list-style: none !important;
  }

  .menu-mobile .menu-nav .menu-inner,
  .menu-mobile .menu-nav .menu-submenu {
    display: none;
    float: none;
    margin: 0;
    padding: 0;
    width: auto !important;
  }

  .menu-mobile .menu-nav .menu-inner .menu-content,
  .menu-mobile .menu-nav .menu-submenu .menu-content {
    padding: 0;
    margin: 0;
  }

  .menu-mobile .menu-nav .menu-inner .menu-content > .menu-item,
  .menu-mobile .menu-nav .menu-submenu .menu-content > .menu-item {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .menu-mobile .menu-nav .menu-inner .menu-content > .menu-item.menu-headingless > .menu-inner,
  .menu-mobile .menu-nav .menu-submenu .menu-content > .menu-item.menu-headingless > .menu-inner {
    display: flex;
  }

  .menu-mobile .menu-nav .menu-inner .menu-content > .menu-item.menu-headingless > .menu-inner > li > .menu-link,
  .menu-mobile .menu-nav .menu-submenu .menu-content > .menu-item.menu-headingless > .menu-inner > li > .menu-link {
    margin: 0;
  }

  .menu-mobile .menu-nav .menu-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    float: none;
    padding: 0;
  }

  .menu-mobile .menu-nav .menu-item > .menu-heading,
  .menu-mobile .menu-nav .menu-item > .menu-link {
    display: flex;
    flex-grow: 1;
    align-items: stretch;
    margin: 0;
    padding: 0;
    text-decoration: none;
    position: relative;
    outline: none;
  }

  .menu-mobile .menu-nav .menu-item > .menu-heading:hover,
  .menu-mobile .menu-nav .menu-item > .menu-link:hover {
    text-decoration: none;
    cursor: pointer;
  }

  .menu-mobile .menu-nav .menu-item > .menu-heading .menu-text,
  .menu-mobile .menu-nav .menu-item > .menu-link .menu-text {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding: 0;
  }

  .menu-mobile .menu-nav .menu-item > .menu-heading .menu-badge,
  .menu-mobile .menu-nav .menu-item > .menu-link .menu-badge {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }

  .menu-mobile .menu-nav .menu-item > .menu-heading .menu-icon,
  .menu-mobile .menu-nav .menu-item > .menu-link .menu-icon {
    display: flex;
    align-items: center;
    line-height: 0;
  }

  .menu-mobile .menu-nav .menu-item > .menu-heading .menu-bullet,
  .menu-mobile .menu-nav .menu-item > .menu-link .menu-bullet {
    display: flex;
    align-items: center;
    line-height: 0;
  }

  .menu-mobile .menu-nav .menu-item > .menu-heading .menu-ver-arrow,
  .menu-mobile .menu-nav .menu-item > .menu-link .menu-ver-arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 0;
  }

  .menu-mobile .menu-nav .menu-item > .menu-heading .menu-ver-arrow:before,
  .menu-mobile .menu-nav .menu-item > .menu-link .menu-ver-arrow:before {
    -webkit-transform: translate3d(0, 0, 0);
  }

  .menu-mobile .menu-nav .menu-item > .menu-heading .menu-hor-arrow,
  .menu-mobile .menu-nav .menu-item > .menu-link .menu-hor-arrow {
    display: none;
  }

  .menu-mobile .menu-nav .menu-item.menu-item-open > .menu-heading > .menu-ver-arrow:before,
  .menu-mobile .menu-nav .menu-item.menu-item-open > .menu-link > .menu-ver-arrow:before {
    transform: rotateZ(90deg) ;
  }

  [direction=rtl] .menu-mobile .menu-nav .menu-item.menu-item-open > .menu-heading > .menu-ver-arrow:before,
  [direction=rtl] .menu-mobile .menu-nav .menu-item.menu-item-open > .menu-link > .menu-ver-arrow:before {
    transform: rotateZ(-90deg) ;
  }

  .menu-mobile .menu-nav .menu-item.menu-item-open > .menu-submenu,
  .menu-mobile .menu-nav .menu-item.menu-item-open > .menu-inner {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
  }

  .menu-mobile .menu-nav .menu-item .menu-submenu .menu-item-parent {
    display: none;
  }

  .menu-mobile .menu-nav .menu-section {
    display: flex;
    padding: 0 27px;
  }

  .menu-mobile .menu-nav .menu-section.menu-section-first {
    margin-top: 0 !important;
  }

  .menu-mobile .menu-nav .menu-section .menu-text {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
  }

  .menu-mobile .menu-nav .menu-section .menu-icon {
    display: none;
    align-items: center;
    justify-content: center;
  }

  .menu-mobile .menu-nav .menu-separator {
    height: 0;
    overflow: hidden;
  }

  .menu-mobile .menu-nav .menu-separator.menu-separator-marginless {
    margin: 0;
  }

  .menu-mobile .menu-nav > .menu-item {
    position: relative;
    margin: 0 0 6px 0;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-heading,
  .menu-mobile .menu-nav > .menu-item > .menu-link {
    cursor: pointer;
    border-radius: 4px;
    min-height: 36px;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-heading .menu-text,
  .menu-mobile .menu-nav > .menu-item > .menu-link .menu-text {
    font-weight: 500;
    font-size: 1.1rem;
    text-transform: initial;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-heading .menu-icon,
  .menu-mobile .menu-nav > .menu-item > .menu-link .menu-icon {
    flex: 0 0 35px;
    font-size: 1.4rem;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-heading .menu-icon svg,
  .menu-mobile .menu-nav > .menu-item > .menu-link .menu-icon svg {
    margin-left: -2px;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-heading .menu-bullet,
  .menu-mobile .menu-nav > .menu-item > .menu-link .menu-bullet {
    vertical-align: middle;
    text-align: left;
    flex: 0 0 15px;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-heading .menu-bullet > span,
  .menu-mobile .menu-nav > .menu-item > .menu-link .menu-bullet > span {
    vertical-align: middle;
    display: inline-block;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-heading .menu-bullet.menu-bullet-dot > span,
  .menu-mobile .menu-nav > .menu-item > .menu-link .menu-bullet.menu-bullet-dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-heading .menu-bullet.menu-bullet-line > span,
  .menu-mobile .menu-nav > .menu-item > .menu-link .menu-bullet.menu-bullet-line > span {
    width: 5px;
    height: 1px;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-heading .menu-ver-arrow,
  .menu-mobile .menu-nav > .menu-item > .menu-link .menu-ver-arrow {
    flex: 0 0 30px;
    font-size: 0.8rem;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-heading .menu-ver-arrow:before,
  .menu-mobile .menu-nav > .menu-item > .menu-link .menu-ver-arrow:before {
    transition: all 0.3s ease;
    font-family: Ki;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "\F105";
  }

  [direction=rtl] .menu-mobile .menu-nav > .menu-item > .menu-heading .menu-ver-arrow:before,
  [direction=rtl] .menu-mobile .menu-nav > .menu-item > .menu-link .menu-ver-arrow:before {
    content: "\F106" !important;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-heading .menu-item-here,
  .menu-mobile .menu-nav > .menu-item > .menu-link .menu-item-here {
    display: none;
  }

  .menu-mobile .menu-nav > .menu-item.menu-item-open > .menu-heading .menu-ver-arrow:before,
  .menu-mobile .menu-nav > .menu-item.menu-item-open > .menu-link .menu-ver-arrow:before {
    transition: all 0.3s ease;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-subnav {
    margin: 0;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item {
    margin: 0 0 6px 0;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link {
    cursor: pointer;
    border-radius: 4px;
    min-height: 36px;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-text,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-text {
    font-weight: 500;
    font-size: 1.1rem;
    text-transform: initial;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-icon,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-icon {
    flex: 0 0 35px;
    font-size: 1.35rem;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-icon svg,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-icon svg {
    margin-left: -2px;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-bullet,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-bullet {
    vertical-align: middle;
    text-align: left;
    flex: 0 0 20px;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-bullet > span,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-bullet > span {
    vertical-align: middle;
    display: inline-block;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-bullet.menu-bullet-dot > span,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-bullet.menu-bullet-dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-bullet.menu-bullet-line > span,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-bullet.menu-bullet-line > span {
    width: 5px;
    height: 1px;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-ver-arrow,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-ver-arrow {
    flex: 0 0 30px;
    font-size: 0.8rem;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-ver-arrow:before,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-ver-arrow:before {
    transition: all 0.3s ease;
    font-family: Ki;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "\F105";
  }

  [direction=rtl] .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-ver-arrow:before,
  [direction=rtl] .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-ver-arrow:before {
    content: "\F106" !important;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-item-here,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-item-here {
    display: none;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-open > .menu-heading .menu-ver-arrow:before,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-open > .menu-link .menu-ver-arrow:before {
    transition: all 0.3s ease;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-section {
    margin: 20px 0 0 0;
    height: 40px;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-section .menu-text {
    font-size: 0.8rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-separator {
    margin: 15px 0;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-separator .menu-separator-marginless {
    margin: 0;
  }

  .menu-mobile .menu-nav > .menu-section {
    margin: 20px 0 0 0;
    height: 40px;
  }

  .menu-mobile .menu-nav > .menu-section .menu-text {
    font-size: 0.83rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }

  .menu-mobile .menu-nav > .menu-separator {
    margin: 15px 0;
  }

  .menu-mobile .menu-nav > .menu-separator .menu-separator-marginless {
    margin: 0;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-link {
    padding: 6px 12px;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-submenu .menu-subnav .menu-content .menu-heading {
    padding: 0 12px;
    padding-left: 27px;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-submenu .menu-subnav .menu-content .menu-inner {
    padding: 0;
    margin: 0;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-submenu .menu-subnav .menu-content .menu-inner .menu-link {
    padding: 0 12px;
    padding-left: 42px;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-submenu .menu-subnav > .menu-item > .menu-link {
    padding: 0 12px;
    padding-left: 17px;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-submenu .menu-subnav > .menu-item > .menu-submenu {
    padding: 0;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-submenu .menu-subnav > .menu-item > .menu-submenu .menu-subnav {
    padding: 0;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-submenu .menu-subnav > .menu-item > .menu-submenu .menu-subnav > .menu-item > .menu-link {
    padding: 0 12px;
    padding-left: 22px;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-submenu .menu-subnav > .menu-item > .menu-submenu .menu-subnav > .menu-item > .menu-submenu {
    padding: 0;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-submenu .menu-subnav > .menu-item > .menu-submenu .menu-subnav > .menu-item > .menu-submenu .menu-subnav > .menu-item > .menu-link {
    padding: 0 12px;
    padding-left: 27px;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-submenu .menu-subnav > .menu-section {
    padding-left: 27px;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-submenu .menu-subnav > .menu-item > .menu-submenu {
    padding: 0;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-submenu .menu-subnav > .menu-item > .menu-submenu .menu-subnav > .menu-section {
    padding-left: 42px;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-submenu .menu-subnav > .menu-item > .menu-submenu .menu-subnav > .menu-item > .menu-submenu {
    padding: 0;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-submenu .menu-subnav > .menu-item > .menu-submenu .menu-subnav > .menu-item > .menu-submenu .menu-subnav > .menu-section {
    padding-left: 57px;
  }
}

@media (max-width: 1199.98px) {
  .menu-mobile {
    background-color: transparent;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-heading .menu-text,
  .menu-mobile .menu-nav > .menu-item > .menu-link .menu-text {
    color: #2F3044;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-heading .menu-icon,
  .menu-mobile .menu-nav > .menu-item > .menu-link .menu-icon {
    color: #B5B5C3;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-heading .menu-icon.svg-icon svg [fill]:not(.permanent):not(g),
  .menu-mobile .menu-nav > .menu-item > .menu-link .menu-icon.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #B5B5C3;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-heading .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g),
  .menu-mobile .menu-nav > .menu-item > .menu-link .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-heading .menu-bullet.menu-bullet-dot > span,
  .menu-mobile .menu-nav > .menu-item > .menu-link .menu-bullet.menu-bullet-dot > span {
    background-color: #B5B5C3;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-heading .menu-bullet.menu-bullet-line > span,
  .menu-mobile .menu-nav > .menu-item > .menu-link .menu-bullet.menu-bullet-line > span {
    background-color: #B5B5C3;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-heading .menu-ver-arrow,
  .menu-mobile .menu-nav > .menu-item > .menu-link .menu-ver-arrow {
    color: #B5B5C3;
  }

  .menu-mobile .menu-nav > .menu-item.menu-item-open {
    transition: background-color 0.3s;
  }

  .menu-mobile .menu-nav > .menu-item.menu-item-open > .menu-heading,
  .menu-mobile .menu-nav > .menu-item.menu-item-open > .menu-link {
    background-color: rgba(239, 242, 245, 0.4);
  }

  .menu-mobile .menu-nav > .menu-item.menu-item-open > .menu-heading .menu-text,
  .menu-mobile .menu-nav > .menu-item.menu-item-open > .menu-link .menu-text {
    color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item.menu-item-open > .menu-heading .menu-icon,
  .menu-mobile .menu-nav > .menu-item.menu-item-open > .menu-link .menu-icon {
    color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item.menu-item-open > .menu-heading .menu-icon.svg-icon svg [fill]:not(.permanent):not(g),
  .menu-mobile .menu-nav > .menu-item.menu-item-open > .menu-link .menu-icon.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item.menu-item-open > .menu-heading .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g),
  .menu-mobile .menu-nav > .menu-item.menu-item-open > .menu-link .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
  }

  .menu-mobile .menu-nav > .menu-item.menu-item-open > .menu-heading .menu-bullet.menu-bullet-dot > span,
  .menu-mobile .menu-nav > .menu-item.menu-item-open > .menu-link .menu-bullet.menu-bullet-dot > span {
    background-color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item.menu-item-open > .menu-heading .menu-bullet.menu-bullet-line > span,
  .menu-mobile .menu-nav > .menu-item.menu-item-open > .menu-link .menu-bullet.menu-bullet-line > span {
    background-color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item.menu-item-open > .menu-heading .menu-ver-arrow,
  .menu-mobile .menu-nav > .menu-item.menu-item-open > .menu-link .menu-ver-arrow {
    color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item.menu-item-here {
    transition: background-color 0.3s;
  }

  .menu-mobile .menu-nav > .menu-item.menu-item-here > .menu-heading,
  .menu-mobile .menu-nav > .menu-item.menu-item-here > .menu-link {
    background-color: rgba(239, 242, 245, 0.4);
  }

  .menu-mobile .menu-nav > .menu-item.menu-item-here > .menu-heading .menu-text,
  .menu-mobile .menu-nav > .menu-item.menu-item-here > .menu-link .menu-text {
    color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item.menu-item-here > .menu-heading .menu-icon,
  .menu-mobile .menu-nav > .menu-item.menu-item-here > .menu-link .menu-icon {
    color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item.menu-item-here > .menu-heading .menu-icon.svg-icon svg [fill]:not(.permanent):not(g),
  .menu-mobile .menu-nav > .menu-item.menu-item-here > .menu-link .menu-icon.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item.menu-item-here > .menu-heading .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g),
  .menu-mobile .menu-nav > .menu-item.menu-item-here > .menu-link .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
  }

  .menu-mobile .menu-nav > .menu-item.menu-item-here > .menu-heading .menu-bullet.menu-bullet-dot > span,
  .menu-mobile .menu-nav > .menu-item.menu-item-here > .menu-link .menu-bullet.menu-bullet-dot > span {
    background-color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item.menu-item-here > .menu-heading .menu-bullet.menu-bullet-line > span,
  .menu-mobile .menu-nav > .menu-item.menu-item-here > .menu-link .menu-bullet.menu-bullet-line > span {
    background-color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item.menu-item-here > .menu-heading .menu-ver-arrow,
  .menu-mobile .menu-nav > .menu-item.menu-item-here > .menu-link .menu-ver-arrow {
    color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item.menu-item-active {
    transition: background-color 0.3s;
  }

  .menu-mobile .menu-nav > .menu-item.menu-item-active > .menu-heading,
  .menu-mobile .menu-nav > .menu-item.menu-item-active > .menu-link {
    background-color: rgba(239, 242, 245, 0.4);
  }

  .menu-mobile .menu-nav > .menu-item.menu-item-active > .menu-heading .menu-text,
  .menu-mobile .menu-nav > .menu-item.menu-item-active > .menu-link .menu-text {
    color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item.menu-item-active > .menu-heading .menu-icon,
  .menu-mobile .menu-nav > .menu-item.menu-item-active > .menu-link .menu-icon {
    color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item.menu-item-active > .menu-heading .menu-icon.svg-icon svg [fill]:not(.permanent):not(g),
  .menu-mobile .menu-nav > .menu-item.menu-item-active > .menu-link .menu-icon.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item.menu-item-active > .menu-heading .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g),
  .menu-mobile .menu-nav > .menu-item.menu-item-active > .menu-link .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
  }

  .menu-mobile .menu-nav > .menu-item.menu-item-active > .menu-heading .menu-bullet.menu-bullet-dot > span,
  .menu-mobile .menu-nav > .menu-item.menu-item-active > .menu-link .menu-bullet.menu-bullet-dot > span {
    background-color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item.menu-item-active > .menu-heading .menu-bullet.menu-bullet-line > span,
  .menu-mobile .menu-nav > .menu-item.menu-item-active > .menu-link .menu-bullet.menu-bullet-line > span {
    background-color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item.menu-item-active > .menu-heading .menu-ver-arrow,
  .menu-mobile .menu-nav > .menu-item.menu-item-active > .menu-link .menu-ver-arrow {
    color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover {
    transition: background-color 0.3s;
  }

  .menu-mobile .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading,
  .menu-mobile .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link {
    background-color: rgba(239, 242, 245, 0.4);
  }

  .menu-mobile .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-text,
  .menu-mobile .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-text {
    color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-icon,
  .menu-mobile .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-icon {
    color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-icon.svg-icon svg [fill]:not(.permanent):not(g),
  .menu-mobile .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-icon.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g),
  .menu-mobile .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
  }

  .menu-mobile .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-bullet.menu-bullet-dot > span,
  .menu-mobile .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-bullet.menu-bullet-dot > span {
    background-color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-bullet.menu-bullet-line > span,
  .menu-mobile .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-bullet.menu-bullet-line > span {
    background-color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-ver-arrow,
  .menu-mobile .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-ver-arrow {
    color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item > .menu-arrow {
    color: transparent;
  }

  .menu-mobile .menu-nav > .menu-section .menu-text {
    color: #a1a8c3;
  }

  .menu-mobile .menu-nav > .menu-section .menu-icon {
    color: #a1a8c3;
  }

  .menu-mobile .menu-nav > .menu-separator {
    border-bottom: 1px solid #a1a8c3;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-text,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-text {
    color: #2F3044;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-icon,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-icon {
    color: #B5B5C3;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-icon.svg-icon svg [fill]:not(.permanent):not(g),
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-icon.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #B5B5C3;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g),
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-bullet.menu-bullet-dot > span,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-bullet.menu-bullet-dot > span {
    background-color: #B5B5C3;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-bullet.menu-bullet-line > span,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-bullet.menu-bullet-line > span {
    background-color: #B5B5C3;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-ver-arrow,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-ver-arrow {
    color: #B5B5C3;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-open {
    transition: background-color 0.3s;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-open > .menu-heading,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-open > .menu-link {
    background-color: rgba(239, 242, 245, 0.4);
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-open > .menu-heading .menu-text,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-open > .menu-link .menu-text {
    color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-open > .menu-heading .menu-icon,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-open > .menu-link .menu-icon {
    color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-open > .menu-heading .menu-icon.svg-icon svg [fill]:not(.permanent):not(g),
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-open > .menu-link .menu-icon.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-open > .menu-heading .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g),
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-open > .menu-link .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-open > .menu-heading .menu-bullet.menu-bullet-dot > span,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-open > .menu-link .menu-bullet.menu-bullet-dot > span {
    background-color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-open > .menu-heading .menu-bullet.menu-bullet-line > span,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-open > .menu-link .menu-bullet.menu-bullet-line > span {
    background-color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-open > .menu-heading .menu-ver-arrow,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-open > .menu-link .menu-ver-arrow {
    color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-here {
    transition: background-color 0.3s;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-here > .menu-heading,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-here > .menu-link {
    background-color: rgba(239, 242, 245, 0.4);
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-here > .menu-heading .menu-text,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-here > .menu-link .menu-text {
    color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-here > .menu-heading .menu-icon.svg-icon svg [fill]:not(.permanent):not(g),
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-here > .menu-link .menu-icon.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-here > .menu-heading .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g),
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-here > .menu-link .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-here > .menu-heading .menu-bullet.menu-bullet-dot > span,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-here > .menu-link .menu-bullet.menu-bullet-dot > span {
    background-color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-here > .menu-heading .menu-bullet.menu-bullet-line > span,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-here > .menu-link .menu-bullet.menu-bullet-line > span {
    background-color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active {
    transition: background-color 0.3s;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-heading,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-link {
    background-color: rgba(239, 242, 245, 0.4);
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-heading .menu-text,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-link .menu-text {
    color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-heading .menu-icon,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-link .menu-icon {
    color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-heading .menu-icon.svg-icon svg [fill]:not(.permanent):not(g),
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-link .menu-icon.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-heading .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g),
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-link .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-heading .menu-bullet.menu-bullet-dot > span,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-link .menu-bullet.menu-bullet-dot > span {
    background-color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-heading .menu-bullet.menu-bullet-line > span,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-link .menu-bullet.menu-bullet-line > span {
    background-color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-heading .menu-ver-arrow,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-link .menu-ver-arrow {
    color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover {
    transition: background-color 0.3s;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link {
    background-color: rgba(239, 242, 245, 0.4);
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-text,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-text {
    color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-icon,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-icon {
    color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-icon.svg-icon svg [fill]:not(.permanent):not(g),
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-icon.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g),
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-icon.svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-bullet.menu-bullet-dot > span,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-bullet.menu-bullet-dot > span {
    background-color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-bullet.menu-bullet-line > span,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-bullet.menu-bullet-line > span {
    background-color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-ver-arrow,
  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-ver-arrow {
    color: #0094FF;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-section .menu-text {
    color: #a4a7bd;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-section .menu-icon {
    color: #aaacc2;
  }

  .menu-mobile .menu-nav > .menu-item .menu-submenu .menu-separator {
    border-bottom: 1px solid #EFF2F5;
  }
}

@media (max-width: 991.98px) {
  .menu-wrapper {
    z-index: 1001;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 250px !important;
    transition: left 0.3s ease, right 0.3s ease;
    left: -270px;
  }

  .menu-wrapper.menu-wrapper-on {
    transition: left 0.3s ease, right 0.3s ease;
    left: 0;
  }
}

@media screen and (max-width: 991.98px) and (-ms-high-contrast: active), (max-width: 991.98px) and (-ms-high-contrast: none) {
  .menu-wrapper {
    transition: none !important;
  }
}

@media (max-width: 991.98px) {
  .menu-wrapper.menu-wrapper-right {
    right: -270px;
    left: auto;
  }

  .menu-wrapper.menu-wrapper-right.menu-wrapper-on {
    transition: left 0.3s ease, right 0.3s ease;
    right: 0;
    left: auto;
  }
}

@media (max-width: 991.98px) {
  .menu-wrapper-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.1);
    -webkit-animation: animate-offcanvas-fade-in 0.3s linear 1;
            animation: animate-offcanvas-fade-in 0.3s linear 1;
  }
}

@media (max-width: 991.98px) {
@-webkit-keyframes animation-offcanvas-fade-in {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
}
@keyframes animation-offcanvas-fade-in {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
}
}

@media (max-width: 991.98px) {
  .menu-wrapper {
    background: #ffffff;
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 991.98px) {
  .menu-wrapper-overlay {
    background: rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 300px) {
  .menu-wrapper {
    width: 90% !important;
  }
}

@media (min-width: 992px) {
  .menu-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .menu {
    display: flex;
    align-items: center;
  }

  .menu .menu-nav {
    display: flex;
    align-items: center;
  }

  .menu .menu-nav > .menu-item {
    display: flex;
    align-items: center;
    padding: 0.6rem 0;
    margin-right: 0.5rem;
  }

  .menu .menu-nav > .menu-item > .menu-link {
    height: 38px;
    border-radius: 0.425rem;
  }

  .menu .menu-nav > .menu-item > .menu-link > .menu-text {
    letter-spacing: 0.05rem;
  }

  .menu .menu-nav > .menu-item > .menu-link > span {
    color: #353C55;
  }

  .menu .menu-nav > .menu-item:first-child {
    padding-left: 0;
  }

  .menu .menu-nav > .menu-item:last-child {
    margin-right: 0;
  }

  .menu .menu-nav > .menu-item > .menu-submenu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0px 22px 49px 0px rgba(126, 139, 172, 0.25) !important;
  }
}

.menu-mega {
  box-shadow: 0px 0px 50px rgba(94, 98, 120, 0.12);
}

.menu-mega .menu-btn {
  display: flex;
  align-items: center;
  color: #2F3044;
  border: 0;
  padding: 1rem 1.5erm;
  border-radius: 0.425rem;
}

.menu-mega .menu-btn .menu-logo-default {
  display: block;
}

.menu-mega .menu-btn .menu-logo-active {
  display: none;
}

.menu-mega .menu-btn .menu-label {
  color: #2F3044;
  margin-bottom: 0.075rem;
}

.menu-mega .menu-btn .menu-sub-label {
  color: #B5B5C3;
}

.show > .menu-mega .menu-btn,
.menu-mega .menu-btn:hover,
.menu-mega .menu-btn:focus,
.menu-mega .menu-btn.active {
  color: #0094FF !important;
  background-color: rgba(239, 242, 245, 0.4) !important;
}

.show > .menu-mega .menu-btn .menu-label,
.menu-mega .menu-btn:hover .menu-label,
.menu-mega .menu-btn:focus .menu-label,
.menu-mega .menu-btn.active .menu-label {
  color: #0094FF;
}

.show > .menu-mega .menu-btn .menu-sub-label,
.menu-mega .menu-btn:hover .menu-sub-label,
.menu-mega .menu-btn:focus .menu-sub-label,
.menu-mega .menu-btn.active .menu-sub-label {
  color: #7E8299;
}

.show > .menu-mega .menu-btn .menu-logo-default,
.menu-mega .menu-btn:hover .menu-logo-default,
.menu-mega .menu-btn:focus .menu-logo-default,
.menu-mega .menu-btn.active .menu-logo-default {
  display: none;
}

.show > .menu-mega .menu-btn .menu-logo-active,
.menu-mega .menu-btn:hover .menu-logo-active,
.menu-mega .menu-btn:focus .menu-logo-active,
.menu-mega .menu-btn.active .menu-logo-active {
  display: block;
}

.menu-mega .menu-link {
  color: #7E8299;
}

.menu-mega .menu-link:hover,
.menu-mega .menu-link:focus,
.menu-mega .menu-link.active {
  color: #0094FF !important;
}

.menu-mega .menu-separator {
  border-bottom: 1px solid #EFF2F5;
}

.menu-mega .menu-block {
  background-color: rgba(250, 250, 250, 0.7);
}

.subheader {
  background-color: #F2F9FF;
  background-repeat: no-repeat;
}

.subheader .subheader-search {
  width: 100%;
  max-width: 24rem;
  z-index: 1;
}

.subheader .subheader-search .input-group {
  align-items: center;
  background-color: white;
  border-radius: 0.75rem;
}

.subheader .subheader-search .form-control {
  background-color: transparent;
  border: 0;
}

.subheader .subheader-search .form-control::-moz-placeholder {
  color: #999AAD;
  font-size: 1.1rem;
}

.subheader .subheader-search .form-control:-ms-input-placeholder {
  color: #999AAD;
  font-size: 1.1rem;
}

.subheader .subheader-search .form-control::placeholder {
  color: #999AAD;
  font-size: 1.1rem;
}

.subheader .object-rectangle {
  margin-top: -352px;
  left: 28%;
}

.subheader .object-left {
  top: 20px;
  left: -160px;
}

.subheader .object-right {
  top: 100px;
  right: -130px;
}

.subheader .rating .rating-label .svg-icon {
  margin-right: -0.25rem;
}

.subheader .rating .rating-label .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFC700;
}

.subheader .rating .rating-label .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.subheader .rating .rating-label .svg-icon svg {
  height: 21px !important;
  width: 21px !important;
}

.aside {
  width: 350px;
}

@media (max-width: 991.98px) {
  .aside {
    border-left: 0;
  }
}

@media (max-width: 991.98px) {
  .aside {
    z-index: 1001;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 250px !important;
    transition: left 0.3s ease, right 0.3s ease;
    left: -270px;
  }

  .aside.aside-on {
    transition: left 0.3s ease, right 0.3s ease;
    left: 0;
  }
}

@media screen and (max-width: 991.98px) and (-ms-high-contrast: active), (max-width: 991.98px) and (-ms-high-contrast: none) {
  .aside {
    transition: none !important;
  }
}

@media (max-width: 991.98px) {
  .aside.aside-right {
    right: -270px;
    left: auto;
  }

  .aside.aside-right.aside-on {
    transition: left 0.3s ease, right 0.3s ease;
    right: 0;
    left: auto;
  }
}

@media (max-width: 991.98px) {
  .aside-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.1);
    -webkit-animation: animate-offcanvas-fade-in 0.3s linear 1;
            animation: animate-offcanvas-fade-in 0.3s linear 1;
  }
}

@media (max-width: 991.98px) {
@-webkit-keyframes animation-offcanvas-fade-in {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
}
@keyframes animation-offcanvas-fade-in {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
}
}

@media (max-width: 991.98px) {
  .aside {
    background: #ffffff;
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75);
  }
}

@media (max-width: 991.98px) {
  .aside-overlay {
    background: rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 300px) {
  .aside {
    width: 90% !important;
  }
}

/*
 * Bootstrap Cookie Alert by Wruczek
 * https://github.com/Wruczek/Bootstrap-Cookie-Alert
 * Released under MIT license
 */

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background: #212327 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEECAIAAAAd4J55AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUIyQzg0Q0RDQ0ExMTFFNjkyMDJGQkMzNjQ3OUEyMTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUIyQzg0Q0VDQ0ExMTFFNjkyMDJGQkMzNjQ3OUEyMTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QjJDODRDQkNDQTExMUU2OTIwMkZCQzM2NDc5QTIxNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QjJDODRDQ0NDQTExMUU2OTIwMkZCQzM2NDc5QTIxNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnMLhJsAAB3qSURBVHja7J3ZkqNIsoYhWASqzqqsrWdu2/qiL8bmom3Mzvs/0pyLoxWJ44SnKCUBKIgFQuQfVibLUiqBD0nuf0T4Ev/9n//573//N5prbMtyt9/PdrrX1y/0CEAAhgyYlNvf6CchRJqm1+vV+znjeIazEAs91nV9OBzpHwABGDKg4KforLEcvs99Pp+9Hj9JBFFcLpfOfQQgAIMFFEmS8E+n04m+l3mebzYbr77epwmLsyyv5bgBJwAEYOCAaedFxMk/EGr7s0szU1U+2Ohq+eIPh8P4KwEIwNAAky+v34a+sjTa76ur4Vxtp2lyvdZ0WPLv6m/vTQ4AARgm4C852hlVVdHf0PSxdOqd3fp6unghEiYZegEAARg64LfvP0dsCX19K+mdyZm6sRCOlp6KoqDHixwjLxNCjPADEIAhAA7KUdVppklif3H2R2Dnrq6eDV22plwBIACXAhyUo+qV0YSVvrXb7dZmmdjS12dZFkfxuGnUFDMABGAogONyVP3W8i4KnclwQmzk6+meku7nqe2kP38oZgAIwMUBdeWoikqQ42LXla9njUHnMrin+mIGgABcClBXjqp/yVs05PonHWGqr99sNvXtjGZrUwAEYOiAk+SoOsj1NxPiNNXdsdHz9eSjy7I4nysz62IsZgAIwPkBDeWo6sFzPdf/EI/uFJmGVtlbDmMxA0AAzgZoKEfVcZSuvygKEuI2vp6cO90FV2EQxmIGgACcD9BSjnZGVVV0fU3WydCOzYCvJ7WQ53klR+Ru2IsZAALQN6AbOap62KHUL/XJ9i5XHgJnXYkZAALQH6AzOdoZQ1knnMt4L685utzHjXYrZgAIQE+AaeRz/Mo6ybKTnMW2tiTPSZfHOqkrIQ8AAtDB99CHHO1x8dKKkFHhSa10+rXBRmogYgaAAHwCOaqeiR7Lsvj0aUuP/pz7bGIGgAB8DjmquP4znZIeo5UOAAIwXDm62eQc2EoKm309OX0hhO+yVrOJGQAC0Bgw+fHzH/4gyajkeX6f19jmmHCwTxt84O8C6D56BswACEArQE+HbkmOx+P986VMN743cmma8j7Mc407wBMAARicHKUrLoqiN7GqVjZD2d5kcjhfjPIkZgAIwHDlKF0luVe60KHYgqFzXeWI5FapQxXuXMxkWWoN2NQ+AOBigGka3EfUrXOv6+t4aPm9r++F52rnwaqXh7HzGoAJAJcEjOrQPqJu5Ggb2/rQBNaPUkVYIZB5KIqNfaieKzEDQAD6A7SVo5tNzpeleTX6lbNYfFtqG3sxA0AAege0dO6y/uqEqeqIrx+6Fxw+u5R6uXgHjAHoF/AS+kfUUI7SWXl2O9VE1RML6XD8Ht3NbVlW0xemjMVMC3j1Dnh9A9yWZNEA6B7wGvpHdJocpTPxwu5U6zLV16uD8aaGEU4VM0sCVgB8ckDjj+hU585ZWMaeV9/X91pEGhtv2gaAAFwEUFeOcmF9+9IatV2Z8Sa7Wdqbsix0hIq+mAEgAJcCfCBH2blzXQ0nG5Sudl15pethMNFDMQNAAC4POO7chYg7wZ+Ww9jXD9lIm6atAARgCICDcnS7LadW1Z/B1w/ZmybrpK9I1ogeWD9gCcDnAOzK0Tb56HyuPFW58jEjH8o6UcXMBwKs1goo1gaoplG5de7+fH2vycyyd1knvXliAHxywHhlgMnXbz+i0cyOwH294vobe5NnWf3epDWdA2j6DkAAhgcY/+vff+92u2iuoduUw9HYbrf0CEAAhgwois3Gpq1pOL6+924SHQABGDhg8vLyhRx8LMcMZ/Xt61s2tmdVVZ1OJwACMGRAcb7ld5RlMQPkDNVUI5ldwj8Q3ToBEwCu5yNK0923fOrdbs+l+b2mRXv19TJUf0tE7fYD/bxOwAqAzwr4qecjKt4Ffbel+T2ZnNPZS1lVwsiyTL5Pu/vUFaL7kIA1AIMF/D8FsCdihgWxZvjpZMHtZ90py9LevOm2OE8PYPFcgNkUwBqATwT4JkfVsd8fSBxzZY5gfX2SJNttKa3juffetWKmB/DwXIAnAK4VsAlbG1kLuspVKX4MaumJ+4Rw9Nnoy9I4Fo8AG8sKQAAuBfg4n9BtXX5Xvp6c+1lDu/eKmV5tA0AALgU4KEc743g80hHp1TaJJ/a+nsA4d7NdX3k0G44BCMDAAR/I0SEjYez6jX09sUVTCtdpipmQANOVA6YA7AdMp1Yv5a1M+kqQyTEIZjfbCeXwAoNbY1CbdTlA+qhVawYkrVgBsAdQV452Bvl9xiPPO8nkTPX1JC3yPCfzpuncjcUMAAG4FOA0OTqwNjWBUN/Xb26NDW3CiKaKmTkBcwACUAIKy2L6vHjV5HqVpUNf36ztulgm5vo/YQJeAQhACZh8//HTfkmWg8Eb17/ZXEeDGLZleR69p3ynXKUXk6+XseoABGC4gLZytGtFpMkZWZsa8vX0enburgrXuRIzAASgb0Bh39upY28ub5VPy17IIV9Pzt3tlbgSM8OABQA/FGCa+gI0XB19yLnb7d6yTt6X5u+E+d1SV4Rb62K/tqYBuAfghwI8n/0BiiTyNppF2ziK+gqB0TN3qSu+EpnVRBj3gBEAAWgH6MPDvve2vHOadlCHko8CFzM9p7gAEIBWgG5WRx/Phi9vUeCfP79wPzd+xvdwtbYGQAD6A/QrRxcfvsUMAAFoDxj/8edfM5wpz7PT6RzdFXWkZzwVol9kABCAFt9D4bd8FVeVavMaWyR6xmu5njtf7xkwASAAA5ajzWpv/Q6szfWiZ87nc7v++6Ripl3OBiAAjQF1O/VOGnzdVVU1c9v33pxMS2czlDiJlk2Oc9evk5dtClhKPgAC0BbQsRzlzk9RUydq33u5Q/ldXLEnfDFzB3gAIABDlKMbmVg1UohuqPRAm45VlqVDVOdiBoAAdA7oZjuSG1OS9ztYN46jg/AByWLZX5urzVYArgCQvn67IAFtN+uF3EzlKazO6zWTtZpeioo0N/P1llu9/gBTAALQiRzNb85dVwxoV8I6StfPtQMWFDP+AE8AnAVwEzygoRxtq+gcDofI5+BZMofSGtTwMFYLAFwN4D54wMlylFeWrter2d0xdt+8UTN1gdhAzCwHGAPwYwJOk6P0atLBNl04jAuzkqCn29pWVvUkZhYFrAD4MQF1N+u5xrhlYamobyd00mjNGxca0Hm9bnE3AAJwIcDHcpSuiW+Ekw6mDtug6pS70hEzaUrHqdcMSMepARgu4AM5St9As8mYc1+v3qlmRnvrO2UsZiRgsnLABIBBAw7KUW4Sau/c3fr6zpCbP+z6s/vupzpihltMPg9g3guyIsDJ72CxFsAeOcr601VZRX++/j3q22XriJnnBKynACacG77ed3BVgN0EDTWzw+1w5etVc3KXdTIW7/sxAGMAPhGgYBfJmR30eDqdZihu42ncCmPVWZZyuR654rJGwPRjAm5XCZj8/vs/uWMGgc2Qye/J16uo/AOhJrJ7KwABGCygeHl54fDWeYqFePL1KiEN4nqRA4AADBkwPRyPq6nVo3Jy3goAARgyYPLbyxe5RCOKopjBEc/j6/Msq281QjiBpemMVRTVWgC5efiKAT/UOyjapZvDocn2TxK/NR59+/qiaGKXTjLQ9P55+u9+RYDntQN+qHdQtIn6arWp5xrc177TtSOVA4AADBkw+frt+73ebhtHbbelrEPlWIt78vX0rsSy9Zxywd35/AcCLMu+1wcKWHxgwOT16/fev+FYmyQRzj9MDiHJrtBU9q22Yl/wBPEOvUfrB6yeCbD6wIBipG5U3USm18G6fnbux9G6PfdiBoAADBOwK0fV8dbpW+Yp2ofqubIxZVlw/tGjFz7eXgLgQoClXq7g+gEH5ajKyXuLQggbFW7p6+nsmzyvZJKIzmWMiBkAAjAQQKFfxvTWqibv7fQ9j2dvnPuUWjrjYgaAAAwB8LEc7XX9xJkkiYHBMLMxBFbK2e10sTE52gmAAJwZUFeOqhfKJyPOSXdoqq8nM5GmGf3J2ShwXl/MDAFy6QQAAnAQMEnSzApQGFfV5+8e3WJPEQytojCo5WgmZnoBEwACcBwwtgWcLEdVe8NJ3+T9dbK8NG1M0zlgk0vnbrkVaxt8D0AA+gY0lKOd0Ra64roDNr6eZ9VcJMf+wozFDAABOBugcNXkiY1VHAsODzd27saFk52LmQHAGIAAdAtoK0dVe8OdR4cSo4ZsDN0XrnLlunSP41xQAALQOaAbOareNhbi6tqp6uvpGR+F69yKGQAC0B+g8NEBOBrOOrlfR+KdTaOtlQXEzDBgDkAABiRHe+0Nc6rWhWe3nisX+C1NAkAABipHh3Q2fek/fdq2nS38WRffYgaAAHwCOdo78pwmtxk9znZGf2IGgAB8Djl6r62jJqivMS1tZ9NZGGeqlAdAABoDCuv9fq2RSWNG9/J4q7CYZalNp2/N0dZvBiAAgwX0K0eJgVdHT7JqHTvf2xrU+XQ6cfK/P5PjW8wAEIDhylFu5aVurRSbTSfYnOe+3iB9iRkAAtAVoJfVUSG7zlz6VpbU4q23bAzd+NqpS08+3j8AAtAhoGM5So47y7KmC9TAtQ4llRDb4XDgIzg0Oc7FDAAB6BxQkEN2cqyNnMLSVZ5v2rpfAzyKnaVpsZCNIR3Nei8ABOAb4CZQQDdylFuQ6ih3nV4CdJym8UBZcGnQEMQMAAHYB1iOf581AZOfsj+h8SG22y3PbjXnzr0dg3sh+f3jlSvjiXnj62V3OwAC0APg2Q2gma8nX8xbKLvdblJoeT4xlYtcf3w745xiBoAAnA3QUI7S1NZsmcigtdVVFpOk2fB1euMBYzEDQADOBjhtdZSEAfcNJ0ds5n/NSu7Qufb7PRFmMrPS39oaAAE4P6CuHCW2TGplcu42W6d5ZhUa29zZqNZ3/fpiBoAAXApQV44aO3d7X69cdEOo2XhAX8wAEIBLAT6Qo/TbsiwjmW7sJHbIVQXIw+FAd5yONh5i+1DMABCAywMO+Xr6FSFVckTuRu7IXPG4XC5v9VfjuPcNGFEyaZrQXwDwiQGTpI7WADiYykQK20dZm70M/HE4qurCUqTX3owkwgiRAPC5AZOVAIqO8/2V2WFR2XsGX98ZJzl4mbhzOgACMHTAL6/fWrbezA63Q80TcTvq+l3WyX0aDAABGCagaMXnPFUEnPt6RYJfuZgkEXXUNQABGCageH39IoXp1T4UdUFfr6jwt0KRRAdAAAYOKKJ5h+VOaPgDgACcOuI//vyLfT0ZgBkszdBCrdvBgfD3+6QABGCwgG+ekP7DFb+f3deT0uaqyZ1IBQACMFjAX1sUHHDQrv8+o6+XXa/y++n7/QI3AAEYKOC37z/vnW+7/kuoPhaCKz+Ly3S1idy67cQ68AIUAAEYMuCvfUL1K+tDHGumLU85YCKDKq6978fIojbpmjgWAHxiQPon1gAoRmpL0d+00bFh+nq52ZJEw8UF1HiLO8ALAJ8b8LIWwI4c7Yy2MzAHK4Tj6zn252HwhCpmAAjA0AAH5ajqNNMksYe09/Xs3DXbVunHWAAQgEsBCs0FWS6W2tYOWMrXZ1kWN3MB3eJWI2IGgAAMBXBcjqrfWt4tpTOZTYjNfD3dU9L9Bn0bH4oZAAJwcUBdOaqiEqTBArGBr2eNYda12DjkF4AAnA1QGNeW4mwucv2TjjDV1282m/p2RrO1KQACMHTASXJUHVxYjoyH5qaipq9vi6ibWRdjMQNAAE4BbMrg2wO6qWFRVVWqZ2we2iS6U/Qaotrt9vYX5ioBFIBrAEydA+6cAApX4apH6fq575SNryfnblDG2LmYAeAKAY+hAlrKUdXe0PWRgx3asRny9W0HRreVs+zFDAAB6BvQcHX04Zx4aIlJfb69y5WHwh6eCiIAEIAOr0T4qy2lk3XSts7xlEbpUMwAEICeANPI52iL0pHOPskt1NaW5Dkp75hecPBcVweAAAwc0IscVce1fmuRwZPaSNY89Vq4zquYASAAn0COqmeix7IsPn3a0qM/5z6bmAEgAJ9Djiqu/0ynpMdopQOAAAxXjm42OQe2ksJmX09O37IXeVBiBoAANAZMfvz8hz9I7gt1H/TQ5phwsE8bfODvAoSHCgjvATMAAtAK0NOhW5Lj8Xj/fHnXDYONXNMuWMxdg9gp4AmAAAxOjtIVF0XRm1hVK71L2d5kcjhfjPIkZgAIwHDlKF1lb123zhqUOtpqxG5rXTkXM1mWAhCAjgHdOve6ftC1o3zfnE2Fb4L60lnXbCcC1gAEoFtAN3K0jW0daqo64us7gxUCmYei2NiH6rkSMwAEoD9AWzm62eR8WZpXo185i8U3F65aUMwAEIDeAS2dO1eY1f+rEV8/dC96O33Ppl4uAATgOGBtC2goR9vC+lNN1ENfr8yGG3tDd3NblgZlsIzFTAt4BSAAxwFrW8BpcpTb3l9uw0wBm1kLxpsaRjhVzAAQgAsATnXunIVl7Hn1fX2vRaSx8aZtAAjARQB15SgX1rcvrTHV16ucbG/KstARKvpiBoCzA5YA1JKj7Ny5roaTDUpXu6680vUwmOihmAEgAJcHHHfuQsSd4E/LYezrh2ykTdNWAAIwBMBBObrdllOr6s/g64fsTZN1Esc9cYDDemBbAhCA8wEWm008ANiVo23y0flceapy5WNGPpR1ooqZX4AVAAE4H2A1AqimUbl17v58fa/JzLJ3WSe9eWIABGBQgMnXbz+i0cyOwH294vobe5NnWf3epDWdA2j6vhZAriG9YsAP9Q7G//r3305K6uvPpOepVnCb2W7pEYAADBlQ8HxxtlP68/W9d5PoAAjAwAGTl89fyMPHcsxwVt++vmVje1ZdqtPpBEAAhgwozue3/I6yLGaAnKGaaiQ7p/IPRAdAAAYOSNPdt3Tj3W7Ppfm9pkV79fVNJDspbBG3i9f0MwABGDygeBf03Zbm92RyTmcvZVUJI8sy7tt4n2FJdB8SsAbgEwH2RMywINYMIJ4suP2sO2VZ2ps33Rbn6QEsngswmwJYPyFg+mEB3+SoOvb7A4ljrswRrK9PkmS7LaV1PPfeu1bM9AAengvwtHbA84cFbMLWRtaC6Fcc8ObK9btaeuI+IRxeN/qyNI7FI8DGsq4ZUGZ/AzBYwMf5hG7r8rvy9STPzhravVfM9GqbNQPWAAwacFCOdsbxeKQj0qttEk/sfT2Bce5mu77yaDYcAxCAgQM+kKNDRsLY9Rv7eprXRlMK12mKGQACcHHAdGr1Ut7KpK87mRyDYHaznVAZXUDvxORCqwa1WQEIwJkBdeVoZ5DfZzzyvJNMzlRfT9Iiz3Myb5rO3VjMAHCtgGXwgNPkaP/a1BRCfV/fNja0CSOaKmYACMD5AYVlMX1evGpyvcrSoa9PksTJMjHX/wEgAEMGTL7/+Gm/JNsEg98KaVxHgxi2ZXkevad8p1ylF5Ovl7HqAARguIC2crRrRaTJGVmbGvL19Hp27q4K17kSMwAEoG9AYd/bqWNvLrfKp72QQ76enLvbK3ElZoYBCwAC0Amg4eroQ87dbveWdfK+NH8nzO+W2SHcWhf7tTUNwD0AAegIUCSRt9Es2sZR1Fcni565y+zwlcisJsK4B4wACEA7QB8e9r235Z3TtIM6lNkRuJjpOcUFgAC0AnSzOvp4Nnx5iwL//PmFG9bxM76Hq7U1AALQH6BfObr48C1mAAhAe8D4jz//muFMeZ6dTuforqgjPeOp0v4iA4AAtPgeCr/lq3jpqc1rbJHoGa/leu58PQABGDigT1/frva2YG2uFz1zPp/b9d8nFTMABKA9oG6n3klDXndZVXJu+96bk2npbIYSJ9GyyXHu+nXysgEIQB3AzBugYznKnZ8iWSeq93KH8ru4Yk/4YgaAHxaw8gjo1NdvZGLVSCG6odIDbTpWWZYOUZ2LGQAC0Dmgm+1I7tu4J9ti3TiODsIHJItlf22uNlsBCEB/gLab9UJupvIUVuf1mslaLMHtuwLYb/X6A0wBCEAncjS/OXddMaBdCesoXT/XDlhQzPgDPAEQgDZytK2iczgcIp+DZ8kcSmtQw8NYLQAQgLMBTpajvLJ0vV7N7o6x++aNmqkLxAZiZjnAeOWAMQBdyFF6Nelgmy4cxoVZSdDTbW0rq3oSM4sCVisHrADYD6i7Wc81xi0LS0V9O6GTRmveuNCAzus1t3oBCMClAB/L0TRNrteaXuqkg6nDNqg65a50xAwAAbgs4AM5SlaBX+AqWseyT8D9nWpmtLe+U8ZiBoAAXBxwUI5yB0Z75+7W13eG3Pxh15/ddz/VETPPBpj3ggBwBYA9cpQugj27j8BZt/frDvXtsnXEzHMC1lMAE84NB+BTAHYTNNTMDrfDla9Xzcld1slYvO/HAIwB+ESAglUcZ3bQ4+l0mqG4jadxK4xVZ1nK5XrkfH2NgCkA1/MRTX7//Z/cMYPAZsjk9+TrVVT+gd7LRHZvBSAAgwUULy8vHN46T7EQT75eJaxlE/MXOQAIwJAB08PxuJpaPSon560AEIAhAya/vXyRSzSiKIoZHPE8vj7PsvpWI4QTWJrOWEVRARCA4QGKdunmcGiy/ZPEb41H376+KJrYpZMMNL1/nv67ByAAgwQUbaK+Wm3quYZsGh5zGHT7ZCoHANcFWK8MMPn67fu93m4bR223paxD5ViLe/L19K7EsvWccsHd+fwHAizLvtcDMDjA5PXr996/4VibJBHOL8UhJNkVmspWsnJdb/AE8Q69R+sHrAD4HIBipG4UfWXpexus62fnfhyt23MvZgAIwDABu3JUHW+dvmWeon2onisbU5YFZ688euHj7SUAAnBZwEE5qnLy3qIQwkaFW/p6OvsmzyuZJKJzGSNiBoAADARQ6JcxvbWqyXs7fc/j2RvnPqWWzriYASAAQwB8LEd7XT9xJkliYDDMbAyBlXJ2O11sTI52WgywBOCTA5p+RHXlqHqhfDLinHSHpvp6MhNpmtGfnI0C5/XFzBBgmiRXv4ApZ5G2rbkA6BhQJh+G/BEVxlX1+btHV+ApgqFVFAa1HM3ETC9g4h2wBqBfwCT0j+hkOaraG04ZJu+vk+WlaWPorm02uXTulluxtsH3AASgb0BDOdoZbaGrh67/oa/nWTUXybG/MGMxA0AAzgYoXDV5YmMVxyLLMhvnblw42bmYGQCMrQEvAFwSMIpD+4jaylHV3nDn0aHEqCEbQ/eFp++uS/c4zgV1AVgD8MkBHX9E3chR9baxEFfXTlVfT8/4KFznVswAEID+AIWPDsDRcFrN/ToS72waba0sIGaGAXMAAjAgOdprb5hTtS48u/VcucBvaRIAAjBQOTqks+lL/+nTlkW5p8qt84gZAALwCeRo78hzmtxm9DjbGf2JGQAC8Dnk6L22jpqgvsa0tJ1NZ2GcqVIeAAFoDChcLyj3j0waM7qXx1uFxSxLbTp9a462fjMAARgsoF85Sgy8OnqSVevY+d7WoM6n04mT//2ZHN9iBoAADFeOciModWul2Gw6weY89/UG6UvMABCArgC9rI4K2XXm0reypBZvvWVj6MbXTl168vH+ARCADgEdy1Fy3FmWNV2gBq51KKmE2A6HAx/BoclxLmYACEDngIIcspNjbeQUlq7yfNPW/RrgUewsTYuFbAzpaNZ7ASAAAwd0I0e5BamOctfpJUDHaRoPlIVZLrYPMQNAI8By/OOOd5ABk5+yP6HxIbbbLc9uNefOvR2DeyEZj1eujCfmja+X3e0AuATgGe+gRzlKvpi3UHa73aTQ8nxiKhe5/vh2xjnFDAABOBugoRylqa3ZMpFBa6urLCZJs+Hr9MYDxmIGgACcDXDa6igJA3LusrPM2cz/mpXcoXPt93sizGRmpb+1NQACcH5AXTlKbJnUyuTcbbZO88wqNLa5s1Gt7/r1xQwAAbgUoK4cNXbu9r5eueiGULPxgL6YASAAlwJ8IEfpt2VZRjLd2EnskKsKkIfDge44HW08xPahmAEgAJcHHPL19CtCquSI3I3ckbnicblc2OeT6+99A0aUDAABGAjgYCoTKWwfZW32MvDH4aiqC0uRXnszkggDQAAGAig6zvdXZodFZe8ZfH1nnOTgZeLO6QAIwNABv7x+a9l6MzvcDjVPxO2o63dZJ/dpMAAEYJiAovXs81QRcO7rFQl+5WKSRNSRLgAEYJiA4vX1ixSmV/tY2wV9vaLC3wpFEh0AARg44P8LMACM4cURIdXaEQAAAABJRU5ErkJggg==");
}

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}

.footer .footer-nav .nav-link:last-child {
  padding-right: 0;
}

.footer .footer-nav .nav-link img {
  width: 22px;
}

.footer .separator-line div {
  border-radius: 10px;
  background: #f1f4f7;
  height: 100%;
  width: 3px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .footer .footer-subscribe {
    padding: 0;
    width: 100%;
    max-width: 450px;
  }

  .footer .separator-line div {
    border-radius: 10px;
    background: #f1f4f7;
    height: 3px;
    width: 70%;
    margin: 0 auto;
  }

  .footer .footer-nav .nav-link img {
    width: 18px;
  }
}

.product-card .name {
  letter-spacing: -2%;
  font-size: 1.05rem;
}

.product-card img {
  border: 1px solid rgba(161, 165, 183, 0.1);
  box-shadow: 0px 0px 30px rgba(112, 120, 137, 0.1);
}

.product-card .overlay-layer {
  box-shadow: 0px 0px 30px rgba(112, 120, 137, 0.1);
}

@media (min-width: 992px) {
  .product-card img {
    height: 310px;
  }
}

.testimonials {
  width: 100%;
}

.testimonials .testimonial {
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 0.75rem;
  font-size: 1.25rem;
  padding: 3rem;
  opacity: 0.3;
}

.testimonials .testimonial .testimonial-stars {
  opacity: 0.3;
}

.testimonials .testimonial .testimonial-feedback {
  color: #797D8E;
}

.testimonials .testimonial .testimonial-highlight {
  color: #C6C8CE;
}

.testimonials .testimonial .testimonial-author {
  color: #C6C8CE;
}

.testimonials .tns-item {
  vertical-align: middle !important;
}

.testimonials .tns-item.center .testimonial {
  border: 1px dashed #21324B;
  opacity: 1;
}

.testimonials .tns-item.center .testimonial .testimonial-stars {
  opacity: 1;
}

.testimonials .tns-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: 0 auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100px;
}

.testimonials .tns-nav button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background: none;
  outline: none !important;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  margin: 0 0.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials .tns-nav button:before {
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: #353849;
  width: 8px;
  height: 8px;
  transition: all 0.3s ease;
}

.testimonials .tns-nav button:hover:before,
.testimonials .tns-nav button.tns-nav-active:before {
  transition: all 0.3s ease;
  background-color: #0094FF;
  width: 16px;
  height: 16px;
}

.block-dark {
  background-color: #0D151E;
}

.technologies-block .nav.nav-tabs {
  border: 0;
}

.technologies-block .nav.nav-tabs .nav-link {
  border-radius: 0.75rem;
  background-color: rgba(245, 248, 250, 0.5);
  padding: 1.5rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
}

.technologies-block .nav.nav-tabs .nav-link .nav-text {
  color: #7E8299;
}

.technologies-block .nav.nav-tabs .nav-link .logo-default {
  display: block;
}

.technologies-block .nav.nav-tabs .nav-link .logo-active {
  display: none;
}

.technologies-block .nav.nav-tabs .nav-link.active {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(126, 130, 153, 0.15);
}

.technologies-block .nav.nav-tabs .nav-link.active .nav-text {
  color: #181C32;
}

.technologies-block .nav.nav-tabs .nav-link.active .logo-default {
  display: none;
}

.technologies-block .nav.nav-tabs .nav-link.active .logo-active {
  display: block;
}

.product-details strong,
.product-details b {
  color: #181C32;
}

.product-card .bar-line {
  display: block;
  height: 12px;
  width: 1px;
  margin-left: 0.35rem;
  background: rgba(181, 181, 195, 0.3);
}

.product-card .rating {
  margin-bottom: 0.1rem;
}

.product-card .rating .rating-label {
  margin-left: -0.2rem;
}

.product-card .rating .rating-label .svg-icon {
  margin-right: -0.2rem;
}

.product-card .rating .rating-label .svg-icon svg {
  height: 16px !important;
  width: 16px !important;
}

.block-dashed {
  border: 1px dashed #E4E6EF;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1.5rem;
  border-radius: 0.75rem;
}

.block-dashed .block-header {
  border-bottom: 1px dashed #E4E6EF;
  padding-bottom: 1.5rem;
  margin: 0;
  display: flex;
  align-items: center;
  color: #3F4254;
}

.block-dashed .block-body {
  flex-grow: 1;
  padding-top: 1.5rem;
  color: #7E8299;
}

.dark-outline {
  border: 1px dashed #21324B !important;
}

.dark-outline-bottom {
  border-bottom: 1px dashed #21324B !important;
}

.subscribe-form .form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
  outline: none !important;
  box-shadow: none;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.subscribe-form .form-control::-moz-placeholder {
  color: #A8EAC9;
  opacity: 1;
}

.subscribe-form .form-control:-ms-input-placeholder {
  color: #A8EAC9;
}

.subscribe-form .form-control::-webkit-input-placeholder {
  color: #A8EAC9;
}

.subscribe-form .btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.dark-top-curved-bg {
  background-image: url(../images/curve-dark-top-bg08d3.png?ced1283afc4fceaeb510cca0ab234b95);
}

.dark-bottom-curved-bg {
  background-image: url(../images/curve-dark-bottom-bg197e.png?b677b9d6a4bc8d87098eb1fcd574f865);
}

.white-bottom-curved-bg {
  background-image: url(../images/curve-white-bottom-bg843e.png?865f1fe3263a395050089cbb3f0e6763);
}

/** Custom **/
.header-minimize .topbar-item .text-white {
  color: #5E5F6C !important;
}

.header-minimize .topbar-item.border-white {
  border-bottom-color: #999AAD  !important; 
}

.border-light {
  border: 1px solid #f5f6f9;
}

/** Like **/
.demo_like {
    align-items: center;
    display: none;
    padding: 8px 8px;
    box-shadow: 0 0 21px 0 rgb(37 47 115 / 10%);
    border-radius: 5px;
    position: absolute;
    left: 20px;
    bottom: 30px;
    background-color: #ffffff;
    font-family: Poppins, serif;
    font-size: 15px;
    color: #a6a5bb;
    display: none;
}

.demo_like .demo_like_total {
    padding: 0 5px;
}

.demo_like .demo_like_img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    padding: 0;
    cursor: pointer;
    background-color: #e3f5ee;
    border-radius: 5px;
    margin-left: 10px;
}

.demo_like .demo_like_img g>path, 
.demo_like .demo_like_img g rect#Rectangle-153 {
    fill: #16ad73;
}

.card:hover .demo_like {
    display: flex;
}

/** Dark mode preview button**/
.card .btn-dark-mode {
  display: inline-block;
  position: absolute;
  z-index: 5;
  bottom:  30px;
  right: 20px;
}