@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Cormorant&display=swap";
@layer primeng, primeng;

/* node_modules/primeng/resources/primeng.min.css */
.p-overflow-hidden {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}
@layer primeng {
  .p-component,
  .p-component * {
    box-sizing: border-box;
  }
  .p-hidden {
    display: none;
  }
  .p-hidden-space {
    visibility: hidden;
  }
  .p-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .p-hidden-accessible input,
  .p-hidden-accessible select {
    transform: scale(0);
  }
  .p-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
  }
  .p-disabled,
  .p-disabled * {
    cursor: default !important;
    pointer-events: none;
  }
  .p-component-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-unselectable-text {
    -webkit-user-select: none;
    user-select: none;
  }
  .p-scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
  }
  @-webkit-keyframes p-fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes p-fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  input[type=button],
  input[type=submit],
  input[type=reset],
  input[type=file]::-webkit-file-upload-button,
  button {
    border-radius: 0;
  }
  .p-link {
    text-align: left;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-link:disabled {
    cursor: default;
  }
  .p-sr-only {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
  }
  .p-connected-overlay {
    opacity: 0;
    transform: scaleY(0.8);
    transition: transform .12s cubic-bezier(0, 0, 0.2, 1), opacity .12s cubic-bezier(0, 0, 0.2, 1);
  }
  .p-connected-overlay-visible {
    opacity: 1;
    transform: scaleY(1);
  }
  .p-connected-overlay-hidden {
    opacity: 0;
    transform: scaleY(1);
    transition: opacity .1s linear;
  }
  .p-toggleable-content.ng-animating {
    overflow: hidden;
  }
  .p-icon-wrapper {
    display: inline-flex;
  }
  .p-icon {
    display: inline-block;
  }
  .p-icon-spin {
    -webkit-animation: p-icon-spin 2s infinite linear;
    animation: p-icon-spin 2s infinite linear;
  }
}
@-webkit-keyframes p-icon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes p-icon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@layer primeng {
  .p-badge {
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    padding: 0 .5rem;
  }
  .p-overlay-badge {
    position: relative;
  }
  .p-overlay-badge .p-badge {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    transform-origin: 100% 0;
    margin: 0;
  }
  .p-badge-dot {
    width: .5rem;
    min-width: .5rem;
    height: .5rem;
    border-radius: 50%;
    padding: 0;
  }
  .p-badge-no-gutter {
    padding: 0;
    border-radius: 50%;
  }
}
@layer primeng {
  .p-button {
    margin: 0;
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    align-items: center;
    vertical-align: bottom;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  .p-button-label {
    flex: 1 1 auto;
  }
  .p-button-icon-right {
    order: 1;
  }
  .p-button:disabled {
    cursor: default;
    pointer-events: none;
  }
  .p-button-icon-only {
    justify-content: center;
  }
  .p-button-icon-only:after {
    content: "p";
    visibility: hidden;
    clip: rect(0 0 0 0);
    width: 0;
  }
  .p-button-vertical {
    flex-direction: column;
  }
  .p-button-icon-bottom {
    order: 2;
  }
  .p-button-group .p-button {
    margin: 0;
  }
  .p-button-group .p-button:focus,
  .p-button-group p-button:focus .p-button,
  .p-buttonset .p-button:focus,
  .p-buttonset .p-button:focus,
  .p-buttonset p-button:focus .p-button,
  .p-buttonset .p-button:focus {
    position: relative;
    z-index: 1;
  }
  .p-button-group .p-button:not(:last-child),
  .p-button-group .p-button:not(:last-child):hover,
  .p-button-group p-button:not(:last-child) .p-button,
  .p-button-group p-button:not(:last-child) .p-button:hover,
  .p-buttonset .p-button:not(:last-child),
  .p-buttonset .p-button:not(:last-child):hover,
  .p-buttonset p-button:not(:last-child) .p-button,
  .p-buttonset p-button:not(:last-child) .p-button:hover {
    border-right: 0 none;
  }
  .p-button-group .p-button:not(:first-of-type):not(:last-of-type),
  .p-button-group p-button:not(:first-of-type):not(:last-of-type) .p-button,
  .p-buttonset .p-button:not(:first-of-type):not(:last-of-type),
  .p-buttonset p-button:not(:first-of-type):not(:last-of-type) .p-button {
    border-radius: 0;
  }
  .p-button-group .p-button:first-of-type:not(:only-of-type),
  .p-button-group p-button:first-of-type:not(:only-of-type) .p-button,
  .p-buttonset .p-button:first-of-type:not(:only-of-type),
  .p-buttonset p-button:first-of-type:not(:only-of-type) .p-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .p-button-group .p-button:last-of-type:not(:only-of-type),
  .p-button-group p-button:last-of-type:not(:only-of-type) .p-button,
  .p-buttonset .p-button:last-of-type:not(:only-of-type),
  .p-buttonset p-button:last-of-type:not(:only-of-type) .p-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  p-button[iconpos=right] spinnericon {
    order: 1;
  }
}
@layer primeng {
  .p-checkbox {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: bottom;
    position: relative;
  }
  .p-checkbox-disabled {
    cursor: default !important;
    pointer-events: none;
  }
  .p-checkbox-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  p-checkbox {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
  }
  .p-checkbox-label {
    line-height: 1;
  }
}
.p-colorpicker-panel .p-colorpicker-color {
  background: transparent url("./media/color-3LUHUBGQ.png") no-repeat left top;
}
.p-colorpicker-panel .p-colorpicker-hue {
  background: transparent url("./media/hue-RMMBQOAC.png") no-repeat left top;
}
@layer primeng {
  .p-inputtext {
    margin: 0;
  }
  .p-fluid .p-inputtext {
    width: 100%;
  }
  .p-inputgroup {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .p-inputgroup-addon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-inputgroup .p-float-label {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .p-inputgroup .p-inputtext,
  .p-fluid .p-inputgroup .p-inputtext,
  .p-inputgroup .p-inputwrapper,
  .p-inputgroup .p-inputwrapper > .p-component {
    flex: 1 1 auto;
    width: 1%;
  }
  .p-float-label {
    display: block;
    position: relative;
  }
  .p-float-label label {
    position: absolute;
    pointer-events: none;
    top: 50%;
    margin-top: -0.5rem;
    transition-property: all;
    transition-timing-function: ease;
    line-height: 1;
  }
  .p-float-label textarea ~ label {
    top: 1rem;
  }
  .p-float-label input:focus ~ label,
  .p-float-label input.p-filled ~ label,
  .p-float-label textarea:focus ~ label,
  .p-float-label textarea.p-filled ~ label,
  .p-float-label .p-inputwrapper-focus ~ label,
  .p-float-label .p-inputwrapper-filled ~ label {
    top: -0.75rem;
    font-size: 12px;
  }
  .p-float-label .input:-webkit-autofill ~ label {
    top: -20px;
    font-size: 12px;
  }
  .p-float-label .p-placeholder,
  .p-float-label input::placeholder,
  .p-float-label .p-inputtext::placeholder {
    opacity: 0;
    transition-property: all;
    transition-timing-function: ease;
  }
  .p-float-label .p-focus .p-placeholder,
  .p-float-label input:focus::placeholder,
  .p-float-label .p-inputtext:focus::placeholder {
    opacity: 1;
    transition-property: all;
    transition-timing-function: ease;
  }
  .p-input-icon-left,
  .p-input-icon-right {
    position: relative;
    display: inline-block;
  }
  .p-input-icon-left > i,
  .p-input-icon-left > .p-icon-wrapper,
  .p-input-icon-right > i,
  .p-input-icon-right > .p-icon-wrapper {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-fluid .p-input-icon-left,
  .p-fluid .p-input-icon-right {
    display: block;
    width: 100%;
  }
}
@layer primeng {
  .p-inputtextarea-resizable {
    overflow: hidden;
    resize: none;
  }
  .p-fluid .p-inputtextarea {
    width: 100%;
  }
}
@layer primeng {
  .p-password {
    position: relative;
    display: inline-flex;
  }
  .p-password-panel {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-password .p-password-panel {
    min-width: 100%;
  }
  .p-password-meter {
    height: 10px;
  }
  .p-password-strength {
    height: 100%;
    width: 0;
    transition: width 1s ease-in-out;
  }
  .p-fluid .p-password {
    display: flex;
  }
  .p-password-input::-ms-reveal,
  .p-password-input::-ms-clear {
    display: none;
  }
  .p-password-clear-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    cursor: pointer;
  }
  .p-password .p-icon {
    cursor: pointer;
  }
  .p-password-clearable.p-password-mask .p-password-clear-icon {
    margin-top: unset;
  }
  .p-password-clearable {
    position: relative;
  }
}
@layer primeng {
  .p-radiobutton {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: bottom;
    position: relative;
  }
  .p-radiobutton-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-radiobutton-icon {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0) scale(0.1);
    border-radius: 50%;
    visibility: hidden;
  }
  .p-radiobutton-box.p-highlight .p-radiobutton-icon {
    transform: translateZ(0) scale(1, 1);
    visibility: visible;
  }
  p-radiobutton {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
  }
  .p-radiobutton-label {
    line-height: 1;
  }
}
@layer primeng {
  .p-ripple {
    overflow: hidden;
    position: relative;
  }
  .p-ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    transform: scale(0);
  }
  .p-ink-active {
    animation: ripple .4s linear;
  }
  .p-ripple-disabled .p-ink {
    display: none !important;
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@layer primeng {
  .p-tooltip {
    position: absolute;
    display: none;
    padding: .25em .5rem;
    max-width: 12.5rem;
    pointer-events: none;
  }
  .p-tooltip.p-tooltip-right,
  .p-tooltip.p-tooltip-left {
    padding: 0 .25rem;
  }
  .p-tooltip.p-tooltip-top,
  .p-tooltip.p-tooltip-bottom {
    padding: .25em 0;
  }
  .p-tooltip .p-tooltip-text {
    white-space: pre-line;
    word-break: break-word;
  }
  .p-tooltip-arrow {
    scale: 2;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .p-tooltip-right .p-tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -0.25rem;
    border-width: .25em .25em .25em 0;
  }
  .p-tooltip-left .p-tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -0.25rem;
    border-width: .25em 0 .25em .25rem;
  }
  .p-tooltip.p-tooltip-top {
    padding: .25em 0;
  }
  .p-tooltip-top .p-tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -0.25rem;
    border-width: .25em .25em 0;
  }
  .p-tooltip-bottom .p-tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -0.25rem;
    border-width: 0 .25em .25rem;
  }
}

/* node_modules/perfect-scrollbar/css/perfect-scrollbar.css */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  bottom: 0px;
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  right: 0;
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/* node_modules/primeng/resources/themes/lara-light-blue/theme.css */
:root {
  font-family: "Inter var", sans-serif;
  font-feature-settings:
    "cv02",
    "cv03",
    "cv04",
    "cv11";
  font-variation-settings: normal;
  --font-family: "Inter var", sans-serif;
  --font-feature-settings:
    "cv02",
    "cv03",
    "cv04",
    "cv11";
  --surface-a: #ffffff;
  --surface-b: #f9fafb;
  --surface-c: #f3f4f6;
  --surface-d: #e5e7eb;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #4b5563;
  --text-color-secondary: #6b7280;
  --primary-color: #3B82F6;
  --primary-color-text: #ffffff;
  --surface-0: #ffffff;
  --surface-50: #f9fafb;
  --surface-100: #f3f4f6;
  --surface-200: #e5e7eb;
  --surface-300: #d1d5db;
  --surface-400: #9ca3af;
  --surface-500: #6b7280;
  --surface-600: #4b5563;
  --surface-700: #374151;
  --surface-800: #1f2937;
  --surface-900: #111827;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --content-padding: 1.25rem;
  --inline-spacing: 0.5rem;
  --border-radius: 6px;
  --surface-ground: #f9fafb;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dfe7ef;
  --surface-hover: #f6f9fc;
  --focus-ring: 0 0 0 0.2rem #BFDBFE;
  --maskbg: rgba(0, 0, 0, 0.4);
  --highlight-bg: #EFF6FF;
  --highlight-text-color: #1D4ED8;
  color-scheme: light;
}
@font-face {
  font-family: "Inter var";
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  font-named-instance: "Regular";
  src: url("./media/Inter-roman.var-WIJJYAE4.woff2?v=3.19") format("woff2");
}
@font-face {
  font-family: "Inter var";
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
  font-named-instance: "Italic";
  src: url("./media/Inter-italic.var-SWFAXF2C.woff2?v=3.19") format("woff2");
}
:root {
  --blue-50:#f5f9ff;
  --blue-100:#d0e1fd;
  --blue-200:#abc9fb;
  --blue-300:#85b2f9;
  --blue-400:#609af8;
  --blue-500:#3b82f6;
  --blue-600:#326fd1;
  --blue-700:#295bac;
  --blue-800:#204887;
  --blue-900:#183462;
  --green-50:#f4fcf7;
  --green-100:#caf1d8;
  --green-200:#a0e6ba;
  --green-300:#76db9b;
  --green-400:#4cd07d;
  --green-500:#22c55e;
  --green-600:#1da750;
  --green-700:#188a42;
  --green-800:#136c34;
  --green-900:#0e4f26;
  --yellow-50:#fefbf3;
  --yellow-100:#faedc4;
  --yellow-200:#f6de95;
  --yellow-300:#f2d066;
  --yellow-400:#eec137;
  --yellow-500:#eab308;
  --yellow-600:#c79807;
  --yellow-700:#a47d06;
  --yellow-800:#816204;
  --yellow-900:#5e4803;
  --cyan-50:#f3fbfd;
  --cyan-100:#c3edf5;
  --cyan-200:#94e0ed;
  --cyan-300:#65d2e4;
  --cyan-400:#35c4dc;
  --cyan-500:#06b6d4;
  --cyan-600:#059bb4;
  --cyan-700:#047f94;
  --cyan-800:#036475;
  --cyan-900:#024955;
  --pink-50:#fef6fa;
  --pink-100:#fad3e7;
  --pink-200:#f7b0d3;
  --pink-300:#f38ec0;
  --pink-400:#f06bac;
  --pink-500:#ec4899;
  --pink-600:#c93d82;
  --pink-700:#a5326b;
  --pink-800:#822854;
  --pink-900:#5e1d3d;
  --indigo-50:#f7f7fe;
  --indigo-100:#dadafc;
  --indigo-200:#bcbdf9;
  --indigo-300:#9ea0f6;
  --indigo-400:#8183f4;
  --indigo-500:#6366f1;
  --indigo-600:#5457cd;
  --indigo-700:#4547a9;
  --indigo-800:#363885;
  --indigo-900:#282960;
  --teal-50:#f3fbfb;
  --teal-100:#c7eeea;
  --teal-200:#9ae0d9;
  --teal-300:#6dd3c8;
  --teal-400:#41c5b7;
  --teal-500:#14b8a6;
  --teal-600:#119c8d;
  --teal-700:#0e8174;
  --teal-800:#0b655b;
  --teal-900:#084a42;
  --orange-50:#fff8f3;
  --orange-100:#feddc7;
  --orange-200:#fcc39b;
  --orange-300:#fba86f;
  --orange-400:#fa8e42;
  --orange-500:#f97316;
  --orange-600:#d46213;
  --orange-700:#ae510f;
  --orange-800:#893f0c;
  --orange-900:#642e09;
  --bluegray-50:#f7f8f9;
  --bluegray-100:#dadee3;
  --bluegray-200:#bcc3cd;
  --bluegray-300:#9fa9b7;
  --bluegray-400:#818ea1;
  --bluegray-500:#64748b;
  --bluegray-600:#556376;
  --bluegray-700:#465161;
  --bluegray-800:#37404c;
  --bluegray-900:#282e38;
  --purple-50:#fbf7ff;
  --purple-100:#ead6fd;
  --purple-200:#dab6fc;
  --purple-300:#c996fa;
  --purple-400:#b975f9;
  --purple-500:#a855f7;
  --purple-600:#8f48d2;
  --purple-700:#763cad;
  --purple-800:#5c2f88;
  --purple-900:#432263;
  --red-50:#fff5f5;
  --red-100:#ffd0ce;
  --red-200:#ffaca7;
  --red-300:#ff8780;
  --red-400:#ff6259;
  --red-500:#ff3d32;
  --red-600:#d9342b;
  --red-700:#b32b23;
  --red-800:#8c221c;
  --red-900:#661814;
  --primary-50:#f5f9ff;
  --primary-100:#d0e1fd;
  --primary-200:#abc9fb;
  --primary-300:#85b2f9;
  --primary-400:#609af8;
  --primary-500:#3b82f6;
  --primary-600:#326fd1;
  --primary-700:#295bac;
  --primary-800:#204887;
  --primary-900:#183462;
}
.p-editor-container .p-editor-toolbar {
  background: #f9fafb;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.p-editor-container .p-editor-toolbar.ql-snow {
  border: 1px solid #e5e7eb;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
  stroke: #6b7280;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
  fill: #6b7280;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
  border: 0 none;
  color: #6b7280;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
  color: #4b5563;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
  stroke: #4b5563;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
  fill: #4b5563;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #4b5563;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #4b5563;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #4b5563;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 0.75rem 0;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
  color: #4b5563;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
  color: #4b5563;
  background: #f3f4f6;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
  padding: 0.75rem 1.25rem;
}
.p-editor-container .p-editor-content {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.p-editor-container .p-editor-content.ql-snow {
  border: 1px solid #e5e7eb;
}
.p-editor-container .p-editor-content .ql-editor {
  background: #ffffff;
  color: #4b5563;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.p-editor-container .ql-snow.ql-toolbar button:hover,
.p-editor-container .ql-snow.ql-toolbar button:focus {
  color: #4b5563;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
  stroke: #4b5563;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
  fill: #4b5563;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
  color: #3B82F6;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
  stroke: #3B82F6;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: #3B82F6;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
  color: #3B82F6;
}
@layer primeng {
  * {
    box-sizing: border-box;
  }
  .p-component {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    font-weight: normal;
  }
  .p-component-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    transition-duration: 0.2s;
  }
  .p-disabled,
  .p-component:disabled {
    opacity: 0.6;
  }
  .p-error {
    color: #e24c4c;
  }
  .p-text-secondary {
    color: #6b7280;
  }
  .pi {
    font-size: 1rem;
  }
  .p-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-link {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    border-radius: 6px;
  }
  .p-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-component-overlay-enter {
    animation: p-component-overlay-enter-animation 150ms forwards;
  }
  .p-component-overlay-leave {
    animation: p-component-overlay-leave-animation 150ms forwards;
  }
  @keyframes p-component-overlay-enter-animation {
    from {
      background-color: transparent;
    }
    to {
      background-color: var(--maskbg);
    }
  }
  @keyframes p-component-overlay-leave-animation {
    from {
      background-color: var(--maskbg);
    }
    to {
      background-color: transparent;
    }
  }
  .p-autocomplete .p-autocomplete-loader {
    right: 0.75rem;
  }
  .p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
    right: 3.75rem;
  }
  .p-autocomplete:not(.p-disabled):hover .p-autocomplete-multiple-container {
    border-color: #3B82F6;
  }
  .p-autocomplete:not(.p-disabled).p-focus .p-autocomplete-multiple-container {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-autocomplete .p-autocomplete-multiple-container {
    padding: 0.375rem 0.75rem;
    gap: 0.5rem;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
    padding: 0.375rem 0;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #4b5563;
    padding: 0;
    margin: 0;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
    padding: 0.375rem 0.75rem;
    background: #e5e7eb;
    color: #4b5563;
    border-radius: 16px;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
    margin-left: 0.5rem;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token.p-focus {
    background: #d1d5db;
    color: #4b5563;
  }
  .p-autocomplete.p-invalid.p-component > .p-inputtext {
    border-color: #e24c4c;
  }
  .p-autocomplete-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-autocomplete-panel .p-autocomplete-items {
    padding: 0.75rem 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:first-child {
    margin-top: 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
    background: transparent;
  }
  p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
    border-color: #e24c4c;
  }
  p-autocomplete.p-autocomplete-clearable .p-inputtext {
    padding-right: 2.5rem;
  }
  p-autocomplete.p-autocomplete-clearable .p-autocomplete-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd .p-autocomplete-clear-icon {
    color: #6b7280;
    right: 3.75rem;
  }
  p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
    border-color: #e24c4c;
  }
  .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-datepicker {
    padding: 0.5rem;
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #d1d5db;
    border-radius: 6px;
  }
  .p-datepicker:not(.p-datepicker-inline) {
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
    background: #ffffff;
  }
  .p-datepicker .p-datepicker-header {
    padding: 0.5rem;
    color: #4b5563;
    background: #ffffff;
    font-weight: 600;
    margin: 0;
    border-bottom: 1px solid #e5e7eb;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev,
  .p-datepicker .p-datepicker-header .p-datepicker-next {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
  .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
  .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title {
    line-height: 2rem;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    color: #4b5563;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    font-weight: 600;
    padding: 0.5rem;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
    color: #3B82F6;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    margin-right: 0.5rem;
  }
  .p-datepicker table {
    font-size: 1rem;
    margin: 0.5rem 0;
  }
  .p-datepicker table th {
    padding: 0.5rem;
  }
  .p-datepicker table th > span {
    width: 2.5rem;
    height: 2.5rem;
  }
  .p-datepicker table td {
    padding: 0.5rem;
  }
  .p-datepicker table td > span {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    transition: box-shadow 0.2s;
    border: 1px solid transparent;
  }
  .p-datepicker table td > span.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-datepicker table td > span:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-datepicker table td.p-datepicker-today > span {
    background: #d1d5db;
    color: #4b5563;
    border-color: transparent;
  }
  .p-datepicker table td.p-datepicker-today > span.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-datepicker .p-datepicker-buttonbar {
    padding: 1rem 0;
    border-top: 1px solid #e5e7eb;
  }
  .p-datepicker .p-datepicker-buttonbar .p-button {
    width: auto;
  }
  .p-datepicker .p-timepicker {
    border-top: 1px solid #e5e7eb;
    padding: 0.5rem;
  }
  .p-datepicker .p-timepicker button {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-datepicker .p-timepicker button:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-datepicker .p-timepicker button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-datepicker .p-timepicker button:last-child {
    margin-top: 0.2em;
  }
  .p-datepicker .p-timepicker span {
    font-size: 1.25rem;
  }
  .p-datepicker .p-timepicker > div {
    padding: 0 0.5rem;
  }
  .p-datepicker.p-datepicker-timeonly .p-timepicker {
    border-top: 0 none;
  }
  .p-datepicker .p-monthpicker {
    margin: 0.5rem 0;
  }
  .p-datepicker .p-monthpicker .p-monthpicker-month {
    padding: 0.5rem;
    transition: box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-datepicker .p-yearpicker {
    margin: 0.5rem 0;
  }
  .p-datepicker .p-yearpicker .p-yearpicker-year {
    padding: 0.5rem;
    transition: box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
    border-left: 1px solid #e5e7eb;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
    padding-left: 0;
    border-left: 0 none;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
    padding-right: 0;
  }
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
    background: #f3f4f6;
  }
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
    background: #f3f4f6;
  }
  .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
    background: #f3f4f6;
  }
  .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  p-calendar.p-calendar-clearable .p-inputtext {
    padding-right: 2.5rem;
  }
  p-calendar.p-calendar-clearable .p-calendar-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  p-calendar.p-calendar-clearable .p-calendar-w-btn .p-calendar-clear-icon {
    color: #6b7280;
    right: 3.75rem;
  }
  @media screen and (max-width: 769px) {
    .p-datepicker table th,
    .p-datepicker table td {
      padding: 0;
    }
  }
  .p-cascadeselect {
    background: #ffffff;
    border: 1px solid #d1d5db;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-cascadeselect:not(.p-disabled):hover {
    border-color: #3B82F6;
  }
  .p-cascadeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-cascadeselect .p-cascadeselect-label {
    background: transparent;
    border: 0 none;
    padding: 0.75rem 0.75rem;
  }
  .p-cascadeselect .p-cascadeselect-label.p-placeholder {
    color: #6b7280;
  }
  .p-cascadeselect .p-cascadeselect-label:enabled:focus {
    outline: 0 none;
    box-shadow: none;
  }
  .p-cascadeselect .p-cascadeselect-trigger {
    background: transparent;
    color: #6b7280;
    width: 3rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-cascadeselect.p-invalid.p-component {
    border-color: #e24c4c;
  }
  .p-cascadeselect.p-variant-filled {
    background-color: #f3f4f6;
  }
  .p-cascadeselect.p-variant-filled:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-cascadeselect.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  .p-cascadeselect-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-cascadeselect-panel .p-cascadeselect-items {
    padding: 0.75rem 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item {
    margin: 0;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:first-child {
    margin-top: 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
    padding: 0.75rem 1.25rem;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
    font-size: 0.875rem;
  }
  .p-input-filled .p-cascadeselect {
    background: #f3f4f6;
  }
  .p-input-filled .p-cascadeselect:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
    border-color: #e24c4c;
  }
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
    padding-right: 0.75rem;
  }
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-clear-icon {
    color: #6b7280;
    right: 3rem;
  }
  .p-overlay-modal .p-cascadeselect-sublist .p-cascadeselect-panel {
    box-shadow: none;
    border-radius: 0;
    padding: 0.25rem 0 0.25rem 0.5rem;
  }
  .p-overlay-modal .p-cascadeselect-item-active > .p-cascadeselect-item-content .p-cascadeselect-group-icon {
    transform: rotate(90deg);
  }
  .p-checkbox {
    width: 22px;
    height: 22px;
  }
  .p-checkbox .p-checkbox-box {
    border: 2px solid #d1d5db;
    background: #ffffff;
    width: 22px;
    height: 22px;
    color: #4b5563;
    border-radius: 6px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-checkbox .p-checkbox-box .p-checkbox-icon {
    transition-duration: 0.2s;
    color: #ffffff;
    font-size: 14px;
  }
  .p-checkbox .p-checkbox-box .p-icon {
    width: 14px;
    height: 14px;
  }
  .p-checkbox .p-checkbox-box.p-highlight {
    border-color: #3B82F6;
    background: #3B82F6;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    border-color: #3B82F6;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    border-color: #1D4ED8;
    background: #1D4ED8;
    color: #ffffff;
  }
  .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #f3f4f6;
  }
  .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #3B82F6;
  }
  .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    background-color: #f3f4f6;
  }
  .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    background: #1D4ED8;
  }
  p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
    border-color: #e24c4c;
  }
  .p-input-filled .p-checkbox .p-checkbox-box {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
    background: #3B82F6;
  }
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    background: #1D4ED8;
  }
  .p-checkbox-label {
    margin-left: 0.5rem;
  }
  p-tristatecheckbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
    border-color: #e24c4c;
  }
  .p-chips:not(.p-disabled):hover .p-chips-multiple-container {
    border-color: #3B82F6;
  }
  .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-chips .p-chips-multiple-container {
    padding: 0.375rem 0.75rem;
    gap: 0.5rem;
  }
  .p-chips .p-chips-multiple-container .p-chips-token {
    padding: 0.375rem 0.75rem;
    margin-right: 0.5rem;
    background: #e5e7eb;
    color: #4b5563;
    border-radius: 16px;
  }
  .p-chips .p-chips-multiple-container .p-chips-token.p-focus {
    background: #d1d5db;
    color: #4b5563;
  }
  .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
    margin-left: 0.5rem;
  }
  .p-chips .p-chips-multiple-container .p-chips-input-token {
    padding: 0.375rem 0;
  }
  .p-chips .p-chips-multiple-container .p-chips-input-token input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #4b5563;
    padding: 0;
    margin: 0;
  }
  p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
    border-color: #e24c4c;
  }
  p-chips.p-chips-clearable .p-inputtext {
    padding-right: 1.75rem;
  }
  p-chips.p-chips-clearable .p-chips-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  .p-colorpicker-preview,
  .p-fluid .p-colorpicker-preview.p-inputtext {
    width: 2rem;
    height: 2rem;
  }
  .p-colorpicker-panel {
    background: #323232;
    border: 1px solid #191919;
  }
  .p-colorpicker-panel .p-colorpicker-color-handle,
  .p-colorpicker-panel .p-colorpicker-hue-handle {
    border-color: #ffffff;
  }
  .p-colorpicker-overlay-panel {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-dropdown {
    background: #ffffff;
    border: 1px solid #d1d5db;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-dropdown:not(.p-disabled):hover {
    border-color: #3B82F6;
  }
  .p-dropdown:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-dropdown.p-dropdown-clearable .p-dropdown-label {
    padding-right: 1.75rem;
  }
  .p-dropdown .p-dropdown-label {
    background: transparent;
    border: 0 none;
  }
  .p-dropdown .p-dropdown-label.p-placeholder {
    color: #6b7280;
  }
  .p-dropdown .p-dropdown-label:focus,
  .p-dropdown .p-dropdown-label:enabled:focus {
    outline: 0 none;
    box-shadow: none;
  }
  .p-dropdown .p-dropdown-trigger {
    background: transparent;
    color: #6b7280;
    width: 3rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-dropdown .p-dropdown-clear-icon {
    color: #6b7280;
    right: 3rem;
  }
  .p-dropdown.p-invalid.p-component {
    border-color: #e24c4c;
  }
  .p-dropdown.p-variant-filled {
    background-color: #f3f4f6;
  }
  .p-dropdown.p-variant-filled:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-dropdown.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  .p-dropdown-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-dropdown-panel .p-dropdown-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
    padding-right: 1.75rem;
    margin-right: -1.75rem;
  }
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-dropdown-panel .p-dropdown-items {
    padding: 0.75rem 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child {
    margin-top: 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
    background: transparent;
  }
  .p-input-filled .p-dropdown {
    background: #f3f4f6;
  }
  .p-input-filled .p-dropdown:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
    background-color: transparent;
  }
  p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
    border-color: #e24c4c;
  }
  .p-icon-field .p-input-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-inputgroup-addon {
    background: #f3f4f6;
    color: #6b7280;
    border-top: 1px solid #d1d5db;
    border-left: 1px solid #d1d5db;
    border-bottom: 1px solid #d1d5db;
    padding: 0.75rem 0.75rem;
    min-width: 3rem;
  }
  .p-inputgroup-addon:last-child {
    border-right: 1px solid #d1d5db;
  }
  .p-inputgroup > .p-component,
  .p-inputgroup > .p-inputwrapper > .p-inputtext,
  .p-inputgroup > .p-float-label > .p-component {
    border-radius: 0;
    margin: 0;
  }
  .p-inputgroup > .p-component + .p-inputgroup-addon,
  .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
  .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
    border-left: 0 none;
  }
  .p-inputgroup > .p-component:focus,
  .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
  .p-inputgroup > .p-float-label > .p-component:focus {
    z-index: 1;
  }
  .p-inputgroup > .p-component:focus ~ label,
  .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
  .p-inputgroup > .p-float-label > .p-component:focus ~ label {
    z-index: 1;
  }
  .p-inputgroup-addon:first-child,
  .p-inputgroup button:first-child,
  .p-inputgroup input:first-child,
  .p-inputgroup > .p-inputwrapper:first-child > .p-component,
  .p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-inputgroup .p-float-label:first-child input {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-inputgroup-addon:last-child,
  .p-inputgroup button:last-child,
  .p-inputgroup input:last-child,
  .p-inputgroup > .p-inputwrapper:last-child > .p-component,
  .p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-inputgroup .p-float-label:last-child input {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-fluid .p-inputgroup .p-button {
    width: auto;
  }
  .p-fluid .p-inputgroup .p-button.p-button-icon-only {
    width: 3rem;
  }
  .p-icon-field-left .p-input-icon:first-of-type {
    left: 0.75rem;
    color: #6b7280;
  }
  .p-icon-field-right .p-input-icon:last-of-type {
    right: 0.75rem;
    color: #6b7280;
  }
  p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
    border-color: #e24c4c;
  }
  p-inputmask.p-inputmask-clearable .p-inputtext {
    padding-right: 2.5rem;
  }
  p-inputmask.p-inputmask-clearable .p-inputmask-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  .p-inputmask.p-variant-filled {
    background-color: #f3f4f6;
  }
  .p-inputmask.p-variant-filled:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-inputmask.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
    border-color: #e24c4c;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-input {
    padding-right: 2.5rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-stacked .p-inputnumber-clear-icon {
    right: 3.75rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-inputnumber-clear-icon {
    right: 3.75rem;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
    background-color: #f3f4f6;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
    background-color: #f3f4f6;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
    background-color: #ffffff;
  }
  .p-inputotp {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .p-inputotp-input {
    text-align: center;
    width: 2.5rem;
  }
  .p-inputswitch {
    width: 3rem;
    height: 1.75rem;
  }
  .p-inputswitch .p-inputswitch-slider {
    background: #d1d5db;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 30px;
  }
  .p-inputswitch .p-inputswitch-slider:before {
    background: #ffffff;
    width: 1.25rem;
    height: 1.25rem;
    left: 0.25rem;
    margin-top: -0.625rem;
    border-radius: 50%;
    transition-duration: 0.2s;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
    transform: translateX(1.25rem);
  }
  .p-inputswitch.p-focus .p-inputswitch-slider {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
    background: #b7bcc5;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
    background: #3B82F6;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
    background: #ffffff;
  }
  .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
    background: #2563eb;
  }
  p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch > .p-inputswitch-slider {
    border-color: #e24c4c;
  }
  .p-inputtext {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #4b5563;
    background: #ffffff;
    padding: 0.75rem 0.75rem;
    border: 1px solid #d1d5db;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    appearance: none;
    border-radius: 6px;
  }
  .p-inputtext:enabled:hover {
    border-color: #3B82F6;
  }
  .p-inputtext:enabled:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-inputtext.ng-dirty.ng-invalid {
    border-color: #e24c4c;
  }
  .p-inputtext.p-variant-filled {
    background-color: #f3f4f6;
  }
  .p-inputtext.p-variant-filled:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-inputtext.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  .p-inputtext.p-inputtext-sm {
    font-size: 0.875rem;
    padding: 0.65625rem 0.65625rem;
  }
  .p-inputtext.p-inputtext-lg {
    font-size: 1.25rem;
    padding: 0.9375rem 0.9375rem;
  }
  .p-float-label > label {
    left: 0.75rem;
    color: #6b7280;
    transition-duration: 0.2s;
  }
  .p-float-label > .ng-invalid.ng-dirty + label {
    color: #e24c4c;
  }
  .p-input-icon-left > .p-icon-wrapper.p-icon,
  .p-input-icon-left > i:first-of-type {
    left: 0.75rem;
    color: #6b7280;
  }
  .p-input-icon-left > .p-inputtext {
    padding-left: 2.5rem;
  }
  .p-input-icon-left.p-float-label > label {
    left: 2.5rem;
  }
  .p-input-icon-right > .p-icon-wrapper,
  .p-input-icon-right > i:last-of-type {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-input-icon-right > .p-inputtext {
    padding-right: 2.5rem;
  }
  .p-icon-field-left > .p-inputtext {
    padding-left: 2.5rem;
  }
  .p-icon-field-left.p-float-label > label {
    left: 2.5rem;
  }
  .p-icon-field-right > .p-inputtext {
    padding-right: 2.5rem;
  }
  ::-webkit-input-placeholder {
    color: #6b7280;
  }
  :-moz-placeholder {
    color: #6b7280;
  }
  ::-moz-placeholder {
    color: #6b7280;
  }
  :-ms-input-placeholder {
    color: #6b7280;
  }
  .p-input-filled .p-inputtext {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-inputtext:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-inputtext:enabled:focus {
    background-color: #ffffff;
  }
  .p-inputtext-sm .p-inputtext {
    font-size: 0.875rem;
    padding: 0.65625rem 0.65625rem;
  }
  .p-inputtext-lg .p-inputtext {
    font-size: 1.25rem;
    padding: 0.9375rem 0.9375rem;
  }
  .p-listbox {
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-listbox .p-listbox-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-listbox .p-listbox-header .p-listbox-filter {
    padding-right: 1.75rem;
  }
  .p-listbox .p-listbox-header .p-listbox-filter-icon {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-listbox .p-listbox-header .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-listbox .p-listbox-list {
    padding: 0.75rem 0;
    outline: 0 none;
  }
  .p-listbox .p-listbox-list .p-listbox-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-listbox .p-listbox-list .p-listbox-item:first-child {
    margin-top: 0;
  }
  .p-listbox .p-listbox-list .p-listbox-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-listbox .p-listbox-list .p-listbox-item .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-listbox .p-listbox-list .p-listbox-item-group {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
  }
  .p-listbox .p-listbox-list .p-listbox-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
    background: transparent;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-listbox.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  p-listbox.ng-dirty.ng-invalid > .p-listbox {
    border-color: #e24c4c;
  }
  .p-multiselect {
    background: #ffffff;
    border: 1px solid #d1d5db;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-multiselect:not(.p-disabled):hover {
    border-color: #3B82F6;
  }
  .p-multiselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-multiselect .p-multiselect-label {
    padding: 0.75rem 0.75rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-multiselect .p-multiselect-label.p-placeholder {
    color: #6b7280;
  }
  .p-multiselect.p-multiselect-chip .p-multiselect-token {
    padding: 0.375rem 0.75rem;
    margin-right: 0.5rem;
    background: #e5e7eb;
    color: #4b5563;
    border-radius: 16px;
  }
  .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
    margin-left: 0.5rem;
  }
  .p-multiselect .p-multiselect-trigger {
    background: transparent;
    color: #6b7280;
    width: 3rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-multiselect.p-variant-filled {
    background: #f3f4f6;
  }
  .p-multiselect.p-variant-filled:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  .p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
    padding: 0.375rem 0.75rem;
  }
  .p-multiselect-clearable .p-multiselect-label-container {
    padding-right: 1.75rem;
  }
  .p-multiselect-clearable .p-multiselect-clear-icon {
    color: #6b7280;
    right: 3rem;
  }
  .p-multiselect-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-multiselect-panel .p-multiselect-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
    padding-right: 1.75rem;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-multiselect-panel .p-multiselect-header .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close {
    margin-left: 0.5rem;
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-multiselect-panel .p-multiselect-items {
    padding: 0.75rem 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child {
    margin-top: 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
    background: transparent;
  }
  .p-input-filled .p-multiselect {
    background: #f3f4f6;
  }
  .p-input-filled .p-multiselect:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-multiselect:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
    border-color: #e24c4c;
  }
  p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
    border-color: #e24c4c;
  }
  .p-password-panel {
    padding: 1.25rem;
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-password-panel .p-password-meter {
    margin-bottom: 0.5rem;
    background: #e5e7eb;
  }
  .p-password-panel .p-password-meter .p-password-strength.weak {
    background: #ea5455;
  }
  .p-password-panel .p-password-meter .p-password-strength.medium {
    background: #ff9f42;
  }
  .p-password-panel .p-password-meter .p-password-strength.strong {
    background: #29c76f;
  }
  p-password.p-password-clearable .p-password-input {
    padding-right: 2.5rem;
  }
  p-password.p-password-clearable .p-password-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  p-password.p-password-clearable.p-password-mask .p-password-input {
    padding-right: 4.25rem;
  }
  p-password.p-password-clearable.p-password-mask .p-password-clear-icon {
    color: #6b7280;
    right: 2.5rem;
  }
  .p-radiobutton {
    width: 22px;
    height: 22px;
  }
  .p-radiobutton .p-radiobutton-box {
    border: 2px solid #d1d5db;
    background: #ffffff;
    width: 22px;
    height: 22px;
    color: #4b5563;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
    border-color: #3B82F6;
  }
  .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
    width: 12px;
    height: 12px;
    transition-duration: 0.2s;
    background-color: #ffffff;
  }
  .p-radiobutton .p-radiobutton-box.p-highlight {
    border-color: #3B82F6;
    background: #3B82F6;
  }
  .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    border-color: #1D4ED8;
    background: #1D4ED8;
    color: #ffffff;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box {
    background-color: #f3f4f6;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
    background: #3B82F6;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    background: #1D4ED8;
  }
  p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
    border-color: #e24c4c;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
    background: #3B82F6;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    background: #1D4ED8;
  }
  .p-radiobutton-label {
    margin-left: 0.5rem;
  }
  .p-rating {
    gap: 0.5rem;
  }
  .p-rating .p-rating-item {
    border-radius: 50%;
    outline-color: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .p-rating .p-rating-item .p-rating-icon {
    color: #4b5563;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    font-size: 1.143rem;
  }
  .p-rating .p-rating-item .p-rating-icon.p-icon {
    width: 1.143rem;
    height: 1.143rem;
  }
  .p-rating .p-rating-item .p-rating-icon.p-rating-cancel {
    color: #ea5455;
  }
  .p-rating .p-rating-item.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
    color: #3B82F6;
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon {
    color: #3B82F6;
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
    color: #e73d3e;
  }
  .p-selectbutton .p-button {
    background: #ffffff;
    border: 1px solid #d1d5db;
    color: #4b5563;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-selectbutton .p-button .p-button-icon-left,
  .p-selectbutton .p-button .p-button-icon-right {
    color: #6b7280;
  }
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #f3f4f6;
    border-color: #d1d5db;
    color: #4b5563;
  }
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
    color: #374151;
  }
  .p-selectbutton .p-button.p-highlight {
    background: #3B82F6;
    border-color: #3B82F6;
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight .p-button-icon-left,
  .p-selectbutton .p-button.p-highlight .p-button-icon-right {
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight:hover {
    background: #2563eb;
    border-color: #2563eb;
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
    color: #ffffff;
  }
  p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
    border-color: #e24c4c;
  }
  .p-slider {
    background: #e5e7eb;
    border: 0 none;
    border-radius: 6px;
  }
  .p-slider.p-slider-horizontal {
    height: 0.286rem;
  }
  .p-slider.p-slider-horizontal .p-slider-handle {
    margin-top: -0.5715rem;
    margin-left: -0.5715rem;
  }
  .p-slider.p-slider-vertical {
    height: 100%;
    width: 0.286rem;
  }
  .p-slider.p-slider-vertical .p-slider-handle {
    height: 1.143rem;
    width: 1.143rem;
    margin-left: -0.5715rem;
    margin-bottom: -0.5715rem;
  }
  .p-slider .p-slider-handle {
    height: 1.143rem;
    width: 1.143rem;
    background: #ffffff;
    border: 2px solid #3B82F6;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-slider .p-slider-handle:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-slider .p-slider-range {
    background: #3B82F6;
  }
  .p-slider:not(.p-disabled) .p-slider-handle:hover {
    background: #3B82F6;
    border-color: #3B82F6;
  }
  .p-slider.p-slider-animate.p-slider-horizontal .p-slider-handle {
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s,
      left 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-horizontal .p-slider-range {
    transition: width 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-vertical .p-slider-handle {
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s,
      bottom 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
    transition: height 0.2s;
  }
  .p-togglebutton.p-button {
    background: #ffffff;
    border: 1px solid #d1d5db;
    color: #4b5563;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-togglebutton.p-button .p-button-icon-left,
  .p-togglebutton.p-button .p-button-icon-right {
    color: #6b7280;
  }
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #f3f4f6;
    border-color: #d1d5db;
    color: #4b5563;
  }
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
    color: #374151;
  }
  .p-togglebutton.p-button.p-highlight {
    background: #3B82F6;
    border-color: #3B82F6;
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight .p-button-icon-left,
  .p-togglebutton.p-button.p-highlight .p-button-icon-right {
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight:hover {
    background: #2563eb;
    border-color: #2563eb;
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
    color: #ffffff;
  }
  p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
    border-color: #e24c4c;
  }
  .p-treeselect {
    background: #ffffff;
    border: 1px solid #d1d5db;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-treeselect:not(.p-disabled):hover {
    border-color: #3B82F6;
  }
  .p-treeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-treeselect .p-treeselect-label {
    padding: 0.75rem 0.75rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-treeselect .p-treeselect-label.p-placeholder {
    color: #6b7280;
  }
  .p-treeselect.p-treeselect-chip .p-treeselect-token {
    padding: 0.375rem 0.75rem;
    margin-right: 0.5rem;
    background: #e5e7eb;
    color: #4b5563;
    border-radius: 16px;
  }
  .p-treeselect .p-treeselect-trigger {
    background: transparent;
    color: #6b7280;
    width: 3rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-treeselect.p-variant-filled {
    background-color: #f3f4f6;
  }
  .p-treeselect.p-variant-filled:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-treeselect.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
    border-color: #e24c4c;
  }
  .p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
    padding: 0.375rem 0.75rem;
  }
  .p-treeselect-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-treeselect-panel .p-treeselect-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container {
    margin-right: 0.5rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter {
    padding-right: 1.75rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter {
    padding-right: 3.5rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon {
    right: 2.5rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-treeselect-panel .p-treeselect-items-wrapper .p-tree {
    border: 0 none;
  }
  .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
    background: transparent;
  }
  .p-input-filled .p-treeselect {
    background: #f3f4f6;
  }
  .p-input-filled .p-treeselect:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-treeselect:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
    padding-right: 1.75rem;
  }
  p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
    color: #6b7280;
    right: 3rem;
  }
  .p-button {
    color: #ffffff;
    background: #3B82F6;
    border: 1px solid #3B82F6;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 6px;
    outline-color: transparent;
  }
  .p-button:not(:disabled):hover {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
  }
  .p-button:not(:disabled):active {
    background: #1D4ED8;
    color: #ffffff;
    border-color: #1D4ED8;
  }
  .p-button.p-button-outlined {
    background-color: transparent;
    color: #3B82F6;
    border: 1px solid;
  }
  .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(59, 130, 246, 0.04);
    color: #3B82F6;
    border: 1px solid;
  }
  .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(59, 130, 246, 0.16);
    color: #3B82F6;
    border: 1px solid;
  }
  .p-button.p-button-outlined.p-button-plain {
    color: #6b7280;
    border-color: #6b7280;
  }
  .p-button.p-button-outlined.p-button-plain:not(:disabled):hover {
    background: #f3f4f6;
    color: #6b7280;
  }
  .p-button.p-button-outlined.p-button-plain:not(:disabled):active {
    background: #e5e7eb;
    color: #6b7280;
  }
  .p-button.p-button-text {
    background-color: transparent;
    color: #3B82F6;
    border-color: transparent;
  }
  .p-button.p-button-text:not(:disabled):hover {
    background: rgba(59, 130, 246, 0.04);
    color: #3B82F6;
    border-color: transparent;
  }
  .p-button.p-button-text:not(:disabled):active {
    background: rgba(59, 130, 246, 0.16);
    color: #3B82F6;
    border-color: transparent;
  }
  .p-button.p-button-text.p-button-plain {
    color: #6b7280;
  }
  .p-button.p-button-text.p-button-plain:not(:disabled):hover {
    background: #f3f4f6;
    color: #6b7280;
  }
  .p-button.p-button-text.p-button-plain:not(:disabled):active {
    background: #e5e7eb;
    color: #6b7280;
  }
  .p-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-button .p-button-label {
    transition-duration: 0.2s;
  }
  .p-button .p-button-icon-left {
    margin-right: 0.5rem;
  }
  .p-button .p-button-icon-right {
    margin-left: 0.5rem;
  }
  .p-button .p-button-icon-bottom {
    margin-top: 0.5rem;
  }
  .p-button .p-button-icon-top {
    margin-bottom: 0.5rem;
  }
  .p-button .p-badge {
    margin-left: 0.5rem;
    min-width: 1rem;
    height: 1rem;
    line-height: 1rem;
    color: #3B82F6;
    background-color: #ffffff;
  }
  .p-button.p-button-raised {
    box-shadow:
      0 3px 1px -2px rgba(0, 0, 0, 0.2),
      0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .p-button.p-button-rounded {
    border-radius: 2rem;
  }
  .p-button.p-button-icon-only {
    width: 3rem;
    padding: 0.75rem 0;
  }
  .p-button.p-button-icon-only .p-button-icon-left,
  .p-button.p-button-icon-only .p-button-icon-right {
    margin: 0;
  }
  .p-button.p-button-icon-only.p-button-rounded {
    border-radius: 50%;
    height: 3rem;
  }
  .p-button.p-button-sm {
    font-size: 0.875rem;
    padding: 0.65625rem 1.09375rem;
  }
  .p-button.p-button-sm .p-button-icon {
    font-size: 0.875rem;
  }
  .p-button.p-button-lg {
    font-size: 1.25rem;
    padding: 0.9375rem 1.5625rem;
  }
  .p-button.p-button-lg .p-button-icon {
    font-size: 1.25rem;
  }
  .p-button.p-button-loading-label-only .p-button-label {
    margin-left: 0.5rem;
  }
  .p-button.p-button-loading-label-only .p-button-loading-icon {
    margin-right: 0;
  }
  .p-fluid .p-button {
    width: 100%;
  }
  .p-fluid .p-button-icon-only {
    width: 3rem;
  }
  .p-fluid .p-button-group {
    display: flex;
  }
  .p-fluid .p-button-group .p-button {
    flex: 1;
  }
  .p-button.p-button-secondary,
  .p-button-group.p-button-secondary > .p-button,
  .p-splitbutton.p-button-secondary > .p-button {
    color: #ffffff;
    background: #64748b;
    border: 1px solid #64748b;
  }
  .p-button.p-button-secondary:not(:disabled):hover,
  .p-button-group.p-button-secondary > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
    background: #475569;
    color: #ffffff;
    border-color: #475569;
  }
  .p-button.p-button-secondary:not(:disabled):focus,
  .p-button-group.p-button-secondary > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #e2e8f0;
  }
  .p-button.p-button-secondary:not(:disabled):active,
  .p-button-group.p-button-secondary > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
    background: #334155;
    color: #ffffff;
    border-color: #334155;
  }
  .p-button.p-button-secondary.p-button-outlined,
  .p-button-group.p-button-secondary > .p-button.p-button-outlined,
  .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
    background-color: transparent;
    color: #64748b;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(100, 116, 139, 0.04);
    color: #64748b;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(100, 116, 139, 0.16);
    color: #64748b;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-text,
  .p-button-group.p-button-secondary > .p-button.p-button-text,
  .p-splitbutton.p-button-secondary > .p-button.p-button-text {
    background-color: transparent;
    color: #64748b;
    border-color: transparent;
  }
  .p-button.p-button-secondary.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(100, 116, 139, 0.04);
    border-color: transparent;
    color: #64748b;
  }
  .p-button.p-button-secondary.p-button-text:not(:disabled):active,
  .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
    background: rgba(100, 116, 139, 0.16);
    border-color: transparent;
    color: #64748b;
  }
  .p-button.p-button-info,
  .p-button-group.p-button-info > .p-button,
  .p-splitbutton.p-button-info > .p-button {
    color: #ffffff;
    background: #0ea5e9;
    border: 1px solid #0ea5e9;
  }
  .p-button.p-button-info:not(:disabled):hover,
  .p-button-group.p-button-info > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
    background: #0284c7;
    color: #ffffff;
    border-color: #0284c7;
  }
  .p-button.p-button-info:not(:disabled):focus,
  .p-button-group.p-button-info > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #bfdbfe;
  }
  .p-button.p-button-info:not(:disabled):active,
  .p-button-group.p-button-info > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
    background: #0369a1;
    color: #ffffff;
    border-color: #0369a1;
  }
  .p-button.p-button-info.p-button-outlined,
  .p-button-group.p-button-info > .p-button.p-button-outlined,
  .p-splitbutton.p-button-info > .p-button.p-button-outlined {
    background-color: transparent;
    color: #0ea5e9;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(14, 165, 233, 0.04);
    color: #0ea5e9;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(14, 165, 233, 0.16);
    color: #0ea5e9;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-text,
  .p-button-group.p-button-info > .p-button.p-button-text,
  .p-splitbutton.p-button-info > .p-button.p-button-text {
    background-color: transparent;
    color: #0ea5e9;
    border-color: transparent;
  }
  .p-button.p-button-info.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(14, 165, 233, 0.04);
    border-color: transparent;
    color: #0ea5e9;
  }
  .p-button.p-button-info.p-button-text:not(:disabled):active,
  .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
    background: rgba(14, 165, 233, 0.16);
    border-color: transparent;
    color: #0ea5e9;
  }
  .p-button.p-button-success,
  .p-button-group.p-button-success > .p-button,
  .p-splitbutton.p-button-success > .p-button {
    color: #ffffff;
    background: #22c55e;
    border: 1px solid #22c55e;
  }
  .p-button.p-button-success:not(:disabled):hover,
  .p-button-group.p-button-success > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
    background: #16a34a;
    color: #ffffff;
    border-color: #16a34a;
  }
  .p-button.p-button-success:not(:disabled):focus,
  .p-button-group.p-button-success > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #bbf7d0;
  }
  .p-button.p-button-success:not(:disabled):active,
  .p-button-group.p-button-success > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
    background: #15803d;
    color: #ffffff;
    border-color: #15803d;
  }
  .p-button.p-button-success.p-button-outlined,
  .p-button-group.p-button-success > .p-button.p-button-outlined,
  .p-splitbutton.p-button-success > .p-button.p-button-outlined {
    background-color: transparent;
    color: #22c55e;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(34, 197, 94, 0.04);
    color: #22c55e;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(34, 197, 94, 0.16);
    color: #22c55e;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-text,
  .p-button-group.p-button-success > .p-button.p-button-text,
  .p-splitbutton.p-button-success > .p-button.p-button-text {
    background-color: transparent;
    color: #22c55e;
    border-color: transparent;
  }
  .p-button.p-button-success.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(34, 197, 94, 0.04);
    border-color: transparent;
    color: #22c55e;
  }
  .p-button.p-button-success.p-button-text:not(:disabled):active,
  .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
    background: rgba(34, 197, 94, 0.16);
    border-color: transparent;
    color: #22c55e;
  }
  .p-button.p-button-warning,
  .p-button-group.p-button-warning > .p-button,
  .p-splitbutton.p-button-warning > .p-button {
    color: #ffffff;
    background: #f97316;
    border: 1px solid #f97316;
  }
  .p-button.p-button-warning:not(:disabled):hover,
  .p-button-group.p-button-warning > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
    background: #ea580c;
    color: #ffffff;
    border-color: #ea580c;
  }
  .p-button.p-button-warning:not(:disabled):focus,
  .p-button-group.p-button-warning > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #fde68a;
  }
  .p-button.p-button-warning:not(:disabled):active,
  .p-button-group.p-button-warning > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
    background: #c2410c;
    color: #ffffff;
    border-color: #c2410c;
  }
  .p-button.p-button-warning.p-button-outlined,
  .p-button-group.p-button-warning > .p-button.p-button-outlined,
  .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
    background-color: transparent;
    color: #f97316;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(249, 115, 22, 0.04);
    color: #f97316;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(249, 115, 22, 0.16);
    color: #f97316;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-text,
  .p-button-group.p-button-warning > .p-button.p-button-text,
  .p-splitbutton.p-button-warning > .p-button.p-button-text {
    background-color: transparent;
    color: #f97316;
    border-color: transparent;
  }
  .p-button.p-button-warning.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(249, 115, 22, 0.04);
    border-color: transparent;
    color: #f97316;
  }
  .p-button.p-button-warning.p-button-text:not(:disabled):active,
  .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
    background: rgba(249, 115, 22, 0.16);
    border-color: transparent;
    color: #f97316;
  }
  .p-button.p-button-help,
  .p-button-group.p-button-help > .p-button,
  .p-splitbutton.p-button-help > .p-button {
    color: #ffffff;
    background: #a855f7;
    border: 1px solid #a855f7;
  }
  .p-button.p-button-help:not(:disabled):hover,
  .p-button-group.p-button-help > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
    background: #9333ea;
    color: #ffffff;
    border-color: #9333ea;
  }
  .p-button.p-button-help:not(:disabled):focus,
  .p-button-group.p-button-help > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #e9d5ff;
  }
  .p-button.p-button-help:not(:disabled):active,
  .p-button-group.p-button-help > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
    background: #7e22ce;
    color: #ffffff;
    border-color: #7e22ce;
  }
  .p-button.p-button-help.p-button-outlined,
  .p-button-group.p-button-help > .p-button.p-button-outlined,
  .p-splitbutton.p-button-help > .p-button.p-button-outlined {
    background-color: transparent;
    color: #a855f7;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(168, 85, 247, 0.04);
    color: #a855f7;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(168, 85, 247, 0.16);
    color: #a855f7;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-text,
  .p-button-group.p-button-help > .p-button.p-button-text,
  .p-splitbutton.p-button-help > .p-button.p-button-text {
    background-color: transparent;
    color: #a855f7;
    border-color: transparent;
  }
  .p-button.p-button-help.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(168, 85, 247, 0.04);
    border-color: transparent;
    color: #a855f7;
  }
  .p-button.p-button-help.p-button-text:not(:disabled):active,
  .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
    background: rgba(168, 85, 247, 0.16);
    border-color: transparent;
    color: #a855f7;
  }
  .p-button.p-button-danger,
  .p-button-group.p-button-danger > .p-button,
  .p-splitbutton.p-button-danger > .p-button {
    color: #ffffff;
    background: #ef4444;
    border: 1px solid #ef4444;
  }
  .p-button.p-button-danger:not(:disabled):hover,
  .p-button-group.p-button-danger > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
    background: #dc2626;
    color: #ffffff;
    border-color: #dc2626;
  }
  .p-button.p-button-danger:not(:disabled):focus,
  .p-button-group.p-button-danger > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #fecaca;
  }
  .p-button.p-button-danger:not(:disabled):active,
  .p-button-group.p-button-danger > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
    background: #b91c1c;
    color: #ffffff;
    border-color: #b91c1c;
  }
  .p-button.p-button-danger.p-button-outlined,
  .p-button-group.p-button-danger > .p-button.p-button-outlined,
  .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
    background-color: transparent;
    color: #ef4444;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(239, 68, 68, 0.04);
    color: #ef4444;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(239, 68, 68, 0.16);
    color: #ef4444;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-text,
  .p-button-group.p-button-danger > .p-button.p-button-text,
  .p-splitbutton.p-button-danger > .p-button.p-button-text {
    background-color: transparent;
    color: #ef4444;
    border-color: transparent;
  }
  .p-button.p-button-danger.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(239, 68, 68, 0.04);
    border-color: transparent;
    color: #ef4444;
  }
  .p-button.p-button-danger.p-button-text:not(:disabled):active,
  .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
    background: rgba(239, 68, 68, 0.16);
    border-color: transparent;
    color: #ef4444;
  }
  .p-button.p-button-contrast,
  .p-button-group.p-button-contrast > .p-button,
  .p-splitbutton.p-button-contrast > .p-button {
    color: #ffffff;
    background: #1f2937;
    border: 1px solid #1f2937;
  }
  .p-button.p-button-contrast:not(:disabled):hover,
  .p-button-group.p-button-contrast > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-contrast > .p-button:not(:disabled):hover {
    background: #374151;
    color: #ffffff;
    border-color: #374151;
  }
  .p-button.p-button-contrast:not(:disabled):focus,
  .p-button-group.p-button-contrast > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-contrast > .p-button:not(:disabled):focus {
    box-shadow: none;
  }
  .p-button.p-button-contrast:not(:disabled):active,
  .p-button-group.p-button-contrast > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-contrast > .p-button:not(:disabled):active {
    background: #4b5563;
    color: #ffffff;
    border-color: #4b5563;
  }
  .p-button.p-button-contrast.p-button-outlined,
  .p-button-group.p-button-contrast > .p-button.p-button-outlined,
  .p-splitbutton.p-button-contrast > .p-button.p-button-outlined {
    background-color: transparent;
    color: #1f2937;
    border: 1px solid;
  }
  .p-button.p-button-contrast.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(31, 41, 55, 0.04);
    color: #1f2937;
    border: 1px solid;
  }
  .p-button.p-button-contrast.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(31, 41, 55, 0.16);
    color: #1f2937;
    border: 1px solid;
  }
  .p-button.p-button-contrast.p-button-text,
  .p-button-group.p-button-contrast > .p-button.p-button-text,
  .p-splitbutton.p-button-contrast > .p-button.p-button-text {
    background-color: transparent;
    color: #1f2937;
    border-color: transparent;
  }
  .p-button.p-button-contrast.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(31, 41, 55, 0.04);
    border-color: transparent;
    color: #1f2937;
  }
  .p-button.p-button-contrast.p-button-text:not(:disabled):active,
  .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):active {
    background: rgba(31, 41, 55, 0.16);
    border-color: transparent;
    color: #1f2937;
  }
  .p-button.p-button-link {
    color: #1D4ED8;
    background: transparent;
    border: transparent;
  }
  .p-button.p-button-link:not(:disabled):hover {
    background: transparent;
    color: #1D4ED8;
    border-color: transparent;
  }
  .p-button.p-button-link:not(:disabled):hover .p-button-label {
    text-decoration: underline;
  }
  .p-button.p-button-link:not(:disabled):focus {
    background: transparent;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: transparent;
  }
  .p-button.p-button-link:not(:disabled):active {
    background: transparent;
    color: #1D4ED8;
    border-color: transparent;
  }
  .p-speeddial-button.p-button.p-button-icon-only {
    width: 4rem;
    height: 4rem;
  }
  .p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
    font-size: 1.3rem;
  }
  .p-speeddial-button.p-button.p-button-icon-only .p-icon {
    width: 1.3rem;
    height: 1.3rem;
  }
  .p-speeddial-list {
    outline: 0 none;
  }
  .p-speeddial-item.p-focus > .p-speeddial-action {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-speeddial-action {
    width: 3rem;
    height: 3rem;
    background: #4b5563;
    color: #fff;
  }
  .p-speeddial-action:hover {
    background: #022354;
    color: #fff;
  }
  .p-speeddial-direction-up .p-speeddial-item {
    margin: 0.25rem 0;
  }
  .p-speeddial-direction-up .p-speeddial-item:first-child {
    margin-bottom: 0.5rem;
  }
  .p-speeddial-direction-down .p-speeddial-item {
    margin: 0.25rem 0;
  }
  .p-speeddial-direction-down .p-speeddial-item:first-child {
    margin-top: 0.5rem;
  }
  .p-speeddial-direction-left .p-speeddial-item {
    margin: 0 0.25rem;
  }
  .p-speeddial-direction-left .p-speeddial-item:first-child {
    margin-right: 0.5rem;
  }
  .p-speeddial-direction-right .p-speeddial-item {
    margin: 0 0.25rem;
  }
  .p-speeddial-direction-right .p-speeddial-item:first-child {
    margin-left: 0.5rem;
  }
  .p-speeddial-circle .p-speeddial-item,
  .p-speeddial-semi-circle .p-speeddial-item,
  .p-speeddial-quarter-circle .p-speeddial-item {
    margin: 0;
  }
  .p-speeddial-circle .p-speeddial-item:first-child,
  .p-speeddial-circle .p-speeddial-item:last-child,
  .p-speeddial-semi-circle .p-speeddial-item:first-child,
  .p-speeddial-semi-circle .p-speeddial-item:last-child,
  .p-speeddial-quarter-circle .p-speeddial-item:first-child,
  .p-speeddial-quarter-circle .p-speeddial-item:last-child {
    margin: 0;
  }
  .p-speeddial-mask {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .p-splitbutton {
    border-radius: 6px;
  }
  .p-splitbutton.p-button-rounded {
    border-radius: 2rem;
  }
  .p-splitbutton.p-button-rounded > .p-button {
    border-radius: 2rem;
  }
  .p-splitbutton.p-button-raised {
    box-shadow:
      0 3px 1px -2px rgba(0, 0, 0, 0.2),
      0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .p-carousel .p-carousel-content .p-carousel-prev,
  .p-carousel .p-carousel-content .p-carousel-next {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin: 0.5rem;
  }
  .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
  .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
  .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-carousel .p-carousel-indicators {
    padding: 1rem;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator button {
    background-color: #d1d5db;
    width: 2rem;
    height: 0.5rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 0;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
    background: #9ca3af;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-datatable .p-paginator-top {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-datatable .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-datatable .p-datatable-header {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-datatable .p-datatable-footer {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-datatable .p-datatable-thead > tr > th {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    font-weight: 700;
    color: #374151;
    background: #f9fafb;
    transition: box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tfoot > tr > td {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    font-weight: 700;
    color: #374151;
    background: #f9fafb;
  }
  .p-datatable .p-sortable-column .p-sortable-column-icon {
    color: #374151;
    margin-left: 0.5rem;
  }
  .p-datatable .p-sortable-column .p-sortable-column-badge {
    border-radius: 50%;
    height: 1.143rem;
    min-width: 1.143rem;
    line-height: 1.143rem;
    color: #1D4ED8;
    background: #EFF6FF;
    margin-left: 0.5rem;
  }
  .p-datatable .p-sortable-column:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #374151;
  }
  .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
    color: #374151;
  }
  .p-datatable .p-sortable-column.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #1D4ED8;
  }
  .p-datatable .p-sortable-column.p-highlight:hover {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
    color: #1D4ED8;
  }
  .p-datatable .p-sortable-column:focus-visible {
    box-shadow: inset 0 0 0 0.15rem #BFDBFE;
    outline: 0 none;
  }
  .p-datatable .p-datatable-tbody > tr {
    background: #ffffff;
    color: #4b5563;
    transition: box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tbody > tr > td {
    text-align: left;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
    margin-right: 0.5rem;
  }
  .p-datatable .p-datatable-tbody > tr:focus-visible {
    outline: 0.15rem solid #BFDBFE;
    outline-offset: -0.15rem;
  }
  .p-datatable .p-datatable-tbody > tr.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
    box-shadow: inset 0 2px 0 0 #EFF6FF;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
    box-shadow: inset 0 -2px 0 0 #EFF6FF;
  }
  .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-datatable .p-column-resizer-helper {
    background: #3B82F6;
  }
  .p-datatable .p-datatable-scrollable-header,
  .p-datatable .p-datatable-scrollable-footer {
    background: #f9fafb;
  }
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-thead,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
    background-color: #f9fafb;
  }
  .p-datatable .p-datatable-loading-icon {
    font-size: 2rem;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-header {
    border-width: 1px 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-footer {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-paginator-top {
    border-width: 0 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-paginator-bottom {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th:last-child {
    border-width: 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
    border-width: 1px 0 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td:last-child {
    border-width: 1px 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td:last-child {
    border-width: 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td:last-child {
    border-width: 1px 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td {
    border-width: 0 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td:last-child {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td {
    border-width: 0 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td:last-child {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td {
    border-width: 0 0 0 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td:last-child {
    border-width: 0 1px 0 1px;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
    background: #f8f8fa;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
    color: #1D4ED8;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
    color: #1D4ED8;
  }
  .p-datatable.p-datatable-sm .p-datatable-header {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-footer {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-header {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-footer {
    padding: 1.25rem 1.25rem;
  }
  .p-dataview .p-paginator-top {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-dataview .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-dataview .p-dataview-header {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-dataview .p-dataview-content {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    padding: 0;
  }
  .p-dataview .p-dataview-footer {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-dataview .p-dataview-loading-icon {
    font-size: 2rem;
  }
  .p-dataview .p-dataview-emptymessage {
    padding: 1.25rem;
  }
  .p-column-filter-row .p-column-filter-menu-button,
  .p-column-filter-row .p-column-filter-clear-button {
    margin-left: 0.5rem;
  }
  .p-column-filter-menu-button {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-column-filter-menu-button:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-column-filter-menu-button.p-column-filter-menu-button-open,
  .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
    background: #f3f4f6;
    color: #374151;
  }
  .p-column-filter-menu-button.p-column-filter-menu-button-active,
  .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-column-filter-menu-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-column-filter-clear-button {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-column-filter-clear-button:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-column-filter-clear-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-column-filter-overlay {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    min-width: 12.5rem;
  }
  .p-column-filter-overlay .p-column-filter-row-items {
    padding: 0.75rem 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:first-child {
    margin-top: 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #BFDBFE;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-column-filter-overlay-menu .p-column-filter-operator {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint {
    padding: 1.25rem;
    border-bottom: 1px solid #e5e7eb;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
    margin-bottom: 0.5rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
    margin-top: 0.5rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
    border-bottom: 0 none;
  }
  .p-column-filter-overlay-menu .p-column-filter-add-rule {
    padding: 0.75rem 1.25rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-buttonbar {
    padding: 1.25rem;
  }
  .p-orderlist .p-orderlist-controls {
    padding: 1.25rem;
  }
  .p-orderlist .p-orderlist-controls .p-button {
    margin-bottom: 0.5rem;
  }
  .p-orderlist .p-orderlist-list-container {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-orderlist .p-orderlist-list-container.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-orderlist .p-orderlist-header {
    color: #374151;
    padding: 1.25rem;
    font-weight: 700;
  }
  .p-orderlist .p-orderlist-header .p-orderlist-title {
    font-weight: 700;
  }
  .p-orderlist .p-orderlist-filter-container {
    padding: 1.25rem;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-bottom: 0 none;
  }
  .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
    padding-right: 1.75rem;
  }
  .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-orderlist .p-orderlist-list {
    color: #4b5563;
    padding: 0.75rem 0;
    outline: 0 none;
  }
  .p-orderlist .p-orderlist-list:not(:first-child) {
    border-top: 1px solid #e5e7eb;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item {
    padding: 0.75rem 1.25rem;
    margin: 0;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item:first-child {
    margin-top: 0;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-orderlist .p-orderlist-list .p-orderlist-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
  }
  .p-orderlist .p-orderlist-list:not(.cdk-drop-list-dragging) .p-orderlist-item:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
    background: #f8f8fa;
  }
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
    background: #f3f4f6;
  }
  .p-orderlist-item.cdk-drag-preview {
    padding: 0.75rem 1.25rem;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border: 0 none;
    color: #4b5563;
    background: #ffffff;
    margin: 0;
  }
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-organizationchart .p-organizationchart-node-content.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
    color: #70aeff;
  }
  .p-organizationchart .p-organizationchart-line-down {
    background: #e5e7eb;
  }
  .p-organizationchart .p-organizationchart-line-left {
    border-right: 1px solid #e5e7eb;
    border-color: #e5e7eb;
  }
  .p-organizationchart .p-organizationchart-line-top {
    border-top: 1px solid #e5e7eb;
    border-color: #e5e7eb;
  }
  .p-organizationchart .p-organizationchart-node-content {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    padding: 1.25rem;
  }
  .p-organizationchart .p-organizationchart-node-content .p-node-toggler {
    background: inherit;
    color: inherit;
    border-radius: 50%;
  }
  .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-paginator {
    background: #ffffff;
    color: #6b7280;
    border: solid #f3f4f6;
    border-width: 0;
    padding: 0.5rem 1rem;
    border-radius: 6px;
  }
  .p-paginator .p-paginator-first,
  .p-paginator .p-paginator-prev,
  .p-paginator .p-paginator-next,
  .p-paginator .p-paginator-last {
    background-color: transparent;
    border: 0 none;
    color: #6b7280;
    min-width: 3rem;
    height: 3rem;
    margin: 0.143rem;
    transition: box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
    background: #f3f4f6;
    border-color: transparent;
    color: #374151;
  }
  .p-paginator .p-paginator-first {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .p-paginator .p-paginator-last {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .p-paginator .p-dropdown {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    height: 3rem;
  }
  .p-paginator .p-dropdown .p-dropdown-label {
    padding-right: 0;
  }
  .p-paginator .p-paginator-page-input {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .p-paginator .p-paginator-page-input .p-inputtext {
    max-width: 3rem;
  }
  .p-paginator .p-paginator-current {
    background-color: transparent;
    border: 0 none;
    color: #6b7280;
    min-width: 3rem;
    height: 3rem;
    margin: 0.143rem;
    padding: 0 0.5rem;
  }
  .p-paginator .p-paginator-pages .p-paginator-page {
    background-color: transparent;
    border: 0 none;
    color: #6b7280;
    min-width: 3rem;
    height: 3rem;
    margin: 0.143rem;
    transition: box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
    background: #EFF6FF;
    border-color: #EFF6FF;
    color: #1D4ED8;
  }
  .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
    background: #f3f4f6;
    border-color: transparent;
    color: #374151;
  }
  .p-picklist .p-picklist-buttons {
    padding: 1.25rem;
  }
  .p-picklist .p-picklist-buttons .p-button {
    margin-bottom: 0.5rem;
  }
  .p-picklist .p-picklist-list-wrapper {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-picklist .p-picklist-list-wrapper.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-picklist .p-picklist-header {
    color: #374151;
    padding: 1.25rem;
    font-weight: 700;
  }
  .p-picklist .p-picklist-header .p-picklist-title {
    font-weight: 700;
  }
  .p-picklist .p-picklist-filter-container {
    padding: 1.25rem;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-bottom: 0 none;
  }
  .p-picklist .p-picklist-filter-container .p-picklist-filter-input {
    padding-right: 1.75rem;
  }
  .p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-picklist .p-picklist-list {
    color: #4b5563;
    padding: 0.75rem 0;
    outline: 0 none;
  }
  .p-picklist .p-picklist-list:not(:first-child) {
    border-top: 1px solid #e5e7eb;
  }
  .p-picklist .p-picklist-list .p-picklist-item {
    padding: 0.75rem 1.25rem;
    margin: 0;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
  }
  .p-picklist .p-picklist-list .p-picklist-item:first-child {
    margin-top: 0;
  }
  .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-focus {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-picklist .p-picklist-list .p-picklist-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
  }
  .p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
    background: #f8f8fa;
  }
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
    background: #f3f4f6;
  }
  .p-picklist-item.cdk-drag-preview {
    padding: 0.75rem 1.25rem;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border: 0 none;
    color: #4b5563;
    background: #ffffff;
    margin: 0;
  }
  .p-timeline .p-timeline-event-marker {
    border: 2px solid #3B82F6;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    background-color: #ffffff;
  }
  .p-timeline .p-timeline-event-connector {
    background-color: #e5e7eb;
  }
  .p-timeline.p-timeline-vertical .p-timeline-event-opposite,
  .p-timeline.p-timeline-vertical .p-timeline-event-content {
    padding: 0 1rem;
  }
  .p-timeline.p-timeline-vertical .p-timeline-event-connector {
    width: 2px;
  }
  .p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
  .p-timeline.p-timeline-horizontal .p-timeline-event-content {
    padding: 1rem 0;
  }
  .p-timeline.p-timeline-horizontal .p-timeline-event-connector {
    height: 2px;
  }
  .p-tree {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    padding: 1.25rem;
    border-radius: 6px;
  }
  .p-tree .p-tree-container .p-treenode {
    padding: 0.143rem;
    outline: 0 none;
  }
  .p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #BFDBFE;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content {
    border-radius: 6px;
    transition: box-shadow 0.2s;
    padding: 0.5rem;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
    margin-right: 0.5rem;
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
    margin-right: 0.5rem;
    color: #6b7280;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
    color: #4b5563;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #f3f4f6;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #3B82F6;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
    background-color: #f3f4f6;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
    background: #1D4ED8;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
    color: #1D4ED8;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
    color: #1D4ED8;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-tree .p-tree-filter-container {
    margin-bottom: 0.5rem;
  }
  .p-tree .p-tree-filter-container .p-tree-filter {
    width: 100%;
    padding-right: 1.75rem;
  }
  .p-tree .p-tree-filter-container .p-tree-filter-icon {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-tree .p-treenode-children {
    padding: 0 0 0 1rem;
  }
  .p-tree .p-tree-loading-icon {
    font-size: 2rem;
  }
  .p-tree .p-tree-loading-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
    background-color: #8cbeff;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    color: #4b5563;
    padding: 0.5rem;
    transition: box-shadow 0.2s;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
    background-color: #EFF6FF;
    color: #1D4ED8;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
    color: #1D4ED8;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-tree-toggler {
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover {
    background-color: inherit;
    color: inherit;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-treetable .p-paginator-top {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-treetable .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-treetable .p-treetable-header {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-treetable .p-treetable-footer {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-treetable .p-treetable-thead > tr > th {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    font-weight: 700;
    color: #374151;
    background: #f9fafb;
    transition: box-shadow 0.2s;
  }
  .p-treetable .p-treetable-tfoot > tr > td {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    font-weight: 700;
    color: #374151;
    background: #f9fafb;
  }
  .p-treetable .p-sortable-column {
    outline-color: #BFDBFE;
  }
  .p-treetable .p-sortable-column .p-sortable-column-icon {
    color: #374151;
    margin-left: 0.5rem;
  }
  .p-treetable .p-sortable-column .p-sortable-column-badge {
    border-radius: 50%;
    height: 1.143rem;
    min-width: 1.143rem;
    line-height: 1.143rem;
    color: #1D4ED8;
    background: #EFF6FF;
    margin-left: 0.5rem;
  }
  .p-treetable .p-sortable-column:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #374151;
  }
  .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
    color: #374151;
  }
  .p-treetable .p-sortable-column.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #1D4ED8;
  }
  .p-treetable .p-treetable-tbody > tr {
    background: #ffffff;
    color: #4b5563;
    transition: box-shadow 0.2s;
  }
  .p-treetable .p-treetable-tbody > tr > td {
    text-align: left;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
    color: #4b5563;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #f3f4f6;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #3B82F6;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
    background-color: #f3f4f6;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
    background: #1D4ED8;
  }
  .p-treetable .p-treetable-tbody > tr:focus-visible {
    outline: 0.15rem solid #BFDBFE;
    outline-offset: -0.15rem;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
    color: #1D4ED8;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
    color: #1D4ED8;
  }
  .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
    color: #4b5563;
  }
  .p-treetable .p-column-resizer-helper {
    background: #3B82F6;
  }
  .p-treetable .p-treetable-scrollable-header,
  .p-treetable .p-treetable-scrollable-footer {
    background: #f9fafb;
  }
  .p-treetable .p-treetable-loading-icon {
    font-size: 2rem;
  }
  .p-treetable .p-treetable-loading-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-treetable.p-treetable-gridlines .p-datatable-header {
    border-width: 1px 1px 0 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-footer {
    border-width: 0 1px 1px 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-top {
    border-width: 0 1px 0 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-bottom {
    border-width: 0 1px 1px 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th {
    border-width: 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td {
    border-width: 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td {
    border-width: 1px;
  }
  .p-treetable.p-treetable-sm .p-treetable-header {
    padding: 0.875rem 0.875rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-footer {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-header {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-footer {
    padding: 1.25rem 1.25rem;
  }
  .p-virtualscroller .p-virtualscroller-header {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-virtualscroller .p-virtualscroller-content {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    padding: 0;
  }
  .p-virtualscroller .p-virtualscroller-footer {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link {
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    color: #6b7280;
    background: #f9fafb;
    font-weight: 700;
    border-radius: 6px;
    transition: box-shadow 0.2s;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
    margin-right: 0.5rem;
  }
  .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
    background: #f3f4f6;
    border-color: #e5e7eb;
    color: #374151;
  }
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
    background: #f9fafb;
    border-color: #e5e7eb;
    color: #374151;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
    border-color: #e5e7eb;
    background: #f3f4f6;
    color: #374151;
  }
  .p-accordion .p-accordion-content {
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-accordion p-accordiontab .p-accordion-tab {
    margin-bottom: 4px;
  }
  .p-card {
    background: #ffffff;
    color: #4b5563;
    box-shadow:
      0 2px 1px -1px rgba(0, 0, 0, 0.2),
      0 1px 1px 0 rgba(0, 0, 0, 0.14),
      0 1px 3px 0 rgba(0, 0, 0, 0.12);
    border-radius: 6px;
  }
  .p-card .p-card-body {
    padding: 1.25rem;
  }
  .p-card .p-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  .p-card .p-card-subtitle {
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: #6b7280;
  }
  .p-card .p-card-content {
    padding: 1.25rem 0;
  }
  .p-card .p-card-footer {
    padding: 1.25rem 0 0 0;
  }
  .p-divider .p-divider-content {
    background-color: #ffffff;
  }
  .p-divider.p-divider-horizontal {
    margin: 1.25rem 0;
    padding: 0 1.25rem;
  }
  .p-divider.p-divider-horizontal:before {
    border-top: 1px #e5e7eb;
  }
  .p-divider.p-divider-horizontal .p-divider-content {
    padding: 0 0.5rem;
  }
  .p-divider.p-divider-vertical {
    margin: 0 1.25rem;
    padding: 1.25rem 0;
  }
  .p-divider.p-divider-vertical:before {
    border-left: 1px #e5e7eb;
  }
  .p-divider.p-divider-vertical .p-divider-content {
    padding: 0.5rem 0;
  }
  .p-fieldset {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    border-radius: 6px;
  }
  .p-fieldset .p-fieldset-legend {
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    font-weight: 700;
    border-radius: 6px;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
    padding: 0;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
    padding: 1.25rem;
    color: #374151;
    border-radius: 6px;
    transition: box-shadow 0.2s;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
    margin-right: 0.5rem;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
    background: #f3f4f6;
    border-color: #e5e7eb;
    color: #374151;
  }
  .p-fieldset .p-fieldset-content {
    padding: 1.25rem;
  }
  .p-panel .p-panel-header {
    border: 1px solid #e5e7eb;
    padding: 1.25rem;
    background: #f9fafb;
    color: #374151;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-panel .p-panel-header .p-panel-title {
    font-weight: 700;
  }
  .p-panel .p-panel-header .p-panel-header-icon {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-panel .p-panel-header .p-panel-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-panel.p-panel-toggleable .p-panel-header {
    padding: 0.75rem 1.25rem;
  }
  .p-panel .p-panel-content {
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    border-top: 0 none;
  }
  .p-panel .p-panel-content:last-child {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-panel .p-panel-footer {
    padding: 0.75rem 1.25rem;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top: 0 none;
  }
  .p-panel .p-panel-icons-end {
    order: 2;
    margin-left: auto;
  }
  .p-panel .p-panel-icons-start {
    order: 0;
    margin-right: 0.5rem;
  }
  .p-panel .p-panel-icons-center {
    order: 2;
    width: 100%;
    text-align: center;
  }
  .p-scrollpanel .p-scrollpanel-bar {
    background: #f9fafb;
    border: 0 none;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-scrollpanel .p-scrollpanel-bar:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-splitter {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    border-radius: 6px;
    color: #4b5563;
  }
  .p-splitter .p-splitter-gutter {
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    background: #f9fafb;
  }
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
    background: #e5e7eb;
  }
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-splitter .p-splitter-gutter-resizing {
    background: #e5e7eb;
  }
  .p-tabview .p-tabview-nav-content {
    scroll-padding-inline: 3rem;
  }
  .p-tabview .p-tabview-nav {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-width: 0 0 2px 0;
  }
  .p-tabview .p-tabview-nav li {
    margin-right: 0;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link {
    border: solid #e5e7eb;
    border-width: 0 0 2px 0;
    border-color: transparent transparent #e5e7eb transparent;
    background: #ffffff;
    color: #6b7280;
    padding: 1.25rem;
    font-weight: 700;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    transition: box-shadow 0.2s;
    margin: 0 0 -2px 0;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
    background: #ffffff;
    border-color: #9ca3af;
    color: #6b7280;
  }
  .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    background: #ffffff;
    border-color: #3B82F6;
    color: #3B82F6;
  }
  .p-tabview .p-tabview-left-icon {
    margin-right: 0.5rem;
  }
  .p-tabview .p-tabview-right-icon {
    margin-left: 0.5rem;
  }
  .p-tabview .p-tabview-close {
    margin-left: 0.5rem;
  }
  .p-tabview .p-tabview-nav-btn.p-link {
    background: #ffffff;
    color: #3B82F6;
    width: 3rem;
    box-shadow:
      0 3px 1px -2px rgba(0, 0, 0, 0.2),
      0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0;
  }
  .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-tabview .p-tabview-panels {
    background: #ffffff;
    padding: 1.25rem;
    border: 0 none;
    color: #4b5563;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-toolbar {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    padding: 1.25rem;
    border-radius: 6px;
    gap: 0.5rem;
  }
  .p-toolbar .p-toolbar-separator {
    margin: 0 0.5rem;
  }
  .p-stepper .p-stepper-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow-x: auto;
  }
  .p-stepper-vertical .p-stepper-nav {
    flex-direction: column;
  }
  .p-stepper-header {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
  }
  .p-stepper-header:last-of-type {
    flex: initial;
  }
  .p-stepper-header .p-stepper-action {
    border: 0 none;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
  }
  .p-stepper-header .p-stepper-action:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-stepper.p-stepper-readonly .p-stepper-header {
    cursor: auto;
  }
  .p-stepper-header.p-highlight .p-stepper-action {
    cursor: default;
  }
  .p-stepper-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .p-stepper-number {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-stepper-separator {
    flex: 1 1 0;
  }
  .p-stepper .p-stepper-nav {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .p-stepper .p-stepper-header {
    padding: 0.5rem;
  }
  .p-stepper .p-stepper-header .p-stepper-action {
    transition: box-shadow 0.2s;
    border-radius: 6px;
    background: #ffffff;
    outline-color: transparent;
  }
  .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number {
    color: #4b5563;
    border: 1px solid #f3f4f6;
    border-width: 2px;
    background: #ffffff;
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.143rem;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-stepper .p-stepper-header .p-stepper-action .p-stepper-title {
    margin-left: 0.5rem;
    color: #6b7280;
    font-weight: 700;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-stepper .p-stepper-header .p-stepper-action:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-stepper .p-stepper-header.p-highlight .p-stepper-number {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-stepper .p-stepper-header.p-highlight .p-stepper-title {
    color: #4b5563;
  }
  .p-stepper .p-stepper-header:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator {
    background-color: #3B82F6;
  }
  .p-stepper .p-stepper-panels {
    background: #ffffff;
    padding: 1.25rem;
    color: #4b5563;
  }
  .p-stepper .p-stepper-separator {
    background-color: #e5e7eb;
    width: 100%;
    height: 2px;
    margin-inline-start: 1rem;
    transition: box-shadow 0.2s;
  }
  .p-stepper.p-stepper-vertical {
    display: flex;
    flex-direction: column;
  }
  .p-stepper.p-stepper-vertical .p-stepper-toggleable-content {
    display: flex;
    flex: 1 1 auto;
    background: #ffffff;
    color: #4b5563;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel {
    display: flex;
    flex-direction: column;
    flex: initial;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel.p-stepper-panel-active {
    flex: 1 1 auto;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-header {
    flex: initial;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-content {
    width: 100%;
    padding-left: 1rem;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator {
    flex: 0 0 auto;
    width: 2px;
    height: auto;
    margin-inline-start: calc(1.75rem + 2px);
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel:has(~ .p-stepper-panel-active) .p-stepper-separator {
    background-color: #3B82F6;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content {
    padding-left: 3rem;
  }
  .p-confirm-popup {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .p-confirm-popup .p-confirm-popup-content {
    padding: 1.25rem;
  }
  .p-confirm-popup .p-confirm-popup-footer {
    text-align: right;
    padding: 0.75rem 1.25rem;
  }
  .p-confirm-popup .p-confirm-popup-footer button {
    margin: 0 0.5rem 0 0;
    width: auto;
  }
  .p-confirm-popup .p-confirm-popup-footer button:last-child {
    margin: 0;
  }
  .p-confirm-popup:after {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-confirm-popup:before {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-confirm-popup.p-confirm-popup-flipped:after {
    border-top-color: #ffffff;
  }
  .p-confirm-popup.p-confirm-popup-flipped:before {
    border-top-color: #ffffff;
  }
  .p-confirm-popup .p-confirm-popup-icon {
    font-size: 1.5rem;
  }
  .p-confirm-popup .p-confirm-popup-icon.p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-confirm-popup .p-confirm-popup-message {
    margin-left: 1rem;
  }
  .p-dialog {
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border: 0 none;
  }
  .p-dialog .p-dialog-header {
    border-bottom: 0 none;
    background: #ffffff;
    color: #374151;
    padding: 1.5rem;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-dialog .p-dialog-header .p-dialog-title {
    font-weight: 700;
    font-size: 1.25rem;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
    margin-right: 0;
  }
  .p-dialog .p-dialog-content {
    background: #ffffff;
    color: #4b5563;
    padding: 0 1.5rem 2rem 1.5rem;
  }
  .p-dialog .p-dialog-content:last-of-type {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-dialog .p-dialog-footer {
    border-top: 0 none;
    background: #ffffff;
    color: #4b5563;
    padding: 0 1.5rem 1.5rem 1.5rem;
    text-align: right;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-dialog .p-dialog-footer button {
    margin: 0 0.5rem 0 0;
    width: auto;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
    font-size: 2rem;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-message {
    margin-left: 1rem;
  }
  .p-overlaypanel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .p-overlaypanel .p-overlaypanel-content {
    padding: 1.25rem;
  }
  .p-overlaypanel .p-overlaypanel-close {
    background: #3B82F6;
    color: #ffffff;
    width: 2rem;
    height: 2rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
    position: absolute;
    top: -1rem;
    right: -1rem;
  }
  .p-overlaypanel .p-overlaypanel-close:enabled:hover {
    background: #2563eb;
    color: #ffffff;
  }
  .p-overlaypanel:after {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-overlaypanel:before {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #f2f2f2;
  }
  .p-overlaypanel.p-overlaypanel-flipped:after {
    border-top-color: #ffffff;
  }
  .p-overlaypanel.p-overlaypanel-flipped:before {
    border-top-color: #ffffff;
  }
  .p-sidebar {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .p-sidebar .p-sidebar-header {
    padding: 1.25rem;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close,
  .p-sidebar .p-sidebar-header .p-sidebar-icon {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
  .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
  .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-sidebar .p-sidebar-header + .p-sidebar-content {
    padding-top: 0;
  }
  .p-sidebar .p-sidebar-content {
    padding: 1.25rem;
  }
  .p-sidebar .p-sidebar-footer {
    padding: 1.25rem;
  }
  .p-tooltip .p-tooltip-text {
    background: #4b5563;
    color: #ffffff;
    padding: 0.75rem 0.75rem;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-tooltip.p-tooltip-right .p-tooltip-arrow {
    border-right-color: #4b5563;
  }
  .p-tooltip.p-tooltip-left .p-tooltip-arrow {
    border-left-color: #4b5563;
  }
  .p-tooltip.p-tooltip-top .p-tooltip-arrow {
    border-top-color: #4b5563;
  }
  .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
    border-bottom-color: #4b5563;
  }
  .p-fileupload .p-fileupload-buttonbar {
    background: #f9fafb;
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    color: #374151;
    border-bottom: 0 none;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-fileupload .p-fileupload-buttonbar .p-button {
    margin-right: 0.5rem;
  }
  .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-fileupload .p-fileupload-content {
    background: #ffffff;
    padding: 2rem 1rem;
    border: 1px solid #e5e7eb;
    color: #4b5563;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-fileupload .p-fileupload-content.p-fileupload-highlight {
    border-color: 1px dashed #3B82F6;
    border-style: dashed;
    background-color: #EFF6FF;
  }
  .p-fileupload .p-progressbar {
    height: 0.25rem;
  }
  .p-fileupload .p-fileupload-row > div {
    padding: 1rem 1rem;
  }
  .p-fileupload.p-fileupload-advanced .p-message {
    margin-top: 0;
  }
  .p-fileupload-choose:not(.p-disabled):hover {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
  }
  .p-fileupload-choose:not(.p-disabled):active {
    background: #1D4ED8;
    color: #ffffff;
    border-color: #1D4ED8;
  }
  .p-breadcrumb {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 1rem;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link {
    transition: box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
  }
  .p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator {
    margin: 0 0.5rem 0 0.5rem;
    color: #4b5563;
  }
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text {
    color: #4b5563;
  }
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
    color: #6b7280;
  }
  .p-contextmenu {
    padding: 0.5rem 0;
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    width: 12.5rem;
  }
  .p-contextmenu .p-contextmenu-root-list {
    outline: 0 none;
  }
  .p-contextmenu .p-submenu-list {
    padding: 0.5rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-contextmenu .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-contextmenu .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-contextmenu .p-submenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-dock .p-dock-list-container {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.5rem 0.5rem;
    border-radius: 0.5rem;
  }
  .p-dock .p-dock-list-container .p-dock-list {
    outline: 0 none;
  }
  .p-dock .p-dock-item {
    padding: 0.5rem;
    border-radius: 6px;
  }
  .p-dock .p-dock-item.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #BFDBFE;
  }
  .p-dock .p-dock-link {
    width: 4rem;
    height: 4rem;
  }
  .p-dock.p-dock-top .p-dock-item-second-prev,
  .p-dock.p-dock-top .p-dock-item-second-next,
  .p-dock.p-dock-bottom .p-dock-item-second-prev,
  .p-dock.p-dock-bottom .p-dock-item-second-next {
    margin: 0 0.9rem;
  }
  .p-dock.p-dock-top .p-dock-item-prev,
  .p-dock.p-dock-top .p-dock-item-next,
  .p-dock.p-dock-bottom .p-dock-item-prev,
  .p-dock.p-dock-bottom .p-dock-item-next {
    margin: 0 1.3rem;
  }
  .p-dock.p-dock-top .p-dock-item-current,
  .p-dock.p-dock-bottom .p-dock-item-current {
    margin: 0 1.5rem;
  }
  .p-dock.p-dock-left .p-dock-item-second-prev,
  .p-dock.p-dock-left .p-dock-item-second-next,
  .p-dock.p-dock-right .p-dock-item-second-prev,
  .p-dock.p-dock-right .p-dock-item-second-next {
    margin: 0.9rem 0;
  }
  .p-dock.p-dock-left .p-dock-item-prev,
  .p-dock.p-dock-left .p-dock-item-next,
  .p-dock.p-dock-right .p-dock-item-prev,
  .p-dock.p-dock-right .p-dock-item-next {
    margin: 1.3rem 0;
  }
  .p-dock.p-dock-left .p-dock-item-current,
  .p-dock.p-dock-right .p-dock-item-current {
    margin: 1.5rem 0;
  }
  @media screen and (max-width: 960px) {
    .p-dock.p-dock-top .p-dock-list-container,
    .p-dock.p-dock-bottom .p-dock-list-container {
      overflow-x: auto;
      width: 100%;
    }
    .p-dock.p-dock-top .p-dock-list-container .p-dock-list,
    .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
      margin: 0 auto;
    }
    .p-dock.p-dock-left .p-dock-list-container,
    .p-dock.p-dock-right .p-dock-list-container {
      overflow-y: auto;
      height: 100%;
    }
    .p-dock.p-dock-left .p-dock-list-container .p-dock-list,
    .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
      margin: auto 0;
    }
    .p-dock .p-dock-list .p-dock-item {
      transform: none;
      margin: 0;
    }
  }
  .p-megamenu {
    padding: 0.5rem;
    background: #f9fafb;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
  }
  .p-megamenu .p-megamenu-root-list {
    outline: 0 none;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-megamenu .p-megamenu-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-megamenu .p-submenu-header {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-megamenu .p-submenu-list {
    padding: 0.5rem 0;
    width: 12.5rem;
  }
  .p-megamenu .p-submenu-list .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-megamenu.p-megamenu-vertical {
    width: 12.5rem;
    padding: 0.5rem 0;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
    margin-left: 0.5rem;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menu {
    padding: 0.5rem 0;
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    width: 12.5rem;
  }
  .p-menu .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menu.p-menu-overlay {
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-menu .p-submenu-header {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .p-menu .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-menu .p-menuitem-badge {
    background: #3B82F6;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 6px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-menubar {
    padding: 0.5rem;
    background: #f9fafb;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
  }
  .p-menubar .p-menubar-root-list {
    outline: 0 none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
    margin-left: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menubar .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menubar .p-submenu-list {
    padding: 0.5rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    width: 12.5rem;
    border-radius: 6px;
  }
  .p-menubar .p-submenu-list .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-menubar .p-submenu-list .p-submenu-icon {
    font-size: 0.875rem;
  }
  @media screen and (max-width: 960px) {
    .p-menubar {
      position: relative;
    }
    .p-menubar .p-menubar-button {
      display: flex;
      width: 2rem;
      height: 2rem;
      color: #6b7280;
      border-radius: 50%;
      transition:
        background-color 0.2s,
        color 0.2s,
        box-shadow 0.2s;
    }
    .p-menubar .p-menubar-button:hover {
      color: #6b7280;
      background: #f3f4f6;
    }
    .p-menubar .p-menubar-button:focus {
      outline: 0 none;
      outline-offset: 0;
      box-shadow: 0 0 0 0.2rem #BFDBFE;
    }
    .p-menubar .p-menubar-root-list {
      position: absolute;
      display: none;
      padding: 0.5rem 0;
      background: #ffffff;
      border: 0 none;
      box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
      width: 100%;
    }
    .p-menubar .p-menubar-root-list .p-menuitem-separator {
      border-top: 1px solid #e5e7eb;
      margin: 0.25rem 0;
    }
    .p-menubar .p-menubar-root-list .p-submenu-icon {
      font-size: 0.875rem;
    }
    .p-menubar .p-menubar-root-list .p-menuitem {
      width: 100%;
      position: static;
    }
    .p-menubar .p-menubar-root-list .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
      margin-left: auto;
      transition: transform 0.2s;
    }
    .p-menubar .p-menubar-root-list .p-menuitem.p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
      transform: rotate(-180deg);
    }
    .p-menubar .p-menubar-root-list .p-submenu-list {
      width: 100%;
      position: static;
      box-shadow: none;
      border: 0 none;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
      transition: transform 0.2s;
      transform: rotate(90deg);
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
      transform: rotate(-90deg);
    }
    .p-menubar .p-menubar-root-list .p-menuitem {
      width: 100%;
      position: static;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 2.25rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 3.75rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 5.25rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 6.75rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 8.25rem;
    }
    .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
      display: flex;
      flex-direction: column;
      top: 100%;
      left: 0;
      z-index: 1;
    }
  }
  .p-panelmenu .p-panelmenu-header {
    outline: 0 none;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content {
    border: 1px solid #e5e7eb;
    color: #6b7280;
    background: #f9fafb;
    border-radius: 6px;
    transition: box-shadow 0.2s;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action {
    color: #6b7280;
    padding: 1.25rem;
    font-weight: 700;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-submenu-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-menuitem-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content {
    background: #f3f4f6;
    border-color: #e5e7eb;
    color: #374151;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content {
    background: #f9fafb;
    border-color: #e5e7eb;
    color: #374151;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content {
    border-color: #e5e7eb;
    background: #f3f4f6;
    color: #374151;
  }
  .p-panelmenu .p-panelmenu-content {
    padding: 0.5rem 0;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-panelmenu .p-panelmenu-content .p-panelmenu-root-list {
    outline: 0 none;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) {
    padding: 0 0 0 1rem;
  }
  .p-panelmenu .p-panelmenu-panel {
    margin-bottom: 4px;
  }
  .p-slidemenu {
    padding: 0.5rem 0;
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    width: 12.5rem;
  }
  .p-slidemenu .p-slidemenu-root-list {
    outline: 0 none;
  }
  .p-slidemenu .p-submenu-list {
    outline: 0 none;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-slidemenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-slidemenu.p-slidemenu-overlay {
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-slidemenu .p-slidemenu-list {
    padding: 0.5rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-slidemenu .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-slidemenu .p-slidemenu-icon {
    font-size: 0.875rem;
  }
  .p-slidemenu .p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-slidemenu .p-slidemenu-backward {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
  }
  .p-slidemenu .p-slidemenu-backward:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-slidemenu .p-menuitem-badge {
    background: #3B82F6;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 6px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-steps .p-steps-item .p-menuitem-link {
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 6px;
    background: #ffffff;
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
    color: #4b5563;
    border: 1px solid #f3f4f6;
    background: #ffffff;
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.143rem;
    z-index: 1;
    border-radius: 50%;
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-title {
    margin-top: 0.5rem;
    color: #6b7280;
  }
  .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-number {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-title {
    font-weight: 700;
    color: #4b5563;
  }
  .p-steps .p-steps-item:before {
    content: " ";
    border-top: 1px solid #e5e7eb;
    width: 100%;
    top: 50%;
    left: 0;
    display: block;
    position: absolute;
    margin-top: -1rem;
  }
  .p-tabmenu .p-tabmenu-nav {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-width: 0 0 2px 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-menuitem-badge {
    background: #3B82F6;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 6px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
    margin-right: 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
    border: solid #e5e7eb;
    border-width: 0 0 2px 0;
    border-color: transparent transparent #e5e7eb transparent;
    background: #ffffff;
    color: #6b7280;
    padding: 1.25rem;
    font-weight: 700;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    transition: box-shadow 0.2s;
    margin: 0 0 -2px 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
    margin-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
    background: #ffffff;
    border-color: #9ca3af;
    color: #6b7280;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
    background: #ffffff;
    border-color: #3B82F6;
    color: #3B82F6;
  }
  .p-tabmenu .p-tabmenu-left-icon {
    margin-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-right-icon {
    margin-left: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav-btn.p-link {
    background: #ffffff;
    color: #3B82F6;
    width: 3rem;
    box-shadow:
      0 3px 1px -2px rgba(0, 0, 0, 0.2),
      0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0;
  }
  .p-tabmenu .p-tabmenu-nav-btn.p-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-tieredmenu {
    padding: 0.5rem 0;
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    width: 12.5rem;
  }
  .p-tieredmenu.p-tieredmenu-overlay {
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-tieredmenu .p-tieredmenu-root-list {
    outline: 0 none;
  }
  .p-tieredmenu .p-submenu-list {
    padding: 0.5rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-tieredmenu .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-tieredmenu .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-tieredmenu .p-submenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-inline-message {
    padding: 0.75rem 0.75rem;
    margin: 0;
    border-radius: 6px;
  }
  .p-inline-message.p-inline-message-info {
    background: rgba(219, 234, 254, 0.7);
    border: solid #3b82f6;
    border-width: 0px;
    color: #3b82f6;
  }
  .p-inline-message.p-inline-message-info .p-inline-message-icon {
    color: #3b82f6;
  }
  .p-inline-message.p-inline-message-success {
    background: rgba(228, 248, 240, 0.7);
    border: solid #1ea97c;
    border-width: 0px;
    color: #1ea97c;
  }
  .p-inline-message.p-inline-message-success .p-inline-message-icon {
    color: #1ea97c;
  }
  .p-inline-message.p-inline-message-warn {
    background: rgba(255, 242, 226, 0.7);
    border: solid #cc8925;
    border-width: 0px;
    color: #cc8925;
  }
  .p-inline-message.p-inline-message-warn .p-inline-message-icon {
    color: #cc8925;
  }
  .p-inline-message.p-inline-message-error {
    background: rgba(255, 231, 230, 0.7);
    border: solid #ff5757;
    border-width: 0px;
    color: #ff5757;
  }
  .p-inline-message.p-inline-message-error .p-inline-message-icon {
    color: #ff5757;
  }
  .p-inline-message .p-inline-message-icon {
    font-size: 1rem;
    margin-right: 0.5rem;
  }
  .p-inline-message .p-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-inline-message .p-inline-message-text {
    font-size: 1rem;
  }
  .p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
    margin-right: 0;
  }
  .p-message {
    margin: 1rem 0;
    border-radius: 6px;
  }
  .p-message .p-message-wrapper {
    padding: 1.25rem 1.75rem;
  }
  .p-message .p-message-close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: transparent;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-message .p-message-close:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .p-message .p-message-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-message.p-message-info {
    background: rgba(219, 234, 254, 0.7);
    border: solid #3b82f6;
    border-width: 0 0 0 6px;
    color: #3b82f6;
  }
  .p-message.p-message-info .p-message-icon {
    color: #3b82f6;
  }
  .p-message.p-message-info .p-message-close {
    color: #3b82f6;
  }
  .p-message.p-message-success {
    background: rgba(228, 248, 240, 0.7);
    border: solid #1ea97c;
    border-width: 0 0 0 6px;
    color: #1ea97c;
  }
  .p-message.p-message-success .p-message-icon {
    color: #1ea97c;
  }
  .p-message.p-message-success .p-message-close {
    color: #1ea97c;
  }
  .p-message.p-message-warn {
    background: rgba(255, 242, 226, 0.7);
    border: solid #cc8925;
    border-width: 0 0 0 6px;
    color: #cc8925;
  }
  .p-message.p-message-warn .p-message-icon {
    color: #cc8925;
  }
  .p-message.p-message-warn .p-message-close {
    color: #cc8925;
  }
  .p-message.p-message-error {
    background: rgba(255, 231, 230, 0.7);
    border: solid #ff5757;
    border-width: 0 0 0 6px;
    color: #ff5757;
  }
  .p-message.p-message-error .p-message-icon {
    color: #ff5757;
  }
  .p-message.p-message-error .p-message-close {
    color: #ff5757;
  }
  .p-message .p-message-text {
    font-size: 1rem;
    font-weight: 500;
  }
  .p-message .p-message-icon {
    font-size: 1.5rem;
    margin-right: 0.5rem;
  }
  .p-message .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-message .p-message-summary {
    font-weight: 700;
  }
  .p-message .p-message-detail {
    margin-left: 0.5rem;
  }
  .p-message.p-message-secondary {
    background: #64748b;
    border: solid #64748b;
    border-width: 0 0 0 6px;
    color: #ffffff;
  }
  .p-message.p-message-secondary .p-message-icon {
    color: #ffffff;
  }
  .p-message.p-message-secondary .p-message-close {
    color: #ffffff;
  }
  .p-message.p-message-contrast {
    background: #1f2937;
    border: solid #1f2937;
    border-width: 0 0 0 6px;
    color: #ffffff;
  }
  .p-message.p-message-contrast .p-message-icon {
    color: #ffffff;
  }
  .p-message.p-message-contrast .p-message-close {
    color: #ffffff;
  }
  .p-toast {
    opacity: 1;
  }
  .p-toast .p-toast-message {
    margin: 0 0 1rem 0;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-toast .p-toast-message .p-toast-message-content {
    padding: 1rem;
    border-width: 0 0 0 6px;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
    margin: 0 0 0 1rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
    font-size: 2rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-icon:not(.p-toast-icon-close-icon) {
    width: 2rem;
    height: 2rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
    font-weight: 700;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
    margin: 0.5rem 0 0 0;
  }
  .p-toast .p-toast-message .p-toast-icon-close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: transparent;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-toast .p-toast-message .p-toast-icon-close:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-toast .p-toast-message.p-toast-message-info {
    background: rgba(219, 234, 254, 0.7);
    border: solid #3b82f6;
    border-width: 0 0 0 6px;
    color: #3b82f6;
  }
  .p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
    color: #3b82f6;
  }
  .p-toast .p-toast-message.p-toast-message-success {
    background: rgba(228, 248, 240, 0.7);
    border: solid #1ea97c;
    border-width: 0 0 0 6px;
    color: #1ea97c;
  }
  .p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
    color: #1ea97c;
  }
  .p-toast .p-toast-message.p-toast-message-warn {
    background: rgba(255, 242, 226, 0.7);
    border: solid #cc8925;
    border-width: 0 0 0 6px;
    color: #cc8925;
  }
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
    color: #cc8925;
  }
  .p-toast .p-toast-message.p-toast-message-error {
    background: rgba(255, 231, 230, 0.7);
    border: solid #ff5757;
    border-width: 0 0 0 6px;
    color: #ff5757;
  }
  .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
    color: #ff5757;
  }
  .p-toast .p-toast-message.p-toast-message-secondary {
    background: #64748b;
    border: solid #64748b;
    border-width: 0 0 0 6px;
    color: #ffffff;
  }
  .p-toast .p-toast-message.p-toast-message-secondary .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-secondary .p-toast-icon-close {
    color: #ffffff;
  }
  .p-toast .p-toast-message.p-toast-message-contrast {
    background: #1f2937;
    border: solid #1f2937;
    border-width: 0 0 0 6px;
    color: #ffffff;
  }
  .p-toast .p-toast-message.p-toast-message-contrast .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-contrast .p-toast-icon-close {
    color: #ffffff;
  }
  .p-galleria .p-galleria-close {
    margin: 0.5rem;
    background: transparent;
    color: #f9fafb;
    width: 4rem;
    height: 4rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-close .p-galleria-close-icon {
    font-size: 2rem;
  }
  .p-galleria .p-galleria-close .p-icon-wrapper .p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-galleria .p-galleria-close:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #f9fafb;
  }
  .p-galleria .p-galleria-item-nav {
    background: transparent;
    color: #f9fafb;
    width: 4rem;
    height: 4rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 6px;
    margin: 0 0.5rem;
  }
  .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
  .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
    font-size: 2rem;
  }
  .p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
    background: rgba(255, 255, 255, 0.1);
    color: #f9fafb;
  }
  .p-galleria .p-galleria-caption {
    background: rgba(0, 0, 0, 0.5);
    color: #f9fafb;
    padding: 1rem;
  }
  .p-galleria .p-galleria-indicators {
    padding: 1rem;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator button {
    background-color: #d1d5db;
    width: 1rem;
    height: 1rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
    background: #9ca3af;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator,
  .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
    margin-right: 0.5rem;
  }
  .p-galleria.p-galleria-indicators-left .p-galleria-indicator,
  .p-galleria.p-galleria-indicators-right .p-galleria-indicator {
    margin-bottom: 0.5rem;
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
    background: rgba(0, 0, 0, 0.5);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
    background: rgba(255, 255, 255, 0.4);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover {
    background: rgba(255, 255, 255, 0.6);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-galleria .p-galleria-thumbnail-container {
    background: rgba(0, 0, 0, 0.9);
    padding: 1rem 0.25rem;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
    margin: 0.5rem;
    background-color: transparent;
    color: #f9fafb;
    width: 2rem;
    height: 2rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #f9fafb;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-galleria-mask {
    --maskbg: rgba(0, 0, 0, 0.9);
  }
  .p-image-mask {
    --maskbg: rgba(0, 0, 0, 0.9);
  }
  .p-image-preview-indicator {
    background-color: transparent;
    color: #f8f9fa;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-image-preview-container:hover > .p-image-preview-indicator {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .p-image-toolbar {
    padding: 1rem;
  }
  .p-image-action.p-link {
    color: #f8f9fa;
    background-color: transparent;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-image-action.p-link:last-child {
    margin-right: 0;
  }
  .p-image-action.p-link:hover {
    color: #f8f9fa;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .p-image-action.p-link i {
    font-size: 1.5rem;
  }
  .p-image-action.p-link .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-avatar {
    background-color: #e5e7eb;
    border-radius: 6px;
  }
  .p-avatar.p-avatar-lg {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }
  .p-avatar.p-avatar-lg .p-avatar-icon {
    font-size: 1.5rem;
  }
  .p-avatar.p-avatar-xl {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
  .p-avatar.p-avatar-xl .p-avatar-icon {
    font-size: 2rem;
  }
  .p-avatar-group .p-avatar {
    border: 2px solid #ffffff;
  }
  .p-badge {
    background: #3B82F6;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .p-badge.p-badge-secondary {
    background-color: #64748b;
    color: #ffffff;
  }
  .p-badge.p-badge-contrast {
    background-color: #1f2937;
    color: #ffffff;
  }
  .p-badge.p-badge-success {
    background-color: #22c55e;
    color: #ffffff;
  }
  .p-badge.p-badge-info {
    background-color: #0ea5e9;
    color: #ffffff;
  }
  .p-badge.p-badge-warning {
    background-color: #f97316;
    color: #ffffff;
  }
  .p-badge.p-badge-danger {
    background-color: #ef4444;
    color: #ffffff;
  }
  .p-badge.p-badge-lg {
    font-size: 1.125rem;
    min-width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
  }
  .p-badge.p-badge-xl {
    font-size: 1.5rem;
    min-width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
  .p-chip {
    background-color: #e5e7eb;
    color: #4b5563;
    border-radius: 16px;
    padding: 0 0.75rem;
  }
  .p-chip .p-chip-text {
    line-height: 1.5;
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .p-chip .p-chip-icon {
    margin-right: 0.5rem;
  }
  .p-chip .pi-chip-remove-icon {
    margin-left: 0.5rem;
  }
  .p-chip img {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: -0.75rem;
    margin-right: 0.5rem;
  }
  .p-chip .pi-chip-remove-icon {
    border-radius: 6px;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-chip .pi-chip-remove-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-chip .pi-chip-remove-icon:focus {
    outline: 0 none;
  }
  .p-inplace .p-inplace-display {
    padding: 0.75rem 0.75rem;
    border-radius: 6px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-inplace .p-inplace-display:not(.p-disabled):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-inplace .p-inplace-display:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-metergroup {
    display: flex;
  }
  .p-metergroup-meters {
    display: flex;
  }
  .p-metergroup-vertical .p-metergroup-meters {
    flex-direction: column;
  }
  .p-metergroup-labels {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .p-metergroup-vertical .p-metergroup-labels {
    align-items: start;
  }
  .p-metergroup-labels-vertical {
    flex-direction: column;
  }
  .p-metergroup-label {
    display: inline-flex;
    align-items: center;
  }
  .p-metergroup-label-marker {
    display: inline-flex;
  }
  .p-metergroup {
    gap: 1rem;
  }
  .p-metergroup .p-metergroup-meters {
    background: #e5e7eb;
    border-radius: 6px;
  }
  .p-metergroup .p-metergroup-meter {
    border: 0 none;
    background: #3B82F6;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label {
    gap: 0.5rem;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label-marker {
    background: #3B82F6;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-metergroup .p-metergroup-labels.p-metergroup-labels-vertical {
    gap: 0.5rem;
  }
  .p-metergroup .p-metergroup-labels.p-metergroup-labels-horizontal {
    gap: 1rem;
  }
  .p-metergroup.p-metergroup-horizontal {
    flex-direction: column;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meters {
    height: 0.5rem;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:first-of-type {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:last-of-type {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-metergroup.p-metergroup-vertical {
    flex-direction: row;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meters {
    width: 0.5rem;
    height: 100%;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meter:first-of-type {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meter:last-of-type {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-progressbar {
    border: 0 none;
    height: 1.5rem;
    background: #e5e7eb;
    border-radius: 6px;
  }
  .p-progressbar .p-progressbar-value {
    border: 0 none;
    margin: 0;
    background: #3B82F6;
  }
  .p-progressbar .p-progressbar-label {
    color: #ffffff;
    line-height: 1.5rem;
  }
  .p-scrolltop {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-scrolltop.p-link {
    background: rgba(0, 0, 0, 0.7);
  }
  .p-scrolltop.p-link:hover {
    background: rgba(0, 0, 0, 0.8);
  }
  .p-scrolltop .p-scrolltop-icon {
    font-size: 1.5rem;
    color: #f9fafb;
  }
  .p-scrolltop .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-skeleton {
    background-color: #e5e7eb;
    border-radius: 6px;
  }
  .p-skeleton:after {
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.4),
        rgba(255, 255, 255, 0));
  }
  .p-tag {
    background: #3B82F6;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.4rem;
    border-radius: 6px;
  }
  .p-tag.p-tag-success {
    background-color: #22c55e;
    color: #ffffff;
  }
  .p-tag.p-tag-info {
    background-color: #0ea5e9;
    color: #ffffff;
  }
  .p-tag.p-tag-warning {
    background-color: #f97316;
    color: #ffffff;
  }
  .p-tag.p-tag-danger {
    background-color: #ef4444;
    color: #ffffff;
  }
  .p-tag .p-tag-icon {
    margin-right: 0.25rem;
    font-size: 0.75rem;
  }
  .p-tag .p-icon {
    width: 0.75rem;
    height: 0.75rem;
  }
  .p-tag.p-tag-secondary {
    background-color: #64748b;
    color: #ffffff;
  }
  .p-tag.p-tag-contrast {
    background-color: #1f2937;
    color: #ffffff;
  }
  .p-terminal {
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    padding: 1.25rem;
  }
  .p-terminal .p-terminal-input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
  }
}
@layer primeng {
  .p-button-label {
    font-weight: 700;
  }
  .p-selectbutton > .p-button,
  .p-togglebutton.p-button {
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link {
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link {
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
    background-color: #3B82F6;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background-color: #3B82F6;
  }
  .p-button:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #9dc1fb,
      0 1px 2px 0 black;
  }
  .p-button.p-button-secondary:enabled:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #b0b9c6,
      0 1px 2px 0 black;
  }
  .p-button.p-button-success:enabled:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #88eaac,
      0 1px 2px 0 black;
  }
  .p-button.p-button-info:enabled:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #83d3f8,
      0 1px 2px 0 black;
  }
  .p-button.p-button-warning:enabled:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #fcb98b,
      0 1px 2px 0 black;
  }
  .p-button.p-button-help:enabled:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #d4aafb,
      0 1px 2px 0 black;
  }
  .p-button.p-button-danger:enabled:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #f7a2a2,
      0 1px 2px 0 black;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
    box-shadow: inset 0 2px 0 0 #3B82F6;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
    box-shadow: inset 0 -2px 0 0 #3B82F6;
  }
  .p-speeddial-item.p-focus > .p-speeddial-action {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #9dc1fb,
      0 1px 2px 0 black;
  }
  .p-toast-message {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  .p-inline-message-text {
    font-weight: 500;
  }
  .p-picklist-buttons .p-button,
  .p-orderlist-controls .p-button {
    transition:
      opacity 0.2s,
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-number {
    background: #3B82F6;
    color: #ffffff;
  }
}

/* node_modules/primeng/resources/primeng.css */
.p-overflow-hidden {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}
@layer primeng {
  .p-component,
  .p-component * {
    box-sizing: border-box;
  }
  .p-hidden {
    display: none;
  }
  .p-hidden-space {
    visibility: hidden;
  }
  .p-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .p-hidden-accessible input,
  .p-hidden-accessible select {
    transform: scale(0);
  }
  .p-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
  }
  .p-disabled,
  .p-disabled * {
    cursor: default !important;
    pointer-events: none;
  }
  .p-component-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-unselectable-text {
    -webkit-user-select: none;
    user-select: none;
  }
  .p-scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
  }
  @-webkit-keyframes p-fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes p-fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  input[type=button],
  input[type=submit],
  input[type=reset],
  input[type=file]::-webkit-file-upload-button,
  button {
    border-radius: 0;
  }
  .p-link {
    text-align: left;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-link:disabled {
    cursor: default;
  }
  .p-sr-only {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
  }
  .p-connected-overlay {
    opacity: 0;
    transform: scaleY(0.8);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  .p-connected-overlay-visible {
    opacity: 1;
    transform: scaleY(1);
  }
  .p-connected-overlay-hidden {
    opacity: 0;
    transform: scaleY(1);
    transition: opacity 0.1s linear;
  }
  .p-toggleable-content.ng-animating {
    overflow: hidden;
  }
  .p-icon-wrapper {
    display: inline-flex;
  }
  .p-icon {
    display: inline-block;
  }
  .p-icon-spin {
    -webkit-animation: p-icon-spin 2s infinite linear;
    animation: p-icon-spin 2s infinite linear;
  }
}
@-webkit-keyframes p-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes p-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@layer primeng {
  .p-badge {
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    padding: 0 0.5rem;
  }
  .p-overlay-badge {
    position: relative;
  }
  .p-overlay-badge .p-badge {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    transform-origin: 100% 0;
    margin: 0;
  }
  .p-badge-dot {
    width: 0.5rem;
    min-width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    padding: 0;
  }
  .p-badge-no-gutter {
    padding: 0;
    border-radius: 50%;
  }
}
@layer primeng {
  .p-button {
    margin: 0;
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    align-items: center;
    vertical-align: bottom;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  .p-button-label {
    flex: 1 1 auto;
  }
  .p-button-icon-right {
    order: 1;
  }
  .p-button:disabled {
    cursor: default;
    pointer-events: none;
  }
  .p-button-icon-only {
    justify-content: center;
  }
  .p-button-icon-only:after {
    content: "p";
    visibility: hidden;
    clip: rect(0 0 0 0);
    width: 0;
  }
  .p-button-vertical {
    flex-direction: column;
  }
  .p-button-icon-bottom {
    order: 2;
  }
  .p-button-group .p-button {
    margin: 0;
  }
  .p-button-group .p-button:focus,
  .p-button-group p-button:focus .p-button,
  .p-buttonset .p-button:focus,
  .p-buttonset .p-button:focus,
  .p-buttonset p-button:focus .p-button,
  .p-buttonset .p-button:focus {
    position: relative;
    z-index: 1;
  }
  .p-button-group .p-button:not(:last-child),
  .p-button-group .p-button:not(:last-child):hover,
  .p-button-group p-button:not(:last-child) .p-button,
  .p-button-group p-button:not(:last-child) .p-button:hover,
  .p-buttonset .p-button:not(:last-child),
  .p-buttonset .p-button:not(:last-child):hover,
  .p-buttonset p-button:not(:last-child) .p-button,
  .p-buttonset p-button:not(:last-child) .p-button:hover {
    border-right: 0 none;
  }
  .p-button-group .p-button:not(:first-of-type):not(:last-of-type),
  .p-button-group p-button:not(:first-of-type):not(:last-of-type) .p-button,
  .p-buttonset .p-button:not(:first-of-type):not(:last-of-type),
  .p-buttonset p-button:not(:first-of-type):not(:last-of-type) .p-button {
    border-radius: 0;
  }
  .p-button-group .p-button:first-of-type:not(:only-of-type),
  .p-button-group p-button:first-of-type:not(:only-of-type) .p-button,
  .p-buttonset .p-button:first-of-type:not(:only-of-type),
  .p-buttonset p-button:first-of-type:not(:only-of-type) .p-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .p-button-group .p-button:last-of-type:not(:only-of-type),
  .p-button-group p-button:last-of-type:not(:only-of-type) .p-button,
  .p-buttonset .p-button:last-of-type:not(:only-of-type),
  .p-buttonset p-button:last-of-type:not(:only-of-type) .p-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  p-button[iconpos=right] spinnericon {
    order: 1;
  }
}
@layer primeng {
  .p-checkbox {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: bottom;
    position: relative;
  }
  .p-checkbox-disabled {
    cursor: default !important;
    pointer-events: none;
  }
  .p-checkbox-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  p-checkbox {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
  }
  .p-checkbox-label {
    line-height: 1;
  }
}
.p-colorpicker-panel .p-colorpicker-color {
  background: transparent url("./media/color-3LUHUBGQ.png") no-repeat left top;
}
.p-colorpicker-panel .p-colorpicker-hue {
  background: transparent url("./media/hue-RMMBQOAC.png") no-repeat left top;
}
@layer primeng {
  .p-inputtext {
    margin: 0;
  }
  .p-fluid .p-inputtext {
    width: 100%;
  }
  .p-inputgroup {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .p-inputgroup-addon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-inputgroup .p-float-label {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .p-inputgroup .p-inputtext,
  .p-fluid .p-inputgroup .p-inputtext,
  .p-inputgroup .p-inputwrapper,
  .p-inputgroup .p-inputwrapper > .p-component {
    flex: 1 1 auto;
    width: 1%;
  }
  .p-float-label {
    display: block;
    position: relative;
  }
  .p-float-label label {
    position: absolute;
    pointer-events: none;
    top: 50%;
    margin-top: -0.5rem;
    transition-property: all;
    transition-timing-function: ease;
    line-height: 1;
  }
  .p-float-label textarea ~ label {
    top: 1rem;
  }
  .p-float-label input:focus ~ label,
  .p-float-label input.p-filled ~ label,
  .p-float-label textarea:focus ~ label,
  .p-float-label textarea.p-filled ~ label,
  .p-float-label .p-inputwrapper-focus ~ label,
  .p-float-label .p-inputwrapper-filled ~ label {
    top: -0.75rem;
    font-size: 12px;
  }
  .p-float-label .input:-webkit-autofill ~ label {
    top: -20px;
    font-size: 12px;
  }
  .p-float-label .p-placeholder,
  .p-float-label input::placeholder,
  .p-float-label .p-inputtext::placeholder {
    opacity: 0;
    transition-property: all;
    transition-timing-function: ease;
  }
  .p-float-label .p-focus .p-placeholder,
  .p-float-label input:focus::placeholder,
  .p-float-label .p-inputtext:focus::placeholder {
    opacity: 1;
    transition-property: all;
    transition-timing-function: ease;
  }
  .p-input-icon-left,
  .p-input-icon-right {
    position: relative;
    display: inline-block;
  }
  .p-input-icon-left > i,
  .p-input-icon-left > .p-icon-wrapper,
  .p-input-icon-right > i,
  .p-input-icon-right > .p-icon-wrapper {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-fluid .p-input-icon-left,
  .p-fluid .p-input-icon-right {
    display: block;
    width: 100%;
  }
}
@layer primeng {
  .p-inputtextarea-resizable {
    overflow: hidden;
    resize: none;
  }
  .p-fluid .p-inputtextarea {
    width: 100%;
  }
}
@layer primeng {
  .p-password {
    position: relative;
    display: inline-flex;
  }
  .p-password-panel {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-password .p-password-panel {
    min-width: 100%;
  }
  .p-password-meter {
    height: 10px;
  }
  .p-password-strength {
    height: 100%;
    width: 0%;
    transition: width 1s ease-in-out;
  }
  .p-fluid .p-password {
    display: flex;
  }
  .p-password-input::-ms-reveal,
  .p-password-input::-ms-clear {
    display: none;
  }
  .p-password-clear-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    cursor: pointer;
  }
  .p-password .p-icon {
    cursor: pointer;
  }
  .p-password-clearable.p-password-mask .p-password-clear-icon {
    margin-top: unset;
  }
  .p-password-clearable {
    position: relative;
  }
}
@layer primeng {
  .p-radiobutton {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: bottom;
    position: relative;
  }
  .p-radiobutton-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-radiobutton-icon {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0) scale(0.1);
    border-radius: 50%;
    visibility: hidden;
  }
  .p-radiobutton-box.p-highlight .p-radiobutton-icon {
    transform: translateZ(0) scale(1, 1);
    visibility: visible;
  }
  p-radiobutton {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
  }
  .p-radiobutton-label {
    line-height: 1;
  }
}
@layer primeng {
  .p-ripple {
    overflow: hidden;
    position: relative;
  }
  .p-ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    transform: scale(0);
  }
  .p-ink-active {
    animation: ripple 0.4s linear;
  }
  .p-ripple-disabled .p-ink {
    display: none !important;
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@layer primeng {
  .p-tooltip {
    position: absolute;
    display: none;
    padding: 0.25em 0.5rem;
    max-width: 12.5rem;
    pointer-events: none;
  }
  .p-tooltip.p-tooltip-right,
  .p-tooltip.p-tooltip-left {
    padding: 0 0.25rem;
  }
  .p-tooltip.p-tooltip-top,
  .p-tooltip.p-tooltip-bottom {
    padding: 0.25em 0;
  }
  .p-tooltip .p-tooltip-text {
    white-space: pre-line;
    word-break: break-word;
  }
  .p-tooltip-arrow {
    scale: 2;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .p-tooltip-right .p-tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -0.25rem;
    border-width: 0.25em 0.25em 0.25em 0;
  }
  .p-tooltip-left .p-tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -0.25rem;
    border-width: 0.25em 0 0.25em 0.25rem;
  }
  .p-tooltip.p-tooltip-top {
    padding: 0.25em 0;
  }
  .p-tooltip-top .p-tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -0.25rem;
    border-width: 0.25em 0.25em 0;
  }
  .p-tooltip-bottom .p-tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -0.25rem;
    border-width: 0 0.25em 0.25rem;
  }
}

/* src/assets/styles/themes/main.scss */
@font-face {
  font-family: "Raleway Medium";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/fonts/Raleway-Medium.ttf) format("truetype");
}
@-webkit-keyframes radar-animation {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes radar-animation {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-ms-keyframes radar-animation {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes radar-animation {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes mouse-scroll-animation {
  0% {
    top: 8px;
    opacity: 1;
  }
  33% {
    top: 26px;
    opacity: 0;
  }
  34% {
    top: 8px;
    opacity: 0;
  }
  100% {
    top: 8px;
    opacity: 0;
  }
}
@-moz-keyframes mouse-scroll-animation {
  0% {
    top: 8px;
    opacity: 1;
  }
  33% {
    top: 26px;
    opacity: 0;
  }
  34% {
    top: 8px;
    opacity: 0;
  }
  100% {
    top: 8px;
    opacity: 0;
  }
}
@-ms-keyframes mouse-scroll-animation {
  0% {
    top: 8px;
    opacity: 1;
  }
  33% {
    top: 26px;
    opacity: 0;
  }
  34% {
    top: 8px;
    opacity: 0;
  }
  100% {
    top: 8px;
    opacity: 0;
  }
}
@keyframes mouse-scroll-animation {
  0% {
    top: 8px;
    opacity: 1;
  }
  33% {
    top: 26px;
    opacity: 0;
  }
  34% {
    top: 8px;
    opacity: 0;
  }
  100% {
    top: 8px;
    opacity: 0;
  }
}
html.zoom-mode {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden !important;
  height: 100%;
  position: relative;
  width: 100%;
  min-height: 100%;
}
html.zoom-mode.firefox {
  display: block;
}
html.zoom-mode.firefox body {
  top: 50%;
}
body.zoom-mode {
  width: 1600px;
  height: 900px !important;
  position: relative;
  min-height: unset !important;
  min-width: unset !important;
  overflow: hidden;
}
section {
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
}
#sectionScroll {
  position: relative;
  height: 100%;
  transform: translate3d(0px, 0px, 0px);
  transition: transform 1200ms ease 50ms;
  will-change: transform;
}
#sectionScroll > section {
  padding-left: 248px;
}
.padding-top-bottom {
  padding-top: 50px;
  padding-bottom: 50px;
}
#sectionScroll > section.contain-child {
  padding-left: unset;
}
#sectionScroll section {
  height: 100%;
}
.section-scroll {
  display: flex;
  overflow: hidden;
  position: relative;
}
.scrollable .scrollable-container {
  overflow-y: scroll;
  height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scrollable .scrollable-container .content {
  padding: 40px 0;
}
::-webkit-scrollbar {
  display: none;
}
.section-scroll .section-child-scroll-container {
  height: 100%;
}
.section-scroll .section-child-scroll-container .section-child-scroll {
  height: 100%;
  padding: 50px 0;
}
.scroll-container {
  height: 100%;
  width: 100%;
  transition: transform 1200ms ease;
  will-change: transform;
}
.section-scroll .section-scroll-fixed {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 50px 30px;
}
.section-scroll .section-scroll-fixed.padding-section-scroll {
  padding-right: 0;
}
.scroll-from-right {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  transform: translate3d(100%, 0px, 0px);
  transition: transform 1200ms ease;
  will-change: transform;
}
app-inforgraphics,
app-all-stats-timeline,
app-state-selection,
app-state-timeline,
app-all-stats-bars,
app-state-price,
app-events {
  height: 100%;
  width: 100%;
}
app-all-stats-counter,
app-all-stats-bars {
  padding-left: 248px;
}
.scroll-from-right {
  display: flex;
}
.mouse-scroll {
  position: absolute;
  bottom: 5px;
  left: calc(50% + 80px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 36px;
  min-height: 52px;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 10;
}
.mouse-scroll .wheel-wrapper {
  position: relative;
  height: 26px;
  width: 36px;
  overflow: hidden;
}
.mouse-scroll .wheel-wrapper:before {
  content: "";
  position: absolute;
  top: 8px;
  left: calc(50% - 1px);
  display: block;
  width: 2px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-animation: mouse-scroll-animation 3s linear 0s 15;
  -moz-animation: mouse-scroll-animation 3s linear 0s 15;
  animation: mouse-scroll-animation 3s linear 0s 15;
}
.mouse-scroll.left {
  left: calc(20% + 96px);
}
[class*=fx],
[class*=flex],
[class^=fx],
[class^=flex] {
  display: flex !important;
  box-sizing: border-box !important;
}
.fx-all-1 {
  flex-basis: 1%;
  max-width: 1%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-1 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-1 {
    flex-basis: 1%;
    max-width: 1%;
  }
}
.fx-sm-1 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-1 {
    flex-basis: 1%;
    max-width: 1%;
  }
}
.fx-md-1 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-1 {
    flex-basis: 1%;
    max-width: 1%;
  }
}
.fx-lg-1 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-1 {
    flex-basis: 1%;
    max-width: 1%;
  }
}
.fx-xl-1 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-1 {
    flex-basis: 1%;
    max-width: 1%;
  }
}
.fx-ltSm-1 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-1 {
    flex-basis: 1%;
    max-width: 1%;
  }
}
.fx-ltMd-1 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-1 {
    flex-basis: 1%;
    max-width: 1%;
  }
}
.fx-ltLg-1 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-1 {
    flex-basis: 1%;
    max-width: 1%;
  }
}
.fx-ltXl-1 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-1 {
    flex-basis: 1%;
    max-width: 1%;
  }
}
.fx-gtXs-1 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-1 {
    flex-basis: 1%;
    max-width: 1%;
  }
}
.fx-gtSm-1 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-1 {
    flex-basis: 1%;
    max-width: 1%;
  }
}
.fx-gtMd-1 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-1 {
    flex-basis: 1%;
    max-width: 1%;
  }
}
.fx-gtLg-1 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-1 {
    flex-basis: 1%;
    max-width: 1%;
  }
}
.fx-all-2 {
  flex-basis: 2%;
  max-width: 2%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-2 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-2 {
    flex-basis: 2%;
    max-width: 2%;
  }
}
.fx-sm-2 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-2 {
    flex-basis: 2%;
    max-width: 2%;
  }
}
.fx-md-2 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-2 {
    flex-basis: 2%;
    max-width: 2%;
  }
}
.fx-lg-2 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-2 {
    flex-basis: 2%;
    max-width: 2%;
  }
}
.fx-xl-2 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-2 {
    flex-basis: 2%;
    max-width: 2%;
  }
}
.fx-ltSm-2 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-2 {
    flex-basis: 2%;
    max-width: 2%;
  }
}
.fx-ltMd-2 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-2 {
    flex-basis: 2%;
    max-width: 2%;
  }
}
.fx-ltLg-2 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-2 {
    flex-basis: 2%;
    max-width: 2%;
  }
}
.fx-ltXl-2 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-2 {
    flex-basis: 2%;
    max-width: 2%;
  }
}
.fx-gtXs-2 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-2 {
    flex-basis: 2%;
    max-width: 2%;
  }
}
.fx-gtSm-2 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-2 {
    flex-basis: 2%;
    max-width: 2%;
  }
}
.fx-gtMd-2 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-2 {
    flex-basis: 2%;
    max-width: 2%;
  }
}
.fx-gtLg-2 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-2 {
    flex-basis: 2%;
    max-width: 2%;
  }
}
.fx-all-3 {
  flex-basis: 3%;
  max-width: 3%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-3 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-3 {
    flex-basis: 3%;
    max-width: 3%;
  }
}
.fx-sm-3 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-3 {
    flex-basis: 3%;
    max-width: 3%;
  }
}
.fx-md-3 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-3 {
    flex-basis: 3%;
    max-width: 3%;
  }
}
.fx-lg-3 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-3 {
    flex-basis: 3%;
    max-width: 3%;
  }
}
.fx-xl-3 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-3 {
    flex-basis: 3%;
    max-width: 3%;
  }
}
.fx-ltSm-3 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-3 {
    flex-basis: 3%;
    max-width: 3%;
  }
}
.fx-ltMd-3 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-3 {
    flex-basis: 3%;
    max-width: 3%;
  }
}
.fx-ltLg-3 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-3 {
    flex-basis: 3%;
    max-width: 3%;
  }
}
.fx-ltXl-3 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-3 {
    flex-basis: 3%;
    max-width: 3%;
  }
}
.fx-gtXs-3 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-3 {
    flex-basis: 3%;
    max-width: 3%;
  }
}
.fx-gtSm-3 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-3 {
    flex-basis: 3%;
    max-width: 3%;
  }
}
.fx-gtMd-3 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-3 {
    flex-basis: 3%;
    max-width: 3%;
  }
}
.fx-gtLg-3 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-3 {
    flex-basis: 3%;
    max-width: 3%;
  }
}
.fx-all-4 {
  flex-basis: 4%;
  max-width: 4%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-4 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-4 {
    flex-basis: 4%;
    max-width: 4%;
  }
}
.fx-sm-4 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-4 {
    flex-basis: 4%;
    max-width: 4%;
  }
}
.fx-md-4 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-4 {
    flex-basis: 4%;
    max-width: 4%;
  }
}
.fx-lg-4 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-4 {
    flex-basis: 4%;
    max-width: 4%;
  }
}
.fx-xl-4 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-4 {
    flex-basis: 4%;
    max-width: 4%;
  }
}
.fx-ltSm-4 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-4 {
    flex-basis: 4%;
    max-width: 4%;
  }
}
.fx-ltMd-4 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-4 {
    flex-basis: 4%;
    max-width: 4%;
  }
}
.fx-ltLg-4 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-4 {
    flex-basis: 4%;
    max-width: 4%;
  }
}
.fx-ltXl-4 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-4 {
    flex-basis: 4%;
    max-width: 4%;
  }
}
.fx-gtXs-4 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-4 {
    flex-basis: 4%;
    max-width: 4%;
  }
}
.fx-gtSm-4 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-4 {
    flex-basis: 4%;
    max-width: 4%;
  }
}
.fx-gtMd-4 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-4 {
    flex-basis: 4%;
    max-width: 4%;
  }
}
.fx-gtLg-4 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-4 {
    flex-basis: 4%;
    max-width: 4%;
  }
}
.fx-all-5 {
  flex-basis: 5%;
  max-width: 5%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-5 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-5 {
    flex-basis: 5%;
    max-width: 5%;
  }
}
.fx-sm-5 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-5 {
    flex-basis: 5%;
    max-width: 5%;
  }
}
.fx-md-5 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-5 {
    flex-basis: 5%;
    max-width: 5%;
  }
}
.fx-lg-5 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-5 {
    flex-basis: 5%;
    max-width: 5%;
  }
}
.fx-xl-5 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-5 {
    flex-basis: 5%;
    max-width: 5%;
  }
}
.fx-ltSm-5 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-5 {
    flex-basis: 5%;
    max-width: 5%;
  }
}
.fx-ltMd-5 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-5 {
    flex-basis: 5%;
    max-width: 5%;
  }
}
.fx-ltLg-5 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-5 {
    flex-basis: 5%;
    max-width: 5%;
  }
}
.fx-ltXl-5 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-5 {
    flex-basis: 5%;
    max-width: 5%;
  }
}
.fx-gtXs-5 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-5 {
    flex-basis: 5%;
    max-width: 5%;
  }
}
.fx-gtSm-5 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-5 {
    flex-basis: 5%;
    max-width: 5%;
  }
}
.fx-gtMd-5 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-5 {
    flex-basis: 5%;
    max-width: 5%;
  }
}
.fx-gtLg-5 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-5 {
    flex-basis: 5%;
    max-width: 5%;
  }
}
.fx-all-6 {
  flex-basis: 6%;
  max-width: 6%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-6 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-6 {
    flex-basis: 6%;
    max-width: 6%;
  }
}
.fx-sm-6 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-6 {
    flex-basis: 6%;
    max-width: 6%;
  }
}
.fx-md-6 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-6 {
    flex-basis: 6%;
    max-width: 6%;
  }
}
.fx-lg-6 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-6 {
    flex-basis: 6%;
    max-width: 6%;
  }
}
.fx-xl-6 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-6 {
    flex-basis: 6%;
    max-width: 6%;
  }
}
.fx-ltSm-6 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-6 {
    flex-basis: 6%;
    max-width: 6%;
  }
}
.fx-ltMd-6 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-6 {
    flex-basis: 6%;
    max-width: 6%;
  }
}
.fx-ltLg-6 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-6 {
    flex-basis: 6%;
    max-width: 6%;
  }
}
.fx-ltXl-6 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-6 {
    flex-basis: 6%;
    max-width: 6%;
  }
}
.fx-gtXs-6 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-6 {
    flex-basis: 6%;
    max-width: 6%;
  }
}
.fx-gtSm-6 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-6 {
    flex-basis: 6%;
    max-width: 6%;
  }
}
.fx-gtMd-6 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-6 {
    flex-basis: 6%;
    max-width: 6%;
  }
}
.fx-gtLg-6 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-6 {
    flex-basis: 6%;
    max-width: 6%;
  }
}
.fx-all-7 {
  flex-basis: 7%;
  max-width: 7%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-7 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-7 {
    flex-basis: 7%;
    max-width: 7%;
  }
}
.fx-sm-7 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-7 {
    flex-basis: 7%;
    max-width: 7%;
  }
}
.fx-md-7 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-7 {
    flex-basis: 7%;
    max-width: 7%;
  }
}
.fx-lg-7 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-7 {
    flex-basis: 7%;
    max-width: 7%;
  }
}
.fx-xl-7 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-7 {
    flex-basis: 7%;
    max-width: 7%;
  }
}
.fx-ltSm-7 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-7 {
    flex-basis: 7%;
    max-width: 7%;
  }
}
.fx-ltMd-7 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-7 {
    flex-basis: 7%;
    max-width: 7%;
  }
}
.fx-ltLg-7 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-7 {
    flex-basis: 7%;
    max-width: 7%;
  }
}
.fx-ltXl-7 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-7 {
    flex-basis: 7%;
    max-width: 7%;
  }
}
.fx-gtXs-7 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-7 {
    flex-basis: 7%;
    max-width: 7%;
  }
}
.fx-gtSm-7 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-7 {
    flex-basis: 7%;
    max-width: 7%;
  }
}
.fx-gtMd-7 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-7 {
    flex-basis: 7%;
    max-width: 7%;
  }
}
.fx-gtLg-7 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-7 {
    flex-basis: 7%;
    max-width: 7%;
  }
}
.fx-all-8 {
  flex-basis: 8%;
  max-width: 8%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-8 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-8 {
    flex-basis: 8%;
    max-width: 8%;
  }
}
.fx-sm-8 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-8 {
    flex-basis: 8%;
    max-width: 8%;
  }
}
.fx-md-8 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-8 {
    flex-basis: 8%;
    max-width: 8%;
  }
}
.fx-lg-8 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-8 {
    flex-basis: 8%;
    max-width: 8%;
  }
}
.fx-xl-8 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-8 {
    flex-basis: 8%;
    max-width: 8%;
  }
}
.fx-ltSm-8 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-8 {
    flex-basis: 8%;
    max-width: 8%;
  }
}
.fx-ltMd-8 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-8 {
    flex-basis: 8%;
    max-width: 8%;
  }
}
.fx-ltLg-8 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-8 {
    flex-basis: 8%;
    max-width: 8%;
  }
}
.fx-ltXl-8 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-8 {
    flex-basis: 8%;
    max-width: 8%;
  }
}
.fx-gtXs-8 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-8 {
    flex-basis: 8%;
    max-width: 8%;
  }
}
.fx-gtSm-8 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-8 {
    flex-basis: 8%;
    max-width: 8%;
  }
}
.fx-gtMd-8 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-8 {
    flex-basis: 8%;
    max-width: 8%;
  }
}
.fx-gtLg-8 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-8 {
    flex-basis: 8%;
    max-width: 8%;
  }
}
.fx-all-9 {
  flex-basis: 9%;
  max-width: 9%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-9 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-9 {
    flex-basis: 9%;
    max-width: 9%;
  }
}
.fx-sm-9 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-9 {
    flex-basis: 9%;
    max-width: 9%;
  }
}
.fx-md-9 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-9 {
    flex-basis: 9%;
    max-width: 9%;
  }
}
.fx-lg-9 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-9 {
    flex-basis: 9%;
    max-width: 9%;
  }
}
.fx-xl-9 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-9 {
    flex-basis: 9%;
    max-width: 9%;
  }
}
.fx-ltSm-9 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-9 {
    flex-basis: 9%;
    max-width: 9%;
  }
}
.fx-ltMd-9 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-9 {
    flex-basis: 9%;
    max-width: 9%;
  }
}
.fx-ltLg-9 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-9 {
    flex-basis: 9%;
    max-width: 9%;
  }
}
.fx-ltXl-9 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-9 {
    flex-basis: 9%;
    max-width: 9%;
  }
}
.fx-gtXs-9 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-9 {
    flex-basis: 9%;
    max-width: 9%;
  }
}
.fx-gtSm-9 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-9 {
    flex-basis: 9%;
    max-width: 9%;
  }
}
.fx-gtMd-9 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-9 {
    flex-basis: 9%;
    max-width: 9%;
  }
}
.fx-gtLg-9 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-9 {
    flex-basis: 9%;
    max-width: 9%;
  }
}
.fx-all-10 {
  flex-basis: 10%;
  max-width: 10%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-10 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-10 {
    flex-basis: 10%;
    max-width: 10%;
  }
}
.fx-sm-10 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-10 {
    flex-basis: 10%;
    max-width: 10%;
  }
}
.fx-md-10 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-10 {
    flex-basis: 10%;
    max-width: 10%;
  }
}
.fx-lg-10 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-10 {
    flex-basis: 10%;
    max-width: 10%;
  }
}
.fx-xl-10 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-10 {
    flex-basis: 10%;
    max-width: 10%;
  }
}
.fx-ltSm-10 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-10 {
    flex-basis: 10%;
    max-width: 10%;
  }
}
.fx-ltMd-10 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-10 {
    flex-basis: 10%;
    max-width: 10%;
  }
}
.fx-ltLg-10 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-10 {
    flex-basis: 10%;
    max-width: 10%;
  }
}
.fx-ltXl-10 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-10 {
    flex-basis: 10%;
    max-width: 10%;
  }
}
.fx-gtXs-10 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-10 {
    flex-basis: 10%;
    max-width: 10%;
  }
}
.fx-gtSm-10 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-10 {
    flex-basis: 10%;
    max-width: 10%;
  }
}
.fx-gtMd-10 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-10 {
    flex-basis: 10%;
    max-width: 10%;
  }
}
.fx-gtLg-10 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-10 {
    flex-basis: 10%;
    max-width: 10%;
  }
}
.fx-all-11 {
  flex-basis: 11%;
  max-width: 11%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-11 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-11 {
    flex-basis: 11%;
    max-width: 11%;
  }
}
.fx-sm-11 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-11 {
    flex-basis: 11%;
    max-width: 11%;
  }
}
.fx-md-11 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-11 {
    flex-basis: 11%;
    max-width: 11%;
  }
}
.fx-lg-11 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-11 {
    flex-basis: 11%;
    max-width: 11%;
  }
}
.fx-xl-11 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-11 {
    flex-basis: 11%;
    max-width: 11%;
  }
}
.fx-ltSm-11 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-11 {
    flex-basis: 11%;
    max-width: 11%;
  }
}
.fx-ltMd-11 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-11 {
    flex-basis: 11%;
    max-width: 11%;
  }
}
.fx-ltLg-11 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-11 {
    flex-basis: 11%;
    max-width: 11%;
  }
}
.fx-ltXl-11 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-11 {
    flex-basis: 11%;
    max-width: 11%;
  }
}
.fx-gtXs-11 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-11 {
    flex-basis: 11%;
    max-width: 11%;
  }
}
.fx-gtSm-11 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-11 {
    flex-basis: 11%;
    max-width: 11%;
  }
}
.fx-gtMd-11 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-11 {
    flex-basis: 11%;
    max-width: 11%;
  }
}
.fx-gtLg-11 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-11 {
    flex-basis: 11%;
    max-width: 11%;
  }
}
.fx-all-12 {
  flex-basis: 12%;
  max-width: 12%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-12 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-12 {
    flex-basis: 12%;
    max-width: 12%;
  }
}
.fx-sm-12 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-12 {
    flex-basis: 12%;
    max-width: 12%;
  }
}
.fx-md-12 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-12 {
    flex-basis: 12%;
    max-width: 12%;
  }
}
.fx-lg-12 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-12 {
    flex-basis: 12%;
    max-width: 12%;
  }
}
.fx-xl-12 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-12 {
    flex-basis: 12%;
    max-width: 12%;
  }
}
.fx-ltSm-12 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-12 {
    flex-basis: 12%;
    max-width: 12%;
  }
}
.fx-ltMd-12 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-12 {
    flex-basis: 12%;
    max-width: 12%;
  }
}
.fx-ltLg-12 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-12 {
    flex-basis: 12%;
    max-width: 12%;
  }
}
.fx-ltXl-12 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-12 {
    flex-basis: 12%;
    max-width: 12%;
  }
}
.fx-gtXs-12 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-12 {
    flex-basis: 12%;
    max-width: 12%;
  }
}
.fx-gtSm-12 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-12 {
    flex-basis: 12%;
    max-width: 12%;
  }
}
.fx-gtMd-12 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-12 {
    flex-basis: 12%;
    max-width: 12%;
  }
}
.fx-gtLg-12 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-12 {
    flex-basis: 12%;
    max-width: 12%;
  }
}
.fx-all-13 {
  flex-basis: 13%;
  max-width: 13%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-13 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-13 {
    flex-basis: 13%;
    max-width: 13%;
  }
}
.fx-sm-13 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-13 {
    flex-basis: 13%;
    max-width: 13%;
  }
}
.fx-md-13 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-13 {
    flex-basis: 13%;
    max-width: 13%;
  }
}
.fx-lg-13 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-13 {
    flex-basis: 13%;
    max-width: 13%;
  }
}
.fx-xl-13 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-13 {
    flex-basis: 13%;
    max-width: 13%;
  }
}
.fx-ltSm-13 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-13 {
    flex-basis: 13%;
    max-width: 13%;
  }
}
.fx-ltMd-13 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-13 {
    flex-basis: 13%;
    max-width: 13%;
  }
}
.fx-ltLg-13 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-13 {
    flex-basis: 13%;
    max-width: 13%;
  }
}
.fx-ltXl-13 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-13 {
    flex-basis: 13%;
    max-width: 13%;
  }
}
.fx-gtXs-13 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-13 {
    flex-basis: 13%;
    max-width: 13%;
  }
}
.fx-gtSm-13 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-13 {
    flex-basis: 13%;
    max-width: 13%;
  }
}
.fx-gtMd-13 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-13 {
    flex-basis: 13%;
    max-width: 13%;
  }
}
.fx-gtLg-13 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-13 {
    flex-basis: 13%;
    max-width: 13%;
  }
}
.fx-all-14 {
  flex-basis: 14%;
  max-width: 14%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-14 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-14 {
    flex-basis: 14%;
    max-width: 14%;
  }
}
.fx-sm-14 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-14 {
    flex-basis: 14%;
    max-width: 14%;
  }
}
.fx-md-14 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-14 {
    flex-basis: 14%;
    max-width: 14%;
  }
}
.fx-lg-14 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-14 {
    flex-basis: 14%;
    max-width: 14%;
  }
}
.fx-xl-14 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-14 {
    flex-basis: 14%;
    max-width: 14%;
  }
}
.fx-ltSm-14 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-14 {
    flex-basis: 14%;
    max-width: 14%;
  }
}
.fx-ltMd-14 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-14 {
    flex-basis: 14%;
    max-width: 14%;
  }
}
.fx-ltLg-14 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-14 {
    flex-basis: 14%;
    max-width: 14%;
  }
}
.fx-ltXl-14 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-14 {
    flex-basis: 14%;
    max-width: 14%;
  }
}
.fx-gtXs-14 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-14 {
    flex-basis: 14%;
    max-width: 14%;
  }
}
.fx-gtSm-14 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-14 {
    flex-basis: 14%;
    max-width: 14%;
  }
}
.fx-gtMd-14 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-14 {
    flex-basis: 14%;
    max-width: 14%;
  }
}
.fx-gtLg-14 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-14 {
    flex-basis: 14%;
    max-width: 14%;
  }
}
.fx-all-15 {
  flex-basis: 15%;
  max-width: 15%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-15 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-15 {
    flex-basis: 15%;
    max-width: 15%;
  }
}
.fx-sm-15 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-15 {
    flex-basis: 15%;
    max-width: 15%;
  }
}
.fx-md-15 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-15 {
    flex-basis: 15%;
    max-width: 15%;
  }
}
.fx-lg-15 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-15 {
    flex-basis: 15%;
    max-width: 15%;
  }
}
.fx-xl-15 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-15 {
    flex-basis: 15%;
    max-width: 15%;
  }
}
.fx-ltSm-15 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-15 {
    flex-basis: 15%;
    max-width: 15%;
  }
}
.fx-ltMd-15 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-15 {
    flex-basis: 15%;
    max-width: 15%;
  }
}
.fx-ltLg-15 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-15 {
    flex-basis: 15%;
    max-width: 15%;
  }
}
.fx-ltXl-15 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-15 {
    flex-basis: 15%;
    max-width: 15%;
  }
}
.fx-gtXs-15 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-15 {
    flex-basis: 15%;
    max-width: 15%;
  }
}
.fx-gtSm-15 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-15 {
    flex-basis: 15%;
    max-width: 15%;
  }
}
.fx-gtMd-15 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-15 {
    flex-basis: 15%;
    max-width: 15%;
  }
}
.fx-gtLg-15 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-15 {
    flex-basis: 15%;
    max-width: 15%;
  }
}
.fx-all-16 {
  flex-basis: 16%;
  max-width: 16%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-16 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-16 {
    flex-basis: 16%;
    max-width: 16%;
  }
}
.fx-sm-16 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-16 {
    flex-basis: 16%;
    max-width: 16%;
  }
}
.fx-md-16 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-16 {
    flex-basis: 16%;
    max-width: 16%;
  }
}
.fx-lg-16 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-16 {
    flex-basis: 16%;
    max-width: 16%;
  }
}
.fx-xl-16 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-16 {
    flex-basis: 16%;
    max-width: 16%;
  }
}
.fx-ltSm-16 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-16 {
    flex-basis: 16%;
    max-width: 16%;
  }
}
.fx-ltMd-16 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-16 {
    flex-basis: 16%;
    max-width: 16%;
  }
}
.fx-ltLg-16 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-16 {
    flex-basis: 16%;
    max-width: 16%;
  }
}
.fx-ltXl-16 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-16 {
    flex-basis: 16%;
    max-width: 16%;
  }
}
.fx-gtXs-16 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-16 {
    flex-basis: 16%;
    max-width: 16%;
  }
}
.fx-gtSm-16 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-16 {
    flex-basis: 16%;
    max-width: 16%;
  }
}
.fx-gtMd-16 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-16 {
    flex-basis: 16%;
    max-width: 16%;
  }
}
.fx-gtLg-16 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-16 {
    flex-basis: 16%;
    max-width: 16%;
  }
}
.fx-all-17 {
  flex-basis: 17%;
  max-width: 17%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-17 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-17 {
    flex-basis: 17%;
    max-width: 17%;
  }
}
.fx-sm-17 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-17 {
    flex-basis: 17%;
    max-width: 17%;
  }
}
.fx-md-17 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-17 {
    flex-basis: 17%;
    max-width: 17%;
  }
}
.fx-lg-17 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-17 {
    flex-basis: 17%;
    max-width: 17%;
  }
}
.fx-xl-17 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-17 {
    flex-basis: 17%;
    max-width: 17%;
  }
}
.fx-ltSm-17 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-17 {
    flex-basis: 17%;
    max-width: 17%;
  }
}
.fx-ltMd-17 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-17 {
    flex-basis: 17%;
    max-width: 17%;
  }
}
.fx-ltLg-17 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-17 {
    flex-basis: 17%;
    max-width: 17%;
  }
}
.fx-ltXl-17 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-17 {
    flex-basis: 17%;
    max-width: 17%;
  }
}
.fx-gtXs-17 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-17 {
    flex-basis: 17%;
    max-width: 17%;
  }
}
.fx-gtSm-17 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-17 {
    flex-basis: 17%;
    max-width: 17%;
  }
}
.fx-gtMd-17 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-17 {
    flex-basis: 17%;
    max-width: 17%;
  }
}
.fx-gtLg-17 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-17 {
    flex-basis: 17%;
    max-width: 17%;
  }
}
.fx-all-18 {
  flex-basis: 18%;
  max-width: 18%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-18 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-18 {
    flex-basis: 18%;
    max-width: 18%;
  }
}
.fx-sm-18 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-18 {
    flex-basis: 18%;
    max-width: 18%;
  }
}
.fx-md-18 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-18 {
    flex-basis: 18%;
    max-width: 18%;
  }
}
.fx-lg-18 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-18 {
    flex-basis: 18%;
    max-width: 18%;
  }
}
.fx-xl-18 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-18 {
    flex-basis: 18%;
    max-width: 18%;
  }
}
.fx-ltSm-18 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-18 {
    flex-basis: 18%;
    max-width: 18%;
  }
}
.fx-ltMd-18 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-18 {
    flex-basis: 18%;
    max-width: 18%;
  }
}
.fx-ltLg-18 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-18 {
    flex-basis: 18%;
    max-width: 18%;
  }
}
.fx-ltXl-18 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-18 {
    flex-basis: 18%;
    max-width: 18%;
  }
}
.fx-gtXs-18 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-18 {
    flex-basis: 18%;
    max-width: 18%;
  }
}
.fx-gtSm-18 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-18 {
    flex-basis: 18%;
    max-width: 18%;
  }
}
.fx-gtMd-18 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-18 {
    flex-basis: 18%;
    max-width: 18%;
  }
}
.fx-gtLg-18 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-18 {
    flex-basis: 18%;
    max-width: 18%;
  }
}
.fx-all-19 {
  flex-basis: 19%;
  max-width: 19%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-19 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-19 {
    flex-basis: 19%;
    max-width: 19%;
  }
}
.fx-sm-19 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-19 {
    flex-basis: 19%;
    max-width: 19%;
  }
}
.fx-md-19 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-19 {
    flex-basis: 19%;
    max-width: 19%;
  }
}
.fx-lg-19 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-19 {
    flex-basis: 19%;
    max-width: 19%;
  }
}
.fx-xl-19 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-19 {
    flex-basis: 19%;
    max-width: 19%;
  }
}
.fx-ltSm-19 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-19 {
    flex-basis: 19%;
    max-width: 19%;
  }
}
.fx-ltMd-19 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-19 {
    flex-basis: 19%;
    max-width: 19%;
  }
}
.fx-ltLg-19 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-19 {
    flex-basis: 19%;
    max-width: 19%;
  }
}
.fx-ltXl-19 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-19 {
    flex-basis: 19%;
    max-width: 19%;
  }
}
.fx-gtXs-19 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-19 {
    flex-basis: 19%;
    max-width: 19%;
  }
}
.fx-gtSm-19 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-19 {
    flex-basis: 19%;
    max-width: 19%;
  }
}
.fx-gtMd-19 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-19 {
    flex-basis: 19%;
    max-width: 19%;
  }
}
.fx-gtLg-19 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-19 {
    flex-basis: 19%;
    max-width: 19%;
  }
}
.fx-all-20 {
  flex-basis: 20%;
  max-width: 20%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-20 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-20 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.fx-sm-20 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-20 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.fx-md-20 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-20 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.fx-lg-20 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-20 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.fx-xl-20 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-20 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.fx-ltSm-20 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-20 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.fx-ltMd-20 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-20 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.fx-ltLg-20 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-20 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.fx-ltXl-20 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-20 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.fx-gtXs-20 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-20 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.fx-gtSm-20 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-20 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.fx-gtMd-20 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-20 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.fx-gtLg-20 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-20 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.fx-all-21 {
  flex-basis: 21%;
  max-width: 21%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-21 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-21 {
    flex-basis: 21%;
    max-width: 21%;
  }
}
.fx-sm-21 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-21 {
    flex-basis: 21%;
    max-width: 21%;
  }
}
.fx-md-21 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-21 {
    flex-basis: 21%;
    max-width: 21%;
  }
}
.fx-lg-21 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-21 {
    flex-basis: 21%;
    max-width: 21%;
  }
}
.fx-xl-21 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-21 {
    flex-basis: 21%;
    max-width: 21%;
  }
}
.fx-ltSm-21 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-21 {
    flex-basis: 21%;
    max-width: 21%;
  }
}
.fx-ltMd-21 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-21 {
    flex-basis: 21%;
    max-width: 21%;
  }
}
.fx-ltLg-21 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-21 {
    flex-basis: 21%;
    max-width: 21%;
  }
}
.fx-ltXl-21 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-21 {
    flex-basis: 21%;
    max-width: 21%;
  }
}
.fx-gtXs-21 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-21 {
    flex-basis: 21%;
    max-width: 21%;
  }
}
.fx-gtSm-21 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-21 {
    flex-basis: 21%;
    max-width: 21%;
  }
}
.fx-gtMd-21 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-21 {
    flex-basis: 21%;
    max-width: 21%;
  }
}
.fx-gtLg-21 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-21 {
    flex-basis: 21%;
    max-width: 21%;
  }
}
.fx-all-22 {
  flex-basis: 22%;
  max-width: 22%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-22 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-22 {
    flex-basis: 22%;
    max-width: 22%;
  }
}
.fx-sm-22 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-22 {
    flex-basis: 22%;
    max-width: 22%;
  }
}
.fx-md-22 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-22 {
    flex-basis: 22%;
    max-width: 22%;
  }
}
.fx-lg-22 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-22 {
    flex-basis: 22%;
    max-width: 22%;
  }
}
.fx-xl-22 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-22 {
    flex-basis: 22%;
    max-width: 22%;
  }
}
.fx-ltSm-22 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-22 {
    flex-basis: 22%;
    max-width: 22%;
  }
}
.fx-ltMd-22 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-22 {
    flex-basis: 22%;
    max-width: 22%;
  }
}
.fx-ltLg-22 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-22 {
    flex-basis: 22%;
    max-width: 22%;
  }
}
.fx-ltXl-22 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-22 {
    flex-basis: 22%;
    max-width: 22%;
  }
}
.fx-gtXs-22 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-22 {
    flex-basis: 22%;
    max-width: 22%;
  }
}
.fx-gtSm-22 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-22 {
    flex-basis: 22%;
    max-width: 22%;
  }
}
.fx-gtMd-22 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-22 {
    flex-basis: 22%;
    max-width: 22%;
  }
}
.fx-gtLg-22 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-22 {
    flex-basis: 22%;
    max-width: 22%;
  }
}
.fx-all-23 {
  flex-basis: 23%;
  max-width: 23%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-23 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-23 {
    flex-basis: 23%;
    max-width: 23%;
  }
}
.fx-sm-23 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-23 {
    flex-basis: 23%;
    max-width: 23%;
  }
}
.fx-md-23 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-23 {
    flex-basis: 23%;
    max-width: 23%;
  }
}
.fx-lg-23 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-23 {
    flex-basis: 23%;
    max-width: 23%;
  }
}
.fx-xl-23 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-23 {
    flex-basis: 23%;
    max-width: 23%;
  }
}
.fx-ltSm-23 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-23 {
    flex-basis: 23%;
    max-width: 23%;
  }
}
.fx-ltMd-23 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-23 {
    flex-basis: 23%;
    max-width: 23%;
  }
}
.fx-ltLg-23 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-23 {
    flex-basis: 23%;
    max-width: 23%;
  }
}
.fx-ltXl-23 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-23 {
    flex-basis: 23%;
    max-width: 23%;
  }
}
.fx-gtXs-23 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-23 {
    flex-basis: 23%;
    max-width: 23%;
  }
}
.fx-gtSm-23 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-23 {
    flex-basis: 23%;
    max-width: 23%;
  }
}
.fx-gtMd-23 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-23 {
    flex-basis: 23%;
    max-width: 23%;
  }
}
.fx-gtLg-23 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-23 {
    flex-basis: 23%;
    max-width: 23%;
  }
}
.fx-all-24 {
  flex-basis: 24%;
  max-width: 24%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-24 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-24 {
    flex-basis: 24%;
    max-width: 24%;
  }
}
.fx-sm-24 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-24 {
    flex-basis: 24%;
    max-width: 24%;
  }
}
.fx-md-24 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-24 {
    flex-basis: 24%;
    max-width: 24%;
  }
}
.fx-lg-24 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-24 {
    flex-basis: 24%;
    max-width: 24%;
  }
}
.fx-xl-24 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-24 {
    flex-basis: 24%;
    max-width: 24%;
  }
}
.fx-ltSm-24 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-24 {
    flex-basis: 24%;
    max-width: 24%;
  }
}
.fx-ltMd-24 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-24 {
    flex-basis: 24%;
    max-width: 24%;
  }
}
.fx-ltLg-24 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-24 {
    flex-basis: 24%;
    max-width: 24%;
  }
}
.fx-ltXl-24 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-24 {
    flex-basis: 24%;
    max-width: 24%;
  }
}
.fx-gtXs-24 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-24 {
    flex-basis: 24%;
    max-width: 24%;
  }
}
.fx-gtSm-24 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-24 {
    flex-basis: 24%;
    max-width: 24%;
  }
}
.fx-gtMd-24 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-24 {
    flex-basis: 24%;
    max-width: 24%;
  }
}
.fx-gtLg-24 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-24 {
    flex-basis: 24%;
    max-width: 24%;
  }
}
.fx-all-25 {
  flex-basis: 25%;
  max-width: 25%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-25 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.fx-sm-25 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.fx-md-25 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.fx-lg-25 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.fx-xl-25 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.fx-ltSm-25 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.fx-ltMd-25 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.fx-ltLg-25 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.fx-ltXl-25 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.fx-gtXs-25 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.fx-gtSm-25 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.fx-gtMd-25 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.fx-gtLg-25 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.fx-all-26 {
  flex-basis: 26%;
  max-width: 26%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-26 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-26 {
    flex-basis: 26%;
    max-width: 26%;
  }
}
.fx-sm-26 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-26 {
    flex-basis: 26%;
    max-width: 26%;
  }
}
.fx-md-26 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-26 {
    flex-basis: 26%;
    max-width: 26%;
  }
}
.fx-lg-26 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-26 {
    flex-basis: 26%;
    max-width: 26%;
  }
}
.fx-xl-26 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-26 {
    flex-basis: 26%;
    max-width: 26%;
  }
}
.fx-ltSm-26 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-26 {
    flex-basis: 26%;
    max-width: 26%;
  }
}
.fx-ltMd-26 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-26 {
    flex-basis: 26%;
    max-width: 26%;
  }
}
.fx-ltLg-26 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-26 {
    flex-basis: 26%;
    max-width: 26%;
  }
}
.fx-ltXl-26 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-26 {
    flex-basis: 26%;
    max-width: 26%;
  }
}
.fx-gtXs-26 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-26 {
    flex-basis: 26%;
    max-width: 26%;
  }
}
.fx-gtSm-26 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-26 {
    flex-basis: 26%;
    max-width: 26%;
  }
}
.fx-gtMd-26 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-26 {
    flex-basis: 26%;
    max-width: 26%;
  }
}
.fx-gtLg-26 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-26 {
    flex-basis: 26%;
    max-width: 26%;
  }
}
.fx-all-27 {
  flex-basis: 27%;
  max-width: 27%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-27 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-27 {
    flex-basis: 27%;
    max-width: 27%;
  }
}
.fx-sm-27 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-27 {
    flex-basis: 27%;
    max-width: 27%;
  }
}
.fx-md-27 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-27 {
    flex-basis: 27%;
    max-width: 27%;
  }
}
.fx-lg-27 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-27 {
    flex-basis: 27%;
    max-width: 27%;
  }
}
.fx-xl-27 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-27 {
    flex-basis: 27%;
    max-width: 27%;
  }
}
.fx-ltSm-27 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-27 {
    flex-basis: 27%;
    max-width: 27%;
  }
}
.fx-ltMd-27 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-27 {
    flex-basis: 27%;
    max-width: 27%;
  }
}
.fx-ltLg-27 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-27 {
    flex-basis: 27%;
    max-width: 27%;
  }
}
.fx-ltXl-27 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-27 {
    flex-basis: 27%;
    max-width: 27%;
  }
}
.fx-gtXs-27 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-27 {
    flex-basis: 27%;
    max-width: 27%;
  }
}
.fx-gtSm-27 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-27 {
    flex-basis: 27%;
    max-width: 27%;
  }
}
.fx-gtMd-27 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-27 {
    flex-basis: 27%;
    max-width: 27%;
  }
}
.fx-gtLg-27 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-27 {
    flex-basis: 27%;
    max-width: 27%;
  }
}
.fx-all-28 {
  flex-basis: 28%;
  max-width: 28%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-28 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-28 {
    flex-basis: 28%;
    max-width: 28%;
  }
}
.fx-sm-28 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-28 {
    flex-basis: 28%;
    max-width: 28%;
  }
}
.fx-md-28 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-28 {
    flex-basis: 28%;
    max-width: 28%;
  }
}
.fx-lg-28 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-28 {
    flex-basis: 28%;
    max-width: 28%;
  }
}
.fx-xl-28 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-28 {
    flex-basis: 28%;
    max-width: 28%;
  }
}
.fx-ltSm-28 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-28 {
    flex-basis: 28%;
    max-width: 28%;
  }
}
.fx-ltMd-28 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-28 {
    flex-basis: 28%;
    max-width: 28%;
  }
}
.fx-ltLg-28 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-28 {
    flex-basis: 28%;
    max-width: 28%;
  }
}
.fx-ltXl-28 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-28 {
    flex-basis: 28%;
    max-width: 28%;
  }
}
.fx-gtXs-28 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-28 {
    flex-basis: 28%;
    max-width: 28%;
  }
}
.fx-gtSm-28 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-28 {
    flex-basis: 28%;
    max-width: 28%;
  }
}
.fx-gtMd-28 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-28 {
    flex-basis: 28%;
    max-width: 28%;
  }
}
.fx-gtLg-28 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-28 {
    flex-basis: 28%;
    max-width: 28%;
  }
}
.fx-all-29 {
  flex-basis: 29%;
  max-width: 29%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-29 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-29 {
    flex-basis: 29%;
    max-width: 29%;
  }
}
.fx-sm-29 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-29 {
    flex-basis: 29%;
    max-width: 29%;
  }
}
.fx-md-29 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-29 {
    flex-basis: 29%;
    max-width: 29%;
  }
}
.fx-lg-29 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-29 {
    flex-basis: 29%;
    max-width: 29%;
  }
}
.fx-xl-29 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-29 {
    flex-basis: 29%;
    max-width: 29%;
  }
}
.fx-ltSm-29 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-29 {
    flex-basis: 29%;
    max-width: 29%;
  }
}
.fx-ltMd-29 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-29 {
    flex-basis: 29%;
    max-width: 29%;
  }
}
.fx-ltLg-29 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-29 {
    flex-basis: 29%;
    max-width: 29%;
  }
}
.fx-ltXl-29 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-29 {
    flex-basis: 29%;
    max-width: 29%;
  }
}
.fx-gtXs-29 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-29 {
    flex-basis: 29%;
    max-width: 29%;
  }
}
.fx-gtSm-29 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-29 {
    flex-basis: 29%;
    max-width: 29%;
  }
}
.fx-gtMd-29 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-29 {
    flex-basis: 29%;
    max-width: 29%;
  }
}
.fx-gtLg-29 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-29 {
    flex-basis: 29%;
    max-width: 29%;
  }
}
.fx-all-30 {
  flex-basis: 30%;
  max-width: 30%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-30 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-30 {
    flex-basis: 30%;
    max-width: 30%;
  }
}
.fx-sm-30 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-30 {
    flex-basis: 30%;
    max-width: 30%;
  }
}
.fx-md-30 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-30 {
    flex-basis: 30%;
    max-width: 30%;
  }
}
.fx-lg-30 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-30 {
    flex-basis: 30%;
    max-width: 30%;
  }
}
.fx-xl-30 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-30 {
    flex-basis: 30%;
    max-width: 30%;
  }
}
.fx-ltSm-30 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-30 {
    flex-basis: 30%;
    max-width: 30%;
  }
}
.fx-ltMd-30 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-30 {
    flex-basis: 30%;
    max-width: 30%;
  }
}
.fx-ltLg-30 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-30 {
    flex-basis: 30%;
    max-width: 30%;
  }
}
.fx-ltXl-30 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-30 {
    flex-basis: 30%;
    max-width: 30%;
  }
}
.fx-gtXs-30 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-30 {
    flex-basis: 30%;
    max-width: 30%;
  }
}
.fx-gtSm-30 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-30 {
    flex-basis: 30%;
    max-width: 30%;
  }
}
.fx-gtMd-30 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-30 {
    flex-basis: 30%;
    max-width: 30%;
  }
}
.fx-gtLg-30 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-30 {
    flex-basis: 30%;
    max-width: 30%;
  }
}
.fx-all-31 {
  flex-basis: 31%;
  max-width: 31%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-31 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-31 {
    flex-basis: 31%;
    max-width: 31%;
  }
}
.fx-sm-31 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-31 {
    flex-basis: 31%;
    max-width: 31%;
  }
}
.fx-md-31 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-31 {
    flex-basis: 31%;
    max-width: 31%;
  }
}
.fx-lg-31 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-31 {
    flex-basis: 31%;
    max-width: 31%;
  }
}
.fx-xl-31 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-31 {
    flex-basis: 31%;
    max-width: 31%;
  }
}
.fx-ltSm-31 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-31 {
    flex-basis: 31%;
    max-width: 31%;
  }
}
.fx-ltMd-31 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-31 {
    flex-basis: 31%;
    max-width: 31%;
  }
}
.fx-ltLg-31 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-31 {
    flex-basis: 31%;
    max-width: 31%;
  }
}
.fx-ltXl-31 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-31 {
    flex-basis: 31%;
    max-width: 31%;
  }
}
.fx-gtXs-31 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-31 {
    flex-basis: 31%;
    max-width: 31%;
  }
}
.fx-gtSm-31 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-31 {
    flex-basis: 31%;
    max-width: 31%;
  }
}
.fx-gtMd-31 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-31 {
    flex-basis: 31%;
    max-width: 31%;
  }
}
.fx-gtLg-31 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-31 {
    flex-basis: 31%;
    max-width: 31%;
  }
}
.fx-all-32 {
  flex-basis: 32%;
  max-width: 32%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-32 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-32 {
    flex-basis: 32%;
    max-width: 32%;
  }
}
.fx-sm-32 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-32 {
    flex-basis: 32%;
    max-width: 32%;
  }
}
.fx-md-32 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-32 {
    flex-basis: 32%;
    max-width: 32%;
  }
}
.fx-lg-32 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-32 {
    flex-basis: 32%;
    max-width: 32%;
  }
}
.fx-xl-32 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-32 {
    flex-basis: 32%;
    max-width: 32%;
  }
}
.fx-ltSm-32 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-32 {
    flex-basis: 32%;
    max-width: 32%;
  }
}
.fx-ltMd-32 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-32 {
    flex-basis: 32%;
    max-width: 32%;
  }
}
.fx-ltLg-32 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-32 {
    flex-basis: 32%;
    max-width: 32%;
  }
}
.fx-ltXl-32 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-32 {
    flex-basis: 32%;
    max-width: 32%;
  }
}
.fx-gtXs-32 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-32 {
    flex-basis: 32%;
    max-width: 32%;
  }
}
.fx-gtSm-32 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-32 {
    flex-basis: 32%;
    max-width: 32%;
  }
}
.fx-gtMd-32 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-32 {
    flex-basis: 32%;
    max-width: 32%;
  }
}
.fx-gtLg-32 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-32 {
    flex-basis: 32%;
    max-width: 32%;
  }
}
.fx-all-33 {
  flex-basis: 33%;
  max-width: 33%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-33 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-33 {
    flex-basis: 33%;
    max-width: 33%;
  }
}
.fx-sm-33 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-33 {
    flex-basis: 33%;
    max-width: 33%;
  }
}
.fx-md-33 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-33 {
    flex-basis: 33%;
    max-width: 33%;
  }
}
.fx-lg-33 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-33 {
    flex-basis: 33%;
    max-width: 33%;
  }
}
.fx-xl-33 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-33 {
    flex-basis: 33%;
    max-width: 33%;
  }
}
.fx-ltSm-33 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-33 {
    flex-basis: 33%;
    max-width: 33%;
  }
}
.fx-ltMd-33 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-33 {
    flex-basis: 33%;
    max-width: 33%;
  }
}
.fx-ltLg-33 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-33 {
    flex-basis: 33%;
    max-width: 33%;
  }
}
.fx-ltXl-33 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-33 {
    flex-basis: 33%;
    max-width: 33%;
  }
}
.fx-gtXs-33 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-33 {
    flex-basis: 33%;
    max-width: 33%;
  }
}
.fx-gtSm-33 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-33 {
    flex-basis: 33%;
    max-width: 33%;
  }
}
.fx-gtMd-33 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-33 {
    flex-basis: 33%;
    max-width: 33%;
  }
}
.fx-gtLg-33 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-33 {
    flex-basis: 33%;
    max-width: 33%;
  }
}
.fx-all-34 {
  flex-basis: 34%;
  max-width: 34%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-34 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-34 {
    flex-basis: 34%;
    max-width: 34%;
  }
}
.fx-sm-34 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-34 {
    flex-basis: 34%;
    max-width: 34%;
  }
}
.fx-md-34 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-34 {
    flex-basis: 34%;
    max-width: 34%;
  }
}
.fx-lg-34 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-34 {
    flex-basis: 34%;
    max-width: 34%;
  }
}
.fx-xl-34 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-34 {
    flex-basis: 34%;
    max-width: 34%;
  }
}
.fx-ltSm-34 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-34 {
    flex-basis: 34%;
    max-width: 34%;
  }
}
.fx-ltMd-34 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-34 {
    flex-basis: 34%;
    max-width: 34%;
  }
}
.fx-ltLg-34 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-34 {
    flex-basis: 34%;
    max-width: 34%;
  }
}
.fx-ltXl-34 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-34 {
    flex-basis: 34%;
    max-width: 34%;
  }
}
.fx-gtXs-34 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-34 {
    flex-basis: 34%;
    max-width: 34%;
  }
}
.fx-gtSm-34 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-34 {
    flex-basis: 34%;
    max-width: 34%;
  }
}
.fx-gtMd-34 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-34 {
    flex-basis: 34%;
    max-width: 34%;
  }
}
.fx-gtLg-34 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-34 {
    flex-basis: 34%;
    max-width: 34%;
  }
}
.fx-all-35 {
  flex-basis: 35%;
  max-width: 35%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-35 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-35 {
    flex-basis: 35%;
    max-width: 35%;
  }
}
.fx-sm-35 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-35 {
    flex-basis: 35%;
    max-width: 35%;
  }
}
.fx-md-35 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-35 {
    flex-basis: 35%;
    max-width: 35%;
  }
}
.fx-lg-35 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-35 {
    flex-basis: 35%;
    max-width: 35%;
  }
}
.fx-xl-35 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-35 {
    flex-basis: 35%;
    max-width: 35%;
  }
}
.fx-ltSm-35 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-35 {
    flex-basis: 35%;
    max-width: 35%;
  }
}
.fx-ltMd-35 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-35 {
    flex-basis: 35%;
    max-width: 35%;
  }
}
.fx-ltLg-35 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-35 {
    flex-basis: 35%;
    max-width: 35%;
  }
}
.fx-ltXl-35 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-35 {
    flex-basis: 35%;
    max-width: 35%;
  }
}
.fx-gtXs-35 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-35 {
    flex-basis: 35%;
    max-width: 35%;
  }
}
.fx-gtSm-35 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-35 {
    flex-basis: 35%;
    max-width: 35%;
  }
}
.fx-gtMd-35 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-35 {
    flex-basis: 35%;
    max-width: 35%;
  }
}
.fx-gtLg-35 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-35 {
    flex-basis: 35%;
    max-width: 35%;
  }
}
.fx-all-36 {
  flex-basis: 36%;
  max-width: 36%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-36 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-36 {
    flex-basis: 36%;
    max-width: 36%;
  }
}
.fx-sm-36 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-36 {
    flex-basis: 36%;
    max-width: 36%;
  }
}
.fx-md-36 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-36 {
    flex-basis: 36%;
    max-width: 36%;
  }
}
.fx-lg-36 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-36 {
    flex-basis: 36%;
    max-width: 36%;
  }
}
.fx-xl-36 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-36 {
    flex-basis: 36%;
    max-width: 36%;
  }
}
.fx-ltSm-36 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-36 {
    flex-basis: 36%;
    max-width: 36%;
  }
}
.fx-ltMd-36 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-36 {
    flex-basis: 36%;
    max-width: 36%;
  }
}
.fx-ltLg-36 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-36 {
    flex-basis: 36%;
    max-width: 36%;
  }
}
.fx-ltXl-36 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-36 {
    flex-basis: 36%;
    max-width: 36%;
  }
}
.fx-gtXs-36 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-36 {
    flex-basis: 36%;
    max-width: 36%;
  }
}
.fx-gtSm-36 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-36 {
    flex-basis: 36%;
    max-width: 36%;
  }
}
.fx-gtMd-36 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-36 {
    flex-basis: 36%;
    max-width: 36%;
  }
}
.fx-gtLg-36 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-36 {
    flex-basis: 36%;
    max-width: 36%;
  }
}
.fx-all-37 {
  flex-basis: 37%;
  max-width: 37%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-37 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-37 {
    flex-basis: 37%;
    max-width: 37%;
  }
}
.fx-sm-37 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-37 {
    flex-basis: 37%;
    max-width: 37%;
  }
}
.fx-md-37 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-37 {
    flex-basis: 37%;
    max-width: 37%;
  }
}
.fx-lg-37 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-37 {
    flex-basis: 37%;
    max-width: 37%;
  }
}
.fx-xl-37 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-37 {
    flex-basis: 37%;
    max-width: 37%;
  }
}
.fx-ltSm-37 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-37 {
    flex-basis: 37%;
    max-width: 37%;
  }
}
.fx-ltMd-37 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-37 {
    flex-basis: 37%;
    max-width: 37%;
  }
}
.fx-ltLg-37 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-37 {
    flex-basis: 37%;
    max-width: 37%;
  }
}
.fx-ltXl-37 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-37 {
    flex-basis: 37%;
    max-width: 37%;
  }
}
.fx-gtXs-37 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-37 {
    flex-basis: 37%;
    max-width: 37%;
  }
}
.fx-gtSm-37 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-37 {
    flex-basis: 37%;
    max-width: 37%;
  }
}
.fx-gtMd-37 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-37 {
    flex-basis: 37%;
    max-width: 37%;
  }
}
.fx-gtLg-37 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-37 {
    flex-basis: 37%;
    max-width: 37%;
  }
}
.fx-all-38 {
  flex-basis: 38%;
  max-width: 38%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-38 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-38 {
    flex-basis: 38%;
    max-width: 38%;
  }
}
.fx-sm-38 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-38 {
    flex-basis: 38%;
    max-width: 38%;
  }
}
.fx-md-38 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-38 {
    flex-basis: 38%;
    max-width: 38%;
  }
}
.fx-lg-38 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-38 {
    flex-basis: 38%;
    max-width: 38%;
  }
}
.fx-xl-38 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-38 {
    flex-basis: 38%;
    max-width: 38%;
  }
}
.fx-ltSm-38 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-38 {
    flex-basis: 38%;
    max-width: 38%;
  }
}
.fx-ltMd-38 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-38 {
    flex-basis: 38%;
    max-width: 38%;
  }
}
.fx-ltLg-38 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-38 {
    flex-basis: 38%;
    max-width: 38%;
  }
}
.fx-ltXl-38 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-38 {
    flex-basis: 38%;
    max-width: 38%;
  }
}
.fx-gtXs-38 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-38 {
    flex-basis: 38%;
    max-width: 38%;
  }
}
.fx-gtSm-38 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-38 {
    flex-basis: 38%;
    max-width: 38%;
  }
}
.fx-gtMd-38 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-38 {
    flex-basis: 38%;
    max-width: 38%;
  }
}
.fx-gtLg-38 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-38 {
    flex-basis: 38%;
    max-width: 38%;
  }
}
.fx-all-39 {
  flex-basis: 39%;
  max-width: 39%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-39 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-39 {
    flex-basis: 39%;
    max-width: 39%;
  }
}
.fx-sm-39 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-39 {
    flex-basis: 39%;
    max-width: 39%;
  }
}
.fx-md-39 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-39 {
    flex-basis: 39%;
    max-width: 39%;
  }
}
.fx-lg-39 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-39 {
    flex-basis: 39%;
    max-width: 39%;
  }
}
.fx-xl-39 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-39 {
    flex-basis: 39%;
    max-width: 39%;
  }
}
.fx-ltSm-39 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-39 {
    flex-basis: 39%;
    max-width: 39%;
  }
}
.fx-ltMd-39 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-39 {
    flex-basis: 39%;
    max-width: 39%;
  }
}
.fx-ltLg-39 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-39 {
    flex-basis: 39%;
    max-width: 39%;
  }
}
.fx-ltXl-39 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-39 {
    flex-basis: 39%;
    max-width: 39%;
  }
}
.fx-gtXs-39 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-39 {
    flex-basis: 39%;
    max-width: 39%;
  }
}
.fx-gtSm-39 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-39 {
    flex-basis: 39%;
    max-width: 39%;
  }
}
.fx-gtMd-39 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-39 {
    flex-basis: 39%;
    max-width: 39%;
  }
}
.fx-gtLg-39 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-39 {
    flex-basis: 39%;
    max-width: 39%;
  }
}
.fx-all-40 {
  flex-basis: 40%;
  max-width: 40%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-40 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-40 {
    flex-basis: 40%;
    max-width: 40%;
  }
}
.fx-sm-40 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-40 {
    flex-basis: 40%;
    max-width: 40%;
  }
}
.fx-md-40 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-40 {
    flex-basis: 40%;
    max-width: 40%;
  }
}
.fx-lg-40 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-40 {
    flex-basis: 40%;
    max-width: 40%;
  }
}
.fx-xl-40 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-40 {
    flex-basis: 40%;
    max-width: 40%;
  }
}
.fx-ltSm-40 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-40 {
    flex-basis: 40%;
    max-width: 40%;
  }
}
.fx-ltMd-40 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-40 {
    flex-basis: 40%;
    max-width: 40%;
  }
}
.fx-ltLg-40 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-40 {
    flex-basis: 40%;
    max-width: 40%;
  }
}
.fx-ltXl-40 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-40 {
    flex-basis: 40%;
    max-width: 40%;
  }
}
.fx-gtXs-40 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-40 {
    flex-basis: 40%;
    max-width: 40%;
  }
}
.fx-gtSm-40 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-40 {
    flex-basis: 40%;
    max-width: 40%;
  }
}
.fx-gtMd-40 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-40 {
    flex-basis: 40%;
    max-width: 40%;
  }
}
.fx-gtLg-40 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-40 {
    flex-basis: 40%;
    max-width: 40%;
  }
}
.fx-all-41 {
  flex-basis: 41%;
  max-width: 41%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-41 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-41 {
    flex-basis: 41%;
    max-width: 41%;
  }
}
.fx-sm-41 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-41 {
    flex-basis: 41%;
    max-width: 41%;
  }
}
.fx-md-41 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-41 {
    flex-basis: 41%;
    max-width: 41%;
  }
}
.fx-lg-41 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-41 {
    flex-basis: 41%;
    max-width: 41%;
  }
}
.fx-xl-41 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-41 {
    flex-basis: 41%;
    max-width: 41%;
  }
}
.fx-ltSm-41 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-41 {
    flex-basis: 41%;
    max-width: 41%;
  }
}
.fx-ltMd-41 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-41 {
    flex-basis: 41%;
    max-width: 41%;
  }
}
.fx-ltLg-41 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-41 {
    flex-basis: 41%;
    max-width: 41%;
  }
}
.fx-ltXl-41 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-41 {
    flex-basis: 41%;
    max-width: 41%;
  }
}
.fx-gtXs-41 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-41 {
    flex-basis: 41%;
    max-width: 41%;
  }
}
.fx-gtSm-41 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-41 {
    flex-basis: 41%;
    max-width: 41%;
  }
}
.fx-gtMd-41 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-41 {
    flex-basis: 41%;
    max-width: 41%;
  }
}
.fx-gtLg-41 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-41 {
    flex-basis: 41%;
    max-width: 41%;
  }
}
.fx-all-42 {
  flex-basis: 42%;
  max-width: 42%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-42 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-42 {
    flex-basis: 42%;
    max-width: 42%;
  }
}
.fx-sm-42 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-42 {
    flex-basis: 42%;
    max-width: 42%;
  }
}
.fx-md-42 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-42 {
    flex-basis: 42%;
    max-width: 42%;
  }
}
.fx-lg-42 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-42 {
    flex-basis: 42%;
    max-width: 42%;
  }
}
.fx-xl-42 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-42 {
    flex-basis: 42%;
    max-width: 42%;
  }
}
.fx-ltSm-42 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-42 {
    flex-basis: 42%;
    max-width: 42%;
  }
}
.fx-ltMd-42 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-42 {
    flex-basis: 42%;
    max-width: 42%;
  }
}
.fx-ltLg-42 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-42 {
    flex-basis: 42%;
    max-width: 42%;
  }
}
.fx-ltXl-42 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-42 {
    flex-basis: 42%;
    max-width: 42%;
  }
}
.fx-gtXs-42 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-42 {
    flex-basis: 42%;
    max-width: 42%;
  }
}
.fx-gtSm-42 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-42 {
    flex-basis: 42%;
    max-width: 42%;
  }
}
.fx-gtMd-42 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-42 {
    flex-basis: 42%;
    max-width: 42%;
  }
}
.fx-gtLg-42 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-42 {
    flex-basis: 42%;
    max-width: 42%;
  }
}
.fx-all-43 {
  flex-basis: 43%;
  max-width: 43%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-43 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-43 {
    flex-basis: 43%;
    max-width: 43%;
  }
}
.fx-sm-43 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-43 {
    flex-basis: 43%;
    max-width: 43%;
  }
}
.fx-md-43 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-43 {
    flex-basis: 43%;
    max-width: 43%;
  }
}
.fx-lg-43 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-43 {
    flex-basis: 43%;
    max-width: 43%;
  }
}
.fx-xl-43 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-43 {
    flex-basis: 43%;
    max-width: 43%;
  }
}
.fx-ltSm-43 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-43 {
    flex-basis: 43%;
    max-width: 43%;
  }
}
.fx-ltMd-43 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-43 {
    flex-basis: 43%;
    max-width: 43%;
  }
}
.fx-ltLg-43 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-43 {
    flex-basis: 43%;
    max-width: 43%;
  }
}
.fx-ltXl-43 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-43 {
    flex-basis: 43%;
    max-width: 43%;
  }
}
.fx-gtXs-43 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-43 {
    flex-basis: 43%;
    max-width: 43%;
  }
}
.fx-gtSm-43 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-43 {
    flex-basis: 43%;
    max-width: 43%;
  }
}
.fx-gtMd-43 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-43 {
    flex-basis: 43%;
    max-width: 43%;
  }
}
.fx-gtLg-43 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-43 {
    flex-basis: 43%;
    max-width: 43%;
  }
}
.fx-all-44 {
  flex-basis: 44%;
  max-width: 44%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-44 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-44 {
    flex-basis: 44%;
    max-width: 44%;
  }
}
.fx-sm-44 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-44 {
    flex-basis: 44%;
    max-width: 44%;
  }
}
.fx-md-44 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-44 {
    flex-basis: 44%;
    max-width: 44%;
  }
}
.fx-lg-44 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-44 {
    flex-basis: 44%;
    max-width: 44%;
  }
}
.fx-xl-44 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-44 {
    flex-basis: 44%;
    max-width: 44%;
  }
}
.fx-ltSm-44 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-44 {
    flex-basis: 44%;
    max-width: 44%;
  }
}
.fx-ltMd-44 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-44 {
    flex-basis: 44%;
    max-width: 44%;
  }
}
.fx-ltLg-44 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-44 {
    flex-basis: 44%;
    max-width: 44%;
  }
}
.fx-ltXl-44 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-44 {
    flex-basis: 44%;
    max-width: 44%;
  }
}
.fx-gtXs-44 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-44 {
    flex-basis: 44%;
    max-width: 44%;
  }
}
.fx-gtSm-44 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-44 {
    flex-basis: 44%;
    max-width: 44%;
  }
}
.fx-gtMd-44 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-44 {
    flex-basis: 44%;
    max-width: 44%;
  }
}
.fx-gtLg-44 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-44 {
    flex-basis: 44%;
    max-width: 44%;
  }
}
.fx-all-45 {
  flex-basis: 45%;
  max-width: 45%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-45 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-45 {
    flex-basis: 45%;
    max-width: 45%;
  }
}
.fx-sm-45 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-45 {
    flex-basis: 45%;
    max-width: 45%;
  }
}
.fx-md-45 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-45 {
    flex-basis: 45%;
    max-width: 45%;
  }
}
.fx-lg-45 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-45 {
    flex-basis: 45%;
    max-width: 45%;
  }
}
.fx-xl-45 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-45 {
    flex-basis: 45%;
    max-width: 45%;
  }
}
.fx-ltSm-45 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-45 {
    flex-basis: 45%;
    max-width: 45%;
  }
}
.fx-ltMd-45 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-45 {
    flex-basis: 45%;
    max-width: 45%;
  }
}
.fx-ltLg-45 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-45 {
    flex-basis: 45%;
    max-width: 45%;
  }
}
.fx-ltXl-45 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-45 {
    flex-basis: 45%;
    max-width: 45%;
  }
}
.fx-gtXs-45 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-45 {
    flex-basis: 45%;
    max-width: 45%;
  }
}
.fx-gtSm-45 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-45 {
    flex-basis: 45%;
    max-width: 45%;
  }
}
.fx-gtMd-45 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-45 {
    flex-basis: 45%;
    max-width: 45%;
  }
}
.fx-gtLg-45 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-45 {
    flex-basis: 45%;
    max-width: 45%;
  }
}
.fx-all-46 {
  flex-basis: 46%;
  max-width: 46%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-46 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-46 {
    flex-basis: 46%;
    max-width: 46%;
  }
}
.fx-sm-46 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-46 {
    flex-basis: 46%;
    max-width: 46%;
  }
}
.fx-md-46 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-46 {
    flex-basis: 46%;
    max-width: 46%;
  }
}
.fx-lg-46 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-46 {
    flex-basis: 46%;
    max-width: 46%;
  }
}
.fx-xl-46 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-46 {
    flex-basis: 46%;
    max-width: 46%;
  }
}
.fx-ltSm-46 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-46 {
    flex-basis: 46%;
    max-width: 46%;
  }
}
.fx-ltMd-46 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-46 {
    flex-basis: 46%;
    max-width: 46%;
  }
}
.fx-ltLg-46 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-46 {
    flex-basis: 46%;
    max-width: 46%;
  }
}
.fx-ltXl-46 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-46 {
    flex-basis: 46%;
    max-width: 46%;
  }
}
.fx-gtXs-46 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-46 {
    flex-basis: 46%;
    max-width: 46%;
  }
}
.fx-gtSm-46 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-46 {
    flex-basis: 46%;
    max-width: 46%;
  }
}
.fx-gtMd-46 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-46 {
    flex-basis: 46%;
    max-width: 46%;
  }
}
.fx-gtLg-46 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-46 {
    flex-basis: 46%;
    max-width: 46%;
  }
}
.fx-all-47 {
  flex-basis: 47%;
  max-width: 47%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-47 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-47 {
    flex-basis: 47%;
    max-width: 47%;
  }
}
.fx-sm-47 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-47 {
    flex-basis: 47%;
    max-width: 47%;
  }
}
.fx-md-47 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-47 {
    flex-basis: 47%;
    max-width: 47%;
  }
}
.fx-lg-47 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-47 {
    flex-basis: 47%;
    max-width: 47%;
  }
}
.fx-xl-47 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-47 {
    flex-basis: 47%;
    max-width: 47%;
  }
}
.fx-ltSm-47 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-47 {
    flex-basis: 47%;
    max-width: 47%;
  }
}
.fx-ltMd-47 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-47 {
    flex-basis: 47%;
    max-width: 47%;
  }
}
.fx-ltLg-47 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-47 {
    flex-basis: 47%;
    max-width: 47%;
  }
}
.fx-ltXl-47 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-47 {
    flex-basis: 47%;
    max-width: 47%;
  }
}
.fx-gtXs-47 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-47 {
    flex-basis: 47%;
    max-width: 47%;
  }
}
.fx-gtSm-47 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-47 {
    flex-basis: 47%;
    max-width: 47%;
  }
}
.fx-gtMd-47 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-47 {
    flex-basis: 47%;
    max-width: 47%;
  }
}
.fx-gtLg-47 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-47 {
    flex-basis: 47%;
    max-width: 47%;
  }
}
.fx-all-48 {
  flex-basis: 48%;
  max-width: 48%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-48 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-48 {
    flex-basis: 48%;
    max-width: 48%;
  }
}
.fx-sm-48 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-48 {
    flex-basis: 48%;
    max-width: 48%;
  }
}
.fx-md-48 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-48 {
    flex-basis: 48%;
    max-width: 48%;
  }
}
.fx-lg-48 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-48 {
    flex-basis: 48%;
    max-width: 48%;
  }
}
.fx-xl-48 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-48 {
    flex-basis: 48%;
    max-width: 48%;
  }
}
.fx-ltSm-48 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-48 {
    flex-basis: 48%;
    max-width: 48%;
  }
}
.fx-ltMd-48 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-48 {
    flex-basis: 48%;
    max-width: 48%;
  }
}
.fx-ltLg-48 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-48 {
    flex-basis: 48%;
    max-width: 48%;
  }
}
.fx-ltXl-48 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-48 {
    flex-basis: 48%;
    max-width: 48%;
  }
}
.fx-gtXs-48 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-48 {
    flex-basis: 48%;
    max-width: 48%;
  }
}
.fx-gtSm-48 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-48 {
    flex-basis: 48%;
    max-width: 48%;
  }
}
.fx-gtMd-48 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-48 {
    flex-basis: 48%;
    max-width: 48%;
  }
}
.fx-gtLg-48 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-48 {
    flex-basis: 48%;
    max-width: 48%;
  }
}
.fx-all-49 {
  flex-basis: 49%;
  max-width: 49%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-49 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-49 {
    flex-basis: 49%;
    max-width: 49%;
  }
}
.fx-sm-49 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-49 {
    flex-basis: 49%;
    max-width: 49%;
  }
}
.fx-md-49 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-49 {
    flex-basis: 49%;
    max-width: 49%;
  }
}
.fx-lg-49 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-49 {
    flex-basis: 49%;
    max-width: 49%;
  }
}
.fx-xl-49 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-49 {
    flex-basis: 49%;
    max-width: 49%;
  }
}
.fx-ltSm-49 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-49 {
    flex-basis: 49%;
    max-width: 49%;
  }
}
.fx-ltMd-49 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-49 {
    flex-basis: 49%;
    max-width: 49%;
  }
}
.fx-ltLg-49 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-49 {
    flex-basis: 49%;
    max-width: 49%;
  }
}
.fx-ltXl-49 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-49 {
    flex-basis: 49%;
    max-width: 49%;
  }
}
.fx-gtXs-49 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-49 {
    flex-basis: 49%;
    max-width: 49%;
  }
}
.fx-gtSm-49 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-49 {
    flex-basis: 49%;
    max-width: 49%;
  }
}
.fx-gtMd-49 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-49 {
    flex-basis: 49%;
    max-width: 49%;
  }
}
.fx-gtLg-49 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-49 {
    flex-basis: 49%;
    max-width: 49%;
  }
}
.fx-all-50 {
  flex-basis: 50%;
  max-width: 50%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-50 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-50 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.fx-sm-50 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-50 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.fx-md-50 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-50 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.fx-lg-50 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-50 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.fx-xl-50 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-50 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.fx-ltSm-50 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-50 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.fx-ltMd-50 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-50 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.fx-ltLg-50 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-50 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.fx-ltXl-50 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-50 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.fx-gtXs-50 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-50 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.fx-gtSm-50 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-50 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.fx-gtMd-50 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-50 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.fx-gtLg-50 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-50 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.fx-all-51 {
  flex-basis: 51%;
  max-width: 51%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-51 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-51 {
    flex-basis: 51%;
    max-width: 51%;
  }
}
.fx-sm-51 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-51 {
    flex-basis: 51%;
    max-width: 51%;
  }
}
.fx-md-51 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-51 {
    flex-basis: 51%;
    max-width: 51%;
  }
}
.fx-lg-51 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-51 {
    flex-basis: 51%;
    max-width: 51%;
  }
}
.fx-xl-51 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-51 {
    flex-basis: 51%;
    max-width: 51%;
  }
}
.fx-ltSm-51 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-51 {
    flex-basis: 51%;
    max-width: 51%;
  }
}
.fx-ltMd-51 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-51 {
    flex-basis: 51%;
    max-width: 51%;
  }
}
.fx-ltLg-51 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-51 {
    flex-basis: 51%;
    max-width: 51%;
  }
}
.fx-ltXl-51 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-51 {
    flex-basis: 51%;
    max-width: 51%;
  }
}
.fx-gtXs-51 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-51 {
    flex-basis: 51%;
    max-width: 51%;
  }
}
.fx-gtSm-51 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-51 {
    flex-basis: 51%;
    max-width: 51%;
  }
}
.fx-gtMd-51 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-51 {
    flex-basis: 51%;
    max-width: 51%;
  }
}
.fx-gtLg-51 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-51 {
    flex-basis: 51%;
    max-width: 51%;
  }
}
.fx-all-52 {
  flex-basis: 52%;
  max-width: 52%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-52 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-52 {
    flex-basis: 52%;
    max-width: 52%;
  }
}
.fx-sm-52 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-52 {
    flex-basis: 52%;
    max-width: 52%;
  }
}
.fx-md-52 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-52 {
    flex-basis: 52%;
    max-width: 52%;
  }
}
.fx-lg-52 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-52 {
    flex-basis: 52%;
    max-width: 52%;
  }
}
.fx-xl-52 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-52 {
    flex-basis: 52%;
    max-width: 52%;
  }
}
.fx-ltSm-52 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-52 {
    flex-basis: 52%;
    max-width: 52%;
  }
}
.fx-ltMd-52 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-52 {
    flex-basis: 52%;
    max-width: 52%;
  }
}
.fx-ltLg-52 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-52 {
    flex-basis: 52%;
    max-width: 52%;
  }
}
.fx-ltXl-52 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-52 {
    flex-basis: 52%;
    max-width: 52%;
  }
}
.fx-gtXs-52 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-52 {
    flex-basis: 52%;
    max-width: 52%;
  }
}
.fx-gtSm-52 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-52 {
    flex-basis: 52%;
    max-width: 52%;
  }
}
.fx-gtMd-52 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-52 {
    flex-basis: 52%;
    max-width: 52%;
  }
}
.fx-gtLg-52 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-52 {
    flex-basis: 52%;
    max-width: 52%;
  }
}
.fx-all-53 {
  flex-basis: 53%;
  max-width: 53%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-53 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-53 {
    flex-basis: 53%;
    max-width: 53%;
  }
}
.fx-sm-53 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-53 {
    flex-basis: 53%;
    max-width: 53%;
  }
}
.fx-md-53 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-53 {
    flex-basis: 53%;
    max-width: 53%;
  }
}
.fx-lg-53 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-53 {
    flex-basis: 53%;
    max-width: 53%;
  }
}
.fx-xl-53 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-53 {
    flex-basis: 53%;
    max-width: 53%;
  }
}
.fx-ltSm-53 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-53 {
    flex-basis: 53%;
    max-width: 53%;
  }
}
.fx-ltMd-53 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-53 {
    flex-basis: 53%;
    max-width: 53%;
  }
}
.fx-ltLg-53 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-53 {
    flex-basis: 53%;
    max-width: 53%;
  }
}
.fx-ltXl-53 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-53 {
    flex-basis: 53%;
    max-width: 53%;
  }
}
.fx-gtXs-53 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-53 {
    flex-basis: 53%;
    max-width: 53%;
  }
}
.fx-gtSm-53 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-53 {
    flex-basis: 53%;
    max-width: 53%;
  }
}
.fx-gtMd-53 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-53 {
    flex-basis: 53%;
    max-width: 53%;
  }
}
.fx-gtLg-53 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-53 {
    flex-basis: 53%;
    max-width: 53%;
  }
}
.fx-all-54 {
  flex-basis: 54%;
  max-width: 54%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-54 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-54 {
    flex-basis: 54%;
    max-width: 54%;
  }
}
.fx-sm-54 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-54 {
    flex-basis: 54%;
    max-width: 54%;
  }
}
.fx-md-54 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-54 {
    flex-basis: 54%;
    max-width: 54%;
  }
}
.fx-lg-54 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-54 {
    flex-basis: 54%;
    max-width: 54%;
  }
}
.fx-xl-54 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-54 {
    flex-basis: 54%;
    max-width: 54%;
  }
}
.fx-ltSm-54 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-54 {
    flex-basis: 54%;
    max-width: 54%;
  }
}
.fx-ltMd-54 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-54 {
    flex-basis: 54%;
    max-width: 54%;
  }
}
.fx-ltLg-54 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-54 {
    flex-basis: 54%;
    max-width: 54%;
  }
}
.fx-ltXl-54 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-54 {
    flex-basis: 54%;
    max-width: 54%;
  }
}
.fx-gtXs-54 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-54 {
    flex-basis: 54%;
    max-width: 54%;
  }
}
.fx-gtSm-54 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-54 {
    flex-basis: 54%;
    max-width: 54%;
  }
}
.fx-gtMd-54 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-54 {
    flex-basis: 54%;
    max-width: 54%;
  }
}
.fx-gtLg-54 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-54 {
    flex-basis: 54%;
    max-width: 54%;
  }
}
.fx-all-55 {
  flex-basis: 55%;
  max-width: 55%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-55 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-55 {
    flex-basis: 55%;
    max-width: 55%;
  }
}
.fx-sm-55 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-55 {
    flex-basis: 55%;
    max-width: 55%;
  }
}
.fx-md-55 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-55 {
    flex-basis: 55%;
    max-width: 55%;
  }
}
.fx-lg-55 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-55 {
    flex-basis: 55%;
    max-width: 55%;
  }
}
.fx-xl-55 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-55 {
    flex-basis: 55%;
    max-width: 55%;
  }
}
.fx-ltSm-55 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-55 {
    flex-basis: 55%;
    max-width: 55%;
  }
}
.fx-ltMd-55 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-55 {
    flex-basis: 55%;
    max-width: 55%;
  }
}
.fx-ltLg-55 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-55 {
    flex-basis: 55%;
    max-width: 55%;
  }
}
.fx-ltXl-55 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-55 {
    flex-basis: 55%;
    max-width: 55%;
  }
}
.fx-gtXs-55 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-55 {
    flex-basis: 55%;
    max-width: 55%;
  }
}
.fx-gtSm-55 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-55 {
    flex-basis: 55%;
    max-width: 55%;
  }
}
.fx-gtMd-55 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-55 {
    flex-basis: 55%;
    max-width: 55%;
  }
}
.fx-gtLg-55 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-55 {
    flex-basis: 55%;
    max-width: 55%;
  }
}
.fx-all-56 {
  flex-basis: 56%;
  max-width: 56%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-56 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-56 {
    flex-basis: 56%;
    max-width: 56%;
  }
}
.fx-sm-56 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-56 {
    flex-basis: 56%;
    max-width: 56%;
  }
}
.fx-md-56 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-56 {
    flex-basis: 56%;
    max-width: 56%;
  }
}
.fx-lg-56 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-56 {
    flex-basis: 56%;
    max-width: 56%;
  }
}
.fx-xl-56 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-56 {
    flex-basis: 56%;
    max-width: 56%;
  }
}
.fx-ltSm-56 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-56 {
    flex-basis: 56%;
    max-width: 56%;
  }
}
.fx-ltMd-56 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-56 {
    flex-basis: 56%;
    max-width: 56%;
  }
}
.fx-ltLg-56 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-56 {
    flex-basis: 56%;
    max-width: 56%;
  }
}
.fx-ltXl-56 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-56 {
    flex-basis: 56%;
    max-width: 56%;
  }
}
.fx-gtXs-56 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-56 {
    flex-basis: 56%;
    max-width: 56%;
  }
}
.fx-gtSm-56 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-56 {
    flex-basis: 56%;
    max-width: 56%;
  }
}
.fx-gtMd-56 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-56 {
    flex-basis: 56%;
    max-width: 56%;
  }
}
.fx-gtLg-56 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-56 {
    flex-basis: 56%;
    max-width: 56%;
  }
}
.fx-all-57 {
  flex-basis: 57%;
  max-width: 57%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-57 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-57 {
    flex-basis: 57%;
    max-width: 57%;
  }
}
.fx-sm-57 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-57 {
    flex-basis: 57%;
    max-width: 57%;
  }
}
.fx-md-57 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-57 {
    flex-basis: 57%;
    max-width: 57%;
  }
}
.fx-lg-57 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-57 {
    flex-basis: 57%;
    max-width: 57%;
  }
}
.fx-xl-57 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-57 {
    flex-basis: 57%;
    max-width: 57%;
  }
}
.fx-ltSm-57 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-57 {
    flex-basis: 57%;
    max-width: 57%;
  }
}
.fx-ltMd-57 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-57 {
    flex-basis: 57%;
    max-width: 57%;
  }
}
.fx-ltLg-57 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-57 {
    flex-basis: 57%;
    max-width: 57%;
  }
}
.fx-ltXl-57 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-57 {
    flex-basis: 57%;
    max-width: 57%;
  }
}
.fx-gtXs-57 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-57 {
    flex-basis: 57%;
    max-width: 57%;
  }
}
.fx-gtSm-57 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-57 {
    flex-basis: 57%;
    max-width: 57%;
  }
}
.fx-gtMd-57 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-57 {
    flex-basis: 57%;
    max-width: 57%;
  }
}
.fx-gtLg-57 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-57 {
    flex-basis: 57%;
    max-width: 57%;
  }
}
.fx-all-58 {
  flex-basis: 58%;
  max-width: 58%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-58 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-58 {
    flex-basis: 58%;
    max-width: 58%;
  }
}
.fx-sm-58 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-58 {
    flex-basis: 58%;
    max-width: 58%;
  }
}
.fx-md-58 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-58 {
    flex-basis: 58%;
    max-width: 58%;
  }
}
.fx-lg-58 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-58 {
    flex-basis: 58%;
    max-width: 58%;
  }
}
.fx-xl-58 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-58 {
    flex-basis: 58%;
    max-width: 58%;
  }
}
.fx-ltSm-58 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-58 {
    flex-basis: 58%;
    max-width: 58%;
  }
}
.fx-ltMd-58 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-58 {
    flex-basis: 58%;
    max-width: 58%;
  }
}
.fx-ltLg-58 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-58 {
    flex-basis: 58%;
    max-width: 58%;
  }
}
.fx-ltXl-58 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-58 {
    flex-basis: 58%;
    max-width: 58%;
  }
}
.fx-gtXs-58 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-58 {
    flex-basis: 58%;
    max-width: 58%;
  }
}
.fx-gtSm-58 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-58 {
    flex-basis: 58%;
    max-width: 58%;
  }
}
.fx-gtMd-58 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-58 {
    flex-basis: 58%;
    max-width: 58%;
  }
}
.fx-gtLg-58 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-58 {
    flex-basis: 58%;
    max-width: 58%;
  }
}
.fx-all-59 {
  flex-basis: 59%;
  max-width: 59%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-59 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-59 {
    flex-basis: 59%;
    max-width: 59%;
  }
}
.fx-sm-59 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-59 {
    flex-basis: 59%;
    max-width: 59%;
  }
}
.fx-md-59 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-59 {
    flex-basis: 59%;
    max-width: 59%;
  }
}
.fx-lg-59 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-59 {
    flex-basis: 59%;
    max-width: 59%;
  }
}
.fx-xl-59 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-59 {
    flex-basis: 59%;
    max-width: 59%;
  }
}
.fx-ltSm-59 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-59 {
    flex-basis: 59%;
    max-width: 59%;
  }
}
.fx-ltMd-59 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-59 {
    flex-basis: 59%;
    max-width: 59%;
  }
}
.fx-ltLg-59 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-59 {
    flex-basis: 59%;
    max-width: 59%;
  }
}
.fx-ltXl-59 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-59 {
    flex-basis: 59%;
    max-width: 59%;
  }
}
.fx-gtXs-59 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-59 {
    flex-basis: 59%;
    max-width: 59%;
  }
}
.fx-gtSm-59 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-59 {
    flex-basis: 59%;
    max-width: 59%;
  }
}
.fx-gtMd-59 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-59 {
    flex-basis: 59%;
    max-width: 59%;
  }
}
.fx-gtLg-59 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-59 {
    flex-basis: 59%;
    max-width: 59%;
  }
}
.fx-all-60 {
  flex-basis: 60%;
  max-width: 60%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-60 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-60 {
    flex-basis: 60%;
    max-width: 60%;
  }
}
.fx-sm-60 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-60 {
    flex-basis: 60%;
    max-width: 60%;
  }
}
.fx-md-60 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-60 {
    flex-basis: 60%;
    max-width: 60%;
  }
}
.fx-lg-60 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-60 {
    flex-basis: 60%;
    max-width: 60%;
  }
}
.fx-xl-60 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-60 {
    flex-basis: 60%;
    max-width: 60%;
  }
}
.fx-ltSm-60 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-60 {
    flex-basis: 60%;
    max-width: 60%;
  }
}
.fx-ltMd-60 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-60 {
    flex-basis: 60%;
    max-width: 60%;
  }
}
.fx-ltLg-60 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-60 {
    flex-basis: 60%;
    max-width: 60%;
  }
}
.fx-ltXl-60 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-60 {
    flex-basis: 60%;
    max-width: 60%;
  }
}
.fx-gtXs-60 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-60 {
    flex-basis: 60%;
    max-width: 60%;
  }
}
.fx-gtSm-60 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-60 {
    flex-basis: 60%;
    max-width: 60%;
  }
}
.fx-gtMd-60 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-60 {
    flex-basis: 60%;
    max-width: 60%;
  }
}
.fx-gtLg-60 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-60 {
    flex-basis: 60%;
    max-width: 60%;
  }
}
.fx-all-61 {
  flex-basis: 61%;
  max-width: 61%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-61 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-61 {
    flex-basis: 61%;
    max-width: 61%;
  }
}
.fx-sm-61 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-61 {
    flex-basis: 61%;
    max-width: 61%;
  }
}
.fx-md-61 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-61 {
    flex-basis: 61%;
    max-width: 61%;
  }
}
.fx-lg-61 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-61 {
    flex-basis: 61%;
    max-width: 61%;
  }
}
.fx-xl-61 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-61 {
    flex-basis: 61%;
    max-width: 61%;
  }
}
.fx-ltSm-61 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-61 {
    flex-basis: 61%;
    max-width: 61%;
  }
}
.fx-ltMd-61 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-61 {
    flex-basis: 61%;
    max-width: 61%;
  }
}
.fx-ltLg-61 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-61 {
    flex-basis: 61%;
    max-width: 61%;
  }
}
.fx-ltXl-61 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-61 {
    flex-basis: 61%;
    max-width: 61%;
  }
}
.fx-gtXs-61 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-61 {
    flex-basis: 61%;
    max-width: 61%;
  }
}
.fx-gtSm-61 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-61 {
    flex-basis: 61%;
    max-width: 61%;
  }
}
.fx-gtMd-61 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-61 {
    flex-basis: 61%;
    max-width: 61%;
  }
}
.fx-gtLg-61 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-61 {
    flex-basis: 61%;
    max-width: 61%;
  }
}
.fx-all-62 {
  flex-basis: 62%;
  max-width: 62%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-62 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-62 {
    flex-basis: 62%;
    max-width: 62%;
  }
}
.fx-sm-62 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-62 {
    flex-basis: 62%;
    max-width: 62%;
  }
}
.fx-md-62 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-62 {
    flex-basis: 62%;
    max-width: 62%;
  }
}
.fx-lg-62 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-62 {
    flex-basis: 62%;
    max-width: 62%;
  }
}
.fx-xl-62 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-62 {
    flex-basis: 62%;
    max-width: 62%;
  }
}
.fx-ltSm-62 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-62 {
    flex-basis: 62%;
    max-width: 62%;
  }
}
.fx-ltMd-62 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-62 {
    flex-basis: 62%;
    max-width: 62%;
  }
}
.fx-ltLg-62 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-62 {
    flex-basis: 62%;
    max-width: 62%;
  }
}
.fx-ltXl-62 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-62 {
    flex-basis: 62%;
    max-width: 62%;
  }
}
.fx-gtXs-62 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-62 {
    flex-basis: 62%;
    max-width: 62%;
  }
}
.fx-gtSm-62 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-62 {
    flex-basis: 62%;
    max-width: 62%;
  }
}
.fx-gtMd-62 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-62 {
    flex-basis: 62%;
    max-width: 62%;
  }
}
.fx-gtLg-62 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-62 {
    flex-basis: 62%;
    max-width: 62%;
  }
}
.fx-all-63 {
  flex-basis: 63%;
  max-width: 63%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-63 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-63 {
    flex-basis: 63%;
    max-width: 63%;
  }
}
.fx-sm-63 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-63 {
    flex-basis: 63%;
    max-width: 63%;
  }
}
.fx-md-63 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-63 {
    flex-basis: 63%;
    max-width: 63%;
  }
}
.fx-lg-63 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-63 {
    flex-basis: 63%;
    max-width: 63%;
  }
}
.fx-xl-63 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-63 {
    flex-basis: 63%;
    max-width: 63%;
  }
}
.fx-ltSm-63 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-63 {
    flex-basis: 63%;
    max-width: 63%;
  }
}
.fx-ltMd-63 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-63 {
    flex-basis: 63%;
    max-width: 63%;
  }
}
.fx-ltLg-63 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-63 {
    flex-basis: 63%;
    max-width: 63%;
  }
}
.fx-ltXl-63 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-63 {
    flex-basis: 63%;
    max-width: 63%;
  }
}
.fx-gtXs-63 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-63 {
    flex-basis: 63%;
    max-width: 63%;
  }
}
.fx-gtSm-63 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-63 {
    flex-basis: 63%;
    max-width: 63%;
  }
}
.fx-gtMd-63 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-63 {
    flex-basis: 63%;
    max-width: 63%;
  }
}
.fx-gtLg-63 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-63 {
    flex-basis: 63%;
    max-width: 63%;
  }
}
.fx-all-64 {
  flex-basis: 64%;
  max-width: 64%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-64 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-64 {
    flex-basis: 64%;
    max-width: 64%;
  }
}
.fx-sm-64 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-64 {
    flex-basis: 64%;
    max-width: 64%;
  }
}
.fx-md-64 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-64 {
    flex-basis: 64%;
    max-width: 64%;
  }
}
.fx-lg-64 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-64 {
    flex-basis: 64%;
    max-width: 64%;
  }
}
.fx-xl-64 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-64 {
    flex-basis: 64%;
    max-width: 64%;
  }
}
.fx-ltSm-64 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-64 {
    flex-basis: 64%;
    max-width: 64%;
  }
}
.fx-ltMd-64 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-64 {
    flex-basis: 64%;
    max-width: 64%;
  }
}
.fx-ltLg-64 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-64 {
    flex-basis: 64%;
    max-width: 64%;
  }
}
.fx-ltXl-64 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-64 {
    flex-basis: 64%;
    max-width: 64%;
  }
}
.fx-gtXs-64 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-64 {
    flex-basis: 64%;
    max-width: 64%;
  }
}
.fx-gtSm-64 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-64 {
    flex-basis: 64%;
    max-width: 64%;
  }
}
.fx-gtMd-64 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-64 {
    flex-basis: 64%;
    max-width: 64%;
  }
}
.fx-gtLg-64 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-64 {
    flex-basis: 64%;
    max-width: 64%;
  }
}
.fx-all-65 {
  flex-basis: 65%;
  max-width: 65%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-65 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-65 {
    flex-basis: 65%;
    max-width: 65%;
  }
}
.fx-sm-65 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-65 {
    flex-basis: 65%;
    max-width: 65%;
  }
}
.fx-md-65 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-65 {
    flex-basis: 65%;
    max-width: 65%;
  }
}
.fx-lg-65 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-65 {
    flex-basis: 65%;
    max-width: 65%;
  }
}
.fx-xl-65 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-65 {
    flex-basis: 65%;
    max-width: 65%;
  }
}
.fx-ltSm-65 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-65 {
    flex-basis: 65%;
    max-width: 65%;
  }
}
.fx-ltMd-65 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-65 {
    flex-basis: 65%;
    max-width: 65%;
  }
}
.fx-ltLg-65 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-65 {
    flex-basis: 65%;
    max-width: 65%;
  }
}
.fx-ltXl-65 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-65 {
    flex-basis: 65%;
    max-width: 65%;
  }
}
.fx-gtXs-65 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-65 {
    flex-basis: 65%;
    max-width: 65%;
  }
}
.fx-gtSm-65 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-65 {
    flex-basis: 65%;
    max-width: 65%;
  }
}
.fx-gtMd-65 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-65 {
    flex-basis: 65%;
    max-width: 65%;
  }
}
.fx-gtLg-65 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-65 {
    flex-basis: 65%;
    max-width: 65%;
  }
}
.fx-all-66 {
  flex-basis: 66%;
  max-width: 66%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-66 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-66 {
    flex-basis: 66%;
    max-width: 66%;
  }
}
.fx-sm-66 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-66 {
    flex-basis: 66%;
    max-width: 66%;
  }
}
.fx-md-66 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-66 {
    flex-basis: 66%;
    max-width: 66%;
  }
}
.fx-lg-66 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-66 {
    flex-basis: 66%;
    max-width: 66%;
  }
}
.fx-xl-66 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-66 {
    flex-basis: 66%;
    max-width: 66%;
  }
}
.fx-ltSm-66 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-66 {
    flex-basis: 66%;
    max-width: 66%;
  }
}
.fx-ltMd-66 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-66 {
    flex-basis: 66%;
    max-width: 66%;
  }
}
.fx-ltLg-66 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-66 {
    flex-basis: 66%;
    max-width: 66%;
  }
}
.fx-ltXl-66 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-66 {
    flex-basis: 66%;
    max-width: 66%;
  }
}
.fx-gtXs-66 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-66 {
    flex-basis: 66%;
    max-width: 66%;
  }
}
.fx-gtSm-66 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-66 {
    flex-basis: 66%;
    max-width: 66%;
  }
}
.fx-gtMd-66 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-66 {
    flex-basis: 66%;
    max-width: 66%;
  }
}
.fx-gtLg-66 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-66 {
    flex-basis: 66%;
    max-width: 66%;
  }
}
.fx-all-67 {
  flex-basis: 67%;
  max-width: 67%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-67 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-67 {
    flex-basis: 67%;
    max-width: 67%;
  }
}
.fx-sm-67 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-67 {
    flex-basis: 67%;
    max-width: 67%;
  }
}
.fx-md-67 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-67 {
    flex-basis: 67%;
    max-width: 67%;
  }
}
.fx-lg-67 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-67 {
    flex-basis: 67%;
    max-width: 67%;
  }
}
.fx-xl-67 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-67 {
    flex-basis: 67%;
    max-width: 67%;
  }
}
.fx-ltSm-67 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-67 {
    flex-basis: 67%;
    max-width: 67%;
  }
}
.fx-ltMd-67 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-67 {
    flex-basis: 67%;
    max-width: 67%;
  }
}
.fx-ltLg-67 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-67 {
    flex-basis: 67%;
    max-width: 67%;
  }
}
.fx-ltXl-67 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-67 {
    flex-basis: 67%;
    max-width: 67%;
  }
}
.fx-gtXs-67 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-67 {
    flex-basis: 67%;
    max-width: 67%;
  }
}
.fx-gtSm-67 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-67 {
    flex-basis: 67%;
    max-width: 67%;
  }
}
.fx-gtMd-67 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-67 {
    flex-basis: 67%;
    max-width: 67%;
  }
}
.fx-gtLg-67 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-67 {
    flex-basis: 67%;
    max-width: 67%;
  }
}
.fx-all-68 {
  flex-basis: 68%;
  max-width: 68%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-68 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-68 {
    flex-basis: 68%;
    max-width: 68%;
  }
}
.fx-sm-68 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-68 {
    flex-basis: 68%;
    max-width: 68%;
  }
}
.fx-md-68 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-68 {
    flex-basis: 68%;
    max-width: 68%;
  }
}
.fx-lg-68 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-68 {
    flex-basis: 68%;
    max-width: 68%;
  }
}
.fx-xl-68 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-68 {
    flex-basis: 68%;
    max-width: 68%;
  }
}
.fx-ltSm-68 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-68 {
    flex-basis: 68%;
    max-width: 68%;
  }
}
.fx-ltMd-68 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-68 {
    flex-basis: 68%;
    max-width: 68%;
  }
}
.fx-ltLg-68 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-68 {
    flex-basis: 68%;
    max-width: 68%;
  }
}
.fx-ltXl-68 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-68 {
    flex-basis: 68%;
    max-width: 68%;
  }
}
.fx-gtXs-68 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-68 {
    flex-basis: 68%;
    max-width: 68%;
  }
}
.fx-gtSm-68 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-68 {
    flex-basis: 68%;
    max-width: 68%;
  }
}
.fx-gtMd-68 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-68 {
    flex-basis: 68%;
    max-width: 68%;
  }
}
.fx-gtLg-68 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-68 {
    flex-basis: 68%;
    max-width: 68%;
  }
}
.fx-all-69 {
  flex-basis: 69%;
  max-width: 69%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-69 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-69 {
    flex-basis: 69%;
    max-width: 69%;
  }
}
.fx-sm-69 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-69 {
    flex-basis: 69%;
    max-width: 69%;
  }
}
.fx-md-69 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-69 {
    flex-basis: 69%;
    max-width: 69%;
  }
}
.fx-lg-69 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-69 {
    flex-basis: 69%;
    max-width: 69%;
  }
}
.fx-xl-69 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-69 {
    flex-basis: 69%;
    max-width: 69%;
  }
}
.fx-ltSm-69 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-69 {
    flex-basis: 69%;
    max-width: 69%;
  }
}
.fx-ltMd-69 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-69 {
    flex-basis: 69%;
    max-width: 69%;
  }
}
.fx-ltLg-69 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-69 {
    flex-basis: 69%;
    max-width: 69%;
  }
}
.fx-ltXl-69 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-69 {
    flex-basis: 69%;
    max-width: 69%;
  }
}
.fx-gtXs-69 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-69 {
    flex-basis: 69%;
    max-width: 69%;
  }
}
.fx-gtSm-69 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-69 {
    flex-basis: 69%;
    max-width: 69%;
  }
}
.fx-gtMd-69 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-69 {
    flex-basis: 69%;
    max-width: 69%;
  }
}
.fx-gtLg-69 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-69 {
    flex-basis: 69%;
    max-width: 69%;
  }
}
.fx-all-70 {
  flex-basis: 70%;
  max-width: 70%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-70 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-70 {
    flex-basis: 70%;
    max-width: 70%;
  }
}
.fx-sm-70 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-70 {
    flex-basis: 70%;
    max-width: 70%;
  }
}
.fx-md-70 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-70 {
    flex-basis: 70%;
    max-width: 70%;
  }
}
.fx-lg-70 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-70 {
    flex-basis: 70%;
    max-width: 70%;
  }
}
.fx-xl-70 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-70 {
    flex-basis: 70%;
    max-width: 70%;
  }
}
.fx-ltSm-70 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-70 {
    flex-basis: 70%;
    max-width: 70%;
  }
}
.fx-ltMd-70 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-70 {
    flex-basis: 70%;
    max-width: 70%;
  }
}
.fx-ltLg-70 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-70 {
    flex-basis: 70%;
    max-width: 70%;
  }
}
.fx-ltXl-70 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-70 {
    flex-basis: 70%;
    max-width: 70%;
  }
}
.fx-gtXs-70 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-70 {
    flex-basis: 70%;
    max-width: 70%;
  }
}
.fx-gtSm-70 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-70 {
    flex-basis: 70%;
    max-width: 70%;
  }
}
.fx-gtMd-70 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-70 {
    flex-basis: 70%;
    max-width: 70%;
  }
}
.fx-gtLg-70 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-70 {
    flex-basis: 70%;
    max-width: 70%;
  }
}
.fx-all-71 {
  flex-basis: 71%;
  max-width: 71%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-71 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-71 {
    flex-basis: 71%;
    max-width: 71%;
  }
}
.fx-sm-71 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-71 {
    flex-basis: 71%;
    max-width: 71%;
  }
}
.fx-md-71 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-71 {
    flex-basis: 71%;
    max-width: 71%;
  }
}
.fx-lg-71 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-71 {
    flex-basis: 71%;
    max-width: 71%;
  }
}
.fx-xl-71 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-71 {
    flex-basis: 71%;
    max-width: 71%;
  }
}
.fx-ltSm-71 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-71 {
    flex-basis: 71%;
    max-width: 71%;
  }
}
.fx-ltMd-71 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-71 {
    flex-basis: 71%;
    max-width: 71%;
  }
}
.fx-ltLg-71 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-71 {
    flex-basis: 71%;
    max-width: 71%;
  }
}
.fx-ltXl-71 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-71 {
    flex-basis: 71%;
    max-width: 71%;
  }
}
.fx-gtXs-71 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-71 {
    flex-basis: 71%;
    max-width: 71%;
  }
}
.fx-gtSm-71 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-71 {
    flex-basis: 71%;
    max-width: 71%;
  }
}
.fx-gtMd-71 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-71 {
    flex-basis: 71%;
    max-width: 71%;
  }
}
.fx-gtLg-71 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-71 {
    flex-basis: 71%;
    max-width: 71%;
  }
}
.fx-all-72 {
  flex-basis: 72%;
  max-width: 72%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-72 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-72 {
    flex-basis: 72%;
    max-width: 72%;
  }
}
.fx-sm-72 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-72 {
    flex-basis: 72%;
    max-width: 72%;
  }
}
.fx-md-72 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-72 {
    flex-basis: 72%;
    max-width: 72%;
  }
}
.fx-lg-72 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-72 {
    flex-basis: 72%;
    max-width: 72%;
  }
}
.fx-xl-72 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-72 {
    flex-basis: 72%;
    max-width: 72%;
  }
}
.fx-ltSm-72 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-72 {
    flex-basis: 72%;
    max-width: 72%;
  }
}
.fx-ltMd-72 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-72 {
    flex-basis: 72%;
    max-width: 72%;
  }
}
.fx-ltLg-72 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-72 {
    flex-basis: 72%;
    max-width: 72%;
  }
}
.fx-ltXl-72 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-72 {
    flex-basis: 72%;
    max-width: 72%;
  }
}
.fx-gtXs-72 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-72 {
    flex-basis: 72%;
    max-width: 72%;
  }
}
.fx-gtSm-72 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-72 {
    flex-basis: 72%;
    max-width: 72%;
  }
}
.fx-gtMd-72 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-72 {
    flex-basis: 72%;
    max-width: 72%;
  }
}
.fx-gtLg-72 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-72 {
    flex-basis: 72%;
    max-width: 72%;
  }
}
.fx-all-73 {
  flex-basis: 73%;
  max-width: 73%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-73 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-73 {
    flex-basis: 73%;
    max-width: 73%;
  }
}
.fx-sm-73 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-73 {
    flex-basis: 73%;
    max-width: 73%;
  }
}
.fx-md-73 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-73 {
    flex-basis: 73%;
    max-width: 73%;
  }
}
.fx-lg-73 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-73 {
    flex-basis: 73%;
    max-width: 73%;
  }
}
.fx-xl-73 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-73 {
    flex-basis: 73%;
    max-width: 73%;
  }
}
.fx-ltSm-73 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-73 {
    flex-basis: 73%;
    max-width: 73%;
  }
}
.fx-ltMd-73 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-73 {
    flex-basis: 73%;
    max-width: 73%;
  }
}
.fx-ltLg-73 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-73 {
    flex-basis: 73%;
    max-width: 73%;
  }
}
.fx-ltXl-73 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-73 {
    flex-basis: 73%;
    max-width: 73%;
  }
}
.fx-gtXs-73 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-73 {
    flex-basis: 73%;
    max-width: 73%;
  }
}
.fx-gtSm-73 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-73 {
    flex-basis: 73%;
    max-width: 73%;
  }
}
.fx-gtMd-73 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-73 {
    flex-basis: 73%;
    max-width: 73%;
  }
}
.fx-gtLg-73 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-73 {
    flex-basis: 73%;
    max-width: 73%;
  }
}
.fx-all-74 {
  flex-basis: 74%;
  max-width: 74%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-74 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-74 {
    flex-basis: 74%;
    max-width: 74%;
  }
}
.fx-sm-74 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-74 {
    flex-basis: 74%;
    max-width: 74%;
  }
}
.fx-md-74 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-74 {
    flex-basis: 74%;
    max-width: 74%;
  }
}
.fx-lg-74 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-74 {
    flex-basis: 74%;
    max-width: 74%;
  }
}
.fx-xl-74 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-74 {
    flex-basis: 74%;
    max-width: 74%;
  }
}
.fx-ltSm-74 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-74 {
    flex-basis: 74%;
    max-width: 74%;
  }
}
.fx-ltMd-74 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-74 {
    flex-basis: 74%;
    max-width: 74%;
  }
}
.fx-ltLg-74 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-74 {
    flex-basis: 74%;
    max-width: 74%;
  }
}
.fx-ltXl-74 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-74 {
    flex-basis: 74%;
    max-width: 74%;
  }
}
.fx-gtXs-74 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-74 {
    flex-basis: 74%;
    max-width: 74%;
  }
}
.fx-gtSm-74 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-74 {
    flex-basis: 74%;
    max-width: 74%;
  }
}
.fx-gtMd-74 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-74 {
    flex-basis: 74%;
    max-width: 74%;
  }
}
.fx-gtLg-74 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-74 {
    flex-basis: 74%;
    max-width: 74%;
  }
}
.fx-all-75 {
  flex-basis: 75%;
  max-width: 75%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-75 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-75 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
.fx-sm-75 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-75 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
.fx-md-75 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-75 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
.fx-lg-75 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-75 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
.fx-xl-75 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-75 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
.fx-ltSm-75 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-75 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
.fx-ltMd-75 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-75 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
.fx-ltLg-75 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-75 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
.fx-ltXl-75 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-75 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
.fx-gtXs-75 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-75 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
.fx-gtSm-75 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-75 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
.fx-gtMd-75 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-75 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
.fx-gtLg-75 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-75 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
.fx-all-76 {
  flex-basis: 76%;
  max-width: 76%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-76 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-76 {
    flex-basis: 76%;
    max-width: 76%;
  }
}
.fx-sm-76 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-76 {
    flex-basis: 76%;
    max-width: 76%;
  }
}
.fx-md-76 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-76 {
    flex-basis: 76%;
    max-width: 76%;
  }
}
.fx-lg-76 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-76 {
    flex-basis: 76%;
    max-width: 76%;
  }
}
.fx-xl-76 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-76 {
    flex-basis: 76%;
    max-width: 76%;
  }
}
.fx-ltSm-76 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-76 {
    flex-basis: 76%;
    max-width: 76%;
  }
}
.fx-ltMd-76 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-76 {
    flex-basis: 76%;
    max-width: 76%;
  }
}
.fx-ltLg-76 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-76 {
    flex-basis: 76%;
    max-width: 76%;
  }
}
.fx-ltXl-76 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-76 {
    flex-basis: 76%;
    max-width: 76%;
  }
}
.fx-gtXs-76 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-76 {
    flex-basis: 76%;
    max-width: 76%;
  }
}
.fx-gtSm-76 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-76 {
    flex-basis: 76%;
    max-width: 76%;
  }
}
.fx-gtMd-76 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-76 {
    flex-basis: 76%;
    max-width: 76%;
  }
}
.fx-gtLg-76 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-76 {
    flex-basis: 76%;
    max-width: 76%;
  }
}
.fx-all-77 {
  flex-basis: 77%;
  max-width: 77%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-77 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-77 {
    flex-basis: 77%;
    max-width: 77%;
  }
}
.fx-sm-77 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-77 {
    flex-basis: 77%;
    max-width: 77%;
  }
}
.fx-md-77 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-77 {
    flex-basis: 77%;
    max-width: 77%;
  }
}
.fx-lg-77 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-77 {
    flex-basis: 77%;
    max-width: 77%;
  }
}
.fx-xl-77 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-77 {
    flex-basis: 77%;
    max-width: 77%;
  }
}
.fx-ltSm-77 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-77 {
    flex-basis: 77%;
    max-width: 77%;
  }
}
.fx-ltMd-77 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-77 {
    flex-basis: 77%;
    max-width: 77%;
  }
}
.fx-ltLg-77 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-77 {
    flex-basis: 77%;
    max-width: 77%;
  }
}
.fx-ltXl-77 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-77 {
    flex-basis: 77%;
    max-width: 77%;
  }
}
.fx-gtXs-77 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-77 {
    flex-basis: 77%;
    max-width: 77%;
  }
}
.fx-gtSm-77 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-77 {
    flex-basis: 77%;
    max-width: 77%;
  }
}
.fx-gtMd-77 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-77 {
    flex-basis: 77%;
    max-width: 77%;
  }
}
.fx-gtLg-77 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-77 {
    flex-basis: 77%;
    max-width: 77%;
  }
}
.fx-all-78 {
  flex-basis: 78%;
  max-width: 78%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-78 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-78 {
    flex-basis: 78%;
    max-width: 78%;
  }
}
.fx-sm-78 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-78 {
    flex-basis: 78%;
    max-width: 78%;
  }
}
.fx-md-78 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-78 {
    flex-basis: 78%;
    max-width: 78%;
  }
}
.fx-lg-78 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-78 {
    flex-basis: 78%;
    max-width: 78%;
  }
}
.fx-xl-78 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-78 {
    flex-basis: 78%;
    max-width: 78%;
  }
}
.fx-ltSm-78 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-78 {
    flex-basis: 78%;
    max-width: 78%;
  }
}
.fx-ltMd-78 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-78 {
    flex-basis: 78%;
    max-width: 78%;
  }
}
.fx-ltLg-78 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-78 {
    flex-basis: 78%;
    max-width: 78%;
  }
}
.fx-ltXl-78 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-78 {
    flex-basis: 78%;
    max-width: 78%;
  }
}
.fx-gtXs-78 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-78 {
    flex-basis: 78%;
    max-width: 78%;
  }
}
.fx-gtSm-78 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-78 {
    flex-basis: 78%;
    max-width: 78%;
  }
}
.fx-gtMd-78 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-78 {
    flex-basis: 78%;
    max-width: 78%;
  }
}
.fx-gtLg-78 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-78 {
    flex-basis: 78%;
    max-width: 78%;
  }
}
.fx-all-79 {
  flex-basis: 79%;
  max-width: 79%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-79 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-79 {
    flex-basis: 79%;
    max-width: 79%;
  }
}
.fx-sm-79 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-79 {
    flex-basis: 79%;
    max-width: 79%;
  }
}
.fx-md-79 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-79 {
    flex-basis: 79%;
    max-width: 79%;
  }
}
.fx-lg-79 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-79 {
    flex-basis: 79%;
    max-width: 79%;
  }
}
.fx-xl-79 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-79 {
    flex-basis: 79%;
    max-width: 79%;
  }
}
.fx-ltSm-79 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-79 {
    flex-basis: 79%;
    max-width: 79%;
  }
}
.fx-ltMd-79 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-79 {
    flex-basis: 79%;
    max-width: 79%;
  }
}
.fx-ltLg-79 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-79 {
    flex-basis: 79%;
    max-width: 79%;
  }
}
.fx-ltXl-79 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-79 {
    flex-basis: 79%;
    max-width: 79%;
  }
}
.fx-gtXs-79 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-79 {
    flex-basis: 79%;
    max-width: 79%;
  }
}
.fx-gtSm-79 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-79 {
    flex-basis: 79%;
    max-width: 79%;
  }
}
.fx-gtMd-79 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-79 {
    flex-basis: 79%;
    max-width: 79%;
  }
}
.fx-gtLg-79 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-79 {
    flex-basis: 79%;
    max-width: 79%;
  }
}
.fx-all-80 {
  flex-basis: 80%;
  max-width: 80%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-80 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-80 {
    flex-basis: 80%;
    max-width: 80%;
  }
}
.fx-sm-80 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-80 {
    flex-basis: 80%;
    max-width: 80%;
  }
}
.fx-md-80 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-80 {
    flex-basis: 80%;
    max-width: 80%;
  }
}
.fx-lg-80 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-80 {
    flex-basis: 80%;
    max-width: 80%;
  }
}
.fx-xl-80 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-80 {
    flex-basis: 80%;
    max-width: 80%;
  }
}
.fx-ltSm-80 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-80 {
    flex-basis: 80%;
    max-width: 80%;
  }
}
.fx-ltMd-80 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-80 {
    flex-basis: 80%;
    max-width: 80%;
  }
}
.fx-ltLg-80 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-80 {
    flex-basis: 80%;
    max-width: 80%;
  }
}
.fx-ltXl-80 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-80 {
    flex-basis: 80%;
    max-width: 80%;
  }
}
.fx-gtXs-80 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-80 {
    flex-basis: 80%;
    max-width: 80%;
  }
}
.fx-gtSm-80 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-80 {
    flex-basis: 80%;
    max-width: 80%;
  }
}
.fx-gtMd-80 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-80 {
    flex-basis: 80%;
    max-width: 80%;
  }
}
.fx-gtLg-80 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-80 {
    flex-basis: 80%;
    max-width: 80%;
  }
}
.fx-all-81 {
  flex-basis: 81%;
  max-width: 81%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-81 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-81 {
    flex-basis: 81%;
    max-width: 81%;
  }
}
.fx-sm-81 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-81 {
    flex-basis: 81%;
    max-width: 81%;
  }
}
.fx-md-81 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-81 {
    flex-basis: 81%;
    max-width: 81%;
  }
}
.fx-lg-81 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-81 {
    flex-basis: 81%;
    max-width: 81%;
  }
}
.fx-xl-81 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-81 {
    flex-basis: 81%;
    max-width: 81%;
  }
}
.fx-ltSm-81 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-81 {
    flex-basis: 81%;
    max-width: 81%;
  }
}
.fx-ltMd-81 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-81 {
    flex-basis: 81%;
    max-width: 81%;
  }
}
.fx-ltLg-81 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-81 {
    flex-basis: 81%;
    max-width: 81%;
  }
}
.fx-ltXl-81 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-81 {
    flex-basis: 81%;
    max-width: 81%;
  }
}
.fx-gtXs-81 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-81 {
    flex-basis: 81%;
    max-width: 81%;
  }
}
.fx-gtSm-81 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-81 {
    flex-basis: 81%;
    max-width: 81%;
  }
}
.fx-gtMd-81 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-81 {
    flex-basis: 81%;
    max-width: 81%;
  }
}
.fx-gtLg-81 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-81 {
    flex-basis: 81%;
    max-width: 81%;
  }
}
.fx-all-82 {
  flex-basis: 82%;
  max-width: 82%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-82 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-82 {
    flex-basis: 82%;
    max-width: 82%;
  }
}
.fx-sm-82 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-82 {
    flex-basis: 82%;
    max-width: 82%;
  }
}
.fx-md-82 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-82 {
    flex-basis: 82%;
    max-width: 82%;
  }
}
.fx-lg-82 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-82 {
    flex-basis: 82%;
    max-width: 82%;
  }
}
.fx-xl-82 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-82 {
    flex-basis: 82%;
    max-width: 82%;
  }
}
.fx-ltSm-82 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-82 {
    flex-basis: 82%;
    max-width: 82%;
  }
}
.fx-ltMd-82 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-82 {
    flex-basis: 82%;
    max-width: 82%;
  }
}
.fx-ltLg-82 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-82 {
    flex-basis: 82%;
    max-width: 82%;
  }
}
.fx-ltXl-82 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-82 {
    flex-basis: 82%;
    max-width: 82%;
  }
}
.fx-gtXs-82 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-82 {
    flex-basis: 82%;
    max-width: 82%;
  }
}
.fx-gtSm-82 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-82 {
    flex-basis: 82%;
    max-width: 82%;
  }
}
.fx-gtMd-82 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-82 {
    flex-basis: 82%;
    max-width: 82%;
  }
}
.fx-gtLg-82 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-82 {
    flex-basis: 82%;
    max-width: 82%;
  }
}
.fx-all-83 {
  flex-basis: 83%;
  max-width: 83%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-83 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-83 {
    flex-basis: 83%;
    max-width: 83%;
  }
}
.fx-sm-83 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-83 {
    flex-basis: 83%;
    max-width: 83%;
  }
}
.fx-md-83 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-83 {
    flex-basis: 83%;
    max-width: 83%;
  }
}
.fx-lg-83 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-83 {
    flex-basis: 83%;
    max-width: 83%;
  }
}
.fx-xl-83 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-83 {
    flex-basis: 83%;
    max-width: 83%;
  }
}
.fx-ltSm-83 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-83 {
    flex-basis: 83%;
    max-width: 83%;
  }
}
.fx-ltMd-83 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-83 {
    flex-basis: 83%;
    max-width: 83%;
  }
}
.fx-ltLg-83 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-83 {
    flex-basis: 83%;
    max-width: 83%;
  }
}
.fx-ltXl-83 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-83 {
    flex-basis: 83%;
    max-width: 83%;
  }
}
.fx-gtXs-83 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-83 {
    flex-basis: 83%;
    max-width: 83%;
  }
}
.fx-gtSm-83 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-83 {
    flex-basis: 83%;
    max-width: 83%;
  }
}
.fx-gtMd-83 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-83 {
    flex-basis: 83%;
    max-width: 83%;
  }
}
.fx-gtLg-83 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-83 {
    flex-basis: 83%;
    max-width: 83%;
  }
}
.fx-all-84 {
  flex-basis: 84%;
  max-width: 84%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-84 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-84 {
    flex-basis: 84%;
    max-width: 84%;
  }
}
.fx-sm-84 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-84 {
    flex-basis: 84%;
    max-width: 84%;
  }
}
.fx-md-84 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-84 {
    flex-basis: 84%;
    max-width: 84%;
  }
}
.fx-lg-84 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-84 {
    flex-basis: 84%;
    max-width: 84%;
  }
}
.fx-xl-84 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-84 {
    flex-basis: 84%;
    max-width: 84%;
  }
}
.fx-ltSm-84 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-84 {
    flex-basis: 84%;
    max-width: 84%;
  }
}
.fx-ltMd-84 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-84 {
    flex-basis: 84%;
    max-width: 84%;
  }
}
.fx-ltLg-84 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-84 {
    flex-basis: 84%;
    max-width: 84%;
  }
}
.fx-ltXl-84 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-84 {
    flex-basis: 84%;
    max-width: 84%;
  }
}
.fx-gtXs-84 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-84 {
    flex-basis: 84%;
    max-width: 84%;
  }
}
.fx-gtSm-84 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-84 {
    flex-basis: 84%;
    max-width: 84%;
  }
}
.fx-gtMd-84 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-84 {
    flex-basis: 84%;
    max-width: 84%;
  }
}
.fx-gtLg-84 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-84 {
    flex-basis: 84%;
    max-width: 84%;
  }
}
.fx-all-85 {
  flex-basis: 85%;
  max-width: 85%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-85 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-85 {
    flex-basis: 85%;
    max-width: 85%;
  }
}
.fx-sm-85 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-85 {
    flex-basis: 85%;
    max-width: 85%;
  }
}
.fx-md-85 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-85 {
    flex-basis: 85%;
    max-width: 85%;
  }
}
.fx-lg-85 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-85 {
    flex-basis: 85%;
    max-width: 85%;
  }
}
.fx-xl-85 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-85 {
    flex-basis: 85%;
    max-width: 85%;
  }
}
.fx-ltSm-85 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-85 {
    flex-basis: 85%;
    max-width: 85%;
  }
}
.fx-ltMd-85 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-85 {
    flex-basis: 85%;
    max-width: 85%;
  }
}
.fx-ltLg-85 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-85 {
    flex-basis: 85%;
    max-width: 85%;
  }
}
.fx-ltXl-85 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-85 {
    flex-basis: 85%;
    max-width: 85%;
  }
}
.fx-gtXs-85 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-85 {
    flex-basis: 85%;
    max-width: 85%;
  }
}
.fx-gtSm-85 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-85 {
    flex-basis: 85%;
    max-width: 85%;
  }
}
.fx-gtMd-85 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-85 {
    flex-basis: 85%;
    max-width: 85%;
  }
}
.fx-gtLg-85 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-85 {
    flex-basis: 85%;
    max-width: 85%;
  }
}
.fx-all-86 {
  flex-basis: 86%;
  max-width: 86%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-86 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-86 {
    flex-basis: 86%;
    max-width: 86%;
  }
}
.fx-sm-86 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-86 {
    flex-basis: 86%;
    max-width: 86%;
  }
}
.fx-md-86 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-86 {
    flex-basis: 86%;
    max-width: 86%;
  }
}
.fx-lg-86 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-86 {
    flex-basis: 86%;
    max-width: 86%;
  }
}
.fx-xl-86 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-86 {
    flex-basis: 86%;
    max-width: 86%;
  }
}
.fx-ltSm-86 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-86 {
    flex-basis: 86%;
    max-width: 86%;
  }
}
.fx-ltMd-86 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-86 {
    flex-basis: 86%;
    max-width: 86%;
  }
}
.fx-ltLg-86 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-86 {
    flex-basis: 86%;
    max-width: 86%;
  }
}
.fx-ltXl-86 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-86 {
    flex-basis: 86%;
    max-width: 86%;
  }
}
.fx-gtXs-86 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-86 {
    flex-basis: 86%;
    max-width: 86%;
  }
}
.fx-gtSm-86 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-86 {
    flex-basis: 86%;
    max-width: 86%;
  }
}
.fx-gtMd-86 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-86 {
    flex-basis: 86%;
    max-width: 86%;
  }
}
.fx-gtLg-86 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-86 {
    flex-basis: 86%;
    max-width: 86%;
  }
}
.fx-all-87 {
  flex-basis: 87%;
  max-width: 87%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-87 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-87 {
    flex-basis: 87%;
    max-width: 87%;
  }
}
.fx-sm-87 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-87 {
    flex-basis: 87%;
    max-width: 87%;
  }
}
.fx-md-87 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-87 {
    flex-basis: 87%;
    max-width: 87%;
  }
}
.fx-lg-87 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-87 {
    flex-basis: 87%;
    max-width: 87%;
  }
}
.fx-xl-87 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-87 {
    flex-basis: 87%;
    max-width: 87%;
  }
}
.fx-ltSm-87 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-87 {
    flex-basis: 87%;
    max-width: 87%;
  }
}
.fx-ltMd-87 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-87 {
    flex-basis: 87%;
    max-width: 87%;
  }
}
.fx-ltLg-87 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-87 {
    flex-basis: 87%;
    max-width: 87%;
  }
}
.fx-ltXl-87 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-87 {
    flex-basis: 87%;
    max-width: 87%;
  }
}
.fx-gtXs-87 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-87 {
    flex-basis: 87%;
    max-width: 87%;
  }
}
.fx-gtSm-87 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-87 {
    flex-basis: 87%;
    max-width: 87%;
  }
}
.fx-gtMd-87 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-87 {
    flex-basis: 87%;
    max-width: 87%;
  }
}
.fx-gtLg-87 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-87 {
    flex-basis: 87%;
    max-width: 87%;
  }
}
.fx-all-88 {
  flex-basis: 88%;
  max-width: 88%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-88 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-88 {
    flex-basis: 88%;
    max-width: 88%;
  }
}
.fx-sm-88 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-88 {
    flex-basis: 88%;
    max-width: 88%;
  }
}
.fx-md-88 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-88 {
    flex-basis: 88%;
    max-width: 88%;
  }
}
.fx-lg-88 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-88 {
    flex-basis: 88%;
    max-width: 88%;
  }
}
.fx-xl-88 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-88 {
    flex-basis: 88%;
    max-width: 88%;
  }
}
.fx-ltSm-88 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-88 {
    flex-basis: 88%;
    max-width: 88%;
  }
}
.fx-ltMd-88 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-88 {
    flex-basis: 88%;
    max-width: 88%;
  }
}
.fx-ltLg-88 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-88 {
    flex-basis: 88%;
    max-width: 88%;
  }
}
.fx-ltXl-88 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-88 {
    flex-basis: 88%;
    max-width: 88%;
  }
}
.fx-gtXs-88 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-88 {
    flex-basis: 88%;
    max-width: 88%;
  }
}
.fx-gtSm-88 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-88 {
    flex-basis: 88%;
    max-width: 88%;
  }
}
.fx-gtMd-88 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-88 {
    flex-basis: 88%;
    max-width: 88%;
  }
}
.fx-gtLg-88 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-88 {
    flex-basis: 88%;
    max-width: 88%;
  }
}
.fx-all-89 {
  flex-basis: 89%;
  max-width: 89%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-89 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-89 {
    flex-basis: 89%;
    max-width: 89%;
  }
}
.fx-sm-89 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-89 {
    flex-basis: 89%;
    max-width: 89%;
  }
}
.fx-md-89 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-89 {
    flex-basis: 89%;
    max-width: 89%;
  }
}
.fx-lg-89 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-89 {
    flex-basis: 89%;
    max-width: 89%;
  }
}
.fx-xl-89 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-89 {
    flex-basis: 89%;
    max-width: 89%;
  }
}
.fx-ltSm-89 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-89 {
    flex-basis: 89%;
    max-width: 89%;
  }
}
.fx-ltMd-89 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-89 {
    flex-basis: 89%;
    max-width: 89%;
  }
}
.fx-ltLg-89 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-89 {
    flex-basis: 89%;
    max-width: 89%;
  }
}
.fx-ltXl-89 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-89 {
    flex-basis: 89%;
    max-width: 89%;
  }
}
.fx-gtXs-89 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-89 {
    flex-basis: 89%;
    max-width: 89%;
  }
}
.fx-gtSm-89 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-89 {
    flex-basis: 89%;
    max-width: 89%;
  }
}
.fx-gtMd-89 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-89 {
    flex-basis: 89%;
    max-width: 89%;
  }
}
.fx-gtLg-89 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-89 {
    flex-basis: 89%;
    max-width: 89%;
  }
}
.fx-all-90 {
  flex-basis: 90%;
  max-width: 90%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-90 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-90 {
    flex-basis: 90%;
    max-width: 90%;
  }
}
.fx-sm-90 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-90 {
    flex-basis: 90%;
    max-width: 90%;
  }
}
.fx-md-90 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-90 {
    flex-basis: 90%;
    max-width: 90%;
  }
}
.fx-lg-90 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-90 {
    flex-basis: 90%;
    max-width: 90%;
  }
}
.fx-xl-90 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-90 {
    flex-basis: 90%;
    max-width: 90%;
  }
}
.fx-ltSm-90 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-90 {
    flex-basis: 90%;
    max-width: 90%;
  }
}
.fx-ltMd-90 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-90 {
    flex-basis: 90%;
    max-width: 90%;
  }
}
.fx-ltLg-90 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-90 {
    flex-basis: 90%;
    max-width: 90%;
  }
}
.fx-ltXl-90 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-90 {
    flex-basis: 90%;
    max-width: 90%;
  }
}
.fx-gtXs-90 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-90 {
    flex-basis: 90%;
    max-width: 90%;
  }
}
.fx-gtSm-90 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-90 {
    flex-basis: 90%;
    max-width: 90%;
  }
}
.fx-gtMd-90 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-90 {
    flex-basis: 90%;
    max-width: 90%;
  }
}
.fx-gtLg-90 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-90 {
    flex-basis: 90%;
    max-width: 90%;
  }
}
.fx-all-91 {
  flex-basis: 91%;
  max-width: 91%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-91 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-91 {
    flex-basis: 91%;
    max-width: 91%;
  }
}
.fx-sm-91 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-91 {
    flex-basis: 91%;
    max-width: 91%;
  }
}
.fx-md-91 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-91 {
    flex-basis: 91%;
    max-width: 91%;
  }
}
.fx-lg-91 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-91 {
    flex-basis: 91%;
    max-width: 91%;
  }
}
.fx-xl-91 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-91 {
    flex-basis: 91%;
    max-width: 91%;
  }
}
.fx-ltSm-91 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-91 {
    flex-basis: 91%;
    max-width: 91%;
  }
}
.fx-ltMd-91 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-91 {
    flex-basis: 91%;
    max-width: 91%;
  }
}
.fx-ltLg-91 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-91 {
    flex-basis: 91%;
    max-width: 91%;
  }
}
.fx-ltXl-91 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-91 {
    flex-basis: 91%;
    max-width: 91%;
  }
}
.fx-gtXs-91 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-91 {
    flex-basis: 91%;
    max-width: 91%;
  }
}
.fx-gtSm-91 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-91 {
    flex-basis: 91%;
    max-width: 91%;
  }
}
.fx-gtMd-91 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-91 {
    flex-basis: 91%;
    max-width: 91%;
  }
}
.fx-gtLg-91 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-91 {
    flex-basis: 91%;
    max-width: 91%;
  }
}
.fx-all-92 {
  flex-basis: 92%;
  max-width: 92%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-92 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-92 {
    flex-basis: 92%;
    max-width: 92%;
  }
}
.fx-sm-92 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-92 {
    flex-basis: 92%;
    max-width: 92%;
  }
}
.fx-md-92 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-92 {
    flex-basis: 92%;
    max-width: 92%;
  }
}
.fx-lg-92 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-92 {
    flex-basis: 92%;
    max-width: 92%;
  }
}
.fx-xl-92 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-92 {
    flex-basis: 92%;
    max-width: 92%;
  }
}
.fx-ltSm-92 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-92 {
    flex-basis: 92%;
    max-width: 92%;
  }
}
.fx-ltMd-92 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-92 {
    flex-basis: 92%;
    max-width: 92%;
  }
}
.fx-ltLg-92 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-92 {
    flex-basis: 92%;
    max-width: 92%;
  }
}
.fx-ltXl-92 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-92 {
    flex-basis: 92%;
    max-width: 92%;
  }
}
.fx-gtXs-92 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-92 {
    flex-basis: 92%;
    max-width: 92%;
  }
}
.fx-gtSm-92 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-92 {
    flex-basis: 92%;
    max-width: 92%;
  }
}
.fx-gtMd-92 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-92 {
    flex-basis: 92%;
    max-width: 92%;
  }
}
.fx-gtLg-92 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-92 {
    flex-basis: 92%;
    max-width: 92%;
  }
}
.fx-all-93 {
  flex-basis: 93%;
  max-width: 93%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-93 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-93 {
    flex-basis: 93%;
    max-width: 93%;
  }
}
.fx-sm-93 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-93 {
    flex-basis: 93%;
    max-width: 93%;
  }
}
.fx-md-93 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-93 {
    flex-basis: 93%;
    max-width: 93%;
  }
}
.fx-lg-93 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-93 {
    flex-basis: 93%;
    max-width: 93%;
  }
}
.fx-xl-93 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-93 {
    flex-basis: 93%;
    max-width: 93%;
  }
}
.fx-ltSm-93 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-93 {
    flex-basis: 93%;
    max-width: 93%;
  }
}
.fx-ltMd-93 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-93 {
    flex-basis: 93%;
    max-width: 93%;
  }
}
.fx-ltLg-93 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-93 {
    flex-basis: 93%;
    max-width: 93%;
  }
}
.fx-ltXl-93 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-93 {
    flex-basis: 93%;
    max-width: 93%;
  }
}
.fx-gtXs-93 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-93 {
    flex-basis: 93%;
    max-width: 93%;
  }
}
.fx-gtSm-93 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-93 {
    flex-basis: 93%;
    max-width: 93%;
  }
}
.fx-gtMd-93 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-93 {
    flex-basis: 93%;
    max-width: 93%;
  }
}
.fx-gtLg-93 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-93 {
    flex-basis: 93%;
    max-width: 93%;
  }
}
.fx-all-94 {
  flex-basis: 94%;
  max-width: 94%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-94 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-94 {
    flex-basis: 94%;
    max-width: 94%;
  }
}
.fx-sm-94 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-94 {
    flex-basis: 94%;
    max-width: 94%;
  }
}
.fx-md-94 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-94 {
    flex-basis: 94%;
    max-width: 94%;
  }
}
.fx-lg-94 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-94 {
    flex-basis: 94%;
    max-width: 94%;
  }
}
.fx-xl-94 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-94 {
    flex-basis: 94%;
    max-width: 94%;
  }
}
.fx-ltSm-94 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-94 {
    flex-basis: 94%;
    max-width: 94%;
  }
}
.fx-ltMd-94 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-94 {
    flex-basis: 94%;
    max-width: 94%;
  }
}
.fx-ltLg-94 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-94 {
    flex-basis: 94%;
    max-width: 94%;
  }
}
.fx-ltXl-94 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-94 {
    flex-basis: 94%;
    max-width: 94%;
  }
}
.fx-gtXs-94 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-94 {
    flex-basis: 94%;
    max-width: 94%;
  }
}
.fx-gtSm-94 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-94 {
    flex-basis: 94%;
    max-width: 94%;
  }
}
.fx-gtMd-94 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-94 {
    flex-basis: 94%;
    max-width: 94%;
  }
}
.fx-gtLg-94 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-94 {
    flex-basis: 94%;
    max-width: 94%;
  }
}
.fx-all-95 {
  flex-basis: 95%;
  max-width: 95%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-95 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-95 {
    flex-basis: 95%;
    max-width: 95%;
  }
}
.fx-sm-95 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-95 {
    flex-basis: 95%;
    max-width: 95%;
  }
}
.fx-md-95 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-95 {
    flex-basis: 95%;
    max-width: 95%;
  }
}
.fx-lg-95 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-95 {
    flex-basis: 95%;
    max-width: 95%;
  }
}
.fx-xl-95 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-95 {
    flex-basis: 95%;
    max-width: 95%;
  }
}
.fx-ltSm-95 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-95 {
    flex-basis: 95%;
    max-width: 95%;
  }
}
.fx-ltMd-95 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-95 {
    flex-basis: 95%;
    max-width: 95%;
  }
}
.fx-ltLg-95 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-95 {
    flex-basis: 95%;
    max-width: 95%;
  }
}
.fx-ltXl-95 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-95 {
    flex-basis: 95%;
    max-width: 95%;
  }
}
.fx-gtXs-95 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-95 {
    flex-basis: 95%;
    max-width: 95%;
  }
}
.fx-gtSm-95 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-95 {
    flex-basis: 95%;
    max-width: 95%;
  }
}
.fx-gtMd-95 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-95 {
    flex-basis: 95%;
    max-width: 95%;
  }
}
.fx-gtLg-95 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-95 {
    flex-basis: 95%;
    max-width: 95%;
  }
}
.fx-all-96 {
  flex-basis: 96%;
  max-width: 96%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-96 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-96 {
    flex-basis: 96%;
    max-width: 96%;
  }
}
.fx-sm-96 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-96 {
    flex-basis: 96%;
    max-width: 96%;
  }
}
.fx-md-96 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-96 {
    flex-basis: 96%;
    max-width: 96%;
  }
}
.fx-lg-96 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-96 {
    flex-basis: 96%;
    max-width: 96%;
  }
}
.fx-xl-96 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-96 {
    flex-basis: 96%;
    max-width: 96%;
  }
}
.fx-ltSm-96 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-96 {
    flex-basis: 96%;
    max-width: 96%;
  }
}
.fx-ltMd-96 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-96 {
    flex-basis: 96%;
    max-width: 96%;
  }
}
.fx-ltLg-96 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-96 {
    flex-basis: 96%;
    max-width: 96%;
  }
}
.fx-ltXl-96 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-96 {
    flex-basis: 96%;
    max-width: 96%;
  }
}
.fx-gtXs-96 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-96 {
    flex-basis: 96%;
    max-width: 96%;
  }
}
.fx-gtSm-96 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-96 {
    flex-basis: 96%;
    max-width: 96%;
  }
}
.fx-gtMd-96 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-96 {
    flex-basis: 96%;
    max-width: 96%;
  }
}
.fx-gtLg-96 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-96 {
    flex-basis: 96%;
    max-width: 96%;
  }
}
.fx-all-97 {
  flex-basis: 97%;
  max-width: 97%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-97 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-97 {
    flex-basis: 97%;
    max-width: 97%;
  }
}
.fx-sm-97 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-97 {
    flex-basis: 97%;
    max-width: 97%;
  }
}
.fx-md-97 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-97 {
    flex-basis: 97%;
    max-width: 97%;
  }
}
.fx-lg-97 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-97 {
    flex-basis: 97%;
    max-width: 97%;
  }
}
.fx-xl-97 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-97 {
    flex-basis: 97%;
    max-width: 97%;
  }
}
.fx-ltSm-97 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-97 {
    flex-basis: 97%;
    max-width: 97%;
  }
}
.fx-ltMd-97 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-97 {
    flex-basis: 97%;
    max-width: 97%;
  }
}
.fx-ltLg-97 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-97 {
    flex-basis: 97%;
    max-width: 97%;
  }
}
.fx-ltXl-97 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-97 {
    flex-basis: 97%;
    max-width: 97%;
  }
}
.fx-gtXs-97 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-97 {
    flex-basis: 97%;
    max-width: 97%;
  }
}
.fx-gtSm-97 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-97 {
    flex-basis: 97%;
    max-width: 97%;
  }
}
.fx-gtMd-97 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-97 {
    flex-basis: 97%;
    max-width: 97%;
  }
}
.fx-gtLg-97 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-97 {
    flex-basis: 97%;
    max-width: 97%;
  }
}
.fx-all-98 {
  flex-basis: 98%;
  max-width: 98%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-98 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-98 {
    flex-basis: 98%;
    max-width: 98%;
  }
}
.fx-sm-98 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-98 {
    flex-basis: 98%;
    max-width: 98%;
  }
}
.fx-md-98 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-98 {
    flex-basis: 98%;
    max-width: 98%;
  }
}
.fx-lg-98 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-98 {
    flex-basis: 98%;
    max-width: 98%;
  }
}
.fx-xl-98 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-98 {
    flex-basis: 98%;
    max-width: 98%;
  }
}
.fx-ltSm-98 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-98 {
    flex-basis: 98%;
    max-width: 98%;
  }
}
.fx-ltMd-98 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-98 {
    flex-basis: 98%;
    max-width: 98%;
  }
}
.fx-ltLg-98 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-98 {
    flex-basis: 98%;
    max-width: 98%;
  }
}
.fx-ltXl-98 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-98 {
    flex-basis: 98%;
    max-width: 98%;
  }
}
.fx-gtXs-98 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-98 {
    flex-basis: 98%;
    max-width: 98%;
  }
}
.fx-gtSm-98 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-98 {
    flex-basis: 98%;
    max-width: 98%;
  }
}
.fx-gtMd-98 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-98 {
    flex-basis: 98%;
    max-width: 98%;
  }
}
.fx-gtLg-98 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-98 {
    flex-basis: 98%;
    max-width: 98%;
  }
}
.fx-all-99 {
  flex-basis: 99%;
  max-width: 99%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-99 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-99 {
    flex-basis: 99%;
    max-width: 99%;
  }
}
.fx-sm-99 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-99 {
    flex-basis: 99%;
    max-width: 99%;
  }
}
.fx-md-99 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-99 {
    flex-basis: 99%;
    max-width: 99%;
  }
}
.fx-lg-99 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-99 {
    flex-basis: 99%;
    max-width: 99%;
  }
}
.fx-xl-99 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-99 {
    flex-basis: 99%;
    max-width: 99%;
  }
}
.fx-ltSm-99 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-99 {
    flex-basis: 99%;
    max-width: 99%;
  }
}
.fx-ltMd-99 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-99 {
    flex-basis: 99%;
    max-width: 99%;
  }
}
.fx-ltLg-99 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-99 {
    flex-basis: 99%;
    max-width: 99%;
  }
}
.fx-ltXl-99 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-99 {
    flex-basis: 99%;
    max-width: 99%;
  }
}
.fx-gtXs-99 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-99 {
    flex-basis: 99%;
    max-width: 99%;
  }
}
.fx-gtSm-99 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-99 {
    flex-basis: 99%;
    max-width: 99%;
  }
}
.fx-gtMd-99 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-99 {
    flex-basis: 99%;
    max-width: 99%;
  }
}
.fx-gtLg-99 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-99 {
    flex-basis: 99%;
    max-width: 99%;
  }
}
.fx-all-100 {
  flex-basis: 100%;
  max-width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}
.fx-xs-100 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-xs-100 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.fx-sm-100 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-sm-100 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.fx-md-100 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-md-100 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.fx-lg-100 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-lg-100 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.fx-xl-100 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-xl-100 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.fx-ltSm-100 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 599.98px) {
  .fx-ltSm-100 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.fx-ltMd-100 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 959.98px) {
  .fx-ltMd-100 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.fx-ltLg-100 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1279.98px) {
  .fx-ltLg-100 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.fx-ltXl-100 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1919.98px) {
  .fx-ltXl-100 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.fx-gtXs-100 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .fx-gtXs-100 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.fx-gtSm-100 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 960px) {
  .fx-gtSm-100 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.fx-gtMd-100 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
  .fx-gtMd-100 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.fx-gtLg-100 {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1920px) {
  .fx-gtLg-100 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.offset-all-0 {
  margin-left: 0%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-0 {
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-0 {
    margin-left: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-0 {
    margin-left: 0;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-0 {
    margin-left: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-0 {
    margin-left: 0;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-0 {
    margin-left: 0;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-0 {
    margin-left: 0;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-0 {
    margin-left: 0;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-0 {
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-0 {
    margin-left: 0;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-0 {
    margin-left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-0 {
    margin-left: 0;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-0 {
    margin-left: 0;
  }
}
.offset-all-1 {
  margin-left: 1%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-1 {
    margin-left: 1%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-1 {
    margin-left: 1%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-1 {
    margin-left: 1%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-1 {
    margin-left: 1%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-1 {
    margin-left: 1%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-1 {
    margin-left: 1%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-1 {
    margin-left: 1%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-1 {
    margin-left: 1%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-1 {
    margin-left: 1%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-1 {
    margin-left: 1%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-1 {
    margin-left: 1%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-1 {
    margin-left: 1%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-1 {
    margin-left: 1%;
  }
}
.offset-all-2 {
  margin-left: 2%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-2 {
    margin-left: 2%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-2 {
    margin-left: 2%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-2 {
    margin-left: 2%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-2 {
    margin-left: 2%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-2 {
    margin-left: 2%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-2 {
    margin-left: 2%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-2 {
    margin-left: 2%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-2 {
    margin-left: 2%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-2 {
    margin-left: 2%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-2 {
    margin-left: 2%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-2 {
    margin-left: 2%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-2 {
    margin-left: 2%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-2 {
    margin-left: 2%;
  }
}
.offset-all-3 {
  margin-left: 3%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-3 {
    margin-left: 3%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-3 {
    margin-left: 3%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-3 {
    margin-left: 3%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-3 {
    margin-left: 3%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-3 {
    margin-left: 3%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-3 {
    margin-left: 3%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-3 {
    margin-left: 3%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-3 {
    margin-left: 3%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-3 {
    margin-left: 3%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-3 {
    margin-left: 3%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-3 {
    margin-left: 3%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-3 {
    margin-left: 3%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-3 {
    margin-left: 3%;
  }
}
.offset-all-4 {
  margin-left: 4%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-4 {
    margin-left: 4%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-4 {
    margin-left: 4%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-4 {
    margin-left: 4%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-4 {
    margin-left: 4%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-4 {
    margin-left: 4%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-4 {
    margin-left: 4%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-4 {
    margin-left: 4%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-4 {
    margin-left: 4%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-4 {
    margin-left: 4%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-4 {
    margin-left: 4%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-4 {
    margin-left: 4%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-4 {
    margin-left: 4%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-4 {
    margin-left: 4%;
  }
}
.offset-all-5 {
  margin-left: 5%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-5 {
    margin-left: 5%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-5 {
    margin-left: 5%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-5 {
    margin-left: 5%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-5 {
    margin-left: 5%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-5 {
    margin-left: 5%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-5 {
    margin-left: 5%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-5 {
    margin-left: 5%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-5 {
    margin-left: 5%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-5 {
    margin-left: 5%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-5 {
    margin-left: 5%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-5 {
    margin-left: 5%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-5 {
    margin-left: 5%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-5 {
    margin-left: 5%;
  }
}
.offset-all-6 {
  margin-left: 6%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-6 {
    margin-left: 6%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-6 {
    margin-left: 6%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-6 {
    margin-left: 6%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-6 {
    margin-left: 6%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-6 {
    margin-left: 6%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-6 {
    margin-left: 6%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-6 {
    margin-left: 6%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-6 {
    margin-left: 6%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-6 {
    margin-left: 6%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-6 {
    margin-left: 6%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-6 {
    margin-left: 6%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-6 {
    margin-left: 6%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-6 {
    margin-left: 6%;
  }
}
.offset-all-7 {
  margin-left: 7%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-7 {
    margin-left: 7%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-7 {
    margin-left: 7%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-7 {
    margin-left: 7%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-7 {
    margin-left: 7%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-7 {
    margin-left: 7%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-7 {
    margin-left: 7%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-7 {
    margin-left: 7%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-7 {
    margin-left: 7%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-7 {
    margin-left: 7%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-7 {
    margin-left: 7%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-7 {
    margin-left: 7%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-7 {
    margin-left: 7%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-7 {
    margin-left: 7%;
  }
}
.offset-all-8 {
  margin-left: 8%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-8 {
    margin-left: 8%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-8 {
    margin-left: 8%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-8 {
    margin-left: 8%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-8 {
    margin-left: 8%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-8 {
    margin-left: 8%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-8 {
    margin-left: 8%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-8 {
    margin-left: 8%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-8 {
    margin-left: 8%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-8 {
    margin-left: 8%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-8 {
    margin-left: 8%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-8 {
    margin-left: 8%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-8 {
    margin-left: 8%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-8 {
    margin-left: 8%;
  }
}
.offset-all-9 {
  margin-left: 9%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-9 {
    margin-left: 9%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-9 {
    margin-left: 9%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-9 {
    margin-left: 9%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-9 {
    margin-left: 9%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-9 {
    margin-left: 9%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-9 {
    margin-left: 9%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-9 {
    margin-left: 9%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-9 {
    margin-left: 9%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-9 {
    margin-left: 9%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-9 {
    margin-left: 9%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-9 {
    margin-left: 9%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-9 {
    margin-left: 9%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-9 {
    margin-left: 9%;
  }
}
.offset-all-10 {
  margin-left: 10%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-10 {
    margin-left: 10%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-10 {
    margin-left: 10%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-10 {
    margin-left: 10%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-10 {
    margin-left: 10%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-10 {
    margin-left: 10%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-10 {
    margin-left: 10%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-10 {
    margin-left: 10%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-10 {
    margin-left: 10%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-10 {
    margin-left: 10%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-10 {
    margin-left: 10%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-10 {
    margin-left: 10%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-10 {
    margin-left: 10%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-10 {
    margin-left: 10%;
  }
}
.offset-all-11 {
  margin-left: 11%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-11 {
    margin-left: 11%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-11 {
    margin-left: 11%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-11 {
    margin-left: 11%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-11 {
    margin-left: 11%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-11 {
    margin-left: 11%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-11 {
    margin-left: 11%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-11 {
    margin-left: 11%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-11 {
    margin-left: 11%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-11 {
    margin-left: 11%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-11 {
    margin-left: 11%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-11 {
    margin-left: 11%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-11 {
    margin-left: 11%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-11 {
    margin-left: 11%;
  }
}
.offset-all-12 {
  margin-left: 12%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-12 {
    margin-left: 12%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-12 {
    margin-left: 12%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-12 {
    margin-left: 12%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-12 {
    margin-left: 12%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-12 {
    margin-left: 12%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-12 {
    margin-left: 12%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-12 {
    margin-left: 12%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-12 {
    margin-left: 12%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-12 {
    margin-left: 12%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-12 {
    margin-left: 12%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-12 {
    margin-left: 12%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-12 {
    margin-left: 12%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-12 {
    margin-left: 12%;
  }
}
.offset-all-13 {
  margin-left: 13%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-13 {
    margin-left: 13%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-13 {
    margin-left: 13%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-13 {
    margin-left: 13%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-13 {
    margin-left: 13%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-13 {
    margin-left: 13%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-13 {
    margin-left: 13%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-13 {
    margin-left: 13%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-13 {
    margin-left: 13%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-13 {
    margin-left: 13%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-13 {
    margin-left: 13%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-13 {
    margin-left: 13%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-13 {
    margin-left: 13%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-13 {
    margin-left: 13%;
  }
}
.offset-all-14 {
  margin-left: 14%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-14 {
    margin-left: 14%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-14 {
    margin-left: 14%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-14 {
    margin-left: 14%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-14 {
    margin-left: 14%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-14 {
    margin-left: 14%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-14 {
    margin-left: 14%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-14 {
    margin-left: 14%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-14 {
    margin-left: 14%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-14 {
    margin-left: 14%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-14 {
    margin-left: 14%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-14 {
    margin-left: 14%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-14 {
    margin-left: 14%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-14 {
    margin-left: 14%;
  }
}
.offset-all-15 {
  margin-left: 15%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-15 {
    margin-left: 15%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-15 {
    margin-left: 15%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-15 {
    margin-left: 15%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-15 {
    margin-left: 15%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-15 {
    margin-left: 15%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-15 {
    margin-left: 15%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-15 {
    margin-left: 15%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-15 {
    margin-left: 15%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-15 {
    margin-left: 15%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-15 {
    margin-left: 15%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-15 {
    margin-left: 15%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-15 {
    margin-left: 15%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-15 {
    margin-left: 15%;
  }
}
.offset-all-16 {
  margin-left: 16%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-16 {
    margin-left: 16%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-16 {
    margin-left: 16%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-16 {
    margin-left: 16%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-16 {
    margin-left: 16%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-16 {
    margin-left: 16%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-16 {
    margin-left: 16%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-16 {
    margin-left: 16%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-16 {
    margin-left: 16%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-16 {
    margin-left: 16%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-16 {
    margin-left: 16%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-16 {
    margin-left: 16%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-16 {
    margin-left: 16%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-16 {
    margin-left: 16%;
  }
}
.offset-all-17 {
  margin-left: 17%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-17 {
    margin-left: 17%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-17 {
    margin-left: 17%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-17 {
    margin-left: 17%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-17 {
    margin-left: 17%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-17 {
    margin-left: 17%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-17 {
    margin-left: 17%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-17 {
    margin-left: 17%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-17 {
    margin-left: 17%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-17 {
    margin-left: 17%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-17 {
    margin-left: 17%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-17 {
    margin-left: 17%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-17 {
    margin-left: 17%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-17 {
    margin-left: 17%;
  }
}
.offset-all-18 {
  margin-left: 18%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-18 {
    margin-left: 18%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-18 {
    margin-left: 18%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-18 {
    margin-left: 18%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-18 {
    margin-left: 18%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-18 {
    margin-left: 18%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-18 {
    margin-left: 18%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-18 {
    margin-left: 18%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-18 {
    margin-left: 18%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-18 {
    margin-left: 18%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-18 {
    margin-left: 18%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-18 {
    margin-left: 18%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-18 {
    margin-left: 18%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-18 {
    margin-left: 18%;
  }
}
.offset-all-19 {
  margin-left: 19%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-19 {
    margin-left: 19%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-19 {
    margin-left: 19%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-19 {
    margin-left: 19%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-19 {
    margin-left: 19%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-19 {
    margin-left: 19%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-19 {
    margin-left: 19%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-19 {
    margin-left: 19%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-19 {
    margin-left: 19%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-19 {
    margin-left: 19%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-19 {
    margin-left: 19%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-19 {
    margin-left: 19%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-19 {
    margin-left: 19%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-19 {
    margin-left: 19%;
  }
}
.offset-all-20 {
  margin-left: 20%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-20 {
    margin-left: 20%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-20 {
    margin-left: 20%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-20 {
    margin-left: 20%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-20 {
    margin-left: 20%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-20 {
    margin-left: 20%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-20 {
    margin-left: 20%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-20 {
    margin-left: 20%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-20 {
    margin-left: 20%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-20 {
    margin-left: 20%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-20 {
    margin-left: 20%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-20 {
    margin-left: 20%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-20 {
    margin-left: 20%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-20 {
    margin-left: 20%;
  }
}
.offset-all-21 {
  margin-left: 21%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-21 {
    margin-left: 21%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-21 {
    margin-left: 21%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-21 {
    margin-left: 21%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-21 {
    margin-left: 21%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-21 {
    margin-left: 21%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-21 {
    margin-left: 21%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-21 {
    margin-left: 21%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-21 {
    margin-left: 21%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-21 {
    margin-left: 21%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-21 {
    margin-left: 21%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-21 {
    margin-left: 21%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-21 {
    margin-left: 21%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-21 {
    margin-left: 21%;
  }
}
.offset-all-22 {
  margin-left: 22%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-22 {
    margin-left: 22%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-22 {
    margin-left: 22%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-22 {
    margin-left: 22%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-22 {
    margin-left: 22%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-22 {
    margin-left: 22%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-22 {
    margin-left: 22%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-22 {
    margin-left: 22%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-22 {
    margin-left: 22%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-22 {
    margin-left: 22%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-22 {
    margin-left: 22%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-22 {
    margin-left: 22%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-22 {
    margin-left: 22%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-22 {
    margin-left: 22%;
  }
}
.offset-all-23 {
  margin-left: 23%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-23 {
    margin-left: 23%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-23 {
    margin-left: 23%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-23 {
    margin-left: 23%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-23 {
    margin-left: 23%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-23 {
    margin-left: 23%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-23 {
    margin-left: 23%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-23 {
    margin-left: 23%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-23 {
    margin-left: 23%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-23 {
    margin-left: 23%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-23 {
    margin-left: 23%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-23 {
    margin-left: 23%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-23 {
    margin-left: 23%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-23 {
    margin-left: 23%;
  }
}
.offset-all-24 {
  margin-left: 24%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-24 {
    margin-left: 24%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-24 {
    margin-left: 24%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-24 {
    margin-left: 24%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-24 {
    margin-left: 24%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-24 {
    margin-left: 24%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-24 {
    margin-left: 24%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-24 {
    margin-left: 24%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-24 {
    margin-left: 24%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-24 {
    margin-left: 24%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-24 {
    margin-left: 24%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-24 {
    margin-left: 24%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-24 {
    margin-left: 24%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-24 {
    margin-left: 24%;
  }
}
.offset-all-25 {
  margin-left: 25%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-25 {
    margin-left: 25%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-25 {
    margin-left: 25%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-25 {
    margin-left: 25%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-25 {
    margin-left: 25%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-25 {
    margin-left: 25%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-25 {
    margin-left: 25%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-25 {
    margin-left: 25%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-25 {
    margin-left: 25%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-25 {
    margin-left: 25%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-25 {
    margin-left: 25%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-25 {
    margin-left: 25%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-25 {
    margin-left: 25%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-25 {
    margin-left: 25%;
  }
}
.offset-all-26 {
  margin-left: 26%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-26 {
    margin-left: 26%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-26 {
    margin-left: 26%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-26 {
    margin-left: 26%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-26 {
    margin-left: 26%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-26 {
    margin-left: 26%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-26 {
    margin-left: 26%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-26 {
    margin-left: 26%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-26 {
    margin-left: 26%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-26 {
    margin-left: 26%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-26 {
    margin-left: 26%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-26 {
    margin-left: 26%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-26 {
    margin-left: 26%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-26 {
    margin-left: 26%;
  }
}
.offset-all-27 {
  margin-left: 27%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-27 {
    margin-left: 27%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-27 {
    margin-left: 27%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-27 {
    margin-left: 27%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-27 {
    margin-left: 27%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-27 {
    margin-left: 27%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-27 {
    margin-left: 27%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-27 {
    margin-left: 27%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-27 {
    margin-left: 27%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-27 {
    margin-left: 27%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-27 {
    margin-left: 27%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-27 {
    margin-left: 27%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-27 {
    margin-left: 27%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-27 {
    margin-left: 27%;
  }
}
.offset-all-28 {
  margin-left: 28%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-28 {
    margin-left: 28%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-28 {
    margin-left: 28%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-28 {
    margin-left: 28%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-28 {
    margin-left: 28%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-28 {
    margin-left: 28%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-28 {
    margin-left: 28%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-28 {
    margin-left: 28%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-28 {
    margin-left: 28%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-28 {
    margin-left: 28%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-28 {
    margin-left: 28%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-28 {
    margin-left: 28%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-28 {
    margin-left: 28%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-28 {
    margin-left: 28%;
  }
}
.offset-all-29 {
  margin-left: 29%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-29 {
    margin-left: 29%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-29 {
    margin-left: 29%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-29 {
    margin-left: 29%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-29 {
    margin-left: 29%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-29 {
    margin-left: 29%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-29 {
    margin-left: 29%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-29 {
    margin-left: 29%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-29 {
    margin-left: 29%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-29 {
    margin-left: 29%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-29 {
    margin-left: 29%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-29 {
    margin-left: 29%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-29 {
    margin-left: 29%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-29 {
    margin-left: 29%;
  }
}
.offset-all-30 {
  margin-left: 30%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-30 {
    margin-left: 30%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-30 {
    margin-left: 30%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-30 {
    margin-left: 30%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-30 {
    margin-left: 30%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-30 {
    margin-left: 30%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-30 {
    margin-left: 30%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-30 {
    margin-left: 30%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-30 {
    margin-left: 30%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-30 {
    margin-left: 30%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-30 {
    margin-left: 30%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-30 {
    margin-left: 30%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-30 {
    margin-left: 30%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-30 {
    margin-left: 30%;
  }
}
.offset-all-31 {
  margin-left: 31%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-31 {
    margin-left: 31%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-31 {
    margin-left: 31%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-31 {
    margin-left: 31%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-31 {
    margin-left: 31%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-31 {
    margin-left: 31%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-31 {
    margin-left: 31%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-31 {
    margin-left: 31%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-31 {
    margin-left: 31%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-31 {
    margin-left: 31%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-31 {
    margin-left: 31%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-31 {
    margin-left: 31%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-31 {
    margin-left: 31%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-31 {
    margin-left: 31%;
  }
}
.offset-all-32 {
  margin-left: 32%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-32 {
    margin-left: 32%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-32 {
    margin-left: 32%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-32 {
    margin-left: 32%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-32 {
    margin-left: 32%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-32 {
    margin-left: 32%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-32 {
    margin-left: 32%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-32 {
    margin-left: 32%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-32 {
    margin-left: 32%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-32 {
    margin-left: 32%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-32 {
    margin-left: 32%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-32 {
    margin-left: 32%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-32 {
    margin-left: 32%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-32 {
    margin-left: 32%;
  }
}
.offset-all-33 {
  margin-left: 33%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-33 {
    margin-left: 33%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-33 {
    margin-left: 33%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-33 {
    margin-left: 33%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-33 {
    margin-left: 33%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-33 {
    margin-left: 33%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-33 {
    margin-left: 33%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-33 {
    margin-left: 33%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-33 {
    margin-left: 33%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-33 {
    margin-left: 33%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-33 {
    margin-left: 33%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-33 {
    margin-left: 33%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-33 {
    margin-left: 33%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-33 {
    margin-left: 33%;
  }
}
.offset-all-34 {
  margin-left: 34%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-34 {
    margin-left: 34%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-34 {
    margin-left: 34%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-34 {
    margin-left: 34%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-34 {
    margin-left: 34%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-34 {
    margin-left: 34%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-34 {
    margin-left: 34%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-34 {
    margin-left: 34%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-34 {
    margin-left: 34%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-34 {
    margin-left: 34%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-34 {
    margin-left: 34%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-34 {
    margin-left: 34%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-34 {
    margin-left: 34%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-34 {
    margin-left: 34%;
  }
}
.offset-all-35 {
  margin-left: 35%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-35 {
    margin-left: 35%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-35 {
    margin-left: 35%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-35 {
    margin-left: 35%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-35 {
    margin-left: 35%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-35 {
    margin-left: 35%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-35 {
    margin-left: 35%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-35 {
    margin-left: 35%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-35 {
    margin-left: 35%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-35 {
    margin-left: 35%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-35 {
    margin-left: 35%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-35 {
    margin-left: 35%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-35 {
    margin-left: 35%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-35 {
    margin-left: 35%;
  }
}
.offset-all-36 {
  margin-left: 36%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-36 {
    margin-left: 36%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-36 {
    margin-left: 36%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-36 {
    margin-left: 36%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-36 {
    margin-left: 36%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-36 {
    margin-left: 36%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-36 {
    margin-left: 36%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-36 {
    margin-left: 36%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-36 {
    margin-left: 36%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-36 {
    margin-left: 36%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-36 {
    margin-left: 36%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-36 {
    margin-left: 36%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-36 {
    margin-left: 36%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-36 {
    margin-left: 36%;
  }
}
.offset-all-37 {
  margin-left: 37%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-37 {
    margin-left: 37%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-37 {
    margin-left: 37%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-37 {
    margin-left: 37%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-37 {
    margin-left: 37%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-37 {
    margin-left: 37%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-37 {
    margin-left: 37%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-37 {
    margin-left: 37%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-37 {
    margin-left: 37%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-37 {
    margin-left: 37%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-37 {
    margin-left: 37%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-37 {
    margin-left: 37%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-37 {
    margin-left: 37%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-37 {
    margin-left: 37%;
  }
}
.offset-all-38 {
  margin-left: 38%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-38 {
    margin-left: 38%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-38 {
    margin-left: 38%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-38 {
    margin-left: 38%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-38 {
    margin-left: 38%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-38 {
    margin-left: 38%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-38 {
    margin-left: 38%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-38 {
    margin-left: 38%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-38 {
    margin-left: 38%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-38 {
    margin-left: 38%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-38 {
    margin-left: 38%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-38 {
    margin-left: 38%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-38 {
    margin-left: 38%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-38 {
    margin-left: 38%;
  }
}
.offset-all-39 {
  margin-left: 39%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-39 {
    margin-left: 39%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-39 {
    margin-left: 39%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-39 {
    margin-left: 39%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-39 {
    margin-left: 39%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-39 {
    margin-left: 39%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-39 {
    margin-left: 39%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-39 {
    margin-left: 39%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-39 {
    margin-left: 39%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-39 {
    margin-left: 39%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-39 {
    margin-left: 39%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-39 {
    margin-left: 39%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-39 {
    margin-left: 39%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-39 {
    margin-left: 39%;
  }
}
.offset-all-40 {
  margin-left: 40%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-40 {
    margin-left: 40%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-40 {
    margin-left: 40%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-40 {
    margin-left: 40%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-40 {
    margin-left: 40%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-40 {
    margin-left: 40%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-40 {
    margin-left: 40%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-40 {
    margin-left: 40%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-40 {
    margin-left: 40%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-40 {
    margin-left: 40%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-40 {
    margin-left: 40%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-40 {
    margin-left: 40%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-40 {
    margin-left: 40%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-40 {
    margin-left: 40%;
  }
}
.offset-all-41 {
  margin-left: 41%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-41 {
    margin-left: 41%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-41 {
    margin-left: 41%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-41 {
    margin-left: 41%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-41 {
    margin-left: 41%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-41 {
    margin-left: 41%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-41 {
    margin-left: 41%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-41 {
    margin-left: 41%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-41 {
    margin-left: 41%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-41 {
    margin-left: 41%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-41 {
    margin-left: 41%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-41 {
    margin-left: 41%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-41 {
    margin-left: 41%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-41 {
    margin-left: 41%;
  }
}
.offset-all-42 {
  margin-left: 42%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-42 {
    margin-left: 42%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-42 {
    margin-left: 42%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-42 {
    margin-left: 42%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-42 {
    margin-left: 42%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-42 {
    margin-left: 42%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-42 {
    margin-left: 42%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-42 {
    margin-left: 42%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-42 {
    margin-left: 42%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-42 {
    margin-left: 42%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-42 {
    margin-left: 42%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-42 {
    margin-left: 42%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-42 {
    margin-left: 42%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-42 {
    margin-left: 42%;
  }
}
.offset-all-43 {
  margin-left: 43%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-43 {
    margin-left: 43%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-43 {
    margin-left: 43%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-43 {
    margin-left: 43%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-43 {
    margin-left: 43%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-43 {
    margin-left: 43%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-43 {
    margin-left: 43%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-43 {
    margin-left: 43%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-43 {
    margin-left: 43%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-43 {
    margin-left: 43%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-43 {
    margin-left: 43%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-43 {
    margin-left: 43%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-43 {
    margin-left: 43%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-43 {
    margin-left: 43%;
  }
}
.offset-all-44 {
  margin-left: 44%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-44 {
    margin-left: 44%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-44 {
    margin-left: 44%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-44 {
    margin-left: 44%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-44 {
    margin-left: 44%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-44 {
    margin-left: 44%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-44 {
    margin-left: 44%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-44 {
    margin-left: 44%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-44 {
    margin-left: 44%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-44 {
    margin-left: 44%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-44 {
    margin-left: 44%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-44 {
    margin-left: 44%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-44 {
    margin-left: 44%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-44 {
    margin-left: 44%;
  }
}
.offset-all-45 {
  margin-left: 45%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-45 {
    margin-left: 45%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-45 {
    margin-left: 45%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-45 {
    margin-left: 45%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-45 {
    margin-left: 45%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-45 {
    margin-left: 45%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-45 {
    margin-left: 45%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-45 {
    margin-left: 45%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-45 {
    margin-left: 45%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-45 {
    margin-left: 45%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-45 {
    margin-left: 45%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-45 {
    margin-left: 45%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-45 {
    margin-left: 45%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-45 {
    margin-left: 45%;
  }
}
.offset-all-46 {
  margin-left: 46%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-46 {
    margin-left: 46%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-46 {
    margin-left: 46%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-46 {
    margin-left: 46%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-46 {
    margin-left: 46%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-46 {
    margin-left: 46%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-46 {
    margin-left: 46%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-46 {
    margin-left: 46%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-46 {
    margin-left: 46%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-46 {
    margin-left: 46%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-46 {
    margin-left: 46%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-46 {
    margin-left: 46%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-46 {
    margin-left: 46%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-46 {
    margin-left: 46%;
  }
}
.offset-all-47 {
  margin-left: 47%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-47 {
    margin-left: 47%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-47 {
    margin-left: 47%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-47 {
    margin-left: 47%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-47 {
    margin-left: 47%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-47 {
    margin-left: 47%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-47 {
    margin-left: 47%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-47 {
    margin-left: 47%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-47 {
    margin-left: 47%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-47 {
    margin-left: 47%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-47 {
    margin-left: 47%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-47 {
    margin-left: 47%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-47 {
    margin-left: 47%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-47 {
    margin-left: 47%;
  }
}
.offset-all-48 {
  margin-left: 48%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-48 {
    margin-left: 48%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-48 {
    margin-left: 48%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-48 {
    margin-left: 48%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-48 {
    margin-left: 48%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-48 {
    margin-left: 48%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-48 {
    margin-left: 48%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-48 {
    margin-left: 48%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-48 {
    margin-left: 48%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-48 {
    margin-left: 48%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-48 {
    margin-left: 48%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-48 {
    margin-left: 48%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-48 {
    margin-left: 48%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-48 {
    margin-left: 48%;
  }
}
.offset-all-49 {
  margin-left: 49%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-49 {
    margin-left: 49%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-49 {
    margin-left: 49%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-49 {
    margin-left: 49%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-49 {
    margin-left: 49%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-49 {
    margin-left: 49%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-49 {
    margin-left: 49%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-49 {
    margin-left: 49%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-49 {
    margin-left: 49%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-49 {
    margin-left: 49%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-49 {
    margin-left: 49%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-49 {
    margin-left: 49%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-49 {
    margin-left: 49%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-49 {
    margin-left: 49%;
  }
}
.offset-all-50 {
  margin-left: 50%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-50 {
    margin-left: 50%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-50 {
    margin-left: 50%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-50 {
    margin-left: 50%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-50 {
    margin-left: 50%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-50 {
    margin-left: 50%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-50 {
    margin-left: 50%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-50 {
    margin-left: 50%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-50 {
    margin-left: 50%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-50 {
    margin-left: 50%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-50 {
    margin-left: 50%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-50 {
    margin-left: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-50 {
    margin-left: 50%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-50 {
    margin-left: 50%;
  }
}
.offset-all-51 {
  margin-left: 51%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-51 {
    margin-left: 51%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-51 {
    margin-left: 51%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-51 {
    margin-left: 51%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-51 {
    margin-left: 51%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-51 {
    margin-left: 51%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-51 {
    margin-left: 51%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-51 {
    margin-left: 51%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-51 {
    margin-left: 51%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-51 {
    margin-left: 51%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-51 {
    margin-left: 51%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-51 {
    margin-left: 51%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-51 {
    margin-left: 51%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-51 {
    margin-left: 51%;
  }
}
.offset-all-52 {
  margin-left: 52%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-52 {
    margin-left: 52%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-52 {
    margin-left: 52%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-52 {
    margin-left: 52%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-52 {
    margin-left: 52%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-52 {
    margin-left: 52%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-52 {
    margin-left: 52%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-52 {
    margin-left: 52%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-52 {
    margin-left: 52%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-52 {
    margin-left: 52%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-52 {
    margin-left: 52%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-52 {
    margin-left: 52%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-52 {
    margin-left: 52%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-52 {
    margin-left: 52%;
  }
}
.offset-all-53 {
  margin-left: 53%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-53 {
    margin-left: 53%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-53 {
    margin-left: 53%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-53 {
    margin-left: 53%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-53 {
    margin-left: 53%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-53 {
    margin-left: 53%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-53 {
    margin-left: 53%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-53 {
    margin-left: 53%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-53 {
    margin-left: 53%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-53 {
    margin-left: 53%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-53 {
    margin-left: 53%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-53 {
    margin-left: 53%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-53 {
    margin-left: 53%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-53 {
    margin-left: 53%;
  }
}
.offset-all-54 {
  margin-left: 54%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-54 {
    margin-left: 54%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-54 {
    margin-left: 54%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-54 {
    margin-left: 54%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-54 {
    margin-left: 54%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-54 {
    margin-left: 54%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-54 {
    margin-left: 54%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-54 {
    margin-left: 54%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-54 {
    margin-left: 54%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-54 {
    margin-left: 54%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-54 {
    margin-left: 54%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-54 {
    margin-left: 54%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-54 {
    margin-left: 54%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-54 {
    margin-left: 54%;
  }
}
.offset-all-55 {
  margin-left: 55%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-55 {
    margin-left: 55%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-55 {
    margin-left: 55%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-55 {
    margin-left: 55%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-55 {
    margin-left: 55%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-55 {
    margin-left: 55%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-55 {
    margin-left: 55%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-55 {
    margin-left: 55%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-55 {
    margin-left: 55%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-55 {
    margin-left: 55%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-55 {
    margin-left: 55%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-55 {
    margin-left: 55%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-55 {
    margin-left: 55%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-55 {
    margin-left: 55%;
  }
}
.offset-all-56 {
  margin-left: 56%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-56 {
    margin-left: 56%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-56 {
    margin-left: 56%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-56 {
    margin-left: 56%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-56 {
    margin-left: 56%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-56 {
    margin-left: 56%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-56 {
    margin-left: 56%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-56 {
    margin-left: 56%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-56 {
    margin-left: 56%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-56 {
    margin-left: 56%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-56 {
    margin-left: 56%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-56 {
    margin-left: 56%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-56 {
    margin-left: 56%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-56 {
    margin-left: 56%;
  }
}
.offset-all-57 {
  margin-left: 57%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-57 {
    margin-left: 57%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-57 {
    margin-left: 57%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-57 {
    margin-left: 57%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-57 {
    margin-left: 57%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-57 {
    margin-left: 57%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-57 {
    margin-left: 57%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-57 {
    margin-left: 57%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-57 {
    margin-left: 57%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-57 {
    margin-left: 57%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-57 {
    margin-left: 57%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-57 {
    margin-left: 57%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-57 {
    margin-left: 57%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-57 {
    margin-left: 57%;
  }
}
.offset-all-58 {
  margin-left: 58%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-58 {
    margin-left: 58%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-58 {
    margin-left: 58%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-58 {
    margin-left: 58%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-58 {
    margin-left: 58%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-58 {
    margin-left: 58%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-58 {
    margin-left: 58%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-58 {
    margin-left: 58%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-58 {
    margin-left: 58%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-58 {
    margin-left: 58%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-58 {
    margin-left: 58%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-58 {
    margin-left: 58%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-58 {
    margin-left: 58%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-58 {
    margin-left: 58%;
  }
}
.offset-all-59 {
  margin-left: 59%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-59 {
    margin-left: 59%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-59 {
    margin-left: 59%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-59 {
    margin-left: 59%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-59 {
    margin-left: 59%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-59 {
    margin-left: 59%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-59 {
    margin-left: 59%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-59 {
    margin-left: 59%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-59 {
    margin-left: 59%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-59 {
    margin-left: 59%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-59 {
    margin-left: 59%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-59 {
    margin-left: 59%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-59 {
    margin-left: 59%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-59 {
    margin-left: 59%;
  }
}
.offset-all-60 {
  margin-left: 60%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-60 {
    margin-left: 60%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-60 {
    margin-left: 60%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-60 {
    margin-left: 60%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-60 {
    margin-left: 60%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-60 {
    margin-left: 60%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-60 {
    margin-left: 60%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-60 {
    margin-left: 60%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-60 {
    margin-left: 60%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-60 {
    margin-left: 60%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-60 {
    margin-left: 60%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-60 {
    margin-left: 60%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-60 {
    margin-left: 60%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-60 {
    margin-left: 60%;
  }
}
.offset-all-61 {
  margin-left: 61%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-61 {
    margin-left: 61%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-61 {
    margin-left: 61%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-61 {
    margin-left: 61%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-61 {
    margin-left: 61%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-61 {
    margin-left: 61%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-61 {
    margin-left: 61%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-61 {
    margin-left: 61%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-61 {
    margin-left: 61%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-61 {
    margin-left: 61%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-61 {
    margin-left: 61%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-61 {
    margin-left: 61%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-61 {
    margin-left: 61%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-61 {
    margin-left: 61%;
  }
}
.offset-all-62 {
  margin-left: 62%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-62 {
    margin-left: 62%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-62 {
    margin-left: 62%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-62 {
    margin-left: 62%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-62 {
    margin-left: 62%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-62 {
    margin-left: 62%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-62 {
    margin-left: 62%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-62 {
    margin-left: 62%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-62 {
    margin-left: 62%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-62 {
    margin-left: 62%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-62 {
    margin-left: 62%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-62 {
    margin-left: 62%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-62 {
    margin-left: 62%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-62 {
    margin-left: 62%;
  }
}
.offset-all-63 {
  margin-left: 63%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-63 {
    margin-left: 63%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-63 {
    margin-left: 63%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-63 {
    margin-left: 63%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-63 {
    margin-left: 63%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-63 {
    margin-left: 63%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-63 {
    margin-left: 63%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-63 {
    margin-left: 63%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-63 {
    margin-left: 63%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-63 {
    margin-left: 63%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-63 {
    margin-left: 63%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-63 {
    margin-left: 63%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-63 {
    margin-left: 63%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-63 {
    margin-left: 63%;
  }
}
.offset-all-64 {
  margin-left: 64%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-64 {
    margin-left: 64%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-64 {
    margin-left: 64%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-64 {
    margin-left: 64%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-64 {
    margin-left: 64%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-64 {
    margin-left: 64%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-64 {
    margin-left: 64%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-64 {
    margin-left: 64%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-64 {
    margin-left: 64%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-64 {
    margin-left: 64%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-64 {
    margin-left: 64%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-64 {
    margin-left: 64%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-64 {
    margin-left: 64%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-64 {
    margin-left: 64%;
  }
}
.offset-all-65 {
  margin-left: 65%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-65 {
    margin-left: 65%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-65 {
    margin-left: 65%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-65 {
    margin-left: 65%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-65 {
    margin-left: 65%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-65 {
    margin-left: 65%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-65 {
    margin-left: 65%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-65 {
    margin-left: 65%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-65 {
    margin-left: 65%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-65 {
    margin-left: 65%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-65 {
    margin-left: 65%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-65 {
    margin-left: 65%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-65 {
    margin-left: 65%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-65 {
    margin-left: 65%;
  }
}
.offset-all-66 {
  margin-left: 66%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-66 {
    margin-left: 66%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-66 {
    margin-left: 66%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-66 {
    margin-left: 66%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-66 {
    margin-left: 66%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-66 {
    margin-left: 66%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-66 {
    margin-left: 66%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-66 {
    margin-left: 66%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-66 {
    margin-left: 66%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-66 {
    margin-left: 66%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-66 {
    margin-left: 66%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-66 {
    margin-left: 66%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-66 {
    margin-left: 66%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-66 {
    margin-left: 66%;
  }
}
.offset-all-67 {
  margin-left: 67%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-67 {
    margin-left: 67%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-67 {
    margin-left: 67%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-67 {
    margin-left: 67%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-67 {
    margin-left: 67%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-67 {
    margin-left: 67%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-67 {
    margin-left: 67%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-67 {
    margin-left: 67%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-67 {
    margin-left: 67%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-67 {
    margin-left: 67%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-67 {
    margin-left: 67%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-67 {
    margin-left: 67%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-67 {
    margin-left: 67%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-67 {
    margin-left: 67%;
  }
}
.offset-all-68 {
  margin-left: 68%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-68 {
    margin-left: 68%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-68 {
    margin-left: 68%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-68 {
    margin-left: 68%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-68 {
    margin-left: 68%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-68 {
    margin-left: 68%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-68 {
    margin-left: 68%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-68 {
    margin-left: 68%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-68 {
    margin-left: 68%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-68 {
    margin-left: 68%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-68 {
    margin-left: 68%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-68 {
    margin-left: 68%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-68 {
    margin-left: 68%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-68 {
    margin-left: 68%;
  }
}
.offset-all-69 {
  margin-left: 69%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-69 {
    margin-left: 69%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-69 {
    margin-left: 69%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-69 {
    margin-left: 69%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-69 {
    margin-left: 69%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-69 {
    margin-left: 69%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-69 {
    margin-left: 69%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-69 {
    margin-left: 69%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-69 {
    margin-left: 69%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-69 {
    margin-left: 69%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-69 {
    margin-left: 69%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-69 {
    margin-left: 69%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-69 {
    margin-left: 69%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-69 {
    margin-left: 69%;
  }
}
.offset-all-70 {
  margin-left: 70%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-70 {
    margin-left: 70%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-70 {
    margin-left: 70%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-70 {
    margin-left: 70%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-70 {
    margin-left: 70%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-70 {
    margin-left: 70%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-70 {
    margin-left: 70%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-70 {
    margin-left: 70%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-70 {
    margin-left: 70%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-70 {
    margin-left: 70%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-70 {
    margin-left: 70%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-70 {
    margin-left: 70%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-70 {
    margin-left: 70%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-70 {
    margin-left: 70%;
  }
}
.offset-all-71 {
  margin-left: 71%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-71 {
    margin-left: 71%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-71 {
    margin-left: 71%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-71 {
    margin-left: 71%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-71 {
    margin-left: 71%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-71 {
    margin-left: 71%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-71 {
    margin-left: 71%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-71 {
    margin-left: 71%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-71 {
    margin-left: 71%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-71 {
    margin-left: 71%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-71 {
    margin-left: 71%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-71 {
    margin-left: 71%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-71 {
    margin-left: 71%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-71 {
    margin-left: 71%;
  }
}
.offset-all-72 {
  margin-left: 72%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-72 {
    margin-left: 72%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-72 {
    margin-left: 72%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-72 {
    margin-left: 72%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-72 {
    margin-left: 72%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-72 {
    margin-left: 72%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-72 {
    margin-left: 72%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-72 {
    margin-left: 72%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-72 {
    margin-left: 72%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-72 {
    margin-left: 72%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-72 {
    margin-left: 72%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-72 {
    margin-left: 72%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-72 {
    margin-left: 72%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-72 {
    margin-left: 72%;
  }
}
.offset-all-73 {
  margin-left: 73%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-73 {
    margin-left: 73%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-73 {
    margin-left: 73%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-73 {
    margin-left: 73%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-73 {
    margin-left: 73%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-73 {
    margin-left: 73%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-73 {
    margin-left: 73%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-73 {
    margin-left: 73%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-73 {
    margin-left: 73%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-73 {
    margin-left: 73%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-73 {
    margin-left: 73%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-73 {
    margin-left: 73%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-73 {
    margin-left: 73%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-73 {
    margin-left: 73%;
  }
}
.offset-all-74 {
  margin-left: 74%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-74 {
    margin-left: 74%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-74 {
    margin-left: 74%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-74 {
    margin-left: 74%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-74 {
    margin-left: 74%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-74 {
    margin-left: 74%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-74 {
    margin-left: 74%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-74 {
    margin-left: 74%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-74 {
    margin-left: 74%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-74 {
    margin-left: 74%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-74 {
    margin-left: 74%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-74 {
    margin-left: 74%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-74 {
    margin-left: 74%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-74 {
    margin-left: 74%;
  }
}
.offset-all-75 {
  margin-left: 75%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-75 {
    margin-left: 75%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-75 {
    margin-left: 75%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-75 {
    margin-left: 75%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-75 {
    margin-left: 75%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-75 {
    margin-left: 75%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-75 {
    margin-left: 75%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-75 {
    margin-left: 75%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-75 {
    margin-left: 75%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-75 {
    margin-left: 75%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-75 {
    margin-left: 75%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-75 {
    margin-left: 75%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-75 {
    margin-left: 75%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-75 {
    margin-left: 75%;
  }
}
.offset-all-76 {
  margin-left: 76%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-76 {
    margin-left: 76%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-76 {
    margin-left: 76%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-76 {
    margin-left: 76%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-76 {
    margin-left: 76%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-76 {
    margin-left: 76%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-76 {
    margin-left: 76%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-76 {
    margin-left: 76%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-76 {
    margin-left: 76%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-76 {
    margin-left: 76%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-76 {
    margin-left: 76%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-76 {
    margin-left: 76%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-76 {
    margin-left: 76%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-76 {
    margin-left: 76%;
  }
}
.offset-all-77 {
  margin-left: 77%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-77 {
    margin-left: 77%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-77 {
    margin-left: 77%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-77 {
    margin-left: 77%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-77 {
    margin-left: 77%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-77 {
    margin-left: 77%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-77 {
    margin-left: 77%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-77 {
    margin-left: 77%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-77 {
    margin-left: 77%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-77 {
    margin-left: 77%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-77 {
    margin-left: 77%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-77 {
    margin-left: 77%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-77 {
    margin-left: 77%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-77 {
    margin-left: 77%;
  }
}
.offset-all-78 {
  margin-left: 78%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-78 {
    margin-left: 78%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-78 {
    margin-left: 78%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-78 {
    margin-left: 78%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-78 {
    margin-left: 78%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-78 {
    margin-left: 78%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-78 {
    margin-left: 78%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-78 {
    margin-left: 78%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-78 {
    margin-left: 78%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-78 {
    margin-left: 78%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-78 {
    margin-left: 78%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-78 {
    margin-left: 78%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-78 {
    margin-left: 78%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-78 {
    margin-left: 78%;
  }
}
.offset-all-79 {
  margin-left: 79%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-79 {
    margin-left: 79%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-79 {
    margin-left: 79%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-79 {
    margin-left: 79%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-79 {
    margin-left: 79%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-79 {
    margin-left: 79%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-79 {
    margin-left: 79%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-79 {
    margin-left: 79%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-79 {
    margin-left: 79%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-79 {
    margin-left: 79%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-79 {
    margin-left: 79%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-79 {
    margin-left: 79%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-79 {
    margin-left: 79%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-79 {
    margin-left: 79%;
  }
}
.offset-all-80 {
  margin-left: 80%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-80 {
    margin-left: 80%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-80 {
    margin-left: 80%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-80 {
    margin-left: 80%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-80 {
    margin-left: 80%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-80 {
    margin-left: 80%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-80 {
    margin-left: 80%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-80 {
    margin-left: 80%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-80 {
    margin-left: 80%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-80 {
    margin-left: 80%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-80 {
    margin-left: 80%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-80 {
    margin-left: 80%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-80 {
    margin-left: 80%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-80 {
    margin-left: 80%;
  }
}
.offset-all-81 {
  margin-left: 81%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-81 {
    margin-left: 81%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-81 {
    margin-left: 81%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-81 {
    margin-left: 81%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-81 {
    margin-left: 81%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-81 {
    margin-left: 81%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-81 {
    margin-left: 81%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-81 {
    margin-left: 81%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-81 {
    margin-left: 81%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-81 {
    margin-left: 81%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-81 {
    margin-left: 81%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-81 {
    margin-left: 81%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-81 {
    margin-left: 81%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-81 {
    margin-left: 81%;
  }
}
.offset-all-82 {
  margin-left: 82%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-82 {
    margin-left: 82%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-82 {
    margin-left: 82%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-82 {
    margin-left: 82%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-82 {
    margin-left: 82%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-82 {
    margin-left: 82%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-82 {
    margin-left: 82%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-82 {
    margin-left: 82%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-82 {
    margin-left: 82%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-82 {
    margin-left: 82%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-82 {
    margin-left: 82%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-82 {
    margin-left: 82%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-82 {
    margin-left: 82%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-82 {
    margin-left: 82%;
  }
}
.offset-all-83 {
  margin-left: 83%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-83 {
    margin-left: 83%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-83 {
    margin-left: 83%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-83 {
    margin-left: 83%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-83 {
    margin-left: 83%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-83 {
    margin-left: 83%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-83 {
    margin-left: 83%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-83 {
    margin-left: 83%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-83 {
    margin-left: 83%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-83 {
    margin-left: 83%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-83 {
    margin-left: 83%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-83 {
    margin-left: 83%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-83 {
    margin-left: 83%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-83 {
    margin-left: 83%;
  }
}
.offset-all-84 {
  margin-left: 84%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-84 {
    margin-left: 84%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-84 {
    margin-left: 84%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-84 {
    margin-left: 84%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-84 {
    margin-left: 84%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-84 {
    margin-left: 84%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-84 {
    margin-left: 84%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-84 {
    margin-left: 84%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-84 {
    margin-left: 84%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-84 {
    margin-left: 84%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-84 {
    margin-left: 84%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-84 {
    margin-left: 84%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-84 {
    margin-left: 84%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-84 {
    margin-left: 84%;
  }
}
.offset-all-85 {
  margin-left: 85%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-85 {
    margin-left: 85%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-85 {
    margin-left: 85%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-85 {
    margin-left: 85%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-85 {
    margin-left: 85%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-85 {
    margin-left: 85%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-85 {
    margin-left: 85%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-85 {
    margin-left: 85%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-85 {
    margin-left: 85%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-85 {
    margin-left: 85%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-85 {
    margin-left: 85%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-85 {
    margin-left: 85%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-85 {
    margin-left: 85%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-85 {
    margin-left: 85%;
  }
}
.offset-all-86 {
  margin-left: 86%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-86 {
    margin-left: 86%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-86 {
    margin-left: 86%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-86 {
    margin-left: 86%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-86 {
    margin-left: 86%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-86 {
    margin-left: 86%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-86 {
    margin-left: 86%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-86 {
    margin-left: 86%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-86 {
    margin-left: 86%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-86 {
    margin-left: 86%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-86 {
    margin-left: 86%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-86 {
    margin-left: 86%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-86 {
    margin-left: 86%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-86 {
    margin-left: 86%;
  }
}
.offset-all-87 {
  margin-left: 87%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-87 {
    margin-left: 87%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-87 {
    margin-left: 87%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-87 {
    margin-left: 87%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-87 {
    margin-left: 87%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-87 {
    margin-left: 87%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-87 {
    margin-left: 87%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-87 {
    margin-left: 87%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-87 {
    margin-left: 87%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-87 {
    margin-left: 87%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-87 {
    margin-left: 87%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-87 {
    margin-left: 87%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-87 {
    margin-left: 87%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-87 {
    margin-left: 87%;
  }
}
.offset-all-88 {
  margin-left: 88%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-88 {
    margin-left: 88%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-88 {
    margin-left: 88%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-88 {
    margin-left: 88%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-88 {
    margin-left: 88%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-88 {
    margin-left: 88%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-88 {
    margin-left: 88%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-88 {
    margin-left: 88%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-88 {
    margin-left: 88%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-88 {
    margin-left: 88%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-88 {
    margin-left: 88%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-88 {
    margin-left: 88%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-88 {
    margin-left: 88%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-88 {
    margin-left: 88%;
  }
}
.offset-all-89 {
  margin-left: 89%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-89 {
    margin-left: 89%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-89 {
    margin-left: 89%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-89 {
    margin-left: 89%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-89 {
    margin-left: 89%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-89 {
    margin-left: 89%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-89 {
    margin-left: 89%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-89 {
    margin-left: 89%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-89 {
    margin-left: 89%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-89 {
    margin-left: 89%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-89 {
    margin-left: 89%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-89 {
    margin-left: 89%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-89 {
    margin-left: 89%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-89 {
    margin-left: 89%;
  }
}
.offset-all-90 {
  margin-left: 90%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-90 {
    margin-left: 90%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-90 {
    margin-left: 90%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-90 {
    margin-left: 90%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-90 {
    margin-left: 90%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-90 {
    margin-left: 90%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-90 {
    margin-left: 90%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-90 {
    margin-left: 90%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-90 {
    margin-left: 90%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-90 {
    margin-left: 90%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-90 {
    margin-left: 90%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-90 {
    margin-left: 90%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-90 {
    margin-left: 90%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-90 {
    margin-left: 90%;
  }
}
.offset-all-91 {
  margin-left: 91%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-91 {
    margin-left: 91%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-91 {
    margin-left: 91%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-91 {
    margin-left: 91%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-91 {
    margin-left: 91%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-91 {
    margin-left: 91%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-91 {
    margin-left: 91%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-91 {
    margin-left: 91%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-91 {
    margin-left: 91%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-91 {
    margin-left: 91%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-91 {
    margin-left: 91%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-91 {
    margin-left: 91%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-91 {
    margin-left: 91%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-91 {
    margin-left: 91%;
  }
}
.offset-all-92 {
  margin-left: 92%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-92 {
    margin-left: 92%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-92 {
    margin-left: 92%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-92 {
    margin-left: 92%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-92 {
    margin-left: 92%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-92 {
    margin-left: 92%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-92 {
    margin-left: 92%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-92 {
    margin-left: 92%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-92 {
    margin-left: 92%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-92 {
    margin-left: 92%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-92 {
    margin-left: 92%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-92 {
    margin-left: 92%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-92 {
    margin-left: 92%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-92 {
    margin-left: 92%;
  }
}
.offset-all-93 {
  margin-left: 93%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-93 {
    margin-left: 93%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-93 {
    margin-left: 93%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-93 {
    margin-left: 93%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-93 {
    margin-left: 93%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-93 {
    margin-left: 93%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-93 {
    margin-left: 93%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-93 {
    margin-left: 93%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-93 {
    margin-left: 93%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-93 {
    margin-left: 93%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-93 {
    margin-left: 93%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-93 {
    margin-left: 93%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-93 {
    margin-left: 93%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-93 {
    margin-left: 93%;
  }
}
.offset-all-94 {
  margin-left: 94%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-94 {
    margin-left: 94%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-94 {
    margin-left: 94%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-94 {
    margin-left: 94%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-94 {
    margin-left: 94%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-94 {
    margin-left: 94%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-94 {
    margin-left: 94%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-94 {
    margin-left: 94%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-94 {
    margin-left: 94%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-94 {
    margin-left: 94%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-94 {
    margin-left: 94%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-94 {
    margin-left: 94%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-94 {
    margin-left: 94%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-94 {
    margin-left: 94%;
  }
}
.offset-all-95 {
  margin-left: 95%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-95 {
    margin-left: 95%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-95 {
    margin-left: 95%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-95 {
    margin-left: 95%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-95 {
    margin-left: 95%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-95 {
    margin-left: 95%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-95 {
    margin-left: 95%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-95 {
    margin-left: 95%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-95 {
    margin-left: 95%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-95 {
    margin-left: 95%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-95 {
    margin-left: 95%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-95 {
    margin-left: 95%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-95 {
    margin-left: 95%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-95 {
    margin-left: 95%;
  }
}
.offset-all-96 {
  margin-left: 96%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-96 {
    margin-left: 96%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-96 {
    margin-left: 96%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-96 {
    margin-left: 96%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-96 {
    margin-left: 96%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-96 {
    margin-left: 96%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-96 {
    margin-left: 96%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-96 {
    margin-left: 96%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-96 {
    margin-left: 96%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-96 {
    margin-left: 96%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-96 {
    margin-left: 96%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-96 {
    margin-left: 96%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-96 {
    margin-left: 96%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-96 {
    margin-left: 96%;
  }
}
.offset-all-97 {
  margin-left: 97%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-97 {
    margin-left: 97%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-97 {
    margin-left: 97%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-97 {
    margin-left: 97%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-97 {
    margin-left: 97%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-97 {
    margin-left: 97%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-97 {
    margin-left: 97%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-97 {
    margin-left: 97%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-97 {
    margin-left: 97%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-97 {
    margin-left: 97%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-97 {
    margin-left: 97%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-97 {
    margin-left: 97%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-97 {
    margin-left: 97%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-97 {
    margin-left: 97%;
  }
}
.offset-all-98 {
  margin-left: 98%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-98 {
    margin-left: 98%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-98 {
    margin-left: 98%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-98 {
    margin-left: 98%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-98 {
    margin-left: 98%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-98 {
    margin-left: 98%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-98 {
    margin-left: 98%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-98 {
    margin-left: 98%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-98 {
    margin-left: 98%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-98 {
    margin-left: 98%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-98 {
    margin-left: 98%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-98 {
    margin-left: 98%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-98 {
    margin-left: 98%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-98 {
    margin-left: 98%;
  }
}
.offset-all-99 {
  margin-left: 99%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-99 {
    margin-left: 99%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-99 {
    margin-left: 99%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-99 {
    margin-left: 99%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-99 {
    margin-left: 99%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-99 {
    margin-left: 99%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-99 {
    margin-left: 99%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-99 {
    margin-left: 99%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-99 {
    margin-left: 99%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-99 {
    margin-left: 99%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-99 {
    margin-left: 99%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-99 {
    margin-left: 99%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-99 {
    margin-left: 99%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-99 {
    margin-left: 99%;
  }
}
.offset-all-100 {
  margin-left: 100%;
}
@media screen and (max-width: 599.98px) {
  .offset-xs-100 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .offset-sm-100 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .offset-md-100 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .offset-lg-100 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .offset-xl-100 {
    margin-left: 100%;
  }
}
@media screen and (max-width: 599.98px) {
  .offset-ltSm-100 {
    margin-left: 100%;
  }
}
@media screen and (max-width: 959.98px) {
  .offset-ltMd-100 {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1279.98px) {
  .offset-ltLg-100 {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1919.98px) {
  .offset-ltXl-100 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 600px) {
  .offset-gtXs-100 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 960px) {
  .offset-gtSm-100 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .offset-gtMd-100 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .offset-gtLg-100 {
    margin-left: 100%;
  }
}
.order-all-1 {
  order: 1;
}
@media screen and (max-width: 599.98px) {
  .order-xs-1 {
    order: 1;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-1 {
    order: 1;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-1 {
    order: 1;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-1 {
    order: 1;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-1 {
    order: 1;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-1 {
    order: 1;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-1 {
    order: 1;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-1 {
    order: 1;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-1 {
    order: 1;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-1 {
    order: 1;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-1 {
    order: 1;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-1 {
    order: 1;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-1 {
    order: 1;
  }
}
.order-all-2 {
  order: 2;
}
@media screen and (max-width: 599.98px) {
  .order-xs-2 {
    order: 2;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-2 {
    order: 2;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-2 {
    order: 2;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-2 {
    order: 2;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-2 {
    order: 2;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-2 {
    order: 2;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-2 {
    order: 2;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-2 {
    order: 2;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-2 {
    order: 2;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-2 {
    order: 2;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-2 {
    order: 2;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-2 {
    order: 2;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-2 {
    order: 2;
  }
}
.order-all-3 {
  order: 3;
}
@media screen and (max-width: 599.98px) {
  .order-xs-3 {
    order: 3;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-3 {
    order: 3;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-3 {
    order: 3;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-3 {
    order: 3;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-3 {
    order: 3;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-3 {
    order: 3;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-3 {
    order: 3;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-3 {
    order: 3;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-3 {
    order: 3;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-3 {
    order: 3;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-3 {
    order: 3;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-3 {
    order: 3;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-3 {
    order: 3;
  }
}
.order-all-4 {
  order: 4;
}
@media screen and (max-width: 599.98px) {
  .order-xs-4 {
    order: 4;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-4 {
    order: 4;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-4 {
    order: 4;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-4 {
    order: 4;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-4 {
    order: 4;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-4 {
    order: 4;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-4 {
    order: 4;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-4 {
    order: 4;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-4 {
    order: 4;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-4 {
    order: 4;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-4 {
    order: 4;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-4 {
    order: 4;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-4 {
    order: 4;
  }
}
.order-all-5 {
  order: 5;
}
@media screen and (max-width: 599.98px) {
  .order-xs-5 {
    order: 5;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-5 {
    order: 5;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-5 {
    order: 5;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-5 {
    order: 5;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-5 {
    order: 5;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-5 {
    order: 5;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-5 {
    order: 5;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-5 {
    order: 5;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-5 {
    order: 5;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-5 {
    order: 5;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-5 {
    order: 5;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-5 {
    order: 5;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-5 {
    order: 5;
  }
}
.order-all-6 {
  order: 6;
}
@media screen and (max-width: 599.98px) {
  .order-xs-6 {
    order: 6;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-6 {
    order: 6;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-6 {
    order: 6;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-6 {
    order: 6;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-6 {
    order: 6;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-6 {
    order: 6;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-6 {
    order: 6;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-6 {
    order: 6;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-6 {
    order: 6;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-6 {
    order: 6;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-6 {
    order: 6;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-6 {
    order: 6;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-6 {
    order: 6;
  }
}
.order-all-7 {
  order: 7;
}
@media screen and (max-width: 599.98px) {
  .order-xs-7 {
    order: 7;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-7 {
    order: 7;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-7 {
    order: 7;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-7 {
    order: 7;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-7 {
    order: 7;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-7 {
    order: 7;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-7 {
    order: 7;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-7 {
    order: 7;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-7 {
    order: 7;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-7 {
    order: 7;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-7 {
    order: 7;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-7 {
    order: 7;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-7 {
    order: 7;
  }
}
.order-all-8 {
  order: 8;
}
@media screen and (max-width: 599.98px) {
  .order-xs-8 {
    order: 8;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-8 {
    order: 8;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-8 {
    order: 8;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-8 {
    order: 8;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-8 {
    order: 8;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-8 {
    order: 8;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-8 {
    order: 8;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-8 {
    order: 8;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-8 {
    order: 8;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-8 {
    order: 8;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-8 {
    order: 8;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-8 {
    order: 8;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-8 {
    order: 8;
  }
}
.order-all-9 {
  order: 9;
}
@media screen and (max-width: 599.98px) {
  .order-xs-9 {
    order: 9;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-9 {
    order: 9;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-9 {
    order: 9;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-9 {
    order: 9;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-9 {
    order: 9;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-9 {
    order: 9;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-9 {
    order: 9;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-9 {
    order: 9;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-9 {
    order: 9;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-9 {
    order: 9;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-9 {
    order: 9;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-9 {
    order: 9;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-9 {
    order: 9;
  }
}
.order-all-10 {
  order: 10;
}
@media screen and (max-width: 599.98px) {
  .order-xs-10 {
    order: 10;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-10 {
    order: 10;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-10 {
    order: 10;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-10 {
    order: 10;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-10 {
    order: 10;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-10 {
    order: 10;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-10 {
    order: 10;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-10 {
    order: 10;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-10 {
    order: 10;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-10 {
    order: 10;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-10 {
    order: 10;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-10 {
    order: 10;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-10 {
    order: 10;
  }
}
.order-all-11 {
  order: 11;
}
@media screen and (max-width: 599.98px) {
  .order-xs-11 {
    order: 11;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-11 {
    order: 11;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-11 {
    order: 11;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-11 {
    order: 11;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-11 {
    order: 11;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-11 {
    order: 11;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-11 {
    order: 11;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-11 {
    order: 11;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-11 {
    order: 11;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-11 {
    order: 11;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-11 {
    order: 11;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-11 {
    order: 11;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-11 {
    order: 11;
  }
}
.order-all-12 {
  order: 12;
}
@media screen and (max-width: 599.98px) {
  .order-xs-12 {
    order: 12;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-12 {
    order: 12;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-12 {
    order: 12;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-12 {
    order: 12;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-12 {
    order: 12;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-12 {
    order: 12;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-12 {
    order: 12;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-12 {
    order: 12;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-12 {
    order: 12;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-12 {
    order: 12;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-12 {
    order: 12;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-12 {
    order: 12;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-12 {
    order: 12;
  }
}
.order-all-13 {
  order: 13;
}
@media screen and (max-width: 599.98px) {
  .order-xs-13 {
    order: 13;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-13 {
    order: 13;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-13 {
    order: 13;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-13 {
    order: 13;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-13 {
    order: 13;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-13 {
    order: 13;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-13 {
    order: 13;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-13 {
    order: 13;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-13 {
    order: 13;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-13 {
    order: 13;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-13 {
    order: 13;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-13 {
    order: 13;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-13 {
    order: 13;
  }
}
.order-all-14 {
  order: 14;
}
@media screen and (max-width: 599.98px) {
  .order-xs-14 {
    order: 14;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-14 {
    order: 14;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-14 {
    order: 14;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-14 {
    order: 14;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-14 {
    order: 14;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-14 {
    order: 14;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-14 {
    order: 14;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-14 {
    order: 14;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-14 {
    order: 14;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-14 {
    order: 14;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-14 {
    order: 14;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-14 {
    order: 14;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-14 {
    order: 14;
  }
}
.order-all-15 {
  order: 15;
}
@media screen and (max-width: 599.98px) {
  .order-xs-15 {
    order: 15;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-15 {
    order: 15;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-15 {
    order: 15;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-15 {
    order: 15;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-15 {
    order: 15;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-15 {
    order: 15;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-15 {
    order: 15;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-15 {
    order: 15;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-15 {
    order: 15;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-15 {
    order: 15;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-15 {
    order: 15;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-15 {
    order: 15;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-15 {
    order: 15;
  }
}
.order-all-16 {
  order: 16;
}
@media screen and (max-width: 599.98px) {
  .order-xs-16 {
    order: 16;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-16 {
    order: 16;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-16 {
    order: 16;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-16 {
    order: 16;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-16 {
    order: 16;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-16 {
    order: 16;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-16 {
    order: 16;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-16 {
    order: 16;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-16 {
    order: 16;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-16 {
    order: 16;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-16 {
    order: 16;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-16 {
    order: 16;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-16 {
    order: 16;
  }
}
.order-all-17 {
  order: 17;
}
@media screen and (max-width: 599.98px) {
  .order-xs-17 {
    order: 17;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-17 {
    order: 17;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-17 {
    order: 17;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-17 {
    order: 17;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-17 {
    order: 17;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-17 {
    order: 17;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-17 {
    order: 17;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-17 {
    order: 17;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-17 {
    order: 17;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-17 {
    order: 17;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-17 {
    order: 17;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-17 {
    order: 17;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-17 {
    order: 17;
  }
}
.order-all-18 {
  order: 18;
}
@media screen and (max-width: 599.98px) {
  .order-xs-18 {
    order: 18;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-18 {
    order: 18;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-18 {
    order: 18;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-18 {
    order: 18;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-18 {
    order: 18;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-18 {
    order: 18;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-18 {
    order: 18;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-18 {
    order: 18;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-18 {
    order: 18;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-18 {
    order: 18;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-18 {
    order: 18;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-18 {
    order: 18;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-18 {
    order: 18;
  }
}
.order-all-19 {
  order: 19;
}
@media screen and (max-width: 599.98px) {
  .order-xs-19 {
    order: 19;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-19 {
    order: 19;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-19 {
    order: 19;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-19 {
    order: 19;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-19 {
    order: 19;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-19 {
    order: 19;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-19 {
    order: 19;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-19 {
    order: 19;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-19 {
    order: 19;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-19 {
    order: 19;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-19 {
    order: 19;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-19 {
    order: 19;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-19 {
    order: 19;
  }
}
.order-all-20 {
  order: 20;
}
@media screen and (max-width: 599.98px) {
  .order-xs-20 {
    order: 20;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-20 {
    order: 20;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-20 {
    order: 20;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-20 {
    order: 20;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-20 {
    order: 20;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-20 {
    order: 20;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-20 {
    order: 20;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-20 {
    order: 20;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-20 {
    order: 20;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-20 {
    order: 20;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-20 {
    order: 20;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-20 {
    order: 20;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-20 {
    order: 20;
  }
}
.order-all-21 {
  order: 21;
}
@media screen and (max-width: 599.98px) {
  .order-xs-21 {
    order: 21;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-21 {
    order: 21;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-21 {
    order: 21;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-21 {
    order: 21;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-21 {
    order: 21;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-21 {
    order: 21;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-21 {
    order: 21;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-21 {
    order: 21;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-21 {
    order: 21;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-21 {
    order: 21;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-21 {
    order: 21;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-21 {
    order: 21;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-21 {
    order: 21;
  }
}
.order-all-22 {
  order: 22;
}
@media screen and (max-width: 599.98px) {
  .order-xs-22 {
    order: 22;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-22 {
    order: 22;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-22 {
    order: 22;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-22 {
    order: 22;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-22 {
    order: 22;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-22 {
    order: 22;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-22 {
    order: 22;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-22 {
    order: 22;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-22 {
    order: 22;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-22 {
    order: 22;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-22 {
    order: 22;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-22 {
    order: 22;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-22 {
    order: 22;
  }
}
.order-all-23 {
  order: 23;
}
@media screen and (max-width: 599.98px) {
  .order-xs-23 {
    order: 23;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-23 {
    order: 23;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-23 {
    order: 23;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-23 {
    order: 23;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-23 {
    order: 23;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-23 {
    order: 23;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-23 {
    order: 23;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-23 {
    order: 23;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-23 {
    order: 23;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-23 {
    order: 23;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-23 {
    order: 23;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-23 {
    order: 23;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-23 {
    order: 23;
  }
}
.order-all-24 {
  order: 24;
}
@media screen and (max-width: 599.98px) {
  .order-xs-24 {
    order: 24;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-24 {
    order: 24;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-24 {
    order: 24;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-24 {
    order: 24;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-24 {
    order: 24;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-24 {
    order: 24;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-24 {
    order: 24;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-24 {
    order: 24;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-24 {
    order: 24;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-24 {
    order: 24;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-24 {
    order: 24;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-24 {
    order: 24;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-24 {
    order: 24;
  }
}
.order-all-25 {
  order: 25;
}
@media screen and (max-width: 599.98px) {
  .order-xs-25 {
    order: 25;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-25 {
    order: 25;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-25 {
    order: 25;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-25 {
    order: 25;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-25 {
    order: 25;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-25 {
    order: 25;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-25 {
    order: 25;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-25 {
    order: 25;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-25 {
    order: 25;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-25 {
    order: 25;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-25 {
    order: 25;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-25 {
    order: 25;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-25 {
    order: 25;
  }
}
.order-all-26 {
  order: 26;
}
@media screen and (max-width: 599.98px) {
  .order-xs-26 {
    order: 26;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-26 {
    order: 26;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-26 {
    order: 26;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-26 {
    order: 26;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-26 {
    order: 26;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-26 {
    order: 26;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-26 {
    order: 26;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-26 {
    order: 26;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-26 {
    order: 26;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-26 {
    order: 26;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-26 {
    order: 26;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-26 {
    order: 26;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-26 {
    order: 26;
  }
}
.order-all-27 {
  order: 27;
}
@media screen and (max-width: 599.98px) {
  .order-xs-27 {
    order: 27;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-27 {
    order: 27;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-27 {
    order: 27;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-27 {
    order: 27;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-27 {
    order: 27;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-27 {
    order: 27;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-27 {
    order: 27;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-27 {
    order: 27;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-27 {
    order: 27;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-27 {
    order: 27;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-27 {
    order: 27;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-27 {
    order: 27;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-27 {
    order: 27;
  }
}
.order-all-28 {
  order: 28;
}
@media screen and (max-width: 599.98px) {
  .order-xs-28 {
    order: 28;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-28 {
    order: 28;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-28 {
    order: 28;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-28 {
    order: 28;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-28 {
    order: 28;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-28 {
    order: 28;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-28 {
    order: 28;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-28 {
    order: 28;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-28 {
    order: 28;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-28 {
    order: 28;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-28 {
    order: 28;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-28 {
    order: 28;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-28 {
    order: 28;
  }
}
.order-all-29 {
  order: 29;
}
@media screen and (max-width: 599.98px) {
  .order-xs-29 {
    order: 29;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-29 {
    order: 29;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-29 {
    order: 29;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-29 {
    order: 29;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-29 {
    order: 29;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-29 {
    order: 29;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-29 {
    order: 29;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-29 {
    order: 29;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-29 {
    order: 29;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-29 {
    order: 29;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-29 {
    order: 29;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-29 {
    order: 29;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-29 {
    order: 29;
  }
}
.order-all-30 {
  order: 30;
}
@media screen and (max-width: 599.98px) {
  .order-xs-30 {
    order: 30;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-30 {
    order: 30;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-30 {
    order: 30;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-30 {
    order: 30;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-30 {
    order: 30;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-30 {
    order: 30;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-30 {
    order: 30;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-30 {
    order: 30;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-30 {
    order: 30;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-30 {
    order: 30;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-30 {
    order: 30;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-30 {
    order: 30;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-30 {
    order: 30;
  }
}
.order-all-31 {
  order: 31;
}
@media screen and (max-width: 599.98px) {
  .order-xs-31 {
    order: 31;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-31 {
    order: 31;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-31 {
    order: 31;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-31 {
    order: 31;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-31 {
    order: 31;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-31 {
    order: 31;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-31 {
    order: 31;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-31 {
    order: 31;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-31 {
    order: 31;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-31 {
    order: 31;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-31 {
    order: 31;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-31 {
    order: 31;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-31 {
    order: 31;
  }
}
.order-all-32 {
  order: 32;
}
@media screen and (max-width: 599.98px) {
  .order-xs-32 {
    order: 32;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-32 {
    order: 32;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-32 {
    order: 32;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-32 {
    order: 32;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-32 {
    order: 32;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-32 {
    order: 32;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-32 {
    order: 32;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-32 {
    order: 32;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-32 {
    order: 32;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-32 {
    order: 32;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-32 {
    order: 32;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-32 {
    order: 32;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-32 {
    order: 32;
  }
}
.order-all-33 {
  order: 33;
}
@media screen and (max-width: 599.98px) {
  .order-xs-33 {
    order: 33;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-33 {
    order: 33;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-33 {
    order: 33;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-33 {
    order: 33;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-33 {
    order: 33;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-33 {
    order: 33;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-33 {
    order: 33;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-33 {
    order: 33;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-33 {
    order: 33;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-33 {
    order: 33;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-33 {
    order: 33;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-33 {
    order: 33;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-33 {
    order: 33;
  }
}
.order-all-34 {
  order: 34;
}
@media screen and (max-width: 599.98px) {
  .order-xs-34 {
    order: 34;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-34 {
    order: 34;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-34 {
    order: 34;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-34 {
    order: 34;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-34 {
    order: 34;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-34 {
    order: 34;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-34 {
    order: 34;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-34 {
    order: 34;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-34 {
    order: 34;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-34 {
    order: 34;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-34 {
    order: 34;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-34 {
    order: 34;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-34 {
    order: 34;
  }
}
.order-all-35 {
  order: 35;
}
@media screen and (max-width: 599.98px) {
  .order-xs-35 {
    order: 35;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-35 {
    order: 35;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-35 {
    order: 35;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-35 {
    order: 35;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-35 {
    order: 35;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-35 {
    order: 35;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-35 {
    order: 35;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-35 {
    order: 35;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-35 {
    order: 35;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-35 {
    order: 35;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-35 {
    order: 35;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-35 {
    order: 35;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-35 {
    order: 35;
  }
}
.order-all-36 {
  order: 36;
}
@media screen and (max-width: 599.98px) {
  .order-xs-36 {
    order: 36;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-36 {
    order: 36;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-36 {
    order: 36;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-36 {
    order: 36;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-36 {
    order: 36;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-36 {
    order: 36;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-36 {
    order: 36;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-36 {
    order: 36;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-36 {
    order: 36;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-36 {
    order: 36;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-36 {
    order: 36;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-36 {
    order: 36;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-36 {
    order: 36;
  }
}
.order-all-37 {
  order: 37;
}
@media screen and (max-width: 599.98px) {
  .order-xs-37 {
    order: 37;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-37 {
    order: 37;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-37 {
    order: 37;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-37 {
    order: 37;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-37 {
    order: 37;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-37 {
    order: 37;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-37 {
    order: 37;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-37 {
    order: 37;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-37 {
    order: 37;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-37 {
    order: 37;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-37 {
    order: 37;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-37 {
    order: 37;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-37 {
    order: 37;
  }
}
.order-all-38 {
  order: 38;
}
@media screen and (max-width: 599.98px) {
  .order-xs-38 {
    order: 38;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-38 {
    order: 38;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-38 {
    order: 38;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-38 {
    order: 38;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-38 {
    order: 38;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-38 {
    order: 38;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-38 {
    order: 38;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-38 {
    order: 38;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-38 {
    order: 38;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-38 {
    order: 38;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-38 {
    order: 38;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-38 {
    order: 38;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-38 {
    order: 38;
  }
}
.order-all-39 {
  order: 39;
}
@media screen and (max-width: 599.98px) {
  .order-xs-39 {
    order: 39;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-39 {
    order: 39;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-39 {
    order: 39;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-39 {
    order: 39;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-39 {
    order: 39;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-39 {
    order: 39;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-39 {
    order: 39;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-39 {
    order: 39;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-39 {
    order: 39;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-39 {
    order: 39;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-39 {
    order: 39;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-39 {
    order: 39;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-39 {
    order: 39;
  }
}
.order-all-40 {
  order: 40;
}
@media screen and (max-width: 599.98px) {
  .order-xs-40 {
    order: 40;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-40 {
    order: 40;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-40 {
    order: 40;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-40 {
    order: 40;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-40 {
    order: 40;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-40 {
    order: 40;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-40 {
    order: 40;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-40 {
    order: 40;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-40 {
    order: 40;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-40 {
    order: 40;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-40 {
    order: 40;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-40 {
    order: 40;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-40 {
    order: 40;
  }
}
.order-all-41 {
  order: 41;
}
@media screen and (max-width: 599.98px) {
  .order-xs-41 {
    order: 41;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-41 {
    order: 41;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-41 {
    order: 41;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-41 {
    order: 41;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-41 {
    order: 41;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-41 {
    order: 41;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-41 {
    order: 41;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-41 {
    order: 41;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-41 {
    order: 41;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-41 {
    order: 41;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-41 {
    order: 41;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-41 {
    order: 41;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-41 {
    order: 41;
  }
}
.order-all-42 {
  order: 42;
}
@media screen and (max-width: 599.98px) {
  .order-xs-42 {
    order: 42;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-42 {
    order: 42;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-42 {
    order: 42;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-42 {
    order: 42;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-42 {
    order: 42;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-42 {
    order: 42;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-42 {
    order: 42;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-42 {
    order: 42;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-42 {
    order: 42;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-42 {
    order: 42;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-42 {
    order: 42;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-42 {
    order: 42;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-42 {
    order: 42;
  }
}
.order-all-43 {
  order: 43;
}
@media screen and (max-width: 599.98px) {
  .order-xs-43 {
    order: 43;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-43 {
    order: 43;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-43 {
    order: 43;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-43 {
    order: 43;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-43 {
    order: 43;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-43 {
    order: 43;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-43 {
    order: 43;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-43 {
    order: 43;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-43 {
    order: 43;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-43 {
    order: 43;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-43 {
    order: 43;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-43 {
    order: 43;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-43 {
    order: 43;
  }
}
.order-all-44 {
  order: 44;
}
@media screen and (max-width: 599.98px) {
  .order-xs-44 {
    order: 44;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-44 {
    order: 44;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-44 {
    order: 44;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-44 {
    order: 44;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-44 {
    order: 44;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-44 {
    order: 44;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-44 {
    order: 44;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-44 {
    order: 44;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-44 {
    order: 44;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-44 {
    order: 44;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-44 {
    order: 44;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-44 {
    order: 44;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-44 {
    order: 44;
  }
}
.order-all-45 {
  order: 45;
}
@media screen and (max-width: 599.98px) {
  .order-xs-45 {
    order: 45;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-45 {
    order: 45;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-45 {
    order: 45;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-45 {
    order: 45;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-45 {
    order: 45;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-45 {
    order: 45;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-45 {
    order: 45;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-45 {
    order: 45;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-45 {
    order: 45;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-45 {
    order: 45;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-45 {
    order: 45;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-45 {
    order: 45;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-45 {
    order: 45;
  }
}
.order-all-46 {
  order: 46;
}
@media screen and (max-width: 599.98px) {
  .order-xs-46 {
    order: 46;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-46 {
    order: 46;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-46 {
    order: 46;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-46 {
    order: 46;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-46 {
    order: 46;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-46 {
    order: 46;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-46 {
    order: 46;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-46 {
    order: 46;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-46 {
    order: 46;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-46 {
    order: 46;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-46 {
    order: 46;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-46 {
    order: 46;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-46 {
    order: 46;
  }
}
.order-all-47 {
  order: 47;
}
@media screen and (max-width: 599.98px) {
  .order-xs-47 {
    order: 47;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-47 {
    order: 47;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-47 {
    order: 47;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-47 {
    order: 47;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-47 {
    order: 47;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-47 {
    order: 47;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-47 {
    order: 47;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-47 {
    order: 47;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-47 {
    order: 47;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-47 {
    order: 47;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-47 {
    order: 47;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-47 {
    order: 47;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-47 {
    order: 47;
  }
}
.order-all-48 {
  order: 48;
}
@media screen and (max-width: 599.98px) {
  .order-xs-48 {
    order: 48;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-48 {
    order: 48;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-48 {
    order: 48;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-48 {
    order: 48;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-48 {
    order: 48;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-48 {
    order: 48;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-48 {
    order: 48;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-48 {
    order: 48;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-48 {
    order: 48;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-48 {
    order: 48;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-48 {
    order: 48;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-48 {
    order: 48;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-48 {
    order: 48;
  }
}
.order-all-49 {
  order: 49;
}
@media screen and (max-width: 599.98px) {
  .order-xs-49 {
    order: 49;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-49 {
    order: 49;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-49 {
    order: 49;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-49 {
    order: 49;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-49 {
    order: 49;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-49 {
    order: 49;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-49 {
    order: 49;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-49 {
    order: 49;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-49 {
    order: 49;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-49 {
    order: 49;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-49 {
    order: 49;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-49 {
    order: 49;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-49 {
    order: 49;
  }
}
.order-all-50 {
  order: 50;
}
@media screen and (max-width: 599.98px) {
  .order-xs-50 {
    order: 50;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-50 {
    order: 50;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-50 {
    order: 50;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-50 {
    order: 50;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-50 {
    order: 50;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-50 {
    order: 50;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-50 {
    order: 50;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-50 {
    order: 50;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-50 {
    order: 50;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-50 {
    order: 50;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-50 {
    order: 50;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-50 {
    order: 50;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-50 {
    order: 50;
  }
}
.order-all-51 {
  order: 51;
}
@media screen and (max-width: 599.98px) {
  .order-xs-51 {
    order: 51;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-51 {
    order: 51;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-51 {
    order: 51;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-51 {
    order: 51;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-51 {
    order: 51;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-51 {
    order: 51;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-51 {
    order: 51;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-51 {
    order: 51;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-51 {
    order: 51;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-51 {
    order: 51;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-51 {
    order: 51;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-51 {
    order: 51;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-51 {
    order: 51;
  }
}
.order-all-52 {
  order: 52;
}
@media screen and (max-width: 599.98px) {
  .order-xs-52 {
    order: 52;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-52 {
    order: 52;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-52 {
    order: 52;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-52 {
    order: 52;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-52 {
    order: 52;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-52 {
    order: 52;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-52 {
    order: 52;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-52 {
    order: 52;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-52 {
    order: 52;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-52 {
    order: 52;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-52 {
    order: 52;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-52 {
    order: 52;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-52 {
    order: 52;
  }
}
.order-all-53 {
  order: 53;
}
@media screen and (max-width: 599.98px) {
  .order-xs-53 {
    order: 53;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-53 {
    order: 53;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-53 {
    order: 53;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-53 {
    order: 53;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-53 {
    order: 53;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-53 {
    order: 53;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-53 {
    order: 53;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-53 {
    order: 53;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-53 {
    order: 53;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-53 {
    order: 53;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-53 {
    order: 53;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-53 {
    order: 53;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-53 {
    order: 53;
  }
}
.order-all-54 {
  order: 54;
}
@media screen and (max-width: 599.98px) {
  .order-xs-54 {
    order: 54;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-54 {
    order: 54;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-54 {
    order: 54;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-54 {
    order: 54;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-54 {
    order: 54;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-54 {
    order: 54;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-54 {
    order: 54;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-54 {
    order: 54;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-54 {
    order: 54;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-54 {
    order: 54;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-54 {
    order: 54;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-54 {
    order: 54;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-54 {
    order: 54;
  }
}
.order-all-55 {
  order: 55;
}
@media screen and (max-width: 599.98px) {
  .order-xs-55 {
    order: 55;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-55 {
    order: 55;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-55 {
    order: 55;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-55 {
    order: 55;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-55 {
    order: 55;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-55 {
    order: 55;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-55 {
    order: 55;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-55 {
    order: 55;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-55 {
    order: 55;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-55 {
    order: 55;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-55 {
    order: 55;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-55 {
    order: 55;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-55 {
    order: 55;
  }
}
.order-all-56 {
  order: 56;
}
@media screen and (max-width: 599.98px) {
  .order-xs-56 {
    order: 56;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-56 {
    order: 56;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-56 {
    order: 56;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-56 {
    order: 56;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-56 {
    order: 56;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-56 {
    order: 56;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-56 {
    order: 56;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-56 {
    order: 56;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-56 {
    order: 56;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-56 {
    order: 56;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-56 {
    order: 56;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-56 {
    order: 56;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-56 {
    order: 56;
  }
}
.order-all-57 {
  order: 57;
}
@media screen and (max-width: 599.98px) {
  .order-xs-57 {
    order: 57;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-57 {
    order: 57;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-57 {
    order: 57;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-57 {
    order: 57;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-57 {
    order: 57;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-57 {
    order: 57;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-57 {
    order: 57;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-57 {
    order: 57;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-57 {
    order: 57;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-57 {
    order: 57;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-57 {
    order: 57;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-57 {
    order: 57;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-57 {
    order: 57;
  }
}
.order-all-58 {
  order: 58;
}
@media screen and (max-width: 599.98px) {
  .order-xs-58 {
    order: 58;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-58 {
    order: 58;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-58 {
    order: 58;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-58 {
    order: 58;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-58 {
    order: 58;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-58 {
    order: 58;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-58 {
    order: 58;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-58 {
    order: 58;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-58 {
    order: 58;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-58 {
    order: 58;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-58 {
    order: 58;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-58 {
    order: 58;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-58 {
    order: 58;
  }
}
.order-all-59 {
  order: 59;
}
@media screen and (max-width: 599.98px) {
  .order-xs-59 {
    order: 59;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-59 {
    order: 59;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-59 {
    order: 59;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-59 {
    order: 59;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-59 {
    order: 59;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-59 {
    order: 59;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-59 {
    order: 59;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-59 {
    order: 59;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-59 {
    order: 59;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-59 {
    order: 59;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-59 {
    order: 59;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-59 {
    order: 59;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-59 {
    order: 59;
  }
}
.order-all-60 {
  order: 60;
}
@media screen and (max-width: 599.98px) {
  .order-xs-60 {
    order: 60;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-60 {
    order: 60;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-60 {
    order: 60;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-60 {
    order: 60;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-60 {
    order: 60;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-60 {
    order: 60;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-60 {
    order: 60;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-60 {
    order: 60;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-60 {
    order: 60;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-60 {
    order: 60;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-60 {
    order: 60;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-60 {
    order: 60;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-60 {
    order: 60;
  }
}
.order-all-61 {
  order: 61;
}
@media screen and (max-width: 599.98px) {
  .order-xs-61 {
    order: 61;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-61 {
    order: 61;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-61 {
    order: 61;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-61 {
    order: 61;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-61 {
    order: 61;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-61 {
    order: 61;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-61 {
    order: 61;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-61 {
    order: 61;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-61 {
    order: 61;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-61 {
    order: 61;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-61 {
    order: 61;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-61 {
    order: 61;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-61 {
    order: 61;
  }
}
.order-all-62 {
  order: 62;
}
@media screen and (max-width: 599.98px) {
  .order-xs-62 {
    order: 62;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-62 {
    order: 62;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-62 {
    order: 62;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-62 {
    order: 62;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-62 {
    order: 62;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-62 {
    order: 62;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-62 {
    order: 62;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-62 {
    order: 62;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-62 {
    order: 62;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-62 {
    order: 62;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-62 {
    order: 62;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-62 {
    order: 62;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-62 {
    order: 62;
  }
}
.order-all-63 {
  order: 63;
}
@media screen and (max-width: 599.98px) {
  .order-xs-63 {
    order: 63;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-63 {
    order: 63;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-63 {
    order: 63;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-63 {
    order: 63;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-63 {
    order: 63;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-63 {
    order: 63;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-63 {
    order: 63;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-63 {
    order: 63;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-63 {
    order: 63;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-63 {
    order: 63;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-63 {
    order: 63;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-63 {
    order: 63;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-63 {
    order: 63;
  }
}
.order-all-64 {
  order: 64;
}
@media screen and (max-width: 599.98px) {
  .order-xs-64 {
    order: 64;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-64 {
    order: 64;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-64 {
    order: 64;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-64 {
    order: 64;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-64 {
    order: 64;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-64 {
    order: 64;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-64 {
    order: 64;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-64 {
    order: 64;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-64 {
    order: 64;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-64 {
    order: 64;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-64 {
    order: 64;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-64 {
    order: 64;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-64 {
    order: 64;
  }
}
.order-all-65 {
  order: 65;
}
@media screen and (max-width: 599.98px) {
  .order-xs-65 {
    order: 65;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-65 {
    order: 65;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-65 {
    order: 65;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-65 {
    order: 65;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-65 {
    order: 65;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-65 {
    order: 65;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-65 {
    order: 65;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-65 {
    order: 65;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-65 {
    order: 65;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-65 {
    order: 65;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-65 {
    order: 65;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-65 {
    order: 65;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-65 {
    order: 65;
  }
}
.order-all-66 {
  order: 66;
}
@media screen and (max-width: 599.98px) {
  .order-xs-66 {
    order: 66;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-66 {
    order: 66;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-66 {
    order: 66;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-66 {
    order: 66;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-66 {
    order: 66;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-66 {
    order: 66;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-66 {
    order: 66;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-66 {
    order: 66;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-66 {
    order: 66;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-66 {
    order: 66;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-66 {
    order: 66;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-66 {
    order: 66;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-66 {
    order: 66;
  }
}
.order-all-67 {
  order: 67;
}
@media screen and (max-width: 599.98px) {
  .order-xs-67 {
    order: 67;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-67 {
    order: 67;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-67 {
    order: 67;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-67 {
    order: 67;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-67 {
    order: 67;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-67 {
    order: 67;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-67 {
    order: 67;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-67 {
    order: 67;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-67 {
    order: 67;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-67 {
    order: 67;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-67 {
    order: 67;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-67 {
    order: 67;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-67 {
    order: 67;
  }
}
.order-all-68 {
  order: 68;
}
@media screen and (max-width: 599.98px) {
  .order-xs-68 {
    order: 68;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-68 {
    order: 68;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-68 {
    order: 68;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-68 {
    order: 68;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-68 {
    order: 68;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-68 {
    order: 68;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-68 {
    order: 68;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-68 {
    order: 68;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-68 {
    order: 68;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-68 {
    order: 68;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-68 {
    order: 68;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-68 {
    order: 68;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-68 {
    order: 68;
  }
}
.order-all-69 {
  order: 69;
}
@media screen and (max-width: 599.98px) {
  .order-xs-69 {
    order: 69;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-69 {
    order: 69;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-69 {
    order: 69;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-69 {
    order: 69;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-69 {
    order: 69;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-69 {
    order: 69;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-69 {
    order: 69;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-69 {
    order: 69;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-69 {
    order: 69;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-69 {
    order: 69;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-69 {
    order: 69;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-69 {
    order: 69;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-69 {
    order: 69;
  }
}
.order-all-70 {
  order: 70;
}
@media screen and (max-width: 599.98px) {
  .order-xs-70 {
    order: 70;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-70 {
    order: 70;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-70 {
    order: 70;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-70 {
    order: 70;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-70 {
    order: 70;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-70 {
    order: 70;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-70 {
    order: 70;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-70 {
    order: 70;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-70 {
    order: 70;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-70 {
    order: 70;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-70 {
    order: 70;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-70 {
    order: 70;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-70 {
    order: 70;
  }
}
.order-all-71 {
  order: 71;
}
@media screen and (max-width: 599.98px) {
  .order-xs-71 {
    order: 71;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-71 {
    order: 71;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-71 {
    order: 71;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-71 {
    order: 71;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-71 {
    order: 71;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-71 {
    order: 71;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-71 {
    order: 71;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-71 {
    order: 71;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-71 {
    order: 71;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-71 {
    order: 71;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-71 {
    order: 71;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-71 {
    order: 71;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-71 {
    order: 71;
  }
}
.order-all-72 {
  order: 72;
}
@media screen and (max-width: 599.98px) {
  .order-xs-72 {
    order: 72;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-72 {
    order: 72;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-72 {
    order: 72;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-72 {
    order: 72;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-72 {
    order: 72;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-72 {
    order: 72;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-72 {
    order: 72;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-72 {
    order: 72;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-72 {
    order: 72;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-72 {
    order: 72;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-72 {
    order: 72;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-72 {
    order: 72;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-72 {
    order: 72;
  }
}
.order-all-73 {
  order: 73;
}
@media screen and (max-width: 599.98px) {
  .order-xs-73 {
    order: 73;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-73 {
    order: 73;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-73 {
    order: 73;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-73 {
    order: 73;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-73 {
    order: 73;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-73 {
    order: 73;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-73 {
    order: 73;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-73 {
    order: 73;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-73 {
    order: 73;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-73 {
    order: 73;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-73 {
    order: 73;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-73 {
    order: 73;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-73 {
    order: 73;
  }
}
.order-all-74 {
  order: 74;
}
@media screen and (max-width: 599.98px) {
  .order-xs-74 {
    order: 74;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-74 {
    order: 74;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-74 {
    order: 74;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-74 {
    order: 74;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-74 {
    order: 74;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-74 {
    order: 74;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-74 {
    order: 74;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-74 {
    order: 74;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-74 {
    order: 74;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-74 {
    order: 74;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-74 {
    order: 74;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-74 {
    order: 74;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-74 {
    order: 74;
  }
}
.order-all-75 {
  order: 75;
}
@media screen and (max-width: 599.98px) {
  .order-xs-75 {
    order: 75;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-75 {
    order: 75;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-75 {
    order: 75;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-75 {
    order: 75;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-75 {
    order: 75;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-75 {
    order: 75;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-75 {
    order: 75;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-75 {
    order: 75;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-75 {
    order: 75;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-75 {
    order: 75;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-75 {
    order: 75;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-75 {
    order: 75;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-75 {
    order: 75;
  }
}
.order-all-76 {
  order: 76;
}
@media screen and (max-width: 599.98px) {
  .order-xs-76 {
    order: 76;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-76 {
    order: 76;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-76 {
    order: 76;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-76 {
    order: 76;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-76 {
    order: 76;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-76 {
    order: 76;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-76 {
    order: 76;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-76 {
    order: 76;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-76 {
    order: 76;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-76 {
    order: 76;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-76 {
    order: 76;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-76 {
    order: 76;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-76 {
    order: 76;
  }
}
.order-all-77 {
  order: 77;
}
@media screen and (max-width: 599.98px) {
  .order-xs-77 {
    order: 77;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-77 {
    order: 77;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-77 {
    order: 77;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-77 {
    order: 77;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-77 {
    order: 77;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-77 {
    order: 77;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-77 {
    order: 77;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-77 {
    order: 77;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-77 {
    order: 77;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-77 {
    order: 77;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-77 {
    order: 77;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-77 {
    order: 77;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-77 {
    order: 77;
  }
}
.order-all-78 {
  order: 78;
}
@media screen and (max-width: 599.98px) {
  .order-xs-78 {
    order: 78;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-78 {
    order: 78;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-78 {
    order: 78;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-78 {
    order: 78;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-78 {
    order: 78;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-78 {
    order: 78;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-78 {
    order: 78;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-78 {
    order: 78;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-78 {
    order: 78;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-78 {
    order: 78;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-78 {
    order: 78;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-78 {
    order: 78;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-78 {
    order: 78;
  }
}
.order-all-79 {
  order: 79;
}
@media screen and (max-width: 599.98px) {
  .order-xs-79 {
    order: 79;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-79 {
    order: 79;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-79 {
    order: 79;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-79 {
    order: 79;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-79 {
    order: 79;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-79 {
    order: 79;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-79 {
    order: 79;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-79 {
    order: 79;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-79 {
    order: 79;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-79 {
    order: 79;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-79 {
    order: 79;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-79 {
    order: 79;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-79 {
    order: 79;
  }
}
.order-all-80 {
  order: 80;
}
@media screen and (max-width: 599.98px) {
  .order-xs-80 {
    order: 80;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-80 {
    order: 80;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-80 {
    order: 80;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-80 {
    order: 80;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-80 {
    order: 80;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-80 {
    order: 80;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-80 {
    order: 80;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-80 {
    order: 80;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-80 {
    order: 80;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-80 {
    order: 80;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-80 {
    order: 80;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-80 {
    order: 80;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-80 {
    order: 80;
  }
}
.order-all-81 {
  order: 81;
}
@media screen and (max-width: 599.98px) {
  .order-xs-81 {
    order: 81;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-81 {
    order: 81;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-81 {
    order: 81;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-81 {
    order: 81;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-81 {
    order: 81;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-81 {
    order: 81;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-81 {
    order: 81;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-81 {
    order: 81;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-81 {
    order: 81;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-81 {
    order: 81;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-81 {
    order: 81;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-81 {
    order: 81;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-81 {
    order: 81;
  }
}
.order-all-82 {
  order: 82;
}
@media screen and (max-width: 599.98px) {
  .order-xs-82 {
    order: 82;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-82 {
    order: 82;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-82 {
    order: 82;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-82 {
    order: 82;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-82 {
    order: 82;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-82 {
    order: 82;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-82 {
    order: 82;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-82 {
    order: 82;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-82 {
    order: 82;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-82 {
    order: 82;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-82 {
    order: 82;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-82 {
    order: 82;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-82 {
    order: 82;
  }
}
.order-all-83 {
  order: 83;
}
@media screen and (max-width: 599.98px) {
  .order-xs-83 {
    order: 83;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-83 {
    order: 83;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-83 {
    order: 83;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-83 {
    order: 83;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-83 {
    order: 83;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-83 {
    order: 83;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-83 {
    order: 83;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-83 {
    order: 83;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-83 {
    order: 83;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-83 {
    order: 83;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-83 {
    order: 83;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-83 {
    order: 83;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-83 {
    order: 83;
  }
}
.order-all-84 {
  order: 84;
}
@media screen and (max-width: 599.98px) {
  .order-xs-84 {
    order: 84;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-84 {
    order: 84;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-84 {
    order: 84;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-84 {
    order: 84;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-84 {
    order: 84;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-84 {
    order: 84;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-84 {
    order: 84;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-84 {
    order: 84;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-84 {
    order: 84;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-84 {
    order: 84;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-84 {
    order: 84;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-84 {
    order: 84;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-84 {
    order: 84;
  }
}
.order-all-85 {
  order: 85;
}
@media screen and (max-width: 599.98px) {
  .order-xs-85 {
    order: 85;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-85 {
    order: 85;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-85 {
    order: 85;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-85 {
    order: 85;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-85 {
    order: 85;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-85 {
    order: 85;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-85 {
    order: 85;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-85 {
    order: 85;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-85 {
    order: 85;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-85 {
    order: 85;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-85 {
    order: 85;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-85 {
    order: 85;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-85 {
    order: 85;
  }
}
.order-all-86 {
  order: 86;
}
@media screen and (max-width: 599.98px) {
  .order-xs-86 {
    order: 86;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-86 {
    order: 86;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-86 {
    order: 86;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-86 {
    order: 86;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-86 {
    order: 86;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-86 {
    order: 86;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-86 {
    order: 86;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-86 {
    order: 86;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-86 {
    order: 86;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-86 {
    order: 86;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-86 {
    order: 86;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-86 {
    order: 86;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-86 {
    order: 86;
  }
}
.order-all-87 {
  order: 87;
}
@media screen and (max-width: 599.98px) {
  .order-xs-87 {
    order: 87;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-87 {
    order: 87;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-87 {
    order: 87;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-87 {
    order: 87;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-87 {
    order: 87;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-87 {
    order: 87;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-87 {
    order: 87;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-87 {
    order: 87;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-87 {
    order: 87;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-87 {
    order: 87;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-87 {
    order: 87;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-87 {
    order: 87;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-87 {
    order: 87;
  }
}
.order-all-88 {
  order: 88;
}
@media screen and (max-width: 599.98px) {
  .order-xs-88 {
    order: 88;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-88 {
    order: 88;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-88 {
    order: 88;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-88 {
    order: 88;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-88 {
    order: 88;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-88 {
    order: 88;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-88 {
    order: 88;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-88 {
    order: 88;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-88 {
    order: 88;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-88 {
    order: 88;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-88 {
    order: 88;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-88 {
    order: 88;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-88 {
    order: 88;
  }
}
.order-all-89 {
  order: 89;
}
@media screen and (max-width: 599.98px) {
  .order-xs-89 {
    order: 89;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-89 {
    order: 89;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-89 {
    order: 89;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-89 {
    order: 89;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-89 {
    order: 89;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-89 {
    order: 89;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-89 {
    order: 89;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-89 {
    order: 89;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-89 {
    order: 89;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-89 {
    order: 89;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-89 {
    order: 89;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-89 {
    order: 89;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-89 {
    order: 89;
  }
}
.order-all-90 {
  order: 90;
}
@media screen and (max-width: 599.98px) {
  .order-xs-90 {
    order: 90;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-90 {
    order: 90;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-90 {
    order: 90;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-90 {
    order: 90;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-90 {
    order: 90;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-90 {
    order: 90;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-90 {
    order: 90;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-90 {
    order: 90;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-90 {
    order: 90;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-90 {
    order: 90;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-90 {
    order: 90;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-90 {
    order: 90;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-90 {
    order: 90;
  }
}
.order-all-91 {
  order: 91;
}
@media screen and (max-width: 599.98px) {
  .order-xs-91 {
    order: 91;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-91 {
    order: 91;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-91 {
    order: 91;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-91 {
    order: 91;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-91 {
    order: 91;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-91 {
    order: 91;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-91 {
    order: 91;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-91 {
    order: 91;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-91 {
    order: 91;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-91 {
    order: 91;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-91 {
    order: 91;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-91 {
    order: 91;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-91 {
    order: 91;
  }
}
.order-all-92 {
  order: 92;
}
@media screen and (max-width: 599.98px) {
  .order-xs-92 {
    order: 92;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-92 {
    order: 92;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-92 {
    order: 92;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-92 {
    order: 92;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-92 {
    order: 92;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-92 {
    order: 92;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-92 {
    order: 92;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-92 {
    order: 92;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-92 {
    order: 92;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-92 {
    order: 92;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-92 {
    order: 92;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-92 {
    order: 92;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-92 {
    order: 92;
  }
}
.order-all-93 {
  order: 93;
}
@media screen and (max-width: 599.98px) {
  .order-xs-93 {
    order: 93;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-93 {
    order: 93;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-93 {
    order: 93;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-93 {
    order: 93;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-93 {
    order: 93;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-93 {
    order: 93;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-93 {
    order: 93;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-93 {
    order: 93;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-93 {
    order: 93;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-93 {
    order: 93;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-93 {
    order: 93;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-93 {
    order: 93;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-93 {
    order: 93;
  }
}
.order-all-94 {
  order: 94;
}
@media screen and (max-width: 599.98px) {
  .order-xs-94 {
    order: 94;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-94 {
    order: 94;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-94 {
    order: 94;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-94 {
    order: 94;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-94 {
    order: 94;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-94 {
    order: 94;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-94 {
    order: 94;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-94 {
    order: 94;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-94 {
    order: 94;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-94 {
    order: 94;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-94 {
    order: 94;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-94 {
    order: 94;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-94 {
    order: 94;
  }
}
.order-all-95 {
  order: 95;
}
@media screen and (max-width: 599.98px) {
  .order-xs-95 {
    order: 95;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-95 {
    order: 95;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-95 {
    order: 95;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-95 {
    order: 95;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-95 {
    order: 95;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-95 {
    order: 95;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-95 {
    order: 95;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-95 {
    order: 95;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-95 {
    order: 95;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-95 {
    order: 95;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-95 {
    order: 95;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-95 {
    order: 95;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-95 {
    order: 95;
  }
}
.order-all-96 {
  order: 96;
}
@media screen and (max-width: 599.98px) {
  .order-xs-96 {
    order: 96;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-96 {
    order: 96;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-96 {
    order: 96;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-96 {
    order: 96;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-96 {
    order: 96;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-96 {
    order: 96;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-96 {
    order: 96;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-96 {
    order: 96;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-96 {
    order: 96;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-96 {
    order: 96;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-96 {
    order: 96;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-96 {
    order: 96;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-96 {
    order: 96;
  }
}
.order-all-97 {
  order: 97;
}
@media screen and (max-width: 599.98px) {
  .order-xs-97 {
    order: 97;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-97 {
    order: 97;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-97 {
    order: 97;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-97 {
    order: 97;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-97 {
    order: 97;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-97 {
    order: 97;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-97 {
    order: 97;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-97 {
    order: 97;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-97 {
    order: 97;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-97 {
    order: 97;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-97 {
    order: 97;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-97 {
    order: 97;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-97 {
    order: 97;
  }
}
.order-all-98 {
  order: 98;
}
@media screen and (max-width: 599.98px) {
  .order-xs-98 {
    order: 98;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-98 {
    order: 98;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-98 {
    order: 98;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-98 {
    order: 98;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-98 {
    order: 98;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-98 {
    order: 98;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-98 {
    order: 98;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-98 {
    order: 98;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-98 {
    order: 98;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-98 {
    order: 98;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-98 {
    order: 98;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-98 {
    order: 98;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-98 {
    order: 98;
  }
}
.order-all-99 {
  order: 99;
}
@media screen and (max-width: 599.98px) {
  .order-xs-99 {
    order: 99;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-99 {
    order: 99;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-99 {
    order: 99;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-99 {
    order: 99;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-99 {
    order: 99;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-99 {
    order: 99;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-99 {
    order: 99;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-99 {
    order: 99;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-99 {
    order: 99;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-99 {
    order: 99;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-99 {
    order: 99;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-99 {
    order: 99;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-99 {
    order: 99;
  }
}
.order-all-100 {
  order: 100;
}
@media screen and (max-width: 599.98px) {
  .order-xs-100 {
    order: 100;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .order-sm-100 {
    order: 100;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .order-md-100 {
    order: 100;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .order-lg-100 {
    order: 100;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .order-xl-100 {
    order: 100;
  }
}
@media screen and (max-width: 599.98px) {
  .order-ltSm-100 {
    order: 100;
  }
}
@media screen and (max-width: 959.98px) {
  .order-ltMd-100 {
    order: 100;
  }
}
@media screen and (max-width: 1279.98px) {
  .order-ltLg-100 {
    order: 100;
  }
}
@media screen and (max-width: 1919.98px) {
  .order-ltXl-100 {
    order: 100;
  }
}
@media screen and (min-width: 600px) {
  .order-gtXs-100 {
    order: 100;
  }
}
@media screen and (min-width: 960px) {
  .order-gtSm-100 {
    order: 100;
  }
}
@media screen and (min-width: 1280px) {
  .order-gtMd-100 {
    order: 100;
  }
}
@media screen and (min-width: 1920px) {
  .order-gtLg-100 {
    order: 100;
  }
}
.layout-all-row-wrap {
  flex-direction: row;
  flex-wrap: wrap;
}
.layout-all-row-nowrap {
  flex-direction: row;
  flex-wrap: nowrap;
}
.layout-all-row-wrapRs {
  flex-direction: row;
  flex-wrap: wrap-reverse;
}
.layout-all-rowRs-wrap {
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.layout-all-rowRs-nowrap {
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}
.layout-all-rowRs-wrapRs {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}
.layout-all-col-wrap {
  flex-direction: column;
  flex-wrap: wrap;
}
.layout-all-col-nowrap {
  flex-direction: column;
  flex-wrap: nowrap;
}
.layout-all-col-wrapRs {
  flex-direction: column;
  flex-wrap: wrap-reverse;
}
.layout-all-colRs-wrap {
  flex-direction: column-reverse;
  flex-wrap: wrap;
}
.layout-all-colRs-nowrap {
  flex-direction: column-reverse;
  flex-wrap: nowrap;
}
.layout-all-colRs-wrapRs {
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
}
@media screen and (max-width: 599.98px) {
  .layout-xs-row-wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599.98px) {
  .layout-xs-row-nowrap {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 599.98px) {
  .layout-xs-row-wrapRs {
    flex-direction: row;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 599.98px) {
  .layout-xs-rowRs-wrap {
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599.98px) {
  .layout-xs-rowRs-nowrap {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 599.98px) {
  .layout-xs-rowRs-wrapRs {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 599.98px) {
  .layout-xs-col-wrap {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599.98px) {
  .layout-xs-col-nowrap {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 599.98px) {
  .layout-xs-col-wrapRs {
    flex-direction: column;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 599.98px) {
  .layout-xs-colRs-wrap {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599.98px) {
  .layout-xs-colRs-nowrap {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 599.98px) {
  .layout-xs-colRs-wrapRs {
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .layout-sm-row-wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .layout-sm-row-nowrap {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .layout-sm-row-wrapRs {
    flex-direction: row;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .layout-sm-rowRs-wrap {
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .layout-sm-rowRs-nowrap {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .layout-sm-rowRs-wrapRs {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .layout-sm-col-wrap {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .layout-sm-col-nowrap {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .layout-sm-col-wrapRs {
    flex-direction: column;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .layout-sm-colRs-wrap {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .layout-sm-colRs-nowrap {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .layout-sm-colRs-wrapRs {
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .layout-md-row-wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .layout-md-row-nowrap {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .layout-md-row-wrapRs {
    flex-direction: row;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .layout-md-rowRs-wrap {
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .layout-md-rowRs-nowrap {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .layout-md-rowRs-wrapRs {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .layout-md-col-wrap {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .layout-md-col-nowrap {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .layout-md-col-wrapRs {
    flex-direction: column;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .layout-md-colRs-wrap {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .layout-md-colRs-nowrap {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .layout-md-colRs-wrapRs {
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .layout-lg-row-wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .layout-lg-row-nowrap {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .layout-lg-row-wrapRs {
    flex-direction: row;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .layout-lg-rowRs-wrap {
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .layout-lg-rowRs-nowrap {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .layout-lg-rowRs-wrapRs {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .layout-lg-col-wrap {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .layout-lg-col-nowrap {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .layout-lg-col-wrapRs {
    flex-direction: column;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .layout-lg-colRs-wrap {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .layout-lg-colRs-nowrap {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .layout-lg-colRs-wrapRs {
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .layout-xl-row-wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .layout-xl-row-nowrap {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .layout-xl-row-wrapRs {
    flex-direction: row;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .layout-xl-rowRs-wrap {
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .layout-xl-rowRs-nowrap {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .layout-xl-rowRs-wrapRs {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .layout-xl-col-wrap {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .layout-xl-col-nowrap {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .layout-xl-col-wrapRs {
    flex-direction: column;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .layout-xl-colRs-wrap {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .layout-xl-colRs-nowrap {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .layout-xl-colRs-wrapRs {
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 599.98px) {
  .layout-ltSm-row-wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599.98px) {
  .layout-ltSm-row-nowrap {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 599.98px) {
  .layout-ltSm-row-wrapRs {
    flex-direction: row;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 599.98px) {
  .layout-ltSm-rowRs-wrap {
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599.98px) {
  .layout-ltSm-rowRs-nowrap {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 599.98px) {
  .layout-ltSm-rowRs-wrapRs {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 599.98px) {
  .layout-ltSm-col-wrap {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599.98px) {
  .layout-ltSm-col-nowrap {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 599.98px) {
  .layout-ltSm-col-wrapRs {
    flex-direction: column;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 599.98px) {
  .layout-ltSm-colRs-wrap {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599.98px) {
  .layout-ltSm-colRs-nowrap {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 599.98px) {
  .layout-ltSm-colRs-wrapRs {
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 959.98px) {
  .layout-ltMd-row-wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959.98px) {
  .layout-ltMd-row-nowrap {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 959.98px) {
  .layout-ltMd-row-wrapRs {
    flex-direction: row;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 959.98px) {
  .layout-ltMd-rowRs-wrap {
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959.98px) {
  .layout-ltMd-rowRs-nowrap {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 959.98px) {
  .layout-ltMd-rowRs-wrapRs {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 959.98px) {
  .layout-ltMd-col-wrap {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959.98px) {
  .layout-ltMd-col-nowrap {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 959.98px) {
  .layout-ltMd-col-wrapRs {
    flex-direction: column;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 959.98px) {
  .layout-ltMd-colRs-wrap {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959.98px) {
  .layout-ltMd-colRs-nowrap {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 959.98px) {
  .layout-ltMd-colRs-wrapRs {
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 1279.98px) {
  .layout-ltLg-row-wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1279.98px) {
  .layout-ltLg-row-nowrap {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1279.98px) {
  .layout-ltLg-row-wrapRs {
    flex-direction: row;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 1279.98px) {
  .layout-ltLg-rowRs-wrap {
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1279.98px) {
  .layout-ltLg-rowRs-nowrap {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1279.98px) {
  .layout-ltLg-rowRs-wrapRs {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 1279.98px) {
  .layout-ltLg-col-wrap {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1279.98px) {
  .layout-ltLg-col-nowrap {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1279.98px) {
  .layout-ltLg-col-wrapRs {
    flex-direction: column;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 1279.98px) {
  .layout-ltLg-colRs-wrap {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1279.98px) {
  .layout-ltLg-colRs-nowrap {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1279.98px) {
  .layout-ltLg-colRs-wrapRs {
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 1919.98px) {
  .layout-ltXl-row-wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1919.98px) {
  .layout-ltXl-row-nowrap {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1919.98px) {
  .layout-ltXl-row-wrapRs {
    flex-direction: row;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 1919.98px) {
  .layout-ltXl-rowRs-wrap {
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1919.98px) {
  .layout-ltXl-rowRs-nowrap {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1919.98px) {
  .layout-ltXl-rowRs-wrapRs {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 1919.98px) {
  .layout-ltXl-col-wrap {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1919.98px) {
  .layout-ltXl-col-nowrap {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1919.98px) {
  .layout-ltXl-col-wrapRs {
    flex-direction: column;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 1919.98px) {
  .layout-ltXl-colRs-wrap {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1919.98px) {
  .layout-ltXl-colRs-nowrap {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1919.98px) {
  .layout-ltXl-colRs-wrapRs {
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 600px) {
  .layout-gtXs-row-wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) {
  .layout-gtXs-row-nowrap {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 600px) {
  .layout-gtXs-row-wrapRs {
    flex-direction: row;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 600px) {
  .layout-gtXs-rowRs-wrap {
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) {
  .layout-gtXs-rowRs-nowrap {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 600px) {
  .layout-gtXs-rowRs-wrapRs {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 600px) {
  .layout-gtXs-col-wrap {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) {
  .layout-gtXs-col-nowrap {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 600px) {
  .layout-gtXs-col-wrapRs {
    flex-direction: column;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 600px) {
  .layout-gtXs-colRs-wrap {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) {
  .layout-gtXs-colRs-nowrap {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 600px) {
  .layout-gtXs-colRs-wrapRs {
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 960px) {
  .layout-gtSm-row-wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 960px) {
  .layout-gtSm-row-nowrap {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 960px) {
  .layout-gtSm-row-wrapRs {
    flex-direction: row;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 960px) {
  .layout-gtSm-rowRs-wrap {
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 960px) {
  .layout-gtSm-rowRs-nowrap {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 960px) {
  .layout-gtSm-rowRs-wrapRs {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 960px) {
  .layout-gtSm-col-wrap {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 960px) {
  .layout-gtSm-col-nowrap {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 960px) {
  .layout-gtSm-col-wrapRs {
    flex-direction: column;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 960px) {
  .layout-gtSm-colRs-wrap {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 960px) {
  .layout-gtSm-colRs-nowrap {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 960px) {
  .layout-gtSm-colRs-wrapRs {
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1280px) {
  .layout-gtMd-row-wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1280px) {
  .layout-gtMd-row-nowrap {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1280px) {
  .layout-gtMd-row-wrapRs {
    flex-direction: row;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1280px) {
  .layout-gtMd-rowRs-wrap {
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1280px) {
  .layout-gtMd-rowRs-nowrap {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1280px) {
  .layout-gtMd-rowRs-wrapRs {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1280px) {
  .layout-gtMd-col-wrap {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1280px) {
  .layout-gtMd-col-nowrap {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1280px) {
  .layout-gtMd-col-wrapRs {
    flex-direction: column;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1280px) {
  .layout-gtMd-colRs-wrap {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1280px) {
  .layout-gtMd-colRs-nowrap {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1280px) {
  .layout-gtMd-colRs-wrapRs {
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1920px) {
  .layout-gtLg-row-wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1920px) {
  .layout-gtLg-row-nowrap {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1920px) {
  .layout-gtLg-row-wrapRs {
    flex-direction: row;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1920px) {
  .layout-gtLg-rowRs-wrap {
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1920px) {
  .layout-gtLg-rowRs-nowrap {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1920px) {
  .layout-gtLg-rowRs-wrapRs {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1920px) {
  .layout-gtLg-col-wrap {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1920px) {
  .layout-gtLg-col-nowrap {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1920px) {
  .layout-gtLg-col-wrapRs {
    flex-direction: column;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1920px) {
  .layout-gtLg-colRs-wrap {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1920px) {
  .layout-gtLg-colRs-nowrap {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1920px) {
  .layout-gtLg-colRs-wrapRs {
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse;
  }
}
.align-all-fxStr-fxStr {
  justify-content: flex-start;
  align-items: flex-start;
}
.align-all-fxStr-fxEnd {
  justify-content: flex-start;
  align-items: flex-end;
}
.align-all-fxStr-ctr {
  justify-content: flex-start;
  align-items: center;
}
.align-all-fxStr-spcBtw {
  justify-content: flex-start;
  align-items: space-between;
}
.align-all-fxStr-spcArd {
  justify-content: flex-start;
  align-items: space-around;
}
.align-all-fxStr-stre {
  justify-content: flex-start;
  align-items: stretch;
}
.align-all-fxEnd-fxStr {
  justify-content: flex-end;
  align-items: flex-start;
}
.align-all-fxEnd-fxEnd {
  justify-content: flex-end;
  align-items: flex-end;
}
.align-all-fxEnd-ctr {
  justify-content: flex-end;
  align-items: center;
}
.align-all-fxEnd-spcBtw {
  justify-content: flex-end;
  align-items: space-between;
}
.align-all-fxEnd-spcArd {
  justify-content: flex-end;
  align-items: space-around;
}
.align-all-fxEnd-stre {
  justify-content: flex-end;
  align-items: stretch;
}
.align-all-ctr-fxStr {
  justify-content: center;
  align-items: flex-start;
}
.align-all-ctr-fxEnd {
  justify-content: center;
  align-items: flex-end;
}
.align-all-ctr-ctr {
  justify-content: center;
  align-items: center;
}
.align-all-ctr-spcBtw {
  justify-content: center;
  align-items: space-between;
}
.align-all-ctr-spcArd {
  justify-content: center;
  align-items: space-around;
}
.align-all-ctr-stre {
  justify-content: center;
  align-items: stretch;
}
.align-all-spcBtw-fxStr {
  justify-content: space-between;
  align-items: flex-start;
}
.align-all-spcBtw-fxEnd {
  justify-content: space-between;
  align-items: flex-end;
}
.align-all-spcBtw-ctr {
  justify-content: space-between;
  align-items: center;
}
.align-all-spcBtw-spcBtw {
  justify-content: space-between;
  align-items: space-between;
}
.align-all-spcBtw-spcArd {
  justify-content: space-between;
  align-items: space-around;
}
.align-all-spcBtw-stre {
  justify-content: space-between;
  align-items: stretch;
}
.align-all-spcArd-fxStr {
  justify-content: space-around;
  align-items: flex-start;
}
.align-all-spcArd-fxEnd {
  justify-content: space-around;
  align-items: flex-end;
}
.align-all-spcArd-ctr {
  justify-content: space-around;
  align-items: center;
}
.align-all-spcArd-spcBtw {
  justify-content: space-around;
  align-items: space-between;
}
.align-all-spcArd-spcArd {
  justify-content: space-around;
  align-items: space-around;
}
.align-all-spcArd-stre {
  justify-content: space-around;
  align-items: stretch;
}
.align-all-spcEvn-fxStr {
  justify-content: space-evenly;
  align-items: flex-start;
}
.align-all-spcEvn-fxEnd {
  justify-content: space-evenly;
  align-items: flex-end;
}
.align-all-spcEvn-ctr {
  justify-content: space-evenly;
  align-items: center;
}
.align-all-spcEvn-spcBtw {
  justify-content: space-evenly;
  align-items: space-between;
}
.align-all-spcEvn-spcArd {
  justify-content: space-evenly;
  align-items: space-around;
}
.align-all-spcEvn-stre {
  justify-content: space-evenly;
  align-items: stretch;
}
@media screen and (max-width: 599.98px) {
  .align-xs-fxStr-fxStr {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-fxStr-fxEnd {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-fxStr-ctr {
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-fxStr-spcBtw {
    justify-content: flex-start;
    align-items: space-between;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-fxStr-spcArd {
    justify-content: flex-start;
    align-items: space-around;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-fxStr-stre {
    justify-content: flex-start;
    align-items: stretch;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-fxEnd-fxStr {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-fxEnd-fxEnd {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-fxEnd-ctr {
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-fxEnd-spcBtw {
    justify-content: flex-end;
    align-items: space-between;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-fxEnd-spcArd {
    justify-content: flex-end;
    align-items: space-around;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-fxEnd-stre {
    justify-content: flex-end;
    align-items: stretch;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-ctr-fxStr {
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-ctr-fxEnd {
    justify-content: center;
    align-items: flex-end;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-ctr-ctr {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-ctr-spcBtw {
    justify-content: center;
    align-items: space-between;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-ctr-spcArd {
    justify-content: center;
    align-items: space-around;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-ctr-stre {
    justify-content: center;
    align-items: stretch;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-spcBtw-fxStr {
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-spcBtw-fxEnd {
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-spcBtw-ctr {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-spcBtw-spcBtw {
    justify-content: space-between;
    align-items: space-between;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-spcBtw-spcArd {
    justify-content: space-between;
    align-items: space-around;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-spcBtw-stre {
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-spcArd-fxStr {
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-spcArd-fxEnd {
    justify-content: space-around;
    align-items: flex-end;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-spcArd-ctr {
    justify-content: space-around;
    align-items: center;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-spcArd-spcBtw {
    justify-content: space-around;
    align-items: space-between;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-spcArd-spcArd {
    justify-content: space-around;
    align-items: space-around;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-spcArd-stre {
    justify-content: space-around;
    align-items: stretch;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-spcEvn-fxStr {
    justify-content: space-evenly;
    align-items: flex-start;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-spcEvn-fxEnd {
    justify-content: space-evenly;
    align-items: flex-end;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-spcEvn-ctr {
    justify-content: space-evenly;
    align-items: center;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-spcEvn-spcBtw {
    justify-content: space-evenly;
    align-items: space-between;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-spcEvn-spcArd {
    justify-content: space-evenly;
    align-items: space-around;
  }
}
@media screen and (max-width: 599.98px) {
  .align-xs-spcEvn-stre {
    justify-content: space-evenly;
    align-items: stretch;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-fxStr-fxStr {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-fxStr-fxEnd {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-fxStr-ctr {
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-fxStr-spcBtw {
    justify-content: flex-start;
    align-items: space-between;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-fxStr-spcArd {
    justify-content: flex-start;
    align-items: space-around;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-fxStr-stre {
    justify-content: flex-start;
    align-items: stretch;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-fxEnd-fxStr {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-fxEnd-fxEnd {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-fxEnd-ctr {
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-fxEnd-spcBtw {
    justify-content: flex-end;
    align-items: space-between;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-fxEnd-spcArd {
    justify-content: flex-end;
    align-items: space-around;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-fxEnd-stre {
    justify-content: flex-end;
    align-items: stretch;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-ctr-fxStr {
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-ctr-fxEnd {
    justify-content: center;
    align-items: flex-end;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-ctr-ctr {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-ctr-spcBtw {
    justify-content: center;
    align-items: space-between;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-ctr-spcArd {
    justify-content: center;
    align-items: space-around;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-ctr-stre {
    justify-content: center;
    align-items: stretch;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-spcBtw-fxStr {
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-spcBtw-fxEnd {
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-spcBtw-ctr {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-spcBtw-spcBtw {
    justify-content: space-between;
    align-items: space-between;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-spcBtw-spcArd {
    justify-content: space-between;
    align-items: space-around;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-spcBtw-stre {
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-spcArd-fxStr {
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-spcArd-fxEnd {
    justify-content: space-around;
    align-items: flex-end;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-spcArd-ctr {
    justify-content: space-around;
    align-items: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-spcArd-spcBtw {
    justify-content: space-around;
    align-items: space-between;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-spcArd-spcArd {
    justify-content: space-around;
    align-items: space-around;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-spcArd-stre {
    justify-content: space-around;
    align-items: stretch;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-spcEvn-fxStr {
    justify-content: space-evenly;
    align-items: flex-start;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-spcEvn-fxEnd {
    justify-content: space-evenly;
    align-items: flex-end;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-spcEvn-ctr {
    justify-content: space-evenly;
    align-items: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-spcEvn-spcBtw {
    justify-content: space-evenly;
    align-items: space-between;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-spcEvn-spcArd {
    justify-content: space-evenly;
    align-items: space-around;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .align-sm-spcEvn-stre {
    justify-content: space-evenly;
    align-items: stretch;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-fxStr-fxStr {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-fxStr-fxEnd {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-fxStr-ctr {
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-fxStr-spcBtw {
    justify-content: flex-start;
    align-items: space-between;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-fxStr-spcArd {
    justify-content: flex-start;
    align-items: space-around;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-fxStr-stre {
    justify-content: flex-start;
    align-items: stretch;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-fxEnd-fxStr {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-fxEnd-fxEnd {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-fxEnd-ctr {
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-fxEnd-spcBtw {
    justify-content: flex-end;
    align-items: space-between;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-fxEnd-spcArd {
    justify-content: flex-end;
    align-items: space-around;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-fxEnd-stre {
    justify-content: flex-end;
    align-items: stretch;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-ctr-fxStr {
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-ctr-fxEnd {
    justify-content: center;
    align-items: flex-end;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-ctr-ctr {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-ctr-spcBtw {
    justify-content: center;
    align-items: space-between;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-ctr-spcArd {
    justify-content: center;
    align-items: space-around;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-ctr-stre {
    justify-content: center;
    align-items: stretch;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-spcBtw-fxStr {
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-spcBtw-fxEnd {
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-spcBtw-ctr {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-spcBtw-spcBtw {
    justify-content: space-between;
    align-items: space-between;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-spcBtw-spcArd {
    justify-content: space-between;
    align-items: space-around;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-spcBtw-stre {
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-spcArd-fxStr {
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-spcArd-fxEnd {
    justify-content: space-around;
    align-items: flex-end;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-spcArd-ctr {
    justify-content: space-around;
    align-items: center;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-spcArd-spcBtw {
    justify-content: space-around;
    align-items: space-between;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-spcArd-spcArd {
    justify-content: space-around;
    align-items: space-around;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-spcArd-stre {
    justify-content: space-around;
    align-items: stretch;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-spcEvn-fxStr {
    justify-content: space-evenly;
    align-items: flex-start;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-spcEvn-fxEnd {
    justify-content: space-evenly;
    align-items: flex-end;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-spcEvn-ctr {
    justify-content: space-evenly;
    align-items: center;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-spcEvn-spcBtw {
    justify-content: space-evenly;
    align-items: space-between;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-spcEvn-spcArd {
    justify-content: space-evenly;
    align-items: space-around;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .align-md-spcEvn-stre {
    justify-content: space-evenly;
    align-items: stretch;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-fxStr-fxStr {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-fxStr-fxEnd {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-fxStr-ctr {
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-fxStr-spcBtw {
    justify-content: flex-start;
    align-items: space-between;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-fxStr-spcArd {
    justify-content: flex-start;
    align-items: space-around;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-fxStr-stre {
    justify-content: flex-start;
    align-items: stretch;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-fxEnd-fxStr {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-fxEnd-fxEnd {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-fxEnd-ctr {
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-fxEnd-spcBtw {
    justify-content: flex-end;
    align-items: space-between;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-fxEnd-spcArd {
    justify-content: flex-end;
    align-items: space-around;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-fxEnd-stre {
    justify-content: flex-end;
    align-items: stretch;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-ctr-fxStr {
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-ctr-fxEnd {
    justify-content: center;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-ctr-ctr {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-ctr-spcBtw {
    justify-content: center;
    align-items: space-between;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-ctr-spcArd {
    justify-content: center;
    align-items: space-around;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-ctr-stre {
    justify-content: center;
    align-items: stretch;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-spcBtw-fxStr {
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-spcBtw-fxEnd {
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-spcBtw-ctr {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-spcBtw-spcBtw {
    justify-content: space-between;
    align-items: space-between;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-spcBtw-spcArd {
    justify-content: space-between;
    align-items: space-around;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-spcBtw-stre {
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-spcArd-fxStr {
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-spcArd-fxEnd {
    justify-content: space-around;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-spcArd-ctr {
    justify-content: space-around;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-spcArd-spcBtw {
    justify-content: space-around;
    align-items: space-between;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-spcArd-spcArd {
    justify-content: space-around;
    align-items: space-around;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-spcArd-stre {
    justify-content: space-around;
    align-items: stretch;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-spcEvn-fxStr {
    justify-content: space-evenly;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-spcEvn-fxEnd {
    justify-content: space-evenly;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-spcEvn-ctr {
    justify-content: space-evenly;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-spcEvn-spcBtw {
    justify-content: space-evenly;
    align-items: space-between;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-spcEvn-spcArd {
    justify-content: space-evenly;
    align-items: space-around;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .align-lg-spcEvn-stre {
    justify-content: space-evenly;
    align-items: stretch;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-fxStr-fxStr {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-fxStr-fxEnd {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-fxStr-ctr {
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-fxStr-spcBtw {
    justify-content: flex-start;
    align-items: space-between;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-fxStr-spcArd {
    justify-content: flex-start;
    align-items: space-around;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-fxStr-stre {
    justify-content: flex-start;
    align-items: stretch;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-fxEnd-fxStr {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-fxEnd-fxEnd {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-fxEnd-ctr {
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-fxEnd-spcBtw {
    justify-content: flex-end;
    align-items: space-between;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-fxEnd-spcArd {
    justify-content: flex-end;
    align-items: space-around;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-fxEnd-stre {
    justify-content: flex-end;
    align-items: stretch;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-ctr-fxStr {
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-ctr-fxEnd {
    justify-content: center;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-ctr-ctr {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-ctr-spcBtw {
    justify-content: center;
    align-items: space-between;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-ctr-spcArd {
    justify-content: center;
    align-items: space-around;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-ctr-stre {
    justify-content: center;
    align-items: stretch;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-spcBtw-fxStr {
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-spcBtw-fxEnd {
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-spcBtw-ctr {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-spcBtw-spcBtw {
    justify-content: space-between;
    align-items: space-between;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-spcBtw-spcArd {
    justify-content: space-between;
    align-items: space-around;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-spcBtw-stre {
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-spcArd-fxStr {
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-spcArd-fxEnd {
    justify-content: space-around;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-spcArd-ctr {
    justify-content: space-around;
    align-items: center;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-spcArd-spcBtw {
    justify-content: space-around;
    align-items: space-between;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-spcArd-spcArd {
    justify-content: space-around;
    align-items: space-around;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-spcArd-stre {
    justify-content: space-around;
    align-items: stretch;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-spcEvn-fxStr {
    justify-content: space-evenly;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-spcEvn-fxEnd {
    justify-content: space-evenly;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-spcEvn-ctr {
    justify-content: space-evenly;
    align-items: center;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-spcEvn-spcBtw {
    justify-content: space-evenly;
    align-items: space-between;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-spcEvn-spcArd {
    justify-content: space-evenly;
    align-items: space-around;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .align-xl-spcEvn-stre {
    justify-content: space-evenly;
    align-items: stretch;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-fxStr-fxStr {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-fxStr-fxEnd {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-fxStr-ctr {
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-fxStr-spcBtw {
    justify-content: flex-start;
    align-items: space-between;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-fxStr-spcArd {
    justify-content: flex-start;
    align-items: space-around;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-fxStr-stre {
    justify-content: flex-start;
    align-items: stretch;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-fxEnd-fxStr {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-fxEnd-fxEnd {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-fxEnd-ctr {
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-fxEnd-spcBtw {
    justify-content: flex-end;
    align-items: space-between;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-fxEnd-spcArd {
    justify-content: flex-end;
    align-items: space-around;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-fxEnd-stre {
    justify-content: flex-end;
    align-items: stretch;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-ctr-fxStr {
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-ctr-fxEnd {
    justify-content: center;
    align-items: flex-end;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-ctr-ctr {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-ctr-spcBtw {
    justify-content: center;
    align-items: space-between;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-ctr-spcArd {
    justify-content: center;
    align-items: space-around;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-ctr-stre {
    justify-content: center;
    align-items: stretch;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-spcBtw-fxStr {
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-spcBtw-fxEnd {
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-spcBtw-ctr {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-spcBtw-spcBtw {
    justify-content: space-between;
    align-items: space-between;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-spcBtw-spcArd {
    justify-content: space-between;
    align-items: space-around;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-spcBtw-stre {
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-spcArd-fxStr {
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-spcArd-fxEnd {
    justify-content: space-around;
    align-items: flex-end;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-spcArd-ctr {
    justify-content: space-around;
    align-items: center;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-spcArd-spcBtw {
    justify-content: space-around;
    align-items: space-between;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-spcArd-spcArd {
    justify-content: space-around;
    align-items: space-around;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-spcArd-stre {
    justify-content: space-around;
    align-items: stretch;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-spcEvn-fxStr {
    justify-content: space-evenly;
    align-items: flex-start;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-spcEvn-fxEnd {
    justify-content: space-evenly;
    align-items: flex-end;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-spcEvn-ctr {
    justify-content: space-evenly;
    align-items: center;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-spcEvn-spcBtw {
    justify-content: space-evenly;
    align-items: space-between;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-spcEvn-spcArd {
    justify-content: space-evenly;
    align-items: space-around;
  }
}
@media screen and (max-width: 599.98px) {
  .align-ltSm-spcEvn-stre {
    justify-content: space-evenly;
    align-items: stretch;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-fxStr-fxStr {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-fxStr-fxEnd {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-fxStr-ctr {
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-fxStr-spcBtw {
    justify-content: flex-start;
    align-items: space-between;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-fxStr-spcArd {
    justify-content: flex-start;
    align-items: space-around;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-fxStr-stre {
    justify-content: flex-start;
    align-items: stretch;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-fxEnd-fxStr {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-fxEnd-fxEnd {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-fxEnd-ctr {
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-fxEnd-spcBtw {
    justify-content: flex-end;
    align-items: space-between;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-fxEnd-spcArd {
    justify-content: flex-end;
    align-items: space-around;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-fxEnd-stre {
    justify-content: flex-end;
    align-items: stretch;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-ctr-fxStr {
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-ctr-fxEnd {
    justify-content: center;
    align-items: flex-end;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-ctr-ctr {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-ctr-spcBtw {
    justify-content: center;
    align-items: space-between;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-ctr-spcArd {
    justify-content: center;
    align-items: space-around;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-ctr-stre {
    justify-content: center;
    align-items: stretch;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-spcBtw-fxStr {
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-spcBtw-fxEnd {
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-spcBtw-ctr {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-spcBtw-spcBtw {
    justify-content: space-between;
    align-items: space-between;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-spcBtw-spcArd {
    justify-content: space-between;
    align-items: space-around;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-spcBtw-stre {
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-spcArd-fxStr {
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-spcArd-fxEnd {
    justify-content: space-around;
    align-items: flex-end;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-spcArd-ctr {
    justify-content: space-around;
    align-items: center;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-spcArd-spcBtw {
    justify-content: space-around;
    align-items: space-between;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-spcArd-spcArd {
    justify-content: space-around;
    align-items: space-around;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-spcArd-stre {
    justify-content: space-around;
    align-items: stretch;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-spcEvn-fxStr {
    justify-content: space-evenly;
    align-items: flex-start;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-spcEvn-fxEnd {
    justify-content: space-evenly;
    align-items: flex-end;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-spcEvn-ctr {
    justify-content: space-evenly;
    align-items: center;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-spcEvn-spcBtw {
    justify-content: space-evenly;
    align-items: space-between;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-spcEvn-spcArd {
    justify-content: space-evenly;
    align-items: space-around;
  }
}
@media screen and (max-width: 959.98px) {
  .align-ltMd-spcEvn-stre {
    justify-content: space-evenly;
    align-items: stretch;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-fxStr-fxStr {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-fxStr-fxEnd {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-fxStr-ctr {
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-fxStr-spcBtw {
    justify-content: flex-start;
    align-items: space-between;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-fxStr-spcArd {
    justify-content: flex-start;
    align-items: space-around;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-fxStr-stre {
    justify-content: flex-start;
    align-items: stretch;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-fxEnd-fxStr {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-fxEnd-fxEnd {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-fxEnd-ctr {
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-fxEnd-spcBtw {
    justify-content: flex-end;
    align-items: space-between;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-fxEnd-spcArd {
    justify-content: flex-end;
    align-items: space-around;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-fxEnd-stre {
    justify-content: flex-end;
    align-items: stretch;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-ctr-fxStr {
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-ctr-fxEnd {
    justify-content: center;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-ctr-ctr {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-ctr-spcBtw {
    justify-content: center;
    align-items: space-between;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-ctr-spcArd {
    justify-content: center;
    align-items: space-around;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-ctr-stre {
    justify-content: center;
    align-items: stretch;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-spcBtw-fxStr {
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-spcBtw-fxEnd {
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-spcBtw-ctr {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-spcBtw-spcBtw {
    justify-content: space-between;
    align-items: space-between;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-spcBtw-spcArd {
    justify-content: space-between;
    align-items: space-around;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-spcBtw-stre {
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-spcArd-fxStr {
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-spcArd-fxEnd {
    justify-content: space-around;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-spcArd-ctr {
    justify-content: space-around;
    align-items: center;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-spcArd-spcBtw {
    justify-content: space-around;
    align-items: space-between;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-spcArd-spcArd {
    justify-content: space-around;
    align-items: space-around;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-spcArd-stre {
    justify-content: space-around;
    align-items: stretch;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-spcEvn-fxStr {
    justify-content: space-evenly;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-spcEvn-fxEnd {
    justify-content: space-evenly;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-spcEvn-ctr {
    justify-content: space-evenly;
    align-items: center;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-spcEvn-spcBtw {
    justify-content: space-evenly;
    align-items: space-between;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-spcEvn-spcArd {
    justify-content: space-evenly;
    align-items: space-around;
  }
}
@media screen and (max-width: 1279.98px) {
  .align-ltLg-spcEvn-stre {
    justify-content: space-evenly;
    align-items: stretch;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-fxStr-fxStr {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-fxStr-fxEnd {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-fxStr-ctr {
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-fxStr-spcBtw {
    justify-content: flex-start;
    align-items: space-between;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-fxStr-spcArd {
    justify-content: flex-start;
    align-items: space-around;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-fxStr-stre {
    justify-content: flex-start;
    align-items: stretch;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-fxEnd-fxStr {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-fxEnd-fxEnd {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-fxEnd-ctr {
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-fxEnd-spcBtw {
    justify-content: flex-end;
    align-items: space-between;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-fxEnd-spcArd {
    justify-content: flex-end;
    align-items: space-around;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-fxEnd-stre {
    justify-content: flex-end;
    align-items: stretch;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-ctr-fxStr {
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-ctr-fxEnd {
    justify-content: center;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-ctr-ctr {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-ctr-spcBtw {
    justify-content: center;
    align-items: space-between;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-ctr-spcArd {
    justify-content: center;
    align-items: space-around;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-ctr-stre {
    justify-content: center;
    align-items: stretch;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-spcBtw-fxStr {
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-spcBtw-fxEnd {
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-spcBtw-ctr {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-spcBtw-spcBtw {
    justify-content: space-between;
    align-items: space-between;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-spcBtw-spcArd {
    justify-content: space-between;
    align-items: space-around;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-spcBtw-stre {
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-spcArd-fxStr {
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-spcArd-fxEnd {
    justify-content: space-around;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-spcArd-ctr {
    justify-content: space-around;
    align-items: center;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-spcArd-spcBtw {
    justify-content: space-around;
    align-items: space-between;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-spcArd-spcArd {
    justify-content: space-around;
    align-items: space-around;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-spcArd-stre {
    justify-content: space-around;
    align-items: stretch;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-spcEvn-fxStr {
    justify-content: space-evenly;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-spcEvn-fxEnd {
    justify-content: space-evenly;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-spcEvn-ctr {
    justify-content: space-evenly;
    align-items: center;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-spcEvn-spcBtw {
    justify-content: space-evenly;
    align-items: space-between;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-spcEvn-spcArd {
    justify-content: space-evenly;
    align-items: space-around;
  }
}
@media screen and (max-width: 1919.98px) {
  .align-ltXl-spcEvn-stre {
    justify-content: space-evenly;
    align-items: stretch;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-fxStr-fxStr {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-fxStr-fxEnd {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-fxStr-ctr {
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-fxStr-spcBtw {
    justify-content: flex-start;
    align-items: space-between;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-fxStr-spcArd {
    justify-content: flex-start;
    align-items: space-around;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-fxStr-stre {
    justify-content: flex-start;
    align-items: stretch;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-fxEnd-fxStr {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-fxEnd-fxEnd {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-fxEnd-ctr {
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-fxEnd-spcBtw {
    justify-content: flex-end;
    align-items: space-between;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-fxEnd-spcArd {
    justify-content: flex-end;
    align-items: space-around;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-fxEnd-stre {
    justify-content: flex-end;
    align-items: stretch;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-ctr-fxStr {
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-ctr-fxEnd {
    justify-content: center;
    align-items: flex-end;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-ctr-ctr {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-ctr-spcBtw {
    justify-content: center;
    align-items: space-between;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-ctr-spcArd {
    justify-content: center;
    align-items: space-around;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-ctr-stre {
    justify-content: center;
    align-items: stretch;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-spcBtw-fxStr {
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-spcBtw-fxEnd {
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-spcBtw-ctr {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-spcBtw-spcBtw {
    justify-content: space-between;
    align-items: space-between;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-spcBtw-spcArd {
    justify-content: space-between;
    align-items: space-around;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-spcBtw-stre {
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-spcArd-fxStr {
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-spcArd-fxEnd {
    justify-content: space-around;
    align-items: flex-end;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-spcArd-ctr {
    justify-content: space-around;
    align-items: center;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-spcArd-spcBtw {
    justify-content: space-around;
    align-items: space-between;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-spcArd-spcArd {
    justify-content: space-around;
    align-items: space-around;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-spcArd-stre {
    justify-content: space-around;
    align-items: stretch;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-spcEvn-fxStr {
    justify-content: space-evenly;
    align-items: flex-start;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-spcEvn-fxEnd {
    justify-content: space-evenly;
    align-items: flex-end;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-spcEvn-ctr {
    justify-content: space-evenly;
    align-items: center;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-spcEvn-spcBtw {
    justify-content: space-evenly;
    align-items: space-between;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-spcEvn-spcArd {
    justify-content: space-evenly;
    align-items: space-around;
  }
}
@media screen and (min-width: 600px) {
  .align-gtXs-spcEvn-stre {
    justify-content: space-evenly;
    align-items: stretch;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-fxStr-fxStr {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-fxStr-fxEnd {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-fxStr-ctr {
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-fxStr-spcBtw {
    justify-content: flex-start;
    align-items: space-between;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-fxStr-spcArd {
    justify-content: flex-start;
    align-items: space-around;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-fxStr-stre {
    justify-content: flex-start;
    align-items: stretch;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-fxEnd-fxStr {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-fxEnd-fxEnd {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-fxEnd-ctr {
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-fxEnd-spcBtw {
    justify-content: flex-end;
    align-items: space-between;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-fxEnd-spcArd {
    justify-content: flex-end;
    align-items: space-around;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-fxEnd-stre {
    justify-content: flex-end;
    align-items: stretch;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-ctr-fxStr {
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-ctr-fxEnd {
    justify-content: center;
    align-items: flex-end;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-ctr-ctr {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-ctr-spcBtw {
    justify-content: center;
    align-items: space-between;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-ctr-spcArd {
    justify-content: center;
    align-items: space-around;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-ctr-stre {
    justify-content: center;
    align-items: stretch;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-spcBtw-fxStr {
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-spcBtw-fxEnd {
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-spcBtw-ctr {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-spcBtw-spcBtw {
    justify-content: space-between;
    align-items: space-between;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-spcBtw-spcArd {
    justify-content: space-between;
    align-items: space-around;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-spcBtw-stre {
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-spcArd-fxStr {
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-spcArd-fxEnd {
    justify-content: space-around;
    align-items: flex-end;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-spcArd-ctr {
    justify-content: space-around;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-spcArd-spcBtw {
    justify-content: space-around;
    align-items: space-between;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-spcArd-spcArd {
    justify-content: space-around;
    align-items: space-around;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-spcArd-stre {
    justify-content: space-around;
    align-items: stretch;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-spcEvn-fxStr {
    justify-content: space-evenly;
    align-items: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-spcEvn-fxEnd {
    justify-content: space-evenly;
    align-items: flex-end;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-spcEvn-ctr {
    justify-content: space-evenly;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-spcEvn-spcBtw {
    justify-content: space-evenly;
    align-items: space-between;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-spcEvn-spcArd {
    justify-content: space-evenly;
    align-items: space-around;
  }
}
@media screen and (min-width: 960px) {
  .align-gtSm-spcEvn-stre {
    justify-content: space-evenly;
    align-items: stretch;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-fxStr-fxStr {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-fxStr-fxEnd {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-fxStr-ctr {
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-fxStr-spcBtw {
    justify-content: flex-start;
    align-items: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-fxStr-spcArd {
    justify-content: flex-start;
    align-items: space-around;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-fxStr-stre {
    justify-content: flex-start;
    align-items: stretch;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-fxEnd-fxStr {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-fxEnd-fxEnd {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-fxEnd-ctr {
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-fxEnd-spcBtw {
    justify-content: flex-end;
    align-items: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-fxEnd-spcArd {
    justify-content: flex-end;
    align-items: space-around;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-fxEnd-stre {
    justify-content: flex-end;
    align-items: stretch;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-ctr-fxStr {
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-ctr-fxEnd {
    justify-content: center;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-ctr-ctr {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-ctr-spcBtw {
    justify-content: center;
    align-items: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-ctr-spcArd {
    justify-content: center;
    align-items: space-around;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-ctr-stre {
    justify-content: center;
    align-items: stretch;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-spcBtw-fxStr {
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-spcBtw-fxEnd {
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-spcBtw-ctr {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-spcBtw-spcBtw {
    justify-content: space-between;
    align-items: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-spcBtw-spcArd {
    justify-content: space-between;
    align-items: space-around;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-spcBtw-stre {
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-spcArd-fxStr {
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-spcArd-fxEnd {
    justify-content: space-around;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-spcArd-ctr {
    justify-content: space-around;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-spcArd-spcBtw {
    justify-content: space-around;
    align-items: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-spcArd-spcArd {
    justify-content: space-around;
    align-items: space-around;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-spcArd-stre {
    justify-content: space-around;
    align-items: stretch;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-spcEvn-fxStr {
    justify-content: space-evenly;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-spcEvn-fxEnd {
    justify-content: space-evenly;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-spcEvn-ctr {
    justify-content: space-evenly;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-spcEvn-spcBtw {
    justify-content: space-evenly;
    align-items: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-spcEvn-spcArd {
    justify-content: space-evenly;
    align-items: space-around;
  }
}
@media screen and (min-width: 1280px) {
  .align-gtMd-spcEvn-stre {
    justify-content: space-evenly;
    align-items: stretch;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-fxStr-fxStr {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-fxStr-fxEnd {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-fxStr-ctr {
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-fxStr-spcBtw {
    justify-content: flex-start;
    align-items: space-between;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-fxStr-spcArd {
    justify-content: flex-start;
    align-items: space-around;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-fxStr-stre {
    justify-content: flex-start;
    align-items: stretch;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-fxEnd-fxStr {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-fxEnd-fxEnd {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-fxEnd-ctr {
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-fxEnd-spcBtw {
    justify-content: flex-end;
    align-items: space-between;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-fxEnd-spcArd {
    justify-content: flex-end;
    align-items: space-around;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-fxEnd-stre {
    justify-content: flex-end;
    align-items: stretch;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-ctr-fxStr {
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-ctr-fxEnd {
    justify-content: center;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-ctr-ctr {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-ctr-spcBtw {
    justify-content: center;
    align-items: space-between;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-ctr-spcArd {
    justify-content: center;
    align-items: space-around;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-ctr-stre {
    justify-content: center;
    align-items: stretch;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-spcBtw-fxStr {
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-spcBtw-fxEnd {
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-spcBtw-ctr {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-spcBtw-spcBtw {
    justify-content: space-between;
    align-items: space-between;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-spcBtw-spcArd {
    justify-content: space-between;
    align-items: space-around;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-spcBtw-stre {
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-spcArd-fxStr {
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-spcArd-fxEnd {
    justify-content: space-around;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-spcArd-ctr {
    justify-content: space-around;
    align-items: center;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-spcArd-spcBtw {
    justify-content: space-around;
    align-items: space-between;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-spcArd-spcArd {
    justify-content: space-around;
    align-items: space-around;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-spcArd-stre {
    justify-content: space-around;
    align-items: stretch;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-spcEvn-fxStr {
    justify-content: space-evenly;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-spcEvn-fxEnd {
    justify-content: space-evenly;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-spcEvn-ctr {
    justify-content: space-evenly;
    align-items: center;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-spcEvn-spcBtw {
    justify-content: space-evenly;
    align-items: space-between;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-spcEvn-spcArd {
    justify-content: space-evenly;
    align-items: space-around;
  }
}
@media screen and (min-width: 1920px) {
  .align-gtLg-spcEvn-stre {
    justify-content: space-evenly;
    align-items: stretch;
  }
}
@media all {
  .fill-all-0-0 {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media all {
  .fill-all-0-1 {
    flex-grow: 0;
    flex-shrink: 1;
  }
}
@media all {
  .fill-all-1-0 {
    flex-grow: 1;
    flex-shrink: 0;
  }
}
@media all {
  .fill-all-1-1 {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 599.98px) {
  .fill-xs-0-0 {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 599.98px) {
  .fill-xs-0-1 {
    flex-grow: 0;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 599.98px) {
  .fill-xs-1-0 {
    flex-grow: 1;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 599.98px) {
  .fill-xs-1-1 {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fill-sm-0-0 {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fill-sm-0-1 {
    flex-grow: 0;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fill-sm-1-0 {
    flex-grow: 1;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fill-sm-1-1 {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fill-md-0-0 {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fill-md-0-1 {
    flex-grow: 0;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fill-md-1-0 {
    flex-grow: 1;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fill-md-1-1 {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fill-lg-0-0 {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fill-lg-0-1 {
    flex-grow: 0;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fill-lg-1-0 {
    flex-grow: 1;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fill-lg-1-1 {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fill-xl-0-0 {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fill-xl-0-1 {
    flex-grow: 0;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fill-xl-1-0 {
    flex-grow: 1;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fill-xl-1-1 {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 599.98px) {
  .fill-ltSm-0-0 {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 599.98px) {
  .fill-ltSm-0-1 {
    flex-grow: 0;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 599.98px) {
  .fill-ltSm-1-0 {
    flex-grow: 1;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 599.98px) {
  .fill-ltSm-1-1 {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 959.98px) {
  .fill-ltMd-0-0 {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959.98px) {
  .fill-ltMd-0-1 {
    flex-grow: 0;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 959.98px) {
  .fill-ltMd-1-0 {
    flex-grow: 1;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959.98px) {
  .fill-ltMd-1-1 {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1279.98px) {
  .fill-ltLg-0-0 {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1279.98px) {
  .fill-ltLg-0-1 {
    flex-grow: 0;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1279.98px) {
  .fill-ltLg-1-0 {
    flex-grow: 1;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1279.98px) {
  .fill-ltLg-1-1 {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1919.98px) {
  .fill-ltXl-0-0 {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1919.98px) {
  .fill-ltXl-0-1 {
    flex-grow: 0;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1919.98px) {
  .fill-ltXl-1-0 {
    flex-grow: 1;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1919.98px) {
  .fill-ltXl-1-1 {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 600px) {
  .fill-gtXs-0-0 {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 600px) {
  .fill-gtXs-0-1 {
    flex-grow: 0;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 600px) {
  .fill-gtXs-1-0 {
    flex-grow: 1;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 600px) {
  .fill-gtXs-1-1 {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 960px) {
  .fill-gtSm-0-0 {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 960px) {
  .fill-gtSm-0-1 {
    flex-grow: 0;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 960px) {
  .fill-gtSm-1-0 {
    flex-grow: 1;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 960px) {
  .fill-gtSm-1-1 {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 1280px) {
  .fill-gtMd-0-0 {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1280px) {
  .fill-gtMd-0-1 {
    flex-grow: 0;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 1280px) {
  .fill-gtMd-1-0 {
    flex-grow: 1;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1280px) {
  .fill-gtMd-1-1 {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 1920px) {
  .fill-gtLg-0-0 {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1920px) {
  .fill-gtLg-0-1 {
    flex-grow: 0;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 1920px) {
  .fill-gtLg-1-0 {
    flex-grow: 1;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1920px) {
  .fill-gtLg-1-1 {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
.hide-all {
  display: none !important;
}
@media screen and (max-width: 599.98px) {
  .hide-xs {
    display: none !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .hide-sm {
    display: none !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .hide-md {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .hide-lg {
    display: none !important;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .hide-xl {
    display: none !important;
  }
}
@media screen and (max-width: 599.98px) {
  .hide-ltSm {
    display: none !important;
  }
}
@media screen and (max-width: 959.98px) {
  .hide-ltMd {
    display: none !important;
  }
}
@media screen and (max-width: 1279.98px) {
  .hide-ltLg {
    display: none !important;
  }
}
@media screen and (max-width: 1919.98px) {
  .hide-ltXl {
    display: none !important;
  }
}
@media screen and (min-width: 600px) {
  .hide-gtXs {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .hide-gtSm {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .hide-gtMd {
    display: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .hide-gtLg {
    display: none !important;
  }
}
.show-all {
  display: block !important;
}
@media screen and (max-width: 599.98px) {
  .show-xs {
    display: block !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .show-sm {
    display: block !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .show-md {
    display: block !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .show-lg {
    display: block !important;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .show-xl {
    display: block !important;
  }
}
@media screen and (max-width: 599.98px) {
  .show-ltSm {
    display: block !important;
  }
}
@media screen and (max-width: 959.98px) {
  .show-ltMd {
    display: block !important;
  }
}
@media screen and (max-width: 1279.98px) {
  .show-ltLg {
    display: block !important;
  }
}
@media screen and (max-width: 1919.98px) {
  .show-ltXl {
    display: block !important;
  }
}
@media screen and (min-width: 600px) {
  .show-gtXs {
    display: block !important;
  }
}
@media screen and (min-width: 960px) {
  .show-gtSm {
    display: block !important;
  }
}
@media screen and (min-width: 1280px) {
  .show-gtMd {
    display: block !important;
  }
}
@media screen and (min-width: 1920px) {
  .show-gtLg {
    display: block !important;
  }
}
.fx-show-all {
  display: flex !important;
}
@media screen and (max-width: 599.98px) {
  .fx-show-xs {
    display: flex !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 959.98px) {
  .fx-show-sm {
    display: flex !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
  .fx-show-md {
    display: flex !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919.98px) {
  .fx-show-lg {
    display: flex !important;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .fx-show-xl {
    display: flex !important;
  }
}
@media screen and (max-width: 599.98px) {
  .fx-show-ltSm {
    display: flex !important;
  }
}
@media screen and (max-width: 959.98px) {
  .fx-show-ltMd {
    display: flex !important;
  }
}
@media screen and (max-width: 1279.98px) {
  .fx-show-ltLg {
    display: flex !important;
  }
}
@media screen and (max-width: 1919.98px) {
  .fx-show-ltXl {
    display: flex !important;
  }
}
@media screen and (min-width: 600px) {
  .fx-show-gtXs {
    display: flex !important;
  }
}
@media screen and (min-width: 960px) {
  .fx-show-gtSm {
    display: flex !important;
  }
}
@media screen and (min-width: 1280px) {
  .fx-show-gtMd {
    display: flex !important;
  }
}
@media screen and (min-width: 1920px) {
  .fx-show-gtLg {
    display: flex !important;
  }
}
html:not(.zoom-mode) {
  background-color: #07152b;
}
html:not(.zoom-mode) body {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background:
    radial-gradient(
      circle,
      rgb(13, 45, 109) 0%,
      rgb(7, 16, 29) 100%),
    url("./media/main-bg-BW32WLCK.jpg");
  background-blend-mode: multiply;
}
html.zoom-mode {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background:
    radial-gradient(
      circle,
      rgb(13, 45, 109) 0%,
      rgb(7, 16, 29) 100%),
    url("./media/main-bg-BW32WLCK.jpg");
  background-blend-mode: multiply;
}
html {
  top: 0 !important;
  font-size: 16px;
}
html.cdk-global-scrollblock body {
  overflow-y: hidden;
}
body {
  min-width: 320px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: rgb(40, 60, 90);
  opacity: 1;
  font-size: 0.875rem;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  min-height: 100vh;
}
body input:required:valid,
body input:focus:required:invalid,
body textarea:required:valid,
body textarea:focus:required:invalid {
  color: #666;
}
* {
  box-sizing: border-box;
}
*::-webkit-input-placeholder,
*:-moz-placeholder,
*::-moz-placeholder,
*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
img {
  max-width: 100%;
  object-fit: cover;
}
main {
  position: relative;
}
div {
  box-sizing: border-box;
}
button {
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
}
a {
  color: #000;
  text-decoration: none;
  transition: color 0.25s ease;
}
a:hover,
a:focus,
a:active,
a.active {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
p {
  margin: 0;
}
::selection,
::-moz-selection {
  background-color: #ffc600;
}
.bg-none {
  background: transparent !important;
}
.bg-white {
  background: #ffffff !important;
}
.green-link {
  color: #36987e;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 1rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.dashboard-panel-heading {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-top: -2px;
  margin-bottom: 39px;
}
.dashboard-panel-heading h1 {
  font-size: 25px;
  color: #000;
}
router-outlet + * {
  width: 100%;
  height: 100%;
}
.mat-snack-bar-container {
  background: #000000 !important;
  border: 1px solid #CCCCCC !important;
  color: #ffffff;
}
.langs-panel-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.langs-panel-box button {
  background-color: transparent !important;
}
.language-selector {
  display: flex;
}
app-language-selector {
  display: block;
}
app-review-radars {
  width: 100%;
  height: 100%;
}
.language-selector-toggler {
  padding: 0 13px !important;
  background-color: transparent;
}
.language-selector-toggler button {
  border-radius: 0;
}
.language-selector-toggler .lang-header {
  text-align: left;
  color: #8d8d8d;
  line-height: 24px;
  padding-top: 3px;
}
.language-selector-toggler .lang-info {
  display: flex;
  align-items: center;
}
.language-selector-toggler .lang-info .flag {
  width: 28px;
  height: 18px;
}
.language-selector-toggler .lang-info .flag img {
  width: 100%;
  height: auto;
}
.language-selector-toggler .lang-info .lang-name {
  margin-left: 9px;
  line-height: 26px;
}
.language-selector-toggler .lang-info img {
  width: 25px;
}
.mat-menu-content:not(:empty) {
  padding: 0 !important;
  border-radius: 0 !important;
}
.mat-menu-panel {
  background-color: rgba(47, 165, 226, 0.3);
  min-width: auto !important;
}
.mat-menu-content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  background-color: transparent;
}
.mat-menu-content .lang-image-circle {
  margin-right: 5px;
}
.mat-menu-content .mat-menu-item {
  background-color: transparent;
  width: 100%;
  align-items: center;
  display: flex !important;
  justify-content: center;
  line-height: 5px;
  height: 35px;
  margin-bottom: 5px;
}
.lang-image-circle .lang-image {
  width: 20px;
}
.lang-image-circle .lang-menu-item {
  line-height: 16px;
}
.lang-image-circle.lang-menu-item {
  width: 20px;
}
.app-main-layout {
  width: 100%;
  height: 100%;
}
.main-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-content-holder {
  height: 100%;
  background-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: 400;
  color: inherit;
}
.feedbacks_for_xychart {
  margin-top: 100px;
}
.router-animations {
  position: relative;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.animation-container {
  overflow: hidden;
}
.print-button {
  position: relative;
  cursor: pointer;
}
#all-armenia {
  margin: 30px;
}
app-guest-layout,
app-landing {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 0 100%;
  min-height: 100%;
}
.not_found_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.not_found_icon {
  padding: 30px 0;
  width: 200px;
}
.not_fonud_title {
  font-size: 52px;
  color: #fff;
  font-weight: 900;
}
.link_to_homapage a {
  color: #fff;
  display: flex;
  align-self: center;
}
.link_to_homapage a i {
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 10px;
}
.link_to_homapage a span {
  margin-left: 20px;
  align-self: center;
}
.wrap-session-main-container {
  width: 90%;
  margin: 0 auto;
  height: 100%;
  overflow-y: scroll;
}
.session_main_container {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.dark_logo {
  color: #0e173c !important;
}
.about_us_container {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 599.98px) {
  .about_us_container {
    margin-top: 50px;
    margin-left: 30px;
  }
}
.router-outlet-wrapper {
  height: 100%;
}
.sessions_title_big {
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0e173c;
}
.sessions_title_medium {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 50px;
}
.sessions_title_medium.title-medium {
  margin-top: 0;
}
.sessions_footer_medium {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.48px;
  color: #ffffff;
  margin-top: 50px;
}
.sessions_footer_medium.title-medium {
  margin-top: 0;
}
.session_content_container {
  position: relative;
}
.session_content {
  margin-top: 24px;
}
.session_content_row {
  text-align: justify;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: -0.31px;
  color: #ffffff;
}
.session_content_row.top_margin_medium {
  margin-top: 20px;
}
@media screen and (max-width: 959.98px) {
  .video_container iframe {
    height: 350px !important;
  }
}
.video_container i {
  position: absolute;
  top: -2px;
  left: -30px;
}
.video_container iframe {
  border: none;
}
.watch_video {
  position: relative;
  color: #ff1d24;
  font-weight: bold;
  margin-bottom: 10px;
}
.back_to_home {
  position: absolute;
  left: -60px;
  top: -5px;
  color: #ff1d24;
}
.back_to_home a i {
  border: 1px solid #ff1d24;
  border-radius: 100px;
  padding: 10px;
  background-color: rgba(255, 29, 36, 0.07);
}
.landing_footer {
  display: flex;
  justify-content: space-between;
}
.session_footer {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 50px auto 35px;
}
@media screen and (max-width: 959.98px) {
  .session_footer {
    flex-direction: column;
  }
  .session_footer .session_footer_container {
    flex: unset !important;
  }
  .session_footer .footer_links_container {
    margin-top: 20px;
  }
}
.footer_links_container {
  display: flex;
  align-self: center;
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 599.98px) {
  .footer_links_container {
    flex-direction: column;
  }
  .footer_links_container .footer_links {
    text-align: center !important;
    padding-right: unset;
    margin-right: unset;
  }
  .footer_links_container .footer_links:first-child {
    border-right: 0px solid #ffffff;
  }
}
.footer_links {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ffffff;
  color: #ffffff;
}
.footer_links a:hover {
  text-decoration: underline;
}
.footer_links:first-child {
  text-align: right;
}
.footer_links:last-child {
  text-align: left;
}
.footer_links:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.privacy_policy_container {
  margin-top: 100px;
}
@media screen and (max-width: 599.98px) {
  .privacy_policy_container {
    margin-left: 30px;
    margin-top: 50px;
  }
}
.privacy_policy_container .privacy_content_container .top_margin_small {
  margin-top: 10px;
}
.privacy_policy_container .privacy_content_container .top_margin_big {
  margin-top: 30px;
}
.privacy_policy_container .privacy_content_container .main_title {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.privacy_policy_container .privacy_content_container .title {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.48px;
  color: #ffffff;
  text-transform: capitalize;
}
.privacy_policy_container .privacy_content_container .privacy_ul {
  list-style: disc;
  margin: auto;
  padding-left: 20px;
}
.privacy_policy_container .privacy_content_container .privacy_ul li {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: -0.31px;
  color: #ffffff;
}
[class^=icon-],
[class*=" icon-"],
[class^=path] {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-star-partial {
  position: relative;
  line-height: 22px;
}
.icon-star-partial:before {
  content: "\e901";
  position: absolute;
  left: 0;
  overflow: hidden;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.icon-star-partial:after {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url(/assets/images/icons/star_partial.svg);
  background-repeat: no-repeat;
  background-size: 18px;
}
.icon-star-full:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url(/assets/images/icons/star.svg);
  background-repeat: no-repeat;
  background-size: 18px;
}
.icon-star:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url(/assets/images/icons/star_null.svg);
  background-repeat: no-repeat;
  background-size: 18px;
}
.right-bar-fixed {
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(0%);
  transition: transform 1.2s;
  padding-left: 20px;
}
.hide-right-bar-fixed {
  transform: translateY(-100%);
  z-index: 0;
  transition: transform 0.6s;
}
#page-all-stats-timeline {
  z-index: 1001;
}
[aria-labelledby^=id-][aria-labelledby$=-title] {
  display: none;
}
.go-to-selections-button {
  margin-bottom: 23px;
}
.export-menu .mat-menu-content {
  width: unset !important;
  color: #000 !important;
}
.export-menu .mat-menu-item {
  color: #000000 !important;
}
.loading-container {
  z-index: 10000000000000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4117647059);
  display: none;
  margin: 0 1px;
}
.loading-container.contain-bg {
  background:
    radial-gradient(
      circle,
      rgb(13, 45, 109) 0%,
      rgb(7, 16, 29) 100%),
    url("./media/main-bg-BW32WLCK.jpg");
  background-blend-mode: multiply;
}
.loading-container .loading-text {
  margin-top: 20px;
  font-size: 20px;
  color: #ffffff;
}
.admin-main-container {
  margin-top: 50px;
}
.admin-language-chooser {
  align-self: center;
}
.admin-language-chooser .lang-info {
  align-items: flex-start;
}
.admin-main-box {
  padding: 20px 100px;
}
.admin-header .avatar-img-circle {
  width: 40px !important;
  height: 40px !important;
}
.admin-table-container {
  display: flex;
  justify-content: center;
}
.admin-table-filters-box {
  margin-bottom: 40px;
}
.admin-table-content-container {
  width: 100%;
}
.admin-table-content-container .mat-paginator-navigation-previous.mat-icon-button,
.admin-table-content-container .mat-paginator-navigation-next.mat-icon-button {
  background-color: transparent !important;
}
.admin-table {
  width: 100%;
  color: #fff;
}
.title-row {
  font-size: 18px;
}
.text-align-right {
  text-align: right;
}
.remove-user-btn {
  border-radius: 3px;
  margin-top: 15px;
}
.add-user-btn {
  text-transform: uppercase;
}
.add-user-modal-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.confirm-btn {
  margin-right: 20px;
}
.admin-inputs {
  border-bottom: 1px solid #ccc !important;
  padding: 3px 0 !important;
}
.admin-inputs.light-text.mat-input-element {
  color: #ffffff;
}
.admin-form-field-wrapper.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  height: 20px;
  padding-bottom: 0;
}
.admin-form-field-wrapper.mat-form-field-appearance-legacy .mat-form-field-label {
  color: #ffffff;
}
.admin-form-field-wrapper.mat-form-field-appearance-legacy .mat-form-field-infix {
  border-top: unset;
}
.pagination-wrapper {
  margin-top: 30px;
}
.dialog-selection-box {
  margin-bottom: 15px;
}
.dialog-selection-box .dialog-select-field.mat-form-field {
  height: auto;
  min-width: unset;
  padding: 0;
  border: unset;
  color: #0e173c;
  background-color: #ffffff;
}
.dialog-selection-box .dialog-select-field.mat-form-field .mat-form-field-wrapper {
  padding-bottom: 0;
}
.dialog-selection-box .dialog-select-field .mat-select-value-text {
  max-width: 116px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #0e173c;
}
.dialog-selection-box .dialog-select-field .mat-select-value {
  max-width: unset;
  width: auto;
}
.dialog-selection-box .dialog-select-field .mat-select-arrow-wrapper .mat-select-arrow {
  color: #0e173c;
}
.dialog-selection-box .dialog-select-field .mat-form-field-infix {
  padding: 0 !important;
  border-top: 0 !important;
}
.dialog-selection-box .dialog-select-field .mat-select-trigger {
  width: 100%;
}
.dialog-selection-box .dialog-select-field-title {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  letter-spacing: 0;
  color: #0e173c;
  opacity: 0.5;
}
.width-height-100 {
  width: 100%;
  height: 100%;
  display: flex;
}
.w-full {
  width: 100%;
}
.align-center {
  display: flex;
  align-items: center;
}
.collapse-legends {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 calc(100% - 147px);
  max-width: calc(100% - 147px);
  margin-top: 20px;
  margin-bottom: 50px;
  margin-left: 120px;
}
.collapse-legends .collapse-legends-text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.02px;
  color: #ffffff;
  margin-left: 15px;
  cursor: pointer;
}
.collapse-legends .collapse-triangle {
  display: flex;
  transform: rotate(0deg);
  transition: transform 2s ease;
}
.collapse-legends .collapse-triangle.close img {
  transform: rotate(180deg);
}
.collapse-legends .collapse-circle {
  position: relative;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.collapse-legends .collapse-circle:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 11px;
  display: flex;
  width: 23px;
  height: 23px;
  border-radius: 46px;
  background-color: #ffffff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0.4;
}
.collapse-legends .collapse-circle:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 11px;
  display: flex;
  width: 23px;
  height: 23px;
  border-radius: 46px;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0.4;
  background:
    radial-gradient(
      circle,
      rgba(255, 255, 255, 0.05) 0%,
      rgba(255, 255, 255, 0.1) 41%,
      rgb(255, 255, 255) 100%);
}
.collapse-legends .collapse-button-wrapper {
  display: flex;
  align-items: center;
}
.collapse-legends .collapse-button-wrapper:hover .collapse-circle:before {
  -webkit-animation: radar-animation 1.5s infinite;
  animation: radar-animation 1.5s infinite;
}
.uppercase {
  text-transform: uppercase;
}
.origin-bar {
  width: 100%;
  font-size: 13px;
  color: #2fa5e2;
  margin-top: 10px;
  text-transform: uppercase;
}
app-session-layout app-mm-menu {
  top: unset !important;
  right: 0 !important;
  left: unset !important;
}
app-landing app-mm-menu {
  top: 35px !important;
  right: 0 !important;
  left: unset !important;
}
.back-from-world-map,
.back-button {
  align-items: center;
  color: #ffffff;
  outline: none;
}
.back-from-world-map .back,
.back-button .back {
  font-size: 27px;
  background-color: rgba(47, 165, 226, 0.29);
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  outline: none;
}
#main {
  background-size: 126% 126%;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 40;
}
.page-header {
  position: fixed;
  width: 100%;
  height: 102px;
  margin: 0;
  padding: 20px 0;
  border: none;
  background-color: #152029;
  z-index: 50;
}
.logo,
.header-menu {
  display: inline-block;
  vertical-align: top;
  margin-right: 45px;
}
.logo .logo-link {
  display: block;
}
.header-menu {
  padding-top: 12px;
}
.header-menu li {
  display: inline-block;
  line-height: 36px;
  text-transform: uppercase;
  font-size: 13px;
}
.header-menu li a {
  display: block;
  padding: 0 24px;
  color: #fff;
}
.header-menu li a:hover {
  color: #ffc600;
}
.header-menu.show {
  left: 0;
}
.header-menu.show .nav-btn {
  right: 18px;
  transition: all 0.3s ease;
}
.header-menu .nav-btn {
  display: none;
  position: absolute;
  top: 15px;
  right: -55px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: none;
  outline: none;
  cursor: pointer;
  background: #ffc600;
  background: rgba(255, 198, 0, 0.8);
  transition: all 0.3s ease;
}
.header-menu .nav-btn span {
  display: block;
  position: absolute;
  right: 5px;
  background: #000;
  transition: 0.3s;
  width: 30px;
  height: 3px;
}
.header-menu .nav-btn span::before,
.header-menu .nav-btn span::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: #000;
  transition: 0.3s;
}
.header-menu .nav-btn span::before {
  top: -10px;
}
.header-menu .nav-btn span::after {
  top: 10px;
}
.header-menu .nav-btn.toggle span {
  background: transparent;
}
.header-menu .nav-btn.toggle span::after {
  top: 0;
  transform: rotate(-45deg);
}
.header-menu .nav-btn.toggle span::before {
  top: 0;
  transform: rotate(45deg);
}
.profile-menu {
  display: inline-block;
  padding-top: 17px;
}
.profile-menu.logged-in {
  float: right;
  padding-top: 15px;
}
.profile-menu .lang-wrapper {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.profile-menu .lang-wrapper #langToggle .mat-select-trigger {
  width: 80px;
  min-width: 80px;
}
.profile-menu .lang-wrapper #langToggle.lang-wide-wrapper .mat-select-trigger {
  min-width: 100px;
}
.profile-menu li {
  display: inline-block;
  line-height: 1.7;
  font-size: 13px;
  text-transform: uppercase;
}
.profile-menu li.login-button {
  margin-right: 4px;
}
.profile-menu li.login-button a {
  border: 1px solid rgba(255, 255, 255, 0.19);
  color: #FFF;
}
.profile-menu li.login-button a:hover {
  background-color: rgba(255, 255, 255, 0.19);
  border-color: rgba(255, 255, 255, 0.35);
}
.profile-menu li.login-button a::after {
  width: 10px;
  height: 13px;
}
.profile-menu li.signup-button a {
  background-color: #ffc600;
  border: 1px solid #ffc600;
  color: #000;
  padding-left: 35px;
}
.profile-menu li.signup-button a:hover {
  background-color: #ffdd66;
}
.profile-menu li.signup-button a::after {
  width: 14px;
}
.profile-menu li.login-button a,
.profile-menu li.signup-button a {
  padding: 1px 1em 1px 2.4em;
  transition-property: border-color, background-color;
  transition-duration: 240ms;
  transition-timing-function: cubic-bezier(0.51, 0.51, 0.23, 0.99);
}
.profile-menu li.login-button a:after,
.profile-menu li.signup-button a:after {
  position: absolute;
  content: "";
  top: 4px;
  left: 11px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.profile-menu li.username-button a {
  padding-left: 2.2em;
  padding-right: 0.8em;
  border: 1px solid rgba(255, 255, 255, 0.19);
  color: #ffc600;
  text-transform: none;
}
.profile-menu li.username-button a:after {
  position: absolute;
  top: 2px;
  left: 10px;
  width: 11px;
  height: 13px;
  content: "";
}
.profile-menu li.username-button a:hover {
  color: #ffdd66;
}
.profile-menu li.logout-button span {
  position: relative;
  display: block;
  padding-left: 2.2em;
  padding-right: 0.8em;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 4px;
  color: #fff;
  white-space: nowrap;
  font-size: 13px;
  font-weight: bold;
}
.profile-menu li.logout-button span:after {
  position: absolute;
  top: 4px;
  left: 10px;
  width: 14px;
  height: 14px;
  content: "";
}
.profile-menu li.username-button a,
.profile-menu li.username-button span,
.profile-menu li.logout-button a,
.profile-menu li.logout-button span {
  transition-property: border-color, background-color;
  transition-duration: 240ms;
  transition-timing-function: cubic-bezier(0.51, 0.51, 0.23, 0.99);
}
.profile-menu li.username-button a:hover,
.profile-menu li.username-button span:hover,
.profile-menu li.logout-button a:hover,
.profile-menu li.logout-button span:hover {
  background-color: rgba(255, 255, 255, 0.19);
  border-color: rgba(255, 255, 255, 0.35);
}
.profile-menu a {
  display: block;
  position: relative;
  padding: 0 1.4em;
  border-radius: 4px;
  white-space: nowrap;
}
.page-footer {
  min-height: 200px;
  height: auto;
  padding-top: 50px;
  position: relative;
  z-index: 48;
}
.footer-right {
  padding-top: 12px;
  text-align: right;
}
.footer-right .footer-menu {
  line-height: 2;
}
.footer-right .footer-menu.sessions-footer li a {
  padding: 0 0.2em;
}
.footer-right .footer-menu li {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
}
.footer-right .footer-menu li::after {
  display: inline;
  content: "|";
}
.footer-right .footer-menu li:last-child::after {
  content: none;
}
.footer-right .footer-menu li a {
  padding: 0 0.8em;
}
.footer-left {
  position: absolute;
  top: 0;
  width: 20em;
  margin: 0;
  text-align: left;
}
.footer-left .footer-copyright {
  margin-top: 20px;
  font-size: 16px;
}
.s-dashboard {
  padding-top: 152px;
  padding-bottom: 75px;
  background-color: #9ecff7;
}
.container-fix {
  max-width: 1158px;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}
.dashboard {
  position: relative;
  min-height: 723px;
  background-color: #dee9f1;
}
.row {
  margin-left: -12px;
  margin-right: -12px;
}
.dashboard-container {
  display: inline-block;
  width: calc(100% - 267px);
  margin-left: 267px;
  padding: 10px 11px 11px 10px;
  vertical-align: top;
  letter-spacing: 0;
}
.dashboard-history h5 {
  font-size: 25px;
}
.dashboard-field-icon {
  position: absolute;
  right: 1px;
  bottom: 5px;
  cursor: pointer;
}
.deactivation-wrapper {
  padding-top: 22px;
}
.col_1-4,
.col_1-3,
.col {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
  letter-spacing: 0;
}
.col {
  width: calc(100% - 24px);
}
.col_1-4 {
  width: calc(25% - 24px);
}
.col_1-3 {
  width: calc(33.3333333333% - 24px);
}
.footer-col {
  display: block;
  position: relative;
}
.maintenance-message-container {
  width: 100%;
  position: absolute;
  margin-top: 16px;
}
.maintenance-message {
  margin: 0 auto;
  color: #000000;
  display: table;
  background-color: #ffc600;
  padding: 5px 15px;
  border-radius: 10px;
}
.iScrollIndicator {
  border: none !important;
}
.nav-dashboard {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 267px;
  min-height: 723px;
  vertical-align: top;
  background-color: #2f475b;
  letter-spacing: 0;
}
.nav-dashboard.flexible-dashboard {
  position: static;
  width: 100%;
  min-width: 1px;
}
.nav-dashboard .nav-dashboard-mobile {
  display: none;
}
.nav-dashboard .nav-dashboard-mobile .mobile-trigger {
  position: relative;
}
.nav-dashboard .nav-dashboard-mobile .mobile-trigger:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  width: 19px;
  height: 11px;
  margin-top: -5px;
}
.nav-dashboard .nav-dashboard-mobile .mobile-trigger.active:after {
}
.nav-dashboard ul.admin li {
  padding-left: 25px;
}
.nav-dashboard ul li {
  position: relative;
  height: 69px;
  padding-left: 67px;
  border-bottom: 1px solid #6689a6;
  line-height: 69px;
}
.nav-dashboard ul li:hover,
.nav-dashboard ul li:focus,
.nav-dashboard ul li.active {
  background-color: #36987e;
  border-bottom-color: #53cbab;
}
.nav-dashboard ul li.active span {
  color: #fff;
  pointer-events: none;
}
.nav-dashboard ul li span.icon {
  position: absolute;
  left: 26px;
  font-size: 18px;
}
.nav-dashboard ul li span.restore-label {
  margin-left: 9px;
}
.nav-dashboard ul li i {
  margin-right: 18px;
  vertical-align: middle;
}
.nav-dashboard span {
  display: block;
  color: #fff;
  font-size: 18px;
}
.nav-dashboard span:focus {
  outline: none;
}
.icon-wallets {
  top: 24px;
  width: 21px;
  height: 19px;
}
.icon-add-wallet {
  top: 24px;
  width: 19px;
  height: 19px;
  outline: none;
}
.icon-restore {
  top: 24px;
  width: 19px;
  height: 19px;
  outline: none;
}
.icon-help {
  top: 24px;
  width: 20px;
  height: 20px;
}
html {
  top: 0 !important;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
main,
footer,
header,
nav,
section {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
a {
  color: inherit;
  outline: none;
  background-color: transparent;
}
strong {
  font-weight: inherit;
}
strong {
  font-weight: bolder;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
img {
  border-style: none;
}
button,
input,
textarea {
  margin: 0;
  line-height: 1.15;
  font-size: 100%;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
canvas {
  display: inline-block;
}
[hidden] {
  display: none;
}
.mat-option,
body .mat-select-trigger {
  font-size: 0.875rem !important;
}
.notification-list {
  min-width: 240px;
}
.notification-list .notific-item a {
  outline: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.notification-list .notific-item .message {
  font-size: 0.875rem !important;
}
.notification-list .notific-item .time {
  font-size: 0.75rem !important;
}
.input {
  margin-bottom: 15px;
}
.input input {
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #cccccc;
  width: 100%;
}
.input input:focus {
  border-radius: 5px;
}
.input .input-icon {
  display: flex;
}
.input .input-icon i {
  padding: 10px;
  display: flex;
  background-color: #e0e2e7;
  border-radius: 5px 0 0 5px;
  color: #0e173c;
}
.input .input-icon input {
  display: flex;
  border-radius: 0 5px 5px 0;
  border: none;
  background-color: #f5f5f6;
  outline: none;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0e173c;
}
.profile-page {
  margin-bottom: 30px;
}
button,
.button {
  display: inline-block !important;
  border: none !important;
  color: white !important;
  outline: none !important;
  cursor: pointer !important;
  text-align: center !important;
}
button.main,
.button.main {
  padding: 16px 24px !important;
  font-size: 14px !important;
  border-radius: 6px;
  line-height: 1em;
  transition: all 0.3s ease;
}
button.main.full-size,
.button.main.full-size {
  width: 100%;
  padding-right: 0 !important;
  padding-left: 0 !important;
  text-align: center;
}
button.main:disabled,
button.main[disabled],
.button.main:disabled,
.button.main[disabled] {
  opacity: 0.4;
}
button.full-sized,
.button.full-sized {
  width: 100%;
  padding: 16px 0;
}
button.border-radius-i,
.button.border-radius-i {
  font-size: ipx !important;
}
button.border-radius-i,
.button.border-radius-i {
  font-size: ipx !important;
}
button.border-radius-i,
.button.border-radius-i {
  font-size: ipx !important;
}
button.border-radius-i,
.button.border-radius-i {
  font-size: ipx !important;
}
button.border-radius-i,
.button.border-radius-i {
  font-size: ipx !important;
}
button.border-radius-i,
.button.border-radius-i {
  font-size: ipx !important;
}
button.border-radius-i,
.button.border-radius-i {
  font-size: ipx !important;
}
button.border-radius-i,
.button.border-radius-i {
  font-size: ipx !important;
}
button.border-radius-i,
.button.border-radius-i {
  font-size: ipx !important;
}
button.border-radius-i,
.button.border-radius-i {
  font-size: ipx !important;
}
button.border-radius-i,
.button.border-radius-i {
  font-size: ipx !important;
}
button.border-radius-i,
.button.border-radius-i {
  font-size: ipx !important;
}
button.border-radius-i,
.button.border-radius-i {
  font-size: ipx !important;
}
button.border-radius-i,
.button.border-radius-i {
  font-size: ipx !important;
}
button.border-radius-i,
.button.border-radius-i {
  font-size: ipx !important;
}
button.border-radius-i,
.button.border-radius-i {
  font-size: ipx !important;
}
button.border-radius-i,
.button.border-radius-i {
  font-size: ipx !important;
}
button.border-radius-i,
.button.border-radius-i {
  font-size: ipx !important;
}
button.border-radius-i,
.button.border-radius-i {
  font-size: ipx !important;
}
button.border-radius-i,
.button.border-radius-i {
  font-size: ipx !important;
}
button.button-scared-red,
.button.button-scared-red {
  background-color: #ff8181 !important;
}
button.button-scared-red:hover,
.button.button-scared-red:hover {
  background-color: #ff4e4e !important;
}
button.button-ink-blue,
.button.button-ink-blue {
  background-color: #1c92be !important;
}
button.button-ink-blue:hover,
.button.button-ink-blue:hover {
  background-color: #157092 !important;
}
button.button-medium-blue,
.button.button-medium-blue {
  background-color: #1d93c1 !important;
}
button.button-medium-blue:hover,
.button.button-medium-blue:hover {
  background-color: #167195 !important;
}
button.button-light-blue,
.button.button-light-blue {
  background-color: #37bced !important;
}
button.button-light-blue:hover,
.button.button-light-blue:hover {
  background-color: #14a7dd !important;
}
button.button-dark-green,
.button.button-dark-green {
  background-color: #35d8b9 !important;
}
button.button-dark-green:hover,
.button.button-dark-green:hover {
  background-color: #23b79b !important;
}
button.button-sallad-green,
.button.button-sallad-green {
  background-color: #7ac9b2 !important;
}
button.button-sallad-green:hover,
.button.button-sallad-green:hover {
  background-color: #56ba9d !important;
}
button.button-white-blue,
.button.button-white-blue {
  background-color: #42c5fa !important;
}
button.button-white-blue:hover,
.button.button-white-blue:hover {
  background-color: #10b6f9 !important;
}
button.order-list-action,
.button.order-list-action {
  padding-right: 6px !important;
  padding-left: 6px !important;
}
.button-go {
  font-weight: bold;
  text-transform: uppercase;
}
[class^=button-],
[class*=" button-"] {
  color: white;
  display: inline-block;
  padding: 7px 16px;
  cursor: pointer;
  text-align: center;
}
[class^=button-]:hover,
[class*=" button-"]:hover {
  opacity: 0.8;
}
[class^=button-].full-width,
[class*=" button-"].full-width {
  width: 100%;
}
[class^=button-].shadow,
[class*=" button-"].shadow {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.video-tutorial-button {
  padding-left: 14px !important;
  padding-right: 14px !important;
}
.quiz-button {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 14px !important;
  font-size: 14px !important;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  line-height: 14px;
  font-weight: 600;
}
.button {
  padding: 10px 30px;
  background-color: #6ab573;
  border-radius: 5px;
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
}
.button:hover {
  background-color: #51aa5b;
}
.select-common-field.mat-form-field {
  height: auto;
  min-width: unset;
  padding: 0;
  border: unset;
  color: #ffffff;
}
.select-common-field.mat-form-field .mat-form-field-wrapper {
  padding-bottom: 0;
}
.select-common-field .mat-select-trigger {
  width: 100%;
}
.select-common-field .mat-select-value-text {
  max-width: 116px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.02px;
  font-size: 18px;
  text-transform: capitalize;
  color: #ffffff;
}
.select-common-field .mat-select-value {
  max-width: unset;
  width: auto;
}
.select-common-field .mat-select-value-text {
  max-width: 160px;
}
.select-common-field .mat-select-arrow-wrapper .mat-select-arrow {
  color: #ffffff;
}
.select-common-field .mat-form-field-infix {
  padding: 0 !important;
  border-top: 0 !important;
}
.select-common-field-title {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 0.5;
}
.export-menu {
  position: relative;
  top: 10px;
  padding: 5px;
  border-radius: 4px;
  background-color: white;
}
.export-menu button {
  width: 100%;
  height: 32px;
  min-width: 175px;
  padding: 10px !important;
  border-radius: 5px;
  background-color: #ffffff;
  transition: background-color 0.1s linear;
  font-weight: bold !important;
  margin-bottom: 0 !important;
}
.export-menu button:hover,
.export-menu button.mat-active,
.export-menu button.mat-active {
  background-color: #e7e8ec;
}
.mat-select-panel.trips-select-panel,
.mat-select-panel.common-select-panel {
  position: relative;
  top: 40px;
  left: 16px;
  padding: 5px;
  border-radius: 4px;
  background-color: white;
}
.mat-select-panel.trips-select-panel .mat-option,
.mat-select-panel.common-select-panel .mat-option {
  width: 100%;
  height: 32px;
  min-width: 160px;
  padding: 10px !important;
  border-radius: 5px;
  background-color: #ffffff;
  transition: background-color 0.1s linear;
}
.mat-select-panel.trips-select-panel .mat-option:hover,
.mat-select-panel.trips-select-panel .mat-option.mat-active,
.mat-select-panel.trips-select-panel .mat-option.mat-active,
.mat-select-panel.common-select-panel .mat-option:hover,
.mat-select-panel.common-select-panel .mat-option.mat-active,
.mat-select-panel.common-select-panel .mat-option.mat-active {
  background-color: #e7e8ec;
}
.mat-select-panel.trips-select-panel .mat-option .mat-option-text,
.mat-select-panel.common-select-panel .mat-option .mat-option-text {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 0;
  color: #0e173c;
}
.mat-paginator-navigation-previous.mat-icon-button,
.mat-paginator-navigation-next.mat-icon-button {
  background-color: #0e173c;
}
.mat-paginator-container {
  color: #ffffff;
}
.gm-style-iw-t {
  bottom: 23px !important;
}
.gm-style .gm-style-iw-c {
  padding: 0 12px 15px !important;
  max-width: 300px !important;
}
.gm-ui-hover-effect {
  width: 30px !important;
  height: 30px !important;
}
.gm-ui-hover-effect span {
  height: 20px !important;
  width: 20px !important;
}
.map-popup-visitor-counts {
  color: black;
  margin-top: 5px;
}
.gm-style-iw {
  border-radius: 8px !important;
  padding: 10px !important;
}
.gm-style-iw-ch {
  color: #29BAF6;
  font-size: 16px;
  font-weight: bold;
  max-width: 300px;
  min-width: 200px;
  margin-top: 5px;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  .theme-box {
    background-color: #ffffff !important;
  }
  #vertical-navigation {
    display: none !important;
  }
  @page {
    size: A5 landscape;
  }
  .print-button {
    display: none !important;
  }
  .select-other-state-link {
    display: none !important;
  }
  .back-icon-box {
    display: none !important;
  }
  .see_all_container {
    display: none;
  }
  .show-all-data-box {
    display: none !important;
  }
  .theme-box {
    padding-left: 0 !important;
  }
  .see-all-view {
    margin-left: 120px !important;
  }
  .common-frame {
    padding-left: 120px !important;
  }
  .page-break {
    display: block;
    page-break-before: always;
  }
  .scroll-to-container {
    display: none !important;
  }
}
.theme-box {
  position: relative;
  height: 100%;
  min-height: 100vh;
  padding-left: 210px;
}
.common-frame {
  padding-top: 74px;
}
.common-frame.only-right {
  padding-right: 132px;
}
.common-frame.feedbacks {
  padding-left: 252px;
}
.review-sm-title {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: -0.02px;
  color: #2fa5e2;
  opacity: 0.7;
}
.first-layout .review-sm-title {
  font-size: 26px;
  letter-spacing: -0.03px;
  color: #ffffff;
  opacity: 1;
}
*[class^=common-count-title],
*[class*=common-count-title] {
  letter-spacing: 0;
  color: #ffffff;
}
.common-count-title-sm {
  color: #ffffff;
}
.number-container {
  height: 32px;
  overflow: hidden;
  position: relative;
  font-size: 32px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
}
.numbers-counter {
  display: inline-block;
  height: 64px;
  line-height: 32px;
}
.numbers-counter .numbers {
  display: flex;
  flex-direction: column;
  transform: translate3d(0, -32px, 0) !important;
  transition: 1s ease-in-out;
  height: 64px;
}
.numbers-counter .numbers.animate {
  -webkit-animation: odometer2 0.1s forwards;
  -moz-animation: odometer2 0.1s forwards;
  -o-animation: odometer2 0.1s forwards;
  animation: odometer2 0.1s forwards;
}
.numbers-counter .numbers.animate .newNumber {
  height: 32px;
  animation: text-gradient 0.7s forwards;
}
.numbers-counter .numbers.animate .oldNumber {
  height: 32px;
  animation: text-gradient 0.7s forwards;
}
@-webkit-keyframes odometer2 {
  0% {
    -webkit-transform: translateY(-32px);
    -moz-transform: translateY(-32px);
    -ms-transform: translateY(-32px);
    transform: translateY(-32px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.common-count-title-md {
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.04px;
}
.common-count-title-lg {
  font-size: 44px;
  font-weight: normal;
  line-height: 53px;
}
*[class^=common-title],
*[class*=common-title] {
  letter-spacing: 0;
  color: #ffffff;
}
.common-title-md {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.02px;
  color: #ffffff;
  text-transform: uppercase;
}
.common-title-sm {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 3;
  letter-spacing: -0.02px;
  color: #ffffff;
  opacity: 0.5;
}
.common-feedback-box .common-title-sm {
  margin-bottom: 5px;
}
.common-feedback-box .common-count-title-md {
  margin-bottom: 15px;
}
.review-wrapper {
  position: relative;
  margin-right: 40px;
}
.review-wrapper.analyzed {
  position: relative;
}
.review-wrapper.analyzed img {
  position: absolute;
  bottom: 8px;
  left: -19px;
  width: auto;
  height: 23px;
}
.export-file-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
}
.export-file-box.export-container {
  margin-right: 22px;
  margin-left: 22px;
  border-radius: 50%;
}
.export-file-box .bg-layer {
  position: absolute;
  width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.109);
}
.export-file-box .export-item {
  width: 18px;
  min-height: 18px;
}
.feedback-top-box {
  margin: 5px 20px 10px 0;
}
.feedback-top-box.state-overview {
  margin: 5px 20px 90px 0;
}
.feedback-top-box.compare-mode {
  margin: 5px 20px 20px 0;
}
.review-type-icon-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}
.review-type-icon-box div[class^=review-icon-wrapper] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.review-type-icon-box div[class^=review-icon-wrapper]:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.1;
}
.review-type-icon-box div[class^=review-icon-wrapper].compliment-icon {
  background-image:
    linear-gradient(
      to bottom,
      #00e9ff,
      #5f51f5);
}
.review-type-icon-box div[class^=review-icon-wrapper].complaint-icon {
  background-image:
    linear-gradient(
      147deg,
      rgba(255, 81, 47, 0.87) -6%,
      rgba(221, 36, 118, 0.77) 74%);
}
.review-type-icon-box div[class^=review-icon-wrapper].compliment-vs-icon {
  background-image:
    linear-gradient(
      to bottom,
      #78ffd6,
      #007991);
}
.review-type-icon-box div[class^=review-icon-wrapper].complaint-vs-icon {
  background-image:
    linear-gradient(
      to bottom,
      #fa9305 -4%,
      #f36214 32%,
      #d2353b 61%,
      #b10762 102%);
}
.review-type-icon-box .review-icon-wrapper-md {
  width: 24px;
  height: 24px;
  margin-left: 12px;
}
.review-type-icon-box .review-icon-wrapper-md:before {
  width: calc(24px + 2 * 10px);
  height: calc(24px + 2 * 10px);
}
.review-type-icon-box .review-icon-wrapper-md .feedback-icon {
  width: 13px;
  height: auto;
}
.review-type-icon-box .review-round-bullet-box {
  width: calc(24px + 2 * 10px);
  height: calc(24px + 2 * 10px);
  margin-right: 24px;
  padding: 10px 0;
}
.review-type-icon-box *[class^=review-type-title] {
  font-weight: 900;
  color: #ffffff;
}
.review-type-icon-box .review-type-title-md {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.02px;
  color: #ffffff;
}
*[class^=emoji-box].compliment,
*[class*=emoji-box].compliment {
  background-image:
    linear-gradient(
      to bottom,
      #00e9ff,
      #5f51f5);
}
*[class^=emoji-box].complimentvs,
*[class*=emoji-box].complimentvs {
  background-image:
    linear-gradient(
      to bottom,
      #78ffd6,
      #007991);
}
*[class^=emoji-box].complaint,
*[class*=emoji-box].complaint {
  background-image:
    linear-gradient(
      147deg,
      rgba(255, 81, 47, 0.87) -6%,
      rgba(221, 36, 118, 0.77) 74%);
}
*[class^=emoji-box].complaintvs,
*[class*=emoji-box].complaintvs {
  background-image:
    linear-gradient(
      to bottom,
      #fa9305 -4%,
      #f36214 32%,
      #d2353b 61%,
      #b10762 102%);
}
.emoji-box-sm {
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 8px;
}
.emoji-box-md {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 50%;
}
.feedback-emoji-box *[class^=feedback-type],
.feedback-emoji-box *[class*=feedback-type] {
  letter-spacing: 0;
  color: #ffffff;
}
.feedback-emoji-box .feedback-type-sm {
  font-size: 21px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: capitalize;
}
.feedback-emoji-box .feedback-type-md {
  font-size: 18px;
  line-height: 22px;
}
.select-other-state-link {
  display: flex;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.72px;
  color: #2fa5e2;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
}
.state-name-big-title-box {
  position: relative;
  max-width: 95%;
  justify-content: space-between;
}
.state-name-big-title-box .back-icon-box {
  position: absolute;
  top: calc(50% - 29px);
  left: -105px;
  width: 58px;
  height: 58px;
  background-image: url(/assets/images/icons/back_icon_big.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  outline: none;
}
.state-name-big-title-box .back-icon-box.up-icon {
  transform: rotate(90deg);
}
.state-name-big-title-box .state-title-big {
  margin-right: 10px;
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: -0.61px;
  text-transform: uppercase;
  color: #ffffff;
}
.legend_content_container {
  width: 100%;
  display: flex;
  margin-top: 20px;
}
.legends_component {
  width: 100%;
}
.custom_legend_container {
  column-count: 1;
  -moz-column-count: 1;
  column-gap: 12px;
  -moz-column-gap: 12px;
  max-height: 75px;
  min-width: 175px;
  max-width: 280px;
}
.custom_legend_container .legend_name,
.custom_legend_container .legend_value {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.02px;
  color: #ffffff;
}
.custom_legend_container .legend_name.legend_name,
.custom_legend_container .legend_value.legend_name {
  font-size: 14px;
}
.custom_legend_container .legend_name.legend_value,
.custom_legend_container .legend_value.legend_value {
  font-size: 14px;
  opacity: 0.4;
  text-align: right;
}
.custom_legend_container .legend_circle {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 8px;
}
.custom_legend_container .legend_circle .back-layer-circle {
  position: absolute;
  height: 16px;
  width: 16px;
  border-radius: 20px;
  opacity: 0.3;
}
.custom_legend_container .legend-circle-wrapper {
  position: absolute;
  left: 3px;
  top: 3px;
  display: block;
  width: 10px !important;
  height: 10px !important;
}
.custom_legend_container .legend-circle-inner {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
}
.legends_row {
  display: flex;
  height: 24px;
  flex: 1 1 100%;
  padding: 2px 0;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.legends_row_inner {
  display: flex;
  flex: 1 0 auto;
  height: 24px;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.legends_row_inner .legend_name {
  width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.legends_row_inner .pair_box {
  display: flex;
  flex-flow: row nowrap;
  min-width: 70px;
  justify-content: flex-start;
  align-items: flex-start;
}
.legends_row_inner .pair_box .legend_value_wrapper {
  justify-content: flex-start;
}
.legend_value_wrapper {
  display: flex;
  flex: 1 0 auto;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: flex-start;
}
app-column-chart,
app-clustered-bar-chart,
app-line-chart {
  width: 100%;
}
app-line-chart .line-chart {
  width: 90%;
}
app-state-timeline .line-chart {
  width: 100%;
}
.scroll-to-container {
  bottom: 0;
  left: 0;
  right: 0;
}
.scroll-to-box {
  max-width: 160px;
  margin-bottom: 37px;
  text-align: center;
  word-break: break-word;
}
.scroll-to-title {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #ffffff;
}
.scroll-to-arrow {
  display: inline-block;
  width: 68px;
  height: 40px;
  background-image: url(/assets/images/icons/scroll_down.svg);
  background-repeat: no-repeat;
  background-size: cover;
  outline: none;
  text-decoration: none;
}
.donut_chart {
  width: 300px;
  height: 300px;
}
.xyz-column-chart {
  left: -40px;
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.md-drppicker {
  width: 100% !important;
  box-shadow: unset !important;
}
[aria-labelledby^=id-][aria-labelledby$=-title] {
  display: none;
}
g[class*=amcharts-timeline] {
  stroke-dasharray: 500%;
  -webkit-animation: am-draw 10s;
  animation: am-draw 10s;
}
@-webkit-keyframes am-draw {
  0% {
    stroke-dashoffset: 500%;
    width: 0;
  }
  100% {
    stroke-dashoffset: 0;
    width: 100%;
  }
}
@keyframes am-draw {
  0% {
    stroke-dashoffset: 500%;
    width: 0;
  }
  100% {
    stroke-dashoffset: 0;
    width: 100%;
  }
}
.full-width-container {
  width: 100%;
  padding-left: 248px;
}
.test-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}
.test-dialog {
  display: flex;
  flex-flow: row nowrap;
  z-index: 3000;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  margin-right: auto;
  margin-left: auto;
  min-height: 200px;
  max-height: 100vh;
  height: 100vh;
  width: 90%;
  background-color: #fff;
  box-shadow:
    0 7px 8px -4px rgba(0, 0, 0, 0.2),
    0 13px 19px 2px rgba(0, 0, 0, 0.14),
    0 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.test-dialog__close-btn {
  border: 0;
  background: none;
  color: #2d2d2d;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 1.2em;
}
.test-dialog .common-block {
  padding-bottom: 40px;
}
.categories-container .wrap-top-container {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 52px;
  padding-right: 50px;
}
.categories-container .wrap-top-container .state-title-big {
  text-transform: capitalize;
}
.categories-container .wrap-top-container .export-file-box {
  margin-left: 40px;
}
.categories-container .common-title-md,
.categories-container .common-title-sm {
  font-weight: 100;
  margin-bottom: 20px !important;
}
.categories-container .common-title-md.title,
.categories-container .common-title-sm.title {
  opacity: 0.5;
  font-size: 15px;
  line-height: 1.27;
  color: #2fa5e2;
  text-transform: unset;
}
.categories-container .common-title-md.title.title-cats,
.categories-container .common-title-sm.title.title-cats {
  text-transform: unset;
}
.categories-container .common-title-md.title::first-letter,
.categories-container .common-title-sm.title::first-letter {
  text-transform: uppercase;
}
.categories-container .state-feedback-stats-boxes-container .see_all_container {
  position: relative;
  left: 0;
  top: 11px;
  z-index: 100;
}
.categories-container .state-feedback-stats-boxes-container .custom_legend_container {
  width: 280px;
  min-width: 175px;
  margin-top: 15px;
}
.categories-container .state-feedback-stats-boxes-container .custom_legend_container.guest-mode {
  max-height: 120px !important;
}
.categories-container .state-feedback-stats-boxes-container .custom_legend_container .legend_name,
.categories-container .state-feedback-stats-boxes-container .custom_legend_container .legend_value {
  font-size: 14px;
  margin-right: 0;
}
.categories-container .state-feedback-stats-boxes-container .emoji-box-sm {
  display: none;
}
.categories-container .state-feedback-stats-boxes-container .state-feedback-statistics-box .feedback-emoji-box {
  margin: 0;
}
.categories-container .reviews-from-box {
  position: relative;
  top: -11px;
}
.categories-container .cluster-chart .amcharts-Container.amcharts-Label.amcharts-AxisLabel {
  -ms-transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
.landing-explore-button {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.explore-button {
  padding: 10px 40px;
  border-radius: 30px;
  margin-top: 40px;
  color: #2fa5e2;
  background-color: rgba(47, 165, 226, 0.3);
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  z-index: 11;
}
@media screen and (max-width: 599px) {
  .explore-button {
    padding: 10px 20px;
    font-size: 10px;
  }
}
.explore-button.profile-page-button {
  margin: 15px 0 30px;
}
.sebm-google-map-container-inner > div {
  background-color: #1d0137 !important;
}
app-signin,
app-restore-password,
app-restore-password-confirm {
  display: flex;
  flex: 1 1 100%;
  max-height: 100%;
  flex-flow: column nowrap;
}
.signin,
.session {
  min-height: 100vh;
}
.signin .login-part,
.signin .session-part,
.session .login-part,
.session .session-part {
  background-color: #ffffff;
}
.signin .login-part .login-form,
.signin .login-part .session-form,
.signin .session-part .login-form,
.signin .session-part .session-form,
.session .login-part .login-form,
.session .login-part .session-form,
.session .session-part .login-form,
.session .session-part .session-form {
  display: flex;
  flex: 0 1 400px;
  max-width: 400px;
  margin: 0 auto;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 35px 0;
}
@media screen and (max-width: 1279.98px) {
  .signin .login-part .login-form,
  .signin .login-part .session-form,
  .signin .session-part .login-form,
  .signin .session-part .session-form,
  .session .login-part .login-form,
  .session .login-part .session-form,
  .session .session-part .login-form,
  .session .session-part .session-form {
    padding: 35px;
  }
}
.signin .login-part .login-form.session-signup-form,
.signin .login-part .session-form.session-signup-form,
.signin .session-part .login-form.session-signup-form,
.signin .session-part .session-form.session-signup-form,
.session .login-part .login-form.session-signup-form,
.session .login-part .session-form.session-signup-form,
.session .session-part .login-form.session-signup-form,
.session .session-part .session-form.session-signup-form {
  justify-content: center;
}
.signin .login-part .register-form,
.signin .session-part .register-form,
.session .login-part .register-form,
.session .session-part .register-form {
  width: 100%;
}
.signin .login-part .session-title-box,
.signin .session-part .session-title-box,
.session .login-part .session-title-box,
.session .session-part .session-title-box {
  position: relative;
  margin-bottom: 65px;
}
.signin .login-part .session-title,
.signin .session-part .session-title,
.session .login-part .session-title,
.session .session-part .session-title {
  font-family: "Gotham Pro", sans-serif;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0e173c;
}
.signin .login-part .session-title.big-title,
.signin .session-part .session-title.big-title,
.session .login-part .session-title.big-title,
.session .session-part .session-title.big-title {
  font-size: 31px;
  margin-bottom: 16px;
}
.signin .login-part .session-title.small-title,
.signin .session-part .session-title.small-title,
.session .login-part .session-title.small-title,
.session .session-part .session-title.small-title {
  font-size: 14px;
}
.signin .login-part .session-title.title-required-icon,
.signin .session-part .session-title.title-required-icon,
.session .login-part .session-title.title-required-icon,
.session .session-part .session-title.title-required-icon {
  position: relative;
  letter-spacing: 2px !important;
  display: inline-block !important;
}
.signin .login-part .session-title.title-required-icon:after,
.signin .session-part .session-title.title-required-icon:after,
.session .login-part .session-title.title-required-icon:after,
.session .session-part .session-title.title-required-icon:after {
  content: "*";
  position: absolute;
  top: -6px;
  padding: 0 4px;
  font-size: 20px;
}
.signin .login-part .session-input-row,
.signin .session-part .session-input-row,
.session .login-part .session-input-row,
.session .session-part .session-input-row {
  position: relative;
  display: flex;
  flex: 1 1 100%;
  max-width: 100%;
  flex-flow: column nowrap;
  width: 100%;
  margin-bottom: 18px;
}
.signin .login-part .session-input-row .session-title,
.signin .session-part .session-input-row .session-title,
.session .login-part .session-input-row .session-title,
.session .session-part .session-input-row .session-title {
  display: flex;
  margin-bottom: 12px;
  font-family: "Gotham Pro", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0e173c;
}
.signin .login-part .session-input-row .session-input-box,
.signin .session-part .session-input-row .session-input-box,
.session .login-part .session-input-row .session-input-box,
.session .session-part .session-input-row .session-input-box {
  display: flex;
}
.signin .login-part .session-input-row .session-input,
.signin .session-part .session-input-row .session-input,
.session .login-part .session-input-row .session-input,
.session .session-part .session-input-row .session-input {
  display: flex;
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
  height: 40px;
  padding-left: 44px;
  border-radius: 20px;
  border: 1px solid #dfe2e6;
  color: #0e173c;
  background-color: transparent;
  outline: none;
}
.signin .login-part .session-input-row .icon-box,
.signin .session-part .session-input-row .icon-box,
.session .login-part .session-input-row .icon-box,
.session .session-part .session-input-row .icon-box {
  position: absolute;
  left: 15px;
  display: flex;
  align-items: center;
  width: 20px;
  height: 40px;
}
.signin .login-part .session-input-row .icon-box.right-aligned,
.signin .session-part .session-input-row .icon-box.right-aligned,
.session .login-part .session-input-row .icon-box.right-aligned,
.session .session-part .session-input-row .icon-box.right-aligned {
  left: unset;
  right: 15px;
}
.signin .login-part .session-input-row .icon-box.pointed,
.signin .session-part .session-input-row .icon-box.pointed,
.session .login-part .session-input-row .icon-box.pointed,
.session .session-part .session-input-row .icon-box.pointed {
  cursor: pointer;
}
.signin .login-part .session-input-row .icon-box .eye-line,
.signin .session-part .session-input-row .icon-box .eye-line,
.session .login-part .session-input-row .icon-box .eye-line,
.session .session-part .session-input-row .icon-box .eye-line {
  position: absolute;
  top: 19px;
  left: 0;
  display: none;
  width: 20px;
  height: 2px;
  transform: rotateZ(-45deg);
  background-color: #dfe2e6;
}
.signin .login-part .session-input-row .icon-box .eye-line.active,
.signin .session-part .session-input-row .icon-box .eye-line.active,
.session .login-part .session-input-row .icon-box .eye-line.active,
.session .session-part .session-input-row .icon-box .eye-line.active {
  display: inline-block;
}
.signin .login-part .session-input-row .session-icon,
.signin .session-part .session-input-row .session-icon,
.session .login-part .session-input-row .session-icon,
.session .session-part .session-input-row .session-icon {
  width: 20px;
  height: auto;
}
.signin .login-part .session-input-row input:-webkit-autofill,
.signin .login-part .session-input-row input:-webkit-autofill:hover,
.signin .login-part .session-input-row input:-webkit-autofill:focus,
.signin .login-part .session-input-row textarea:-webkit-autofill,
.signin .login-part .session-input-row textarea:-webkit-autofill:hover,
.signin .login-part .session-input-row textarea:-webkit-autofill:focus,
.signin .login-part .session-input-row select:-webkit-autofill,
.signin .login-part .session-input-row select:-webkit-autofill:hover,
.signin .login-part .session-input-row select:-webkit-autofill:focus,
.signin .session-part .session-input-row input:-webkit-autofill,
.signin .session-part .session-input-row input:-webkit-autofill:hover,
.signin .session-part .session-input-row input:-webkit-autofill:focus,
.signin .session-part .session-input-row textarea:-webkit-autofill,
.signin .session-part .session-input-row textarea:-webkit-autofill:hover,
.signin .session-part .session-input-row textarea:-webkit-autofill:focus,
.signin .session-part .session-input-row select:-webkit-autofill,
.signin .session-part .session-input-row select:-webkit-autofill:hover,
.signin .session-part .session-input-row select:-webkit-autofill:focus,
.session .login-part .session-input-row input:-webkit-autofill,
.session .login-part .session-input-row input:-webkit-autofill:hover,
.session .login-part .session-input-row input:-webkit-autofill:focus,
.session .login-part .session-input-row textarea:-webkit-autofill,
.session .login-part .session-input-row textarea:-webkit-autofill:hover,
.session .login-part .session-input-row textarea:-webkit-autofill:focus,
.session .login-part .session-input-row select:-webkit-autofill,
.session .login-part .session-input-row select:-webkit-autofill:hover,
.session .login-part .session-input-row select:-webkit-autofill:focus,
.session .session-part .session-input-row input:-webkit-autofill,
.session .session-part .session-input-row input:-webkit-autofill:hover,
.session .session-part .session-input-row input:-webkit-autofill:focus,
.session .session-part .session-input-row textarea:-webkit-autofill,
.session .session-part .session-input-row textarea:-webkit-autofill:hover,
.session .session-part .session-input-row textarea:-webkit-autofill:focus,
.session .session-part .session-input-row select:-webkit-autofill,
.session .session-part .session-input-row select:-webkit-autofill:hover,
.session .session-part .session-input-row select:-webkit-autofill:focus {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
  -webkit-text-fill-color: #0e173c !important;
}
.signin .login-part .session-input-row input::-webkit-input-placeholder,
.signin .login-part .session-input-row input::-moz-placeholder,
.signin .login-part .session-input-row input:-ms-input-placeholder,
.signin .login-part .session-input-row input:-moz-placeholder,
.signin .login-part .session-input-row textarea::-webkit-input-placeholder,
.signin .login-part .session-input-row textarea::-moz-placeholder,
.signin .login-part .session-input-row textarea:-ms-input-placeholder,
.signin .login-part .session-input-row textarea:-moz-placeholder,
.signin .login-part .session-input-row select::-webkit-input-placeholder,
.signin .login-part .session-input-row select::-moz-placeholder,
.signin .login-part .session-input-row select:-ms-input-placeholder,
.signin .login-part .session-input-row select:-moz-placeholder,
.signin .session-part .session-input-row input::-webkit-input-placeholder,
.signin .session-part .session-input-row input::-moz-placeholder,
.signin .session-part .session-input-row input:-ms-input-placeholder,
.signin .session-part .session-input-row input:-moz-placeholder,
.signin .session-part .session-input-row textarea::-webkit-input-placeholder,
.signin .session-part .session-input-row textarea::-moz-placeholder,
.signin .session-part .session-input-row textarea:-ms-input-placeholder,
.signin .session-part .session-input-row textarea:-moz-placeholder,
.signin .session-part .session-input-row select::-webkit-input-placeholder,
.signin .session-part .session-input-row select::-moz-placeholder,
.signin .session-part .session-input-row select:-ms-input-placeholder,
.signin .session-part .session-input-row select:-moz-placeholder,
.session .login-part .session-input-row input::-webkit-input-placeholder,
.session .login-part .session-input-row input::-moz-placeholder,
.session .login-part .session-input-row input:-ms-input-placeholder,
.session .login-part .session-input-row input:-moz-placeholder,
.session .login-part .session-input-row textarea::-webkit-input-placeholder,
.session .login-part .session-input-row textarea::-moz-placeholder,
.session .login-part .session-input-row textarea:-ms-input-placeholder,
.session .login-part .session-input-row textarea:-moz-placeholder,
.session .login-part .session-input-row select::-webkit-input-placeholder,
.session .login-part .session-input-row select::-moz-placeholder,
.session .login-part .session-input-row select:-ms-input-placeholder,
.session .login-part .session-input-row select:-moz-placeholder,
.session .session-part .session-input-row input::-webkit-input-placeholder,
.session .session-part .session-input-row input::-moz-placeholder,
.session .session-part .session-input-row input:-ms-input-placeholder,
.session .session-part .session-input-row input:-moz-placeholder,
.session .session-part .session-input-row textarea::-webkit-input-placeholder,
.session .session-part .session-input-row textarea::-moz-placeholder,
.session .session-part .session-input-row textarea:-ms-input-placeholder,
.session .session-part .session-input-row textarea:-moz-placeholder,
.session .session-part .session-input-row select::-webkit-input-placeholder,
.session .session-part .session-input-row select::-moz-placeholder,
.session .session-part .session-input-row select:-ms-input-placeholder,
.session .session-part .session-input-row select:-moz-placeholder {
  color: #dfe2e6 !important;
  -webkit-text-fill-color: #dfe2e6 !important;
}
.signin .login-part .login-part-title,
.signin .login-part .session-part-title,
.signin .session-part .login-part-title,
.signin .session-part .session-part-title,
.session .login-part .login-part-title,
.session .login-part .session-part-title,
.session .session-part .login-part-title,
.session .session-part .session-part-title {
  font-size: 31px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0b1844;
  margin-bottom: 130px;
}
.signin .login-part .session-part-small-title,
.signin .session-part .session-part-small-title,
.session .login-part .session-part-small-title,
.session .session-part .session-part-small-title {
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0b1844;
  margin-bottom: 25px;
}
.signin .login-part .signup-part-title,
.signin .session-part .signup-part-title,
.session .login-part .signup-part-title,
.session .session-part .signup-part-title {
  font-size: 31px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0b1844;
  margin-bottom: 60px;
}
.signin .login-part .forgot-password,
.signin .session-part .forgot-password,
.session .login-part .forgot-password,
.session .session-part .forgot-password {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.signin .login-part .forgot-password a,
.signin .session-part .forgot-password a,
.session .login-part .forgot-password a,
.session .session-part .forgot-password a {
  align-self: center;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #d5d7dd;
}
.signin .login-part .forgot-password a:hover,
.signin .session-part .forgot-password a:hover,
.session .login-part .forgot-password a:hover,
.session .session-part .forgot-password a:hover {
  text-decoration: underline;
}
.session-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 22px !important;
  border-width: 1px;
  border-style: solid;
  border-radius: 30px;
  font-family: "Gotham Pro", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.78px;
  text-transform: uppercase;
}
.session-button.stretched {
  flex: 1 1 100%;
  max-width: 100%;
}
.session-button.filled {
  color: #ffffff;
  background-image:
    linear-gradient(
      100deg,
      #32c5ff 1%,
      #0089ce);
}
.session-button.bordered {
  padding-top: 11px;
  padding-bottom: 11px;
  color: #2fa5e2 !important;
  background-color: transparent !important;
  border: 1px solid #2fa5e2 !important;
}
.session-button:disabled {
  cursor: no-drop !important;
}
.session-btns-offset {
  margin-left: 22px;
}
.session-link {
  font-family: "Gotham Pro", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2fa5e2;
}
.session-actions-box {
  margin-bottom: 38px;
}
.info-box {
  position: absolute;
  bottom: -85px;
  right: 0;
  left: 0;
  height: 40px;
}
.info-box .info-wrapper {
  display: flex;
  flex: 1 1 100%;
  max-width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
}
.info-box .info-wrapper.success-info {
  color: #35b844;
  background-color: #ebf7ec;
}
.info-box .info-wrapper.success-info .check-icon {
  width: 20px;
  height: auto;
  margin-right: 18px;
}
.landing_container {
  padding: 40px 200px !important;
}
.landing_container.for-candle-animation {
  flex-direction: column;
}
.landing_container .session_right_side_container {
  position: relative;
}
.landing_container .header {
  padding-top: 20px;
}
.main_content_container .main_title {
  max-width: 760px;
  width: 100%;
  font-family: "Gotham Pro", sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: -0.85px;
  color: #ffffff;
}
.main_content_container .main_title .top-box {
  width: 80%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin: 0 auto;
}
.main_content_container .main_title .top-box .main_title {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.82;
  letter-spacing: -0.67px;
  text-align: center;
  max-width: 450px;
  margin-left: 125px;
}
html:lang(hy) .candle-circle {
  font-size: 280px;
}
@media screen and (min-width: 1280px) and (max-width: 1400px) {
  html:lang(hy) .candle-circle {
    font-size: 260px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  html:lang(hy) .candle-circle {
    font-size: 190px;
  }
}
@media screen and (max-width: 959px) {
  html:lang(hy) .candle-circle {
    font-size: 120px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1400px) {
  html:lang(ru) .candle-circle {
    font-size: 300px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  html:lang(ru) .candle-circle {
    font-size: 225px;
  }
}
@media screen and (max-width: 959px) {
  html:lang(ru) .candle-circle {
    font-size: 140px;
  }
}
.candle-circle {
  width: 100%;
  background: url(/assets/images/circle-gradient.svg) no-repeat center center, #efefef;
  background-position-x: 0;
  background-position-y: 0;
  background-size: 200px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-family: "Raleway Medium", sans-serif;
  font-size: 326px;
  line-height: 1;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 1280px) and (max-width: 1400px) {
  .candle-circle {
    font-size: 320px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .candle-circle {
    font-size: 240px;
  }
}
@media screen and (max-width: 959px) {
  .candle-circle {
    font-size: 150px;
  }
}
@media screen and (max-width: 599px) {
  .candle-circle {
    display: none !important;
  }
}
.wrap-layout-img {
  width: 100%;
  height: 100%;
}
.wrap-layout-img .landing_container {
  flex-direction: column;
  padding: 0 !important;
}
.wrap-layout-img .landing_container .session_header {
  margin: 56px 85px 0;
}
@media screen and (max-width: 599px) {
  .wrap-layout-img .landing_container .session_header {
    margin: 20px 15px 0;
  }
}
.wrap-layout-img .landing_container .session_header .header_right_container {
  align-items: center;
}
.wrap-layout-img .landing_container .session_header .header_right_container .header-item:not(:last-child) {
  margin-right: 54px;
}
@media screen and (max-width: 959px) {
  .wrap-layout-img .landing_container .session_header .header_right_container .header-item:not(:last-child) {
    margin-right: 24px;
  }
}
.wrap-layout-img .landing_container .session_header .header_right_container .header-item,
.wrap-layout-img .landing_container .session_header .header_right_container .lang-name {
  font-family: "Gotham Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.43px;
  text-align: center;
  text-transform: capitalize;
  color: #a31e31;
}
@media screen and (max-width: 959px) {
  .wrap-layout-img .landing_container .session_header .header_right_container .header-item,
  .wrap-layout-img .landing_container .session_header .header_right_container .lang-name {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.wrap-layout-img .landing_container .session_header .header_right_container .language-selector-toggler {
  padding: 0 0 !important;
}
.wrap-layout-img .landing_container .session_header .header_right_container .language-selector-toggler .lang-info .lang-name {
  margin-left: unset !important;
}
.wrap-layout-img .landing_container .session_header .header_right_container .dropdown {
  position: relative;
  top: 6px;
  color: #a31e31;
}
.wrap-layout-img .main_content_container {
  position: relative;
}
.wrap-layout-img .main_content_container.for-candle-animation {
  display: flex;
  flex-flow: column nowrap;
  margin-top: 0 !important;
  margin-bottom: 20px;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .wrap-layout-img .main_content_container.landing-container {
    margin-top: unset;
    justify-content: center;
  }
}
.wrap-layout-img .main_content_container .top-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
.wrap-layout-img .main_content_container .top-box .title {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.82;
  letter-spacing: -0.67px;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .wrap-layout-img .main_content_container .top-box .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 959px) {
  .wrap-layout-img .main_content_container .top-box .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .wrap-layout-img .main_content_container .top-box .title {
    display: flex;
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
    font-size: 16px;
  }
}
.wrap-layout-img .main_content_container .main-candle-wrapper {
  position: absolute;
  width: 100%;
  height: auto;
  margin: 100px 1px 0;
  padding: 0 15px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
.wrap-layout-img .main_content_container .main-candle-wrapper.for-candle-animation {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  display: flex;
  flex-flow: column;
  margin: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .wrap-layout-img .main_content_container .main-candle-wrapper {
    margin-top: 120px;
  }
}
.wrap-layout-img .main_content_container .main-candle-wrapper svg {
  width: 100% !important;
  height: auto !important;
}
.wrap-layout-img .main_content_container .top-box,
.wrap-layout-img .main_content_container .start-exploring {
  z-index: 2;
}
.wrap-layout-img .main_content_container .start-exploring {
  width: 80%;
  margin: 50px auto 0;
  text-align: center;
}
.wrap-layout-img .main_content_container .start-exploring .large-title {
  font-family: "Raleway Medium", sans-serif;
  font-size: 140px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -3.79px;
  text-align: center;
  color: #ffffff;
  text-transform: capitalize;
  text-shadow: 2px 2px rgb(4, 20, 63);
}
@media screen and (min-width: 1280px) and (max-width: 1400px) {
  .wrap-layout-img .main_content_container .start-exploring .large-title {
    font-size: 70px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .wrap-layout-img .main_content_container .start-exploring .large-title {
    font-size: 70px;
  }
}
@media screen and (max-width: 959px) {
  .wrap-layout-img .main_content_container .start-exploring .large-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 599px) {
  .wrap-layout-img .main_content_container .start-exploring .large-title {
    font-size: 50px;
    letter-spacing: 0;
  }
}
.wrap-layout-img .landing_footer {
  margin: 0 31px 0 98px;
  padding-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .wrap-layout-img .landing_footer {
    margin-left: 31px;
  }
}
@media screen and (max-width: 599px) {
  .wrap-layout-img .landing_footer {
    display: flex;
    flex-flow: row wrap;
  }
}
.wrap-layout-img .landing_footer .logos_container {
  flex: 1 1 30%;
  max-width: 30%;
}
@media screen and (max-width: 1279px) {
  .wrap-layout-img .landing_footer .logos_container {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 1279px) {
  .wrap-layout-img .landing_footer .logos_container {
    flex: 1 1 55%;
    max-width: 55%;
  }
}
@media screen and (max-width: 599px) {
  .wrap-layout-img .landing_footer .logos_container {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .wrap-layout-img .landing_footer .logos_container.sessions_logos {
    margin-bottom: 20px;
  }
}
html:lang(hy) .wrap-layout-img .main_content_container .start-exploring .large-title {
  line-height: 1 !important;
}
@media screen and (min-width: 1280px) and (max-width: 1400px) {
  html:lang(hy) .wrap-layout-img .main_content_container .start-exploring .large-title {
    font-size: 85px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  html:lang(hy) .wrap-layout-img .main_content_container .start-exploring .large-title {
    font-size: 85px !important;
  }
}
@media screen and (max-width: 959px) {
  html:lang(hy) .wrap-layout-img .main_content_container .start-exploring .large-title {
    font-size: 55px;
  }
}
@media screen and (min-width: 1280px) {
  html:lang(hy) .wrap-layout-img .main_content_container .top-box .title {
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  html:lang(hy) .wrap-layout-img .main_content_container .top-box .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  html:lang(hy) .wrap-layout-img .main_content_container .top-box .title {
    font-size: 14px;
  }
}
html:lang(ru) .wrap-layout-img .main_content_container .start-exploring .large-title {
  line-height: 1 !important;
}
@media screen and (min-width: 1280px) and (max-width: 1400px) {
  html:lang(ru) .wrap-layout-img .main_content_container .start-exploring .large-title {
    font-size: 85px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  html:lang(ru) .wrap-layout-img .main_content_container .start-exploring .large-title {
    font-size: 85px !important;
  }
}
@media screen and (max-width: 959px) {
  html:lang(ru) .wrap-layout-img .main_content_container .start-exploring .large-title {
    font-size: 55px;
  }
}
@media screen and (min-width: 1280px) {
  html:lang(ru) .wrap-layout-img .main_content_container .top-box .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  html:lang(ru) .wrap-layout-img .main_content_container .top-box .title {
    font-size: 15px;
  }
}
.image-part {
  width: auto;
  padding: 60px 80px 35px;
  background-image: url(/assets/images/bg_image.jpg);
  background-size: cover !important;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 100vh;
}
.image-part .image-title {
  font-size: 45px;
  color: #ffffff;
}
.session_btn {
  border-radius: 3px;
  background-color: #51aa5b;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #ffffff;
}
.session_right_side_container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.session_header {
  display: flex;
}
.session_header.for-candle-animation {
  z-index: 10;
}
.session_header.mobile-version {
  width: 100%;
  background:
    radial-gradient(
      circle,
      #0d2d6d 0%,
      #07101d 100%);
  padding: 15px;
  text-align: center;
}
.session_header.mobile-version img {
  height: 40px;
  width: auto;
}
.session_header.new-session-header {
  justify-content: flex-end;
}
.about_us_header .mat-menu-item {
  min-width: 120px !important;
}
.logo {
  font-size: 26px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #fafafa;
  outline: none;
}
.logo.landing-logo {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 959px) {
  .logo.landing-logo {
    position: static;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 599px) {
  .logo.landing-logo {
    display: flex;
  }
}
.logo span {
  color: #ff1d24;
}
.header_right_container {
  display: flex;
}
.about_us_header .header_right_container {
  width: 200px;
}
.lang-menu-panel.horizontal-nav-lang-panel {
  min-width: 156px !important;
  position: relative;
  padding: 5px;
  margin-left: -60px;
  border-radius: 4px;
  background-color: white !important;
}
.lang-menu-panel.horizontal-nav-lang-panel .mat-menu-item {
  display: flex;
  width: 100%;
  min-width: 190px;
  padding: 8px 9px;
  margin-bottom: unset !important;
  border-radius: 5px;
  justify-content: flex-start;
  transition: background-color 0.1s linear;
}
.lang-menu-panel.horizontal-nav-lang-panel .mat-menu-item:hover,
.lang-menu-panel.horizontal-nav-lang-panel .mat-menu-item.mat-active,
.lang-menu-panel.horizontal-nav-lang-panel .mat-menu-item.mat-active {
  background-color: #e7e8ec;
}
.lang-menu-panel.horizontal-nav-lang-panel .mat-menu-item .lang-image-circle {
  width: 28px;
  height: 18px;
}
.lang-menu-panel.horizontal-nav-lang-panel .mat-menu-item .lang-image-circle .lang-image {
  width: 100%;
  height: auto;
}
.lang-menu-panel.horizontal-nav-lang-panel .mat-menu-item .lang {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 0;
  color: #0e173c;
}
.login_container,
.signup-container {
  margin-right: 40px;
  display: flex;
}
.login_container a span,
.signup-container a span {
  align-self: center;
  margin-right: 9px;
}
.white_logo {
  width: 290px;
  height: auto;
  cursor: pointer;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .white_logo {
    width: 200px;
  }
}
@media screen and (max-width: 959px) {
  .white_logo {
    width: 170px;
  }
}
@media screen and (max-width: 599px) {
  .white_logo {
    width: 100px;
  }
}
app-session-layout .main_content_container,
app-landing-layout .main_content_container {
  flex: 1;
  margin-top: 135px;
}
@media screen and (max-height: 875px) {
  app-session-layout .main_content_container,
  app-landing-layout .main_content_container {
    margin-top: 35px;
  }
  app-session-layout .main_content_container .main_title,
  app-landing-layout .main_content_container .main_title {
    line-height: 1.5;
  }
}
.main_title {
  font-size: 56px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: -1px;
  color: #ffffff;
}
.logos_container {
  display: flex;
  min-height: 100px;
  flex: 1 1 40%;
  max-width: 40%;
  margin-bottom: 35px;
}
@media screen and (max-width: 959px) {
  .logos_container {
    justify-content: space-around;
  }
}
.logos_container.session_footer_container {
  flex: 1 1 720px;
  max-width: 720px;
  margin-bottom: 0;
}
.logos_container .un_logo {
  width: 85px !important;
}
.logos_container .undp_logo {
  width: 40px !important;
}
.logos_container .sdg_logo {
  width: 60px !important;
}
.logos_container .logos {
  display: flex;
  width: auto;
  height: 100%;
  min-width: 50px;
  margin: 0 15px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  .logos_container .logos {
    min-width: 30px;
    margin: 0 15px;
  }
}
@media screen and (max-width: 959px) {
  .logos_container .logos {
    min-width: 30px;
    margin: 0;
  }
}
.logos_container .logos img {
  width: 100%;
  min-width: 36px;
  max-width: 45px;
  min-height: 50px;
  max-height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 959px) {
  .logos_container .logos img {
    min-width: 30px;
    max-width: 40px;
    min-height: unset;
  }
}
.logos_container .logos:nth-child(1) {
  margin-left: 0;
}
.logos_container .logos:last-child {
  margin-right: 0;
}
.footer_links_container.session_links_container .footer_links {
  color: #ffffff !important;
}
@media screen and (max-width: 599px) {
  .footer_links_container.session_links_container {
    flex: 1 1 100%;
    max-width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 959px) {
  .landing_footer .logos_container .un_logo {
    width: auto !important;
  }
  .landing_footer .logos_container .undp_logo {
    width: auto !important;
  }
  .landing_footer .logos_container .sdg_logo {
    width: auto !important;
  }
}
.back_to_login {
  display: flex;
  position: absolute;
  left: 11%;
  top: -20px;
  color: #ff1d24;
}
.back_to_login a {
  display: flex;
  align-self: center;
}
.back_to_login a span {
  margin-left: 20px;
  align-self: center;
}
.back_to_login a i {
  border: 1px solid #ff1d24;
  border-radius: 100px;
  padding: 10px;
  background-color: rgba(255, 29, 36, 0.07);
}
.footer-container {
  padding: 0 40px 40px;
}
.footer-container .footer-link {
  padding-right: 10px;
  margin-right: 10px;
  color: #0e173c;
  border-right: 1px solid #0e173c;
  font-family: "Gotham Pro", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
}
.footer-container .footer-link:first-child {
  text-align: right;
}
.footer-container .footer-link:last-child {
  text-align: left;
  border-right: unset;
}
.session-checkbox.mat-checkbox .mat-checkbox-frame {
  border-color: #dfe2e6;
}
.session-checkbox.mat-checkbox.mat-checkbox-checked .mat-checkbox-inner-container .mat-checkbox-background {
  background-image:
    linear-gradient(
      100deg,
      #32c5ff 1%,
      #0089ce);
}
.session-checkbox.mat-checkbox .mat-checkbox-label {
  color: #0e173c;
}
app-restore-password,
app-signin,
app-signup,
app-after-signup,
app-restore-password-confirm {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ripple {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.ripple::after {
  content: "";
  position: absolute;
  top: var(--ripple-top, 0px);
  left: var(--ripple-left, 0px);
  z-index: 1;
  height: var(--ripple-size, 16px);
  width: var(--ripple-size, 16px);
  margin-top: var(--ripple-offset, -8px);
  margin-left: var(--ripple-offset, -8px);
  background-color: currentColor;
  border-radius: 40px;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  will-change: opacity, transform;
}
.ripple--animate-in::after {
  -webkit-animation: ripple-animation-in 300ms cubic-bezier(0.4, 0, 1, 1) forwards;
  animation: ripple-animation-in 300ms cubic-bezier(0.4, 0, 1, 1) forwards;
}
.ripple--animate-out::after {
  -webkit-animation: ripple-animation-out 600ms linear forwards;
  animation: ripple-animation-out 600ms linear forwards;
}
@-webkit-keyframes ripple-animation-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    opacity: 0.26;
  }
  90%, 100% {
    opacity: 0.26;
    -webkit-transform: scale(var(--ripple-scale, 18));
    transform: scale(var(--ripple-scale, 18));
  }
}
@keyframes ripple-animation-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    opacity: 0.26;
  }
  90%, 100% {
    opacity: 0.26;
    -webkit-transform: scale(var(--ripple-scale, 18));
    transform: scale(var(--ripple-scale, 18));
  }
}
@-webkit-keyframes ripple-animation-out {
  from {
    opacity: 0.26;
    -webkit-transform: scale(var(--ripple-scale, 18));
    transform: scale(var(--ripple-scale, 18));
  }
  to {
    opacity: 0;
    -webkit-transform: scale(var(--ripple-scale, 18));
    transform: scale(var(--ripple-scale, 18));
  }
}
@keyframes ripple-animation-out {
  from {
    opacity: 0.26;
    -webkit-transform: scale(var(--ripple-scale, 18));
    transform: scale(var(--ripple-scale, 18));
  }
  to {
    opacity: 0;
    -webkit-transform: scale(var(--ripple-scale, 18));
    transform: scale(var(--ripple-scale, 18));
  }
}
.ng-touched.ng-invalid-required {
  border-color: red !important;
}
.ng-dirty.ng-invalid {
  border-color: red !important;
}
.ng-untouched.ng-invalid {
  border-color: #ccc;
}
input.session-input.ng-pristine.ng-invalid.ng-touched {
  border-color: red !important;
}
input.session-input.ng-submitted input.ng-invalid {
  border-color: green;
}
.admin-navigation-container {
  margin: 0 24px;
}
.admin-navigation-container .nav-item-box {
  margin: 10px 20px;
}
.admin-navigation-container .nav-item-box .nav-item {
  font-family: "Gotham Pro", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.2px;
  color: #ffffff;
  opacity: 0.7;
  text-transform: capitalize;
  cursor: pointer;
  outline: none;
}
.admin-navigation-container .nav-item-box .nav-item.active,
.admin-navigation-container .nav-item-box .nav-item:hover,
.admin-navigation-container .nav-item-box .nav-item[routerlinkactive=true] {
  opacity: 1;
}
.dashboard-settings {
  margin: 15px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.category-list {
  padding: 10px;
  border-bottom: 1px;
}
.category-list:nth-child(odd) {
  background-color: #cccccc;
}
.category-list:last-child {
  border-bottom: unset;
}
mat-dialog-container {
  background-color: #ffffff;
}
.upload-icon {
  padding: 7px !important;
}
.add-user-container {
  display: flex;
  height: auto;
  min-height: 400px;
}
.admin-input-wrapper .title {
  font-size: 10px;
}
.admin-input-wrapper .trigger-box {
  position: absolute;
}
.admin-header .white_logo {
  height: 60px !important;
  width: unset;
}
.admin-header .lang-info {
  display: flex;
  align-items: center;
}
.admin-header .lang-info > span {
  display: flex;
}
.admin-header .admin-language-chooser .language-selector-toggler {
  padding-right: 0 !important;
}
.admin-content .select-common-field .mat-select-value-text {
  font-size: 14px !important;
  margin-right: 15px !important;
}
.admin-content .mat-form-field-label {
  font-size: 16px;
}
.admin-content .mat-focused .mat-form-field-label {
  font-size: 21px;
  margin-bottom: 8px;
  line-height: 18px;
  font-weight: normal;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 0.5;
}
.admin-content .last-item .mat-form-field-infix {
  text-align: right;
}
.admin-content .user-catalog-search .mat-form-field-wrapper,
.admin-content .locations-catalog-search .mat-form-field-wrapper {
  height: unset;
}
app-vertical-navigation {
  height: 100%;
}
#vertical-navigation {
  height: 100%;
  position: absolute;
  z-index: 100;
}
.nav-toggle {
  height: 32px;
  margin: 16px;
  background-color: transparent !important;
}
.vertical-nav-container {
  position: relative;
  height: 100%;
}
.zoom-mode .vertical-nav-container {
  width: 248px !important;
}
.zoom-mode .vertical-nav-box {
  position: relative;
}
.vertical-nav-box {
  position: fixed;
  max-width: 74px;
  width: 74px;
  height: 100%;
  align-items: flex-end !important;
  justify-content: space-between !important;
}
.vertical-nav-box.right-border-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(3px / -2);
  width: 3px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.vertical-nav-box .langs-panel-box {
  margin-bottom: 20px;
  justify-content: center;
  align-items: flex-end;
}
.vertical-nav-box .langs-panel-box .language-selector-toggler {
  min-width: unset;
}
.vertical-nav-box .langs-panel-box .lang-info .flag {
  width: 28px;
  height: 18px;
}
.vertical-nav-box .langs-panel-box .lang-info .flag img {
  width: 100%;
  height: auto;
}
.vertical-nav-box .langs-panel-box .lang-info .lang-name,
.vertical-nav-box .langs-panel-box .lang-info .dropdown {
  display: none !important;
}
.vertical-nav-tooltip-box {
  padding-left: 30px;
}
.header-logo {
  width: 80px;
  height: auto;
}
.nav-links-box {
  position: absolute;
  right: -14px;
  bottom: 30px;
}
.nav-links-box .nav-link-icon {
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  outline: none;
  cursor: pointer;
}
.nav-links-box .home-icon {
  margin-bottom: 30px;
  background-image: url(/assets/images/home.svg);
}
.nav-links-box .home-icon:hover,
.nav-links-box .home-icon.active {
  background-image: url(/assets/images/home_active.svg);
}
.nav-links-box .info-icon {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background-image:
    linear-gradient(
      147deg,
      rgba(255, 81, 47, 0.87) -6%,
      rgba(221, 36, 118, 0.77) 74%);
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  opacity: 0.6;
}
.lang-menu-panel.vertical-nav-lang-panel {
  padding: 8px 16px;
  background-color: #ffffff;
}
.lang-menu-panel.vertical-nav-lang-panel .mat-menu-item {
  display: flex;
  width: 100%;
  height: 30px !important;
  margin: 10px auto;
  padding: 0 13px;
  justify-content: flex-start !important;
  align-items: center !important;
  color: #152844 !important;
  font-family: "Gotham Pro", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.02px;
}
.lang-menu-panel.vertical-nav-lang-panel .mat-menu-item .lang-image-circle.lang-menu-item {
  width: 28px !important;
  height: 18px !important;
  margin-right: unset;
}
.lang-menu-panel.vertical-nav-lang-panel .mat-menu-item .lang-image-circle.lang-menu-item .lang-image {
  width: 100%;
}
.lang-menu-panel.vertical-nav-lang-panel .mat-menu-item .lang {
  margin-left: 5px;
}
.nav-box {
  margin: 10px 2px;
}
.logo-box-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 105px;
}
.logo-box-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  width: 3px;
  height: 100%;
  background-image:
    linear-gradient(
      to bottom,
      rgba(255, 81, 47, 0.87) -16%,
      rgba(221, 36, 118, 0.77) 78%);
}
.nav-logo-box {
  margin-top: 41px;
}
.nav-logo {
  width: 48px;
  height: 30px;
}
.profile-panel-wrapper {
  position: absolute;
  top: 96px;
  width: 100%;
  max-width: 100%;
}
.user-panel-toggler {
  width: 100%;
  height: 48px;
  padding: 0 !important;
}
.avatar-img-circle {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(47, 165, 226, 0.3);
}
.avatar-img-circle .avatar-img,
.avatar-img-circle .avatar-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  max-width: unset;
  transform: translateY(-50%) translateX(-50%);
}
.avatar-img-circle .avatar-img.no-image,
.avatar-img-circle .avatar-txt.no-image {
  width: 90%;
}
.avatar-img-circle .avatar-txt {
  font-family: "Gotham Pro", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.84px;
  color: #2fa5e2;
}
.avatar-img-circle .avatar-txt .character:last-child {
  margin-left: 1px;
}
.profile-menu-panel {
  max-width: unset !important;
  min-width: 160px !important;
  width: auto !important;
  margin-top: 10px;
  padding: 8px 16px;
  border-radius: 25px;
  background-color: #ffffff;
}
.profile-menu-panel button.mat-menu-item {
  display: flex;
  width: 100%;
  height: 30px !important;
  padding: 0 !important;
  justify-content: flex-start !important;
  align-items: center !important;
  color: #152844 !important;
  background-color: transparent !important;
  font-family: "Gotham Pro", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.02px;
}
.nav-routing-box {
  position: relative;
  width: 30px;
  overflow: hidden;
  height: calc(11 * 30px + 10 * 30px);
}
.routing-bullets-box {
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out;
}
.vertical-nav-tooltips {
  margin: 10px 0;
}
.tooltip-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  margin-bottom: 30px;
}
.tooltip-wrapper.hidden {
  visibility: hidden;
}
.tooltip-wrapper:last-child {
  margin-bottom: unset;
}
.tooltip-wrapper .tooltip {
  font-family: "Gotham Pro", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #ffffff;
  opacity: 0.7;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
}
.tooltip-wrapper .tooltip.active,
.tooltip-wrapper .tooltip:hover,
.tooltip-wrapper .tooltip[routerlinkactive=true] {
  opacity: 1;
}
.nav-bullets-container {
  position: absolute;
  top: 0;
  right: calc(34px / -2);
  bottom: 0;
}
.routing-bullet-wrapper {
  position: relative;
  width: 30px;
}
.routing-bullet-wrapper.hidden {
  visibility: hidden;
}
.routing-bullet {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  outline: none;
  cursor: pointer;
}
.routing-bullet .bullet-inner {
  display: flex;
  width: 0;
  height: 0;
  border-radius: 50%;
  transition: background 0.3s ease-in-out;
  outline: none;
}
.routing-bullet:hover {
  border: 1px solid rgba(255, 81, 47, 0.87);
  transition: background 0.3s ease-in-out 0.4s;
}
.routing-bullet.active,
.routing-bullet[routerlinkactive=true] {
  border: 1px solid rgba(255, 81, 47, 0.87);
  transition: background 0.3s ease-in-out 0.4s;
}
.routing-bullet.back-to-map-bullet {
  visibility: hidden;
  width: 34px;
  height: 34px;
  transition: all 0.2s ease;
}
.routing-bullet.back-to-map-bullet.visible {
  visibility: visible;
  transition: all 0.2s ease;
}
.routing-bullet.back-to-map-bullet.visible .bullet-inner {
  width: 80%;
  height: 80%;
  background-image:
    linear-gradient(
      147deg,
      rgba(255, 81, 47, 0.87) -6%,
      rgba(221, 36, 118, 0.77) 74%);
}
.bullet-line {
  width: 1px;
  height: 30px;
}
.bubble {
  position: absolute;
  top: 0;
  transform: translateY(0);
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  transition: transform 0.5s ease-in-out;
}
.bubble.hidden {
  display: none;
}
.bubble-inner {
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-image:
    linear-gradient(
      147deg,
      rgba(255, 81, 47, 0.87) -6%,
      rgba(221, 36, 118, 0.77) 74%);
}
mat-tooltip-component {
  position: relative !important;
  top: 0 !important;
}
.mat-tooltip.navigation-tooltip {
  position: absolute !important;
  top: -30px !important;
  left: 40px !important;
  display: block !important;
  padding: 6px 14px;
  min-width: 180px;
  font-size: 18px;
  line-height: 24px;
  color: #0e173c;
  background-color: #ffffff !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.language-selector-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
.select-region {
  font-size: 19px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  width: 100%;
}
.select-region h1 {
  color: #ffffff;
  font-size: 43px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.select-region .state {
  width: 100%;
  margin: 3px 0;
}
.select-region .state {
  cursor: pointer;
  position: relative;
  font-size: 17px;
}
.select-region .state.selected .reviews-count {
  opacity: 1;
}
.select-region .state .reviews-count {
  margin-right: 50px;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 300ms linear;
  color: #ffffff;
}
.select-region .state .reviews-count b {
  font-size: 11px;
  margin-left: 5px;
  color: rgba(47, 165, 226, 0.4);
  font-weight: 100;
  letter-spacing: 0.02px;
}
.select-region .state.blue-bullet.selected:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #2fa5e2;
  position: absolute;
  left: -25px;
  top: 3px;
  border-radius: 50%;
  border: 4px solid #0d4561;
  box-shadow: 0 0 0 0.5px #2fa5e2;
}
.select-region .state.selected {
  color: #ff1d24;
}
.select-region .state.selected span {
  display: inline-block;
}
.select-region .state.selected:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #ff1d24;
  position: absolute;
  left: -21px;
  top: 6px;
  border-radius: 50%;
}
.select-region .state:hover {
  color: #ff1d24;
}
.select-region .state:hover span {
  display: inline-block;
}
.select-region .state:hover:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #ff1d24;
  position: absolute;
  left: -21px;
  top: 6px;
  border-radius: 50%;
}
.select-region .state span {
  color: #ffffff;
  margin-left: 30px;
  display: none;
}
.select-region .state span sup {
  font-size: 11px;
}
.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: middle;
  overflow: hidden;
}
#marz-center {
  font-size: 30px !important;
  fill: #ffffff;
}
#marz-center:before {
  content: "*";
}
.compare-chooser {
  background-color: rgba(47, 165, 226, 0.141);
  border-radius: 25px;
  font-size: 14px;
  letter-spacing: 0.78px;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
  overflow: hidden;
  margin: 35px 0 70px 0;
}
.compare-chooser .option {
  cursor: pointer;
  padding: 7px 15px;
  display: flex;
  align-items: center;
  color: #2fa5e2;
}
.compare-chooser .option.active {
  background-color: rgba(47, 165, 226, 0.141);
}
.compare-chooser .option:hover {
  background-color: rgba(47, 165, 226, 0.141);
}
.compare-chooser .option .compare-image {
  width: 15px;
  margin-right: 10px;
}
.heatmap-values .legends_row {
  margin-bottom: 10px;
}
.heatmap-chooser {
  width: fit-content;
  background-color: rgba(47, 165, 226, 0.141);
  border-radius: 25px;
  font-size: 14px;
  letter-spacing: 0.78px;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
  overflow: hidden;
  margin: 20px 0;
}
.heatmap-chooser .option {
  cursor: pointer;
  padding: 7px 15px;
  color: #2fa5e2;
}
.heatmap-chooser .option:first-child {
  padding: 7px 15px 7px 30px;
}
.heatmap-chooser .option:last-child {
  padding: 7px 30px 7px 15px;
}
.heatmap-chooser .option.active {
  background-color: rgba(47, 165, 226, 0.141);
  color: #ffffff !important;
}
.heatmap-chooser .option:hover {
  background-color: rgba(47, 165, 226, 0.141);
  color: #ffffff !important;
}
.svg-content {
  width: 650px;
  height: 700px;
}
#layer1 path:hover {
  cursor: pointer;
  stroke: #ff1d24;
}
#layer1 path.selected {
  stroke-width: 3px !important;
  stroke: #ff1d24;
}
.compare-map-container {
  padding: 50px;
}
.subregion-container {
  height: 500px;
  padding: 100px;
  transition: 0.2s linear 0.1s;
}
.subregion-container.show {
  transform: translate3d(0, -700px, 0);
}
.subregion-container.hide {
  transform: translate3d(0, 0, 0);
}
#arm_map {
  transform: scale(0) translate3d(0, 0, 0);
  transition: transform 0.3s linear 0.1s;
}
#arm_map.show {
  transform: scale(1) translate3d(0, 0, 0);
}
#arm_map.hide {
  transform: scale(0) translate3d(0, -700px, 0);
}
#arm_map path,
#arm_map polygon {
  stroke-width: 1px !important;
  stroke: #ff1d24 !important;
  fill: #000000;
  fill-opacity: 1 !important;
  transition: all 400ms linear;
}
#arm_map #layer1 path:hover,
#arm_map #layer1 polygon:hover {
  cursor: pointer;
  stroke-width: 5px !important;
}
#arm_map #layer1 path.selected,
#arm_map #layer1 polygon.selected {
  stroke-width: 5px !important;
}
.compareMode #arm_map #layer1 path:hover,
.compareMode #arm_map #layer1 polygon:hover {
  cursor: pointer;
  fill: #880e50 !important;
  stroke: #ff1d24 !important;
}
.compareMode #arm_map #layer1 path.selected,
.compareMode #arm_map #layer1 polygon.selected {
  stroke-width: 3px !important;
  fill: #880e50 !important;
  stroke: #ff1d24 !important;
}
.marz-background {
  fill-opacity: 1;
  stroke-width: 2px;
  fill: #880c50;
}
.marz-background polygon {
  fill: #880c50;
  stroke: #880c50;
}
.marz-background path {
  fill: #880c50;
  stroke: #880c50;
  stroke-width: 2px;
}
.line-chart {
  display: flex;
  min-height: 400px;
}
app-state-timeline .line-chart {
  display: flex;
  min-height: 500px;
}
.all-stats-big-title-box {
  margin-bottom: 66px;
}
.common-feedback-box {
  margin-bottom: 10px;
}
.common-feedback-box .complaint {
  margin-top: 20px;
}
.all-stats-filter-container {
  margin-bottom: 34px;
}
.all-stats-filter-container .common-feedback-box {
  margin-right: 81px;
  margin-bottom: 0;
}
.all-stats-filter-container .common-feedback-box .common-count-title-md {
  margin-bottom: 0;
}
.feedback-emoji-box {
  margin-bottom: 75px;
}
.feedback-emoji-box.emoji-container {
  margin-bottom: 0;
}
.feedback-emoji-box.compliment-box {
  margin-right: 33px;
}
.period-box {
  width: 100%;
}
.period-box mat-form-field {
  width: 100% !important;
}
.period-box .trips-select-field.mat-form-field {
  min-width: 100px;
  width: 150px;
}
app-all-stats-counter {
  width: 100%;
  height: 100%;
}
app-all-stats-bars .common-title-md {
  font-size: 15px;
  line-height: 18px;
}
app-all-stats-bars app-mm-menu {
  left: unset !important;
  right: 0;
}
#page-all-stats-counter,
#page-all-stats-bars {
  width: 34%;
}
.all-stats-timeline-feedback-boxes .timeline-feedback-top-box {
  margin: 20px 0;
}
.left-box-timeline {
  border-right: 3px dashed rgba(255, 255, 255, 0.1);
  height: 100%;
}
.right-box-timeline .inner-right-box-timeline {
  margin-left: 50px;
}
.right-box-timeline .inner-right-box-timeline .mat-select-arrow-wrapper .mat-select-arrow {
  margin-left: 40px;
}
.right-box-timeline .inner-right-box-timeline .timeline-bottom-box {
  margin-top: 50px;
  margin-left: 8px;
}
.container-review-icons {
  margin-left: 46px;
}
app-3d-column-chart {
  z-index: 1;
}
.app-3d-column-chart-container {
  position: relative;
}
.app-3d-column-chart-container .column-chart-labels-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.label-box {
  position: relative;
}
.label-box .bubble-label-box {
  position: absolute;
  left: 61px;
  width: 1px;
  background-color: #404764;
}
.label-box .bubble-label-box:before,
.label-box .bubble-label-box:after {
  content: "";
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #404764;
}
.label-box .bubble-label-box:before {
  bottom: calc(4px / 2 * -1);
  left: calc(4px / 2 * -1);
  width: 4px;
  height: 4px;
  opacity: 1;
}
.label-box .bubble-label-box:after {
  bottom: calc(12px / 2 * -1);
  left: calc(12px / 2 * -1);
  width: 12px;
  height: 12px;
  opacity: 0.3;
}
.label-box .image-box {
  width: 20px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.label-box .type {
  font-size: 15px;
  letter-spacing: -0.02px;
  line-height: normal;
  color: #ffffff;
}
.main_box {
  background-color: #0e173c;
  min-height: 100vh;
  padding: 75px 130px;
}
.page_title_big {
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 20px;
}
.main_content_container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.dashboard-main-container {
  height: 100%;
  padding-right: 20px;
}
.dashboard-main-container .state-name-big-title-box {
  width: 100%;
}
.dashboard-main-container-profile {
  height: 100%;
  padding-left: 94px;
  padding-right: 20px;
}
.dashboard-main-container-profile .state-name-big-title-box {
  width: 100%;
}
.content_row {
  display: flex;
  margin-top: 20px;
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.content_row.bottom-content-row {
  margin-bottom: 0;
}
.content_row.bottom-content-row .donut_chart {
  top: -115px;
  left: 50px;
}
.content_row.bottom-content-row .custom_legend_container {
  max-width: 49% !important;
}
.content_row.top-content-row .donut_chart {
  top: -45px;
  left: 5px;
}
.content_row.top-content-row .custom_legend_container {
  max-width: 49% !important;
}
html:lang(am) .content_row.top-content-row .custom_legend_container .legends_row,
html:lang(ru) .content_row.top-content-row .custom_legend_container .legends_row {
  align-items: flex-start;
}
.reviews_from_armenia_container {
  width: 100%;
  min-height: 100%;
}
.complaints_container .content_container {
  text-align: right;
}
.donut_chart_container {
  width: 100%;
  height: 350px;
}
.compliments_legend_box app-custom-legend,
.complaints_legend_box app-custom-legend {
  width: 100%;
}
.compliments_legend_box app-custom-legend .custom_legend_container,
.complaints_legend_box app-custom-legend .custom_legend_container {
  max-height: 72px;
}
.compliments_legend_box app-custom-legend .custom_legend_container .legends_row,
.complaints_legend_box app-custom-legend .custom_legend_container .legends_row {
  align-items: flex-start;
}
.complaints_icon {
  right: -35px;
  position: absolute;
  top: 0;
}
.compliments_complaints_container {
  display: flex;
  flex-flow: row wrap;
  flex: 1 1 100%;
  max-width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.content_container {
  display: flex;
  flex-direction: column;
}
.content_container .title {
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #ffffff;
}
.content_container .subtitle {
  opacity: 0.5;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.02px;
  color: #2fa5e2;
}
.content_container .total_review {
  margin-top: 15px;
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #ffffff;
}
.title_and_icon {
  position: relative;
}
.title_and_icon .icon {
  position: absolute;
  left: -35px;
  top: 0;
}
.title_and_icon .up_icon {
  position: absolute;
  left: -20px;
  top: 6px;
  width: 12.8px;
  min-height: 22.3px;
}
.title_and_icon.feedback-emoji-box .feedback-type-sm {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.02px;
}
.see_all_container .see_all_content_container {
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  border-radius: 18px;
  cursor: pointer;
  outline: none;
}
.see_all_container .see_all_content_container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 23px;
  height: 23px;
  border-radius: 46px;
  background-color: #ffffff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0.4;
}
.see_all_container .see_all_content_container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 23px;
  height: 23px;
  border-radius: 46px;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0.4;
  background:
    radial-gradient(
      circle,
      rgba(255, 255, 255, 0.05) 0%,
      rgba(255, 255, 255, 0.1) 41%,
      rgb(255, 255, 255) 100%);
}
.see_all_container .see_all_content_container:hover:before {
  -webkit-animation: radar-animation 1s infinite;
  animation: radar-animation 1s infinite;
}
.see_all_container .see_all_content_container .see_all {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.02px;
  text-transform: none;
}
.see_all_container .see_all_content_container .icon {
  width: 24px;
  height: auto;
  object-fit: cover;
  margin-right: 16px;
}
.complaints_container .see_all_content_container {
  margin-left: 10px;
}
.alternate_item_counter {
  flex-direction: column;
}
.alternate_item_counter .review-wrapper .review-sm-title {
  font-size: 26px;
}
.alternate_item_counter .review-wrapper .title_and_icon {
  position: relative;
}
.alternate_item_counter .review-wrapper .title_and_icon .up_icon {
  position: absolute;
  left: -35px;
  top: 0;
  width: 28px;
}
.alternate_item_counter .review-wrapper:nth-child(1) {
  margin-top: 0;
  margin-bottom: 55px;
}
.alternate_item_counter .number-container {
  height: 54px;
  overflow: hidden;
  position: relative;
  font-size: 54px;
  line-height: 54px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.07px;
}
.alternate_item_counter .numbers-counter {
  display: inline-block;
  height: 108px;
  line-height: 54px;
}
.alternate_item_counter .numbers-counter .numbers {
  display: flex;
  flex-direction: column;
  height: 108px;
  transform: translate3d(0, -54px, 0) !important;
  transition: 1s ease-in-out;
}
.alternate_item_counter .numbers-counter .numbers.bottom-numbers {
  transform: translate3d(0, -54px, 0) !important;
}
.alternate_item_counter .numbers-counter .numbers.animate {
  -webkit-animation: odometer 0.1s forwards;
  -moz-animation: odometer 0.1s forwards;
  -o-animation: odometer 0.1s forwards;
  animation: odometer 0.1s forwards;
}
.alternate_item_counter .numbers-counter .numbers.animate .newNumber,
.alternate_item_counter .numbers-counter .numbers.animate .oldNumber {
  height: 54px;
  color: #ffffff;
  animation: text-gradient 0.7s forwards;
}
.items-counter-box {
  margin-bottom: 75px;
}
.types-column-chart-box .common-feedback-box {
  margin-bottom: 40px;
}
@-webkit-keyframes odometer {
  0% {
    transform: translateY(-54px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes text-gradient {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.origin-selector-button {
  text-transform: uppercase;
}
.marz-background {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
.marz-background svg {
  width: 100%;
  height: 100%;
}
app-state-overview .scroll-to-box {
  margin-left: 132px;
}
.top-3-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}
.top-3-container > div:first-child {
  flex: 1 0 auto;
}
.top-3-container > div:first-child .common-title-sm {
  flex: 1 0 auto;
  align-items: flex-end;
}
.top-3-container .top-3 > div {
  margin-bottom: 10px;
}
.state-overview-right-side-container .common-feedback-box > div:first-child {
  width: 100%;
  margin-right: 50px;
}
.state-overview-top-reviews-box .common-feedback-box.complaint {
  margin-bottom: 20px;
}
.state-overview-top-reviews-box .container-review-icons {
  margin-left: 100px;
}
.compare-title-container {
  margin-bottom: 20px;
}
.compare-title {
  font-size: 36px;
  line-height: 1.56;
  letter-spacing: -0.61px;
  color: #ffffff;
}
.compare-regions {
  font-size: 24px;
  font-weight: 500;
  color: #2fa5e2;
  margin-right: 20px;
}
.compare-regions b {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.compare-mode-common-count-title {
  margin-bottom: 10px;
}
.compare-mode-common-count-title .complaint {
  margin-top: 0;
}
.compare-mode-common-count-title .feedback-emoji-box.compliment-box {
  margin-bottom: 10px !important;
  margin-left: 0 !important;
}
.compare-mode-common-count-title .feedback-emoji-box {
  margin-bottom: 10px !important;
  margin-left: 0 !important;
  align-items: center;
}
.compare-mode-common-count-title .feedback-type-sm {
  font-size: 19px;
}
.map-container {
  position: relative;
  width: 100% !important;
  height: 100% !important;
}
.map-container .search-input-wrapper {
  position: absolute;
  top: 8px;
  left: 0;
  width: 50%;
  padding: 20px 20px;
}
.map-container .search-input-wrapper mat-form-field .mat-form-field-wrapper {
  width: 100%;
}
.map-container .search-input-wrapper .clear-icon {
  position: absolute;
  right: 0;
  top: 16px;
  display: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.map-container .search-input-wrapper .clear-icon.show {
  display: flex;
}
.map-container .search-input-wrapper .clear-icon:before,
.map-container .search-input-wrapper .clear-icon:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background-color: #FFFFFF;
  left: calc(50% - 10px);
}
.map-container .search-input-wrapper .clear-icon:before {
  transform: rotate(45deg);
}
.map-container .search-input-wrapper .clear-icon:after {
  transform: rotate(135deg);
}
.si-float-wrapper {
  position: absolute;
  width: 100%;
}
.si-float-wrapper,
.si-float-wrapper * {
  box-sizing: border-box;
}
[class*=si-wrapper] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  cursor: default;
}
.si-wrapper-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -40px;
  margin-left: 0px;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.si-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.si-wrapper-left {
  margin-top: -20px;
  margin-left: -11px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.si-wrapper-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: -20px;
  margin-left: 11px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
[class*=si-shadow-wrapper] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.29804;
  z-index: 1;
}
.si-shadow-wrapper-top,
.si-shadow-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.si-shadow-frame {
  box-shadow: 0 1px 3px 0 #000;
}
[class*=si-shadow-pointer] {
  position: relative;
  width: 15px;
  height: 15px;
  margin: auto;
}
[class*=si-shadow-inner-pointer] {
  position: absolute;
  width: 141%;
  height: 141%;
  box-shadow: -0.70711px 0.70711px 3px 0 #000;
}
.si-shadow-inner-pointer-top {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  display: none;
}
.si-shadow-inner-pointer-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
  transform: translate(-50%, 50%) rotate(-45deg);
}
.si-shadow-inner-pointer-left {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.si-shadow-inner-pointer-right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}
.si-frame {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 3px;
  overflow: hidden;
  z-index: 2;
}
.si-content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 30px;
  background-color: #fff;
}
.si-has-border .si-content-wrapper {
  border: 1px solid #bbb;
}
.si-content {
  overflow: auto;
  min-width: 200px;
  max-height: 200px !important;
}
.si-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  color: #000 !important;
  font-family:
    Arial,
    Baskerville,
    monospace;
  font-size: 24px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
}
.si-close-button:hover,
.si-close-button:focus {
  opacity: 0.7;
}
[class*=si-pointer-border] {
  position: absolute;
  border: 15px solid transparent;
  z-index: 3;
}
[class*=si-pointer-bg] {
  position: relative;
  border: 15px solid transparent;
  z-index: 4;
}
.si-has-border [class*=si-pointer-bg] {
  border-width: 15px;
}
.si-pointer-border-top,
.si-pointer-border-bottom {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.si-pointer-border-left,
.si-pointer-border-right {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.si-pointer-top {
  border-bottom: 0;
}
.si-pointer-border-top {
  bottom: 0;
  border-top-color: #bbb;
}
.si-pointer-bg-top {
  border-top-color: #fff;
}
.si-has-border .si-pointer-bg-top {
  top: -1px;
  margin-bottom: 0px;
}
.si-pointer-bottom {
  border-top: 0;
}
.si-pointer-border-bottom {
  top: 0;
  border-bottom-color: #bbb;
}
.si-pointer-bg-bottom {
  border-bottom-color: #fff;
}
.si-has-border .si-pointer-bg-bottom {
  bottom: -1px;
  margin-top: 0px;
}
.si-pointer-left {
  border-right: 0;
}
.si-pointer-border-left {
  right: 0;
  border-left-color: #bbb;
}
.si-pointer-bg-left {
  border-left-color: #fff;
}
.si-has-border .si-pointer-bg-left {
  left: -1px;
  margin-right: 0px;
}
.si-pointer-right {
  border-left: 0;
}
.si-pointer-border-right {
  left: 0;
  border-right-color: #bbb;
}
.si-pointer-bg-right {
  border-right-color: #fff;
}
.si-has-border .si-pointer-bg-right {
  right: -1px;
  margin-left: 0px;
}
.agm-title {
  color: #29BAF6;
  font-size: 16px;
  font-weight: bold;
  max-width: 300px;
  min-width: 200px;
  margin-top: 5px;
}
.agm-address {
  color: #000000;
  font-size: 14px;
  margin: 10px 0;
}
.agm-description {
  color: #000000;
  font-size: 9px;
  margin-bottom: 25px;
}
.agm-filter-by-location {
  padding: 10px;
  font-size: 12px;
  text-align: center;
  border-radius: 30px;
  margin-bottom: 20px;
  color: #2fa5e2;
  background-color: rgba(47, 165, 226, 0.3);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
}
.compare-mode-top-3 {
  margin-left: 0 !important;
}
.compare-mode-top-3 > div:first-child {
  margin-right: 40px;
  width: 250px;
}
.compare-mode-top-3 .review-type-icon-box .review-type-title-md {
  font-size: 14px;
}
.state-timeline-big-title-box {
  padding-top: 28px;
  margin-left: 20px;
}
.stats-timeline-filter-container {
  margin-top: 30px;
}
.stats-timeline-filter-container .common-feedback-box {
  margin-bottom: 25px;
}
.stats-timeline-filter-container .common-count-title-md {
  margin-bottom: 0;
}
.stats-timeline-filter-container .emojis-box {
  margin-bottom: 58px;
}
.stats-timeline-filter-container .emojis-box .emoji-box-sm {
  margin-bottom: 0;
}
.stats-timeline-filter-container .selection-box {
  margin-left: 35px;
  margin-bottom: 36px;
}
.show-all-data-box {
  padding: 45px 0 45px 0px;
}
.show-all-data-box .go-to-title {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: -0.3px;
  color: #ffffff;
}
.show-all-data-box .show-all-button {
  padding: 12px 48px;
  border-radius: 6px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #099e43;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease;
}
.show-all-data-box .show-all-button:hover {
  background-color: #08733d;
}
.custom-date-picker-container {
  flex-direction: column;
}
.custom-date-picker-container .custom-date-picker {
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.custom-date-picker-container .custom-date-picker.hidden {
  display: none !important;
}
.filter-container .select-other-state-link {
  order: 2;
}
.filter-container .state-name-big-title-box {
  order: 1;
}
.filter-container .state-name-big-title-box .export-file-box {
  margin-left: 40px;
}
.filter-container .state-name-big-title-box .state-title-big {
  text-transform: capitalize;
}
.filter-container .common-title-sm,
.filter-container .select-common-field-title {
  color: #2fa5e2;
  opacity: 0.5;
}
.filter-container .wrap-common-feedback-box {
  margin: 40px 0;
}
.filter-container .state-timeline-filter-container .emojis-box {
  margin-bottom: 20px;
}
.filter-container .feedback-emoji-box.compliment-box {
  margin-left: 64px;
}
.filter-container .filter-container-left-box {
  display: flex;
  flex-direction: column;
  flex: 1 1 30%;
  max-width: 30%;
}
.filter-container .filter-container-right-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 68%;
  border-left: 3px dashed rgba(255, 255, 255, 0.1);
  padding-left: 25px;
  height: 100%;
}
.filter-container .filter-container-right-box .state-timeline-big-title-box {
  margin-left: 18px;
  margin-bottom: 94px;
  padding-top: 8px;
}
.filter-container .filter-container-right-box .state-timeline-big-title-box .page_title_big {
  font-size: 24px;
}
.filter-container .filter-container-right-box .common-feedback-box {
  margin-left: 18px;
}
.filter-container .filter-container-right-box .common-feedback-box .common-title-sm {
  color: #ffffff;
}
.filter-container .filter-container-right-box .state-timeline-chart-container {
  width: 100%;
}
.filter-container .filter-container-right-box .state-timeline-chart-container .line-chart {
  min-height: 400px;
}
.filter-container .filter-container-right-box .price-timeline-chart-container {
  width: 100%;
}
.filter-container .filter-container-right-box .price-timeline-chart-container .line-chart {
  min-height: 500px !important;
}
.filter-container .select-common-field.with-circle {
  position: relative;
}
.filter-container .select-common-field .mat-select-value-text {
  min-width: 200px;
}
.filter-container .circle-gradient {
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: -30px;
  top: 13px;
  border: solid 3px rgba(255, 255, 255, 0.3);
}
.filter-container .circle-gradient .circle-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-size: 100%;
  background-image:
    linear-gradient(
      to bottom,
      #00e9ff,
      #5f51f5);
}
.timeline-compareMode .state-timeline-big-title-box {
  margin-bottom: 25px !important;
}
.timeline-compareMode .line-chart {
  min-height: 300px !important;
}
.state-feedback-header-box {
  margin-bottom: 85px;
}
.state-feedbacks-top-type-box .feedbacks-horizontal-bar-chart .cluster-chart {
  display: flex;
  width: 100%;
  max-width: 380px;
  min-height: 230px;
}
.state-feedback-statistics-box .feedback-content-holder .feedback-content-wrapper,
.state-feedback-statistics-box .feedback-content-holder .column-chart-wrapper {
  max-width: 574px;
}
.state-feedback-statistics-box .feedback-emoji-box {
  padding-right: 15px;
  margin-bottom: 4px;
}
.state-feedback-statistics-box .common-title-sm {
  margin-bottom: 6px;
}
.state-feedback-compliments-charts-container .column-chart,
.state-feedback-complaints-charts-container .column-chart {
  min-height: 190px;
}
.login-popup {
  width: 500px;
  height: 170px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  margin-left: -250px;
  top: 50%;
  margin-top: -85px;
  display: none;
  opacity: 0;
}
.login-popup.show {
  display: block;
  opacity: 1;
  transition: opacity 500ms linear;
}
.login-popup .header {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.login-popup .popup-content {
  position: relative;
  padding: 40px;
}
.login-popup .popup-content .close {
  right: 15px;
  top: 15px;
  color: #cccccc;
  position: absolute;
  cursor: pointer;
}
.login-popup .popup-content .close:hover {
  color: #2d2d2d;
}
.login-popup .body {
  font-size: 14px;
  text-align: center;
}
.login-popup .body a {
  color: #2fa5e2;
}
.login-popup .body a:hover {
  text-decoration: underline;
}
.state-attractions-nationalities-block .cluster-chart {
  display: flex;
  width: 100%;
  max-width: 380px;
  min-height: 230px;
}
.page_title_small {
  font-size: 20px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 37px;
}
.select-region .state {
  margin-bottom: 16px;
}
.heatmap-sections {
  margin-top: 20px;
}
.heatmap-sections .gender-section {
  display: flex;
  align-items: center;
}
.heatmap-sections .gender-section .legend_name {
  font-size: 18px;
}
.heatmap-sections .gender-section .lighter-text {
  opacity: 0.4;
  font-size: 16px;
  margin-left: 24px;
}
.heatmap-sections .heatmap-section.layout-row {
  display: flex;
  align-items: center;
}
.heatmap-sections .heatmap-section .heatmap-content {
  display: flex;
  align-items: center;
}
.heatmap-sections .heatmap-section .heatmap-content app-donut-chart {
  flex: 1;
}
.heatmap-sections .heatmap-section .heatmap-content .visitors-count {
  flex: 1;
}
.heatmap-sections .heatmap-section .heatmap-content .visitors-count h4 {
  font-size: 15px;
  line-height: 22.5px;
}
.heatmap-sections .heatmap-section .heatmap-content .visitors-count span {
  font-size: 36px;
  font-weight: 500;
  line-height: 54px;
}
.heatmap-sections .heatmap-section .legends_row_inner .legend_name {
  width: 80px;
}
.sub-navigation-block {
  width: 10px;
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  left: 25px;
  z-index: 999;
}
.sub-navigation-block div {
  border-radius: 50%;
  height: 10px;
  width: 10px;
  background: #fff;
  margin-top: 5px;
  cursor: pointer;
}
.sub-navigation-block .sub-n-active {
  height: 16px;
  border-radius: 14px;
  background:
    linear-gradient(
      131.99deg,
      #32C5FF 5.64%,
      #0089CE 100%);
}
.state-attraction-sub-nav-btn-position {
  top: 63%;
}
.material-symbols-outlined {
  color: #3B5A99;
}
.directions-left-container {
  flex-wrap: initial;
  flex-direction: column;
  padding-right: 97px;
}
.directions-left-container .change-region {
  color: #2FA5E2;
  font-size: 13px;
  padding: 5px 0;
  margin-bottom: 20px;
}
.directions-right-container {
  padding-left: 52px;
  border-left: 4px dashed rgba(0, 0, 0, 0.3);
  display: grid !important;
  grid-template-rows: 1fr 5fr 9fr;
  grid-template-columns: 1fr;
  gap: 24px;
  height: 100%;
}
.directions-right-container .all_states_counter_export_box .export-file-box.long-box {
  min-width: 125px;
}
.directions-right-container .all_states_counter_export_box .export-file-box .blue-layer {
  background-color: rgba(47, 165, 226, 0.1);
}
.directions-right-container .top-container .top-container-header {
  font-size: 20px;
}
.directions-right-container .top-container .export-container {
  margin-left: 12px;
}
.directions-right-container .top-container .export-container img {
  height: 30px;
  width: 30px;
  max-width: inherit;
}
.directions-right-container .top-container .export-file-box .bg-layer {
  min-height: 38px;
  width: 38px;
}
.directions-right-container .top-container .search-inputs {
  display: flex;
  align-items: center;
  gap: 28px;
}
.directions-right-container .top-container .search-inputs > div {
  align-items: center;
}
.directions-right-container .top-container .all_states_counter_export_box .export-file-box {
  margin-bottom: 0;
}
.directions-right-container .middle-container {
  padding-left: 5px;
}
.directions-right-container .middle-container .list-container {
  height: 300px;
  overflow-y: auto;
}
.directions-right-container .middle-container .top-attractions {
  font-size: 24px;
  margin-top: 16px;
}
.directions-right-container .middle-container .top-5-path {
  font-size: 24px;
}
.directions-right-container .middle-container .top-5-item {
  font-size: 18px;
  margin-top: 16px;
}
.directions-right-container .middle-container .specific-areas-container {
  flex-direction: column !important;
  width: 100%;
}
.directions-right-container .middle-container .specific-areas-container .specific-areas-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 400px;
}
.directions-right-container .middle-container .selected-path {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 33px;
}
.directions-right-container .middle-container .selected-path .select-region {
  width: auto;
}
.directions-right-container .middle-container .selected-path .select-region .state {
  margin-bottom: 0;
}
.directions-right-container .middle-container .selected-path .count-of-visitors {
  font-size: 20px;
  font-weight: bold;
}
.directions-right-container .middle-container .selected-path .visitors {
  font-size: 14px;
  margin-left: 8px;
  vertical-align: center;
  color: #6D7992;
  letter-spacing: 0.8px;
}
.directions-right-container .middle-container .select-region .state {
  font-size: 18px;
}
.directions-right-container .middle-container .select-region .selected {
  font-size: 24px;
}
.directions-right-container .middle-container .select-region .selected:before {
  background-color: #ff1d24;
  border: 4px solid #ff1d24;
  box-shadow: none;
  height: 4px;
  width: 4px;
  top: 7px;
}
.directions-right-container .middle-container .specific-attraction-paths {
  padding-bottom: 10px;
  border-bottom: 1px solid #425377;
  line-height: initial;
}
.directions-right-container .middle-container .specific-attraction-paths .place-name {
  margin-top: 16px;
  font-size: 16px;
}
.directions-right-container .middle-container .specific-attraction-paths .location-prefix {
  font-size: 12px;
  color: #3B5A99;
}
.directions-right-container .middle-container .specific-attraction-paths .address-list {
  font-size: 12px;
}
.directions-right-container .bottom-container {
  max-width: 83%;
}
.directions-right-container .state-path-attraction-charts {
  max-width: 87%;
}
.directions-right-container .autocomplete-label {
  color: #3B5A99;
  font-size: 16px;
}
.state-name-big-title-box.reviews-side {
  padding-left: 90px;
  justify-content: space-between;
}
.reviews-types-content-holder {
  max-width: 500px;
}
.column-chart-wrapper {
  max-width: 100%;
  margin-left: -20px;
}
.complaints-heading-bullets .custom_legend_container > div:nth-child(2),
.compliments-heading-bullets .custom_legend_container > div:nth-child(2) {
  justify-content: flex-end;
}
.left-box-bg {
  background: url(/assets/images/bg_image_partial.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.8;
}
.timeline-box {
  height: 100%;
}
.only-left {
  height: 100%;
}
.see-all-view.theme-box {
  padding-top: 85px;
}
.see-all-view .common-frame.only-left,
.see-all-view.common-frame.only-left {
  padding-left: 120px;
}
.see-all-view .common-frame.only-right,
.see-all-view.common-frame.only-right {
  padding-right: 120px;
}
.see-all-view .common-frame.both,
.see-all-view.common-frame.both {
  padding-left: 120px;
  padding-right: 120px;
}
.state-see-all-title-box .state-all-reviews-count {
  margin-right: 116px;
}
.state-see-all-title-box .back-icon-box {
  position: static;
  margin-right: 34px;
}
.state-see-all-title-box .common-title-md {
  text-transform: unset;
  opacity: 0.4;
}
.state-see-all-title-box .export-file-box.long-box {
  position: relative;
  width: auto;
  height: auto;
  min-width: 182px;
  max-width: calc(100% - 48px);
  padding: 10px 24px;
  border-radius: 20px;
}
.state-see-all-title-box .export-file-box .export-item {
  margin-right: 8px;
}
.state-see-all-title-box .export-file-box:before {
  content: none;
}
.state-see-all-title-box .export-file-box .blue-layer {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 38px;
  border-radius: 20px;
  overflow: hidden;
  background-color: rgba(47, 165, 226, 0.29);
}
.state-see-all-title-box .export-file-box .export-data-text {
  text-transform: uppercase;
  line-height: 18px;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.8px;
  color: #2fa5e2;
  text-align: center;
}
.all_states_counter_export_box {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  padding: 86px 0;
}
.all_states_counter_export_box .export-file-box {
  margin-bottom: 24px;
}
.all_states_counter_export_box .export-file-box.export-container {
  margin-bottom: 194px !important;
}
.all_states_counter_export_box .export-file-box.long-box {
  position: relative;
  width: auto;
  height: auto;
  min-width: 182px;
  max-width: calc(100% - 48px);
  padding: 10px 14px;
  border-radius: 20px;
}
.all_states_counter_export_box .export-file-box.long-box:nth-child(3) {
  margin-bottom: 20px;
}
.all_states_counter_export_box .export-file-box .export-item {
  margin-right: 8px;
}
.all_states_counter_export_box .export-file-box:before {
  content: none;
}
.all_states_counter_export_box .export-file-box .blue-layer {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 38px;
  border-radius: 20px;
  overflow: hidden;
  background-color: rgba(47, 165, 226, 0.29);
}
.all_states_counter_export_box .export-file-box .export-data-text {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.84px;
  color: #2fa5e2;
  text-align: center;
}
.see-all-view-column-chart-section {
  margin-bottom: 50px;
}
.state-see-all-feedback-box .feedback-emoji-box {
  margin-bottom: 0;
}
.state-see-all-feedback-box .common-title-md.most-feedbacks {
  margin-bottom: 2px;
}
.state-see-all-feedback-box .common-title-sm {
  margin-bottom: 4px;
}
.state-see-all-feedback-box .common-feedback-box {
  margin-bottom: 0;
}
.state-see-all-feedback-box > div:last-child .common-title-sm {
  display: flex;
  align-items: flex-end;
  flex: 1 0 auto;
}
.compliments-chart-box.state-see-all .column-chart,
.complaints-chart-box.state-see-all .column-chart {
  min-height: 310px;
  max-width: 570px;
  width: 100%;
}
.compliments-chart-box.state-see-all .complaints-heading-bullets app-custom-legend .custom_legend_container,
.compliments-chart-box.state-see-all .compliments-heading-bullets app-custom-legend .custom_legend_container,
.complaints-chart-box.state-see-all .complaints-heading-bullets app-custom-legend .custom_legend_container,
.complaints-chart-box.state-see-all .compliments-heading-bullets app-custom-legend .custom_legend_container {
  display: flex;
  flex: 1 1 90%;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  column-count: unset;
  column-gap: unset;
  max-height: unset;
  margin-left: 0;
}
.compliments-chart-box.state-see-all .complaints-heading-bullets app-custom-legend .custom_legend_container .legend_name,
.compliments-chart-box.state-see-all .compliments-heading-bullets app-custom-legend .custom_legend_container .legend_name,
.complaints-chart-box.state-see-all .complaints-heading-bullets app-custom-legend .custom_legend_container .legend_name,
.complaints-chart-box.state-see-all .compliments-heading-bullets app-custom-legend .custom_legend_container .legend_name {
  font-size: 16px;
  line-height: 17px;
  text-transform: uppercase;
  opacity: 0.4;
}
.stats-column-chart-legends {
  max-height: 156px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.stats-column-chart-legends .custom-legend-container {
  max-height: 144px !important;
}
.stats-column-chart-legends.collapsed {
  max-height: 360px;
}
.see-all-types-box .feedbacks-horizontal-bar-chart .cluster-chart {
  display: flex;
  width: 100%;
  height: 230px;
}
.see-all-view-type-review-charts-container {
  margin-bottom: 30px;
  margin-top: 50px;
}
.state-see-all-types-box .stats-timeline-filter-container {
  padding-left: 0;
}
.state-see-all-types-box .stats-timeline-filter-container .filter-titles-box {
  margin-right: 44px;
}
.state-see-all-types-box .stats-timeline-filter-container .selection-box {
  margin-right: 44px;
}
.state-see-all-types-box .stats-timeline-filter-container .selection-box .mat-form-field-infix {
  width: auto;
}
.state-see-all-types-box .stats-timeline-filter-container .common-feedback-box {
  margin-bottom: 15px;
}
.state-see-all-types-box .stats-timeline-filter-container .common-count-title-md {
  margin-bottom: 15px;
}
.see-all-types-box .state-see-all-feedbacks-cluster-chart {
  margin-left: -30px;
}
.see-all-reviews-timeline-box .stats-timeline-chart-box {
  margin-left: -25px;
}
.price-timeline-box .compare-mode-common-count-title {
  margin-top: 20px;
}
.state-see-all-feedback-legends .legends_row .review_bar_opener,
.state-feedback-column-chart-legends .legends_row .review_bar_opener {
  cursor: pointer;
  transition: all 0.2s ease;
}
.state-see-all-feedback-legends .legends_row .review_bar_opener:hover,
.state-feedback-column-chart-legends .legends_row .review_bar_opener:hover {
  color: #ffffff;
  text-decoration: underline;
  transition: all 0.2s ease;
}
.review-list-right-panel {
  position: absolute;
  top: 0;
  right: calc(340px * -1);
  width: 340px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #ffffff;
  transition: right 0.3s ease-in-out;
}
.review-list-right-panel.show {
  right: 0;
  transition: right 0.3s ease-in-out;
}
.reviews-box {
  width: 100%;
  padding: 15px 0;
}
.review-title-box {
  display: flex;
  flex: 1 1 100%;
  padding: 0 15px 15px 20px;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.review-title-box .close-button {
  position: relative;
  display: flex;
  width: 25px;
  height: 25px;
  margin-right: 14px;
  cursor: pointer;
}
.review-title-box .close-button:before,
.review-title-box .close-button:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 11px;
  height: 20px;
  width: 2px;
  background-color: #c5c5c5;
}
.review-title-box .close-button:before {
  background-color: #c5c5c5;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.review-title-box .close-button:after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.review-title-box .title {
  display: flex;
  flex: 1 1 100%;
  font-size: 14px;
  line-height: 14px;
  color: #2c264a;
}
.review-title-box .type-box {
  display: flex;
  flex: 1 1 100%;
  height: 18px;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 10px;
  color: #28a5dd;
}
.review-title-box .type-box .review-icon,
.review-title-box .type-box .review-type {
  display: flex;
  flex: 1 1 auto;
}
.review-title-box .type-box .review-icon {
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  background-color: #28a5dd;
  color: #ffffff;
}
.review-item-box {
  display: flex;
  flex: 1 1 100%;
  padding: 15px 15px 15px 15px;
  border-bottom: 1px solid #f0f0f0;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.review-item-box .header-section,
.review-item-box .content-section,
.review-item-box .visit-date-section {
  display: flex;
  flex: 1 1 100%;
  max-width: 100%;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.review-item-box .avatar-box {
  display: flex;
  width: 44px;
  height: 44px;
  padding-right: 6px;
}
.review-item-box .avatar-circle {
  position: relative;
  display: flex;
  width: 38px;
  height: 38px;
  border-radius: 38px;
  overflow: hidden;
  background-color: #ffffff;
}
.review-item-box .avatar-circle .avatar-img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  max-width: unset;
  transform: translateY(-50%) translateX(-50%);
}
.review-item-box .avatar-circle .avatar-img.no-image {
  width: 90%;
}
.review-item-box .name-and-rate {
  display: flex;
  flex: 0 1 auto;
  flex-flow: row wrap;
  margin-right: 8px;
}
.review-item-box .user-name {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
  color: #2c264a;
}
.review-item-box .rates-box {
  display: flex;
  flex: 1 1 100%;
}
.review-item-box .rates-box span[class*=icon-star] {
  margin-right: 1px;
}
.review-item-box .reviewed-at {
  display: flex;
  flex: 1 0 auto;
  justify-content: flex-end;
  font-size: 10px;
  letter-spacing: 0;
  color: #939395;
}
.review-item-box .content-section {
  margin-left: 44px;
  margin-bottom: 10px;
}
.review-item-box .content-section .content-box {
  position: relative;
  font-size: 10px;
  line-height: 1;
}
.review-item-box .content-section .content-box.show-less {
  height: 62px;
  overflow: hidden;
}
.review-item-box .content-section .content-box.show-less .see-more-box {
  display: block;
}
.review-item-box .content-section .content-box .review {
  color: #6e7679;
}
.review-item-box .content-section .content-box .see-more-box {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  width: 120px;
  background-color: #ffffff;
}
.review-item-box .content-section .content-box .see-more-box .three-dots {
  margin-right: 6px;
  color: #6e7679;
}
.review-item-box .content-section .content-box .see-more-box .see-more {
  color: #8cdcd1;
  cursor: pointer;
}
.review-item-box .visit-date-section {
  margin-left: 44px;
  font-size: 10px;
  line-height: 12px;
  color: #6e7679;
}
.blue-layer .ripple {
  width: 100%;
  height: 100%;
  border-radius: 40px;
}
.world_map {
  width: 100%;
  height: 100%;
}
.world-map-wrapper {
  height: 100%;
  padding: 60px 120px 40px 0;
}
app-country-select {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 1 100%;
  max-width: 100%;
  height: 100%;
}
.country-list-container {
  margin-right: 30px;
}
.continent-selector-wrapper {
  width: 100%;
}
.continent-selector {
  border-radius: 20px 0 0 20px;
  background-color: rgba(47, 165, 226, 0.3);
  font-size: 14px;
  overflow: hidden;
}
.continent-selector .selector-option {
  padding: 7px;
  flex-grow: inherit;
  text-align: center;
  justify-content: center;
  cursor: pointer;
}
.continent-selector .selector-option.selected {
  background-color: rgba(47, 165, 226, 0.141);
}
.continent-selector .selector-option:hover {
  background-color: rgba(47, 165, 226, 0.141);
}
.reset-country-selection {
  border-radius: 0 20px 20px 0;
  background-color: rgba(47, 165, 226, 0.3);
  font-size: 14px;
  overflow: hidden;
  margin-left: 15px;
  padding: 7px 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.reset-country-selection img {
  width: 15px;
  margin-right: 10px;
}
.reset-country-selection:hover {
  background-color: rgba(47, 165, 226, 0.141);
}
.country-list {
  margin-top: 20px;
}
.country-list .custom_legend_container {
  columns: 150px 7;
  height: 144px;
  max-height: unset !important;
  width: unset;
}
.country-list .custom_legend_container .legends_row {
  margin-bottom: unset !important;
  height: 18px !important;
  cursor: pointer;
}
.country-list .custom_legend_container .legends_row:hover .legend_name {
  color: #ba2e5d !important;
}
.country-list .custom_legend_container .legends_row.selected .legend_name {
  color: #ba2e5d !important;
}
.country-list .custom_legend_container .legends_row .legend_name {
  font-size: 12px;
}
.amcharts-Sprite-group.amcharts-Container-group.amcharts-HeatLegend-group {
  display: none;
}
.page-edit.title {
  margin-bottom: 50px;
  color: #ffffff;
}
.supported_langs {
  display: flex;
  justify-content: flex-end;
}
.supported_langs .heatmap-chooser {
  width: 500px;
}
.supported_langs .option {
  display: flex;
  align-items: center;
}
.supported_langs .option img {
  margin-right: 15px;
}
.page-content {
  color: #ffffff;
}
.page-content h1 {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.48px;
  color: #ffffff;
  margin-bottom: 40px;
}
.page-content h2 {
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.48px;
  color: #ffffff;
  margin: 40px 0;
}
.page-content p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.78;
  text-align: justify;
  margin-bottom: 10px;
}
.page-content ol li {
  margin-bottom: 15px;
  list-style: disc;
  font-size: 18px;
  margin-left: 18px;
}
.page-content ul li {
  margin-bottom: 15px;
  list-style: disc;
  font-size: 18px;
  margin-left: 18px;
}
.product-uploaded-images-list-container {
  display: flex;
  flex-wrap: wrap;
}
.product-download-image-wrapper.d-flex {
  display: flex;
  align-items: start;
}
.product-uploaded-image-container {
  display: flex;
  flex-direction: column;
  flex: 1 0 32%;
  max-width: 32%;
  margin-bottom: var(--md-spacer);
}
@media (max-width: 768px) {
  .product-uploaded-image-container {
    flex: 1 0 48%;
    max-width: 48%;
  }
}
.image-upload-dialog-container {
  display: flex;
  flex-direction: column;
}
.add-image-input-container {
  display: none;
}
.add-image-dialog-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.mat-dialog-title-wrapper,
.table,
.uploaded-images-list-container,
.dialog-actions-container {
  display: flex;
}
.table-header,
.table-body,
.table-row {
  flex-wrap: wrap;
}
.table-col,
.truncate,
.uploader-progress,
.uploaded-image-container,
.uploader-action-container {
  flex: 0 0 auto;
}
.mat-dialog-title-wrapper {
  margin-bottom: var(--md-spacer);
}
.table-col {
  margin: 0 var(--md-spacer) 0 0;
}
.table-row {
  margin-bottom: var(--md-spacer);
}
.uploaded-image-container {
  margin-right: var(--md-spacer);
  margin-bottom: var(--md-spacer);
}
.dialog-actions-container {
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  .table,
  .table-row {
    flex-direction: column;
  }
  .table-col,
  .truncate,
  .uploader-progress {
    flex: 1 1 auto;
  }
  .uploaded-images-list-container {
    flex-wrap: wrap;
  }
  .dialog-actions-container {
    flex-wrap: wrap;
  }
  .uploader-action-container {
    margin-bottom: var(--md-spacer);
  }
}
@media (max-width: 576px) {
  .mobile-full {
    width: 100%;
  }
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, transparent);
  color: var(--mat-app-text-color, inherit);
}
.mat-snack-bar-container {
  background-color: #353535 !important;
  color: silver;
}
.egret-indigo .mat-toolbar {
  position: fixed;
  width: 100%;
  z-index: 100;
  background: #21324e;
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.egret-indigo .mat-drawer-container {
  background-color: rgb(240, 245, 251);
  color: rgb(40, 60, 90);
}
.egret-indigo .mat-card,
.egret-indigo .mat-dialog-container {
  display: inline-block;
  margin-left: 0;
  padding: 20px !important;
  margin-bottom: 0;
  color: black;
  overflow: hidden;
  border-radius: 0;
}
.egret-indigo .mat-dialog-container {
  padding: 16px 24px !important;
}
.egret-indigo .mat-dialog-container.small-dialog {
  max-width: 364px;
}
.egret-indigo .menu-item:hover {
  color: rgb(43, 165, 200);
}
.egret-indigo .mat-toolbar {
  padding: 0;
}
.egret-indigo .btn-gray {
  background-color: #6f7a83;
}
.egret-indigo .btn-gray:hover {
  background-color: #586067;
}
.egret-indigo .text-color .mat-select-value {
  color: white;
}
.egret-indigo .mat-select-value {
  color: rgba(0, 0, 0, 0.54);
}
.egret-indigo .mat-option,
.egret-indigo .mat-option.mat-active {
  color: black;
}
.egret-indigo .arrow-black .mat-select-arrow {
  color: black;
}
.egret-indigo .mat-select-arrow {
  color: white;
}
.egret-indigo .mnemonic-field {
  resize: none;
}
.egret-indigo .mat-bg-primary {
  background: rgb(42, 58, 91) !important;
  color: #FFFFFF !important;
}
.egret-indigo .chats-wrap .conversations-hold .single-conversation.me .conversation-msg,
.egret-indigo .ngx-datatable .datatable-footer .datatable-pager .pager .pages.active a,
.egret-indigo .toolbar-avatar.online > .status-dot,
.egret-indigo .cal-open-day-events {
  background: #36987e;
  color: #FFFFFF !important;
}
.egret-indigo .topbar {
  position: fixed;
  z-index: 10;
  color: rgb(90, 115, 157) !important;
}
.egret-indigo .mat-color-primary,
.egret-indigo .list-item-active,
.egret-indigo .sidebar-panel.mat-sidenav .sidebar-list-item.open mat-icon:not(.menu-caret) {
  color: #36987e !important;
}
.egret-indigo .sidebar-panel.mat-sidenav .sidebar-list-item.open mat-icon:not(.menu-caret),
.egret-indigo .list-item-active {
  border-color: #36987e !important;
}
.egret-indigo .default-bg {
  background: rgb(33, 50, 78);
  color: rgb(90, 115, 157);
}
.egret-indigo .mat-bg-accent {
  background-color: #36987e;
  color: #ffffff;
}
.egret-indigo .mat-bg-warn {
  background-color: #f44336;
  color: white;
}
.egret-indigo .mat-color-accent {
  color: rgb(255, 198, 1);
}
.egret-indigo .mat-color-warn {
  color: #f44336;
}
.mat-toolbar-layout {
  position: fixed;
  width: 100%;
  z-index: 100;
  background: #21324e;
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.incom-outgo-item {
  max-height: 40px;
}
.incom-outgo-item.first-item {
  padding-left: 5px;
}
.incom-outgo-item .content {
  font-size: 20px;
}
.incom-outgo-item p {
  margin: 0;
  word-wrap: break-word;
  font-weight: bold;
}
.incom-outgo-details-item {
  padding: 0 0 15px 0;
  color: rgb(40, 60, 90);
}
.incom-outgo-details-item .details-container {
  width: 100%;
}
.incom-outgo-details-item .details-container .details-wrapper {
  padding: 15px 0 0 5px;
}
.incom-outgo-details-item .details-container .details-wrapper .details-item .incom-outgo-details-content {
  box-sizing: border-box;
  padding: 2px 5% 0 0;
}
.mat-tab-header-pagination {
  display: none !important;
}
.configurations .mat-tab-body-content {
  min-height: 265px;
}
.configurations .mat-tab-body-content .first-card {
  padding: 2.5rem 2.5rem 2.5rem !important;
  margin-bottom: 0;
}
.incom-outgo-total {
  height: 50px;
  line-height: 50px;
  padding: 0 1.2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.info-outline-icon {
  margin: 9px 0 0 0;
  font-size: 26px;
}
.import-export-icon {
  margin-top: 5px;
  font-size: 26px;
}
\2024 call-mat-icon {
  font-size: 22px;
  margin-top: 2px;
}
.expand-more-less-icon {
  font-size: 26px;
  color: rgb(130, 130, 130);
}
.mat-button,
.mat-raised-button {
  font-weight: 400 !important;
}
:host {
  height: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.actions {
  justify-content: flex-end;
}
.container {
  height: 100%;
}
snack-bar-container button {
  background-color: transparent;
}
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.beta-testing-container {
  position: absolute;
  bottom: 20px;
  right: 0;
  font-size: 24px;
  z-index: 9999;
}

/* node_modules/quill/dist/quill.core.css */
/*!
 * Quill Editor v2.0.2
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: .75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/* node_modules/quill/dist/quill.bubble.css */
/*!
 * Quill Editor v2.0.2
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: .75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
@media (pointer:coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}
.ql-bubble {
  box-sizing: border-box;
}
.ql-bubble * {
  box-sizing: border-box;
}
.ql-bubble .ql-hidden {
  display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}
.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-bubble .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.ql-bubble .ql-empty {
  fill: none;
}
.ql-bubble .ql-even {
  fill-rule: evenodd;
}
.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-bubble .ql-transparent {
  opacity: .4;
}
.ql-bubble .ql-direction svg:last-child {
  display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-bubble .ql-editor h1 {
  font-size: 2em;
}
.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}
.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}
.ql-bubble .ql-editor h4 {
  font-size: 1em;
}
.ql-bubble .ql-editor h5 {
  font-size: .83em;
}
.ql-bubble .ql-editor h6 {
  font-size: .67em;
}
.ql-bubble .ql-editor a {
  text-decoration: underline;
}
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-bubble .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-bubble .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-bubble .ql-editor img {
  max-width: 100%;
}
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: .83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: .67em;
}
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-code-block-container {
  position: relative;
}
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
  display: none;
}
.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\d7";
  font-size: 16px;
  font-weight: bold;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close) {
  position: relative;
  white-space: nowrap;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::before,
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover::after {
  visibility: visible;
}

/* node_modules/quill/dist/quill.snow.css */
/*!
 * Quill Editor v2.0.2
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: .75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer:coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: .4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: .83em;
}
.ql-snow .ql-editor h6 {
  font-size: .67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: .83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: .67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-code-block-container {
  position: relative;
}
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family:
    "Helvetica Neue",
    "Helvetica",
    "Arial",
    sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: "Save";
  padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* angular:styles/global:styles */
